2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.2.
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.2'
584 PACKAGE_STRING
='Wine 3.2'
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
811 program_transform_name
824 enable_option_checking
828 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_libraryloader_l1_1_0
944 enable_api_ms_win_core_libraryloader_l1_1_1
945 enable_api_ms_win_core_libraryloader_l1_2_0
946 enable_api_ms_win_core_libraryloader_l1_2_1
947 enable_api_ms_win_core_libraryloader_l1_2_2
948 enable_api_ms_win_core_localization_l1_1_0
949 enable_api_ms_win_core_localization_l1_2_0
950 enable_api_ms_win_core_localization_l1_2_1
951 enable_api_ms_win_core_localization_l2_1_0
952 enable_api_ms_win_core_localization_obsolete_l1_1_0
953 enable_api_ms_win_core_localization_obsolete_l1_2_0
954 enable_api_ms_win_core_localization_obsolete_l1_3_0
955 enable_api_ms_win_core_localization_private_l1_1_0
956 enable_api_ms_win_core_localregistry_l1_1_0
957 enable_api_ms_win_core_memory_l1_1_0
958 enable_api_ms_win_core_memory_l1_1_1
959 enable_api_ms_win_core_memory_l1_1_2
960 enable_api_ms_win_core_misc_l1_1_0
961 enable_api_ms_win_core_namedpipe_l1_1_0
962 enable_api_ms_win_core_namedpipe_l1_2_0
963 enable_api_ms_win_core_namespace_l1_1_0
964 enable_api_ms_win_core_normalization_l1_1_0
965 enable_api_ms_win_core_path_l1_1_0
966 enable_api_ms_win_core_privateprofile_l1_1_1
967 enable_api_ms_win_core_processenvironment_l1_1_0
968 enable_api_ms_win_core_processenvironment_l1_2_0
969 enable_api_ms_win_core_processthreads_l1_1_0
970 enable_api_ms_win_core_processthreads_l1_1_1
971 enable_api_ms_win_core_processthreads_l1_1_2
972 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
973 enable_api_ms_win_core_profile_l1_1_0
974 enable_api_ms_win_core_psapi_ansi_l1_1_0
975 enable_api_ms_win_core_psapi_l1_1_0
976 enable_api_ms_win_core_psapi_obsolete_l1_1_0
977 enable_api_ms_win_core_quirks_l1_1_0
978 enable_api_ms_win_core_realtime_l1_1_0
979 enable_api_ms_win_core_registry_l1_1_0
980 enable_api_ms_win_core_registry_l2_1_0
981 enable_api_ms_win_core_registryuserspecific_l1_1_0
982 enable_api_ms_win_core_rtlsupport_l1_1_0
983 enable_api_ms_win_core_rtlsupport_l1_2_0
984 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
985 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
986 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
987 enable_api_ms_win_core_shutdown_l1_1_0
988 enable_api_ms_win_core_sidebyside_l1_1_0
989 enable_api_ms_win_core_string_l1_1_0
990 enable_api_ms_win_core_string_l2_1_0
991 enable_api_ms_win_core_string_obsolete_l1_1_0
992 enable_api_ms_win_core_stringansi_l1_1_0
993 enable_api_ms_win_core_synch_ansi_l1_1_0
994 enable_api_ms_win_core_synch_l1_1_0
995 enable_api_ms_win_core_synch_l1_2_0
996 enable_api_ms_win_core_synch_l1_2_1
997 enable_api_ms_win_core_sysinfo_l1_1_0
998 enable_api_ms_win_core_sysinfo_l1_2_0
999 enable_api_ms_win_core_sysinfo_l1_2_1
1000 enable_api_ms_win_core_threadpool_l1_1_0
1001 enable_api_ms_win_core_threadpool_l1_2_0
1002 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1003 enable_api_ms_win_core_threadpool_private_l1_1_0
1004 enable_api_ms_win_core_timezone_l1_1_0
1005 enable_api_ms_win_core_toolhelp_l1_1_0
1006 enable_api_ms_win_core_url_l1_1_0
1007 enable_api_ms_win_core_util_l1_1_0
1008 enable_api_ms_win_core_version_l1_1_0
1009 enable_api_ms_win_core_version_l1_1_1
1010 enable_api_ms_win_core_version_private_l1_1_0
1011 enable_api_ms_win_core_versionansi_l1_1_0
1012 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1013 enable_api_ms_win_core_winrt_error_l1_1_0
1014 enable_api_ms_win_core_winrt_error_l1_1_1
1015 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1016 enable_api_ms_win_core_winrt_l1_1_0
1017 enable_api_ms_win_core_winrt_registration_l1_1_0
1018 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1019 enable_api_ms_win_core_winrt_string_l1_1_0
1020 enable_api_ms_win_core_wow64_l1_1_0
1021 enable_api_ms_win_core_wow64_l1_1_1
1022 enable_api_ms_win_core_xstate_l1_1_0
1023 enable_api_ms_win_core_xstate_l2_1_0
1024 enable_api_ms_win_crt_conio_l1_1_0
1025 enable_api_ms_win_crt_convert_l1_1_0
1026 enable_api_ms_win_crt_environment_l1_1_0
1027 enable_api_ms_win_crt_filesystem_l1_1_0
1028 enable_api_ms_win_crt_heap_l1_1_0
1029 enable_api_ms_win_crt_locale_l1_1_0
1030 enable_api_ms_win_crt_math_l1_1_0
1031 enable_api_ms_win_crt_multibyte_l1_1_0
1032 enable_api_ms_win_crt_private_l1_1_0
1033 enable_api_ms_win_crt_process_l1_1_0
1034 enable_api_ms_win_crt_runtime_l1_1_0
1035 enable_api_ms_win_crt_stdio_l1_1_0
1036 enable_api_ms_win_crt_string_l1_1_0
1037 enable_api_ms_win_crt_time_l1_1_0
1038 enable_api_ms_win_crt_utility_l1_1_0
1039 enable_api_ms_win_devices_config_l1_1_1
1040 enable_api_ms_win_devices_query_l1_1_1
1041 enable_api_ms_win_downlevel_advapi32_l1_1_0
1042 enable_api_ms_win_downlevel_advapi32_l2_1_0
1043 enable_api_ms_win_downlevel_normaliz_l1_1_0
1044 enable_api_ms_win_downlevel_ole32_l1_1_0
1045 enable_api_ms_win_downlevel_shell32_l1_1_0
1046 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1047 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1048 enable_api_ms_win_downlevel_user32_l1_1_0
1049 enable_api_ms_win_downlevel_version_l1_1_0
1050 enable_api_ms_win_dx_d3dkmt_l1_1_0
1051 enable_api_ms_win_eventing_classicprovider_l1_1_0
1052 enable_api_ms_win_eventing_consumer_l1_1_0
1053 enable_api_ms_win_eventing_controller_l1_1_0
1054 enable_api_ms_win_eventing_legacy_l1_1_0
1055 enable_api_ms_win_eventing_provider_l1_1_0
1056 enable_api_ms_win_eventlog_legacy_l1_1_0
1057 enable_api_ms_win_mm_joystick_l1_1_0
1058 enable_api_ms_win_mm_misc_l1_1_1
1059 enable_api_ms_win_mm_mme_l1_1_0
1060 enable_api_ms_win_mm_time_l1_1_0
1061 enable_api_ms_win_ntuser_dc_access_l1_1_0
1062 enable_api_ms_win_ntuser_rectangle_l1_1_0
1063 enable_api_ms_win_perf_legacy_l1_1_0
1064 enable_api_ms_win_power_base_l1_1_0
1065 enable_api_ms_win_power_setting_l1_1_0
1066 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1067 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1068 enable_api_ms_win_security_audit_l1_1_1
1069 enable_api_ms_win_security_base_l1_1_0
1070 enable_api_ms_win_security_base_l1_2_0
1071 enable_api_ms_win_security_base_private_l1_1_1
1072 enable_api_ms_win_security_credentials_l1_1_0
1073 enable_api_ms_win_security_grouppolicy_l1_1_0
1074 enable_api_ms_win_security_lsalookup_l1_1_0
1075 enable_api_ms_win_security_lsalookup_l1_1_1
1076 enable_api_ms_win_security_lsalookup_l2_1_0
1077 enable_api_ms_win_security_lsalookup_l2_1_1
1078 enable_api_ms_win_security_lsapolicy_l1_1_0
1079 enable_api_ms_win_security_provider_l1_1_0
1080 enable_api_ms_win_security_sddl_l1_1_0
1081 enable_api_ms_win_security_systemfunctions_l1_1_0
1082 enable_api_ms_win_service_core_l1_1_0
1083 enable_api_ms_win_service_core_l1_1_1
1084 enable_api_ms_win_service_management_l1_1_0
1085 enable_api_ms_win_service_management_l2_1_0
1086 enable_api_ms_win_service_private_l1_1_1
1087 enable_api_ms_win_service_winsvc_l1_1_0
1088 enable_api_ms_win_service_winsvc_l1_2_0
1089 enable_api_ms_win_shcore_scaling_l1_1_1
1090 enable_api_ms_win_shell_shellcom_l1_1_0
1091 enable_api_ms_win_shell_shellfolders_l1_1_0
1104 enable_bluetoothapis
1139 enable_d3dcompiler_33
1140 enable_d3dcompiler_34
1141 enable_d3dcompiler_35
1142 enable_d3dcompiler_36
1143 enable_d3dcompiler_37
1144 enable_d3dcompiler_38
1145 enable_d3dcompiler_39
1146 enable_d3dcompiler_40
1147 enable_d3dcompiler_41
1148 enable_d3dcompiler_42
1149 enable_d3dcompiler_43
1150 enable_d3dcompiler_46
1151 enable_d3dcompiler_47
1232 enable_explorerframe
1233 enable_ext_ms_win_authz_context_l1_1_0
1234 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1235 enable_ext_ms_win_gdi_dc_create_l1_1_1
1236 enable_ext_ms_win_gdi_dc_l1_2_0
1237 enable_ext_ms_win_gdi_devcaps_l1_1_0
1238 enable_ext_ms_win_gdi_draw_l1_1_1
1239 enable_ext_ms_win_gdi_render_l1_1_0
1240 enable_ext_ms_win_kernel32_package_current_l1_1_0
1241 enable_ext_ms_win_kernel32_package_l1_1_1
1242 enable_ext_ms_win_ntuser_message_l1_1_1
1243 enable_ext_ms_win_ntuser_private_l1_1_1
1244 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1245 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1246 enable_ext_ms_win_ntuser_window_l1_1_1
1247 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1248 enable_ext_ms_win_ras_rasapi32_l1_1_0
1249 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1250 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1251 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1252 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1253 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1254 enable_ext_ms_win_security_credui_l1_1_0
1255 enable_ext_ms_win_security_cryptui_l1_1_0
1427 enable_photometadatahandler
1494 enable_uiautomationcore
1525 enable_windowscodecs
1526 enable_windowscodecsext
1528 enable_wineandroid_drv
1530 enable_winecoreaudio_drv
1532 enable_winegstreamer
1534 enable_winejoystick_drv
1539 enable_winepulse_drv
1540 enable_wineqtdecoder
1613 enable_aspnet_regiis
1650 enable_presentationfontcache
1663 enable_servicemodelreg
1686 enable_winemenubuilder
1688 enable_winemsibuilder
1703 ac_precious_vars
='build_alias
1768 # Initialize some variables set by options.
1770 ac_init_version
=false
1771 ac_unrecognized_opts
=
1772 ac_unrecognized_sep
=
1773 # The variables have the same names as the options, with
1774 # dashes changed to underlines.
1775 cache_file
=/dev
/null
1782 program_transform_name
=s
,x
,x
,
1790 # Installation directory options.
1791 # These are left unexpanded so users can "make install exec_prefix=/foo"
1792 # and all the variables that are supposed to be based on exec_prefix
1793 # by default will actually change.
1794 # Use braces instead of parens because sh, perl, etc. also accept them.
1795 # (The list follows the same order as the GNU Coding Standards.)
1796 bindir
='${exec_prefix}/bin'
1797 sbindir
='${exec_prefix}/sbin'
1798 libexecdir
='${exec_prefix}/libexec'
1799 datarootdir
='${prefix}/share'
1800 datadir
='${datarootdir}'
1801 sysconfdir
='${prefix}/etc'
1802 sharedstatedir
='${prefix}/com'
1803 localstatedir
='${prefix}/var'
1804 runstatedir
='${localstatedir}/run'
1805 includedir
='${prefix}/include'
1806 oldincludedir
='/usr/include'
1807 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1808 infodir
='${datarootdir}/info'
1813 libdir
='${exec_prefix}/lib'
1814 localedir
='${datarootdir}/locale'
1815 mandir
='${datarootdir}/man'
1821 # If the previous option needs an argument, assign it.
1822 if test -n "$ac_prev"; then
1823 eval $ac_prev=\
$ac_option
1829 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1834 # Accept the important Cygnus configure options, so we can diagnose typos.
1836 case $ac_dashdash$ac_option in
1840 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1842 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1843 bindir
=$ac_optarg ;;
1845 -build |
--build |
--buil |
--bui |
--bu)
1846 ac_prev
=build_alias
;;
1847 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1848 build_alias
=$ac_optarg ;;
1850 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1851 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1852 ac_prev
=cache_file
;;
1853 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1854 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1855 cache_file
=$ac_optarg ;;
1857 --config-cache |
-C)
1858 cache_file
=config.cache
;;
1860 -datadir |
--datadir |
--datadi |
--datad)
1862 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1863 datadir
=$ac_optarg ;;
1865 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1866 |
--dataroo |
--dataro |
--datar)
1867 ac_prev
=datarootdir
;;
1868 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1869 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1870 datarootdir
=$ac_optarg ;;
1872 -disable-* |
--disable-*)
1873 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1874 # Reject names that are not valid shell variable names.
1875 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1876 as_fn_error $?
"invalid feature name: $ac_useropt"
1877 ac_useropt_orig
=$ac_useropt
1878 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1879 case $ac_user_opts in
1881 "enable_
$ac_useropt"
1883 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1884 ac_unrecognized_sep
=', ';;
1886 eval enable_
$ac_useropt=no
;;
1888 -docdir |
--docdir |
--docdi |
--doc |
--do)
1890 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1891 docdir
=$ac_optarg ;;
1893 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1895 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1896 dvidir
=$ac_optarg ;;
1898 -enable-* |
--enable-*)
1899 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
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--enable-$ac_useropt_orig"
1910 ac_unrecognized_sep
=', ';;
1912 eval enable_
$ac_useropt=\
$ac_optarg ;;
1914 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1915 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1916 |
--exec |
--exe |
--ex)
1917 ac_prev
=exec_prefix
;;
1918 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1919 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1920 |
--exec=* |
--exe=* |
--ex=*)
1921 exec_prefix
=$ac_optarg ;;
1923 -gas |
--gas |
--ga |
--g)
1924 # Obsolete; use --with-gas.
1927 -help |
--help |
--hel |
--he |
-h)
1928 ac_init_help
=long
;;
1929 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1930 ac_init_help
=recursive
;;
1931 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1932 ac_init_help
=short
;;
1934 -host |
--host |
--hos |
--ho)
1935 ac_prev
=host_alias
;;
1936 -host=* |
--host=* |
--hos=* |
--ho=*)
1937 host_alias
=$ac_optarg ;;
1939 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1941 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1943 htmldir
=$ac_optarg ;;
1945 -includedir |
--includedir |
--includedi |
--included |
--include \
1946 |
--includ |
--inclu |
--incl |
--inc)
1947 ac_prev
=includedir
;;
1948 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1949 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1950 includedir
=$ac_optarg ;;
1952 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1954 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1955 infodir
=$ac_optarg ;;
1957 -libdir |
--libdir |
--libdi |
--libd)
1959 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1960 libdir
=$ac_optarg ;;
1962 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1963 |
--libexe |
--libex |
--libe)
1964 ac_prev
=libexecdir
;;
1965 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1966 |
--libexe=* |
--libex=* |
--libe=*)
1967 libexecdir
=$ac_optarg ;;
1969 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1970 ac_prev
=localedir
;;
1971 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1972 localedir
=$ac_optarg ;;
1974 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1975 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1976 ac_prev
=localstatedir
;;
1977 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1978 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1979 localstatedir
=$ac_optarg ;;
1981 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1983 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1984 mandir
=$ac_optarg ;;
1986 -nfp |
--nfp |
--nf)
1987 # Obsolete; use --without-fp.
1990 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1991 |
--no-cr |
--no-c |
-n)
1994 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1995 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1998 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1999 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2000 |
--oldin |
--oldi |
--old |
--ol |
--o)
2001 ac_prev
=oldincludedir
;;
2002 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2003 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2004 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2005 oldincludedir
=$ac_optarg ;;
2007 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2009 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2010 prefix
=$ac_optarg ;;
2012 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2013 |
--program-pre |
--program-pr |
--program-p)
2014 ac_prev
=program_prefix
;;
2015 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2016 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2017 program_prefix
=$ac_optarg ;;
2019 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2020 |
--program-suf |
--program-su |
--program-s)
2021 ac_prev
=program_suffix
;;
2022 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2023 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2024 program_suffix
=$ac_optarg ;;
2026 -program-transform-name |
--program-transform-name \
2027 |
--program-transform-nam |
--program-transform-na \
2028 |
--program-transform-n |
--program-transform- \
2029 |
--program-transform |
--program-transfor \
2030 |
--program-transfo |
--program-transf \
2031 |
--program-trans |
--program-tran \
2032 |
--progr-tra |
--program-tr |
--program-t)
2033 ac_prev
=program_transform_name
;;
2034 -program-transform-name=* |
--program-transform-name=* \
2035 |
--program-transform-nam=* |
--program-transform-na=* \
2036 |
--program-transform-n=* |
--program-transform-=* \
2037 |
--program-transform=* |
--program-transfor=* \
2038 |
--program-transfo=* |
--program-transf=* \
2039 |
--program-trans=* |
--program-tran=* \
2040 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2041 program_transform_name
=$ac_optarg ;;
2043 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2045 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2046 pdfdir
=$ac_optarg ;;
2048 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2050 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2053 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2054 |
-silent |
--silent |
--silen |
--sile |
--sil)
2057 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2058 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2059 |
--run |
--ru |
--r)
2060 ac_prev
=runstatedir
;;
2061 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2062 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2063 |
--run=* |
--ru=* |
--r=*)
2064 runstatedir
=$ac_optarg ;;
2066 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2068 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2070 sbindir
=$ac_optarg ;;
2072 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2073 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2074 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2076 ac_prev
=sharedstatedir
;;
2077 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2078 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2079 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2081 sharedstatedir
=$ac_optarg ;;
2083 -site |
--site |
--sit)
2085 -site=* |
--site=* |
--sit=*)
2088 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2090 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2091 srcdir
=$ac_optarg ;;
2093 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2094 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2095 ac_prev
=sysconfdir
;;
2096 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2097 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2098 sysconfdir
=$ac_optarg ;;
2100 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2101 ac_prev
=target_alias
;;
2102 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2103 target_alias
=$ac_optarg ;;
2105 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2108 -version |
--version |
--versio |
--versi |
--vers |
-V)
2109 ac_init_version
=: ;;
2112 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2113 # Reject names that are not valid shell variable names.
2114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2115 as_fn_error $?
"invalid package name: $ac_useropt"
2116 ac_useropt_orig
=$ac_useropt
2117 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2118 case $ac_user_opts in
2122 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2123 ac_unrecognized_sep
=', ';;
2125 eval with_
$ac_useropt=\
$ac_optarg ;;
2127 -without-* |
--without-*)
2128 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2129 # Reject names that are not valid shell variable names.
2130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2131 as_fn_error $?
"invalid package name: $ac_useropt"
2132 ac_useropt_orig
=$ac_useropt
2133 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2134 case $ac_user_opts in
2138 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2139 ac_unrecognized_sep
=', ';;
2141 eval with_
$ac_useropt=no
;;
2144 # Obsolete; use --with-x.
2147 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2148 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2149 ac_prev
=x_includes
;;
2150 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2151 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2152 x_includes
=$ac_optarg ;;
2154 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2155 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2156 ac_prev
=x_libraries
;;
2157 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2158 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2159 x_libraries
=$ac_optarg ;;
2161 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2162 Try \`$0 --help' for more information"
2166 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2167 # Reject names that are not valid shell variable names.
2168 case $ac_envvar in #(
2169 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2170 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2172 eval $ac_envvar=\
$ac_optarg
2173 export $ac_envvar ;;
2176 # FIXME: should be removed in autoconf 3.0.
2177 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2179 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2180 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2186 if test -n "$ac_prev"; then
2187 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2188 as_fn_error $?
"missing argument to $ac_option"
2191 if test -n "$ac_unrecognized_opts"; then
2192 case $enable_option_checking in
2194 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2195 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2199 # Check all directory arguments for consistency.
2200 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2201 datadir sysconfdir sharedstatedir localstatedir includedir \
2202 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2203 libdir localedir mandir runstatedir
2205 eval ac_val
=\$
$ac_var
2206 # Remove trailing slashes.
2209 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2210 eval $ac_var=\
$ac_val;;
2212 # Be sure to have absolute directory names.
2214 [\\/$
]* | ?
:[\\/]* ) continue;;
2215 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2217 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2220 # There might be people who depend on the old broken behavior: `$host'
2221 # used to hold the argument of --host etc.
2222 # FIXME: To remove some day.
2225 target
=$target_alias
2227 # FIXME: To remove some day.
2228 if test "x$host_alias" != x
; then
2229 if test "x$build_alias" = x
; then
2230 cross_compiling
=maybe
2231 elif test "x$build_alias" != "x$host_alias"; then
2237 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2239 test "$silent" = yes && exec 6>/dev
/null
2242 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2243 ac_ls_di
=`ls -di .` &&
2244 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2245 as_fn_error $?
"working directory cannot be determined"
2246 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2247 as_fn_error $?
"pwd does not report name of working directory"
2250 # Find the source files, if location was not specified.
2251 if test -z "$srcdir"; then
2252 ac_srcdir_defaulted
=yes
2253 # Try the directory containing this script, then the parent directory.
2254 ac_confdir
=`$as_dirname -- "$as_myself" ||
2255 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2256 X"$as_myself" : 'X\(//\)[^/]' \| \
2257 X"$as_myself" : 'X\(//\)$' \| \
2258 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2259 $as_echo X"$as_myself" |
2260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2278 if test ! -r "$srcdir/$ac_unique_file"; then
2282 ac_srcdir_defaulted
=no
2284 if test ! -r "$srcdir/$ac_unique_file"; then
2285 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2286 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2288 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2290 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2292 # When building in place, set srcdir=.
2293 if test "$ac_abs_confdir" = "$ac_pwd"; then
2296 # Remove unnecessary trailing slashes from srcdir.
2297 # Double slashes in file names in object file debugging info
2298 # mess up M-x gdb in Emacs.
2300 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2302 for ac_var
in $ac_precious_vars; do
2303 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2304 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2305 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2306 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2310 # Report the --help message.
2312 if test "$ac_init_help" = "long"; then
2313 # Omit some internal or obsolete options to make the list less imposing.
2314 # This message is too long to be a string in the A/UX 3.1 sh.
2316 \`configure' configures Wine 3.2 to adapt to many kinds of systems.
2318 Usage: $0 [OPTION]... [VAR=VALUE]...
2320 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2321 VAR=VALUE. See below for descriptions of some of the useful variables.
2323 Defaults for the options are specified in brackets.
2326 -h, --help display this help and exit
2327 --help=short display options specific to this package
2328 --help=recursive display the short help of all the included packages
2329 -V, --version display version information and exit
2330 -q, --quiet, --silent do not print \`checking ...' messages
2331 --cache-file=FILE cache test results in FILE [disabled]
2332 -C, --config-cache alias for \`--cache-file=config.cache'
2333 -n, --no-create do not create output files
2334 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2336 Installation directories:
2337 --prefix=PREFIX install architecture-independent files in PREFIX
2338 [$ac_default_prefix]
2339 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2342 By default, \`make install' will install all the files in
2343 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2344 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2345 for instance \`--prefix=\$HOME'.
2347 For better control, use the options below.
2349 Fine tuning of the installation directories:
2350 --bindir=DIR user executables [EPREFIX/bin]
2351 --sbindir=DIR system admin executables [EPREFIX/sbin]
2352 --libexecdir=DIR program executables [EPREFIX/libexec]
2353 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2354 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2355 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2356 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2357 --libdir=DIR object code libraries [EPREFIX/lib]
2358 --includedir=DIR C header files [PREFIX/include]
2359 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2360 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2361 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2362 --infodir=DIR info documentation [DATAROOTDIR/info]
2363 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2364 --mandir=DIR man documentation [DATAROOTDIR/man]
2365 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2366 --htmldir=DIR html documentation [DOCDIR]
2367 --dvidir=DIR dvi documentation [DOCDIR]
2368 --pdfdir=DIR pdf documentation [DOCDIR]
2369 --psdir=DIR ps documentation [DOCDIR]
2375 --x-includes=DIR X include files are
in DIR
2376 --x-libraries=DIR X library files are
in DIR
2379 --build=BUILD configure
for building on BUILD
[guessed
]
2380 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2384 if test -n "$ac_init_help"; then
2385 case $ac_init_help in
2386 short | recursive
) echo "Configuration of Wine 3.2:";;
2391 --disable-option-checking ignore unrecognized
--enable/--with options
2392 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2393 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2394 --disable-win16 do not include Win16 support
2395 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2397 --disable-tests do not build the regression tests
2398 --enable-maintainer-mode
2399 enable maintainer-specific build rules
2400 --disable-largefile omit support for large files
2403 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2404 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2405 --without-alsa do not use the Alsa sound support
2406 --without-capi do not use CAPI (ISDN support)
2407 --without-cms do not use CMS (color management support)
2408 --without-coreaudio do not use the CoreAudio sound support
2409 --without-cups do not use CUPS
2410 --without-curses do not use (n)curses
2411 --without-dbus do not use DBus (dynamic device support)
2412 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2413 --without-fontconfig do not use fontconfig
2414 --without-freetype do not use the FreeType library
2415 --without-gettext do not use gettext
2416 --with-gettextpo use the GetTextPO library to rebuild po files
2417 --without-gphoto do not use gphoto (Digital Camera support)
2418 --without-glu do not use the GLU library
2419 --without-gnutls do not use GnuTLS (schannel support)
2420 --without-gsm do not use libgsm (GSM 06.10 codec support)
2421 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2422 --without-gstreamer do not use GStreamer (codecs support)
2423 --without-hal do not use HAL (dynamic device support)
2424 --without-jpeg do not use JPEG
2425 --without-krb5 do not use krb5 (Kerberos)
2426 --without-ldap do not use LDAP
2427 --without-mpg123 do not use the mpg123 library
2428 --without-netapi do not use the Samba NetAPI library
2429 --without-openal do not use OpenAL
2430 --without-opencl do not use OpenCL
2431 --without-opengl do not use OpenGL
2432 --without-osmesa do not use the OSMesa library
2433 --without-oss do not use the OSS sound support
2434 --without-pcap do not use the Packet Capture library
2435 --without-png do not use PNG
2436 --without-pthread do not use the pthread library
2437 --without-pulse do not use PulseAudio sound support
2438 --without-sane do not use SANE (scanner support)
2439 --without-sdl do not use SDL
2440 --without-tiff do not use TIFF
2441 --without-udev do not use udev (plug and play support)
2442 --without-v4l do not use v4l1 (v4l support)
2443 --without-vulkan do not use Vulkan
2444 --without-xcomposite do not use the Xcomposite extension
2445 --without-xcursor do not use the Xcursor extension
2446 --without-xfixes do not use Xfixes for clipboard change notifications
2447 --without-xinerama do not use Xinerama (multi-monitor support)
2448 --without-xinput do not use the Xinput extension
2449 --without-xinput2 do not use the Xinput 2 extension
2450 --without-xml do not use XML
2451 --without-xrandr do not use Xrandr (resolution changes)
2452 --without-xrender do not use the Xrender extension
2453 --without-xshape do not use the Xshape extension
2454 --without-xshm do not use XShm (shared memory extension)
2455 --without-xslt do not use XSLT
2456 --without-xxf86vm do not use XFree video mode extension
2457 --without-zlib do not use Zlib (data compression)
2458 --with-wine-tools=DIR use Wine tools from directory DIR
2459 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2460 --with-x use the X Window System
2462 Some influential environment variables:
2463 CC C compiler command
2464 CFLAGS C compiler flags
2465 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2466 nonstandard directory <lib dir>
2467 LIBS libraries to pass to the linker, e.g. -l<library>
2468 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2469 you have headers in a nonstandard directory <include dir>
2470 CXX C++ compiler command
2471 CXXFLAGS C++ compiler flags
2473 XMKMF Path to xmkmf, Makefile generator for X Window System
2474 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2475 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2476 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2477 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2478 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2479 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2480 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2481 HAL_LIBS Linker flags for hal, overriding pkg-config
2483 C compiler flags for gnutls, overriding pkg-config
2484 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2485 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2486 SANE_LIBS Linker flags for libsane, overriding pkg-config
2488 C compiler flags for libgphoto2, overriding pkg-config
2490 Linker flags for libgphoto2, overriding pkg-config
2492 C compiler flags for libgphoto2_port, overriding pkg-config
2494 Linker flags for libgphoto2_port, overriding pkg-config
2496 C compiler flags for lcms2, overriding pkg-config
2497 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2499 C compiler flags for freetype2, overriding pkg-config
2501 Linker flags for freetype2, overriding pkg-config
2503 C compiler flags for libpulse, overriding pkg-config
2504 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2506 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2507 gstreamer-audio-1.0, overriding pkg-config
2509 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2510 gstreamer-audio-1.0, overriding pkg-config
2511 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2512 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2513 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2514 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2516 C compiler flags for capi20, overriding pkg-config
2517 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2518 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2519 CUPS_LIBS Linker flags for cups, overriding pkg-config
2521 C compiler flags for fontconfig, overriding pkg-config
2523 Linker flags for fontconfig, overriding pkg-config
2524 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2525 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2527 C compiler flags for krb5-gssapi, overriding pkg-config
2528 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2529 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2530 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2531 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2532 PNG_LIBS Linker flags for libpng, overriding pkg-config
2533 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2534 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2536 C compiler flags for libmpg123, overriding pkg-config
2537 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2539 C compiler flags for netapi, overriding pkg-config
2540 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2541 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2542 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2544 Use these variables to override the choices made by `configure' or to
help
2545 it to
find libraries and programs with nonstandard names
/locations.
2547 Report bugs to
<wine-devel@winehq.org
>.
2548 Wine home page
: <https
://www.winehq.org
>.
2553 if test "$ac_init_help" = "recursive"; then
2554 # If there are subdirs, report their specific --help.
2555 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2556 test -d "$ac_dir" ||
2557 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2562 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2564 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2565 # A ".." for each directory in $ac_dir_suffix.
2566 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2567 case $ac_top_builddir_sub in
2568 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2569 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2572 ac_abs_top_builddir
=$ac_pwd
2573 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2574 # for backward compatibility:
2575 ac_top_builddir
=$ac_top_build_prefix
2578 .
) # We are building in place.
2580 ac_top_srcdir
=$ac_top_builddir_sub
2581 ac_abs_top_srcdir
=$ac_pwd ;;
2582 [\\/]* | ?
:[\\/]* ) # Absolute name.
2583 ac_srcdir
=$srcdir$ac_dir_suffix;
2584 ac_top_srcdir
=$srcdir
2585 ac_abs_top_srcdir
=$srcdir ;;
2587 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2588 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2589 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2591 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2593 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2594 # Check for guested configure.
2595 if test -f "$ac_srcdir/configure.gnu"; then
2597 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2598 elif test -f "$ac_srcdir/configure"; then
2600 $SHELL "$ac_srcdir/configure" --help=recursive
2602 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2604 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2608 test -n "$ac_init_help" && exit $ac_status
2609 if $ac_init_version; then
2612 generated by GNU Autoconf
2.69
2614 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2615 This configure
script is free software
; the Free Software Foundation
2616 gives unlimited permission to copy
, distribute and modify it.
2621 ## ------------------------ ##
2622 ## Autoconf initialization. ##
2623 ## ------------------------ ##
2625 # ac_fn_c_try_compile LINENO
2626 # --------------------------
2627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2628 ac_fn_c_try_compile
()
2630 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2631 rm -f conftest.
$ac_objext
2632 if { { ac_try
="$ac_compile"
2634 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2635 *) ac_try_echo=$ac_try;;
2637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2638 $as_echo "$ac_try_echo"; } >&5
2639 (eval "$ac_compile") 2>conftest.err
2641 if test -s conftest.err; then
2642 grep -v '^ *+' conftest.err >conftest.er1
2643 cat conftest.er1 >&5
2644 mv -f conftest.er1 conftest.err
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; } && {
2648 test -z "$ac_c_werror_flag" ||
2649 test ! -s conftest.err
2650 } && test -s conftest.$ac_objext; then :
2653 $as_echo "$as_me: failed program was:" >&5
2654 sed 's/^/| /' conftest.$ac_ext >&5
2658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2659 as_fn_set_status $ac_retval
2661 } # ac_fn_c_try_compile
2663 # ac_fn_cxx_try_compile LINENO
2664 # ----------------------------
2665 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2666 ac_fn_cxx_try_compile ()
2668 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2669 rm -f conftest.$ac_objext
2670 if { { ac_try="$ac_compile"
2672 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2673 *) ac_try_echo
=$ac_try;;
2675 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2676 $as_echo "$ac_try_echo"; } >&5
2677 (eval "$ac_compile") 2>conftest.err
2679 if test -s conftest.err
; then
2680 grep -v '^ *+' conftest.err
>conftest.er1
2681 cat conftest.er1
>&5
2682 mv -f conftest.er1 conftest.err
2684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2685 test $ac_status = 0; } && {
2686 test -z "$ac_cxx_werror_flag" ||
2687 test ! -s conftest.err
2688 } && test -s conftest.
$ac_objext; then :
2691 $as_echo "$as_me: failed program was:" >&5
2692 sed 's/^/| /' conftest.
$ac_ext >&5
2696 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2697 as_fn_set_status
$ac_retval
2699 } # ac_fn_cxx_try_compile
2701 # ac_fn_c_try_link LINENO
2702 # -----------------------
2703 # Try to link conftest.$ac_ext, and return whether this succeeded.
2706 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2707 rm -f conftest.
$ac_objext conftest
$ac_exeext
2708 if { { ac_try
="$ac_link"
2710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2711 *) ac_try_echo=$ac_try;;
2713 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2714 $as_echo "$ac_try_echo"; } >&5
2715 (eval "$ac_link") 2>conftest.err
2717 if test -s conftest.err; then
2718 grep -v '^ *+' conftest.err >conftest.er1
2719 cat conftest.er1 >&5
2720 mv -f conftest.er1 conftest.err
2722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2723 test $ac_status = 0; } && {
2724 test -z "$ac_c_werror_flag" ||
2725 test ! -s conftest.err
2726 } && test -s conftest$ac_exeext && {
2727 test "$cross_compiling" = yes ||
2728 test -x conftest$ac_exeext
2732 $as_echo "$as_me: failed program was:" >&5
2733 sed 's/^/| /' conftest.$ac_ext >&5
2737 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2738 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2739 # interfere with the next link command; also delete a directory that is
2740 # left behind by Apple's compiler. We do this before executing the actions.
2741 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2742 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2743 as_fn_set_status $ac_retval
2745 } # ac_fn_c_try_link
2747 # ac_fn_c_try_cpp LINENO
2748 # ----------------------
2749 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2753 if { { ac_try="$ac_cpp conftest.$ac_ext"
2755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2756 *) ac_try_echo
=$ac_try;;
2758 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2759 $as_echo "$ac_try_echo"; } >&5
2760 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2762 if test -s conftest.err
; then
2763 grep -v '^ *+' conftest.err
>conftest.er1
2764 cat conftest.er1
>&5
2765 mv -f conftest.er1 conftest.err
2767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2768 test $ac_status = 0; } > conftest.i
&& {
2769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2770 test ! -s conftest.err
2774 $as_echo "$as_me: failed program was:" >&5
2775 sed 's/^/| /' conftest.
$ac_ext >&5
2779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2780 as_fn_set_status
$ac_retval
2784 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2785 # -------------------------------------------------------
2786 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2787 # the include files in INCLUDES and setting the cache variable VAR
2789 ac_fn_c_check_header_mongrel
()
2791 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2792 if eval \
${$3+:} false
; then :
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2794 $as_echo_n "checking for $2... " >&6; }
2795 if eval \
${$3+:} false
; then :
2796 $as_echo_n "(cached) " >&6
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2800 $as_echo "$ac_res" >&6; }
2802 # Is the header compilable?
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2804 $as_echo_n "checking $2 usability... " >&6; }
2805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2806 /* end confdefs.h. */
2810 if ac_fn_c_try_compile
"$LINENO"; then :
2811 ac_header_compiler
=yes
2813 ac_header_compiler
=no
2815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2817 $as_echo "$ac_header_compiler" >&6; }
2819 # Is the header present?
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2821 $as_echo_n "checking $2 presence... " >&6; }
2822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2823 /* end confdefs.h. */
2826 if ac_fn_c_try_cpp
"$LINENO"; then :
2827 ac_header_preproc
=yes
2829 ac_header_preproc
=no
2831 rm -f conftest.err conftest.i conftest.
$ac_ext
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2833 $as_echo "$ac_header_preproc" >&6; }
2835 # So? What about this header?
2836 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2839 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2841 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2845 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2847 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2849 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2851 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2853 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2854 ( $as_echo "## ------------------------------------ ##
2855 ## Report this to wine-devel@winehq.org ##
2856 ## ------------------------------------ ##"
2857 ) |
sed "s/^/$as_me: WARNING: /" >&2
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2861 $as_echo_n "checking for $2... " >&6; }
2862 if eval \
${$3+:} false
; then :
2863 $as_echo_n "(cached) " >&6
2865 eval "$3=\$ac_header_compiler"
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2869 $as_echo "$ac_res" >&6; }
2871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2873 } # ac_fn_c_check_header_mongrel
2875 # ac_fn_c_try_run LINENO
2876 # ----------------------
2877 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2878 # that executables *can* be run.
2881 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2882 if { { ac_try
="$ac_link"
2884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2885 *) ac_try_echo=$ac_try;;
2887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2888 $as_echo "$ac_try_echo"; } >&5
2889 (eval "$ac_link") 2>&5
2891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2892 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2893 { { case "(($ac_try" in
2894 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2895 *) ac_try_echo
=$ac_try;;
2897 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2898 $as_echo "$ac_try_echo"; } >&5
2899 (eval "$ac_try") 2>&5
2901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2902 test $ac_status = 0; }; }; then :
2905 $as_echo "$as_me: program exited with status $ac_status" >&5
2906 $as_echo "$as_me: failed program was:" >&5
2907 sed 's/^/| /' conftest.
$ac_ext >&5
2909 ac_retval
=$ac_status
2911 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2913 as_fn_set_status
$ac_retval
2917 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2918 # -------------------------------------------------------
2919 # Tests whether HEADER exists and can be compiled using the include files in
2920 # INCLUDES, setting the cache variable VAR accordingly.
2921 ac_fn_c_check_header_compile
()
2923 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2925 $as_echo_n "checking for $2... " >&6; }
2926 if eval \
${$3+:} false
; then :
2927 $as_echo_n "(cached) " >&6
2929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2930 /* end confdefs.h. */
2934 if ac_fn_c_try_compile
"$LINENO"; then :
2939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2943 $as_echo "$ac_res" >&6; }
2944 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2946 } # ac_fn_c_check_header_compile
2948 # ac_fn_c_check_func LINENO FUNC VAR
2949 # ----------------------------------
2950 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2951 ac_fn_c_check_func
()
2953 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2955 $as_echo_n "checking for $2... " >&6; }
2956 if eval \
${$3+:} false
; then :
2957 $as_echo_n "(cached) " >&6
2959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2960 /* end confdefs.h. */
2961 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2962 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2963 #define $2 innocuous_$2
2965 /* System header to define __stub macros and hopefully few prototypes,
2966 which can conflict with char $2 (); below.
2967 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2968 <limits.h> exists even on freestanding compilers. */
2971 # include <limits.h>
2973 # include <assert.h>
2978 /* Override any GCC internal prototype to avoid an error.
2979 Use char because int might match the return type of a GCC
2980 builtin and then its argument prototype would still apply. */
2985 /* The GNU C library defines this for functions which it implements
2986 to always fail with ENOSYS. Some functions are actually named
2987 something starting with __ and the normal name is an alias. */
2988 #if defined __stub_$2 || defined __stub___$2
3000 if ac_fn_c_try_link
"$LINENO"; then :
3005 rm -f core conftest.err conftest.
$ac_objext \
3006 conftest
$ac_exeext conftest.
$ac_ext
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3010 $as_echo "$ac_res" >&6; }
3011 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3013 } # ac_fn_c_check_func
3015 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3016 # ----------------------------------------------------
3017 # Tries to find if the field MEMBER exists in type AGGR, after including
3018 # INCLUDES, setting cache variable VAR accordingly.
3019 ac_fn_c_check_member
()
3021 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3023 $as_echo_n "checking for $2.$3... " >&6; }
3024 if eval \
${$4+:} false
; then :
3025 $as_echo_n "(cached) " >&6
3027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3028 /* end confdefs.h. */
3040 if ac_fn_c_try_compile
"$LINENO"; then :
3043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3044 /* end confdefs.h. */
3050 if (sizeof ac_aggr.$3)
3056 if ac_fn_c_try_compile
"$LINENO"; then :
3061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3063 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3067 $as_echo "$ac_res" >&6; }
3068 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3070 } # ac_fn_c_check_member
3072 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3073 # -------------------------------------------
3074 # Tests whether TYPE exists after having included INCLUDES, setting cache
3075 # variable VAR accordingly.
3076 ac_fn_c_check_type
()
3078 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3080 $as_echo_n "checking for $2... " >&6; }
3081 if eval \
${$3+:} false
; then :
3082 $as_echo_n "(cached) " >&6
3085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3086 /* end confdefs.h. */
3097 if ac_fn_c_try_compile
"$LINENO"; then :
3098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3099 /* end confdefs.h. */
3110 if ac_fn_c_try_compile
"$LINENO"; then :
3115 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3117 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3121 $as_echo "$ac_res" >&6; }
3122 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3124 } # ac_fn_c_check_type
3125 cat >config.log
<<_ACEOF
3126 This file contains any messages produced by compilers while
3127 running configure, to aid debugging if configure makes a mistake.
3129 It was created by Wine $as_me 3.2, which was
3130 generated by GNU Autoconf 2.69. Invocation command line was
3142 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3143 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3144 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3145 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3146 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3148 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3149 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3151 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3152 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3153 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3154 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3155 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3156 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3157 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3161 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3165 test -z "$as_dir" && as_dir
=.
3166 $as_echo "PATH: $as_dir"
3182 # Keep a trace of the command line.
3183 # Strip out --no-create and --no-recursion so they do not pile up.
3184 # Strip out --silent because we don't want to record it for future runs.
3185 # Also quote any args containing shell meta-characters.
3186 # Make two passes to allow for proper duplicate-argument suppression.
3190 ac_must_keep_next
=false
3196 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3197 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3198 |
-silent |
--silent |
--silen |
--sile |
--sil)
3201 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3204 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3206 as_fn_append ac_configure_args1
" '$ac_arg'"
3207 if test $ac_must_keep_next = true
; then
3208 ac_must_keep_next
=false
# Got value, back to normal.
3211 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3212 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3213 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3214 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3215 case "$ac_configure_args0 " in
3216 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3219 -* ) ac_must_keep_next
=true
;;
3222 as_fn_append ac_configure_args
" '$ac_arg'"
3227 { ac_configure_args0
=; unset ac_configure_args0
;}
3228 { ac_configure_args1
=; unset ac_configure_args1
;}
3230 # When interrupted or exit'd, cleanup temporary files, and complete
3231 # config.log. We remove comments because anyway the quotes in there
3232 # would cause problems or look ugly.
3233 # WARNING: Use '\'' to represent an apostrophe within the trap.
3234 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3235 trap 'exit_status=$?
3236 # Save into config.log some information that might help in debugging.
3240 $as_echo "## ---------------- ##
3241 ## Cache variables. ##
3242 ## ---------------- ##"
3244 # The following way of writing the cache mishandles newlines in values,
3246 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3247 eval ac_val=\$$ac_var
3251 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3252 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3255 _ | IFS | as_nl) ;; #(
3256 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3257 *) { eval $ac_var=; unset $ac_var;} ;;
3262 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3263 *${as_nl}ac_space=\ *)
3265 "s/'\''/'\''\\\\'\'''\''/g;
3266 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3269 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3276 $as_echo "## ----------------- ##
3277 ## Output variables. ##
3278 ## ----------------- ##"
3280 for ac_var in $ac_subst_vars
3282 eval ac_val=\$$ac_var
3284 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3286 $as_echo "$ac_var='\''$ac_val'\''"
3290 if test -n "$ac_subst_files"; then
3291 $as_echo "## ------------------- ##
3292 ## File substitutions. ##
3293 ## ------------------- ##"
3295 for ac_var
in $ac_subst_files
3297 eval ac_val
=\$
$ac_var
3299 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3301 $as_echo "$ac_var='\''$ac_val'\''"
3306 if test -s confdefs.h; then
3307 $as_echo "## ----------- ##
3314 test "$ac_signal" != 0 &&
3315 $as_echo "$as_me: caught signal $ac_signal"
3316 $as_echo "$as_me: exit $exit_status"
3318 rm -f core *.core core.conftest.* &&
3319 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3322 for ac_signal
in 1 2 13 15; do
3323 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3327 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3328 rm -f -r conftest
* confdefs.h
3330 $as_echo "/* confdefs.h */" > confdefs.h
3332 # Predefined preprocessor variables.
3334 cat >>confdefs.h
<<_ACEOF
3335 #define PACKAGE_NAME "$PACKAGE_NAME"
3338 cat >>confdefs.h
<<_ACEOF
3339 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3342 cat >>confdefs.h
<<_ACEOF
3343 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3346 cat >>confdefs.h
<<_ACEOF
3347 #define PACKAGE_STRING "$PACKAGE_STRING"
3350 cat >>confdefs.h
<<_ACEOF
3351 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3354 cat >>confdefs.h
<<_ACEOF
3355 #define PACKAGE_URL "$PACKAGE_URL"
3359 # Let the site file select an alternate cache file if it wants to.
3360 # Prefer an explicitly selected file to automatically selected ones.
3363 if test -n "$CONFIG_SITE"; then
3364 # We do not want a PATH search for config.site.
3365 case $CONFIG_SITE in #((
3366 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3367 */*) ac_site_file1
=$CONFIG_SITE;;
3368 *) ac_site_file1
=.
/$CONFIG_SITE;;
3370 elif test "x$prefix" != xNONE
; then
3371 ac_site_file1
=$prefix/share
/config.site
3372 ac_site_file2
=$prefix/etc
/config.site
3374 ac_site_file1
=$ac_default_prefix/share
/config.site
3375 ac_site_file2
=$ac_default_prefix/etc
/config.site
3377 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3379 test "x$ac_site_file" = xNONE
&& continue
3380 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3382 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3383 sed 's/^/| /' "$ac_site_file" >&5
3385 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3387 as_fn_error $?
"failed to load site script $ac_site_file
3388 See \`config.log' for more details" "$LINENO" 5; }
3392 if test -r "$cache_file"; then
3393 # Some versions of bash will fail to source /dev/null (special files
3394 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3395 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3397 $as_echo "$as_me: loading cache $cache_file" >&6;}
3399 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3400 *) .
"./$cache_file";;
3404 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3405 $as_echo "$as_me: creating cache $cache_file" >&6;}
3409 # Check that the precious variables saved in the cache have kept the same
3411 ac_cache_corrupted
=false
3412 for ac_var
in $ac_precious_vars; do
3413 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3414 eval ac_new_set
=\
$ac_env_${ac_var}_set
3415 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3416 eval ac_new_val
=\
$ac_env_${ac_var}_value
3417 case $ac_old_set,$ac_new_set in
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3420 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3421 ac_cache_corrupted
=: ;;
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3424 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3425 ac_cache_corrupted
=: ;;
3428 if test "x$ac_old_val" != "x$ac_new_val"; then
3429 # differences in whitespace do not lead to failure.
3430 ac_old_val_w
=`echo x $ac_old_val`
3431 ac_new_val_w
=`echo x $ac_new_val`
3432 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3434 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3435 ac_cache_corrupted
=:
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3438 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3439 eval $ac_var=\
$ac_old_val
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3442 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3444 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3447 # Pass precious variables to config.status.
3448 if test "$ac_new_set" = set; then
3450 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3451 *) ac_arg
=$ac_var=$ac_new_val ;;
3453 case " $ac_configure_args " in
3454 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3455 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3459 if $ac_cache_corrupted; then
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3461 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3463 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3464 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3466 ## -------------------- ##
3467 ## Main body of script. ##
3468 ## -------------------- ##
3471 ac_cpp
='$CPP $CPPFLAGS'
3472 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3473 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3474 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3478 ac_config_headers
="$ac_config_headers include/config.h"
3481 for ac_dir
in tools
"$srcdir"/tools
; do
3482 if test -f "$ac_dir/install-sh"; then
3484 ac_install_sh
="$ac_aux_dir/install-sh -c"
3486 elif test -f "$ac_dir/install.sh"; then
3488 ac_install_sh
="$ac_aux_dir/install.sh -c"
3490 elif test -f "$ac_dir/shtool"; then
3492 ac_install_sh
="$ac_aux_dir/shtool install -c"
3496 if test -z "$ac_aux_dir"; then
3497 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3500 # These three variables are undocumented and unsupported,
3501 # and are intended to be withdrawn in a future Autoconf release.
3502 # They can cause serious problems if a builder's source tree is in a directory
3503 # whose full name contains unusual characters.
3504 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3505 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3506 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3510 libwine_version
="1.0"
3514 # Check whether --enable-win16 was given.
3515 if test "${enable_win16+set}" = set; then :
3516 enableval
=$enable_win16;
3519 # Check whether --enable-win64 was given.
3520 if test "${enable_win64+set}" = set; then :
3521 enableval
=$enable_win64;
3524 # Check whether --enable-tests was given.
3525 if test "${enable_tests+set}" = set; then :
3526 enableval
=$enable_tests;
3529 # Check whether --enable-maintainer-mode was given.
3530 if test "${enable_maintainer_mode+set}" = set; then :
3531 enableval
=$enable_maintainer_mode;
3536 # Check whether --with-alsa was given.
3537 if test "${with_alsa+set}" = set; then :
3538 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3542 # Check whether --with-capi was given.
3543 if test "${with_capi+set}" = set; then :
3548 # Check whether --with-cms was given.
3549 if test "${with_cms+set}" = set; then :
3554 # Check whether --with-coreaudio was given.
3555 if test "${with_coreaudio+set}" = set; then :
3556 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3560 # Check whether --with-cups was given.
3561 if test "${with_cups+set}" = set; then :
3566 # Check whether --with-curses was given.
3567 if test "${with_curses+set}" = set; then :
3568 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3572 # Check whether --with-dbus was given.
3573 if test "${with_dbus+set}" = set; then :
3578 # Check whether --with-float-abi was given.
3579 if test "${with_float_abi+set}" = set; then :
3580 withval
=$with_float_abi;
3584 # Check whether --with-fontconfig was given.
3585 if test "${with_fontconfig+set}" = set; then :
3586 withval
=$with_fontconfig;
3590 # Check whether --with-freetype was given.
3591 if test "${with_freetype+set}" = set; then :
3592 withval
=$with_freetype;
3596 # Check whether --with-gettext was given.
3597 if test "${with_gettext+set}" = set; then :
3598 withval
=$with_gettext;
3602 # Check whether --with-gettextpo was given.
3603 if test "${with_gettextpo+set}" = set; then :
3604 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3608 # Check whether --with-gphoto was given.
3609 if test "${with_gphoto+set}" = set; then :
3610 withval
=$with_gphoto;
3614 # Check whether --with-glu was given.
3615 if test "${with_glu+set}" = set; then :
3620 # Check whether --with-gnutls was given.
3621 if test "${with_gnutls+set}" = set; then :
3622 withval
=$with_gnutls;
3626 # Check whether --with-gsm was given.
3627 if test "${with_gsm+set}" = set; then :
3628 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3632 # Check whether --with-gssapi was given.
3633 if test "${with_gssapi+set}" = set; then :
3634 withval
=$with_gssapi;
3638 # Check whether --with-gstreamer was given.
3639 if test "${with_gstreamer+set}" = set; then :
3640 withval
=$with_gstreamer;
3644 # Check whether --with-hal was given.
3645 if test "${with_hal+set}" = set; then :
3650 # Check whether --with-jpeg was given.
3651 if test "${with_jpeg+set}" = set; then :
3656 # Check whether --with-krb5 was given.
3657 if test "${with_krb5+set}" = set; then :
3662 # Check whether --with-ldap was given.
3663 if test "${with_ldap+set}" = set; then :
3664 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3668 # Check whether --with-mpg123 was given.
3669 if test "${with_mpg123+set}" = set; then :
3670 withval
=$with_mpg123;
3674 # Check whether --with-netapi was given.
3675 if test "${with_netapi+set}" = set; then :
3676 withval
=$with_netapi;
3680 # Check whether --with-openal was given.
3681 if test "${with_openal+set}" = set; then :
3682 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3686 # Check whether --with-opencl was given.
3687 if test "${with_opencl+set}" = set; then :
3688 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3692 # Check whether --with-opengl was given.
3693 if test "${with_opengl+set}" = set; then :
3694 withval
=$with_opengl;
3698 # Check whether --with-osmesa was given.
3699 if test "${with_osmesa+set}" = set; then :
3700 withval
=$with_osmesa;
3704 # Check whether --with-oss was given.
3705 if test "${with_oss+set}" = set; then :
3710 # Check whether --with-pcap was given.
3711 if test "${with_pcap+set}" = set; then :
3712 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3716 # Check whether --with-png was given.
3717 if test "${with_png+set}" = set; then :
3722 # Check whether --with-pthread was given.
3723 if test "${with_pthread+set}" = set; then :
3724 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3728 # Check whether --with-pulse was given.
3729 if test "${with_pulse+set}" = set; then :
3730 withval
=$with_pulse;
3734 # Check whether --with-sane was given.
3735 if test "${with_sane+set}" = set; then :
3740 # Check whether --with-sdl was given.
3741 if test "${with_sdl+set}" = set; then :
3746 # Check whether --with-tiff was given.
3747 if test "${with_tiff+set}" = set; then :
3752 # Check whether --with-udev was given.
3753 if test "${with_udev+set}" = set; then :
3758 # Check whether --with-v4l was given.
3759 if test "${with_v4l+set}" = set; then :
3764 # Check whether --with-vulkan was given.
3765 if test "${with_vulkan+set}" = set; then :
3766 withval
=$with_vulkan;
3770 # Check whether --with-xcomposite was given.
3771 if test "${with_xcomposite+set}" = set; then :
3772 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3776 # Check whether --with-xcursor was given.
3777 if test "${with_xcursor+set}" = set; then :
3778 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3782 # Check whether --with-xfixes was given.
3783 if test "${with_xfixes+set}" = set; then :
3784 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3788 # Check whether --with-xinerama was given.
3789 if test "${with_xinerama+set}" = set; then :
3790 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3794 # Check whether --with-xinput was given.
3795 if test "${with_xinput+set}" = set; then :
3796 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3800 # Check whether --with-xinput2 was given.
3801 if test "${with_xinput2+set}" = set; then :
3802 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3806 # Check whether --with-xml was given.
3807 if test "${with_xml+set}" = set; then :
3812 # Check whether --with-xrandr was given.
3813 if test "${with_xrandr+set}" = set; then :
3814 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3818 # Check whether --with-xrender was given.
3819 if test "${with_xrender+set}" = set; then :
3820 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3824 # Check whether --with-xshape was given.
3825 if test "${with_xshape+set}" = set; then :
3826 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3830 # Check whether --with-xshm was given.
3831 if test "${with_xshm+set}" = set; then :
3832 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3836 # Check whether --with-xslt was given.
3837 if test "${with_xslt+set}" = set; then :
3842 # Check whether --with-xxf86vm was given.
3843 if test "${with_xxf86vm+set}" = set; then :
3844 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
3848 # Check whether --with-zlib was given.
3849 if test "${with_zlib+set}" = set; then :
3850 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3855 # Check whether --with-wine-tools was given.
3856 if test "${with_wine_tools+set}" = set; then :
3857 withval
=$with_wine_tools;
3861 # Check whether --with-wine64 was given.
3862 if test "${with_wine64+set}" = set; then :
3863 withval
=$with_wine64;
3867 # Make sure we can run config.sub.
3868 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3869 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3872 $as_echo_n "checking build system type... " >&6; }
3873 if ${ac_cv_build+:} false
; then :
3874 $as_echo_n "(cached) " >&6
3876 ac_build_alias
=$build_alias
3877 test "x$ac_build_alias" = x
&&
3878 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3879 test "x$ac_build_alias" = x
&&
3880 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3881 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3882 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3886 $as_echo "$ac_cv_build" >&6; }
3887 case $ac_cv_build in
3889 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3892 ac_save_IFS
=$IFS; IFS
='-'
3898 # Remember, the first character of IFS is used to create $*,
3899 # except with old shells:
3902 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3906 $as_echo_n "checking host system type... " >&6; }
3907 if ${ac_cv_host+:} false
; then :
3908 $as_echo_n "(cached) " >&6
3910 if test "x$host_alias" = x
; then
3911 ac_cv_host
=$ac_cv_build
3913 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3914 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3919 $as_echo "$ac_cv_host" >&6; }
3922 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3925 ac_save_IFS
=$IFS; IFS
='-'
3931 # Remember, the first character of IFS is used to create $*,
3932 # except with old shells:
3935 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3941 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3942 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3943 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3949 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3951 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3952 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3953 $as_echo_n "(cached) " >&6
3955 cat >conftest.
make <<\_ACEOF
3958 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3960 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3961 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3963 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3965 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3969 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3971 $as_echo "yes" >&6; }
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3975 $as_echo "no" >&6; }
3976 SET_MAKE
="MAKE=${MAKE-make}"
3980 ac_cpp
='$CPP $CPPFLAGS'
3981 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3982 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3983 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3984 if test -n "$ac_tool_prefix"; then
3985 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3986 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3988 $as_echo_n "checking for $ac_word... " >&6; }
3989 if ${ac_cv_prog_CC+:} false
; then :
3990 $as_echo_n "(cached) " >&6
3992 if test -n "$CC"; then
3993 ac_cv_prog_CC
="$CC" # Let the user override the test.
3995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3999 test -z "$as_dir" && as_dir
=.
4000 for ac_exec_ext
in '' $ac_executable_extensions; do
4001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4002 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4013 if test -n "$CC"; then
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4015 $as_echo "$CC" >&6; }
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4018 $as_echo "no" >&6; }
4023 if test -z "$ac_cv_prog_CC"; then
4025 # Extract the first word of "gcc", so it can be a program name with args.
4026 set dummy gcc
; ac_word
=$2
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4028 $as_echo_n "checking for $ac_word... " >&6; }
4029 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4030 $as_echo_n "(cached) " >&6
4032 if test -n "$ac_ct_CC"; then
4033 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4035 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4039 test -z "$as_dir" && as_dir
=.
4040 for ac_exec_ext
in '' $ac_executable_extensions; do
4041 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4042 ac_cv_prog_ac_ct_CC
="gcc"
4043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4052 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4053 if test -n "$ac_ct_CC"; then
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4055 $as_echo "$ac_ct_CC" >&6; }
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4058 $as_echo "no" >&6; }
4061 if test "x$ac_ct_CC" = x
; then
4064 case $cross_compiling:$ac_tool_warned in
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4068 ac_tool_warned
=yes ;;
4076 if test -z "$CC"; then
4077 if test -n "$ac_tool_prefix"; then
4078 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4079 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4081 $as_echo_n "checking for $ac_word... " >&6; }
4082 if ${ac_cv_prog_CC+:} false
; then :
4083 $as_echo_n "(cached) " >&6
4085 if test -n "$CC"; then
4086 ac_cv_prog_CC
="$CC" # Let the user override the test.
4088 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4092 test -z "$as_dir" && as_dir
=.
4093 for ac_exec_ext
in '' $ac_executable_extensions; do
4094 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4095 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4106 if test -n "$CC"; then
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4108 $as_echo "$CC" >&6; }
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4111 $as_echo "no" >&6; }
4117 if test -z "$CC"; then
4118 # Extract the first word of "cc", so it can be a program name with args.
4119 set dummy cc
; ac_word
=$2
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4121 $as_echo_n "checking for $ac_word... " >&6; }
4122 if ${ac_cv_prog_CC+:} false
; then :
4123 $as_echo_n "(cached) " >&6
4125 if test -n "$CC"; then
4126 ac_cv_prog_CC
="$CC" # Let the user override the test.
4129 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4133 test -z "$as_dir" && as_dir
=.
4134 for ac_exec_ext
in '' $ac_executable_extensions; do
4135 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4136 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4137 ac_prog_rejected
=yes
4141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4148 if test $ac_prog_rejected = yes; then
4149 # We found a bogon in the path, so make sure we never use it.
4150 set dummy
$ac_cv_prog_CC
4152 if test $# != 0; then
4153 # We chose a different compiler from the bogus one.
4154 # However, it has the same basename, so the bogon will be chosen
4155 # first if we set CC to just the basename; use the full file name.
4157 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4163 if test -n "$CC"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4165 $as_echo "$CC" >&6; }
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4173 if test -z "$CC"; then
4174 if test -n "$ac_tool_prefix"; then
4175 for ac_prog
in cl.exe
4177 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4178 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4180 $as_echo_n "checking for $ac_word... " >&6; }
4181 if ${ac_cv_prog_CC+:} false
; then :
4182 $as_echo_n "(cached) " >&6
4184 if test -n "$CC"; then
4185 ac_cv_prog_CC
="$CC" # Let the user override the test.
4187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4191 test -z "$as_dir" && as_dir
=.
4192 for ac_exec_ext
in '' $ac_executable_extensions; do
4193 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4194 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205 if test -n "$CC"; then
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4207 $as_echo "$CC" >&6; }
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4210 $as_echo "no" >&6; }
4214 test -n "$CC" && break
4217 if test -z "$CC"; then
4219 for ac_prog
in cl.exe
4221 # Extract the first word of "$ac_prog", so it can be a program name with args.
4222 set dummy
$ac_prog; ac_word
=$2
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224 $as_echo_n "checking for $ac_word... " >&6; }
4225 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4226 $as_echo_n "(cached) " >&6
4228 if test -n "$ac_ct_CC"; then
4229 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4231 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4235 test -z "$as_dir" && as_dir
=.
4236 for ac_exec_ext
in '' $ac_executable_extensions; do
4237 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4238 ac_cv_prog_ac_ct_CC
="$ac_prog"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4248 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4249 if test -n "$ac_ct_CC"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4251 $as_echo "$ac_ct_CC" >&6; }
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254 $as_echo "no" >&6; }
4258 test -n "$ac_ct_CC" && break
4261 if test "x$ac_ct_CC" = x
; then
4264 case $cross_compiling:$ac_tool_warned in
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4267 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4268 ac_tool_warned
=yes ;;
4277 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4278 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4279 as_fn_error $?
"no acceptable C compiler found in \$PATH
4280 See \`config.log' for more details" "$LINENO" 5; }
4282 # Provide some information about the compiler.
4283 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4286 for ac_option
in --version -v -V -qversion; do
4287 { { ac_try
="$ac_compiler $ac_option >&5"
4289 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4290 *) ac_try_echo=$ac_try;;
4292 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4293 $as_echo "$ac_try_echo"; } >&5
4294 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4296 if test -s conftest.err; then
4298 ... rest of stderr output deleted ...
4299 10q' conftest.err >conftest.er1
4300 cat conftest.er1 >&5
4302 rm -f conftest.er1 conftest.err
4303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4304 test $ac_status = 0; }
4307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4308 /* end confdefs.h. */
4318 ac_clean_files_save=$ac_clean_files
4319 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4320 # Try to create an executable without -o first, disregard a.out.
4321 # It will help us diagnose broken compilers, and finding out an intuition
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4324 $as_echo_n "checking whether the C compiler works... " >&6; }
4325 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4327 # The possible output files:
4328 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4331 for ac_file in $ac_files
4334 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4335 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4340 if { { ac_try="$ac_link_default"
4342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4343 *) ac_try_echo
=$ac_try;;
4345 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4346 $as_echo "$ac_try_echo"; } >&5
4347 (eval "$ac_link_default") 2>&5
4349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4350 test $ac_status = 0; }; then :
4351 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4352 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4353 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4354 # so that the user can short-circuit this test for compilers unknown to
4356 for ac_file
in $ac_files ''
4358 test -f "$ac_file" ||
continue
4360 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4363 # We found the default executable, but exeext='' is most
4367 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4369 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4371 # We set ac_cv_exeext here because the later test for it is not
4372 # safe: cross compilers may not add the suffix if given an `-o'
4373 # argument, so we may need to know it at that point already.
4374 # Even if this section looks crufty: it has the advantage of
4381 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4386 if test -z "$ac_file"; then :
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4388 $as_echo "no" >&6; }
4389 $as_echo "$as_me: failed program was:" >&5
4390 sed 's/^/| /' conftest.
$ac_ext >&5
4392 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4394 as_fn_error
77 "C compiler cannot create executables
4395 See \`config.log' for more details" "$LINENO" 5; }
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4398 $as_echo "yes" >&6; }
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4401 $as_echo_n "checking for C compiler default output file name... " >&6; }
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4403 $as_echo "$ac_file" >&6; }
4404 ac_exeext
=$ac_cv_exeext
4406 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4407 ac_clean_files
=$ac_clean_files_save
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4409 $as_echo_n "checking for suffix of executables... " >&6; }
4410 if { { ac_try
="$ac_link"
4412 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4413 *) ac_try_echo=$ac_try;;
4415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4416 $as_echo "$ac_try_echo"; } >&5
4417 (eval "$ac_link") 2>&5
4419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4420 test $ac_status = 0; }; then :
4421 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4422 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4423 # work properly (i.e., refer to `conftest.exe'), while it won't with
4425 for ac_file
in conftest.exe conftest conftest.
*; do
4426 test -f "$ac_file" ||
continue
4428 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4429 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4435 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4437 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4438 See \`config.log' for more details" "$LINENO" 5; }
4440 rm -f conftest conftest
$ac_cv_exeext
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4442 $as_echo "$ac_cv_exeext" >&6; }
4444 rm -f conftest.
$ac_ext
4445 EXEEXT
=$ac_cv_exeext
4447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4448 /* end confdefs.h. */
4453 FILE *f = fopen ("conftest.out", "w");
4454 return ferror (f) || fclose (f) != 0;
4460 ac_clean_files
="$ac_clean_files conftest.out"
4461 # Check that the compiler produces executables we can run. If not, either
4462 # the compiler is broken, or we cross compile.
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4464 $as_echo_n "checking whether we are cross compiling... " >&6; }
4465 if test "$cross_compiling" != yes; then
4466 { { ac_try
="$ac_link"
4468 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4469 *) ac_try_echo=$ac_try;;
4471 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4472 $as_echo "$ac_try_echo"; } >&5
4473 (eval "$ac_link") 2>&5
4475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4476 test $ac_status = 0; }
4477 if { ac_try='./conftest$ac_cv_exeext'
4478 { { case "(($ac_try" in
4479 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4480 *) ac_try_echo
=$ac_try;;
4482 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4483 $as_echo "$ac_try_echo"; } >&5
4484 (eval "$ac_try") 2>&5
4486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4487 test $ac_status = 0; }; }; then
4490 if test "$cross_compiling" = maybe
; then
4493 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4494 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4495 as_fn_error $?
"cannot run C compiled programs.
4496 If you meant to cross compile, use \`--host'.
4497 See \`config.log' for more details" "$LINENO" 5; }
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4502 $as_echo "$cross_compiling" >&6; }
4504 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4505 ac_clean_files
=$ac_clean_files_save
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4507 $as_echo_n "checking for suffix of object files... " >&6; }
4508 if ${ac_cv_objext+:} false
; then :
4509 $as_echo_n "(cached) " >&6
4511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4512 /* end confdefs.h. */
4522 rm -f conftest.o conftest.obj
4523 if { { ac_try
="$ac_compile"
4525 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4526 *) ac_try_echo=$ac_try;;
4528 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4529 $as_echo "$ac_try_echo"; } >&5
4530 (eval "$ac_compile") 2>&5
4532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4533 test $ac_status = 0; }; then :
4534 for ac_file in conftest.o conftest.obj conftest.*; do
4535 test -f "$ac_file" || continue;
4537 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4538 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4543 $as_echo "$as_me: failed program was:" >&5
4544 sed 's/^/| /' conftest.$ac_ext >&5
4546 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4548 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4549 See \
`config.log' for more details" "$LINENO" 5; }
4551 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4554 $as_echo "$ac_cv_objext" >&6; }
4555 OBJEXT=$ac_cv_objext
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4558 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4559 if ${ac_cv_c_compiler_gnu+:} false; then :
4560 $as_echo_n "(cached) " >&6
4562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4563 /* end confdefs.h. */
4576 if ac_fn_c_try_compile "$LINENO"; then :
4581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4582 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4586 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4587 if test $ac_compiler_gnu = yes; then
4592 ac_test_CFLAGS=${CFLAGS+set}
4593 ac_save_CFLAGS=$CFLAGS
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4595 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4596 if ${ac_cv_prog_cc_g+:} false; then :
4597 $as_echo_n "(cached) " >&6
4599 ac_save_c_werror_flag=$ac_c_werror_flag
4600 ac_c_werror_flag=yes
4603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4604 /* end confdefs.h. */
4614 if ac_fn_c_try_compile "$LINENO"; then :
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619 /* end confdefs.h. */
4629 if ac_fn_c_try_compile "$LINENO"; then :
4632 ac_c_werror_flag=$ac_save_c_werror_flag
4634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4635 /* end confdefs.h. */
4645 if ac_fn_c_try_compile "$LINENO"; then :
4648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4653 ac_c_werror_flag=$ac_save_c_werror_flag
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4656 $as_echo "$ac_cv_prog_cc_g" >&6; }
4657 if test "$ac_test_CFLAGS" = set; then
4658 CFLAGS=$ac_save_CFLAGS
4659 elif test $ac_cv_prog_cc_g = yes; then
4660 if test "$GCC" = yes; then
4666 if test "$GCC" = yes; then
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4673 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4674 if ${ac_cv_prog_cc_c89+:} false; then :
4675 $as_echo_n "(cached) " >&6
4677 ac_cv_prog_cc_c89=no
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4684 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4685 struct buf { int x; };
4686 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4687 static char *e (p, i)
4693 static char *f (char * (*g) (char **, int), char **p, ...)
4698 s = g (p, va_arg (v,int));
4703 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4704 function prototypes and stuff, but not '\xHH' hex character constants.
4705 These don't provoke an error unfortunately, instead are silently treated
4706 as 'x'. The following induces an error, until -std is added to get
4707 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4708 array size at least. It's necessary to write '\x00'==0 to get something
4709 that's true only with -std. */
4710 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4712 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4713 inside strings and character constants. */
4715 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4717 int test (int i, double x);
4718 struct s1 {int (*f) (int a);};
4719 struct s2 {int (*f) (double a);};
4720 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4726 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4731 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4732 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4734 CC="$ac_save_CC $ac_arg"
4735 if ac_fn_c_try_compile "$LINENO"; then :
4736 ac_cv_prog_cc_c89=$ac_arg
4738 rm -f core conftest.err conftest.$ac_objext
4739 test "x$ac_cv_prog_cc_c89" != "xno" && break
4741 rm -f conftest.$ac_ext
4746 case "x$ac_cv_prog_cc_c89" in
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4749 $as_echo "none needed" >&6; } ;;
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4752 $as_echo "unsupported" >&6; } ;;
4754 CC="$CC $ac_cv_prog_cc_c89"
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4756 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4758 if test "x$ac_cv_prog_cc_c89" != xno; then :
4763 ac_cpp='$CPP $CPPFLAGS'
4764 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4765 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4766 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4769 ac_cpp='$CXXCPP $CPPFLAGS'
4770 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4771 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4772 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4773 if test -z "$CXX"; then
4774 if test -n "$CCC"; then
4777 if test -n "$ac_tool_prefix"; then
4778 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4780 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4781 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783 $as_echo_n "checking for $ac_word... " >&6; }
4784 if ${ac_cv_prog_CXX+:} false; then :
4785 $as_echo_n "(cached) " >&6
4787 if test -n "$CXX"; then
4788 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4794 test -z "$as_dir" && as_dir=.
4795 for ac_exec_ext in '' $ac_executable_extensions; do
4796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4797 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4808 if test -n "$CXX"; then
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4810 $as_echo "$CXX" >&6; }
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813 $as_echo "no" >&6; }
4817 test -n "$CXX" && break
4820 if test -z "$CXX"; then
4822 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4824 # Extract the first word of "$ac_prog", so it can be a program name with args.
4825 set dummy $ac_prog; ac_word=$2
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827 $as_echo_n "checking for $ac_word... " >&6; }
4828 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4829 $as_echo_n "(cached) " >&6
4831 if test -n "$ac_ct_CXX"; then
4832 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838 test -z "$as_dir" && as_dir=.
4839 for ac_exec_ext in '' $ac_executable_extensions; do
4840 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4841 ac_cv_prog_ac_ct_CXX="$ac_prog"
4842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4851 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4852 if test -n "$ac_ct_CXX"; then
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4854 $as_echo "$ac_ct_CXX" >&6; }
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857 $as_echo "no" >&6; }
4861 test -n "$ac_ct_CXX" && break
4864 if test "x$ac_ct_CXX" = x; then
4867 case $cross_compiling:$ac_tool_warned in
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4870 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4871 ac_tool_warned=yes ;;
4879 # Provide some information about the compiler.
4880 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4883 for ac_option in --version -v -V -qversion; do
4884 { { ac_try="$ac_compiler $ac_option >&5"
4886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4887 *) ac_try_echo
=$ac_try;;
4889 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4890 $as_echo "$ac_try_echo"; } >&5
4891 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4893 if test -s conftest.err
; then
4895 ... rest of stderr output deleted ...
4896 10q' conftest.err
>conftest.er1
4897 cat conftest.er1
>&5
4899 rm -f conftest.er1 conftest.err
4900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4901 test $ac_status = 0; }
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4905 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4906 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4907 $as_echo_n "(cached) " >&6
4909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4910 /* end confdefs.h. */
4923 if ac_fn_cxx_try_compile
"$LINENO"; then :
4928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4929 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4933 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4934 if test $ac_compiler_gnu = yes; then
4939 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4940 ac_save_CXXFLAGS
=$CXXFLAGS
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4942 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4943 if ${ac_cv_prog_cxx_g+:} false
; then :
4944 $as_echo_n "(cached) " >&6
4946 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4947 ac_cxx_werror_flag
=yes
4950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4951 /* end confdefs.h. */
4961 if ac_fn_cxx_try_compile
"$LINENO"; then :
4962 ac_cv_prog_cxx_g
=yes
4965 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4966 /* end confdefs.h. */
4976 if ac_fn_cxx_try_compile
"$LINENO"; then :
4979 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4982 /* end confdefs.h. */
4992 if ac_fn_cxx_try_compile
"$LINENO"; then :
4993 ac_cv_prog_cxx_g
=yes
4995 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4997 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4999 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5000 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5003 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5004 if test "$ac_test_CXXFLAGS" = set; then
5005 CXXFLAGS
=$ac_save_CXXFLAGS
5006 elif test $ac_cv_prog_cxx_g = yes; then
5007 if test "$GXX" = yes; then
5013 if test "$GXX" = yes; then
5020 ac_cpp
='$CPP $CPPFLAGS'
5021 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5022 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5023 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5025 if test -n "$ac_tool_prefix"; then
5026 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5027 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5029 $as_echo_n "checking for $ac_word... " >&6; }
5030 if ${ac_cv_prog_CPPBIN+:} false
; then :
5031 $as_echo_n "(cached) " >&6
5033 if test -n "$CPPBIN"; then
5034 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5040 test -z "$as_dir" && as_dir
=.
5041 for ac_exec_ext
in '' $ac_executable_extensions; do
5042 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5043 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 CPPBIN
=$ac_cv_prog_CPPBIN
5054 if test -n "$CPPBIN"; then
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5056 $as_echo "$CPPBIN" >&6; }
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059 $as_echo "no" >&6; }
5064 if test -z "$ac_cv_prog_CPPBIN"; then
5065 ac_ct_CPPBIN
=$CPPBIN
5066 # Extract the first word of "cpp", so it can be a program name with args.
5067 set dummy cpp
; ac_word
=$2
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5069 $as_echo_n "checking for $ac_word... " >&6; }
5070 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5071 $as_echo_n "(cached) " >&6
5073 if test -n "$ac_ct_CPPBIN"; then
5074 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5076 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5080 test -z "$as_dir" && as_dir
=.
5081 for ac_exec_ext
in '' $ac_executable_extensions; do
5082 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5083 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5093 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5094 if test -n "$ac_ct_CPPBIN"; then
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5096 $as_echo "$ac_ct_CPPBIN" >&6; }
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5099 $as_echo "no" >&6; }
5102 if test "x$ac_ct_CPPBIN" = x
; then
5105 case $cross_compiling:$ac_tool_warned in
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5108 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5109 ac_tool_warned
=yes ;;
5111 CPPBIN
=$ac_ct_CPPBIN
5114 CPPBIN
="$ac_cv_prog_CPPBIN"
5118 cat >>confdefs.h
<<_ACEOF
5119 #define EXEEXT "$ac_exeext"
5122 if test -n "$ac_tool_prefix"; then
5123 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5124 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5126 $as_echo_n "checking for $ac_word... " >&6; }
5127 if ${ac_cv_prog_LD+:} false
; then :
5128 $as_echo_n "(cached) " >&6
5130 if test -n "$LD"; then
5131 ac_cv_prog_LD
="$LD" # Let the user override the test.
5133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5137 test -z "$as_dir" && as_dir
=.
5138 for ac_exec_ext
in '' $ac_executable_extensions; do
5139 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5140 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 if test -n "$LD"; then
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5153 $as_echo "$LD" >&6; }
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5156 $as_echo "no" >&6; }
5161 if test -z "$ac_cv_prog_LD"; then
5163 # Extract the first word of "ld", so it can be a program name with args.
5164 set dummy ld
; ac_word
=$2
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5166 $as_echo_n "checking for $ac_word... " >&6; }
5167 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5168 $as_echo_n "(cached) " >&6
5170 if test -n "$ac_ct_LD"; then
5171 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5177 test -z "$as_dir" && as_dir
=.
5178 for ac_exec_ext
in '' $ac_executable_extensions; do
5179 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5180 ac_cv_prog_ac_ct_LD
="ld"
5181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5190 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5191 if test -n "$ac_ct_LD"; then
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5193 $as_echo "$ac_ct_LD" >&6; }
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5196 $as_echo "no" >&6; }
5199 if test "x$ac_ct_LD" = x
; then
5202 case $cross_compiling:$ac_tool_warned in
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5205 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5206 ac_tool_warned
=yes ;;
5217 with_fontconfig
=${with_fontconfig:-no}
5219 *-mingw32*|
*-cygwin*)
5220 enable_win16
=${enable_win16:-no}
5221 CFLAGS
="$CFLAGS -D_WIN32"
5227 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5232 $as_echo_n "checking whether $CC works... " >&6; }
5234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5235 /* end confdefs.h. */
5245 if ac_fn_c_try_link
"$LINENO"; then :
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5247 $as_echo "yes" >&6; }
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5250 $as_echo "no" >&6; }
5251 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5253 rm -f core conftest.err conftest.
$ac_objext \
5254 conftest
$ac_exeext conftest.
$ac_ext
5256 notice_platform
="32-bit "
5259 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5260 export PKG_CONFIG_PATH
5261 enable_win16
=${enable_win16:-yes}
5263 if test "x${GCC}" = "xyes"
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5266 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5268 /* end confdefs.h. */
5273 void func(__builtin_ms_va_list *args);
5278 if ac_fn_c_try_compile
"$LINENO"; then :
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5280 $as_echo "yes" >&6; }
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5283 $as_echo "no" >&6; }
5284 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5286 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5291 notice_platform
="64-bit "
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5298 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5299 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5300 /* end confdefs.h. */
5301 int ac_test(int i) { return i; }
5305 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5310 if ac_fn_c_try_link
"$LINENO"; then :
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5312 $as_echo "yes" >&6; }
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5315 $as_echo "no" >&6; }
5316 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5318 rm -f core conftest.err conftest.
$ac_objext \
5319 conftest
$ac_exeext conftest.
$ac_ext
5320 case $with_float_abi in
5322 float_abi
=$with_float_abi ;;
5329 saved_CFLAGS
=$CFLAGS
5330 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5332 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5339 asm("vmrs r2,fpscr");
5344 if ac_fn_c_try_link
"$LINENO"; then :
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5346 $as_echo "yes" >&6; }
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5349 $as_echo "no" >&6; }
5351 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5353 rm -f core conftest.err conftest.
$ac_objext \
5354 conftest
$ac_exeext conftest.
$ac_ext
5355 CFLAGS
=$saved_CFLAGS
5359 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5360 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5364 enable_win16
=${enable_win16:-yes}
5368 enable_win16
=${enable_win16:-no}
5369 enable_win64
=${enable_win64:-no}
5371 enable_winetest
=${enable_winetest:-$enable_tests}
5373 if test -n "$with_wine64"
5375 if test "x$enable_win64" = "xyes"
5377 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5378 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5380 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5381 You should create a separate build directory and run configure from there." "$LINENO" 5
5382 enable_fonts
=${enable_fonts:-no}
5383 enable_server
=${enable_server:-no}
5386 elif test "x$enable_win64" = "xyes"
5388 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5392 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5393 if ${wine_cv_toolsdir+:} false
; then :
5394 $as_echo_n "(cached) " >&6
5396 wine_cv_toolsdir
="$with_wine_tools"
5397 if test -z "$with_wine_tools"; then
5398 if test "$cross_compiling" = "yes"; then
5399 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5400 elif test -n "$with_wine64"; then
5401 wine_cv_toolsdir
="$with_wine64"
5404 if test -z "$wine_cv_toolsdir"; then
5405 wine_makedep
=tools
/makedep
5406 wine_cv_toolsdir
="\$(top_builddir)"
5407 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5408 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5409 case "$wine_cv_toolsdir" in
5411 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5413 enable_tools
=${enable_tools:-no}
5414 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5416 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5420 $as_echo "$wine_cv_toolsdir" >&6; }
5421 TOOLSDIR
=$wine_cv_toolsdir
5423 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5425 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5431 # Extract the first word of "$ac_prog", so it can be a program name with args.
5432 set dummy
$ac_prog; ac_word
=$2
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5434 $as_echo_n "checking for $ac_word... " >&6; }
5435 if ${ac_cv_prog_FLEX+:} false
; then :
5436 $as_echo_n "(cached) " >&6
5438 if test -n "$FLEX"; then
5439 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5445 test -z "$as_dir" && as_dir
=.
5446 for ac_exec_ext
in '' $ac_executable_extensions; do
5447 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5448 ac_cv_prog_FLEX
="$ac_prog"
5449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5458 FLEX
=$ac_cv_prog_FLEX
5459 if test -n "$FLEX"; then
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5461 $as_echo "$FLEX" >&6; }
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5464 $as_echo "no" >&6; }
5468 test -n "$FLEX" && break
5470 test -n "$FLEX" || FLEX
="none"
5472 if test "$FLEX" = "none"
5474 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5477 $as_echo_n "checking whether flex is recent enough... " >&6; }
5478 cat >conftest.l
<<EOF
5480 #include "prediluvian.h"
5484 if $FLEX -t conftest.l
>/dev
/null
2>&5
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5487 $as_echo "yes" >&6; }
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5491 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5494 for ac_prog
in bison
5496 # Extract the first word of "$ac_prog", so it can be a program name with args.
5497 set dummy
$ac_prog; ac_word
=$2
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5499 $as_echo_n "checking for $ac_word... " >&6; }
5500 if ${ac_cv_prog_BISON+:} false
; then :
5501 $as_echo_n "(cached) " >&6
5503 if test -n "$BISON"; then
5504 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5510 test -z "$as_dir" && as_dir
=.
5511 for ac_exec_ext
in '' $ac_executable_extensions; do
5512 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5513 ac_cv_prog_BISON
="$ac_prog"
5514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5523 BISON
=$ac_cv_prog_BISON
5524 if test -n "$BISON"; then
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5526 $as_echo "$BISON" >&6; }
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5529 $as_echo "no" >&6; }
5533 test -n "$BISON" && break
5535 test -n "$BISON" || BISON
="none"
5537 if test "$BISON" = "none"
5539 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5542 if test -n "$ac_tool_prefix"; then
5543 for ac_prog
in ar gar
5545 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5546 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5548 $as_echo_n "checking for $ac_word... " >&6; }
5549 if ${ac_cv_prog_AR+:} false
; then :
5550 $as_echo_n "(cached) " >&6
5552 if test -n "$AR"; then
5553 ac_cv_prog_AR
="$AR" # Let the user override the test.
5555 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5559 test -z "$as_dir" && as_dir
=.
5560 for ac_exec_ext
in '' $ac_executable_extensions; do
5561 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5562 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5573 if test -n "$AR"; then
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5575 $as_echo "$AR" >&6; }
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5578 $as_echo "no" >&6; }
5582 test -n "$AR" && break
5585 if test -z "$AR"; then
5587 for ac_prog
in ar gar
5589 # Extract the first word of "$ac_prog", so it can be a program name with args.
5590 set dummy
$ac_prog; ac_word
=$2
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5592 $as_echo_n "checking for $ac_word... " >&6; }
5593 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5594 $as_echo_n "(cached) " >&6
5596 if test -n "$ac_ct_AR"; then
5597 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5603 test -z "$as_dir" && as_dir
=.
5604 for ac_exec_ext
in '' $ac_executable_extensions; do
5605 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5606 ac_cv_prog_ac_ct_AR
="$ac_prog"
5607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5616 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5617 if test -n "$ac_ct_AR"; then
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5619 $as_echo "$ac_ct_AR" >&6; }
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5622 $as_echo "no" >&6; }
5626 test -n "$ac_ct_AR" && break
5629 if test "x$ac_ct_AR" = x
; then
5632 case $cross_compiling:$ac_tool_warned in
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5636 ac_tool_warned
=yes ;;
5642 if test -n "$ac_tool_prefix"; then
5643 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5644 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5646 $as_echo_n "checking for $ac_word... " >&6; }
5647 if ${ac_cv_prog_STRIP+:} false
; then :
5648 $as_echo_n "(cached) " >&6
5650 if test -n "$STRIP"; then
5651 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5657 test -z "$as_dir" && as_dir
=.
5658 for ac_exec_ext
in '' $ac_executable_extensions; do
5659 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5660 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 STRIP
=$ac_cv_prog_STRIP
5671 if test -n "$STRIP"; then
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5673 $as_echo "$STRIP" >&6; }
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5676 $as_echo "no" >&6; }
5681 if test -z "$ac_cv_prog_STRIP"; then
5683 # Extract the first word of "strip", so it can be a program name with args.
5684 set dummy strip
; ac_word
=$2
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5686 $as_echo_n "checking for $ac_word... " >&6; }
5687 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5688 $as_echo_n "(cached) " >&6
5690 if test -n "$ac_ct_STRIP"; then
5691 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5693 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5697 test -z "$as_dir" && as_dir
=.
5698 for ac_exec_ext
in '' $ac_executable_extensions; do
5699 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5700 ac_cv_prog_ac_ct_STRIP
="strip"
5701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5710 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5711 if test -n "$ac_ct_STRIP"; then
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5713 $as_echo "$ac_ct_STRIP" >&6; }
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5716 $as_echo "no" >&6; }
5719 if test "x$ac_ct_STRIP" = x
; then
5722 case $cross_compiling:$ac_tool_warned in
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5726 ac_tool_warned
=yes ;;
5731 STRIP
="$ac_cv_prog_STRIP"
5736 if test -n "$ac_tool_prefix"; then
5737 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5738 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5740 $as_echo_n "checking for $ac_word... " >&6; }
5741 if ${ac_cv_prog_RANLIB+:} false
; then :
5742 $as_echo_n "(cached) " >&6
5744 if test -n "$RANLIB"; then
5745 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5747 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5751 test -z "$as_dir" && as_dir
=.
5752 for ac_exec_ext
in '' $ac_executable_extensions; do
5753 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5754 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5764 RANLIB
=$ac_cv_prog_RANLIB
5765 if test -n "$RANLIB"; then
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5767 $as_echo "$RANLIB" >&6; }
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5770 $as_echo "no" >&6; }
5775 if test -z "$ac_cv_prog_RANLIB"; then
5776 ac_ct_RANLIB
=$RANLIB
5777 # Extract the first word of "ranlib", so it can be a program name with args.
5778 set dummy ranlib
; ac_word
=$2
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5780 $as_echo_n "checking for $ac_word... " >&6; }
5781 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5782 $as_echo_n "(cached) " >&6
5784 if test -n "$ac_ct_RANLIB"; then
5785 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5787 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5791 test -z "$as_dir" && as_dir
=.
5792 for ac_exec_ext
in '' $ac_executable_extensions; do
5793 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5794 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5804 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5805 if test -n "$ac_ct_RANLIB"; then
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5807 $as_echo "$ac_ct_RANLIB" >&6; }
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5810 $as_echo "no" >&6; }
5813 if test "x$ac_ct_RANLIB" = x
; then
5816 case $cross_compiling:$ac_tool_warned in
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5820 ac_tool_warned
=yes ;;
5822 RANLIB
=$ac_ct_RANLIB
5825 RANLIB
="$ac_cv_prog_RANLIB"
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5829 $as_echo_n "checking whether ln -s works... " >&6; }
5831 if test "$LN_S" = "ln -s"; then
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5833 $as_echo "yes" >&6; }
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5836 $as_echo "no, using $LN_S" >&6; }
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5840 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5841 if ${ac_cv_path_GREP+:} false
; then :
5842 $as_echo_n "(cached) " >&6
5844 if test -z "$GREP"; then
5845 ac_path_GREP_found
=false
5846 # Loop through the user's path and test for each of PROGNAME-LIST
5847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5848 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5851 test -z "$as_dir" && as_dir
=.
5852 for ac_prog
in grep ggrep
; do
5853 for ac_exec_ext
in '' $ac_executable_extensions; do
5854 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5855 as_fn_executable_p
"$ac_path_GREP" ||
continue
5856 # Check for GNU ac_path_GREP and select it if it is found.
5857 # Check for GNU $ac_path_GREP
5858 case `"$ac_path_GREP" --version 2>&1` in
5860 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5863 $as_echo_n 0123456789 >"conftest.in"
5866 cat "conftest.in" "conftest.in" >"conftest.tmp"
5867 mv "conftest.tmp" "conftest.in"
5868 cp "conftest.in" "conftest.nl"
5869 $as_echo 'GREP' >> "conftest.nl"
5870 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5871 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5872 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5873 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5874 # Best one so far, save it but keep looking for a better one
5875 ac_cv_path_GREP
="$ac_path_GREP"
5876 ac_path_GREP_max
=$ac_count
5878 # 10*(2^10) chars as input seems more than enough
5879 test $ac_count -gt 10 && break
5881 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5884 $ac_path_GREP_found && break 3
5889 if test -z "$ac_cv_path_GREP"; then
5890 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5893 ac_cv_path_GREP
=$GREP
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5898 $as_echo "$ac_cv_path_GREP" >&6; }
5899 GREP
="$ac_cv_path_GREP"
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5903 $as_echo_n "checking for egrep... " >&6; }
5904 if ${ac_cv_path_EGREP+:} false
; then :
5905 $as_echo_n "(cached) " >&6
5907 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5908 then ac_cv_path_EGREP
="$GREP -E"
5910 if test -z "$EGREP"; then
5911 ac_path_EGREP_found
=false
5912 # Loop through the user's path and test for each of PROGNAME-LIST
5913 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5914 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5917 test -z "$as_dir" && as_dir
=.
5918 for ac_prog
in egrep; do
5919 for ac_exec_ext
in '' $ac_executable_extensions; do
5920 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5921 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5922 # Check for GNU ac_path_EGREP and select it if it is found.
5923 # Check for GNU $ac_path_EGREP
5924 case `"$ac_path_EGREP" --version 2>&1` in
5926 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5929 $as_echo_n 0123456789 >"conftest.in"
5932 cat "conftest.in" "conftest.in" >"conftest.tmp"
5933 mv "conftest.tmp" "conftest.in"
5934 cp "conftest.in" "conftest.nl"
5935 $as_echo 'EGREP' >> "conftest.nl"
5936 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5937 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5938 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5939 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5940 # Best one so far, save it but keep looking for a better one
5941 ac_cv_path_EGREP
="$ac_path_EGREP"
5942 ac_path_EGREP_max
=$ac_count
5944 # 10*(2^10) chars as input seems more than enough
5945 test $ac_count -gt 10 && break
5947 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5950 $ac_path_EGREP_found && break 3
5955 if test -z "$ac_cv_path_EGREP"; then
5956 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5959 ac_cv_path_EGREP
=$EGREP
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5965 $as_echo "$ac_cv_path_EGREP" >&6; }
5966 EGREP
="$ac_cv_path_EGREP"
5969 # Extract the first word of "ldconfig", so it can be a program name with args.
5970 set dummy ldconfig
; ac_word
=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if ${ac_cv_path_LDCONFIG+:} false
; then :
5974 $as_echo_n "(cached) " >&6
5978 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5981 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5982 for as_dir
in /sbin
/usr
/sbin
$PATH
5985 test -z "$as_dir" && as_dir
=.
5986 for ac_exec_ext
in '' $ac_executable_extensions; do
5987 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5988 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5996 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6000 LDCONFIG
=$ac_cv_path_LDCONFIG
6001 if test -n "$LDCONFIG"; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6003 $as_echo "$LDCONFIG" >&6; }
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6006 $as_echo "no" >&6; }
6010 for ac_prog
in msgfmt
6012 # Extract the first word of "$ac_prog", so it can be a program name with args.
6013 set dummy
$ac_prog; ac_word
=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if ${ac_cv_prog_MSGFMT+:} false
; then :
6017 $as_echo_n "(cached) " >&6
6019 if test -n "$MSGFMT"; then
6020 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6026 test -z "$as_dir" && as_dir
=.
6027 for ac_exec_ext
in '' $ac_executable_extensions; do
6028 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6029 ac_cv_prog_MSGFMT
="$ac_prog"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6039 MSGFMT
=$ac_cv_prog_MSGFMT
6040 if test -n "$MSGFMT"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6042 $as_echo "$MSGFMT" >&6; }
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6049 test -n "$MSGFMT" && break
6051 test -n "$MSGFMT" || MSGFMT
="false"
6053 if ${ac_tool_prefix+:} false
; then :
6054 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6055 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057 $as_echo_n "checking for $ac_word... " >&6; }
6058 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6059 $as_echo_n "(cached) " >&6
6061 if test -n "$PKG_CONFIG"; then
6062 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6068 test -z "$as_dir" && as_dir
=.
6069 for ac_exec_ext
in '' $ac_executable_extensions; do
6070 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6071 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6081 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6082 if test -n "$PKG_CONFIG"; then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6084 $as_echo "$PKG_CONFIG" >&6; }
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087 $as_echo "no" >&6; }
6092 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6093 if test "x$cross_compiling" = xyes
; then :
6096 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6097 # Extract the first word of "pkg-config", so it can be a program name with args.
6098 set dummy pkg-config
; ac_word
=$2
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6100 $as_echo_n "checking for $ac_word... " >&6; }
6101 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6102 $as_echo_n "(cached) " >&6
6104 if test -n "$PKG_CONFIG"; then
6105 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6111 test -z "$as_dir" && as_dir
=.
6112 for ac_exec_ext
in '' $ac_executable_extensions; do
6113 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6114 ac_cv_prog_PKG_CONFIG
="pkg-config"
6115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6124 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6125 if test -n "$PKG_CONFIG"; then
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6127 $as_echo "$PKG_CONFIG" >&6; }
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6130 $as_echo "no" >&6; }
6136 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6139 if test "x$enable_maintainer_mode" != "xyes"
6146 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6147 for ac_prog
in fontforge
6149 # Extract the first word of "$ac_prog", so it can be a program name with args.
6150 set dummy
$ac_prog; ac_word
=$2
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152 $as_echo_n "checking for $ac_word... " >&6; }
6153 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6154 $as_echo_n "(cached) " >&6
6156 if test -n "$FONTFORGE"; then
6157 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6163 test -z "$as_dir" && as_dir
=.
6164 for ac_exec_ext
in '' $ac_executable_extensions; do
6165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6166 ac_cv_prog_FONTFORGE
="$ac_prog"
6167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6176 FONTFORGE
=$ac_cv_prog_FONTFORGE
6177 if test -n "$FONTFORGE"; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6179 $as_echo "$FONTFORGE" >&6; }
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182 $as_echo "no" >&6; }
6186 test -n "$FONTFORGE" && break
6188 test -n "$FONTFORGE" || FONTFORGE
="false"
6190 for ac_prog
in rsvg-convert rsvg
6192 # Extract the first word of "$ac_prog", so it can be a program name with args.
6193 set dummy
$ac_prog; ac_word
=$2
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6195 $as_echo_n "checking for $ac_word... " >&6; }
6196 if ${ac_cv_prog_RSVG+:} false
; then :
6197 $as_echo_n "(cached) " >&6
6199 if test -n "$RSVG"; then
6200 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6202 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6206 test -z "$as_dir" && as_dir
=.
6207 for ac_exec_ext
in '' $ac_executable_extensions; do
6208 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6209 ac_cv_prog_RSVG
="$ac_prog"
6210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6219 RSVG
=$ac_cv_prog_RSVG
6220 if test -n "$RSVG"; then
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6222 $as_echo "$RSVG" >&6; }
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6225 $as_echo "no" >&6; }
6229 test -n "$RSVG" && break
6231 test -n "$RSVG" || RSVG
="false"
6233 for ac_prog
in convert
6235 # Extract the first word of "$ac_prog", so it can be a program name with args.
6236 set dummy
$ac_prog; ac_word
=$2
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6238 $as_echo_n "checking for $ac_word... " >&6; }
6239 if ${ac_cv_prog_CONVERT+:} false
; then :
6240 $as_echo_n "(cached) " >&6
6242 if test -n "$CONVERT"; then
6243 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6245 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6249 test -z "$as_dir" && as_dir
=.
6250 for ac_exec_ext
in '' $ac_executable_extensions; do
6251 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6252 ac_cv_prog_CONVERT
="$ac_prog"
6253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 CONVERT
=$ac_cv_prog_CONVERT
6263 if test -n "$CONVERT"; then
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6265 $as_echo "$CONVERT" >&6; }
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6268 $as_echo "no" >&6; }
6272 test -n "$CONVERT" && break
6274 test -n "$CONVERT" || CONVERT
="false"
6276 for ac_prog
in icotool
6278 # Extract the first word of "$ac_prog", so it can be a program name with args.
6279 set dummy
$ac_prog; ac_word
=$2
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6281 $as_echo_n "checking for $ac_word... " >&6; }
6282 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6283 $as_echo_n "(cached) " >&6
6285 if test -n "$ICOTOOL"; then
6286 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6292 test -z "$as_dir" && as_dir
=.
6293 for ac_exec_ext
in '' $ac_executable_extensions; do
6294 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6295 ac_cv_prog_ICOTOOL
="$ac_prog"
6296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6305 ICOTOOL
=$ac_cv_prog_ICOTOOL
6306 if test -n "$ICOTOOL"; then
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6308 $as_echo "$ICOTOOL" >&6; }
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; }
6315 test -n "$ICOTOOL" && break
6317 test -n "$ICOTOOL" || ICOTOOL
="false"
6319 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6320 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6322 if test "$CONVERT" = false
6324 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6327 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6328 convert_version
=`convert --version | head -n1`
6329 if test "x$convert_version" != "x"
6331 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6332 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6333 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6338 if test "$CONVERT" = false
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6341 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6342 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6345 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6349 if test "$ICOTOOL" = false
6351 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6354 $as_echo_n "checking for recent enough icotool... " >&6; }
6355 icotool_version
=`icotool --version | head -n1`
6356 if test "x$icotool_version" != "x"
6358 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6359 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6360 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6363 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6366 if test "$ICOTOOL" = false
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6369 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6370 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6373 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6379 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6382 test "x$with_gettext" != xno || MSGFMT
=false
6383 if test "$MSGFMT" != "false"
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6386 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6387 cat >conftest.po
<<EOF
6393 if $MSGFMT -o /dev
/null conftest.po
2>&5
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6396 $as_echo "yes" >&6; }
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6399 $as_echo "no" >&6; }
6403 if test "$MSGFMT" = false
; then :
6404 case "x$with_gettext" in
6405 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6407 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6408 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6410 enable_po
=${enable_po:-no}
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6415 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6416 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6417 $as_echo_n "(cached) " >&6
6419 ac_check_lib_save_LIBS
=$LIBS
6421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6422 /* end confdefs.h. */
6424 /* Override any GCC internal prototype to avoid an error.
6425 Use char because int might match the return type of a GCC
6426 builtin and then its argument prototype would still apply. */
6430 char i386_set_ldt ();
6434 return i386_set_ldt ();
6439 if ac_fn_c_try_link
"$LINENO"; then :
6440 ac_cv_lib_i386_i386_set_ldt
=yes
6442 ac_cv_lib_i386_i386_set_ldt
=no
6444 rm -f core conftest.err conftest.
$ac_objext \
6445 conftest
$ac_exeext conftest.
$ac_ext
6446 LIBS
=$ac_check_lib_save_LIBS
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6449 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6450 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6451 cat >>confdefs.h
<<_ACEOF
6452 #define HAVE_LIBI386 1
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6460 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6461 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6462 $as_echo_n "(cached) " >&6
6464 ac_check_lib_save_LIBS
=$LIBS
6465 LIBS
="-lossaudio $LIBS"
6466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6467 /* end confdefs.h. */
6469 /* Override any GCC internal prototype to avoid an error.
6470 Use char because int might match the return type of a GCC
6471 builtin and then its argument prototype would still apply. */
6479 return _oss_ioctl ();
6484 if ac_fn_c_try_link
"$LINENO"; then :
6485 ac_cv_lib_ossaudio__oss_ioctl
=yes
6487 ac_cv_lib_ossaudio__oss_ioctl
=no
6489 rm -f core conftest.err conftest.
$ac_objext \
6490 conftest
$ac_exeext conftest.
$ac_ext
6491 LIBS
=$ac_check_lib_save_LIBS
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6494 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6495 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6496 cat >>confdefs.h
<<_ACEOF
6497 #define HAVE_LIBOSSAUDIO 1
6500 LIBS
="-lossaudio $LIBS"
6509 # Check whether --enable-largefile was given.
6510 if test "${enable_largefile+set}" = set; then :
6511 enableval
=$enable_largefile;
6514 if test "$enable_largefile" != no
; then
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6517 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6518 if ${ac_cv_sys_largefile_CC+:} false
; then :
6519 $as_echo_n "(cached) " >&6
6521 ac_cv_sys_largefile_CC
=no
6522 if test "$GCC" != yes; then
6525 # IRIX 6.2 and later do not support large files by default,
6526 # so use the C compiler's -n32 option if that helps.
6527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6528 /* end confdefs.h. */
6529 #include <sys/types.h>
6530 /* Check that off_t can represent 2**63 - 1 correctly.
6531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6532 since some C++ compilers masquerading as C compilers
6533 incorrectly reject 9223372036854775807. */
6534 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6536 && LARGE_OFF_T % 2147483647 == 1)
6546 if ac_fn_c_try_compile
"$LINENO"; then :
6549 rm -f core conftest.err conftest.
$ac_objext
6551 if ac_fn_c_try_compile
"$LINENO"; then :
6552 ac_cv_sys_largefile_CC
=' -n32'; break
6554 rm -f core conftest.err conftest.
$ac_objext
6558 rm -f conftest.
$ac_ext
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6562 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6563 if test "$ac_cv_sys_largefile_CC" != no
; then
6564 CC
=$CC$ac_cv_sys_largefile_CC
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6568 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6569 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6570 $as_echo_n "(cached) " >&6
6573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6574 /* end confdefs.h. */
6575 #include <sys/types.h>
6576 /* Check that off_t can represent 2**63 - 1 correctly.
6577 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6578 since some C++ compilers masquerading as C compilers
6579 incorrectly reject 9223372036854775807. */
6580 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6581 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6582 && LARGE_OFF_T % 2147483647 == 1)
6592 if ac_fn_c_try_compile
"$LINENO"; then :
6593 ac_cv_sys_file_offset_bits
=no
; break
6595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6597 /* end confdefs.h. */
6598 #define _FILE_OFFSET_BITS 64
6599 #include <sys/types.h>
6600 /* Check that off_t can represent 2**63 - 1 correctly.
6601 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6602 since some C++ compilers masquerading as C compilers
6603 incorrectly reject 9223372036854775807. */
6604 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6605 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6606 && LARGE_OFF_T % 2147483647 == 1)
6616 if ac_fn_c_try_compile
"$LINENO"; then :
6617 ac_cv_sys_file_offset_bits
=64; break
6619 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6620 ac_cv_sys_file_offset_bits
=unknown
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6625 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6626 case $ac_cv_sys_file_offset_bits in #(
6629 cat >>confdefs.h
<<_ACEOF
6630 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6635 if test $ac_cv_sys_file_offset_bits = unknown
; then
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6637 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6638 if ${ac_cv_sys_large_files+:} false
; then :
6639 $as_echo_n "(cached) " >&6
6642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6643 /* end confdefs.h. */
6644 #include <sys/types.h>
6645 /* Check that off_t can represent 2**63 - 1 correctly.
6646 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6647 since some C++ compilers masquerading as C compilers
6648 incorrectly reject 9223372036854775807. */
6649 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6650 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6651 && LARGE_OFF_T % 2147483647 == 1)
6661 if ac_fn_c_try_compile
"$LINENO"; then :
6662 ac_cv_sys_large_files
=no
; break
6664 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6666 /* end confdefs.h. */
6667 #define _LARGE_FILES 1
6668 #include <sys/types.h>
6669 /* Check that off_t can represent 2**63 - 1 correctly.
6670 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6671 since some C++ compilers masquerading as C compilers
6672 incorrectly reject 9223372036854775807. */
6673 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6674 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6675 && LARGE_OFF_T % 2147483647 == 1)
6685 if ac_fn_c_try_compile
"$LINENO"; then :
6686 ac_cv_sys_large_files
=1; break
6688 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6689 ac_cv_sys_large_files
=unknown
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6694 $as_echo "$ac_cv_sys_large_files" >&6; }
6695 case $ac_cv_sys_large_files in #(
6698 cat >>confdefs.h
<<_ACEOF
6699 #define _LARGE_FILES $ac_cv_sys_large_files
6711 ac_cpp
='$CPP $CPPFLAGS'
6712 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6713 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6714 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6716 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6717 # On Suns, sometimes $CPP names a directory.
6718 if test -n "$CPP" && test -d "$CPP"; then
6721 if test -z "$CPP"; then
6722 if ${ac_cv_prog_CPP+:} false
; then :
6723 $as_echo_n "(cached) " >&6
6725 # Double quotes because CPP needs to be expanded
6726 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6729 for ac_c_preproc_warn_flag
in '' yes
6731 # Use a header file that comes with gcc, so configuring glibc
6732 # with a fresh cross-compiler works.
6733 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6734 # <limits.h> exists even on freestanding compilers.
6735 # On the NeXT, cc -E runs the code through the compiler's parser,
6736 # not just through cpp. "Syntax error" is here to catch this case.
6737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6738 /* end confdefs.h. */
6740 # include <limits.h>
6742 # include <assert.h>
6746 if ac_fn_c_try_cpp
"$LINENO"; then :
6749 # Broken: fails on valid input.
6752 rm -f conftest.err conftest.i conftest.
$ac_ext
6754 # OK, works on sane cases. Now check whether nonexistent headers
6755 # can be detected and how.
6756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h. */
6758 #include <ac_nonexistent.h>
6760 if ac_fn_c_try_cpp
"$LINENO"; then :
6761 # Broken: success on invalid input.
6764 # Passes both tests.
6768 rm -f conftest.err conftest.i conftest.
$ac_ext
6771 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6772 rm -f conftest.i conftest.err conftest.
$ac_ext
6773 if $ac_preproc_ok; then :
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6786 $as_echo "$CPP" >&6; }
6788 for ac_c_preproc_warn_flag
in '' yes
6790 # Use a header file that comes with gcc, so configuring glibc
6791 # with a fresh cross-compiler works.
6792 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6793 # <limits.h> exists even on freestanding compilers.
6794 # On the NeXT, cc -E runs the code through the compiler's parser,
6795 # not just through cpp. "Syntax error" is here to catch this case.
6796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6797 /* end confdefs.h. */
6799 # include <limits.h>
6801 # include <assert.h>
6805 if ac_fn_c_try_cpp
"$LINENO"; then :
6808 # Broken: fails on valid input.
6811 rm -f conftest.err conftest.i conftest.
$ac_ext
6813 # OK, works on sane cases. Now check whether nonexistent headers
6814 # can be detected and how.
6815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h. */
6817 #include <ac_nonexistent.h>
6819 if ac_fn_c_try_cpp
"$LINENO"; then :
6820 # Broken: success on invalid input.
6823 # Passes both tests.
6827 rm -f conftest.err conftest.i conftest.
$ac_ext
6830 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6831 rm -f conftest.i conftest.err conftest.
$ac_ext
6832 if $ac_preproc_ok; then :
6835 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6836 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6837 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6838 See \`config.log' for more details" "$LINENO" 5; }
6842 ac_cpp
='$CPP $CPPFLAGS'
6843 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6844 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6845 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6849 $as_echo_n "checking for ANSI C header files... " >&6; }
6850 if ${ac_cv_header_stdc+:} false
; then :
6851 $as_echo_n "(cached) " >&6
6853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6854 /* end confdefs.h. */
6868 if ac_fn_c_try_compile
"$LINENO"; then :
6869 ac_cv_header_stdc
=yes
6871 ac_cv_header_stdc
=no
6873 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6875 if test $ac_cv_header_stdc = yes; then
6876 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6878 /* end confdefs.h. */
6882 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6883 $EGREP "memchr" >/dev
/null
2>&1; then :
6886 ac_cv_header_stdc
=no
6892 if test $ac_cv_header_stdc = yes; then
6893 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6895 /* end confdefs.h. */
6899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6900 $EGREP "free" >/dev
/null
2>&1; then :
6903 ac_cv_header_stdc
=no
6909 if test $ac_cv_header_stdc = yes; then
6910 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6911 if test "$cross_compiling" = yes; then :
6914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6915 /* end confdefs.h. */
6918 #if ((' ' & 0x0FF) == 0x020)
6919 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6920 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6922 # define ISLOWER(c) \
6923 (('a' <= (c) && (c) <= 'i') \
6924 || ('j' <= (c) && (c) <= 'r') \
6925 || ('s' <= (c) && (c) <= 'z'))
6926 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6929 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6934 for (i = 0; i < 256; i++)
6935 if (XOR (islower (i), ISLOWER (i))
6936 || toupper (i) != TOUPPER (i))
6941 if ac_fn_c_try_run
"$LINENO"; then :
6944 ac_cv_header_stdc
=no
6946 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6947 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6953 $as_echo "$ac_cv_header_stdc" >&6; }
6954 if test $ac_cv_header_stdc = yes; then
6956 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6960 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6961 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6962 inttypes.h stdint.h unistd.h
6964 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6965 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6967 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6968 cat >>confdefs.h
<<_ACEOF
6969 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6979 ApplicationServices
/ApplicationServices.h \
6980 AudioToolbox
/AudioConverter.h \
6981 AudioUnit
/AudioUnit.h \
6982 AudioUnit
/AudioComponent.h \
6985 CommonCrypto
/CommonCryptor.h \
6986 CoreAudio
/CoreAudio.h \
6987 CoreServices
/CoreServices.h \
6988 DiskArbitration
/DiskArbitration.h \
6991 IOKit
/hid
/IOHIDLib.h \
6994 QuickTime
/ImageCompression.h \
6995 Security
/Security.h \
7045 netinet
/in_systm.h \
7109 valgrind
/memcheck.h \
7110 valgrind
/valgrind.h \
7114 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7115 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7116 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7117 cat >>confdefs.h
<<_ACEOF
7118 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7125 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7126 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7128 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7133 if test $ac_cv_header_sys_mkdev_h = no
; then
7134 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7135 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7137 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7144 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7145 if ${ac_cv_header_stat_broken+:} false
; then :
7146 $as_echo_n "(cached) " >&6
7148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7149 /* end confdefs.h. */
7150 #include <sys/types.h>
7151 #include <sys/stat.h>
7153 #if defined S_ISBLK && defined S_IFDIR
7154 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7157 #if defined S_ISBLK && defined S_IFCHR
7158 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7161 #if defined S_ISLNK && defined S_IFREG
7162 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7165 #if defined S_ISSOCK && defined S_IFREG
7166 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7170 if ac_fn_c_try_compile
"$LINENO"; then :
7171 ac_cv_header_stat_broken
=no
7173 ac_cv_header_stat_broken
=yes
7175 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7178 $as_echo "$ac_cv_header_stat_broken" >&6; }
7179 if test $ac_cv_header_stat_broken = yes; then
7181 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7187 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7189 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7190 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7191 #ifdef HAVE_SYS_PARAM_H
7192 # include <sys/param.h>
7195 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7196 cat >>confdefs.h
<<_ACEOF
7197 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7212 netinet
/if_ether.h \
7213 netinet
/if_inarp.h \
7222 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7223 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7224 #ifdef HAVE_SYS_SOCKET_H
7225 # include <sys/socket.h>
7227 #ifdef HAVE_SYS_SOCKETVAR_H
7228 # include <sys/socketvar.h>
7230 #ifdef HAVE_NET_ROUTE_H
7231 # include <net/route.h>
7233 #ifdef HAVE_NETINET_IN_H
7234 # include <netinet/in.h>
7236 #ifdef HAVE_NETINET_IN_SYSTM_H
7237 # include <netinet/in_systm.h>
7239 #ifdef HAVE_NET_IF_H
7240 # include <net/if.h>
7242 #ifdef HAVE_NETINET_IP_H
7243 # include <netinet/ip.h>
7246 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7247 cat >>confdefs.h
<<_ACEOF
7248 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7256 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7258 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7259 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7263 #ifdef HAVE_SYS_SOCKET_H
7264 # include <sys/socket.h>
7266 #ifdef HAVE_SYS_SOCKETVAR_H
7267 # include <sys/socketvar.h>
7269 #ifdef HAVE_SYS_TIMEOUT_H
7270 # include <sys/timeout.h>
7272 #ifdef HAVE_NETINET_IN_H
7273 # include <netinet/in.h>
7275 #ifdef HAVE_NETINET_IN_SYSTM_H
7276 # include <netinet/in_systm.h>
7278 #ifdef HAVE_NETINET_IP_H
7279 # include <netinet/ip.h>
7281 #ifdef HAVE_NETINET_IP_VAR_H
7282 # include <netinet/ip_var.h>
7284 #ifdef HAVE_NETINET_IP_ICMP_H
7285 # include <netinet/ip_icmp.h>
7287 #ifdef HAVE_NETINET_UDP_H
7288 # include <netinet/udp.h>
7290 #ifdef HAVE_NETINET_TCP_H
7291 # include <netinet/tcp.h>
7293 #ifdef HAVE_NETINET_TCP_TIMER_H
7294 #include <netinet/tcp_timer.h>
7297 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7298 cat >>confdefs.h
<<_ACEOF
7299 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7307 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7309 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7310 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7311 #ifdef HAVE_ASM_TYPES_H
7312 # include <asm/types.h>
7314 #ifdef HAVE_SYS_SOCKET_H
7315 # include <sys/socket.h>
7317 #ifdef HAVE_LINUX_TYPES_H
7318 # include <linux/types.h>
7321 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7322 cat >>confdefs.h
<<_ACEOF
7323 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7331 for ac_header
in mach-o
/dyld_images.h
7333 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7334 # include <stdbool.h>
7336 #ifdef HAVE_STDINT_H
7337 # include <stdint.h>
7340 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7341 cat >>confdefs.h
<<_ACEOF
7342 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7350 for ac_header
in resolv.h
7352 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7353 #ifdef HAVE_SYS_SOCKET_H
7354 # include <sys/socket.h>
7356 #ifdef HAVE_NETINET_IN_H
7357 # include <netinet/in.h>
7359 #ifdef HAVE_ARPA_NAMESER_H
7360 # include <arpa/nameser.h>
7363 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7364 cat >>confdefs.h
<<_ACEOF
7365 #define HAVE_RESOLV_H 1
7373 for ac_header
in ifaddrs.h
7375 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7377 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7378 cat >>confdefs.h
<<_ACEOF
7379 #define HAVE_IFADDRS_H 1
7387 for ac_header
in sys
/ucontext.h
7389 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7391 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7392 cat >>confdefs.h
<<_ACEOF
7393 #define HAVE_SYS_UCONTEXT_H 1
7401 for ac_header
in sys
/thr.h
7403 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7404 #ifdef HAVE_SYS_UCONTEXT_H
7405 #include <sys/ucontext.h>
7408 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7409 cat >>confdefs.h
<<_ACEOF
7410 #define HAVE_SYS_THR_H 1
7418 for ac_header
in pthread_np.h
7420 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7421 #include <pthread.h>
7424 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7425 cat >>confdefs.h
<<_ACEOF
7426 #define HAVE_PTHREAD_NP_H 1
7434 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7436 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7437 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7438 #include <sys/time.h>
7440 #include <sys/types.h>
7441 #ifdef HAVE_ASM_TYPES_H
7442 #include <asm/types.h>
7445 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7446 cat >>confdefs.h
<<_ACEOF
7447 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7455 for ac_header
in libprocstat.h
7457 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7458 #include <sys/param.h>
7460 #ifdef HAVE_SYS_QUEUE_H
7461 #include <sys/queue.h>
7463 #ifdef HAVE_SYS_SOCKET_H
7464 #include <sys/socket.h>
7467 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7468 cat >>confdefs.h
<<_ACEOF
7469 #define HAVE_LIBPROCSTAT_H 1
7478 DLLFLAGS
="-D_REENTRANT"
7486 WINELOADER_LDFLAGS
=""
7491 # Extract the first word of "ldd", so it can be a program name with args.
7492 set dummy ldd
; ac_word
=$2
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7494 $as_echo_n "checking for $ac_word... " >&6; }
7495 if ${ac_cv_path_LDD+:} false
; then :
7496 $as_echo_n "(cached) " >&6
7500 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7504 as_dummy
="/sbin:/usr/sbin:$PATH"
7505 for as_dir
in $as_dummy
7508 test -z "$as_dir" && as_dir
=.
7509 for ac_exec_ext
in '' $ac_executable_extensions; do
7510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7511 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7519 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7524 if test -n "$LDD"; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7526 $as_echo "$LDD" >&6; }
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7529 $as_echo "no" >&6; }
7533 if test -n "$ac_tool_prefix"; then
7534 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7535 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7537 $as_echo_n "checking for $ac_word... " >&6; }
7538 if ${ac_cv_prog_OTOOL+:} false
; then :
7539 $as_echo_n "(cached) " >&6
7541 if test -n "$OTOOL"; then
7542 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7548 test -z "$as_dir" && as_dir
=.
7549 for ac_exec_ext
in '' $ac_executable_extensions; do
7550 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7551 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7561 OTOOL
=$ac_cv_prog_OTOOL
7562 if test -n "$OTOOL"; then
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7564 $as_echo "$OTOOL" >&6; }
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7567 $as_echo "no" >&6; }
7572 if test -z "$ac_cv_prog_OTOOL"; then
7574 # Extract the first word of "otool", so it can be a program name with args.
7575 set dummy otool
; ac_word
=$2
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7577 $as_echo_n "checking for $ac_word... " >&6; }
7578 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7579 $as_echo_n "(cached) " >&6
7581 if test -n "$ac_ct_OTOOL"; then
7582 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7584 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7588 test -z "$as_dir" && as_dir
=.
7589 for ac_exec_ext
in '' $ac_executable_extensions; do
7590 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7591 ac_cv_prog_ac_ct_OTOOL
="otool"
7592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7601 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7602 if test -n "$ac_ct_OTOOL"; then
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7604 $as_echo "$ac_ct_OTOOL" >&6; }
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7607 $as_echo "no" >&6; }
7610 if test "x$ac_ct_OTOOL" = x
; then
7613 case $cross_compiling:$ac_tool_warned in
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7616 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7617 ac_tool_warned
=yes ;;
7622 OTOOL
="$ac_cv_prog_OTOOL"
7625 if test -n "$ac_tool_prefix"; then
7626 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7627 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7629 $as_echo_n "checking for $ac_word... " >&6; }
7630 if ${ac_cv_prog_READELF+:} false
; then :
7631 $as_echo_n "(cached) " >&6
7633 if test -n "$READELF"; then
7634 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7640 test -z "$as_dir" && as_dir
=.
7641 for ac_exec_ext
in '' $ac_executable_extensions; do
7642 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7643 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7653 READELF
=$ac_cv_prog_READELF
7654 if test -n "$READELF"; then
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7656 $as_echo "$READELF" >&6; }
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7659 $as_echo "no" >&6; }
7664 if test -z "$ac_cv_prog_READELF"; then
7665 ac_ct_READELF
=$READELF
7666 # Extract the first word of "readelf", so it can be a program name with args.
7667 set dummy readelf
; ac_word
=$2
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669 $as_echo_n "checking for $ac_word... " >&6; }
7670 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7671 $as_echo_n "(cached) " >&6
7673 if test -n "$ac_ct_READELF"; then
7674 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7676 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7680 test -z "$as_dir" && as_dir
=.
7681 for ac_exec_ext
in '' $ac_executable_extensions; do
7682 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7683 ac_cv_prog_ac_ct_READELF
="readelf"
7684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7693 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7694 if test -n "$ac_ct_READELF"; then
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7696 $as_echo "$ac_ct_READELF" >&6; }
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699 $as_echo "no" >&6; }
7702 if test "x$ac_ct_READELF" = x
; then
7705 case $cross_compiling:$ac_tool_warned in
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7708 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7709 ac_tool_warned
=yes ;;
7711 READELF
=$ac_ct_READELF
7714 READELF
="$ac_cv_prog_READELF"
7717 wine_rules_file
=conf$
$rules.
make
7718 rm -f $wine_rules_file
7723 CONFIGURE_TARGETS
=""
7725 ALL_TEST_RESOURCES
=""
7728 wine_fn_append_file
()
7730 as_fn_append
$1 " \\$as_nl $2"
7733 wine_fn_append_rule
()
7735 $as_echo "$1" >>$wine_rules_file
7738 wine_fn_all_rules
()
7740 wine_fn_append_file SUBDIRS
$ac_dir
7743 wine_fn_disabled_rules
()
7745 wine_fn_append_file SUBDIRS
$ac_dir
7746 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7749 wine_fn_config_makefile
()
7755 fonts|server
) test -z "$with_wine64" ||
return ;;
7757 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7758 wine_fn_disabled_rules
7764 wine_fn_config_lib
()
7767 ac_dir
=dlls
/$ac_name
7772 wine_fn_config_dll
()
7775 ac_dir
=dlls
/$ac_name
7777 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7778 wine_fn_disabled_rules
7784 wine_fn_config_program
()
7787 ac_dir
=programs
/$ac_name
7789 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7790 wine_fn_disabled_rules
7796 wine_fn_config_test
()
7801 if test "x$enable_tests" = xno
; then :
7802 wine_fn_disabled_rules
; return
7805 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7809 wine_fn_config_tool
()
7812 if test "x$enable_tools" = xno
; then :
7813 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7818 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7819 wine_fn_append_rule
"$ac_dir: libs/port"
7821 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7825 wine_fn_config_symlink
()
7828 wine_fn_append_rule \
7830 @./config.status \$@"
7831 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7835 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7836 WINELOADER_PROGRAMS
="$wine_binary"
7838 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7842 if test -n "$ac_tool_prefix"; then
7843 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7844 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7846 $as_echo_n "checking for $ac_word... " >&6; }
7847 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7848 $as_echo_n "(cached) " >&6
7850 if test -n "$DLLTOOL"; then
7851 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7853 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7857 test -z "$as_dir" && as_dir
=.
7858 for ac_exec_ext
in '' $ac_executable_extensions; do
7859 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7860 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7870 DLLTOOL
=$ac_cv_prog_DLLTOOL
7871 if test -n "$DLLTOOL"; then
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7873 $as_echo "$DLLTOOL" >&6; }
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7876 $as_echo "no" >&6; }
7881 if test -z "$ac_cv_prog_DLLTOOL"; then
7882 ac_ct_DLLTOOL
=$DLLTOOL
7883 # Extract the first word of "dlltool", so it can be a program name with args.
7884 set dummy dlltool
; ac_word
=$2
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7886 $as_echo_n "checking for $ac_word... " >&6; }
7887 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7888 $as_echo_n "(cached) " >&6
7890 if test -n "$ac_ct_DLLTOOL"; then
7891 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7897 test -z "$as_dir" && as_dir
=.
7898 for ac_exec_ext
in '' $ac_executable_extensions; do
7899 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7900 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7910 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7911 if test -n "$ac_ct_DLLTOOL"; then
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7913 $as_echo "$ac_ct_DLLTOOL" >&6; }
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7916 $as_echo "no" >&6; }
7919 if test "x$ac_ct_DLLTOOL" = x
; then
7922 case $cross_compiling:$ac_tool_warned in
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7925 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7926 ac_tool_warned
=yes ;;
7928 DLLTOOL
=$ac_ct_DLLTOOL
7931 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7937 enable_iphlpapi
=${enable_iphlpapi:-no}
7938 enable_kernel32
=${enable_kernel32:-no}
7939 enable_msvcrt
=${enable_msvcrt:-no}
7940 enable_ntdll
=${enable_ntdll:-no}
7941 enable_ws2_32
=${enable_ws2_32:-no}
7942 enable_loader
=${enable_loader:-no}
7943 enable_server
=${enable_server:-no}
7944 with_x
=${with_x:-no}
7945 with_pthread
=${with_pthread:-no}
7951 SOCKET_LIBS
="-lws2_32"
7955 LIBWINE_SHAREDLIB
="libwine.dll"
7957 LIBWINE_IMPORTLIB
="libwine.a"
7959 LIBWINE_INSTALL_LIB
="libwine.dll"
7961 LIBWINE_INSTALL_DEV
="libwine.a"
7963 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7965 LIBWINE_DEPENDS
="wine.def"
7970 for ac_header
in libunwind.h
7972 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7973 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7974 cat >>confdefs.h
<<_ACEOF
7975 #define HAVE_LIBUNWIND_H 1
7983 DLLFLAGS
="$DLLFLAGS -fPIC"
7984 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
7985 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7986 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7988 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7990 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7992 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7994 CORESERVICES_LIBS
="-framework CoreServices"
7996 APPKIT_LIBS
="-framework AppKit"
7998 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8000 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8001 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8002 $as_echo_n "(cached) " >&6
8004 ac_wine_try_cflags_saved
=$CFLAGS
8005 CFLAGS
="$CFLAGS -Wl,-no_pie"
8006 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8007 /* end confdefs.h. */
8008 int main(int argc, char **argv) { return 0; }
8010 if ac_fn_c_try_link
"$LINENO"; then :
8011 ac_cv_cflags__Wl__no_pie
=yes
8013 ac_cv_cflags__Wl__no_pie
=no
8015 rm -f core conftest.err conftest.
$ac_objext \
8016 conftest
$ac_exeext conftest.
$ac_ext
8017 CFLAGS
=$ac_wine_try_cflags_saved
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8020 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8021 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8022 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8024 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8026 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8029 if test "$ac_cv_header_Security_Security_h" = "yes"
8031 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8033 ac_save_LIBS
="$LIBS"
8034 LIBS
="$LIBS $SECURITY_LIBS"
8035 for ac_func
in SSLCopyPeerCertificates
8037 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8038 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8039 cat >>confdefs.h
<<_ACEOF
8040 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8046 LIBS
="$ac_save_LIBS"
8047 with_gnutls
=${with_gnutls:-no}
8049 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8051 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8053 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8056 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8059 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8060 ac_save_LIBS
="$LIBS"
8061 LIBS
="$LIBS $COREAUDIO_LIBS"
8062 for ac_func
in AUGraphAddNode
8064 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8065 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8066 cat >>confdefs.h
<<_ACEOF
8067 #define HAVE_AUGRAPHADDNODE 1
8073 LIBS
="$ac_save_LIBS"
8075 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8077 OPENAL_LIBS
="-framework OpenAL"
8080 cat >>confdefs.h
<<_ACEOF
8081 #define HAVE_OPENAL 1
8084 ac_cv_lib_openal
=yes
8086 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8088 OPENCL_LIBS
="-framework OpenCL"
8090 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8092 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8094 ac_save_LIBS
="$LIBS"
8095 LIBS
="$LIBS $IOKIT_LIBS"
8096 for ac_func
in IOHIDManagerCreate
8098 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8099 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8100 cat >>confdefs.h
<<_ACEOF
8101 #define HAVE_IOHIDMANAGERCREATE 1
8107 LIBS
="$ac_save_LIBS"
8109 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8111 ac_save_LIBS
="$LIBS"
8112 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8114 $as_echo_n "checking for the QuickTime framework... " >&6; }
8115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8116 /* end confdefs.h. */
8117 #include <QuickTime/ImageCompression.h>
8121 CodecManagerVersion(NULL);
8126 if ac_fn_c_try_link
"$LINENO"; then :
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8128 $as_echo "yes" >&6; }
8129 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8131 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8134 $as_echo "no" >&6; }
8135 ac_cv_header_QuickTime_ImageCompression_h
=no
8137 rm -f core conftest.err conftest.
$ac_objext \
8138 conftest
$ac_exeext conftest.
$ac_ext
8139 LIBS
="$ac_save_LIBS"
8141 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8143 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8145 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8147 CARBON_LIBS
="-framework Carbon"
8151 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8153 ac_save_LIBS
="$LIBS"
8154 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8155 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8156 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8157 enable_winemac_drv
=${enable_winemac_drv:-yes}
8160 LIBS
="$ac_save_LIBS"
8163 if test "x$enable_win16" = "xyes"
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8166 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8167 if test "$cross_compiling" = yes; then :
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8169 $as_echo "cross-compiling, assuming yes" >&6; }
8171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8172 /* end confdefs.h. */
8175 "good:\tnop;nop\n\t"
8176 ".globl _testfunc\n"
8177 "_testfunc:\tcallw good");
8178 extern void testfunc();
8182 unsigned short *p = (unsigned short *)testfunc;
8183 return p[0] != 0xe866 || p[1] != 0xfffa
8188 if ac_fn_c_try_run
"$LINENO"; then :
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8190 $as_echo "yes" >&6; }
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8193 $as_echo "no" >&6; }
8194 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
8196 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8197 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8202 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8204 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8206 LIBWINE_INSTALL_DEV
="libwine.dylib"
8208 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8210 WINELOADER_DEPENDS
="wine_info.plist"
8215 DLLFLAGS
="$DLLFLAGS -fPIC"
8216 LDEXECFLAGS
="-Wl,-pie"
8217 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8219 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8220 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8221 $as_echo_n "(cached) " >&6
8223 ac_wine_try_cflags_saved
=$CFLAGS
8224 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8226 /* end confdefs.h. */
8227 int main(int argc, char **argv) { return 0; }
8229 if ac_fn_c_try_link
"$LINENO"; then :
8230 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8232 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8234 rm -f core conftest.err conftest.
$ac_objext \
8235 conftest
$ac_exeext conftest.
$ac_ext
8236 CFLAGS
=$ac_wine_try_cflags_saved
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8239 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8240 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8241 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8243 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8245 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8246 if eval \
${$as_ac_var+:} false
; then :
8247 $as_echo_n "(cached) " >&6
8249 ac_wine_try_cflags_saved
=$CFLAGS
8250 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8252 /* end confdefs.h. */
8253 int main(int argc, char **argv) { return 0; }
8255 if ac_fn_c_try_link
"$LINENO"; then :
8256 eval "$as_ac_var=yes"
8258 eval "$as_ac_var=no"
8260 rm -f core conftest.err conftest.
$ac_objext \
8261 conftest
$ac_exeext conftest.
$ac_ext
8262 CFLAGS
=$ac_wine_try_cflags_saved
8264 eval ac_res
=\$
$as_ac_var
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8266 $as_echo "$ac_res" >&6; }
8267 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8268 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8269 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8271 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8273 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8274 if eval \
${$as_ac_var+:} false
; then :
8275 $as_echo_n "(cached) " >&6
8277 ac_wine_try_cflags_saved
=$CFLAGS
8278 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8280 /* end confdefs.h. */
8281 int main(int argc, char **argv) { return 0; }
8283 if ac_fn_c_try_link
"$LINENO"; then :
8284 eval "$as_ac_var=yes"
8286 eval "$as_ac_var=no"
8288 rm -f core conftest.err conftest.
$ac_objext \
8289 conftest
$ac_exeext conftest.
$ac_ext
8290 CFLAGS
=$ac_wine_try_cflags_saved
8292 eval ac_res
=\$
$as_ac_var
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8294 $as_echo "$ac_res" >&6; }
8295 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8296 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8297 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8301 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8302 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8303 $as_echo_n "(cached) " >&6
8305 ac_wine_try_cflags_saved
=$CFLAGS
8306 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8308 /* end confdefs.h. */
8309 int main(int argc, char **argv) { return 0; }
8311 if ac_fn_c_try_link
"$LINENO"; then :
8312 ac_cv_cflags__Wl___enable_new_dtags
=yes
8314 ac_cv_cflags__Wl___enable_new_dtags
=no
8316 rm -f core conftest.err conftest.
$ac_objext \
8317 conftest
$ac_exeext conftest.
$ac_ext
8318 CFLAGS
=$ac_wine_try_cflags_saved
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8321 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8322 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8323 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8326 LIBWINE_SHAREDLIB
="libwine.so"
8328 LIBWINE_INSTALL_LIB
="libwine.so"
8330 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8334 $as_echo_n "checking for -lEGL... " >&6; }
8335 if ${ac_cv_lib_soname_EGL+:} false
; then :
8336 $as_echo_n "(cached) " >&6
8338 ac_check_soname_save_LIBS
=$LIBS
8340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8341 /* end confdefs.h. */
8343 /* Override any GCC internal prototype to avoid an error.
8344 Use char because int might match the return type of a GCC
8345 builtin and then its argument prototype would still apply. */
8349 char eglGetProcAddress ();
8353 return eglGetProcAddress ();
8358 if ac_fn_c_try_link
"$LINENO"; then :
8360 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8361 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'` ;;
8362 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8363 if ${ac_cv_lib_soname_EGL:+false} :; then :
8364 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8368 rm -f core conftest.err conftest.
$ac_objext \
8369 conftest
$ac_exeext conftest.
$ac_ext
8370 LIBS
=$ac_check_soname_save_LIBS
8372 if ${ac_cv_lib_soname_EGL:+false} :; then :
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8374 $as_echo "not found" >&6; }
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8378 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8380 cat >>confdefs.h
<<_ACEOF
8381 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8387 $as_echo_n "checking for -lGLESv2... " >&6; }
8388 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8389 $as_echo_n "(cached) " >&6
8391 ac_check_soname_save_LIBS
=$LIBS
8392 LIBS
="-lGLESv2 $LIBS"
8393 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8394 /* end confdefs.h. */
8396 /* Override any GCC internal prototype to avoid an error.
8397 Use char because int might match the return type of a GCC
8398 builtin and then its argument prototype would still apply. */
8411 if ac_fn_c_try_link
"$LINENO"; then :
8413 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8414 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'` ;;
8415 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8416 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8417 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8421 rm -f core conftest.err conftest.
$ac_objext \
8422 conftest
$ac_exeext conftest.
$ac_ext
8423 LIBS
=$ac_check_soname_save_LIBS
8425 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8427 $as_echo "not found" >&6; }
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8431 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8433 cat >>confdefs.h
<<_ACEOF
8434 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8440 if test "x$exec_prefix" = xNONE
8443 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8444 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8445 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8446 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8452 DLLFLAGS
="$DLLFLAGS -fPIC"
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8454 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8455 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8456 $as_echo_n "(cached) " >&6
8458 ac_wine_try_cflags_saved
=$CFLAGS
8459 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8460 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8461 /* end confdefs.h. */
8464 if ac_fn_c_try_link
"$LINENO"; then :
8465 ac_cv_c_dll_gnuelf
="yes"
8467 ac_cv_c_dll_gnuelf
="no"
8469 rm -f core conftest.err conftest.
$ac_objext \
8470 conftest
$ac_exeext conftest.
$ac_ext
8471 CFLAGS
=$ac_wine_try_cflags_saved
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8474 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8475 if test "$ac_cv_c_dll_gnuelf" = "yes"
8477 LIBWINE_LDFLAGS
="-shared"
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8479 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8480 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8481 $as_echo_n "(cached) " >&6
8483 ac_wine_try_cflags_saved
=$CFLAGS
8484 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8486 /* end confdefs.h. */
8487 int main(int argc, char **argv) { return 0; }
8489 if ac_fn_c_try_link
"$LINENO"; then :
8490 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8492 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8494 rm -f core conftest.err conftest.
$ac_objext \
8495 conftest
$ac_exeext conftest.
$ac_ext
8496 CFLAGS
=$ac_wine_try_cflags_saved
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8499 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8500 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8501 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8504 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8505 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8506 $as_echo_n "(cached) " >&6
8508 ac_wine_try_cflags_saved
=$CFLAGS
8509 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
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__shared__Wl__h_confest_so_1
=yes
8517 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=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__shared__Wl__h_confest_so_1" >&5
8524 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8525 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8526 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8530 echo '{ global: *; };' >conftest.map
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8532 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8533 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8534 $as_echo_n "(cached) " >&6
8536 ac_wine_try_cflags_saved
=$CFLAGS
8537 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 int main(int argc, char **argv) { return 0; }
8542 if ac_fn_c_try_link
"$LINENO"; then :
8543 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8545 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8547 rm -f core conftest.err conftest.
$ac_objext \
8548 conftest
$ac_exeext conftest.
$ac_ext
8549 CFLAGS
=$ac_wine_try_cflags_saved
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8552 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8553 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8554 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8559 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8560 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8561 $as_echo_n "(cached) " >&6
8563 ac_wine_try_cflags_saved
=$CFLAGS
8564 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
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 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8572 ac_cv_cflags__fPIC__Wl___export_dynamic
=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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8579 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8580 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8581 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8584 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8586 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8587 if eval \
${$as_ac_var+:} false
; then :
8588 $as_echo_n "(cached) " >&6
8590 ac_wine_try_cflags_saved
=$CFLAGS
8591 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8593 /* end confdefs.h. */
8594 int main(int argc, char **argv) { return 0; }
8596 if ac_fn_c_try_link
"$LINENO"; then :
8597 eval "$as_ac_var=yes"
8599 eval "$as_ac_var=no"
8601 rm -f core conftest.err conftest.
$ac_objext \
8602 conftest
$ac_exeext conftest.
$ac_ext
8603 CFLAGS
=$ac_wine_try_cflags_saved
8605 eval ac_res
=\$
$as_ac_var
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8607 $as_echo "$ac_res" >&6; }
8608 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8609 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8610 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8612 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8614 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8615 if eval \
${$as_ac_var+:} false
; then :
8616 $as_echo_n "(cached) " >&6
8618 ac_wine_try_cflags_saved
=$CFLAGS
8619 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8621 /* end confdefs.h. */
8622 int main(int argc, char **argv) { return 0; }
8624 if ac_fn_c_try_link
"$LINENO"; then :
8625 eval "$as_ac_var=yes"
8627 eval "$as_ac_var=no"
8629 rm -f core conftest.err conftest.
$ac_objext \
8630 conftest
$ac_exeext conftest.
$ac_ext
8631 CFLAGS
=$ac_wine_try_cflags_saved
8633 eval ac_res
=\$
$as_ac_var
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8635 $as_echo "$ac_res" >&6; }
8636 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8637 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8638 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8643 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8644 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8645 $as_echo_n "(cached) " >&6
8647 ac_wine_try_cflags_saved
=$CFLAGS
8648 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8650 /* end confdefs.h. */
8651 int main(int argc, char **argv) { return 0; }
8653 if ac_fn_c_try_link
"$LINENO"; then :
8654 ac_cv_cflags__Wl___enable_new_dtags
=yes
8656 ac_cv_cflags__Wl___enable_new_dtags
=no
8658 rm -f core conftest.err conftest.
$ac_objext \
8659 conftest
$ac_exeext conftest.
$ac_ext
8660 CFLAGS
=$ac_wine_try_cflags_saved
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8663 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8664 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8665 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8669 *i
[3456789]86* | x86_64 |
*aarch64
*)
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8671 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8672 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8673 $as_echo_n "(cached) " >&6
8675 ac_wine_try_cflags_saved
=$CFLAGS
8676 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8678 /* end confdefs.h. */
8679 int main(int argc, char **argv) { return 0; }
8681 if ac_fn_c_try_link
"$LINENO"; then :
8682 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8684 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8686 rm -f core conftest.err conftest.
$ac_objext \
8687 conftest
$ac_exeext conftest.
$ac_ext
8688 CFLAGS
=$ac_wine_try_cflags_saved
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8691 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8692 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8694 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8695 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8699 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8700 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8701 $as_echo_n "(cached) " >&6
8703 ac_wine_try_cflags_saved
=$CFLAGS
8704 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8706 /* end confdefs.h. */
8707 int main(int argc, char **argv) { return 0; }
8709 if ac_fn_c_try_link
"$LINENO"; then :
8710 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8712 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8714 rm -f core conftest.err conftest.
$ac_objext \
8715 conftest
$ac_exeext conftest.
$ac_ext
8716 CFLAGS
=$ac_wine_try_cflags_saved
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8719 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8720 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8722 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8723 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8726 # Extract the first word of "prelink", so it can be a program name with args.
8727 set dummy prelink
; ac_word
=$2
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8729 $as_echo_n "checking for $ac_word... " >&6; }
8730 if ${ac_cv_path_PRELINK+:} false
; then :
8731 $as_echo_n "(cached) " >&6
8735 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8738 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8739 for as_dir
in /sbin
/usr
/sbin
$PATH
8742 test -z "$as_dir" && as_dir
=.
8743 for ac_exec_ext
in '' $ac_executable_extensions; do
8744 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8745 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8753 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8757 PRELINK
=$ac_cv_path_PRELINK
8758 if test -n "$PRELINK"; then
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8760 $as_echo "$PRELINK" >&6; }
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8763 $as_echo "no" >&6; }
8767 if test "x$PRELINK" = xfalse
8769 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8773 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8774 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8775 $as_echo_n "(cached) " >&6
8777 ac_wine_try_cflags_saved
=$CFLAGS
8778 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8780 /* end confdefs.h. */
8781 int main(int argc, char **argv) { return 0; }
8783 if ac_fn_c_try_link
"$LINENO"; then :
8784 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8786 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8788 rm -f core conftest.err conftest.
$ac_objext \
8789 conftest
$ac_exeext conftest.
$ac_ext
8790 CFLAGS
=$ac_wine_try_cflags_saved
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8793 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8794 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8795 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8802 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8803 if ${ac_cv_c_dll_unixware+:} false
; then :
8804 $as_echo_n "(cached) " >&6
8806 ac_wine_try_cflags_saved
=$CFLAGS
8807 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8808 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8809 /* end confdefs.h. */
8812 if ac_fn_c_try_link
"$LINENO"; then :
8813 ac_cv_c_dll_unixware
="yes"
8815 ac_cv_c_dll_unixware
="no"
8817 rm -f core conftest.err conftest.
$ac_objext \
8818 conftest
$ac_exeext conftest.
$ac_ext
8819 CFLAGS
=$ac_wine_try_cflags_saved
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8822 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8823 if test "$ac_cv_c_dll_unixware" = "yes"
8825 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8828 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8830 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8832 LIBWINE_INSTALL_DEV
="libwine.so"
8834 LIBWINE_DEPENDS
="wine.map"
8839 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8840 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8841 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
8842 enable_winemac_drv
=${enable_winemac_drv:-no}
8843 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8847 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8851 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8853 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
8854 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8857 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
8858 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8860 ac_prefix_list
="" ;;
8862 for ac_prog
in $ac_prefix_list
8864 # Extract the first word of "$ac_prog", so it can be a program name with args.
8865 set dummy
$ac_prog; ac_word
=$2
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8867 $as_echo_n "checking for $ac_word... " >&6; }
8868 if ${ac_cv_prog_CROSSCC+:} false
; then :
8869 $as_echo_n "(cached) " >&6
8871 if test -n "$CROSSCC"; then
8872 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8878 test -z "$as_dir" && as_dir
=.
8879 for ac_exec_ext
in '' $ac_executable_extensions; do
8880 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8881 ac_cv_prog_CROSSCC
="$ac_prog"
8882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8891 CROSSCC
=$ac_cv_prog_CROSSCC
8892 if test -n "$CROSSCC"; then
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8894 $as_echo "$CROSSCC" >&6; }
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8897 $as_echo "no" >&6; }
8901 test -n "$CROSSCC" && break
8903 test -n "$CROSSCC" || CROSSCC
="false"
8905 if test "$CROSSCC" != "false"
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8910 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8912 /* end confdefs.h. */
8922 if ac_fn_c_try_compile
"$LINENO"; then :
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8924 $as_echo "yes" >&6; }
8930 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8931 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8937 $as_echo "no" >&6; }
8939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8941 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
8947 if test "$ac_cv_header_pthread_h" = "yes"
8949 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8950 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8954 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8955 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8956 $as_echo_n "(cached) " >&6
8958 ac_check_lib_save_LIBS
=$LIBS
8959 LIBS
="-lpthread $LIBS"
8960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8961 /* end confdefs.h. */
8963 /* Override any GCC internal prototype to avoid an error.
8964 Use char because int might match the return type of a GCC
8965 builtin and then its argument prototype would still apply. */
8969 char pthread_create ();
8973 return pthread_create ();
8978 if ac_fn_c_try_link
"$LINENO"; then :
8979 ac_cv_lib_pthread_pthread_create
=yes
8981 ac_cv_lib_pthread_pthread_create
=no
8983 rm -f core conftest.err conftest.
$ac_objext \
8984 conftest
$ac_exeext conftest.
$ac_ext
8985 LIBS
=$ac_check_lib_save_LIBS
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8988 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8989 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8990 PTHREAD_LIBS
="-lpthread"
8997 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8998 case "x$with_pthread" in
9000 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9001 Wine cannot support threads without libpthread.
9002 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9009 $as_echo_n "checking for X... " >&6; }
9012 # Check whether --with-x was given.
9013 if test "${with_x+set}" = set; then :
9017 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9018 if test "x$with_x" = xno
; then
9019 # The user explicitly disabled X.
9022 case $x_includes,$x_libraries in #(
9023 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9024 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9025 $as_echo_n "(cached) " >&6
9027 # One or both of the vars are not set, and there is no cached value.
9028 ac_x_includes
=no ac_x_libraries
=no
9029 rm -f -r conftest.dir
9030 if mkdir conftest.dir
; then
9032 cat >Imakefile
<<'_ACEOF'
9034 @echo incroot='${INCROOT}'
9036 @echo usrlibdir='${USRLIBDIR}'
9038 @echo libdir='${LIBDIR}'
9040 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9041 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9042 for ac_var
in incroot usrlibdir libdir
; do
9043 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9045 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9046 for ac_extension
in a so sl dylib la dll
; do
9047 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9048 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9049 ac_im_usrlibdir
=$ac_im_libdir; break
9052 # Screen out bogus values from the imake configuration. They are
9053 # bogus both because they are the default anyway, and because
9054 # using them would break gcc on systems where it needs fixed includes.
9055 case $ac_im_incroot in
9056 /usr
/include
) ac_x_includes
= ;;
9057 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9059 case $ac_im_usrlibdir in
9060 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9061 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9065 rm -f -r conftest.dir
9068 # Standard set of common directories for X headers.
9069 # Check X11 before X11Rn because it is often a symlink to the current release.
9083 /usr/local/X11/include
9084 /usr/local/X11R7/include
9085 /usr/local/X11R6/include
9086 /usr/local/X11R5/include
9087 /usr/local/X11R4/include
9089 /usr/local/include/X11
9090 /usr/local/include/X11R7
9091 /usr/local/include/X11R6
9092 /usr/local/include/X11R5
9093 /usr/local/include/X11R4
9097 /usr/XFree86/include/X11
9101 /usr/unsupported/include
9103 /usr/local/x11r5/include
9104 /usr/lpp/Xamples/include
9106 /usr/openwin/include
9107 /usr/openwin/share/include'
9109 if test "$ac_x_includes" = no
; then
9110 # Guess where to find include files, by looking for Xlib.h.
9111 # First, try using that file with no special directory specified.
9112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9113 /* end confdefs.h. */
9114 #include <X11/Xlib.h>
9116 if ac_fn_c_try_cpp
"$LINENO"; then :
9117 # We can compile using X headers with no special include directory.
9120 for ac_dir
in $ac_x_header_dirs; do
9121 if test -r "$ac_dir/X11/Xlib.h"; then
9122 ac_x_includes
=$ac_dir
9127 rm -f conftest.err conftest.i conftest.
$ac_ext
9128 fi # $ac_x_includes = no
9130 if test "$ac_x_libraries" = no
; then
9131 # Check for the libraries.
9132 # See if we find them without any special options.
9133 # Don't add to $LIBS permanently.
9136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9137 /* end confdefs.h. */
9138 #include <X11/Xlib.h>
9147 if ac_fn_c_try_link
"$LINENO"; then :
9149 # We can link X programs with no special library path.
9153 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9155 # Don't even attempt the hair of trying to link an X program!
9156 for ac_extension
in a so sl dylib la dll
; do
9157 if test -r "$ac_dir/libX11.$ac_extension"; then
9158 ac_x_libraries
=$ac_dir
9164 rm -f core conftest.err conftest.
$ac_objext \
9165 conftest
$ac_exeext conftest.
$ac_ext
9166 fi # $ac_x_libraries = no
9168 case $ac_x_includes,$ac_x_libraries in #(
9170 # Didn't find X, or a directory has "'" in its name.
9171 ac_cv_have_x
="have_x=no";; #(
9173 # Record where we found X for the cache.
9174 ac_cv_have_x
="have_x=yes\
9175 ac_x_includes='$ac_x_includes'\
9176 ac_x_libraries='$ac_x_libraries'"
9182 eval "$ac_cv_have_x"
9185 if test "$have_x" != yes; then
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9187 $as_echo "$have_x" >&6; }
9190 # If each of the values was on the command line, it overrides each guess.
9191 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9192 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9193 # Update the cache value to reflect the command line values.
9194 ac_cv_have_x
="have_x=yes\
9195 ac_x_includes='$x_includes'\
9196 ac_x_libraries='$x_libraries'"
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9198 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9201 if test "$no_x" = yes; then
9202 # Not all programs may use this symbol, but it does not hurt to define it.
9204 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9206 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9208 if test -n "$x_includes"; then
9209 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9212 # It would also be nice to do this for all -L options, not just this one.
9213 if test -n "$x_libraries"; then
9214 X_LIBS
="$X_LIBS -L$x_libraries"
9215 # For Solaris; some versions of Sun CC require a space after -R and
9216 # others require no space. Words are not sufficient . . . .
9217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9218 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9219 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9220 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9221 ac_c_werror_flag
=yes
9222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9223 /* end confdefs.h. */
9233 if ac_fn_c_try_link
"$LINENO"; then :
9234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9235 $as_echo "no" >&6; }
9236 X_LIBS
="$X_LIBS -R$x_libraries"
9238 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9240 /* end confdefs.h. */
9250 if ac_fn_c_try_link
"$LINENO"; then :
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9252 $as_echo "yes" >&6; }
9253 X_LIBS
="$X_LIBS -R $x_libraries"
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9256 $as_echo "neither works" >&6; }
9258 rm -f core conftest.err conftest.
$ac_objext \
9259 conftest
$ac_exeext conftest.
$ac_ext
9261 rm -f core conftest.err conftest.
$ac_objext \
9262 conftest
$ac_exeext conftest.
$ac_ext
9263 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9267 # Check for system-dependent libraries X programs must link with.
9268 # Do this before checking for the system-independent R6 libraries
9269 # (-lICE), since we may need -lsocket or whatever for X linking.
9271 if test "$ISC" = yes; then
9272 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9274 # Martyn Johnson says this is needed for Ultrix, if the X
9275 # libraries were built with DECnet support. And Karl Berry says
9276 # the Alpha needs dnet_stub (dnet does not exist).
9277 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9279 /* end confdefs.h. */
9281 /* Override any GCC internal prototype to avoid an error.
9282 Use char because int might match the return type of a GCC
9283 builtin and then its argument prototype would still apply. */
9287 char XOpenDisplay ();
9291 return XOpenDisplay ();
9296 if ac_fn_c_try_link
"$LINENO"; then :
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9300 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9301 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9302 $as_echo_n "(cached) " >&6
9304 ac_check_lib_save_LIBS
=$LIBS
9306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9307 /* end confdefs.h. */
9309 /* Override any GCC internal prototype to avoid an error.
9310 Use char because int might match the return type of a GCC
9311 builtin and then its argument prototype would still apply. */
9319 return dnet_ntoa ();
9324 if ac_fn_c_try_link
"$LINENO"; then :
9325 ac_cv_lib_dnet_dnet_ntoa
=yes
9327 ac_cv_lib_dnet_dnet_ntoa
=no
9329 rm -f core conftest.err conftest.
$ac_objext \
9330 conftest
$ac_exeext conftest.
$ac_ext
9331 LIBS
=$ac_check_lib_save_LIBS
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9334 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9335 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9336 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9339 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9341 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9342 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9343 $as_echo_n "(cached) " >&6
9345 ac_check_lib_save_LIBS
=$LIBS
9346 LIBS
="-ldnet_stub $LIBS"
9347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9348 /* end confdefs.h. */
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9360 return dnet_ntoa ();
9365 if ac_fn_c_try_link
"$LINENO"; then :
9366 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9368 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9370 rm -f core conftest.err conftest.
$ac_objext \
9371 conftest
$ac_exeext conftest.
$ac_ext
9372 LIBS
=$ac_check_lib_save_LIBS
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9375 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9376 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9377 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9382 rm -f core conftest.err conftest.
$ac_objext \
9383 conftest
$ac_exeext conftest.
$ac_ext
9384 LIBS
="$ac_xsave_LIBS"
9386 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9387 # to get the SysV transport functions.
9388 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9390 # The nsl library prevents programs from opening the X display
9391 # on Irix 5.2, according to T.E. Dickey.
9392 # The functions gethostbyname, getservbyname, and inet_addr are
9393 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9394 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9395 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9399 if test $ac_cv_func_gethostbyname = no
; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9401 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9402 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9403 $as_echo_n "(cached) " >&6
9405 ac_check_lib_save_LIBS
=$LIBS
9407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9416 char gethostbyname ();
9420 return gethostbyname ();
9425 if ac_fn_c_try_link
"$LINENO"; then :
9426 ac_cv_lib_nsl_gethostbyname
=yes
9428 ac_cv_lib_nsl_gethostbyname
=no
9430 rm -f core conftest.err conftest.
$ac_objext \
9431 conftest
$ac_exeext conftest.
$ac_ext
9432 LIBS
=$ac_check_lib_save_LIBS
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9435 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9436 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9437 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9440 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9442 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9443 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9444 $as_echo_n "(cached) " >&6
9446 ac_check_lib_save_LIBS
=$LIBS
9448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9449 /* end confdefs.h. */
9451 /* Override any GCC internal prototype to avoid an error.
9452 Use char because int might match the return type of a GCC
9453 builtin and then its argument prototype would still apply. */
9457 char gethostbyname ();
9461 return gethostbyname ();
9466 if ac_fn_c_try_link
"$LINENO"; then :
9467 ac_cv_lib_bsd_gethostbyname
=yes
9469 ac_cv_lib_bsd_gethostbyname
=no
9471 rm -f core conftest.err conftest.
$ac_objext \
9472 conftest
$ac_exeext conftest.
$ac_ext
9473 LIBS
=$ac_check_lib_save_LIBS
9475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9476 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9477 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9478 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9484 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9485 # socket/setsockopt and other routines are undefined under SCO ODT
9486 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9487 # on later versions), says Simon Leinen: it contains gethostby*
9488 # variants that don't use the name server (or something). -lsocket
9489 # must be given before -lnsl if both are needed. We assume that
9490 # if connect needs -lnsl, so does gethostbyname.
9491 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9492 if test "x$ac_cv_func_connect" = xyes
; then :
9496 if test $ac_cv_func_connect = no
; then
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9498 $as_echo_n "checking for connect in -lsocket... " >&6; }
9499 if ${ac_cv_lib_socket_connect+:} false
; then :
9500 $as_echo_n "(cached) " >&6
9502 ac_check_lib_save_LIBS
=$LIBS
9503 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9505 /* end confdefs.h. */
9507 /* Override any GCC internal prototype to avoid an error.
9508 Use char because int might match the return type of a GCC
9509 builtin and then its argument prototype would still apply. */
9522 if ac_fn_c_try_link
"$LINENO"; then :
9523 ac_cv_lib_socket_connect
=yes
9525 ac_cv_lib_socket_connect
=no
9527 rm -f core conftest.err conftest.
$ac_objext \
9528 conftest
$ac_exeext conftest.
$ac_ext
9529 LIBS
=$ac_check_lib_save_LIBS
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9532 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9533 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9534 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9539 # Guillermo Gomez says -lposix is necessary on A/UX.
9540 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9541 if test "x$ac_cv_func_remove" = xyes
; then :
9545 if test $ac_cv_func_remove = no
; then
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9547 $as_echo_n "checking for remove in -lposix... " >&6; }
9548 if ${ac_cv_lib_posix_remove+:} false
; then :
9549 $as_echo_n "(cached) " >&6
9551 ac_check_lib_save_LIBS
=$LIBS
9552 LIBS
="-lposix $LIBS"
9553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9571 if ac_fn_c_try_link
"$LINENO"; then :
9572 ac_cv_lib_posix_remove
=yes
9574 ac_cv_lib_posix_remove
=no
9576 rm -f core conftest.err conftest.
$ac_objext \
9577 conftest
$ac_exeext conftest.
$ac_ext
9578 LIBS
=$ac_check_lib_save_LIBS
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9581 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9582 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9583 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9588 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9589 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9590 if test "x$ac_cv_func_shmat" = xyes
; then :
9594 if test $ac_cv_func_shmat = no
; then
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9596 $as_echo_n "checking for shmat in -lipc... " >&6; }
9597 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9598 $as_echo_n "(cached) " >&6
9600 ac_check_lib_save_LIBS
=$LIBS
9602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9603 /* end confdefs.h. */
9605 /* Override any GCC internal prototype to avoid an error.
9606 Use char because int might match the return type of a GCC
9607 builtin and then its argument prototype would still apply. */
9620 if ac_fn_c_try_link
"$LINENO"; then :
9621 ac_cv_lib_ipc_shmat
=yes
9623 ac_cv_lib_ipc_shmat
=no
9625 rm -f core conftest.err conftest.
$ac_objext \
9626 conftest
$ac_exeext conftest.
$ac_ext
9627 LIBS
=$ac_check_lib_save_LIBS
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9630 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9631 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9632 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9638 # Check for libraries that X11R6 Xt/Xaw programs need.
9639 ac_save_LDFLAGS
=$LDFLAGS
9640 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9641 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9642 # check for ICE first), but we must link in the order -lSM -lICE or
9643 # we get undefined symbols. So assume we have SM if we have ICE.
9644 # These have to be linked with before -lX11, unlike the other
9645 # libraries we check for below, so use a different variable.
9646 # John Interrante, Karl Berry
9647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9648 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9649 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9650 $as_echo_n "(cached) " >&6
9652 ac_check_lib_save_LIBS
=$LIBS
9653 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9655 /* end confdefs.h. */
9657 /* Override any GCC internal prototype to avoid an error.
9658 Use char because int might match the return type of a GCC
9659 builtin and then its argument prototype would still apply. */
9663 char IceConnectionNumber ();
9667 return IceConnectionNumber ();
9672 if ac_fn_c_try_link
"$LINENO"; then :
9673 ac_cv_lib_ICE_IceConnectionNumber
=yes
9675 ac_cv_lib_ICE_IceConnectionNumber
=no
9677 rm -f core conftest.err conftest.
$ac_objext \
9678 conftest
$ac_exeext conftest.
$ac_ext
9679 LIBS
=$ac_check_lib_save_LIBS
9681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9682 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9683 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9684 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9687 LDFLAGS
=$ac_save_LDFLAGS
9692 if test "$have_x" = "yes"
9694 ac_save_CPPFLAGS
="$CPPFLAGS"
9695 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9698 $as_echo_n "checking for -lX11... " >&6; }
9699 if ${ac_cv_lib_soname_X11+:} false
; then :
9700 $as_echo_n "(cached) " >&6
9702 ac_check_soname_save_LIBS
=$LIBS
9703 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9705 /* end confdefs.h. */
9707 /* Override any GCC internal prototype to avoid an error.
9708 Use char because int might match the return type of a GCC
9709 builtin and then its argument prototype would still apply. */
9713 char XCreateWindow ();
9717 return XCreateWindow ();
9722 if ac_fn_c_try_link
"$LINENO"; then :
9724 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9725 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'` ;;
9726 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9727 if ${ac_cv_lib_soname_X11:+false} :; then :
9728 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9732 rm -f core conftest.err conftest.
$ac_objext \
9733 conftest
$ac_exeext conftest.
$ac_ext
9734 LIBS
=$ac_check_soname_save_LIBS
9736 if ${ac_cv_lib_soname_X11:+false} :; then :
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9738 $as_echo "not found" >&6; }
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9742 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9744 cat >>confdefs.h
<<_ACEOF
9745 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9751 $as_echo_n "checking for -lXext... " >&6; }
9752 if ${ac_cv_lib_soname_Xext+:} false
; then :
9753 $as_echo_n "(cached) " >&6
9755 ac_check_soname_save_LIBS
=$LIBS
9756 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9757 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9758 /* end confdefs.h. */
9760 /* Override any GCC internal prototype to avoid an error.
9761 Use char because int might match the return type of a GCC
9762 builtin and then its argument prototype would still apply. */
9766 char XextCreateExtension ();
9770 return XextCreateExtension ();
9775 if ac_fn_c_try_link
"$LINENO"; then :
9777 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9778 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'` ;;
9779 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9780 if ${ac_cv_lib_soname_Xext:+false} :; then :
9781 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9785 rm -f core conftest.err conftest.
$ac_objext \
9786 conftest
$ac_exeext conftest.
$ac_ext
9787 LIBS
=$ac_check_soname_save_LIBS
9789 if ${ac_cv_lib_soname_Xext:+false} :; then :
9790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9791 $as_echo "not found" >&6; }
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9795 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9797 cat >>confdefs.h
<<_ACEOF
9798 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9801 X_LIBS
="$X_LIBS -lXext"
9803 X_LIBS
="$X_LIBS -lX11"
9805 for ac_header
in X11
/Xlib.h \
9808 X11
/Xcursor
/Xcursor.h \
9809 X11
/extensions
/shape.h \
9810 X11
/extensions
/XInput.h \
9811 X11
/extensions
/XInput2.h \
9812 X11
/extensions
/XShm.h \
9813 X11
/extensions
/Xcomposite.h \
9814 X11
/extensions
/Xfixes.h \
9815 X11
/extensions
/Xinerama.h \
9816 X11
/extensions
/Xrandr.h \
9817 X11
/extensions
/Xrender.h \
9818 X11
/extensions
/xf86vmode.h \
9819 X11
/extensions
/xf86vmproto.h
9821 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9822 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9823 # include <X11/Xlib.h>
9825 #ifdef HAVE_X11_XUTIL_H
9826 # include <X11/Xutil.h>
9829 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9830 cat >>confdefs.h
<<_ACEOF
9831 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9839 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9842 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9843 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9844 $as_echo_n "(cached) " >&6
9846 ac_check_lib_save_LIBS
=$LIBS
9847 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9849 /* end confdefs.h. */
9851 /* Override any GCC internal prototype to avoid an error.
9852 Use char because int might match the return type of a GCC
9853 builtin and then its argument prototype would still apply. */
9857 char XkbQueryExtension ();
9861 return XkbQueryExtension ();
9866 if ac_fn_c_try_link
"$LINENO"; then :
9867 ac_cv_lib_X11_XkbQueryExtension
=yes
9869 ac_cv_lib_X11_XkbQueryExtension
=no
9871 rm -f core conftest.err conftest.
$ac_objext \
9872 conftest
$ac_exeext conftest.
$ac_ext
9873 LIBS
=$ac_check_lib_save_LIBS
9875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9876 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9877 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9879 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9885 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9888 $as_echo_n "checking for -lXcursor... " >&6; }
9889 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9890 $as_echo_n "(cached) " >&6
9892 ac_check_soname_save_LIBS
=$LIBS
9893 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9895 /* end confdefs.h. */
9897 /* Override any GCC internal prototype to avoid an error.
9898 Use char because int might match the return type of a GCC
9899 builtin and then its argument prototype would still apply. */
9903 char XcursorImageLoadCursor ();
9907 return XcursorImageLoadCursor ();
9912 if ac_fn_c_try_link
"$LINENO"; then :
9914 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9915 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'` ;;
9916 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9917 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9918 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9922 rm -f core conftest.err conftest.
$ac_objext \
9923 conftest
$ac_exeext conftest.
$ac_ext
9924 LIBS
=$ac_check_soname_save_LIBS
9926 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9928 $as_echo "not found" >&6; }
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9932 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9934 cat >>confdefs.h
<<_ACEOF
9935 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9941 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9942 case "x$with_xcursor" in
9943 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9945 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9946 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9951 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9954 $as_echo_n "checking for -lXi... " >&6; }
9955 if ${ac_cv_lib_soname_Xi+:} false
; then :
9956 $as_echo_n "(cached) " >&6
9958 ac_check_soname_save_LIBS
=$LIBS
9959 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9961 /* end confdefs.h. */
9963 /* Override any GCC internal prototype to avoid an error.
9964 Use char because int might match the return type of a GCC
9965 builtin and then its argument prototype would still apply. */
9969 char XOpenDevice ();
9973 return XOpenDevice ();
9978 if ac_fn_c_try_link
"$LINENO"; then :
9980 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9981 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'` ;;
9982 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9983 if ${ac_cv_lib_soname_Xi:+false} :; then :
9984 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9988 rm -f core conftest.err conftest.
$ac_objext \
9989 conftest
$ac_exeext conftest.
$ac_ext
9990 LIBS
=$ac_check_soname_save_LIBS
9992 if ${ac_cv_lib_soname_Xi:+false} :; then :
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9994 $as_echo "not found" >&6; }
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9998 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10000 cat >>confdefs.h
<<_ACEOF
10001 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10007 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10008 case "x$with_xinput" in
10009 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10011 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10012 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10017 if test "x$ac_cv_lib_soname_Xi" != x
10019 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10020 case "x$with_xinput2" in
10021 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10023 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10024 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10030 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10033 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10034 if ${ac_cv_lib_Xext_XShmQueryExtension+:} 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 XShmQueryExtension ();
10052 return XShmQueryExtension ();
10057 if ac_fn_c_try_link
"$LINENO"; then :
10058 ac_cv_lib_Xext_XShmQueryExtension
=yes
10060 ac_cv_lib_Xext_XShmQueryExtension
=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_XShmQueryExtension" >&5
10067 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10068 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10070 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10075 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10076 case "x$with_xshm" in
10077 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10079 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10080 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10085 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10088 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10089 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10090 $as_echo_n "(cached) " >&6
10092 ac_check_lib_save_LIBS
=$LIBS
10093 LIBS
="-lXext $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 XShapeQueryExtension ();
10107 return XShapeQueryExtension ();
10112 if ac_fn_c_try_link
"$LINENO"; then :
10113 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10115 ac_cv_lib_Xext_XShapeQueryExtension
=no
10117 rm -f core conftest.err conftest.
$ac_objext \
10118 conftest
$ac_exeext conftest.
$ac_ext
10119 LIBS
=$ac_check_lib_save_LIBS
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10122 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10123 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10125 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10130 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10131 case "x$with_xshape" in
10132 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10134 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10135 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10140 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10143 $as_echo_n "checking for -lXxf86vm... " >&6; }
10144 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10145 $as_echo_n "(cached) " >&6
10147 ac_check_soname_save_LIBS
=$LIBS
10148 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10150 /* end confdefs.h. */
10152 /* Override any GCC internal prototype to avoid an error.
10153 Use char because int might match the return type of a GCC
10154 builtin and then its argument prototype would still apply. */
10158 char XF86VidModeQueryExtension ();
10162 return XF86VidModeQueryExtension ();
10167 if ac_fn_c_try_link
"$LINENO"; then :
10169 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10170 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'` ;;
10171 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10172 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10173 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10177 rm -f core conftest.err conftest.
$ac_objext \
10178 conftest
$ac_exeext conftest.
$ac_ext
10179 LIBS
=$ac_check_soname_save_LIBS
10181 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10183 $as_echo "not found" >&6; }
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10187 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10189 cat >>confdefs.h
<<_ACEOF
10190 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10196 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10197 case "x$with_xxf86vm" in
10198 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10200 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10201 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10206 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10209 $as_echo_n "checking for -lXrender... " >&6; }
10210 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10211 $as_echo_n "(cached) " >&6
10213 ac_check_soname_save_LIBS
=$LIBS
10214 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10216 /* end confdefs.h. */
10218 /* Override any GCC internal prototype to avoid an error.
10219 Use char because int might match the return type of a GCC
10220 builtin and then its argument prototype would still apply. */
10224 char XRenderQueryExtension ();
10228 return XRenderQueryExtension ();
10233 if ac_fn_c_try_link
"$LINENO"; then :
10235 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10236 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'` ;;
10237 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10238 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10239 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10243 rm -f core conftest.err conftest.
$ac_objext \
10244 conftest
$ac_exeext conftest.
$ac_ext
10245 LIBS
=$ac_check_soname_save_LIBS
10247 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10249 $as_echo "not found" >&6; }
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10253 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10255 cat >>confdefs.h
<<_ACEOF
10256 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10260 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10261 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10262 $as_echo_n "(cached) " >&6
10264 ac_check_lib_save_LIBS
=$LIBS
10265 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10275 char XRenderSetPictureTransform ();
10279 return XRenderSetPictureTransform ();
10284 if ac_fn_c_try_link
"$LINENO"; then :
10285 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10287 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10289 rm -f core conftest.err conftest.
$ac_objext \
10290 conftest
$ac_exeext conftest.
$ac_ext
10291 LIBS
=$ac_check_lib_save_LIBS
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10294 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10295 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10297 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10302 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10303 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10304 $as_echo_n "(cached) " >&6
10306 ac_check_lib_save_LIBS
=$LIBS
10307 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10309 /* end confdefs.h. */
10311 /* Override any GCC internal prototype to avoid an error.
10312 Use char because int might match the return type of a GCC
10313 builtin and then its argument prototype would still apply. */
10317 char XRenderCreateLinearGradient ();
10321 return XRenderCreateLinearGradient ();
10326 if ac_fn_c_try_link
"$LINENO"; then :
10327 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10329 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10331 rm -f core conftest.err conftest.
$ac_objext \
10332 conftest
$ac_exeext conftest.
$ac_ext
10333 LIBS
=$ac_check_lib_save_LIBS
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10336 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10337 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10339 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10346 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10347 case "x$with_xrender" in
10348 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10350 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10351 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10356 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10359 /* end confdefs.h. */
10360 #include <X11/Xlib.h>
10361 #include <X11/extensions/Xrandr.h>
10365 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10370 if ac_fn_c_try_compile
"$LINENO"; then :
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10372 $as_echo_n "checking for -lXrandr... " >&6; }
10373 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10374 $as_echo_n "(cached) " >&6
10376 ac_check_soname_save_LIBS
=$LIBS
10377 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10379 /* end confdefs.h. */
10381 /* Override any GCC internal prototype to avoid an error.
10382 Use char because int might match the return type of a GCC
10383 builtin and then its argument prototype would still apply. */
10387 char XRRQueryExtension ();
10391 return XRRQueryExtension ();
10396 if ac_fn_c_try_link
"$LINENO"; then :
10398 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10399 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'` ;;
10400 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10401 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10402 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10406 rm -f core conftest.err conftest.
$ac_objext \
10407 conftest
$ac_exeext conftest.
$ac_ext
10408 LIBS
=$ac_check_soname_save_LIBS
10410 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10412 $as_echo "not found" >&6; }
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10416 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10418 cat >>confdefs.h
<<_ACEOF
10419 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10423 /* end confdefs.h. */
10424 #include <X11/Xlib.h>
10425 #include <X11/extensions/Xrandr.h>
10429 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10434 if ac_fn_c_try_compile
"$LINENO"; then :
10436 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10439 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10442 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10444 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10445 case "x$with_xrandr" in
10446 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10448 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10449 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10454 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10457 /* end confdefs.h. */
10458 #include <X11/Xlib.h>
10459 #include <X11/extensions/Xfixes.h>
10463 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10468 if ac_fn_c_try_compile
"$LINENO"; then :
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10470 $as_echo_n "checking for -lXfixes... " >&6; }
10471 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10472 $as_echo_n "(cached) " >&6
10474 ac_check_soname_save_LIBS
=$LIBS
10475 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10477 /* end confdefs.h. */
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10485 char XFixesQueryVersion ();
10489 return XFixesQueryVersion ();
10494 if ac_fn_c_try_link
"$LINENO"; then :
10496 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10497 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'` ;;
10498 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10499 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10500 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10504 rm -f core conftest.err conftest.
$ac_objext \
10505 conftest
$ac_exeext conftest.
$ac_ext
10506 LIBS
=$ac_check_soname_save_LIBS
10508 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10510 $as_echo "not found" >&6; }
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10514 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10516 cat >>confdefs.h
<<_ACEOF
10517 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10523 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10525 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10526 case "x$with_xfixes" in
10527 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10529 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10530 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10535 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10538 /* end confdefs.h. */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xinerama.h>
10544 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10549 if ac_fn_c_try_compile
"$LINENO"; then :
10550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10551 $as_echo_n "checking for -lXinerama... " >&6; }
10552 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10553 $as_echo_n "(cached) " >&6
10555 ac_check_soname_save_LIBS
=$LIBS
10556 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10558 /* end confdefs.h. */
10560 /* Override any GCC internal prototype to avoid an error.
10561 Use char because int might match the return type of a GCC
10562 builtin and then its argument prototype would still apply. */
10566 char XineramaQueryScreens ();
10570 return XineramaQueryScreens ();
10575 if ac_fn_c_try_link
"$LINENO"; then :
10577 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10578 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'` ;;
10579 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10580 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10581 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10585 rm -f core conftest.err conftest.
$ac_objext \
10586 conftest
$ac_exeext conftest.
$ac_ext
10587 LIBS
=$ac_check_soname_save_LIBS
10589 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10591 $as_echo "not found" >&6; }
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10595 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10597 cat >>confdefs.h
<<_ACEOF
10598 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10604 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10606 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10607 case "x$with_xinerama" in
10608 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10610 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10611 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10616 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10619 $as_echo_n "checking for -lXcomposite... " >&6; }
10620 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10621 $as_echo_n "(cached) " >&6
10623 ac_check_soname_save_LIBS
=$LIBS
10624 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10626 /* end confdefs.h. */
10628 /* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10634 char XCompositeRedirectWindow ();
10638 return XCompositeRedirectWindow ();
10643 if ac_fn_c_try_link
"$LINENO"; then :
10645 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10646 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'` ;;
10647 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10648 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10649 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10653 rm -f core conftest.err conftest.
$ac_objext \
10654 conftest
$ac_exeext conftest.
$ac_ext
10655 LIBS
=$ac_check_soname_save_LIBS
10657 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10659 $as_echo "not found" >&6; }
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10663 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10665 cat >>confdefs.h
<<_ACEOF
10666 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10672 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10673 case "x$with_xcomposite" in
10674 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10676 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10677 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10682 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10683 #include <X11/Xlib.h>
10686 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10688 cat >>confdefs.h
<<_ACEOF
10689 #define HAVE_XICCALLBACK_CALLBACK 1
10694 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10695 #include <X11/Xlib.h>
10698 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10700 cat >>confdefs.h
<<_ACEOF
10701 #define HAVE_XEVENT_XCOOKIE 1
10710 if test "x$with_opengl" != "xno"
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10713 $as_echo_n "checking for -lGL... " >&6; }
10714 if ${ac_cv_lib_soname_GL+:} false
; then :
10715 $as_echo_n "(cached) " >&6
10717 ac_check_soname_save_LIBS
=$LIBS
10718 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10720 /* end confdefs.h. */
10722 /* Override any GCC internal prototype to avoid an error.
10723 Use char because int might match the return type of a GCC
10724 builtin and then its argument prototype would still apply. */
10728 char glXCreateContext ();
10732 return glXCreateContext ();
10737 if ac_fn_c_try_link
"$LINENO"; then :
10739 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10740 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'` ;;
10741 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10742 if ${ac_cv_lib_soname_GL:+false} :; then :
10743 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10747 rm -f core conftest.err conftest.
$ac_objext \
10748 conftest
$ac_exeext conftest.
$ac_ext
10749 LIBS
=$ac_check_soname_save_LIBS
10751 if ${ac_cv_lib_soname_GL:+false} :; then :
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10753 $as_echo "not found" >&6; }
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10755 $as_echo_n "checking for -lGL... " >&6; }
10756 if ${ac_cv_lib_soname_GL+:} false
; then :
10757 $as_echo_n "(cached) " >&6
10759 ac_check_soname_save_LIBS
=$LIBS
10760 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"
10761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10762 /* end confdefs.h. */
10764 /* Override any GCC internal prototype to avoid an error.
10765 Use char because int might match the return type of a GCC
10766 builtin and then its argument prototype would still apply. */
10770 char glXCreateContext ();
10774 return glXCreateContext ();
10779 if ac_fn_c_try_link
"$LINENO"; then :
10781 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10782 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'` ;;
10783 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10784 if ${ac_cv_lib_soname_GL:+false} :; then :
10785 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10789 rm -f core conftest.err conftest.
$ac_objext \
10790 conftest
$ac_exeext conftest.
$ac_ext
10791 LIBS
=$ac_check_soname_save_LIBS
10793 if ${ac_cv_lib_soname_GL:+false} :; then :
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10795 $as_echo "not found" >&6; }
10796 if test -f /usr
/X11R
6/lib
/libGL.a
10798 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10799 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10801 opengl_msg
="No OpenGL library found on this system."
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10805 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10807 cat >>confdefs.h
<<_ACEOF
10808 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10811 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"
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10815 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10817 cat >>confdefs.h
<<_ACEOF
10818 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10823 if test "x$with_glu" != "xno"
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
10826 $as_echo_n "checking for -lGLU... " >&6; }
10827 if ${ac_cv_lib_soname_GLU+:} false
; then :
10828 $as_echo_n "(cached) " >&6
10830 ac_check_soname_save_LIBS
=$LIBS
10831 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10845 return gluLookAt ();
10850 if ac_fn_c_try_link
"$LINENO"; then :
10852 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10853 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'` ;;
10854 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10855 if ${ac_cv_lib_soname_GLU:+false} :; then :
10856 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10860 rm -f core conftest.err conftest.
$ac_objext \
10861 conftest
$ac_exeext conftest.
$ac_ext
10862 LIBS
=$ac_check_soname_save_LIBS
10864 if ${ac_cv_lib_soname_GLU:+false} :; then :
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10866 $as_echo "not found" >&6; }
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
10870 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
10872 cat >>confdefs.h
<<_ACEOF
10873 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
10878 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
10879 case "x$with_glu" in
10880 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10882 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10883 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10889 if test "x$with_osmesa" != "xno"
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10892 $as_echo_n "checking for -lOSMesa... " >&6; }
10893 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10894 $as_echo_n "(cached) " >&6
10896 ac_check_soname_save_LIBS
=$LIBS
10897 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10899 /* end confdefs.h. */
10901 /* Override any GCC internal prototype to avoid an error.
10902 Use char because int might match the return type of a GCC
10903 builtin and then its argument prototype would still apply. */
10907 char OSMesaGetProcAddress ();
10911 return OSMesaGetProcAddress ();
10916 if ac_fn_c_try_link
"$LINENO"; then :
10918 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10919 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'` ;;
10920 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10921 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10922 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10926 rm -f core conftest.err conftest.
$ac_objext \
10927 conftest
$ac_exeext conftest.
$ac_ext
10928 LIBS
=$ac_check_soname_save_LIBS
10930 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10932 $as_echo "not found" >&6; }
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10936 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10938 cat >>confdefs.h
<<_ACEOF
10939 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10944 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10945 case "x$with_osmesa" in
10946 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10948 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10949 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10955 if test -n "$opengl_msg"; then :
10956 case "x$with_opengl" in
10957 x
) as_fn_append wine_warnings
"|$opengl_msg
10958 OpenGL and Direct3D won't be supported." ;;
10960 *) as_fn_error $?
"$opengl_msg
10961 OpenGL and Direct3D won't be supported.
10962 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10967 CPPFLAGS
="$ac_save_CPPFLAGS"
10973 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
10975 if test "x$X_LIBS" = "x"; then :
10978 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10979 without X support, which probably isn't what you want. You will need
10980 to install ${notice_platform}development packages of Xlib at the very least.
10981 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10983 enable_winex11_drv
=${enable_winex11_drv:-no}
10986 if test "x$X_LIBS" = "x"; then :
10988 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
10990 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
10991 This is an error since --with-x was requested." "$LINENO" 5 ;;
10993 enable_winex11_drv
=${enable_winex11_drv:-no}
10997 if test "$ac_cv_header_CL_cl_h" = "yes"
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11000 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11001 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11002 $as_echo_n "(cached) " >&6
11004 ac_check_lib_save_LIBS
=$LIBS
11005 LIBS
="-lOpenCL $LIBS"
11006 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11007 /* end confdefs.h. */
11009 /* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11015 char clGetPlatformInfo ();
11019 return clGetPlatformInfo ();
11024 if ac_fn_c_try_link
"$LINENO"; then :
11025 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11027 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11029 rm -f core conftest.err conftest.
$ac_objext \
11030 conftest
$ac_exeext conftest.
$ac_ext
11031 LIBS
=$ac_check_lib_save_LIBS
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11034 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11035 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11036 OPENCL_LIBS
="-lOpenCL"
11041 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11042 case "x$with_opencl" in
11043 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11045 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11046 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11048 enable_opencl
=${enable_opencl:-no}
11051 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11054 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11055 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11056 $as_echo_n "(cached) " >&6
11058 ac_check_lib_save_LIBS
=$LIBS
11059 LIBS
="-lpcap $LIBS"
11060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11069 char pcap_create ();
11073 return pcap_create ();
11078 if ac_fn_c_try_link
"$LINENO"; then :
11079 ac_cv_lib_pcap_pcap_create
=yes
11081 ac_cv_lib_pcap_pcap_create
=no
11083 rm -f core conftest.err conftest.
$ac_objext \
11084 conftest
$ac_exeext conftest.
$ac_ext
11085 LIBS
=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11088 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11089 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11095 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11096 case "x$with_pcap" in
11097 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11099 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11100 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11102 enable_wpcap
=${enable_wpcap:-no}
11106 if test "x$with_xml" != "xno"
11108 if ${XML2_CFLAGS:+false} :; then :
11109 if ${PKG_CONFIG+:} false
; then :
11110 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11113 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11114 if ${XML2_LIBS:+false} :; then :
11115 if ${PKG_CONFIG+:} false
; then :
11116 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11119 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11120 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11121 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11122 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11123 ac_save_CPPFLAGS
=$CPPFLAGS
11124 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11125 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11127 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11128 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11129 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11130 cat >>confdefs.h
<<_ACEOF
11131 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11138 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"
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11141 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11142 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11143 $as_echo_n "(cached) " >&6
11145 ac_check_lib_save_LIBS
=$LIBS
11146 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11148 /* end confdefs.h. */
11150 /* Override any GCC internal prototype to avoid an error.
11151 Use char because int might match the return type of a GCC
11152 builtin and then its argument prototype would still apply. */
11156 char xmlParseMemory ();
11160 return xmlParseMemory ();
11165 if ac_fn_c_try_link
"$LINENO"; then :
11166 ac_cv_lib_xml2_xmlParseMemory
=yes
11168 ac_cv_lib_xml2_xmlParseMemory
=no
11170 rm -f core conftest.err conftest.
$ac_objext \
11171 conftest
$ac_exeext conftest.
$ac_ext
11172 LIBS
=$ac_check_lib_save_LIBS
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11175 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11176 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11178 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11185 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11186 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11187 $as_echo_n "(cached) " >&6
11189 ac_check_lib_save_LIBS
=$LIBS
11190 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11192 /* end confdefs.h. */
11194 /* Override any GCC internal prototype to avoid an error.
11195 Use char because int might match the return type of a GCC
11196 builtin and then its argument prototype would still apply. */
11200 char xmlReadMemory ();
11204 return xmlReadMemory ();
11209 if ac_fn_c_try_link
"$LINENO"; then :
11210 ac_cv_lib_xml2_xmlReadMemory
=yes
11212 ac_cv_lib_xml2_xmlReadMemory
=no
11214 rm -f core conftest.err conftest.
$ac_objext \
11215 conftest
$ac_exeext conftest.
$ac_ext
11216 LIBS
=$ac_check_lib_save_LIBS
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11219 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11220 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11222 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11227 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11228 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11229 $as_echo_n "(cached) " >&6
11231 ac_check_lib_save_LIBS
=$LIBS
11232 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11236 /* Override any GCC internal prototype to avoid an error.
11237 Use char because int might match the return type of a GCC
11238 builtin and then its argument prototype would still apply. */
11242 char xmlNewDocPI ();
11246 return xmlNewDocPI ();
11251 if ac_fn_c_try_link
"$LINENO"; then :
11252 ac_cv_lib_xml2_xmlNewDocPI
=yes
11254 ac_cv_lib_xml2_xmlNewDocPI
=no
11256 rm -f core conftest.err conftest.
$ac_objext \
11257 conftest
$ac_exeext conftest.
$ac_ext
11258 LIBS
=$ac_check_lib_save_LIBS
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11261 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11262 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11264 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11269 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11270 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11271 $as_echo_n "(cached) " >&6
11273 ac_check_lib_save_LIBS
=$LIBS
11274 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11276 /* end confdefs.h. */
11278 /* Override any GCC internal prototype to avoid an error.
11279 Use char because int might match the return type of a GCC
11280 builtin and then its argument prototype would still apply. */
11284 char xmlSchemaSetParserStructuredErrors ();
11288 return xmlSchemaSetParserStructuredErrors ();
11293 if ac_fn_c_try_link
"$LINENO"; then :
11294 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11296 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11298 rm -f core conftest.err conftest.
$ac_objext \
11299 conftest
$ac_exeext conftest.
$ac_ext
11300 LIBS
=$ac_check_lib_save_LIBS
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11303 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11304 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11306 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11311 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11312 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11313 $as_echo_n "(cached) " >&6
11315 ac_check_lib_save_LIBS
=$LIBS
11316 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11318 /* end confdefs.h. */
11320 /* Override any GCC internal prototype to avoid an error.
11321 Use char because int might match the return type of a GCC
11322 builtin and then its argument prototype would still apply. */
11326 char xmlSchemaSetValidStructuredErrors ();
11330 return xmlSchemaSetValidStructuredErrors ();
11335 if ac_fn_c_try_link
"$LINENO"; then :
11336 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11338 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11340 rm -f core conftest.err conftest.
$ac_objext \
11341 conftest
$ac_exeext conftest.
$ac_ext
11342 LIBS
=$ac_check_lib_save_LIBS
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11345 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11346 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11348 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11353 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11354 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11355 $as_echo_n "(cached) " >&6
11357 ac_check_lib_save_LIBS
=$LIBS
11358 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11360 /* end confdefs.h. */
11362 /* Override any GCC internal prototype to avoid an error.
11363 Use char because int might match the return type of a GCC
11364 builtin and then its argument prototype would still apply. */
11368 char xmlFirstElementChild ();
11372 return xmlFirstElementChild ();
11377 if ac_fn_c_try_link
"$LINENO"; then :
11378 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11380 ac_cv_lib_xml2_xmlFirstElementChild
=no
11382 rm -f core conftest.err conftest.
$ac_objext \
11383 conftest
$ac_exeext conftest.
$ac_ext
11384 LIBS
=$ac_check_lib_save_LIBS
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11387 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11388 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11390 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11394 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11396 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11398 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11406 CPPFLAGS
=$ac_save_CPPFLAGS
11407 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11408 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11411 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11412 case "x$with_xml" in
11413 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11415 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11416 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11421 if test "x$with_xslt" != "xno"
11423 if ${XSLT_CFLAGS:+false} :; then :
11424 if ${PKG_CONFIG+:} false
; then :
11425 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11428 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11429 if ${XSLT_LIBS:+false} :; then :
11430 if ${PKG_CONFIG+:} false
; then :
11431 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11434 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11435 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11436 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11437 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11438 ac_save_CPPFLAGS
=$CPPFLAGS
11439 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11440 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11442 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11443 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11444 # include <libxslt/pattern.h>
11447 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11448 cat >>confdefs.h
<<_ACEOF
11449 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11456 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11459 $as_echo_n "checking for -lxslt... " >&6; }
11460 if ${ac_cv_lib_soname_xslt+:} false
; then :
11461 $as_echo_n "(cached) " >&6
11463 ac_check_soname_save_LIBS
=$LIBS
11464 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11466 /* end confdefs.h. */
11468 /* Override any GCC internal prototype to avoid an error.
11469 Use char because int might match the return type of a GCC
11470 builtin and then its argument prototype would still apply. */
11474 char xsltCompilePattern ();
11478 return xsltCompilePattern ();
11483 if ac_fn_c_try_link
"$LINENO"; then :
11485 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11486 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'` ;;
11487 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11488 if ${ac_cv_lib_soname_xslt:+false} :; then :
11489 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11493 rm -f core conftest.err conftest.
$ac_objext \
11494 conftest
$ac_exeext conftest.
$ac_ext
11495 LIBS
=$ac_check_soname_save_LIBS
11497 if ${ac_cv_lib_soname_xslt:+false} :; then :
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11499 $as_echo "not found" >&6; }
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11503 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11505 cat >>confdefs.h
<<_ACEOF
11506 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11514 CPPFLAGS
=$ac_save_CPPFLAGS
11515 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11516 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11519 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11520 case "x$with_xslt" in
11521 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11523 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11524 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11529 if test "x$with_dbus" != "xno"
11531 if ${DBUS_CFLAGS:+false} :; then :
11532 if ${PKG_CONFIG+:} false
; then :
11533 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11537 if ${DBUS_LIBS:+false} :; then :
11538 if ${PKG_CONFIG+:} false
; then :
11539 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11544 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11545 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11546 ac_save_CPPFLAGS
=$CPPFLAGS
11547 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11548 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11549 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11551 $as_echo_n "checking for -ldbus-1... " >&6; }
11552 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11553 $as_echo_n "(cached) " >&6
11555 ac_check_soname_save_LIBS
=$LIBS
11556 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11560 /* Override any GCC internal prototype to avoid an error.
11561 Use char because int might match the return type of a GCC
11562 builtin and then its argument prototype would still apply. */
11566 char dbus_connection_close ();
11570 return dbus_connection_close ();
11575 if ac_fn_c_try_link
"$LINENO"; then :
11577 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11578 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'` ;;
11579 *) 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'`
11580 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11581 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11585 rm -f core conftest.err conftest.
$ac_objext \
11586 conftest
$ac_exeext conftest.
$ac_ext
11587 LIBS
=$ac_check_soname_save_LIBS
11589 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11591 $as_echo "not found" >&6; }
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11595 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11597 cat >>confdefs.h
<<_ACEOF
11598 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11608 CPPFLAGS
=$ac_save_CPPFLAGS
11609 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11610 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11613 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11614 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11615 case "x$with_dbus" in
11616 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11618 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11619 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11624 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11626 if ${HAL_CFLAGS:+false} :; then :
11627 if ${PKG_CONFIG+:} false
; then :
11628 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11632 if ${HAL_LIBS:+false} :; then :
11633 if ${PKG_CONFIG+:} false
; then :
11634 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11638 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11639 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11640 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11641 ac_save_CPPFLAGS
=$CPPFLAGS
11642 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11643 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11644 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11646 $as_echo_n "checking for -lhal... " >&6; }
11647 if ${ac_cv_lib_soname_hal+:} false
; then :
11648 $as_echo_n "(cached) " >&6
11650 ac_check_soname_save_LIBS
=$LIBS
11651 LIBS
="-lhal $HAL_LIBS $LIBS"
11652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11661 char libhal_ctx_new ();
11665 return libhal_ctx_new ();
11670 if ac_fn_c_try_link
"$LINENO"; then :
11672 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11673 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'` ;;
11674 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11675 if ${ac_cv_lib_soname_hal:+false} :; then :
11676 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11680 rm -f core conftest.err conftest.
$ac_objext \
11681 conftest
$ac_exeext conftest.
$ac_ext
11682 LIBS
=$ac_check_soname_save_LIBS
11684 if ${ac_cv_lib_soname_hal:+false} :; then :
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11686 $as_echo "not found" >&6; }
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11690 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11692 cat >>confdefs.h
<<_ACEOF
11693 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11703 CPPFLAGS
=$ac_save_CPPFLAGS
11704 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11705 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11707 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11708 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11709 case "x$with_hal" in
11710 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11712 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11713 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11719 if test "x$with_gnutls" != "xno"
11721 if ${GNUTLS_CFLAGS:+false} :; then :
11722 if ${PKG_CONFIG+:} false
; then :
11723 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11727 if ${GNUTLS_LIBS:+false} :; then :
11728 if ${PKG_CONFIG+:} false
; then :
11729 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11734 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11735 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11736 ac_save_CPPFLAGS
=$CPPFLAGS
11737 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11738 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11739 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11741 /* end confdefs.h. */
11742 #include <gnutls/gnutls.h>
11743 #include <gnutls/crypto.h>
11747 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11752 if ac_fn_c_try_compile
"$LINENO"; then :
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11754 $as_echo_n "checking for -lgnutls... " >&6; }
11755 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11756 $as_echo_n "(cached) " >&6
11758 ac_check_soname_save_LIBS
=$LIBS
11759 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11761 /* end confdefs.h. */
11763 /* Override any GCC internal prototype to avoid an error.
11764 Use char because int might match the return type of a GCC
11765 builtin and then its argument prototype would still apply. */
11769 char gnutls_global_init ();
11773 return gnutls_global_init ();
11778 if ac_fn_c_try_link
"$LINENO"; then :
11780 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11781 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'` ;;
11782 *) 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'`
11783 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11784 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'`
11788 rm -f core conftest.err conftest.
$ac_objext \
11789 conftest
$ac_exeext conftest.
$ac_ext
11790 LIBS
=$ac_check_soname_save_LIBS
11792 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11794 $as_echo "not found" >&6; }
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11798 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11800 cat >>confdefs.h
<<_ACEOF
11801 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11806 ac_wine_check_funcs_save_LIBS
="$LIBS"
11807 LIBS
="$LIBS $GNUTLS_LIBS"
11808 for ac_func
in gnutls_cipher_init
11810 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
11811 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
11812 cat >>confdefs.h
<<_ACEOF
11813 #define HAVE_GNUTLS_CIPHER_INIT 1
11817 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
11821 LIBS
="$ac_wine_check_funcs_save_LIBS"
11823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11829 CPPFLAGS
=$ac_save_CPPFLAGS
11830 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11831 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11834 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11835 case "x$with_gnutls" in
11836 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11838 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11839 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11845 if test "$ac_cv_header_ncurses_h" = "yes"
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11848 $as_echo_n "checking for -lncurses... " >&6; }
11849 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11850 $as_echo_n "(cached) " >&6
11852 ac_check_soname_save_LIBS
=$LIBS
11853 LIBS
="-lncurses $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_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11875 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'` ;;
11876 *) 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'`
11877 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11878 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$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_ncurses:+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_ncurses" >&5
11892 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11894 cat >>confdefs.h
<<_ACEOF
11895 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11898 CURSES_LIBS
="-lncurses"
11900 elif test "$ac_cv_header_curses_h" = "yes"
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11903 $as_echo_n "checking for -lcurses... " >&6; }
11904 if ${ac_cv_lib_soname_curses+:} false
; then :
11905 $as_echo_n "(cached) " >&6
11907 ac_check_soname_save_LIBS
=$LIBS
11908 LIBS
="-lcurses $LIBS"
11909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11910 /* end confdefs.h. */
11912 /* Override any GCC internal prototype to avoid an error.
11913 Use char because int might match the return type of a GCC
11914 builtin and then its argument prototype would still apply. */
11927 if ac_fn_c_try_link
"$LINENO"; then :
11929 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11930 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'` ;;
11931 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11932 if ${ac_cv_lib_soname_curses:+false} :; then :
11933 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11937 rm -f core conftest.err conftest.
$ac_objext \
11938 conftest
$ac_exeext conftest.
$ac_ext
11939 LIBS
=$ac_check_soname_save_LIBS
11941 if ${ac_cv_lib_soname_curses:+false} :; then :
11942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11943 $as_echo "not found" >&6; }
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11947 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11949 cat >>confdefs.h
<<_ACEOF
11950 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11953 CURSES_LIBS
="-lcurses"
11956 ac_save_LIBS
="$LIBS"
11957 LIBS
="$LIBS $CURSES_LIBS"
11958 for ac_func
in mousemask
11960 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11961 if test "x$ac_cv_func_mousemask" = xyes
; then :
11962 cat >>confdefs.h
<<_ACEOF
11963 #define HAVE_MOUSEMASK 1
11969 LIBS
="$ac_save_LIBS"
11970 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11971 case "x$with_curses" in
11972 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11974 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11975 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11980 if test "x$with_sane" != "xno"
11982 if ${SANE_CFLAGS:+false} :; then :
11983 if ${PKG_CONFIG+:} false
; then :
11984 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11987 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11988 if ${SANE_LIBS:+false} :; then :
11989 if ${PKG_CONFIG+:} false
; then :
11990 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11993 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11995 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11996 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11997 ac_save_CPPFLAGS
=$CPPFLAGS
11998 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11999 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12000 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12002 $as_echo_n "checking for -lsane... " >&6; }
12003 if ${ac_cv_lib_soname_sane+:} false
; then :
12004 $as_echo_n "(cached) " >&6
12006 ac_check_soname_save_LIBS
=$LIBS
12007 LIBS
="-lsane $SANE_LIBS $LIBS"
12008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12009 /* end confdefs.h. */
12011 /* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12021 return sane_init ();
12026 if ac_fn_c_try_link
"$LINENO"; then :
12028 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12029 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'` ;;
12030 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12031 if ${ac_cv_lib_soname_sane:+false} :; then :
12032 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12036 rm -f core conftest.err conftest.
$ac_objext \
12037 conftest
$ac_exeext conftest.
$ac_ext
12038 LIBS
=$ac_check_soname_save_LIBS
12040 if ${ac_cv_lib_soname_sane:+false} :; then :
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12042 $as_echo "not found" >&6; }
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12046 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12048 cat >>confdefs.h
<<_ACEOF
12049 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12059 CPPFLAGS
=$ac_save_CPPFLAGS
12060 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12061 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12064 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12065 case "x$with_sane" in
12066 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12068 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12069 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12074 if test "x$with_v4l" != "xno"
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12077 $as_echo_n "checking for -lv4l1... " >&6; }
12078 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12079 $as_echo_n "(cached) " >&6
12081 ac_check_soname_save_LIBS
=$LIBS
12082 LIBS
="-lv4l1 $LIBS"
12083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12084 /* end confdefs.h. */
12086 /* Override any GCC internal prototype to avoid an error.
12087 Use char because int might match the return type of a GCC
12088 builtin and then its argument prototype would still apply. */
12096 return v4l1_open ();
12101 if ac_fn_c_try_link
"$LINENO"; then :
12103 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12104 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'` ;;
12105 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12106 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12107 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12111 rm -f core conftest.err conftest.
$ac_objext \
12112 conftest
$ac_exeext conftest.
$ac_ext
12113 LIBS
=$ac_check_soname_save_LIBS
12115 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12117 $as_echo "not found" >&6; }
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12121 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12123 cat >>confdefs.h
<<_ACEOF
12124 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12130 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12131 case "x$with_v4l" in
12132 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12134 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12135 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12140 if test "x$with_gphoto" != "xno"
12142 if ${GPHOTO2_CFLAGS:+false} :; then :
12143 if ${PKG_CONFIG+:} false
; then :
12144 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12147 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12148 if ${GPHOTO2_LIBS:+false} :; then :
12149 if ${PKG_CONFIG+:} false
; then :
12150 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12153 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12154 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12155 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12156 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12157 ac_save_CPPFLAGS
=$CPPFLAGS
12158 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12159 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12160 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12162 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12163 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12164 $as_echo_n "(cached) " >&6
12166 ac_check_lib_save_LIBS
=$LIBS
12167 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12169 /* end confdefs.h. */
12171 /* Override any GCC internal prototype to avoid an error.
12172 Use char because int might match the return type of a GCC
12173 builtin and then its argument prototype would still apply. */
12177 char gp_camera_new ();
12181 return gp_camera_new ();
12186 if ac_fn_c_try_link
"$LINENO"; then :
12187 ac_cv_lib_gphoto2_gp_camera_new
=yes
12189 ac_cv_lib_gphoto2_gp_camera_new
=no
12191 rm -f core conftest.err conftest.
$ac_objext \
12192 conftest
$ac_exeext conftest.
$ac_ext
12193 LIBS
=$ac_check_lib_save_LIBS
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12196 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12197 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12199 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12202 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12206 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12210 CPPFLAGS
=$ac_save_CPPFLAGS
12211 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12212 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12214 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12215 if ${PKG_CONFIG+:} false
; then :
12216 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12219 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12220 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12221 if ${PKG_CONFIG+:} false
; then :
12222 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12225 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12226 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12227 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12228 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12229 ac_save_CPPFLAGS
=$CPPFLAGS
12230 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12231 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12232 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12234 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12235 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12236 $as_echo_n "(cached) " >&6
12238 ac_check_lib_save_LIBS
=$LIBS
12239 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12241 /* end confdefs.h. */
12243 /* Override any GCC internal prototype to avoid an error.
12244 Use char because int might match the return type of a GCC
12245 builtin and then its argument prototype would still apply. */
12249 char gp_port_info_list_new ();
12253 return gp_port_info_list_new ();
12258 if ac_fn_c_try_link
"$LINENO"; then :
12259 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12261 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12263 rm -f core conftest.err conftest.
$ac_objext \
12264 conftest
$ac_exeext conftest.
$ac_ext
12265 LIBS
=$ac_check_lib_save_LIBS
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12268 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12269 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12271 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12274 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12278 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12282 CPPFLAGS
=$ac_save_CPPFLAGS
12283 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12284 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12287 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12288 case "x$with_gphoto" in
12289 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12291 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12292 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12296 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12297 case "x$with_gphoto" in
12298 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12300 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12301 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12307 if test "$ac_cv_header_resolv_h" = "yes"
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12310 $as_echo_n "checking for resolver library... " >&6; }
12311 if ${ac_cv_have_resolv+:} false
; then :
12312 $as_echo_n "(cached) " >&6
12314 ac_save_LIBS
="$LIBS"
12315 for lib
in '' -lresolv
12317 LIBS
="$lib $ac_save_LIBS"
12318 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12319 /* end confdefs.h. */
12320 #ifdef HAVE_NETINET_IN_H
12321 #include <netinet/in.h>
12323 #include <resolv.h>
12327 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12332 if ac_fn_c_try_link
"$LINENO"; then :
12333 ac_cv_have_resolv
=${lib:-"none required"}
12335 ac_cv_have_resolv
="not found"
12337 rm -f core conftest.err conftest.
$ac_objext \
12338 conftest
$ac_exeext conftest.
$ac_ext
12339 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12341 LIBS
="$ac_save_LIBS"
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12344 $as_echo "$ac_cv_have_resolv" >&6; }
12346 case "$ac_cv_have_resolv" in
12350 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12353 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12355 RESOLV_LIBS
=$ac_cv_have_resolv
12360 if test "x$with_cms" != "xno"
12362 if ${LCMS2_CFLAGS:+false} :; then :
12363 if ${PKG_CONFIG+:} false
; then :
12364 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12368 if ${LCMS2_LIBS:+false} :; then :
12369 if ${PKG_CONFIG+:} false
; then :
12370 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12374 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12375 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12376 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12377 ac_save_CPPFLAGS
=$CPPFLAGS
12378 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12379 for ac_header
in lcms2.h
12381 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12382 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12383 cat >>confdefs.h
<<_ACEOF
12384 #define HAVE_LCMS2_H 1
12391 if test "$ac_cv_header_lcms2_h" = "yes"
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12394 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12395 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12396 $as_echo_n "(cached) " >&6
12398 ac_check_lib_save_LIBS
=$LIBS
12399 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12401 /* end confdefs.h. */
12403 /* Override any GCC internal prototype to avoid an error.
12404 Use char because int might match the return type of a GCC
12405 builtin and then its argument prototype would still apply. */
12409 char cmsOpenProfileFromFile ();
12413 return cmsOpenProfileFromFile ();
12418 if ac_fn_c_try_link
"$LINENO"; then :
12419 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12421 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12423 rm -f core conftest.err conftest.
$ac_objext \
12424 conftest
$ac_exeext conftest.
$ac_ext
12425 LIBS
=$ac_check_lib_save_LIBS
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12428 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12429 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12431 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12441 CPPFLAGS
=$ac_save_CPPFLAGS
12442 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12443 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12446 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12447 case "x$with_cms" in
12448 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12450 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12451 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12456 if test "x$with_freetype" != "xno"
12458 if ${FREETYPE_CFLAGS:+false} :; then :
12459 if ${PKG_CONFIG+:} false
; then :
12460 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12463 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12464 if ${FREETYPE_LIBS:+false} :; then :
12465 if ${PKG_CONFIG+:} false
; then :
12466 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12469 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12470 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12471 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12472 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12473 ac_save_CPPFLAGS
=$CPPFLAGS
12474 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12475 for ac_header
in ft2build.h
12477 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12478 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12479 cat >>confdefs.h
<<_ACEOF
12480 #define HAVE_FT2BUILD_H 1
12487 if test "$ac_cv_header_ft2build_h" = "yes"
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12490 $as_echo_n "checking for -lfreetype... " >&6; }
12491 if ${ac_cv_lib_soname_freetype+:} false
; then :
12492 $as_echo_n "(cached) " >&6
12494 ac_check_soname_save_LIBS
=$LIBS
12495 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12497 /* end confdefs.h. */
12499 /* Override any GCC internal prototype to avoid an error.
12500 Use char because int might match the return type of a GCC
12501 builtin and then its argument prototype would still apply. */
12505 char FT_Init_FreeType ();
12509 return FT_Init_FreeType ();
12514 if ac_fn_c_try_link
"$LINENO"; then :
12516 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12517 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'` ;;
12518 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12519 if ${ac_cv_lib_soname_freetype:+false} :; then :
12520 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12524 rm -f core conftest.err conftest.
$ac_objext \
12525 conftest
$ac_exeext conftest.
$ac_ext
12526 LIBS
=$ac_check_soname_save_LIBS
12528 if ${ac_cv_lib_soname_freetype:+false} :; then :
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12530 $as_echo "not found" >&6; }
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12534 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12536 cat >>confdefs.h
<<_ACEOF
12537 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12541 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12543 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12544 #include FT_MODULE_H
12546 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12548 cat >>confdefs.h
<<_ACEOF
12549 #define HAVE_FT_TRUETYPEENGINETYPE 1
12560 CPPFLAGS
=$ac_save_CPPFLAGS
12561 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12562 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12565 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12566 case "x$with_freetype" in
12568 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12569 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12571 enable_fonts
=${enable_fonts:-no}
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12575 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12576 if ${ac_cv_c_ppdev+:} false
; then :
12577 $as_echo_n "(cached) " >&6
12579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h. */
12581 #ifdef HAVE_SYS_IOCTL_H
12582 # include <sys/ioctl.h>
12584 #include <linux/ppdev.h>
12588 ioctl (1,PPCLAIM,0)
12593 if ac_fn_c_try_compile
"$LINENO"; then :
12594 ac_cv_c_ppdev
="yes"
12598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12601 $as_echo "$ac_cv_c_ppdev" >&6; }
12602 if test "$ac_cv_c_ppdev" = "yes"
12605 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12609 ac_wine_check_funcs_save_LIBS
="$LIBS"
12610 LIBS
="$LIBS $PTHREAD_LIBS"
12612 pthread_attr_get_np \
12613 pthread_getattr_np \
12614 pthread_getthreadid_np \
12615 pthread_get_stackaddr_np \
12616 pthread_get_stacksize_np
12618 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12619 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12620 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12621 cat >>confdefs.h
<<_ACEOF
12622 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12628 LIBS
="$ac_wine_check_funcs_save_LIBS"
12630 if test "$ac_cv_header_zlib_h" = "yes"
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12633 $as_echo_n "checking for inflate in -lz... " >&6; }
12634 if ${ac_cv_lib_z_inflate+:} false
; then :
12635 $as_echo_n "(cached) " >&6
12637 ac_check_lib_save_LIBS
=$LIBS
12639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12657 if ac_fn_c_try_link
"$LINENO"; then :
12658 ac_cv_lib_z_inflate
=yes
12660 ac_cv_lib_z_inflate
=no
12662 rm -f core conftest.err conftest.
$ac_objext \
12663 conftest
$ac_exeext conftest.
$ac_ext
12664 LIBS
=$ac_check_lib_save_LIBS
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12667 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12668 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12670 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12677 if test "x$Z_LIBS" = "x"; then :
12678 case "x$with_zlib" in
12679 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12681 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12682 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12687 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12689 if test "$ac_cv_header_gettext_po_h" = "yes"
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12692 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12693 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12694 $as_echo_n "(cached) " >&6
12696 ac_check_lib_save_LIBS
=$LIBS
12697 LIBS
="-lgettextpo $LIBS"
12698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12699 /* end confdefs.h. */
12701 /* Override any GCC internal prototype to avoid an error.
12702 Use char because int might match the return type of a GCC
12703 builtin and then its argument prototype would still apply. */
12707 char po_message_msgctxt ();
12711 return po_message_msgctxt ();
12716 if ac_fn_c_try_link
"$LINENO"; then :
12717 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12719 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12721 rm -f core conftest.err conftest.
$ac_objext \
12722 conftest
$ac_exeext conftest.
$ac_ext
12723 LIBS
=$ac_check_lib_save_LIBS
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12726 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12727 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12729 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12731 GETTEXTPO_LIBS
="-lgettextpo"
12736 if test "x$GETTEXTPO_LIBS" = "x"; then :
12737 case "x$with_gettextpo" in
12738 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12740 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12741 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12745 if test "$srcdir" != .
; then :
12746 case "x$with_gettextpo" in
12747 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12749 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12750 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12756 if test "x$with_pulse" != "xno";
12758 if ${PULSE_CFLAGS:+false} :; then :
12759 if ${PKG_CONFIG+:} false
; then :
12760 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12764 if ${PULSE_LIBS:+false} :; then :
12765 if ${PKG_CONFIG+:} false
; then :
12766 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12771 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12772 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12773 ac_save_CPPFLAGS
=$CPPFLAGS
12774 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12775 for ac_header
in pulse
/pulseaudio.h
12777 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12778 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12779 cat >>confdefs.h
<<_ACEOF
12780 #define HAVE_PULSE_PULSEAUDIO_H 1
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12783 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12784 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12785 $as_echo_n "(cached) " >&6
12787 ac_check_lib_save_LIBS
=$LIBS
12788 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12792 /* Override any GCC internal prototype to avoid an error.
12793 Use char because int might match the return type of a GCC
12794 builtin and then its argument prototype would still apply. */
12798 char pa_stream_is_corked ();
12802 return pa_stream_is_corked ();
12807 if ac_fn_c_try_link
"$LINENO"; then :
12808 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12810 ac_cv_lib_pulse_pa_stream_is_corked
=no
12812 rm -f core conftest.err conftest.
$ac_objext \
12813 conftest
$ac_exeext conftest.
$ac_ext
12814 LIBS
=$ac_check_lib_save_LIBS
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12817 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12818 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12830 CPPFLAGS
=$ac_save_CPPFLAGS
12831 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12832 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12835 if test -z "$PULSE_LIBS"; then :
12836 case "x$with_pulse" in
12837 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12839 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12840 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12842 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12845 if test "x$with_gstreamer" != "xno"
12847 if ${GSTREAMER_CFLAGS:+false} :; then :
12848 if ${PKG_CONFIG+:} false
; then :
12849 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12853 if ${GSTREAMER_LIBS:+false} :; then :
12854 if ${PKG_CONFIG+:} false
; then :
12855 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12860 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12861 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12862 ac_save_CPPFLAGS
=$CPPFLAGS
12863 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12865 for i
in $GSTREAMER_CFLAGS
12868 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12871 GSTREAMER_CFLAGS
=$ac_gst_incl
12872 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12873 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12874 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12876 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12878 /* end confdefs.h. */
12879 #include <gst/gst.h>
12883 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12888 if ac_fn_c_try_compile
"$LINENO"; then :
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12890 $as_echo "yes" >&6; }
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12892 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12893 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12894 $as_echo_n "(cached) " >&6
12896 ac_check_lib_save_LIBS
=$LIBS
12897 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12899 /* end confdefs.h. */
12901 /* Override any GCC internal prototype to avoid an error.
12902 Use char because int might match the return type of a GCC
12903 builtin and then its argument prototype would still apply. */
12907 char gst_pad_new ();
12911 return gst_pad_new ();
12916 if ac_fn_c_try_link
"$LINENO"; then :
12917 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12919 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12921 rm -f core conftest.err conftest.
$ac_objext \
12922 conftest
$ac_exeext conftest.
$ac_ext
12923 LIBS
=$ac_check_lib_save_LIBS
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12926 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12927 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12933 $as_echo "no" >&6; }
12934 ac_glib2_broken
=yes
12935 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12937 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12941 CPPFLAGS
=$ac_save_CPPFLAGS
12942 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12943 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12946 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 :
12947 case "x$with_gstreamer" in
12948 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
12950 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
12951 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12955 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12959 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12962 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12963 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12964 $as_echo_n "(cached) " >&6
12966 ac_check_lib_save_LIBS
=$LIBS
12967 LIBS
="-lasound $LIBS"
12968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12969 /* end confdefs.h. */
12971 /* Override any GCC internal prototype to avoid an error.
12972 Use char because int might match the return type of a GCC
12973 builtin and then its argument prototype would still apply. */
12977 char snd_pcm_hw_params_get_access_mask ();
12981 return snd_pcm_hw_params_get_access_mask ();
12986 if ac_fn_c_try_link
"$LINENO"; then :
12987 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12989 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12991 rm -f core conftest.err conftest.
$ac_objext \
12992 conftest
$ac_exeext conftest.
$ac_ext
12993 LIBS
=$ac_check_lib_save_LIBS
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12996 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12997 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12998 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12999 /* end confdefs.h. */
13000 #ifdef HAVE_ALSA_ASOUNDLIB_H
13001 #include <alsa/asoundlib.h>
13002 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13003 #include <sys/asoundlib.h>
13008 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13013 if ac_fn_c_try_compile
"$LINENO"; then :
13014 ALSA_LIBS
="-lasound"
13016 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13020 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13022 if test "x$with_oss" != xno
13024 ac_save_CPPFLAGS
="$CPPFLAGS"
13025 if test -f /etc
/oss.conf
13029 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13030 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13031 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13032 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13033 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13035 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13037 cat >>confdefs.h
<<_ACEOF
13038 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13041 OSS4_CFLAGS
="$ac_oss_incl"
13048 CPPFLAGS
="$ac_save_CPPFLAGS"
13050 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13051 case "x$with_oss" in
13052 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13054 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13055 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13057 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13060 if test "x$with_udev" != "xno"
13062 if ${UDEV_CFLAGS:+false} :; then :
13063 if ${PKG_CONFIG+:} false
; then :
13064 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13068 if ${UDEV_LIBS:+false} :; then :
13069 if ${PKG_CONFIG+:} false
; then :
13070 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13074 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13075 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13076 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13077 ac_save_CPPFLAGS
=$CPPFLAGS
13078 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13079 for ac_header
in libudev.h
13081 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13082 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13083 cat >>confdefs.h
<<_ACEOF
13084 #define HAVE_LIBUDEV_H 1
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13087 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13088 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13089 $as_echo_n "(cached) " >&6
13091 ac_check_lib_save_LIBS
=$LIBS
13092 LIBS
="-ludev $UDEV_LIBS $LIBS"
13093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13094 /* end confdefs.h. */
13096 /* Override any GCC internal prototype to avoid an error.
13097 Use char because int might match the return type of a GCC
13098 builtin and then its argument prototype would still apply. */
13106 return udev_new ();
13111 if ac_fn_c_try_link
"$LINENO"; then :
13112 ac_cv_lib_udev_udev_new
=yes
13114 ac_cv_lib_udev_udev_new
=no
13116 rm -f core conftest.err conftest.
$ac_objext \
13117 conftest
$ac_exeext conftest.
$ac_ext
13118 LIBS
=$ac_check_lib_save_LIBS
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13121 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13122 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13124 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13136 CPPFLAGS
=$ac_save_CPPFLAGS
13137 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13138 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13141 if test "x$UDEV_LIBS" = "x"; then :
13142 case "x$with_udev" in
13143 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13145 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13146 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13151 if test "x$with_sdl" != "xno"
13153 if ${SDL2_CFLAGS:+false} :; then :
13154 if ${PKG_CONFIG+:} false
; then :
13155 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
13159 if ${SDL2_LIBS:+false} :; then :
13160 if ${PKG_CONFIG+:} false
; then :
13161 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
13165 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
13166 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
13167 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
13168 ac_save_CPPFLAGS
=$CPPFLAGS
13169 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
13170 for ac_header
in SDL
2/SDL.h
13172 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
13173 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
13174 cat >>confdefs.h
<<_ACEOF
13175 #define HAVE_SDL2_SDL_H 1
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
13178 $as_echo_n "checking for -lSDL2... " >&6; }
13179 if ${ac_cv_lib_soname_SDL2+:} false
; then :
13180 $as_echo_n "(cached) " >&6
13182 ac_check_soname_save_LIBS
=$LIBS
13183 LIBS
="-lSDL2 $LIBS"
13184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13185 /* end confdefs.h. */
13187 /* Override any GCC internal prototype to avoid an error.
13188 Use char because int might match the return type of a GCC
13189 builtin and then its argument prototype would still apply. */
13197 return SDL_Init ();
13202 if ac_fn_c_try_link
"$LINENO"; then :
13204 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13205 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'` ;;
13206 *) 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'`
13207 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13208 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13212 rm -f core conftest.err conftest.
$ac_objext \
13213 conftest
$ac_exeext conftest.
$ac_ext
13214 LIBS
=$ac_check_soname_save_LIBS
13216 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13218 $as_echo "not found" >&6; }
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
13222 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
13224 cat >>confdefs.h
<<_ACEOF
13225 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
13234 CPPFLAGS
=$ac_save_CPPFLAGS
13235 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13236 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13239 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
13240 case "x$with_sdl" in
13241 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
13243 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
13244 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
13249 if test "x$with_capi" != "xno"
13251 if ${CAPI20_CFLAGS:+false} :; then :
13252 if ${PKG_CONFIG+:} false
; then :
13253 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13257 if ${CAPI20_LIBS:+false} :; then :
13258 if ${PKG_CONFIG+:} false
; then :
13259 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13264 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13265 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13266 ac_save_CPPFLAGS
=$CPPFLAGS
13267 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13268 for ac_header
in capi20.h linux
/capi.h
13270 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13271 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13273 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13274 cat >>confdefs.h
<<_ACEOF
13275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13282 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13285 $as_echo_n "checking for -lcapi20... " >&6; }
13286 if ${ac_cv_lib_soname_capi20+:} false
; then :
13287 $as_echo_n "(cached) " >&6
13289 ac_check_soname_save_LIBS
=$LIBS
13290 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13292 /* end confdefs.h. */
13294 /* Override any GCC internal prototype to avoid an error.
13295 Use char because int might match the return type of a GCC
13296 builtin and then its argument prototype would still apply. */
13300 char capi20_register ();
13304 return capi20_register ();
13309 if ac_fn_c_try_link
"$LINENO"; then :
13311 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13312 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'` ;;
13313 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13314 if ${ac_cv_lib_soname_capi20:+false} :; then :
13315 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13319 rm -f core conftest.err conftest.
$ac_objext \
13320 conftest
$ac_exeext conftest.
$ac_ext
13321 LIBS
=$ac_check_soname_save_LIBS
13323 if ${ac_cv_lib_soname_capi20:+false} :; then :
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13325 $as_echo "not found" >&6; }
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13329 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13331 cat >>confdefs.h
<<_ACEOF
13332 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13338 CPPFLAGS
=$ac_save_CPPFLAGS
13339 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13340 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13343 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13344 case "x$with_capi" in
13345 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13347 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13348 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13353 if test "x$with_cups" != "xno"
13355 if ${CUPS_CFLAGS:+false} :; then :
13356 if ${PKG_CONFIG+:} false
; then :
13357 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13360 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13361 if ${CUPS_LIBS:+false} :; then :
13362 if ${PKG_CONFIG+:} false
; then :
13363 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13366 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13367 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13368 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13369 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13370 ac_save_CPPFLAGS
=$CPPFLAGS
13371 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13372 for ac_header
in cups
/cups.h cups
/ppd.h
13374 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13375 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13376 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13377 cat >>confdefs.h
<<_ACEOF
13378 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13385 if test "$ac_cv_header_cups_cups_h" = "yes"
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13388 $as_echo_n "checking for -lcups... " >&6; }
13389 if ${ac_cv_lib_soname_cups+:} false
; then :
13390 $as_echo_n "(cached) " >&6
13392 ac_check_soname_save_LIBS
=$LIBS
13393 LIBS
="-lcups $CUPS_LIBS $LIBS"
13394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13395 /* end confdefs.h. */
13397 /* Override any GCC internal prototype to avoid an error.
13398 Use char because int might match the return type of a GCC
13399 builtin and then its argument prototype would still apply. */
13403 char cupsGetDefault ();
13407 return cupsGetDefault ();
13412 if ac_fn_c_try_link
"$LINENO"; then :
13414 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13415 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'` ;;
13416 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13417 if ${ac_cv_lib_soname_cups:+false} :; then :
13418 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13422 rm -f core conftest.err conftest.
$ac_objext \
13423 conftest
$ac_exeext conftest.
$ac_ext
13424 LIBS
=$ac_check_soname_save_LIBS
13426 if ${ac_cv_lib_soname_cups:+false} :; then :
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13428 $as_echo "not found" >&6; }
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13432 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13434 cat >>confdefs.h
<<_ACEOF
13435 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13444 CPPFLAGS
=$ac_save_CPPFLAGS
13445 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13446 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13449 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13450 case "x$with_cups" in
13451 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13453 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13454 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13459 if test "x$with_fontconfig" != "xno"
13461 if ${FONTCONFIG_CFLAGS:+false} :; then :
13462 if ${PKG_CONFIG+:} false
; then :
13463 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13466 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13467 if ${FONTCONFIG_LIBS:+false} :; then :
13468 if ${PKG_CONFIG+:} false
; then :
13469 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13472 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13474 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13475 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13476 ac_save_CPPFLAGS
=$CPPFLAGS
13477 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13478 for ac_header
in fontconfig
/fontconfig.h
13480 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13481 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13482 cat >>confdefs.h
<<_ACEOF
13483 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13490 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13493 $as_echo_n "checking for -lfontconfig... " >&6; }
13494 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13495 $as_echo_n "(cached) " >&6
13497 ac_check_soname_save_LIBS
=$LIBS
13498 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13500 /* end confdefs.h. */
13502 /* Override any GCC internal prototype to avoid an error.
13503 Use char because int might match the return type of a GCC
13504 builtin and then its argument prototype would still apply. */
13517 if ac_fn_c_try_link
"$LINENO"; then :
13519 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13520 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'` ;;
13521 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13522 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13523 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13527 rm -f core conftest.err conftest.
$ac_objext \
13528 conftest
$ac_exeext conftest.
$ac_ext
13529 LIBS
=$ac_check_soname_save_LIBS
13531 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13533 $as_echo "not found" >&6; }
13534 FONTCONFIG_CFLAGS
=""
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13537 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13539 cat >>confdefs.h
<<_ACEOF
13540 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13546 FONTCONFIG_CFLAGS
=""
13548 CPPFLAGS
=$ac_save_CPPFLAGS
13549 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13550 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13553 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13554 case "x$with_fontconfig" in
13555 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13557 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13558 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13563 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13566 $as_echo_n "checking for -lgsm... " >&6; }
13567 if ${ac_cv_lib_soname_gsm+:} false
; then :
13568 $as_echo_n "(cached) " >&6
13570 ac_check_soname_save_LIBS
=$LIBS
13572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13575 /* Override any GCC internal prototype to avoid an error.
13576 Use char because int might match the return type of a GCC
13577 builtin and then its argument prototype would still apply. */
13581 char gsm_create ();
13585 return gsm_create ();
13590 if ac_fn_c_try_link
"$LINENO"; then :
13592 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13593 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'` ;;
13594 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13595 if ${ac_cv_lib_soname_gsm:+false} :; then :
13596 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13600 rm -f core conftest.err conftest.
$ac_objext \
13601 conftest
$ac_exeext conftest.
$ac_ext
13602 LIBS
=$ac_check_soname_save_LIBS
13604 if ${ac_cv_lib_soname_gsm:+false} :; then :
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13606 $as_echo "not found" >&6; }
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13610 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13612 cat >>confdefs.h
<<_ACEOF
13613 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13619 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13620 case "x$with_gsm" in
13621 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13623 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13624 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13629 if test "x$with_krb5" != "xno"
13631 if ${KRB5_CFLAGS:+false} :; then :
13632 if ${PKG_CONFIG+:} false
; then :
13633 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13636 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13637 if ${KRB5_LIBS:+false} :; then :
13638 if ${PKG_CONFIG+:} false
; then :
13639 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13642 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13644 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13645 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13646 ac_save_CPPFLAGS
=$CPPFLAGS
13647 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13648 for ac_header
in krb
5/krb5.h
13650 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13651 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13652 cat >>confdefs.h
<<_ACEOF
13653 #define HAVE_KRB5_KRB5_H 1
13660 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13663 $as_echo_n "checking for -lkrb5... " >&6; }
13664 if ${ac_cv_lib_soname_krb5+:} false
; then :
13665 $as_echo_n "(cached) " >&6
13667 ac_check_soname_save_LIBS
=$LIBS
13668 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13670 /* end confdefs.h. */
13672 /* Override any GCC internal prototype to avoid an error.
13673 Use char because int might match the return type of a GCC
13674 builtin and then its argument prototype would still apply. */
13678 char krb5_init_context ();
13682 return krb5_init_context ();
13687 if ac_fn_c_try_link
"$LINENO"; then :
13689 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13690 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'` ;;
13691 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13692 if ${ac_cv_lib_soname_krb5:+false} :; then :
13693 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13697 rm -f core conftest.err conftest.
$ac_objext \
13698 conftest
$ac_exeext conftest.
$ac_ext
13699 LIBS
=$ac_check_soname_save_LIBS
13701 if ${ac_cv_lib_soname_krb5:+false} :; then :
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13703 $as_echo "not found" >&6; }
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13707 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13709 cat >>confdefs.h
<<_ACEOF
13710 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13718 CPPFLAGS
=$ac_save_CPPFLAGS
13719 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13720 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13723 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13724 case "x$with_krb5" in
13725 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found, Kerberos won't be supported." ;;
13727 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.
13728 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13733 if test "x$with_gssapi" != "xno"
13735 if ${GSSAPI_CFLAGS:+false} :; then :
13736 if ${PKG_CONFIG+:} false
; then :
13737 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13740 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13741 if ${GSSAPI_LIBS:+false} :; then :
13742 if ${PKG_CONFIG+:} false
; then :
13743 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13746 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13748 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13749 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13750 ac_save_CPPFLAGS
=$CPPFLAGS
13751 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13752 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13754 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13755 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13756 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13757 cat >>confdefs.h
<<_ACEOF
13758 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13765 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13768 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13769 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13770 $as_echo_n "(cached) " >&6
13772 ac_check_soname_save_LIBS
=$LIBS
13773 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13775 /* end confdefs.h. */
13777 /* Override any GCC internal prototype to avoid an error.
13778 Use char because int might match the return type of a GCC
13779 builtin and then its argument prototype would still apply. */
13783 char gss_init_sec_context ();
13787 return gss_init_sec_context ();
13792 if ac_fn_c_try_link
"$LINENO"; then :
13794 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13795 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'` ;;
13796 *) 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'`
13797 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13798 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13802 rm -f core conftest.err conftest.
$ac_objext \
13803 conftest
$ac_exeext conftest.
$ac_ext
13804 LIBS
=$ac_check_soname_save_LIBS
13806 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13808 $as_echo "not found" >&6; }
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13812 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13814 cat >>confdefs.h
<<_ACEOF
13815 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13823 CPPFLAGS
=$ac_save_CPPFLAGS
13824 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13825 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13828 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13829 case "x$with_gssapi" in
13830 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13832 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13833 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13838 if test "x$with_jpeg" != "xno"
13840 if ${JPEG_CFLAGS:+false} :; then :
13841 if ${PKG_CONFIG+:} false
; then :
13842 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13846 if ${JPEG_LIBS:+false} :; then :
13847 if ${PKG_CONFIG+:} false
; then :
13848 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13853 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13854 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13855 ac_save_CPPFLAGS
=$CPPFLAGS
13856 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13857 for ac_header
in jpeglib.h
13859 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13860 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13861 cat >>confdefs.h
<<_ACEOF
13862 #define HAVE_JPEGLIB_H 1
13869 if test "$ac_cv_header_jpeglib_h" = "yes"
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13872 $as_echo_n "checking for -ljpeg... " >&6; }
13873 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13874 $as_echo_n "(cached) " >&6
13876 ac_check_soname_save_LIBS
=$LIBS
13877 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13879 /* end confdefs.h. */
13881 /* Override any GCC internal prototype to avoid an error.
13882 Use char because int might match the return type of a GCC
13883 builtin and then its argument prototype would still apply. */
13887 char jpeg_start_decompress ();
13891 return jpeg_start_decompress ();
13896 if ac_fn_c_try_link
"$LINENO"; then :
13898 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13899 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'` ;;
13900 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13901 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13902 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13906 rm -f core conftest.err conftest.
$ac_objext \
13907 conftest
$ac_exeext conftest.
$ac_ext
13908 LIBS
=$ac_check_soname_save_LIBS
13910 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13912 $as_echo "not found" >&6; }
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13916 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13918 cat >>confdefs.h
<<_ACEOF
13919 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13927 CPPFLAGS
=$ac_save_CPPFLAGS
13928 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13929 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13932 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13933 case "x$with_jpeg" in
13934 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13936 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13937 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13942 if test "x$with_png" != "xno"
13944 if ${PNG_CFLAGS:+false} :; then :
13945 if ${PKG_CONFIG+:} false
; then :
13946 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13949 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13950 if ${PNG_LIBS:+false} :; then :
13951 if ${PKG_CONFIG+:} false
; then :
13952 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13955 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13957 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13958 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13959 ac_save_CPPFLAGS
=$CPPFLAGS
13960 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13961 for ac_header
in png.h
13963 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13964 if test "x$ac_cv_header_png_h" = xyes
; then :
13965 cat >>confdefs.h
<<_ACEOF
13966 #define HAVE_PNG_H 1
13973 if test "$ac_cv_header_png_h" = "yes"
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13976 $as_echo_n "checking for -lpng... " >&6; }
13977 if ${ac_cv_lib_soname_png+:} false
; then :
13978 $as_echo_n "(cached) " >&6
13980 ac_check_soname_save_LIBS
=$LIBS
13981 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13983 /* end confdefs.h. */
13985 /* Override any GCC internal prototype to avoid an error.
13986 Use char because int might match the return type of a GCC
13987 builtin and then its argument prototype would still apply. */
13991 char png_create_read_struct ();
13995 return png_create_read_struct ();
14000 if ac_fn_c_try_link
"$LINENO"; then :
14002 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14003 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'` ;;
14004 *) 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'`
14005 if ${ac_cv_lib_soname_png:+false} :; then :
14006 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14010 rm -f core conftest.err conftest.
$ac_objext \
14011 conftest
$ac_exeext conftest.
$ac_ext
14012 LIBS
=$ac_check_soname_save_LIBS
14014 if ${ac_cv_lib_soname_png:+false} :; then :
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14016 $as_echo "not found" >&6; }
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
14020 $as_echo "$ac_cv_lib_soname_png" >&6; }
14022 cat >>confdefs.h
<<_ACEOF
14023 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14031 CPPFLAGS
=$ac_save_CPPFLAGS
14032 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14033 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14036 if test "x$ac_cv_lib_soname_png" = "x"; then :
14037 case "x$with_png" in
14038 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14040 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14041 This is an error since --with-png was requested." "$LINENO" 5 ;;
14046 if test "x$with_tiff" != "xno"
14048 if ${TIFF_CFLAGS:+false} :; then :
14049 if ${PKG_CONFIG+:} false
; then :
14050 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14054 if ${TIFF_LIBS:+false} :; then :
14055 if ${PKG_CONFIG+:} false
; then :
14056 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14061 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14062 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14063 ac_save_CPPFLAGS
=$CPPFLAGS
14064 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14065 for ac_header
in tiffio.h
14067 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14068 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14069 cat >>confdefs.h
<<_ACEOF
14070 #define HAVE_TIFFIO_H 1
14077 if test "$ac_cv_header_tiffio_h" = "yes"
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14080 $as_echo_n "checking for -ltiff... " >&6; }
14081 if ${ac_cv_lib_soname_tiff+:} false
; then :
14082 $as_echo_n "(cached) " >&6
14084 ac_check_soname_save_LIBS
=$LIBS
14085 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14087 /* end confdefs.h. */
14089 /* Override any GCC internal prototype to avoid an error.
14090 Use char because int might match the return type of a GCC
14091 builtin and then its argument prototype would still apply. */
14095 char TIFFClientOpen ();
14099 return TIFFClientOpen ();
14104 if ac_fn_c_try_link
"$LINENO"; then :
14106 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14107 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'` ;;
14108 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14109 if ${ac_cv_lib_soname_tiff:+false} :; then :
14110 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14114 rm -f core conftest.err conftest.
$ac_objext \
14115 conftest
$ac_exeext conftest.
$ac_ext
14116 LIBS
=$ac_check_soname_save_LIBS
14118 if ${ac_cv_lib_soname_tiff:+false} :; then :
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14120 $as_echo "not found" >&6; }
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14124 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14126 cat >>confdefs.h
<<_ACEOF
14127 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14133 CPPFLAGS
=$ac_save_CPPFLAGS
14134 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14135 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14138 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14139 case "x$with_tiff" in
14140 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14142 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14143 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14148 if test "x$with_mpg123" != "xno"
14150 if ${MPG123_CFLAGS:+false} :; then :
14151 if ${PKG_CONFIG+:} false
; then :
14152 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14156 if ${MPG123_LIBS:+false} :; then :
14157 if ${PKG_CONFIG+:} false
; then :
14158 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14162 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14163 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14164 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14165 ac_save_CPPFLAGS
=$CPPFLAGS
14166 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14167 for ac_header
in mpg123.h
14169 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14170 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14171 cat >>confdefs.h
<<_ACEOF
14172 #define HAVE_MPG123_H 1
14179 if test "$ac_cv_header_mpg123_h" = "yes"
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14182 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14183 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14184 $as_echo_n "(cached) " >&6
14186 ac_check_lib_save_LIBS
=$LIBS
14187 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14189 /* end confdefs.h. */
14191 /* Override any GCC internal prototype to avoid an error.
14192 Use char because int might match the return type of a GCC
14193 builtin and then its argument prototype would still apply. */
14197 char mpg123_feed ();
14201 return mpg123_feed ();
14206 if ac_fn_c_try_link
"$LINENO"; then :
14207 ac_cv_lib_mpg123_mpg123_feed
=yes
14209 ac_cv_lib_mpg123_mpg123_feed
=no
14211 rm -f core conftest.err conftest.
$ac_objext \
14212 conftest
$ac_exeext conftest.
$ac_ext
14213 LIBS
=$ac_check_lib_save_LIBS
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14216 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14217 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14227 CPPFLAGS
=$ac_save_CPPFLAGS
14228 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14229 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14232 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14233 case "x$with_mpg123" in
14234 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14236 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14237 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14239 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14242 if test "$ac_cv_header_AL_al_h" = "yes"
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14245 $as_echo_n "checking for -lopenal... " >&6; }
14246 if ${ac_cv_lib_soname_openal+:} false
; then :
14247 $as_echo_n "(cached) " >&6
14249 ac_check_soname_save_LIBS
=$LIBS
14250 LIBS
="-lopenal $LIBS"
14251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14252 /* end confdefs.h. */
14254 /* Override any GCC internal prototype to avoid an error.
14255 Use char because int might match the return type of a GCC
14256 builtin and then its argument prototype would still apply. */
14260 char alGetSource3i ();
14264 return alGetSource3i ();
14269 if ac_fn_c_try_link
"$LINENO"; then :
14271 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14272 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'` ;;
14273 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14274 if ${ac_cv_lib_soname_openal:+false} :; then :
14275 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14279 rm -f core conftest.err conftest.
$ac_objext \
14280 conftest
$ac_exeext conftest.
$ac_ext
14281 LIBS
=$ac_check_soname_save_LIBS
14283 if ${ac_cv_lib_soname_openal:+false} :; then :
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14285 $as_echo "not found" >&6; }
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14289 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14291 cat >>confdefs.h
<<_ACEOF
14292 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14295 OPENAL_LIBS
="-lopenal"
14297 ac_cv_lib_openal
=yes
14299 cat >>confdefs.h
<<_ACEOF
14300 #define HAVE_OPENAL 1
14305 if test "x$ac_cv_lib_openal" != xyes
; then :
14306 case "x$with_openal" in
14307 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14309 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14310 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14312 enable_openal32
=${enable_openal32:-no}
14315 if test "x$ac_cv_lib_openal" = xyes
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14318 $as_echo_n "checking for openal-soft... " >&6; }
14319 if ${ac_cv_have_openalsoft+:} false
; then :
14320 $as_echo_n "(cached) " >&6
14322 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14323 /* end confdefs.h. */
14325 #include <AL/alc.h>
14326 #include <AL/alext.h>
14327 LPALCRENDERSAMPLESSOFT x;
14336 if ac_fn_c_try_compile
"$LINENO"; then :
14337 ac_cv_have_openalsoft
=yes
14339 ac_cv_have_openalsoft
=no
14341 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14344 $as_echo "$ac_cv_have_openalsoft" >&6; }
14346 if test "x$ac_cv_have_openalsoft" != xyes
14348 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14349 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14350 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14351 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14352 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14353 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14354 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14355 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14356 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14357 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14358 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14359 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14360 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14361 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14362 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14363 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14364 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14365 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14366 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14367 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14368 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14369 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14370 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14371 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14374 if test "$ac_cv_header_kstat_h" = "yes"
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14377 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14378 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14379 $as_echo_n "(cached) " >&6
14381 ac_check_lib_save_LIBS
=$LIBS
14382 LIBS
="-lkstat $LIBS"
14383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14386 /* Override any GCC internal prototype to avoid an error.
14387 Use char because int might match the return type of a GCC
14388 builtin and then its argument prototype would still apply. */
14392 char kstat_open ();
14396 return kstat_open ();
14401 if ac_fn_c_try_link
"$LINENO"; then :
14402 ac_cv_lib_kstat_kstat_open
=yes
14404 ac_cv_lib_kstat_kstat_open
=no
14406 rm -f core conftest.err conftest.
$ac_objext \
14407 conftest
$ac_exeext conftest.
$ac_ext
14408 LIBS
=$ac_check_lib_save_LIBS
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14411 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14412 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14414 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14416 KSTAT_LIBS
="-lkstat"
14422 if test "$ac_cv_header_libprocstat_h" = "yes"
14424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14425 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14426 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14427 $as_echo_n "(cached) " >&6
14429 ac_check_lib_save_LIBS
=$LIBS
14430 LIBS
="-lprocstat $LIBS"
14431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14432 /* end confdefs.h. */
14434 /* Override any GCC internal prototype to avoid an error.
14435 Use char because int might match the return type of a GCC
14436 builtin and then its argument prototype would still apply. */
14440 char procstat_open_sysctl ();
14444 return procstat_open_sysctl ();
14449 if ac_fn_c_try_link
"$LINENO"; then :
14450 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14452 ac_cv_lib_procstat_procstat_open_sysctl
=no
14454 rm -f core conftest.err conftest.
$ac_objext \
14455 conftest
$ac_exeext conftest.
$ac_ext
14456 LIBS
=$ac_check_lib_save_LIBS
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14459 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14460 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14462 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14464 PROCSTAT_LIBS
="-lprocstat"
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14471 $as_echo_n "checking for -lodbc... " >&6; }
14472 if ${ac_cv_lib_soname_odbc+:} false
; then :
14473 $as_echo_n "(cached) " >&6
14475 ac_check_soname_save_LIBS
=$LIBS
14476 LIBS
="-lodbc $LIBS"
14477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h. */
14480 /* Override any GCC internal prototype to avoid an error.
14481 Use char because int might match the return type of a GCC
14482 builtin and then its argument prototype would still apply. */
14486 char SQLConnect ();
14490 return SQLConnect ();
14495 if ac_fn_c_try_link
"$LINENO"; then :
14497 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14498 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'` ;;
14499 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14500 if ${ac_cv_lib_soname_odbc:+false} :; then :
14501 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14505 rm -f core conftest.err conftest.
$ac_objext \
14506 conftest
$ac_exeext conftest.
$ac_ext
14507 LIBS
=$ac_check_soname_save_LIBS
14509 if ${ac_cv_lib_soname_odbc:+false} :; then :
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14511 $as_echo "not found" >&6; }
14512 cat >>confdefs.h
<<_ACEOF
14513 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14518 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14520 cat >>confdefs.h
<<_ACEOF
14521 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14527 if test "x$with_netapi" != "xno"
14529 if ${NETAPI_CFLAGS:+false} :; then :
14530 if ${PKG_CONFIG+:} false
; then :
14531 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14535 if ${NETAPI_LIBS:+false} :; then :
14536 if ${PKG_CONFIG+:} false
; then :
14537 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14542 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14543 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14544 ac_save_CPPFLAGS
=$CPPFLAGS
14545 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14547 $as_echo_n "checking for -lnetapi... " >&6; }
14548 if ${ac_cv_lib_soname_netapi+:} false
; then :
14549 $as_echo_n "(cached) " >&6
14551 ac_check_soname_save_LIBS
=$LIBS
14552 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14554 /* end confdefs.h. */
14556 /* Override any GCC internal prototype to avoid an error.
14557 Use char because int might match the return type of a GCC
14558 builtin and then its argument prototype would still apply. */
14562 char libnetapi_init ();
14566 return libnetapi_init ();
14571 if ac_fn_c_try_link
"$LINENO"; then :
14573 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14574 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'` ;;
14575 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14576 if ${ac_cv_lib_soname_netapi:+false} :; then :
14577 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14581 rm -f core conftest.err conftest.
$ac_objext \
14582 conftest
$ac_exeext conftest.
$ac_ext
14583 LIBS
=$ac_check_soname_save_LIBS
14585 if ${ac_cv_lib_soname_netapi:+false} :; then :
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14587 $as_echo "not found" >&6; }
14588 cat >>confdefs.h
<<_ACEOF
14589 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14594 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14596 cat >>confdefs.h
<<_ACEOF
14597 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14602 CPPFLAGS
=$ac_save_CPPFLAGS
14603 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14604 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14608 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14609 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14611 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14614 if test "x$with_vulkan" != "xno"
14616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
14617 $as_echo_n "checking for -lvulkan... " >&6; }
14618 if ${ac_cv_lib_soname_vulkan+:} false
; then :
14619 $as_echo_n "(cached) " >&6
14621 ac_check_soname_save_LIBS
=$LIBS
14622 LIBS
="-lvulkan $LIBS"
14623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14624 /* end confdefs.h. */
14626 /* Override any GCC internal prototype to avoid an error.
14627 Use char because int might match the return type of a GCC
14628 builtin and then its argument prototype would still apply. */
14632 char vkGetInstanceProcAddr ();
14636 return vkGetInstanceProcAddr ();
14641 if ac_fn_c_try_link
"$LINENO"; then :
14643 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14644 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'` ;;
14645 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14646 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14647 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14651 rm -f core conftest.err conftest.
$ac_objext \
14652 conftest
$ac_exeext conftest.
$ac_ext
14653 LIBS
=$ac_check_soname_save_LIBS
14655 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14657 $as_echo "not found" >&6; }
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
14661 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
14663 cat >>confdefs.h
<<_ACEOF
14664 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
14670 if test "x$ac_cv_lib_soname_vulkan" = "x"; then :
14671 case "x$with_vulkan" in
14672 x
) as_fn_append wine_notices
"|libvulkan ${notice_platform}development files not found, Vulkan won't be supported." ;;
14674 *) as_fn_error $?
"libvulkan ${notice_platform}development files not found, Vulkan won't be supported.
14675 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
14683 if test "x${GCC}" = "xyes"
14685 EXTRACFLAGS
="-Wall -pipe"
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14688 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14689 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14690 $as_echo_n "(cached) " >&6
14692 if test "$cross_compiling" = yes; then :
14693 ac_cv_c_gcc_strength_bug
="no"
14695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14696 /* end confdefs.h. */
14697 int L[4] = {0,1,2,3};
14701 static int Array[3];
14702 unsigned int B = 3;
14704 for(i=0; i<B; i++) Array[i] = i - 3;
14705 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14707 return (Array[1] != -2 || L[2] != 3)
14712 if ac_fn_c_try_run
"$LINENO"; then :
14713 ac_cv_c_gcc_strength_bug
="no"
14715 ac_cv_c_gcc_strength_bug
="yes"
14717 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14718 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14723 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14724 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14726 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14730 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14731 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14732 $as_echo_n "(cached) " >&6
14734 ac_wine_try_cflags_saved
=$CFLAGS
14735 CFLAGS
="$CFLAGS -fno-builtin"
14736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14737 /* end confdefs.h. */
14738 int main(int argc, char **argv) { return 0; }
14740 if ac_fn_c_try_link
"$LINENO"; then :
14741 ac_cv_cflags__fno_builtin
=yes
14743 ac_cv_cflags__fno_builtin
=no
14745 rm -f core conftest.err conftest.
$ac_objext \
14746 conftest
$ac_exeext conftest.
$ac_ext
14747 CFLAGS
=$ac_wine_try_cflags_saved
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14750 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14751 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14752 BUILTINFLAG
="-fno-builtin"
14755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14756 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14757 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14758 $as_echo_n "(cached) " >&6
14760 ac_wine_try_cflags_saved
=$CFLAGS
14761 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14763 /* end confdefs.h. */
14764 int main(int argc, char **argv) { return 0; }
14766 if ac_fn_c_try_link
"$LINENO"; then :
14767 ac_cv_cflags__fno_strict_aliasing
=yes
14769 ac_cv_cflags__fno_strict_aliasing
=no
14771 rm -f core conftest.err conftest.
$ac_objext \
14772 conftest
$ac_exeext conftest.
$ac_ext
14773 CFLAGS
=$ac_wine_try_cflags_saved
14775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14776 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14777 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14778 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14781 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14782 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14783 $as_echo_n "(cached) " >&6
14785 ac_wine_try_cflags_saved
=$CFLAGS
14786 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14788 /* end confdefs.h. */
14789 int main(int argc, char **argv) { return 0; }
14791 if ac_fn_c_try_link
"$LINENO"; then :
14792 ac_cv_cflags__fexcess_precision_standard
=yes
14794 ac_cv_cflags__fexcess_precision_standard
=no
14796 rm -f core conftest.err conftest.
$ac_objext \
14797 conftest
$ac_exeext conftest.
$ac_ext
14798 CFLAGS
=$ac_wine_try_cflags_saved
14800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14801 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14802 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14803 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14806 saved_CFLAGS
=$CFLAGS
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14808 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14809 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14810 $as_echo_n "(cached) " >&6
14812 ac_wine_try_cflags_saved
=$CFLAGS
14813 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14815 /* end confdefs.h. */
14816 int main(int argc, char **argv) { return 0; }
14818 if ac_fn_c_try_link
"$LINENO"; then :
14819 ac_cv_cflags__Werror_unknown_warning_option
=yes
14821 ac_cv_cflags__Werror_unknown_warning_option
=no
14823 rm -f core conftest.err conftest.
$ac_objext \
14824 conftest
$ac_exeext conftest.
$ac_ext
14825 CFLAGS
=$ac_wine_try_cflags_saved
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14828 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14829 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14830 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14833 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14834 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14835 $as_echo_n "(cached) " >&6
14837 ac_wine_try_cflags_saved
=$CFLAGS
14838 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14840 /* end confdefs.h. */
14841 int main(int argc, char **argv) { return 0; }
14843 if ac_fn_c_try_link
"$LINENO"; then :
14844 ac_cv_cflags__Wdeclaration_after_statement
=yes
14846 ac_cv_cflags__Wdeclaration_after_statement
=no
14848 rm -f core conftest.err conftest.
$ac_objext \
14849 conftest
$ac_exeext conftest.
$ac_ext
14850 CFLAGS
=$ac_wine_try_cflags_saved
14852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14853 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14854 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14855 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14858 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14859 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14860 $as_echo_n "(cached) " >&6
14862 ac_wine_try_cflags_saved
=$CFLAGS
14863 CFLAGS
="$CFLAGS -Wempty-body"
14864 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14865 /* end confdefs.h. */
14866 int main(int argc, char **argv) { return 0; }
14868 if ac_fn_c_try_link
"$LINENO"; then :
14869 ac_cv_cflags__Wempty_body
=yes
14871 ac_cv_cflags__Wempty_body
=no
14873 rm -f core conftest.err conftest.
$ac_objext \
14874 conftest
$ac_exeext conftest.
$ac_ext
14875 CFLAGS
=$ac_wine_try_cflags_saved
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14878 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14879 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14880 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14883 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14884 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14885 $as_echo_n "(cached) " >&6
14887 ac_wine_try_cflags_saved
=$CFLAGS
14888 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14890 /* end confdefs.h. */
14891 int main(int argc, char **argv) { return 0; }
14893 if ac_fn_c_try_link
"$LINENO"; then :
14894 ac_cv_cflags__Wignored_qualifiers
=yes
14896 ac_cv_cflags__Wignored_qualifiers
=no
14898 rm -f core conftest.err conftest.
$ac_objext \
14899 conftest
$ac_exeext conftest.
$ac_ext
14900 CFLAGS
=$ac_wine_try_cflags_saved
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14903 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14904 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14905 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
14908 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
14909 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
14910 $as_echo_n "(cached) " >&6
14912 ac_wine_try_cflags_saved
=$CFLAGS
14913 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
14914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14915 /* end confdefs.h. */
14916 int main(int argc, char **argv) { return 0; }
14918 if ac_fn_c_try_link
"$LINENO"; then :
14919 ac_cv_cflags__Wpacked_not_aligned
=yes
14921 ac_cv_cflags__Wpacked_not_aligned
=no
14923 rm -f core conftest.err conftest.
$ac_objext \
14924 conftest
$ac_exeext conftest.
$ac_ext
14925 CFLAGS
=$ac_wine_try_cflags_saved
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
14928 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
14929 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
14930 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
14933 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
14934 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
14935 $as_echo_n "(cached) " >&6
14937 ac_wine_try_cflags_saved
=$CFLAGS
14938 CFLAGS
="$CFLAGS -Wpragma-pack"
14939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14940 /* end confdefs.h. */
14941 int main(int argc, char **argv) { return 0; }
14943 if ac_fn_c_try_link
"$LINENO"; then :
14944 ac_cv_cflags__Wpragma_pack
=yes
14946 ac_cv_cflags__Wpragma_pack
=no
14948 rm -f core conftest.err conftest.
$ac_objext \
14949 conftest
$ac_exeext conftest.
$ac_ext
14950 CFLAGS
=$ac_wine_try_cflags_saved
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
14953 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
14954 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
14955 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14958 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14959 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14960 $as_echo_n "(cached) " >&6
14962 ac_wine_try_cflags_saved
=$CFLAGS
14963 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14965 /* end confdefs.h. */
14966 int main(int argc, char **argv) { return 0; }
14968 if ac_fn_c_try_link
"$LINENO"; then :
14969 ac_cv_cflags__Wshift_overflow_2
=yes
14971 ac_cv_cflags__Wshift_overflow_2
=no
14973 rm -f core conftest.err conftest.
$ac_objext \
14974 conftest
$ac_exeext conftest.
$ac_ext
14975 CFLAGS
=$ac_wine_try_cflags_saved
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14978 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14979 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14980 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14983 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14984 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14985 $as_echo_n "(cached) " >&6
14987 ac_wine_try_cflags_saved
=$CFLAGS
14988 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14990 /* end confdefs.h. */
14991 int main(int argc, char **argv) { return 0; }
14993 if ac_fn_c_try_link
"$LINENO"; then :
14994 ac_cv_cflags__Wstrict_prototypes
=yes
14996 ac_cv_cflags__Wstrict_prototypes
=no
14998 rm -f core conftest.err conftest.
$ac_objext \
14999 conftest
$ac_exeext conftest.
$ac_ext
15000 CFLAGS
=$ac_wine_try_cflags_saved
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
15003 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
15004 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
15005 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
15007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
15008 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
15009 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
15010 $as_echo_n "(cached) " >&6
15012 ac_wine_try_cflags_saved
=$CFLAGS
15013 CFLAGS
="$CFLAGS -Wtype-limits"
15014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15015 /* end confdefs.h. */
15016 int main(int argc, char **argv) { return 0; }
15018 if ac_fn_c_try_link
"$LINENO"; then :
15019 ac_cv_cflags__Wtype_limits
=yes
15021 ac_cv_cflags__Wtype_limits
=no
15023 rm -f core conftest.err conftest.
$ac_objext \
15024 conftest
$ac_exeext conftest.
$ac_ext
15025 CFLAGS
=$ac_wine_try_cflags_saved
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
15028 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
15029 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
15030 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
15032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
15033 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
15034 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
15035 $as_echo_n "(cached) " >&6
15037 ac_wine_try_cflags_saved
=$CFLAGS
15038 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
15039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15040 /* end confdefs.h. */
15041 int main(int argc, char **argv) { return 0; }
15043 if ac_fn_c_try_link
"$LINENO"; then :
15044 ac_cv_cflags__Wunused_but_set_parameter
=yes
15046 ac_cv_cflags__Wunused_but_set_parameter
=no
15048 rm -f core conftest.err conftest.
$ac_objext \
15049 conftest
$ac_exeext conftest.
$ac_ext
15050 CFLAGS
=$ac_wine_try_cflags_saved
15052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15053 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15054 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15055 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15058 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15059 if ${ac_cv_cflags__Wvla+:} false
; then :
15060 $as_echo_n "(cached) " >&6
15062 ac_wine_try_cflags_saved
=$CFLAGS
15063 CFLAGS
="$CFLAGS -Wvla"
15064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15065 /* end confdefs.h. */
15066 int main(int argc, char **argv) { return 0; }
15068 if ac_fn_c_try_link
"$LINENO"; then :
15069 ac_cv_cflags__Wvla
=yes
15071 ac_cv_cflags__Wvla
=no
15073 rm -f core conftest.err conftest.
$ac_objext \
15074 conftest
$ac_exeext conftest.
$ac_ext
15075 CFLAGS
=$ac_wine_try_cflags_saved
15077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15078 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15079 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15080 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15083 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15084 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15085 $as_echo_n "(cached) " >&6
15087 ac_wine_try_cflags_saved
=$CFLAGS
15088 CFLAGS
="$CFLAGS -Wwrite-strings"
15089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15090 /* end confdefs.h. */
15091 int main(int argc, char **argv) { return 0; }
15093 if ac_fn_c_try_link
"$LINENO"; then :
15094 ac_cv_cflags__Wwrite_strings
=yes
15096 ac_cv_cflags__Wwrite_strings
=no
15098 rm -f core conftest.err conftest.
$ac_objext \
15099 conftest
$ac_exeext conftest.
$ac_ext
15100 CFLAGS
=$ac_wine_try_cflags_saved
15102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15103 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15104 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15105 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15109 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15110 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15111 $as_echo_n "(cached) " >&6
15113 ac_wine_try_cflags_saved
=$CFLAGS
15114 CFLAGS
="$CFLAGS -Wpointer-arith"
15115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15116 /* end confdefs.h. */
15117 int main(int argc, char **argv) { return 0; }
15119 if ac_fn_c_try_link
"$LINENO"; then :
15120 ac_cv_cflags__Wpointer_arith
=yes
15122 ac_cv_cflags__Wpointer_arith
=no
15124 rm -f core conftest.err conftest.
$ac_objext \
15125 conftest
$ac_exeext conftest.
$ac_ext
15126 CFLAGS
=$ac_wine_try_cflags_saved
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15129 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15130 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15131 saved_string_h_CFLAGS
=$CFLAGS
15132 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15134 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15135 if ${ac_cv_c_string_h_warnings+:} false
; then :
15136 $as_echo_n "(cached) " >&6
15138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15139 /* end confdefs.h. */
15140 #include <string.h>
15149 if ac_fn_c_try_compile
"$LINENO"; then :
15150 ac_cv_c_string_h_warnings
=no
15152 ac_cv_c_string_h_warnings
=yes
15154 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15157 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15158 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15159 CFLAGS
=$saved_string_h_CFLAGS
15162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15163 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15164 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15165 $as_echo_n "(cached) " >&6
15167 ac_wine_try_cflags_saved
=$CFLAGS
15168 CFLAGS
="$CFLAGS -Wlogical-op"
15169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15170 /* end confdefs.h. */
15171 int main(int argc, char **argv) { return 0; }
15173 if ac_fn_c_try_link
"$LINENO"; then :
15174 ac_cv_cflags__Wlogical_op
=yes
15176 ac_cv_cflags__Wlogical_op
=no
15178 rm -f core conftest.err conftest.
$ac_objext \
15179 conftest
$ac_exeext conftest.
$ac_ext
15180 CFLAGS
=$ac_wine_try_cflags_saved
15182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15183 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15184 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15185 saved_string_h_CFLAGS
=$CFLAGS
15186 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15188 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15189 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15190 $as_echo_n "(cached) " >&6
15192 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15193 /* end confdefs.h. */
15194 #include <string.h>
15195 char*f(const char *h,char n) {return strchr(h,n);}
15204 if ac_fn_c_try_compile
"$LINENO"; then :
15205 ac_cv_c_logicalop_noisy
=no
15207 ac_cv_c_logicalop_noisy
=yes
15209 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15212 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15213 CFLAGS
=$saved_string_h_CFLAGS
15214 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15217 CFLAGS
=$saved_CFLAGS
15219 for ac_flag
in $CFLAGS; do
15221 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15222 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15223 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15224 $as_echo_n "(cached) " >&6
15226 ac_wine_try_cflags_saved
=$CFLAGS
15227 CFLAGS
="$CFLAGS -gdwarf-2"
15228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15229 /* end confdefs.h. */
15230 int main(int argc, char **argv) { return 0; }
15232 if ac_fn_c_try_link
"$LINENO"; then :
15233 ac_cv_cflags__gdwarf_2
=yes
15235 ac_cv_cflags__gdwarf_2
=no
15237 rm -f core conftest.err conftest.
$ac_objext \
15238 conftest
$ac_exeext conftest.
$ac_ext
15239 CFLAGS
=$ac_wine_try_cflags_saved
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15242 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15243 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15244 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15247 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15248 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15249 $as_echo_n "(cached) " >&6
15251 ac_wine_try_cflags_saved
=$CFLAGS
15252 CFLAGS
="$CFLAGS -gstrict-dwarf"
15253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15254 /* end confdefs.h. */
15255 int main(int argc, char **argv) { return 0; }
15257 if ac_fn_c_try_link
"$LINENO"; then :
15258 ac_cv_cflags__gstrict_dwarf
=yes
15260 ac_cv_cflags__gstrict_dwarf
=no
15262 rm -f core conftest.err conftest.
$ac_objext \
15263 conftest
$ac_exeext conftest.
$ac_ext
15264 CFLAGS
=$ac_wine_try_cflags_saved
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15267 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15268 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15269 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15275 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15276 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15277 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15278 $as_echo_n "(cached) " >&6
15280 ac_wine_try_cflags_saved
=$CFLAGS
15281 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15283 /* end confdefs.h. */
15284 int main(int argc, char **argv) { return 0; }
15286 if ac_fn_c_try_link
"$LINENO"; then :
15287 ac_cv_cflags__fno_omit_frame_pointer
=yes
15289 ac_cv_cflags__fno_omit_frame_pointer
=no
15291 rm -f core conftest.err conftest.
$ac_objext \
15292 conftest
$ac_exeext conftest.
$ac_ext
15293 CFLAGS
=$ac_wine_try_cflags_saved
15295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15296 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15297 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15298 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15303 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15304 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15305 if ${ac_cv_cflags__Wno_format+:} false
; then :
15306 $as_echo_n "(cached) " >&6
15308 ac_wine_try_cflags_saved
=$CFLAGS
15309 CFLAGS
="$CFLAGS -Wno-format"
15310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15311 /* end confdefs.h. */
15312 int main(int argc, char **argv) { return 0; }
15314 if ac_fn_c_try_link
"$LINENO"; then :
15315 ac_cv_cflags__Wno_format
=yes
15317 ac_cv_cflags__Wno_format
=no
15319 rm -f core conftest.err conftest.
$ac_objext \
15320 conftest
$ac_exeext conftest.
$ac_ext
15321 CFLAGS
=$ac_wine_try_cflags_saved
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15324 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15325 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15326 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15330 if test "x$enable_maintainer_mode" = "xyes"
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15333 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15334 if ${ac_cv_cflags__Werror+:} false
; then :
15335 $as_echo_n "(cached) " >&6
15337 ac_wine_try_cflags_saved
=$CFLAGS
15338 CFLAGS
="$CFLAGS -Werror"
15339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15340 /* end confdefs.h. */
15341 int main(int argc, char **argv) { return 0; }
15343 if ac_fn_c_try_link
"$LINENO"; then :
15344 ac_cv_cflags__Werror
=yes
15346 ac_cv_cflags__Werror
=no
15348 rm -f core conftest.err conftest.
$ac_objext \
15349 conftest
$ac_exeext conftest.
$ac_ext
15350 CFLAGS
=$ac_wine_try_cflags_saved
15352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15353 $as_echo "$ac_cv_cflags__Werror" >&6; }
15354 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15355 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15359 saved_CFLAGS
="$CFLAGS"
15360 CFLAGS
="$CFLAGS -Werror"
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15362 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15363 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15364 $as_echo_n "(cached) " >&6
15366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15367 /* end confdefs.h. */
15368 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15377 if ac_fn_c_try_compile
"$LINENO"; then :
15378 ac_cv_have_ms_hook_prologue
="yes"
15380 ac_cv_have_ms_hook_prologue
="no"
15382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15385 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15386 CFLAGS
="$saved_CFLAGS"
15387 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15390 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15393 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15400 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15401 if ${ac_cv_c_fortify_enabled+:} false
; then :
15402 $as_echo_n "(cached) " >&6
15404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15405 /* end confdefs.h. */
15406 #include <string.h>
15410 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15411 #error Fortify enabled
15417 if ac_fn_c_try_compile
"$LINENO"; then :
15418 ac_cv_c_fortify_enabled
=no
15420 ac_cv_c_fortify_enabled
=yes
15422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15425 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15426 if test "$ac_cv_c_fortify_enabled" = yes
15428 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15433 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15434 if ${ac_cv_c_extern_prefix+:} false
; then :
15435 $as_echo_n "(cached) " >&6
15437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15438 /* end confdefs.h. */
15439 extern int ac_test;
15443 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15448 if ac_fn_c_try_link
"$LINENO"; then :
15449 ac_cv_c_extern_prefix
="yes"
15451 ac_cv_c_extern_prefix
="no"
15453 rm -f core conftest.err conftest.
$ac_objext \
15454 conftest
$ac_exeext conftest.
$ac_ext
15456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15457 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15462 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15463 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15464 $as_echo_n "(cached) " >&6
15466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15467 /* end confdefs.h. */
15469 #define __stdcall __attribute__((__stdcall__))
15471 int __stdcall ac_test(int i) { return i; }
15475 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15480 if ac_fn_c_try_link
"$LINENO"; then :
15481 ac_cv_c_stdcall_suffix
="yes"
15483 ac_cv_c_stdcall_suffix
="no"
15485 rm -f core conftest.err conftest.
$ac_objext \
15486 conftest
$ac_exeext conftest.
$ac_ext
15488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15489 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15490 *) ac_cv_c_stdcall_suffix
="no" ;;
15494 if test "$ac_cv_c_extern_prefix" = "yes"
15496 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15498 asm_name_prefix
="_"
15500 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15506 if test "$ac_cv_c_stdcall_suffix" = "yes"
15508 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15511 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15517 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15518 if ${ac_cv_asm_func_def+:} false
; then :
15519 $as_echo_n "(cached) " >&6
15521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15522 /* end confdefs.h. */
15527 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15532 if ac_fn_c_try_link
"$LINENO"; then :
15533 ac_cv_asm_func_def
=".def"
15535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15536 /* end confdefs.h. */
15541 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15546 if ac_fn_c_try_link
"$LINENO"; then :
15547 ac_cv_asm_func_def
=".type @function"
15549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15550 /* end confdefs.h. */
15555 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15560 if ac_fn_c_try_link
"$LINENO"; then :
15561 ac_cv_asm_func_def
=".type 2"
15563 ac_cv_asm_func_def
="unknown"
15565 rm -f core conftest.err conftest.
$ac_objext \
15566 conftest
$ac_exeext conftest.
$ac_ext
15568 rm -f core conftest.err conftest.
$ac_objext \
15569 conftest
$ac_exeext conftest.
$ac_ext
15571 rm -f core conftest.err conftest.
$ac_objext \
15572 conftest
$ac_exeext conftest.
$ac_ext
15574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15575 $as_echo "$ac_cv_asm_func_def" >&6; }
15578 case "$ac_cv_asm_func_def" in
15580 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15582 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15584 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15586 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15588 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15590 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15592 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15594 asm_func_header
="" ;;
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15598 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15599 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15600 $as_echo_n "(cached) " >&6
15602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15603 /* end confdefs.h. */
15604 asm(".text\n\t.long 0");
15613 if ac_fn_c_try_compile
"$LINENO"; then :
15614 ac_cv_c_asm_outside_funcs
="yes"
15616 ac_cv_c_asm_outside_funcs
="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_asm_outside_funcs" >&5
15621 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15624 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15625 if ${ac_cv_c_dot_previous+:} false
; then :
15626 $as_echo_n "(cached) " >&6
15628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15629 /* end confdefs.h. */
15634 asm(".text\nac_test:\t.long 0\n\t.previous");
15639 if ac_fn_c_try_link
"$LINENO"; then :
15640 ac_cv_c_dot_previous
="yes"
15642 ac_cv_c_dot_previous
="no"
15644 rm -f core conftest.err conftest.
$ac_objext \
15645 conftest
$ac_exeext conftest.
$ac_ext
15647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15648 $as_echo "$ac_cv_c_dot_previous" >&6; }
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15651 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15652 if ${ac_cv_c_cfi_support+:} false
; then :
15653 $as_echo_n "(cached) " >&6
15655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15656 /* end confdefs.h. */
15657 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15666 if ac_fn_c_try_compile
"$LINENO"; then :
15667 ac_cv_c_cfi_support
="yes"
15669 ac_cv_c_cfi_support
="no"
15671 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15674 $as_echo "$ac_cv_c_cfi_support" >&6; }
15676 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15677 asm_func_trailer
=""
15678 if test "$ac_cv_c_dot_previous" = "yes"
15680 asm_func_trailer
="\\n\\t.previous"
15682 if test "$ac_cv_c_cfi_support" = "yes"
15684 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15685 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15687 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15689 UNWINDFLAGS
=-fasynchronous-unwind-tables
15692 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15694 if test "x$enable_win64" = "xyes"
15696 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15700 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15703 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15705 cat >>confdefs.h
<<_ACEOF
15706 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15710 cat >>confdefs.h
<<_ACEOF
15711 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15716 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15719 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15724 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15731 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15732 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15733 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15740 ac_save_CFLAGS
="$CFLAGS"
15741 CFLAGS
="$CFLAGS $BUILTINFLAG"
15823 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15824 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15825 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15826 cat >>confdefs.h
<<_ACEOF
15827 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15833 CFLAGS
="$ac_save_CFLAGS"
15835 if test "$ac_cv_func_dlopen" = no
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15838 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15839 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15840 $as_echo_n "(cached) " >&6
15842 ac_check_lib_save_LIBS
=$LIBS
15844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15845 /* end confdefs.h. */
15847 /* Override any GCC internal prototype to avoid an error.
15848 Use char because int might match the return type of a GCC
15849 builtin and then its argument prototype would still apply. */
15862 if ac_fn_c_try_link
"$LINENO"; then :
15863 ac_cv_lib_dl_dlopen
=yes
15865 ac_cv_lib_dl_dlopen
=no
15867 rm -f core conftest.err conftest.
$ac_objext \
15868 conftest
$ac_exeext conftest.
$ac_ext
15869 LIBS
=$ac_check_lib_save_LIBS
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15872 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15873 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15874 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15880 ac_wine_check_funcs_save_LIBS
="$LIBS"
15881 LIBS
="$LIBS $DL_LIBS"
15882 for ac_func
in dladdr
15884 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15885 if test "x$ac_cv_func_dladdr" = xyes
; then :
15886 cat >>confdefs.h
<<_ACEOF
15887 #define HAVE_DLADDR 1
15893 LIBS
="$ac_wine_check_funcs_save_LIBS"
15895 if test "$ac_cv_func_poll" = no
15897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15898 $as_echo_n "checking for poll in -lpoll... " >&6; }
15899 if ${ac_cv_lib_poll_poll+:} false
; then :
15900 $as_echo_n "(cached) " >&6
15902 ac_check_lib_save_LIBS
=$LIBS
15903 LIBS
="-lpoll $LIBS"
15904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15905 /* end confdefs.h. */
15907 /* Override any GCC internal prototype to avoid an error.
15908 Use char because int might match the return type of a GCC
15909 builtin and then its argument prototype would still apply. */
15922 if ac_fn_c_try_link
"$LINENO"; then :
15923 ac_cv_lib_poll_poll
=yes
15925 ac_cv_lib_poll_poll
=no
15927 rm -f core conftest.err conftest.
$ac_objext \
15928 conftest
$ac_exeext conftest.
$ac_ext
15929 LIBS
=$ac_check_lib_save_LIBS
15931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15932 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15933 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15934 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15942 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15943 if ${ac_cv_search_gethostbyname+:} false
; then :
15944 $as_echo_n "(cached) " >&6
15946 ac_func_search_save_LIBS
=$LIBS
15947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15948 /* end confdefs.h. */
15950 /* Override any GCC internal prototype to avoid an error.
15951 Use char because int might match the return type of a GCC
15952 builtin and then its argument prototype would still apply. */
15956 char gethostbyname ();
15960 return gethostbyname ();
15965 for ac_lib
in '' nsl
; do
15966 if test -z "$ac_lib"; then
15967 ac_res
="none required"
15970 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15972 if ac_fn_c_try_link
"$LINENO"; then :
15973 ac_cv_search_gethostbyname
=$ac_res
15975 rm -f core conftest.err conftest.
$ac_objext \
15977 if ${ac_cv_search_gethostbyname+:} false
; then :
15981 if ${ac_cv_search_gethostbyname+:} false
; then :
15984 ac_cv_search_gethostbyname
=no
15986 rm conftest.
$ac_ext
15987 LIBS
=$ac_func_search_save_LIBS
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15990 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15991 ac_res
=$ac_cv_search_gethostbyname
15992 if test "$ac_res" != no
; then :
15993 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15999 $as_echo_n "checking for library containing connect... " >&6; }
16000 if ${ac_cv_search_connect+:} false
; then :
16001 $as_echo_n "(cached) " >&6
16003 ac_func_search_save_LIBS
=$LIBS
16004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16005 /* end confdefs.h. */
16007 /* Override any GCC internal prototype to avoid an error.
16008 Use char because int might match the return type of a GCC
16009 builtin and then its argument prototype would still apply. */
16022 for ac_lib
in '' socket
; do
16023 if test -z "$ac_lib"; then
16024 ac_res
="none required"
16027 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16029 if ac_fn_c_try_link
"$LINENO"; then :
16030 ac_cv_search_connect
=$ac_res
16032 rm -f core conftest.err conftest.
$ac_objext \
16034 if ${ac_cv_search_connect+:} false
; then :
16038 if ${ac_cv_search_connect+:} false
; then :
16041 ac_cv_search_connect
=no
16043 rm conftest.
$ac_ext
16044 LIBS
=$ac_func_search_save_LIBS
16046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16047 $as_echo "$ac_cv_search_connect" >&6; }
16048 ac_res
=$ac_cv_search_connect
16049 if test "$ac_res" != no
; then :
16050 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16056 $as_echo_n "checking for library containing inet_aton... " >&6; }
16057 if ${ac_cv_search_inet_aton+:} false
; then :
16058 $as_echo_n "(cached) " >&6
16060 ac_func_search_save_LIBS
=$LIBS
16061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16062 /* end confdefs.h. */
16064 /* Override any GCC internal prototype to avoid an error.
16065 Use char because int might match the return type of a GCC
16066 builtin and then its argument prototype would still apply. */
16074 return inet_aton ();
16079 for ac_lib
in '' resolv
; do
16080 if test -z "$ac_lib"; then
16081 ac_res
="none required"
16084 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16086 if ac_fn_c_try_link
"$LINENO"; then :
16087 ac_cv_search_inet_aton
=$ac_res
16089 rm -f core conftest.err conftest.
$ac_objext \
16091 if ${ac_cv_search_inet_aton+:} false
; then :
16095 if ${ac_cv_search_inet_aton+:} false
; then :
16098 ac_cv_search_inet_aton
=no
16100 rm conftest.
$ac_ext
16101 LIBS
=$ac_func_search_save_LIBS
16103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16104 $as_echo "$ac_cv_search_inet_aton" >&6; }
16105 ac_res
=$ac_cv_search_inet_aton
16106 if test "$ac_res" != no
; then :
16107 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16127 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16128 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16129 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16130 cat >>confdefs.h
<<_ACEOF
16131 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16140 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16141 if ${ac_cv_search_clock_gettime+:} false
; then :
16142 $as_echo_n "(cached) " >&6
16144 ac_func_search_save_LIBS
=$LIBS
16145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16146 /* end confdefs.h. */
16148 /* Override any GCC internal prototype to avoid an error.
16149 Use char because int might match the return type of a GCC
16150 builtin and then its argument prototype would still apply. */
16154 char clock_gettime ();
16158 return clock_gettime ();
16163 for ac_lib
in '' rt
; do
16164 if test -z "$ac_lib"; then
16165 ac_res
="none required"
16168 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16170 if ac_fn_c_try_link
"$LINENO"; then :
16171 ac_cv_search_clock_gettime
=$ac_res
16173 rm -f core conftest.err conftest.
$ac_objext \
16175 if ${ac_cv_search_clock_gettime+:} false
; then :
16179 if ${ac_cv_search_clock_gettime+:} false
; then :
16182 ac_cv_search_clock_gettime
=no
16184 rm conftest.
$ac_ext
16185 LIBS
=$ac_func_search_save_LIBS
16187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16188 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16189 ac_res
=$ac_cv_search_clock_gettime
16190 if test "$ac_res" != no
; then :
16191 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16193 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16195 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16201 if test "x$with_ldap" != "xno"
16203 if ${LDAP_CFLAGS:+false} :; then :
16204 if ${PKG_CONFIG+:} false
; then :
16205 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16209 if ${LDAP_LIBS:+false} :; then :
16210 if ${PKG_CONFIG+:} false
; then :
16211 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16215 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16216 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16217 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16218 ac_save_CPPFLAGS
=$CPPFLAGS
16219 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16220 for ac_header
in ldap.h lber.h
16222 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16223 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16224 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16225 cat >>confdefs.h
<<_ACEOF
16226 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16233 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16235 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16237 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16239 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16240 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16241 $as_echo_n "(cached) " >&6
16243 ac_check_lib_save_LIBS
=$LIBS
16244 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16246 /* end confdefs.h. */
16248 /* Override any GCC internal prototype to avoid an error.
16249 Use char because int might match the return type of a GCC
16250 builtin and then its argument prototype would still apply. */
16254 char ldap_initialize ();
16258 return ldap_initialize ();
16263 if ac_fn_c_try_link
"$LINENO"; then :
16264 ac_cv_lib_ldap_r_ldap_initialize
=yes
16266 ac_cv_lib_ldap_r_ldap_initialize
=no
16268 rm -f core conftest.err conftest.
$ac_objext \
16269 conftest
$ac_exeext conftest.
$ac_ext
16270 LIBS
=$ac_check_lib_save_LIBS
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16273 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16274 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16276 $as_echo_n "checking for ber_init in -llber... " >&6; }
16277 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16278 $as_echo_n "(cached) " >&6
16280 ac_check_lib_save_LIBS
=$LIBS
16281 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16283 /* end confdefs.h. */
16285 /* Override any GCC internal prototype to avoid an error.
16286 Use char because int might match the return type of a GCC
16287 builtin and then its argument prototype would still apply. */
16295 return ber_init ();
16300 if ac_fn_c_try_link
"$LINENO"; then :
16301 ac_cv_lib_lber_ber_init
=yes
16303 ac_cv_lib_lber_ber_init
=no
16305 rm -f core conftest.err conftest.
$ac_objext \
16306 conftest
$ac_exeext conftest.
$ac_ext
16307 LIBS
=$ac_check_lib_save_LIBS
16309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16310 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16311 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16313 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16327 ac_wine_check_funcs_save_LIBS
="$LIBS"
16328 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16330 ldap_count_references \
16331 ldap_first_reference \
16332 ldap_next_reference \
16333 ldap_parse_reference \
16334 ldap_parse_sort_control \
16335 ldap_parse_sortresponse_control \
16336 ldap_parse_vlv_control \
16337 ldap_parse_vlvresponse_control
16339 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16340 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16341 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16342 cat >>confdefs.h
<<_ACEOF
16343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16349 LIBS
="$ac_wine_check_funcs_save_LIBS"
16353 CPPFLAGS
=$ac_save_CPPFLAGS
16354 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16355 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16358 if test "x$LDAP_LIBS" = "x"; then :
16359 case "x$with_ldap" in
16360 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16362 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16363 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16369 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16370 if ${wine_cv_one_arg_mkdir+:} false
; then :
16371 $as_echo_n "(cached) " >&6
16373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16374 /* end confdefs.h. */
16375 #include <sys/stat.h>
16384 if ac_fn_c_try_compile
"$LINENO"; then :
16385 wine_cv_one_arg_mkdir
=yes
16387 wine_cv_one_arg_mkdir
=no
16389 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16392 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16393 if test "$wine_cv_one_arg_mkdir" = "yes"
16396 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16401 $as_echo_n "checking for sched_setaffinity... " >&6; }
16402 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16403 $as_echo_n "(cached) " >&6
16405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16406 /* end confdefs.h. */
16407 #define _GNU_SOURCE
16412 sched_setaffinity(0, 0, 0);
16417 if ac_fn_c_try_link
"$LINENO"; then :
16418 wine_cv_have_sched_setaffinity
=yes
16420 wine_cv_have_sched_setaffinity
=no
16422 rm -f core conftest.err conftest.
$ac_objext \
16423 conftest
$ac_exeext conftest.
$ac_ext
16425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16426 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16427 if test "$wine_cv_have_sched_setaffinity" = "yes"
16430 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16435 $as_echo_n "checking for fallocate... " >&6; }
16436 if ${wine_cv_have_fallocate+:} false
; then :
16437 $as_echo_n "(cached) " >&6
16439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16440 /* end confdefs.h. */
16441 #define _GNU_SOURCE
16446 fallocate(-1, 0, 0, 0);
16451 if ac_fn_c_try_link
"$LINENO"; then :
16452 wine_cv_have_fallocate
=yes
16454 wine_cv_have_fallocate
=no
16456 rm -f core conftest.err conftest.
$ac_objext \
16457 conftest
$ac_exeext conftest.
$ac_ext
16459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16460 $as_echo "$wine_cv_have_fallocate" >&6; }
16461 if test "$wine_cv_have_fallocate" = "yes"
16464 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16470 $as_echo_n "checking for inline... " >&6; }
16471 if ${ac_cv_c_inline+:} false
; then :
16472 $as_echo_n "(cached) " >&6
16475 for ac_kw
in inline __inline__ __inline
; do
16476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16477 /* end confdefs.h. */
16478 #ifndef __cplusplus
16480 static $ac_kw foo_t static_foo () {return 0; }
16481 $ac_kw foo_t foo () {return 0; }
16485 if ac_fn_c_try_compile
"$LINENO"; then :
16486 ac_cv_c_inline
=$ac_kw
16488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16489 test "$ac_cv_c_inline" != no
&& break
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16494 $as_echo "$ac_cv_c_inline" >&6; }
16496 case $ac_cv_c_inline in
16499 case $ac_cv_c_inline in
16501 *) ac_val
=$ac_cv_c_inline;;
16503 cat >>confdefs.h
<<_ACEOF
16504 #ifndef __cplusplus
16505 #define inline $ac_val
16511 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16512 if test "x$ac_cv_type_mode_t" = xyes
; then :
16514 cat >>confdefs.h
<<_ACEOF
16515 #define HAVE_MODE_T 1
16520 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16521 if test "x$ac_cv_type_off_t" = xyes
; then :
16523 cat >>confdefs.h
<<_ACEOF
16524 #define HAVE_OFF_T 1
16529 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16530 if test "x$ac_cv_type_pid_t" = xyes
; then :
16532 cat >>confdefs.h
<<_ACEOF
16533 #define HAVE_PID_T 1
16538 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16539 if test "x$ac_cv_type_size_t" = xyes
; then :
16541 cat >>confdefs.h
<<_ACEOF
16542 #define HAVE_SIZE_T 1
16547 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16548 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16550 cat >>confdefs.h
<<_ACEOF
16551 #define HAVE_SSIZE_T 1
16556 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16557 if test "x$ac_cv_type_long_long" = xyes
; then :
16559 cat >>confdefs.h
<<_ACEOF
16560 #define HAVE_LONG_LONG 1
16565 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16566 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16568 cat >>confdefs.h
<<_ACEOF
16569 #define HAVE_FSBLKCNT_T 1
16574 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16575 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16577 cat >>confdefs.h
<<_ACEOF
16578 #define HAVE_FSFILCNT_T 1
16584 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16585 #include <signal.h>
16587 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16589 cat >>confdefs.h
<<_ACEOF
16590 #define HAVE_SIGSET_T 1
16596 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16598 if test "x$ac_cv_type_request_sense" = xyes
; then :
16600 cat >>confdefs.h
<<_ACEOF
16601 #define HAVE_REQUEST_SENSE 1
16608 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16609 #ifdef HAVE_SYS_SOCKET_H
16610 #include <sys/socket.h>
16612 #ifdef HAVE_SYS_SOCKETVAR_H
16613 #include <sys/socketvar.h>
16615 #ifdef HAVE_NET_ROUTE_H
16616 #include <net/route.h>
16618 #ifdef HAVE_NETINET_IN_H
16619 #include <netinet/in.h>
16621 #ifdef HAVE_NETINET_IN_SYSTM_H
16622 #include <netinet/in_systm.h>
16624 #ifdef HAVE_NETINET_IP_H
16625 #include <netinet/ip.h>
16627 #ifdef HAVE_NETINET_IN_PCB_H
16628 #include <netinet/in_pcb.h>
16631 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16633 cat >>confdefs.h
<<_ACEOF
16634 #define HAVE_STRUCT_XINPGEN 1
16641 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16644 #ifdef HAVE_SYS_LINK_H
16645 #include <sys/link.h>
16648 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16650 cat >>confdefs.h
<<_ACEOF
16651 #define HAVE_STRUCT_R_DEBUG 1
16656 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16659 #ifdef HAVE_SYS_LINK_H
16660 #include <sys/link.h>
16663 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16665 cat >>confdefs.h
<<_ACEOF
16666 #define HAVE_STRUCT_LINK_MAP 1
16673 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16674 #include <linux/input.h>
16677 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16679 cat >>confdefs.h
<<_ACEOF
16680 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16688 $as_echo_n "checking for if_nameindex... " >&6; }
16689 if ${wine_cv_have_if_nameindex+:} false
; then :
16690 $as_echo_n "(cached) " >&6
16692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16693 /* end confdefs.h. */
16694 #ifdef HAVE_SYS_TYPES_H
16695 #include <sys/types.h>
16697 #ifdef HAVE_SYS_SOCKET_H
16698 #include <sys/socket.h>
16700 #ifdef HAVE_NET_IF_H
16701 # include <net/if.h>
16706 struct if_nameindex *p = if_nameindex(); return p->if_index;
16711 if ac_fn_c_try_link
"$LINENO"; then :
16712 wine_cv_have_if_nameindex
=yes
16714 wine_cv_have_if_nameindex
=no
16716 rm -f core conftest.err conftest.
$ac_objext \
16717 conftest
$ac_exeext conftest.
$ac_ext
16719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16720 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16721 if test "$wine_cv_have_if_nameindex" = "yes"
16724 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16729 $as_echo_n "checking for sigaddset... " >&6; }
16730 if ${wine_cv_have_sigaddset+:} false
; then :
16731 $as_echo_n "(cached) " >&6
16733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16734 /* end confdefs.h. */
16735 #include <signal.h>
16739 sigset_t set; sigaddset(&set,SIGTERM);
16744 if ac_fn_c_try_link
"$LINENO"; then :
16745 wine_cv_have_sigaddset
=yes
16747 wine_cv_have_sigaddset
=no
16749 rm -f core conftest.err conftest.
$ac_objext \
16750 conftest
$ac_exeext conftest.
$ac_ext
16752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16753 $as_echo "$wine_cv_have_sigaddset" >&6; }
16754 if test "$wine_cv_have_sigaddset" = "yes"
16757 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16763 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16764 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16765 $as_echo_n "(cached) " >&6
16767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16768 /* end confdefs.h. */
16776 struct hostent *result;
16783 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16784 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16790 if ac_fn_c_try_link
"$LINENO"; then :
16791 wine_cv_linux_gethostbyname_r_6
=yes
16793 wine_cv_linux_gethostbyname_r_6
=no
16796 rm -f core conftest.err conftest.
$ac_objext \
16797 conftest
$ac_exeext conftest.
$ac_ext
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16801 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16802 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16805 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16809 if test "$ac_cv_header_linux_joystick_h" = "yes"
16811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16812 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16813 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16814 $as_echo_n "(cached) " >&6
16816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16817 /* end confdefs.h. */
16819 #include <sys/ioctl.h>
16820 #include <sys/types.h>
16821 #include <linux/joystick.h>
16823 struct js_event blub;
16824 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16825 #error "no 2.2 header"
16836 if ac_fn_c_try_compile
"$LINENO"; then :
16837 wine_cv_linux_joystick_22_api
=yes
16839 wine_cv_linux_joystick_22_api
=no
16841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16845 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16846 if test "$wine_cv_linux_joystick_22_api" = "yes"
16849 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16855 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16856 #ifdef HAVE_SYS_PARAM_H
16857 # include <sys/param.h>
16859 #ifdef HAVE_SYS_MOUNT_H
16860 # include <sys/mount.h>
16862 #ifdef HAVE_SYS_VFS_H
16863 # include <sys/vfs.h>
16865 #ifdef HAVE_SYS_STATFS_H
16866 # include <sys/statfs.h>
16869 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16871 cat >>confdefs.h
<<_ACEOF
16872 #define HAVE_STRUCT_STATFS_F_BFREE 1
16877 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16878 #ifdef HAVE_SYS_PARAM_H
16879 # include <sys/param.h>
16881 #ifdef HAVE_SYS_MOUNT_H
16882 # include <sys/mount.h>
16884 #ifdef HAVE_SYS_VFS_H
16885 # include <sys/vfs.h>
16887 #ifdef HAVE_SYS_STATFS_H
16888 # include <sys/statfs.h>
16891 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16893 cat >>confdefs.h
<<_ACEOF
16894 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16899 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16900 #ifdef HAVE_SYS_PARAM_H
16901 # include <sys/param.h>
16903 #ifdef HAVE_SYS_MOUNT_H
16904 # include <sys/mount.h>
16906 #ifdef HAVE_SYS_VFS_H
16907 # include <sys/vfs.h>
16909 #ifdef HAVE_SYS_STATFS_H
16910 # include <sys/statfs.h>
16913 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16915 cat >>confdefs.h
<<_ACEOF
16916 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16921 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16922 #ifdef HAVE_SYS_PARAM_H
16923 # include <sys/param.h>
16925 #ifdef HAVE_SYS_MOUNT_H
16926 # include <sys/mount.h>
16928 #ifdef HAVE_SYS_VFS_H
16929 # include <sys/vfs.h>
16931 #ifdef HAVE_SYS_STATFS_H
16932 # include <sys/statfs.h>
16935 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16937 cat >>confdefs.h
<<_ACEOF
16938 #define HAVE_STRUCT_STATFS_F_FFREE 1
16943 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16944 #ifdef HAVE_SYS_PARAM_H
16945 # include <sys/param.h>
16947 #ifdef HAVE_SYS_MOUNT_H
16948 # include <sys/mount.h>
16950 #ifdef HAVE_SYS_VFS_H
16951 # include <sys/vfs.h>
16953 #ifdef HAVE_SYS_STATFS_H
16954 # include <sys/statfs.h>
16957 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16959 cat >>confdefs.h
<<_ACEOF
16960 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16965 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16966 #ifdef HAVE_SYS_PARAM_H
16967 # include <sys/param.h>
16969 #ifdef HAVE_SYS_MOUNT_H
16970 # include <sys/mount.h>
16972 #ifdef HAVE_SYS_VFS_H
16973 # include <sys/vfs.h>
16975 #ifdef HAVE_SYS_STATFS_H
16976 # include <sys/statfs.h>
16979 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16981 cat >>confdefs.h
<<_ACEOF
16982 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16989 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16990 #include <sys/statvfs.h>
16993 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16995 cat >>confdefs.h
<<_ACEOF
16996 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17003 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
17004 #include <dirent.h>
17007 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
17009 cat >>confdefs.h
<<_ACEOF
17010 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
17017 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
17018 #ifdef HAVE_SYS_SOCKET_H
17019 # include <sys/socket.h>
17021 #ifdef HAVE_SYS_UN_H
17022 # include <sys/un.h>
17025 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
17027 cat >>confdefs.h
<<_ACEOF
17028 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17033 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
17034 #ifdef HAVE_SYS_SOCKET_H
17035 # include <sys/socket.h>
17037 #ifdef HAVE_SYS_UN_H
17038 # include <sys/un.h>
17041 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
17043 cat >>confdefs.h
<<_ACEOF
17044 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17049 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17050 #ifdef HAVE_SYS_SOCKET_H
17051 # include <sys/socket.h>
17053 #ifdef HAVE_SYS_UN_H
17054 # include <sys/un.h>
17057 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17059 cat >>confdefs.h
<<_ACEOF
17060 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17067 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17068 #ifdef HAVE_SCSI_SG_H
17069 #include <scsi/sg.h>
17072 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17074 cat >>confdefs.h
<<_ACEOF
17075 #define HAVE_SCSIREQ_T_CMD 1
17080 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>
17081 #ifdef HAVE_SCSI_SG_H
17082 #include <scsi/sg.h>
17085 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17087 cat >>confdefs.h
<<_ACEOF
17088 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17095 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17097 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17099 cat >>confdefs.h
<<_ACEOF
17100 #define HAVE_SIGINFO_T_SI_FD 1
17107 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17108 #ifdef HAVE_SYS_MTIO_H
17109 #include <sys/mtio.h>
17112 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17114 cat >>confdefs.h
<<_ACEOF
17115 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17120 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17121 #ifdef HAVE_SYS_MTIO_H
17122 #include <sys/mtio.h>
17125 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17127 cat >>confdefs.h
<<_ACEOF
17128 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17133 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17134 #ifdef HAVE_SYS_MTIO_H
17135 #include <sys/mtio.h>
17138 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17140 cat >>confdefs.h
<<_ACEOF
17141 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17148 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17149 #include <getopt.h>
17152 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17154 cat >>confdefs.h
<<_ACEOF
17155 #define HAVE_STRUCT_OPTION_NAME 1
17162 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17163 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17165 cat >>confdefs.h
<<_ACEOF
17166 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17171 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17172 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17174 cat >>confdefs.h
<<_ACEOF
17175 #define HAVE_STRUCT_STAT_ST_MTIM 1
17180 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17181 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17183 cat >>confdefs.h
<<_ACEOF
17184 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17189 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17190 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17192 cat >>confdefs.h
<<_ACEOF
17193 #define HAVE_STRUCT_STAT_ST_CTIM 1
17198 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17199 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17201 cat >>confdefs.h
<<_ACEOF
17202 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17207 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17208 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17210 cat >>confdefs.h
<<_ACEOF
17211 #define HAVE_STRUCT_STAT_ST_ATIM 1
17216 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17217 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17219 cat >>confdefs.h
<<_ACEOF
17220 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17225 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17226 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17228 cat >>confdefs.h
<<_ACEOF
17229 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17234 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17235 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17237 cat >>confdefs.h
<<_ACEOF
17238 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17243 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17244 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17246 cat >>confdefs.h
<<_ACEOF
17247 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17252 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17253 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17255 cat >>confdefs.h
<<_ACEOF
17256 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17261 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17262 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17264 cat >>confdefs.h
<<_ACEOF
17265 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17272 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
17273 #include <sys/types.h>
17275 #ifdef HAVE_NETINET_IN_H
17276 #include <netinet/in.h>
17279 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17281 cat >>confdefs.h
<<_ACEOF
17282 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17289 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17290 #include <sys/types.h>
17292 #ifdef HAVE_NETINET_IN_H
17293 #include <netinet/in.h>
17295 #ifdef HAVE_RESOLV_H
17296 #include <resolv.h>
17299 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17301 cat >>confdefs.h
<<_ACEOF
17302 #define HAVE_STRUCT___RES_STATE 1
17309 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
17310 #include <resolv.h>
17313 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17315 cat >>confdefs.h
<<_ACEOF
17316 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17323 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17324 #include <sys/types.h>
17326 #ifdef HAVE_NETINET_IN_H
17327 # include <netinet/in.h>
17329 #ifdef HAVE_ARPA_NAMESER_H
17330 # include <arpa/nameser.h>
17333 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17335 cat >>confdefs.h
<<_ACEOF
17336 #define HAVE_NS_MSG__MSG_PTR 1
17343 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17344 #include <sys/types.h>
17346 #ifdef HAVE_NETINET_IN_H
17347 #include <netinet/in.h>
17349 #ifdef HAVE_NETINET_IP_H
17350 #include <netinet/ip.h>
17352 #ifdef HAVE_NETINET_IP_ICMP_H
17353 #include <netinet/ip_icmp.h>
17355 #ifdef HAVE_NETINET_ICMP_VAR_H
17356 #include <netinet/icmp_var.h>
17359 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17361 cat >>confdefs.h
<<_ACEOF
17362 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17369 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17370 #include <sys/types.h>
17372 #ifdef HAVE_ALIAS_H
17375 #ifdef HAVE_SYS_SOCKET_H
17376 #include <sys/socket.h>
17378 #ifdef HAVE_SYS_SOCKETVAR_H
17379 #include <sys/socketvar.h>
17381 #ifdef HAVE_SYS_TIMEOUT_H
17382 #include <sys/timeout.h>
17384 #ifdef HAVE_NETINET_IN_H
17385 #include <netinet/in.h>
17387 #ifdef HAVE_NETINET_IN_SYSTM_H
17388 #include <netinet/in_systm.h>
17390 #ifdef HAVE_NETINET_IP_H
17391 #include <netinet/ip.h>
17393 #ifdef HAVE_NETINET_IP_VAR_H
17394 #include <netinet/ip_var.h>
17396 #ifdef HAVE_NETINET_IP_ICMP_H
17397 #include <netinet/ip_icmp.h>
17399 #ifdef HAVE_NETINET_ICMP_VAR_H
17400 #include <netinet/icmp_var.h>
17403 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17405 cat >>confdefs.h
<<_ACEOF
17406 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17413 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17414 #include <sys/types.h>
17416 #ifdef HAVE_SYS_SOCKETVAR_H
17417 #include <sys/socketvar.h>
17419 #ifdef HAVE_NETINET_IN_H
17420 #include <netinet/in.h>
17422 #ifdef HAVE_NETINET_IP_VAR_H
17423 #include <netinet/ip_var.h>
17426 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17428 cat >>confdefs.h
<<_ACEOF
17429 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17436 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
17437 #include <netinet/ip_var.h>
17440 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17442 cat >>confdefs.h
<<_ACEOF
17443 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17450 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17451 #include <sys/types.h>
17453 #ifdef HAVE_SYS_SOCKETVAR_H
17454 #include <sys/socketvar.h>
17456 #ifdef HAVE_NETINET_IN_H
17457 #include <netinet/in.h>
17459 #ifdef HAVE_NETINET_TCP_H
17460 #include <netinet/tcp.h>
17462 #ifdef HAVE_NETINET_TCP_VAR_H
17463 #include <netinet/tcp_var.h>
17466 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17468 cat >>confdefs.h
<<_ACEOF
17469 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17476 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
17477 #include <netinet/tcp_var.h>
17480 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17482 cat >>confdefs.h
<<_ACEOF
17483 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17490 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17491 #include <sys/types.h>
17493 #ifdef HAVE_NETINET_IN_H
17494 #include <netinet/in.h>
17496 #ifdef HAVE_NETINET_IP_VAR_H
17497 #include <netinet/ip_var.h>
17499 #ifdef HAVE_NETINET_UDP_H
17500 #include <netinet/udp.h>
17502 #ifdef HAVE_NETINET_UDP_VAR_H
17503 #include <netinet/udp_var.h>
17506 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17508 cat >>confdefs.h
<<_ACEOF
17509 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17516 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17517 #include <sys/types.h>
17519 #ifdef HAVE_NET_IF_H
17520 # include <net/if.h>
17523 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17525 cat >>confdefs.h
<<_ACEOF
17526 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17534 $as_echo_n "checking for timezone variable... " >&6; }
17535 if ${ac_cv_have_timezone+:} false
; then :
17536 $as_echo_n "(cached) " >&6
17538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17539 /* end confdefs.h. */
17549 if ac_fn_c_try_link
"$LINENO"; then :
17550 ac_cv_have_timezone
="yes"
17552 ac_cv_have_timezone
="no"
17554 rm -f core conftest.err conftest.
$ac_objext \
17555 conftest
$ac_exeext conftest.
$ac_ext
17557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17558 $as_echo "$ac_cv_have_timezone" >&6; }
17559 if test "$ac_cv_have_timezone" = "yes"
17562 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17566 $as_echo_n "checking for daylight variable... " >&6; }
17567 if ${ac_cv_have_daylight+:} false
; then :
17568 $as_echo_n "(cached) " >&6
17570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17571 /* end confdefs.h. */
17581 if ac_fn_c_try_link
"$LINENO"; then :
17582 ac_cv_have_daylight
="yes"
17584 ac_cv_have_daylight
="no"
17586 rm -f core conftest.err conftest.
$ac_objext \
17587 conftest
$ac_exeext conftest.
$ac_ext
17589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17590 $as_echo "$ac_cv_have_daylight" >&6; }
17591 if test "$ac_cv_have_daylight" = "yes"
17594 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17598 ac_save_LIBS
="$LIBS"
17600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17601 $as_echo_n "checking for isfinite... " >&6; }
17602 if ${ac_cv_have_isfinite+:} false
; then :
17603 $as_echo_n "(cached) " >&6
17605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17606 /* end confdefs.h. */
17607 #define _GNU_SOURCE
17612 float f = 0.0; return isfinite(f)
17617 if ac_fn_c_try_link
"$LINENO"; then :
17618 ac_cv_have_isfinite
="yes"
17620 ac_cv_have_isfinite
="no"
17622 rm -f core conftest.err conftest.
$ac_objext \
17623 conftest
$ac_exeext conftest.
$ac_ext
17625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17626 $as_echo "$ac_cv_have_isfinite" >&6; }
17627 if test "$ac_cv_have_isfinite" = "yes"
17630 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17635 $as_echo_n "checking for isinf... " >&6; }
17636 if ${ac_cv_have_isinf+:} false
; then :
17637 $as_echo_n "(cached) " >&6
17639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17640 /* end confdefs.h. */
17645 float f = 0.0; return isinf(f)
17650 if ac_fn_c_try_link
"$LINENO"; then :
17651 ac_cv_have_isinf
="yes"
17653 ac_cv_have_isinf
="no"
17655 rm -f core conftest.err conftest.
$ac_objext \
17656 conftest
$ac_exeext conftest.
$ac_ext
17658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17659 $as_echo "$ac_cv_have_isinf" >&6; }
17660 if test "$ac_cv_have_isinf" = "yes"
17663 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17668 $as_echo_n "checking for isnan... " >&6; }
17669 if ${ac_cv_have_isnan+:} false
; then :
17670 $as_echo_n "(cached) " >&6
17672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17673 /* end confdefs.h. */
17678 float f = 0.0; return isnan(f)
17683 if ac_fn_c_try_link
"$LINENO"; then :
17684 ac_cv_have_isnan
="yes"
17686 ac_cv_have_isnan
="no"
17688 rm -f core conftest.err conftest.
$ac_objext \
17689 conftest
$ac_exeext conftest.
$ac_ext
17691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17692 $as_echo "$ac_cv_have_isnan" >&6; }
17693 if test "$ac_cv_have_isnan" = "yes"
17696 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17744 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17745 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17746 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17747 cat >>confdefs.h
<<_ACEOF
17748 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17754 LIBS
="$ac_save_LIBS"
17756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17757 $as_echo_n "checking for __builtin_clz... " >&6; }
17758 if ${ac_cv_have___builtin_clz+:} false
; then :
17759 $as_echo_n "(cached) " >&6
17761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17762 /* end confdefs.h. */
17767 return __builtin_clz(1)
17772 if ac_fn_c_try_link
"$LINENO"; then :
17773 ac_cv_have___builtin_clz
="yes"
17775 ac_cv_have___builtin_clz
="no"
17777 rm -f core conftest.err conftest.
$ac_objext \
17778 conftest
$ac_exeext conftest.
$ac_ext
17780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17781 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17782 if test "$ac_cv_have___builtin_clz" = "yes"
17785 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17790 $as_echo_n "checking for __builtin_popcount... " >&6; }
17791 if ${ac_cv_have___builtin_popcount+:} false
; then :
17792 $as_echo_n "(cached) " >&6
17794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17795 /* end confdefs.h. */
17800 return __builtin_popcount(1)
17805 if ac_fn_c_try_link
"$LINENO"; then :
17806 ac_cv_have___builtin_popcount
="yes"
17808 ac_cv_have___builtin_popcount
="no"
17810 rm -f core conftest.err conftest.
$ac_objext \
17811 conftest
$ac_exeext conftest.
$ac_ext
17813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17814 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17815 if test "$ac_cv_have___builtin_popcount" = "yes"
17818 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17823 $as_echo_n "checking for __clear_cache... " >&6; }
17824 if ${ac_cv_have___clear_cache+:} false
; then :
17825 $as_echo_n "(cached) " >&6
17827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17828 /* end confdefs.h. */
17833 __clear_cache((void*)0, (void*)0); return 0;
17838 if ac_fn_c_try_link
"$LINENO"; then :
17839 ac_cv_have___clear_cache
="yes"
17841 ac_cv_have___clear_cache
="no"
17843 rm -f core conftest.err conftest.
$ac_objext \
17844 conftest
$ac_exeext conftest.
$ac_ext
17846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17847 $as_echo "$ac_cv_have___clear_cache" >&6; }
17848 if test "$ac_cv_have___clear_cache" = "yes"
17851 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17857 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17858 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17859 if ${ac_cv_cpp_def___i386__+:} false
; then :
17860 $as_echo_n "(cached) " >&6
17862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17863 /* end confdefs.h. */
17868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17869 $EGREP "yes" >/dev
/null
2>&1; then :
17870 ac_cv_cpp_def___i386__
=yes
17872 ac_cv_cpp_def___i386__
=no
17877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17878 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17879 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17880 CFLAGS
="$CFLAGS -D__i386__"
17881 LINTFLAGS
="$LINTFLAGS -D__i386__"
17883 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17884 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17885 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17886 $as_echo_n "(cached) " >&6
17888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17889 /* end confdefs.h. */
17894 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17895 $EGREP "yes" >/dev
/null
2>&1; then :
17896 ac_cv_cpp_def___x86_64__
=yes
17898 ac_cv_cpp_def___x86_64__
=no
17903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17904 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17905 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17906 CFLAGS
="$CFLAGS -D__x86_64__"
17907 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17909 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17910 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17911 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17912 $as_echo_n "(cached) " >&6
17914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17915 /* end confdefs.h. */
17916 #ifndef __sparc64__
17920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17921 $EGREP "yes" >/dev
/null
2>&1; then :
17922 ac_cv_cpp_def___sparc64__
=yes
17924 ac_cv_cpp_def___sparc64__
=no
17929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17930 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17931 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17932 CFLAGS
="$CFLAGS -D__sparc64__"
17933 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17935 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17936 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17937 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17938 $as_echo_n "(cached) " >&6
17940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17941 /* end confdefs.h. */
17946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17947 $EGREP "yes" >/dev
/null
2>&1; then :
17948 ac_cv_cpp_def___sparc__
=yes
17950 ac_cv_cpp_def___sparc__
=no
17955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17956 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17957 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17958 CFLAGS
="$CFLAGS -D__sparc__"
17959 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17961 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17962 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17963 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17964 $as_echo_n "(cached) " >&6
17966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17967 /* end confdefs.h. */
17968 #ifndef __powerpc64__
17972 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17973 $EGREP "yes" >/dev
/null
2>&1; then :
17974 ac_cv_cpp_def___powerpc64__
=yes
17976 ac_cv_cpp_def___powerpc64__
=no
17981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17982 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17983 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17984 CFLAGS
="$CFLAGS -D__powerpc64__"
17985 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17987 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17988 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17989 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17990 $as_echo_n "(cached) " >&6
17992 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17993 /* end confdefs.h. */
17994 #ifndef __powerpc__
17998 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17999 $EGREP "yes" >/dev
/null
2>&1; then :
18000 ac_cv_cpp_def___powerpc__
=yes
18002 ac_cv_cpp_def___powerpc__
=no
18007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18008 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18009 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
18010 CFLAGS
="$CFLAGS -D__powerpc__"
18011 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
18013 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18014 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18015 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
18016 $as_echo_n "(cached) " >&6
18018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18019 /* end confdefs.h. */
18020 #ifndef __aarch64__
18024 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18025 $EGREP "yes" >/dev
/null
2>&1; then :
18026 ac_cv_cpp_def___aarch64__
=yes
18028 ac_cv_cpp_def___aarch64__
=no
18033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18034 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18035 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18036 CFLAGS
="$CFLAGS -D__aarch64__"
18037 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18039 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18040 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18041 if ${ac_cv_cpp_def___arm__+:} false
; then :
18042 $as_echo_n "(cached) " >&6
18044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18045 /* end confdefs.h. */
18050 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18051 $EGREP "yes" >/dev
/null
2>&1; then :
18052 ac_cv_cpp_def___arm__
=yes
18054 ac_cv_cpp_def___arm__
=no
18059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18060 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18061 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18062 CFLAGS
="$CFLAGS -D__arm__"
18063 LINTFLAGS
="$LINTFLAGS -D__arm__"
18067 case $host_vendor in
18068 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18069 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18070 if ${ac_cv_cpp_def___sun__+:} false
; then :
18071 $as_echo_n "(cached) " >&6
18073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18074 /* end confdefs.h. */
18079 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18080 $EGREP "yes" >/dev
/null
2>&1; then :
18081 ac_cv_cpp_def___sun__
=yes
18083 ac_cv_cpp_def___sun__
=no
18088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18089 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18090 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18091 CFLAGS
="$CFLAGS -D__sun__"
18092 LINTFLAGS
="$LINTFLAGS -D__sun__"
18100 ac_config_commands
="$ac_config_commands include/stamp-h"
18102 $as_echo_n "creating Makefile rules..." >&6
18104 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18105 SOCKET_LIBS = $SOCKET_LIBS
18106 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18107 IOKIT_LIBS = $IOKIT_LIBS
18108 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18109 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18110 CORESERVICES_LIBS = $CORESERVICES_LIBS
18111 APPKIT_LIBS = $APPKIT_LIBS
18112 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18113 SECURITY_LIBS = $SECURITY_LIBS
18114 COREAUDIO_LIBS = $COREAUDIO_LIBS
18115 OPENAL_LIBS = $OPENAL_LIBS
18116 OPENCL_LIBS = $OPENCL_LIBS
18117 QUICKTIME_LIBS = $QUICKTIME_LIBS
18118 CARBON_LIBS = $CARBON_LIBS
18119 PTHREAD_LIBS = $PTHREAD_LIBS
18120 X_CFLAGS = $X_CFLAGS
18121 X_PRE_LIBS = $X_PRE_LIBS
18123 X_EXTRA_LIBS = $X_EXTRA_LIBS
18124 PCAP_LIBS = $PCAP_LIBS
18125 XML2_CFLAGS = $XML2_CFLAGS
18126 XML2_LIBS = $XML2_LIBS
18127 XSLT_CFLAGS = $XSLT_CFLAGS
18128 XSLT_LIBS = $XSLT_LIBS
18129 DBUS_CFLAGS = $DBUS_CFLAGS
18130 DBUS_LIBS = $DBUS_LIBS
18131 HAL_CFLAGS = $HAL_CFLAGS
18132 HAL_LIBS = $HAL_LIBS
18133 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18134 GNUTLS_LIBS = $GNUTLS_LIBS
18135 SANE_CFLAGS = $SANE_CFLAGS
18136 SANE_LIBS = $SANE_LIBS
18137 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18138 GPHOTO2_LIBS = $GPHOTO2_LIBS
18139 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18140 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18141 RESOLV_LIBS = $RESOLV_LIBS
18142 LCMS2_CFLAGS = $LCMS2_CFLAGS
18143 LCMS2_LIBS = $LCMS2_LIBS
18144 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18145 FREETYPE_LIBS = $FREETYPE_LIBS
18147 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18148 PULSE_CFLAGS = $PULSE_CFLAGS
18149 PULSE_LIBS = $PULSE_LIBS
18150 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18151 GSTREAMER_LIBS = $GSTREAMER_LIBS
18152 ALSA_LIBS = $ALSA_LIBS
18153 OSS4_CFLAGS = $OSS4_CFLAGS
18154 UDEV_CFLAGS = $UDEV_CFLAGS
18155 UDEV_LIBS = $UDEV_LIBS
18156 SDL2_CFLAGS = $SDL2_CFLAGS
18157 SDL2_LIBS = $SDL2_LIBS
18158 CAPI20_CFLAGS = $CAPI20_CFLAGS
18159 CAPI20_LIBS = $CAPI20_LIBS
18160 CUPS_CFLAGS = $CUPS_CFLAGS
18161 CUPS_LIBS = $CUPS_LIBS
18162 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18163 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18164 KRB5_CFLAGS = $KRB5_CFLAGS
18165 KRB5_LIBS = $KRB5_LIBS
18166 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18167 GSSAPI_LIBS = $GSSAPI_LIBS
18168 JPEG_CFLAGS = $JPEG_CFLAGS
18169 JPEG_LIBS = $JPEG_LIBS
18170 PNG_CFLAGS = $PNG_CFLAGS
18171 PNG_LIBS = $PNG_LIBS
18172 TIFF_CFLAGS = $TIFF_CFLAGS
18173 TIFF_LIBS = $TIFF_LIBS
18174 MPG123_CFLAGS = $MPG123_CFLAGS
18175 MPG123_LIBS = $MPG123_LIBS
18176 KSTAT_LIBS = $KSTAT_LIBS
18177 PROCSTAT_LIBS = $PROCSTAT_LIBS
18178 NETAPI_CFLAGS = $NETAPI_CFLAGS
18179 NETAPI_LIBS = $NETAPI_LIBS
18180 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18182 POLL_LIBS = $POLL_LIBS
18184 LDAP_CFLAGS = $LDAP_CFLAGS
18185 LDAP_LIBS = $LDAP_LIBS
18190 wine_fn_append_rule
"
18191 # Rules automatically generated by configure
18196 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18197 @./config.status Make.tmp Makefile
18198 depend: \$(MAKEDEP) dummy
18201 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
18202 @echo \"crosstest is not supported (mingw not installed?)\" && false"
18204 if test "x$enable_fonts" != xno
; then
18205 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18206 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18207 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18208 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18209 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18210 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18212 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18213 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18214 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18215 wine_fn_config_symlink wine
18216 if test "x$enable_win64" != xno
; then
18217 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18218 wine_fn_config_symlink wine64
18221 wine_fn_config_dll acledit enable_acledit
18222 wine_fn_config_dll aclui enable_aclui
18223 wine_fn_config_dll activeds enable_activeds
18224 wine_fn_config_dll actxprxy enable_actxprxy
18225 wine_fn_config_lib adsiid
18226 wine_fn_config_dll adsldp enable_adsldp
18227 wine_fn_config_test dlls
/adsldp
/tests adsldp_test
18228 wine_fn_config_dll adsldpc enable_adsldpc
18229 wine_fn_config_dll advapi32 enable_advapi32
18230 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
18231 wine_fn_config_dll advpack enable_advpack
18232 wine_fn_config_test dlls
/advpack
/tests advpack_test
18233 wine_fn_config_dll amstream enable_amstream
18234 wine_fn_config_test dlls
/amstream
/tests amstream_test
18235 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18236 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18237 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18238 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18239 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18240 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18241 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18242 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18243 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18244 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18245 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18246 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18247 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18248 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18249 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18250 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18251 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18252 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18253 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18254 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18255 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18256 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18257 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18258 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18259 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18260 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18261 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18262 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18263 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18264 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18265 wine_fn_config_dll api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18266 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18267 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18268 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18269 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18270 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18271 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18272 wine_fn_config_dll api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18273 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18274 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18275 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18276 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18277 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18278 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18279 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18280 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18281 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18282 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18283 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18284 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18285 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18286 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18287 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18288 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18289 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18290 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18291 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18292 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18293 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18294 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18295 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18296 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18297 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18298 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18299 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18300 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18301 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18302 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18303 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18304 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18305 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18306 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18307 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18308 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18309 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18310 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18311 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18312 wine_fn_config_dll api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18313 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18314 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18315 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18316 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18317 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18318 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18319 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18320 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18321 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18322 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18323 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18324 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18325 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18326 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18327 wine_fn_config_dll api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18328 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18329 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18330 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18331 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18332 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18333 wine_fn_config_dll api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18334 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18335 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18336 wine_fn_config_dll api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18337 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18338 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18339 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18340 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18341 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18342 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18343 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18344 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18345 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18346 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18347 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18348 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18349 wine_fn_config_dll api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18350 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18351 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18352 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18353 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18354 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18355 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18356 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18357 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18358 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18359 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18360 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18361 wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18362 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18363 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18364 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18365 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18366 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18367 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18368 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18369 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18370 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18371 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18372 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18373 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18374 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18375 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18376 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18377 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18378 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18379 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18380 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18381 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18382 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18383 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18384 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18385 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18386 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18387 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18388 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18389 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18390 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18391 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18392 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18393 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18394 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18395 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18396 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18397 wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18398 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18399 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18400 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18401 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18402 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18403 wine_fn_config_dll api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18404 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18405 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18406 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18407 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18408 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18409 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18410 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18411 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18412 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18413 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18414 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18415 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18416 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18417 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18418 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18419 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18420 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18421 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18422 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18423 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18424 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18425 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18426 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18427 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18428 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18429 wine_fn_config_dll api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18430 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18431 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18432 wine_fn_config_dll apphelp enable_apphelp
18433 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18434 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
18435 wine_fn_config_dll atl enable_atl
18436 wine_fn_config_test dlls
/atl
/tests atl_test
18437 wine_fn_config_dll atl100 enable_atl100
18438 wine_fn_config_test dlls
/atl100
/tests atl100_test
18439 wine_fn_config_dll atl110 enable_atl110
18440 wine_fn_config_dll atl80 enable_atl80
18441 wine_fn_config_test dlls
/atl80
/tests atl80_test
18442 wine_fn_config_dll atl90 enable_atl90
18443 wine_fn_config_dll authz enable_authz
18444 wine_fn_config_dll avicap32 enable_avicap32
18445 wine_fn_config_dll avifil32 enable_avifil32
18446 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18447 wine_fn_config_dll avifile.dll16 enable_win16
18448 wine_fn_config_dll avrt enable_avrt
18449 wine_fn_config_dll bcrypt enable_bcrypt
18450 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18451 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18452 wine_fn_config_dll browseui enable_browseui
18453 wine_fn_config_test dlls
/browseui
/tests browseui_test
18454 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18455 wine_fn_config_dll cabinet enable_cabinet
18456 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18457 wine_fn_config_dll capi2032 enable_capi2032
18458 wine_fn_config_dll cards enable_cards
18459 wine_fn_config_dll cdosys enable_cdosys
18460 wine_fn_config_dll cfgmgr32 enable_cfgmgr32
18461 wine_fn_config_dll clusapi enable_clusapi
18462 wine_fn_config_dll combase enable_combase
18463 wine_fn_config_test dlls
/combase
/tests combase_test
18464 wine_fn_config_dll comcat enable_comcat
18465 wine_fn_config_test dlls
/comcat
/tests comcat_test
18466 wine_fn_config_dll comctl32 enable_comctl32
18467 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18468 wine_fn_config_dll comdlg32 enable_comdlg32
18469 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18470 wine_fn_config_dll
comm.drv16 enable_win16
18471 wine_fn_config_dll commdlg.dll16 enable_win16
18472 wine_fn_config_dll compobj.dll16 enable_win16
18473 wine_fn_config_dll compstui enable_compstui
18474 wine_fn_config_dll comsvcs enable_comsvcs
18475 wine_fn_config_dll concrt140 enable_concrt140
18476 wine_fn_config_dll connect enable_connect
18477 wine_fn_config_dll credui enable_credui
18478 wine_fn_config_test dlls
/credui
/tests credui_test
18479 wine_fn_config_dll crtdll enable_crtdll
18480 wine_fn_config_dll crypt32 enable_crypt32
18481 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18482 wine_fn_config_dll cryptdlg enable_cryptdlg
18483 wine_fn_config_dll cryptdll enable_cryptdll
18484 wine_fn_config_dll cryptext enable_cryptext
18485 wine_fn_config_dll cryptnet enable_cryptnet
18486 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18487 wine_fn_config_dll cryptui enable_cryptui
18488 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18489 wine_fn_config_dll ctapi32 enable_ctapi32
18490 wine_fn_config_dll ctl3d.dll16 enable_win16
18491 wine_fn_config_dll ctl3d32 enable_ctl3d32
18492 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18493 wine_fn_config_dll d2d1 enable_d2d1
18494 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18495 wine_fn_config_dll d3d10 enable_d3d10
18496 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18497 wine_fn_config_dll d3d10_1 enable_d3d10_1
18498 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18499 wine_fn_config_dll d3d10core enable_d3d10core
18500 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18501 wine_fn_config_dll d3d11 enable_d3d11
18502 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18503 wine_fn_config_dll d3d12 enable_d3d12
18504 wine_fn_config_test dlls
/d3d12
/tests d3d12_test
18505 wine_fn_config_dll d3d8 enable_d3d8
18506 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18507 wine_fn_config_dll d3d9 enable_d3d9
18508 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18509 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18510 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18511 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18512 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18513 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18514 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18515 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18516 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18517 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18518 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18519 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43
18520 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18521 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18522 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18523 wine_fn_config_dll d3dim enable_d3dim
18524 wine_fn_config_dll d3drm enable_d3drm
18525 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18526 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18527 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18528 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18529 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18530 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18531 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18532 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18533 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18534 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18535 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18536 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
18537 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18538 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18539 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
18540 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18541 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18542 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18543 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18544 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18545 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18546 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18547 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18548 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18549 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18550 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18551 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18552 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18553 wine_fn_config_dll d3dx9_36 enable_d3dx9_36
18554 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18555 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18556 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18557 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18558 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18559 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18560 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18561 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18562 wine_fn_config_dll d3dxof enable_d3dxof
18563 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18564 wine_fn_config_dll davclnt enable_davclnt
18565 wine_fn_config_dll dbgeng enable_dbgeng
18566 wine_fn_config_dll dbghelp enable_dbghelp
18567 wine_fn_config_dll dciman32 enable_dciman32
18568 wine_fn_config_dll ddeml.dll16 enable_win16
18569 wine_fn_config_dll ddraw enable_ddraw
18570 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18571 wine_fn_config_dll ddrawex enable_ddrawex
18572 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18573 wine_fn_config_dll devenum enable_devenum
18574 wine_fn_config_test dlls
/devenum
/tests devenum_test
18575 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18576 wine_fn_config_dll dhtmled.ocx enable_dhtmled_ocx
18577 wine_fn_config_dll difxapi enable_difxapi
18578 wine_fn_config_dll dinput enable_dinput
18579 wine_fn_config_test dlls
/dinput
/tests dinput_test
18580 wine_fn_config_dll dinput8 enable_dinput8
18581 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18582 wine_fn_config_dll dispdib.dll16 enable_win16
18583 wine_fn_config_dll dispex enable_dispex
18584 wine_fn_config_test dlls
/dispex
/tests dispex_test
18585 wine_fn_config_dll display.drv16 enable_win16
18586 wine_fn_config_dll dmband enable_dmband
18587 wine_fn_config_test dlls
/dmband
/tests dmband_test
18588 wine_fn_config_dll dmcompos enable_dmcompos
18589 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18590 wine_fn_config_dll dmime enable_dmime
18591 wine_fn_config_test dlls
/dmime
/tests dmime_test
18592 wine_fn_config_dll dmloader enable_dmloader
18593 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18594 wine_fn_config_dll dmscript enable_dmscript
18595 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18596 wine_fn_config_dll dmstyle enable_dmstyle
18597 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18598 wine_fn_config_dll dmsynth enable_dmsynth
18599 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18600 wine_fn_config_dll dmusic enable_dmusic
18601 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18602 wine_fn_config_dll dmusic32 enable_dmusic32
18603 wine_fn_config_dll dnsapi enable_dnsapi
18604 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18605 wine_fn_config_dll dplay enable_dplay
18606 wine_fn_config_dll dplayx enable_dplayx
18607 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18608 wine_fn_config_dll dpnaddr enable_dpnaddr
18609 wine_fn_config_dll dpnet enable_dpnet
18610 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18611 wine_fn_config_dll dpnhpast enable_dpnhpast
18612 wine_fn_config_dll dpnlobby enable_dpnlobby
18613 wine_fn_config_dll dpvoice enable_dpvoice
18614 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18615 wine_fn_config_dll dpwsockx enable_dpwsockx
18616 wine_fn_config_dll drmclien enable_drmclien
18617 wine_fn_config_dll dsound enable_dsound
18618 wine_fn_config_test dlls
/dsound
/tests dsound_test
18619 wine_fn_config_dll dsquery enable_dsquery
18620 wine_fn_config_dll dssenh enable_dssenh
18621 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18622 wine_fn_config_dll dswave enable_dswave
18623 wine_fn_config_test dlls
/dswave
/tests dswave_test
18624 wine_fn_config_dll dwmapi enable_dwmapi
18625 wine_fn_config_dll dwrite enable_dwrite
18626 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18627 wine_fn_config_dll dx8vb enable_dx8vb
18628 wine_fn_config_dll dxdiagn enable_dxdiagn
18629 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18630 wine_fn_config_lib dxerr8
18631 wine_fn_config_lib dxerr9
18632 wine_fn_config_dll dxgi enable_dxgi
18633 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18634 wine_fn_config_lib dxguid
18635 wine_fn_config_dll dxva2 enable_dxva2
18636 wine_fn_config_dll esent enable_esent
18637 wine_fn_config_dll evr enable_evr
18638 wine_fn_config_test dlls
/evr
/tests evr_test
18639 wine_fn_config_dll explorerframe enable_explorerframe
18640 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18641 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18642 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18643 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18644 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18645 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18646 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18647 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18648 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18649 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18650 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18651 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18652 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18653 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18654 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18655 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18656 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18657 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18658 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18659 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18660 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18661 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18662 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18663 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18664 wine_fn_config_dll faultrep enable_faultrep
18665 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18666 wine_fn_config_dll fltlib enable_fltlib
18667 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18668 wine_fn_config_dll fntcache enable_fntcache
18669 wine_fn_config_dll fontsub enable_fontsub
18670 wine_fn_config_dll fusion enable_fusion
18671 wine_fn_config_test dlls
/fusion
/tests fusion_test
18672 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18673 wine_fn_config_dll gameux enable_gameux
18674 wine_fn_config_test dlls
/gameux
/tests gameux_test
18675 wine_fn_config_dll gdi.exe16 enable_win16
18676 wine_fn_config_dll gdi32 enable_gdi32
18677 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18678 wine_fn_config_dll gdiplus enable_gdiplus
18679 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18680 wine_fn_config_dll glu32 enable_glu32
18681 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
18682 wine_fn_config_dll gpkcsp enable_gpkcsp
18683 wine_fn_config_dll hal enable_hal
18684 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
18685 wine_fn_config_dll hid enable_hid
18686 wine_fn_config_test dlls
/hid
/tests hid_test
18687 wine_fn_config_dll hidclass.sys enable_hidclass_sys
18688 wine_fn_config_dll hlink enable_hlink
18689 wine_fn_config_test dlls
/hlink
/tests hlink_test
18690 wine_fn_config_dll hnetcfg enable_hnetcfg
18691 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18692 wine_fn_config_dll httpapi enable_httpapi
18693 wine_fn_config_test dlls
/httpapi
/tests httpapi_test
18694 wine_fn_config_dll iccvid enable_iccvid
18695 wine_fn_config_dll icmp enable_icmp
18696 wine_fn_config_dll ieframe enable_ieframe
18697 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18698 wine_fn_config_dll ieproxy enable_ieproxy
18699 wine_fn_config_dll ifsmgr.vxd enable_win16
18700 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18701 wine_fn_config_dll imagehlp enable_imagehlp
18702 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18703 wine_fn_config_dll imm.dll16 enable_win16
18704 wine_fn_config_dll imm32 enable_imm32
18705 wine_fn_config_test dlls
/imm32
/tests imm32_test
18706 wine_fn_config_dll inetcomm enable_inetcomm
18707 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18708 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
18709 wine_fn_config_dll inetmib1 enable_inetmib1
18710 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18711 wine_fn_config_dll infosoft enable_infosoft
18712 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18713 wine_fn_config_dll initpki enable_initpki
18714 wine_fn_config_dll inkobj enable_inkobj
18715 wine_fn_config_dll inseng enable_inseng
18716 wine_fn_config_dll iphlpapi enable_iphlpapi
18717 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18718 wine_fn_config_dll iprop enable_iprop
18719 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18720 wine_fn_config_dll itircl enable_itircl
18721 wine_fn_config_dll itss enable_itss
18722 wine_fn_config_test dlls
/itss
/tests itss_test
18723 wine_fn_config_dll joy.cpl enable_joy_cpl
18724 wine_fn_config_dll jscript enable_jscript
18725 wine_fn_config_test dlls
/jscript
/tests jscript_test
18726 wine_fn_config_dll jsproxy enable_jsproxy
18727 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18728 wine_fn_config_dll kerberos enable_kerberos
18729 wine_fn_config_dll kernel32 enable_kernel32
18730 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18731 wine_fn_config_dll kernelbase enable_kernelbase
18732 wine_fn_config_test dlls
/kernelbase
/tests kernelbase_test
18733 wine_fn_config_dll keyboard.drv16 enable_win16
18734 wine_fn_config_dll krnl386.exe16 enable_win16
18735 wine_fn_config_dll ksuser enable_ksuser
18736 wine_fn_config_dll ktmw32 enable_ktmw32
18737 wine_fn_config_dll l3codeca.acm enable_l3codeca_acm
18738 wine_fn_config_dll loadperf enable_loadperf
18739 wine_fn_config_dll localspl enable_localspl
18740 wine_fn_config_test dlls
/localspl
/tests localspl_test
18741 wine_fn_config_dll localui enable_localui
18742 wine_fn_config_test dlls
/localui
/tests localui_test
18743 wine_fn_config_dll lz32 enable_lz32
18744 wine_fn_config_test dlls
/lz32
/tests lz32_test
18745 wine_fn_config_dll lzexpand.dll16 enable_win16
18746 wine_fn_config_dll mapi32 enable_mapi32
18747 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18748 wine_fn_config_dll mapistub enable_mapistub
18749 wine_fn_config_dll mciavi32 enable_mciavi32
18750 wine_fn_config_dll mcicda enable_mcicda
18751 wine_fn_config_dll mciqtz32 enable_mciqtz32
18752 wine_fn_config_dll mciseq enable_mciseq
18753 wine_fn_config_dll mciwave enable_mciwave
18754 wine_fn_config_dll mf enable_mf
18755 wine_fn_config_test dlls
/mf
/tests mf_test
18756 wine_fn_config_dll mf3216 enable_mf3216
18757 wine_fn_config_dll mfplat enable_mfplat
18758 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18759 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18760 wine_fn_config_lib mfuuid
18761 wine_fn_config_dll mgmtapi enable_mgmtapi
18762 wine_fn_config_dll midimap enable_midimap
18763 wine_fn_config_dll mlang enable_mlang
18764 wine_fn_config_test dlls
/mlang
/tests mlang_test
18765 wine_fn_config_dll mmcndmgr enable_mmcndmgr
18766 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18767 wine_fn_config_dll mmdevapi enable_mmdevapi
18768 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18769 wine_fn_config_dll mmdevldr.vxd enable_win16
18770 wine_fn_config_dll mmsystem.dll16 enable_win16
18771 wine_fn_config_dll monodebg.vxd enable_win16
18772 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18773 wine_fn_config_dll mouse.drv16 enable_win16
18774 wine_fn_config_dll mpr enable_mpr
18775 wine_fn_config_test dlls
/mpr
/tests mpr_test
18776 wine_fn_config_dll mprapi enable_mprapi
18777 wine_fn_config_dll msacm.dll16 enable_win16
18778 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18779 wine_fn_config_dll msacm32 enable_msacm32
18780 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18781 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18782 wine_fn_config_dll msasn1 enable_msasn1
18783 wine_fn_config_dll mscat32 enable_mscat32
18784 wine_fn_config_dll mscms enable_mscms
18785 wine_fn_config_test dlls
/mscms
/tests mscms_test
18786 wine_fn_config_dll mscoree enable_mscoree
18787 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18788 wine_fn_config_dll msctf enable_msctf
18789 wine_fn_config_test dlls
/msctf
/tests msctf_test
18790 wine_fn_config_dll msctfp enable_msctfp
18791 wine_fn_config_dll msdaps enable_msdaps
18792 wine_fn_config_dll msdelta enable_msdelta
18793 wine_fn_config_dll msdmo enable_msdmo
18794 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18795 wine_fn_config_dll msdrm enable_msdrm
18796 wine_fn_config_dll msftedit enable_msftedit
18797 wine_fn_config_dll msg711.acm enable_msg711_acm
18798 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18799 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
18800 wine_fn_config_dll mshtml enable_mshtml
18801 wine_fn_config_test dlls
/mshtml
/tests mshtml_test
18802 wine_fn_config_dll msi enable_msi
18803 wine_fn_config_test dlls
/msi
/tests msi_test
18804 wine_fn_config_dll msident enable_msident
18805 wine_fn_config_dll msimg32 enable_msimg32
18806 wine_fn_config_dll msimsg enable_msimsg
18807 wine_fn_config_dll msimtf enable_msimtf
18808 wine_fn_config_dll msisip enable_msisip
18809 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18810 wine_fn_config_dll msls31 enable_msls31
18811 wine_fn_config_dll msnet32 enable_msnet32
18812 wine_fn_config_dll mspatcha enable_mspatcha
18813 wine_fn_config_dll msports enable_msports
18814 wine_fn_config_dll msrle32 enable_msrle32
18815 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18816 wine_fn_config_dll msscript.ocx enable_msscript_ocx
18817 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test
18818 wine_fn_config_dll mssign32 enable_mssign32
18819 wine_fn_config_dll mssip32 enable_mssip32
18820 wine_fn_config_dll mstask enable_mstask
18821 wine_fn_config_test dlls
/mstask
/tests mstask_test
18822 wine_fn_config_dll msvcirt enable_msvcirt
18823 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18824 wine_fn_config_dll msvcm80 enable_msvcm80
18825 wine_fn_config_dll msvcm90 enable_msvcm90
18826 wine_fn_config_dll msvcp100 enable_msvcp100
18827 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18828 wine_fn_config_dll msvcp110 enable_msvcp110
18829 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18830 wine_fn_config_dll msvcp120 enable_msvcp120
18831 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18832 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18833 wine_fn_config_dll msvcp140 enable_msvcp140
18834 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18835 wine_fn_config_dll msvcp60 enable_msvcp60
18836 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18837 wine_fn_config_dll msvcp70 enable_msvcp70
18838 wine_fn_config_dll msvcp71 enable_msvcp71
18839 wine_fn_config_dll msvcp80 enable_msvcp80
18840 wine_fn_config_dll msvcp90 enable_msvcp90
18841 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18842 wine_fn_config_dll msvcr100 enable_msvcr100
18843 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18844 wine_fn_config_dll msvcr110 enable_msvcr110
18845 wine_fn_config_dll msvcr120 enable_msvcr120
18846 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18847 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18848 wine_fn_config_dll msvcr70 enable_msvcr70
18849 wine_fn_config_dll msvcr71 enable_msvcr71
18850 wine_fn_config_dll msvcr80 enable_msvcr80
18851 wine_fn_config_dll msvcr90 enable_msvcr90
18852 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18853 wine_fn_config_dll msvcrt enable_msvcrt
18854 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18855 wine_fn_config_dll msvcrt20 enable_msvcrt20
18856 wine_fn_config_dll msvcrt40 enable_msvcrt40
18857 wine_fn_config_dll msvcrtd enable_msvcrtd
18858 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18859 wine_fn_config_dll msvfw32 enable_msvfw32
18860 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18861 wine_fn_config_dll msvidc32 enable_msvidc32
18862 wine_fn_config_dll msvideo.dll16 enable_win16
18863 wine_fn_config_dll mswsock enable_mswsock
18864 wine_fn_config_dll msxml enable_msxml
18865 wine_fn_config_dll msxml2 enable_msxml2
18866 wine_fn_config_dll msxml3 enable_msxml3
18867 wine_fn_config_test dlls
/msxml
3/tests msxml3_test
18868 wine_fn_config_dll msxml4 enable_msxml4
18869 wine_fn_config_dll msxml6 enable_msxml6
18870 wine_fn_config_dll mtxdm enable_mtxdm
18871 wine_fn_config_dll ncrypt enable_ncrypt
18872 wine_fn_config_dll nddeapi enable_nddeapi
18873 wine_fn_config_dll ndis.sys enable_ndis_sys
18874 wine_fn_config_dll netapi32 enable_netapi32
18875 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18876 wine_fn_config_dll netcfgx enable_netcfgx
18877 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18878 wine_fn_config_dll netprofm enable_netprofm
18879 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18880 wine_fn_config_dll newdev enable_newdev
18881 wine_fn_config_dll normaliz enable_normaliz
18882 wine_fn_config_dll npmshtml enable_npmshtml
18883 wine_fn_config_dll npptools enable_npptools
18884 wine_fn_config_dll ntdll enable_ntdll
18885 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18886 wine_fn_config_dll ntdsapi enable_ntdsapi
18887 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18888 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe
18889 wine_fn_config_dll ntprint enable_ntprint
18890 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18891 wine_fn_config_dll objsel enable_objsel
18892 wine_fn_config_dll odbc32 enable_odbc32
18893 wine_fn_config_dll odbccp32 enable_odbccp32
18894 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18895 wine_fn_config_dll odbccu32 enable_odbccu32
18896 wine_fn_config_dll ole2.dll16 enable_win16
18897 wine_fn_config_dll ole2conv.dll16 enable_win16
18898 wine_fn_config_dll ole2disp.dll16 enable_win16
18899 wine_fn_config_dll ole2nls.dll16 enable_win16
18900 wine_fn_config_dll ole2prox.dll16 enable_win16
18901 wine_fn_config_dll ole2thk.dll16 enable_win16
18902 wine_fn_config_dll ole32 enable_ole32
18903 wine_fn_config_test dlls
/ole32
/tests ole32_test
18904 wine_fn_config_dll oleacc enable_oleacc
18905 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18906 wine_fn_config_dll oleaut32 enable_oleaut32
18907 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test
18908 wine_fn_config_dll olecli.dll16 enable_win16
18909 wine_fn_config_dll olecli32 enable_olecli32
18910 wine_fn_config_dll oledb32 enable_oledb32
18911 wine_fn_config_test dlls
/oledb32
/tests oledb32_test
18912 wine_fn_config_dll oledlg enable_oledlg
18913 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18914 wine_fn_config_dll olepro32 enable_olepro32
18915 wine_fn_config_dll olesvr.dll16 enable_win16
18916 wine_fn_config_dll olesvr32 enable_olesvr32
18917 wine_fn_config_dll olethk32 enable_olethk32
18918 wine_fn_config_dll openal32 enable_openal32
18919 wine_fn_config_dll opencl enable_opencl
18920 wine_fn_config_dll opengl32 enable_opengl32
18921 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18922 wine_fn_config_dll packager enable_packager
18923 wine_fn_config_test dlls
/packager
/tests packager_test
18924 wine_fn_config_dll pdh enable_pdh
18925 wine_fn_config_test dlls
/pdh
/tests pdh_test
18926 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18927 wine_fn_config_dll pidgen enable_pidgen
18928 wine_fn_config_dll powrprof enable_powrprof
18929 wine_fn_config_dll printui enable_printui
18930 wine_fn_config_dll prntvpt enable_prntvpt
18931 wine_fn_config_dll propsys enable_propsys
18932 wine_fn_config_test dlls
/propsys
/tests propsys_test
18933 wine_fn_config_dll psapi enable_psapi
18934 wine_fn_config_test dlls
/psapi
/tests psapi_test
18935 wine_fn_config_dll pstorec enable_pstorec
18936 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
18937 wine_fn_config_dll qcap enable_qcap
18938 wine_fn_config_test dlls
/qcap
/tests qcap_test
18939 wine_fn_config_dll qedit enable_qedit
18940 wine_fn_config_test dlls
/qedit
/tests qedit_test
18941 wine_fn_config_dll qmgr enable_qmgr
18942 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18943 wine_fn_config_dll qmgrprxy enable_qmgrprxy
18944 wine_fn_config_dll quartz enable_quartz
18945 wine_fn_config_test dlls
/quartz
/tests quartz_test
18946 wine_fn_config_dll query enable_query
18947 wine_fn_config_dll rasapi16.dll16 enable_win16
18948 wine_fn_config_dll rasapi32 enable_rasapi32
18949 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18950 wine_fn_config_dll rasdlg enable_rasdlg
18951 wine_fn_config_dll regapi enable_regapi
18952 wine_fn_config_dll resutils enable_resutils
18953 wine_fn_config_dll riched20 enable_riched20
18954 wine_fn_config_test dlls
/riched20
/tests riched20_test
18955 wine_fn_config_dll riched32 enable_riched32
18956 wine_fn_config_test dlls
/riched32
/tests riched32_test
18957 wine_fn_config_dll rpcrt4 enable_rpcrt4
18958 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test
18959 wine_fn_config_dll rsabase enable_rsabase
18960 wine_fn_config_dll rsaenh enable_rsaenh
18961 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18962 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18963 wine_fn_config_dll rtutils enable_rtutils
18964 wine_fn_config_dll samlib enable_samlib
18965 wine_fn_config_dll sane.ds enable_sane_ds
18966 wine_fn_config_dll sapi enable_sapi
18967 wine_fn_config_test dlls
/sapi
/tests sapi_test
18968 wine_fn_config_dll scarddlg enable_scarddlg
18969 wine_fn_config_dll sccbase enable_sccbase
18970 wine_fn_config_dll schannel enable_schannel
18971 wine_fn_config_test dlls
/schannel
/tests schannel_test
18972 wine_fn_config_dll schedsvc enable_schedsvc
18973 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test
18974 wine_fn_config_dll scrobj enable_scrobj
18975 wine_fn_config_dll scrrun enable_scrrun
18976 wine_fn_config_test dlls
/scrrun
/tests scrrun_test
18977 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18978 wine_fn_config_dll secur32 enable_secur32
18979 wine_fn_config_test dlls
/secur32
/tests secur32_test
18980 wine_fn_config_dll security enable_security
18981 wine_fn_config_dll sensapi enable_sensapi
18982 wine_fn_config_dll serialui enable_serialui
18983 wine_fn_config_test dlls
/serialui
/tests serialui_test
18984 wine_fn_config_dll setupapi enable_setupapi
18985 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18986 wine_fn_config_dll setupx.dll16 enable_win16
18987 wine_fn_config_dll sfc enable_sfc
18988 wine_fn_config_dll sfc_os enable_sfc_os
18989 wine_fn_config_dll shcore enable_shcore
18990 wine_fn_config_dll shdoclc enable_shdoclc
18991 wine_fn_config_dll shdocvw enable_shdocvw
18992 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18993 wine_fn_config_dll shell.dll16 enable_win16
18994 wine_fn_config_dll shell32 enable_shell32
18995 wine_fn_config_test dlls
/shell32
/tests shell32_test
18996 wine_fn_config_dll shfolder enable_shfolder
18997 wine_fn_config_dll shlwapi enable_shlwapi
18998 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18999 wine_fn_config_dll slbcsp enable_slbcsp
19000 wine_fn_config_dll slc enable_slc
19001 wine_fn_config_test dlls
/slc
/tests slc_test
19002 wine_fn_config_dll snmpapi enable_snmpapi
19003 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
19004 wine_fn_config_dll softpub enable_softpub
19005 wine_fn_config_dll sound.drv16 enable_win16
19006 wine_fn_config_dll spoolss enable_spoolss
19007 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
19008 wine_fn_config_dll sspicli enable_sspicli
19009 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
19010 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
19011 wine_fn_config_dll sti enable_sti
19012 wine_fn_config_test dlls
/sti
/tests sti_test
19013 wine_fn_config_dll storage.dll16 enable_win16
19014 wine_fn_config_dll stress.dll16 enable_win16
19015 wine_fn_config_lib strmbase
19016 wine_fn_config_lib strmiids
19017 wine_fn_config_dll svrapi enable_svrapi
19018 wine_fn_config_dll sxs enable_sxs
19019 wine_fn_config_test dlls
/sxs
/tests sxs_test
19020 wine_fn_config_dll system.drv16 enable_win16
19021 wine_fn_config_dll t2embed enable_t2embed
19022 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
19023 wine_fn_config_dll tapi32 enable_tapi32
19024 wine_fn_config_dll taskschd enable_taskschd
19025 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
19026 wine_fn_config_dll tdh enable_tdh
19027 wine_fn_config_dll tdi.sys enable_tdi_sys
19028 wine_fn_config_dll toolhelp.dll16 enable_win16
19029 wine_fn_config_dll traffic enable_traffic
19030 wine_fn_config_dll twain.dll16 enable_win16
19031 wine_fn_config_dll twain_32 enable_twain_32
19032 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
19033 wine_fn_config_dll typelib.dll16 enable_win16
19034 wine_fn_config_dll ucrtbase enable_ucrtbase
19035 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
19036 wine_fn_config_dll uiautomationcore enable_uiautomationcore
19037 wine_fn_config_dll uiribbon enable_uiribbon
19038 wine_fn_config_dll unicows enable_unicows
19039 wine_fn_config_dll updspapi enable_updspapi
19040 wine_fn_config_dll url enable_url
19041 wine_fn_config_dll urlmon enable_urlmon
19042 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
19043 wine_fn_config_dll usbd.sys enable_usbd_sys
19044 wine_fn_config_dll user.exe16 enable_win16
19045 wine_fn_config_dll user32 enable_user32
19046 wine_fn_config_test dlls
/user32
/tests user32_test
19047 wine_fn_config_dll userenv enable_userenv
19048 wine_fn_config_test dlls
/userenv
/tests userenv_test
19049 wine_fn_config_dll usp10 enable_usp10
19050 wine_fn_config_test dlls
/usp10
/tests usp10_test
19051 wine_fn_config_lib uuid
19052 wine_fn_config_dll uxtheme enable_uxtheme
19053 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
19054 wine_fn_config_dll vbscript enable_vbscript
19055 wine_fn_config_test dlls
/vbscript
/tests vbscript_test
19056 wine_fn_config_dll vcomp enable_vcomp
19057 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
19058 wine_fn_config_dll vcomp100 enable_vcomp100
19059 wine_fn_config_dll vcomp110 enable_vcomp110
19060 wine_fn_config_dll vcomp120 enable_vcomp120
19061 wine_fn_config_dll vcomp140 enable_vcomp140
19062 wine_fn_config_dll vcomp90 enable_vcomp90
19063 wine_fn_config_dll vcruntime140 enable_vcruntime140
19064 wine_fn_config_dll vdhcp.vxd enable_win16
19065 wine_fn_config_dll vdmdbg enable_vdmdbg
19066 wine_fn_config_dll ver.dll16 enable_win16
19067 wine_fn_config_dll version enable_version
19068 wine_fn_config_test dlls
/version
/tests version_test
19069 wine_fn_config_dll virtdisk enable_virtdisk
19070 wine_fn_config_dll vmm.vxd enable_win16
19071 wine_fn_config_dll vnbt.vxd enable_win16
19072 wine_fn_config_dll vnetbios.vxd enable_win16
19073 wine_fn_config_dll vssapi enable_vssapi
19074 wine_fn_config_dll vtdapi.vxd enable_win16
19075 wine_fn_config_dll vwin32.vxd enable_win16
19076 wine_fn_config_dll w32skrnl enable_win16
19077 wine_fn_config_dll w32sys.dll16 enable_win16
19078 wine_fn_config_dll wbemdisp enable_wbemdisp
19079 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
19080 wine_fn_config_dll wbemprox enable_wbemprox
19081 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
19082 wine_fn_config_dll wdscore enable_wdscore
19083 wine_fn_config_dll webservices enable_webservices
19084 wine_fn_config_test dlls
/webservices
/tests webservices_test
19085 wine_fn_config_dll wer enable_wer
19086 wine_fn_config_test dlls
/wer
/tests wer_test
19087 wine_fn_config_dll wevtapi enable_wevtapi
19088 wine_fn_config_dll wiaservc enable_wiaservc
19089 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
19090 wine_fn_config_dll wimgapi enable_wimgapi
19091 wine_fn_config_dll win32s16.dll16 enable_win16
19092 wine_fn_config_dll win87em.dll16 enable_win16
19093 wine_fn_config_dll winaspi.dll16 enable_win16
19094 wine_fn_config_dll windebug.dll16 enable_win16
19095 wine_fn_config_dll windowscodecs enable_windowscodecs
19096 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
19097 wine_fn_config_dll windowscodecsext enable_windowscodecsext
19098 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
19099 wine_fn_config_dll winealsa.drv enable_winealsa_drv
19100 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv
19101 wine_fn_config_dll winebus.sys enable_winebus_sys
19102 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
19103 wine_fn_config_lib winecrt0
19104 wine_fn_config_dll wined3d enable_wined3d
19105 wine_fn_config_dll winegstreamer enable_winegstreamer
19106 wine_fn_config_dll winehid.sys enable_winehid_sys
19107 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
19108 wine_fn_config_dll winemac.drv enable_winemac_drv
19109 wine_fn_config_dll winemapi enable_winemapi
19110 wine_fn_config_dll wineoss.drv enable_wineoss_drv
19111 wine_fn_config_dll wineps.drv enable_wineps_drv
19112 wine_fn_config_dll wineps16.drv16 enable_win16
19113 wine_fn_config_dll winepulse.drv enable_winepulse_drv
19114 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
19115 wine_fn_config_dll winevulkan enable_winevulkan
19116 wine_fn_config_dll winex11.drv enable_winex11_drv
19117 wine_fn_config_dll wing.dll16 enable_win16
19118 wine_fn_config_dll wing32 enable_wing32
19119 wine_fn_config_dll winhttp enable_winhttp
19120 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
19121 wine_fn_config_dll wininet enable_wininet
19122 wine_fn_config_test dlls
/wininet
/tests wininet_test
19123 wine_fn_config_dll winmm enable_winmm
19124 wine_fn_config_test dlls
/winmm
/tests winmm_test
19125 wine_fn_config_dll winnls.dll16 enable_win16
19126 wine_fn_config_dll winnls32 enable_winnls32
19127 wine_fn_config_dll winscard enable_winscard
19128 wine_fn_config_dll winsock.dll16 enable_win16
19129 wine_fn_config_dll winspool.drv enable_winspool_drv
19130 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
19131 wine_fn_config_dll winsta enable_winsta
19132 wine_fn_config_dll wintab.dll16 enable_win16
19133 wine_fn_config_dll wintab32 enable_wintab32
19134 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
19135 wine_fn_config_dll wintrust enable_wintrust
19136 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
19137 wine_fn_config_dll winusb enable_winusb
19138 wine_fn_config_dll wlanapi enable_wlanapi
19139 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
19140 wine_fn_config_dll wldap32 enable_wldap32
19141 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
19142 wine_fn_config_dll wmasf enable_wmasf
19143 wine_fn_config_dll wmi enable_wmi
19144 wine_fn_config_dll wmiutils enable_wmiutils
19145 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
19146 wine_fn_config_dll wmp enable_wmp
19147 wine_fn_config_test dlls
/wmp
/tests wmp_test
19148 wine_fn_config_dll wmphoto enable_wmphoto
19149 wine_fn_config_dll wmvcore enable_wmvcore
19150 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
19151 wine_fn_config_dll wnaspi32 enable_wnaspi32
19152 wine_fn_config_dll wow32 enable_win16
19153 wine_fn_config_dll wpc enable_wpc
19154 wine_fn_config_test dlls
/wpc
/tests wpc_test
19155 wine_fn_config_dll wpcap enable_wpcap
19156 wine_fn_config_dll ws2_32 enable_ws2_32
19157 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
19158 wine_fn_config_dll wsdapi enable_wsdapi
19159 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
19160 wine_fn_config_dll wshom.ocx enable_wshom_ocx
19161 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test
19162 wine_fn_config_dll wsnmp32 enable_wsnmp32
19163 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
19164 wine_fn_config_dll wsock32 enable_wsock32
19165 wine_fn_config_dll wtsapi32 enable_wtsapi32
19166 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
19167 wine_fn_config_dll wuapi enable_wuapi
19168 wine_fn_config_dll wuaueng enable_wuaueng
19169 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
19170 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
19171 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
19172 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
19173 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
19174 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
19175 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
19176 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
19177 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
19178 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
19179 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
19180 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
19181 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
19182 wine_fn_config_dll xaudio2_0 enable_xaudio2_0
19183 wine_fn_config_dll xaudio2_1 enable_xaudio2_1
19184 wine_fn_config_dll xaudio2_2 enable_xaudio2_2
19185 wine_fn_config_dll xaudio2_3 enable_xaudio2_3
19186 wine_fn_config_dll xaudio2_4 enable_xaudio2_4
19187 wine_fn_config_dll xaudio2_5 enable_xaudio2_5
19188 wine_fn_config_dll xaudio2_6 enable_xaudio2_6
19189 wine_fn_config_dll xaudio2_7 enable_xaudio2_7
19190 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
19191 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
19192 wine_fn_config_dll xaudio2_9 enable_xaudio2_9
19193 wine_fn_config_dll xinput1_1 enable_xinput1_1
19194 wine_fn_config_dll xinput1_2 enable_xinput1_2
19195 wine_fn_config_dll xinput1_3 enable_xinput1_3
19196 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
19197 wine_fn_config_dll xinput1_4 enable_xinput1_4
19198 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
19199 wine_fn_config_dll xmllite enable_xmllite
19200 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
19201 wine_fn_config_dll xolehlp enable_xolehlp
19202 wine_fn_config_dll xpsprint enable_xpsprint
19203 wine_fn_config_dll xpssvcs enable_xpssvcs
19204 wine_fn_config_makefile fonts enable_fonts
19205 wine_fn_config_makefile include enable_include
19206 wine_fn_config_makefile libs
/port enable_libs_port
19207 wine_fn_config_makefile libs
/wine enable_libs_wine
19208 wine_fn_config_makefile libs
/wpp enable_libs_wpp
19209 wine_fn_config_makefile loader enable_loader
19210 wine_fn_config_makefile po enable_po
19211 wine_fn_config_program arp enable_arp
19212 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
19213 wine_fn_config_program attrib enable_attrib
19214 wine_fn_config_program cabarc enable_cabarc
19215 wine_fn_config_program cacls enable_cacls
19216 wine_fn_config_program
clock enable_clock
19217 wine_fn_config_program cmd enable_cmd
19218 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
19219 wine_fn_config_program conhost enable_conhost
19220 wine_fn_config_program control enable_control
19221 wine_fn_config_program cscript enable_cscript
19222 wine_fn_config_program dpnsvr enable_dpnsvr
19223 wine_fn_config_program dxdiag enable_dxdiag
19224 wine_fn_config_program eject enable_eject
19225 wine_fn_config_program
expand enable_expand
19226 wine_fn_config_program explorer enable_explorer
19227 wine_fn_config_program extrac32 enable_extrac32
19228 wine_fn_config_program findstr enable_findstr
19229 wine_fn_config_program fsutil enable_fsutil
19230 wine_fn_config_program hh enable_hh
19231 wine_fn_config_program hostname enable_hostname
19232 wine_fn_config_program icacls enable_icacls
19233 wine_fn_config_program icinfo enable_icinfo
19234 wine_fn_config_program iexplore enable_iexplore
19235 wine_fn_config_program ipconfig enable_ipconfig
19236 wine_fn_config_program lodctr enable_lodctr
19237 wine_fn_config_program mofcomp enable_mofcomp
19238 wine_fn_config_program mshta enable_mshta
19239 wine_fn_config_program msiexec enable_msiexec
19240 wine_fn_config_program msinfo32 enable_msinfo32
19241 wine_fn_config_program net enable_net
19242 wine_fn_config_program netsh enable_netsh
19243 wine_fn_config_program netstat enable_netstat
19244 wine_fn_config_program ngen enable_ngen
19245 wine_fn_config_program notepad enable_notepad
19246 wine_fn_config_program oleview enable_oleview
19247 wine_fn_config_program
ping enable_ping
19248 wine_fn_config_program plugplay enable_plugplay
19249 wine_fn_config_program powershell enable_powershell
19250 wine_fn_config_program presentationfontcache enable_presentationfontcache
19251 wine_fn_config_program progman enable_progman
19252 wine_fn_config_program reg enable_reg
19253 wine_fn_config_test programs
/reg
/tests reg.exe_test
19254 wine_fn_config_program regasm enable_regasm
19255 wine_fn_config_program regedit enable_regedit
19256 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
19257 wine_fn_config_program regsvcs enable_regsvcs
19258 wine_fn_config_program regsvr32 enable_regsvr32
19259 wine_fn_config_program rpcss enable_rpcss
19260 wine_fn_config_program rundll.exe16 enable_win16
19261 wine_fn_config_program rundll32 enable_rundll32
19262 wine_fn_config_program sc enable_sc
19263 wine_fn_config_program schtasks enable_schtasks
19264 wine_fn_config_test programs
/schtasks
/tests schtasks.exe_test
19265 wine_fn_config_program sdbinst enable_sdbinst
19266 wine_fn_config_program secedit enable_secedit
19267 wine_fn_config_program servicemodelreg enable_servicemodelreg
19268 wine_fn_config_program services enable_services
19269 wine_fn_config_test programs
/services
/tests services.exe_test
19270 wine_fn_config_program shutdown enable_shutdown
19271 wine_fn_config_program spoolsv enable_spoolsv
19272 wine_fn_config_program start enable_start
19273 wine_fn_config_program subst enable_subst
19274 wine_fn_config_program svchost enable_svchost
19275 wine_fn_config_program systeminfo enable_systeminfo
19276 wine_fn_config_program taskkill enable_taskkill
19277 wine_fn_config_program tasklist enable_tasklist
19278 wine_fn_config_program taskmgr enable_taskmgr
19279 wine_fn_config_program termsv enable_termsv
19280 wine_fn_config_program uninstaller enable_uninstaller
19281 wine_fn_config_program unlodctr enable_unlodctr
19282 wine_fn_config_program view enable_view
19283 wine_fn_config_program wevtutil enable_wevtutil
19284 wine_fn_config_program wineboot enable_wineboot
19285 wine_fn_config_program winebrowser enable_winebrowser
19286 wine_fn_config_program winecfg enable_winecfg
19287 wine_fn_config_program wineconsole enable_wineconsole
19288 wine_fn_config_program winedbg enable_winedbg
19289 wine_fn_config_program winedevice enable_winedevice
19290 wine_fn_config_program winefile enable_winefile
19291 wine_fn_config_program winemenubuilder enable_winemenubuilder
19292 wine_fn_config_program winemine enable_winemine
19293 wine_fn_config_program winemsibuilder enable_winemsibuilder
19294 wine_fn_config_program winepath enable_winepath
19295 wine_fn_config_program winetest enable_winetest
19296 wine_fn_config_program winevdm enable_win16
19297 wine_fn_config_program winhelp.exe16 enable_win16
19298 wine_fn_config_program winhlp32 enable_winhlp32
19299 wine_fn_config_program winoldap.mod16 enable_win16
19300 wine_fn_config_program winver enable_winver
19301 wine_fn_config_program wmic enable_wmic
19302 wine_fn_config_program wmplayer enable_wmplayer
19303 wine_fn_config_program wordpad enable_wordpad
19304 wine_fn_config_program
write enable_write
19305 wine_fn_config_program wscript enable_wscript
19306 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
19307 wine_fn_config_program wusa enable_wusa
19308 wine_fn_config_program xcopy enable_xcopy
19309 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
19310 wine_fn_config_makefile server enable_server
19311 wine_fn_config_tool tools
19312 wine_fn_config_tool tools
/sfnt2fon
19313 wine_fn_config_tool tools
/widl
19314 wine_fn_config_tool tools
/winebuild
19315 wine_fn_config_tool tools
/winedump
19316 wine_fn_config_tool tools
/winegcc
19317 wine_fn_config_tool tools
/winemaker
19318 wine_fn_config_tool tools
/wmc
19319 wine_fn_config_tool tools
/wrc
19322 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19323 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19324 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19325 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19326 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19327 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19328 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19329 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19331 if test "x$enable_tools" != xno
19333 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19334 ac_config_commands
="$ac_config_commands tools/makedep"
19338 ac_config_commands
="$ac_config_commands Makefile"
19341 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19345 if test "x$enable_maintainer_mode" = xyes
19347 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19348 autoconf --warnings=all
19349 include/config.h.in: include/stamp-h.in
19350 include/stamp-h.in: configure.ac aclocal.m4
19351 autoheader --warnings=all
19352 @echo timestamp > \$@"
19355 if test "x$enable_tools" != xno
19357 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19358 @./config.status tools/makedep
19359 Makefile: tools/makedep$ac_exeext"
19361 wine_fn_append_rule
"\$(MAKEDEP):
19362 @echo \"You need to run make in $TOOLSDIR first\" && false"
19365 if test -n "$with_wine64"
19367 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19369 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19370 $with_wine64/loader/wine:
19371 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19372 $with_wine64/loader/wine-preloader:
19373 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19375 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19377 WINELOADER_INSTALL
="wine.inf l_intl.nls"
19380 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19381 *) WINELOADER_INSTALL
="$WINELOADER_INSTALL wine.desktop" ;;
19385 $as_echo " done" >&6
19386 cat >confcache
<<\_ACEOF
19387 # This file is a shell script that caches the results of configure
19388 # tests run on this system so they can be shared between configure
19389 # scripts and configure runs, see configure's option --config-cache.
19390 # It is not useful on other systems. If it contains results you don't
19391 # want to keep, you may remove or edit it.
19393 # config.status only pays attention to the cache file if you give it
19394 # the --recheck option to rerun configure.
19396 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19397 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19398 # following values.
19402 # The following way of writing the cache mishandles newlines in values,
19403 # but we know of no workaround that is simple, portable, and efficient.
19404 # So, we kill variables containing newlines.
19405 # Ultrix sh set writes to stderr and can't be redirected directly,
19406 # and sets the high bit in the cache file unless we assign to the vars.
19408 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19409 eval ac_val
=\$
$ac_var
19413 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19414 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19417 _ | IFS | as_nl
) ;; #(
19418 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19419 *) { eval $ac_var=; unset $ac_var;} ;;
19425 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19426 *${as_nl}ac_space
=\
*)
19427 # `set' does not quote correctly, so add quotes: double-quote
19428 # substitution turns \\\\ into \\, and sed turns \\ into \.
19431 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19434 # `set' quotes correctly as required by POSIX, so do not add quotes.
19435 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19444 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19446 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19448 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19449 if test -w "$cache_file"; then
19450 if test "x$cache_file" != "x/dev/null"; then
19451 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19452 $as_echo "$as_me: updating cache $cache_file" >&6;}
19453 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19454 cat confcache
>"$cache_file"
19456 case $cache_file in #(
19458 mv -f confcache
"$cache_file"$$
&&
19459 mv -f "$cache_file"$$
"$cache_file" ;; #(
19461 mv -f confcache
"$cache_file" ;;
19466 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19467 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19472 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19473 # Let make expand exec_prefix.
19474 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19476 DEFS
=-DHAVE_CONFIG_H
19481 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19482 # 1. Remove the extension, and $U if already installed.
19483 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19484 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19485 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19486 # will be set to the directory where LIBOBJS objects are built.
19487 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19488 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19490 LIBOBJS
=$ac_libobjs
19492 LTLIBOBJS
=$ac_ltlibobjs
19496 : "${CONFIG_STATUS=./config.status}"
19498 ac_clean_files_save
=$ac_clean_files
19499 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19500 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19501 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19503 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19505 # Generated by $as_me.
19506 # Run this file to recreate the current configuration.
19507 # Compiler output produced by configure, useful for debugging
19508 # configure, is in config.log if it exists.
19511 ac_cs_recheck=false
19514 SHELL=\${CONFIG_SHELL-$SHELL}
19517 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19518 ## -------------------- ##
19519 ## M4sh Initialization. ##
19520 ## -------------------- ##
19522 # Be more Bourne compatible
19523 DUALCASE
=1; export DUALCASE
# for MKS sh
19524 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19527 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19528 # is contrary to our usage. Disable this feature.
19529 alias -g '${1+"$@"}'='"$@"'
19530 setopt NO_GLOB_SUBST
19532 case `(set -o) 2>/dev/null` in #(
19544 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19545 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19546 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19547 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19548 # Prefer a ksh shell builtin over an external printf program on Solaris,
19549 # but without wasting forks for bash or zsh.
19550 if test -z "$BASH_VERSION$ZSH_VERSION" \
19551 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19552 as_echo='print
-r --'
19553 as_echo_n='print
-rn --'
19554 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19555 as_echo='printf %s
\n'
19556 as_echo_n='printf %s
'
19558 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19559 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19560 as_echo_n='/usr
/ucb
/echo -n'
19562 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19563 as_echo_n_body='eval
19567 expr "X$arg" : "X\\(.*\\)$as_nl";
19568 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19570 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19572 export as_echo_n_body
19573 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19575 export as_echo_body
19576 as_echo='sh
-c $as_echo_body as_echo
'
19579 # The user is always right.
19580 if test "${PATH_SEPARATOR+set}" != set; then
19582 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19583 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19590 # We need space, tab and new line, in precisely that order. Quoting is
19591 # there to prevent editors from complaining about space-tab.
19592 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19593 # splitting by setting IFS to empty value.)
19596 # Find who we are. Look in the path if we contain no directory separator.
19599 *[\\/]* ) as_myself=$0 ;;
19600 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19601 for as_dir in $PATH
19604 test -z "$as_dir" && as_dir=.
19605 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19611 # We did not find ourselves, most probably we were run as `sh COMMAND'
19612 # in which case we are not to be found in the path.
19613 if test "x$as_myself" = x
; then
19616 if test ! -f "$as_myself"; then
19617 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19621 # Unset variables that we do not need and which cause bugs (e.g. in
19622 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19623 # suppresses any "Segmentation fault" message there. '((' could
19624 # trigger a bug in pdksh 5.2.14.
19625 for as_var
in BASH_ENV ENV MAIL MAILPATH
19626 do eval test x\
${$as_var+set} = xset \
19627 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19640 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19643 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19644 # ----------------------------------------
19645 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19646 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19647 # script with STATUS, using 1 if that was 0.
19650 as_status
=$1; test $as_status -eq 0 && as_status
=1
19652 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19653 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19655 $as_echo "$as_me: error: $2" >&2
19656 as_fn_exit
$as_status
19660 # as_fn_set_status STATUS
19661 # -----------------------
19662 # Set $? to STATUS, without forking.
19663 as_fn_set_status
()
19666 } # as_fn_set_status
19668 # as_fn_exit STATUS
19669 # -----------------
19670 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19674 as_fn_set_status
$1
19680 # Portably unset VAR.
19683 { eval $1=; unset $1;}
19685 as_unset
=as_fn_unset
19686 # as_fn_append VAR VALUE
19687 # ----------------------
19688 # Append the text in VALUE to the end of the definition contained in VAR. Take
19689 # advantage of any shell optimizations that allow amortized linear growth over
19690 # repeated appends, instead of the typical quadratic growth present in naive
19692 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19693 eval 'as_fn_append ()
19704 # as_fn_arith ARG...
19705 # ------------------
19706 # Perform arithmetic evaluation on the ARGs, and store the result in the
19707 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19708 # must be portable across $(()) and expr.
19709 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19710 eval 'as_fn_arith ()
19717 as_val
=`expr "$@" || test $? -eq 1`
19722 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19723 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19729 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19730 as_basename
=basename
19735 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19741 as_me
=`$as_basename -- "$0" ||
19742 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19743 X"$0" : 'X\(//\)$' \| \
19744 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19746 sed '/^.*\/\([^/][^/]*\)\/*$/{
19760 # Avoid depending upon Character Ranges.
19761 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19762 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19763 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19764 as_cr_digits
='0123456789'
19765 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19767 ECHO_C
= ECHO_N
= ECHO_T
=
19768 case `echo -n x` in #(((((
19770 case `echo 'xy\c'` in
19771 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19773 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19780 rm -f conf$$ conf$$.exe conf$$.
file
19781 if test -d conf$$.dir
; then
19782 rm -f conf$$.dir
/conf$$.
file
19785 mkdir conf$$.dir
2>/dev
/null
19787 if (echo >conf$$.
file) 2>/dev
/null
; then
19788 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19790 # ... but there are two gotchas:
19791 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19792 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19793 # In both cases, we have to default to `cp -pR'.
19794 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19796 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19804 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19805 rmdir conf$$.dir
2>/dev
/null
19810 # Create "$as_dir" as a directory, including parents if necessary.
19815 -*) as_dir
=.
/$as_dir;;
19817 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19821 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19822 *) as_qdir
=$as_dir;;
19824 as_dirs
="'$as_qdir' $as_dirs"
19825 as_dir
=`$as_dirname -- "$as_dir" ||
19826 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19827 X"$as_dir" : 'X\(//\)[^/]' \| \
19828 X"$as_dir" : 'X\(//\)$' \| \
19829 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19830 $as_echo X"$as_dir" |
19831 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19835 /^X\(\/\/\)[^/].*/{
19848 test -d "$as_dir" && break
19850 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19851 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19855 if mkdir
-p .
2>/dev
/null
; then
19856 as_mkdir_p
='mkdir -p "$as_dir"'
19858 test -d .
/-p && rmdir .
/-p
19863 # as_fn_executable_p FILE
19864 # -----------------------
19865 # Test if FILE is an executable regular file.
19866 as_fn_executable_p
()
19868 test -f "$1" && test -x "$1"
19869 } # as_fn_executable_p
19870 as_test_x
='test -x'
19871 as_executable_p
=as_fn_executable_p
19873 # Sed expression to map a string onto a valid CPP name.
19874 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19876 # Sed expression to map a string onto a valid variable name.
19877 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19881 ## ----------------------------------- ##
19882 ## Main body of $CONFIG_STATUS script. ##
19883 ## ----------------------------------- ##
19885 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19887 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19888 # Save the log message, to keep $0 and so on meaningful, and to
19889 # report actual input values of CONFIG_FILES etc. instead of their
19890 # values after options handling.
19892 This file was extended by Wine $as_me 3.2, which was
19893 generated by GNU Autoconf 2.69. Invocation command line was
19895 CONFIG_FILES = $CONFIG_FILES
19896 CONFIG_HEADERS = $CONFIG_HEADERS
19897 CONFIG_LINKS = $CONFIG_LINKS
19898 CONFIG_COMMANDS = $CONFIG_COMMANDS
19901 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19906 case $ac_config_files in *"
19907 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19910 case $ac_config_headers in *"
19911 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19915 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19916 # Files that config.status was made for.
19917 config_files="$ac_config_files"
19918 config_headers="$ac_config_headers"
19919 config_links="$ac_config_links"
19920 config_commands="$ac_config_commands"
19924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19926 \`$as_me' instantiates files and other configuration actions
19927 from templates according to the current configuration. Unless the files
19928 and actions are specified as TAGs, all are instantiated by default.
19930 Usage: $0 [OPTION]... [TAG]...
19932 -h, --help print this help, then exit
19933 -V, --version print version number and configuration settings, then exit
19934 --config print configuration, then exit
19935 -q, --quiet, --silent
19936 do not print progress messages
19937 -d, --debug don't remove temporary files
19938 --recheck update $as_me by reconfiguring in the same conditions
19939 --file=FILE[:TEMPLATE]
19940 instantiate the configuration file FILE
19941 --header=FILE[:TEMPLATE]
19942 instantiate the configuration header FILE
19944 Configuration files:
19947 Configuration headers:
19950 Configuration links:
19953 Configuration commands:
19956 Report bugs to <wine-devel@winehq.org>.
19957 Wine home page: <https://www.winehq.org>."
19960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19961 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19963 Wine config.status 3.2
19964 configured by $0, generated by GNU Autoconf 2.69,
19965 with options \\"\$ac_cs_config\\"
19967 Copyright (C) 2012 Free Software Foundation, Inc.
19968 This config.status script is free software; the Free Software Foundation
19969 gives unlimited permission to copy, distribute and modify it."
19973 test -n "\$AWK" || AWK=awk
19976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19977 # The default lists apply if the user does not specify any file.
19983 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19984 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19988 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20000 # Handling of the options.
20001 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
20003 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
20004 $as_echo "$ac_cs_version"; exit ;;
20005 --config |
--confi |
--conf |
--con |
--co |
--c )
20006 $as_echo "$ac_cs_config"; exit ;;
20007 --debug |
--debu |
--deb |
--de |
--d |
-d )
20009 --file |
--fil |
--fi |
--f )
20012 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20013 '') as_fn_error $?
"missing file argument" ;;
20015 as_fn_append CONFIG_FILES
" '$ac_optarg'"
20016 ac_need_defaults
=false
;;
20017 --header |
--heade |
--head |
--hea )
20020 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20022 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
20023 ac_need_defaults
=false
;;
20025 # Conflict between --help and --header
20026 as_fn_error $?
"ambiguous option: \`$1'
20027 Try \`$0 --help' for more information.";;
20028 --help |
--hel |
-h )
20029 $as_echo "$ac_cs_usage"; exit ;;
20030 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
20031 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
20034 # This is an error.
20035 -*) as_fn_error $?
"unrecognized option: \`$1'
20036 Try \`$0 --help' for more information." ;;
20038 *) as_fn_append ac_config_targets
" $1"
20039 ac_need_defaults
=false
;;
20045 ac_configure_extra_args
=
20047 if $ac_cs_silent; then
20049 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20054 if \$ac_cs_recheck; then
20055 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20057 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20058 CONFIG_SHELL='$SHELL'
20059 export CONFIG_SHELL
20064 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20068 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20069 ## Running $as_me. ##
20075 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20079 wine_fn_output_makedep ()
20081 as_dir=tools; as_fn_mkdir_p
20082 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20084 wine_fn_output_makefile ()
20086 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
20087 `cat $wine_rules_file`
20089 as_fn_error $? "could not create Makefile" "$LINENO" 5
20094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20096 # Handling of arguments.
20097 for ac_config_target
in $ac_config_targets
20099 case $ac_config_target in
20100 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20101 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20102 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20103 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20104 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20105 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20106 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20107 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20108 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20109 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20110 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20111 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20112 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20114 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20119 # If the user did not use the arguments to specify the items to instantiate,
20120 # then the envvar interface is used. Set only those that are not.
20121 # We use the long form for the default assignment because of an extremely
20122 # bizarre bug on SunOS 4.1.3.
20123 if $ac_need_defaults; then
20124 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20125 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20126 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20127 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20130 # Have a temporary directory for convenience. Make it in the build tree
20131 # simply because there is no reason against having it here, and in addition,
20132 # creating and moving files from /tmp can sometimes cause problems.
20133 # Hook for its removal unless debugging.
20134 # Note that there is a small window in which the directory will not be cleaned:
20135 # after its creation but before its name has been assigned to `$tmp'.
20139 trap 'exit_status=$?
20140 : "${ac_tmp:=$tmp}"
20141 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20143 trap 'as_fn_exit 1' 1 2 13 15
20145 # Create a (secure) tmp directory for tmp files.
20148 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20152 tmp
=.
/conf$$
-$RANDOM
20153 (umask 077 && mkdir
"$tmp")
20154 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20157 # Set up the scripts for CONFIG_FILES section.
20158 # No need to generate them if there are no CONFIG_FILES.
20159 # This happens for instance with `./config.status config.h'.
20160 if test -n "$CONFIG_FILES"; then
20163 ac_cr
=`echo X | tr X '\015'`
20164 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20165 # But we know of no other shell where ac_cr would be empty at this
20166 # point, so we can use a bashism as a fallback.
20167 if test "x$ac_cr" = x
; then
20168 eval ac_cr
=\$
\'\\r
\'
20170 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20171 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20174 ac_cs_awk_cr
=$ac_cr
20177 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20182 echo "cat >conf$$subs.awk <<_ACEOF" &&
20183 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20185 } >conf$$subs.sh ||
20186 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20187 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20189 for ac_last_try in false false false false false :; do
20190 . ./conf$$subs.sh ||
20191 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20193 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20194 if test $ac_delim_n = $ac_delim_num; then
20196 elif $ac_last_try; then
20197 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20199 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20202 rm -f conf$$subs.sh
20204 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20205 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20209 s/^/S["/; s
/!.
*/"]=/
20219 s/\(.\{148\}\)..*/\1/
20221 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20226 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20233 s/\(.\{148\}\)..*/\1/
20235 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20239 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20244 ' <conf$$subs.awk | sed '
20249 ' >>$CONFIG_STATUS || ac_write_fail=1
20250 rm -f conf$$subs.awk
20251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20253 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20254 for (key in S) S_is_set[key] = 1
20260 nfields = split(line, field, "@
")
20262 len = length(field[1])
20263 for (i = 2; i < nfields; i++) {
20265 keylen = length(key)
20266 if (S_is_set[key]) {
20268 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20269 len += length(value) + length(field[++i])
20280 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20281 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20282 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20285 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20286 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20289 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20290 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20291 # trailing colons and then remove the whole line if VPATH becomes empty
20292 # (actually we leave an empty line to preserve line numbers).
20293 if test "x
$srcdir" = x.; then
20294 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20313 fi # test -n "$CONFIG_FILES"
20315 # Set up the scripts for CONFIG_HEADERS section.
20316 # No need to generate them if there are no CONFIG_HEADERS.
20317 # This happens for instance with `./config.status Makefile'.
20318 if test -n "$CONFIG_HEADERS"; then
20319 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20323 # Transform confdefs.h into an awk script `defines.awk', embedded as
20324 # here-document in config.status, that substitutes the proper values into
20325 # config.h.in to produce config.h.
20327 # Create a delimiter string that does not exist in confdefs.h, to ease
20328 # handling of long lines.
20330 for ac_last_try in false false :; do
20331 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20332 if test -z "$ac_tt"; then
20334 elif $ac_last_try; then
20335 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20337 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20341 # For the awk script, D is an array of macro values keyed by name,
20342 # likewise P contains macro parameters if any. Preserve backslash
20343 # newline sequences.
20345 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20347 s/.\{148\}/&'"$ac_delim"'/g
20350 s/^[ ]*#[ ]*define[ ][ ]*/ /
20357 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20359 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20363 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20364 D["\
1"]=" \
3\\\\\\n
"\\/p
20366 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20371 s/.\{148\}/&'"$ac_delim"'/g
20376 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20379 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20381 ' <confdefs.h | sed '
20382 s/'"$ac_delim"'/"\\\
20383 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20386 for (key in D) D_is_set[key] = 1
20389 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20391 split(line, arg, " ")
20392 if (arg[1] == "#") {
20396 defundef
= substr
(arg
[1], 2)
20399 split(mac1
, mac2
, "(") #)
20401 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20402 if (D_is_set
[macro
]) {
20403 # Preserve the white space surrounding the "#".
20404 print prefix
"define", macro P
[macro
] D
[macro
]
20407 # Replace #undef with comments. This is necessary, for example,
20408 # in the case of _POSIX_SOURCE, which is predefined and required
20409 # on some systems where configure will not decide to define it.
20410 if (defundef
== "undef") {
20411 print
"/*", prefix defundef
, macro
, "*/"
20419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20420 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20421 fi # test -n "$CONFIG_HEADERS"
20424 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20429 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20431 case $ac_mode$ac_tag in
20433 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20434 :[FH
]-) ac_tag
=-:-;;
20435 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20452 -) ac_f
="$ac_tmp/stdin";;
20453 *) # Look for the file first in the build tree, then in the source tree
20454 # (if the path is not absolute). The absolute path cannot be DOS-style,
20455 # because $ac_f cannot contain `:'.
20459 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20461 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20463 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20464 as_fn_append ac_file_inputs
" '$ac_f'"
20467 # Let's still pretend it is `configure' which instantiates (i.e., don't
20468 # use $as_me), people would be surprised to read:
20469 # /* config.h. Generated by config.status. */
20470 configure_input
='Generated from '`
20471 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20473 if test x
"$ac_file" != x-
; then
20474 configure_input
="$ac_file. $configure_input"
20475 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20476 $as_echo "$as_me: creating $ac_file" >&6;}
20478 # Neutralize special characters interpreted by sed in replacement strings.
20479 case $configure_input in #(
20480 *\
&* |
*\|
* |
*\\* )
20481 ac_sed_conf_input
=`$as_echo "$configure_input" |
20482 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20483 *) ac_sed_conf_input
=$configure_input;;
20487 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20488 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20493 ac_dir
=`$as_dirname -- "$ac_file" ||
20494 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20495 X"$ac_file" : 'X\(//\)[^/]' \| \
20496 X"$ac_file" : 'X\(//\)$' \| \
20497 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20498 $as_echo X"$ac_file" |
20499 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20503 /^X\(\/\/\)[^/].*/{
20516 as_dir
="$ac_dir"; as_fn_mkdir_p
20520 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20522 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20523 # A ".." for each directory in $ac_dir_suffix.
20524 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20525 case $ac_top_builddir_sub in
20526 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20527 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20530 ac_abs_top_builddir
=$ac_pwd
20531 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20532 # for backward compatibility:
20533 ac_top_builddir
=$ac_top_build_prefix
20536 .
) # We are building in place.
20538 ac_top_srcdir
=$ac_top_builddir_sub
20539 ac_abs_top_srcdir
=$ac_pwd ;;
20540 [\\/]* | ?
:[\\/]* ) # Absolute name.
20541 ac_srcdir
=$srcdir$ac_dir_suffix;
20542 ac_top_srcdir
=$srcdir
20543 ac_abs_top_srcdir
=$srcdir ;;
20544 *) # Relative name.
20545 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20546 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20547 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20549 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20560 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20561 # If the template does not know about datarootdir, expand it.
20562 # FIXME: This hack should be removed a few years after 2.60.
20563 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20574 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20575 *datarootdir
*) ac_datarootdir_seen
=yes;;
20576 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20578 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20580 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20581 ac_datarootdir_hack='
20582 s&@datadir@&$datadir&g
20583 s&@docdir@&$docdir&g
20584 s&@infodir@&$infodir&g
20585 s&@localedir@&$localedir&g
20586 s&@mandir@&$mandir&g
20587 s&\\\${datarootdir}&$datarootdir&g' ;;
20591 # Neutralize VPATH when `$srcdir' = `.'.
20592 # Shell code in configure.ac might set extrasub.
20593 # FIXME: do we really want to maintain this feature?
20594 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20595 ac_sed_extra="$ac_vpsub
20598 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20600 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20601 s|@configure_input@|
$ac_sed_conf_input|
;t t
20602 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20603 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20604 s
&@srcdir@
&$ac_srcdir&;t t
20605 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20606 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20607 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20608 s
&@builddir@
&$ac_builddir&;t t
20609 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20610 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20611 $ac_datarootdir_hack
20613 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20614 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20616 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20617 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20618 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20619 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20621 which seems to be undefined. Please make sure it is defined" >&5
20622 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20623 which seems to be undefined. Please make sure it is defined" >&2;}
20625 rm -f "$ac_tmp/stdin"
20627 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20628 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20630 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20636 if test x"$ac_file" != x-; then
20638 $as_echo "/* $configure_input */" \
20639 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20640 } >"$ac_tmp/config.h" \
20641 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20642 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20643 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20644 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20647 mv "$ac_tmp/config.h" "$ac_file" \
20648 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20651 $as_echo "/* $configure_input */" \
20652 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20653 || as_fn_error $? "could not create -" "$LINENO" 5
20661 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20664 # Prefer the file from the source tree if names are identical.
20665 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20666 ac_source=$srcdir/$ac_source
20669 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20670 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20672 if test ! -r "$ac_source"; then
20673 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20677 # Try a relative symlink, then a hard link, then a copy.
20679 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20680 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20682 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20683 ln "$ac_source" "$ac_file" 2>/dev/null ||
20684 cp -p "$ac_source" "$ac_file" ||
20685 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20688 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20689 $as_echo "$as_me: executing $ac_file commands" >&6;}
20694 case $ac_file$ac_mode in
20695 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20696 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20697 "Makefile":C) wine_fn_output_makefile Makefile ;;
20705 ac_clean_files=$ac_clean_files_save
20707 test $ac_write_fail = 0 ||
20708 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20711 # configure is writing to config.log, and then calls config.status.
20712 # config.status does its own redirection, appending to config.log.
20713 # Unfortunately, on DOS this fails, as config.log is still kept open
20714 # by configure, so config.status won't be able to
write to it
; its
20715 # output is simply discarded. So we exec the FD to /dev/null,
20716 # effectively closing config.log, so it can be properly (re)opened and
20717 # appended to by config.status. When coming back to configure, we
20718 # need to make the FD available again.
20719 if test "$no_create" != yes; then
20721 ac_config_status_args
=
20722 test "$silent" = yes &&
20723 ac_config_status_args
="$ac_config_status_args --quiet"
20725 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20727 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20728 # would make configure fail if this is the last instruction.
20729 $ac_cs_success || as_fn_exit
1
20731 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20733 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20737 if test "$no_create" = "yes"
20743 if test "x$wine_notices" != x
; then
20746 for msg
in $wine_notices; do
20748 if ${msg:+false} :; then :
20751 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20752 $as_echo "$as_me: $msg" >&6;}
20757 for msg
in $wine_warnings; do
20759 if ${msg:+false} :; then :
20763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20764 $as_echo "$as_me: WARNING: $msg" >&2;}
20770 $as_me: Finished. Do '${ac_make}' to compile Wine.