2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.3.
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
='3.3'
584 PACKAGE_STRING
='Wine 3.3'
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
636 EXCESS_PRECISION_CFLAGS
715 APPLICATIONSERVICES_LIBS
810 program_transform_name
823 enable_option_checking
827 enable_maintainer_mode
895 enable_api_ms_win_appmodel_identity_l1_1_0
896 enable_api_ms_win_appmodel_runtime_l1_1_1
897 enable_api_ms_win_appmodel_runtime_l1_1_2
898 enable_api_ms_win_core_apiquery_l1_1_0
899 enable_api_ms_win_core_appcompat_l1_1_1
900 enable_api_ms_win_core_appinit_l1_1_0
901 enable_api_ms_win_core_atoms_l1_1_0
902 enable_api_ms_win_core_bem_l1_1_0
903 enable_api_ms_win_core_com_l1_1_0
904 enable_api_ms_win_core_com_l1_1_1
905 enable_api_ms_win_core_com_private_l1_1_0
906 enable_api_ms_win_core_console_l1_1_0
907 enable_api_ms_win_core_console_l2_1_0
908 enable_api_ms_win_core_crt_l1_1_0
909 enable_api_ms_win_core_crt_l2_1_0
910 enable_api_ms_win_core_datetime_l1_1_0
911 enable_api_ms_win_core_datetime_l1_1_1
912 enable_api_ms_win_core_debug_l1_1_0
913 enable_api_ms_win_core_debug_l1_1_1
914 enable_api_ms_win_core_delayload_l1_1_0
915 enable_api_ms_win_core_delayload_l1_1_1
916 enable_api_ms_win_core_errorhandling_l1_1_0
917 enable_api_ms_win_core_errorhandling_l1_1_1
918 enable_api_ms_win_core_errorhandling_l1_1_2
919 enable_api_ms_win_core_errorhandling_l1_1_3
920 enable_api_ms_win_core_fibers_l1_1_0
921 enable_api_ms_win_core_fibers_l1_1_1
922 enable_api_ms_win_core_file_l1_1_0
923 enable_api_ms_win_core_file_l1_2_0
924 enable_api_ms_win_core_file_l1_2_1
925 enable_api_ms_win_core_file_l1_2_2
926 enable_api_ms_win_core_file_l2_1_0
927 enable_api_ms_win_core_file_l2_1_1
928 enable_api_ms_win_core_file_l2_1_2
929 enable_api_ms_win_core_handle_l1_1_0
930 enable_api_ms_win_core_heap_l1_1_0
931 enable_api_ms_win_core_heap_l1_2_0
932 enable_api_ms_win_core_heap_l2_1_0
933 enable_api_ms_win_core_heap_obsolete_l1_1_0
934 enable_api_ms_win_core_interlocked_l1_1_0
935 enable_api_ms_win_core_interlocked_l1_2_0
936 enable_api_ms_win_core_io_l1_1_0
937 enable_api_ms_win_core_io_l1_1_1
938 enable_api_ms_win_core_job_l1_1_0
939 enable_api_ms_win_core_job_l2_1_0
940 enable_api_ms_win_core_kernel32_legacy_l1_1_0
941 enable_api_ms_win_core_kernel32_legacy_l1_1_1
942 enable_api_ms_win_core_kernel32_private_l1_1_1
943 enable_api_ms_win_core_largeinteger_l1_1_0
944 enable_api_ms_win_core_libraryloader_l1_1_0
945 enable_api_ms_win_core_libraryloader_l1_1_1
946 enable_api_ms_win_core_libraryloader_l1_2_0
947 enable_api_ms_win_core_libraryloader_l1_2_1
948 enable_api_ms_win_core_libraryloader_l1_2_2
949 enable_api_ms_win_core_localization_l1_1_0
950 enable_api_ms_win_core_localization_l1_2_0
951 enable_api_ms_win_core_localization_l1_2_1
952 enable_api_ms_win_core_localization_l2_1_0
953 enable_api_ms_win_core_localization_obsolete_l1_1_0
954 enable_api_ms_win_core_localization_obsolete_l1_2_0
955 enable_api_ms_win_core_localization_obsolete_l1_3_0
956 enable_api_ms_win_core_localization_private_l1_1_0
957 enable_api_ms_win_core_localregistry_l1_1_0
958 enable_api_ms_win_core_memory_l1_1_0
959 enable_api_ms_win_core_memory_l1_1_1
960 enable_api_ms_win_core_memory_l1_1_2
961 enable_api_ms_win_core_misc_l1_1_0
962 enable_api_ms_win_core_namedpipe_l1_1_0
963 enable_api_ms_win_core_namedpipe_l1_2_0
964 enable_api_ms_win_core_namespace_l1_1_0
965 enable_api_ms_win_core_normalization_l1_1_0
966 enable_api_ms_win_core_path_l1_1_0
967 enable_api_ms_win_core_privateprofile_l1_1_1
968 enable_api_ms_win_core_processenvironment_l1_1_0
969 enable_api_ms_win_core_processenvironment_l1_2_0
970 enable_api_ms_win_core_processthreads_l1_1_0
971 enable_api_ms_win_core_processthreads_l1_1_1
972 enable_api_ms_win_core_processthreads_l1_1_2
973 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
974 enable_api_ms_win_core_profile_l1_1_0
975 enable_api_ms_win_core_psapi_ansi_l1_1_0
976 enable_api_ms_win_core_psapi_l1_1_0
977 enable_api_ms_win_core_psapi_obsolete_l1_1_0
978 enable_api_ms_win_core_quirks_l1_1_0
979 enable_api_ms_win_core_realtime_l1_1_0
980 enable_api_ms_win_core_registry_l1_1_0
981 enable_api_ms_win_core_registry_l2_1_0
982 enable_api_ms_win_core_registryuserspecific_l1_1_0
983 enable_api_ms_win_core_rtlsupport_l1_1_0
984 enable_api_ms_win_core_rtlsupport_l1_2_0
985 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
986 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
987 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
988 enable_api_ms_win_core_shutdown_l1_1_0
989 enable_api_ms_win_core_sidebyside_l1_1_0
990 enable_api_ms_win_core_string_l1_1_0
991 enable_api_ms_win_core_string_l2_1_0
992 enable_api_ms_win_core_string_obsolete_l1_1_0
993 enable_api_ms_win_core_stringansi_l1_1_0
994 enable_api_ms_win_core_synch_ansi_l1_1_0
995 enable_api_ms_win_core_synch_l1_1_0
996 enable_api_ms_win_core_synch_l1_2_0
997 enable_api_ms_win_core_synch_l1_2_1
998 enable_api_ms_win_core_sysinfo_l1_1_0
999 enable_api_ms_win_core_sysinfo_l1_2_0
1000 enable_api_ms_win_core_sysinfo_l1_2_1
1001 enable_api_ms_win_core_threadpool_l1_1_0
1002 enable_api_ms_win_core_threadpool_l1_2_0
1003 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1004 enable_api_ms_win_core_threadpool_private_l1_1_0
1005 enable_api_ms_win_core_timezone_l1_1_0
1006 enable_api_ms_win_core_toolhelp_l1_1_0
1007 enable_api_ms_win_core_url_l1_1_0
1008 enable_api_ms_win_core_util_l1_1_0
1009 enable_api_ms_win_core_version_l1_1_0
1010 enable_api_ms_win_core_version_l1_1_1
1011 enable_api_ms_win_core_version_private_l1_1_0
1012 enable_api_ms_win_core_versionansi_l1_1_0
1013 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1014 enable_api_ms_win_core_winrt_error_l1_1_0
1015 enable_api_ms_win_core_winrt_error_l1_1_1
1016 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1017 enable_api_ms_win_core_winrt_l1_1_0
1018 enable_api_ms_win_core_winrt_registration_l1_1_0
1019 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1020 enable_api_ms_win_core_winrt_string_l1_1_0
1021 enable_api_ms_win_core_wow64_l1_1_0
1022 enable_api_ms_win_core_wow64_l1_1_1
1023 enable_api_ms_win_core_xstate_l1_1_0
1024 enable_api_ms_win_core_xstate_l2_1_0
1025 enable_api_ms_win_crt_conio_l1_1_0
1026 enable_api_ms_win_crt_convert_l1_1_0
1027 enable_api_ms_win_crt_environment_l1_1_0
1028 enable_api_ms_win_crt_filesystem_l1_1_0
1029 enable_api_ms_win_crt_heap_l1_1_0
1030 enable_api_ms_win_crt_locale_l1_1_0
1031 enable_api_ms_win_crt_math_l1_1_0
1032 enable_api_ms_win_crt_multibyte_l1_1_0
1033 enable_api_ms_win_crt_private_l1_1_0
1034 enable_api_ms_win_crt_process_l1_1_0
1035 enable_api_ms_win_crt_runtime_l1_1_0
1036 enable_api_ms_win_crt_stdio_l1_1_0
1037 enable_api_ms_win_crt_string_l1_1_0
1038 enable_api_ms_win_crt_time_l1_1_0
1039 enable_api_ms_win_crt_utility_l1_1_0
1040 enable_api_ms_win_devices_config_l1_1_1
1041 enable_api_ms_win_devices_query_l1_1_1
1042 enable_api_ms_win_downlevel_advapi32_l1_1_0
1043 enable_api_ms_win_downlevel_advapi32_l2_1_0
1044 enable_api_ms_win_downlevel_normaliz_l1_1_0
1045 enable_api_ms_win_downlevel_ole32_l1_1_0
1046 enable_api_ms_win_downlevel_shell32_l1_1_0
1047 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1048 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1049 enable_api_ms_win_downlevel_user32_l1_1_0
1050 enable_api_ms_win_downlevel_version_l1_1_0
1051 enable_api_ms_win_dx_d3dkmt_l1_1_0
1052 enable_api_ms_win_eventing_classicprovider_l1_1_0
1053 enable_api_ms_win_eventing_consumer_l1_1_0
1054 enable_api_ms_win_eventing_controller_l1_1_0
1055 enable_api_ms_win_eventing_legacy_l1_1_0
1056 enable_api_ms_win_eventing_provider_l1_1_0
1057 enable_api_ms_win_eventlog_legacy_l1_1_0
1058 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1059 enable_api_ms_win_mm_joystick_l1_1_0
1060 enable_api_ms_win_mm_misc_l1_1_1
1061 enable_api_ms_win_mm_mme_l1_1_0
1062 enable_api_ms_win_mm_time_l1_1_0
1063 enable_api_ms_win_ntuser_dc_access_l1_1_0
1064 enable_api_ms_win_ntuser_rectangle_l1_1_0
1065 enable_api_ms_win_perf_legacy_l1_1_0
1066 enable_api_ms_win_power_base_l1_1_0
1067 enable_api_ms_win_power_setting_l1_1_0
1068 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1069 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1070 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1071 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1072 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1073 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1074 enable_api_ms_win_security_audit_l1_1_1
1075 enable_api_ms_win_security_base_l1_1_0
1076 enable_api_ms_win_security_base_l1_2_0
1077 enable_api_ms_win_security_base_private_l1_1_1
1078 enable_api_ms_win_security_credentials_l1_1_0
1079 enable_api_ms_win_security_grouppolicy_l1_1_0
1080 enable_api_ms_win_security_lsalookup_l1_1_0
1081 enable_api_ms_win_security_lsalookup_l1_1_1
1082 enable_api_ms_win_security_lsalookup_l2_1_0
1083 enable_api_ms_win_security_lsalookup_l2_1_1
1084 enable_api_ms_win_security_lsapolicy_l1_1_0
1085 enable_api_ms_win_security_provider_l1_1_0
1086 enable_api_ms_win_security_sddl_l1_1_0
1087 enable_api_ms_win_security_systemfunctions_l1_1_0
1088 enable_api_ms_win_service_core_l1_1_0
1089 enable_api_ms_win_service_core_l1_1_1
1090 enable_api_ms_win_service_management_l1_1_0
1091 enable_api_ms_win_service_management_l2_1_0
1092 enable_api_ms_win_service_private_l1_1_1
1093 enable_api_ms_win_service_winsvc_l1_1_0
1094 enable_api_ms_win_service_winsvc_l1_2_0
1095 enable_api_ms_win_shcore_scaling_l1_1_1
1096 enable_api_ms_win_shell_shellcom_l1_1_0
1097 enable_api_ms_win_shell_shellfolders_l1_1_0
1110 enable_bluetoothapis
1145 enable_d3dcompiler_33
1146 enable_d3dcompiler_34
1147 enable_d3dcompiler_35
1148 enable_d3dcompiler_36
1149 enable_d3dcompiler_37
1150 enable_d3dcompiler_38
1151 enable_d3dcompiler_39
1152 enable_d3dcompiler_40
1153 enable_d3dcompiler_41
1154 enable_d3dcompiler_42
1155 enable_d3dcompiler_43
1156 enable_d3dcompiler_46
1157 enable_d3dcompiler_47
1241 enable_explorerframe
1242 enable_ext_ms_win_authz_context_l1_1_0
1243 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1244 enable_ext_ms_win_gdi_dc_create_l1_1_1
1245 enable_ext_ms_win_gdi_dc_l1_2_0
1246 enable_ext_ms_win_gdi_devcaps_l1_1_0
1247 enable_ext_ms_win_gdi_draw_l1_1_1
1248 enable_ext_ms_win_gdi_render_l1_1_0
1249 enable_ext_ms_win_kernel32_package_current_l1_1_0
1250 enable_ext_ms_win_kernel32_package_l1_1_1
1251 enable_ext_ms_win_ntuser_draw_l1_1_0
1252 enable_ext_ms_win_ntuser_message_l1_1_1
1253 enable_ext_ms_win_ntuser_mouse_l1_1_0
1254 enable_ext_ms_win_ntuser_private_l1_1_1
1255 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1256 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1257 enable_ext_ms_win_ntuser_window_l1_1_1
1258 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1259 enable_ext_ms_win_oleacc_l1_1_0
1260 enable_ext_ms_win_ras_rasapi32_l1_1_0
1261 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1262 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1263 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1264 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1265 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1266 enable_ext_ms_win_security_credui_l1_1_0
1267 enable_ext_ms_win_security_cryptui_l1_1_0
1441 enable_photometadatahandler
1510 enable_uiautomationcore
1542 enable_windowscodecs
1543 enable_windowscodecsext
1545 enable_wineandroid_drv
1547 enable_winecoreaudio_drv
1550 enable_winegstreamer
1552 enable_winejoystick_drv
1557 enable_winepulse_drv
1558 enable_wineqtdecoder
1631 enable_aspnet_regiis
1668 enable_presentationfontcache
1681 enable_servicemodelreg
1704 enable_winemenubuilder
1706 enable_winemsibuilder
1729 ac_precious_vars
='build_alias
1794 # Initialize some variables set by options.
1796 ac_init_version
=false
1797 ac_unrecognized_opts
=
1798 ac_unrecognized_sep
=
1799 # The variables have the same names as the options, with
1800 # dashes changed to underlines.
1801 cache_file
=/dev
/null
1808 program_transform_name
=s
,x
,x
,
1816 # Installation directory options.
1817 # These are left unexpanded so users can "make install exec_prefix=/foo"
1818 # and all the variables that are supposed to be based on exec_prefix
1819 # by default will actually change.
1820 # Use braces instead of parens because sh, perl, etc. also accept them.
1821 # (The list follows the same order as the GNU Coding Standards.)
1822 bindir
='${exec_prefix}/bin'
1823 sbindir
='${exec_prefix}/sbin'
1824 libexecdir
='${exec_prefix}/libexec'
1825 datarootdir
='${prefix}/share'
1826 datadir
='${datarootdir}'
1827 sysconfdir
='${prefix}/etc'
1828 sharedstatedir
='${prefix}/com'
1829 localstatedir
='${prefix}/var'
1830 runstatedir
='${localstatedir}/run'
1831 includedir
='${prefix}/include'
1832 oldincludedir
='/usr/include'
1833 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1834 infodir
='${datarootdir}/info'
1839 libdir
='${exec_prefix}/lib'
1840 localedir
='${datarootdir}/locale'
1841 mandir
='${datarootdir}/man'
1847 # If the previous option needs an argument, assign it.
1848 if test -n "$ac_prev"; then
1849 eval $ac_prev=\
$ac_option
1855 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1860 # Accept the important Cygnus configure options, so we can diagnose typos.
1862 case $ac_dashdash$ac_option in
1866 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1868 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1869 bindir
=$ac_optarg ;;
1871 -build |
--build |
--buil |
--bui |
--bu)
1872 ac_prev
=build_alias
;;
1873 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1874 build_alias
=$ac_optarg ;;
1876 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1877 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1878 ac_prev
=cache_file
;;
1879 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1880 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1881 cache_file
=$ac_optarg ;;
1883 --config-cache |
-C)
1884 cache_file
=config.cache
;;
1886 -datadir |
--datadir |
--datadi |
--datad)
1888 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1889 datadir
=$ac_optarg ;;
1891 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1892 |
--dataroo |
--dataro |
--datar)
1893 ac_prev
=datarootdir
;;
1894 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1895 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1896 datarootdir
=$ac_optarg ;;
1898 -disable-* |
--disable-*)
1899 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1900 # Reject names that are not valid shell variable names.
1901 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1902 as_fn_error $?
"invalid feature name: $ac_useropt"
1903 ac_useropt_orig
=$ac_useropt
1904 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1905 case $ac_user_opts in
1907 "enable_
$ac_useropt"
1909 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1910 ac_unrecognized_sep
=', ';;
1912 eval enable_
$ac_useropt=no
;;
1914 -docdir |
--docdir |
--docdi |
--doc |
--do)
1916 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1917 docdir
=$ac_optarg ;;
1919 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1921 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1922 dvidir
=$ac_optarg ;;
1924 -enable-* |
--enable-*)
1925 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1926 # Reject names that are not valid shell variable names.
1927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1928 as_fn_error $?
"invalid feature name: $ac_useropt"
1929 ac_useropt_orig
=$ac_useropt
1930 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1931 case $ac_user_opts in
1933 "enable_
$ac_useropt"
1935 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1936 ac_unrecognized_sep
=', ';;
1938 eval enable_
$ac_useropt=\
$ac_optarg ;;
1940 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1941 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1942 |
--exec |
--exe |
--ex)
1943 ac_prev
=exec_prefix
;;
1944 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1945 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1946 |
--exec=* |
--exe=* |
--ex=*)
1947 exec_prefix
=$ac_optarg ;;
1949 -gas |
--gas |
--ga |
--g)
1950 # Obsolete; use --with-gas.
1953 -help |
--help |
--hel |
--he |
-h)
1954 ac_init_help
=long
;;
1955 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1956 ac_init_help
=recursive
;;
1957 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1958 ac_init_help
=short
;;
1960 -host |
--host |
--hos |
--ho)
1961 ac_prev
=host_alias
;;
1962 -host=* |
--host=* |
--hos=* |
--ho=*)
1963 host_alias
=$ac_optarg ;;
1965 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1967 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1969 htmldir
=$ac_optarg ;;
1971 -includedir |
--includedir |
--includedi |
--included |
--include \
1972 |
--includ |
--inclu |
--incl |
--inc)
1973 ac_prev
=includedir
;;
1974 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1975 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1976 includedir
=$ac_optarg ;;
1978 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1980 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1981 infodir
=$ac_optarg ;;
1983 -libdir |
--libdir |
--libdi |
--libd)
1985 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1986 libdir
=$ac_optarg ;;
1988 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1989 |
--libexe |
--libex |
--libe)
1990 ac_prev
=libexecdir
;;
1991 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1992 |
--libexe=* |
--libex=* |
--libe=*)
1993 libexecdir
=$ac_optarg ;;
1995 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1996 ac_prev
=localedir
;;
1997 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1998 localedir
=$ac_optarg ;;
2000 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2001 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2002 ac_prev
=localstatedir
;;
2003 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2004 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2005 localstatedir
=$ac_optarg ;;
2007 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2009 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2010 mandir
=$ac_optarg ;;
2012 -nfp |
--nfp |
--nf)
2013 # Obsolete; use --without-fp.
2016 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2017 |
--no-cr |
--no-c |
-n)
2020 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2021 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2024 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2025 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2026 |
--oldin |
--oldi |
--old |
--ol |
--o)
2027 ac_prev
=oldincludedir
;;
2028 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2029 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2030 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2031 oldincludedir
=$ac_optarg ;;
2033 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2035 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2036 prefix
=$ac_optarg ;;
2038 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2039 |
--program-pre |
--program-pr |
--program-p)
2040 ac_prev
=program_prefix
;;
2041 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2042 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2043 program_prefix
=$ac_optarg ;;
2045 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2046 |
--program-suf |
--program-su |
--program-s)
2047 ac_prev
=program_suffix
;;
2048 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2049 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2050 program_suffix
=$ac_optarg ;;
2052 -program-transform-name |
--program-transform-name \
2053 |
--program-transform-nam |
--program-transform-na \
2054 |
--program-transform-n |
--program-transform- \
2055 |
--program-transform |
--program-transfor \
2056 |
--program-transfo |
--program-transf \
2057 |
--program-trans |
--program-tran \
2058 |
--progr-tra |
--program-tr |
--program-t)
2059 ac_prev
=program_transform_name
;;
2060 -program-transform-name=* |
--program-transform-name=* \
2061 |
--program-transform-nam=* |
--program-transform-na=* \
2062 |
--program-transform-n=* |
--program-transform-=* \
2063 |
--program-transform=* |
--program-transfor=* \
2064 |
--program-transfo=* |
--program-transf=* \
2065 |
--program-trans=* |
--program-tran=* \
2066 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2067 program_transform_name
=$ac_optarg ;;
2069 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2071 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2072 pdfdir
=$ac_optarg ;;
2074 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2076 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2079 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2080 |
-silent |
--silent |
--silen |
--sile |
--sil)
2083 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2084 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2085 |
--run |
--ru |
--r)
2086 ac_prev
=runstatedir
;;
2087 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2088 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2089 |
--run=* |
--ru=* |
--r=*)
2090 runstatedir
=$ac_optarg ;;
2092 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2094 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2096 sbindir
=$ac_optarg ;;
2098 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2099 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2100 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2102 ac_prev
=sharedstatedir
;;
2103 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2104 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2105 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2107 sharedstatedir
=$ac_optarg ;;
2109 -site |
--site |
--sit)
2111 -site=* |
--site=* |
--sit=*)
2114 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2116 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2117 srcdir
=$ac_optarg ;;
2119 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2120 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2121 ac_prev
=sysconfdir
;;
2122 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2123 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2124 sysconfdir
=$ac_optarg ;;
2126 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2127 ac_prev
=target_alias
;;
2128 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2129 target_alias
=$ac_optarg ;;
2131 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2134 -version |
--version |
--versio |
--versi |
--vers |
-V)
2135 ac_init_version
=: ;;
2138 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2139 # Reject names that are not valid shell variable names.
2140 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2141 as_fn_error $?
"invalid package name: $ac_useropt"
2142 ac_useropt_orig
=$ac_useropt
2143 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2144 case $ac_user_opts in
2148 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2149 ac_unrecognized_sep
=', ';;
2151 eval with_
$ac_useropt=\
$ac_optarg ;;
2153 -without-* |
--without-*)
2154 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2155 # Reject names that are not valid shell variable names.
2156 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2157 as_fn_error $?
"invalid package name: $ac_useropt"
2158 ac_useropt_orig
=$ac_useropt
2159 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2160 case $ac_user_opts in
2164 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2165 ac_unrecognized_sep
=', ';;
2167 eval with_
$ac_useropt=no
;;
2170 # Obsolete; use --with-x.
2173 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2174 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2175 ac_prev
=x_includes
;;
2176 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2177 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2178 x_includes
=$ac_optarg ;;
2180 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2181 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2182 ac_prev
=x_libraries
;;
2183 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2184 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2185 x_libraries
=$ac_optarg ;;
2187 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2188 Try \`$0 --help' for more information"
2192 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2193 # Reject names that are not valid shell variable names.
2194 case $ac_envvar in #(
2195 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2196 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2198 eval $ac_envvar=\
$ac_optarg
2199 export $ac_envvar ;;
2202 # FIXME: should be removed in autoconf 3.0.
2203 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2204 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2205 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2206 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2212 if test -n "$ac_prev"; then
2213 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2214 as_fn_error $?
"missing argument to $ac_option"
2217 if test -n "$ac_unrecognized_opts"; then
2218 case $enable_option_checking in
2220 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2221 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2225 # Check all directory arguments for consistency.
2226 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2227 datadir sysconfdir sharedstatedir localstatedir includedir \
2228 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2229 libdir localedir mandir runstatedir
2231 eval ac_val
=\$
$ac_var
2232 # Remove trailing slashes.
2235 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2236 eval $ac_var=\
$ac_val;;
2238 # Be sure to have absolute directory names.
2240 [\\/$
]* | ?
:[\\/]* ) continue;;
2241 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2243 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2246 # There might be people who depend on the old broken behavior: `$host'
2247 # used to hold the argument of --host etc.
2248 # FIXME: To remove some day.
2251 target
=$target_alias
2253 # FIXME: To remove some day.
2254 if test "x$host_alias" != x
; then
2255 if test "x$build_alias" = x
; then
2256 cross_compiling
=maybe
2257 elif test "x$build_alias" != "x$host_alias"; then
2263 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2265 test "$silent" = yes && exec 6>/dev
/null
2268 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2269 ac_ls_di
=`ls -di .` &&
2270 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2271 as_fn_error $?
"working directory cannot be determined"
2272 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2273 as_fn_error $?
"pwd does not report name of working directory"
2276 # Find the source files, if location was not specified.
2277 if test -z "$srcdir"; then
2278 ac_srcdir_defaulted
=yes
2279 # Try the directory containing this script, then the parent directory.
2280 ac_confdir
=`$as_dirname -- "$as_myself" ||
2281 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2282 X"$as_myself" : 'X\(//\)[^/]' \| \
2283 X"$as_myself" : 'X\(//\)$' \| \
2284 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2285 $as_echo X"$as_myself" |
2286 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2304 if test ! -r "$srcdir/$ac_unique_file"; then
2308 ac_srcdir_defaulted
=no
2310 if test ! -r "$srcdir/$ac_unique_file"; then
2311 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2312 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2314 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2316 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2318 # When building in place, set srcdir=.
2319 if test "$ac_abs_confdir" = "$ac_pwd"; then
2322 # Remove unnecessary trailing slashes from srcdir.
2323 # Double slashes in file names in object file debugging info
2324 # mess up M-x gdb in Emacs.
2326 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2328 for ac_var
in $ac_precious_vars; do
2329 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2330 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2331 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2332 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2336 # Report the --help message.
2338 if test "$ac_init_help" = "long"; then
2339 # Omit some internal or obsolete options to make the list less imposing.
2340 # This message is too long to be a string in the A/UX 3.1 sh.
2342 \`configure' configures Wine 3.3 to adapt to many kinds of systems.
2344 Usage: $0 [OPTION]... [VAR=VALUE]...
2346 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2347 VAR=VALUE. See below for descriptions of some of the useful variables.
2349 Defaults for the options are specified in brackets.
2352 -h, --help display this help and exit
2353 --help=short display options specific to this package
2354 --help=recursive display the short help of all the included packages
2355 -V, --version display version information and exit
2356 -q, --quiet, --silent do not print \`checking ...' messages
2357 --cache-file=FILE cache test results in FILE [disabled]
2358 -C, --config-cache alias for \`--cache-file=config.cache'
2359 -n, --no-create do not create output files
2360 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2362 Installation directories:
2363 --prefix=PREFIX install architecture-independent files in PREFIX
2364 [$ac_default_prefix]
2365 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2368 By default, \`make install' will install all the files in
2369 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2370 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2371 for instance \`--prefix=\$HOME'.
2373 For better control, use the options below.
2375 Fine tuning of the installation directories:
2376 --bindir=DIR user executables [EPREFIX/bin]
2377 --sbindir=DIR system admin executables [EPREFIX/sbin]
2378 --libexecdir=DIR program executables [EPREFIX/libexec]
2379 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2380 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2381 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2382 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2383 --libdir=DIR object code libraries [EPREFIX/lib]
2384 --includedir=DIR C header files [PREFIX/include]
2385 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2386 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2387 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2388 --infodir=DIR info documentation [DATAROOTDIR/info]
2389 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2390 --mandir=DIR man documentation [DATAROOTDIR/man]
2391 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2392 --htmldir=DIR html documentation [DOCDIR]
2393 --dvidir=DIR dvi documentation [DOCDIR]
2394 --pdfdir=DIR pdf documentation [DOCDIR]
2395 --psdir=DIR ps documentation [DOCDIR]
2401 --x-includes=DIR X include files are
in DIR
2402 --x-libraries=DIR X library files are
in DIR
2405 --build=BUILD configure
for building on BUILD
[guessed
]
2406 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2410 if test -n "$ac_init_help"; then
2411 case $ac_init_help in
2412 short | recursive
) echo "Configuration of Wine 3.3:";;
2417 --disable-option-checking ignore unrecognized
--enable/--with options
2418 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2419 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2420 --disable-win16 do not include Win16 support
2421 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2423 --disable-tests do not build the regression tests
2424 --enable-maintainer-mode
2425 enable maintainer-specific build rules
2426 --disable-largefile omit support for large files
2429 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2430 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2431 --without-alsa do not use the Alsa sound support
2432 --without-capi do not use CAPI (ISDN support)
2433 --without-cms do not use CMS (color management support)
2434 --without-coreaudio do not use the CoreAudio sound support
2435 --without-cups do not use CUPS
2436 --without-curses do not use (n)curses
2437 --without-dbus do not use DBus (dynamic device support)
2438 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2439 --without-fontconfig do not use fontconfig
2440 --without-freetype do not use the FreeType library
2441 --without-gettext do not use gettext
2442 --with-gettextpo use the GetTextPO library to rebuild po files
2443 --without-gphoto do not use gphoto (Digital Camera support)
2444 --without-glu do not use the GLU library
2445 --without-gnutls do not use GnuTLS (schannel support)
2446 --without-gsm do not use libgsm (GSM 06.10 codec support)
2447 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2448 --without-gstreamer do not use GStreamer (codecs support)
2449 --without-hal do not use HAL (dynamic device support)
2450 --without-jpeg do not use JPEG
2451 --without-krb5 do not use krb5 (Kerberos)
2452 --without-ldap do not use LDAP
2453 --without-mpg123 do not use the mpg123 library
2454 --without-netapi do not use the Samba NetAPI library
2455 --without-openal do not use OpenAL
2456 --without-opencl do not use OpenCL
2457 --without-opengl do not use OpenGL
2458 --without-osmesa do not use the OSMesa library
2459 --without-oss do not use the OSS sound support
2460 --without-pcap do not use the Packet Capture library
2461 --without-png do not use PNG
2462 --without-pthread do not use the pthread library
2463 --without-pulse do not use PulseAudio sound support
2464 --without-sane do not use SANE (scanner support)
2465 --without-sdl do not use SDL
2466 --without-tiff do not use TIFF
2467 --without-udev do not use udev (plug and play support)
2468 --without-v4l do not use v4l1 (v4l support)
2469 --without-vulkan do not use Vulkan
2470 --without-xcomposite do not use the Xcomposite extension
2471 --without-xcursor do not use the Xcursor extension
2472 --without-xfixes do not use Xfixes for clipboard change notifications
2473 --without-xinerama do not use Xinerama (multi-monitor support)
2474 --without-xinput do not use the Xinput extension
2475 --without-xinput2 do not use the Xinput 2 extension
2476 --without-xml do not use XML
2477 --without-xrandr do not use Xrandr (resolution changes)
2478 --without-xrender do not use the Xrender extension
2479 --without-xshape do not use the Xshape extension
2480 --without-xshm do not use XShm (shared memory extension)
2481 --without-xslt do not use XSLT
2482 --without-xxf86vm do not use XFree video mode extension
2483 --without-zlib do not use Zlib (data compression)
2484 --with-wine-tools=DIR use Wine tools from directory DIR
2485 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2486 --with-x use the X Window System
2488 Some influential environment variables:
2489 CC C compiler command
2490 CFLAGS C compiler flags
2491 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2492 nonstandard directory <lib dir>
2493 LIBS libraries to pass to the linker, e.g. -l<library>
2494 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2495 you have headers in a nonstandard directory <include dir>
2496 CXX C++ compiler command
2497 CXXFLAGS C++ compiler flags
2499 XMKMF Path to xmkmf, Makefile generator for X Window System
2500 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2501 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2502 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2503 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2504 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2505 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2506 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2507 HAL_LIBS Linker flags for hal, overriding pkg-config
2509 C compiler flags for gnutls, overriding pkg-config
2510 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2511 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2512 SANE_LIBS Linker flags for libsane, overriding pkg-config
2514 C compiler flags for libgphoto2, overriding pkg-config
2516 Linker flags for libgphoto2, overriding pkg-config
2518 C compiler flags for libgphoto2_port, overriding pkg-config
2520 Linker flags for libgphoto2_port, overriding pkg-config
2522 C compiler flags for lcms2, overriding pkg-config
2523 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2525 C compiler flags for freetype2, overriding pkg-config
2527 Linker flags for freetype2, overriding pkg-config
2529 C compiler flags for libpulse, overriding pkg-config
2530 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2532 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2533 gstreamer-audio-1.0, overriding pkg-config
2535 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2536 gstreamer-audio-1.0, overriding pkg-config
2537 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2538 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2539 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2540 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2542 C compiler flags for capi20, overriding pkg-config
2543 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2544 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2545 CUPS_LIBS Linker flags for cups, overriding pkg-config
2547 C compiler flags for fontconfig, overriding pkg-config
2549 Linker flags for fontconfig, overriding pkg-config
2550 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2551 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2553 C compiler flags for krb5-gssapi, overriding pkg-config
2554 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2555 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2556 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2557 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2558 PNG_LIBS Linker flags for libpng, overriding pkg-config
2559 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2560 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2562 C compiler flags for libmpg123, overriding pkg-config
2563 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2565 C compiler flags for netapi, overriding pkg-config
2566 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2567 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2568 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2570 Use these variables to override the choices made by `configure' or to
help
2571 it to
find libraries and programs with nonstandard names
/locations.
2573 Report bugs to
<wine-devel@winehq.org
>.
2574 Wine home page
: <https
://www.winehq.org
>.
2579 if test "$ac_init_help" = "recursive"; then
2580 # If there are subdirs, report their specific --help.
2581 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2582 test -d "$ac_dir" ||
2583 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2588 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2590 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2591 # A ".." for each directory in $ac_dir_suffix.
2592 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2593 case $ac_top_builddir_sub in
2594 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2595 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2598 ac_abs_top_builddir
=$ac_pwd
2599 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2600 # for backward compatibility:
2601 ac_top_builddir
=$ac_top_build_prefix
2604 .
) # We are building in place.
2606 ac_top_srcdir
=$ac_top_builddir_sub
2607 ac_abs_top_srcdir
=$ac_pwd ;;
2608 [\\/]* | ?
:[\\/]* ) # Absolute name.
2609 ac_srcdir
=$srcdir$ac_dir_suffix;
2610 ac_top_srcdir
=$srcdir
2611 ac_abs_top_srcdir
=$srcdir ;;
2613 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2614 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2615 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2617 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2619 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2620 # Check for guested configure.
2621 if test -f "$ac_srcdir/configure.gnu"; then
2623 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2624 elif test -f "$ac_srcdir/configure"; then
2626 $SHELL "$ac_srcdir/configure" --help=recursive
2628 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2630 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2634 test -n "$ac_init_help" && exit $ac_status
2635 if $ac_init_version; then
2638 generated by GNU Autoconf
2.69
2640 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2641 This configure
script is free software
; the Free Software Foundation
2642 gives unlimited permission to copy
, distribute and modify it.
2647 ## ------------------------ ##
2648 ## Autoconf initialization. ##
2649 ## ------------------------ ##
2651 # ac_fn_c_try_compile LINENO
2652 # --------------------------
2653 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2654 ac_fn_c_try_compile
()
2656 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2657 rm -f conftest.
$ac_objext
2658 if { { ac_try
="$ac_compile"
2660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2664 $as_echo "$ac_try_echo"; } >&5
2665 (eval "$ac_compile") 2>conftest.err
2667 if test -s conftest.err; then
2668 grep -v '^ *+' conftest.err >conftest.er1
2669 cat conftest.er1 >&5
2670 mv -f conftest.er1 conftest.err
2672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2673 test $ac_status = 0; } && {
2674 test -z "$ac_c_werror_flag" ||
2675 test ! -s conftest.err
2676 } && test -s conftest.$ac_objext; then :
2679 $as_echo "$as_me: failed program was:" >&5
2680 sed 's/^/| /' conftest.$ac_ext >&5
2684 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2685 as_fn_set_status $ac_retval
2687 } # ac_fn_c_try_compile
2689 # ac_fn_cxx_try_compile LINENO
2690 # ----------------------------
2691 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2692 ac_fn_cxx_try_compile ()
2694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2695 rm -f conftest.$ac_objext
2696 if { { ac_try="$ac_compile"
2698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2699 *) ac_try_echo
=$ac_try;;
2701 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2702 $as_echo "$ac_try_echo"; } >&5
2703 (eval "$ac_compile") 2>conftest.err
2705 if test -s conftest.err
; then
2706 grep -v '^ *+' conftest.err
>conftest.er1
2707 cat conftest.er1
>&5
2708 mv -f conftest.er1 conftest.err
2710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2711 test $ac_status = 0; } && {
2712 test -z "$ac_cxx_werror_flag" ||
2713 test ! -s conftest.err
2714 } && test -s conftest.
$ac_objext; then :
2717 $as_echo "$as_me: failed program was:" >&5
2718 sed 's/^/| /' conftest.
$ac_ext >&5
2722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2723 as_fn_set_status
$ac_retval
2725 } # ac_fn_cxx_try_compile
2727 # ac_fn_c_try_link LINENO
2728 # -----------------------
2729 # Try to link conftest.$ac_ext, and return whether this succeeded.
2732 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2733 rm -f conftest.
$ac_objext conftest
$ac_exeext
2734 if { { ac_try
="$ac_link"
2736 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2737 *) ac_try_echo=$ac_try;;
2739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2740 $as_echo "$ac_try_echo"; } >&5
2741 (eval "$ac_link") 2>conftest.err
2743 if test -s conftest.err; then
2744 grep -v '^ *+' conftest.err >conftest.er1
2745 cat conftest.er1 >&5
2746 mv -f conftest.er1 conftest.err
2748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2749 test $ac_status = 0; } && {
2750 test -z "$ac_c_werror_flag" ||
2751 test ! -s conftest.err
2752 } && test -s conftest$ac_exeext && {
2753 test "$cross_compiling" = yes ||
2754 test -x conftest$ac_exeext
2758 $as_echo "$as_me: failed program was:" >&5
2759 sed 's/^/| /' conftest.$ac_ext >&5
2763 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2764 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2765 # interfere with the next link command; also delete a directory that is
2766 # left behind by Apple's compiler. We do this before executing the actions.
2767 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2769 as_fn_set_status $ac_retval
2771 } # ac_fn_c_try_link
2773 # ac_fn_c_try_cpp LINENO
2774 # ----------------------
2775 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2779 if { { ac_try="$ac_cpp conftest.$ac_ext"
2781 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2782 *) ac_try_echo
=$ac_try;;
2784 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2785 $as_echo "$ac_try_echo"; } >&5
2786 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2788 if test -s conftest.err
; then
2789 grep -v '^ *+' conftest.err
>conftest.er1
2790 cat conftest.er1
>&5
2791 mv -f conftest.er1 conftest.err
2793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2794 test $ac_status = 0; } > conftest.i
&& {
2795 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2796 test ! -s conftest.err
2800 $as_echo "$as_me: failed program was:" >&5
2801 sed 's/^/| /' conftest.
$ac_ext >&5
2805 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2806 as_fn_set_status
$ac_retval
2810 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2811 # -------------------------------------------------------
2812 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2813 # the include files in INCLUDES and setting the cache variable VAR
2815 ac_fn_c_check_header_mongrel
()
2817 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2818 if eval \
${$3+:} false
; then :
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2820 $as_echo_n "checking for $2... " >&6; }
2821 if eval \
${$3+:} false
; then :
2822 $as_echo_n "(cached) " >&6
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2826 $as_echo "$ac_res" >&6; }
2828 # Is the header compilable?
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2830 $as_echo_n "checking $2 usability... " >&6; }
2831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2832 /* end confdefs.h. */
2836 if ac_fn_c_try_compile
"$LINENO"; then :
2837 ac_header_compiler
=yes
2839 ac_header_compiler
=no
2841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2843 $as_echo "$ac_header_compiler" >&6; }
2845 # Is the header present?
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2847 $as_echo_n "checking $2 presence... " >&6; }
2848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2849 /* end confdefs.h. */
2852 if ac_fn_c_try_cpp
"$LINENO"; then :
2853 ac_header_preproc
=yes
2855 ac_header_preproc
=no
2857 rm -f conftest.err conftest.i conftest.
$ac_ext
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2859 $as_echo "$ac_header_preproc" >&6; }
2861 # So? What about this header?
2862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2865 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2867 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2871 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2873 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2875 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2877 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2879 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2880 ( $as_echo "## ------------------------------------ ##
2881 ## Report this to wine-devel@winehq.org ##
2882 ## ------------------------------------ ##"
2883 ) |
sed "s/^/$as_me: WARNING: /" >&2
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2887 $as_echo_n "checking for $2... " >&6; }
2888 if eval \
${$3+:} false
; then :
2889 $as_echo_n "(cached) " >&6
2891 eval "$3=\$ac_header_compiler"
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2895 $as_echo "$ac_res" >&6; }
2897 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2899 } # ac_fn_c_check_header_mongrel
2901 # ac_fn_c_try_run LINENO
2902 # ----------------------
2903 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2904 # that executables *can* be run.
2907 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2908 if { { ac_try
="$ac_link"
2910 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2911 *) ac_try_echo=$ac_try;;
2913 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2914 $as_echo "$ac_try_echo"; } >&5
2915 (eval "$ac_link") 2>&5
2917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2918 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2919 { { case "(($ac_try" in
2920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2921 *) ac_try_echo
=$ac_try;;
2923 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2924 $as_echo "$ac_try_echo"; } >&5
2925 (eval "$ac_try") 2>&5
2927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2928 test $ac_status = 0; }; }; then :
2931 $as_echo "$as_me: program exited with status $ac_status" >&5
2932 $as_echo "$as_me: failed program was:" >&5
2933 sed 's/^/| /' conftest.
$ac_ext >&5
2935 ac_retval
=$ac_status
2937 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2939 as_fn_set_status
$ac_retval
2943 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2944 # -------------------------------------------------------
2945 # Tests whether HEADER exists and can be compiled using the include files in
2946 # INCLUDES, setting the cache variable VAR accordingly.
2947 ac_fn_c_check_header_compile
()
2949 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2951 $as_echo_n "checking for $2... " >&6; }
2952 if eval \
${$3+:} false
; then :
2953 $as_echo_n "(cached) " >&6
2955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2956 /* end confdefs.h. */
2960 if ac_fn_c_try_compile
"$LINENO"; then :
2965 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2969 $as_echo "$ac_res" >&6; }
2970 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2972 } # ac_fn_c_check_header_compile
2974 # ac_fn_c_check_func LINENO FUNC VAR
2975 # ----------------------------------
2976 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2977 ac_fn_c_check_func
()
2979 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2981 $as_echo_n "checking for $2... " >&6; }
2982 if eval \
${$3+:} false
; then :
2983 $as_echo_n "(cached) " >&6
2985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h. */
2987 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2988 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2989 #define $2 innocuous_$2
2991 /* System header to define __stub macros and hopefully few prototypes,
2992 which can conflict with char $2 (); below.
2993 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2994 <limits.h> exists even on freestanding compilers. */
2997 # include <limits.h>
2999 # include <assert.h>
3004 /* Override any GCC internal prototype to avoid an error.
3005 Use char because int might match the return type of a GCC
3006 builtin and then its argument prototype would still apply. */
3011 /* The GNU C library defines this for functions which it implements
3012 to always fail with ENOSYS. Some functions are actually named
3013 something starting with __ and the normal name is an alias. */
3014 #if defined __stub_$2 || defined __stub___$2
3026 if ac_fn_c_try_link
"$LINENO"; then :
3031 rm -f core conftest.err conftest.
$ac_objext \
3032 conftest
$ac_exeext conftest.
$ac_ext
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3036 $as_echo "$ac_res" >&6; }
3037 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3039 } # ac_fn_c_check_func
3041 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3042 # ----------------------------------------------------
3043 # Tries to find if the field MEMBER exists in type AGGR, after including
3044 # INCLUDES, setting cache variable VAR accordingly.
3045 ac_fn_c_check_member
()
3047 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3049 $as_echo_n "checking for $2.$3... " >&6; }
3050 if eval \
${$4+:} false
; then :
3051 $as_echo_n "(cached) " >&6
3053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3054 /* end confdefs.h. */
3066 if ac_fn_c_try_compile
"$LINENO"; then :
3069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3070 /* end confdefs.h. */
3076 if (sizeof ac_aggr.$3)
3082 if ac_fn_c_try_compile
"$LINENO"; then :
3087 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3089 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3093 $as_echo "$ac_res" >&6; }
3094 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3096 } # ac_fn_c_check_member
3098 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3099 # -------------------------------------------
3100 # Tests whether TYPE exists after having included INCLUDES, setting cache
3101 # variable VAR accordingly.
3102 ac_fn_c_check_type
()
3104 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3106 $as_echo_n "checking for $2... " >&6; }
3107 if eval \
${$3+:} false
; then :
3108 $as_echo_n "(cached) " >&6
3111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3112 /* end confdefs.h. */
3123 if ac_fn_c_try_compile
"$LINENO"; then :
3124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3125 /* end confdefs.h. */
3136 if ac_fn_c_try_compile
"$LINENO"; then :
3141 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3143 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3147 $as_echo "$ac_res" >&6; }
3148 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3150 } # ac_fn_c_check_type
3151 cat >config.log
<<_ACEOF
3152 This file contains any messages produced by compilers while
3153 running configure, to aid debugging if configure makes a mistake.
3155 It was created by Wine $as_me 3.3, which was
3156 generated by GNU Autoconf 2.69. Invocation command line was
3168 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3169 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3170 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3171 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3172 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3174 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3175 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3177 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3178 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3179 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3180 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3181 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3182 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3183 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3191 test -z "$as_dir" && as_dir
=.
3192 $as_echo "PATH: $as_dir"
3208 # Keep a trace of the command line.
3209 # Strip out --no-create and --no-recursion so they do not pile up.
3210 # Strip out --silent because we don't want to record it for future runs.
3211 # Also quote any args containing shell meta-characters.
3212 # Make two passes to allow for proper duplicate-argument suppression.
3216 ac_must_keep_next
=false
3222 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3223 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3224 |
-silent |
--silent |
--silen |
--sile |
--sil)
3227 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3230 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3232 as_fn_append ac_configure_args1
" '$ac_arg'"
3233 if test $ac_must_keep_next = true
; then
3234 ac_must_keep_next
=false
# Got value, back to normal.
3237 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3238 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3239 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3240 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3241 case "$ac_configure_args0 " in
3242 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3245 -* ) ac_must_keep_next
=true
;;
3248 as_fn_append ac_configure_args
" '$ac_arg'"
3253 { ac_configure_args0
=; unset ac_configure_args0
;}
3254 { ac_configure_args1
=; unset ac_configure_args1
;}
3256 # When interrupted or exit'd, cleanup temporary files, and complete
3257 # config.log. We remove comments because anyway the quotes in there
3258 # would cause problems or look ugly.
3259 # WARNING: Use '\'' to represent an apostrophe within the trap.
3260 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3261 trap 'exit_status=$?
3262 # Save into config.log some information that might help in debugging.
3266 $as_echo "## ---------------- ##
3267 ## Cache variables. ##
3268 ## ---------------- ##"
3270 # The following way of writing the cache mishandles newlines in values,
3272 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3273 eval ac_val=\$$ac_var
3277 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3278 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3281 _ | IFS | as_nl) ;; #(
3282 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3283 *) { eval $ac_var=; unset $ac_var;} ;;
3288 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3289 *${as_nl}ac_space=\ *)
3291 "s/'\''/'\''\\\\'\'''\''/g;
3292 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3295 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3302 $as_echo "## ----------------- ##
3303 ## Output variables. ##
3304 ## ----------------- ##"
3306 for ac_var in $ac_subst_vars
3308 eval ac_val=\$$ac_var
3310 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3312 $as_echo "$ac_var='\''$ac_val'\''"
3316 if test -n "$ac_subst_files"; then
3317 $as_echo "## ------------------- ##
3318 ## File substitutions. ##
3319 ## ------------------- ##"
3321 for ac_var
in $ac_subst_files
3323 eval ac_val
=\$
$ac_var
3325 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3327 $as_echo "$ac_var='\''$ac_val'\''"
3332 if test -s confdefs.h; then
3333 $as_echo "## ----------- ##
3340 test "$ac_signal" != 0 &&
3341 $as_echo "$as_me: caught signal $ac_signal"
3342 $as_echo "$as_me: exit $exit_status"
3344 rm -f core *.core core.conftest.* &&
3345 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3348 for ac_signal
in 1 2 13 15; do
3349 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3353 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3354 rm -f -r conftest
* confdefs.h
3356 $as_echo "/* confdefs.h */" > confdefs.h
3358 # Predefined preprocessor variables.
3360 cat >>confdefs.h
<<_ACEOF
3361 #define PACKAGE_NAME "$PACKAGE_NAME"
3364 cat >>confdefs.h
<<_ACEOF
3365 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3368 cat >>confdefs.h
<<_ACEOF
3369 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3372 cat >>confdefs.h
<<_ACEOF
3373 #define PACKAGE_STRING "$PACKAGE_STRING"
3376 cat >>confdefs.h
<<_ACEOF
3377 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3380 cat >>confdefs.h
<<_ACEOF
3381 #define PACKAGE_URL "$PACKAGE_URL"
3385 # Let the site file select an alternate cache file if it wants to.
3386 # Prefer an explicitly selected file to automatically selected ones.
3389 if test -n "$CONFIG_SITE"; then
3390 # We do not want a PATH search for config.site.
3391 case $CONFIG_SITE in #((
3392 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3393 */*) ac_site_file1
=$CONFIG_SITE;;
3394 *) ac_site_file1
=.
/$CONFIG_SITE;;
3396 elif test "x$prefix" != xNONE
; then
3397 ac_site_file1
=$prefix/share
/config.site
3398 ac_site_file2
=$prefix/etc
/config.site
3400 ac_site_file1
=$ac_default_prefix/share
/config.site
3401 ac_site_file2
=$ac_default_prefix/etc
/config.site
3403 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3405 test "x$ac_site_file" = xNONE
&& continue
3406 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3408 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3409 sed 's/^/| /' "$ac_site_file" >&5
3411 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3412 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3413 as_fn_error $?
"failed to load site script $ac_site_file
3414 See \`config.log' for more details" "$LINENO" 5; }
3418 if test -r "$cache_file"; then
3419 # Some versions of bash will fail to source /dev/null (special files
3420 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3421 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3423 $as_echo "$as_me: loading cache $cache_file" >&6;}
3425 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3426 *) .
"./$cache_file";;
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3431 $as_echo "$as_me: creating cache $cache_file" >&6;}
3435 # Check that the precious variables saved in the cache have kept the same
3437 ac_cache_corrupted
=false
3438 for ac_var
in $ac_precious_vars; do
3439 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3440 eval ac_new_set
=\
$ac_env_${ac_var}_set
3441 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3442 eval ac_new_val
=\
$ac_env_${ac_var}_value
3443 case $ac_old_set,$ac_new_set in
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3446 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3447 ac_cache_corrupted
=: ;;
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3450 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3451 ac_cache_corrupted
=: ;;
3454 if test "x$ac_old_val" != "x$ac_new_val"; then
3455 # differences in whitespace do not lead to failure.
3456 ac_old_val_w
=`echo x $ac_old_val`
3457 ac_new_val_w
=`echo x $ac_new_val`
3458 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3460 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3461 ac_cache_corrupted
=:
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3464 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3465 eval $ac_var=\
$ac_old_val
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3468 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3470 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3473 # Pass precious variables to config.status.
3474 if test "$ac_new_set" = set; then
3476 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3477 *) ac_arg
=$ac_var=$ac_new_val ;;
3479 case " $ac_configure_args " in
3480 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3481 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3485 if $ac_cache_corrupted; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3487 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3489 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3490 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3492 ## -------------------- ##
3493 ## Main body of script. ##
3494 ## -------------------- ##
3497 ac_cpp
='$CPP $CPPFLAGS'
3498 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3499 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3500 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3504 ac_config_headers
="$ac_config_headers include/config.h"
3507 for ac_dir
in tools
"$srcdir"/tools
; do
3508 if test -f "$ac_dir/install-sh"; then
3510 ac_install_sh
="$ac_aux_dir/install-sh -c"
3512 elif test -f "$ac_dir/install.sh"; then
3514 ac_install_sh
="$ac_aux_dir/install.sh -c"
3516 elif test -f "$ac_dir/shtool"; then
3518 ac_install_sh
="$ac_aux_dir/shtool install -c"
3522 if test -z "$ac_aux_dir"; then
3523 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3526 # These three variables are undocumented and unsupported,
3527 # and are intended to be withdrawn in a future Autoconf release.
3528 # They can cause serious problems if a builder's source tree is in a directory
3529 # whose full name contains unusual characters.
3530 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3531 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3532 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3536 libwine_version
="1.0"
3540 # Check whether --enable-win16 was given.
3541 if test "${enable_win16+set}" = set; then :
3542 enableval
=$enable_win16;
3545 # Check whether --enable-win64 was given.
3546 if test "${enable_win64+set}" = set; then :
3547 enableval
=$enable_win64;
3550 # Check whether --enable-tests was given.
3551 if test "${enable_tests+set}" = set; then :
3552 enableval
=$enable_tests;
3555 # Check whether --enable-maintainer-mode was given.
3556 if test "${enable_maintainer_mode+set}" = set; then :
3557 enableval
=$enable_maintainer_mode;
3562 # Check whether --with-alsa was given.
3563 if test "${with_alsa+set}" = set; then :
3564 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3568 # Check whether --with-capi was given.
3569 if test "${with_capi+set}" = set; then :
3574 # Check whether --with-cms was given.
3575 if test "${with_cms+set}" = set; then :
3580 # Check whether --with-coreaudio was given.
3581 if test "${with_coreaudio+set}" = set; then :
3582 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3586 # Check whether --with-cups was given.
3587 if test "${with_cups+set}" = set; then :
3592 # Check whether --with-curses was given.
3593 if test "${with_curses+set}" = set; then :
3594 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3598 # Check whether --with-dbus was given.
3599 if test "${with_dbus+set}" = set; then :
3604 # Check whether --with-float-abi was given.
3605 if test "${with_float_abi+set}" = set; then :
3606 withval
=$with_float_abi;
3610 # Check whether --with-fontconfig was given.
3611 if test "${with_fontconfig+set}" = set; then :
3612 withval
=$with_fontconfig;
3616 # Check whether --with-freetype was given.
3617 if test "${with_freetype+set}" = set; then :
3618 withval
=$with_freetype;
3622 # Check whether --with-gettext was given.
3623 if test "${with_gettext+set}" = set; then :
3624 withval
=$with_gettext;
3628 # Check whether --with-gettextpo was given.
3629 if test "${with_gettextpo+set}" = set; then :
3630 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3634 # Check whether --with-gphoto was given.
3635 if test "${with_gphoto+set}" = set; then :
3636 withval
=$with_gphoto;
3640 # Check whether --with-glu was given.
3641 if test "${with_glu+set}" = set; then :
3646 # Check whether --with-gnutls was given.
3647 if test "${with_gnutls+set}" = set; then :
3648 withval
=$with_gnutls;
3652 # Check whether --with-gsm was given.
3653 if test "${with_gsm+set}" = set; then :
3654 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3658 # Check whether --with-gssapi was given.
3659 if test "${with_gssapi+set}" = set; then :
3660 withval
=$with_gssapi;
3664 # Check whether --with-gstreamer was given.
3665 if test "${with_gstreamer+set}" = set; then :
3666 withval
=$with_gstreamer;
3670 # Check whether --with-hal was given.
3671 if test "${with_hal+set}" = set; then :
3676 # Check whether --with-jpeg was given.
3677 if test "${with_jpeg+set}" = set; then :
3682 # Check whether --with-krb5 was given.
3683 if test "${with_krb5+set}" = set; then :
3688 # Check whether --with-ldap was given.
3689 if test "${with_ldap+set}" = set; then :
3690 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3694 # Check whether --with-mpg123 was given.
3695 if test "${with_mpg123+set}" = set; then :
3696 withval
=$with_mpg123;
3700 # Check whether --with-netapi was given.
3701 if test "${with_netapi+set}" = set; then :
3702 withval
=$with_netapi;
3706 # Check whether --with-openal was given.
3707 if test "${with_openal+set}" = set; then :
3708 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3712 # Check whether --with-opencl was given.
3713 if test "${with_opencl+set}" = set; then :
3714 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3718 # Check whether --with-opengl was given.
3719 if test "${with_opengl+set}" = set; then :
3720 withval
=$with_opengl;
3724 # Check whether --with-osmesa was given.
3725 if test "${with_osmesa+set}" = set; then :
3726 withval
=$with_osmesa;
3730 # Check whether --with-oss was given.
3731 if test "${with_oss+set}" = set; then :
3736 # Check whether --with-pcap was given.
3737 if test "${with_pcap+set}" = set; then :
3738 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3742 # Check whether --with-png was given.
3743 if test "${with_png+set}" = set; then :
3748 # Check whether --with-pthread was given.
3749 if test "${with_pthread+set}" = set; then :
3750 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3754 # Check whether --with-pulse was given.
3755 if test "${with_pulse+set}" = set; then :
3756 withval
=$with_pulse;
3760 # Check whether --with-sane was given.
3761 if test "${with_sane+set}" = set; then :
3766 # Check whether --with-sdl was given.
3767 if test "${with_sdl+set}" = set; then :
3772 # Check whether --with-tiff was given.
3773 if test "${with_tiff+set}" = set; then :
3778 # Check whether --with-udev was given.
3779 if test "${with_udev+set}" = set; then :
3784 # Check whether --with-v4l was given.
3785 if test "${with_v4l+set}" = set; then :
3790 # Check whether --with-vulkan was given.
3791 if test "${with_vulkan+set}" = set; then :
3792 withval
=$with_vulkan;
3796 # Check whether --with-xcomposite was given.
3797 if test "${with_xcomposite+set}" = set; then :
3798 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3802 # Check whether --with-xcursor was given.
3803 if test "${with_xcursor+set}" = set; then :
3804 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3808 # Check whether --with-xfixes was given.
3809 if test "${with_xfixes+set}" = set; then :
3810 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3814 # Check whether --with-xinerama was given.
3815 if test "${with_xinerama+set}" = set; then :
3816 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3820 # Check whether --with-xinput was given.
3821 if test "${with_xinput+set}" = set; then :
3822 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3826 # Check whether --with-xinput2 was given.
3827 if test "${with_xinput2+set}" = set; then :
3828 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3832 # Check whether --with-xml was given.
3833 if test "${with_xml+set}" = set; then :
3838 # Check whether --with-xrandr was given.
3839 if test "${with_xrandr+set}" = set; then :
3840 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3844 # Check whether --with-xrender was given.
3845 if test "${with_xrender+set}" = set; then :
3846 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3850 # Check whether --with-xshape was given.
3851 if test "${with_xshape+set}" = set; then :
3852 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3856 # Check whether --with-xshm was given.
3857 if test "${with_xshm+set}" = set; then :
3858 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3862 # Check whether --with-xslt was given.
3863 if test "${with_xslt+set}" = set; then :
3868 # Check whether --with-xxf86vm was given.
3869 if test "${with_xxf86vm+set}" = set; then :
3870 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
3874 # Check whether --with-zlib was given.
3875 if test "${with_zlib+set}" = set; then :
3876 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3881 # Check whether --with-wine-tools was given.
3882 if test "${with_wine_tools+set}" = set; then :
3883 withval
=$with_wine_tools;
3887 # Check whether --with-wine64 was given.
3888 if test "${with_wine64+set}" = set; then :
3889 withval
=$with_wine64;
3893 # Make sure we can run config.sub.
3894 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3895 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3898 $as_echo_n "checking build system type... " >&6; }
3899 if ${ac_cv_build+:} false
; then :
3900 $as_echo_n "(cached) " >&6
3902 ac_build_alias
=$build_alias
3903 test "x$ac_build_alias" = x
&&
3904 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3905 test "x$ac_build_alias" = x
&&
3906 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3907 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3908 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3912 $as_echo "$ac_cv_build" >&6; }
3913 case $ac_cv_build in
3915 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3918 ac_save_IFS
=$IFS; IFS
='-'
3924 # Remember, the first character of IFS is used to create $*,
3925 # except with old shells:
3928 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3932 $as_echo_n "checking host system type... " >&6; }
3933 if ${ac_cv_host+:} false
; then :
3934 $as_echo_n "(cached) " >&6
3936 if test "x$host_alias" = x
; then
3937 ac_cv_host
=$ac_cv_build
3939 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3940 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3945 $as_echo "$ac_cv_host" >&6; }
3948 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3951 ac_save_IFS
=$IFS; IFS
='-'
3957 # Remember, the first character of IFS is used to create $*,
3958 # except with old shells:
3961 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3967 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3968 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3969 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3975 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3977 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3978 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3979 $as_echo_n "(cached) " >&6
3981 cat >conftest.
make <<\_ACEOF
3984 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3986 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3987 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3989 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3991 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3995 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3997 $as_echo "yes" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4002 SET_MAKE
="MAKE=${MAKE-make}"
4006 ac_cpp
='$CPP $CPPFLAGS'
4007 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4008 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4009 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4010 if test -n "$ac_tool_prefix"; then
4011 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4012 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4014 $as_echo_n "checking for $ac_word... " >&6; }
4015 if ${ac_cv_prog_CC+:} false
; then :
4016 $as_echo_n "(cached) " >&6
4018 if test -n "$CC"; then
4019 ac_cv_prog_CC
="$CC" # Let the user override the test.
4021 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4025 test -z "$as_dir" && as_dir
=.
4026 for ac_exec_ext
in '' $ac_executable_extensions; do
4027 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4028 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4039 if test -n "$CC"; then
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4041 $as_echo "$CC" >&6; }
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4044 $as_echo "no" >&6; }
4049 if test -z "$ac_cv_prog_CC"; then
4051 # Extract the first word of "gcc", so it can be a program name with args.
4052 set dummy gcc
; ac_word
=$2
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4054 $as_echo_n "checking for $ac_word... " >&6; }
4055 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4056 $as_echo_n "(cached) " >&6
4058 if test -n "$ac_ct_CC"; then
4059 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4061 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4065 test -z "$as_dir" && as_dir
=.
4066 for ac_exec_ext
in '' $ac_executable_extensions; do
4067 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4068 ac_cv_prog_ac_ct_CC
="gcc"
4069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4078 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4079 if test -n "$ac_ct_CC"; then
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4081 $as_echo "$ac_ct_CC" >&6; }
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4084 $as_echo "no" >&6; }
4087 if test "x$ac_ct_CC" = x
; then
4090 case $cross_compiling:$ac_tool_warned in
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4093 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4094 ac_tool_warned
=yes ;;
4102 if test -z "$CC"; then
4103 if test -n "$ac_tool_prefix"; then
4104 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4105 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4107 $as_echo_n "checking for $ac_word... " >&6; }
4108 if ${ac_cv_prog_CC+:} false
; then :
4109 $as_echo_n "(cached) " >&6
4111 if test -n "$CC"; then
4112 ac_cv_prog_CC
="$CC" # Let the user override the test.
4114 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4118 test -z "$as_dir" && as_dir
=.
4119 for ac_exec_ext
in '' $ac_executable_extensions; do
4120 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4121 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4132 if test -n "$CC"; then
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4134 $as_echo "$CC" >&6; }
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4137 $as_echo "no" >&6; }
4143 if test -z "$CC"; then
4144 # Extract the first word of "cc", so it can be a program name with args.
4145 set dummy cc
; ac_word
=$2
4146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4147 $as_echo_n "checking for $ac_word... " >&6; }
4148 if ${ac_cv_prog_CC+:} false
; then :
4149 $as_echo_n "(cached) " >&6
4151 if test -n "$CC"; then
4152 ac_cv_prog_CC
="$CC" # Let the user override the test.
4155 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4159 test -z "$as_dir" && as_dir
=.
4160 for ac_exec_ext
in '' $ac_executable_extensions; do
4161 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4162 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4163 ac_prog_rejected
=yes
4167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 if test $ac_prog_rejected = yes; then
4175 # We found a bogon in the path, so make sure we never use it.
4176 set dummy
$ac_cv_prog_CC
4178 if test $# != 0; then
4179 # We chose a different compiler from the bogus one.
4180 # However, it has the same basename, so the bogon will be chosen
4181 # first if we set CC to just the basename; use the full file name.
4183 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4189 if test -n "$CC"; then
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4191 $as_echo "$CC" >&6; }
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4194 $as_echo "no" >&6; }
4199 if test -z "$CC"; then
4200 if test -n "$ac_tool_prefix"; then
4201 for ac_prog
in cl.exe
4203 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4204 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4206 $as_echo_n "checking for $ac_word... " >&6; }
4207 if ${ac_cv_prog_CC+:} false
; then :
4208 $as_echo_n "(cached) " >&6
4210 if test -n "$CC"; then
4211 ac_cv_prog_CC
="$CC" # Let the user override the test.
4213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4217 test -z "$as_dir" && as_dir
=.
4218 for ac_exec_ext
in '' $ac_executable_extensions; do
4219 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4220 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231 if test -n "$CC"; then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4233 $as_echo "$CC" >&6; }
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4240 test -n "$CC" && break
4243 if test -z "$CC"; then
4245 for ac_prog
in cl.exe
4247 # Extract the first word of "$ac_prog", so it can be a program name with args.
4248 set dummy
$ac_prog; ac_word
=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4252 $as_echo_n "(cached) " >&6
4254 if test -n "$ac_ct_CC"; then
4255 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4261 test -z "$as_dir" && as_dir
=.
4262 for ac_exec_ext
in '' $ac_executable_extensions; do
4263 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4264 ac_cv_prog_ac_ct_CC
="$ac_prog"
4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4274 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4275 if test -n "$ac_ct_CC"; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4277 $as_echo "$ac_ct_CC" >&6; }
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4284 test -n "$ac_ct_CC" && break
4287 if test "x$ac_ct_CC" = x
; then
4290 case $cross_compiling:$ac_tool_warned in
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4294 ac_tool_warned
=yes ;;
4303 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4305 as_fn_error $?
"no acceptable C compiler found in \$PATH
4306 See \`config.log' for more details" "$LINENO" 5; }
4308 # Provide some information about the compiler.
4309 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4312 for ac_option
in --version -v -V -qversion; do
4313 { { ac_try
="$ac_compiler $ac_option >&5"
4315 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4316 *) ac_try_echo=$ac_try;;
4318 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4319 $as_echo "$ac_try_echo"; } >&5
4320 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4322 if test -s conftest.err; then
4324 ... rest of stderr output deleted ...
4325 10q' conftest.err >conftest.er1
4326 cat conftest.er1 >&5
4328 rm -f conftest.er1 conftest.err
4329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4330 test $ac_status = 0; }
4333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4334 /* end confdefs.h. */
4344 ac_clean_files_save=$ac_clean_files
4345 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4346 # Try to create an executable without -o first, disregard a.out.
4347 # It will help us diagnose broken compilers, and finding out an intuition
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4350 $as_echo_n "checking whether the C compiler works... " >&6; }
4351 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4353 # The possible output files:
4354 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4357 for ac_file in $ac_files
4360 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4361 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4366 if { { ac_try="$ac_link_default"
4368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4369 *) ac_try_echo
=$ac_try;;
4371 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4372 $as_echo "$ac_try_echo"; } >&5
4373 (eval "$ac_link_default") 2>&5
4375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4376 test $ac_status = 0; }; then :
4377 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4378 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4379 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4380 # so that the user can short-circuit this test for compilers unknown to
4382 for ac_file
in $ac_files ''
4384 test -f "$ac_file" ||
continue
4386 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4389 # We found the default executable, but exeext='' is most
4393 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4395 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4397 # We set ac_cv_exeext here because the later test for it is not
4398 # safe: cross compilers may not add the suffix if given an `-o'
4399 # argument, so we may need to know it at that point already.
4400 # Even if this section looks crufty: it has the advantage of
4407 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4412 if test -z "$ac_file"; then :
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4414 $as_echo "no" >&6; }
4415 $as_echo "$as_me: failed program was:" >&5
4416 sed 's/^/| /' conftest.
$ac_ext >&5
4418 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4419 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4420 as_fn_error
77 "C compiler cannot create executables
4421 See \`config.log' for more details" "$LINENO" 5; }
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4424 $as_echo "yes" >&6; }
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4427 $as_echo_n "checking for C compiler default output file name... " >&6; }
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4429 $as_echo "$ac_file" >&6; }
4430 ac_exeext
=$ac_cv_exeext
4432 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4433 ac_clean_files
=$ac_clean_files_save
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4435 $as_echo_n "checking for suffix of executables... " >&6; }
4436 if { { ac_try
="$ac_link"
4438 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4439 *) ac_try_echo=$ac_try;;
4441 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4442 $as_echo "$ac_try_echo"; } >&5
4443 (eval "$ac_link") 2>&5
4445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4446 test $ac_status = 0; }; then :
4447 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4448 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4449 # work properly (i.e., refer to `conftest.exe'), while it won't with
4451 for ac_file
in conftest.exe conftest conftest.
*; do
4452 test -f "$ac_file" ||
continue
4454 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4455 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4461 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4462 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4463 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4464 See \`config.log' for more details" "$LINENO" 5; }
4466 rm -f conftest conftest
$ac_cv_exeext
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4468 $as_echo "$ac_cv_exeext" >&6; }
4470 rm -f conftest.
$ac_ext
4471 EXEEXT
=$ac_cv_exeext
4473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4474 /* end confdefs.h. */
4479 FILE *f = fopen ("conftest.out", "w");
4480 return ferror (f) || fclose (f) != 0;
4486 ac_clean_files
="$ac_clean_files conftest.out"
4487 # Check that the compiler produces executables we can run. If not, either
4488 # the compiler is broken, or we cross compile.
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4490 $as_echo_n "checking whether we are cross compiling... " >&6; }
4491 if test "$cross_compiling" != yes; then
4492 { { ac_try
="$ac_link"
4494 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4495 *) ac_try_echo=$ac_try;;
4497 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4498 $as_echo "$ac_try_echo"; } >&5
4499 (eval "$ac_link") 2>&5
4501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4502 test $ac_status = 0; }
4503 if { ac_try='./conftest$ac_cv_exeext'
4504 { { case "(($ac_try" in
4505 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4506 *) ac_try_echo
=$ac_try;;
4508 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4509 $as_echo "$ac_try_echo"; } >&5
4510 (eval "$ac_try") 2>&5
4512 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4513 test $ac_status = 0; }; }; then
4516 if test "$cross_compiling" = maybe
; then
4519 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4521 as_fn_error $?
"cannot run C compiled programs.
4522 If you meant to cross compile, use \`--host'.
4523 See \`config.log' for more details" "$LINENO" 5; }
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4528 $as_echo "$cross_compiling" >&6; }
4530 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4531 ac_clean_files
=$ac_clean_files_save
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4533 $as_echo_n "checking for suffix of object files... " >&6; }
4534 if ${ac_cv_objext+:} false
; then :
4535 $as_echo_n "(cached) " >&6
4537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h. */
4548 rm -f conftest.o conftest.obj
4549 if { { ac_try
="$ac_compile"
4551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4552 *) ac_try_echo=$ac_try;;
4554 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4555 $as_echo "$ac_try_echo"; } >&5
4556 (eval "$ac_compile") 2>&5
4558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4559 test $ac_status = 0; }; then :
4560 for ac_file in conftest.o conftest.obj conftest.*; do
4561 test -f "$ac_file" || continue;
4563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4564 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4569 $as_echo "$as_me: failed program was:" >&5
4570 sed 's/^/| /' conftest.$ac_ext >&5
4572 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4574 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4575 See \
`config.log' for more details" "$LINENO" 5; }
4577 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4580 $as_echo "$ac_cv_objext" >&6; }
4581 OBJEXT=$ac_cv_objext
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4584 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4585 if ${ac_cv_c_compiler_gnu+:} false; then :
4586 $as_echo_n "(cached) " >&6
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4602 if ac_fn_c_try_compile "$LINENO"; then :
4607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4608 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4612 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4613 if test $ac_compiler_gnu = yes; then
4618 ac_test_CFLAGS=${CFLAGS+set}
4619 ac_save_CFLAGS=$CFLAGS
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4621 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4622 if ${ac_cv_prog_cc_g+:} false; then :
4623 $as_echo_n "(cached) " >&6
4625 ac_save_c_werror_flag=$ac_c_werror_flag
4626 ac_c_werror_flag=yes
4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4630 /* end confdefs.h. */
4640 if ac_fn_c_try_compile "$LINENO"; then :
4644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4645 /* end confdefs.h. */
4655 if ac_fn_c_try_compile "$LINENO"; then :
4658 ac_c_werror_flag=$ac_save_c_werror_flag
4660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4661 /* end confdefs.h. */
4671 if ac_fn_c_try_compile "$LINENO"; then :
4674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4679 ac_c_werror_flag=$ac_save_c_werror_flag
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4682 $as_echo "$ac_cv_prog_cc_g" >&6; }
4683 if test "$ac_test_CFLAGS" = set; then
4684 CFLAGS=$ac_save_CFLAGS
4685 elif test $ac_cv_prog_cc_g = yes; then
4686 if test "$GCC" = yes; then
4692 if test "$GCC" = yes; then
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4699 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4700 if ${ac_cv_prog_cc_c89+:} false; then :
4701 $as_echo_n "(cached) " >&6
4703 ac_cv_prog_cc_c89=no
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706 /* end confdefs.h. */
4710 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4711 struct buf { int x; };
4712 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4713 static char *e (p, i)
4719 static char *f (char * (*g) (char **, int), char **p, ...)
4724 s = g (p, va_arg (v,int));
4729 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4730 function prototypes and stuff, but not '\xHH' hex character constants.
4731 These don't provoke an error unfortunately, instead are silently treated
4732 as 'x'. The following induces an error, until -std is added to get
4733 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4734 array size at least. It's necessary to write '\x00'==0 to get something
4735 that's true only with -std. */
4736 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4738 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4739 inside strings and character constants. */
4741 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4743 int test (int i, double x);
4744 struct s1 {int (*f) (int a);};
4745 struct s2 {int (*f) (double a);};
4746 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4752 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4757 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4758 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4760 CC="$ac_save_CC $ac_arg"
4761 if ac_fn_c_try_compile "$LINENO"; then :
4762 ac_cv_prog_cc_c89=$ac_arg
4764 rm -f core conftest.err conftest.$ac_objext
4765 test "x$ac_cv_prog_cc_c89" != "xno" && break
4767 rm -f conftest.$ac_ext
4772 case "x$ac_cv_prog_cc_c89" in
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4775 $as_echo "none needed" >&6; } ;;
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4778 $as_echo "unsupported" >&6; } ;;
4780 CC="$CC $ac_cv_prog_cc_c89"
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4782 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4784 if test "x$ac_cv_prog_cc_c89" != xno; then :
4789 ac_cpp='$CPP $CPPFLAGS'
4790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4792 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4795 ac_cpp='$CXXCPP $CPPFLAGS'
4796 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4797 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4798 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4799 if test -z "$CXX"; then
4800 if test -n "$CCC"; then
4803 if test -n "$ac_tool_prefix"; then
4804 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4806 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4807 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4809 $as_echo_n "checking for $ac_word... " >&6; }
4810 if ${ac_cv_prog_CXX+:} false; then :
4811 $as_echo_n "(cached) " >&6
4813 if test -n "$CXX"; then
4814 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4820 test -z "$as_dir" && as_dir=.
4821 for ac_exec_ext in '' $ac_executable_extensions; do
4822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4823 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4834 if test -n "$CXX"; then
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4836 $as_echo "$CXX" >&6; }
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4839 $as_echo "no" >&6; }
4843 test -n "$CXX" && break
4846 if test -z "$CXX"; then
4848 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4850 # Extract the first word of "$ac_prog", so it can be a program name with args.
4851 set dummy $ac_prog; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4855 $as_echo_n "(cached) " >&6
4857 if test -n "$ac_ct_CXX"; then
4858 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4867 ac_cv_prog_ac_ct_CXX="$ac_prog"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4877 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4878 if test -n "$ac_ct_CXX"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4880 $as_echo "$ac_ct_CXX" >&6; }
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4887 test -n "$ac_ct_CXX" && break
4890 if test "x$ac_ct_CXX" = x; then
4893 case $cross_compiling:$ac_tool_warned in
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4896 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4897 ac_tool_warned=yes ;;
4905 # Provide some information about the compiler.
4906 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4909 for ac_option in --version -v -V -qversion; do
4910 { { ac_try="$ac_compiler $ac_option >&5"
4912 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4913 *) ac_try_echo
=$ac_try;;
4915 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4916 $as_echo "$ac_try_echo"; } >&5
4917 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4919 if test -s conftest.err
; then
4921 ... rest of stderr output deleted ...
4922 10q' conftest.err
>conftest.er1
4923 cat conftest.er1
>&5
4925 rm -f conftest.er1 conftest.err
4926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4927 test $ac_status = 0; }
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4931 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4932 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4933 $as_echo_n "(cached) " >&6
4935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4936 /* end confdefs.h. */
4949 if ac_fn_cxx_try_compile
"$LINENO"; then :
4954 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4955 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4959 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4960 if test $ac_compiler_gnu = yes; then
4965 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4966 ac_save_CXXFLAGS
=$CXXFLAGS
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4968 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4969 if ${ac_cv_prog_cxx_g+:} false
; then :
4970 $as_echo_n "(cached) " >&6
4972 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4973 ac_cxx_werror_flag
=yes
4976 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4977 /* end confdefs.h. */
4987 if ac_fn_cxx_try_compile
"$LINENO"; then :
4988 ac_cv_prog_cxx_g
=yes
4991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4992 /* end confdefs.h. */
5002 if ac_fn_cxx_try_compile
"$LINENO"; then :
5005 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5008 /* end confdefs.h. */
5018 if ac_fn_cxx_try_compile
"$LINENO"; then :
5019 ac_cv_prog_cxx_g
=yes
5021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5023 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5025 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5026 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5029 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5030 if test "$ac_test_CXXFLAGS" = set; then
5031 CXXFLAGS
=$ac_save_CXXFLAGS
5032 elif test $ac_cv_prog_cxx_g = yes; then
5033 if test "$GXX" = yes; then
5039 if test "$GXX" = yes; then
5046 ac_cpp
='$CPP $CPPFLAGS'
5047 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5048 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5049 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5051 if test -n "$ac_tool_prefix"; then
5052 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5053 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5055 $as_echo_n "checking for $ac_word... " >&6; }
5056 if ${ac_cv_prog_CPPBIN+:} false
; then :
5057 $as_echo_n "(cached) " >&6
5059 if test -n "$CPPBIN"; then
5060 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5062 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5066 test -z "$as_dir" && as_dir
=.
5067 for ac_exec_ext
in '' $ac_executable_extensions; do
5068 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5069 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5079 CPPBIN
=$ac_cv_prog_CPPBIN
5080 if test -n "$CPPBIN"; then
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5082 $as_echo "$CPPBIN" >&6; }
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5085 $as_echo "no" >&6; }
5090 if test -z "$ac_cv_prog_CPPBIN"; then
5091 ac_ct_CPPBIN
=$CPPBIN
5092 # Extract the first word of "cpp", so it can be a program name with args.
5093 set dummy cpp
; ac_word
=$2
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5095 $as_echo_n "checking for $ac_word... " >&6; }
5096 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5097 $as_echo_n "(cached) " >&6
5099 if test -n "$ac_ct_CPPBIN"; then
5100 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5106 test -z "$as_dir" && as_dir
=.
5107 for ac_exec_ext
in '' $ac_executable_extensions; do
5108 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5109 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5119 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5120 if test -n "$ac_ct_CPPBIN"; then
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5122 $as_echo "$ac_ct_CPPBIN" >&6; }
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5125 $as_echo "no" >&6; }
5128 if test "x$ac_ct_CPPBIN" = x
; then
5131 case $cross_compiling:$ac_tool_warned in
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5135 ac_tool_warned
=yes ;;
5137 CPPBIN
=$ac_ct_CPPBIN
5140 CPPBIN
="$ac_cv_prog_CPPBIN"
5144 cat >>confdefs.h
<<_ACEOF
5145 #define EXEEXT "$ac_exeext"
5148 if test -n "$ac_tool_prefix"; then
5149 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5150 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5152 $as_echo_n "checking for $ac_word... " >&6; }
5153 if ${ac_cv_prog_LD+:} false
; then :
5154 $as_echo_n "(cached) " >&6
5156 if test -n "$LD"; then
5157 ac_cv_prog_LD
="$LD" # Let the user override the test.
5159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5163 test -z "$as_dir" && as_dir
=.
5164 for ac_exec_ext
in '' $ac_executable_extensions; do
5165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5166 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 if test -n "$LD"; then
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5179 $as_echo "$LD" >&6; }
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5182 $as_echo "no" >&6; }
5187 if test -z "$ac_cv_prog_LD"; then
5189 # Extract the first word of "ld", so it can be a program name with args.
5190 set dummy ld
; ac_word
=$2
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5192 $as_echo_n "checking for $ac_word... " >&6; }
5193 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5194 $as_echo_n "(cached) " >&6
5196 if test -n "$ac_ct_LD"; then
5197 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5203 test -z "$as_dir" && as_dir
=.
5204 for ac_exec_ext
in '' $ac_executable_extensions; do
5205 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5206 ac_cv_prog_ac_ct_LD
="ld"
5207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5216 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5217 if test -n "$ac_ct_LD"; then
5218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5219 $as_echo "$ac_ct_LD" >&6; }
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5222 $as_echo "no" >&6; }
5225 if test "x$ac_ct_LD" = x
; then
5228 case $cross_compiling:$ac_tool_warned in
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5231 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5232 ac_tool_warned
=yes ;;
5243 with_fontconfig
=${with_fontconfig:-no}
5245 *-mingw32*|
*-cygwin*)
5246 enable_win16
=${enable_win16:-no}
5247 CFLAGS
="$CFLAGS -D_WIN32"
5253 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5258 $as_echo_n "checking whether $CC works... " >&6; }
5260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5261 /* end confdefs.h. */
5271 if ac_fn_c_try_link
"$LINENO"; then :
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5273 $as_echo "yes" >&6; }
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5276 $as_echo "no" >&6; }
5277 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5279 rm -f core conftest.err conftest.
$ac_objext \
5280 conftest
$ac_exeext conftest.
$ac_ext
5282 notice_platform
="32-bit "
5285 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5286 export PKG_CONFIG_PATH
5287 enable_win16
=${enable_win16:-yes}
5289 if test "x${GCC}" = "xyes"
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5292 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5294 /* end confdefs.h. */
5299 void func(__builtin_ms_va_list *args);
5304 if ac_fn_c_try_compile
"$LINENO"; then :
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5306 $as_echo "yes" >&6; }
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5309 $as_echo "no" >&6; }
5310 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5312 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5317 notice_platform
="64-bit "
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5324 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5327 int ac_test(int i) { return i; }
5331 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5336 if ac_fn_c_try_link
"$LINENO"; then :
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5338 $as_echo "yes" >&6; }
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5341 $as_echo "no" >&6; }
5342 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5344 rm -f core conftest.err conftest.
$ac_objext \
5345 conftest
$ac_exeext conftest.
$ac_ext
5346 case $with_float_abi in
5348 float_abi
=$with_float_abi ;;
5355 saved_CFLAGS
=$CFLAGS
5356 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5358 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5360 /* end confdefs.h. */
5365 asm("vmrs r2,fpscr");
5370 if ac_fn_c_try_link
"$LINENO"; then :
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5372 $as_echo "yes" >&6; }
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5375 $as_echo "no" >&6; }
5377 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5379 rm -f core conftest.err conftest.
$ac_objext \
5380 conftest
$ac_exeext conftest.
$ac_ext
5381 CFLAGS
=$saved_CFLAGS
5385 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5386 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5390 enable_win16
=${enable_win16:-yes}
5394 enable_win16
=${enable_win16:-no}
5395 enable_win64
=${enable_win64:-no}
5397 enable_winetest
=${enable_winetest:-$enable_tests}
5399 if test -n "$with_wine64"
5401 if test "x$enable_win64" = "xyes"
5403 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5404 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5406 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5407 You should create a separate build directory and run configure from there." "$LINENO" 5
5408 enable_fonts
=${enable_fonts:-no}
5409 enable_server
=${enable_server:-no}
5412 elif test "x$enable_win64" = "xyes"
5414 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5418 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5419 if ${wine_cv_toolsdir+:} false
; then :
5420 $as_echo_n "(cached) " >&6
5422 wine_cv_toolsdir
="$with_wine_tools"
5423 if test -z "$with_wine_tools"; then
5424 if test "$cross_compiling" = "yes"; then
5425 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5426 elif test -n "$with_wine64"; then
5427 wine_cv_toolsdir
="$with_wine64"
5430 if test -z "$wine_cv_toolsdir"; then
5431 wine_makedep
=tools
/makedep
5432 wine_cv_toolsdir
="\$(top_builddir)"
5433 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5434 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5435 case "$wine_cv_toolsdir" in
5437 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5439 enable_tools
=${enable_tools:-no}
5440 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5442 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5446 $as_echo "$wine_cv_toolsdir" >&6; }
5447 TOOLSDIR
=$wine_cv_toolsdir
5449 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5451 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5457 # Extract the first word of "$ac_prog", so it can be a program name with args.
5458 set dummy
$ac_prog; ac_word
=$2
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5460 $as_echo_n "checking for $ac_word... " >&6; }
5461 if ${ac_cv_prog_FLEX+:} false
; then :
5462 $as_echo_n "(cached) " >&6
5464 if test -n "$FLEX"; then
5465 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5467 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5471 test -z "$as_dir" && as_dir
=.
5472 for ac_exec_ext
in '' $ac_executable_extensions; do
5473 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5474 ac_cv_prog_FLEX
="$ac_prog"
5475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5484 FLEX
=$ac_cv_prog_FLEX
5485 if test -n "$FLEX"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5487 $as_echo "$FLEX" >&6; }
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5494 test -n "$FLEX" && break
5496 test -n "$FLEX" || FLEX
="none"
5498 if test "$FLEX" = "none"
5500 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5503 $as_echo_n "checking whether flex is recent enough... " >&6; }
5504 cat >conftest.l
<<EOF
5506 #include "prediluvian.h"
5510 if $FLEX -t conftest.l
>/dev
/null
2>&5
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5513 $as_echo "yes" >&6; }
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5516 $as_echo "no" >&6; }
5517 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5520 for ac_prog
in bison
5522 # Extract the first word of "$ac_prog", so it can be a program name with args.
5523 set dummy
$ac_prog; ac_word
=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5525 $as_echo_n "checking for $ac_word... " >&6; }
5526 if ${ac_cv_prog_BISON+:} false
; then :
5527 $as_echo_n "(cached) " >&6
5529 if test -n "$BISON"; then
5530 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5536 test -z "$as_dir" && as_dir
=.
5537 for ac_exec_ext
in '' $ac_executable_extensions; do
5538 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5539 ac_cv_prog_BISON
="$ac_prog"
5540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 BISON
=$ac_cv_prog_BISON
5550 if test -n "$BISON"; then
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5552 $as_echo "$BISON" >&6; }
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5555 $as_echo "no" >&6; }
5559 test -n "$BISON" && break
5561 test -n "$BISON" || BISON
="none"
5563 if test "$BISON" = "none"
5565 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5568 if test -n "$ac_tool_prefix"; then
5569 for ac_prog
in ar gar
5571 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5572 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5574 $as_echo_n "checking for $ac_word... " >&6; }
5575 if ${ac_cv_prog_AR+:} false
; then :
5576 $as_echo_n "(cached) " >&6
5578 if test -n "$AR"; then
5579 ac_cv_prog_AR
="$AR" # Let the user override the test.
5581 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5585 test -z "$as_dir" && as_dir
=.
5586 for ac_exec_ext
in '' $ac_executable_extensions; do
5587 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5588 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5599 if test -n "$AR"; then
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5601 $as_echo "$AR" >&6; }
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5604 $as_echo "no" >&6; }
5608 test -n "$AR" && break
5611 if test -z "$AR"; then
5613 for ac_prog
in ar gar
5615 # Extract the first word of "$ac_prog", so it can be a program name with args.
5616 set dummy
$ac_prog; ac_word
=$2
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5618 $as_echo_n "checking for $ac_word... " >&6; }
5619 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5620 $as_echo_n "(cached) " >&6
5622 if test -n "$ac_ct_AR"; then
5623 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5625 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5629 test -z "$as_dir" && as_dir
=.
5630 for ac_exec_ext
in '' $ac_executable_extensions; do
5631 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5632 ac_cv_prog_ac_ct_AR
="$ac_prog"
5633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5642 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5643 if test -n "$ac_ct_AR"; then
5644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5645 $as_echo "$ac_ct_AR" >&6; }
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5648 $as_echo "no" >&6; }
5652 test -n "$ac_ct_AR" && break
5655 if test "x$ac_ct_AR" = x
; then
5658 case $cross_compiling:$ac_tool_warned in
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5661 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5662 ac_tool_warned
=yes ;;
5668 if test -n "$ac_tool_prefix"; then
5669 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5670 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5672 $as_echo_n "checking for $ac_word... " >&6; }
5673 if ${ac_cv_prog_STRIP+:} false
; then :
5674 $as_echo_n "(cached) " >&6
5676 if test -n "$STRIP"; then
5677 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5683 test -z "$as_dir" && as_dir
=.
5684 for ac_exec_ext
in '' $ac_executable_extensions; do
5685 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5686 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 STRIP
=$ac_cv_prog_STRIP
5697 if test -n "$STRIP"; then
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5699 $as_echo "$STRIP" >&6; }
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5702 $as_echo "no" >&6; }
5707 if test -z "$ac_cv_prog_STRIP"; then
5709 # Extract the first word of "strip", so it can be a program name with args.
5710 set dummy strip
; ac_word
=$2
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5712 $as_echo_n "checking for $ac_word... " >&6; }
5713 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5714 $as_echo_n "(cached) " >&6
5716 if test -n "$ac_ct_STRIP"; then
5717 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5723 test -z "$as_dir" && as_dir
=.
5724 for ac_exec_ext
in '' $ac_executable_extensions; do
5725 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5726 ac_cv_prog_ac_ct_STRIP
="strip"
5727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5736 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5737 if test -n "$ac_ct_STRIP"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5739 $as_echo "$ac_ct_STRIP" >&6; }
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742 $as_echo "no" >&6; }
5745 if test "x$ac_ct_STRIP" = x
; then
5748 case $cross_compiling:$ac_tool_warned in
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5751 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5752 ac_tool_warned
=yes ;;
5757 STRIP
="$ac_cv_prog_STRIP"
5762 if test -n "$ac_tool_prefix"; then
5763 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5764 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5766 $as_echo_n "checking for $ac_word... " >&6; }
5767 if ${ac_cv_prog_RANLIB+:} false
; then :
5768 $as_echo_n "(cached) " >&6
5770 if test -n "$RANLIB"; then
5771 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5773 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5777 test -z "$as_dir" && as_dir
=.
5778 for ac_exec_ext
in '' $ac_executable_extensions; do
5779 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5780 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5790 RANLIB
=$ac_cv_prog_RANLIB
5791 if test -n "$RANLIB"; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5793 $as_echo "$RANLIB" >&6; }
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5796 $as_echo "no" >&6; }
5801 if test -z "$ac_cv_prog_RANLIB"; then
5802 ac_ct_RANLIB
=$RANLIB
5803 # Extract the first word of "ranlib", so it can be a program name with args.
5804 set dummy ranlib
; ac_word
=$2
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5806 $as_echo_n "checking for $ac_word... " >&6; }
5807 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5808 $as_echo_n "(cached) " >&6
5810 if test -n "$ac_ct_RANLIB"; then
5811 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5813 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5817 test -z "$as_dir" && as_dir
=.
5818 for ac_exec_ext
in '' $ac_executable_extensions; do
5819 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5820 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5830 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5831 if test -n "$ac_ct_RANLIB"; then
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5833 $as_echo "$ac_ct_RANLIB" >&6; }
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5836 $as_echo "no" >&6; }
5839 if test "x$ac_ct_RANLIB" = x
; then
5842 case $cross_compiling:$ac_tool_warned in
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5845 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5846 ac_tool_warned
=yes ;;
5848 RANLIB
=$ac_ct_RANLIB
5851 RANLIB
="$ac_cv_prog_RANLIB"
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5855 $as_echo_n "checking whether ln -s works... " >&6; }
5857 if test "$LN_S" = "ln -s"; then
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5859 $as_echo "yes" >&6; }
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5862 $as_echo "no, using $LN_S" >&6; }
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5866 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5867 if ${ac_cv_path_GREP+:} false
; then :
5868 $as_echo_n "(cached) " >&6
5870 if test -z "$GREP"; then
5871 ac_path_GREP_found
=false
5872 # Loop through the user's path and test for each of PROGNAME-LIST
5873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5874 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5877 test -z "$as_dir" && as_dir
=.
5878 for ac_prog
in grep ggrep
; do
5879 for ac_exec_ext
in '' $ac_executable_extensions; do
5880 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5881 as_fn_executable_p
"$ac_path_GREP" ||
continue
5882 # Check for GNU ac_path_GREP and select it if it is found.
5883 # Check for GNU $ac_path_GREP
5884 case `"$ac_path_GREP" --version 2>&1` in
5886 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5889 $as_echo_n 0123456789 >"conftest.in"
5892 cat "conftest.in" "conftest.in" >"conftest.tmp"
5893 mv "conftest.tmp" "conftest.in"
5894 cp "conftest.in" "conftest.nl"
5895 $as_echo 'GREP' >> "conftest.nl"
5896 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5897 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5898 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5899 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5900 # Best one so far, save it but keep looking for a better one
5901 ac_cv_path_GREP
="$ac_path_GREP"
5902 ac_path_GREP_max
=$ac_count
5904 # 10*(2^10) chars as input seems more than enough
5905 test $ac_count -gt 10 && break
5907 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5910 $ac_path_GREP_found && break 3
5915 if test -z "$ac_cv_path_GREP"; then
5916 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5919 ac_cv_path_GREP
=$GREP
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5924 $as_echo "$ac_cv_path_GREP" >&6; }
5925 GREP
="$ac_cv_path_GREP"
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5929 $as_echo_n "checking for egrep... " >&6; }
5930 if ${ac_cv_path_EGREP+:} false
; then :
5931 $as_echo_n "(cached) " >&6
5933 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5934 then ac_cv_path_EGREP
="$GREP -E"
5936 if test -z "$EGREP"; then
5937 ac_path_EGREP_found
=false
5938 # Loop through the user's path and test for each of PROGNAME-LIST
5939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5940 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5943 test -z "$as_dir" && as_dir
=.
5944 for ac_prog
in egrep; do
5945 for ac_exec_ext
in '' $ac_executable_extensions; do
5946 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5947 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5948 # Check for GNU ac_path_EGREP and select it if it is found.
5949 # Check for GNU $ac_path_EGREP
5950 case `"$ac_path_EGREP" --version 2>&1` in
5952 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5955 $as_echo_n 0123456789 >"conftest.in"
5958 cat "conftest.in" "conftest.in" >"conftest.tmp"
5959 mv "conftest.tmp" "conftest.in"
5960 cp "conftest.in" "conftest.nl"
5961 $as_echo 'EGREP' >> "conftest.nl"
5962 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5963 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5964 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5965 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5966 # Best one so far, save it but keep looking for a better one
5967 ac_cv_path_EGREP
="$ac_path_EGREP"
5968 ac_path_EGREP_max
=$ac_count
5970 # 10*(2^10) chars as input seems more than enough
5971 test $ac_count -gt 10 && break
5973 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5976 $ac_path_EGREP_found && break 3
5981 if test -z "$ac_cv_path_EGREP"; then
5982 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5985 ac_cv_path_EGREP
=$EGREP
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5991 $as_echo "$ac_cv_path_EGREP" >&6; }
5992 EGREP
="$ac_cv_path_EGREP"
5995 # Extract the first word of "ldconfig", so it can be a program name with args.
5996 set dummy ldconfig
; ac_word
=$2
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998 $as_echo_n "checking for $ac_word... " >&6; }
5999 if ${ac_cv_path_LDCONFIG+:} false
; then :
6000 $as_echo_n "(cached) " >&6
6004 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6008 for as_dir
in /sbin
/usr
/sbin
$PATH
6011 test -z "$as_dir" && as_dir
=.
6012 for ac_exec_ext
in '' $ac_executable_extensions; do
6013 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6014 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6026 LDCONFIG
=$ac_cv_path_LDCONFIG
6027 if test -n "$LDCONFIG"; then
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6029 $as_echo "$LDCONFIG" >&6; }
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032 $as_echo "no" >&6; }
6036 for ac_prog
in msgfmt
6038 # Extract the first word of "$ac_prog", so it can be a program name with args.
6039 set dummy
$ac_prog; ac_word
=$2
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if ${ac_cv_prog_MSGFMT+:} false
; then :
6043 $as_echo_n "(cached) " >&6
6045 if test -n "$MSGFMT"; then
6046 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6048 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6052 test -z "$as_dir" && as_dir
=.
6053 for ac_exec_ext
in '' $ac_executable_extensions; do
6054 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6055 ac_cv_prog_MSGFMT
="$ac_prog"
6056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6065 MSGFMT
=$ac_cv_prog_MSGFMT
6066 if test -n "$MSGFMT"; then
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6068 $as_echo "$MSGFMT" >&6; }
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6071 $as_echo "no" >&6; }
6075 test -n "$MSGFMT" && break
6077 test -n "$MSGFMT" || MSGFMT
="false"
6079 if ${ac_tool_prefix+:} false
; then :
6080 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6081 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6083 $as_echo_n "checking for $ac_word... " >&6; }
6084 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6085 $as_echo_n "(cached) " >&6
6087 if test -n "$PKG_CONFIG"; then
6088 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6094 test -z "$as_dir" && as_dir
=.
6095 for ac_exec_ext
in '' $ac_executable_extensions; do
6096 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6097 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6107 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6108 if test -n "$PKG_CONFIG"; then
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6110 $as_echo "$PKG_CONFIG" >&6; }
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6113 $as_echo "no" >&6; }
6118 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6119 if test "x$cross_compiling" = xyes
; then :
6122 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6123 # Extract the first word of "pkg-config", so it can be a program name with args.
6124 set dummy pkg-config
; ac_word
=$2
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6126 $as_echo_n "checking for $ac_word... " >&6; }
6127 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6128 $as_echo_n "(cached) " >&6
6130 if test -n "$PKG_CONFIG"; then
6131 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6137 test -z "$as_dir" && as_dir
=.
6138 for ac_exec_ext
in '' $ac_executable_extensions; do
6139 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6140 ac_cv_prog_PKG_CONFIG
="pkg-config"
6141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6151 if test -n "$PKG_CONFIG"; then
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6153 $as_echo "$PKG_CONFIG" >&6; }
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6156 $as_echo "no" >&6; }
6162 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6165 if test "x$enable_maintainer_mode" != "xyes"
6172 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6173 for ac_prog
in fontforge
6175 # Extract the first word of "$ac_prog", so it can be a program name with args.
6176 set dummy
$ac_prog; ac_word
=$2
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6178 $as_echo_n "checking for $ac_word... " >&6; }
6179 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6180 $as_echo_n "(cached) " >&6
6182 if test -n "$FONTFORGE"; then
6183 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6185 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6189 test -z "$as_dir" && as_dir
=.
6190 for ac_exec_ext
in '' $ac_executable_extensions; do
6191 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6192 ac_cv_prog_FONTFORGE
="$ac_prog"
6193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202 FONTFORGE
=$ac_cv_prog_FONTFORGE
6203 if test -n "$FONTFORGE"; then
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6205 $as_echo "$FONTFORGE" >&6; }
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6208 $as_echo "no" >&6; }
6212 test -n "$FONTFORGE" && break
6214 test -n "$FONTFORGE" || FONTFORGE
="false"
6216 for ac_prog
in rsvg-convert rsvg
6218 # Extract the first word of "$ac_prog", so it can be a program name with args.
6219 set dummy
$ac_prog; ac_word
=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221 $as_echo_n "checking for $ac_word... " >&6; }
6222 if ${ac_cv_prog_RSVG+:} false
; then :
6223 $as_echo_n "(cached) " >&6
6225 if test -n "$RSVG"; then
6226 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6228 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6232 test -z "$as_dir" && as_dir
=.
6233 for ac_exec_ext
in '' $ac_executable_extensions; do
6234 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6235 ac_cv_prog_RSVG
="$ac_prog"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6245 RSVG
=$ac_cv_prog_RSVG
6246 if test -n "$RSVG"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6248 $as_echo "$RSVG" >&6; }
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251 $as_echo "no" >&6; }
6255 test -n "$RSVG" && break
6257 test -n "$RSVG" || RSVG
="false"
6259 for ac_prog
in convert
6261 # Extract the first word of "$ac_prog", so it can be a program name with args.
6262 set dummy
$ac_prog; ac_word
=$2
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6264 $as_echo_n "checking for $ac_word... " >&6; }
6265 if ${ac_cv_prog_CONVERT+:} false
; then :
6266 $as_echo_n "(cached) " >&6
6268 if test -n "$CONVERT"; then
6269 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6271 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6275 test -z "$as_dir" && as_dir
=.
6276 for ac_exec_ext
in '' $ac_executable_extensions; do
6277 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6278 ac_cv_prog_CONVERT
="$ac_prog"
6279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6288 CONVERT
=$ac_cv_prog_CONVERT
6289 if test -n "$CONVERT"; then
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6291 $as_echo "$CONVERT" >&6; }
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6294 $as_echo "no" >&6; }
6298 test -n "$CONVERT" && break
6300 test -n "$CONVERT" || CONVERT
="false"
6302 for ac_prog
in icotool
6304 # Extract the first word of "$ac_prog", so it can be a program name with args.
6305 set dummy
$ac_prog; ac_word
=$2
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6307 $as_echo_n "checking for $ac_word... " >&6; }
6308 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6309 $as_echo_n "(cached) " >&6
6311 if test -n "$ICOTOOL"; then
6312 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6318 test -z "$as_dir" && as_dir
=.
6319 for ac_exec_ext
in '' $ac_executable_extensions; do
6320 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6321 ac_cv_prog_ICOTOOL
="$ac_prog"
6322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6331 ICOTOOL
=$ac_cv_prog_ICOTOOL
6332 if test -n "$ICOTOOL"; then
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6334 $as_echo "$ICOTOOL" >&6; }
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6337 $as_echo "no" >&6; }
6341 test -n "$ICOTOOL" && break
6343 test -n "$ICOTOOL" || ICOTOOL
="false"
6345 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6346 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6348 if test "$CONVERT" = false
6350 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6353 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6354 convert_version
=`convert --version | head -n1`
6355 if test "x$convert_version" != "x"
6357 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6358 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6359 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6364 if test "$CONVERT" = false
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6367 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6368 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6371 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6375 if test "$ICOTOOL" = false
6377 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6380 $as_echo_n "checking for recent enough icotool... " >&6; }
6381 icotool_version
=`icotool --version | head -n1`
6382 if test "x$icotool_version" != "x"
6384 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6385 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6386 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6389 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6392 if test "$ICOTOOL" = false
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6395 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6396 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6399 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6405 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6408 test "x$with_gettext" != xno || MSGFMT
=false
6409 if test "$MSGFMT" != "false"
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6412 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6413 cat >conftest.po
<<EOF
6419 if $MSGFMT -o /dev
/null conftest.po
2>&5
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6422 $as_echo "yes" >&6; }
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6429 if test "$MSGFMT" = false
; then :
6430 case "x$with_gettext" in
6431 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6433 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6434 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6436 enable_po
=${enable_po:-no}
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6441 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6442 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6443 $as_echo_n "(cached) " >&6
6445 ac_check_lib_save_LIBS
=$LIBS
6447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6448 /* end confdefs.h. */
6450 /* Override any GCC internal prototype to avoid an error.
6451 Use char because int might match the return type of a GCC
6452 builtin and then its argument prototype would still apply. */
6456 char i386_set_ldt ();
6460 return i386_set_ldt ();
6465 if ac_fn_c_try_link
"$LINENO"; then :
6466 ac_cv_lib_i386_i386_set_ldt
=yes
6468 ac_cv_lib_i386_i386_set_ldt
=no
6470 rm -f core conftest.err conftest.
$ac_objext \
6471 conftest
$ac_exeext conftest.
$ac_ext
6472 LIBS
=$ac_check_lib_save_LIBS
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6475 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6476 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6477 cat >>confdefs.h
<<_ACEOF
6478 #define HAVE_LIBI386 1
6485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6486 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6487 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6488 $as_echo_n "(cached) " >&6
6490 ac_check_lib_save_LIBS
=$LIBS
6491 LIBS
="-lossaudio $LIBS"
6492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6493 /* end confdefs.h. */
6495 /* Override any GCC internal prototype to avoid an error.
6496 Use char because int might match the return type of a GCC
6497 builtin and then its argument prototype would still apply. */
6505 return _oss_ioctl ();
6510 if ac_fn_c_try_link
"$LINENO"; then :
6511 ac_cv_lib_ossaudio__oss_ioctl
=yes
6513 ac_cv_lib_ossaudio__oss_ioctl
=no
6515 rm -f core conftest.err conftest.
$ac_objext \
6516 conftest
$ac_exeext conftest.
$ac_ext
6517 LIBS
=$ac_check_lib_save_LIBS
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6520 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6521 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6522 cat >>confdefs.h
<<_ACEOF
6523 #define HAVE_LIBOSSAUDIO 1
6526 LIBS
="-lossaudio $LIBS"
6535 # Check whether --enable-largefile was given.
6536 if test "${enable_largefile+set}" = set; then :
6537 enableval
=$enable_largefile;
6540 if test "$enable_largefile" != no
; then
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6543 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6544 if ${ac_cv_sys_largefile_CC+:} false
; then :
6545 $as_echo_n "(cached) " >&6
6547 ac_cv_sys_largefile_CC
=no
6548 if test "$GCC" != yes; then
6551 # IRIX 6.2 and later do not support large files by default,
6552 # so use the C compiler's -n32 option if that helps.
6553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6554 /* end confdefs.h. */
6555 #include <sys/types.h>
6556 /* Check that off_t can represent 2**63 - 1 correctly.
6557 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6558 since some C++ compilers masquerading as C compilers
6559 incorrectly reject 9223372036854775807. */
6560 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6561 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6562 && LARGE_OFF_T % 2147483647 == 1)
6572 if ac_fn_c_try_compile
"$LINENO"; then :
6575 rm -f core conftest.err conftest.
$ac_objext
6577 if ac_fn_c_try_compile
"$LINENO"; then :
6578 ac_cv_sys_largefile_CC
=' -n32'; break
6580 rm -f core conftest.err conftest.
$ac_objext
6584 rm -f conftest.
$ac_ext
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6588 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6589 if test "$ac_cv_sys_largefile_CC" != no
; then
6590 CC
=$CC$ac_cv_sys_largefile_CC
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6594 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6595 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6596 $as_echo_n "(cached) " >&6
6599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6600 /* end confdefs.h. */
6601 #include <sys/types.h>
6602 /* Check that off_t can represent 2**63 - 1 correctly.
6603 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6604 since some C++ compilers masquerading as C compilers
6605 incorrectly reject 9223372036854775807. */
6606 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6607 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6608 && LARGE_OFF_T % 2147483647 == 1)
6618 if ac_fn_c_try_compile
"$LINENO"; then :
6619 ac_cv_sys_file_offset_bits
=no
; break
6621 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h. */
6624 #define _FILE_OFFSET_BITS 64
6625 #include <sys/types.h>
6626 /* Check that off_t can represent 2**63 - 1 correctly.
6627 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6628 since some C++ compilers masquerading as C compilers
6629 incorrectly reject 9223372036854775807. */
6630 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6631 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6632 && LARGE_OFF_T % 2147483647 == 1)
6642 if ac_fn_c_try_compile
"$LINENO"; then :
6643 ac_cv_sys_file_offset_bits
=64; break
6645 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6646 ac_cv_sys_file_offset_bits
=unknown
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6651 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6652 case $ac_cv_sys_file_offset_bits in #(
6655 cat >>confdefs.h
<<_ACEOF
6656 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6661 if test $ac_cv_sys_file_offset_bits = unknown
; then
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6663 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6664 if ${ac_cv_sys_large_files+:} false
; then :
6665 $as_echo_n "(cached) " >&6
6668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6669 /* end confdefs.h. */
6670 #include <sys/types.h>
6671 /* Check that off_t can represent 2**63 - 1 correctly.
6672 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6673 since some C++ compilers masquerading as C compilers
6674 incorrectly reject 9223372036854775807. */
6675 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6676 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6677 && LARGE_OFF_T % 2147483647 == 1)
6687 if ac_fn_c_try_compile
"$LINENO"; then :
6688 ac_cv_sys_large_files
=no
; break
6690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h. */
6693 #define _LARGE_FILES 1
6694 #include <sys/types.h>
6695 /* Check that off_t can represent 2**63 - 1 correctly.
6696 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6697 since some C++ compilers masquerading as C compilers
6698 incorrectly reject 9223372036854775807. */
6699 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6700 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6701 && LARGE_OFF_T % 2147483647 == 1)
6711 if ac_fn_c_try_compile
"$LINENO"; then :
6712 ac_cv_sys_large_files
=1; break
6714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6715 ac_cv_sys_large_files
=unknown
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6720 $as_echo "$ac_cv_sys_large_files" >&6; }
6721 case $ac_cv_sys_large_files in #(
6724 cat >>confdefs.h
<<_ACEOF
6725 #define _LARGE_FILES $ac_cv_sys_large_files
6737 ac_cpp
='$CPP $CPPFLAGS'
6738 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6739 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6740 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6742 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6743 # On Suns, sometimes $CPP names a directory.
6744 if test -n "$CPP" && test -d "$CPP"; then
6747 if test -z "$CPP"; then
6748 if ${ac_cv_prog_CPP+:} false
; then :
6749 $as_echo_n "(cached) " >&6
6751 # Double quotes because CPP needs to be expanded
6752 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6755 for ac_c_preproc_warn_flag
in '' yes
6757 # Use a header file that comes with gcc, so configuring glibc
6758 # with a fresh cross-compiler works.
6759 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6760 # <limits.h> exists even on freestanding compilers.
6761 # On the NeXT, cc -E runs the code through the compiler's parser,
6762 # not just through cpp. "Syntax error" is here to catch this case.
6763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6764 /* end confdefs.h. */
6766 # include <limits.h>
6768 # include <assert.h>
6772 if ac_fn_c_try_cpp
"$LINENO"; then :
6775 # Broken: fails on valid input.
6778 rm -f conftest.err conftest.i conftest.
$ac_ext
6780 # OK, works on sane cases. Now check whether nonexistent headers
6781 # can be detected and how.
6782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6783 /* end confdefs.h. */
6784 #include <ac_nonexistent.h>
6786 if ac_fn_c_try_cpp
"$LINENO"; then :
6787 # Broken: success on invalid input.
6790 # Passes both tests.
6794 rm -f conftest.err conftest.i conftest.
$ac_ext
6797 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6798 rm -f conftest.i conftest.err conftest.
$ac_ext
6799 if $ac_preproc_ok; then :
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6812 $as_echo "$CPP" >&6; }
6814 for ac_c_preproc_warn_flag
in '' yes
6816 # Use a header file that comes with gcc, so configuring glibc
6817 # with a fresh cross-compiler works.
6818 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6819 # <limits.h> exists even on freestanding compilers.
6820 # On the NeXT, cc -E runs the code through the compiler's parser,
6821 # not just through cpp. "Syntax error" is here to catch this case.
6822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6823 /* end confdefs.h. */
6825 # include <limits.h>
6827 # include <assert.h>
6831 if ac_fn_c_try_cpp
"$LINENO"; then :
6834 # Broken: fails on valid input.
6837 rm -f conftest.err conftest.i conftest.
$ac_ext
6839 # OK, works on sane cases. Now check whether nonexistent headers
6840 # can be detected and how.
6841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6842 /* end confdefs.h. */
6843 #include <ac_nonexistent.h>
6845 if ac_fn_c_try_cpp
"$LINENO"; then :
6846 # Broken: success on invalid input.
6849 # Passes both tests.
6853 rm -f conftest.err conftest.i conftest.
$ac_ext
6856 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6857 rm -f conftest.i conftest.err conftest.
$ac_ext
6858 if $ac_preproc_ok; then :
6861 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6863 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6864 See \`config.log' for more details" "$LINENO" 5; }
6868 ac_cpp
='$CPP $CPPFLAGS'
6869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6875 $as_echo_n "checking for ANSI C header files... " >&6; }
6876 if ${ac_cv_header_stdc+:} false
; then :
6877 $as_echo_n "(cached) " >&6
6879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6880 /* end confdefs.h. */
6894 if ac_fn_c_try_compile
"$LINENO"; then :
6895 ac_cv_header_stdc
=yes
6897 ac_cv_header_stdc
=no
6899 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6901 if test $ac_cv_header_stdc = yes; then
6902 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6904 /* end confdefs.h. */
6908 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6909 $EGREP "memchr" >/dev
/null
2>&1; then :
6912 ac_cv_header_stdc
=no
6918 if test $ac_cv_header_stdc = yes; then
6919 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6921 /* end confdefs.h. */
6925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6926 $EGREP "free" >/dev
/null
2>&1; then :
6929 ac_cv_header_stdc
=no
6935 if test $ac_cv_header_stdc = yes; then
6936 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6937 if test "$cross_compiling" = yes; then :
6940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6941 /* end confdefs.h. */
6944 #if ((' ' & 0x0FF) == 0x020)
6945 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6946 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6948 # define ISLOWER(c) \
6949 (('a' <= (c) && (c) <= 'i') \
6950 || ('j' <= (c) && (c) <= 'r') \
6951 || ('s' <= (c) && (c) <= 'z'))
6952 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6955 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6960 for (i = 0; i < 256; i++)
6961 if (XOR (islower (i), ISLOWER (i))
6962 || toupper (i) != TOUPPER (i))
6967 if ac_fn_c_try_run
"$LINENO"; then :
6970 ac_cv_header_stdc
=no
6972 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6973 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6979 $as_echo "$ac_cv_header_stdc" >&6; }
6980 if test $ac_cv_header_stdc = yes; then
6982 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6986 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6987 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6988 inttypes.h stdint.h unistd.h
6990 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6991 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6993 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6994 cat >>confdefs.h
<<_ACEOF
6995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7005 ApplicationServices
/ApplicationServices.h \
7006 AudioToolbox
/AudioConverter.h \
7007 AudioUnit
/AudioUnit.h \
7008 AudioUnit
/AudioComponent.h \
7011 CommonCrypto
/CommonCryptor.h \
7012 CoreAudio
/CoreAudio.h \
7013 CoreServices
/CoreServices.h \
7014 DiskArbitration
/DiskArbitration.h \
7017 IOKit
/hid
/IOHIDLib.h \
7020 QuickTime
/ImageCompression.h \
7021 Security
/Security.h \
7071 netinet
/in_systm.h \
7135 valgrind
/memcheck.h \
7136 valgrind
/valgrind.h \
7140 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7141 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7142 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7143 cat >>confdefs.h
<<_ACEOF
7144 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7151 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7152 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7154 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7159 if test $ac_cv_header_sys_mkdev_h = no
; then
7160 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7161 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7163 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7170 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7171 if ${ac_cv_header_stat_broken+:} false
; then :
7172 $as_echo_n "(cached) " >&6
7174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7175 /* end confdefs.h. */
7176 #include <sys/types.h>
7177 #include <sys/stat.h>
7179 #if defined S_ISBLK && defined S_IFDIR
7180 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7183 #if defined S_ISBLK && defined S_IFCHR
7184 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7187 #if defined S_ISLNK && defined S_IFREG
7188 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7191 #if defined S_ISSOCK && defined S_IFREG
7192 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7196 if ac_fn_c_try_compile
"$LINENO"; then :
7197 ac_cv_header_stat_broken
=no
7199 ac_cv_header_stat_broken
=yes
7201 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7204 $as_echo "$ac_cv_header_stat_broken" >&6; }
7205 if test $ac_cv_header_stat_broken = yes; then
7207 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7213 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7215 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7216 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7217 #ifdef HAVE_SYS_PARAM_H
7218 # include <sys/param.h>
7221 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7222 cat >>confdefs.h
<<_ACEOF
7223 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7238 netinet
/if_ether.h \
7239 netinet
/if_inarp.h \
7248 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7249 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7250 #ifdef HAVE_SYS_SOCKET_H
7251 # include <sys/socket.h>
7253 #ifdef HAVE_SYS_SOCKETVAR_H
7254 # include <sys/socketvar.h>
7256 #ifdef HAVE_NET_ROUTE_H
7257 # include <net/route.h>
7259 #ifdef HAVE_NETINET_IN_H
7260 # include <netinet/in.h>
7262 #ifdef HAVE_NETINET_IN_SYSTM_H
7263 # include <netinet/in_systm.h>
7265 #ifdef HAVE_NET_IF_H
7266 # include <net/if.h>
7268 #ifdef HAVE_NETINET_IP_H
7269 # include <netinet/ip.h>
7272 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7273 cat >>confdefs.h
<<_ACEOF
7274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7282 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7284 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7285 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7289 #ifdef HAVE_SYS_SOCKET_H
7290 # include <sys/socket.h>
7292 #ifdef HAVE_SYS_SOCKETVAR_H
7293 # include <sys/socketvar.h>
7295 #ifdef HAVE_SYS_TIMEOUT_H
7296 # include <sys/timeout.h>
7298 #ifdef HAVE_NETINET_IN_H
7299 # include <netinet/in.h>
7301 #ifdef HAVE_NETINET_IN_SYSTM_H
7302 # include <netinet/in_systm.h>
7304 #ifdef HAVE_NETINET_IP_H
7305 # include <netinet/ip.h>
7307 #ifdef HAVE_NETINET_IP_VAR_H
7308 # include <netinet/ip_var.h>
7310 #ifdef HAVE_NETINET_IP_ICMP_H
7311 # include <netinet/ip_icmp.h>
7313 #ifdef HAVE_NETINET_UDP_H
7314 # include <netinet/udp.h>
7316 #ifdef HAVE_NETINET_TCP_H
7317 # include <netinet/tcp.h>
7319 #ifdef HAVE_NETINET_TCP_TIMER_H
7320 #include <netinet/tcp_timer.h>
7323 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7324 cat >>confdefs.h
<<_ACEOF
7325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7333 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7335 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7336 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7337 #ifdef HAVE_ASM_TYPES_H
7338 # include <asm/types.h>
7340 #ifdef HAVE_SYS_SOCKET_H
7341 # include <sys/socket.h>
7343 #ifdef HAVE_LINUX_TYPES_H
7344 # include <linux/types.h>
7347 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7348 cat >>confdefs.h
<<_ACEOF
7349 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357 for ac_header
in mach-o
/dyld_images.h
7359 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7360 # include <stdbool.h>
7362 #ifdef HAVE_STDINT_H
7363 # include <stdint.h>
7366 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7367 cat >>confdefs.h
<<_ACEOF
7368 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7376 for ac_header
in resolv.h
7378 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7379 #ifdef HAVE_SYS_SOCKET_H
7380 # include <sys/socket.h>
7382 #ifdef HAVE_NETINET_IN_H
7383 # include <netinet/in.h>
7385 #ifdef HAVE_ARPA_NAMESER_H
7386 # include <arpa/nameser.h>
7389 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7390 cat >>confdefs.h
<<_ACEOF
7391 #define HAVE_RESOLV_H 1
7399 for ac_header
in ifaddrs.h
7401 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7403 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7404 cat >>confdefs.h
<<_ACEOF
7405 #define HAVE_IFADDRS_H 1
7413 for ac_header
in sys
/ucontext.h
7415 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7417 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7418 cat >>confdefs.h
<<_ACEOF
7419 #define HAVE_SYS_UCONTEXT_H 1
7427 for ac_header
in sys
/thr.h
7429 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7430 #ifdef HAVE_SYS_UCONTEXT_H
7431 #include <sys/ucontext.h>
7434 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7435 cat >>confdefs.h
<<_ACEOF
7436 #define HAVE_SYS_THR_H 1
7444 for ac_header
in pthread_np.h
7446 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7447 #include <pthread.h>
7450 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7451 cat >>confdefs.h
<<_ACEOF
7452 #define HAVE_PTHREAD_NP_H 1
7460 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7462 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7463 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7464 #include <sys/time.h>
7466 #include <sys/types.h>
7467 #ifdef HAVE_ASM_TYPES_H
7468 #include <asm/types.h>
7471 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7472 cat >>confdefs.h
<<_ACEOF
7473 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7481 for ac_header
in libprocstat.h
7483 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7484 #include <sys/param.h>
7486 #ifdef HAVE_SYS_QUEUE_H
7487 #include <sys/queue.h>
7489 #ifdef HAVE_SYS_SOCKET_H
7490 #include <sys/socket.h>
7493 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7494 cat >>confdefs.h
<<_ACEOF
7495 #define HAVE_LIBPROCSTAT_H 1
7504 DLLFLAGS
="-D_REENTRANT"
7512 WINELOADER_LDFLAGS
=""
7517 # Extract the first word of "ldd", so it can be a program name with args.
7518 set dummy ldd
; ac_word
=$2
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7520 $as_echo_n "checking for $ac_word... " >&6; }
7521 if ${ac_cv_path_LDD+:} false
; then :
7522 $as_echo_n "(cached) " >&6
7526 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7529 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7530 as_dummy
="/sbin:/usr/sbin:$PATH"
7531 for as_dir
in $as_dummy
7534 test -z "$as_dir" && as_dir
=.
7535 for ac_exec_ext
in '' $ac_executable_extensions; do
7536 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7537 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7545 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7550 if test -n "$LDD"; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7552 $as_echo "$LDD" >&6; }
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7555 $as_echo "no" >&6; }
7559 if test -n "$ac_tool_prefix"; then
7560 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7561 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7563 $as_echo_n "checking for $ac_word... " >&6; }
7564 if ${ac_cv_prog_OTOOL+:} false
; then :
7565 $as_echo_n "(cached) " >&6
7567 if test -n "$OTOOL"; then
7568 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7570 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7574 test -z "$as_dir" && as_dir
=.
7575 for ac_exec_ext
in '' $ac_executable_extensions; do
7576 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7577 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7587 OTOOL
=$ac_cv_prog_OTOOL
7588 if test -n "$OTOOL"; then
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7590 $as_echo "$OTOOL" >&6; }
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7593 $as_echo "no" >&6; }
7598 if test -z "$ac_cv_prog_OTOOL"; then
7600 # Extract the first word of "otool", so it can be a program name with args.
7601 set dummy otool
; ac_word
=$2
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7603 $as_echo_n "checking for $ac_word... " >&6; }
7604 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7605 $as_echo_n "(cached) " >&6
7607 if test -n "$ac_ct_OTOOL"; then
7608 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7614 test -z "$as_dir" && as_dir
=.
7615 for ac_exec_ext
in '' $ac_executable_extensions; do
7616 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7617 ac_cv_prog_ac_ct_OTOOL
="otool"
7618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7627 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7628 if test -n "$ac_ct_OTOOL"; then
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7630 $as_echo "$ac_ct_OTOOL" >&6; }
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7633 $as_echo "no" >&6; }
7636 if test "x$ac_ct_OTOOL" = x
; then
7639 case $cross_compiling:$ac_tool_warned in
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7642 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7643 ac_tool_warned
=yes ;;
7648 OTOOL
="$ac_cv_prog_OTOOL"
7651 if test -n "$ac_tool_prefix"; then
7652 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7653 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7655 $as_echo_n "checking for $ac_word... " >&6; }
7656 if ${ac_cv_prog_READELF+:} false
; then :
7657 $as_echo_n "(cached) " >&6
7659 if test -n "$READELF"; then
7660 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7662 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7666 test -z "$as_dir" && as_dir
=.
7667 for ac_exec_ext
in '' $ac_executable_extensions; do
7668 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7669 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7679 READELF
=$ac_cv_prog_READELF
7680 if test -n "$READELF"; then
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7682 $as_echo "$READELF" >&6; }
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7685 $as_echo "no" >&6; }
7690 if test -z "$ac_cv_prog_READELF"; then
7691 ac_ct_READELF
=$READELF
7692 # Extract the first word of "readelf", so it can be a program name with args.
7693 set dummy readelf
; ac_word
=$2
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7695 $as_echo_n "checking for $ac_word... " >&6; }
7696 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7697 $as_echo_n "(cached) " >&6
7699 if test -n "$ac_ct_READELF"; then
7700 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7702 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7706 test -z "$as_dir" && as_dir
=.
7707 for ac_exec_ext
in '' $ac_executable_extensions; do
7708 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7709 ac_cv_prog_ac_ct_READELF
="readelf"
7710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7719 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7720 if test -n "$ac_ct_READELF"; then
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7722 $as_echo "$ac_ct_READELF" >&6; }
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7725 $as_echo "no" >&6; }
7728 if test "x$ac_ct_READELF" = x
; then
7731 case $cross_compiling:$ac_tool_warned in
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7734 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7735 ac_tool_warned
=yes ;;
7737 READELF
=$ac_ct_READELF
7740 READELF
="$ac_cv_prog_READELF"
7743 wine_rules_file
=conf$
$rules.
make
7744 rm -f $wine_rules_file
7749 CONFIGURE_TARGETS
=""
7752 wine_fn_append_file
()
7754 as_fn_append
$1 " \\$as_nl $2"
7757 wine_fn_append_rule
()
7759 $as_echo "$1" >>$wine_rules_file
7762 wine_fn_config_makefile
()
7764 wine_fn_append_file SUBDIRS
$1
7765 if eval test \"x\$
"$2"\" = x
"no"; then :
7766 wine_fn_append_file DISABLED_SUBDIRS
$1
7770 wine_fn_config_symlink
()
7773 wine_fn_append_rule \
7775 @./config.status \$@"
7776 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7780 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7781 WINELOADER_PROGRAMS
="$wine_binary"
7783 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7787 if test -n "$ac_tool_prefix"; then
7788 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7789 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7791 $as_echo_n "checking for $ac_word... " >&6; }
7792 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7793 $as_echo_n "(cached) " >&6
7795 if test -n "$DLLTOOL"; then
7796 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7798 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7802 test -z "$as_dir" && as_dir
=.
7803 for ac_exec_ext
in '' $ac_executable_extensions; do
7804 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7805 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7815 DLLTOOL
=$ac_cv_prog_DLLTOOL
7816 if test -n "$DLLTOOL"; then
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7818 $as_echo "$DLLTOOL" >&6; }
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7821 $as_echo "no" >&6; }
7826 if test -z "$ac_cv_prog_DLLTOOL"; then
7827 ac_ct_DLLTOOL
=$DLLTOOL
7828 # Extract the first word of "dlltool", so it can be a program name with args.
7829 set dummy dlltool
; ac_word
=$2
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7831 $as_echo_n "checking for $ac_word... " >&6; }
7832 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7833 $as_echo_n "(cached) " >&6
7835 if test -n "$ac_ct_DLLTOOL"; then
7836 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7842 test -z "$as_dir" && as_dir
=.
7843 for ac_exec_ext
in '' $ac_executable_extensions; do
7844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7845 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7855 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7856 if test -n "$ac_ct_DLLTOOL"; then
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7858 $as_echo "$ac_ct_DLLTOOL" >&6; }
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7861 $as_echo "no" >&6; }
7864 if test "x$ac_ct_DLLTOOL" = x
; then
7867 case $cross_compiling:$ac_tool_warned in
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7870 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7871 ac_tool_warned
=yes ;;
7873 DLLTOOL
=$ac_ct_DLLTOOL
7876 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7882 enable_iphlpapi
=${enable_iphlpapi:-no}
7883 enable_kernel32
=${enable_kernel32:-no}
7884 enable_msvcrt
=${enable_msvcrt:-no}
7885 enable_ntdll
=${enable_ntdll:-no}
7886 enable_ws2_32
=${enable_ws2_32:-no}
7887 enable_loader
=${enable_loader:-no}
7888 enable_server
=${enable_server:-no}
7889 with_x
=${with_x:-no}
7890 with_pthread
=${with_pthread:-no}
7896 SOCKET_LIBS
="-lws2_32"
7900 LIBWINE_SHAREDLIB
="libwine.dll"
7902 LIBWINE_IMPORTLIB
="libwine.a"
7904 LIBWINE_INSTALL_LIB
="libwine.dll"
7906 LIBWINE_INSTALL_DEV
="libwine.a"
7908 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7910 LIBWINE_DEPENDS
="wine.def"
7915 for ac_header
in libunwind.h
7917 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7918 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7919 cat >>confdefs.h
<<_ACEOF
7920 #define HAVE_LIBUNWIND_H 1
7928 DLLFLAGS
="$DLLFLAGS -fPIC"
7929 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
7930 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7931 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7933 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7935 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7937 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7939 CORESERVICES_LIBS
="-framework CoreServices"
7941 APPKIT_LIBS
="-framework AppKit"
7943 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7945 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7946 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
7947 $as_echo_n "(cached) " >&6
7949 ac_wine_try_cflags_saved
=$CFLAGS
7950 CFLAGS
="$CFLAGS -Wl,-no_pie"
7951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7952 /* end confdefs.h. */
7953 int main(int argc, char **argv) { return 0; }
7955 if ac_fn_c_try_link
"$LINENO"; then :
7956 ac_cv_cflags__Wl__no_pie
=yes
7958 ac_cv_cflags__Wl__no_pie
=no
7960 rm -f core conftest.err conftest.
$ac_objext \
7961 conftest
$ac_exeext conftest.
$ac_ext
7962 CFLAGS
=$ac_wine_try_cflags_saved
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
7965 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
7966 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
7967 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
7969 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7971 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
7974 if test "$ac_cv_header_Security_Security_h" = "yes"
7976 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
7978 ac_save_LIBS
="$LIBS"
7979 LIBS
="$LIBS $SECURITY_LIBS"
7980 for ac_func
in SSLCopyPeerCertificates
7982 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
7983 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
7984 cat >>confdefs.h
<<_ACEOF
7985 #define HAVE_SSLCOPYPEERCERTIFICATES 1
7991 LIBS
="$ac_save_LIBS"
7992 with_gnutls
=${with_gnutls:-no}
7994 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7996 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
7998 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8001 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8004 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8005 ac_save_LIBS
="$LIBS"
8006 LIBS
="$LIBS $COREAUDIO_LIBS"
8007 for ac_func
in AUGraphAddNode
8009 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8010 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8011 cat >>confdefs.h
<<_ACEOF
8012 #define HAVE_AUGRAPHADDNODE 1
8018 LIBS
="$ac_save_LIBS"
8020 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8022 OPENAL_LIBS
="-framework OpenAL"
8025 cat >>confdefs.h
<<_ACEOF
8026 #define HAVE_OPENAL 1
8029 ac_cv_lib_openal
=yes
8031 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8033 OPENCL_LIBS
="-framework OpenCL"
8035 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8037 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8039 ac_save_LIBS
="$LIBS"
8040 LIBS
="$LIBS $IOKIT_LIBS"
8041 for ac_func
in IOHIDManagerCreate
8043 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8044 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8045 cat >>confdefs.h
<<_ACEOF
8046 #define HAVE_IOHIDMANAGERCREATE 1
8052 LIBS
="$ac_save_LIBS"
8054 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8056 ac_save_LIBS
="$LIBS"
8057 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8059 $as_echo_n "checking for the QuickTime framework... " >&6; }
8060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8061 /* end confdefs.h. */
8062 #include <QuickTime/ImageCompression.h>
8066 CodecManagerVersion(NULL);
8071 if ac_fn_c_try_link
"$LINENO"; then :
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8073 $as_echo "yes" >&6; }
8074 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8076 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079 $as_echo "no" >&6; }
8080 ac_cv_header_QuickTime_ImageCompression_h
=no
8082 rm -f core conftest.err conftest.
$ac_objext \
8083 conftest
$ac_exeext conftest.
$ac_ext
8084 LIBS
="$ac_save_LIBS"
8086 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8088 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8090 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8092 CARBON_LIBS
="-framework Carbon"
8096 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8098 ac_save_LIBS
="$LIBS"
8099 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8100 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8101 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8102 enable_winemac_drv
=${enable_winemac_drv:-yes}
8105 LIBS
="$ac_save_LIBS"
8108 if test "x$enable_win16" = "xyes"
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8111 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8112 if test "$cross_compiling" = yes; then :
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8114 $as_echo "cross-compiling, assuming yes" >&6; }
8116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8117 /* end confdefs.h. */
8120 "good:\tnop;nop\n\t"
8121 ".globl _testfunc\n"
8122 "_testfunc:\tcallw good");
8123 extern void testfunc();
8127 unsigned short *p = (unsigned short *)testfunc;
8128 return p[0] != 0xe866 || p[1] != 0xfffa
8133 if ac_fn_c_try_run
"$LINENO"; then :
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8135 $as_echo "yes" >&6; }
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8138 $as_echo "no" >&6; }
8139 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
8141 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8142 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8147 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8149 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8151 LIBWINE_INSTALL_DEV
="libwine.dylib"
8153 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8155 WINELOADER_DEPENDS
="wine_info.plist"
8160 DLLFLAGS
="$DLLFLAGS -fPIC"
8161 LDEXECFLAGS
="-Wl,-pie"
8162 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8164 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8165 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8166 $as_echo_n "(cached) " >&6
8168 ac_wine_try_cflags_saved
=$CFLAGS
8169 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8171 /* end confdefs.h. */
8172 int main(int argc, char **argv) { return 0; }
8174 if ac_fn_c_try_link
"$LINENO"; then :
8175 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8177 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8179 rm -f core conftest.err conftest.
$ac_objext \
8180 conftest
$ac_exeext conftest.
$ac_ext
8181 CFLAGS
=$ac_wine_try_cflags_saved
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8184 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8185 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8186 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8188 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8190 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8191 if eval \
${$as_ac_var+:} false
; then :
8192 $as_echo_n "(cached) " >&6
8194 ac_wine_try_cflags_saved
=$CFLAGS
8195 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8196 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8197 /* end confdefs.h. */
8198 int main(int argc, char **argv) { return 0; }
8200 if ac_fn_c_try_link
"$LINENO"; then :
8201 eval "$as_ac_var=yes"
8203 eval "$as_ac_var=no"
8205 rm -f core conftest.err conftest.
$ac_objext \
8206 conftest
$ac_exeext conftest.
$ac_ext
8207 CFLAGS
=$ac_wine_try_cflags_saved
8209 eval ac_res
=\$
$as_ac_var
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8211 $as_echo "$ac_res" >&6; }
8212 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8213 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8214 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8216 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8218 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8219 if eval \
${$as_ac_var+:} false
; then :
8220 $as_echo_n "(cached) " >&6
8222 ac_wine_try_cflags_saved
=$CFLAGS
8223 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h. */
8226 int main(int argc, char **argv) { return 0; }
8228 if ac_fn_c_try_link
"$LINENO"; then :
8229 eval "$as_ac_var=yes"
8231 eval "$as_ac_var=no"
8233 rm -f core conftest.err conftest.
$ac_objext \
8234 conftest
$ac_exeext conftest.
$ac_ext
8235 CFLAGS
=$ac_wine_try_cflags_saved
8237 eval ac_res
=\$
$as_ac_var
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8239 $as_echo "$ac_res" >&6; }
8240 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8241 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8242 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8246 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8247 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8248 $as_echo_n "(cached) " >&6
8250 ac_wine_try_cflags_saved
=$CFLAGS
8251 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8253 /* end confdefs.h. */
8254 int main(int argc, char **argv) { return 0; }
8256 if ac_fn_c_try_link
"$LINENO"; then :
8257 ac_cv_cflags__Wl___enable_new_dtags
=yes
8259 ac_cv_cflags__Wl___enable_new_dtags
=no
8261 rm -f core conftest.err conftest.
$ac_objext \
8262 conftest
$ac_exeext conftest.
$ac_ext
8263 CFLAGS
=$ac_wine_try_cflags_saved
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8266 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8267 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8268 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8271 LIBWINE_SHAREDLIB
="libwine.so"
8273 LIBWINE_INSTALL_LIB
="libwine.so"
8275 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8279 $as_echo_n "checking for -lEGL... " >&6; }
8280 if ${ac_cv_lib_soname_EGL+:} false
; then :
8281 $as_echo_n "(cached) " >&6
8283 ac_check_soname_save_LIBS
=$LIBS
8285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8288 /* Override any GCC internal prototype to avoid an error.
8289 Use char because int might match the return type of a GCC
8290 builtin and then its argument prototype would still apply. */
8294 char eglGetProcAddress ();
8298 return eglGetProcAddress ();
8303 if ac_fn_c_try_link
"$LINENO"; then :
8305 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8306 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'` ;;
8307 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8308 if ${ac_cv_lib_soname_EGL:+false} :; then :
8309 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8313 rm -f core conftest.err conftest.
$ac_objext \
8314 conftest
$ac_exeext conftest.
$ac_ext
8315 LIBS
=$ac_check_soname_save_LIBS
8317 if ${ac_cv_lib_soname_EGL:+false} :; then :
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8319 $as_echo "not found" >&6; }
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8323 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8325 cat >>confdefs.h
<<_ACEOF
8326 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8332 $as_echo_n "checking for -lGLESv2... " >&6; }
8333 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8334 $as_echo_n "(cached) " >&6
8336 ac_check_soname_save_LIBS
=$LIBS
8337 LIBS
="-lGLESv2 $LIBS"
8338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8339 /* end confdefs.h. */
8341 /* Override any GCC internal prototype to avoid an error.
8342 Use char because int might match the return type of a GCC
8343 builtin and then its argument prototype would still apply. */
8356 if ac_fn_c_try_link
"$LINENO"; then :
8358 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8359 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'` ;;
8360 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8361 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8362 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8366 rm -f core conftest.err conftest.
$ac_objext \
8367 conftest
$ac_exeext conftest.
$ac_ext
8368 LIBS
=$ac_check_soname_save_LIBS
8370 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8372 $as_echo "not found" >&6; }
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8376 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8378 cat >>confdefs.h
<<_ACEOF
8379 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8385 if test "x$exec_prefix" = xNONE
8388 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8389 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8390 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8391 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8397 DLLFLAGS
="$DLLFLAGS -fPIC"
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8399 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8400 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8401 $as_echo_n "(cached) " >&6
8403 ac_wine_try_cflags_saved
=$CFLAGS
8404 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8409 if ac_fn_c_try_link
"$LINENO"; then :
8410 ac_cv_c_dll_gnuelf
="yes"
8412 ac_cv_c_dll_gnuelf
="no"
8414 rm -f core conftest.err conftest.
$ac_objext \
8415 conftest
$ac_exeext conftest.
$ac_ext
8416 CFLAGS
=$ac_wine_try_cflags_saved
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8419 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8420 if test "$ac_cv_c_dll_gnuelf" = "yes"
8422 LIBWINE_LDFLAGS
="-shared"
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8424 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8425 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8426 $as_echo_n "(cached) " >&6
8428 ac_wine_try_cflags_saved
=$CFLAGS
8429 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8431 /* end confdefs.h. */
8432 int main(int argc, char **argv) { return 0; }
8434 if ac_fn_c_try_link
"$LINENO"; then :
8435 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8437 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8439 rm -f core conftest.err conftest.
$ac_objext \
8440 conftest
$ac_exeext conftest.
$ac_ext
8441 CFLAGS
=$ac_wine_try_cflags_saved
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8444 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8445 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8446 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8449 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8450 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8451 $as_echo_n "(cached) " >&6
8453 ac_wine_try_cflags_saved
=$CFLAGS
8454 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8456 /* end confdefs.h. */
8457 int main(int argc, char **argv) { return 0; }
8459 if ac_fn_c_try_link
"$LINENO"; then :
8460 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8462 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8464 rm -f core conftest.err conftest.
$ac_objext \
8465 conftest
$ac_exeext conftest.
$ac_ext
8466 CFLAGS
=$ac_wine_try_cflags_saved
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8469 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8470 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8471 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8475 echo '{ global: *; };' >conftest.map
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8477 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8478 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8479 $as_echo_n "(cached) " >&6
8481 ac_wine_try_cflags_saved
=$CFLAGS
8482 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8484 /* end confdefs.h. */
8485 int main(int argc, char **argv) { return 0; }
8487 if ac_fn_c_try_link
"$LINENO"; then :
8488 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8490 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8492 rm -f core conftest.err conftest.
$ac_objext \
8493 conftest
$ac_exeext conftest.
$ac_ext
8494 CFLAGS
=$ac_wine_try_cflags_saved
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8497 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8498 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8499 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8504 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8505 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8506 $as_echo_n "(cached) " >&6
8508 ac_wine_try_cflags_saved
=$CFLAGS
8509 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8511 /* end confdefs.h. */
8512 int main(int argc, char **argv) { return 0; }
8514 if ac_fn_c_try_link
"$LINENO"; then :
8515 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8517 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8519 rm -f core conftest.err conftest.
$ac_objext \
8520 conftest
$ac_exeext conftest.
$ac_ext
8521 CFLAGS
=$ac_wine_try_cflags_saved
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8524 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8525 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8526 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8529 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8531 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8532 if eval \
${$as_ac_var+:} false
; then :
8533 $as_echo_n "(cached) " >&6
8535 ac_wine_try_cflags_saved
=$CFLAGS
8536 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 int main(int argc, char **argv) { return 0; }
8541 if ac_fn_c_try_link
"$LINENO"; then :
8542 eval "$as_ac_var=yes"
8544 eval "$as_ac_var=no"
8546 rm -f core conftest.err conftest.
$ac_objext \
8547 conftest
$ac_exeext conftest.
$ac_ext
8548 CFLAGS
=$ac_wine_try_cflags_saved
8550 eval ac_res
=\$
$as_ac_var
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8552 $as_echo "$ac_res" >&6; }
8553 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8554 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8555 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8557 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8559 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8560 if eval \
${$as_ac_var+:} false
; then :
8561 $as_echo_n "(cached) " >&6
8563 ac_wine_try_cflags_saved
=$CFLAGS
8564 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8566 /* end confdefs.h. */
8567 int main(int argc, char **argv) { return 0; }
8569 if ac_fn_c_try_link
"$LINENO"; then :
8570 eval "$as_ac_var=yes"
8572 eval "$as_ac_var=no"
8574 rm -f core conftest.err conftest.
$ac_objext \
8575 conftest
$ac_exeext conftest.
$ac_ext
8576 CFLAGS
=$ac_wine_try_cflags_saved
8578 eval ac_res
=\$
$as_ac_var
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8580 $as_echo "$ac_res" >&6; }
8581 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8582 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8583 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8588 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8589 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8590 $as_echo_n "(cached) " >&6
8592 ac_wine_try_cflags_saved
=$CFLAGS
8593 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8595 /* end confdefs.h. */
8596 int main(int argc, char **argv) { return 0; }
8598 if ac_fn_c_try_link
"$LINENO"; then :
8599 ac_cv_cflags__Wl___enable_new_dtags
=yes
8601 ac_cv_cflags__Wl___enable_new_dtags
=no
8603 rm -f core conftest.err conftest.
$ac_objext \
8604 conftest
$ac_exeext conftest.
$ac_ext
8605 CFLAGS
=$ac_wine_try_cflags_saved
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8608 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8609 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8610 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8614 *i
[3456789]86* | x86_64 |
*aarch64
*)
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8616 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8617 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8618 $as_echo_n "(cached) " >&6
8620 ac_wine_try_cflags_saved
=$CFLAGS
8621 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8624 int main(int argc, char **argv) { return 0; }
8626 if ac_fn_c_try_link
"$LINENO"; then :
8627 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8629 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8631 rm -f core conftest.err conftest.
$ac_objext \
8632 conftest
$ac_exeext conftest.
$ac_ext
8633 CFLAGS
=$ac_wine_try_cflags_saved
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8636 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8637 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8639 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8640 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8644 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8645 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8646 $as_echo_n "(cached) " >&6
8648 ac_wine_try_cflags_saved
=$CFLAGS
8649 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h. */
8652 int main(int argc, char **argv) { return 0; }
8654 if ac_fn_c_try_link
"$LINENO"; then :
8655 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8657 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8659 rm -f core conftest.err conftest.
$ac_objext \
8660 conftest
$ac_exeext conftest.
$ac_ext
8661 CFLAGS
=$ac_wine_try_cflags_saved
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8664 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8665 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8667 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8668 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8671 # Extract the first word of "prelink", so it can be a program name with args.
8672 set dummy prelink
; ac_word
=$2
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8674 $as_echo_n "checking for $ac_word... " >&6; }
8675 if ${ac_cv_path_PRELINK+:} false
; then :
8676 $as_echo_n "(cached) " >&6
8680 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8684 for as_dir
in /sbin
/usr
/sbin
$PATH
8687 test -z "$as_dir" && as_dir
=.
8688 for ac_exec_ext
in '' $ac_executable_extensions; do
8689 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8690 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8698 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8702 PRELINK
=$ac_cv_path_PRELINK
8703 if test -n "$PRELINK"; then
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8705 $as_echo "$PRELINK" >&6; }
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8708 $as_echo "no" >&6; }
8712 if test "x$PRELINK" = xfalse
8714 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8718 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8719 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8720 $as_echo_n "(cached) " >&6
8722 ac_wine_try_cflags_saved
=$CFLAGS
8723 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8725 /* end confdefs.h. */
8726 int main(int argc, char **argv) { return 0; }
8728 if ac_fn_c_try_link
"$LINENO"; then :
8729 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8731 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8733 rm -f core conftest.err conftest.
$ac_objext \
8734 conftest
$ac_exeext conftest.
$ac_ext
8735 CFLAGS
=$ac_wine_try_cflags_saved
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8738 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8739 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8740 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8747 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8748 if ${ac_cv_c_dll_unixware+:} false
; then :
8749 $as_echo_n "(cached) " >&6
8751 ac_wine_try_cflags_saved
=$CFLAGS
8752 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8754 /* end confdefs.h. */
8757 if ac_fn_c_try_link
"$LINENO"; then :
8758 ac_cv_c_dll_unixware
="yes"
8760 ac_cv_c_dll_unixware
="no"
8762 rm -f core conftest.err conftest.
$ac_objext \
8763 conftest
$ac_exeext conftest.
$ac_ext
8764 CFLAGS
=$ac_wine_try_cflags_saved
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8767 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8768 if test "$ac_cv_c_dll_unixware" = "yes"
8770 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8773 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8775 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8777 LIBWINE_INSTALL_DEV
="libwine.so"
8779 LIBWINE_DEPENDS
="wine.map"
8784 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8785 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8786 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
8787 enable_winemac_drv
=${enable_winemac_drv:-no}
8788 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8792 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8796 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8798 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
8799 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8802 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
8803 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8805 ac_prefix_list
="" ;;
8807 for ac_prog
in $ac_prefix_list
8809 # Extract the first word of "$ac_prog", so it can be a program name with args.
8810 set dummy
$ac_prog; ac_word
=$2
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8812 $as_echo_n "checking for $ac_word... " >&6; }
8813 if ${ac_cv_prog_CROSSCC+:} false
; then :
8814 $as_echo_n "(cached) " >&6
8816 if test -n "$CROSSCC"; then
8817 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8819 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8823 test -z "$as_dir" && as_dir
=.
8824 for ac_exec_ext
in '' $ac_executable_extensions; do
8825 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8826 ac_cv_prog_CROSSCC
="$ac_prog"
8827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8836 CROSSCC
=$ac_cv_prog_CROSSCC
8837 if test -n "$CROSSCC"; then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8839 $as_echo "$CROSSCC" >&6; }
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8842 $as_echo "no" >&6; }
8846 test -n "$CROSSCC" && break
8848 test -n "$CROSSCC" || CROSSCC
="false"
8850 if test "$CROSSCC" != "false"
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8855 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8857 /* end confdefs.h. */
8867 if ac_fn_c_try_compile
"$LINENO"; then :
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8869 $as_echo "yes" >&6; }
8875 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8876 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8882 $as_echo "no" >&6; }
8884 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8886 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
8892 if test "$ac_cv_header_pthread_h" = "yes"
8894 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8895 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8899 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8900 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8901 $as_echo_n "(cached) " >&6
8903 ac_check_lib_save_LIBS
=$LIBS
8904 LIBS
="-lpthread $LIBS"
8905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8906 /* end confdefs.h. */
8908 /* Override any GCC internal prototype to avoid an error.
8909 Use char because int might match the return type of a GCC
8910 builtin and then its argument prototype would still apply. */
8914 char pthread_create ();
8918 return pthread_create ();
8923 if ac_fn_c_try_link
"$LINENO"; then :
8924 ac_cv_lib_pthread_pthread_create
=yes
8926 ac_cv_lib_pthread_pthread_create
=no
8928 rm -f core conftest.err conftest.
$ac_objext \
8929 conftest
$ac_exeext conftest.
$ac_ext
8930 LIBS
=$ac_check_lib_save_LIBS
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8933 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8934 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8935 PTHREAD_LIBS
="-lpthread"
8942 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8943 case "x$with_pthread" in
8945 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8946 Wine cannot support threads without libpthread.
8947 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8954 $as_echo_n "checking for X... " >&6; }
8957 # Check whether --with-x was given.
8958 if test "${with_x+set}" = set; then :
8962 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8963 if test "x$with_x" = xno
; then
8964 # The user explicitly disabled X.
8967 case $x_includes,$x_libraries in #(
8968 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8969 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8970 $as_echo_n "(cached) " >&6
8972 # One or both of the vars are not set, and there is no cached value.
8973 ac_x_includes
=no ac_x_libraries
=no
8974 rm -f -r conftest.dir
8975 if mkdir conftest.dir
; then
8977 cat >Imakefile
<<'_ACEOF'
8979 @echo incroot='${INCROOT}'
8981 @echo usrlibdir='${USRLIBDIR}'
8983 @echo libdir='${LIBDIR}'
8985 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8986 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8987 for ac_var
in incroot usrlibdir libdir
; do
8988 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8990 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8991 for ac_extension
in a so sl dylib la dll
; do
8992 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8993 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8994 ac_im_usrlibdir
=$ac_im_libdir; break
8997 # Screen out bogus values from the imake configuration. They are
8998 # bogus both because they are the default anyway, and because
8999 # using them would break gcc on systems where it needs fixed includes.
9000 case $ac_im_incroot in
9001 /usr
/include
) ac_x_includes
= ;;
9002 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9004 case $ac_im_usrlibdir in
9005 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9006 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9010 rm -f -r conftest.dir
9013 # Standard set of common directories for X headers.
9014 # Check X11 before X11Rn because it is often a symlink to the current release.
9028 /usr/local/X11/include
9029 /usr/local/X11R7/include
9030 /usr/local/X11R6/include
9031 /usr/local/X11R5/include
9032 /usr/local/X11R4/include
9034 /usr/local/include/X11
9035 /usr/local/include/X11R7
9036 /usr/local/include/X11R6
9037 /usr/local/include/X11R5
9038 /usr/local/include/X11R4
9042 /usr/XFree86/include/X11
9046 /usr/unsupported/include
9048 /usr/local/x11r5/include
9049 /usr/lpp/Xamples/include
9051 /usr/openwin/include
9052 /usr/openwin/share/include'
9054 if test "$ac_x_includes" = no
; then
9055 # Guess where to find include files, by looking for Xlib.h.
9056 # First, try using that file with no special directory specified.
9057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9058 /* end confdefs.h. */
9059 #include <X11/Xlib.h>
9061 if ac_fn_c_try_cpp
"$LINENO"; then :
9062 # We can compile using X headers with no special include directory.
9065 for ac_dir
in $ac_x_header_dirs; do
9066 if test -r "$ac_dir/X11/Xlib.h"; then
9067 ac_x_includes
=$ac_dir
9072 rm -f conftest.err conftest.i conftest.
$ac_ext
9073 fi # $ac_x_includes = no
9075 if test "$ac_x_libraries" = no
; then
9076 # Check for the libraries.
9077 # See if we find them without any special options.
9078 # Don't add to $LIBS permanently.
9081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9082 /* end confdefs.h. */
9083 #include <X11/Xlib.h>
9092 if ac_fn_c_try_link
"$LINENO"; then :
9094 # We can link X programs with no special library path.
9098 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9100 # Don't even attempt the hair of trying to link an X program!
9101 for ac_extension
in a so sl dylib la dll
; do
9102 if test -r "$ac_dir/libX11.$ac_extension"; then
9103 ac_x_libraries
=$ac_dir
9109 rm -f core conftest.err conftest.
$ac_objext \
9110 conftest
$ac_exeext conftest.
$ac_ext
9111 fi # $ac_x_libraries = no
9113 case $ac_x_includes,$ac_x_libraries in #(
9115 # Didn't find X, or a directory has "'" in its name.
9116 ac_cv_have_x
="have_x=no";; #(
9118 # Record where we found X for the cache.
9119 ac_cv_have_x
="have_x=yes\
9120 ac_x_includes='$ac_x_includes'\
9121 ac_x_libraries='$ac_x_libraries'"
9127 eval "$ac_cv_have_x"
9130 if test "$have_x" != yes; then
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9132 $as_echo "$have_x" >&6; }
9135 # If each of the values was on the command line, it overrides each guess.
9136 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9137 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9138 # Update the cache value to reflect the command line values.
9139 ac_cv_have_x
="have_x=yes\
9140 ac_x_includes='$x_includes'\
9141 ac_x_libraries='$x_libraries'"
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9143 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9146 if test "$no_x" = yes; then
9147 # Not all programs may use this symbol, but it does not hurt to define it.
9149 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9151 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9153 if test -n "$x_includes"; then
9154 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9157 # It would also be nice to do this for all -L options, not just this one.
9158 if test -n "$x_libraries"; then
9159 X_LIBS
="$X_LIBS -L$x_libraries"
9160 # For Solaris; some versions of Sun CC require a space after -R and
9161 # others require no space. Words are not sufficient . . . .
9162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9163 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9164 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9165 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9166 ac_c_werror_flag
=yes
9167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9168 /* end confdefs.h. */
9178 if ac_fn_c_try_link
"$LINENO"; then :
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9180 $as_echo "no" >&6; }
9181 X_LIBS
="$X_LIBS -R$x_libraries"
9183 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9195 if ac_fn_c_try_link
"$LINENO"; then :
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9197 $as_echo "yes" >&6; }
9198 X_LIBS
="$X_LIBS -R $x_libraries"
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9201 $as_echo "neither works" >&6; }
9203 rm -f core conftest.err conftest.
$ac_objext \
9204 conftest
$ac_exeext conftest.
$ac_ext
9206 rm -f core conftest.err conftest.
$ac_objext \
9207 conftest
$ac_exeext conftest.
$ac_ext
9208 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9212 # Check for system-dependent libraries X programs must link with.
9213 # Do this before checking for the system-independent R6 libraries
9214 # (-lICE), since we may need -lsocket or whatever for X linking.
9216 if test "$ISC" = yes; then
9217 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9219 # Martyn Johnson says this is needed for Ultrix, if the X
9220 # libraries were built with DECnet support. And Karl Berry says
9221 # the Alpha needs dnet_stub (dnet does not exist).
9222 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9223 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9226 /* Override any GCC internal prototype to avoid an error.
9227 Use char because int might match the return type of a GCC
9228 builtin and then its argument prototype would still apply. */
9232 char XOpenDisplay ();
9236 return XOpenDisplay ();
9241 if ac_fn_c_try_link
"$LINENO"; then :
9244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9245 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9246 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9247 $as_echo_n "(cached) " >&6
9249 ac_check_lib_save_LIBS
=$LIBS
9251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9252 /* end confdefs.h. */
9254 /* Override any GCC internal prototype to avoid an error.
9255 Use char because int might match the return type of a GCC
9256 builtin and then its argument prototype would still apply. */
9264 return dnet_ntoa ();
9269 if ac_fn_c_try_link
"$LINENO"; then :
9270 ac_cv_lib_dnet_dnet_ntoa
=yes
9272 ac_cv_lib_dnet_dnet_ntoa
=no
9274 rm -f core conftest.err conftest.
$ac_objext \
9275 conftest
$ac_exeext conftest.
$ac_ext
9276 LIBS
=$ac_check_lib_save_LIBS
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9279 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9280 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9281 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9284 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9286 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9287 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9288 $as_echo_n "(cached) " >&6
9290 ac_check_lib_save_LIBS
=$LIBS
9291 LIBS
="-ldnet_stub $LIBS"
9292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9293 /* end confdefs.h. */
9295 /* Override any GCC internal prototype to avoid an error.
9296 Use char because int might match the return type of a GCC
9297 builtin and then its argument prototype would still apply. */
9305 return dnet_ntoa ();
9310 if ac_fn_c_try_link
"$LINENO"; then :
9311 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9313 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9315 rm -f core conftest.err conftest.
$ac_objext \
9316 conftest
$ac_exeext conftest.
$ac_ext
9317 LIBS
=$ac_check_lib_save_LIBS
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9320 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9321 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9322 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9327 rm -f core conftest.err conftest.
$ac_objext \
9328 conftest
$ac_exeext conftest.
$ac_ext
9329 LIBS
="$ac_xsave_LIBS"
9331 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9332 # to get the SysV transport functions.
9333 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9335 # The nsl library prevents programs from opening the X display
9336 # on Irix 5.2, according to T.E. Dickey.
9337 # The functions gethostbyname, getservbyname, and inet_addr are
9338 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9339 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9340 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9344 if test $ac_cv_func_gethostbyname = no
; then
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9346 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9347 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9348 $as_echo_n "(cached) " >&6
9350 ac_check_lib_save_LIBS
=$LIBS
9352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9353 /* end confdefs.h. */
9355 /* Override any GCC internal prototype to avoid an error.
9356 Use char because int might match the return type of a GCC
9357 builtin and then its argument prototype would still apply. */
9361 char gethostbyname ();
9365 return gethostbyname ();
9370 if ac_fn_c_try_link
"$LINENO"; then :
9371 ac_cv_lib_nsl_gethostbyname
=yes
9373 ac_cv_lib_nsl_gethostbyname
=no
9375 rm -f core conftest.err conftest.
$ac_objext \
9376 conftest
$ac_exeext conftest.
$ac_ext
9377 LIBS
=$ac_check_lib_save_LIBS
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9380 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9381 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9382 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9385 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9387 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9388 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9389 $as_echo_n "(cached) " >&6
9391 ac_check_lib_save_LIBS
=$LIBS
9393 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9394 /* end confdefs.h. */
9396 /* Override any GCC internal prototype to avoid an error.
9397 Use char because int might match the return type of a GCC
9398 builtin and then its argument prototype would still apply. */
9402 char gethostbyname ();
9406 return gethostbyname ();
9411 if ac_fn_c_try_link
"$LINENO"; then :
9412 ac_cv_lib_bsd_gethostbyname
=yes
9414 ac_cv_lib_bsd_gethostbyname
=no
9416 rm -f core conftest.err conftest.
$ac_objext \
9417 conftest
$ac_exeext conftest.
$ac_ext
9418 LIBS
=$ac_check_lib_save_LIBS
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9421 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9422 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9423 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9429 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9430 # socket/setsockopt and other routines are undefined under SCO ODT
9431 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9432 # on later versions), says Simon Leinen: it contains gethostby*
9433 # variants that don't use the name server (or something). -lsocket
9434 # must be given before -lnsl if both are needed. We assume that
9435 # if connect needs -lnsl, so does gethostbyname.
9436 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9437 if test "x$ac_cv_func_connect" = xyes
; then :
9441 if test $ac_cv_func_connect = no
; then
9442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9443 $as_echo_n "checking for connect in -lsocket... " >&6; }
9444 if ${ac_cv_lib_socket_connect+:} false
; then :
9445 $as_echo_n "(cached) " >&6
9447 ac_check_lib_save_LIBS
=$LIBS
9448 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9450 /* end confdefs.h. */
9452 /* Override any GCC internal prototype to avoid an error.
9453 Use char because int might match the return type of a GCC
9454 builtin and then its argument prototype would still apply. */
9467 if ac_fn_c_try_link
"$LINENO"; then :
9468 ac_cv_lib_socket_connect
=yes
9470 ac_cv_lib_socket_connect
=no
9472 rm -f core conftest.err conftest.
$ac_objext \
9473 conftest
$ac_exeext conftest.
$ac_ext
9474 LIBS
=$ac_check_lib_save_LIBS
9476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9477 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9478 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9479 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9484 # Guillermo Gomez says -lposix is necessary on A/UX.
9485 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9486 if test "x$ac_cv_func_remove" = xyes
; then :
9490 if test $ac_cv_func_remove = no
; then
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9492 $as_echo_n "checking for remove in -lposix... " >&6; }
9493 if ${ac_cv_lib_posix_remove+:} false
; then :
9494 $as_echo_n "(cached) " >&6
9496 ac_check_lib_save_LIBS
=$LIBS
9497 LIBS
="-lposix $LIBS"
9498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9499 /* end confdefs.h. */
9501 /* Override any GCC internal prototype to avoid an error.
9502 Use char because int might match the return type of a GCC
9503 builtin and then its argument prototype would still apply. */
9516 if ac_fn_c_try_link
"$LINENO"; then :
9517 ac_cv_lib_posix_remove
=yes
9519 ac_cv_lib_posix_remove
=no
9521 rm -f core conftest.err conftest.
$ac_objext \
9522 conftest
$ac_exeext conftest.
$ac_ext
9523 LIBS
=$ac_check_lib_save_LIBS
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9526 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9527 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9528 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9533 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9534 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9535 if test "x$ac_cv_func_shmat" = xyes
; then :
9539 if test $ac_cv_func_shmat = no
; then
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9541 $as_echo_n "checking for shmat in -lipc... " >&6; }
9542 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9543 $as_echo_n "(cached) " >&6
9545 ac_check_lib_save_LIBS
=$LIBS
9547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9548 /* end confdefs.h. */
9550 /* Override any GCC internal prototype to avoid an error.
9551 Use char because int might match the return type of a GCC
9552 builtin and then its argument prototype would still apply. */
9565 if ac_fn_c_try_link
"$LINENO"; then :
9566 ac_cv_lib_ipc_shmat
=yes
9568 ac_cv_lib_ipc_shmat
=no
9570 rm -f core conftest.err conftest.
$ac_objext \
9571 conftest
$ac_exeext conftest.
$ac_ext
9572 LIBS
=$ac_check_lib_save_LIBS
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9575 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9576 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9577 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9583 # Check for libraries that X11R6 Xt/Xaw programs need.
9584 ac_save_LDFLAGS
=$LDFLAGS
9585 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9586 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9587 # check for ICE first), but we must link in the order -lSM -lICE or
9588 # we get undefined symbols. So assume we have SM if we have ICE.
9589 # These have to be linked with before -lX11, unlike the other
9590 # libraries we check for below, so use a different variable.
9591 # John Interrante, Karl Berry
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9593 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9594 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9595 $as_echo_n "(cached) " >&6
9597 ac_check_lib_save_LIBS
=$LIBS
9598 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9600 /* end confdefs.h. */
9602 /* Override any GCC internal prototype to avoid an error.
9603 Use char because int might match the return type of a GCC
9604 builtin and then its argument prototype would still apply. */
9608 char IceConnectionNumber ();
9612 return IceConnectionNumber ();
9617 if ac_fn_c_try_link
"$LINENO"; then :
9618 ac_cv_lib_ICE_IceConnectionNumber
=yes
9620 ac_cv_lib_ICE_IceConnectionNumber
=no
9622 rm -f core conftest.err conftest.
$ac_objext \
9623 conftest
$ac_exeext conftest.
$ac_ext
9624 LIBS
=$ac_check_lib_save_LIBS
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9627 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9628 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9629 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9632 LDFLAGS
=$ac_save_LDFLAGS
9637 if test "$have_x" = "yes"
9639 ac_save_CPPFLAGS
="$CPPFLAGS"
9640 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9643 $as_echo_n "checking for -lX11... " >&6; }
9644 if ${ac_cv_lib_soname_X11+:} false
; then :
9645 $as_echo_n "(cached) " >&6
9647 ac_check_soname_save_LIBS
=$LIBS
9648 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9650 /* end confdefs.h. */
9652 /* Override any GCC internal prototype to avoid an error.
9653 Use char because int might match the return type of a GCC
9654 builtin and then its argument prototype would still apply. */
9658 char XCreateWindow ();
9662 return XCreateWindow ();
9667 if ac_fn_c_try_link
"$LINENO"; then :
9669 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9670 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'` ;;
9671 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9672 if ${ac_cv_lib_soname_X11:+false} :; then :
9673 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9677 rm -f core conftest.err conftest.
$ac_objext \
9678 conftest
$ac_exeext conftest.
$ac_ext
9679 LIBS
=$ac_check_soname_save_LIBS
9681 if ${ac_cv_lib_soname_X11:+false} :; then :
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9683 $as_echo "not found" >&6; }
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9687 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9689 cat >>confdefs.h
<<_ACEOF
9690 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9696 $as_echo_n "checking for -lXext... " >&6; }
9697 if ${ac_cv_lib_soname_Xext+:} false
; then :
9698 $as_echo_n "(cached) " >&6
9700 ac_check_soname_save_LIBS
=$LIBS
9701 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9703 /* end confdefs.h. */
9705 /* Override any GCC internal prototype to avoid an error.
9706 Use char because int might match the return type of a GCC
9707 builtin and then its argument prototype would still apply. */
9711 char XextCreateExtension ();
9715 return XextCreateExtension ();
9720 if ac_fn_c_try_link
"$LINENO"; then :
9722 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9723 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'` ;;
9724 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9725 if ${ac_cv_lib_soname_Xext:+false} :; then :
9726 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9730 rm -f core conftest.err conftest.
$ac_objext \
9731 conftest
$ac_exeext conftest.
$ac_ext
9732 LIBS
=$ac_check_soname_save_LIBS
9734 if ${ac_cv_lib_soname_Xext:+false} :; then :
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9736 $as_echo "not found" >&6; }
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9740 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9742 cat >>confdefs.h
<<_ACEOF
9743 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 X_LIBS
="$X_LIBS -lXext"
9748 X_LIBS
="$X_LIBS -lX11"
9750 for ac_header
in X11
/Xlib.h \
9753 X11
/Xcursor
/Xcursor.h \
9754 X11
/extensions
/shape.h \
9755 X11
/extensions
/XInput.h \
9756 X11
/extensions
/XInput2.h \
9757 X11
/extensions
/XShm.h \
9758 X11
/extensions
/Xcomposite.h \
9759 X11
/extensions
/Xfixes.h \
9760 X11
/extensions
/Xinerama.h \
9761 X11
/extensions
/Xrandr.h \
9762 X11
/extensions
/Xrender.h \
9763 X11
/extensions
/xf86vmode.h \
9764 X11
/extensions
/xf86vmproto.h
9766 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9767 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9768 # include <X11/Xlib.h>
9770 #ifdef HAVE_X11_XUTIL_H
9771 # include <X11/Xutil.h>
9774 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9775 cat >>confdefs.h
<<_ACEOF
9776 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9784 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9787 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9788 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9789 $as_echo_n "(cached) " >&6
9791 ac_check_lib_save_LIBS
=$LIBS
9792 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9794 /* end confdefs.h. */
9796 /* Override any GCC internal prototype to avoid an error.
9797 Use char because int might match the return type of a GCC
9798 builtin and then its argument prototype would still apply. */
9802 char XkbQueryExtension ();
9806 return XkbQueryExtension ();
9811 if ac_fn_c_try_link
"$LINENO"; then :
9812 ac_cv_lib_X11_XkbQueryExtension
=yes
9814 ac_cv_lib_X11_XkbQueryExtension
=no
9816 rm -f core conftest.err conftest.
$ac_objext \
9817 conftest
$ac_exeext conftest.
$ac_ext
9818 LIBS
=$ac_check_lib_save_LIBS
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9821 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9822 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9824 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9830 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9833 $as_echo_n "checking for -lXcursor... " >&6; }
9834 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9835 $as_echo_n "(cached) " >&6
9837 ac_check_soname_save_LIBS
=$LIBS
9838 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9848 char XcursorImageLoadCursor ();
9852 return XcursorImageLoadCursor ();
9857 if ac_fn_c_try_link
"$LINENO"; then :
9859 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9860 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'` ;;
9861 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9862 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9863 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9867 rm -f core conftest.err conftest.
$ac_objext \
9868 conftest
$ac_exeext conftest.
$ac_ext
9869 LIBS
=$ac_check_soname_save_LIBS
9871 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9873 $as_echo "not found" >&6; }
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9877 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9879 cat >>confdefs.h
<<_ACEOF
9880 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9886 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9887 case "x$with_xcursor" in
9888 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9890 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9891 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9896 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9899 $as_echo_n "checking for -lXi... " >&6; }
9900 if ${ac_cv_lib_soname_Xi+:} false
; then :
9901 $as_echo_n "(cached) " >&6
9903 ac_check_soname_save_LIBS
=$LIBS
9904 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9906 /* end confdefs.h. */
9908 /* Override any GCC internal prototype to avoid an error.
9909 Use char because int might match the return type of a GCC
9910 builtin and then its argument prototype would still apply. */
9914 char XOpenDevice ();
9918 return XOpenDevice ();
9923 if ac_fn_c_try_link
"$LINENO"; then :
9925 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9926 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'` ;;
9927 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9928 if ${ac_cv_lib_soname_Xi:+false} :; then :
9929 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9933 rm -f core conftest.err conftest.
$ac_objext \
9934 conftest
$ac_exeext conftest.
$ac_ext
9935 LIBS
=$ac_check_soname_save_LIBS
9937 if ${ac_cv_lib_soname_Xi:+false} :; then :
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9939 $as_echo "not found" >&6; }
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9943 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9945 cat >>confdefs.h
<<_ACEOF
9946 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9952 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9953 case "x$with_xinput" in
9954 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9956 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9957 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9962 if test "x$ac_cv_lib_soname_Xi" != x
9964 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9965 case "x$with_xinput2" in
9966 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9968 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9969 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9975 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9978 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9979 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9980 $as_echo_n "(cached) " >&6
9982 ac_check_lib_save_LIBS
=$LIBS
9983 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9985 /* end confdefs.h. */
9987 /* Override any GCC internal prototype to avoid an error.
9988 Use char because int might match the return type of a GCC
9989 builtin and then its argument prototype would still apply. */
9993 char XShmQueryExtension ();
9997 return XShmQueryExtension ();
10002 if ac_fn_c_try_link
"$LINENO"; then :
10003 ac_cv_lib_Xext_XShmQueryExtension
=yes
10005 ac_cv_lib_Xext_XShmQueryExtension
=no
10007 rm -f core conftest.err conftest.
$ac_objext \
10008 conftest
$ac_exeext conftest.
$ac_ext
10009 LIBS
=$ac_check_lib_save_LIBS
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10012 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10013 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10015 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10020 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10021 case "x$with_xshm" in
10022 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10024 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10025 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10030 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10033 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10034 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10035 $as_echo_n "(cached) " >&6
10037 ac_check_lib_save_LIBS
=$LIBS
10038 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10040 /* end confdefs.h. */
10042 /* Override any GCC internal prototype to avoid an error.
10043 Use char because int might match the return type of a GCC
10044 builtin and then its argument prototype would still apply. */
10048 char XShapeQueryExtension ();
10052 return XShapeQueryExtension ();
10057 if ac_fn_c_try_link
"$LINENO"; then :
10058 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10060 ac_cv_lib_Xext_XShapeQueryExtension
=no
10062 rm -f core conftest.err conftest.
$ac_objext \
10063 conftest
$ac_exeext conftest.
$ac_ext
10064 LIBS
=$ac_check_lib_save_LIBS
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10067 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10068 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10070 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10075 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10076 case "x$with_xshape" in
10077 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10079 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10080 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10085 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10088 $as_echo_n "checking for -lXxf86vm... " >&6; }
10089 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10090 $as_echo_n "(cached) " >&6
10092 ac_check_soname_save_LIBS
=$LIBS
10093 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10095 /* end confdefs.h. */
10097 /* Override any GCC internal prototype to avoid an error.
10098 Use char because int might match the return type of a GCC
10099 builtin and then its argument prototype would still apply. */
10103 char XF86VidModeQueryExtension ();
10107 return XF86VidModeQueryExtension ();
10112 if ac_fn_c_try_link
"$LINENO"; then :
10114 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10115 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'` ;;
10116 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10117 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10118 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10122 rm -f core conftest.err conftest.
$ac_objext \
10123 conftest
$ac_exeext conftest.
$ac_ext
10124 LIBS
=$ac_check_soname_save_LIBS
10126 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10128 $as_echo "not found" >&6; }
10131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10132 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10134 cat >>confdefs.h
<<_ACEOF
10135 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10141 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10142 case "x$with_xxf86vm" in
10143 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10145 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10146 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10151 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10154 $as_echo_n "checking for -lXrender... " >&6; }
10155 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10156 $as_echo_n "(cached) " >&6
10158 ac_check_soname_save_LIBS
=$LIBS
10159 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10161 /* end confdefs.h. */
10163 /* Override any GCC internal prototype to avoid an error.
10164 Use char because int might match the return type of a GCC
10165 builtin and then its argument prototype would still apply. */
10169 char XRenderQueryExtension ();
10173 return XRenderQueryExtension ();
10178 if ac_fn_c_try_link
"$LINENO"; then :
10180 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10181 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'` ;;
10182 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10183 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10184 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10188 rm -f core conftest.err conftest.
$ac_objext \
10189 conftest
$ac_exeext conftest.
$ac_ext
10190 LIBS
=$ac_check_soname_save_LIBS
10192 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10194 $as_echo "not found" >&6; }
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10198 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10200 cat >>confdefs.h
<<_ACEOF
10201 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10205 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10206 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10207 $as_echo_n "(cached) " >&6
10209 ac_check_lib_save_LIBS
=$LIBS
10210 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10212 /* end confdefs.h. */
10214 /* Override any GCC internal prototype to avoid an error.
10215 Use char because int might match the return type of a GCC
10216 builtin and then its argument prototype would still apply. */
10220 char XRenderSetPictureTransform ();
10224 return XRenderSetPictureTransform ();
10229 if ac_fn_c_try_link
"$LINENO"; then :
10230 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10232 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10234 rm -f core conftest.err conftest.
$ac_objext \
10235 conftest
$ac_exeext conftest.
$ac_ext
10236 LIBS
=$ac_check_lib_save_LIBS
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10239 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10240 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10242 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10247 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10248 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10249 $as_echo_n "(cached) " >&6
10251 ac_check_lib_save_LIBS
=$LIBS
10252 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10256 /* Override any GCC internal prototype to avoid an error.
10257 Use char because int might match the return type of a GCC
10258 builtin and then its argument prototype would still apply. */
10262 char XRenderCreateLinearGradient ();
10266 return XRenderCreateLinearGradient ();
10271 if ac_fn_c_try_link
"$LINENO"; then :
10272 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10274 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10276 rm -f core conftest.err conftest.
$ac_objext \
10277 conftest
$ac_exeext conftest.
$ac_ext
10278 LIBS
=$ac_check_lib_save_LIBS
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10281 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10282 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10284 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10291 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10292 case "x$with_xrender" in
10293 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10295 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10296 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10301 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10304 /* end confdefs.h. */
10305 #include <X11/Xlib.h>
10306 #include <X11/extensions/Xrandr.h>
10310 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10315 if ac_fn_c_try_compile
"$LINENO"; then :
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10317 $as_echo_n "checking for -lXrandr... " >&6; }
10318 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10319 $as_echo_n "(cached) " >&6
10321 ac_check_soname_save_LIBS
=$LIBS
10322 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10324 /* end confdefs.h. */
10326 /* Override any GCC internal prototype to avoid an error.
10327 Use char because int might match the return type of a GCC
10328 builtin and then its argument prototype would still apply. */
10332 char XRRQueryExtension ();
10336 return XRRQueryExtension ();
10341 if ac_fn_c_try_link
"$LINENO"; then :
10343 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10344 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'` ;;
10345 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10346 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10347 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10351 rm -f core conftest.err conftest.
$ac_objext \
10352 conftest
$ac_exeext conftest.
$ac_ext
10353 LIBS
=$ac_check_soname_save_LIBS
10355 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10357 $as_echo "not found" >&6; }
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10361 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10363 cat >>confdefs.h
<<_ACEOF
10364 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10368 /* end confdefs.h. */
10369 #include <X11/Xlib.h>
10370 #include <X11/extensions/Xrandr.h>
10374 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10379 if ac_fn_c_try_compile
"$LINENO"; then :
10381 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10387 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10389 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10390 case "x$with_xrandr" in
10391 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10393 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10394 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10399 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10402 /* end confdefs.h. */
10403 #include <X11/Xlib.h>
10404 #include <X11/extensions/Xfixes.h>
10408 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10413 if ac_fn_c_try_compile
"$LINENO"; then :
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10415 $as_echo_n "checking for -lXfixes... " >&6; }
10416 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10417 $as_echo_n "(cached) " >&6
10419 ac_check_soname_save_LIBS
=$LIBS
10420 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10422 /* end confdefs.h. */
10424 /* Override any GCC internal prototype to avoid an error.
10425 Use char because int might match the return type of a GCC
10426 builtin and then its argument prototype would still apply. */
10430 char XFixesQueryVersion ();
10434 return XFixesQueryVersion ();
10439 if ac_fn_c_try_link
"$LINENO"; then :
10441 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10442 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'` ;;
10443 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10444 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10445 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10449 rm -f core conftest.err conftest.
$ac_objext \
10450 conftest
$ac_exeext conftest.
$ac_ext
10451 LIBS
=$ac_check_soname_save_LIBS
10453 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10455 $as_echo "not found" >&6; }
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10459 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10461 cat >>confdefs.h
<<_ACEOF
10462 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10468 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10470 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10471 case "x$with_xfixes" in
10472 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10474 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10475 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10480 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10483 /* end confdefs.h. */
10484 #include <X11/Xlib.h>
10485 #include <X11/extensions/Xinerama.h>
10489 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10494 if ac_fn_c_try_compile
"$LINENO"; then :
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10496 $as_echo_n "checking for -lXinerama... " >&6; }
10497 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10498 $as_echo_n "(cached) " >&6
10500 ac_check_soname_save_LIBS
=$LIBS
10501 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10503 /* end confdefs.h. */
10505 /* Override any GCC internal prototype to avoid an error.
10506 Use char because int might match the return type of a GCC
10507 builtin and then its argument prototype would still apply. */
10511 char XineramaQueryScreens ();
10515 return XineramaQueryScreens ();
10520 if ac_fn_c_try_link
"$LINENO"; then :
10522 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10523 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'` ;;
10524 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10525 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10526 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10530 rm -f core conftest.err conftest.
$ac_objext \
10531 conftest
$ac_exeext conftest.
$ac_ext
10532 LIBS
=$ac_check_soname_save_LIBS
10534 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10536 $as_echo "not found" >&6; }
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10540 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10542 cat >>confdefs.h
<<_ACEOF
10543 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10551 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10552 case "x$with_xinerama" in
10553 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10555 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10556 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10561 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10564 $as_echo_n "checking for -lXcomposite... " >&6; }
10565 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10566 $as_echo_n "(cached) " >&6
10568 ac_check_soname_save_LIBS
=$LIBS
10569 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10571 /* end confdefs.h. */
10573 /* Override any GCC internal prototype to avoid an error.
10574 Use char because int might match the return type of a GCC
10575 builtin and then its argument prototype would still apply. */
10579 char XCompositeRedirectWindow ();
10583 return XCompositeRedirectWindow ();
10588 if ac_fn_c_try_link
"$LINENO"; then :
10590 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10591 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'` ;;
10592 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10593 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10594 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10598 rm -f core conftest.err conftest.
$ac_objext \
10599 conftest
$ac_exeext conftest.
$ac_ext
10600 LIBS
=$ac_check_soname_save_LIBS
10602 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10604 $as_echo "not found" >&6; }
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10608 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10610 cat >>confdefs.h
<<_ACEOF
10611 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10617 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10618 case "x$with_xcomposite" in
10619 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10621 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10622 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10627 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10628 #include <X11/Xlib.h>
10631 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10633 cat >>confdefs.h
<<_ACEOF
10634 #define HAVE_XICCALLBACK_CALLBACK 1
10639 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10640 #include <X11/Xlib.h>
10643 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10645 cat >>confdefs.h
<<_ACEOF
10646 #define HAVE_XEVENT_XCOOKIE 1
10655 if test "x$with_opengl" != "xno"
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10658 $as_echo_n "checking for -lGL... " >&6; }
10659 if ${ac_cv_lib_soname_GL+:} false
; then :
10660 $as_echo_n "(cached) " >&6
10662 ac_check_soname_save_LIBS
=$LIBS
10663 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10665 /* end confdefs.h. */
10667 /* Override any GCC internal prototype to avoid an error.
10668 Use char because int might match the return type of a GCC
10669 builtin and then its argument prototype would still apply. */
10673 char glXCreateContext ();
10677 return glXCreateContext ();
10682 if ac_fn_c_try_link
"$LINENO"; then :
10684 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10685 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'` ;;
10686 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10687 if ${ac_cv_lib_soname_GL:+false} :; then :
10688 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10692 rm -f core conftest.err conftest.
$ac_objext \
10693 conftest
$ac_exeext conftest.
$ac_ext
10694 LIBS
=$ac_check_soname_save_LIBS
10696 if ${ac_cv_lib_soname_GL:+false} :; then :
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10698 $as_echo "not found" >&6; }
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10700 $as_echo_n "checking for -lGL... " >&6; }
10701 if ${ac_cv_lib_soname_GL+:} false
; then :
10702 $as_echo_n "(cached) " >&6
10704 ac_check_soname_save_LIBS
=$LIBS
10705 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"
10706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10707 /* end confdefs.h. */
10709 /* Override any GCC internal prototype to avoid an error.
10710 Use char because int might match the return type of a GCC
10711 builtin and then its argument prototype would still apply. */
10715 char glXCreateContext ();
10719 return glXCreateContext ();
10724 if ac_fn_c_try_link
"$LINENO"; then :
10726 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10727 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'` ;;
10728 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10729 if ${ac_cv_lib_soname_GL:+false} :; then :
10730 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10734 rm -f core conftest.err conftest.
$ac_objext \
10735 conftest
$ac_exeext conftest.
$ac_ext
10736 LIBS
=$ac_check_soname_save_LIBS
10738 if ${ac_cv_lib_soname_GL:+false} :; then :
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10740 $as_echo "not found" >&6; }
10741 if test -f /usr
/X11R
6/lib
/libGL.a
10743 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10744 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10746 opengl_msg
="No OpenGL library found on this system."
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10750 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10752 cat >>confdefs.h
<<_ACEOF
10753 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10756 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"
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10760 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10762 cat >>confdefs.h
<<_ACEOF
10763 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10768 if test "x$with_glu" != "xno"
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
10771 $as_echo_n "checking for -lGLU... " >&6; }
10772 if ${ac_cv_lib_soname_GLU+:} false
; then :
10773 $as_echo_n "(cached) " >&6
10775 ac_check_soname_save_LIBS
=$LIBS
10776 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10778 /* end confdefs.h. */
10780 /* Override any GCC internal prototype to avoid an error.
10781 Use char because int might match the return type of a GCC
10782 builtin and then its argument prototype would still apply. */
10790 return gluLookAt ();
10795 if ac_fn_c_try_link
"$LINENO"; then :
10797 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10798 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'` ;;
10799 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10800 if ${ac_cv_lib_soname_GLU:+false} :; then :
10801 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10805 rm -f core conftest.err conftest.
$ac_objext \
10806 conftest
$ac_exeext conftest.
$ac_ext
10807 LIBS
=$ac_check_soname_save_LIBS
10809 if ${ac_cv_lib_soname_GLU:+false} :; then :
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10811 $as_echo "not found" >&6; }
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
10815 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
10817 cat >>confdefs.h
<<_ACEOF
10818 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
10823 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
10824 case "x$with_glu" in
10825 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10827 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10828 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10834 if test "x$with_osmesa" != "xno"
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10837 $as_echo_n "checking for -lOSMesa... " >&6; }
10838 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10839 $as_echo_n "(cached) " >&6
10841 ac_check_soname_save_LIBS
=$LIBS
10842 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10852 char OSMesaGetProcAddress ();
10856 return OSMesaGetProcAddress ();
10861 if ac_fn_c_try_link
"$LINENO"; then :
10863 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10864 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'` ;;
10865 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10866 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10867 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10871 rm -f core conftest.err conftest.
$ac_objext \
10872 conftest
$ac_exeext conftest.
$ac_ext
10873 LIBS
=$ac_check_soname_save_LIBS
10875 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10877 $as_echo "not found" >&6; }
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10881 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10883 cat >>confdefs.h
<<_ACEOF
10884 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10889 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10890 case "x$with_osmesa" in
10891 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10893 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10894 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10900 if test -n "$opengl_msg"; then :
10901 case "x$with_opengl" in
10902 x
) as_fn_append wine_warnings
"|$opengl_msg
10903 OpenGL and Direct3D won't be supported." ;;
10905 *) as_fn_error $?
"$opengl_msg
10906 OpenGL and Direct3D won't be supported.
10907 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10912 CPPFLAGS
="$ac_save_CPPFLAGS"
10918 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
10920 if test "x$X_LIBS" = "x"; then :
10923 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10924 without X support, which probably isn't what you want. You will need
10925 to install ${notice_platform}development packages of Xlib at the very least.
10926 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10928 enable_winex11_drv
=${enable_winex11_drv:-no}
10931 if test "x$X_LIBS" = "x"; then :
10933 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
10935 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
10936 This is an error since --with-x was requested." "$LINENO" 5 ;;
10938 enable_winex11_drv
=${enable_winex11_drv:-no}
10942 if test "$ac_cv_header_CL_cl_h" = "yes"
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10945 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10946 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10947 $as_echo_n "(cached) " >&6
10949 ac_check_lib_save_LIBS
=$LIBS
10950 LIBS
="-lOpenCL $LIBS"
10951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10952 /* end confdefs.h. */
10954 /* Override any GCC internal prototype to avoid an error.
10955 Use char because int might match the return type of a GCC
10956 builtin and then its argument prototype would still apply. */
10960 char clGetPlatformInfo ();
10964 return clGetPlatformInfo ();
10969 if ac_fn_c_try_link
"$LINENO"; then :
10970 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10972 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10974 rm -f core conftest.err conftest.
$ac_objext \
10975 conftest
$ac_exeext conftest.
$ac_ext
10976 LIBS
=$ac_check_lib_save_LIBS
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10979 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10980 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10981 OPENCL_LIBS
="-lOpenCL"
10986 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10987 case "x$with_opencl" in
10988 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10990 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10991 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10993 enable_opencl
=${enable_opencl:-no}
10996 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10999 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11000 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11001 $as_echo_n "(cached) " >&6
11003 ac_check_lib_save_LIBS
=$LIBS
11004 LIBS
="-lpcap $LIBS"
11005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11006 /* end confdefs.h. */
11008 /* Override any GCC internal prototype to avoid an error.
11009 Use char because int might match the return type of a GCC
11010 builtin and then its argument prototype would still apply. */
11014 char pcap_create ();
11018 return pcap_create ();
11023 if ac_fn_c_try_link
"$LINENO"; then :
11024 ac_cv_lib_pcap_pcap_create
=yes
11026 ac_cv_lib_pcap_pcap_create
=no
11028 rm -f core conftest.err conftest.
$ac_objext \
11029 conftest
$ac_exeext conftest.
$ac_ext
11030 LIBS
=$ac_check_lib_save_LIBS
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11033 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11034 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11040 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11041 case "x$with_pcap" in
11042 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11044 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11045 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11047 enable_wpcap
=${enable_wpcap:-no}
11051 if test "x$with_xml" != "xno"
11053 if ${XML2_CFLAGS:+false} :; then :
11054 if ${PKG_CONFIG+:} false
; then :
11055 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11058 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11059 if ${XML2_LIBS:+false} :; then :
11060 if ${PKG_CONFIG+:} false
; then :
11061 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11064 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11065 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11066 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11067 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11068 ac_save_CPPFLAGS
=$CPPFLAGS
11069 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11070 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11072 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11073 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11074 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11075 cat >>confdefs.h
<<_ACEOF
11076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11083 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"
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11086 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11087 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11088 $as_echo_n "(cached) " >&6
11090 ac_check_lib_save_LIBS
=$LIBS
11091 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11093 /* end confdefs.h. */
11095 /* Override any GCC internal prototype to avoid an error.
11096 Use char because int might match the return type of a GCC
11097 builtin and then its argument prototype would still apply. */
11101 char xmlParseMemory ();
11105 return xmlParseMemory ();
11110 if ac_fn_c_try_link
"$LINENO"; then :
11111 ac_cv_lib_xml2_xmlParseMemory
=yes
11113 ac_cv_lib_xml2_xmlParseMemory
=no
11115 rm -f core conftest.err conftest.
$ac_objext \
11116 conftest
$ac_exeext conftest.
$ac_ext
11117 LIBS
=$ac_check_lib_save_LIBS
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11120 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11121 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11123 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11130 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11131 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11132 $as_echo_n "(cached) " >&6
11134 ac_check_lib_save_LIBS
=$LIBS
11135 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11145 char xmlReadMemory ();
11149 return xmlReadMemory ();
11154 if ac_fn_c_try_link
"$LINENO"; then :
11155 ac_cv_lib_xml2_xmlReadMemory
=yes
11157 ac_cv_lib_xml2_xmlReadMemory
=no
11159 rm -f core conftest.err conftest.
$ac_objext \
11160 conftest
$ac_exeext conftest.
$ac_ext
11161 LIBS
=$ac_check_lib_save_LIBS
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11164 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11165 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11167 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11172 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11173 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11174 $as_echo_n "(cached) " >&6
11176 ac_check_lib_save_LIBS
=$LIBS
11177 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11187 char xmlNewDocPI ();
11191 return xmlNewDocPI ();
11196 if ac_fn_c_try_link
"$LINENO"; then :
11197 ac_cv_lib_xml2_xmlNewDocPI
=yes
11199 ac_cv_lib_xml2_xmlNewDocPI
=no
11201 rm -f core conftest.err conftest.
$ac_objext \
11202 conftest
$ac_exeext conftest.
$ac_ext
11203 LIBS
=$ac_check_lib_save_LIBS
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11206 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11207 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11209 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11214 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11215 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11216 $as_echo_n "(cached) " >&6
11218 ac_check_lib_save_LIBS
=$LIBS
11219 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11221 /* end confdefs.h. */
11223 /* Override any GCC internal prototype to avoid an error.
11224 Use char because int might match the return type of a GCC
11225 builtin and then its argument prototype would still apply. */
11229 char xmlSchemaSetParserStructuredErrors ();
11233 return xmlSchemaSetParserStructuredErrors ();
11238 if ac_fn_c_try_link
"$LINENO"; then :
11239 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11241 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11243 rm -f core conftest.err conftest.
$ac_objext \
11244 conftest
$ac_exeext conftest.
$ac_ext
11245 LIBS
=$ac_check_lib_save_LIBS
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11248 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11249 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11251 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11256 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11257 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11258 $as_echo_n "(cached) " >&6
11260 ac_check_lib_save_LIBS
=$LIBS
11261 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11263 /* end confdefs.h. */
11265 /* Override any GCC internal prototype to avoid an error.
11266 Use char because int might match the return type of a GCC
11267 builtin and then its argument prototype would still apply. */
11271 char xmlSchemaSetValidStructuredErrors ();
11275 return xmlSchemaSetValidStructuredErrors ();
11280 if ac_fn_c_try_link
"$LINENO"; then :
11281 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11283 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11285 rm -f core conftest.err conftest.
$ac_objext \
11286 conftest
$ac_exeext conftest.
$ac_ext
11287 LIBS
=$ac_check_lib_save_LIBS
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11290 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11291 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11293 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11298 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11299 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11300 $as_echo_n "(cached) " >&6
11302 ac_check_lib_save_LIBS
=$LIBS
11303 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11313 char xmlFirstElementChild ();
11317 return xmlFirstElementChild ();
11322 if ac_fn_c_try_link
"$LINENO"; then :
11323 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11325 ac_cv_lib_xml2_xmlFirstElementChild
=no
11327 rm -f core conftest.err conftest.
$ac_objext \
11328 conftest
$ac_exeext conftest.
$ac_ext
11329 LIBS
=$ac_check_lib_save_LIBS
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11332 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11333 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11335 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11339 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11341 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11343 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11351 CPPFLAGS
=$ac_save_CPPFLAGS
11352 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11353 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11356 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11357 case "x$with_xml" in
11358 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11360 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11361 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11366 if test "x$with_xslt" != "xno"
11368 if ${XSLT_CFLAGS:+false} :; then :
11369 if ${PKG_CONFIG+:} false
; then :
11370 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11373 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11374 if ${XSLT_LIBS:+false} :; then :
11375 if ${PKG_CONFIG+:} false
; then :
11376 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11379 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11380 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11381 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11382 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11383 ac_save_CPPFLAGS
=$CPPFLAGS
11384 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11385 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11387 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11388 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11389 # include <libxslt/pattern.h>
11392 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11393 cat >>confdefs.h
<<_ACEOF
11394 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11401 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11404 $as_echo_n "checking for -lxslt... " >&6; }
11405 if ${ac_cv_lib_soname_xslt+:} false
; then :
11406 $as_echo_n "(cached) " >&6
11408 ac_check_soname_save_LIBS
=$LIBS
11409 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11411 /* end confdefs.h. */
11413 /* Override any GCC internal prototype to avoid an error.
11414 Use char because int might match the return type of a GCC
11415 builtin and then its argument prototype would still apply. */
11419 char xsltCompilePattern ();
11423 return xsltCompilePattern ();
11428 if ac_fn_c_try_link
"$LINENO"; then :
11430 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11431 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'` ;;
11432 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11433 if ${ac_cv_lib_soname_xslt:+false} :; then :
11434 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11438 rm -f core conftest.err conftest.
$ac_objext \
11439 conftest
$ac_exeext conftest.
$ac_ext
11440 LIBS
=$ac_check_soname_save_LIBS
11442 if ${ac_cv_lib_soname_xslt:+false} :; then :
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11444 $as_echo "not found" >&6; }
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11448 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11450 cat >>confdefs.h
<<_ACEOF
11451 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11459 CPPFLAGS
=$ac_save_CPPFLAGS
11460 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11461 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11464 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11465 case "x$with_xslt" in
11466 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11468 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11469 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11474 if test "x$with_dbus" != "xno"
11476 if ${DBUS_CFLAGS:+false} :; then :
11477 if ${PKG_CONFIG+:} false
; then :
11478 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11482 if ${DBUS_LIBS:+false} :; then :
11483 if ${PKG_CONFIG+:} false
; then :
11484 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11489 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11490 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11491 ac_save_CPPFLAGS
=$CPPFLAGS
11492 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11493 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11494 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11496 $as_echo_n "checking for -ldbus-1... " >&6; }
11497 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11498 $as_echo_n "(cached) " >&6
11500 ac_check_soname_save_LIBS
=$LIBS
11501 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11503 /* end confdefs.h. */
11505 /* Override any GCC internal prototype to avoid an error.
11506 Use char because int might match the return type of a GCC
11507 builtin and then its argument prototype would still apply. */
11511 char dbus_connection_close ();
11515 return dbus_connection_close ();
11520 if ac_fn_c_try_link
"$LINENO"; then :
11522 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11523 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'` ;;
11524 *) 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'`
11525 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11526 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11530 rm -f core conftest.err conftest.
$ac_objext \
11531 conftest
$ac_exeext conftest.
$ac_ext
11532 LIBS
=$ac_check_soname_save_LIBS
11534 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11536 $as_echo "not found" >&6; }
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11540 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11542 cat >>confdefs.h
<<_ACEOF
11543 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11553 CPPFLAGS
=$ac_save_CPPFLAGS
11554 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11555 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11558 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11559 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11560 case "x$with_dbus" in
11561 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11563 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11564 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11569 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11571 if ${HAL_CFLAGS:+false} :; then :
11572 if ${PKG_CONFIG+:} false
; then :
11573 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11577 if ${HAL_LIBS:+false} :; then :
11578 if ${PKG_CONFIG+:} false
; then :
11579 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11583 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11584 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11585 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11586 ac_save_CPPFLAGS
=$CPPFLAGS
11587 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11588 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11589 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11591 $as_echo_n "checking for -lhal... " >&6; }
11592 if ${ac_cv_lib_soname_hal+:} false
; then :
11593 $as_echo_n "(cached) " >&6
11595 ac_check_soname_save_LIBS
=$LIBS
11596 LIBS
="-lhal $HAL_LIBS $LIBS"
11597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11598 /* end confdefs.h. */
11600 /* Override any GCC internal prototype to avoid an error.
11601 Use char because int might match the return type of a GCC
11602 builtin and then its argument prototype would still apply. */
11606 char libhal_ctx_new ();
11610 return libhal_ctx_new ();
11615 if ac_fn_c_try_link
"$LINENO"; then :
11617 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11618 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'` ;;
11619 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11620 if ${ac_cv_lib_soname_hal:+false} :; then :
11621 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11625 rm -f core conftest.err conftest.
$ac_objext \
11626 conftest
$ac_exeext conftest.
$ac_ext
11627 LIBS
=$ac_check_soname_save_LIBS
11629 if ${ac_cv_lib_soname_hal:+false} :; then :
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11631 $as_echo "not found" >&6; }
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11635 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11637 cat >>confdefs.h
<<_ACEOF
11638 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11648 CPPFLAGS
=$ac_save_CPPFLAGS
11649 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11650 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11652 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11653 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11654 case "x$with_hal" in
11655 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11657 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11658 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11664 if test "x$with_gnutls" != "xno"
11666 if ${GNUTLS_CFLAGS:+false} :; then :
11667 if ${PKG_CONFIG+:} false
; then :
11668 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11672 if ${GNUTLS_LIBS:+false} :; then :
11673 if ${PKG_CONFIG+:} false
; then :
11674 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11679 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11680 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11681 ac_save_CPPFLAGS
=$CPPFLAGS
11682 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11683 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11684 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11686 /* end confdefs.h. */
11687 #include <gnutls/gnutls.h>
11688 #include <gnutls/crypto.h>
11692 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11697 if ac_fn_c_try_compile
"$LINENO"; then :
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11699 $as_echo_n "checking for -lgnutls... " >&6; }
11700 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11701 $as_echo_n "(cached) " >&6
11703 ac_check_soname_save_LIBS
=$LIBS
11704 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11708 /* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11714 char gnutls_global_init ();
11718 return gnutls_global_init ();
11723 if ac_fn_c_try_link
"$LINENO"; then :
11725 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11726 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'` ;;
11727 *) 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'`
11728 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11729 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'`
11733 rm -f core conftest.err conftest.
$ac_objext \
11734 conftest
$ac_exeext conftest.
$ac_ext
11735 LIBS
=$ac_check_soname_save_LIBS
11737 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11739 $as_echo "not found" >&6; }
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11743 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11745 cat >>confdefs.h
<<_ACEOF
11746 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11751 ac_wine_check_funcs_save_LIBS
="$LIBS"
11752 LIBS
="$LIBS $GNUTLS_LIBS"
11753 for ac_func
in gnutls_cipher_init
11755 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
11756 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
11757 cat >>confdefs.h
<<_ACEOF
11758 #define HAVE_GNUTLS_CIPHER_INIT 1
11762 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
11766 LIBS
="$ac_wine_check_funcs_save_LIBS"
11768 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11774 CPPFLAGS
=$ac_save_CPPFLAGS
11775 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11776 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11779 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11780 case "x$with_gnutls" in
11781 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11783 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11784 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11790 if test "$ac_cv_header_ncurses_h" = "yes"
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11793 $as_echo_n "checking for -lncurses... " >&6; }
11794 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11795 $as_echo_n "(cached) " >&6
11797 ac_check_soname_save_LIBS
=$LIBS
11798 LIBS
="-lncurses $LIBS"
11799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h. */
11802 /* Override any GCC internal prototype to avoid an error.
11803 Use char because int might match the return type of a GCC
11804 builtin and then its argument prototype would still apply. */
11817 if ac_fn_c_try_link
"$LINENO"; then :
11819 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11820 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'` ;;
11821 *) 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'`
11822 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11823 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11827 rm -f core conftest.err conftest.
$ac_objext \
11828 conftest
$ac_exeext conftest.
$ac_ext
11829 LIBS
=$ac_check_soname_save_LIBS
11831 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11833 $as_echo "not found" >&6; }
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11837 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11839 cat >>confdefs.h
<<_ACEOF
11840 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11843 CURSES_LIBS
="-lncurses"
11845 elif test "$ac_cv_header_curses_h" = "yes"
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11848 $as_echo_n "checking for -lcurses... " >&6; }
11849 if ${ac_cv_lib_soname_curses+:} false
; then :
11850 $as_echo_n "(cached) " >&6
11852 ac_check_soname_save_LIBS
=$LIBS
11853 LIBS
="-lcurses $LIBS"
11854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11855 /* end confdefs.h. */
11857 /* Override any GCC internal prototype to avoid an error.
11858 Use char because int might match the return type of a GCC
11859 builtin and then its argument prototype would still apply. */
11872 if ac_fn_c_try_link
"$LINENO"; then :
11874 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11875 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'` ;;
11876 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11877 if ${ac_cv_lib_soname_curses:+false} :; then :
11878 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11882 rm -f core conftest.err conftest.
$ac_objext \
11883 conftest
$ac_exeext conftest.
$ac_ext
11884 LIBS
=$ac_check_soname_save_LIBS
11886 if ${ac_cv_lib_soname_curses:+false} :; then :
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11888 $as_echo "not found" >&6; }
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11892 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11894 cat >>confdefs.h
<<_ACEOF
11895 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11898 CURSES_LIBS
="-lcurses"
11901 ac_save_LIBS
="$LIBS"
11902 LIBS
="$LIBS $CURSES_LIBS"
11903 for ac_func
in mousemask
11905 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11906 if test "x$ac_cv_func_mousemask" = xyes
; then :
11907 cat >>confdefs.h
<<_ACEOF
11908 #define HAVE_MOUSEMASK 1
11914 LIBS
="$ac_save_LIBS"
11915 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11916 case "x$with_curses" in
11917 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11919 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11920 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11925 if test "x$with_sane" != "xno"
11927 if ${SANE_CFLAGS:+false} :; then :
11928 if ${PKG_CONFIG+:} false
; then :
11929 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11932 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11933 if ${SANE_LIBS:+false} :; then :
11934 if ${PKG_CONFIG+:} false
; then :
11935 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11938 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11940 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11941 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11942 ac_save_CPPFLAGS
=$CPPFLAGS
11943 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11944 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11945 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11947 $as_echo_n "checking for -lsane... " >&6; }
11948 if ${ac_cv_lib_soname_sane+:} false
; then :
11949 $as_echo_n "(cached) " >&6
11951 ac_check_soname_save_LIBS
=$LIBS
11952 LIBS
="-lsane $SANE_LIBS $LIBS"
11953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h. */
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11966 return sane_init ();
11971 if ac_fn_c_try_link
"$LINENO"; then :
11973 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11974 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'` ;;
11975 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11976 if ${ac_cv_lib_soname_sane:+false} :; then :
11977 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11981 rm -f core conftest.err conftest.
$ac_objext \
11982 conftest
$ac_exeext conftest.
$ac_ext
11983 LIBS
=$ac_check_soname_save_LIBS
11985 if ${ac_cv_lib_soname_sane:+false} :; then :
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11987 $as_echo "not found" >&6; }
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11991 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11993 cat >>confdefs.h
<<_ACEOF
11994 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12004 CPPFLAGS
=$ac_save_CPPFLAGS
12005 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12006 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12009 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12010 case "x$with_sane" in
12011 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12013 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12014 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12019 if test "x$with_v4l" != "xno"
12021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12022 $as_echo_n "checking for -lv4l1... " >&6; }
12023 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12024 $as_echo_n "(cached) " >&6
12026 ac_check_soname_save_LIBS
=$LIBS
12027 LIBS
="-lv4l1 $LIBS"
12028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12029 /* end confdefs.h. */
12031 /* Override any GCC internal prototype to avoid an error.
12032 Use char because int might match the return type of a GCC
12033 builtin and then its argument prototype would still apply. */
12041 return v4l1_open ();
12046 if ac_fn_c_try_link
"$LINENO"; then :
12048 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12049 dylib
) ac_cv_lib_soname_v4l1
=`$OTOOL -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12050 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12051 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12052 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12056 rm -f core conftest.err conftest.
$ac_objext \
12057 conftest
$ac_exeext conftest.
$ac_ext
12058 LIBS
=$ac_check_soname_save_LIBS
12060 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12062 $as_echo "not found" >&6; }
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12066 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12068 cat >>confdefs.h
<<_ACEOF
12069 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12075 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12076 case "x$with_v4l" in
12077 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12079 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12080 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12085 if test "x$with_gphoto" != "xno"
12087 if ${GPHOTO2_CFLAGS:+false} :; then :
12088 if ${PKG_CONFIG+:} false
; then :
12089 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12092 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12093 if ${GPHOTO2_LIBS:+false} :; then :
12094 if ${PKG_CONFIG+:} false
; then :
12095 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12098 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12099 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12100 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12101 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12102 ac_save_CPPFLAGS
=$CPPFLAGS
12103 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12104 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12105 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12107 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12108 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12109 $as_echo_n "(cached) " >&6
12111 ac_check_lib_save_LIBS
=$LIBS
12112 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12114 /* end confdefs.h. */
12116 /* Override any GCC internal prototype to avoid an error.
12117 Use char because int might match the return type of a GCC
12118 builtin and then its argument prototype would still apply. */
12122 char gp_camera_new ();
12126 return gp_camera_new ();
12131 if ac_fn_c_try_link
"$LINENO"; then :
12132 ac_cv_lib_gphoto2_gp_camera_new
=yes
12134 ac_cv_lib_gphoto2_gp_camera_new
=no
12136 rm -f core conftest.err conftest.
$ac_objext \
12137 conftest
$ac_exeext conftest.
$ac_ext
12138 LIBS
=$ac_check_lib_save_LIBS
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12141 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12142 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12144 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12147 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12151 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12155 CPPFLAGS
=$ac_save_CPPFLAGS
12156 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12157 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12159 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12160 if ${PKG_CONFIG+:} false
; then :
12161 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12164 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12165 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12166 if ${PKG_CONFIG+:} false
; then :
12167 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12170 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12171 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12172 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12173 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12174 ac_save_CPPFLAGS
=$CPPFLAGS
12175 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12176 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12177 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12179 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12180 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12181 $as_echo_n "(cached) " >&6
12183 ac_check_lib_save_LIBS
=$LIBS
12184 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12186 /* end confdefs.h. */
12188 /* Override any GCC internal prototype to avoid an error.
12189 Use char because int might match the return type of a GCC
12190 builtin and then its argument prototype would still apply. */
12194 char gp_port_info_list_new ();
12198 return gp_port_info_list_new ();
12203 if ac_fn_c_try_link
"$LINENO"; then :
12204 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12206 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12208 rm -f core conftest.err conftest.
$ac_objext \
12209 conftest
$ac_exeext conftest.
$ac_ext
12210 LIBS
=$ac_check_lib_save_LIBS
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12213 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12214 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12216 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12219 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12223 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12227 CPPFLAGS
=$ac_save_CPPFLAGS
12228 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12229 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12232 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12233 case "x$with_gphoto" in
12234 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12236 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12237 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12241 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12242 case "x$with_gphoto" in
12243 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12245 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12246 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12252 if test "$ac_cv_header_resolv_h" = "yes"
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12255 $as_echo_n "checking for resolver library... " >&6; }
12256 if ${ac_cv_have_resolv+:} false
; then :
12257 $as_echo_n "(cached) " >&6
12259 ac_save_LIBS
="$LIBS"
12260 for lib
in '' -lresolv
12262 LIBS
="$lib $ac_save_LIBS"
12263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12264 /* end confdefs.h. */
12265 #ifdef HAVE_NETINET_IN_H
12266 #include <netinet/in.h>
12268 #include <resolv.h>
12272 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12277 if ac_fn_c_try_link
"$LINENO"; then :
12278 ac_cv_have_resolv
=${lib:-"none required"}
12280 ac_cv_have_resolv
="not found"
12282 rm -f core conftest.err conftest.
$ac_objext \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12286 LIBS
="$ac_save_LIBS"
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12289 $as_echo "$ac_cv_have_resolv" >&6; }
12291 case "$ac_cv_have_resolv" in
12295 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12298 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12300 RESOLV_LIBS
=$ac_cv_have_resolv
12305 if test "x$with_cms" != "xno"
12307 if ${LCMS2_CFLAGS:+false} :; then :
12308 if ${PKG_CONFIG+:} false
; then :
12309 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12313 if ${LCMS2_LIBS:+false} :; then :
12314 if ${PKG_CONFIG+:} false
; then :
12315 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12319 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12320 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12321 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12322 ac_save_CPPFLAGS
=$CPPFLAGS
12323 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12324 for ac_header
in lcms2.h
12326 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12327 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12328 cat >>confdefs.h
<<_ACEOF
12329 #define HAVE_LCMS2_H 1
12336 if test "$ac_cv_header_lcms2_h" = "yes"
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12339 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12340 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12341 $as_echo_n "(cached) " >&6
12343 ac_check_lib_save_LIBS
=$LIBS
12344 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12346 /* end confdefs.h. */
12348 /* Override any GCC internal prototype to avoid an error.
12349 Use char because int might match the return type of a GCC
12350 builtin and then its argument prototype would still apply. */
12354 char cmsOpenProfileFromFile ();
12358 return cmsOpenProfileFromFile ();
12363 if ac_fn_c_try_link
"$LINENO"; then :
12364 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12366 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12368 rm -f core conftest.err conftest.
$ac_objext \
12369 conftest
$ac_exeext conftest.
$ac_ext
12370 LIBS
=$ac_check_lib_save_LIBS
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12373 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12374 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12376 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12386 CPPFLAGS
=$ac_save_CPPFLAGS
12387 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12388 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12391 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12392 case "x$with_cms" in
12393 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12395 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12396 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12401 if test "x$with_freetype" != "xno"
12403 if ${FREETYPE_CFLAGS:+false} :; then :
12404 if ${PKG_CONFIG+:} false
; then :
12405 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12408 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12409 if ${FREETYPE_LIBS:+false} :; then :
12410 if ${PKG_CONFIG+:} false
; then :
12411 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12414 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12415 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12416 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12417 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12418 ac_save_CPPFLAGS
=$CPPFLAGS
12419 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12420 for ac_header
in ft2build.h
12422 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12423 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12424 cat >>confdefs.h
<<_ACEOF
12425 #define HAVE_FT2BUILD_H 1
12432 if test "$ac_cv_header_ft2build_h" = "yes"
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12435 $as_echo_n "checking for -lfreetype... " >&6; }
12436 if ${ac_cv_lib_soname_freetype+:} false
; then :
12437 $as_echo_n "(cached) " >&6
12439 ac_check_soname_save_LIBS
=$LIBS
12440 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12442 /* end confdefs.h. */
12444 /* Override any GCC internal prototype to avoid an error.
12445 Use char because int might match the return type of a GCC
12446 builtin and then its argument prototype would still apply. */
12450 char FT_Init_FreeType ();
12454 return FT_Init_FreeType ();
12459 if ac_fn_c_try_link
"$LINENO"; then :
12461 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12462 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'` ;;
12463 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12464 if ${ac_cv_lib_soname_freetype:+false} :; then :
12465 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12469 rm -f core conftest.err conftest.
$ac_objext \
12470 conftest
$ac_exeext conftest.
$ac_ext
12471 LIBS
=$ac_check_soname_save_LIBS
12473 if ${ac_cv_lib_soname_freetype:+false} :; then :
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12475 $as_echo "not found" >&6; }
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12479 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12481 cat >>confdefs.h
<<_ACEOF
12482 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12486 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12488 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12489 #include FT_MODULE_H
12491 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12493 cat >>confdefs.h
<<_ACEOF
12494 #define HAVE_FT_TRUETYPEENGINETYPE 1
12505 CPPFLAGS
=$ac_save_CPPFLAGS
12506 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12507 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12510 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12511 case "x$with_freetype" in
12513 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12514 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12516 enable_fonts
=${enable_fonts:-no}
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12520 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12521 if ${ac_cv_c_ppdev+:} false
; then :
12522 $as_echo_n "(cached) " >&6
12524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12525 /* end confdefs.h. */
12526 #ifdef HAVE_SYS_IOCTL_H
12527 # include <sys/ioctl.h>
12529 #include <linux/ppdev.h>
12533 ioctl (1,PPCLAIM,0)
12538 if ac_fn_c_try_compile
"$LINENO"; then :
12539 ac_cv_c_ppdev
="yes"
12543 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12546 $as_echo "$ac_cv_c_ppdev" >&6; }
12547 if test "$ac_cv_c_ppdev" = "yes"
12550 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12554 ac_wine_check_funcs_save_LIBS
="$LIBS"
12555 LIBS
="$LIBS $PTHREAD_LIBS"
12557 pthread_attr_get_np \
12558 pthread_getattr_np \
12559 pthread_getthreadid_np \
12560 pthread_get_stackaddr_np \
12561 pthread_get_stacksize_np
12563 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12564 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12565 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12566 cat >>confdefs.h
<<_ACEOF
12567 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12573 LIBS
="$ac_wine_check_funcs_save_LIBS"
12575 if test "$ac_cv_header_zlib_h" = "yes"
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12578 $as_echo_n "checking for inflate in -lz... " >&6; }
12579 if ${ac_cv_lib_z_inflate+:} false
; then :
12580 $as_echo_n "(cached) " >&6
12582 ac_check_lib_save_LIBS
=$LIBS
12584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12585 /* end confdefs.h. */
12587 /* Override any GCC internal prototype to avoid an error.
12588 Use char because int might match the return type of a GCC
12589 builtin and then its argument prototype would still apply. */
12602 if ac_fn_c_try_link
"$LINENO"; then :
12603 ac_cv_lib_z_inflate
=yes
12605 ac_cv_lib_z_inflate
=no
12607 rm -f core conftest.err conftest.
$ac_objext \
12608 conftest
$ac_exeext conftest.
$ac_ext
12609 LIBS
=$ac_check_lib_save_LIBS
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12612 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12613 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12615 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12622 if test "x$Z_LIBS" = "x"; then :
12623 case "x$with_zlib" in
12624 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12626 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12627 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12632 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12634 if test "$ac_cv_header_gettext_po_h" = "yes"
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12637 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12638 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12639 $as_echo_n "(cached) " >&6
12641 ac_check_lib_save_LIBS
=$LIBS
12642 LIBS
="-lgettextpo $LIBS"
12643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12646 /* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
12652 char po_message_msgctxt ();
12656 return po_message_msgctxt ();
12661 if ac_fn_c_try_link
"$LINENO"; then :
12662 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12664 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12666 rm -f core conftest.err conftest.
$ac_objext \
12667 conftest
$ac_exeext conftest.
$ac_ext
12668 LIBS
=$ac_check_lib_save_LIBS
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12671 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12672 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12674 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12676 GETTEXTPO_LIBS
="-lgettextpo"
12681 if test "x$GETTEXTPO_LIBS" = "x"; then :
12682 case "x$with_gettextpo" in
12683 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12685 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12686 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12690 if test "$srcdir" != .
; then :
12691 case "x$with_gettextpo" in
12692 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12694 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12695 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12701 if test "x$with_pulse" != "xno";
12703 if ${PULSE_CFLAGS:+false} :; then :
12704 if ${PKG_CONFIG+:} false
; then :
12705 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12709 if ${PULSE_LIBS:+false} :; then :
12710 if ${PKG_CONFIG+:} false
; then :
12711 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12716 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12717 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12718 ac_save_CPPFLAGS
=$CPPFLAGS
12719 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12720 for ac_header
in pulse
/pulseaudio.h
12722 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12723 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12724 cat >>confdefs.h
<<_ACEOF
12725 #define HAVE_PULSE_PULSEAUDIO_H 1
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12728 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12729 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12730 $as_echo_n "(cached) " >&6
12732 ac_check_lib_save_LIBS
=$LIBS
12733 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12735 /* end confdefs.h. */
12737 /* Override any GCC internal prototype to avoid an error.
12738 Use char because int might match the return type of a GCC
12739 builtin and then its argument prototype would still apply. */
12743 char pa_stream_is_corked ();
12747 return pa_stream_is_corked ();
12752 if ac_fn_c_try_link
"$LINENO"; then :
12753 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12755 ac_cv_lib_pulse_pa_stream_is_corked
=no
12757 rm -f core conftest.err conftest.
$ac_objext \
12758 conftest
$ac_exeext conftest.
$ac_ext
12759 LIBS
=$ac_check_lib_save_LIBS
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12762 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12763 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12775 CPPFLAGS
=$ac_save_CPPFLAGS
12776 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12777 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12780 if test -z "$PULSE_LIBS"; then :
12781 case "x$with_pulse" in
12782 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12784 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12785 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12787 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12790 if test "x$with_gstreamer" != "xno"
12792 if ${GSTREAMER_CFLAGS:+false} :; then :
12793 if ${PKG_CONFIG+:} false
; then :
12794 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12798 if ${GSTREAMER_LIBS:+false} :; then :
12799 if ${PKG_CONFIG+:} false
; then :
12800 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12805 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12806 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12807 ac_save_CPPFLAGS
=$CPPFLAGS
12808 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12810 for i
in $GSTREAMER_CFLAGS
12813 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12816 GSTREAMER_CFLAGS
=$ac_gst_incl
12817 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12818 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12819 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12821 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12824 #include <gst/gst.h>
12828 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12833 if ac_fn_c_try_compile
"$LINENO"; then :
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12835 $as_echo "yes" >&6; }
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12837 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12838 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12839 $as_echo_n "(cached) " >&6
12841 ac_check_lib_save_LIBS
=$LIBS
12842 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12844 /* end confdefs.h. */
12846 /* Override any GCC internal prototype to avoid an error.
12847 Use char because int might match the return type of a GCC
12848 builtin and then its argument prototype would still apply. */
12852 char gst_pad_new ();
12856 return gst_pad_new ();
12861 if ac_fn_c_try_link
"$LINENO"; then :
12862 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12864 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12866 rm -f core conftest.err conftest.
$ac_objext \
12867 conftest
$ac_exeext conftest.
$ac_ext
12868 LIBS
=$ac_check_lib_save_LIBS
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12871 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12872 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12878 $as_echo "no" >&6; }
12879 ac_glib2_broken
=yes
12880 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12882 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12886 CPPFLAGS
=$ac_save_CPPFLAGS
12887 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12888 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12891 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 :
12892 case "x$with_gstreamer" in
12893 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
12895 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
12896 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12900 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12904 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12907 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12908 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12909 $as_echo_n "(cached) " >&6
12911 ac_check_lib_save_LIBS
=$LIBS
12912 LIBS
="-lasound $LIBS"
12913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12914 /* end confdefs.h. */
12916 /* Override any GCC internal prototype to avoid an error.
12917 Use char because int might match the return type of a GCC
12918 builtin and then its argument prototype would still apply. */
12922 char snd_pcm_hw_params_get_access_mask ();
12926 return snd_pcm_hw_params_get_access_mask ();
12931 if ac_fn_c_try_link
"$LINENO"; then :
12932 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12934 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12936 rm -f core conftest.err conftest.
$ac_objext \
12937 conftest
$ac_exeext conftest.
$ac_ext
12938 LIBS
=$ac_check_lib_save_LIBS
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12941 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12942 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12944 /* end confdefs.h. */
12945 #ifdef HAVE_ALSA_ASOUNDLIB_H
12946 #include <alsa/asoundlib.h>
12947 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12948 #include <sys/asoundlib.h>
12953 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12958 if ac_fn_c_try_compile
"$LINENO"; then :
12959 ALSA_LIBS
="-lasound"
12961 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12965 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12967 if test "x$with_oss" != xno
12969 ac_save_CPPFLAGS
="$CPPFLAGS"
12970 if test -f /etc
/oss.conf
12974 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12975 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12976 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12977 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12978 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12980 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12982 cat >>confdefs.h
<<_ACEOF
12983 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12986 OSS4_CFLAGS
="$ac_oss_incl"
12993 CPPFLAGS
="$ac_save_CPPFLAGS"
12995 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
12996 case "x$with_oss" in
12997 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12999 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13000 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13002 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13005 if test "x$with_udev" != "xno"
13007 if ${UDEV_CFLAGS:+false} :; then :
13008 if ${PKG_CONFIG+:} false
; then :
13009 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13013 if ${UDEV_LIBS:+false} :; then :
13014 if ${PKG_CONFIG+:} false
; then :
13015 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13019 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13020 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13021 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13022 ac_save_CPPFLAGS
=$CPPFLAGS
13023 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13024 for ac_header
in libudev.h
13026 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13027 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13028 cat >>confdefs.h
<<_ACEOF
13029 #define HAVE_LIBUDEV_H 1
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13032 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13033 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13034 $as_echo_n "(cached) " >&6
13036 ac_check_lib_save_LIBS
=$LIBS
13037 LIBS
="-ludev $UDEV_LIBS $LIBS"
13038 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13039 /* end confdefs.h. */
13041 /* Override any GCC internal prototype to avoid an error.
13042 Use char because int might match the return type of a GCC
13043 builtin and then its argument prototype would still apply. */
13051 return udev_new ();
13056 if ac_fn_c_try_link
"$LINENO"; then :
13057 ac_cv_lib_udev_udev_new
=yes
13059 ac_cv_lib_udev_udev_new
=no
13061 rm -f core conftest.err conftest.
$ac_objext \
13062 conftest
$ac_exeext conftest.
$ac_ext
13063 LIBS
=$ac_check_lib_save_LIBS
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13066 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13067 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13069 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13081 CPPFLAGS
=$ac_save_CPPFLAGS
13082 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13083 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13086 if test "x$UDEV_LIBS" = "x"; then :
13087 case "x$with_udev" in
13088 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13090 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13091 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13096 if test "x$with_sdl" != "xno"
13098 if ${SDL2_CFLAGS:+false} :; then :
13099 if ${PKG_CONFIG+:} false
; then :
13100 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
13104 if ${SDL2_LIBS:+false} :; then :
13105 if ${PKG_CONFIG+:} false
; then :
13106 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
13110 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
13111 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
13112 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
13113 ac_save_CPPFLAGS
=$CPPFLAGS
13114 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
13115 for ac_header
in SDL
2/SDL.h
13117 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
13118 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
13119 cat >>confdefs.h
<<_ACEOF
13120 #define HAVE_SDL2_SDL_H 1
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
13123 $as_echo_n "checking for -lSDL2... " >&6; }
13124 if ${ac_cv_lib_soname_SDL2+:} false
; then :
13125 $as_echo_n "(cached) " >&6
13127 ac_check_soname_save_LIBS
=$LIBS
13128 LIBS
="-lSDL2 $LIBS"
13129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13130 /* end confdefs.h. */
13132 /* Override any GCC internal prototype to avoid an error.
13133 Use char because int might match the return type of a GCC
13134 builtin and then its argument prototype would still apply. */
13142 return SDL_Init ();
13147 if ac_fn_c_try_link
"$LINENO"; then :
13149 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13150 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'` ;;
13151 *) 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'`
13152 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13153 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13157 rm -f core conftest.err conftest.
$ac_objext \
13158 conftest
$ac_exeext conftest.
$ac_ext
13159 LIBS
=$ac_check_soname_save_LIBS
13161 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13163 $as_echo "not found" >&6; }
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
13167 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
13169 cat >>confdefs.h
<<_ACEOF
13170 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
13179 CPPFLAGS
=$ac_save_CPPFLAGS
13180 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13181 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13184 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
13185 case "x$with_sdl" in
13186 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
13188 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
13189 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
13194 if test "x$with_capi" != "xno"
13196 if ${CAPI20_CFLAGS:+false} :; then :
13197 if ${PKG_CONFIG+:} false
; then :
13198 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13202 if ${CAPI20_LIBS:+false} :; then :
13203 if ${PKG_CONFIG+:} false
; then :
13204 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13209 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13210 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13211 ac_save_CPPFLAGS
=$CPPFLAGS
13212 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13213 for ac_header
in capi20.h linux
/capi.h
13215 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13216 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13218 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13219 cat >>confdefs.h
<<_ACEOF
13220 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13227 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13230 $as_echo_n "checking for -lcapi20... " >&6; }
13231 if ${ac_cv_lib_soname_capi20+:} false
; then :
13232 $as_echo_n "(cached) " >&6
13234 ac_check_soname_save_LIBS
=$LIBS
13235 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13237 /* end confdefs.h. */
13239 /* Override any GCC internal prototype to avoid an error.
13240 Use char because int might match the return type of a GCC
13241 builtin and then its argument prototype would still apply. */
13245 char capi20_register ();
13249 return capi20_register ();
13254 if ac_fn_c_try_link
"$LINENO"; then :
13256 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13257 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'` ;;
13258 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13259 if ${ac_cv_lib_soname_capi20:+false} :; then :
13260 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13264 rm -f core conftest.err conftest.
$ac_objext \
13265 conftest
$ac_exeext conftest.
$ac_ext
13266 LIBS
=$ac_check_soname_save_LIBS
13268 if ${ac_cv_lib_soname_capi20:+false} :; then :
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13270 $as_echo "not found" >&6; }
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13274 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13276 cat >>confdefs.h
<<_ACEOF
13277 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13283 CPPFLAGS
=$ac_save_CPPFLAGS
13284 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13285 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13288 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13289 case "x$with_capi" in
13290 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13292 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13293 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13298 if test "x$with_cups" != "xno"
13300 if ${CUPS_CFLAGS:+false} :; then :
13301 if ${PKG_CONFIG+:} false
; then :
13302 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13305 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13306 if ${CUPS_LIBS:+false} :; then :
13307 if ${PKG_CONFIG+:} false
; then :
13308 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13311 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13312 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13313 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13314 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13315 ac_save_CPPFLAGS
=$CPPFLAGS
13316 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13317 for ac_header
in cups
/cups.h cups
/ppd.h
13319 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13320 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13321 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13322 cat >>confdefs.h
<<_ACEOF
13323 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13330 if test "$ac_cv_header_cups_cups_h" = "yes"
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13333 $as_echo_n "checking for -lcups... " >&6; }
13334 if ${ac_cv_lib_soname_cups+:} false
; then :
13335 $as_echo_n "(cached) " >&6
13337 ac_check_soname_save_LIBS
=$LIBS
13338 LIBS
="-lcups $CUPS_LIBS $LIBS"
13339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13340 /* end confdefs.h. */
13342 /* Override any GCC internal prototype to avoid an error.
13343 Use char because int might match the return type of a GCC
13344 builtin and then its argument prototype would still apply. */
13348 char cupsGetDefault ();
13352 return cupsGetDefault ();
13357 if ac_fn_c_try_link
"$LINENO"; then :
13359 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13360 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'` ;;
13361 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13362 if ${ac_cv_lib_soname_cups:+false} :; then :
13363 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13367 rm -f core conftest.err conftest.
$ac_objext \
13368 conftest
$ac_exeext conftest.
$ac_ext
13369 LIBS
=$ac_check_soname_save_LIBS
13371 if ${ac_cv_lib_soname_cups:+false} :; then :
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13373 $as_echo "not found" >&6; }
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13377 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13379 cat >>confdefs.h
<<_ACEOF
13380 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13389 CPPFLAGS
=$ac_save_CPPFLAGS
13390 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13391 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13394 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13395 case "x$with_cups" in
13396 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13398 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13399 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13404 if test "x$with_fontconfig" != "xno"
13406 if ${FONTCONFIG_CFLAGS:+false} :; then :
13407 if ${PKG_CONFIG+:} false
; then :
13408 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13411 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13412 if ${FONTCONFIG_LIBS:+false} :; then :
13413 if ${PKG_CONFIG+:} false
; then :
13414 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13417 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13419 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13420 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13421 ac_save_CPPFLAGS
=$CPPFLAGS
13422 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13423 for ac_header
in fontconfig
/fontconfig.h
13425 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13426 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13427 cat >>confdefs.h
<<_ACEOF
13428 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13435 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13438 $as_echo_n "checking for -lfontconfig... " >&6; }
13439 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13440 $as_echo_n "(cached) " >&6
13442 ac_check_soname_save_LIBS
=$LIBS
13443 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13445 /* end confdefs.h. */
13447 /* Override any GCC internal prototype to avoid an error.
13448 Use char because int might match the return type of a GCC
13449 builtin and then its argument prototype would still apply. */
13462 if ac_fn_c_try_link
"$LINENO"; then :
13464 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13465 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'` ;;
13466 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13467 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13468 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13472 rm -f core conftest.err conftest.
$ac_objext \
13473 conftest
$ac_exeext conftest.
$ac_ext
13474 LIBS
=$ac_check_soname_save_LIBS
13476 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13478 $as_echo "not found" >&6; }
13479 FONTCONFIG_CFLAGS
=""
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13482 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13484 cat >>confdefs.h
<<_ACEOF
13485 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13491 FONTCONFIG_CFLAGS
=""
13493 CPPFLAGS
=$ac_save_CPPFLAGS
13494 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13495 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13498 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13499 case "x$with_fontconfig" in
13500 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13502 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13503 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13508 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13511 $as_echo_n "checking for -lgsm... " >&6; }
13512 if ${ac_cv_lib_soname_gsm+:} false
; then :
13513 $as_echo_n "(cached) " >&6
13515 ac_check_soname_save_LIBS
=$LIBS
13517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13518 /* end confdefs.h. */
13520 /* Override any GCC internal prototype to avoid an error.
13521 Use char because int might match the return type of a GCC
13522 builtin and then its argument prototype would still apply. */
13526 char gsm_create ();
13530 return gsm_create ();
13535 if ac_fn_c_try_link
"$LINENO"; then :
13537 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13538 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'` ;;
13539 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13540 if ${ac_cv_lib_soname_gsm:+false} :; then :
13541 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13545 rm -f core conftest.err conftest.
$ac_objext \
13546 conftest
$ac_exeext conftest.
$ac_ext
13547 LIBS
=$ac_check_soname_save_LIBS
13549 if ${ac_cv_lib_soname_gsm:+false} :; then :
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13551 $as_echo "not found" >&6; }
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13555 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13557 cat >>confdefs.h
<<_ACEOF
13558 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13564 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13565 case "x$with_gsm" in
13566 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13568 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13569 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13574 if test "x$with_krb5" != "xno"
13576 if ${KRB5_CFLAGS:+false} :; then :
13577 if ${PKG_CONFIG+:} false
; then :
13578 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13581 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13582 if ${KRB5_LIBS:+false} :; then :
13583 if ${PKG_CONFIG+:} false
; then :
13584 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13587 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13589 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13590 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13591 ac_save_CPPFLAGS
=$CPPFLAGS
13592 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13593 for ac_header
in krb
5/krb5.h
13595 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13596 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13597 cat >>confdefs.h
<<_ACEOF
13598 #define HAVE_KRB5_KRB5_H 1
13605 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13608 $as_echo_n "checking for -lkrb5... " >&6; }
13609 if ${ac_cv_lib_soname_krb5+:} false
; then :
13610 $as_echo_n "(cached) " >&6
13612 ac_check_soname_save_LIBS
=$LIBS
13613 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h. */
13617 /* Override any GCC internal prototype to avoid an error.
13618 Use char because int might match the return type of a GCC
13619 builtin and then its argument prototype would still apply. */
13623 char krb5_init_context ();
13627 return krb5_init_context ();
13632 if ac_fn_c_try_link
"$LINENO"; then :
13634 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13635 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'` ;;
13636 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13637 if ${ac_cv_lib_soname_krb5:+false} :; then :
13638 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13642 rm -f core conftest.err conftest.
$ac_objext \
13643 conftest
$ac_exeext conftest.
$ac_ext
13644 LIBS
=$ac_check_soname_save_LIBS
13646 if ${ac_cv_lib_soname_krb5:+false} :; then :
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13648 $as_echo "not found" >&6; }
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13652 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13654 cat >>confdefs.h
<<_ACEOF
13655 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13663 CPPFLAGS
=$ac_save_CPPFLAGS
13664 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13665 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13668 with_gssapi
=${with_gssapi:-no}
13670 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13671 case "x$with_krb5" in
13672 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found, Kerberos won't be supported." ;;
13674 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.
13675 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13680 if test "x$with_gssapi" != "xno"
13682 if ${GSSAPI_CFLAGS:+false} :; then :
13683 if ${PKG_CONFIG+:} false
; then :
13684 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13687 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13688 if ${GSSAPI_LIBS:+false} :; then :
13689 if ${PKG_CONFIG+:} false
; then :
13690 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13693 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13695 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13696 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13697 ac_save_CPPFLAGS
=$CPPFLAGS
13698 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13699 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13701 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13702 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13703 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13704 cat >>confdefs.h
<<_ACEOF
13705 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13712 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13715 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13716 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13717 $as_echo_n "(cached) " >&6
13719 ac_check_soname_save_LIBS
=$LIBS
13720 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13722 /* end confdefs.h. */
13724 /* Override any GCC internal prototype to avoid an error.
13725 Use char because int might match the return type of a GCC
13726 builtin and then its argument prototype would still apply. */
13730 char gss_init_sec_context ();
13734 return gss_init_sec_context ();
13739 if ac_fn_c_try_link
"$LINENO"; then :
13741 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13742 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'` ;;
13743 *) 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'`
13744 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13745 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13749 rm -f core conftest.err conftest.
$ac_objext \
13750 conftest
$ac_exeext conftest.
$ac_ext
13751 LIBS
=$ac_check_soname_save_LIBS
13753 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13755 $as_echo "not found" >&6; }
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13759 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13761 cat >>confdefs.h
<<_ACEOF
13762 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13770 CPPFLAGS
=$ac_save_CPPFLAGS
13771 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13772 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13775 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13776 case "x$with_gssapi" in
13777 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13779 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13780 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13785 if test "x$with_jpeg" != "xno"
13787 if ${JPEG_CFLAGS:+false} :; then :
13788 if ${PKG_CONFIG+:} false
; then :
13789 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13793 if ${JPEG_LIBS:+false} :; then :
13794 if ${PKG_CONFIG+:} false
; then :
13795 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13800 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13801 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13802 ac_save_CPPFLAGS
=$CPPFLAGS
13803 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13804 for ac_header
in jpeglib.h
13806 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13807 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13808 cat >>confdefs.h
<<_ACEOF
13809 #define HAVE_JPEGLIB_H 1
13816 if test "$ac_cv_header_jpeglib_h" = "yes"
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13819 $as_echo_n "checking for -ljpeg... " >&6; }
13820 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13821 $as_echo_n "(cached) " >&6
13823 ac_check_soname_save_LIBS
=$LIBS
13824 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13826 /* end confdefs.h. */
13828 /* Override any GCC internal prototype to avoid an error.
13829 Use char because int might match the return type of a GCC
13830 builtin and then its argument prototype would still apply. */
13834 char jpeg_start_decompress ();
13838 return jpeg_start_decompress ();
13843 if ac_fn_c_try_link
"$LINENO"; then :
13845 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13846 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'` ;;
13847 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13848 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13849 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13853 rm -f core conftest.err conftest.
$ac_objext \
13854 conftest
$ac_exeext conftest.
$ac_ext
13855 LIBS
=$ac_check_soname_save_LIBS
13857 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13859 $as_echo "not found" >&6; }
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13863 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13865 cat >>confdefs.h
<<_ACEOF
13866 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13874 CPPFLAGS
=$ac_save_CPPFLAGS
13875 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13876 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13879 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13880 case "x$with_jpeg" in
13881 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13883 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13884 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13889 if test "x$with_png" != "xno"
13891 if ${PNG_CFLAGS:+false} :; then :
13892 if ${PKG_CONFIG+:} false
; then :
13893 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13896 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13897 if ${PNG_LIBS:+false} :; then :
13898 if ${PKG_CONFIG+:} false
; then :
13899 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13902 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13904 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13905 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13906 ac_save_CPPFLAGS
=$CPPFLAGS
13907 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13908 for ac_header
in png.h
13910 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13911 if test "x$ac_cv_header_png_h" = xyes
; then :
13912 cat >>confdefs.h
<<_ACEOF
13913 #define HAVE_PNG_H 1
13920 if test "$ac_cv_header_png_h" = "yes"
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13923 $as_echo_n "checking for -lpng... " >&6; }
13924 if ${ac_cv_lib_soname_png+:} false
; then :
13925 $as_echo_n "(cached) " >&6
13927 ac_check_soname_save_LIBS
=$LIBS
13928 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13930 /* end confdefs.h. */
13932 /* Override any GCC internal prototype to avoid an error.
13933 Use char because int might match the return type of a GCC
13934 builtin and then its argument prototype would still apply. */
13938 char png_create_read_struct ();
13942 return png_create_read_struct ();
13947 if ac_fn_c_try_link
"$LINENO"; then :
13949 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13950 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'` ;;
13951 *) 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'`
13952 if ${ac_cv_lib_soname_png:+false} :; then :
13953 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13957 rm -f core conftest.err conftest.
$ac_objext \
13958 conftest
$ac_exeext conftest.
$ac_ext
13959 LIBS
=$ac_check_soname_save_LIBS
13961 if ${ac_cv_lib_soname_png:+false} :; then :
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13963 $as_echo "not found" >&6; }
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13967 $as_echo "$ac_cv_lib_soname_png" >&6; }
13969 cat >>confdefs.h
<<_ACEOF
13970 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13978 CPPFLAGS
=$ac_save_CPPFLAGS
13979 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13980 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13983 if test "x$ac_cv_lib_soname_png" = "x"; then :
13984 case "x$with_png" in
13985 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13987 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13988 This is an error since --with-png was requested." "$LINENO" 5 ;;
13993 if test "x$with_tiff" != "xno"
13995 if ${TIFF_CFLAGS:+false} :; then :
13996 if ${PKG_CONFIG+:} false
; then :
13997 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14001 if ${TIFF_LIBS:+false} :; then :
14002 if ${PKG_CONFIG+:} false
; then :
14003 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14008 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14009 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14010 ac_save_CPPFLAGS
=$CPPFLAGS
14011 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14012 for ac_header
in tiffio.h
14014 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14015 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14016 cat >>confdefs.h
<<_ACEOF
14017 #define HAVE_TIFFIO_H 1
14024 if test "$ac_cv_header_tiffio_h" = "yes"
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14027 $as_echo_n "checking for -ltiff... " >&6; }
14028 if ${ac_cv_lib_soname_tiff+:} false
; then :
14029 $as_echo_n "(cached) " >&6
14031 ac_check_soname_save_LIBS
=$LIBS
14032 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14034 /* end confdefs.h. */
14036 /* Override any GCC internal prototype to avoid an error.
14037 Use char because int might match the return type of a GCC
14038 builtin and then its argument prototype would still apply. */
14042 char TIFFClientOpen ();
14046 return TIFFClientOpen ();
14051 if ac_fn_c_try_link
"$LINENO"; then :
14053 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14054 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'` ;;
14055 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14056 if ${ac_cv_lib_soname_tiff:+false} :; then :
14057 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14061 rm -f core conftest.err conftest.
$ac_objext \
14062 conftest
$ac_exeext conftest.
$ac_ext
14063 LIBS
=$ac_check_soname_save_LIBS
14065 if ${ac_cv_lib_soname_tiff:+false} :; then :
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14067 $as_echo "not found" >&6; }
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14071 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14073 cat >>confdefs.h
<<_ACEOF
14074 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14080 CPPFLAGS
=$ac_save_CPPFLAGS
14081 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14082 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14085 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14086 case "x$with_tiff" in
14087 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14089 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14090 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14095 if test "x$with_mpg123" != "xno"
14097 if ${MPG123_CFLAGS:+false} :; then :
14098 if ${PKG_CONFIG+:} false
; then :
14099 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14103 if ${MPG123_LIBS:+false} :; then :
14104 if ${PKG_CONFIG+:} false
; then :
14105 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14109 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14110 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14111 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14112 ac_save_CPPFLAGS
=$CPPFLAGS
14113 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14114 for ac_header
in mpg123.h
14116 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14117 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14118 cat >>confdefs.h
<<_ACEOF
14119 #define HAVE_MPG123_H 1
14126 if test "$ac_cv_header_mpg123_h" = "yes"
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14129 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14130 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14131 $as_echo_n "(cached) " >&6
14133 ac_check_lib_save_LIBS
=$LIBS
14134 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14136 /* end confdefs.h. */
14138 /* Override any GCC internal prototype to avoid an error.
14139 Use char because int might match the return type of a GCC
14140 builtin and then its argument prototype would still apply. */
14144 char mpg123_feed ();
14148 return mpg123_feed ();
14153 if ac_fn_c_try_link
"$LINENO"; then :
14154 ac_cv_lib_mpg123_mpg123_feed
=yes
14156 ac_cv_lib_mpg123_mpg123_feed
=no
14158 rm -f core conftest.err conftest.
$ac_objext \
14159 conftest
$ac_exeext conftest.
$ac_ext
14160 LIBS
=$ac_check_lib_save_LIBS
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14163 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14164 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14174 CPPFLAGS
=$ac_save_CPPFLAGS
14175 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14176 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14179 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14180 case "x$with_mpg123" in
14181 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14183 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14184 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14186 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14189 if test "$ac_cv_header_AL_al_h" = "yes"
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14192 $as_echo_n "checking for -lopenal... " >&6; }
14193 if ${ac_cv_lib_soname_openal+:} false
; then :
14194 $as_echo_n "(cached) " >&6
14196 ac_check_soname_save_LIBS
=$LIBS
14197 LIBS
="-lopenal $LIBS"
14198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h. */
14201 /* Override any GCC internal prototype to avoid an error.
14202 Use char because int might match the return type of a GCC
14203 builtin and then its argument prototype would still apply. */
14207 char alGetSource3i ();
14211 return alGetSource3i ();
14216 if ac_fn_c_try_link
"$LINENO"; then :
14218 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14219 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'` ;;
14220 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14221 if ${ac_cv_lib_soname_openal:+false} :; then :
14222 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14226 rm -f core conftest.err conftest.
$ac_objext \
14227 conftest
$ac_exeext conftest.
$ac_ext
14228 LIBS
=$ac_check_soname_save_LIBS
14230 if ${ac_cv_lib_soname_openal:+false} :; then :
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14232 $as_echo "not found" >&6; }
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14236 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14238 cat >>confdefs.h
<<_ACEOF
14239 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14242 OPENAL_LIBS
="-lopenal"
14244 ac_cv_lib_openal
=yes
14246 cat >>confdefs.h
<<_ACEOF
14247 #define HAVE_OPENAL 1
14252 if test "x$ac_cv_lib_openal" != xyes
; then :
14253 case "x$with_openal" in
14254 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14256 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14257 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14259 enable_openal32
=${enable_openal32:-no}
14262 if test "x$ac_cv_lib_openal" = xyes
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14265 $as_echo_n "checking for openal-soft... " >&6; }
14266 if ${ac_cv_have_openalsoft+:} false
; then :
14267 $as_echo_n "(cached) " >&6
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14272 #include <AL/alc.h>
14273 #include <AL/alext.h>
14274 LPALCRENDERSAMPLESSOFT x;
14283 if ac_fn_c_try_compile
"$LINENO"; then :
14284 ac_cv_have_openalsoft
=yes
14286 ac_cv_have_openalsoft
=no
14288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14291 $as_echo "$ac_cv_have_openalsoft" >&6; }
14293 if test "x$ac_cv_have_openalsoft" != xyes
14295 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14296 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14297 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14298 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14299 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14300 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14301 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14302 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14303 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14304 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14305 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14306 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14307 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14308 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14309 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14310 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14311 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14312 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14313 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14314 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14315 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14316 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14317 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14318 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14321 if test "$ac_cv_header_kstat_h" = "yes"
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14324 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14325 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14326 $as_echo_n "(cached) " >&6
14328 ac_check_lib_save_LIBS
=$LIBS
14329 LIBS
="-lkstat $LIBS"
14330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14331 /* end confdefs.h. */
14333 /* Override any GCC internal prototype to avoid an error.
14334 Use char because int might match the return type of a GCC
14335 builtin and then its argument prototype would still apply. */
14339 char kstat_open ();
14343 return kstat_open ();
14348 if ac_fn_c_try_link
"$LINENO"; then :
14349 ac_cv_lib_kstat_kstat_open
=yes
14351 ac_cv_lib_kstat_kstat_open
=no
14353 rm -f core conftest.err conftest.
$ac_objext \
14354 conftest
$ac_exeext conftest.
$ac_ext
14355 LIBS
=$ac_check_lib_save_LIBS
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14358 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14359 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14361 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14363 KSTAT_LIBS
="-lkstat"
14369 if test "$ac_cv_header_libprocstat_h" = "yes"
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14372 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14373 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14374 $as_echo_n "(cached) " >&6
14376 ac_check_lib_save_LIBS
=$LIBS
14377 LIBS
="-lprocstat $LIBS"
14378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14379 /* end confdefs.h. */
14381 /* Override any GCC internal prototype to avoid an error.
14382 Use char because int might match the return type of a GCC
14383 builtin and then its argument prototype would still apply. */
14387 char procstat_open_sysctl ();
14391 return procstat_open_sysctl ();
14396 if ac_fn_c_try_link
"$LINENO"; then :
14397 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14399 ac_cv_lib_procstat_procstat_open_sysctl
=no
14401 rm -f core conftest.err conftest.
$ac_objext \
14402 conftest
$ac_exeext conftest.
$ac_ext
14403 LIBS
=$ac_check_lib_save_LIBS
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14406 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14407 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14409 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14411 PROCSTAT_LIBS
="-lprocstat"
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14418 $as_echo_n "checking for -lodbc... " >&6; }
14419 if ${ac_cv_lib_soname_odbc+:} false
; then :
14420 $as_echo_n "(cached) " >&6
14422 ac_check_soname_save_LIBS
=$LIBS
14423 LIBS
="-lodbc $LIBS"
14424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14425 /* end confdefs.h. */
14427 /* Override any GCC internal prototype to avoid an error.
14428 Use char because int might match the return type of a GCC
14429 builtin and then its argument prototype would still apply. */
14433 char SQLConnect ();
14437 return SQLConnect ();
14442 if ac_fn_c_try_link
"$LINENO"; then :
14444 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14445 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'` ;;
14446 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14447 if ${ac_cv_lib_soname_odbc:+false} :; then :
14448 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14452 rm -f core conftest.err conftest.
$ac_objext \
14453 conftest
$ac_exeext conftest.
$ac_ext
14454 LIBS
=$ac_check_soname_save_LIBS
14456 if ${ac_cv_lib_soname_odbc:+false} :; then :
14457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14458 $as_echo "not found" >&6; }
14459 cat >>confdefs.h
<<_ACEOF
14460 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14465 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14467 cat >>confdefs.h
<<_ACEOF
14468 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14474 if test "x$with_netapi" != "xno"
14476 if ${NETAPI_CFLAGS:+false} :; then :
14477 if ${PKG_CONFIG+:} false
; then :
14478 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14482 if ${NETAPI_LIBS:+false} :; then :
14483 if ${PKG_CONFIG+:} false
; then :
14484 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14489 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14490 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14491 ac_save_CPPFLAGS
=$CPPFLAGS
14492 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14494 $as_echo_n "checking for -lnetapi... " >&6; }
14495 if ${ac_cv_lib_soname_netapi+:} false
; then :
14496 $as_echo_n "(cached) " >&6
14498 ac_check_soname_save_LIBS
=$LIBS
14499 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14501 /* end confdefs.h. */
14503 /* Override any GCC internal prototype to avoid an error.
14504 Use char because int might match the return type of a GCC
14505 builtin and then its argument prototype would still apply. */
14509 char libnetapi_init ();
14513 return libnetapi_init ();
14518 if ac_fn_c_try_link
"$LINENO"; then :
14520 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14521 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'` ;;
14522 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14523 if ${ac_cv_lib_soname_netapi:+false} :; then :
14524 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14528 rm -f core conftest.err conftest.
$ac_objext \
14529 conftest
$ac_exeext conftest.
$ac_ext
14530 LIBS
=$ac_check_soname_save_LIBS
14532 if ${ac_cv_lib_soname_netapi:+false} :; then :
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14534 $as_echo "not found" >&6; }
14535 cat >>confdefs.h
<<_ACEOF
14536 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14541 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14543 cat >>confdefs.h
<<_ACEOF
14544 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14549 CPPFLAGS
=$ac_save_CPPFLAGS
14550 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14551 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14555 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14556 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14558 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14561 if test "x$with_vulkan" != "xno"
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
14564 $as_echo_n "checking for -lvulkan... " >&6; }
14565 if ${ac_cv_lib_soname_vulkan+:} false
; then :
14566 $as_echo_n "(cached) " >&6
14568 ac_check_soname_save_LIBS
=$LIBS
14569 LIBS
="-lvulkan $LIBS"
14570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14571 /* end confdefs.h. */
14573 /* Override any GCC internal prototype to avoid an error.
14574 Use char because int might match the return type of a GCC
14575 builtin and then its argument prototype would still apply. */
14579 char vkGetInstanceProcAddr ();
14583 return vkGetInstanceProcAddr ();
14588 if ac_fn_c_try_link
"$LINENO"; then :
14590 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14591 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'` ;;
14592 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14593 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14594 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14598 rm -f core conftest.err conftest.
$ac_objext \
14599 conftest
$ac_exeext conftest.
$ac_ext
14600 LIBS
=$ac_check_soname_save_LIBS
14602 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14604 $as_echo "not found" >&6; }
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
14608 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
14610 cat >>confdefs.h
<<_ACEOF
14611 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
14617 if test "x$ac_cv_lib_soname_vulkan" = "x"; then :
14618 case "x$with_vulkan" in
14619 x
) as_fn_append wine_notices
"|libvulkan ${notice_platform}development files not found, Vulkan won't be supported." ;;
14621 *) as_fn_error $?
"libvulkan ${notice_platform}development files not found, Vulkan won't be supported.
14622 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
14630 if test "x${GCC}" = "xyes"
14632 EXTRACFLAGS
="-Wall -pipe"
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14635 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14636 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14637 $as_echo_n "(cached) " >&6
14639 if test "$cross_compiling" = yes; then :
14640 ac_cv_c_gcc_strength_bug
="no"
14642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14643 /* end confdefs.h. */
14644 int L[4] = {0,1,2,3};
14648 static int Array[3];
14649 unsigned int B = 3;
14651 for(i=0; i<B; i++) Array[i] = i - 3;
14652 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14654 return (Array[1] != -2 || L[2] != 3)
14659 if ac_fn_c_try_run
"$LINENO"; then :
14660 ac_cv_c_gcc_strength_bug
="no"
14662 ac_cv_c_gcc_strength_bug
="yes"
14664 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14665 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14670 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14671 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14673 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14677 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14678 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14679 $as_echo_n "(cached) " >&6
14681 ac_wine_try_cflags_saved
=$CFLAGS
14682 CFLAGS
="$CFLAGS -fno-builtin"
14683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14684 /* end confdefs.h. */
14685 int main(int argc, char **argv) { return 0; }
14687 if ac_fn_c_try_link
"$LINENO"; then :
14688 ac_cv_cflags__fno_builtin
=yes
14690 ac_cv_cflags__fno_builtin
=no
14692 rm -f core conftest.err conftest.
$ac_objext \
14693 conftest
$ac_exeext conftest.
$ac_ext
14694 CFLAGS
=$ac_wine_try_cflags_saved
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14697 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14698 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14699 BUILTINFLAG
="-fno-builtin"
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14703 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14704 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14705 $as_echo_n "(cached) " >&6
14707 ac_wine_try_cflags_saved
=$CFLAGS
14708 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 int main(int argc, char **argv) { return 0; }
14713 if ac_fn_c_try_link
"$LINENO"; then :
14714 ac_cv_cflags__fno_strict_aliasing
=yes
14716 ac_cv_cflags__fno_strict_aliasing
=no
14718 rm -f core conftest.err conftest.
$ac_objext \
14719 conftest
$ac_exeext conftest.
$ac_ext
14720 CFLAGS
=$ac_wine_try_cflags_saved
14722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14723 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14724 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14725 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14728 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14729 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14730 $as_echo_n "(cached) " >&6
14732 ac_wine_try_cflags_saved
=$CFLAGS
14733 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14735 /* end confdefs.h. */
14736 int main(int argc, char **argv) { return 0; }
14738 if ac_fn_c_try_link
"$LINENO"; then :
14739 ac_cv_cflags__fexcess_precision_standard
=yes
14741 ac_cv_cflags__fexcess_precision_standard
=no
14743 rm -f core conftest.err conftest.
$ac_objext \
14744 conftest
$ac_exeext conftest.
$ac_ext
14745 CFLAGS
=$ac_wine_try_cflags_saved
14747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14748 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14749 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14750 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14753 saved_CFLAGS
=$CFLAGS
14754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14755 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14756 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14757 $as_echo_n "(cached) " >&6
14759 ac_wine_try_cflags_saved
=$CFLAGS
14760 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14762 /* end confdefs.h. */
14763 int main(int argc, char **argv) { return 0; }
14765 if ac_fn_c_try_link
"$LINENO"; then :
14766 ac_cv_cflags__Werror_unknown_warning_option
=yes
14768 ac_cv_cflags__Werror_unknown_warning_option
=no
14770 rm -f core conftest.err conftest.
$ac_objext \
14771 conftest
$ac_exeext conftest.
$ac_ext
14772 CFLAGS
=$ac_wine_try_cflags_saved
14774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14775 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14776 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14777 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14780 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14781 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14782 $as_echo_n "(cached) " >&6
14784 ac_wine_try_cflags_saved
=$CFLAGS
14785 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14787 /* end confdefs.h. */
14788 int main(int argc, char **argv) { return 0; }
14790 if ac_fn_c_try_link
"$LINENO"; then :
14791 ac_cv_cflags__Wdeclaration_after_statement
=yes
14793 ac_cv_cflags__Wdeclaration_after_statement
=no
14795 rm -f core conftest.err conftest.
$ac_objext \
14796 conftest
$ac_exeext conftest.
$ac_ext
14797 CFLAGS
=$ac_wine_try_cflags_saved
14799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14800 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14801 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14802 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14805 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14806 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14807 $as_echo_n "(cached) " >&6
14809 ac_wine_try_cflags_saved
=$CFLAGS
14810 CFLAGS
="$CFLAGS -Wempty-body"
14811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14812 /* end confdefs.h. */
14813 int main(int argc, char **argv) { return 0; }
14815 if ac_fn_c_try_link
"$LINENO"; then :
14816 ac_cv_cflags__Wempty_body
=yes
14818 ac_cv_cflags__Wempty_body
=no
14820 rm -f core conftest.err conftest.
$ac_objext \
14821 conftest
$ac_exeext conftest.
$ac_ext
14822 CFLAGS
=$ac_wine_try_cflags_saved
14824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14825 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14826 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14827 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14830 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14831 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14832 $as_echo_n "(cached) " >&6
14834 ac_wine_try_cflags_saved
=$CFLAGS
14835 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14837 /* end confdefs.h. */
14838 int main(int argc, char **argv) { return 0; }
14840 if ac_fn_c_try_link
"$LINENO"; then :
14841 ac_cv_cflags__Wignored_qualifiers
=yes
14843 ac_cv_cflags__Wignored_qualifiers
=no
14845 rm -f core conftest.err conftest.
$ac_objext \
14846 conftest
$ac_exeext conftest.
$ac_ext
14847 CFLAGS
=$ac_wine_try_cflags_saved
14849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14850 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14851 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14852 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
14855 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
14856 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
14857 $as_echo_n "(cached) " >&6
14859 ac_wine_try_cflags_saved
=$CFLAGS
14860 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
14861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14862 /* end confdefs.h. */
14863 int main(int argc, char **argv) { return 0; }
14865 if ac_fn_c_try_link
"$LINENO"; then :
14866 ac_cv_cflags__Wpacked_not_aligned
=yes
14868 ac_cv_cflags__Wpacked_not_aligned
=no
14870 rm -f core conftest.err conftest.
$ac_objext \
14871 conftest
$ac_exeext conftest.
$ac_ext
14872 CFLAGS
=$ac_wine_try_cflags_saved
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
14875 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
14876 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
14877 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
14880 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
14881 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
14882 $as_echo_n "(cached) " >&6
14884 ac_wine_try_cflags_saved
=$CFLAGS
14885 CFLAGS
="$CFLAGS -Wpragma-pack"
14886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14887 /* end confdefs.h. */
14888 int main(int argc, char **argv) { return 0; }
14890 if ac_fn_c_try_link
"$LINENO"; then :
14891 ac_cv_cflags__Wpragma_pack
=yes
14893 ac_cv_cflags__Wpragma_pack
=no
14895 rm -f core conftest.err conftest.
$ac_objext \
14896 conftest
$ac_exeext conftest.
$ac_ext
14897 CFLAGS
=$ac_wine_try_cflags_saved
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
14900 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
14901 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
14902 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14905 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14906 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14907 $as_echo_n "(cached) " >&6
14909 ac_wine_try_cflags_saved
=$CFLAGS
14910 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14912 /* end confdefs.h. */
14913 int main(int argc, char **argv) { return 0; }
14915 if ac_fn_c_try_link
"$LINENO"; then :
14916 ac_cv_cflags__Wshift_overflow_2
=yes
14918 ac_cv_cflags__Wshift_overflow_2
=no
14920 rm -f core conftest.err conftest.
$ac_objext \
14921 conftest
$ac_exeext conftest.
$ac_ext
14922 CFLAGS
=$ac_wine_try_cflags_saved
14924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14925 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14926 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14927 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14930 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14931 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14932 $as_echo_n "(cached) " >&6
14934 ac_wine_try_cflags_saved
=$CFLAGS
14935 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14937 /* end confdefs.h. */
14938 int main(int argc, char **argv) { return 0; }
14940 if ac_fn_c_try_link
"$LINENO"; then :
14941 ac_cv_cflags__Wstrict_prototypes
=yes
14943 ac_cv_cflags__Wstrict_prototypes
=no
14945 rm -f core conftest.err conftest.
$ac_objext \
14946 conftest
$ac_exeext conftest.
$ac_ext
14947 CFLAGS
=$ac_wine_try_cflags_saved
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14950 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14951 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14952 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14955 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14956 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14957 $as_echo_n "(cached) " >&6
14959 ac_wine_try_cflags_saved
=$CFLAGS
14960 CFLAGS
="$CFLAGS -Wtype-limits"
14961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14963 int main(int argc, char **argv) { return 0; }
14965 if ac_fn_c_try_link
"$LINENO"; then :
14966 ac_cv_cflags__Wtype_limits
=yes
14968 ac_cv_cflags__Wtype_limits
=no
14970 rm -f core conftest.err conftest.
$ac_objext \
14971 conftest
$ac_exeext conftest.
$ac_ext
14972 CFLAGS
=$ac_wine_try_cflags_saved
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14975 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14976 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14977 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14980 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14981 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14982 $as_echo_n "(cached) " >&6
14984 ac_wine_try_cflags_saved
=$CFLAGS
14985 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14987 /* end confdefs.h. */
14988 int main(int argc, char **argv) { return 0; }
14990 if ac_fn_c_try_link
"$LINENO"; then :
14991 ac_cv_cflags__Wunused_but_set_parameter
=yes
14993 ac_cv_cflags__Wunused_but_set_parameter
=no
14995 rm -f core conftest.err conftest.
$ac_objext \
14996 conftest
$ac_exeext conftest.
$ac_ext
14997 CFLAGS
=$ac_wine_try_cflags_saved
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15000 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15001 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15002 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15005 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15006 if ${ac_cv_cflags__Wvla+:} false
; then :
15007 $as_echo_n "(cached) " >&6
15009 ac_wine_try_cflags_saved
=$CFLAGS
15010 CFLAGS
="$CFLAGS -Wvla"
15011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15012 /* end confdefs.h. */
15013 int main(int argc, char **argv) { return 0; }
15015 if ac_fn_c_try_link
"$LINENO"; then :
15016 ac_cv_cflags__Wvla
=yes
15018 ac_cv_cflags__Wvla
=no
15020 rm -f core conftest.err conftest.
$ac_objext \
15021 conftest
$ac_exeext conftest.
$ac_ext
15022 CFLAGS
=$ac_wine_try_cflags_saved
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15025 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15026 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15027 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15030 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15031 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15032 $as_echo_n "(cached) " >&6
15034 ac_wine_try_cflags_saved
=$CFLAGS
15035 CFLAGS
="$CFLAGS -Wwrite-strings"
15036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15037 /* end confdefs.h. */
15038 int main(int argc, char **argv) { return 0; }
15040 if ac_fn_c_try_link
"$LINENO"; then :
15041 ac_cv_cflags__Wwrite_strings
=yes
15043 ac_cv_cflags__Wwrite_strings
=no
15045 rm -f core conftest.err conftest.
$ac_objext \
15046 conftest
$ac_exeext conftest.
$ac_ext
15047 CFLAGS
=$ac_wine_try_cflags_saved
15049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15050 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15051 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15052 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15056 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15057 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15058 $as_echo_n "(cached) " >&6
15060 ac_wine_try_cflags_saved
=$CFLAGS
15061 CFLAGS
="$CFLAGS -Wpointer-arith"
15062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15063 /* end confdefs.h. */
15064 int main(int argc, char **argv) { return 0; }
15066 if ac_fn_c_try_link
"$LINENO"; then :
15067 ac_cv_cflags__Wpointer_arith
=yes
15069 ac_cv_cflags__Wpointer_arith
=no
15071 rm -f core conftest.err conftest.
$ac_objext \
15072 conftest
$ac_exeext conftest.
$ac_ext
15073 CFLAGS
=$ac_wine_try_cflags_saved
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15076 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15077 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15078 saved_string_h_CFLAGS
=$CFLAGS
15079 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15081 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15082 if ${ac_cv_c_string_h_warnings+:} false
; then :
15083 $as_echo_n "(cached) " >&6
15085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15086 /* end confdefs.h. */
15087 #include <string.h>
15096 if ac_fn_c_try_compile
"$LINENO"; then :
15097 ac_cv_c_string_h_warnings
=no
15099 ac_cv_c_string_h_warnings
=yes
15101 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15104 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15105 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15106 CFLAGS
=$saved_string_h_CFLAGS
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15110 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15111 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15112 $as_echo_n "(cached) " >&6
15114 ac_wine_try_cflags_saved
=$CFLAGS
15115 CFLAGS
="$CFLAGS -Wlogical-op"
15116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15117 /* end confdefs.h. */
15118 int main(int argc, char **argv) { return 0; }
15120 if ac_fn_c_try_link
"$LINENO"; then :
15121 ac_cv_cflags__Wlogical_op
=yes
15123 ac_cv_cflags__Wlogical_op
=no
15125 rm -f core conftest.err conftest.
$ac_objext \
15126 conftest
$ac_exeext conftest.
$ac_ext
15127 CFLAGS
=$ac_wine_try_cflags_saved
15129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15130 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15131 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15132 saved_string_h_CFLAGS
=$CFLAGS
15133 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15135 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15136 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15137 $as_echo_n "(cached) " >&6
15139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15140 /* end confdefs.h. */
15141 #include <string.h>
15142 char*f(const char *h,char n) {return strchr(h,n);}
15151 if ac_fn_c_try_compile
"$LINENO"; then :
15152 ac_cv_c_logicalop_noisy
=no
15154 ac_cv_c_logicalop_noisy
=yes
15156 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15159 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15160 CFLAGS
=$saved_string_h_CFLAGS
15161 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15164 CFLAGS
=$saved_CFLAGS
15166 for ac_flag
in $CFLAGS; do
15168 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15169 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15170 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15171 $as_echo_n "(cached) " >&6
15173 ac_wine_try_cflags_saved
=$CFLAGS
15174 CFLAGS
="$CFLAGS -gdwarf-2"
15175 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15176 /* end confdefs.h. */
15177 int main(int argc, char **argv) { return 0; }
15179 if ac_fn_c_try_link
"$LINENO"; then :
15180 ac_cv_cflags__gdwarf_2
=yes
15182 ac_cv_cflags__gdwarf_2
=no
15184 rm -f core conftest.err conftest.
$ac_objext \
15185 conftest
$ac_exeext conftest.
$ac_ext
15186 CFLAGS
=$ac_wine_try_cflags_saved
15188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15189 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15190 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15191 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15194 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15195 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15196 $as_echo_n "(cached) " >&6
15198 ac_wine_try_cflags_saved
=$CFLAGS
15199 CFLAGS
="$CFLAGS -gstrict-dwarf"
15200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15201 /* end confdefs.h. */
15202 int main(int argc, char **argv) { return 0; }
15204 if ac_fn_c_try_link
"$LINENO"; then :
15205 ac_cv_cflags__gstrict_dwarf
=yes
15207 ac_cv_cflags__gstrict_dwarf
=no
15209 rm -f core conftest.err conftest.
$ac_objext \
15210 conftest
$ac_exeext conftest.
$ac_ext
15211 CFLAGS
=$ac_wine_try_cflags_saved
15213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15214 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15215 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15216 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15222 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15223 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15224 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15225 $as_echo_n "(cached) " >&6
15227 ac_wine_try_cflags_saved
=$CFLAGS
15228 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15230 /* end confdefs.h. */
15231 int main(int argc, char **argv) { return 0; }
15233 if ac_fn_c_try_link
"$LINENO"; then :
15234 ac_cv_cflags__fno_omit_frame_pointer
=yes
15236 ac_cv_cflags__fno_omit_frame_pointer
=no
15238 rm -f core conftest.err conftest.
$ac_objext \
15239 conftest
$ac_exeext conftest.
$ac_ext
15240 CFLAGS
=$ac_wine_try_cflags_saved
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15243 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15244 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15245 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15250 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15251 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15252 if ${ac_cv_cflags__Wno_format+:} false
; then :
15253 $as_echo_n "(cached) " >&6
15255 ac_wine_try_cflags_saved
=$CFLAGS
15256 CFLAGS
="$CFLAGS -Wno-format"
15257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15258 /* end confdefs.h. */
15259 int main(int argc, char **argv) { return 0; }
15261 if ac_fn_c_try_link
"$LINENO"; then :
15262 ac_cv_cflags__Wno_format
=yes
15264 ac_cv_cflags__Wno_format
=no
15266 rm -f core conftest.err conftest.
$ac_objext \
15267 conftest
$ac_exeext conftest.
$ac_ext
15268 CFLAGS
=$ac_wine_try_cflags_saved
15270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15271 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15272 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15273 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15277 if test "x$enable_maintainer_mode" = "xyes"
15279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15280 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15281 if ${ac_cv_cflags__Werror+:} false
; then :
15282 $as_echo_n "(cached) " >&6
15284 ac_wine_try_cflags_saved
=$CFLAGS
15285 CFLAGS
="$CFLAGS -Werror"
15286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15287 /* end confdefs.h. */
15288 int main(int argc, char **argv) { return 0; }
15290 if ac_fn_c_try_link
"$LINENO"; then :
15291 ac_cv_cflags__Werror
=yes
15293 ac_cv_cflags__Werror
=no
15295 rm -f core conftest.err conftest.
$ac_objext \
15296 conftest
$ac_exeext conftest.
$ac_ext
15297 CFLAGS
=$ac_wine_try_cflags_saved
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15300 $as_echo "$ac_cv_cflags__Werror" >&6; }
15301 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15302 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15306 saved_CFLAGS
="$CFLAGS"
15307 CFLAGS
="$CFLAGS -Werror"
15308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15309 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15310 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15311 $as_echo_n "(cached) " >&6
15313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15314 /* end confdefs.h. */
15315 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15324 if ac_fn_c_try_compile
"$LINENO"; then :
15325 ac_cv_have_ms_hook_prologue
="yes"
15327 ac_cv_have_ms_hook_prologue
="no"
15329 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15332 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15333 CFLAGS
="$saved_CFLAGS"
15334 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15337 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15340 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15347 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15348 if ${ac_cv_c_fortify_enabled+:} false
; then :
15349 $as_echo_n "(cached) " >&6
15351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15352 /* end confdefs.h. */
15353 #include <string.h>
15357 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15358 #error Fortify enabled
15364 if ac_fn_c_try_compile
"$LINENO"; then :
15365 ac_cv_c_fortify_enabled
=no
15367 ac_cv_c_fortify_enabled
=yes
15369 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15372 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15373 if test "$ac_cv_c_fortify_enabled" = yes
15375 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15380 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15381 if ${ac_cv_c_extern_prefix+:} false
; then :
15382 $as_echo_n "(cached) " >&6
15384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15385 /* end confdefs.h. */
15386 extern int ac_test;
15390 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15395 if ac_fn_c_try_link
"$LINENO"; then :
15396 ac_cv_c_extern_prefix
="yes"
15398 ac_cv_c_extern_prefix
="no"
15400 rm -f core conftest.err conftest.
$ac_objext \
15401 conftest
$ac_exeext conftest.
$ac_ext
15403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15404 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15409 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15410 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15411 $as_echo_n "(cached) " >&6
15413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15414 /* end confdefs.h. */
15416 #define __stdcall __attribute__((__stdcall__))
15418 int __stdcall ac_test(int i) { return i; }
15422 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15427 if ac_fn_c_try_link
"$LINENO"; then :
15428 ac_cv_c_stdcall_suffix
="yes"
15430 ac_cv_c_stdcall_suffix
="no"
15432 rm -f core conftest.err conftest.
$ac_objext \
15433 conftest
$ac_exeext conftest.
$ac_ext
15435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15436 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15437 *) ac_cv_c_stdcall_suffix
="no" ;;
15441 if test "$ac_cv_c_extern_prefix" = "yes"
15443 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15445 asm_name_prefix
="_"
15447 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15453 if test "$ac_cv_c_stdcall_suffix" = "yes"
15455 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15458 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15464 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15465 if ${ac_cv_asm_func_def+:} false
; then :
15466 $as_echo_n "(cached) " >&6
15468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15469 /* end confdefs.h. */
15474 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15479 if ac_fn_c_try_link
"$LINENO"; then :
15480 ac_cv_asm_func_def
=".def"
15482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15483 /* end confdefs.h. */
15488 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15493 if ac_fn_c_try_link
"$LINENO"; then :
15494 ac_cv_asm_func_def
=".type @function"
15496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15497 /* end confdefs.h. */
15502 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15507 if ac_fn_c_try_link
"$LINENO"; then :
15508 ac_cv_asm_func_def
=".type 2"
15510 ac_cv_asm_func_def
="unknown"
15512 rm -f core conftest.err conftest.
$ac_objext \
15513 conftest
$ac_exeext conftest.
$ac_ext
15515 rm -f core conftest.err conftest.
$ac_objext \
15516 conftest
$ac_exeext conftest.
$ac_ext
15518 rm -f core conftest.err conftest.
$ac_objext \
15519 conftest
$ac_exeext conftest.
$ac_ext
15521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15522 $as_echo "$ac_cv_asm_func_def" >&6; }
15525 case "$ac_cv_asm_func_def" in
15527 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15529 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15531 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15533 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15535 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15537 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15539 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15541 asm_func_header
="" ;;
15544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15545 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15546 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15547 $as_echo_n "(cached) " >&6
15549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15550 /* end confdefs.h. */
15551 asm(".text\n\t.long 0");
15560 if ac_fn_c_try_compile
"$LINENO"; then :
15561 ac_cv_c_asm_outside_funcs
="yes"
15563 ac_cv_c_asm_outside_funcs
="no"
15565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15568 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15571 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15572 if ${ac_cv_c_dot_previous+:} false
; then :
15573 $as_echo_n "(cached) " >&6
15575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15576 /* end confdefs.h. */
15581 asm(".text\nac_test:\t.long 0\n\t.previous");
15586 if ac_fn_c_try_link
"$LINENO"; then :
15587 ac_cv_c_dot_previous
="yes"
15589 ac_cv_c_dot_previous
="no"
15591 rm -f core conftest.err conftest.
$ac_objext \
15592 conftest
$ac_exeext conftest.
$ac_ext
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15595 $as_echo "$ac_cv_c_dot_previous" >&6; }
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15598 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15599 if ${ac_cv_c_cfi_support+:} false
; then :
15600 $as_echo_n "(cached) " >&6
15602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15603 /* end confdefs.h. */
15604 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15613 if ac_fn_c_try_compile
"$LINENO"; then :
15614 ac_cv_c_cfi_support
="yes"
15616 ac_cv_c_cfi_support
="no"
15618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15621 $as_echo "$ac_cv_c_cfi_support" >&6; }
15623 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15624 asm_func_trailer
=""
15625 if test "$ac_cv_c_dot_previous" = "yes"
15627 asm_func_trailer
="\\n\\t.previous"
15629 if test "$ac_cv_c_cfi_support" = "yes"
15631 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15632 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15634 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15636 UNWINDFLAGS
=-fasynchronous-unwind-tables
15639 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15641 if test "x$enable_win64" = "xyes"
15643 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15647 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15650 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15652 cat >>confdefs.h
<<_ACEOF
15653 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15657 cat >>confdefs.h
<<_ACEOF
15658 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15663 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15666 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15671 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15678 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15679 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15680 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15687 ac_save_CFLAGS
="$CFLAGS"
15688 CFLAGS
="$CFLAGS $BUILTINFLAG"
15770 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15771 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15772 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15773 cat >>confdefs.h
<<_ACEOF
15774 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15780 CFLAGS
="$ac_save_CFLAGS"
15782 if test "$ac_cv_func_dlopen" = no
15784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15785 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15786 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15787 $as_echo_n "(cached) " >&6
15789 ac_check_lib_save_LIBS
=$LIBS
15791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15792 /* end confdefs.h. */
15794 /* Override any GCC internal prototype to avoid an error.
15795 Use char because int might match the return type of a GCC
15796 builtin and then its argument prototype would still apply. */
15809 if ac_fn_c_try_link
"$LINENO"; then :
15810 ac_cv_lib_dl_dlopen
=yes
15812 ac_cv_lib_dl_dlopen
=no
15814 rm -f core conftest.err conftest.
$ac_objext \
15815 conftest
$ac_exeext conftest.
$ac_ext
15816 LIBS
=$ac_check_lib_save_LIBS
15818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15819 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15820 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15821 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15827 ac_wine_check_funcs_save_LIBS
="$LIBS"
15828 LIBS
="$LIBS $DL_LIBS"
15829 for ac_func
in dladdr
15831 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15832 if test "x$ac_cv_func_dladdr" = xyes
; then :
15833 cat >>confdefs.h
<<_ACEOF
15834 #define HAVE_DLADDR 1
15840 LIBS
="$ac_wine_check_funcs_save_LIBS"
15842 if test "$ac_cv_func_poll" = no
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15845 $as_echo_n "checking for poll in -lpoll... " >&6; }
15846 if ${ac_cv_lib_poll_poll+:} false
; then :
15847 $as_echo_n "(cached) " >&6
15849 ac_check_lib_save_LIBS
=$LIBS
15850 LIBS
="-lpoll $LIBS"
15851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15852 /* end confdefs.h. */
15854 /* Override any GCC internal prototype to avoid an error.
15855 Use char because int might match the return type of a GCC
15856 builtin and then its argument prototype would still apply. */
15869 if ac_fn_c_try_link
"$LINENO"; then :
15870 ac_cv_lib_poll_poll
=yes
15872 ac_cv_lib_poll_poll
=no
15874 rm -f core conftest.err conftest.
$ac_objext \
15875 conftest
$ac_exeext conftest.
$ac_ext
15876 LIBS
=$ac_check_lib_save_LIBS
15878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15879 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15880 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15881 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15889 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15890 if ${ac_cv_search_gethostbyname+:} false
; then :
15891 $as_echo_n "(cached) " >&6
15893 ac_func_search_save_LIBS
=$LIBS
15894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15895 /* end confdefs.h. */
15897 /* Override any GCC internal prototype to avoid an error.
15898 Use char because int might match the return type of a GCC
15899 builtin and then its argument prototype would still apply. */
15903 char gethostbyname ();
15907 return gethostbyname ();
15912 for ac_lib
in '' nsl
; do
15913 if test -z "$ac_lib"; then
15914 ac_res
="none required"
15917 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15919 if ac_fn_c_try_link
"$LINENO"; then :
15920 ac_cv_search_gethostbyname
=$ac_res
15922 rm -f core conftest.err conftest.
$ac_objext \
15924 if ${ac_cv_search_gethostbyname+:} false
; then :
15928 if ${ac_cv_search_gethostbyname+:} false
; then :
15931 ac_cv_search_gethostbyname
=no
15933 rm conftest.
$ac_ext
15934 LIBS
=$ac_func_search_save_LIBS
15936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15937 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15938 ac_res
=$ac_cv_search_gethostbyname
15939 if test "$ac_res" != no
; then :
15940 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15946 $as_echo_n "checking for library containing connect... " >&6; }
15947 if ${ac_cv_search_connect+:} false
; then :
15948 $as_echo_n "(cached) " >&6
15950 ac_func_search_save_LIBS
=$LIBS
15951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15952 /* end confdefs.h. */
15954 /* Override any GCC internal prototype to avoid an error.
15955 Use char because int might match the return type of a GCC
15956 builtin and then its argument prototype would still apply. */
15969 for ac_lib
in '' socket
; do
15970 if test -z "$ac_lib"; then
15971 ac_res
="none required"
15974 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15976 if ac_fn_c_try_link
"$LINENO"; then :
15977 ac_cv_search_connect
=$ac_res
15979 rm -f core conftest.err conftest.
$ac_objext \
15981 if ${ac_cv_search_connect+:} false
; then :
15985 if ${ac_cv_search_connect+:} false
; then :
15988 ac_cv_search_connect
=no
15990 rm conftest.
$ac_ext
15991 LIBS
=$ac_func_search_save_LIBS
15993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15994 $as_echo "$ac_cv_search_connect" >&6; }
15995 ac_res
=$ac_cv_search_connect
15996 if test "$ac_res" != no
; then :
15997 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16003 $as_echo_n "checking for library containing inet_aton... " >&6; }
16004 if ${ac_cv_search_inet_aton+:} false
; then :
16005 $as_echo_n "(cached) " >&6
16007 ac_func_search_save_LIBS
=$LIBS
16008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16009 /* end confdefs.h. */
16011 /* Override any GCC internal prototype to avoid an error.
16012 Use char because int might match the return type of a GCC
16013 builtin and then its argument prototype would still apply. */
16021 return inet_aton ();
16026 for ac_lib
in '' resolv
; do
16027 if test -z "$ac_lib"; then
16028 ac_res
="none required"
16031 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16033 if ac_fn_c_try_link
"$LINENO"; then :
16034 ac_cv_search_inet_aton
=$ac_res
16036 rm -f core conftest.err conftest.
$ac_objext \
16038 if ${ac_cv_search_inet_aton+:} false
; then :
16042 if ${ac_cv_search_inet_aton+:} false
; then :
16045 ac_cv_search_inet_aton
=no
16047 rm conftest.
$ac_ext
16048 LIBS
=$ac_func_search_save_LIBS
16050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16051 $as_echo "$ac_cv_search_inet_aton" >&6; }
16052 ac_res
=$ac_cv_search_inet_aton
16053 if test "$ac_res" != no
; then :
16054 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16074 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16075 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16076 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16077 cat >>confdefs.h
<<_ACEOF
16078 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16087 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16088 if ${ac_cv_search_clock_gettime+:} false
; then :
16089 $as_echo_n "(cached) " >&6
16091 ac_func_search_save_LIBS
=$LIBS
16092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16093 /* end confdefs.h. */
16095 /* Override any GCC internal prototype to avoid an error.
16096 Use char because int might match the return type of a GCC
16097 builtin and then its argument prototype would still apply. */
16101 char clock_gettime ();
16105 return clock_gettime ();
16110 for ac_lib
in '' rt
; do
16111 if test -z "$ac_lib"; then
16112 ac_res
="none required"
16115 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16117 if ac_fn_c_try_link
"$LINENO"; then :
16118 ac_cv_search_clock_gettime
=$ac_res
16120 rm -f core conftest.err conftest.
$ac_objext \
16122 if ${ac_cv_search_clock_gettime+:} false
; then :
16126 if ${ac_cv_search_clock_gettime+:} false
; then :
16129 ac_cv_search_clock_gettime
=no
16131 rm conftest.
$ac_ext
16132 LIBS
=$ac_func_search_save_LIBS
16134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16135 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16136 ac_res
=$ac_cv_search_clock_gettime
16137 if test "$ac_res" != no
; then :
16138 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16140 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16142 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16148 if test "x$with_ldap" != "xno"
16150 if ${LDAP_CFLAGS:+false} :; then :
16151 if ${PKG_CONFIG+:} false
; then :
16152 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16156 if ${LDAP_LIBS:+false} :; then :
16157 if ${PKG_CONFIG+:} false
; then :
16158 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16162 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16163 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16164 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16165 ac_save_CPPFLAGS
=$CPPFLAGS
16166 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16167 for ac_header
in ldap.h lber.h
16169 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16170 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16171 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16172 cat >>confdefs.h
<<_ACEOF
16173 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16180 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16182 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16184 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16186 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16187 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16188 $as_echo_n "(cached) " >&6
16190 ac_check_lib_save_LIBS
=$LIBS
16191 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16192 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16193 /* end confdefs.h. */
16195 /* Override any GCC internal prototype to avoid an error.
16196 Use char because int might match the return type of a GCC
16197 builtin and then its argument prototype would still apply. */
16201 char ldap_initialize ();
16205 return ldap_initialize ();
16210 if ac_fn_c_try_link
"$LINENO"; then :
16211 ac_cv_lib_ldap_r_ldap_initialize
=yes
16213 ac_cv_lib_ldap_r_ldap_initialize
=no
16215 rm -f core conftest.err conftest.
$ac_objext \
16216 conftest
$ac_exeext conftest.
$ac_ext
16217 LIBS
=$ac_check_lib_save_LIBS
16219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16220 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16221 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16223 $as_echo_n "checking for ber_init in -llber... " >&6; }
16224 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16225 $as_echo_n "(cached) " >&6
16227 ac_check_lib_save_LIBS
=$LIBS
16228 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16230 /* end confdefs.h. */
16232 /* Override any GCC internal prototype to avoid an error.
16233 Use char because int might match the return type of a GCC
16234 builtin and then its argument prototype would still apply. */
16242 return ber_init ();
16247 if ac_fn_c_try_link
"$LINENO"; then :
16248 ac_cv_lib_lber_ber_init
=yes
16250 ac_cv_lib_lber_ber_init
=no
16252 rm -f core conftest.err conftest.
$ac_objext \
16253 conftest
$ac_exeext conftest.
$ac_ext
16254 LIBS
=$ac_check_lib_save_LIBS
16256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16257 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16258 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16260 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16274 ac_wine_check_funcs_save_LIBS
="$LIBS"
16275 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16277 ldap_count_references \
16278 ldap_first_reference \
16279 ldap_next_reference \
16280 ldap_parse_reference \
16281 ldap_parse_sort_control \
16282 ldap_parse_sortresponse_control \
16283 ldap_parse_vlv_control \
16284 ldap_parse_vlvresponse_control
16286 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16287 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16288 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16289 cat >>confdefs.h
<<_ACEOF
16290 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16296 LIBS
="$ac_wine_check_funcs_save_LIBS"
16300 CPPFLAGS
=$ac_save_CPPFLAGS
16301 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16302 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16305 if test "x$LDAP_LIBS" = "x"; then :
16306 case "x$with_ldap" in
16307 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16309 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16310 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16316 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16317 if ${wine_cv_one_arg_mkdir+:} false
; then :
16318 $as_echo_n "(cached) " >&6
16320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16321 /* end confdefs.h. */
16322 #include <sys/stat.h>
16331 if ac_fn_c_try_compile
"$LINENO"; then :
16332 wine_cv_one_arg_mkdir
=yes
16334 wine_cv_one_arg_mkdir
=no
16336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16339 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16340 if test "$wine_cv_one_arg_mkdir" = "yes"
16343 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16348 $as_echo_n "checking for sched_setaffinity... " >&6; }
16349 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16350 $as_echo_n "(cached) " >&6
16352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16353 /* end confdefs.h. */
16354 #define _GNU_SOURCE
16359 sched_setaffinity(0, 0, 0);
16364 if ac_fn_c_try_link
"$LINENO"; then :
16365 wine_cv_have_sched_setaffinity
=yes
16367 wine_cv_have_sched_setaffinity
=no
16369 rm -f core conftest.err conftest.
$ac_objext \
16370 conftest
$ac_exeext conftest.
$ac_ext
16372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16373 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16374 if test "$wine_cv_have_sched_setaffinity" = "yes"
16377 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16382 $as_echo_n "checking for fallocate... " >&6; }
16383 if ${wine_cv_have_fallocate+:} false
; then :
16384 $as_echo_n "(cached) " >&6
16386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16387 /* end confdefs.h. */
16388 #define _GNU_SOURCE
16393 fallocate(-1, 0, 0, 0);
16398 if ac_fn_c_try_link
"$LINENO"; then :
16399 wine_cv_have_fallocate
=yes
16401 wine_cv_have_fallocate
=no
16403 rm -f core conftest.err conftest.
$ac_objext \
16404 conftest
$ac_exeext conftest.
$ac_ext
16406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16407 $as_echo "$wine_cv_have_fallocate" >&6; }
16408 if test "$wine_cv_have_fallocate" = "yes"
16411 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16417 $as_echo_n "checking for inline... " >&6; }
16418 if ${ac_cv_c_inline+:} false
; then :
16419 $as_echo_n "(cached) " >&6
16422 for ac_kw
in inline __inline__ __inline
; do
16423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16424 /* end confdefs.h. */
16425 #ifndef __cplusplus
16427 static $ac_kw foo_t static_foo () {return 0; }
16428 $ac_kw foo_t foo () {return 0; }
16432 if ac_fn_c_try_compile
"$LINENO"; then :
16433 ac_cv_c_inline
=$ac_kw
16435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16436 test "$ac_cv_c_inline" != no
&& break
16440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16441 $as_echo "$ac_cv_c_inline" >&6; }
16443 case $ac_cv_c_inline in
16446 case $ac_cv_c_inline in
16448 *) ac_val
=$ac_cv_c_inline;;
16450 cat >>confdefs.h
<<_ACEOF
16451 #ifndef __cplusplus
16452 #define inline $ac_val
16458 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16459 if test "x$ac_cv_type_mode_t" = xyes
; then :
16461 cat >>confdefs.h
<<_ACEOF
16462 #define HAVE_MODE_T 1
16467 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16468 if test "x$ac_cv_type_off_t" = xyes
; then :
16470 cat >>confdefs.h
<<_ACEOF
16471 #define HAVE_OFF_T 1
16476 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16477 if test "x$ac_cv_type_pid_t" = xyes
; then :
16479 cat >>confdefs.h
<<_ACEOF
16480 #define HAVE_PID_T 1
16485 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16486 if test "x$ac_cv_type_size_t" = xyes
; then :
16488 cat >>confdefs.h
<<_ACEOF
16489 #define HAVE_SIZE_T 1
16494 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16495 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16497 cat >>confdefs.h
<<_ACEOF
16498 #define HAVE_SSIZE_T 1
16503 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16504 if test "x$ac_cv_type_long_long" = xyes
; then :
16506 cat >>confdefs.h
<<_ACEOF
16507 #define HAVE_LONG_LONG 1
16512 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16513 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16515 cat >>confdefs.h
<<_ACEOF
16516 #define HAVE_FSBLKCNT_T 1
16521 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16522 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16524 cat >>confdefs.h
<<_ACEOF
16525 #define HAVE_FSFILCNT_T 1
16531 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16532 #include <signal.h>
16534 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16536 cat >>confdefs.h
<<_ACEOF
16537 #define HAVE_SIGSET_T 1
16543 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16545 if test "x$ac_cv_type_request_sense" = xyes
; then :
16547 cat >>confdefs.h
<<_ACEOF
16548 #define HAVE_REQUEST_SENSE 1
16555 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16556 #ifdef HAVE_SYS_SOCKET_H
16557 #include <sys/socket.h>
16559 #ifdef HAVE_SYS_SOCKETVAR_H
16560 #include <sys/socketvar.h>
16562 #ifdef HAVE_NET_ROUTE_H
16563 #include <net/route.h>
16565 #ifdef HAVE_NETINET_IN_H
16566 #include <netinet/in.h>
16568 #ifdef HAVE_NETINET_IN_SYSTM_H
16569 #include <netinet/in_systm.h>
16571 #ifdef HAVE_NETINET_IP_H
16572 #include <netinet/ip.h>
16574 #ifdef HAVE_NETINET_IN_PCB_H
16575 #include <netinet/in_pcb.h>
16578 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16580 cat >>confdefs.h
<<_ACEOF
16581 #define HAVE_STRUCT_XINPGEN 1
16588 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16591 #ifdef HAVE_SYS_LINK_H
16592 #include <sys/link.h>
16595 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16597 cat >>confdefs.h
<<_ACEOF
16598 #define HAVE_STRUCT_R_DEBUG 1
16603 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16606 #ifdef HAVE_SYS_LINK_H
16607 #include <sys/link.h>
16610 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16612 cat >>confdefs.h
<<_ACEOF
16613 #define HAVE_STRUCT_LINK_MAP 1
16620 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16621 #include <linux/input.h>
16624 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16626 cat >>confdefs.h
<<_ACEOF
16627 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16635 $as_echo_n "checking for if_nameindex... " >&6; }
16636 if ${wine_cv_have_if_nameindex+:} false
; then :
16637 $as_echo_n "(cached) " >&6
16639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16640 /* end confdefs.h. */
16641 #ifdef HAVE_SYS_TYPES_H
16642 #include <sys/types.h>
16644 #ifdef HAVE_SYS_SOCKET_H
16645 #include <sys/socket.h>
16647 #ifdef HAVE_NET_IF_H
16648 # include <net/if.h>
16653 struct if_nameindex *p = if_nameindex(); return p->if_index;
16658 if ac_fn_c_try_link
"$LINENO"; then :
16659 wine_cv_have_if_nameindex
=yes
16661 wine_cv_have_if_nameindex
=no
16663 rm -f core conftest.err conftest.
$ac_objext \
16664 conftest
$ac_exeext conftest.
$ac_ext
16666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16667 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16668 if test "$wine_cv_have_if_nameindex" = "yes"
16671 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16676 $as_echo_n "checking for sigaddset... " >&6; }
16677 if ${wine_cv_have_sigaddset+:} false
; then :
16678 $as_echo_n "(cached) " >&6
16680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16681 /* end confdefs.h. */
16682 #include <signal.h>
16686 sigset_t set; sigaddset(&set,SIGTERM);
16691 if ac_fn_c_try_link
"$LINENO"; then :
16692 wine_cv_have_sigaddset
=yes
16694 wine_cv_have_sigaddset
=no
16696 rm -f core conftest.err conftest.
$ac_objext \
16697 conftest
$ac_exeext conftest.
$ac_ext
16699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16700 $as_echo "$wine_cv_have_sigaddset" >&6; }
16701 if test "$wine_cv_have_sigaddset" = "yes"
16704 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16710 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16711 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16712 $as_echo_n "(cached) " >&6
16714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16715 /* end confdefs.h. */
16723 struct hostent *result;
16730 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16731 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16737 if ac_fn_c_try_link
"$LINENO"; then :
16738 wine_cv_linux_gethostbyname_r_6
=yes
16740 wine_cv_linux_gethostbyname_r_6
=no
16743 rm -f core conftest.err conftest.
$ac_objext \
16744 conftest
$ac_exeext conftest.
$ac_ext
16747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16748 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16749 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16752 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16756 if test "$ac_cv_header_linux_joystick_h" = "yes"
16758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16759 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16760 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16761 $as_echo_n "(cached) " >&6
16763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16764 /* end confdefs.h. */
16766 #include <sys/ioctl.h>
16767 #include <sys/types.h>
16768 #include <linux/joystick.h>
16770 struct js_event blub;
16771 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16772 #error "no 2.2 header"
16783 if ac_fn_c_try_compile
"$LINENO"; then :
16784 wine_cv_linux_joystick_22_api
=yes
16786 wine_cv_linux_joystick_22_api
=no
16788 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16792 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16793 if test "$wine_cv_linux_joystick_22_api" = "yes"
16796 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16802 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16803 #ifdef HAVE_SYS_PARAM_H
16804 # include <sys/param.h>
16806 #ifdef HAVE_SYS_MOUNT_H
16807 # include <sys/mount.h>
16809 #ifdef HAVE_SYS_VFS_H
16810 # include <sys/vfs.h>
16812 #ifdef HAVE_SYS_STATFS_H
16813 # include <sys/statfs.h>
16816 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16818 cat >>confdefs.h
<<_ACEOF
16819 #define HAVE_STRUCT_STATFS_F_BFREE 1
16824 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16825 #ifdef HAVE_SYS_PARAM_H
16826 # include <sys/param.h>
16828 #ifdef HAVE_SYS_MOUNT_H
16829 # include <sys/mount.h>
16831 #ifdef HAVE_SYS_VFS_H
16832 # include <sys/vfs.h>
16834 #ifdef HAVE_SYS_STATFS_H
16835 # include <sys/statfs.h>
16838 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16840 cat >>confdefs.h
<<_ACEOF
16841 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16846 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16847 #ifdef HAVE_SYS_PARAM_H
16848 # include <sys/param.h>
16850 #ifdef HAVE_SYS_MOUNT_H
16851 # include <sys/mount.h>
16853 #ifdef HAVE_SYS_VFS_H
16854 # include <sys/vfs.h>
16856 #ifdef HAVE_SYS_STATFS_H
16857 # include <sys/statfs.h>
16860 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16862 cat >>confdefs.h
<<_ACEOF
16863 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16868 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16869 #ifdef HAVE_SYS_PARAM_H
16870 # include <sys/param.h>
16872 #ifdef HAVE_SYS_MOUNT_H
16873 # include <sys/mount.h>
16875 #ifdef HAVE_SYS_VFS_H
16876 # include <sys/vfs.h>
16878 #ifdef HAVE_SYS_STATFS_H
16879 # include <sys/statfs.h>
16882 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16884 cat >>confdefs.h
<<_ACEOF
16885 #define HAVE_STRUCT_STATFS_F_FFREE 1
16890 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16891 #ifdef HAVE_SYS_PARAM_H
16892 # include <sys/param.h>
16894 #ifdef HAVE_SYS_MOUNT_H
16895 # include <sys/mount.h>
16897 #ifdef HAVE_SYS_VFS_H
16898 # include <sys/vfs.h>
16900 #ifdef HAVE_SYS_STATFS_H
16901 # include <sys/statfs.h>
16904 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16906 cat >>confdefs.h
<<_ACEOF
16907 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16912 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16913 #ifdef HAVE_SYS_PARAM_H
16914 # include <sys/param.h>
16916 #ifdef HAVE_SYS_MOUNT_H
16917 # include <sys/mount.h>
16919 #ifdef HAVE_SYS_VFS_H
16920 # include <sys/vfs.h>
16922 #ifdef HAVE_SYS_STATFS_H
16923 # include <sys/statfs.h>
16926 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16928 cat >>confdefs.h
<<_ACEOF
16929 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16936 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16937 #include <sys/statvfs.h>
16940 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16942 cat >>confdefs.h
<<_ACEOF
16943 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16950 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16951 #include <dirent.h>
16954 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16956 cat >>confdefs.h
<<_ACEOF
16957 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16964 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16965 #ifdef HAVE_SYS_SOCKET_H
16966 # include <sys/socket.h>
16968 #ifdef HAVE_SYS_UN_H
16969 # include <sys/un.h>
16972 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16974 cat >>confdefs.h
<<_ACEOF
16975 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16980 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16981 #ifdef HAVE_SYS_SOCKET_H
16982 # include <sys/socket.h>
16984 #ifdef HAVE_SYS_UN_H
16985 # include <sys/un.h>
16988 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16990 cat >>confdefs.h
<<_ACEOF
16991 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16996 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16997 #ifdef HAVE_SYS_SOCKET_H
16998 # include <sys/socket.h>
17000 #ifdef HAVE_SYS_UN_H
17001 # include <sys/un.h>
17004 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17006 cat >>confdefs.h
<<_ACEOF
17007 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17014 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17015 #ifdef HAVE_SCSI_SG_H
17016 #include <scsi/sg.h>
17019 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17021 cat >>confdefs.h
<<_ACEOF
17022 #define HAVE_SCSIREQ_T_CMD 1
17027 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>
17028 #ifdef HAVE_SCSI_SG_H
17029 #include <scsi/sg.h>
17032 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17034 cat >>confdefs.h
<<_ACEOF
17035 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17042 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17044 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17046 cat >>confdefs.h
<<_ACEOF
17047 #define HAVE_SIGINFO_T_SI_FD 1
17054 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17055 #ifdef HAVE_SYS_MTIO_H
17056 #include <sys/mtio.h>
17059 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17061 cat >>confdefs.h
<<_ACEOF
17062 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17067 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17068 #ifdef HAVE_SYS_MTIO_H
17069 #include <sys/mtio.h>
17072 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17074 cat >>confdefs.h
<<_ACEOF
17075 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17080 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17081 #ifdef HAVE_SYS_MTIO_H
17082 #include <sys/mtio.h>
17085 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17087 cat >>confdefs.h
<<_ACEOF
17088 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17095 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17096 #include <getopt.h>
17099 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17101 cat >>confdefs.h
<<_ACEOF
17102 #define HAVE_STRUCT_OPTION_NAME 1
17109 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17110 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17112 cat >>confdefs.h
<<_ACEOF
17113 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17118 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17119 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17121 cat >>confdefs.h
<<_ACEOF
17122 #define HAVE_STRUCT_STAT_ST_MTIM 1
17127 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17128 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17130 cat >>confdefs.h
<<_ACEOF
17131 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17136 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17137 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17139 cat >>confdefs.h
<<_ACEOF
17140 #define HAVE_STRUCT_STAT_ST_CTIM 1
17145 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17146 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17148 cat >>confdefs.h
<<_ACEOF
17149 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17154 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17155 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17157 cat >>confdefs.h
<<_ACEOF
17158 #define HAVE_STRUCT_STAT_ST_ATIM 1
17163 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17164 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17166 cat >>confdefs.h
<<_ACEOF
17167 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17172 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17173 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17175 cat >>confdefs.h
<<_ACEOF
17176 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17181 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17182 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17184 cat >>confdefs.h
<<_ACEOF
17185 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17190 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17191 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17193 cat >>confdefs.h
<<_ACEOF
17194 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17199 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17200 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17202 cat >>confdefs.h
<<_ACEOF
17203 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17208 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17209 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17211 cat >>confdefs.h
<<_ACEOF
17212 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17219 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
17220 #include <sys/types.h>
17222 #ifdef HAVE_NETINET_IN_H
17223 #include <netinet/in.h>
17226 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17228 cat >>confdefs.h
<<_ACEOF
17229 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17236 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17237 #include <sys/types.h>
17239 #ifdef HAVE_NETINET_IN_H
17240 #include <netinet/in.h>
17242 #ifdef HAVE_RESOLV_H
17243 #include <resolv.h>
17246 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17248 cat >>confdefs.h
<<_ACEOF
17249 #define HAVE_STRUCT___RES_STATE 1
17256 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
17257 #include <resolv.h>
17260 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17262 cat >>confdefs.h
<<_ACEOF
17263 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17270 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17271 #include <sys/types.h>
17273 #ifdef HAVE_NETINET_IN_H
17274 # include <netinet/in.h>
17276 #ifdef HAVE_ARPA_NAMESER_H
17277 # include <arpa/nameser.h>
17280 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17282 cat >>confdefs.h
<<_ACEOF
17283 #define HAVE_NS_MSG__MSG_PTR 1
17290 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17291 #include <sys/types.h>
17293 #ifdef HAVE_NETINET_IN_H
17294 #include <netinet/in.h>
17296 #ifdef HAVE_NETINET_IP_H
17297 #include <netinet/ip.h>
17299 #ifdef HAVE_NETINET_IP_ICMP_H
17300 #include <netinet/ip_icmp.h>
17302 #ifdef HAVE_NETINET_ICMP_VAR_H
17303 #include <netinet/icmp_var.h>
17306 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17308 cat >>confdefs.h
<<_ACEOF
17309 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17316 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17317 #include <sys/types.h>
17319 #ifdef HAVE_ALIAS_H
17322 #ifdef HAVE_SYS_SOCKET_H
17323 #include <sys/socket.h>
17325 #ifdef HAVE_SYS_SOCKETVAR_H
17326 #include <sys/socketvar.h>
17328 #ifdef HAVE_SYS_TIMEOUT_H
17329 #include <sys/timeout.h>
17331 #ifdef HAVE_NETINET_IN_H
17332 #include <netinet/in.h>
17334 #ifdef HAVE_NETINET_IN_SYSTM_H
17335 #include <netinet/in_systm.h>
17337 #ifdef HAVE_NETINET_IP_H
17338 #include <netinet/ip.h>
17340 #ifdef HAVE_NETINET_IP_VAR_H
17341 #include <netinet/ip_var.h>
17343 #ifdef HAVE_NETINET_IP_ICMP_H
17344 #include <netinet/ip_icmp.h>
17346 #ifdef HAVE_NETINET_ICMP_VAR_H
17347 #include <netinet/icmp_var.h>
17350 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17352 cat >>confdefs.h
<<_ACEOF
17353 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17360 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17361 #include <sys/types.h>
17363 #ifdef HAVE_SYS_SOCKETVAR_H
17364 #include <sys/socketvar.h>
17366 #ifdef HAVE_NETINET_IN_H
17367 #include <netinet/in.h>
17369 #ifdef HAVE_NETINET_IP_VAR_H
17370 #include <netinet/ip_var.h>
17373 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17375 cat >>confdefs.h
<<_ACEOF
17376 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17383 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
17384 #include <netinet/ip_var.h>
17387 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17389 cat >>confdefs.h
<<_ACEOF
17390 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17397 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17398 #include <sys/types.h>
17400 #ifdef HAVE_SYS_SOCKETVAR_H
17401 #include <sys/socketvar.h>
17403 #ifdef HAVE_NETINET_IN_H
17404 #include <netinet/in.h>
17406 #ifdef HAVE_NETINET_TCP_H
17407 #include <netinet/tcp.h>
17409 #ifdef HAVE_NETINET_TCP_VAR_H
17410 #include <netinet/tcp_var.h>
17413 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17415 cat >>confdefs.h
<<_ACEOF
17416 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17423 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
17424 #include <netinet/tcp_var.h>
17427 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17429 cat >>confdefs.h
<<_ACEOF
17430 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17437 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17438 #include <sys/types.h>
17440 #ifdef HAVE_NETINET_IN_H
17441 #include <netinet/in.h>
17443 #ifdef HAVE_NETINET_IP_VAR_H
17444 #include <netinet/ip_var.h>
17446 #ifdef HAVE_NETINET_UDP_H
17447 #include <netinet/udp.h>
17449 #ifdef HAVE_NETINET_UDP_VAR_H
17450 #include <netinet/udp_var.h>
17453 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17455 cat >>confdefs.h
<<_ACEOF
17456 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17463 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17464 #include <sys/types.h>
17466 #ifdef HAVE_NET_IF_H
17467 # include <net/if.h>
17470 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17472 cat >>confdefs.h
<<_ACEOF
17473 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17481 $as_echo_n "checking for timezone variable... " >&6; }
17482 if ${ac_cv_have_timezone+:} false
; then :
17483 $as_echo_n "(cached) " >&6
17485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17486 /* end confdefs.h. */
17496 if ac_fn_c_try_link
"$LINENO"; then :
17497 ac_cv_have_timezone
="yes"
17499 ac_cv_have_timezone
="no"
17501 rm -f core conftest.err conftest.
$ac_objext \
17502 conftest
$ac_exeext conftest.
$ac_ext
17504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17505 $as_echo "$ac_cv_have_timezone" >&6; }
17506 if test "$ac_cv_have_timezone" = "yes"
17509 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17513 $as_echo_n "checking for daylight variable... " >&6; }
17514 if ${ac_cv_have_daylight+:} false
; then :
17515 $as_echo_n "(cached) " >&6
17517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17518 /* end confdefs.h. */
17528 if ac_fn_c_try_link
"$LINENO"; then :
17529 ac_cv_have_daylight
="yes"
17531 ac_cv_have_daylight
="no"
17533 rm -f core conftest.err conftest.
$ac_objext \
17534 conftest
$ac_exeext conftest.
$ac_ext
17536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17537 $as_echo "$ac_cv_have_daylight" >&6; }
17538 if test "$ac_cv_have_daylight" = "yes"
17541 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17545 ac_save_LIBS
="$LIBS"
17547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17548 $as_echo_n "checking for isfinite... " >&6; }
17549 if ${ac_cv_have_isfinite+:} false
; then :
17550 $as_echo_n "(cached) " >&6
17552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17553 /* end confdefs.h. */
17554 #define _GNU_SOURCE
17559 float f = 0.0; return isfinite(f)
17564 if ac_fn_c_try_link
"$LINENO"; then :
17565 ac_cv_have_isfinite
="yes"
17567 ac_cv_have_isfinite
="no"
17569 rm -f core conftest.err conftest.
$ac_objext \
17570 conftest
$ac_exeext conftest.
$ac_ext
17572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17573 $as_echo "$ac_cv_have_isfinite" >&6; }
17574 if test "$ac_cv_have_isfinite" = "yes"
17577 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17582 $as_echo_n "checking for isinf... " >&6; }
17583 if ${ac_cv_have_isinf+:} false
; then :
17584 $as_echo_n "(cached) " >&6
17586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17587 /* end confdefs.h. */
17592 float f = 0.0; return isinf(f)
17597 if ac_fn_c_try_link
"$LINENO"; then :
17598 ac_cv_have_isinf
="yes"
17600 ac_cv_have_isinf
="no"
17602 rm -f core conftest.err conftest.
$ac_objext \
17603 conftest
$ac_exeext conftest.
$ac_ext
17605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17606 $as_echo "$ac_cv_have_isinf" >&6; }
17607 if test "$ac_cv_have_isinf" = "yes"
17610 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17615 $as_echo_n "checking for isnan... " >&6; }
17616 if ${ac_cv_have_isnan+:} false
; then :
17617 $as_echo_n "(cached) " >&6
17619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17620 /* end confdefs.h. */
17625 float f = 0.0; return isnan(f)
17630 if ac_fn_c_try_link
"$LINENO"; then :
17631 ac_cv_have_isnan
="yes"
17633 ac_cv_have_isnan
="no"
17635 rm -f core conftest.err conftest.
$ac_objext \
17636 conftest
$ac_exeext conftest.
$ac_ext
17638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17639 $as_echo "$ac_cv_have_isnan" >&6; }
17640 if test "$ac_cv_have_isnan" = "yes"
17643 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17697 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17698 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17699 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17700 cat >>confdefs.h
<<_ACEOF
17701 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17707 LIBS
="$ac_save_LIBS"
17709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17710 $as_echo_n "checking for __builtin_clz... " >&6; }
17711 if ${ac_cv_have___builtin_clz+:} false
; then :
17712 $as_echo_n "(cached) " >&6
17714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17715 /* end confdefs.h. */
17720 return __builtin_clz(1)
17725 if ac_fn_c_try_link
"$LINENO"; then :
17726 ac_cv_have___builtin_clz
="yes"
17728 ac_cv_have___builtin_clz
="no"
17730 rm -f core conftest.err conftest.
$ac_objext \
17731 conftest
$ac_exeext conftest.
$ac_ext
17733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17734 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17735 if test "$ac_cv_have___builtin_clz" = "yes"
17738 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17743 $as_echo_n "checking for __builtin_popcount... " >&6; }
17744 if ${ac_cv_have___builtin_popcount+:} false
; then :
17745 $as_echo_n "(cached) " >&6
17747 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17748 /* end confdefs.h. */
17753 return __builtin_popcount(1)
17758 if ac_fn_c_try_link
"$LINENO"; then :
17759 ac_cv_have___builtin_popcount
="yes"
17761 ac_cv_have___builtin_popcount
="no"
17763 rm -f core conftest.err conftest.
$ac_objext \
17764 conftest
$ac_exeext conftest.
$ac_ext
17766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17767 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17768 if test "$ac_cv_have___builtin_popcount" = "yes"
17771 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17776 $as_echo_n "checking for __clear_cache... " >&6; }
17777 if ${ac_cv_have___clear_cache+:} false
; then :
17778 $as_echo_n "(cached) " >&6
17780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17781 /* end confdefs.h. */
17786 __clear_cache((void*)0, (void*)0); return 0;
17791 if ac_fn_c_try_link
"$LINENO"; then :
17792 ac_cv_have___clear_cache
="yes"
17794 ac_cv_have___clear_cache
="no"
17796 rm -f core conftest.err conftest.
$ac_objext \
17797 conftest
$ac_exeext conftest.
$ac_ext
17799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17800 $as_echo "$ac_cv_have___clear_cache" >&6; }
17801 if test "$ac_cv_have___clear_cache" = "yes"
17804 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17810 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17811 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17812 if ${ac_cv_cpp_def___i386__+:} false
; then :
17813 $as_echo_n "(cached) " >&6
17815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17816 /* end confdefs.h. */
17821 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17822 $EGREP "yes" >/dev
/null
2>&1; then :
17823 ac_cv_cpp_def___i386__
=yes
17825 ac_cv_cpp_def___i386__
=no
17830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17831 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17832 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17833 CFLAGS
="$CFLAGS -D__i386__"
17834 LINTFLAGS
="$LINTFLAGS -D__i386__"
17836 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17837 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17838 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17839 $as_echo_n "(cached) " >&6
17841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17842 /* end confdefs.h. */
17847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17848 $EGREP "yes" >/dev
/null
2>&1; then :
17849 ac_cv_cpp_def___x86_64__
=yes
17851 ac_cv_cpp_def___x86_64__
=no
17856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17857 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17858 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17859 CFLAGS
="$CFLAGS -D__x86_64__"
17860 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17862 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17863 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17864 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17865 $as_echo_n "(cached) " >&6
17867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17868 /* end confdefs.h. */
17869 #ifndef __sparc64__
17873 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17874 $EGREP "yes" >/dev
/null
2>&1; then :
17875 ac_cv_cpp_def___sparc64__
=yes
17877 ac_cv_cpp_def___sparc64__
=no
17882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17883 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17884 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17885 CFLAGS
="$CFLAGS -D__sparc64__"
17886 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17888 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17889 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17890 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17891 $as_echo_n "(cached) " >&6
17893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17894 /* end confdefs.h. */
17899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17900 $EGREP "yes" >/dev
/null
2>&1; then :
17901 ac_cv_cpp_def___sparc__
=yes
17903 ac_cv_cpp_def___sparc__
=no
17908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17909 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17910 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17911 CFLAGS
="$CFLAGS -D__sparc__"
17912 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17914 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17915 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17916 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17917 $as_echo_n "(cached) " >&6
17919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17920 /* end confdefs.h. */
17921 #ifndef __powerpc64__
17925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17926 $EGREP "yes" >/dev
/null
2>&1; then :
17927 ac_cv_cpp_def___powerpc64__
=yes
17929 ac_cv_cpp_def___powerpc64__
=no
17934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17935 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17936 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17937 CFLAGS
="$CFLAGS -D__powerpc64__"
17938 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17940 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17941 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17942 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17943 $as_echo_n "(cached) " >&6
17945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17946 /* end confdefs.h. */
17947 #ifndef __powerpc__
17951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17952 $EGREP "yes" >/dev
/null
2>&1; then :
17953 ac_cv_cpp_def___powerpc__
=yes
17955 ac_cv_cpp_def___powerpc__
=no
17960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17961 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17962 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17963 CFLAGS
="$CFLAGS -D__powerpc__"
17964 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17966 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17967 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17968 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17969 $as_echo_n "(cached) " >&6
17971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17972 /* end confdefs.h. */
17973 #ifndef __aarch64__
17977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17978 $EGREP "yes" >/dev
/null
2>&1; then :
17979 ac_cv_cpp_def___aarch64__
=yes
17981 ac_cv_cpp_def___aarch64__
=no
17986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17987 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17988 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17989 CFLAGS
="$CFLAGS -D__aarch64__"
17990 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17992 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17993 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17994 if ${ac_cv_cpp_def___arm__+:} false
; then :
17995 $as_echo_n "(cached) " >&6
17997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17998 /* end confdefs.h. */
18003 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18004 $EGREP "yes" >/dev
/null
2>&1; then :
18005 ac_cv_cpp_def___arm__
=yes
18007 ac_cv_cpp_def___arm__
=no
18012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18013 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18014 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18015 CFLAGS
="$CFLAGS -D__arm__"
18016 LINTFLAGS
="$LINTFLAGS -D__arm__"
18020 case $host_vendor in
18021 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18022 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18023 if ${ac_cv_cpp_def___sun__+:} false
; then :
18024 $as_echo_n "(cached) " >&6
18026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18027 /* end confdefs.h. */
18032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18033 $EGREP "yes" >/dev
/null
2>&1; then :
18034 ac_cv_cpp_def___sun__
=yes
18036 ac_cv_cpp_def___sun__
=no
18041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18042 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18043 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18044 CFLAGS
="$CFLAGS -D__sun__"
18045 LINTFLAGS
="$LINTFLAGS -D__sun__"
18053 ac_config_commands
="$ac_config_commands include/stamp-h"
18055 $as_echo_n "creating Makefile rules..." >&6
18057 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18058 SOCKET_LIBS = $SOCKET_LIBS
18059 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18060 IOKIT_LIBS = $IOKIT_LIBS
18061 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18062 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18063 CORESERVICES_LIBS = $CORESERVICES_LIBS
18064 APPKIT_LIBS = $APPKIT_LIBS
18065 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18066 SECURITY_LIBS = $SECURITY_LIBS
18067 COREAUDIO_LIBS = $COREAUDIO_LIBS
18068 OPENAL_LIBS = $OPENAL_LIBS
18069 OPENCL_LIBS = $OPENCL_LIBS
18070 QUICKTIME_LIBS = $QUICKTIME_LIBS
18071 CARBON_LIBS = $CARBON_LIBS
18072 PTHREAD_LIBS = $PTHREAD_LIBS
18073 X_CFLAGS = $X_CFLAGS
18074 X_PRE_LIBS = $X_PRE_LIBS
18076 X_EXTRA_LIBS = $X_EXTRA_LIBS
18077 PCAP_LIBS = $PCAP_LIBS
18078 XML2_CFLAGS = $XML2_CFLAGS
18079 XML2_LIBS = $XML2_LIBS
18080 XSLT_CFLAGS = $XSLT_CFLAGS
18081 XSLT_LIBS = $XSLT_LIBS
18082 DBUS_CFLAGS = $DBUS_CFLAGS
18083 DBUS_LIBS = $DBUS_LIBS
18084 HAL_CFLAGS = $HAL_CFLAGS
18085 HAL_LIBS = $HAL_LIBS
18086 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18087 GNUTLS_LIBS = $GNUTLS_LIBS
18088 SANE_CFLAGS = $SANE_CFLAGS
18089 SANE_LIBS = $SANE_LIBS
18090 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18091 GPHOTO2_LIBS = $GPHOTO2_LIBS
18092 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18093 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18094 RESOLV_LIBS = $RESOLV_LIBS
18095 LCMS2_CFLAGS = $LCMS2_CFLAGS
18096 LCMS2_LIBS = $LCMS2_LIBS
18097 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18098 FREETYPE_LIBS = $FREETYPE_LIBS
18100 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18101 PULSE_CFLAGS = $PULSE_CFLAGS
18102 PULSE_LIBS = $PULSE_LIBS
18103 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18104 GSTREAMER_LIBS = $GSTREAMER_LIBS
18105 ALSA_LIBS = $ALSA_LIBS
18106 OSS4_CFLAGS = $OSS4_CFLAGS
18107 UDEV_CFLAGS = $UDEV_CFLAGS
18108 UDEV_LIBS = $UDEV_LIBS
18109 SDL2_CFLAGS = $SDL2_CFLAGS
18110 SDL2_LIBS = $SDL2_LIBS
18111 CAPI20_CFLAGS = $CAPI20_CFLAGS
18112 CAPI20_LIBS = $CAPI20_LIBS
18113 CUPS_CFLAGS = $CUPS_CFLAGS
18114 CUPS_LIBS = $CUPS_LIBS
18115 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18116 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18117 KRB5_CFLAGS = $KRB5_CFLAGS
18118 KRB5_LIBS = $KRB5_LIBS
18119 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18120 GSSAPI_LIBS = $GSSAPI_LIBS
18121 JPEG_CFLAGS = $JPEG_CFLAGS
18122 JPEG_LIBS = $JPEG_LIBS
18123 PNG_CFLAGS = $PNG_CFLAGS
18124 PNG_LIBS = $PNG_LIBS
18125 TIFF_CFLAGS = $TIFF_CFLAGS
18126 TIFF_LIBS = $TIFF_LIBS
18127 MPG123_CFLAGS = $MPG123_CFLAGS
18128 MPG123_LIBS = $MPG123_LIBS
18129 KSTAT_LIBS = $KSTAT_LIBS
18130 PROCSTAT_LIBS = $PROCSTAT_LIBS
18131 NETAPI_CFLAGS = $NETAPI_CFLAGS
18132 NETAPI_LIBS = $NETAPI_LIBS
18133 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18135 POLL_LIBS = $POLL_LIBS
18137 LDAP_CFLAGS = $LDAP_CFLAGS
18138 LDAP_LIBS = $LDAP_LIBS
18143 wine_fn_append_rule
"
18144 # Rules automatically generated by configure
18149 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18150 @./config.status Make.tmp Makefile
18151 depend: \$(MAKEDEP) dummy
18154 if test "x$enable_fonts" != xno
; then
18155 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18156 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18157 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18158 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18159 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18160 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18162 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18163 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18164 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18165 wine_fn_config_symlink wine
18166 if test "x$enable_win64" != xno
; then
18167 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18168 wine_fn_config_symlink wine64
18171 wine_fn_config_makefile dlls
/acledit enable_acledit
18172 wine_fn_config_makefile dlls
/aclui enable_aclui
18173 wine_fn_config_makefile dlls
/activeds enable_activeds
18174 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
18175 wine_fn_config_makefile dlls
/adsiid enable_adsiid
18176 wine_fn_config_makefile dlls
/adsldp enable_adsldp
18177 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
18178 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
18179 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
18180 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
18181 wine_fn_config_makefile dlls
/advpack enable_advpack
18182 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
18183 wine_fn_config_makefile dlls
/amstream enable_amstream
18184 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
18185 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18186 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18187 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18188 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18189 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18190 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18191 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18192 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18193 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18194 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18195 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18196 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18197 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18198 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18199 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18200 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18201 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18202 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18203 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18204 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18205 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18206 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18207 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18208 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18209 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18210 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18211 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18212 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18213 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18214 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18215 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18216 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18217 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18218 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18219 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18220 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18221 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18222 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18223 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18224 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18225 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18226 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18227 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18228 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18229 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18230 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18231 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18232 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18233 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18234 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18235 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18236 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18237 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18238 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18239 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18240 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18241 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18242 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18243 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18244 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18245 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18246 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18247 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18248 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18249 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18250 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18251 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18252 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18253 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18254 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18255 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18256 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18257 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18258 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18259 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18260 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18261 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18262 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18263 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18264 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18265 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18266 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18267 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18268 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18269 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18270 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18271 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18272 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18273 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18274 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18275 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18276 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18277 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18278 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18279 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18280 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18281 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18282 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18283 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18284 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18285 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18286 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18287 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18288 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18289 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18290 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18291 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18292 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18293 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18294 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18295 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18296 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18297 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18298 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18299 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18300 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18301 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18302 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18303 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18304 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18305 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18306 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18307 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18308 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18309 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18310 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18311 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18312 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18313 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18314 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18315 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18316 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18317 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18318 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18319 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18320 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18321 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18322 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18323 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18324 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18325 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18326 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18327 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18328 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18329 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18330 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18331 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18332 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18333 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18334 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18335 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18336 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18337 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18338 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18339 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18340 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18341 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18342 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18343 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18344 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18345 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18346 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18347 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18348 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18349 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18350 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18351 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18352 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18353 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18354 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18355 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18356 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18357 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18358 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18359 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18360 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18361 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18362 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18363 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18364 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18365 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18366 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18367 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18368 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18369 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18370 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18371 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18372 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18373 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18374 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18375 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18376 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18377 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18378 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18379 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18380 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18381 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18382 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18383 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18384 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18385 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18386 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18387 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18388 wine_fn_config_makefile dlls
/apphelp enable_apphelp
18389 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
18390 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
18391 wine_fn_config_makefile dlls
/atl enable_atl
18392 wine_fn_config_makefile dlls
/atl
/tests enable_tests
18393 wine_fn_config_makefile dlls
/atl100 enable_atl100
18394 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
18395 wine_fn_config_makefile dlls
/atl110 enable_atl110
18396 wine_fn_config_makefile dlls
/atl80 enable_atl80
18397 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
18398 wine_fn_config_makefile dlls
/atl90 enable_atl90
18399 wine_fn_config_makefile dlls
/authz enable_authz
18400 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
18401 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
18402 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
18403 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
18404 wine_fn_config_makefile dlls
/avrt enable_avrt
18405 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
18406 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
18407 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
18408 wine_fn_config_makefile dlls
/browseui enable_browseui
18409 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
18410 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
18411 wine_fn_config_makefile dlls
/cabinet enable_cabinet
18412 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
18413 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
18414 wine_fn_config_makefile dlls
/cards enable_cards
18415 wine_fn_config_makefile dlls
/cdosys enable_cdosys
18416 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
18417 wine_fn_config_makefile dlls
/clusapi enable_clusapi
18418 wine_fn_config_makefile dlls
/combase enable_combase
18419 wine_fn_config_makefile dlls
/combase
/tests enable_tests
18420 wine_fn_config_makefile dlls
/comcat enable_comcat
18421 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
18422 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
18423 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
18424 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
18425 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
18426 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
18427 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
18428 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
18429 wine_fn_config_makefile dlls
/compstui enable_compstui
18430 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
18431 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
18432 wine_fn_config_makefile dlls
/connect enable_connect
18433 wine_fn_config_makefile dlls
/credui enable_credui
18434 wine_fn_config_makefile dlls
/credui
/tests enable_tests
18435 wine_fn_config_makefile dlls
/crtdll enable_crtdll
18436 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
18437 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
18438 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
18439 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
18440 wine_fn_config_makefile dlls
/cryptext enable_cryptext
18441 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
18442 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
18443 wine_fn_config_makefile dlls
/cryptui enable_cryptui
18444 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
18445 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
18446 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
18447 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
18448 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
18449 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
18450 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
18451 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
18452 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
18453 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
18454 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
18455 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
18456 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
18457 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
18458 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
18459 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
18460 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
18461 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
18462 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
18463 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
18464 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
18465 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
18466 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
18467 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
18468 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
18469 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
18470 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
18471 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
18472 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
18473 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
18474 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
18475 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
18476 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
18477 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
18478 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
18479 wine_fn_config_makefile dlls
/d3dim enable_d3dim
18480 wine_fn_config_makefile dlls
/d3drm enable_d3drm
18481 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
18482 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
18483 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
18484 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
18485 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
18486 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
18487 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
18488 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
18489 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
18490 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
18491 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
18492 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
18493 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
18494 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
18495 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
18496 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
18497 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
18498 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
18499 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
18500 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
18501 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
18502 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
18503 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
18504 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
18505 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
18506 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
18507 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
18508 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
18509 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
18510 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
18511 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
18512 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
18513 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
18514 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
18515 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
18516 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
18517 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
18518 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
18519 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
18520 wine_fn_config_makefile dlls
/davclnt enable_davclnt
18521 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
18522 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
18523 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
18524 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
18525 wine_fn_config_makefile dlls
/ddraw enable_ddraw
18526 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
18527 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
18528 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
18529 wine_fn_config_makefile dlls
/devenum enable_devenum
18530 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
18531 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
18532 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
18533 wine_fn_config_makefile dlls
/difxapi enable_difxapi
18534 wine_fn_config_makefile dlls
/dinput enable_dinput
18535 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
18536 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
18537 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
18538 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
18539 wine_fn_config_makefile dlls
/dispex enable_dispex
18540 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
18541 wine_fn_config_makefile dlls
/display.drv16 enable_win16
18542 wine_fn_config_makefile dlls
/dmband enable_dmband
18543 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
18544 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
18545 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
18546 wine_fn_config_makefile dlls
/dmime enable_dmime
18547 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
18548 wine_fn_config_makefile dlls
/dmloader enable_dmloader
18549 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
18550 wine_fn_config_makefile dlls
/dmscript enable_dmscript
18551 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
18552 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
18553 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
18554 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
18555 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
18556 wine_fn_config_makefile dlls
/dmusic enable_dmusic
18557 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
18558 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
18559 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
18560 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
18561 wine_fn_config_makefile dlls
/dplay enable_dplay
18562 wine_fn_config_makefile dlls
/dplayx enable_dplayx
18563 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
18564 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
18565 wine_fn_config_makefile dlls
/dpnet enable_dpnet
18566 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
18567 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
18568 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
18569 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
18570 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
18571 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
18572 wine_fn_config_makefile dlls
/drmclien enable_drmclien
18573 wine_fn_config_makefile dlls
/dsound enable_dsound
18574 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
18575 wine_fn_config_makefile dlls
/dsquery enable_dsquery
18576 wine_fn_config_makefile dlls
/dssenh enable_dssenh
18577 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
18578 wine_fn_config_makefile dlls
/dswave enable_dswave
18579 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
18580 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
18581 wine_fn_config_makefile dlls
/dwrite enable_dwrite
18582 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
18583 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
18584 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
18585 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
18586 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
18587 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
18588 wine_fn_config_makefile dlls
/dxgi enable_dxgi
18589 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
18590 wine_fn_config_makefile dlls
/dxguid enable_dxguid
18591 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
18592 wine_fn_config_makefile dlls
/esent enable_esent
18593 wine_fn_config_makefile dlls
/evr enable_evr
18594 wine_fn_config_makefile dlls
/evr
/tests enable_tests
18595 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
18596 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
18597 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18598 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18599 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18600 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18601 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18602 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18603 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18604 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18605 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18606 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
18607 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18608 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
18609 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18610 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18611 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18612 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18613 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18614 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
18615 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18616 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18617 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18618 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
18619 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18620 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18621 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18622 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18623 wine_fn_config_makefile dlls
/faultrep enable_faultrep
18624 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
18625 wine_fn_config_makefile dlls
/fltlib enable_fltlib
18626 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
18627 wine_fn_config_makefile dlls
/fntcache enable_fntcache
18628 wine_fn_config_makefile dlls
/fontsub enable_fontsub
18629 wine_fn_config_makefile dlls
/fusion enable_fusion
18630 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
18631 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
18632 wine_fn_config_makefile dlls
/gameux enable_gameux
18633 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
18634 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
18635 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
18636 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
18637 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
18638 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
18639 wine_fn_config_makefile dlls
/glu32 enable_glu32
18640 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
18641 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
18642 wine_fn_config_makefile dlls
/hal enable_hal
18643 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
18644 wine_fn_config_makefile dlls
/hid enable_hid
18645 wine_fn_config_makefile dlls
/hid
/tests enable_tests
18646 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
18647 wine_fn_config_makefile dlls
/hlink enable_hlink
18648 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
18649 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
18650 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
18651 wine_fn_config_makefile dlls
/httpapi enable_httpapi
18652 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
18653 wine_fn_config_makefile dlls
/iccvid enable_iccvid
18654 wine_fn_config_makefile dlls
/icmp enable_icmp
18655 wine_fn_config_makefile dlls
/ieframe enable_ieframe
18656 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
18657 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
18658 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
18659 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
18660 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
18661 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
18662 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
18663 wine_fn_config_makefile dlls
/imm32 enable_imm32
18664 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
18665 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
18666 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
18667 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
18668 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
18669 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
18670 wine_fn_config_makefile dlls
/infosoft enable_infosoft
18671 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
18672 wine_fn_config_makefile dlls
/initpki enable_initpki
18673 wine_fn_config_makefile dlls
/inkobj enable_inkobj
18674 wine_fn_config_makefile dlls
/inseng enable_inseng
18675 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
18676 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
18677 wine_fn_config_makefile dlls
/iprop enable_iprop
18678 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
18679 wine_fn_config_makefile dlls
/itircl enable_itircl
18680 wine_fn_config_makefile dlls
/itss enable_itss
18681 wine_fn_config_makefile dlls
/itss
/tests enable_tests
18682 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
18683 wine_fn_config_makefile dlls
/jscript enable_jscript
18684 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
18685 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
18686 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
18687 wine_fn_config_makefile dlls
/kerberos enable_kerberos
18688 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
18689 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
18690 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
18691 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
18692 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
18693 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
18694 wine_fn_config_makefile dlls
/ksuser enable_ksuser
18695 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
18696 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
18697 wine_fn_config_makefile dlls
/loadperf enable_loadperf
18698 wine_fn_config_makefile dlls
/localspl enable_localspl
18699 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
18700 wine_fn_config_makefile dlls
/localui enable_localui
18701 wine_fn_config_makefile dlls
/localui
/tests enable_tests
18702 wine_fn_config_makefile dlls
/lz32 enable_lz32
18703 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
18704 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
18705 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
18706 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
18707 wine_fn_config_makefile dlls
/mapistub enable_mapistub
18708 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
18709 wine_fn_config_makefile dlls
/mcicda enable_mcicda
18710 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
18711 wine_fn_config_makefile dlls
/mciseq enable_mciseq
18712 wine_fn_config_makefile dlls
/mciwave enable_mciwave
18713 wine_fn_config_makefile dlls
/mf enable_mf
18714 wine_fn_config_makefile dlls
/mf
/tests enable_tests
18715 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
18716 wine_fn_config_makefile dlls
/mfplat enable_mfplat
18717 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
18718 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
18719 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
18720 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
18721 wine_fn_config_makefile dlls
/midimap enable_midimap
18722 wine_fn_config_makefile dlls
/mlang enable_mlang
18723 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
18724 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
18725 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
18726 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
18727 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
18728 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
18729 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
18730 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
18731 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
18732 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
18733 wine_fn_config_makefile dlls
/mpr enable_mpr
18734 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
18735 wine_fn_config_makefile dlls
/mprapi enable_mprapi
18736 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
18737 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
18738 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
18739 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
18740 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
18741 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
18742 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
18743 wine_fn_config_makefile dlls
/mscms enable_mscms
18744 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
18745 wine_fn_config_makefile dlls
/mscoree enable_mscoree
18746 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
18747 wine_fn_config_makefile dlls
/msctf enable_msctf
18748 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
18749 wine_fn_config_makefile dlls
/msctfp enable_msctfp
18750 wine_fn_config_makefile dlls
/msdaps enable_msdaps
18751 wine_fn_config_makefile dlls
/msdelta enable_msdelta
18752 wine_fn_config_makefile dlls
/msdmo enable_msdmo
18753 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
18754 wine_fn_config_makefile dlls
/msdrm enable_msdrm
18755 wine_fn_config_makefile dlls
/msftedit enable_msftedit
18756 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
18757 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
18758 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
18759 wine_fn_config_makefile dlls
/mshtml enable_mshtml
18760 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
18761 wine_fn_config_makefile dlls
/msi enable_msi
18762 wine_fn_config_makefile dlls
/msi
/tests enable_tests
18763 wine_fn_config_makefile dlls
/msident enable_msident
18764 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
18765 wine_fn_config_makefile dlls
/msimsg enable_msimsg
18766 wine_fn_config_makefile dlls
/msimtf enable_msimtf
18767 wine_fn_config_makefile dlls
/msisip enable_msisip
18768 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
18769 wine_fn_config_makefile dlls
/msls31 enable_msls31
18770 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
18771 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
18772 wine_fn_config_makefile dlls
/msports enable_msports
18773 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
18774 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
18775 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
18776 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
18777 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
18778 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
18779 wine_fn_config_makefile dlls
/mstask enable_mstask
18780 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
18781 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
18782 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
18783 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
18784 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
18785 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
18786 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
18787 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
18788 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
18789 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
18790 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
18791 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
18792 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
18793 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
18794 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
18795 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
18796 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
18797 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
18798 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
18799 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
18800 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
18801 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
18802 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
18803 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
18804 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
18805 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
18806 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
18807 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
18808 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
18809 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
18810 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
18811 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
18812 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
18813 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
18814 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
18815 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
18816 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
18817 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
18818 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
18819 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
18820 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
18821 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
18822 wine_fn_config_makefile dlls
/mswsock enable_mswsock
18823 wine_fn_config_makefile dlls
/msxml enable_msxml
18824 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
18825 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
18826 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
18827 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
18828 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
18829 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
18830 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
18831 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
18832 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
18833 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
18834 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
18835 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
18836 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
18837 wine_fn_config_makefile dlls
/netprofm enable_netprofm
18838 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
18839 wine_fn_config_makefile dlls
/newdev enable_newdev
18840 wine_fn_config_makefile dlls
/ninput enable_ninput
18841 wine_fn_config_makefile dlls
/normaliz enable_normaliz
18842 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
18843 wine_fn_config_makefile dlls
/npptools enable_npptools
18844 wine_fn_config_makefile dlls
/ntdll enable_ntdll
18845 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
18846 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
18847 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
18848 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
18849 wine_fn_config_makefile dlls
/ntprint enable_ntprint
18850 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
18851 wine_fn_config_makefile dlls
/objsel enable_objsel
18852 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
18853 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
18854 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
18855 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
18856 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
18857 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
18858 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
18859 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
18860 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
18861 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
18862 wine_fn_config_makefile dlls
/ole32 enable_ole32
18863 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
18864 wine_fn_config_makefile dlls
/oleacc enable_oleacc
18865 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
18866 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
18867 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
18868 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
18869 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
18870 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
18871 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
18872 wine_fn_config_makefile dlls
/oledlg enable_oledlg
18873 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
18874 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
18875 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
18876 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
18877 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
18878 wine_fn_config_makefile dlls
/openal32 enable_openal32
18879 wine_fn_config_makefile dlls
/opencl enable_opencl
18880 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
18881 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
18882 wine_fn_config_makefile dlls
/packager enable_packager
18883 wine_fn_config_makefile dlls
/packager
/tests enable_tests
18884 wine_fn_config_makefile dlls
/pdh enable_pdh
18885 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
18886 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
18887 wine_fn_config_makefile dlls
/pidgen enable_pidgen
18888 wine_fn_config_makefile dlls
/powrprof enable_powrprof
18889 wine_fn_config_makefile dlls
/printui enable_printui
18890 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
18891 wine_fn_config_makefile dlls
/propsys enable_propsys
18892 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
18893 wine_fn_config_makefile dlls
/psapi enable_psapi
18894 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
18895 wine_fn_config_makefile dlls
/pstorec enable_pstorec
18896 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
18897 wine_fn_config_makefile dlls
/qcap enable_qcap
18898 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
18899 wine_fn_config_makefile dlls
/qedit enable_qedit
18900 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
18901 wine_fn_config_makefile dlls
/qmgr enable_qmgr
18902 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
18903 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
18904 wine_fn_config_makefile dlls
/quartz enable_quartz
18905 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
18906 wine_fn_config_makefile dlls
/query enable_query
18907 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
18908 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
18909 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
18910 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
18911 wine_fn_config_makefile dlls
/regapi enable_regapi
18912 wine_fn_config_makefile dlls
/resutils enable_resutils
18913 wine_fn_config_makefile dlls
/riched20 enable_riched20
18914 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
18915 wine_fn_config_makefile dlls
/riched32 enable_riched32
18916 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
18917 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
18918 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
18919 wine_fn_config_makefile dlls
/rsabase enable_rsabase
18920 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
18921 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
18922 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
18923 wine_fn_config_makefile dlls
/rtutils enable_rtutils
18924 wine_fn_config_makefile dlls
/samlib enable_samlib
18925 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
18926 wine_fn_config_makefile dlls
/sapi enable_sapi
18927 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
18928 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
18929 wine_fn_config_makefile dlls
/sccbase enable_sccbase
18930 wine_fn_config_makefile dlls
/schannel enable_schannel
18931 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
18932 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
18933 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
18934 wine_fn_config_makefile dlls
/scrobj enable_scrobj
18935 wine_fn_config_makefile dlls
/scrrun enable_scrrun
18936 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
18937 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
18938 wine_fn_config_makefile dlls
/secur32 enable_secur32
18939 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
18940 wine_fn_config_makefile dlls
/security enable_security
18941 wine_fn_config_makefile dlls
/sensapi enable_sensapi
18942 wine_fn_config_makefile dlls
/serialui enable_serialui
18943 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
18944 wine_fn_config_makefile dlls
/setupapi enable_setupapi
18945 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
18946 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
18947 wine_fn_config_makefile dlls
/sfc enable_sfc
18948 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
18949 wine_fn_config_makefile dlls
/shcore enable_shcore
18950 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
18951 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
18952 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
18953 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
18954 wine_fn_config_makefile dlls
/shell32 enable_shell32
18955 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
18956 wine_fn_config_makefile dlls
/shfolder enable_shfolder
18957 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
18958 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
18959 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
18960 wine_fn_config_makefile dlls
/slc enable_slc
18961 wine_fn_config_makefile dlls
/slc
/tests enable_tests
18962 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
18963 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
18964 wine_fn_config_makefile dlls
/softpub enable_softpub
18965 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
18966 wine_fn_config_makefile dlls
/spoolss enable_spoolss
18967 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
18968 wine_fn_config_makefile dlls
/sspicli enable_sspicli
18969 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
18970 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
18971 wine_fn_config_makefile dlls
/sti enable_sti
18972 wine_fn_config_makefile dlls
/sti
/tests enable_tests
18973 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
18974 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
18975 wine_fn_config_makefile dlls
/strmbase enable_strmbase
18976 wine_fn_config_makefile dlls
/strmiids enable_strmiids
18977 wine_fn_config_makefile dlls
/svrapi enable_svrapi
18978 wine_fn_config_makefile dlls
/sxs enable_sxs
18979 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
18980 wine_fn_config_makefile dlls
/system.drv16 enable_win16
18981 wine_fn_config_makefile dlls
/t2embed enable_t2embed
18982 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
18983 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
18984 wine_fn_config_makefile dlls
/taskschd enable_taskschd
18985 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
18986 wine_fn_config_makefile dlls
/tdh enable_tdh
18987 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
18988 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
18989 wine_fn_config_makefile dlls
/traffic enable_traffic
18990 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
18991 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
18992 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
18993 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
18994 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
18995 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
18996 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
18997 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
18998 wine_fn_config_makefile dlls
/unicows enable_unicows
18999 wine_fn_config_makefile dlls
/updspapi enable_updspapi
19000 wine_fn_config_makefile dlls
/url enable_url
19001 wine_fn_config_makefile dlls
/urlmon enable_urlmon
19002 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
19003 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
19004 wine_fn_config_makefile dlls
/user.exe16 enable_win16
19005 wine_fn_config_makefile dlls
/user32 enable_user32
19006 wine_fn_config_makefile dlls
/user32
/tests enable_tests
19007 wine_fn_config_makefile dlls
/userenv enable_userenv
19008 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
19009 wine_fn_config_makefile dlls
/usp10 enable_usp10
19010 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
19011 wine_fn_config_makefile dlls
/uuid enable_uuid
19012 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
19013 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
19014 wine_fn_config_makefile dlls
/vbscript enable_vbscript
19015 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
19016 wine_fn_config_makefile dlls
/vcomp enable_vcomp
19017 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
19018 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
19019 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
19020 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
19021 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
19022 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
19023 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
19024 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
19025 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
19026 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
19027 wine_fn_config_makefile dlls
/version enable_version
19028 wine_fn_config_makefile dlls
/version
/tests enable_tests
19029 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
19030 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
19031 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
19032 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
19033 wine_fn_config_makefile dlls
/vssapi enable_vssapi
19034 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
19035 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
19036 wine_fn_config_makefile dlls
/w32skrnl enable_win16
19037 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
19038 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
19039 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
19040 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
19041 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
19042 wine_fn_config_makefile dlls
/wdscore enable_wdscore
19043 wine_fn_config_makefile dlls
/webservices enable_webservices
19044 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
19045 wine_fn_config_makefile dlls
/wer enable_wer
19046 wine_fn_config_makefile dlls
/wer
/tests enable_tests
19047 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
19048 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
19049 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
19050 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
19051 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
19052 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
19053 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
19054 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
19055 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
19056 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
19057 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
19058 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
19059 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
19060 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
19061 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
19062 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
19063 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
19064 wine_fn_config_makefile dlls
/wined3d enable_wined3d
19065 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
19066 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
19067 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
19068 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
19069 wine_fn_config_makefile dlls
/winemapi enable_winemapi
19070 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
19071 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
19072 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
19073 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
19074 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
19075 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
19076 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
19077 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
19078 wine_fn_config_makefile dlls
/wing32 enable_wing32
19079 wine_fn_config_makefile dlls
/winhttp enable_winhttp
19080 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
19081 wine_fn_config_makefile dlls
/wininet enable_wininet
19082 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
19083 wine_fn_config_makefile dlls
/winmm enable_winmm
19084 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
19085 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
19086 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
19087 wine_fn_config_makefile dlls
/winscard enable_winscard
19088 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
19089 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
19090 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
19091 wine_fn_config_makefile dlls
/winsta enable_winsta
19092 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
19093 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
19094 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
19095 wine_fn_config_makefile dlls
/wintrust enable_wintrust
19096 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
19097 wine_fn_config_makefile dlls
/winusb enable_winusb
19098 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
19099 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
19100 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
19101 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
19102 wine_fn_config_makefile dlls
/wmasf enable_wmasf
19103 wine_fn_config_makefile dlls
/wmi enable_wmi
19104 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
19105 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
19106 wine_fn_config_makefile dlls
/wmp enable_wmp
19107 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
19108 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
19109 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
19110 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
19111 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
19112 wine_fn_config_makefile dlls
/wow32 enable_win16
19113 wine_fn_config_makefile dlls
/wpc enable_wpc
19114 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
19115 wine_fn_config_makefile dlls
/wpcap enable_wpcap
19116 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
19117 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
19118 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
19119 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
19120 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
19121 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
19122 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
19123 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
19124 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
19125 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
19126 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
19127 wine_fn_config_makefile dlls
/wuapi enable_wuapi
19128 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
19129 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
19130 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
19131 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
19132 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
19133 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
19134 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
19135 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
19136 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
19137 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
19138 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
19139 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
19140 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
19141 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
19142 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
19143 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
19144 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
19145 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
19146 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
19147 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
19148 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
19149 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
19150 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
19151 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
19152 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
19153 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
19154 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
19155 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
19156 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
19157 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
19158 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
19159 wine_fn_config_makefile dlls
/xmllite enable_xmllite
19160 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
19161 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
19162 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
19163 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
19164 test -n "$with_wine64" || wine_fn_config_makefile fonts enable_fonts
19165 wine_fn_config_makefile include enable_include
19166 wine_fn_config_makefile libs
/port enable_port
19167 wine_fn_config_makefile libs
/wine enable_wine
19168 wine_fn_config_makefile libs
/wpp enable_wpp
19169 wine_fn_config_makefile loader enable_loader
19170 wine_fn_config_makefile po enable_po
19171 wine_fn_config_makefile programs
/arp enable_arp
19172 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
19173 wine_fn_config_makefile programs
/attrib enable_attrib
19174 wine_fn_config_makefile programs
/cabarc enable_cabarc
19175 wine_fn_config_makefile programs
/cacls enable_cacls
19176 wine_fn_config_makefile programs
/clock enable_clock
19177 wine_fn_config_makefile programs
/cmd enable_cmd
19178 wine_fn_config_makefile programs
/cmd
/tests enable_tests
19179 wine_fn_config_makefile programs
/conhost enable_conhost
19180 wine_fn_config_makefile programs
/control enable_control
19181 wine_fn_config_makefile programs
/cscript enable_cscript
19182 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
19183 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
19184 wine_fn_config_makefile programs
/eject enable_eject
19185 wine_fn_config_makefile programs
/expand enable_expand
19186 wine_fn_config_makefile programs
/explorer enable_explorer
19187 wine_fn_config_makefile programs
/extrac32 enable_extrac32
19188 wine_fn_config_makefile programs
/findstr enable_findstr
19189 wine_fn_config_makefile programs
/fsutil enable_fsutil
19190 wine_fn_config_makefile programs
/hh enable_hh
19191 wine_fn_config_makefile programs
/hostname enable_hostname
19192 wine_fn_config_makefile programs
/icacls enable_icacls
19193 wine_fn_config_makefile programs
/icinfo enable_icinfo
19194 wine_fn_config_makefile programs
/iexplore enable_iexplore
19195 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
19196 wine_fn_config_makefile programs
/lodctr enable_lodctr
19197 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
19198 wine_fn_config_makefile programs
/mshta enable_mshta
19199 wine_fn_config_makefile programs
/msiexec enable_msiexec
19200 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
19201 wine_fn_config_makefile programs
/net enable_net
19202 wine_fn_config_makefile programs
/netsh enable_netsh
19203 wine_fn_config_makefile programs
/netstat enable_netstat
19204 wine_fn_config_makefile programs
/ngen enable_ngen
19205 wine_fn_config_makefile programs
/notepad enable_notepad
19206 wine_fn_config_makefile programs
/oleview enable_oleview
19207 wine_fn_config_makefile programs
/ping enable_ping
19208 wine_fn_config_makefile programs
/plugplay enable_plugplay
19209 wine_fn_config_makefile programs
/powershell enable_powershell
19210 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
19211 wine_fn_config_makefile programs
/progman enable_progman
19212 wine_fn_config_makefile programs
/reg enable_reg
19213 wine_fn_config_makefile programs
/reg
/tests enable_tests
19214 wine_fn_config_makefile programs
/regasm enable_regasm
19215 wine_fn_config_makefile programs
/regedit enable_regedit
19216 wine_fn_config_makefile programs
/regedit
/tests enable_tests
19217 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
19218 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
19219 wine_fn_config_makefile programs
/rpcss enable_rpcss
19220 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
19221 wine_fn_config_makefile programs
/rundll32 enable_rundll32
19222 wine_fn_config_makefile programs
/sc enable_sc
19223 wine_fn_config_makefile programs
/schtasks enable_schtasks
19224 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
19225 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
19226 wine_fn_config_makefile programs
/secedit enable_secedit
19227 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
19228 wine_fn_config_makefile programs
/services enable_services
19229 wine_fn_config_makefile programs
/services
/tests enable_tests
19230 wine_fn_config_makefile programs
/shutdown enable_shutdown
19231 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
19232 wine_fn_config_makefile programs
/start enable_start
19233 wine_fn_config_makefile programs
/subst enable_subst
19234 wine_fn_config_makefile programs
/svchost enable_svchost
19235 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
19236 wine_fn_config_makefile programs
/taskkill enable_taskkill
19237 wine_fn_config_makefile programs
/tasklist enable_tasklist
19238 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
19239 wine_fn_config_makefile programs
/termsv enable_termsv
19240 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
19241 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
19242 wine_fn_config_makefile programs
/view enable_view
19243 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
19244 wine_fn_config_makefile programs
/wineboot enable_wineboot
19245 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
19246 wine_fn_config_makefile programs
/winecfg enable_winecfg
19247 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
19248 wine_fn_config_makefile programs
/winedbg enable_winedbg
19249 wine_fn_config_makefile programs
/winedevice enable_winedevice
19250 wine_fn_config_makefile programs
/winefile enable_winefile
19251 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
19252 wine_fn_config_makefile programs
/winemine enable_winemine
19253 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
19254 wine_fn_config_makefile programs
/winepath enable_winepath
19255 wine_fn_config_makefile programs
/winetest enable_winetest
19256 wine_fn_config_makefile programs
/winevdm enable_win16
19257 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
19258 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
19259 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
19260 wine_fn_config_makefile programs
/winver enable_winver
19261 wine_fn_config_makefile programs
/wmic enable_wmic
19262 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
19263 wine_fn_config_makefile programs
/wordpad enable_wordpad
19264 wine_fn_config_makefile programs
/write enable_write
19265 wine_fn_config_makefile programs
/wscript enable_wscript
19266 wine_fn_config_makefile programs
/wscript
/tests enable_tests
19267 wine_fn_config_makefile programs
/wusa enable_wusa
19268 wine_fn_config_makefile programs
/xcopy enable_xcopy
19269 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
19270 test -n "$with_wine64" || wine_fn_config_makefile server enable_server
19271 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19272 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
19273 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
19274 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
19275 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
19276 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
19277 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
19278 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
19279 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
19282 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19283 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19284 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19285 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19286 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19287 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19288 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19289 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19291 if test "x$enable_tools" != xno
19293 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19294 ac_config_commands
="$ac_config_commands tools/makedep"
19298 ac_config_commands
="$ac_config_commands Makefile"
19301 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19305 if test "x$enable_maintainer_mode" = xyes
19307 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19308 autoconf --warnings=all
19309 include/config.h.in: include/stamp-h.in
19310 include/stamp-h.in: configure.ac aclocal.m4
19311 autoheader --warnings=all
19312 @echo timestamp > \$@"
19315 if test "x$enable_tools" != xno
19317 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19318 @./config.status tools/makedep
19319 Makefile: tools/makedep$ac_exeext
19320 fonts: tools/sfnt2fon
19321 include: tools tools/widl"
19323 wine_fn_append_rule
"\$(MAKEDEP):
19324 @echo \"You need to run make in $TOOLSDIR first\" && false"
19327 if test -n "$with_wine64"
19329 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19331 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19332 $with_wine64/loader/wine:
19333 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19334 $with_wine64/loader/wine-preloader:
19335 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19337 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19339 WINELOADER_INSTALL
="wine.inf l_intl.nls"
19342 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19343 *) WINELOADER_INSTALL
="$WINELOADER_INSTALL wine.desktop" ;;
19347 $as_echo " done" >&6
19348 cat >confcache
<<\_ACEOF
19349 # This file is a shell script that caches the results of configure
19350 # tests run on this system so they can be shared between configure
19351 # scripts and configure runs, see configure's option --config-cache.
19352 # It is not useful on other systems. If it contains results you don't
19353 # want to keep, you may remove or edit it.
19355 # config.status only pays attention to the cache file if you give it
19356 # the --recheck option to rerun configure.
19358 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19359 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19360 # following values.
19364 # The following way of writing the cache mishandles newlines in values,
19365 # but we know of no workaround that is simple, portable, and efficient.
19366 # So, we kill variables containing newlines.
19367 # Ultrix sh set writes to stderr and can't be redirected directly,
19368 # and sets the high bit in the cache file unless we assign to the vars.
19370 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19371 eval ac_val
=\$
$ac_var
19375 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19376 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19379 _ | IFS | as_nl
) ;; #(
19380 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19381 *) { eval $ac_var=; unset $ac_var;} ;;
19387 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19388 *${as_nl}ac_space
=\
*)
19389 # `set' does not quote correctly, so add quotes: double-quote
19390 # substitution turns \\\\ into \\, and sed turns \\ into \.
19393 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19396 # `set' quotes correctly as required by POSIX, so do not add quotes.
19397 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19406 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19408 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19410 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19411 if test -w "$cache_file"; then
19412 if test "x$cache_file" != "x/dev/null"; then
19413 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19414 $as_echo "$as_me: updating cache $cache_file" >&6;}
19415 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19416 cat confcache
>"$cache_file"
19418 case $cache_file in #(
19420 mv -f confcache
"$cache_file"$$
&&
19421 mv -f "$cache_file"$$
"$cache_file" ;; #(
19423 mv -f confcache
"$cache_file" ;;
19428 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19429 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19434 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19435 # Let make expand exec_prefix.
19436 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19438 DEFS
=-DHAVE_CONFIG_H
19443 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19444 # 1. Remove the extension, and $U if already installed.
19445 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19446 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19447 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19448 # will be set to the directory where LIBOBJS objects are built.
19449 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19450 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19452 LIBOBJS
=$ac_libobjs
19454 LTLIBOBJS
=$ac_ltlibobjs
19458 : "${CONFIG_STATUS=./config.status}"
19460 ac_clean_files_save
=$ac_clean_files
19461 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19463 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19465 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19467 # Generated by $as_me.
19468 # Run this file to recreate the current configuration.
19469 # Compiler output produced by configure, useful for debugging
19470 # configure, is in config.log if it exists.
19473 ac_cs_recheck=false
19476 SHELL=\${CONFIG_SHELL-$SHELL}
19479 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19480 ## -------------------- ##
19481 ## M4sh Initialization. ##
19482 ## -------------------- ##
19484 # Be more Bourne compatible
19485 DUALCASE
=1; export DUALCASE
# for MKS sh
19486 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19489 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19490 # is contrary to our usage. Disable this feature.
19491 alias -g '${1+"$@"}'='"$@"'
19492 setopt NO_GLOB_SUBST
19494 case `(set -o) 2>/dev/null` in #(
19506 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19507 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19508 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19509 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19510 # Prefer a ksh shell builtin over an external printf program on Solaris,
19511 # but without wasting forks for bash or zsh.
19512 if test -z "$BASH_VERSION$ZSH_VERSION" \
19513 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19514 as_echo='print
-r --'
19515 as_echo_n='print
-rn --'
19516 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19517 as_echo='printf %s
\n'
19518 as_echo_n='printf %s
'
19520 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19521 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19522 as_echo_n='/usr
/ucb
/echo -n'
19524 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19525 as_echo_n_body='eval
19529 expr "X$arg" : "X\\(.*\\)$as_nl";
19530 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19532 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19534 export as_echo_n_body
19535 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19537 export as_echo_body
19538 as_echo='sh
-c $as_echo_body as_echo
'
19541 # The user is always right.
19542 if test "${PATH_SEPARATOR+set}" != set; then
19544 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19545 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19552 # We need space, tab and new line, in precisely that order. Quoting is
19553 # there to prevent editors from complaining about space-tab.
19554 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19555 # splitting by setting IFS to empty value.)
19558 # Find who we are. Look in the path if we contain no directory separator.
19561 *[\\/]* ) as_myself=$0 ;;
19562 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19563 for as_dir in $PATH
19566 test -z "$as_dir" && as_dir=.
19567 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19573 # We did not find ourselves, most probably we were run as `sh COMMAND'
19574 # in which case we are not to be found in the path.
19575 if test "x$as_myself" = x
; then
19578 if test ! -f "$as_myself"; then
19579 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19583 # Unset variables that we do not need and which cause bugs (e.g. in
19584 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19585 # suppresses any "Segmentation fault" message there. '((' could
19586 # trigger a bug in pdksh 5.2.14.
19587 for as_var
in BASH_ENV ENV MAIL MAILPATH
19588 do eval test x\
${$as_var+set} = xset \
19589 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19602 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19605 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19606 # ----------------------------------------
19607 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19608 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19609 # script with STATUS, using 1 if that was 0.
19612 as_status
=$1; test $as_status -eq 0 && as_status
=1
19614 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19615 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19617 $as_echo "$as_me: error: $2" >&2
19618 as_fn_exit
$as_status
19622 # as_fn_set_status STATUS
19623 # -----------------------
19624 # Set $? to STATUS, without forking.
19625 as_fn_set_status
()
19628 } # as_fn_set_status
19630 # as_fn_exit STATUS
19631 # -----------------
19632 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19636 as_fn_set_status
$1
19642 # Portably unset VAR.
19645 { eval $1=; unset $1;}
19647 as_unset
=as_fn_unset
19648 # as_fn_append VAR VALUE
19649 # ----------------------
19650 # Append the text in VALUE to the end of the definition contained in VAR. Take
19651 # advantage of any shell optimizations that allow amortized linear growth over
19652 # repeated appends, instead of the typical quadratic growth present in naive
19654 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19655 eval 'as_fn_append ()
19666 # as_fn_arith ARG...
19667 # ------------------
19668 # Perform arithmetic evaluation on the ARGs, and store the result in the
19669 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19670 # must be portable across $(()) and expr.
19671 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19672 eval 'as_fn_arith ()
19679 as_val
=`expr "$@" || test $? -eq 1`
19684 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19685 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19691 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19692 as_basename
=basename
19697 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19703 as_me
=`$as_basename -- "$0" ||
19704 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19705 X"$0" : 'X\(//\)$' \| \
19706 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19708 sed '/^.*\/\([^/][^/]*\)\/*$/{
19722 # Avoid depending upon Character Ranges.
19723 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19724 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19725 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19726 as_cr_digits
='0123456789'
19727 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19729 ECHO_C
= ECHO_N
= ECHO_T
=
19730 case `echo -n x` in #(((((
19732 case `echo 'xy\c'` in
19733 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19735 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19742 rm -f conf$$ conf$$.exe conf$$.
file
19743 if test -d conf$$.dir
; then
19744 rm -f conf$$.dir
/conf$$.
file
19747 mkdir conf$$.dir
2>/dev
/null
19749 if (echo >conf$$.
file) 2>/dev
/null
; then
19750 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19752 # ... but there are two gotchas:
19753 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19754 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19755 # In both cases, we have to default to `cp -pR'.
19756 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19758 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19766 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19767 rmdir conf$$.dir
2>/dev
/null
19772 # Create "$as_dir" as a directory, including parents if necessary.
19777 -*) as_dir
=.
/$as_dir;;
19779 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19783 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19784 *) as_qdir
=$as_dir;;
19786 as_dirs
="'$as_qdir' $as_dirs"
19787 as_dir
=`$as_dirname -- "$as_dir" ||
19788 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19789 X"$as_dir" : 'X\(//\)[^/]' \| \
19790 X"$as_dir" : 'X\(//\)$' \| \
19791 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19792 $as_echo X"$as_dir" |
19793 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19797 /^X\(\/\/\)[^/].*/{
19810 test -d "$as_dir" && break
19812 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19813 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19817 if mkdir
-p .
2>/dev
/null
; then
19818 as_mkdir_p
='mkdir -p "$as_dir"'
19820 test -d .
/-p && rmdir .
/-p
19825 # as_fn_executable_p FILE
19826 # -----------------------
19827 # Test if FILE is an executable regular file.
19828 as_fn_executable_p
()
19830 test -f "$1" && test -x "$1"
19831 } # as_fn_executable_p
19832 as_test_x
='test -x'
19833 as_executable_p
=as_fn_executable_p
19835 # Sed expression to map a string onto a valid CPP name.
19836 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19838 # Sed expression to map a string onto a valid variable name.
19839 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19843 ## ----------------------------------- ##
19844 ## Main body of $CONFIG_STATUS script. ##
19845 ## ----------------------------------- ##
19847 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19849 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19850 # Save the log message, to keep $0 and so on meaningful, and to
19851 # report actual input values of CONFIG_FILES etc. instead of their
19852 # values after options handling.
19854 This file was extended by Wine $as_me 3.3, which was
19855 generated by GNU Autoconf 2.69. Invocation command line was
19857 CONFIG_FILES = $CONFIG_FILES
19858 CONFIG_HEADERS = $CONFIG_HEADERS
19859 CONFIG_LINKS = $CONFIG_LINKS
19860 CONFIG_COMMANDS = $CONFIG_COMMANDS
19863 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19868 case $ac_config_files in *"
19869 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19872 case $ac_config_headers in *"
19873 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19878 # Files that config.status was made for.
19879 config_files="$ac_config_files"
19880 config_headers="$ac_config_headers"
19881 config_links="$ac_config_links"
19882 config_commands="$ac_config_commands"
19886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19888 \`$as_me' instantiates files and other configuration actions
19889 from templates according to the current configuration. Unless the files
19890 and actions are specified as TAGs, all are instantiated by default.
19892 Usage: $0 [OPTION]... [TAG]...
19894 -h, --help print this help, then exit
19895 -V, --version print version number and configuration settings, then exit
19896 --config print configuration, then exit
19897 -q, --quiet, --silent
19898 do not print progress messages
19899 -d, --debug don't remove temporary files
19900 --recheck update $as_me by reconfiguring in the same conditions
19901 --file=FILE[:TEMPLATE]
19902 instantiate the configuration file FILE
19903 --header=FILE[:TEMPLATE]
19904 instantiate the configuration header FILE
19906 Configuration files:
19909 Configuration headers:
19912 Configuration links:
19915 Configuration commands:
19918 Report bugs to <wine-devel@winehq.org>.
19919 Wine home page: <https://www.winehq.org>."
19922 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19923 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19925 Wine config.status 3.3
19926 configured by $0, generated by GNU Autoconf 2.69,
19927 with options \\"\$ac_cs_config\\"
19929 Copyright (C) 2012 Free Software Foundation, Inc.
19930 This config.status script is free software; the Free Software Foundation
19931 gives unlimited permission to copy, distribute and modify it."
19935 test -n "\$AWK" || AWK=awk
19938 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19939 # The default lists apply if the user does not specify any file.
19945 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19946 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19950 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19962 # Handling of the options.
19963 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19965 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19966 $as_echo "$ac_cs_version"; exit ;;
19967 --config |
--confi |
--conf |
--con |
--co |
--c )
19968 $as_echo "$ac_cs_config"; exit ;;
19969 --debug |
--debu |
--deb |
--de |
--d |
-d )
19971 --file |
--fil |
--fi |
--f )
19974 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19975 '') as_fn_error $?
"missing file argument" ;;
19977 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19978 ac_need_defaults
=false
;;
19979 --header |
--heade |
--head |
--hea )
19982 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19984 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19985 ac_need_defaults
=false
;;
19987 # Conflict between --help and --header
19988 as_fn_error $?
"ambiguous option: \`$1'
19989 Try \`$0 --help' for more information.";;
19990 --help |
--hel |
-h )
19991 $as_echo "$ac_cs_usage"; exit ;;
19992 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19993 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19996 # This is an error.
19997 -*) as_fn_error $?
"unrecognized option: \`$1'
19998 Try \`$0 --help' for more information." ;;
20000 *) as_fn_append ac_config_targets
" $1"
20001 ac_need_defaults
=false
;;
20007 ac_configure_extra_args
=
20009 if $ac_cs_silent; then
20011 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20015 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20016 if \$ac_cs_recheck; then
20017 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20019 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20020 CONFIG_SHELL='$SHELL'
20021 export CONFIG_SHELL
20026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20030 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20031 ## Running $as_me. ##
20037 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20041 wine_fn_output_makedep ()
20043 as_dir=tools; as_fn_mkdir_p
20044 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20046 wine_fn_output_makefile ()
20048 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
20049 `cat $wine_rules_file`
20051 as_fn_error $? "could not create Makefile" "$LINENO" 5
20056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20058 # Handling of arguments.
20059 for ac_config_target
in $ac_config_targets
20061 case $ac_config_target in
20062 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20063 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20064 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20065 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20066 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20067 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20068 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20069 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20070 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20071 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20072 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20073 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20074 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20076 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20081 # If the user did not use the arguments to specify the items to instantiate,
20082 # then the envvar interface is used. Set only those that are not.
20083 # We use the long form for the default assignment because of an extremely
20084 # bizarre bug on SunOS 4.1.3.
20085 if $ac_need_defaults; then
20086 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20087 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20088 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20089 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20092 # Have a temporary directory for convenience. Make it in the build tree
20093 # simply because there is no reason against having it here, and in addition,
20094 # creating and moving files from /tmp can sometimes cause problems.
20095 # Hook for its removal unless debugging.
20096 # Note that there is a small window in which the directory will not be cleaned:
20097 # after its creation but before its name has been assigned to `$tmp'.
20101 trap 'exit_status=$?
20102 : "${ac_tmp:=$tmp}"
20103 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20105 trap 'as_fn_exit 1' 1 2 13 15
20107 # Create a (secure) tmp directory for tmp files.
20110 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20114 tmp
=.
/conf$$
-$RANDOM
20115 (umask 077 && mkdir
"$tmp")
20116 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20119 # Set up the scripts for CONFIG_FILES section.
20120 # No need to generate them if there are no CONFIG_FILES.
20121 # This happens for instance with `./config.status config.h'.
20122 if test -n "$CONFIG_FILES"; then
20125 ac_cr
=`echo X | tr X '\015'`
20126 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20127 # But we know of no other shell where ac_cr would be empty at this
20128 # point, so we can use a bashism as a fallback.
20129 if test "x$ac_cr" = x
; then
20130 eval ac_cr
=\$
\'\\r
\'
20132 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20133 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20136 ac_cs_awk_cr
=$ac_cr
20139 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20144 echo "cat >conf$$subs.awk <<_ACEOF" &&
20145 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20147 } >conf$$subs.sh ||
20148 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20149 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20151 for ac_last_try in false false false false false :; do
20152 . ./conf$$subs.sh ||
20153 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20155 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20156 if test $ac_delim_n = $ac_delim_num; then
20158 elif $ac_last_try; then
20159 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20161 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20164 rm -f conf$$subs.sh
20166 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20167 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20171 s/^/S["/; s
/!.
*/"]=/
20181 s/\(.\{148\}\)..*/\1/
20183 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20188 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20195 s/\(.\{148\}\)..*/\1/
20197 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20201 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20206 ' <conf$$subs.awk | sed '
20211 ' >>$CONFIG_STATUS || ac_write_fail=1
20212 rm -f conf$$subs.awk
20213 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20215 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20216 for (key in S) S_is_set[key] = 1
20222 nfields = split(line, field, "@
")
20224 len = length(field[1])
20225 for (i = 2; i < nfields; i++) {
20227 keylen = length(key)
20228 if (S_is_set[key]) {
20230 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20231 len += length(value) + length(field[++i])
20242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20243 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20244 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20247 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20248 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20251 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20252 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20253 # trailing colons and then remove the whole line if VPATH becomes empty
20254 # (actually we leave an empty line to preserve line numbers).
20255 if test "x
$srcdir" = x.; then
20256 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20275 fi # test -n "$CONFIG_FILES"
20277 # Set up the scripts for CONFIG_HEADERS section.
20278 # No need to generate them if there are no CONFIG_HEADERS.
20279 # This happens for instance with `./config.status Makefile'.
20280 if test -n "$CONFIG_HEADERS"; then
20281 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20285 # Transform confdefs.h into an awk script `defines.awk', embedded as
20286 # here-document in config.status, that substitutes the proper values into
20287 # config.h.in to produce config.h.
20289 # Create a delimiter string that does not exist in confdefs.h, to ease
20290 # handling of long lines.
20292 for ac_last_try in false false :; do
20293 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20294 if test -z "$ac_tt"; then
20296 elif $ac_last_try; then
20297 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20299 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20303 # For the awk script, D is an array of macro values keyed by name,
20304 # likewise P contains macro parameters if any. Preserve backslash
20305 # newline sequences.
20307 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20309 s/.\{148\}/&'"$ac_delim"'/g
20312 s/^[ ]*#[ ]*define[ ][ ]*/ /
20319 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20321 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20325 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20326 D["\
1"]=" \
3\\\\\\n
"\\/p
20328 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20333 s/.\{148\}/&'"$ac_delim"'/g
20338 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20341 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20343 ' <confdefs.h | sed '
20344 s/'"$ac_delim"'/"\\\
20345 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20347 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20348 for (key in D) D_is_set[key] = 1
20351 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20353 split(line, arg, " ")
20354 if (arg[1] == "#") {
20358 defundef
= substr
(arg
[1], 2)
20361 split(mac1
, mac2
, "(") #)
20363 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20364 if (D_is_set
[macro
]) {
20365 # Preserve the white space surrounding the "#".
20366 print prefix
"define", macro P
[macro
] D
[macro
]
20369 # Replace #undef with comments. This is necessary, for example,
20370 # in the case of _POSIX_SOURCE, which is predefined and required
20371 # on some systems where configure will not decide to define it.
20372 if (defundef
== "undef") {
20373 print
"/*", prefix defundef
, macro
, "*/"
20381 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20382 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20383 fi # test -n "$CONFIG_HEADERS"
20386 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20391 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20393 case $ac_mode$ac_tag in
20395 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20396 :[FH
]-) ac_tag
=-:-;;
20397 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20414 -) ac_f
="$ac_tmp/stdin";;
20415 *) # Look for the file first in the build tree, then in the source tree
20416 # (if the path is not absolute). The absolute path cannot be DOS-style,
20417 # because $ac_f cannot contain `:'.
20421 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20423 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20425 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20426 as_fn_append ac_file_inputs
" '$ac_f'"
20429 # Let's still pretend it is `configure' which instantiates (i.e., don't
20430 # use $as_me), people would be surprised to read:
20431 # /* config.h. Generated by config.status. */
20432 configure_input
='Generated from '`
20433 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20435 if test x
"$ac_file" != x-
; then
20436 configure_input
="$ac_file. $configure_input"
20437 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20438 $as_echo "$as_me: creating $ac_file" >&6;}
20440 # Neutralize special characters interpreted by sed in replacement strings.
20441 case $configure_input in #(
20442 *\
&* |
*\|
* |
*\\* )
20443 ac_sed_conf_input
=`$as_echo "$configure_input" |
20444 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20445 *) ac_sed_conf_input
=$configure_input;;
20449 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20450 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20455 ac_dir
=`$as_dirname -- "$ac_file" ||
20456 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20457 X"$ac_file" : 'X\(//\)[^/]' \| \
20458 X"$ac_file" : 'X\(//\)$' \| \
20459 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20460 $as_echo X"$ac_file" |
20461 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20465 /^X\(\/\/\)[^/].*/{
20478 as_dir
="$ac_dir"; as_fn_mkdir_p
20482 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20484 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20485 # A ".." for each directory in $ac_dir_suffix.
20486 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20487 case $ac_top_builddir_sub in
20488 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20489 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20492 ac_abs_top_builddir
=$ac_pwd
20493 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20494 # for backward compatibility:
20495 ac_top_builddir
=$ac_top_build_prefix
20498 .
) # We are building in place.
20500 ac_top_srcdir
=$ac_top_builddir_sub
20501 ac_abs_top_srcdir
=$ac_pwd ;;
20502 [\\/]* | ?
:[\\/]* ) # Absolute name.
20503 ac_srcdir
=$srcdir$ac_dir_suffix;
20504 ac_top_srcdir
=$srcdir
20505 ac_abs_top_srcdir
=$srcdir ;;
20506 *) # Relative name.
20507 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20508 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20509 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20511 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20522 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20523 # If the template does not know about datarootdir, expand it.
20524 # FIXME: This hack should be removed a few years after 2.60.
20525 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20536 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20537 *datarootdir
*) ac_datarootdir_seen
=yes;;
20538 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20540 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20542 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20543 ac_datarootdir_hack='
20544 s&@datadir@&$datadir&g
20545 s&@docdir@&$docdir&g
20546 s&@infodir@&$infodir&g
20547 s&@localedir@&$localedir&g
20548 s&@mandir@&$mandir&g
20549 s&\\\${datarootdir}&$datarootdir&g' ;;
20553 # Neutralize VPATH when `$srcdir' = `.'.
20554 # Shell code in configure.ac might set extrasub.
20555 # FIXME: do we really want to maintain this feature?
20556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20557 ac_sed_extra="$ac_vpsub
20560 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20562 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20563 s|@configure_input@|
$ac_sed_conf_input|
;t t
20564 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20565 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20566 s
&@srcdir@
&$ac_srcdir&;t t
20567 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20568 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20569 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20570 s
&@builddir@
&$ac_builddir&;t t
20571 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20572 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20573 $ac_datarootdir_hack
20575 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20576 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20578 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20579 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20580 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20581 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20583 which seems to be undefined. Please make sure it is defined" >&5
20584 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20585 which seems to be undefined. Please make sure it is defined" >&2;}
20587 rm -f "$ac_tmp/stdin"
20589 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20590 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20592 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20598 if test x"$ac_file" != x-; then
20600 $as_echo "/* $configure_input */" \
20601 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20602 } >"$ac_tmp/config.h" \
20603 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20604 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20605 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20606 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20609 mv "$ac_tmp/config.h" "$ac_file" \
20610 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20613 $as_echo "/* $configure_input */" \
20614 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20615 || as_fn_error $? "could not create -" "$LINENO" 5
20623 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20626 # Prefer the file from the source tree if names are identical.
20627 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20628 ac_source=$srcdir/$ac_source
20631 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20632 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20634 if test ! -r "$ac_source"; then
20635 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20639 # Try a relative symlink, then a hard link, then a copy.
20641 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20642 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20644 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20645 ln "$ac_source" "$ac_file" 2>/dev/null ||
20646 cp -p "$ac_source" "$ac_file" ||
20647 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20650 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20651 $as_echo "$as_me: executing $ac_file commands" >&6;}
20656 case $ac_file$ac_mode in
20657 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20658 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20659 "Makefile":C) wine_fn_output_makefile Makefile ;;
20667 ac_clean_files=$ac_clean_files_save
20669 test $ac_write_fail = 0 ||
20670 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20673 # configure is writing to config.log, and then calls config.status.
20674 # config.status does its own redirection, appending to config.log.
20675 # Unfortunately, on DOS this fails, as config.log is still kept open
20676 # by configure, so config.status won't be able to
write to it
; its
20677 # output is simply discarded. So we exec the FD to /dev/null,
20678 # effectively closing config.log, so it can be properly (re)opened and
20679 # appended to by config.status. When coming back to configure, we
20680 # need to make the FD available again.
20681 if test "$no_create" != yes; then
20683 ac_config_status_args
=
20684 test "$silent" = yes &&
20685 ac_config_status_args
="$ac_config_status_args --quiet"
20687 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20690 # would make configure fail if this is the last instruction.
20691 $ac_cs_success || as_fn_exit
1
20693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20695 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20699 if test "$no_create" = "yes"
20705 if test "x$wine_notices" != x
; then
20708 for msg
in $wine_notices; do
20710 if ${msg:+false} :; then :
20713 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20714 $as_echo "$as_me: $msg" >&6;}
20719 for msg
in $wine_warnings; do
20721 if ${msg:+false} :; then :
20725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20726 $as_echo "$as_me: WARNING: $msg" >&2;}
20732 $as_me: Finished. Do '${ac_make}' to compile Wine.