2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.4.
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.4'
584 PACKAGE_STRING
='Wine 3.4'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
715 APPLICATIONSERVICES_LIBS
810 program_transform_name
823 enable_option_checking
827 enable_maintainer_mode
895 enable_api_ms_win_appmodel_identity_l1_1_0
896 enable_api_ms_win_appmodel_runtime_l1_1_1
897 enable_api_ms_win_appmodel_runtime_l1_1_2
898 enable_api_ms_win_core_apiquery_l1_1_0
899 enable_api_ms_win_core_appcompat_l1_1_1
900 enable_api_ms_win_core_appinit_l1_1_0
901 enable_api_ms_win_core_atoms_l1_1_0
902 enable_api_ms_win_core_bem_l1_1_0
903 enable_api_ms_win_core_com_l1_1_0
904 enable_api_ms_win_core_com_l1_1_1
905 enable_api_ms_win_core_com_private_l1_1_0
906 enable_api_ms_win_core_console_l1_1_0
907 enable_api_ms_win_core_console_l2_1_0
908 enable_api_ms_win_core_crt_l1_1_0
909 enable_api_ms_win_core_crt_l2_1_0
910 enable_api_ms_win_core_datetime_l1_1_0
911 enable_api_ms_win_core_datetime_l1_1_1
912 enable_api_ms_win_core_debug_l1_1_0
913 enable_api_ms_win_core_debug_l1_1_1
914 enable_api_ms_win_core_delayload_l1_1_0
915 enable_api_ms_win_core_delayload_l1_1_1
916 enable_api_ms_win_core_errorhandling_l1_1_0
917 enable_api_ms_win_core_errorhandling_l1_1_1
918 enable_api_ms_win_core_errorhandling_l1_1_2
919 enable_api_ms_win_core_errorhandling_l1_1_3
920 enable_api_ms_win_core_fibers_l1_1_0
921 enable_api_ms_win_core_fibers_l1_1_1
922 enable_api_ms_win_core_file_l1_1_0
923 enable_api_ms_win_core_file_l1_2_0
924 enable_api_ms_win_core_file_l1_2_1
925 enable_api_ms_win_core_file_l1_2_2
926 enable_api_ms_win_core_file_l2_1_0
927 enable_api_ms_win_core_file_l2_1_1
928 enable_api_ms_win_core_file_l2_1_2
929 enable_api_ms_win_core_handle_l1_1_0
930 enable_api_ms_win_core_heap_l1_1_0
931 enable_api_ms_win_core_heap_l1_2_0
932 enable_api_ms_win_core_heap_l2_1_0
933 enable_api_ms_win_core_heap_obsolete_l1_1_0
934 enable_api_ms_win_core_interlocked_l1_1_0
935 enable_api_ms_win_core_interlocked_l1_2_0
936 enable_api_ms_win_core_io_l1_1_0
937 enable_api_ms_win_core_io_l1_1_1
938 enable_api_ms_win_core_job_l1_1_0
939 enable_api_ms_win_core_job_l2_1_0
940 enable_api_ms_win_core_kernel32_legacy_l1_1_0
941 enable_api_ms_win_core_kernel32_legacy_l1_1_1
942 enable_api_ms_win_core_kernel32_private_l1_1_1
943 enable_api_ms_win_core_largeinteger_l1_1_0
944 enable_api_ms_win_core_libraryloader_l1_1_0
945 enable_api_ms_win_core_libraryloader_l1_1_1
946 enable_api_ms_win_core_libraryloader_l1_2_0
947 enable_api_ms_win_core_libraryloader_l1_2_1
948 enable_api_ms_win_core_libraryloader_l1_2_2
949 enable_api_ms_win_core_localization_l1_1_0
950 enable_api_ms_win_core_localization_l1_2_0
951 enable_api_ms_win_core_localization_l1_2_1
952 enable_api_ms_win_core_localization_l2_1_0
953 enable_api_ms_win_core_localization_obsolete_l1_1_0
954 enable_api_ms_win_core_localization_obsolete_l1_2_0
955 enable_api_ms_win_core_localization_obsolete_l1_3_0
956 enable_api_ms_win_core_localization_private_l1_1_0
957 enable_api_ms_win_core_localregistry_l1_1_0
958 enable_api_ms_win_core_memory_l1_1_0
959 enable_api_ms_win_core_memory_l1_1_1
960 enable_api_ms_win_core_memory_l1_1_2
961 enable_api_ms_win_core_misc_l1_1_0
962 enable_api_ms_win_core_namedpipe_l1_1_0
963 enable_api_ms_win_core_namedpipe_l1_2_0
964 enable_api_ms_win_core_namespace_l1_1_0
965 enable_api_ms_win_core_normalization_l1_1_0
966 enable_api_ms_win_core_path_l1_1_0
967 enable_api_ms_win_core_privateprofile_l1_1_1
968 enable_api_ms_win_core_processenvironment_l1_1_0
969 enable_api_ms_win_core_processenvironment_l1_2_0
970 enable_api_ms_win_core_processthreads_l1_1_0
971 enable_api_ms_win_core_processthreads_l1_1_1
972 enable_api_ms_win_core_processthreads_l1_1_2
973 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
974 enable_api_ms_win_core_profile_l1_1_0
975 enable_api_ms_win_core_psapi_ansi_l1_1_0
976 enable_api_ms_win_core_psapi_l1_1_0
977 enable_api_ms_win_core_psapi_obsolete_l1_1_0
978 enable_api_ms_win_core_quirks_l1_1_0
979 enable_api_ms_win_core_realtime_l1_1_0
980 enable_api_ms_win_core_registry_l1_1_0
981 enable_api_ms_win_core_registry_l2_1_0
982 enable_api_ms_win_core_registryuserspecific_l1_1_0
983 enable_api_ms_win_core_rtlsupport_l1_1_0
984 enable_api_ms_win_core_rtlsupport_l1_2_0
985 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
986 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
987 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
988 enable_api_ms_win_core_shutdown_l1_1_0
989 enable_api_ms_win_core_sidebyside_l1_1_0
990 enable_api_ms_win_core_string_l1_1_0
991 enable_api_ms_win_core_string_l2_1_0
992 enable_api_ms_win_core_string_obsolete_l1_1_0
993 enable_api_ms_win_core_stringansi_l1_1_0
994 enable_api_ms_win_core_synch_ansi_l1_1_0
995 enable_api_ms_win_core_synch_l1_1_0
996 enable_api_ms_win_core_synch_l1_2_0
997 enable_api_ms_win_core_synch_l1_2_1
998 enable_api_ms_win_core_sysinfo_l1_1_0
999 enable_api_ms_win_core_sysinfo_l1_2_0
1000 enable_api_ms_win_core_sysinfo_l1_2_1
1001 enable_api_ms_win_core_threadpool_l1_1_0
1002 enable_api_ms_win_core_threadpool_l1_2_0
1003 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1004 enable_api_ms_win_core_threadpool_private_l1_1_0
1005 enable_api_ms_win_core_timezone_l1_1_0
1006 enable_api_ms_win_core_toolhelp_l1_1_0
1007 enable_api_ms_win_core_url_l1_1_0
1008 enable_api_ms_win_core_util_l1_1_0
1009 enable_api_ms_win_core_version_l1_1_0
1010 enable_api_ms_win_core_version_l1_1_1
1011 enable_api_ms_win_core_version_private_l1_1_0
1012 enable_api_ms_win_core_versionansi_l1_1_0
1013 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1014 enable_api_ms_win_core_winrt_error_l1_1_0
1015 enable_api_ms_win_core_winrt_error_l1_1_1
1016 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1017 enable_api_ms_win_core_winrt_l1_1_0
1018 enable_api_ms_win_core_winrt_registration_l1_1_0
1019 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1020 enable_api_ms_win_core_winrt_string_l1_1_0
1021 enable_api_ms_win_core_wow64_l1_1_0
1022 enable_api_ms_win_core_wow64_l1_1_1
1023 enable_api_ms_win_core_xstate_l1_1_0
1024 enable_api_ms_win_core_xstate_l2_1_0
1025 enable_api_ms_win_crt_conio_l1_1_0
1026 enable_api_ms_win_crt_convert_l1_1_0
1027 enable_api_ms_win_crt_environment_l1_1_0
1028 enable_api_ms_win_crt_filesystem_l1_1_0
1029 enable_api_ms_win_crt_heap_l1_1_0
1030 enable_api_ms_win_crt_locale_l1_1_0
1031 enable_api_ms_win_crt_math_l1_1_0
1032 enable_api_ms_win_crt_multibyte_l1_1_0
1033 enable_api_ms_win_crt_private_l1_1_0
1034 enable_api_ms_win_crt_process_l1_1_0
1035 enable_api_ms_win_crt_runtime_l1_1_0
1036 enable_api_ms_win_crt_stdio_l1_1_0
1037 enable_api_ms_win_crt_string_l1_1_0
1038 enable_api_ms_win_crt_time_l1_1_0
1039 enable_api_ms_win_crt_utility_l1_1_0
1040 enable_api_ms_win_devices_config_l1_1_1
1041 enable_api_ms_win_devices_query_l1_1_1
1042 enable_api_ms_win_downlevel_advapi32_l1_1_0
1043 enable_api_ms_win_downlevel_advapi32_l2_1_0
1044 enable_api_ms_win_downlevel_normaliz_l1_1_0
1045 enable_api_ms_win_downlevel_ole32_l1_1_0
1046 enable_api_ms_win_downlevel_shell32_l1_1_0
1047 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1048 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1049 enable_api_ms_win_downlevel_user32_l1_1_0
1050 enable_api_ms_win_downlevel_version_l1_1_0
1051 enable_api_ms_win_dx_d3dkmt_l1_1_0
1052 enable_api_ms_win_eventing_classicprovider_l1_1_0
1053 enable_api_ms_win_eventing_consumer_l1_1_0
1054 enable_api_ms_win_eventing_controller_l1_1_0
1055 enable_api_ms_win_eventing_legacy_l1_1_0
1056 enable_api_ms_win_eventing_provider_l1_1_0
1057 enable_api_ms_win_eventlog_legacy_l1_1_0
1058 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1059 enable_api_ms_win_mm_joystick_l1_1_0
1060 enable_api_ms_win_mm_misc_l1_1_1
1061 enable_api_ms_win_mm_mme_l1_1_0
1062 enable_api_ms_win_mm_time_l1_1_0
1063 enable_api_ms_win_ntuser_dc_access_l1_1_0
1064 enable_api_ms_win_ntuser_rectangle_l1_1_0
1065 enable_api_ms_win_perf_legacy_l1_1_0
1066 enable_api_ms_win_power_base_l1_1_0
1067 enable_api_ms_win_power_setting_l1_1_0
1068 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1069 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1070 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1071 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1072 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1073 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1074 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1075 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1076 enable_api_ms_win_security_audit_l1_1_1
1077 enable_api_ms_win_security_base_l1_1_0
1078 enable_api_ms_win_security_base_l1_2_0
1079 enable_api_ms_win_security_base_private_l1_1_1
1080 enable_api_ms_win_security_credentials_l1_1_0
1081 enable_api_ms_win_security_grouppolicy_l1_1_0
1082 enable_api_ms_win_security_lsalookup_l1_1_0
1083 enable_api_ms_win_security_lsalookup_l1_1_1
1084 enable_api_ms_win_security_lsalookup_l2_1_0
1085 enable_api_ms_win_security_lsalookup_l2_1_1
1086 enable_api_ms_win_security_lsapolicy_l1_1_0
1087 enable_api_ms_win_security_provider_l1_1_0
1088 enable_api_ms_win_security_sddl_l1_1_0
1089 enable_api_ms_win_security_systemfunctions_l1_1_0
1090 enable_api_ms_win_service_core_l1_1_0
1091 enable_api_ms_win_service_core_l1_1_1
1092 enable_api_ms_win_service_management_l1_1_0
1093 enable_api_ms_win_service_management_l2_1_0
1094 enable_api_ms_win_service_private_l1_1_1
1095 enable_api_ms_win_service_winsvc_l1_1_0
1096 enable_api_ms_win_service_winsvc_l1_2_0
1097 enable_api_ms_win_shcore_obsolete_l1_1_0
1098 enable_api_ms_win_shcore_scaling_l1_1_1
1099 enable_api_ms_win_shcore_stream_l1_1_0
1100 enable_api_ms_win_shcore_thread_l1_1_0
1101 enable_api_ms_win_shell_shellcom_l1_1_0
1102 enable_api_ms_win_shell_shellfolders_l1_1_0
1115 enable_bluetoothapis
1150 enable_d3dcompiler_33
1151 enable_d3dcompiler_34
1152 enable_d3dcompiler_35
1153 enable_d3dcompiler_36
1154 enable_d3dcompiler_37
1155 enable_d3dcompiler_38
1156 enable_d3dcompiler_39
1157 enable_d3dcompiler_40
1158 enable_d3dcompiler_41
1159 enable_d3dcompiler_42
1160 enable_d3dcompiler_43
1161 enable_d3dcompiler_46
1162 enable_d3dcompiler_47
1246 enable_explorerframe
1247 enable_ext_ms_win_authz_context_l1_1_0
1248 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1249 enable_ext_ms_win_dwmapi_ext_l1_1_0
1250 enable_ext_ms_win_gdi_dc_create_l1_1_1
1251 enable_ext_ms_win_gdi_dc_l1_2_0
1252 enable_ext_ms_win_gdi_devcaps_l1_1_0
1253 enable_ext_ms_win_gdi_draw_l1_1_1
1254 enable_ext_ms_win_gdi_render_l1_1_0
1255 enable_ext_ms_win_kernel32_package_current_l1_1_0
1256 enable_ext_ms_win_kernel32_package_l1_1_1
1257 enable_ext_ms_win_ntuser_draw_l1_1_0
1258 enable_ext_ms_win_ntuser_gui_l1_3_0
1259 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1260 enable_ext_ms_win_ntuser_message_l1_1_1
1261 enable_ext_ms_win_ntuser_misc_l1_5_1
1262 enable_ext_ms_win_ntuser_mouse_l1_1_0
1263 enable_ext_ms_win_ntuser_private_l1_1_1
1264 enable_ext_ms_win_ntuser_private_l1_3_1
1265 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1266 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1267 enable_ext_ms_win_ntuser_window_l1_1_1
1268 enable_ext_ms_win_ntuser_window_l1_1_4
1269 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1270 enable_ext_ms_win_oleacc_l1_1_0
1271 enable_ext_ms_win_ras_rasapi32_l1_1_0
1272 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1273 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1274 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1275 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1276 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1277 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1278 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1279 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1280 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1281 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1282 enable_ext_ms_win_security_credui_l1_1_0
1283 enable_ext_ms_win_security_cryptui_l1_1_0
1457 enable_photometadatahandler
1528 enable_uiautomationcore
1561 enable_windowscodecs
1562 enable_windowscodecsext
1564 enable_wineandroid_drv
1566 enable_winecoreaudio_drv
1569 enable_winegstreamer
1571 enable_winejoystick_drv
1576 enable_winepulse_drv
1577 enable_wineqtdecoder
1650 enable_aspnet_regiis
1687 enable_presentationfontcache
1700 enable_servicemodelreg
1723 enable_winemenubuilder
1725 enable_winemsibuilder
1748 ac_precious_vars
='build_alias
1813 # Initialize some variables set by options.
1815 ac_init_version
=false
1816 ac_unrecognized_opts
=
1817 ac_unrecognized_sep
=
1818 # The variables have the same names as the options, with
1819 # dashes changed to underlines.
1820 cache_file
=/dev
/null
1827 program_transform_name
=s
,x
,x
,
1835 # Installation directory options.
1836 # These are left unexpanded so users can "make install exec_prefix=/foo"
1837 # and all the variables that are supposed to be based on exec_prefix
1838 # by default will actually change.
1839 # Use braces instead of parens because sh, perl, etc. also accept them.
1840 # (The list follows the same order as the GNU Coding Standards.)
1841 bindir
='${exec_prefix}/bin'
1842 sbindir
='${exec_prefix}/sbin'
1843 libexecdir
='${exec_prefix}/libexec'
1844 datarootdir
='${prefix}/share'
1845 datadir
='${datarootdir}'
1846 sysconfdir
='${prefix}/etc'
1847 sharedstatedir
='${prefix}/com'
1848 localstatedir
='${prefix}/var'
1849 runstatedir
='${localstatedir}/run'
1850 includedir
='${prefix}/include'
1851 oldincludedir
='/usr/include'
1852 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1853 infodir
='${datarootdir}/info'
1858 libdir
='${exec_prefix}/lib'
1859 localedir
='${datarootdir}/locale'
1860 mandir
='${datarootdir}/man'
1866 # If the previous option needs an argument, assign it.
1867 if test -n "$ac_prev"; then
1868 eval $ac_prev=\
$ac_option
1874 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1879 # Accept the important Cygnus configure options, so we can diagnose typos.
1881 case $ac_dashdash$ac_option in
1885 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1887 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1888 bindir
=$ac_optarg ;;
1890 -build |
--build |
--buil |
--bui |
--bu)
1891 ac_prev
=build_alias
;;
1892 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1893 build_alias
=$ac_optarg ;;
1895 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1896 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1897 ac_prev
=cache_file
;;
1898 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1899 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1900 cache_file
=$ac_optarg ;;
1902 --config-cache |
-C)
1903 cache_file
=config.cache
;;
1905 -datadir |
--datadir |
--datadi |
--datad)
1907 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1908 datadir
=$ac_optarg ;;
1910 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1911 |
--dataroo |
--dataro |
--datar)
1912 ac_prev
=datarootdir
;;
1913 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1914 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1915 datarootdir
=$ac_optarg ;;
1917 -disable-* |
--disable-*)
1918 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1919 # Reject names that are not valid shell variable names.
1920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1921 as_fn_error $?
"invalid feature name: $ac_useropt"
1922 ac_useropt_orig
=$ac_useropt
1923 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1924 case $ac_user_opts in
1926 "enable_
$ac_useropt"
1928 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1929 ac_unrecognized_sep
=', ';;
1931 eval enable_
$ac_useropt=no
;;
1933 -docdir |
--docdir |
--docdi |
--doc |
--do)
1935 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1936 docdir
=$ac_optarg ;;
1938 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1940 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1941 dvidir
=$ac_optarg ;;
1943 -enable-* |
--enable-*)
1944 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1945 # Reject names that are not valid shell variable names.
1946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1947 as_fn_error $?
"invalid feature name: $ac_useropt"
1948 ac_useropt_orig
=$ac_useropt
1949 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1950 case $ac_user_opts in
1952 "enable_
$ac_useropt"
1954 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1955 ac_unrecognized_sep
=', ';;
1957 eval enable_
$ac_useropt=\
$ac_optarg ;;
1959 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1960 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1961 |
--exec |
--exe |
--ex)
1962 ac_prev
=exec_prefix
;;
1963 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1964 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1965 |
--exec=* |
--exe=* |
--ex=*)
1966 exec_prefix
=$ac_optarg ;;
1968 -gas |
--gas |
--ga |
--g)
1969 # Obsolete; use --with-gas.
1972 -help |
--help |
--hel |
--he |
-h)
1973 ac_init_help
=long
;;
1974 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1975 ac_init_help
=recursive
;;
1976 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1977 ac_init_help
=short
;;
1979 -host |
--host |
--hos |
--ho)
1980 ac_prev
=host_alias
;;
1981 -host=* |
--host=* |
--hos=* |
--ho=*)
1982 host_alias
=$ac_optarg ;;
1984 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1986 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1988 htmldir
=$ac_optarg ;;
1990 -includedir |
--includedir |
--includedi |
--included |
--include \
1991 |
--includ |
--inclu |
--incl |
--inc)
1992 ac_prev
=includedir
;;
1993 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1994 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1995 includedir
=$ac_optarg ;;
1997 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1999 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2000 infodir
=$ac_optarg ;;
2002 -libdir |
--libdir |
--libdi |
--libd)
2004 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2005 libdir
=$ac_optarg ;;
2007 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2008 |
--libexe |
--libex |
--libe)
2009 ac_prev
=libexecdir
;;
2010 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2011 |
--libexe=* |
--libex=* |
--libe=*)
2012 libexecdir
=$ac_optarg ;;
2014 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2015 ac_prev
=localedir
;;
2016 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2017 localedir
=$ac_optarg ;;
2019 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2020 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2021 ac_prev
=localstatedir
;;
2022 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2023 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2024 localstatedir
=$ac_optarg ;;
2026 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2028 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2029 mandir
=$ac_optarg ;;
2031 -nfp |
--nfp |
--nf)
2032 # Obsolete; use --without-fp.
2035 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2036 |
--no-cr |
--no-c |
-n)
2039 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2040 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2043 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2044 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2045 |
--oldin |
--oldi |
--old |
--ol |
--o)
2046 ac_prev
=oldincludedir
;;
2047 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2048 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2049 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2050 oldincludedir
=$ac_optarg ;;
2052 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2054 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2055 prefix
=$ac_optarg ;;
2057 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2058 |
--program-pre |
--program-pr |
--program-p)
2059 ac_prev
=program_prefix
;;
2060 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2061 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2062 program_prefix
=$ac_optarg ;;
2064 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2065 |
--program-suf |
--program-su |
--program-s)
2066 ac_prev
=program_suffix
;;
2067 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2068 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2069 program_suffix
=$ac_optarg ;;
2071 -program-transform-name |
--program-transform-name \
2072 |
--program-transform-nam |
--program-transform-na \
2073 |
--program-transform-n |
--program-transform- \
2074 |
--program-transform |
--program-transfor \
2075 |
--program-transfo |
--program-transf \
2076 |
--program-trans |
--program-tran \
2077 |
--progr-tra |
--program-tr |
--program-t)
2078 ac_prev
=program_transform_name
;;
2079 -program-transform-name=* |
--program-transform-name=* \
2080 |
--program-transform-nam=* |
--program-transform-na=* \
2081 |
--program-transform-n=* |
--program-transform-=* \
2082 |
--program-transform=* |
--program-transfor=* \
2083 |
--program-transfo=* |
--program-transf=* \
2084 |
--program-trans=* |
--program-tran=* \
2085 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2086 program_transform_name
=$ac_optarg ;;
2088 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2090 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2091 pdfdir
=$ac_optarg ;;
2093 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2095 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2098 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2099 |
-silent |
--silent |
--silen |
--sile |
--sil)
2102 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2103 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2104 |
--run |
--ru |
--r)
2105 ac_prev
=runstatedir
;;
2106 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2107 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2108 |
--run=* |
--ru=* |
--r=*)
2109 runstatedir
=$ac_optarg ;;
2111 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2113 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2115 sbindir
=$ac_optarg ;;
2117 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2118 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2119 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2121 ac_prev
=sharedstatedir
;;
2122 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2123 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2124 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2126 sharedstatedir
=$ac_optarg ;;
2128 -site |
--site |
--sit)
2130 -site=* |
--site=* |
--sit=*)
2133 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2135 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2136 srcdir
=$ac_optarg ;;
2138 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2139 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2140 ac_prev
=sysconfdir
;;
2141 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2142 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2143 sysconfdir
=$ac_optarg ;;
2145 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2146 ac_prev
=target_alias
;;
2147 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2148 target_alias
=$ac_optarg ;;
2150 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2153 -version |
--version |
--versio |
--versi |
--vers |
-V)
2154 ac_init_version
=: ;;
2157 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2158 # Reject names that are not valid shell variable names.
2159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2160 as_fn_error $?
"invalid package name: $ac_useropt"
2161 ac_useropt_orig
=$ac_useropt
2162 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2163 case $ac_user_opts in
2167 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2168 ac_unrecognized_sep
=', ';;
2170 eval with_
$ac_useropt=\
$ac_optarg ;;
2172 -without-* |
--without-*)
2173 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2174 # Reject names that are not valid shell variable names.
2175 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2176 as_fn_error $?
"invalid package name: $ac_useropt"
2177 ac_useropt_orig
=$ac_useropt
2178 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2179 case $ac_user_opts in
2183 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2184 ac_unrecognized_sep
=', ';;
2186 eval with_
$ac_useropt=no
;;
2189 # Obsolete; use --with-x.
2192 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2193 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2194 ac_prev
=x_includes
;;
2195 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2196 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2197 x_includes
=$ac_optarg ;;
2199 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2200 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2201 ac_prev
=x_libraries
;;
2202 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2203 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2204 x_libraries
=$ac_optarg ;;
2206 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2207 Try \`$0 --help' for more information"
2211 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2212 # Reject names that are not valid shell variable names.
2213 case $ac_envvar in #(
2214 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2215 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2217 eval $ac_envvar=\
$ac_optarg
2218 export $ac_envvar ;;
2221 # FIXME: should be removed in autoconf 3.0.
2222 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2223 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2224 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2225 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2231 if test -n "$ac_prev"; then
2232 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2233 as_fn_error $?
"missing argument to $ac_option"
2236 if test -n "$ac_unrecognized_opts"; then
2237 case $enable_option_checking in
2239 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2240 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2244 # Check all directory arguments for consistency.
2245 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2246 datadir sysconfdir sharedstatedir localstatedir includedir \
2247 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2248 libdir localedir mandir runstatedir
2250 eval ac_val
=\$
$ac_var
2251 # Remove trailing slashes.
2254 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2255 eval $ac_var=\
$ac_val;;
2257 # Be sure to have absolute directory names.
2259 [\\/$
]* | ?
:[\\/]* ) continue;;
2260 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2262 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2265 # There might be people who depend on the old broken behavior: `$host'
2266 # used to hold the argument of --host etc.
2267 # FIXME: To remove some day.
2270 target
=$target_alias
2272 # FIXME: To remove some day.
2273 if test "x$host_alias" != x
; then
2274 if test "x$build_alias" = x
; then
2275 cross_compiling
=maybe
2276 elif test "x$build_alias" != "x$host_alias"; then
2282 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2284 test "$silent" = yes && exec 6>/dev
/null
2287 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2288 ac_ls_di
=`ls -di .` &&
2289 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2290 as_fn_error $?
"working directory cannot be determined"
2291 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2292 as_fn_error $?
"pwd does not report name of working directory"
2295 # Find the source files, if location was not specified.
2296 if test -z "$srcdir"; then
2297 ac_srcdir_defaulted
=yes
2298 # Try the directory containing this script, then the parent directory.
2299 ac_confdir
=`$as_dirname -- "$as_myself" ||
2300 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2301 X"$as_myself" : 'X\(//\)[^/]' \| \
2302 X"$as_myself" : 'X\(//\)$' \| \
2303 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2304 $as_echo X"$as_myself" |
2305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2323 if test ! -r "$srcdir/$ac_unique_file"; then
2327 ac_srcdir_defaulted
=no
2329 if test ! -r "$srcdir/$ac_unique_file"; then
2330 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2331 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2333 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2335 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2337 # When building in place, set srcdir=.
2338 if test "$ac_abs_confdir" = "$ac_pwd"; then
2341 # Remove unnecessary trailing slashes from srcdir.
2342 # Double slashes in file names in object file debugging info
2343 # mess up M-x gdb in Emacs.
2345 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2347 for ac_var
in $ac_precious_vars; do
2348 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2349 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2350 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2351 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2355 # Report the --help message.
2357 if test "$ac_init_help" = "long"; then
2358 # Omit some internal or obsolete options to make the list less imposing.
2359 # This message is too long to be a string in the A/UX 3.1 sh.
2361 \`configure' configures Wine 3.4 to adapt to many kinds of systems.
2363 Usage: $0 [OPTION]... [VAR=VALUE]...
2365 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2366 VAR=VALUE. See below for descriptions of some of the useful variables.
2368 Defaults for the options are specified in brackets.
2371 -h, --help display this help and exit
2372 --help=short display options specific to this package
2373 --help=recursive display the short help of all the included packages
2374 -V, --version display version information and exit
2375 -q, --quiet, --silent do not print \`checking ...' messages
2376 --cache-file=FILE cache test results in FILE [disabled]
2377 -C, --config-cache alias for \`--cache-file=config.cache'
2378 -n, --no-create do not create output files
2379 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2381 Installation directories:
2382 --prefix=PREFIX install architecture-independent files in PREFIX
2383 [$ac_default_prefix]
2384 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2387 By default, \`make install' will install all the files in
2388 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2389 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2390 for instance \`--prefix=\$HOME'.
2392 For better control, use the options below.
2394 Fine tuning of the installation directories:
2395 --bindir=DIR user executables [EPREFIX/bin]
2396 --sbindir=DIR system admin executables [EPREFIX/sbin]
2397 --libexecdir=DIR program executables [EPREFIX/libexec]
2398 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2399 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2400 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2401 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2402 --libdir=DIR object code libraries [EPREFIX/lib]
2403 --includedir=DIR C header files [PREFIX/include]
2404 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2405 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2406 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2407 --infodir=DIR info documentation [DATAROOTDIR/info]
2408 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2409 --mandir=DIR man documentation [DATAROOTDIR/man]
2410 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2411 --htmldir=DIR html documentation [DOCDIR]
2412 --dvidir=DIR dvi documentation [DOCDIR]
2413 --pdfdir=DIR pdf documentation [DOCDIR]
2414 --psdir=DIR ps documentation [DOCDIR]
2420 --x-includes=DIR X include files are
in DIR
2421 --x-libraries=DIR X library files are
in DIR
2424 --build=BUILD configure
for building on BUILD
[guessed
]
2425 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2429 if test -n "$ac_init_help"; then
2430 case $ac_init_help in
2431 short | recursive
) echo "Configuration of Wine 3.4:";;
2436 --disable-option-checking ignore unrecognized
--enable/--with options
2437 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2438 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2439 --disable-win16 do not include Win16 support
2440 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2442 --disable-tests do not build the regression tests
2443 --enable-maintainer-mode
2444 enable maintainer-specific build rules
2445 --disable-largefile omit support for large files
2448 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2449 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2450 --without-alsa do not use the Alsa sound support
2451 --without-capi do not use CAPI (ISDN support)
2452 --without-cms do not use CMS (color management support)
2453 --without-coreaudio do not use the CoreAudio sound support
2454 --without-cups do not use CUPS
2455 --without-curses do not use (n)curses
2456 --without-dbus do not use DBus (dynamic device support)
2457 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2458 --without-fontconfig do not use fontconfig
2459 --without-freetype do not use the FreeType library
2460 --without-gettext do not use gettext
2461 --with-gettextpo use the GetTextPO library to rebuild po files
2462 --without-gphoto do not use gphoto (Digital Camera support)
2463 --without-glu do not use the GLU library
2464 --without-gnutls do not use GnuTLS (schannel support)
2465 --without-gsm do not use libgsm (GSM 06.10 codec support)
2466 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2467 --without-gstreamer do not use GStreamer (codecs support)
2468 --without-hal do not use HAL (dynamic device support)
2469 --without-jpeg do not use JPEG
2470 --without-krb5 do not use krb5 (Kerberos)
2471 --without-ldap do not use LDAP
2472 --without-mpg123 do not use the mpg123 library
2473 --without-netapi do not use the Samba NetAPI library
2474 --without-openal do not use OpenAL
2475 --without-opencl do not use OpenCL
2476 --without-opengl do not use OpenGL
2477 --without-osmesa do not use the OSMesa library
2478 --without-oss do not use the OSS sound support
2479 --without-pcap do not use the Packet Capture library
2480 --without-png do not use PNG
2481 --without-pthread do not use the pthread library
2482 --without-pulse do not use PulseAudio sound support
2483 --without-sane do not use SANE (scanner support)
2484 --without-sdl do not use SDL
2485 --without-tiff do not use TIFF
2486 --without-udev do not use udev (plug and play support)
2487 --without-v4l do not use v4l1 (v4l support)
2488 --without-vulkan do not use Vulkan
2489 --without-xcomposite do not use the Xcomposite extension
2490 --without-xcursor do not use the Xcursor extension
2491 --without-xfixes do not use Xfixes for clipboard change notifications
2492 --without-xinerama do not use Xinerama (multi-monitor support)
2493 --without-xinput do not use the Xinput extension
2494 --without-xinput2 do not use the Xinput 2 extension
2495 --without-xml do not use XML
2496 --without-xrandr do not use Xrandr (resolution changes)
2497 --without-xrender do not use the Xrender extension
2498 --without-xshape do not use the Xshape extension
2499 --without-xshm do not use XShm (shared memory extension)
2500 --without-xslt do not use XSLT
2501 --without-xxf86vm do not use XFree video mode extension
2502 --without-zlib do not use Zlib (data compression)
2503 --with-wine-tools=DIR use Wine tools from directory DIR
2504 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2505 --with-x use the X Window System
2507 Some influential environment variables:
2508 CC C compiler command
2509 CFLAGS C compiler flags
2510 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2511 nonstandard directory <lib dir>
2512 LIBS libraries to pass to the linker, e.g. -l<library>
2513 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2514 you have headers in a nonstandard directory <include dir>
2515 CXX C++ compiler command
2516 CXXFLAGS C++ compiler flags
2518 XMKMF Path to xmkmf, Makefile generator for X Window System
2519 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2520 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2521 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2522 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2523 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2524 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2525 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2526 HAL_LIBS Linker flags for hal, overriding pkg-config
2528 C compiler flags for gnutls, overriding pkg-config
2529 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2530 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2531 SANE_LIBS Linker flags for libsane, overriding pkg-config
2533 C compiler flags for libgphoto2, overriding pkg-config
2535 Linker flags for libgphoto2, overriding pkg-config
2537 C compiler flags for libgphoto2_port, overriding pkg-config
2539 Linker flags for libgphoto2_port, overriding pkg-config
2541 C compiler flags for lcms2, overriding pkg-config
2542 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2544 C compiler flags for freetype2, overriding pkg-config
2546 Linker flags for freetype2, overriding pkg-config
2548 C compiler flags for libpulse, overriding pkg-config
2549 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2551 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2552 gstreamer-audio-1.0, overriding pkg-config
2554 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2555 gstreamer-audio-1.0, overriding pkg-config
2556 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2557 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2558 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2559 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2561 C compiler flags for capi20, overriding pkg-config
2562 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2563 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2564 CUPS_LIBS Linker flags for cups, overriding pkg-config
2566 C compiler flags for fontconfig, overriding pkg-config
2568 Linker flags for fontconfig, overriding pkg-config
2569 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2570 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2572 C compiler flags for krb5-gssapi, overriding pkg-config
2573 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2574 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2575 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2576 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2577 PNG_LIBS Linker flags for libpng, overriding pkg-config
2578 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2579 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2581 C compiler flags for libmpg123, overriding pkg-config
2582 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2584 C compiler flags for netapi, overriding pkg-config
2585 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2586 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2587 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2589 Use these variables to override the choices made by `configure' or to
help
2590 it to
find libraries and programs with nonstandard names
/locations.
2592 Report bugs to
<wine-devel@winehq.org
>.
2593 Wine home page
: <https
://www.winehq.org
>.
2598 if test "$ac_init_help" = "recursive"; then
2599 # If there are subdirs, report their specific --help.
2600 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2601 test -d "$ac_dir" ||
2602 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2607 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2609 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2610 # A ".." for each directory in $ac_dir_suffix.
2611 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2612 case $ac_top_builddir_sub in
2613 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2614 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2617 ac_abs_top_builddir
=$ac_pwd
2618 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2619 # for backward compatibility:
2620 ac_top_builddir
=$ac_top_build_prefix
2623 .
) # We are building in place.
2625 ac_top_srcdir
=$ac_top_builddir_sub
2626 ac_abs_top_srcdir
=$ac_pwd ;;
2627 [\\/]* | ?
:[\\/]* ) # Absolute name.
2628 ac_srcdir
=$srcdir$ac_dir_suffix;
2629 ac_top_srcdir
=$srcdir
2630 ac_abs_top_srcdir
=$srcdir ;;
2632 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2633 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2634 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2636 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2638 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2639 # Check for guested configure.
2640 if test -f "$ac_srcdir/configure.gnu"; then
2642 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2643 elif test -f "$ac_srcdir/configure"; then
2645 $SHELL "$ac_srcdir/configure" --help=recursive
2647 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2649 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2653 test -n "$ac_init_help" && exit $ac_status
2654 if $ac_init_version; then
2657 generated by GNU Autoconf
2.69
2659 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2660 This configure
script is free software
; the Free Software Foundation
2661 gives unlimited permission to copy
, distribute and modify it.
2666 ## ------------------------ ##
2667 ## Autoconf initialization. ##
2668 ## ------------------------ ##
2670 # ac_fn_c_try_compile LINENO
2671 # --------------------------
2672 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2673 ac_fn_c_try_compile
()
2675 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2676 rm -f conftest.
$ac_objext
2677 if { { ac_try
="$ac_compile"
2679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2682 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2683 $as_echo "$ac_try_echo"; } >&5
2684 (eval "$ac_compile") 2>conftest.err
2686 if test -s conftest.err; then
2687 grep -v '^ *+' conftest.err >conftest.er1
2688 cat conftest.er1 >&5
2689 mv -f conftest.er1 conftest.err
2691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2692 test $ac_status = 0; } && {
2693 test -z "$ac_c_werror_flag" ||
2694 test ! -s conftest.err
2695 } && test -s conftest.$ac_objext; then :
2698 $as_echo "$as_me: failed program was:" >&5
2699 sed 's/^/| /' conftest.$ac_ext >&5
2703 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2704 as_fn_set_status $ac_retval
2706 } # ac_fn_c_try_compile
2708 # ac_fn_cxx_try_compile LINENO
2709 # ----------------------------
2710 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2711 ac_fn_cxx_try_compile ()
2713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2714 rm -f conftest.$ac_objext
2715 if { { ac_try="$ac_compile"
2717 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2718 *) ac_try_echo
=$ac_try;;
2720 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2721 $as_echo "$ac_try_echo"; } >&5
2722 (eval "$ac_compile") 2>conftest.err
2724 if test -s conftest.err
; then
2725 grep -v '^ *+' conftest.err
>conftest.er1
2726 cat conftest.er1
>&5
2727 mv -f conftest.er1 conftest.err
2729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2730 test $ac_status = 0; } && {
2731 test -z "$ac_cxx_werror_flag" ||
2732 test ! -s conftest.err
2733 } && test -s conftest.
$ac_objext; then :
2736 $as_echo "$as_me: failed program was:" >&5
2737 sed 's/^/| /' conftest.
$ac_ext >&5
2741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2742 as_fn_set_status
$ac_retval
2744 } # ac_fn_cxx_try_compile
2746 # ac_fn_c_try_link LINENO
2747 # -----------------------
2748 # Try to link conftest.$ac_ext, and return whether this succeeded.
2751 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2752 rm -f conftest.
$ac_objext conftest
$ac_exeext
2753 if { { ac_try
="$ac_link"
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_link") 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; } && {
2769 test -z "$ac_c_werror_flag" ||
2770 test ! -s conftest.err
2771 } && test -s conftest$ac_exeext && {
2772 test "$cross_compiling" = yes ||
2773 test -x conftest$ac_exeext
2777 $as_echo "$as_me: failed program was:" >&5
2778 sed 's/^/| /' conftest.$ac_ext >&5
2782 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2783 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2784 # interfere with the next link command; also delete a directory that is
2785 # left behind by Apple's compiler. We do this before executing the actions.
2786 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2787 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2788 as_fn_set_status $ac_retval
2790 } # ac_fn_c_try_link
2792 # ac_fn_c_try_cpp LINENO
2793 # ----------------------
2794 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2797 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2798 if { { ac_try="$ac_cpp conftest.$ac_ext"
2800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2801 *) ac_try_echo
=$ac_try;;
2803 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2804 $as_echo "$ac_try_echo"; } >&5
2805 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2807 if test -s conftest.err
; then
2808 grep -v '^ *+' conftest.err
>conftest.er1
2809 cat conftest.er1
>&5
2810 mv -f conftest.er1 conftest.err
2812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2813 test $ac_status = 0; } > conftest.i
&& {
2814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2815 test ! -s conftest.err
2819 $as_echo "$as_me: failed program was:" >&5
2820 sed 's/^/| /' conftest.
$ac_ext >&5
2824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2825 as_fn_set_status
$ac_retval
2829 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2830 # -------------------------------------------------------
2831 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2832 # the include files in INCLUDES and setting the cache variable VAR
2834 ac_fn_c_check_header_mongrel
()
2836 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2837 if eval \
${$3+:} false
; then :
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2839 $as_echo_n "checking for $2... " >&6; }
2840 if eval \
${$3+:} false
; then :
2841 $as_echo_n "(cached) " >&6
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2845 $as_echo "$ac_res" >&6; }
2847 # Is the header compilable?
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2849 $as_echo_n "checking $2 usability... " >&6; }
2850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2851 /* end confdefs.h. */
2855 if ac_fn_c_try_compile
"$LINENO"; then :
2856 ac_header_compiler
=yes
2858 ac_header_compiler
=no
2860 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2862 $as_echo "$ac_header_compiler" >&6; }
2864 # Is the header present?
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2866 $as_echo_n "checking $2 presence... " >&6; }
2867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2871 if ac_fn_c_try_cpp
"$LINENO"; then :
2872 ac_header_preproc
=yes
2874 ac_header_preproc
=no
2876 rm -f conftest.err conftest.i conftest.
$ac_ext
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2878 $as_echo "$ac_header_preproc" >&6; }
2880 # So? What about this header?
2881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2884 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2886 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2890 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2892 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2894 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2896 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2898 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2899 ( $as_echo "## ------------------------------------ ##
2900 ## Report this to wine-devel@winehq.org ##
2901 ## ------------------------------------ ##"
2902 ) |
sed "s/^/$as_me: WARNING: /" >&2
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2906 $as_echo_n "checking for $2... " >&6; }
2907 if eval \
${$3+:} false
; then :
2908 $as_echo_n "(cached) " >&6
2910 eval "$3=\$ac_header_compiler"
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2914 $as_echo "$ac_res" >&6; }
2916 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2918 } # ac_fn_c_check_header_mongrel
2920 # ac_fn_c_try_run LINENO
2921 # ----------------------
2922 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2923 # that executables *can* be run.
2926 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2927 if { { ac_try
="$ac_link"
2929 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2930 *) ac_try_echo=$ac_try;;
2932 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2933 $as_echo "$ac_try_echo"; } >&5
2934 (eval "$ac_link") 2>&5
2936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2937 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2938 { { case "(($ac_try" in
2939 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2940 *) ac_try_echo
=$ac_try;;
2942 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2943 $as_echo "$ac_try_echo"; } >&5
2944 (eval "$ac_try") 2>&5
2946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2947 test $ac_status = 0; }; }; then :
2950 $as_echo "$as_me: program exited with status $ac_status" >&5
2951 $as_echo "$as_me: failed program was:" >&5
2952 sed 's/^/| /' conftest.
$ac_ext >&5
2954 ac_retval
=$ac_status
2956 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2957 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2958 as_fn_set_status
$ac_retval
2962 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2963 # -------------------------------------------------------
2964 # Tests whether HEADER exists and can be compiled using the include files in
2965 # INCLUDES, setting the cache variable VAR accordingly.
2966 ac_fn_c_check_header_compile
()
2968 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2970 $as_echo_n "checking for $2... " >&6; }
2971 if eval \
${$3+:} false
; then :
2972 $as_echo_n "(cached) " >&6
2974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2975 /* end confdefs.h. */
2979 if ac_fn_c_try_compile
"$LINENO"; then :
2984 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2988 $as_echo "$ac_res" >&6; }
2989 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2991 } # ac_fn_c_check_header_compile
2993 # ac_fn_c_check_func LINENO FUNC VAR
2994 # ----------------------------------
2995 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2996 ac_fn_c_check_func
()
2998 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3000 $as_echo_n "checking for $2... " >&6; }
3001 if eval \
${$3+:} false
; then :
3002 $as_echo_n "(cached) " >&6
3004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3005 /* end confdefs.h. */
3006 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3007 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3008 #define $2 innocuous_$2
3010 /* System header to define __stub macros and hopefully few prototypes,
3011 which can conflict with char $2 (); below.
3012 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3013 <limits.h> exists even on freestanding compilers. */
3016 # include <limits.h>
3018 # include <assert.h>
3023 /* Override any GCC internal prototype to avoid an error.
3024 Use char because int might match the return type of a GCC
3025 builtin and then its argument prototype would still apply. */
3030 /* The GNU C library defines this for functions which it implements
3031 to always fail with ENOSYS. Some functions are actually named
3032 something starting with __ and the normal name is an alias. */
3033 #if defined __stub_$2 || defined __stub___$2
3045 if ac_fn_c_try_link
"$LINENO"; then :
3050 rm -f core conftest.err conftest.
$ac_objext \
3051 conftest
$ac_exeext conftest.
$ac_ext
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3055 $as_echo "$ac_res" >&6; }
3056 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3058 } # ac_fn_c_check_func
3060 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3061 # ----------------------------------------------------
3062 # Tries to find if the field MEMBER exists in type AGGR, after including
3063 # INCLUDES, setting cache variable VAR accordingly.
3064 ac_fn_c_check_member
()
3066 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3068 $as_echo_n "checking for $2.$3... " >&6; }
3069 if eval \
${$4+:} false
; then :
3070 $as_echo_n "(cached) " >&6
3072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3073 /* end confdefs.h. */
3085 if ac_fn_c_try_compile
"$LINENO"; then :
3088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3089 /* end confdefs.h. */
3095 if (sizeof ac_aggr.$3)
3101 if ac_fn_c_try_compile
"$LINENO"; then :
3106 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3108 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3112 $as_echo "$ac_res" >&6; }
3113 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3115 } # ac_fn_c_check_member
3117 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3118 # -------------------------------------------
3119 # Tests whether TYPE exists after having included INCLUDES, setting cache
3120 # variable VAR accordingly.
3121 ac_fn_c_check_type
()
3123 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3125 $as_echo_n "checking for $2... " >&6; }
3126 if eval \
${$3+:} false
; then :
3127 $as_echo_n "(cached) " >&6
3130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3131 /* end confdefs.h. */
3142 if ac_fn_c_try_compile
"$LINENO"; then :
3143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3144 /* end confdefs.h. */
3155 if ac_fn_c_try_compile
"$LINENO"; then :
3160 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3162 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3166 $as_echo "$ac_res" >&6; }
3167 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3169 } # ac_fn_c_check_type
3170 cat >config.log
<<_ACEOF
3171 This file contains any messages produced by compilers while
3172 running configure, to aid debugging if configure makes a mistake.
3174 It was created by Wine $as_me 3.4, which was
3175 generated by GNU Autoconf 2.69. Invocation command line was
3187 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3188 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3189 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3190 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3191 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3193 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3194 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3196 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3197 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3198 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3199 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3200 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3201 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3202 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3210 test -z "$as_dir" && as_dir
=.
3211 $as_echo "PATH: $as_dir"
3227 # Keep a trace of the command line.
3228 # Strip out --no-create and --no-recursion so they do not pile up.
3229 # Strip out --silent because we don't want to record it for future runs.
3230 # Also quote any args containing shell meta-characters.
3231 # Make two passes to allow for proper duplicate-argument suppression.
3235 ac_must_keep_next
=false
3241 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3242 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3243 |
-silent |
--silent |
--silen |
--sile |
--sil)
3246 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3249 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3251 as_fn_append ac_configure_args1
" '$ac_arg'"
3252 if test $ac_must_keep_next = true
; then
3253 ac_must_keep_next
=false
# Got value, back to normal.
3256 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3257 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3258 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3259 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3260 case "$ac_configure_args0 " in
3261 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3264 -* ) ac_must_keep_next
=true
;;
3267 as_fn_append ac_configure_args
" '$ac_arg'"
3272 { ac_configure_args0
=; unset ac_configure_args0
;}
3273 { ac_configure_args1
=; unset ac_configure_args1
;}
3275 # When interrupted or exit'd, cleanup temporary files, and complete
3276 # config.log. We remove comments because anyway the quotes in there
3277 # would cause problems or look ugly.
3278 # WARNING: Use '\'' to represent an apostrophe within the trap.
3279 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3280 trap 'exit_status=$?
3281 # Save into config.log some information that might help in debugging.
3285 $as_echo "## ---------------- ##
3286 ## Cache variables. ##
3287 ## ---------------- ##"
3289 # The following way of writing the cache mishandles newlines in values,
3291 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3292 eval ac_val=\$$ac_var
3296 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3297 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3300 _ | IFS | as_nl) ;; #(
3301 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3302 *) { eval $ac_var=; unset $ac_var;} ;;
3307 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3308 *${as_nl}ac_space=\ *)
3310 "s/'\''/'\''\\\\'\'''\''/g;
3311 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3314 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3321 $as_echo "## ----------------- ##
3322 ## Output variables. ##
3323 ## ----------------- ##"
3325 for ac_var in $ac_subst_vars
3327 eval ac_val=\$$ac_var
3329 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3331 $as_echo "$ac_var='\''$ac_val'\''"
3335 if test -n "$ac_subst_files"; then
3336 $as_echo "## ------------------- ##
3337 ## File substitutions. ##
3338 ## ------------------- ##"
3340 for ac_var
in $ac_subst_files
3342 eval ac_val
=\$
$ac_var
3344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3346 $as_echo "$ac_var='\''$ac_val'\''"
3351 if test -s confdefs.h; then
3352 $as_echo "## ----------- ##
3359 test "$ac_signal" != 0 &&
3360 $as_echo "$as_me: caught signal $ac_signal"
3361 $as_echo "$as_me: exit $exit_status"
3363 rm -f core *.core core.conftest.* &&
3364 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3367 for ac_signal
in 1 2 13 15; do
3368 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3372 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3373 rm -f -r conftest
* confdefs.h
3375 $as_echo "/* confdefs.h */" > confdefs.h
3377 # Predefined preprocessor variables.
3379 cat >>confdefs.h
<<_ACEOF
3380 #define PACKAGE_NAME "$PACKAGE_NAME"
3383 cat >>confdefs.h
<<_ACEOF
3384 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3387 cat >>confdefs.h
<<_ACEOF
3388 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3391 cat >>confdefs.h
<<_ACEOF
3392 #define PACKAGE_STRING "$PACKAGE_STRING"
3395 cat >>confdefs.h
<<_ACEOF
3396 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3399 cat >>confdefs.h
<<_ACEOF
3400 #define PACKAGE_URL "$PACKAGE_URL"
3404 # Let the site file select an alternate cache file if it wants to.
3405 # Prefer an explicitly selected file to automatically selected ones.
3408 if test -n "$CONFIG_SITE"; then
3409 # We do not want a PATH search for config.site.
3410 case $CONFIG_SITE in #((
3411 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3412 */*) ac_site_file1
=$CONFIG_SITE;;
3413 *) ac_site_file1
=.
/$CONFIG_SITE;;
3415 elif test "x$prefix" != xNONE
; then
3416 ac_site_file1
=$prefix/share
/config.site
3417 ac_site_file2
=$prefix/etc
/config.site
3419 ac_site_file1
=$ac_default_prefix/share
/config.site
3420 ac_site_file2
=$ac_default_prefix/etc
/config.site
3422 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3424 test "x$ac_site_file" = xNONE
&& continue
3425 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3426 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3427 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3428 sed 's/^/| /' "$ac_site_file" >&5
3430 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432 as_fn_error $?
"failed to load site script $ac_site_file
3433 See \`config.log' for more details" "$LINENO" 5; }
3437 if test -r "$cache_file"; then
3438 # Some versions of bash will fail to source /dev/null (special files
3439 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3440 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3442 $as_echo "$as_me: loading cache $cache_file" >&6;}
3444 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3445 *) .
"./$cache_file";;
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3450 $as_echo "$as_me: creating cache $cache_file" >&6;}
3454 # Check that the precious variables saved in the cache have kept the same
3456 ac_cache_corrupted
=false
3457 for ac_var
in $ac_precious_vars; do
3458 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3459 eval ac_new_set
=\
$ac_env_${ac_var}_set
3460 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3461 eval ac_new_val
=\
$ac_env_${ac_var}_value
3462 case $ac_old_set,$ac_new_set in
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3465 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3466 ac_cache_corrupted
=: ;;
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3469 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3470 ac_cache_corrupted
=: ;;
3473 if test "x$ac_old_val" != "x$ac_new_val"; then
3474 # differences in whitespace do not lead to failure.
3475 ac_old_val_w
=`echo x $ac_old_val`
3476 ac_new_val_w
=`echo x $ac_new_val`
3477 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3479 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3480 ac_cache_corrupted
=:
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3483 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3484 eval $ac_var=\
$ac_old_val
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3487 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3489 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3492 # Pass precious variables to config.status.
3493 if test "$ac_new_set" = set; then
3495 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3496 *) ac_arg
=$ac_var=$ac_new_val ;;
3498 case " $ac_configure_args " in
3499 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3500 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3504 if $ac_cache_corrupted; then
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3506 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3508 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3509 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3511 ## -------------------- ##
3512 ## Main body of script. ##
3513 ## -------------------- ##
3516 ac_cpp
='$CPP $CPPFLAGS'
3517 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3518 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3519 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3523 ac_config_headers
="$ac_config_headers include/config.h"
3526 for ac_dir
in tools
"$srcdir"/tools
; do
3527 if test -f "$ac_dir/install-sh"; then
3529 ac_install_sh
="$ac_aux_dir/install-sh -c"
3531 elif test -f "$ac_dir/install.sh"; then
3533 ac_install_sh
="$ac_aux_dir/install.sh -c"
3535 elif test -f "$ac_dir/shtool"; then
3537 ac_install_sh
="$ac_aux_dir/shtool install -c"
3541 if test -z "$ac_aux_dir"; then
3542 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3545 # These three variables are undocumented and unsupported,
3546 # and are intended to be withdrawn in a future Autoconf release.
3547 # They can cause serious problems if a builder's source tree is in a directory
3548 # whose full name contains unusual characters.
3549 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3550 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3551 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3555 libwine_version
="1.0"
3559 # Check whether --enable-win16 was given.
3560 if test "${enable_win16+set}" = set; then :
3561 enableval
=$enable_win16;
3564 # Check whether --enable-win64 was given.
3565 if test "${enable_win64+set}" = set; then :
3566 enableval
=$enable_win64;
3569 # Check whether --enable-tests was given.
3570 if test "${enable_tests+set}" = set; then :
3571 enableval
=$enable_tests;
3574 # Check whether --enable-maintainer-mode was given.
3575 if test "${enable_maintainer_mode+set}" = set; then :
3576 enableval
=$enable_maintainer_mode;
3581 # Check whether --with-alsa was given.
3582 if test "${with_alsa+set}" = set; then :
3583 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3587 # Check whether --with-capi was given.
3588 if test "${with_capi+set}" = set; then :
3593 # Check whether --with-cms was given.
3594 if test "${with_cms+set}" = set; then :
3599 # Check whether --with-coreaudio was given.
3600 if test "${with_coreaudio+set}" = set; then :
3601 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3605 # Check whether --with-cups was given.
3606 if test "${with_cups+set}" = set; then :
3611 # Check whether --with-curses was given.
3612 if test "${with_curses+set}" = set; then :
3613 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3617 # Check whether --with-dbus was given.
3618 if test "${with_dbus+set}" = set; then :
3623 # Check whether --with-float-abi was given.
3624 if test "${with_float_abi+set}" = set; then :
3625 withval
=$with_float_abi;
3629 # Check whether --with-fontconfig was given.
3630 if test "${with_fontconfig+set}" = set; then :
3631 withval
=$with_fontconfig;
3635 # Check whether --with-freetype was given.
3636 if test "${with_freetype+set}" = set; then :
3637 withval
=$with_freetype;
3641 # Check whether --with-gettext was given.
3642 if test "${with_gettext+set}" = set; then :
3643 withval
=$with_gettext;
3647 # Check whether --with-gettextpo was given.
3648 if test "${with_gettextpo+set}" = set; then :
3649 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3653 # Check whether --with-gphoto was given.
3654 if test "${with_gphoto+set}" = set; then :
3655 withval
=$with_gphoto;
3659 # Check whether --with-glu was given.
3660 if test "${with_glu+set}" = set; then :
3665 # Check whether --with-gnutls was given.
3666 if test "${with_gnutls+set}" = set; then :
3667 withval
=$with_gnutls;
3671 # Check whether --with-gsm was given.
3672 if test "${with_gsm+set}" = set; then :
3673 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3677 # Check whether --with-gssapi was given.
3678 if test "${with_gssapi+set}" = set; then :
3679 withval
=$with_gssapi;
3683 # Check whether --with-gstreamer was given.
3684 if test "${with_gstreamer+set}" = set; then :
3685 withval
=$with_gstreamer;
3689 # Check whether --with-hal was given.
3690 if test "${with_hal+set}" = set; then :
3695 # Check whether --with-jpeg was given.
3696 if test "${with_jpeg+set}" = set; then :
3701 # Check whether --with-krb5 was given.
3702 if test "${with_krb5+set}" = set; then :
3707 # Check whether --with-ldap was given.
3708 if test "${with_ldap+set}" = set; then :
3709 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3713 # Check whether --with-mpg123 was given.
3714 if test "${with_mpg123+set}" = set; then :
3715 withval
=$with_mpg123;
3719 # Check whether --with-netapi was given.
3720 if test "${with_netapi+set}" = set; then :
3721 withval
=$with_netapi;
3725 # Check whether --with-openal was given.
3726 if test "${with_openal+set}" = set; then :
3727 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3731 # Check whether --with-opencl was given.
3732 if test "${with_opencl+set}" = set; then :
3733 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3737 # Check whether --with-opengl was given.
3738 if test "${with_opengl+set}" = set; then :
3739 withval
=$with_opengl;
3743 # Check whether --with-osmesa was given.
3744 if test "${with_osmesa+set}" = set; then :
3745 withval
=$with_osmesa;
3749 # Check whether --with-oss was given.
3750 if test "${with_oss+set}" = set; then :
3755 # Check whether --with-pcap was given.
3756 if test "${with_pcap+set}" = set; then :
3757 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3761 # Check whether --with-png was given.
3762 if test "${with_png+set}" = set; then :
3767 # Check whether --with-pthread was given.
3768 if test "${with_pthread+set}" = set; then :
3769 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3773 # Check whether --with-pulse was given.
3774 if test "${with_pulse+set}" = set; then :
3775 withval
=$with_pulse;
3779 # Check whether --with-sane was given.
3780 if test "${with_sane+set}" = set; then :
3785 # Check whether --with-sdl was given.
3786 if test "${with_sdl+set}" = set; then :
3791 # Check whether --with-tiff was given.
3792 if test "${with_tiff+set}" = set; then :
3797 # Check whether --with-udev was given.
3798 if test "${with_udev+set}" = set; then :
3803 # Check whether --with-v4l was given.
3804 if test "${with_v4l+set}" = set; then :
3809 # Check whether --with-vulkan was given.
3810 if test "${with_vulkan+set}" = set; then :
3811 withval
=$with_vulkan;
3815 # Check whether --with-xcomposite was given.
3816 if test "${with_xcomposite+set}" = set; then :
3817 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3821 # Check whether --with-xcursor was given.
3822 if test "${with_xcursor+set}" = set; then :
3823 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3827 # Check whether --with-xfixes was given.
3828 if test "${with_xfixes+set}" = set; then :
3829 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3833 # Check whether --with-xinerama was given.
3834 if test "${with_xinerama+set}" = set; then :
3835 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3839 # Check whether --with-xinput was given.
3840 if test "${with_xinput+set}" = set; then :
3841 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3845 # Check whether --with-xinput2 was given.
3846 if test "${with_xinput2+set}" = set; then :
3847 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3851 # Check whether --with-xml was given.
3852 if test "${with_xml+set}" = set; then :
3857 # Check whether --with-xrandr was given.
3858 if test "${with_xrandr+set}" = set; then :
3859 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3863 # Check whether --with-xrender was given.
3864 if test "${with_xrender+set}" = set; then :
3865 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3869 # Check whether --with-xshape was given.
3870 if test "${with_xshape+set}" = set; then :
3871 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3875 # Check whether --with-xshm was given.
3876 if test "${with_xshm+set}" = set; then :
3877 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3881 # Check whether --with-xslt was given.
3882 if test "${with_xslt+set}" = set; then :
3887 # Check whether --with-xxf86vm was given.
3888 if test "${with_xxf86vm+set}" = set; then :
3889 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
3893 # Check whether --with-zlib was given.
3894 if test "${with_zlib+set}" = set; then :
3895 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3900 # Check whether --with-wine-tools was given.
3901 if test "${with_wine_tools+set}" = set; then :
3902 withval
=$with_wine_tools;
3906 # Check whether --with-wine64 was given.
3907 if test "${with_wine64+set}" = set; then :
3908 withval
=$with_wine64;
3912 # Make sure we can run config.sub.
3913 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3914 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3917 $as_echo_n "checking build system type... " >&6; }
3918 if ${ac_cv_build+:} false
; then :
3919 $as_echo_n "(cached) " >&6
3921 ac_build_alias
=$build_alias
3922 test "x$ac_build_alias" = x
&&
3923 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3924 test "x$ac_build_alias" = x
&&
3925 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3926 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3927 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3931 $as_echo "$ac_cv_build" >&6; }
3932 case $ac_cv_build in
3934 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3937 ac_save_IFS
=$IFS; IFS
='-'
3943 # Remember, the first character of IFS is used to create $*,
3944 # except with old shells:
3947 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3951 $as_echo_n "checking host system type... " >&6; }
3952 if ${ac_cv_host+:} false
; then :
3953 $as_echo_n "(cached) " >&6
3955 if test "x$host_alias" = x
; then
3956 ac_cv_host
=$ac_cv_build
3958 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3959 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3964 $as_echo "$ac_cv_host" >&6; }
3967 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3970 ac_save_IFS
=$IFS; IFS
='-'
3976 # Remember, the first character of IFS is used to create $*,
3977 # except with old shells:
3980 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3986 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3987 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3988 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3994 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3996 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3997 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3998 $as_echo_n "(cached) " >&6
4000 cat >conftest.
make <<\_ACEOF
4003 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4005 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4006 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4008 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4010 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4014 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4016 $as_echo "yes" >&6; }
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4020 $as_echo "no" >&6; }
4021 SET_MAKE
="MAKE=${MAKE-make}"
4025 ac_cpp
='$CPP $CPPFLAGS'
4026 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4027 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4028 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4029 if test -n "$ac_tool_prefix"; then
4030 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4031 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4033 $as_echo_n "checking for $ac_word... " >&6; }
4034 if ${ac_cv_prog_CC+:} false
; then :
4035 $as_echo_n "(cached) " >&6
4037 if test -n "$CC"; then
4038 ac_cv_prog_CC
="$CC" # Let the user override the test.
4040 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4044 test -z "$as_dir" && as_dir
=.
4045 for ac_exec_ext
in '' $ac_executable_extensions; do
4046 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4047 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4058 if test -n "$CC"; then
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4060 $as_echo "$CC" >&6; }
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4063 $as_echo "no" >&6; }
4068 if test -z "$ac_cv_prog_CC"; then
4070 # Extract the first word of "gcc", so it can be a program name with args.
4071 set dummy gcc
; ac_word
=$2
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4073 $as_echo_n "checking for $ac_word... " >&6; }
4074 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4075 $as_echo_n "(cached) " >&6
4077 if test -n "$ac_ct_CC"; then
4078 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4084 test -z "$as_dir" && as_dir
=.
4085 for ac_exec_ext
in '' $ac_executable_extensions; do
4086 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4087 ac_cv_prog_ac_ct_CC
="gcc"
4088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4097 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4098 if test -n "$ac_ct_CC"; then
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4100 $as_echo "$ac_ct_CC" >&6; }
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4103 $as_echo "no" >&6; }
4106 if test "x$ac_ct_CC" = x
; then
4109 case $cross_compiling:$ac_tool_warned in
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4112 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4113 ac_tool_warned
=yes ;;
4121 if test -z "$CC"; then
4122 if test -n "$ac_tool_prefix"; then
4123 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4124 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4126 $as_echo_n "checking for $ac_word... " >&6; }
4127 if ${ac_cv_prog_CC+:} false
; then :
4128 $as_echo_n "(cached) " >&6
4130 if test -n "$CC"; then
4131 ac_cv_prog_CC
="$CC" # Let the user override the test.
4133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4137 test -z "$as_dir" && as_dir
=.
4138 for ac_exec_ext
in '' $ac_executable_extensions; do
4139 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4140 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4151 if test -n "$CC"; then
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4153 $as_echo "$CC" >&6; }
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4156 $as_echo "no" >&6; }
4162 if test -z "$CC"; then
4163 # Extract the first word of "cc", so it can be a program name with args.
4164 set dummy cc
; ac_word
=$2
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166 $as_echo_n "checking for $ac_word... " >&6; }
4167 if ${ac_cv_prog_CC+:} false
; then :
4168 $as_echo_n "(cached) " >&6
4170 if test -n "$CC"; then
4171 ac_cv_prog_CC
="$CC" # Let the user override the test.
4174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4178 test -z "$as_dir" && as_dir
=.
4179 for ac_exec_ext
in '' $ac_executable_extensions; do
4180 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4181 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4182 ac_prog_rejected
=yes
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4193 if test $ac_prog_rejected = yes; then
4194 # We found a bogon in the path, so make sure we never use it.
4195 set dummy
$ac_cv_prog_CC
4197 if test $# != 0; then
4198 # We chose a different compiler from the bogus one.
4199 # However, it has the same basename, so the bogon will be chosen
4200 # first if we set CC to just the basename; use the full file name.
4202 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4208 if test -n "$CC"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4210 $as_echo "$CC" >&6; }
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213 $as_echo "no" >&6; }
4218 if test -z "$CC"; then
4219 if test -n "$ac_tool_prefix"; then
4220 for ac_prog
in cl.exe
4222 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4223 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; }
4226 if ${ac_cv_prog_CC+:} false
; then :
4227 $as_echo_n "(cached) " >&6
4229 if test -n "$CC"; then
4230 ac_cv_prog_CC
="$CC" # Let the user override the test.
4232 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4236 test -z "$as_dir" && as_dir
=.
4237 for ac_exec_ext
in '' $ac_executable_extensions; do
4238 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4239 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4250 if test -n "$CC"; then
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4252 $as_echo "$CC" >&6; }
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4255 $as_echo "no" >&6; }
4259 test -n "$CC" && break
4262 if test -z "$CC"; then
4264 for ac_prog
in cl.exe
4266 # Extract the first word of "$ac_prog", so it can be a program name with args.
4267 set dummy
$ac_prog; ac_word
=$2
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4269 $as_echo_n "checking for $ac_word... " >&6; }
4270 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4271 $as_echo_n "(cached) " >&6
4273 if test -n "$ac_ct_CC"; then
4274 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4276 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4280 test -z "$as_dir" && as_dir
=.
4281 for ac_exec_ext
in '' $ac_executable_extensions; do
4282 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4283 ac_cv_prog_ac_ct_CC
="$ac_prog"
4284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4293 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4294 if test -n "$ac_ct_CC"; then
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4296 $as_echo "$ac_ct_CC" >&6; }
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4299 $as_echo "no" >&6; }
4303 test -n "$ac_ct_CC" && break
4306 if test "x$ac_ct_CC" = x
; then
4309 case $cross_compiling:$ac_tool_warned in
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4312 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4313 ac_tool_warned
=yes ;;
4322 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4323 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4324 as_fn_error $?
"no acceptable C compiler found in \$PATH
4325 See \`config.log' for more details" "$LINENO" 5; }
4327 # Provide some information about the compiler.
4328 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4331 for ac_option
in --version -v -V -qversion; do
4332 { { ac_try
="$ac_compiler $ac_option >&5"
4334 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4335 *) ac_try_echo=$ac_try;;
4337 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4338 $as_echo "$ac_try_echo"; } >&5
4339 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4341 if test -s conftest.err; then
4343 ... rest of stderr output deleted ...
4344 10q' conftest.err >conftest.er1
4345 cat conftest.er1 >&5
4347 rm -f conftest.er1 conftest.err
4348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4349 test $ac_status = 0; }
4352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4353 /* end confdefs.h. */
4363 ac_clean_files_save=$ac_clean_files
4364 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4365 # Try to create an executable without -o first, disregard a.out.
4366 # It will help us diagnose broken compilers, and finding out an intuition
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4369 $as_echo_n "checking whether the C compiler works... " >&6; }
4370 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4372 # The possible output files:
4373 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4376 for ac_file in $ac_files
4379 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4380 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4385 if { { ac_try="$ac_link_default"
4387 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4388 *) ac_try_echo
=$ac_try;;
4390 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4391 $as_echo "$ac_try_echo"; } >&5
4392 (eval "$ac_link_default") 2>&5
4394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4395 test $ac_status = 0; }; then :
4396 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4397 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4398 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4399 # so that the user can short-circuit this test for compilers unknown to
4401 for ac_file
in $ac_files ''
4403 test -f "$ac_file" ||
continue
4405 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4408 # We found the default executable, but exeext='' is most
4412 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4414 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4416 # We set ac_cv_exeext here because the later test for it is not
4417 # safe: cross compilers may not add the suffix if given an `-o'
4418 # argument, so we may need to know it at that point already.
4419 # Even if this section looks crufty: it has the advantage of
4426 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4431 if test -z "$ac_file"; then :
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4433 $as_echo "no" >&6; }
4434 $as_echo "$as_me: failed program was:" >&5
4435 sed 's/^/| /' conftest.
$ac_ext >&5
4437 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4438 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4439 as_fn_error
77 "C compiler cannot create executables
4440 See \`config.log' for more details" "$LINENO" 5; }
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4443 $as_echo "yes" >&6; }
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4446 $as_echo_n "checking for C compiler default output file name... " >&6; }
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4448 $as_echo "$ac_file" >&6; }
4449 ac_exeext
=$ac_cv_exeext
4451 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4452 ac_clean_files
=$ac_clean_files_save
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4454 $as_echo_n "checking for suffix of executables... " >&6; }
4455 if { { ac_try
="$ac_link"
4457 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4458 *) ac_try_echo=$ac_try;;
4460 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4461 $as_echo "$ac_try_echo"; } >&5
4462 (eval "$ac_link") 2>&5
4464 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4465 test $ac_status = 0; }; then :
4466 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4467 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4468 # work properly (i.e., refer to `conftest.exe'), while it won't with
4470 for ac_file
in conftest.exe conftest conftest.
*; do
4471 test -f "$ac_file" ||
continue
4473 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4474 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4480 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4482 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4483 See \`config.log' for more details" "$LINENO" 5; }
4485 rm -f conftest conftest
$ac_cv_exeext
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4487 $as_echo "$ac_cv_exeext" >&6; }
4489 rm -f conftest.
$ac_ext
4490 EXEEXT
=$ac_cv_exeext
4492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4493 /* end confdefs.h. */
4498 FILE *f = fopen ("conftest.out", "w");
4499 return ferror (f) || fclose (f) != 0;
4505 ac_clean_files
="$ac_clean_files conftest.out"
4506 # Check that the compiler produces executables we can run. If not, either
4507 # the compiler is broken, or we cross compile.
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4509 $as_echo_n "checking whether we are cross compiling... " >&6; }
4510 if test "$cross_compiling" != yes; then
4511 { { ac_try
="$ac_link"
4513 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4514 *) ac_try_echo=$ac_try;;
4516 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4517 $as_echo "$ac_try_echo"; } >&5
4518 (eval "$ac_link") 2>&5
4520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4521 test $ac_status = 0; }
4522 if { ac_try='./conftest$ac_cv_exeext'
4523 { { case "(($ac_try" in
4524 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4525 *) ac_try_echo
=$ac_try;;
4527 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4528 $as_echo "$ac_try_echo"; } >&5
4529 (eval "$ac_try") 2>&5
4531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4532 test $ac_status = 0; }; }; then
4535 if test "$cross_compiling" = maybe
; then
4538 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4539 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4540 as_fn_error $?
"cannot run C compiled programs.
4541 If you meant to cross compile, use \`--host'.
4542 See \`config.log' for more details" "$LINENO" 5; }
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4547 $as_echo "$cross_compiling" >&6; }
4549 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4550 ac_clean_files
=$ac_clean_files_save
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4552 $as_echo_n "checking for suffix of object files... " >&6; }
4553 if ${ac_cv_objext+:} false
; then :
4554 $as_echo_n "(cached) " >&6
4556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4557 /* end confdefs.h. */
4567 rm -f conftest.o conftest.obj
4568 if { { ac_try
="$ac_compile"
4570 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4571 *) ac_try_echo=$ac_try;;
4573 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4574 $as_echo "$ac_try_echo"; } >&5
4575 (eval "$ac_compile") 2>&5
4577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4578 test $ac_status = 0; }; then :
4579 for ac_file in conftest.o conftest.obj conftest.*; do
4580 test -f "$ac_file" || continue;
4582 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4583 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4588 $as_echo "$as_me: failed program was:" >&5
4589 sed 's/^/| /' conftest.$ac_ext >&5
4591 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4592 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4593 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4594 See \
`config.log' for more details" "$LINENO" 5; }
4596 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4599 $as_echo "$ac_cv_objext" >&6; }
4600 OBJEXT=$ac_cv_objext
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4603 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4604 if ${ac_cv_c_compiler_gnu+:} false; then :
4605 $as_echo_n "(cached) " >&6
4607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4608 /* end confdefs.h. */
4621 if ac_fn_c_try_compile "$LINENO"; then :
4626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4627 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4631 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4632 if test $ac_compiler_gnu = yes; then
4637 ac_test_CFLAGS=${CFLAGS+set}
4638 ac_save_CFLAGS=$CFLAGS
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4640 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4641 if ${ac_cv_prog_cc_g+:} false; then :
4642 $as_echo_n "(cached) " >&6
4644 ac_save_c_werror_flag=$ac_c_werror_flag
4645 ac_c_werror_flag=yes
4648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4649 /* end confdefs.h. */
4659 if ac_fn_c_try_compile "$LINENO"; then :
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4674 if ac_fn_c_try_compile "$LINENO"; then :
4677 ac_c_werror_flag=$ac_save_c_werror_flag
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680 /* end confdefs.h. */
4690 if ac_fn_c_try_compile "$LINENO"; then :
4693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4698 ac_c_werror_flag=$ac_save_c_werror_flag
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4701 $as_echo "$ac_cv_prog_cc_g" >&6; }
4702 if test "$ac_test_CFLAGS" = set; then
4703 CFLAGS=$ac_save_CFLAGS
4704 elif test $ac_cv_prog_cc_g = yes; then
4705 if test "$GCC" = yes; then
4711 if test "$GCC" = yes; then
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4718 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4719 if ${ac_cv_prog_cc_c89+:} false; then :
4720 $as_echo_n "(cached) " >&6
4722 ac_cv_prog_cc_c89=no
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h. */
4729 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4730 struct buf { int x; };
4731 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4732 static char *e (p, i)
4738 static char *f (char * (*g) (char **, int), char **p, ...)
4743 s = g (p, va_arg (v,int));
4748 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4749 function prototypes and stuff, but not '\xHH' hex character constants.
4750 These don't provoke an error unfortunately, instead are silently treated
4751 as 'x'. The following induces an error, until -std is added to get
4752 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4753 array size at least. It's necessary to write '\x00'==0 to get something
4754 that's true only with -std. */
4755 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4757 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4758 inside strings and character constants. */
4760 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4762 int test (int i, double x);
4763 struct s1 {int (*f) (int a);};
4764 struct s2 {int (*f) (double a);};
4765 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4771 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4776 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4777 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4779 CC="$ac_save_CC $ac_arg"
4780 if ac_fn_c_try_compile "$LINENO"; then :
4781 ac_cv_prog_cc_c89=$ac_arg
4783 rm -f core conftest.err conftest.$ac_objext
4784 test "x$ac_cv_prog_cc_c89" != "xno" && break
4786 rm -f conftest.$ac_ext
4791 case "x$ac_cv_prog_cc_c89" in
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4794 $as_echo "none needed" >&6; } ;;
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4797 $as_echo "unsupported" >&6; } ;;
4799 CC="$CC $ac_cv_prog_cc_c89"
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4801 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4803 if test "x$ac_cv_prog_cc_c89" != xno; then :
4808 ac_cpp='$CPP $CPPFLAGS'
4809 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4810 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4811 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4814 ac_cpp='$CXXCPP $CPPFLAGS'
4815 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4816 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4817 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4818 if test -z "$CXX"; then
4819 if test -n "$CCC"; then
4822 if test -n "$ac_tool_prefix"; then
4823 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4825 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4826 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4828 $as_echo_n "checking for $ac_word... " >&6; }
4829 if ${ac_cv_prog_CXX+:} false; then :
4830 $as_echo_n "(cached) " >&6
4832 if test -n "$CXX"; then
4833 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4839 test -z "$as_dir" && as_dir=.
4840 for ac_exec_ext in '' $ac_executable_extensions; do
4841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4842 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4853 if test -n "$CXX"; then
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4855 $as_echo "$CXX" >&6; }
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4858 $as_echo "no" >&6; }
4862 test -n "$CXX" && break
4865 if test -z "$CXX"; then
4867 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4869 # Extract the first word of "$ac_prog", so it can be a program name with args.
4870 set dummy $ac_prog; ac_word=$2
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4872 $as_echo_n "checking for $ac_word... " >&6; }
4873 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4874 $as_echo_n "(cached) " >&6
4876 if test -n "$ac_ct_CXX"; then
4877 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883 test -z "$as_dir" && as_dir=.
4884 for ac_exec_ext in '' $ac_executable_extensions; do
4885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4886 ac_cv_prog_ac_ct_CXX="$ac_prog"
4887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4897 if test -n "$ac_ct_CXX"; then
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4899 $as_echo "$ac_ct_CXX" >&6; }
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4902 $as_echo "no" >&6; }
4906 test -n "$ac_ct_CXX" && break
4909 if test "x$ac_ct_CXX" = x; then
4912 case $cross_compiling:$ac_tool_warned in
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4916 ac_tool_warned=yes ;;
4924 # Provide some information about the compiler.
4925 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4928 for ac_option in --version -v -V -qversion; do
4929 { { ac_try="$ac_compiler $ac_option >&5"
4931 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4932 *) ac_try_echo
=$ac_try;;
4934 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4935 $as_echo "$ac_try_echo"; } >&5
4936 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4938 if test -s conftest.err
; then
4940 ... rest of stderr output deleted ...
4941 10q' conftest.err
>conftest.er1
4942 cat conftest.er1
>&5
4944 rm -f conftest.er1 conftest.err
4945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4946 test $ac_status = 0; }
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4950 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4951 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4952 $as_echo_n "(cached) " >&6
4954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4955 /* end confdefs.h. */
4968 if ac_fn_cxx_try_compile
"$LINENO"; then :
4973 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4974 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4978 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4979 if test $ac_compiler_gnu = yes; then
4984 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4985 ac_save_CXXFLAGS
=$CXXFLAGS
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4987 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4988 if ${ac_cv_prog_cxx_g+:} false
; then :
4989 $as_echo_n "(cached) " >&6
4991 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4992 ac_cxx_werror_flag
=yes
4995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4996 /* end confdefs.h. */
5006 if ac_fn_cxx_try_compile
"$LINENO"; then :
5007 ac_cv_prog_cxx_g
=yes
5010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5011 /* end confdefs.h. */
5021 if ac_fn_cxx_try_compile
"$LINENO"; then :
5024 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5037 if ac_fn_cxx_try_compile
"$LINENO"; then :
5038 ac_cv_prog_cxx_g
=yes
5040 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5042 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5045 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5048 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5049 if test "$ac_test_CXXFLAGS" = set; then
5050 CXXFLAGS
=$ac_save_CXXFLAGS
5051 elif test $ac_cv_prog_cxx_g = yes; then
5052 if test "$GXX" = yes; then
5058 if test "$GXX" = yes; then
5065 ac_cpp
='$CPP $CPPFLAGS'
5066 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5067 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5068 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5070 if test -n "$ac_tool_prefix"; then
5071 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5072 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5074 $as_echo_n "checking for $ac_word... " >&6; }
5075 if ${ac_cv_prog_CPPBIN+:} false
; then :
5076 $as_echo_n "(cached) " >&6
5078 if test -n "$CPPBIN"; then
5079 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5085 test -z "$as_dir" && as_dir
=.
5086 for ac_exec_ext
in '' $ac_executable_extensions; do
5087 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5088 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5098 CPPBIN
=$ac_cv_prog_CPPBIN
5099 if test -n "$CPPBIN"; then
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5101 $as_echo "$CPPBIN" >&6; }
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5104 $as_echo "no" >&6; }
5109 if test -z "$ac_cv_prog_CPPBIN"; then
5110 ac_ct_CPPBIN
=$CPPBIN
5111 # Extract the first word of "cpp", so it can be a program name with args.
5112 set dummy cpp
; ac_word
=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5116 $as_echo_n "(cached) " >&6
5118 if test -n "$ac_ct_CPPBIN"; then
5119 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5121 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5125 test -z "$as_dir" && as_dir
=.
5126 for ac_exec_ext
in '' $ac_executable_extensions; do
5127 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5128 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5138 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5139 if test -n "$ac_ct_CPPBIN"; then
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5141 $as_echo "$ac_ct_CPPBIN" >&6; }
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5147 if test "x$ac_ct_CPPBIN" = x
; then
5150 case $cross_compiling:$ac_tool_warned in
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5153 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5154 ac_tool_warned
=yes ;;
5156 CPPBIN
=$ac_ct_CPPBIN
5159 CPPBIN
="$ac_cv_prog_CPPBIN"
5163 cat >>confdefs.h
<<_ACEOF
5164 #define EXEEXT "$ac_exeext"
5167 if test -n "$ac_tool_prefix"; then
5168 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5169 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5171 $as_echo_n "checking for $ac_word... " >&6; }
5172 if ${ac_cv_prog_LD+:} false
; then :
5173 $as_echo_n "(cached) " >&6
5175 if test -n "$LD"; then
5176 ac_cv_prog_LD
="$LD" # Let the user override the test.
5178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5182 test -z "$as_dir" && as_dir
=.
5183 for ac_exec_ext
in '' $ac_executable_extensions; do
5184 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5185 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 if test -n "$LD"; then
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5198 $as_echo "$LD" >&6; }
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5201 $as_echo "no" >&6; }
5206 if test -z "$ac_cv_prog_LD"; then
5208 # Extract the first word of "ld", so it can be a program name with args.
5209 set dummy ld
; ac_word
=$2
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5211 $as_echo_n "checking for $ac_word... " >&6; }
5212 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5213 $as_echo_n "(cached) " >&6
5215 if test -n "$ac_ct_LD"; then
5216 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5222 test -z "$as_dir" && as_dir
=.
5223 for ac_exec_ext
in '' $ac_executable_extensions; do
5224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_ac_ct_LD
="ld"
5226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5235 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5236 if test -n "$ac_ct_LD"; then
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5238 $as_echo "$ac_ct_LD" >&6; }
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5244 if test "x$ac_ct_LD" = x
; then
5247 case $cross_compiling:$ac_tool_warned in
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5251 ac_tool_warned
=yes ;;
5262 with_fontconfig
=${with_fontconfig:-no}
5264 *-mingw32*|
*-cygwin*)
5265 enable_win16
=${enable_win16:-no}
5266 CFLAGS
="$CFLAGS -D_WIN32"
5272 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5277 $as_echo_n "checking whether $CC works... " >&6; }
5279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5280 /* end confdefs.h. */
5290 if ac_fn_c_try_link
"$LINENO"; then :
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5292 $as_echo "yes" >&6; }
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295 $as_echo "no" >&6; }
5296 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5298 rm -f core conftest.err conftest.
$ac_objext \
5299 conftest
$ac_exeext conftest.
$ac_ext
5301 notice_platform
="32-bit "
5304 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5305 export PKG_CONFIG_PATH
5306 enable_win16
=${enable_win16:-yes}
5308 if test "x${GCC}" = "xyes"
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5311 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5313 /* end confdefs.h. */
5318 void func(__builtin_ms_va_list *args);
5323 if ac_fn_c_try_compile
"$LINENO"; then :
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5325 $as_echo "yes" >&6; }
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5328 $as_echo "no" >&6; }
5329 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5336 notice_platform
="64-bit "
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5343 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5345 /* end confdefs.h. */
5346 int ac_test(int i) { return i; }
5350 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5355 if ac_fn_c_try_link
"$LINENO"; then :
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5357 $as_echo "yes" >&6; }
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5360 $as_echo "no" >&6; }
5361 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5363 rm -f core conftest.err conftest.
$ac_objext \
5364 conftest
$ac_exeext conftest.
$ac_ext
5365 case $with_float_abi in
5367 float_abi
=$with_float_abi ;;
5374 saved_CFLAGS
=$CFLAGS
5375 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5377 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5379 /* end confdefs.h. */
5384 asm("vmrs r2,fpscr");
5389 if ac_fn_c_try_link
"$LINENO"; then :
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5391 $as_echo "yes" >&6; }
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5394 $as_echo "no" >&6; }
5396 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5398 rm -f core conftest.err conftest.
$ac_objext \
5399 conftest
$ac_exeext conftest.
$ac_ext
5400 CFLAGS
=$saved_CFLAGS
5404 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5405 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5409 enable_win16
=${enable_win16:-yes}
5413 enable_win16
=${enable_win16:-no}
5414 enable_win64
=${enable_win64:-no}
5416 enable_winetest
=${enable_winetest:-$enable_tests}
5418 if test -n "$with_wine64"
5420 if test "x$enable_win64" = "xyes"
5422 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5423 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5425 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5426 You should create a separate build directory and run configure from there." "$LINENO" 5
5427 enable_fonts
=${enable_fonts:-no}
5428 enable_server
=${enable_server:-no}
5431 elif test "x$enable_win64" = "xyes"
5433 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5437 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5438 if ${wine_cv_toolsdir+:} false
; then :
5439 $as_echo_n "(cached) " >&6
5441 wine_cv_toolsdir
="$with_wine_tools"
5442 if test -z "$with_wine_tools"; then
5443 if test "$cross_compiling" = "yes"; then
5444 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5445 elif test -n "$with_wine64"; then
5446 wine_cv_toolsdir
="$with_wine64"
5449 if test -z "$wine_cv_toolsdir"; then
5450 wine_makedep
=tools
/makedep
5451 wine_cv_toolsdir
="\$(top_builddir)"
5452 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5453 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5454 case "$wine_cv_toolsdir" in
5456 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5458 enable_tools
=${enable_tools:-no}
5459 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5461 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5465 $as_echo "$wine_cv_toolsdir" >&6; }
5466 TOOLSDIR
=$wine_cv_toolsdir
5468 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5470 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5476 # Extract the first word of "$ac_prog", so it can be a program name with args.
5477 set dummy
$ac_prog; ac_word
=$2
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5479 $as_echo_n "checking for $ac_word... " >&6; }
5480 if ${ac_cv_prog_FLEX+:} false
; then :
5481 $as_echo_n "(cached) " >&6
5483 if test -n "$FLEX"; then
5484 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5490 test -z "$as_dir" && as_dir
=.
5491 for ac_exec_ext
in '' $ac_executable_extensions; do
5492 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5493 ac_cv_prog_FLEX
="$ac_prog"
5494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5503 FLEX
=$ac_cv_prog_FLEX
5504 if test -n "$FLEX"; then
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5506 $as_echo "$FLEX" >&6; }
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5509 $as_echo "no" >&6; }
5513 test -n "$FLEX" && break
5515 test -n "$FLEX" || FLEX
="none"
5517 if test "$FLEX" = "none"
5519 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5522 $as_echo_n "checking whether flex is recent enough... " >&6; }
5523 cat >conftest.l
<<EOF
5525 #include "prediluvian.h"
5529 if $FLEX -t conftest.l
>/dev
/null
2>&5
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5532 $as_echo "yes" >&6; }
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5535 $as_echo "no" >&6; }
5536 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5539 for ac_prog
in bison
5541 # Extract the first word of "$ac_prog", so it can be a program name with args.
5542 set dummy
$ac_prog; ac_word
=$2
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5544 $as_echo_n "checking for $ac_word... " >&6; }
5545 if ${ac_cv_prog_BISON+:} false
; then :
5546 $as_echo_n "(cached) " >&6
5548 if test -n "$BISON"; then
5549 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5555 test -z "$as_dir" && as_dir
=.
5556 for ac_exec_ext
in '' $ac_executable_extensions; do
5557 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5558 ac_cv_prog_BISON
="$ac_prog"
5559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5568 BISON
=$ac_cv_prog_BISON
5569 if test -n "$BISON"; then
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5571 $as_echo "$BISON" >&6; }
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5574 $as_echo "no" >&6; }
5578 test -n "$BISON" && break
5580 test -n "$BISON" || BISON
="none"
5582 if test "$BISON" = "none"
5584 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5587 if test -n "$ac_tool_prefix"; then
5588 for ac_prog
in ar gar
5590 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5591 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5593 $as_echo_n "checking for $ac_word... " >&6; }
5594 if ${ac_cv_prog_AR+:} false
; then :
5595 $as_echo_n "(cached) " >&6
5597 if test -n "$AR"; then
5598 ac_cv_prog_AR
="$AR" # Let the user override the test.
5600 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5604 test -z "$as_dir" && as_dir
=.
5605 for ac_exec_ext
in '' $ac_executable_extensions; do
5606 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5607 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5618 if test -n "$AR"; then
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5620 $as_echo "$AR" >&6; }
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5623 $as_echo "no" >&6; }
5627 test -n "$AR" && break
5630 if test -z "$AR"; then
5632 for ac_prog
in ar gar
5634 # Extract the first word of "$ac_prog", so it can be a program name with args.
5635 set dummy
$ac_prog; ac_word
=$2
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5637 $as_echo_n "checking for $ac_word... " >&6; }
5638 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5639 $as_echo_n "(cached) " >&6
5641 if test -n "$ac_ct_AR"; then
5642 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5648 test -z "$as_dir" && as_dir
=.
5649 for ac_exec_ext
in '' $ac_executable_extensions; do
5650 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5651 ac_cv_prog_ac_ct_AR
="$ac_prog"
5652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5662 if test -n "$ac_ct_AR"; then
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5664 $as_echo "$ac_ct_AR" >&6; }
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5667 $as_echo "no" >&6; }
5671 test -n "$ac_ct_AR" && break
5674 if test "x$ac_ct_AR" = x
; then
5677 case $cross_compiling:$ac_tool_warned in
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5680 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5681 ac_tool_warned
=yes ;;
5687 if test -n "$ac_tool_prefix"; then
5688 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5689 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5691 $as_echo_n "checking for $ac_word... " >&6; }
5692 if ${ac_cv_prog_STRIP+:} false
; then :
5693 $as_echo_n "(cached) " >&6
5695 if test -n "$STRIP"; then
5696 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5702 test -z "$as_dir" && as_dir
=.
5703 for ac_exec_ext
in '' $ac_executable_extensions; do
5704 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5715 STRIP
=$ac_cv_prog_STRIP
5716 if test -n "$STRIP"; then
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5718 $as_echo "$STRIP" >&6; }
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5721 $as_echo "no" >&6; }
5726 if test -z "$ac_cv_prog_STRIP"; then
5728 # Extract the first word of "strip", so it can be a program name with args.
5729 set dummy strip
; ac_word
=$2
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5731 $as_echo_n "checking for $ac_word... " >&6; }
5732 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5733 $as_echo_n "(cached) " >&6
5735 if test -n "$ac_ct_STRIP"; then
5736 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5738 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5742 test -z "$as_dir" && as_dir
=.
5743 for ac_exec_ext
in '' $ac_executable_extensions; do
5744 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5745 ac_cv_prog_ac_ct_STRIP
="strip"
5746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5755 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5756 if test -n "$ac_ct_STRIP"; then
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5758 $as_echo "$ac_ct_STRIP" >&6; }
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5761 $as_echo "no" >&6; }
5764 if test "x$ac_ct_STRIP" = x
; then
5767 case $cross_compiling:$ac_tool_warned in
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5771 ac_tool_warned
=yes ;;
5776 STRIP
="$ac_cv_prog_STRIP"
5781 if test -n "$ac_tool_prefix"; then
5782 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5783 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5785 $as_echo_n "checking for $ac_word... " >&6; }
5786 if ${ac_cv_prog_RANLIB+:} false
; then :
5787 $as_echo_n "(cached) " >&6
5789 if test -n "$RANLIB"; then
5790 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5792 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5796 test -z "$as_dir" && as_dir
=.
5797 for ac_exec_ext
in '' $ac_executable_extensions; do
5798 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5799 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5809 RANLIB
=$ac_cv_prog_RANLIB
5810 if test -n "$RANLIB"; then
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5812 $as_echo "$RANLIB" >&6; }
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5815 $as_echo "no" >&6; }
5820 if test -z "$ac_cv_prog_RANLIB"; then
5821 ac_ct_RANLIB
=$RANLIB
5822 # Extract the first word of "ranlib", so it can be a program name with args.
5823 set dummy ranlib
; ac_word
=$2
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5825 $as_echo_n "checking for $ac_word... " >&6; }
5826 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5827 $as_echo_n "(cached) " >&6
5829 if test -n "$ac_ct_RANLIB"; then
5830 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5836 test -z "$as_dir" && as_dir
=.
5837 for ac_exec_ext
in '' $ac_executable_extensions; do
5838 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5839 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5849 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5850 if test -n "$ac_ct_RANLIB"; then
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5852 $as_echo "$ac_ct_RANLIB" >&6; }
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5855 $as_echo "no" >&6; }
5858 if test "x$ac_ct_RANLIB" = x
; then
5861 case $cross_compiling:$ac_tool_warned in
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5864 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5865 ac_tool_warned
=yes ;;
5867 RANLIB
=$ac_ct_RANLIB
5870 RANLIB
="$ac_cv_prog_RANLIB"
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5874 $as_echo_n "checking whether ln -s works... " >&6; }
5876 if test "$LN_S" = "ln -s"; then
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5878 $as_echo "yes" >&6; }
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5881 $as_echo "no, using $LN_S" >&6; }
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5885 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5886 if ${ac_cv_path_GREP+:} false
; then :
5887 $as_echo_n "(cached) " >&6
5889 if test -z "$GREP"; then
5890 ac_path_GREP_found
=false
5891 # Loop through the user's path and test for each of PROGNAME-LIST
5892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5893 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5896 test -z "$as_dir" && as_dir
=.
5897 for ac_prog
in grep ggrep
; do
5898 for ac_exec_ext
in '' $ac_executable_extensions; do
5899 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5900 as_fn_executable_p
"$ac_path_GREP" ||
continue
5901 # Check for GNU ac_path_GREP and select it if it is found.
5902 # Check for GNU $ac_path_GREP
5903 case `"$ac_path_GREP" --version 2>&1` in
5905 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5908 $as_echo_n 0123456789 >"conftest.in"
5911 cat "conftest.in" "conftest.in" >"conftest.tmp"
5912 mv "conftest.tmp" "conftest.in"
5913 cp "conftest.in" "conftest.nl"
5914 $as_echo 'GREP' >> "conftest.nl"
5915 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5916 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5917 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5918 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5919 # Best one so far, save it but keep looking for a better one
5920 ac_cv_path_GREP
="$ac_path_GREP"
5921 ac_path_GREP_max
=$ac_count
5923 # 10*(2^10) chars as input seems more than enough
5924 test $ac_count -gt 10 && break
5926 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5929 $ac_path_GREP_found && break 3
5934 if test -z "$ac_cv_path_GREP"; then
5935 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5938 ac_cv_path_GREP
=$GREP
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5943 $as_echo "$ac_cv_path_GREP" >&6; }
5944 GREP
="$ac_cv_path_GREP"
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5948 $as_echo_n "checking for egrep... " >&6; }
5949 if ${ac_cv_path_EGREP+:} false
; then :
5950 $as_echo_n "(cached) " >&6
5952 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5953 then ac_cv_path_EGREP
="$GREP -E"
5955 if test -z "$EGREP"; then
5956 ac_path_EGREP_found
=false
5957 # Loop through the user's path and test for each of PROGNAME-LIST
5958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5959 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5962 test -z "$as_dir" && as_dir
=.
5963 for ac_prog
in egrep; do
5964 for ac_exec_ext
in '' $ac_executable_extensions; do
5965 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5966 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5967 # Check for GNU ac_path_EGREP and select it if it is found.
5968 # Check for GNU $ac_path_EGREP
5969 case `"$ac_path_EGREP" --version 2>&1` in
5971 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5974 $as_echo_n 0123456789 >"conftest.in"
5977 cat "conftest.in" "conftest.in" >"conftest.tmp"
5978 mv "conftest.tmp" "conftest.in"
5979 cp "conftest.in" "conftest.nl"
5980 $as_echo 'EGREP' >> "conftest.nl"
5981 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5982 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5983 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5984 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5985 # Best one so far, save it but keep looking for a better one
5986 ac_cv_path_EGREP
="$ac_path_EGREP"
5987 ac_path_EGREP_max
=$ac_count
5989 # 10*(2^10) chars as input seems more than enough
5990 test $ac_count -gt 10 && break
5992 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5995 $ac_path_EGREP_found && break 3
6000 if test -z "$ac_cv_path_EGREP"; then
6001 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6004 ac_cv_path_EGREP
=$EGREP
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6010 $as_echo "$ac_cv_path_EGREP" >&6; }
6011 EGREP
="$ac_cv_path_EGREP"
6014 # Extract the first word of "ldconfig", so it can be a program name with args.
6015 set dummy ldconfig
; ac_word
=$2
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6017 $as_echo_n "checking for $ac_word... " >&6; }
6018 if ${ac_cv_path_LDCONFIG+:} false
; then :
6019 $as_echo_n "(cached) " >&6
6023 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6027 for as_dir
in /sbin
/usr
/sbin
$PATH
6030 test -z "$as_dir" && as_dir
=.
6031 for ac_exec_ext
in '' $ac_executable_extensions; do
6032 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6033 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6045 LDCONFIG
=$ac_cv_path_LDCONFIG
6046 if test -n "$LDCONFIG"; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6048 $as_echo "$LDCONFIG" >&6; }
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6051 $as_echo "no" >&6; }
6055 for ac_prog
in msgfmt
6057 # Extract the first word of "$ac_prog", so it can be a program name with args.
6058 set dummy
$ac_prog; ac_word
=$2
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6060 $as_echo_n "checking for $ac_word... " >&6; }
6061 if ${ac_cv_prog_MSGFMT+:} false
; then :
6062 $as_echo_n "(cached) " >&6
6064 if test -n "$MSGFMT"; then
6065 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6067 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6071 test -z "$as_dir" && as_dir
=.
6072 for ac_exec_ext
in '' $ac_executable_extensions; do
6073 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6074 ac_cv_prog_MSGFMT
="$ac_prog"
6075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6084 MSGFMT
=$ac_cv_prog_MSGFMT
6085 if test -n "$MSGFMT"; then
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6087 $as_echo "$MSGFMT" >&6; }
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6090 $as_echo "no" >&6; }
6094 test -n "$MSGFMT" && break
6096 test -n "$MSGFMT" || MSGFMT
="false"
6098 if ${ac_tool_prefix+:} false
; then :
6099 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6100 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102 $as_echo_n "checking for $ac_word... " >&6; }
6103 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6104 $as_echo_n "(cached) " >&6
6106 if test -n "$PKG_CONFIG"; then
6107 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6109 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6113 test -z "$as_dir" && as_dir
=.
6114 for ac_exec_ext
in '' $ac_executable_extensions; do
6115 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6116 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6126 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6127 if test -n "$PKG_CONFIG"; then
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6129 $as_echo "$PKG_CONFIG" >&6; }
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 $as_echo "no" >&6; }
6137 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6138 if test "x$cross_compiling" = xyes
; then :
6141 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6142 # Extract the first word of "pkg-config", so it can be a program name with args.
6143 set dummy pkg-config
; ac_word
=$2
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6145 $as_echo_n "checking for $ac_word... " >&6; }
6146 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6147 $as_echo_n "(cached) " >&6
6149 if test -n "$PKG_CONFIG"; then
6150 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6156 test -z "$as_dir" && as_dir
=.
6157 for ac_exec_ext
in '' $ac_executable_extensions; do
6158 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6159 ac_cv_prog_PKG_CONFIG
="pkg-config"
6160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6170 if test -n "$PKG_CONFIG"; then
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6172 $as_echo "$PKG_CONFIG" >&6; }
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6175 $as_echo "no" >&6; }
6181 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6184 if test "x$enable_maintainer_mode" != "xyes"
6191 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6192 for ac_prog
in fontforge
6194 # Extract the first word of "$ac_prog", so it can be a program name with args.
6195 set dummy
$ac_prog; ac_word
=$2
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6197 $as_echo_n "checking for $ac_word... " >&6; }
6198 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6199 $as_echo_n "(cached) " >&6
6201 if test -n "$FONTFORGE"; then
6202 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6208 test -z "$as_dir" && as_dir
=.
6209 for ac_exec_ext
in '' $ac_executable_extensions; do
6210 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6211 ac_cv_prog_FONTFORGE
="$ac_prog"
6212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 FONTFORGE
=$ac_cv_prog_FONTFORGE
6222 if test -n "$FONTFORGE"; then
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6224 $as_echo "$FONTFORGE" >&6; }
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6227 $as_echo "no" >&6; }
6231 test -n "$FONTFORGE" && break
6233 test -n "$FONTFORGE" || FONTFORGE
="false"
6235 for ac_prog
in rsvg-convert rsvg
6237 # Extract the first word of "$ac_prog", so it can be a program name with args.
6238 set dummy
$ac_prog; ac_word
=$2
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6240 $as_echo_n "checking for $ac_word... " >&6; }
6241 if ${ac_cv_prog_RSVG+:} false
; then :
6242 $as_echo_n "(cached) " >&6
6244 if test -n "$RSVG"; then
6245 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6247 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6251 test -z "$as_dir" && as_dir
=.
6252 for ac_exec_ext
in '' $ac_executable_extensions; do
6253 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6254 ac_cv_prog_RSVG
="$ac_prog"
6255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6264 RSVG
=$ac_cv_prog_RSVG
6265 if test -n "$RSVG"; then
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6267 $as_echo "$RSVG" >&6; }
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6270 $as_echo "no" >&6; }
6274 test -n "$RSVG" && break
6276 test -n "$RSVG" || RSVG
="false"
6278 for ac_prog
in convert
6280 # Extract the first word of "$ac_prog", so it can be a program name with args.
6281 set dummy
$ac_prog; ac_word
=$2
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283 $as_echo_n "checking for $ac_word... " >&6; }
6284 if ${ac_cv_prog_CONVERT+:} false
; then :
6285 $as_echo_n "(cached) " >&6
6287 if test -n "$CONVERT"; then
6288 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6290 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6294 test -z "$as_dir" && as_dir
=.
6295 for ac_exec_ext
in '' $ac_executable_extensions; do
6296 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6297 ac_cv_prog_CONVERT
="$ac_prog"
6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 CONVERT
=$ac_cv_prog_CONVERT
6308 if test -n "$CONVERT"; then
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6310 $as_echo "$CONVERT" >&6; }
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313 $as_echo "no" >&6; }
6317 test -n "$CONVERT" && break
6319 test -n "$CONVERT" || CONVERT
="false"
6321 for ac_prog
in icotool
6323 # Extract the first word of "$ac_prog", so it can be a program name with args.
6324 set dummy
$ac_prog; ac_word
=$2
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6326 $as_echo_n "checking for $ac_word... " >&6; }
6327 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6328 $as_echo_n "(cached) " >&6
6330 if test -n "$ICOTOOL"; then
6331 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6333 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6337 test -z "$as_dir" && as_dir
=.
6338 for ac_exec_ext
in '' $ac_executable_extensions; do
6339 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6340 ac_cv_prog_ICOTOOL
="$ac_prog"
6341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6350 ICOTOOL
=$ac_cv_prog_ICOTOOL
6351 if test -n "$ICOTOOL"; then
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6353 $as_echo "$ICOTOOL" >&6; }
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6356 $as_echo "no" >&6; }
6360 test -n "$ICOTOOL" && break
6362 test -n "$ICOTOOL" || ICOTOOL
="false"
6364 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6365 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6367 if test "$CONVERT" = false
6369 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6372 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6373 convert_version
=`convert --version | head -n1`
6374 if test "x$convert_version" != "x"
6376 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6377 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6378 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6383 if test "$CONVERT" = false
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6386 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6387 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6390 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6394 if test "$ICOTOOL" = false
6396 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6399 $as_echo_n "checking for recent enough icotool... " >&6; }
6400 icotool_version
=`icotool --version | head -n1`
6401 if test "x$icotool_version" != "x"
6403 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6404 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6405 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6408 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6411 if test "$ICOTOOL" = false
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6414 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6415 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6418 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6424 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6427 test "x$with_gettext" != xno || MSGFMT
=false
6428 if test "$MSGFMT" != "false"
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6431 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6432 cat >conftest.po
<<EOF
6438 if $MSGFMT -o /dev
/null conftest.po
2>&5
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6441 $as_echo "yes" >&6; }
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6444 $as_echo "no" >&6; }
6448 if test "$MSGFMT" = false
; then :
6449 case "x$with_gettext" in
6450 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6452 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6453 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6455 enable_po
=${enable_po:-no}
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6460 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6461 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6462 $as_echo_n "(cached) " >&6
6464 ac_check_lib_save_LIBS
=$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. */
6475 char i386_set_ldt ();
6479 return i386_set_ldt ();
6484 if ac_fn_c_try_link
"$LINENO"; then :
6485 ac_cv_lib_i386_i386_set_ldt
=yes
6487 ac_cv_lib_i386_i386_set_ldt
=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_i386_i386_set_ldt" >&5
6494 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6495 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6496 cat >>confdefs.h
<<_ACEOF
6497 #define HAVE_LIBI386 1
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6505 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6506 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6507 $as_echo_n "(cached) " >&6
6509 ac_check_lib_save_LIBS
=$LIBS
6510 LIBS
="-lossaudio $LIBS"
6511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6512 /* end confdefs.h. */
6514 /* Override any GCC internal prototype to avoid an error.
6515 Use char because int might match the return type of a GCC
6516 builtin and then its argument prototype would still apply. */
6524 return _oss_ioctl ();
6529 if ac_fn_c_try_link
"$LINENO"; then :
6530 ac_cv_lib_ossaudio__oss_ioctl
=yes
6532 ac_cv_lib_ossaudio__oss_ioctl
=no
6534 rm -f core conftest.err conftest.
$ac_objext \
6535 conftest
$ac_exeext conftest.
$ac_ext
6536 LIBS
=$ac_check_lib_save_LIBS
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6539 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6540 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6541 cat >>confdefs.h
<<_ACEOF
6542 #define HAVE_LIBOSSAUDIO 1
6545 LIBS
="-lossaudio $LIBS"
6554 # Check whether --enable-largefile was given.
6555 if test "${enable_largefile+set}" = set; then :
6556 enableval
=$enable_largefile;
6559 if test "$enable_largefile" != no
; then
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6562 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6563 if ${ac_cv_sys_largefile_CC+:} false
; then :
6564 $as_echo_n "(cached) " >&6
6566 ac_cv_sys_largefile_CC
=no
6567 if test "$GCC" != yes; then
6570 # IRIX 6.2 and later do not support large files by default,
6571 # so use the C compiler's -n32 option if that helps.
6572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6573 /* end confdefs.h. */
6574 #include <sys/types.h>
6575 /* Check that off_t can represent 2**63 - 1 correctly.
6576 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6577 since some C++ compilers masquerading as C compilers
6578 incorrectly reject 9223372036854775807. */
6579 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6580 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6581 && LARGE_OFF_T % 2147483647 == 1)
6591 if ac_fn_c_try_compile
"$LINENO"; then :
6594 rm -f core conftest.err conftest.
$ac_objext
6596 if ac_fn_c_try_compile
"$LINENO"; then :
6597 ac_cv_sys_largefile_CC
=' -n32'; break
6599 rm -f core conftest.err conftest.
$ac_objext
6603 rm -f conftest.
$ac_ext
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6607 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6608 if test "$ac_cv_sys_largefile_CC" != no
; then
6609 CC
=$CC$ac_cv_sys_largefile_CC
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6613 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6614 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6615 $as_echo_n "(cached) " >&6
6618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6619 /* end confdefs.h. */
6620 #include <sys/types.h>
6621 /* Check that off_t can represent 2**63 - 1 correctly.
6622 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6623 since some C++ compilers masquerading as C compilers
6624 incorrectly reject 9223372036854775807. */
6625 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6626 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6627 && LARGE_OFF_T % 2147483647 == 1)
6637 if ac_fn_c_try_compile
"$LINENO"; then :
6638 ac_cv_sys_file_offset_bits
=no
; break
6640 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6642 /* end confdefs.h. */
6643 #define _FILE_OFFSET_BITS 64
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_file_offset_bits
=64; break
6664 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6665 ac_cv_sys_file_offset_bits
=unknown
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6670 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6671 case $ac_cv_sys_file_offset_bits in #(
6674 cat >>confdefs.h
<<_ACEOF
6675 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6680 if test $ac_cv_sys_file_offset_bits = unknown
; then
6681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6682 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6683 if ${ac_cv_sys_large_files+:} false
; then :
6684 $as_echo_n "(cached) " >&6
6687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6688 /* end confdefs.h. */
6689 #include <sys/types.h>
6690 /* Check that off_t can represent 2**63 - 1 correctly.
6691 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6692 since some C++ compilers masquerading as C compilers
6693 incorrectly reject 9223372036854775807. */
6694 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6695 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6696 && LARGE_OFF_T % 2147483647 == 1)
6706 if ac_fn_c_try_compile
"$LINENO"; then :
6707 ac_cv_sys_large_files
=no
; break
6709 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h. */
6712 #define _LARGE_FILES 1
6713 #include <sys/types.h>
6714 /* Check that off_t can represent 2**63 - 1 correctly.
6715 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6716 since some C++ compilers masquerading as C compilers
6717 incorrectly reject 9223372036854775807. */
6718 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6719 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6720 && LARGE_OFF_T % 2147483647 == 1)
6730 if ac_fn_c_try_compile
"$LINENO"; then :
6731 ac_cv_sys_large_files
=1; break
6733 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6734 ac_cv_sys_large_files
=unknown
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6739 $as_echo "$ac_cv_sys_large_files" >&6; }
6740 case $ac_cv_sys_large_files in #(
6743 cat >>confdefs.h
<<_ACEOF
6744 #define _LARGE_FILES $ac_cv_sys_large_files
6756 ac_cpp
='$CPP $CPPFLAGS'
6757 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6758 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6759 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6761 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6762 # On Suns, sometimes $CPP names a directory.
6763 if test -n "$CPP" && test -d "$CPP"; then
6766 if test -z "$CPP"; then
6767 if ${ac_cv_prog_CPP+:} false
; then :
6768 $as_echo_n "(cached) " >&6
6770 # Double quotes because CPP needs to be expanded
6771 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6774 for ac_c_preproc_warn_flag
in '' yes
6776 # Use a header file that comes with gcc, so configuring glibc
6777 # with a fresh cross-compiler works.
6778 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6779 # <limits.h> exists even on freestanding compilers.
6780 # On the NeXT, cc -E runs the code through the compiler's parser,
6781 # not just through cpp. "Syntax error" is here to catch this case.
6782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6783 /* end confdefs.h. */
6785 # include <limits.h>
6787 # include <assert.h>
6791 if ac_fn_c_try_cpp
"$LINENO"; then :
6794 # Broken: fails on valid input.
6797 rm -f conftest.err conftest.i conftest.
$ac_ext
6799 # OK, works on sane cases. Now check whether nonexistent headers
6800 # can be detected and how.
6801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6802 /* end confdefs.h. */
6803 #include <ac_nonexistent.h>
6805 if ac_fn_c_try_cpp
"$LINENO"; then :
6806 # Broken: success on invalid input.
6809 # Passes both tests.
6813 rm -f conftest.err conftest.i conftest.
$ac_ext
6816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6817 rm -f conftest.i conftest.err conftest.
$ac_ext
6818 if $ac_preproc_ok; then :
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6831 $as_echo "$CPP" >&6; }
6833 for ac_c_preproc_warn_flag
in '' yes
6835 # Use a header file that comes with gcc, so configuring glibc
6836 # with a fresh cross-compiler works.
6837 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6838 # <limits.h> exists even on freestanding compilers.
6839 # On the NeXT, cc -E runs the code through the compiler's parser,
6840 # not just through cpp. "Syntax error" is here to catch this case.
6841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6842 /* end confdefs.h. */
6844 # include <limits.h>
6846 # include <assert.h>
6850 if ac_fn_c_try_cpp
"$LINENO"; then :
6853 # Broken: fails on valid input.
6856 rm -f conftest.err conftest.i conftest.
$ac_ext
6858 # OK, works on sane cases. Now check whether nonexistent headers
6859 # can be detected and how.
6860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6861 /* end confdefs.h. */
6862 #include <ac_nonexistent.h>
6864 if ac_fn_c_try_cpp
"$LINENO"; then :
6865 # Broken: success on invalid input.
6868 # Passes both tests.
6872 rm -f conftest.err conftest.i conftest.
$ac_ext
6875 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6876 rm -f conftest.i conftest.err conftest.
$ac_ext
6877 if $ac_preproc_ok; then :
6880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6882 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6883 See \`config.log' for more details" "$LINENO" 5; }
6887 ac_cpp
='$CPP $CPPFLAGS'
6888 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6889 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6890 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6894 $as_echo_n "checking for ANSI C header files... " >&6; }
6895 if ${ac_cv_header_stdc+:} false
; then :
6896 $as_echo_n "(cached) " >&6
6898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6899 /* end confdefs.h. */
6913 if ac_fn_c_try_compile
"$LINENO"; then :
6914 ac_cv_header_stdc
=yes
6916 ac_cv_header_stdc
=no
6918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6920 if test $ac_cv_header_stdc = yes; then
6921 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6923 /* end confdefs.h. */
6927 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6928 $EGREP "memchr" >/dev
/null
2>&1; then :
6931 ac_cv_header_stdc
=no
6937 if test $ac_cv_header_stdc = yes; then
6938 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6940 /* end confdefs.h. */
6944 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6945 $EGREP "free" >/dev
/null
2>&1; then :
6948 ac_cv_header_stdc
=no
6954 if test $ac_cv_header_stdc = yes; then
6955 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6956 if test "$cross_compiling" = yes; then :
6959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6960 /* end confdefs.h. */
6963 #if ((' ' & 0x0FF) == 0x020)
6964 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6965 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6967 # define ISLOWER(c) \
6968 (('a' <= (c) && (c) <= 'i') \
6969 || ('j' <= (c) && (c) <= 'r') \
6970 || ('s' <= (c) && (c) <= 'z'))
6971 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6974 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6979 for (i = 0; i < 256; i++)
6980 if (XOR (islower (i), ISLOWER (i))
6981 || toupper (i) != TOUPPER (i))
6986 if ac_fn_c_try_run
"$LINENO"; then :
6989 ac_cv_header_stdc
=no
6991 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6992 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6998 $as_echo "$ac_cv_header_stdc" >&6; }
6999 if test $ac_cv_header_stdc = yes; then
7001 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7005 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7006 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7007 inttypes.h stdint.h unistd.h
7009 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7010 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7012 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7013 cat >>confdefs.h
<<_ACEOF
7014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7024 ApplicationServices
/ApplicationServices.h \
7025 AudioToolbox
/AudioConverter.h \
7026 AudioUnit
/AudioUnit.h \
7027 AudioUnit
/AudioComponent.h \
7030 CommonCrypto
/CommonCryptor.h \
7031 CoreAudio
/CoreAudio.h \
7032 CoreServices
/CoreServices.h \
7033 DiskArbitration
/DiskArbitration.h \
7036 IOKit
/hid
/IOHIDLib.h \
7039 QuickTime
/ImageCompression.h \
7040 Security
/Security.h \
7090 netinet
/in_systm.h \
7154 valgrind
/memcheck.h \
7155 valgrind
/valgrind.h \
7159 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7160 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7161 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7162 cat >>confdefs.h
<<_ACEOF
7163 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7170 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7171 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7173 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7178 if test $ac_cv_header_sys_mkdev_h = no
; then
7179 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7180 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7182 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7189 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7190 if ${ac_cv_header_stat_broken+:} false
; then :
7191 $as_echo_n "(cached) " >&6
7193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7194 /* end confdefs.h. */
7195 #include <sys/types.h>
7196 #include <sys/stat.h>
7198 #if defined S_ISBLK && defined S_IFDIR
7199 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7202 #if defined S_ISBLK && defined S_IFCHR
7203 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7206 #if defined S_ISLNK && defined S_IFREG
7207 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7210 #if defined S_ISSOCK && defined S_IFREG
7211 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7215 if ac_fn_c_try_compile
"$LINENO"; then :
7216 ac_cv_header_stat_broken
=no
7218 ac_cv_header_stat_broken
=yes
7220 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7223 $as_echo "$ac_cv_header_stat_broken" >&6; }
7224 if test $ac_cv_header_stat_broken = yes; then
7226 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7232 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7234 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7235 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7236 #ifdef HAVE_SYS_PARAM_H
7237 # include <sys/param.h>
7240 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7241 cat >>confdefs.h
<<_ACEOF
7242 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7257 netinet
/if_ether.h \
7258 netinet
/if_inarp.h \
7267 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7269 #ifdef HAVE_SYS_SOCKET_H
7270 # include <sys/socket.h>
7272 #ifdef HAVE_SYS_SOCKETVAR_H
7273 # include <sys/socketvar.h>
7275 #ifdef HAVE_NET_ROUTE_H
7276 # include <net/route.h>
7278 #ifdef HAVE_NETINET_IN_H
7279 # include <netinet/in.h>
7281 #ifdef HAVE_NETINET_IN_SYSTM_H
7282 # include <netinet/in_systm.h>
7284 #ifdef HAVE_NET_IF_H
7285 # include <net/if.h>
7287 #ifdef HAVE_NETINET_IP_H
7288 # include <netinet/ip.h>
7291 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7292 cat >>confdefs.h
<<_ACEOF
7293 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7301 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7303 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7304 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7308 #ifdef HAVE_SYS_SOCKET_H
7309 # include <sys/socket.h>
7311 #ifdef HAVE_SYS_SOCKETVAR_H
7312 # include <sys/socketvar.h>
7314 #ifdef HAVE_SYS_TIMEOUT_H
7315 # include <sys/timeout.h>
7317 #ifdef HAVE_NETINET_IN_H
7318 # include <netinet/in.h>
7320 #ifdef HAVE_NETINET_IN_SYSTM_H
7321 # include <netinet/in_systm.h>
7323 #ifdef HAVE_NETINET_IP_H
7324 # include <netinet/ip.h>
7326 #ifdef HAVE_NETINET_IP_VAR_H
7327 # include <netinet/ip_var.h>
7329 #ifdef HAVE_NETINET_IP_ICMP_H
7330 # include <netinet/ip_icmp.h>
7332 #ifdef HAVE_NETINET_UDP_H
7333 # include <netinet/udp.h>
7335 #ifdef HAVE_NETINET_TCP_H
7336 # include <netinet/tcp.h>
7338 #ifdef HAVE_NETINET_TCP_TIMER_H
7339 #include <netinet/tcp_timer.h>
7342 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7343 cat >>confdefs.h
<<_ACEOF
7344 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7352 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7354 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7355 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7356 #ifdef HAVE_ASM_TYPES_H
7357 # include <asm/types.h>
7359 #ifdef HAVE_SYS_SOCKET_H
7360 # include <sys/socket.h>
7362 #ifdef HAVE_LINUX_TYPES_H
7363 # include <linux/types.h>
7366 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7367 cat >>confdefs.h
<<_ACEOF
7368 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7376 for ac_header
in mach-o
/dyld_images.h
7378 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7379 # include <stdbool.h>
7381 #ifdef HAVE_STDINT_H
7382 # include <stdint.h>
7385 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7386 cat >>confdefs.h
<<_ACEOF
7387 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7395 for ac_header
in resolv.h
7397 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7398 #ifdef HAVE_SYS_SOCKET_H
7399 # include <sys/socket.h>
7401 #ifdef HAVE_NETINET_IN_H
7402 # include <netinet/in.h>
7404 #ifdef HAVE_ARPA_NAMESER_H
7405 # include <arpa/nameser.h>
7408 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7409 cat >>confdefs.h
<<_ACEOF
7410 #define HAVE_RESOLV_H 1
7418 for ac_header
in ifaddrs.h
7420 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7422 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7423 cat >>confdefs.h
<<_ACEOF
7424 #define HAVE_IFADDRS_H 1
7432 for ac_header
in sys
/ucontext.h
7434 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7436 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7437 cat >>confdefs.h
<<_ACEOF
7438 #define HAVE_SYS_UCONTEXT_H 1
7446 for ac_header
in sys
/thr.h
7448 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7449 #ifdef HAVE_SYS_UCONTEXT_H
7450 #include <sys/ucontext.h>
7453 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7454 cat >>confdefs.h
<<_ACEOF
7455 #define HAVE_SYS_THR_H 1
7463 for ac_header
in pthread_np.h
7465 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7466 #include <pthread.h>
7469 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7470 cat >>confdefs.h
<<_ACEOF
7471 #define HAVE_PTHREAD_NP_H 1
7479 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7481 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7482 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7483 #include <sys/time.h>
7485 #include <sys/types.h>
7486 #ifdef HAVE_ASM_TYPES_H
7487 #include <asm/types.h>
7490 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7491 cat >>confdefs.h
<<_ACEOF
7492 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7500 for ac_header
in libprocstat.h
7502 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7503 #include <sys/param.h>
7505 #ifdef HAVE_SYS_QUEUE_H
7506 #include <sys/queue.h>
7508 #ifdef HAVE_SYS_SOCKET_H
7509 #include <sys/socket.h>
7512 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7513 cat >>confdefs.h
<<_ACEOF
7514 #define HAVE_LIBPROCSTAT_H 1
7523 DLLFLAGS
="-D_REENTRANT"
7531 WINELOADER_LDFLAGS
=""
7536 # Extract the first word of "ldd", so it can be a program name with args.
7537 set dummy ldd
; ac_word
=$2
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7539 $as_echo_n "checking for $ac_word... " >&6; }
7540 if ${ac_cv_path_LDD+:} false
; then :
7541 $as_echo_n "(cached) " >&6
7545 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7548 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7549 as_dummy
="/sbin:/usr/sbin:$PATH"
7550 for as_dir
in $as_dummy
7553 test -z "$as_dir" && as_dir
=.
7554 for ac_exec_ext
in '' $ac_executable_extensions; do
7555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7556 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7564 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7569 if test -n "$LDD"; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7571 $as_echo "$LDD" >&6; }
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7574 $as_echo "no" >&6; }
7578 if test -n "$ac_tool_prefix"; then
7579 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7580 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7582 $as_echo_n "checking for $ac_word... " >&6; }
7583 if ${ac_cv_prog_OTOOL+:} false
; then :
7584 $as_echo_n "(cached) " >&6
7586 if test -n "$OTOOL"; then
7587 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7593 test -z "$as_dir" && as_dir
=.
7594 for ac_exec_ext
in '' $ac_executable_extensions; do
7595 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7596 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7606 OTOOL
=$ac_cv_prog_OTOOL
7607 if test -n "$OTOOL"; then
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7609 $as_echo "$OTOOL" >&6; }
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7612 $as_echo "no" >&6; }
7617 if test -z "$ac_cv_prog_OTOOL"; then
7619 # Extract the first word of "otool", so it can be a program name with args.
7620 set dummy otool
; ac_word
=$2
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7622 $as_echo_n "checking for $ac_word... " >&6; }
7623 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7624 $as_echo_n "(cached) " >&6
7626 if test -n "$ac_ct_OTOOL"; then
7627 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7629 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7633 test -z "$as_dir" && as_dir
=.
7634 for ac_exec_ext
in '' $ac_executable_extensions; do
7635 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7636 ac_cv_prog_ac_ct_OTOOL
="otool"
7637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7646 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7647 if test -n "$ac_ct_OTOOL"; then
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7649 $as_echo "$ac_ct_OTOOL" >&6; }
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7652 $as_echo "no" >&6; }
7655 if test "x$ac_ct_OTOOL" = x
; then
7658 case $cross_compiling:$ac_tool_warned in
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7661 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7662 ac_tool_warned
=yes ;;
7667 OTOOL
="$ac_cv_prog_OTOOL"
7670 if test -n "$ac_tool_prefix"; then
7671 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7672 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7674 $as_echo_n "checking for $ac_word... " >&6; }
7675 if ${ac_cv_prog_READELF+:} false
; then :
7676 $as_echo_n "(cached) " >&6
7678 if test -n "$READELF"; then
7679 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7681 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7685 test -z "$as_dir" && as_dir
=.
7686 for ac_exec_ext
in '' $ac_executable_extensions; do
7687 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7688 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7698 READELF
=$ac_cv_prog_READELF
7699 if test -n "$READELF"; then
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7701 $as_echo "$READELF" >&6; }
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7704 $as_echo "no" >&6; }
7709 if test -z "$ac_cv_prog_READELF"; then
7710 ac_ct_READELF
=$READELF
7711 # Extract the first word of "readelf", so it can be a program name with args.
7712 set dummy readelf
; ac_word
=$2
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7714 $as_echo_n "checking for $ac_word... " >&6; }
7715 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7716 $as_echo_n "(cached) " >&6
7718 if test -n "$ac_ct_READELF"; then
7719 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7721 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7725 test -z "$as_dir" && as_dir
=.
7726 for ac_exec_ext
in '' $ac_executable_extensions; do
7727 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7728 ac_cv_prog_ac_ct_READELF
="readelf"
7729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7738 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7739 if test -n "$ac_ct_READELF"; then
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7741 $as_echo "$ac_ct_READELF" >&6; }
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7744 $as_echo "no" >&6; }
7747 if test "x$ac_ct_READELF" = x
; then
7750 case $cross_compiling:$ac_tool_warned in
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7753 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7754 ac_tool_warned
=yes ;;
7756 READELF
=$ac_ct_READELF
7759 READELF
="$ac_cv_prog_READELF"
7762 wine_rules_file
=conf$
$rules.
make
7763 rm -f $wine_rules_file
7768 CONFIGURE_TARGETS
=""
7771 wine_fn_append_file
()
7773 as_fn_append
$1 " \\$as_nl $2"
7776 wine_fn_append_rule
()
7778 $as_echo "$1" >>$wine_rules_file
7781 wine_fn_config_makefile
()
7783 wine_fn_append_file SUBDIRS
$1
7784 if eval test \"x\$
"$2"\" = x
"no"; then :
7785 wine_fn_append_file DISABLED_SUBDIRS
$1
7789 wine_fn_config_symlink
()
7792 wine_fn_append_rule \
7794 @./config.status \$@"
7795 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7799 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7800 WINELOADER_PROGRAMS
="$wine_binary"
7802 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7806 if test -n "$ac_tool_prefix"; then
7807 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7808 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7810 $as_echo_n "checking for $ac_word... " >&6; }
7811 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7812 $as_echo_n "(cached) " >&6
7814 if test -n "$DLLTOOL"; then
7815 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7817 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7821 test -z "$as_dir" && as_dir
=.
7822 for ac_exec_ext
in '' $ac_executable_extensions; do
7823 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7824 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7834 DLLTOOL
=$ac_cv_prog_DLLTOOL
7835 if test -n "$DLLTOOL"; then
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7837 $as_echo "$DLLTOOL" >&6; }
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7840 $as_echo "no" >&6; }
7845 if test -z "$ac_cv_prog_DLLTOOL"; then
7846 ac_ct_DLLTOOL
=$DLLTOOL
7847 # Extract the first word of "dlltool", so it can be a program name with args.
7848 set dummy dlltool
; ac_word
=$2
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850 $as_echo_n "checking for $ac_word... " >&6; }
7851 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7852 $as_echo_n "(cached) " >&6
7854 if test -n "$ac_ct_DLLTOOL"; then
7855 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7861 test -z "$as_dir" && as_dir
=.
7862 for ac_exec_ext
in '' $ac_executable_extensions; do
7863 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7864 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7874 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7875 if test -n "$ac_ct_DLLTOOL"; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7877 $as_echo "$ac_ct_DLLTOOL" >&6; }
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880 $as_echo "no" >&6; }
7883 if test "x$ac_ct_DLLTOOL" = x
; then
7886 case $cross_compiling:$ac_tool_warned in
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7889 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7890 ac_tool_warned
=yes ;;
7892 DLLTOOL
=$ac_ct_DLLTOOL
7895 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7901 enable_iphlpapi
=${enable_iphlpapi:-no}
7902 enable_kernel32
=${enable_kernel32:-no}
7903 enable_msvcrt
=${enable_msvcrt:-no}
7904 enable_ntdll
=${enable_ntdll:-no}
7905 enable_ws2_32
=${enable_ws2_32:-no}
7906 enable_loader
=${enable_loader:-no}
7907 enable_server
=${enable_server:-no}
7908 with_x
=${with_x:-no}
7909 with_pthread
=${with_pthread:-no}
7915 SOCKET_LIBS
="-lws2_32"
7919 LIBWINE_SHAREDLIB
="libwine.dll"
7921 LIBWINE_IMPORTLIB
="libwine.a"
7923 LIBWINE_INSTALL_LIB
="libwine.dll"
7925 LIBWINE_INSTALL_DEV
="libwine.a"
7927 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7929 LIBWINE_DEPENDS
="wine.def"
7934 for ac_header
in libunwind.h
7936 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7937 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7938 cat >>confdefs.h
<<_ACEOF
7939 #define HAVE_LIBUNWIND_H 1
7947 DLLFLAGS
="$DLLFLAGS -fPIC"
7948 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
7949 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7950 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7952 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7954 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7956 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7958 CORESERVICES_LIBS
="-framework CoreServices"
7960 APPKIT_LIBS
="-framework AppKit"
7962 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7964 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7965 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
7966 $as_echo_n "(cached) " >&6
7968 ac_wine_try_cflags_saved
=$CFLAGS
7969 CFLAGS
="$CFLAGS -Wl,-no_pie"
7970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7971 /* end confdefs.h. */
7972 int main(int argc, char **argv) { return 0; }
7974 if ac_fn_c_try_link
"$LINENO"; then :
7975 ac_cv_cflags__Wl__no_pie
=yes
7977 ac_cv_cflags__Wl__no_pie
=no
7979 rm -f core conftest.err conftest.
$ac_objext \
7980 conftest
$ac_exeext conftest.
$ac_ext
7981 CFLAGS
=$ac_wine_try_cflags_saved
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
7984 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
7985 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
7986 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
7988 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7990 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
7993 if test "$ac_cv_header_Security_Security_h" = "yes"
7995 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
7997 ac_save_LIBS
="$LIBS"
7998 LIBS
="$LIBS $SECURITY_LIBS"
7999 for ac_func
in SSLCopyPeerCertificates
8001 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8002 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8003 cat >>confdefs.h
<<_ACEOF
8004 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8010 LIBS
="$ac_save_LIBS"
8011 with_gnutls
=${with_gnutls:-no}
8013 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8015 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8017 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8020 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8023 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8024 ac_save_LIBS
="$LIBS"
8025 LIBS
="$LIBS $COREAUDIO_LIBS"
8026 for ac_func
in AUGraphAddNode
8028 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8029 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8030 cat >>confdefs.h
<<_ACEOF
8031 #define HAVE_AUGRAPHADDNODE 1
8037 LIBS
="$ac_save_LIBS"
8039 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8041 OPENAL_LIBS
="-framework OpenAL"
8044 cat >>confdefs.h
<<_ACEOF
8045 #define HAVE_OPENAL 1
8048 ac_cv_lib_openal
=yes
8050 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8052 OPENCL_LIBS
="-framework OpenCL"
8054 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8056 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8058 ac_save_LIBS
="$LIBS"
8059 LIBS
="$LIBS $IOKIT_LIBS"
8060 for ac_func
in IOHIDManagerCreate
8062 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8063 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8064 cat >>confdefs.h
<<_ACEOF
8065 #define HAVE_IOHIDMANAGERCREATE 1
8071 LIBS
="$ac_save_LIBS"
8073 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8075 ac_save_LIBS
="$LIBS"
8076 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8078 $as_echo_n "checking for the QuickTime framework... " >&6; }
8079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8080 /* end confdefs.h. */
8081 #include <QuickTime/ImageCompression.h>
8085 CodecManagerVersion(NULL);
8090 if ac_fn_c_try_link
"$LINENO"; then :
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8092 $as_echo "yes" >&6; }
8093 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8095 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8098 $as_echo "no" >&6; }
8099 ac_cv_header_QuickTime_ImageCompression_h
=no
8101 rm -f core conftest.err conftest.
$ac_objext \
8102 conftest
$ac_exeext conftest.
$ac_ext
8103 LIBS
="$ac_save_LIBS"
8105 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8107 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8109 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8111 CARBON_LIBS
="-framework Carbon"
8115 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8117 ac_save_LIBS
="$LIBS"
8118 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8119 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8120 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8121 enable_winemac_drv
=${enable_winemac_drv:-yes}
8124 LIBS
="$ac_save_LIBS"
8127 if test "x$enable_win16" = "xyes"
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8130 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8131 if test "$cross_compiling" = yes; then :
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8133 $as_echo "cross-compiling, assuming yes" >&6; }
8135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8136 /* end confdefs.h. */
8139 "good:\tnop;nop\n\t"
8140 ".globl _testfunc\n"
8141 "_testfunc:\tcallw good");
8142 extern void testfunc();
8146 unsigned short *p = (unsigned short *)testfunc;
8147 return p[0] != 0xe866 || p[1] != 0xfffa
8152 if ac_fn_c_try_run
"$LINENO"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8154 $as_echo "yes" >&6; }
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8157 $as_echo "no" >&6; }
8158 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
8160 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8161 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8166 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8168 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8170 LIBWINE_INSTALL_DEV
="libwine.dylib"
8172 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8174 WINELOADER_DEPENDS
="wine_info.plist"
8179 DLLFLAGS
="$DLLFLAGS -fPIC"
8180 LDEXECFLAGS
="-Wl,-pie"
8181 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8183 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8184 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8185 $as_echo_n "(cached) " >&6
8187 ac_wine_try_cflags_saved
=$CFLAGS
8188 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h. */
8191 int main(int argc, char **argv) { return 0; }
8193 if ac_fn_c_try_link
"$LINENO"; then :
8194 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8196 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8198 rm -f core conftest.err conftest.
$ac_objext \
8199 conftest
$ac_exeext conftest.
$ac_ext
8200 CFLAGS
=$ac_wine_try_cflags_saved
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8203 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8204 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8205 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8207 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8209 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8210 if eval \
${$as_ac_var+:} false
; then :
8211 $as_echo_n "(cached) " >&6
8213 ac_wine_try_cflags_saved
=$CFLAGS
8214 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8216 /* end confdefs.h. */
8217 int main(int argc, char **argv) { return 0; }
8219 if ac_fn_c_try_link
"$LINENO"; then :
8220 eval "$as_ac_var=yes"
8222 eval "$as_ac_var=no"
8224 rm -f core conftest.err conftest.
$ac_objext \
8225 conftest
$ac_exeext conftest.
$ac_ext
8226 CFLAGS
=$ac_wine_try_cflags_saved
8228 eval ac_res
=\$
$as_ac_var
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8230 $as_echo "$ac_res" >&6; }
8231 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8232 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8233 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8235 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8237 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8238 if eval \
${$as_ac_var+:} false
; then :
8239 $as_echo_n "(cached) " >&6
8241 ac_wine_try_cflags_saved
=$CFLAGS
8242 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8244 /* end confdefs.h. */
8245 int main(int argc, char **argv) { return 0; }
8247 if ac_fn_c_try_link
"$LINENO"; then :
8248 eval "$as_ac_var=yes"
8250 eval "$as_ac_var=no"
8252 rm -f core conftest.err conftest.
$ac_objext \
8253 conftest
$ac_exeext conftest.
$ac_ext
8254 CFLAGS
=$ac_wine_try_cflags_saved
8256 eval ac_res
=\$
$as_ac_var
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8258 $as_echo "$ac_res" >&6; }
8259 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8260 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8261 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8265 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8266 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8267 $as_echo_n "(cached) " >&6
8269 ac_wine_try_cflags_saved
=$CFLAGS
8270 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8272 /* end confdefs.h. */
8273 int main(int argc, char **argv) { return 0; }
8275 if ac_fn_c_try_link
"$LINENO"; then :
8276 ac_cv_cflags__Wl___enable_new_dtags
=yes
8278 ac_cv_cflags__Wl___enable_new_dtags
=no
8280 rm -f core conftest.err conftest.
$ac_objext \
8281 conftest
$ac_exeext conftest.
$ac_ext
8282 CFLAGS
=$ac_wine_try_cflags_saved
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8285 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8286 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8287 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8290 LIBWINE_SHAREDLIB
="libwine.so"
8292 LIBWINE_INSTALL_LIB
="libwine.so"
8294 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8298 $as_echo_n "checking for -lEGL... " >&6; }
8299 if ${ac_cv_lib_soname_EGL+:} false
; then :
8300 $as_echo_n "(cached) " >&6
8302 ac_check_soname_save_LIBS
=$LIBS
8304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8307 /* Override any GCC internal prototype to avoid an error.
8308 Use char because int might match the return type of a GCC
8309 builtin and then its argument prototype would still apply. */
8313 char eglGetProcAddress ();
8317 return eglGetProcAddress ();
8322 if ac_fn_c_try_link
"$LINENO"; then :
8324 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8325 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'` ;;
8326 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8327 if ${ac_cv_lib_soname_EGL:+false} :; then :
8328 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8332 rm -f core conftest.err conftest.
$ac_objext \
8333 conftest
$ac_exeext conftest.
$ac_ext
8334 LIBS
=$ac_check_soname_save_LIBS
8336 if ${ac_cv_lib_soname_EGL:+false} :; then :
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8338 $as_echo "not found" >&6; }
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8342 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8344 cat >>confdefs.h
<<_ACEOF
8345 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8351 $as_echo_n "checking for -lGLESv2... " >&6; }
8352 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8353 $as_echo_n "(cached) " >&6
8355 ac_check_soname_save_LIBS
=$LIBS
8356 LIBS
="-lGLESv2 $LIBS"
8357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h. */
8360 /* Override any GCC internal prototype to avoid an error.
8361 Use char because int might match the return type of a GCC
8362 builtin and then its argument prototype would still apply. */
8375 if ac_fn_c_try_link
"$LINENO"; then :
8377 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8378 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'` ;;
8379 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8380 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8381 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8385 rm -f core conftest.err conftest.
$ac_objext \
8386 conftest
$ac_exeext conftest.
$ac_ext
8387 LIBS
=$ac_check_soname_save_LIBS
8389 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8391 $as_echo "not found" >&6; }
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8395 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8397 cat >>confdefs.h
<<_ACEOF
8398 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8404 if test "x$exec_prefix" = xNONE
8407 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8408 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8409 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8410 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8416 DLLFLAGS
="$DLLFLAGS -fPIC"
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8418 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8419 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8420 $as_echo_n "(cached) " >&6
8422 ac_wine_try_cflags_saved
=$CFLAGS
8423 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8425 /* end confdefs.h. */
8428 if ac_fn_c_try_link
"$LINENO"; then :
8429 ac_cv_c_dll_gnuelf
="yes"
8431 ac_cv_c_dll_gnuelf
="no"
8433 rm -f core conftest.err conftest.
$ac_objext \
8434 conftest
$ac_exeext conftest.
$ac_ext
8435 CFLAGS
=$ac_wine_try_cflags_saved
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8438 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8439 if test "$ac_cv_c_dll_gnuelf" = "yes"
8441 LIBWINE_LDFLAGS
="-shared"
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8443 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8444 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8445 $as_echo_n "(cached) " >&6
8447 ac_wine_try_cflags_saved
=$CFLAGS
8448 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8450 /* end confdefs.h. */
8451 int main(int argc, char **argv) { return 0; }
8453 if ac_fn_c_try_link
"$LINENO"; then :
8454 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8456 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8458 rm -f core conftest.err conftest.
$ac_objext \
8459 conftest
$ac_exeext conftest.
$ac_ext
8460 CFLAGS
=$ac_wine_try_cflags_saved
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8463 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8464 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8465 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8468 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8469 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8470 $as_echo_n "(cached) " >&6
8472 ac_wine_try_cflags_saved
=$CFLAGS
8473 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8475 /* end confdefs.h. */
8476 int main(int argc, char **argv) { return 0; }
8478 if ac_fn_c_try_link
"$LINENO"; then :
8479 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8481 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8483 rm -f core conftest.err conftest.
$ac_objext \
8484 conftest
$ac_exeext conftest.
$ac_ext
8485 CFLAGS
=$ac_wine_try_cflags_saved
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8488 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8489 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8490 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8494 echo '{ global: *; };' >conftest.map
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8496 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8497 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8498 $as_echo_n "(cached) " >&6
8500 ac_wine_try_cflags_saved
=$CFLAGS
8501 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8503 /* end confdefs.h. */
8504 int main(int argc, char **argv) { return 0; }
8506 if ac_fn_c_try_link
"$LINENO"; then :
8507 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8509 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8511 rm -f core conftest.err conftest.
$ac_objext \
8512 conftest
$ac_exeext conftest.
$ac_ext
8513 CFLAGS
=$ac_wine_try_cflags_saved
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8516 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8517 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8518 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8523 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8524 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8525 $as_echo_n "(cached) " >&6
8527 ac_wine_try_cflags_saved
=$CFLAGS
8528 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8530 /* end confdefs.h. */
8531 int main(int argc, char **argv) { return 0; }
8533 if ac_fn_c_try_link
"$LINENO"; then :
8534 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8536 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8538 rm -f core conftest.err conftest.
$ac_objext \
8539 conftest
$ac_exeext conftest.
$ac_ext
8540 CFLAGS
=$ac_wine_try_cflags_saved
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8543 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8544 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8545 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8548 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8550 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8551 if eval \
${$as_ac_var+:} false
; then :
8552 $as_echo_n "(cached) " >&6
8554 ac_wine_try_cflags_saved
=$CFLAGS
8555 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8558 int main(int argc, char **argv) { return 0; }
8560 if ac_fn_c_try_link
"$LINENO"; then :
8561 eval "$as_ac_var=yes"
8563 eval "$as_ac_var=no"
8565 rm -f core conftest.err conftest.
$ac_objext \
8566 conftest
$ac_exeext conftest.
$ac_ext
8567 CFLAGS
=$ac_wine_try_cflags_saved
8569 eval ac_res
=\$
$as_ac_var
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8571 $as_echo "$ac_res" >&6; }
8572 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8573 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8574 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8576 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8578 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8579 if eval \
${$as_ac_var+:} false
; then :
8580 $as_echo_n "(cached) " >&6
8582 ac_wine_try_cflags_saved
=$CFLAGS
8583 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8585 /* end confdefs.h. */
8586 int main(int argc, char **argv) { return 0; }
8588 if ac_fn_c_try_link
"$LINENO"; then :
8589 eval "$as_ac_var=yes"
8591 eval "$as_ac_var=no"
8593 rm -f core conftest.err conftest.
$ac_objext \
8594 conftest
$ac_exeext conftest.
$ac_ext
8595 CFLAGS
=$ac_wine_try_cflags_saved
8597 eval ac_res
=\$
$as_ac_var
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8599 $as_echo "$ac_res" >&6; }
8600 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8601 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8602 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8607 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8608 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8609 $as_echo_n "(cached) " >&6
8611 ac_wine_try_cflags_saved
=$CFLAGS
8612 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8617 if ac_fn_c_try_link
"$LINENO"; then :
8618 ac_cv_cflags__Wl___enable_new_dtags
=yes
8620 ac_cv_cflags__Wl___enable_new_dtags
=no
8622 rm -f core conftest.err conftest.
$ac_objext \
8623 conftest
$ac_exeext conftest.
$ac_ext
8624 CFLAGS
=$ac_wine_try_cflags_saved
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8627 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8628 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8629 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8633 *i
[3456789]86* | x86_64 |
*aarch64
*)
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8635 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8636 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8637 $as_echo_n "(cached) " >&6
8639 ac_wine_try_cflags_saved
=$CFLAGS
8640 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8642 /* end confdefs.h. */
8643 int main(int argc, char **argv) { return 0; }
8645 if ac_fn_c_try_link
"$LINENO"; then :
8646 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8648 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8650 rm -f core conftest.err conftest.
$ac_objext \
8651 conftest
$ac_exeext conftest.
$ac_ext
8652 CFLAGS
=$ac_wine_try_cflags_saved
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8655 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8656 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8658 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8659 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8663 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8664 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8665 $as_echo_n "(cached) " >&6
8667 ac_wine_try_cflags_saved
=$CFLAGS
8668 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8670 /* end confdefs.h. */
8671 int main(int argc, char **argv) { return 0; }
8673 if ac_fn_c_try_link
"$LINENO"; then :
8674 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8676 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8678 rm -f core conftest.err conftest.
$ac_objext \
8679 conftest
$ac_exeext conftest.
$ac_ext
8680 CFLAGS
=$ac_wine_try_cflags_saved
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8683 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8684 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8686 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8687 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8690 # Extract the first word of "prelink", so it can be a program name with args.
8691 set dummy prelink
; ac_word
=$2
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8693 $as_echo_n "checking for $ac_word... " >&6; }
8694 if ${ac_cv_path_PRELINK+:} false
; then :
8695 $as_echo_n "(cached) " >&6
8699 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8702 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8703 for as_dir
in /sbin
/usr
/sbin
$PATH
8706 test -z "$as_dir" && as_dir
=.
8707 for ac_exec_ext
in '' $ac_executable_extensions; do
8708 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8709 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8717 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8721 PRELINK
=$ac_cv_path_PRELINK
8722 if test -n "$PRELINK"; then
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8724 $as_echo "$PRELINK" >&6; }
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8727 $as_echo "no" >&6; }
8731 if test "x$PRELINK" = xfalse
8733 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8737 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8738 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8739 $as_echo_n "(cached) " >&6
8741 ac_wine_try_cflags_saved
=$CFLAGS
8742 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8744 /* end confdefs.h. */
8745 int main(int argc, char **argv) { return 0; }
8747 if ac_fn_c_try_link
"$LINENO"; then :
8748 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8750 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8752 rm -f core conftest.err conftest.
$ac_objext \
8753 conftest
$ac_exeext conftest.
$ac_ext
8754 CFLAGS
=$ac_wine_try_cflags_saved
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8757 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8758 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8759 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8766 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8767 if ${ac_cv_c_dll_unixware+:} false
; then :
8768 $as_echo_n "(cached) " >&6
8770 ac_wine_try_cflags_saved
=$CFLAGS
8771 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8773 /* end confdefs.h. */
8776 if ac_fn_c_try_link
"$LINENO"; then :
8777 ac_cv_c_dll_unixware
="yes"
8779 ac_cv_c_dll_unixware
="no"
8781 rm -f core conftest.err conftest.
$ac_objext \
8782 conftest
$ac_exeext conftest.
$ac_ext
8783 CFLAGS
=$ac_wine_try_cflags_saved
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8786 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8787 if test "$ac_cv_c_dll_unixware" = "yes"
8789 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8792 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8794 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8796 LIBWINE_INSTALL_DEV
="libwine.so"
8798 LIBWINE_DEPENDS
="wine.map"
8803 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8804 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8805 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
8806 enable_winemac_drv
=${enable_winemac_drv:-no}
8807 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8811 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8815 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8817 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
8818 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8821 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
8822 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8824 ac_prefix_list
="" ;;
8826 for ac_prog
in $ac_prefix_list
8828 # Extract the first word of "$ac_prog", so it can be a program name with args.
8829 set dummy
$ac_prog; ac_word
=$2
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8831 $as_echo_n "checking for $ac_word... " >&6; }
8832 if ${ac_cv_prog_CROSSCC+:} false
; then :
8833 $as_echo_n "(cached) " >&6
8835 if test -n "$CROSSCC"; then
8836 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8842 test -z "$as_dir" && as_dir
=.
8843 for ac_exec_ext
in '' $ac_executable_extensions; do
8844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8845 ac_cv_prog_CROSSCC
="$ac_prog"
8846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8855 CROSSCC
=$ac_cv_prog_CROSSCC
8856 if test -n "$CROSSCC"; then
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8858 $as_echo "$CROSSCC" >&6; }
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8861 $as_echo "no" >&6; }
8865 test -n "$CROSSCC" && break
8867 test -n "$CROSSCC" || CROSSCC
="false"
8869 if test "$CROSSCC" != "false"
8873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8874 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8876 /* end confdefs.h. */
8886 if ac_fn_c_try_compile
"$LINENO"; then :
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8888 $as_echo "yes" >&6; }
8894 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8895 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901 $as_echo "no" >&6; }
8903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8905 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
8911 if test "$ac_cv_header_pthread_h" = "yes"
8913 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8914 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8918 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8919 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8920 $as_echo_n "(cached) " >&6
8922 ac_check_lib_save_LIBS
=$LIBS
8923 LIBS
="-lpthread $LIBS"
8924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8925 /* end confdefs.h. */
8927 /* Override any GCC internal prototype to avoid an error.
8928 Use char because int might match the return type of a GCC
8929 builtin and then its argument prototype would still apply. */
8933 char pthread_create ();
8937 return pthread_create ();
8942 if ac_fn_c_try_link
"$LINENO"; then :
8943 ac_cv_lib_pthread_pthread_create
=yes
8945 ac_cv_lib_pthread_pthread_create
=no
8947 rm -f core conftest.err conftest.
$ac_objext \
8948 conftest
$ac_exeext conftest.
$ac_ext
8949 LIBS
=$ac_check_lib_save_LIBS
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8952 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8953 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8954 PTHREAD_LIBS
="-lpthread"
8961 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8962 case "x$with_pthread" in
8964 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8965 Wine cannot support threads without libpthread.
8966 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8973 $as_echo_n "checking for X... " >&6; }
8976 # Check whether --with-x was given.
8977 if test "${with_x+set}" = set; then :
8981 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8982 if test "x$with_x" = xno
; then
8983 # The user explicitly disabled X.
8986 case $x_includes,$x_libraries in #(
8987 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8988 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8989 $as_echo_n "(cached) " >&6
8991 # One or both of the vars are not set, and there is no cached value.
8992 ac_x_includes
=no ac_x_libraries
=no
8993 rm -f -r conftest.dir
8994 if mkdir conftest.dir
; then
8996 cat >Imakefile
<<'_ACEOF'
8998 @echo incroot='${INCROOT}'
9000 @echo usrlibdir='${USRLIBDIR}'
9002 @echo libdir='${LIBDIR}'
9004 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9005 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9006 for ac_var
in incroot usrlibdir libdir
; do
9007 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9009 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9010 for ac_extension
in a so sl dylib la dll
; do
9011 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9012 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9013 ac_im_usrlibdir
=$ac_im_libdir; break
9016 # Screen out bogus values from the imake configuration. They are
9017 # bogus both because they are the default anyway, and because
9018 # using them would break gcc on systems where it needs fixed includes.
9019 case $ac_im_incroot in
9020 /usr
/include
) ac_x_includes
= ;;
9021 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9023 case $ac_im_usrlibdir in
9024 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9025 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9029 rm -f -r conftest.dir
9032 # Standard set of common directories for X headers.
9033 # Check X11 before X11Rn because it is often a symlink to the current release.
9047 /usr/local/X11/include
9048 /usr/local/X11R7/include
9049 /usr/local/X11R6/include
9050 /usr/local/X11R5/include
9051 /usr/local/X11R4/include
9053 /usr/local/include/X11
9054 /usr/local/include/X11R7
9055 /usr/local/include/X11R6
9056 /usr/local/include/X11R5
9057 /usr/local/include/X11R4
9061 /usr/XFree86/include/X11
9065 /usr/unsupported/include
9067 /usr/local/x11r5/include
9068 /usr/lpp/Xamples/include
9070 /usr/openwin/include
9071 /usr/openwin/share/include'
9073 if test "$ac_x_includes" = no
; then
9074 # Guess where to find include files, by looking for Xlib.h.
9075 # First, try using that file with no special directory specified.
9076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9077 /* end confdefs.h. */
9078 #include <X11/Xlib.h>
9080 if ac_fn_c_try_cpp
"$LINENO"; then :
9081 # We can compile using X headers with no special include directory.
9084 for ac_dir
in $ac_x_header_dirs; do
9085 if test -r "$ac_dir/X11/Xlib.h"; then
9086 ac_x_includes
=$ac_dir
9091 rm -f conftest.err conftest.i conftest.
$ac_ext
9092 fi # $ac_x_includes = no
9094 if test "$ac_x_libraries" = no
; then
9095 # Check for the libraries.
9096 # See if we find them without any special options.
9097 # Don't add to $LIBS permanently.
9100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9101 /* end confdefs.h. */
9102 #include <X11/Xlib.h>
9111 if ac_fn_c_try_link
"$LINENO"; then :
9113 # We can link X programs with no special library path.
9117 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9119 # Don't even attempt the hair of trying to link an X program!
9120 for ac_extension
in a so sl dylib la dll
; do
9121 if test -r "$ac_dir/libX11.$ac_extension"; then
9122 ac_x_libraries
=$ac_dir
9128 rm -f core conftest.err conftest.
$ac_objext \
9129 conftest
$ac_exeext conftest.
$ac_ext
9130 fi # $ac_x_libraries = no
9132 case $ac_x_includes,$ac_x_libraries in #(
9134 # Didn't find X, or a directory has "'" in its name.
9135 ac_cv_have_x
="have_x=no";; #(
9137 # Record where we found X for the cache.
9138 ac_cv_have_x
="have_x=yes\
9139 ac_x_includes='$ac_x_includes'\
9140 ac_x_libraries='$ac_x_libraries'"
9146 eval "$ac_cv_have_x"
9149 if test "$have_x" != yes; then
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9151 $as_echo "$have_x" >&6; }
9154 # If each of the values was on the command line, it overrides each guess.
9155 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9156 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9157 # Update the cache value to reflect the command line values.
9158 ac_cv_have_x
="have_x=yes\
9159 ac_x_includes='$x_includes'\
9160 ac_x_libraries='$x_libraries'"
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9162 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9165 if test "$no_x" = yes; then
9166 # Not all programs may use this symbol, but it does not hurt to define it.
9168 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9170 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9172 if test -n "$x_includes"; then
9173 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9176 # It would also be nice to do this for all -L options, not just this one.
9177 if test -n "$x_libraries"; then
9178 X_LIBS
="$X_LIBS -L$x_libraries"
9179 # For Solaris; some versions of Sun CC require a space after -R and
9180 # others require no space. Words are not sufficient . . . .
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9182 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9183 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9184 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9185 ac_c_werror_flag
=yes
9186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h. */
9197 if ac_fn_c_try_link
"$LINENO"; then :
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9199 $as_echo "no" >&6; }
9200 X_LIBS
="$X_LIBS -R$x_libraries"
9202 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9204 /* end confdefs.h. */
9214 if ac_fn_c_try_link
"$LINENO"; then :
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9216 $as_echo "yes" >&6; }
9217 X_LIBS
="$X_LIBS -R $x_libraries"
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9220 $as_echo "neither works" >&6; }
9222 rm -f core conftest.err conftest.
$ac_objext \
9223 conftest
$ac_exeext conftest.
$ac_ext
9225 rm -f core conftest.err conftest.
$ac_objext \
9226 conftest
$ac_exeext conftest.
$ac_ext
9227 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9231 # Check for system-dependent libraries X programs must link with.
9232 # Do this before checking for the system-independent R6 libraries
9233 # (-lICE), since we may need -lsocket or whatever for X linking.
9235 if test "$ISC" = yes; then
9236 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9238 # Martyn Johnson says this is needed for Ultrix, if the X
9239 # libraries were built with DECnet support. And Karl Berry says
9240 # the Alpha needs dnet_stub (dnet does not exist).
9241 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9243 /* end confdefs.h. */
9245 /* Override any GCC internal prototype to avoid an error.
9246 Use char because int might match the return type of a GCC
9247 builtin and then its argument prototype would still apply. */
9251 char XOpenDisplay ();
9255 return XOpenDisplay ();
9260 if ac_fn_c_try_link
"$LINENO"; then :
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9264 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9265 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9266 $as_echo_n "(cached) " >&6
9268 ac_check_lib_save_LIBS
=$LIBS
9270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9283 return dnet_ntoa ();
9288 if ac_fn_c_try_link
"$LINENO"; then :
9289 ac_cv_lib_dnet_dnet_ntoa
=yes
9291 ac_cv_lib_dnet_dnet_ntoa
=no
9293 rm -f core conftest.err conftest.
$ac_objext \
9294 conftest
$ac_exeext conftest.
$ac_ext
9295 LIBS
=$ac_check_lib_save_LIBS
9297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9298 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9299 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9300 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9303 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9305 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9306 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9307 $as_echo_n "(cached) " >&6
9309 ac_check_lib_save_LIBS
=$LIBS
9310 LIBS
="-ldnet_stub $LIBS"
9311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9312 /* end confdefs.h. */
9314 /* Override any GCC internal prototype to avoid an error.
9315 Use char because int might match the return type of a GCC
9316 builtin and then its argument prototype would still apply. */
9324 return dnet_ntoa ();
9329 if ac_fn_c_try_link
"$LINENO"; then :
9330 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9332 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9334 rm -f core conftest.err conftest.
$ac_objext \
9335 conftest
$ac_exeext conftest.
$ac_ext
9336 LIBS
=$ac_check_lib_save_LIBS
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9339 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9340 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9341 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9346 rm -f core conftest.err conftest.
$ac_objext \
9347 conftest
$ac_exeext conftest.
$ac_ext
9348 LIBS
="$ac_xsave_LIBS"
9350 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9351 # to get the SysV transport functions.
9352 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9354 # The nsl library prevents programs from opening the X display
9355 # on Irix 5.2, according to T.E. Dickey.
9356 # The functions gethostbyname, getservbyname, and inet_addr are
9357 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9358 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9359 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9363 if test $ac_cv_func_gethostbyname = no
; then
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9365 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9366 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9367 $as_echo_n "(cached) " >&6
9369 ac_check_lib_save_LIBS
=$LIBS
9371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9372 /* end confdefs.h. */
9374 /* Override any GCC internal prototype to avoid an error.
9375 Use char because int might match the return type of a GCC
9376 builtin and then its argument prototype would still apply. */
9380 char gethostbyname ();
9384 return gethostbyname ();
9389 if ac_fn_c_try_link
"$LINENO"; then :
9390 ac_cv_lib_nsl_gethostbyname
=yes
9392 ac_cv_lib_nsl_gethostbyname
=no
9394 rm -f core conftest.err conftest.
$ac_objext \
9395 conftest
$ac_exeext conftest.
$ac_ext
9396 LIBS
=$ac_check_lib_save_LIBS
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9399 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9400 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9401 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9404 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9406 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9407 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9408 $as_echo_n "(cached) " >&6
9410 ac_check_lib_save_LIBS
=$LIBS
9412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9413 /* end confdefs.h. */
9415 /* Override any GCC internal prototype to avoid an error.
9416 Use char because int might match the return type of a GCC
9417 builtin and then its argument prototype would still apply. */
9421 char gethostbyname ();
9425 return gethostbyname ();
9430 if ac_fn_c_try_link
"$LINENO"; then :
9431 ac_cv_lib_bsd_gethostbyname
=yes
9433 ac_cv_lib_bsd_gethostbyname
=no
9435 rm -f core conftest.err conftest.
$ac_objext \
9436 conftest
$ac_exeext conftest.
$ac_ext
9437 LIBS
=$ac_check_lib_save_LIBS
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9440 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9441 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9442 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9448 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9449 # socket/setsockopt and other routines are undefined under SCO ODT
9450 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9451 # on later versions), says Simon Leinen: it contains gethostby*
9452 # variants that don't use the name server (or something). -lsocket
9453 # must be given before -lnsl if both are needed. We assume that
9454 # if connect needs -lnsl, so does gethostbyname.
9455 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9456 if test "x$ac_cv_func_connect" = xyes
; then :
9460 if test $ac_cv_func_connect = no
; then
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9462 $as_echo_n "checking for connect in -lsocket... " >&6; }
9463 if ${ac_cv_lib_socket_connect+:} false
; then :
9464 $as_echo_n "(cached) " >&6
9466 ac_check_lib_save_LIBS
=$LIBS
9467 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9469 /* end confdefs.h. */
9471 /* Override any GCC internal prototype to avoid an error.
9472 Use char because int might match the return type of a GCC
9473 builtin and then its argument prototype would still apply. */
9486 if ac_fn_c_try_link
"$LINENO"; then :
9487 ac_cv_lib_socket_connect
=yes
9489 ac_cv_lib_socket_connect
=no
9491 rm -f core conftest.err conftest.
$ac_objext \
9492 conftest
$ac_exeext conftest.
$ac_ext
9493 LIBS
=$ac_check_lib_save_LIBS
9495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9496 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9497 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9498 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9503 # Guillermo Gomez says -lposix is necessary on A/UX.
9504 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9505 if test "x$ac_cv_func_remove" = xyes
; then :
9509 if test $ac_cv_func_remove = no
; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9511 $as_echo_n "checking for remove in -lposix... " >&6; }
9512 if ${ac_cv_lib_posix_remove+:} false
; then :
9513 $as_echo_n "(cached) " >&6
9515 ac_check_lib_save_LIBS
=$LIBS
9516 LIBS
="-lposix $LIBS"
9517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9518 /* end confdefs.h. */
9520 /* Override any GCC internal prototype to avoid an error.
9521 Use char because int might match the return type of a GCC
9522 builtin and then its argument prototype would still apply. */
9535 if ac_fn_c_try_link
"$LINENO"; then :
9536 ac_cv_lib_posix_remove
=yes
9538 ac_cv_lib_posix_remove
=no
9540 rm -f core conftest.err conftest.
$ac_objext \
9541 conftest
$ac_exeext conftest.
$ac_ext
9542 LIBS
=$ac_check_lib_save_LIBS
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9545 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9546 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9547 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9552 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9553 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9554 if test "x$ac_cv_func_shmat" = xyes
; then :
9558 if test $ac_cv_func_shmat = no
; then
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9560 $as_echo_n "checking for shmat in -lipc... " >&6; }
9561 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9562 $as_echo_n "(cached) " >&6
9564 ac_check_lib_save_LIBS
=$LIBS
9566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9567 /* end confdefs.h. */
9569 /* Override any GCC internal prototype to avoid an error.
9570 Use char because int might match the return type of a GCC
9571 builtin and then its argument prototype would still apply. */
9584 if ac_fn_c_try_link
"$LINENO"; then :
9585 ac_cv_lib_ipc_shmat
=yes
9587 ac_cv_lib_ipc_shmat
=no
9589 rm -f core conftest.err conftest.
$ac_objext \
9590 conftest
$ac_exeext conftest.
$ac_ext
9591 LIBS
=$ac_check_lib_save_LIBS
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9594 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9595 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9596 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9602 # Check for libraries that X11R6 Xt/Xaw programs need.
9603 ac_save_LDFLAGS
=$LDFLAGS
9604 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9605 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9606 # check for ICE first), but we must link in the order -lSM -lICE or
9607 # we get undefined symbols. So assume we have SM if we have ICE.
9608 # These have to be linked with before -lX11, unlike the other
9609 # libraries we check for below, so use a different variable.
9610 # John Interrante, Karl Berry
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9612 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9613 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9614 $as_echo_n "(cached) " >&6
9616 ac_check_lib_save_LIBS
=$LIBS
9617 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9619 /* end confdefs.h. */
9621 /* Override any GCC internal prototype to avoid an error.
9622 Use char because int might match the return type of a GCC
9623 builtin and then its argument prototype would still apply. */
9627 char IceConnectionNumber ();
9631 return IceConnectionNumber ();
9636 if ac_fn_c_try_link
"$LINENO"; then :
9637 ac_cv_lib_ICE_IceConnectionNumber
=yes
9639 ac_cv_lib_ICE_IceConnectionNumber
=no
9641 rm -f core conftest.err conftest.
$ac_objext \
9642 conftest
$ac_exeext conftest.
$ac_ext
9643 LIBS
=$ac_check_lib_save_LIBS
9645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9646 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9647 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9648 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9651 LDFLAGS
=$ac_save_LDFLAGS
9656 if test "$have_x" = "yes"
9658 ac_save_CPPFLAGS
="$CPPFLAGS"
9659 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9662 $as_echo_n "checking for -lX11... " >&6; }
9663 if ${ac_cv_lib_soname_X11+:} false
; then :
9664 $as_echo_n "(cached) " >&6
9666 ac_check_soname_save_LIBS
=$LIBS
9667 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9677 char XCreateWindow ();
9681 return XCreateWindow ();
9686 if ac_fn_c_try_link
"$LINENO"; then :
9688 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9689 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'` ;;
9690 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9691 if ${ac_cv_lib_soname_X11:+false} :; then :
9692 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9696 rm -f core conftest.err conftest.
$ac_objext \
9697 conftest
$ac_exeext conftest.
$ac_ext
9698 LIBS
=$ac_check_soname_save_LIBS
9700 if ${ac_cv_lib_soname_X11:+false} :; then :
9701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9702 $as_echo "not found" >&6; }
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9706 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9708 cat >>confdefs.h
<<_ACEOF
9709 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9715 $as_echo_n "checking for -lXext... " >&6; }
9716 if ${ac_cv_lib_soname_Xext+:} false
; then :
9717 $as_echo_n "(cached) " >&6
9719 ac_check_soname_save_LIBS
=$LIBS
9720 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9722 /* end confdefs.h. */
9724 /* Override any GCC internal prototype to avoid an error.
9725 Use char because int might match the return type of a GCC
9726 builtin and then its argument prototype would still apply. */
9730 char XextCreateExtension ();
9734 return XextCreateExtension ();
9739 if ac_fn_c_try_link
"$LINENO"; then :
9741 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9742 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'` ;;
9743 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9744 if ${ac_cv_lib_soname_Xext:+false} :; then :
9745 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9749 rm -f core conftest.err conftest.
$ac_objext \
9750 conftest
$ac_exeext conftest.
$ac_ext
9751 LIBS
=$ac_check_soname_save_LIBS
9753 if ${ac_cv_lib_soname_Xext:+false} :; then :
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9755 $as_echo "not found" >&6; }
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9759 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9761 cat >>confdefs.h
<<_ACEOF
9762 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9765 X_LIBS
="$X_LIBS -lXext"
9767 X_LIBS
="$X_LIBS -lX11"
9769 for ac_header
in X11
/Xlib.h \
9772 X11
/Xcursor
/Xcursor.h \
9773 X11
/extensions
/shape.h \
9774 X11
/extensions
/XInput.h \
9775 X11
/extensions
/XInput2.h \
9776 X11
/extensions
/XShm.h \
9777 X11
/extensions
/Xcomposite.h \
9778 X11
/extensions
/Xfixes.h \
9779 X11
/extensions
/Xinerama.h \
9780 X11
/extensions
/Xrandr.h \
9781 X11
/extensions
/Xrender.h \
9782 X11
/extensions
/xf86vmode.h \
9783 X11
/extensions
/xf86vmproto.h
9785 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9786 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9787 # include <X11/Xlib.h>
9789 #ifdef HAVE_X11_XUTIL_H
9790 # include <X11/Xutil.h>
9793 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9794 cat >>confdefs.h
<<_ACEOF
9795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9803 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9806 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9807 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9808 $as_echo_n "(cached) " >&6
9810 ac_check_lib_save_LIBS
=$LIBS
9811 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9813 /* end confdefs.h. */
9815 /* Override any GCC internal prototype to avoid an error.
9816 Use char because int might match the return type of a GCC
9817 builtin and then its argument prototype would still apply. */
9821 char XkbQueryExtension ();
9825 return XkbQueryExtension ();
9830 if ac_fn_c_try_link
"$LINENO"; then :
9831 ac_cv_lib_X11_XkbQueryExtension
=yes
9833 ac_cv_lib_X11_XkbQueryExtension
=no
9835 rm -f core conftest.err conftest.
$ac_objext \
9836 conftest
$ac_exeext conftest.
$ac_ext
9837 LIBS
=$ac_check_lib_save_LIBS
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9840 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9841 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9843 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9849 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9852 $as_echo_n "checking for -lXcursor... " >&6; }
9853 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9854 $as_echo_n "(cached) " >&6
9856 ac_check_soname_save_LIBS
=$LIBS
9857 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9859 /* end confdefs.h. */
9861 /* Override any GCC internal prototype to avoid an error.
9862 Use char because int might match the return type of a GCC
9863 builtin and then its argument prototype would still apply. */
9867 char XcursorImageLoadCursor ();
9871 return XcursorImageLoadCursor ();
9876 if ac_fn_c_try_link
"$LINENO"; then :
9878 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9879 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'` ;;
9880 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9881 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9882 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9886 rm -f core conftest.err conftest.
$ac_objext \
9887 conftest
$ac_exeext conftest.
$ac_ext
9888 LIBS
=$ac_check_soname_save_LIBS
9890 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9892 $as_echo "not found" >&6; }
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9896 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9898 cat >>confdefs.h
<<_ACEOF
9899 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9905 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9906 case "x$with_xcursor" in
9907 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9909 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9910 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9915 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9918 $as_echo_n "checking for -lXi... " >&6; }
9919 if ${ac_cv_lib_soname_Xi+:} false
; then :
9920 $as_echo_n "(cached) " >&6
9922 ac_check_soname_save_LIBS
=$LIBS
9923 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9933 char XOpenDevice ();
9937 return XOpenDevice ();
9942 if ac_fn_c_try_link
"$LINENO"; then :
9944 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9945 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'` ;;
9946 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9947 if ${ac_cv_lib_soname_Xi:+false} :; then :
9948 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9952 rm -f core conftest.err conftest.
$ac_objext \
9953 conftest
$ac_exeext conftest.
$ac_ext
9954 LIBS
=$ac_check_soname_save_LIBS
9956 if ${ac_cv_lib_soname_Xi:+false} :; then :
9957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9958 $as_echo "not found" >&6; }
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9962 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9964 cat >>confdefs.h
<<_ACEOF
9965 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9971 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9972 case "x$with_xinput" in
9973 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9975 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9976 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9981 if test "x$ac_cv_lib_soname_Xi" != x
9983 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9984 case "x$with_xinput2" in
9985 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9987 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9988 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9994 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9997 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9998 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9999 $as_echo_n "(cached) " >&6
10001 ac_check_lib_save_LIBS
=$LIBS
10002 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10004 /* end confdefs.h. */
10006 /* Override any GCC internal prototype to avoid an error.
10007 Use char because int might match the return type of a GCC
10008 builtin and then its argument prototype would still apply. */
10012 char XShmQueryExtension ();
10016 return XShmQueryExtension ();
10021 if ac_fn_c_try_link
"$LINENO"; then :
10022 ac_cv_lib_Xext_XShmQueryExtension
=yes
10024 ac_cv_lib_Xext_XShmQueryExtension
=no
10026 rm -f core conftest.err conftest.
$ac_objext \
10027 conftest
$ac_exeext conftest.
$ac_ext
10028 LIBS
=$ac_check_lib_save_LIBS
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10031 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10032 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10034 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10039 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10040 case "x$with_xshm" in
10041 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10043 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10044 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10049 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10052 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10053 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10054 $as_echo_n "(cached) " >&6
10056 ac_check_lib_save_LIBS
=$LIBS
10057 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10059 /* end confdefs.h. */
10061 /* Override any GCC internal prototype to avoid an error.
10062 Use char because int might match the return type of a GCC
10063 builtin and then its argument prototype would still apply. */
10067 char XShapeQueryExtension ();
10071 return XShapeQueryExtension ();
10076 if ac_fn_c_try_link
"$LINENO"; then :
10077 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10079 ac_cv_lib_Xext_XShapeQueryExtension
=no
10081 rm -f core conftest.err conftest.
$ac_objext \
10082 conftest
$ac_exeext conftest.
$ac_ext
10083 LIBS
=$ac_check_lib_save_LIBS
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10086 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10087 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10089 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10094 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10095 case "x$with_xshape" in
10096 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10098 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10099 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10104 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10107 $as_echo_n "checking for -lXxf86vm... " >&6; }
10108 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10109 $as_echo_n "(cached) " >&6
10111 ac_check_soname_save_LIBS
=$LIBS
10112 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10122 char XF86VidModeQueryExtension ();
10126 return XF86VidModeQueryExtension ();
10131 if ac_fn_c_try_link
"$LINENO"; then :
10133 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10134 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'` ;;
10135 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10136 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10137 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10141 rm -f core conftest.err conftest.
$ac_objext \
10142 conftest
$ac_exeext conftest.
$ac_ext
10143 LIBS
=$ac_check_soname_save_LIBS
10145 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10147 $as_echo "not found" >&6; }
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10151 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10153 cat >>confdefs.h
<<_ACEOF
10154 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10160 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10161 case "x$with_xxf86vm" in
10162 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10164 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10165 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10170 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10173 $as_echo_n "checking for -lXrender... " >&6; }
10174 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10175 $as_echo_n "(cached) " >&6
10177 ac_check_soname_save_LIBS
=$LIBS
10178 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10180 /* end confdefs.h. */
10182 /* Override any GCC internal prototype to avoid an error.
10183 Use char because int might match the return type of a GCC
10184 builtin and then its argument prototype would still apply. */
10188 char XRenderQueryExtension ();
10192 return XRenderQueryExtension ();
10197 if ac_fn_c_try_link
"$LINENO"; then :
10199 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10200 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'` ;;
10201 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10202 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10203 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10207 rm -f core conftest.err conftest.
$ac_objext \
10208 conftest
$ac_exeext conftest.
$ac_ext
10209 LIBS
=$ac_check_soname_save_LIBS
10211 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10213 $as_echo "not found" >&6; }
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10217 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10219 cat >>confdefs.h
<<_ACEOF
10220 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10224 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10225 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10226 $as_echo_n "(cached) " >&6
10228 ac_check_lib_save_LIBS
=$LIBS
10229 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10231 /* end confdefs.h. */
10233 /* Override any GCC internal prototype to avoid an error.
10234 Use char because int might match the return type of a GCC
10235 builtin and then its argument prototype would still apply. */
10239 char XRenderSetPictureTransform ();
10243 return XRenderSetPictureTransform ();
10248 if ac_fn_c_try_link
"$LINENO"; then :
10249 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10251 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10253 rm -f core conftest.err conftest.
$ac_objext \
10254 conftest
$ac_exeext conftest.
$ac_ext
10255 LIBS
=$ac_check_lib_save_LIBS
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10258 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10259 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10261 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10266 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10267 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10268 $as_echo_n "(cached) " >&6
10270 ac_check_lib_save_LIBS
=$LIBS
10271 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10273 /* end confdefs.h. */
10275 /* Override any GCC internal prototype to avoid an error.
10276 Use char because int might match the return type of a GCC
10277 builtin and then its argument prototype would still apply. */
10281 char XRenderCreateLinearGradient ();
10285 return XRenderCreateLinearGradient ();
10290 if ac_fn_c_try_link
"$LINENO"; then :
10291 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10293 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10295 rm -f core conftest.err conftest.
$ac_objext \
10296 conftest
$ac_exeext conftest.
$ac_ext
10297 LIBS
=$ac_check_lib_save_LIBS
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10300 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10301 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10303 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10310 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10311 case "x$with_xrender" in
10312 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10314 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10315 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10320 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10322 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10323 /* end confdefs.h. */
10324 #include <X11/Xlib.h>
10325 #include <X11/extensions/Xrandr.h>
10329 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10334 if ac_fn_c_try_compile
"$LINENO"; then :
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10336 $as_echo_n "checking for -lXrandr... " >&6; }
10337 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10338 $as_echo_n "(cached) " >&6
10340 ac_check_soname_save_LIBS
=$LIBS
10341 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10345 /* Override any GCC internal prototype to avoid an error.
10346 Use char because int might match the return type of a GCC
10347 builtin and then its argument prototype would still apply. */
10351 char XRRQueryExtension ();
10355 return XRRQueryExtension ();
10360 if ac_fn_c_try_link
"$LINENO"; then :
10362 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10363 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'` ;;
10364 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10365 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10366 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10370 rm -f core conftest.err conftest.
$ac_objext \
10371 conftest
$ac_exeext conftest.
$ac_ext
10372 LIBS
=$ac_check_soname_save_LIBS
10374 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10376 $as_echo "not found" >&6; }
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10380 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10382 cat >>confdefs.h
<<_ACEOF
10383 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10387 /* end confdefs.h. */
10388 #include <X11/Xlib.h>
10389 #include <X11/extensions/Xrandr.h>
10393 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10398 if ac_fn_c_try_compile
"$LINENO"; then :
10400 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10406 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10408 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10409 case "x$with_xrandr" in
10410 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10412 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10413 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10418 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10421 /* end confdefs.h. */
10422 #include <X11/Xlib.h>
10423 #include <X11/extensions/Xfixes.h>
10427 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10432 if ac_fn_c_try_compile
"$LINENO"; then :
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10434 $as_echo_n "checking for -lXfixes... " >&6; }
10435 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10436 $as_echo_n "(cached) " >&6
10438 ac_check_soname_save_LIBS
=$LIBS
10439 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10440 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10441 /* end confdefs.h. */
10443 /* Override any GCC internal prototype to avoid an error.
10444 Use char because int might match the return type of a GCC
10445 builtin and then its argument prototype would still apply. */
10449 char XFixesQueryVersion ();
10453 return XFixesQueryVersion ();
10458 if ac_fn_c_try_link
"$LINENO"; then :
10460 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10461 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'` ;;
10462 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10463 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10464 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10468 rm -f core conftest.err conftest.
$ac_objext \
10469 conftest
$ac_exeext conftest.
$ac_ext
10470 LIBS
=$ac_check_soname_save_LIBS
10472 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10474 $as_echo "not found" >&6; }
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10478 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10480 cat >>confdefs.h
<<_ACEOF
10481 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10489 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10490 case "x$with_xfixes" in
10491 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10493 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10494 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10499 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10502 /* end confdefs.h. */
10503 #include <X11/Xlib.h>
10504 #include <X11/extensions/Xinerama.h>
10508 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10513 if ac_fn_c_try_compile
"$LINENO"; then :
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10515 $as_echo_n "checking for -lXinerama... " >&6; }
10516 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10517 $as_echo_n "(cached) " >&6
10519 ac_check_soname_save_LIBS
=$LIBS
10520 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10522 /* end confdefs.h. */
10524 /* Override any GCC internal prototype to avoid an error.
10525 Use char because int might match the return type of a GCC
10526 builtin and then its argument prototype would still apply. */
10530 char XineramaQueryScreens ();
10534 return XineramaQueryScreens ();
10539 if ac_fn_c_try_link
"$LINENO"; then :
10541 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10542 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'` ;;
10543 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10544 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10545 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10549 rm -f core conftest.err conftest.
$ac_objext \
10550 conftest
$ac_exeext conftest.
$ac_ext
10551 LIBS
=$ac_check_soname_save_LIBS
10553 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10555 $as_echo "not found" >&6; }
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10559 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10561 cat >>confdefs.h
<<_ACEOF
10562 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10570 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10571 case "x$with_xinerama" in
10572 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10574 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10575 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10580 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10583 $as_echo_n "checking for -lXcomposite... " >&6; }
10584 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10585 $as_echo_n "(cached) " >&6
10587 ac_check_soname_save_LIBS
=$LIBS
10588 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10590 /* end confdefs.h. */
10592 /* Override any GCC internal prototype to avoid an error.
10593 Use char because int might match the return type of a GCC
10594 builtin and then its argument prototype would still apply. */
10598 char XCompositeRedirectWindow ();
10602 return XCompositeRedirectWindow ();
10607 if ac_fn_c_try_link
"$LINENO"; then :
10609 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10610 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'` ;;
10611 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10612 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10613 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10617 rm -f core conftest.err conftest.
$ac_objext \
10618 conftest
$ac_exeext conftest.
$ac_ext
10619 LIBS
=$ac_check_soname_save_LIBS
10621 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10623 $as_echo "not found" >&6; }
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10627 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10629 cat >>confdefs.h
<<_ACEOF
10630 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10636 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10637 case "x$with_xcomposite" in
10638 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10640 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10641 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10646 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10647 #include <X11/Xlib.h>
10650 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10652 cat >>confdefs.h
<<_ACEOF
10653 #define HAVE_XICCALLBACK_CALLBACK 1
10658 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10659 #include <X11/Xlib.h>
10662 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10664 cat >>confdefs.h
<<_ACEOF
10665 #define HAVE_XEVENT_XCOOKIE 1
10674 if test "x$with_opengl" != "xno"
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10677 $as_echo_n "checking for -lGL... " >&6; }
10678 if ${ac_cv_lib_soname_GL+:} false
; then :
10679 $as_echo_n "(cached) " >&6
10681 ac_check_soname_save_LIBS
=$LIBS
10682 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10684 /* end confdefs.h. */
10686 /* Override any GCC internal prototype to avoid an error.
10687 Use char because int might match the return type of a GCC
10688 builtin and then its argument prototype would still apply. */
10692 char glXCreateContext ();
10696 return glXCreateContext ();
10701 if ac_fn_c_try_link
"$LINENO"; then :
10703 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10704 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'` ;;
10705 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10706 if ${ac_cv_lib_soname_GL:+false} :; then :
10707 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10711 rm -f core conftest.err conftest.
$ac_objext \
10712 conftest
$ac_exeext conftest.
$ac_ext
10713 LIBS
=$ac_check_soname_save_LIBS
10715 if ${ac_cv_lib_soname_GL:+false} :; then :
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10717 $as_echo "not found" >&6; }
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10719 $as_echo_n "checking for -lGL... " >&6; }
10720 if ${ac_cv_lib_soname_GL+:} false
; then :
10721 $as_echo_n "(cached) " >&6
10723 ac_check_soname_save_LIBS
=$LIBS
10724 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"
10725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10734 char glXCreateContext ();
10738 return glXCreateContext ();
10743 if ac_fn_c_try_link
"$LINENO"; then :
10745 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10746 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'` ;;
10747 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10748 if ${ac_cv_lib_soname_GL:+false} :; then :
10749 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10753 rm -f core conftest.err conftest.
$ac_objext \
10754 conftest
$ac_exeext conftest.
$ac_ext
10755 LIBS
=$ac_check_soname_save_LIBS
10757 if ${ac_cv_lib_soname_GL:+false} :; then :
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10759 $as_echo "not found" >&6; }
10760 if test -f /usr
/X11R
6/lib
/libGL.a
10762 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10763 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10765 opengl_msg
="No OpenGL library found on this system."
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10769 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10771 cat >>confdefs.h
<<_ACEOF
10772 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10775 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"
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10779 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10781 cat >>confdefs.h
<<_ACEOF
10782 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10787 if test "x$with_glu" != "xno"
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
10790 $as_echo_n "checking for -lGLU... " >&6; }
10791 if ${ac_cv_lib_soname_GLU+:} false
; then :
10792 $as_echo_n "(cached) " >&6
10794 ac_check_soname_save_LIBS
=$LIBS
10795 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10797 /* end confdefs.h. */
10799 /* Override any GCC internal prototype to avoid an error.
10800 Use char because int might match the return type of a GCC
10801 builtin and then its argument prototype would still apply. */
10809 return gluLookAt ();
10814 if ac_fn_c_try_link
"$LINENO"; then :
10816 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10817 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'` ;;
10818 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10819 if ${ac_cv_lib_soname_GLU:+false} :; then :
10820 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10824 rm -f core conftest.err conftest.
$ac_objext \
10825 conftest
$ac_exeext conftest.
$ac_ext
10826 LIBS
=$ac_check_soname_save_LIBS
10828 if ${ac_cv_lib_soname_GLU:+false} :; then :
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10830 $as_echo "not found" >&6; }
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
10834 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
10836 cat >>confdefs.h
<<_ACEOF
10837 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
10842 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
10843 case "x$with_glu" in
10844 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10846 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10847 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10853 if test "x$with_osmesa" != "xno"
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10856 $as_echo_n "checking for -lOSMesa... " >&6; }
10857 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10858 $as_echo_n "(cached) " >&6
10860 ac_check_soname_save_LIBS
=$LIBS
10861 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10863 /* end confdefs.h. */
10865 /* Override any GCC internal prototype to avoid an error.
10866 Use char because int might match the return type of a GCC
10867 builtin and then its argument prototype would still apply. */
10871 char OSMesaGetProcAddress ();
10875 return OSMesaGetProcAddress ();
10880 if ac_fn_c_try_link
"$LINENO"; then :
10882 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10883 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'` ;;
10884 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10885 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10886 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10890 rm -f core conftest.err conftest.
$ac_objext \
10891 conftest
$ac_exeext conftest.
$ac_ext
10892 LIBS
=$ac_check_soname_save_LIBS
10894 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10896 $as_echo "not found" >&6; }
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10900 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10902 cat >>confdefs.h
<<_ACEOF
10903 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10908 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10909 case "x$with_osmesa" in
10910 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10912 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10913 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10919 if test -n "$opengl_msg"; then :
10920 case "x$with_opengl" in
10921 x
) as_fn_append wine_warnings
"|$opengl_msg
10922 OpenGL and Direct3D won't be supported." ;;
10924 *) as_fn_error $?
"$opengl_msg
10925 OpenGL and Direct3D won't be supported.
10926 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10931 CPPFLAGS
="$ac_save_CPPFLAGS"
10937 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
10939 if test "x$X_LIBS" = "x"; then :
10942 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10943 without X support, which probably isn't what you want. You will need
10944 to install ${notice_platform}development packages of Xlib at the very least.
10945 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10947 enable_winex11_drv
=${enable_winex11_drv:-no}
10950 if test "x$X_LIBS" = "x"; then :
10952 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
10954 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
10955 This is an error since --with-x was requested." "$LINENO" 5 ;;
10957 enable_winex11_drv
=${enable_winex11_drv:-no}
10961 if test "$ac_cv_header_CL_cl_h" = "yes"
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10964 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10965 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10966 $as_echo_n "(cached) " >&6
10968 ac_check_lib_save_LIBS
=$LIBS
10969 LIBS
="-lOpenCL $LIBS"
10970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10971 /* end confdefs.h. */
10973 /* Override any GCC internal prototype to avoid an error.
10974 Use char because int might match the return type of a GCC
10975 builtin and then its argument prototype would still apply. */
10979 char clGetPlatformInfo ();
10983 return clGetPlatformInfo ();
10988 if ac_fn_c_try_link
"$LINENO"; then :
10989 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10991 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10993 rm -f core conftest.err conftest.
$ac_objext \
10994 conftest
$ac_exeext conftest.
$ac_ext
10995 LIBS
=$ac_check_lib_save_LIBS
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10998 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10999 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11000 OPENCL_LIBS
="-lOpenCL"
11005 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11006 case "x$with_opencl" in
11007 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11009 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11010 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11012 enable_opencl
=${enable_opencl:-no}
11015 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11018 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11019 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11020 $as_echo_n "(cached) " >&6
11022 ac_check_lib_save_LIBS
=$LIBS
11023 LIBS
="-lpcap $LIBS"
11024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11033 char pcap_create ();
11037 return pcap_create ();
11042 if ac_fn_c_try_link
"$LINENO"; then :
11043 ac_cv_lib_pcap_pcap_create
=yes
11045 ac_cv_lib_pcap_pcap_create
=no
11047 rm -f core conftest.err conftest.
$ac_objext \
11048 conftest
$ac_exeext conftest.
$ac_ext
11049 LIBS
=$ac_check_lib_save_LIBS
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11052 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11053 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11059 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11060 case "x$with_pcap" in
11061 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11063 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11064 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11066 enable_wpcap
=${enable_wpcap:-no}
11070 if test "x$with_xml" != "xno"
11072 if ${XML2_CFLAGS:+false} :; then :
11073 if ${PKG_CONFIG+:} false
; then :
11074 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11077 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11078 if ${XML2_LIBS:+false} :; then :
11079 if ${PKG_CONFIG+:} false
; then :
11080 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11083 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11084 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11085 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11086 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11087 ac_save_CPPFLAGS
=$CPPFLAGS
11088 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11089 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11091 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11092 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11093 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11094 cat >>confdefs.h
<<_ACEOF
11095 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11102 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"
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11105 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11106 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11107 $as_echo_n "(cached) " >&6
11109 ac_check_lib_save_LIBS
=$LIBS
11110 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11112 /* end confdefs.h. */
11114 /* Override any GCC internal prototype to avoid an error.
11115 Use char because int might match the return type of a GCC
11116 builtin and then its argument prototype would still apply. */
11120 char xmlParseMemory ();
11124 return xmlParseMemory ();
11129 if ac_fn_c_try_link
"$LINENO"; then :
11130 ac_cv_lib_xml2_xmlParseMemory
=yes
11132 ac_cv_lib_xml2_xmlParseMemory
=no
11134 rm -f core conftest.err conftest.
$ac_objext \
11135 conftest
$ac_exeext conftest.
$ac_ext
11136 LIBS
=$ac_check_lib_save_LIBS
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11139 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11140 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11142 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11149 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11150 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11151 $as_echo_n "(cached) " >&6
11153 ac_check_lib_save_LIBS
=$LIBS
11154 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11156 /* end confdefs.h. */
11158 /* Override any GCC internal prototype to avoid an error.
11159 Use char because int might match the return type of a GCC
11160 builtin and then its argument prototype would still apply. */
11164 char xmlReadMemory ();
11168 return xmlReadMemory ();
11173 if ac_fn_c_try_link
"$LINENO"; then :
11174 ac_cv_lib_xml2_xmlReadMemory
=yes
11176 ac_cv_lib_xml2_xmlReadMemory
=no
11178 rm -f core conftest.err conftest.
$ac_objext \
11179 conftest
$ac_exeext conftest.
$ac_ext
11180 LIBS
=$ac_check_lib_save_LIBS
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11183 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11184 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11186 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11191 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11192 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11193 $as_echo_n "(cached) " >&6
11195 ac_check_lib_save_LIBS
=$LIBS
11196 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11206 char xmlNewDocPI ();
11210 return xmlNewDocPI ();
11215 if ac_fn_c_try_link
"$LINENO"; then :
11216 ac_cv_lib_xml2_xmlNewDocPI
=yes
11218 ac_cv_lib_xml2_xmlNewDocPI
=no
11220 rm -f core conftest.err conftest.
$ac_objext \
11221 conftest
$ac_exeext conftest.
$ac_ext
11222 LIBS
=$ac_check_lib_save_LIBS
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11225 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11226 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11228 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11233 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11234 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11235 $as_echo_n "(cached) " >&6
11237 ac_check_lib_save_LIBS
=$LIBS
11238 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11240 /* end confdefs.h. */
11242 /* Override any GCC internal prototype to avoid an error.
11243 Use char because int might match the return type of a GCC
11244 builtin and then its argument prototype would still apply. */
11248 char xmlSchemaSetParserStructuredErrors ();
11252 return xmlSchemaSetParserStructuredErrors ();
11257 if ac_fn_c_try_link
"$LINENO"; then :
11258 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11260 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11262 rm -f core conftest.err conftest.
$ac_objext \
11263 conftest
$ac_exeext conftest.
$ac_ext
11264 LIBS
=$ac_check_lib_save_LIBS
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11267 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11268 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11270 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11275 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11276 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11277 $as_echo_n "(cached) " >&6
11279 ac_check_lib_save_LIBS
=$LIBS
11280 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11282 /* end confdefs.h. */
11284 /* Override any GCC internal prototype to avoid an error.
11285 Use char because int might match the return type of a GCC
11286 builtin and then its argument prototype would still apply. */
11290 char xmlSchemaSetValidStructuredErrors ();
11294 return xmlSchemaSetValidStructuredErrors ();
11299 if ac_fn_c_try_link
"$LINENO"; then :
11300 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11302 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11304 rm -f core conftest.err conftest.
$ac_objext \
11305 conftest
$ac_exeext conftest.
$ac_ext
11306 LIBS
=$ac_check_lib_save_LIBS
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11309 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11310 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11312 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11317 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11318 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11319 $as_echo_n "(cached) " >&6
11321 ac_check_lib_save_LIBS
=$LIBS
11322 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11324 /* end confdefs.h. */
11326 /* Override any GCC internal prototype to avoid an error.
11327 Use char because int might match the return type of a GCC
11328 builtin and then its argument prototype would still apply. */
11332 char xmlFirstElementChild ();
11336 return xmlFirstElementChild ();
11341 if ac_fn_c_try_link
"$LINENO"; then :
11342 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11344 ac_cv_lib_xml2_xmlFirstElementChild
=no
11346 rm -f core conftest.err conftest.
$ac_objext \
11347 conftest
$ac_exeext conftest.
$ac_ext
11348 LIBS
=$ac_check_lib_save_LIBS
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11351 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11352 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11354 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11358 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11360 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11362 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11370 CPPFLAGS
=$ac_save_CPPFLAGS
11371 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11372 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11375 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11376 case "x$with_xml" in
11377 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11379 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11380 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11385 if test "x$with_xslt" != "xno"
11387 if ${XSLT_CFLAGS:+false} :; then :
11388 if ${PKG_CONFIG+:} false
; then :
11389 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11392 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11393 if ${XSLT_LIBS:+false} :; then :
11394 if ${PKG_CONFIG+:} false
; then :
11395 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11398 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11399 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11400 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11401 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11402 ac_save_CPPFLAGS
=$CPPFLAGS
11403 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11404 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11406 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11407 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11408 # include <libxslt/pattern.h>
11411 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11412 cat >>confdefs.h
<<_ACEOF
11413 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11420 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11423 $as_echo_n "checking for -lxslt... " >&6; }
11424 if ${ac_cv_lib_soname_xslt+:} false
; then :
11425 $as_echo_n "(cached) " >&6
11427 ac_check_soname_save_LIBS
=$LIBS
11428 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11430 /* end confdefs.h. */
11432 /* Override any GCC internal prototype to avoid an error.
11433 Use char because int might match the return type of a GCC
11434 builtin and then its argument prototype would still apply. */
11438 char xsltCompilePattern ();
11442 return xsltCompilePattern ();
11447 if ac_fn_c_try_link
"$LINENO"; then :
11449 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11450 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'` ;;
11451 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11452 if ${ac_cv_lib_soname_xslt:+false} :; then :
11453 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11457 rm -f core conftest.err conftest.
$ac_objext \
11458 conftest
$ac_exeext conftest.
$ac_ext
11459 LIBS
=$ac_check_soname_save_LIBS
11461 if ${ac_cv_lib_soname_xslt:+false} :; then :
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11463 $as_echo "not found" >&6; }
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11467 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11469 cat >>confdefs.h
<<_ACEOF
11470 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11478 CPPFLAGS
=$ac_save_CPPFLAGS
11479 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11480 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11483 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11484 case "x$with_xslt" in
11485 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11487 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11488 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11493 if test "x$with_dbus" != "xno"
11495 if ${DBUS_CFLAGS:+false} :; then :
11496 if ${PKG_CONFIG+:} false
; then :
11497 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11501 if ${DBUS_LIBS:+false} :; then :
11502 if ${PKG_CONFIG+:} false
; then :
11503 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11508 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11509 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11510 ac_save_CPPFLAGS
=$CPPFLAGS
11511 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11512 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11513 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11515 $as_echo_n "checking for -ldbus-1... " >&6; }
11516 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11517 $as_echo_n "(cached) " >&6
11519 ac_check_soname_save_LIBS
=$LIBS
11520 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11524 /* Override any GCC internal prototype to avoid an error.
11525 Use char because int might match the return type of a GCC
11526 builtin and then its argument prototype would still apply. */
11530 char dbus_connection_close ();
11534 return dbus_connection_close ();
11539 if ac_fn_c_try_link
"$LINENO"; then :
11541 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11542 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'` ;;
11543 *) 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'`
11544 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11545 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11549 rm -f core conftest.err conftest.
$ac_objext \
11550 conftest
$ac_exeext conftest.
$ac_ext
11551 LIBS
=$ac_check_soname_save_LIBS
11553 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11555 $as_echo "not found" >&6; }
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11559 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11561 cat >>confdefs.h
<<_ACEOF
11562 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11572 CPPFLAGS
=$ac_save_CPPFLAGS
11573 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11574 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11577 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11578 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11579 case "x$with_dbus" in
11580 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11582 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11583 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11588 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11590 if ${HAL_CFLAGS:+false} :; then :
11591 if ${PKG_CONFIG+:} false
; then :
11592 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11596 if ${HAL_LIBS:+false} :; then :
11597 if ${PKG_CONFIG+:} false
; then :
11598 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11602 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11603 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11604 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11605 ac_save_CPPFLAGS
=$CPPFLAGS
11606 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11607 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11608 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11610 $as_echo_n "checking for -lhal... " >&6; }
11611 if ${ac_cv_lib_soname_hal+:} false
; then :
11612 $as_echo_n "(cached) " >&6
11614 ac_check_soname_save_LIBS
=$LIBS
11615 LIBS
="-lhal $HAL_LIBS $LIBS"
11616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11625 char libhal_ctx_new ();
11629 return libhal_ctx_new ();
11634 if ac_fn_c_try_link
"$LINENO"; then :
11636 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11639 if ${ac_cv_lib_soname_hal:+false} :; then :
11640 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11644 rm -f core conftest.err conftest.
$ac_objext \
11645 conftest
$ac_exeext conftest.
$ac_ext
11646 LIBS
=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_hal:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11654 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11656 cat >>confdefs.h
<<_ACEOF
11657 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11667 CPPFLAGS
=$ac_save_CPPFLAGS
11668 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11669 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11671 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11672 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11673 case "x$with_hal" in
11674 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11676 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11677 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11683 if test "x$with_gnutls" != "xno"
11685 if ${GNUTLS_CFLAGS:+false} :; then :
11686 if ${PKG_CONFIG+:} false
; then :
11687 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11691 if ${GNUTLS_LIBS:+false} :; then :
11692 if ${PKG_CONFIG+:} false
; then :
11693 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11698 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11699 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11700 ac_save_CPPFLAGS
=$CPPFLAGS
11701 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11702 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11703 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11705 /* end confdefs.h. */
11706 #include <gnutls/gnutls.h>
11707 #include <gnutls/crypto.h>
11711 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11716 if ac_fn_c_try_compile
"$LINENO"; then :
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11718 $as_echo_n "checking for -lgnutls... " >&6; }
11719 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11720 $as_echo_n "(cached) " >&6
11722 ac_check_soname_save_LIBS
=$LIBS
11723 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11725 /* end confdefs.h. */
11727 /* Override any GCC internal prototype to avoid an error.
11728 Use char because int might match the return type of a GCC
11729 builtin and then its argument prototype would still apply. */
11733 char gnutls_global_init ();
11737 return gnutls_global_init ();
11742 if ac_fn_c_try_link
"$LINENO"; then :
11744 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11745 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'` ;;
11746 *) 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'`
11747 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11748 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'`
11752 rm -f core conftest.err conftest.
$ac_objext \
11753 conftest
$ac_exeext conftest.
$ac_ext
11754 LIBS
=$ac_check_soname_save_LIBS
11756 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11758 $as_echo "not found" >&6; }
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11762 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11764 cat >>confdefs.h
<<_ACEOF
11765 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11770 ac_wine_check_funcs_save_LIBS
="$LIBS"
11771 LIBS
="$LIBS $GNUTLS_LIBS"
11772 for ac_func
in gnutls_cipher_init
11774 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
11775 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
11776 cat >>confdefs.h
<<_ACEOF
11777 #define HAVE_GNUTLS_CIPHER_INIT 1
11781 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
11785 LIBS
="$ac_wine_check_funcs_save_LIBS"
11787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11793 CPPFLAGS
=$ac_save_CPPFLAGS
11794 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11795 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11798 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11799 case "x$with_gnutls" in
11800 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11802 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11803 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11809 if test "$ac_cv_header_ncurses_h" = "yes"
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11812 $as_echo_n "checking for -lncurses... " >&6; }
11813 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11814 $as_echo_n "(cached) " >&6
11816 ac_check_soname_save_LIBS
=$LIBS
11817 LIBS
="-lncurses $LIBS"
11818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11819 /* end confdefs.h. */
11821 /* Override any GCC internal prototype to avoid an error.
11822 Use char because int might match the return type of a GCC
11823 builtin and then its argument prototype would still apply. */
11836 if ac_fn_c_try_link
"$LINENO"; then :
11838 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11839 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'` ;;
11840 *) 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'`
11841 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11842 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11846 rm -f core conftest.err conftest.
$ac_objext \
11847 conftest
$ac_exeext conftest.
$ac_ext
11848 LIBS
=$ac_check_soname_save_LIBS
11850 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11852 $as_echo "not found" >&6; }
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11856 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11858 cat >>confdefs.h
<<_ACEOF
11859 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11862 CURSES_LIBS
="-lncurses"
11864 elif test "$ac_cv_header_curses_h" = "yes"
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11867 $as_echo_n "checking for -lcurses... " >&6; }
11868 if ${ac_cv_lib_soname_curses+:} false
; then :
11869 $as_echo_n "(cached) " >&6
11871 ac_check_soname_save_LIBS
=$LIBS
11872 LIBS
="-lcurses $LIBS"
11873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11874 /* end confdefs.h. */
11876 /* Override any GCC internal prototype to avoid an error.
11877 Use char because int might match the return type of a GCC
11878 builtin and then its argument prototype would still apply. */
11891 if ac_fn_c_try_link
"$LINENO"; then :
11893 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11894 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'` ;;
11895 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11896 if ${ac_cv_lib_soname_curses:+false} :; then :
11897 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11901 rm -f core conftest.err conftest.
$ac_objext \
11902 conftest
$ac_exeext conftest.
$ac_ext
11903 LIBS
=$ac_check_soname_save_LIBS
11905 if ${ac_cv_lib_soname_curses:+false} :; then :
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11907 $as_echo "not found" >&6; }
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11911 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11913 cat >>confdefs.h
<<_ACEOF
11914 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11917 CURSES_LIBS
="-lcurses"
11920 ac_save_LIBS
="$LIBS"
11921 LIBS
="$LIBS $CURSES_LIBS"
11922 for ac_func
in mousemask
11924 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11925 if test "x$ac_cv_func_mousemask" = xyes
; then :
11926 cat >>confdefs.h
<<_ACEOF
11927 #define HAVE_MOUSEMASK 1
11933 LIBS
="$ac_save_LIBS"
11934 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11935 case "x$with_curses" in
11936 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11938 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11939 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11944 if test "x$with_sane" != "xno"
11946 if ${SANE_CFLAGS:+false} :; then :
11947 if ${PKG_CONFIG+:} false
; then :
11948 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11951 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11952 if ${SANE_LIBS:+false} :; then :
11953 if ${PKG_CONFIG+:} false
; then :
11954 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11957 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11959 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11960 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11961 ac_save_CPPFLAGS
=$CPPFLAGS
11962 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11963 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11964 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11966 $as_echo_n "checking for -lsane... " >&6; }
11967 if ${ac_cv_lib_soname_sane+:} false
; then :
11968 $as_echo_n "(cached) " >&6
11970 ac_check_soname_save_LIBS
=$LIBS
11971 LIBS
="-lsane $SANE_LIBS $LIBS"
11972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11973 /* end confdefs.h. */
11975 /* Override any GCC internal prototype to avoid an error.
11976 Use char because int might match the return type of a GCC
11977 builtin and then its argument prototype would still apply. */
11985 return sane_init ();
11990 if ac_fn_c_try_link
"$LINENO"; then :
11992 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11993 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'` ;;
11994 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11995 if ${ac_cv_lib_soname_sane:+false} :; then :
11996 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12000 rm -f core conftest.err conftest.
$ac_objext \
12001 conftest
$ac_exeext conftest.
$ac_ext
12002 LIBS
=$ac_check_soname_save_LIBS
12004 if ${ac_cv_lib_soname_sane:+false} :; then :
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12006 $as_echo "not found" >&6; }
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12010 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12012 cat >>confdefs.h
<<_ACEOF
12013 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12023 CPPFLAGS
=$ac_save_CPPFLAGS
12024 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12025 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12028 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12029 case "x$with_sane" in
12030 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12032 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12033 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12038 if test "x$with_v4l" != "xno"
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12041 $as_echo_n "checking for -lv4l1... " >&6; }
12042 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12043 $as_echo_n "(cached) " >&6
12045 ac_check_soname_save_LIBS
=$LIBS
12046 LIBS
="-lv4l1 $LIBS"
12047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12048 /* end confdefs.h. */
12050 /* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12060 return v4l1_open ();
12065 if ac_fn_c_try_link
"$LINENO"; then :
12067 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12068 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'` ;;
12069 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12070 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12071 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12075 rm -f core conftest.err conftest.
$ac_objext \
12076 conftest
$ac_exeext conftest.
$ac_ext
12077 LIBS
=$ac_check_soname_save_LIBS
12079 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12081 $as_echo "not found" >&6; }
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12085 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12087 cat >>confdefs.h
<<_ACEOF
12088 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12094 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12095 case "x$with_v4l" in
12096 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12098 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12099 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12104 if test "x$with_gphoto" != "xno"
12106 if ${GPHOTO2_CFLAGS:+false} :; then :
12107 if ${PKG_CONFIG+:} false
; then :
12108 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12111 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12112 if ${GPHOTO2_LIBS:+false} :; then :
12113 if ${PKG_CONFIG+:} false
; then :
12114 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12117 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12118 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12119 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12120 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12121 ac_save_CPPFLAGS
=$CPPFLAGS
12122 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12123 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12124 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12126 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12127 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12128 $as_echo_n "(cached) " >&6
12130 ac_check_lib_save_LIBS
=$LIBS
12131 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12135 /* Override any GCC internal prototype to avoid an error.
12136 Use char because int might match the return type of a GCC
12137 builtin and then its argument prototype would still apply. */
12141 char gp_camera_new ();
12145 return gp_camera_new ();
12150 if ac_fn_c_try_link
"$LINENO"; then :
12151 ac_cv_lib_gphoto2_gp_camera_new
=yes
12153 ac_cv_lib_gphoto2_gp_camera_new
=no
12155 rm -f core conftest.err conftest.
$ac_objext \
12156 conftest
$ac_exeext conftest.
$ac_ext
12157 LIBS
=$ac_check_lib_save_LIBS
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12160 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12161 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12163 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12166 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12170 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12174 CPPFLAGS
=$ac_save_CPPFLAGS
12175 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12176 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12178 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12179 if ${PKG_CONFIG+:} false
; then :
12180 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12183 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12184 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12185 if ${PKG_CONFIG+:} false
; then :
12186 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12189 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12190 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12191 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12192 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12193 ac_save_CPPFLAGS
=$CPPFLAGS
12194 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12195 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12196 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12198 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12199 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12200 $as_echo_n "(cached) " >&6
12202 ac_check_lib_save_LIBS
=$LIBS
12203 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12205 /* end confdefs.h. */
12207 /* Override any GCC internal prototype to avoid an error.
12208 Use char because int might match the return type of a GCC
12209 builtin and then its argument prototype would still apply. */
12213 char gp_port_info_list_new ();
12217 return gp_port_info_list_new ();
12222 if ac_fn_c_try_link
"$LINENO"; then :
12223 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12225 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12227 rm -f core conftest.err conftest.
$ac_objext \
12228 conftest
$ac_exeext conftest.
$ac_ext
12229 LIBS
=$ac_check_lib_save_LIBS
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12232 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12233 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12235 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12238 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12242 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12246 CPPFLAGS
=$ac_save_CPPFLAGS
12247 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12248 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12251 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12252 case "x$with_gphoto" in
12253 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12255 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12256 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12260 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12261 case "x$with_gphoto" in
12262 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12264 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12265 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12271 if test "$ac_cv_header_resolv_h" = "yes"
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12274 $as_echo_n "checking for resolver library... " >&6; }
12275 if ${ac_cv_have_resolv+:} false
; then :
12276 $as_echo_n "(cached) " >&6
12278 ac_save_LIBS
="$LIBS"
12279 for lib
in '' -lresolv
12281 LIBS
="$lib $ac_save_LIBS"
12282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12284 #ifdef HAVE_NETINET_IN_H
12285 #include <netinet/in.h>
12287 #include <resolv.h>
12291 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12296 if ac_fn_c_try_link
"$LINENO"; then :
12297 ac_cv_have_resolv
=${lib:-"none required"}
12299 ac_cv_have_resolv
="not found"
12301 rm -f core conftest.err conftest.
$ac_objext \
12302 conftest
$ac_exeext conftest.
$ac_ext
12303 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12305 LIBS
="$ac_save_LIBS"
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12308 $as_echo "$ac_cv_have_resolv" >&6; }
12310 case "$ac_cv_have_resolv" in
12314 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12317 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12319 RESOLV_LIBS
=$ac_cv_have_resolv
12324 if test "x$with_cms" != "xno"
12326 if ${LCMS2_CFLAGS:+false} :; then :
12327 if ${PKG_CONFIG+:} false
; then :
12328 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12332 if ${LCMS2_LIBS:+false} :; then :
12333 if ${PKG_CONFIG+:} false
; then :
12334 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12338 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12339 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12340 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12341 ac_save_CPPFLAGS
=$CPPFLAGS
12342 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12343 for ac_header
in lcms2.h
12345 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12346 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12347 cat >>confdefs.h
<<_ACEOF
12348 #define HAVE_LCMS2_H 1
12355 if test "$ac_cv_header_lcms2_h" = "yes"
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12358 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12359 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12360 $as_echo_n "(cached) " >&6
12362 ac_check_lib_save_LIBS
=$LIBS
12363 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12365 /* end confdefs.h. */
12367 /* Override any GCC internal prototype to avoid an error.
12368 Use char because int might match the return type of a GCC
12369 builtin and then its argument prototype would still apply. */
12373 char cmsOpenProfileFromFile ();
12377 return cmsOpenProfileFromFile ();
12382 if ac_fn_c_try_link
"$LINENO"; then :
12383 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12385 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12387 rm -f core conftest.err conftest.
$ac_objext \
12388 conftest
$ac_exeext conftest.
$ac_ext
12389 LIBS
=$ac_check_lib_save_LIBS
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12392 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12393 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12395 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12405 CPPFLAGS
=$ac_save_CPPFLAGS
12406 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12407 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12410 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12411 case "x$with_cms" in
12412 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12414 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12415 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12420 if test "x$with_freetype" != "xno"
12422 if ${FREETYPE_CFLAGS:+false} :; then :
12423 if ${PKG_CONFIG+:} false
; then :
12424 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12427 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12428 if ${FREETYPE_LIBS:+false} :; then :
12429 if ${PKG_CONFIG+:} false
; then :
12430 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12433 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12434 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12435 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12436 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12437 ac_save_CPPFLAGS
=$CPPFLAGS
12438 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12439 for ac_header
in ft2build.h
12441 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12442 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12443 cat >>confdefs.h
<<_ACEOF
12444 #define HAVE_FT2BUILD_H 1
12451 if test "$ac_cv_header_ft2build_h" = "yes"
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12454 $as_echo_n "checking for -lfreetype... " >&6; }
12455 if ${ac_cv_lib_soname_freetype+:} false
; then :
12456 $as_echo_n "(cached) " >&6
12458 ac_check_soname_save_LIBS
=$LIBS
12459 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12460 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12461 /* end confdefs.h. */
12463 /* Override any GCC internal prototype to avoid an error.
12464 Use char because int might match the return type of a GCC
12465 builtin and then its argument prototype would still apply. */
12469 char FT_Init_FreeType ();
12473 return FT_Init_FreeType ();
12478 if ac_fn_c_try_link
"$LINENO"; then :
12480 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12481 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'` ;;
12482 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12483 if ${ac_cv_lib_soname_freetype:+false} :; then :
12484 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12488 rm -f core conftest.err conftest.
$ac_objext \
12489 conftest
$ac_exeext conftest.
$ac_ext
12490 LIBS
=$ac_check_soname_save_LIBS
12492 if ${ac_cv_lib_soname_freetype:+false} :; then :
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12494 $as_echo "not found" >&6; }
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12498 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12500 cat >>confdefs.h
<<_ACEOF
12501 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12505 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12507 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12508 #include FT_MODULE_H
12510 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12512 cat >>confdefs.h
<<_ACEOF
12513 #define HAVE_FT_TRUETYPEENGINETYPE 1
12524 CPPFLAGS
=$ac_save_CPPFLAGS
12525 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12526 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12529 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12530 case "x$with_freetype" in
12532 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12533 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12535 enable_fonts
=${enable_fonts:-no}
12538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12539 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12540 if ${ac_cv_c_ppdev+:} false
; then :
12541 $as_echo_n "(cached) " >&6
12543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h. */
12545 #ifdef HAVE_SYS_IOCTL_H
12546 # include <sys/ioctl.h>
12548 #include <linux/ppdev.h>
12552 ioctl (1,PPCLAIM,0)
12557 if ac_fn_c_try_compile
"$LINENO"; then :
12558 ac_cv_c_ppdev
="yes"
12562 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12565 $as_echo "$ac_cv_c_ppdev" >&6; }
12566 if test "$ac_cv_c_ppdev" = "yes"
12569 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12573 ac_wine_check_funcs_save_LIBS
="$LIBS"
12574 LIBS
="$LIBS $PTHREAD_LIBS"
12576 pthread_attr_get_np \
12577 pthread_getattr_np \
12578 pthread_getthreadid_np \
12579 pthread_get_stackaddr_np \
12580 pthread_get_stacksize_np
12582 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12583 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12584 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12585 cat >>confdefs.h
<<_ACEOF
12586 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12592 LIBS
="$ac_wine_check_funcs_save_LIBS"
12594 if test "$ac_cv_header_zlib_h" = "yes"
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12597 $as_echo_n "checking for inflate in -lz... " >&6; }
12598 if ${ac_cv_lib_z_inflate+:} false
; then :
12599 $as_echo_n "(cached) " >&6
12601 ac_check_lib_save_LIBS
=$LIBS
12603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12604 /* end confdefs.h. */
12606 /* Override any GCC internal prototype to avoid an error.
12607 Use char because int might match the return type of a GCC
12608 builtin and then its argument prototype would still apply. */
12621 if ac_fn_c_try_link
"$LINENO"; then :
12622 ac_cv_lib_z_inflate
=yes
12624 ac_cv_lib_z_inflate
=no
12626 rm -f core conftest.err conftest.
$ac_objext \
12627 conftest
$ac_exeext conftest.
$ac_ext
12628 LIBS
=$ac_check_lib_save_LIBS
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12631 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12632 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12634 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12641 if test "x$Z_LIBS" = "x"; then :
12642 case "x$with_zlib" in
12643 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12645 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12646 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12651 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12653 if test "$ac_cv_header_gettext_po_h" = "yes"
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12656 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12657 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12658 $as_echo_n "(cached) " >&6
12660 ac_check_lib_save_LIBS
=$LIBS
12661 LIBS
="-lgettextpo $LIBS"
12662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12663 /* end confdefs.h. */
12665 /* Override any GCC internal prototype to avoid an error.
12666 Use char because int might match the return type of a GCC
12667 builtin and then its argument prototype would still apply. */
12671 char po_message_msgctxt ();
12675 return po_message_msgctxt ();
12680 if ac_fn_c_try_link
"$LINENO"; then :
12681 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12683 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12685 rm -f core conftest.err conftest.
$ac_objext \
12686 conftest
$ac_exeext conftest.
$ac_ext
12687 LIBS
=$ac_check_lib_save_LIBS
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12690 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12691 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12693 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12695 GETTEXTPO_LIBS
="-lgettextpo"
12700 if test "x$GETTEXTPO_LIBS" = "x"; then :
12701 case "x$with_gettextpo" in
12702 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12704 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12705 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12709 if test "$srcdir" != .
; then :
12710 case "x$with_gettextpo" in
12711 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12713 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12714 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12720 if test "x$with_pulse" != "xno";
12722 if ${PULSE_CFLAGS:+false} :; then :
12723 if ${PKG_CONFIG+:} false
; then :
12724 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12728 if ${PULSE_LIBS:+false} :; then :
12729 if ${PKG_CONFIG+:} false
; then :
12730 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12735 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12736 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12737 ac_save_CPPFLAGS
=$CPPFLAGS
12738 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12739 for ac_header
in pulse
/pulseaudio.h
12741 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12742 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12743 cat >>confdefs.h
<<_ACEOF
12744 #define HAVE_PULSE_PULSEAUDIO_H 1
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12747 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12748 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12749 $as_echo_n "(cached) " >&6
12751 ac_check_lib_save_LIBS
=$LIBS
12752 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12754 /* end confdefs.h. */
12756 /* Override any GCC internal prototype to avoid an error.
12757 Use char because int might match the return type of a GCC
12758 builtin and then its argument prototype would still apply. */
12762 char pa_stream_is_corked ();
12766 return pa_stream_is_corked ();
12771 if ac_fn_c_try_link
"$LINENO"; then :
12772 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12774 ac_cv_lib_pulse_pa_stream_is_corked
=no
12776 rm -f core conftest.err conftest.
$ac_objext \
12777 conftest
$ac_exeext conftest.
$ac_ext
12778 LIBS
=$ac_check_lib_save_LIBS
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12781 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12782 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12794 CPPFLAGS
=$ac_save_CPPFLAGS
12795 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12796 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12799 if test -z "$PULSE_LIBS"; then :
12800 case "x$with_pulse" in
12801 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12803 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12804 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12806 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12809 if test "x$with_gstreamer" != "xno"
12811 if ${GSTREAMER_CFLAGS:+false} :; then :
12812 if ${PKG_CONFIG+:} false
; then :
12813 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12817 if ${GSTREAMER_LIBS:+false} :; then :
12818 if ${PKG_CONFIG+:} false
; then :
12819 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12824 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12825 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12826 ac_save_CPPFLAGS
=$CPPFLAGS
12827 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12829 for i
in $GSTREAMER_CFLAGS
12832 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12835 GSTREAMER_CFLAGS
=$ac_gst_incl
12836 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12837 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12838 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12840 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12841 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12842 /* end confdefs.h. */
12843 #include <gst/gst.h>
12847 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12852 if ac_fn_c_try_compile
"$LINENO"; then :
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12854 $as_echo "yes" >&6; }
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12856 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12857 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12858 $as_echo_n "(cached) " >&6
12860 ac_check_lib_save_LIBS
=$LIBS
12861 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12863 /* end confdefs.h. */
12865 /* Override any GCC internal prototype to avoid an error.
12866 Use char because int might match the return type of a GCC
12867 builtin and then its argument prototype would still apply. */
12871 char gst_pad_new ();
12875 return gst_pad_new ();
12880 if ac_fn_c_try_link
"$LINENO"; then :
12881 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12883 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12885 rm -f core conftest.err conftest.
$ac_objext \
12886 conftest
$ac_exeext conftest.
$ac_ext
12887 LIBS
=$ac_check_lib_save_LIBS
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12890 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12891 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12897 $as_echo "no" >&6; }
12898 ac_glib2_broken
=yes
12899 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12901 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12905 CPPFLAGS
=$ac_save_CPPFLAGS
12906 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12907 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12910 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 :
12911 case "x$with_gstreamer" in
12912 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
12914 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
12915 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12919 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12923 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12926 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12927 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12928 $as_echo_n "(cached) " >&6
12930 ac_check_lib_save_LIBS
=$LIBS
12931 LIBS
="-lasound $LIBS"
12932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12933 /* end confdefs.h. */
12935 /* Override any GCC internal prototype to avoid an error.
12936 Use char because int might match the return type of a GCC
12937 builtin and then its argument prototype would still apply. */
12941 char snd_pcm_hw_params_get_access_mask ();
12945 return snd_pcm_hw_params_get_access_mask ();
12950 if ac_fn_c_try_link
"$LINENO"; then :
12951 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12953 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12955 rm -f core conftest.err conftest.
$ac_objext \
12956 conftest
$ac_exeext conftest.
$ac_ext
12957 LIBS
=$ac_check_lib_save_LIBS
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12960 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12961 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12963 /* end confdefs.h. */
12964 #ifdef HAVE_ALSA_ASOUNDLIB_H
12965 #include <alsa/asoundlib.h>
12966 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12967 #include <sys/asoundlib.h>
12972 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12977 if ac_fn_c_try_compile
"$LINENO"; then :
12978 ALSA_LIBS
="-lasound"
12980 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12984 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12986 if test "x$with_oss" != xno
12988 ac_save_CPPFLAGS
="$CPPFLAGS"
12989 if test -f /etc
/oss.conf
12993 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12994 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12995 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12996 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12997 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12999 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13001 cat >>confdefs.h
<<_ACEOF
13002 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13005 OSS4_CFLAGS
="$ac_oss_incl"
13012 CPPFLAGS
="$ac_save_CPPFLAGS"
13014 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13015 case "x$with_oss" in
13016 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13018 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13019 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13021 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13024 if test "x$with_udev" != "xno"
13026 if ${UDEV_CFLAGS:+false} :; then :
13027 if ${PKG_CONFIG+:} false
; then :
13028 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13032 if ${UDEV_LIBS:+false} :; then :
13033 if ${PKG_CONFIG+:} false
; then :
13034 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13038 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13039 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13040 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13041 ac_save_CPPFLAGS
=$CPPFLAGS
13042 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13043 for ac_header
in libudev.h
13045 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13046 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13047 cat >>confdefs.h
<<_ACEOF
13048 #define HAVE_LIBUDEV_H 1
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13051 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13052 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13053 $as_echo_n "(cached) " >&6
13055 ac_check_lib_save_LIBS
=$LIBS
13056 LIBS
="-ludev $UDEV_LIBS $LIBS"
13057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13058 /* end confdefs.h. */
13060 /* Override any GCC internal prototype to avoid an error.
13061 Use char because int might match the return type of a GCC
13062 builtin and then its argument prototype would still apply. */
13070 return udev_new ();
13075 if ac_fn_c_try_link
"$LINENO"; then :
13076 ac_cv_lib_udev_udev_new
=yes
13078 ac_cv_lib_udev_udev_new
=no
13080 rm -f core conftest.err conftest.
$ac_objext \
13081 conftest
$ac_exeext conftest.
$ac_ext
13082 LIBS
=$ac_check_lib_save_LIBS
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13085 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13086 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13088 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13100 CPPFLAGS
=$ac_save_CPPFLAGS
13101 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13102 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13105 if test "x$UDEV_LIBS" = "x"; then :
13106 case "x$with_udev" in
13107 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13109 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13110 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13115 if test "x$with_sdl" != "xno"
13117 if ${SDL2_CFLAGS:+false} :; then :
13118 if ${PKG_CONFIG+:} false
; then :
13119 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
13123 if ${SDL2_LIBS:+false} :; then :
13124 if ${PKG_CONFIG+:} false
; then :
13125 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
13129 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
13130 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
13131 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
13132 ac_save_CPPFLAGS
=$CPPFLAGS
13133 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
13134 for ac_header
in SDL
2/SDL.h
13136 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
13137 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
13138 cat >>confdefs.h
<<_ACEOF
13139 #define HAVE_SDL2_SDL_H 1
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
13142 $as_echo_n "checking for -lSDL2... " >&6; }
13143 if ${ac_cv_lib_soname_SDL2+:} false
; then :
13144 $as_echo_n "(cached) " >&6
13146 ac_check_soname_save_LIBS
=$LIBS
13147 LIBS
="-lSDL2 $LIBS"
13148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13149 /* end confdefs.h. */
13151 /* Override any GCC internal prototype to avoid an error.
13152 Use char because int might match the return type of a GCC
13153 builtin and then its argument prototype would still apply. */
13161 return SDL_Init ();
13166 if ac_fn_c_try_link
"$LINENO"; then :
13168 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13169 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'` ;;
13170 *) 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'`
13171 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13172 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13176 rm -f core conftest.err conftest.
$ac_objext \
13177 conftest
$ac_exeext conftest.
$ac_ext
13178 LIBS
=$ac_check_soname_save_LIBS
13180 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13182 $as_echo "not found" >&6; }
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
13186 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
13188 cat >>confdefs.h
<<_ACEOF
13189 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
13198 CPPFLAGS
=$ac_save_CPPFLAGS
13199 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13200 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13203 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
13204 case "x$with_sdl" in
13205 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
13207 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
13208 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
13213 if test "x$with_capi" != "xno"
13215 if ${CAPI20_CFLAGS:+false} :; then :
13216 if ${PKG_CONFIG+:} false
; then :
13217 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13221 if ${CAPI20_LIBS:+false} :; then :
13222 if ${PKG_CONFIG+:} false
; then :
13223 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13228 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13229 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13230 ac_save_CPPFLAGS
=$CPPFLAGS
13231 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13232 for ac_header
in capi20.h linux
/capi.h
13234 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13235 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13237 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13238 cat >>confdefs.h
<<_ACEOF
13239 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13246 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13249 $as_echo_n "checking for -lcapi20... " >&6; }
13250 if ${ac_cv_lib_soname_capi20+:} false
; then :
13251 $as_echo_n "(cached) " >&6
13253 ac_check_soname_save_LIBS
=$LIBS
13254 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13256 /* end confdefs.h. */
13258 /* Override any GCC internal prototype to avoid an error.
13259 Use char because int might match the return type of a GCC
13260 builtin and then its argument prototype would still apply. */
13264 char capi20_register ();
13268 return capi20_register ();
13273 if ac_fn_c_try_link
"$LINENO"; then :
13275 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13276 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'` ;;
13277 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13278 if ${ac_cv_lib_soname_capi20:+false} :; then :
13279 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13283 rm -f core conftest.err conftest.
$ac_objext \
13284 conftest
$ac_exeext conftest.
$ac_ext
13285 LIBS
=$ac_check_soname_save_LIBS
13287 if ${ac_cv_lib_soname_capi20:+false} :; then :
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13289 $as_echo "not found" >&6; }
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13293 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13295 cat >>confdefs.h
<<_ACEOF
13296 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13302 CPPFLAGS
=$ac_save_CPPFLAGS
13303 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13304 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13307 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13308 case "x$with_capi" in
13309 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13311 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13312 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13317 if test "x$with_cups" != "xno"
13319 if ${CUPS_CFLAGS:+false} :; then :
13320 if ${PKG_CONFIG+:} false
; then :
13321 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13324 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13325 if ${CUPS_LIBS:+false} :; then :
13326 if ${PKG_CONFIG+:} false
; then :
13327 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13330 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13331 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13332 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13333 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13334 ac_save_CPPFLAGS
=$CPPFLAGS
13335 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13336 for ac_header
in cups
/cups.h cups
/ppd.h
13338 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13339 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13340 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13341 cat >>confdefs.h
<<_ACEOF
13342 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13349 if test "$ac_cv_header_cups_cups_h" = "yes"
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13352 $as_echo_n "checking for -lcups... " >&6; }
13353 if ${ac_cv_lib_soname_cups+:} false
; then :
13354 $as_echo_n "(cached) " >&6
13356 ac_check_soname_save_LIBS
=$LIBS
13357 LIBS
="-lcups $CUPS_LIBS $LIBS"
13358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13359 /* end confdefs.h. */
13361 /* Override any GCC internal prototype to avoid an error.
13362 Use char because int might match the return type of a GCC
13363 builtin and then its argument prototype would still apply. */
13367 char cupsGetDefault ();
13371 return cupsGetDefault ();
13376 if ac_fn_c_try_link
"$LINENO"; then :
13378 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13379 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'` ;;
13380 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13381 if ${ac_cv_lib_soname_cups:+false} :; then :
13382 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13386 rm -f core conftest.err conftest.
$ac_objext \
13387 conftest
$ac_exeext conftest.
$ac_ext
13388 LIBS
=$ac_check_soname_save_LIBS
13390 if ${ac_cv_lib_soname_cups:+false} :; then :
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13392 $as_echo "not found" >&6; }
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13396 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13398 cat >>confdefs.h
<<_ACEOF
13399 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13408 CPPFLAGS
=$ac_save_CPPFLAGS
13409 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13410 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13413 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13414 case "x$with_cups" in
13415 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13417 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13418 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13423 if test "x$with_fontconfig" != "xno"
13425 if ${FONTCONFIG_CFLAGS:+false} :; then :
13426 if ${PKG_CONFIG+:} false
; then :
13427 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13430 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13431 if ${FONTCONFIG_LIBS:+false} :; then :
13432 if ${PKG_CONFIG+:} false
; then :
13433 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13436 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13438 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13439 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13440 ac_save_CPPFLAGS
=$CPPFLAGS
13441 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13442 for ac_header
in fontconfig
/fontconfig.h
13444 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13445 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13446 cat >>confdefs.h
<<_ACEOF
13447 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13454 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13457 $as_echo_n "checking for -lfontconfig... " >&6; }
13458 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13459 $as_echo_n "(cached) " >&6
13461 ac_check_soname_save_LIBS
=$LIBS
13462 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13464 /* end confdefs.h. */
13466 /* Override any GCC internal prototype to avoid an error.
13467 Use char because int might match the return type of a GCC
13468 builtin and then its argument prototype would still apply. */
13481 if ac_fn_c_try_link
"$LINENO"; then :
13483 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13484 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'` ;;
13485 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13486 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13487 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13491 rm -f core conftest.err conftest.
$ac_objext \
13492 conftest
$ac_exeext conftest.
$ac_ext
13493 LIBS
=$ac_check_soname_save_LIBS
13495 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13497 $as_echo "not found" >&6; }
13498 FONTCONFIG_CFLAGS
=""
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13501 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13503 cat >>confdefs.h
<<_ACEOF
13504 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13510 FONTCONFIG_CFLAGS
=""
13512 CPPFLAGS
=$ac_save_CPPFLAGS
13513 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13514 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13517 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13518 case "x$with_fontconfig" in
13519 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13521 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13522 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13527 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13530 $as_echo_n "checking for -lgsm... " >&6; }
13531 if ${ac_cv_lib_soname_gsm+:} false
; then :
13532 $as_echo_n "(cached) " >&6
13534 ac_check_soname_save_LIBS
=$LIBS
13536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13537 /* end confdefs.h. */
13539 /* Override any GCC internal prototype to avoid an error.
13540 Use char because int might match the return type of a GCC
13541 builtin and then its argument prototype would still apply. */
13545 char gsm_create ();
13549 return gsm_create ();
13554 if ac_fn_c_try_link
"$LINENO"; then :
13556 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13557 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'` ;;
13558 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13559 if ${ac_cv_lib_soname_gsm:+false} :; then :
13560 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13564 rm -f core conftest.err conftest.
$ac_objext \
13565 conftest
$ac_exeext conftest.
$ac_ext
13566 LIBS
=$ac_check_soname_save_LIBS
13568 if ${ac_cv_lib_soname_gsm:+false} :; then :
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13570 $as_echo "not found" >&6; }
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13574 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13576 cat >>confdefs.h
<<_ACEOF
13577 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13583 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13584 case "x$with_gsm" in
13585 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13587 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13588 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13593 if test "x$with_krb5" != "xno"
13595 if ${KRB5_CFLAGS:+false} :; then :
13596 if ${PKG_CONFIG+:} false
; then :
13597 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13600 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13601 if ${KRB5_LIBS:+false} :; then :
13602 if ${PKG_CONFIG+:} false
; then :
13603 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13606 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13608 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13609 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13610 ac_save_CPPFLAGS
=$CPPFLAGS
13611 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13612 for ac_header
in krb
5/krb5.h
13614 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13615 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13616 cat >>confdefs.h
<<_ACEOF
13617 #define HAVE_KRB5_KRB5_H 1
13624 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13627 $as_echo_n "checking for -lkrb5... " >&6; }
13628 if ${ac_cv_lib_soname_krb5+:} false
; then :
13629 $as_echo_n "(cached) " >&6
13631 ac_check_soname_save_LIBS
=$LIBS
13632 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13634 /* end confdefs.h. */
13636 /* Override any GCC internal prototype to avoid an error.
13637 Use char because int might match the return type of a GCC
13638 builtin and then its argument prototype would still apply. */
13642 char krb5_init_context ();
13646 return krb5_init_context ();
13651 if ac_fn_c_try_link
"$LINENO"; then :
13653 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13654 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'` ;;
13655 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13656 if ${ac_cv_lib_soname_krb5:+false} :; then :
13657 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13661 rm -f core conftest.err conftest.
$ac_objext \
13662 conftest
$ac_exeext conftest.
$ac_ext
13663 LIBS
=$ac_check_soname_save_LIBS
13665 if ${ac_cv_lib_soname_krb5:+false} :; then :
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13667 $as_echo "not found" >&6; }
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13671 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13673 cat >>confdefs.h
<<_ACEOF
13674 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13682 CPPFLAGS
=$ac_save_CPPFLAGS
13683 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13684 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13687 with_gssapi
=${with_gssapi:-no}
13689 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13690 case "x$with_krb5" in
13691 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found, Kerberos won't be supported." ;;
13693 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.
13694 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13699 if test "x$with_gssapi" != "xno"
13701 if ${GSSAPI_CFLAGS:+false} :; then :
13702 if ${PKG_CONFIG+:} false
; then :
13703 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13706 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13707 if ${GSSAPI_LIBS:+false} :; then :
13708 if ${PKG_CONFIG+:} false
; then :
13709 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13712 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13714 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13715 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13716 ac_save_CPPFLAGS
=$CPPFLAGS
13717 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13718 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13720 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13721 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13722 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13723 cat >>confdefs.h
<<_ACEOF
13724 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13731 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13734 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13735 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13736 $as_echo_n "(cached) " >&6
13738 ac_check_soname_save_LIBS
=$LIBS
13739 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13741 /* end confdefs.h. */
13743 /* Override any GCC internal prototype to avoid an error.
13744 Use char because int might match the return type of a GCC
13745 builtin and then its argument prototype would still apply. */
13749 char gss_init_sec_context ();
13753 return gss_init_sec_context ();
13758 if ac_fn_c_try_link
"$LINENO"; then :
13760 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13761 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'` ;;
13762 *) 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'`
13763 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13764 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13768 rm -f core conftest.err conftest.
$ac_objext \
13769 conftest
$ac_exeext conftest.
$ac_ext
13770 LIBS
=$ac_check_soname_save_LIBS
13772 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13774 $as_echo "not found" >&6; }
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13778 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13780 cat >>confdefs.h
<<_ACEOF
13781 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13789 CPPFLAGS
=$ac_save_CPPFLAGS
13790 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13791 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13794 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13795 case "x$with_gssapi" in
13796 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13798 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13799 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13804 if test "x$with_jpeg" != "xno"
13806 if ${JPEG_CFLAGS:+false} :; then :
13807 if ${PKG_CONFIG+:} false
; then :
13808 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13812 if ${JPEG_LIBS:+false} :; then :
13813 if ${PKG_CONFIG+:} false
; then :
13814 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13819 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13820 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13821 ac_save_CPPFLAGS
=$CPPFLAGS
13822 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13823 for ac_header
in jpeglib.h
13825 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13826 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13827 cat >>confdefs.h
<<_ACEOF
13828 #define HAVE_JPEGLIB_H 1
13835 if test "$ac_cv_header_jpeglib_h" = "yes"
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13838 $as_echo_n "checking for -ljpeg... " >&6; }
13839 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13840 $as_echo_n "(cached) " >&6
13842 ac_check_soname_save_LIBS
=$LIBS
13843 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13845 /* end confdefs.h. */
13847 /* Override any GCC internal prototype to avoid an error.
13848 Use char because int might match the return type of a GCC
13849 builtin and then its argument prototype would still apply. */
13853 char jpeg_start_decompress ();
13857 return jpeg_start_decompress ();
13862 if ac_fn_c_try_link
"$LINENO"; then :
13864 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13865 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'` ;;
13866 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13867 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13868 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13872 rm -f core conftest.err conftest.
$ac_objext \
13873 conftest
$ac_exeext conftest.
$ac_ext
13874 LIBS
=$ac_check_soname_save_LIBS
13876 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13878 $as_echo "not found" >&6; }
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13882 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13884 cat >>confdefs.h
<<_ACEOF
13885 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13893 CPPFLAGS
=$ac_save_CPPFLAGS
13894 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13895 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13898 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13899 case "x$with_jpeg" in
13900 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13902 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13903 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13908 if test "x$with_png" != "xno"
13910 if ${PNG_CFLAGS:+false} :; then :
13911 if ${PKG_CONFIG+:} false
; then :
13912 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13915 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13916 if ${PNG_LIBS:+false} :; then :
13917 if ${PKG_CONFIG+:} false
; then :
13918 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13921 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13923 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13924 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13925 ac_save_CPPFLAGS
=$CPPFLAGS
13926 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13927 for ac_header
in png.h
13929 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13930 if test "x$ac_cv_header_png_h" = xyes
; then :
13931 cat >>confdefs.h
<<_ACEOF
13932 #define HAVE_PNG_H 1
13939 if test "$ac_cv_header_png_h" = "yes"
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13942 $as_echo_n "checking for -lpng... " >&6; }
13943 if ${ac_cv_lib_soname_png+:} false
; then :
13944 $as_echo_n "(cached) " >&6
13946 ac_check_soname_save_LIBS
=$LIBS
13947 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13949 /* end confdefs.h. */
13951 /* Override any GCC internal prototype to avoid an error.
13952 Use char because int might match the return type of a GCC
13953 builtin and then its argument prototype would still apply. */
13957 char png_create_read_struct ();
13961 return png_create_read_struct ();
13966 if ac_fn_c_try_link
"$LINENO"; then :
13968 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13969 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'` ;;
13970 *) 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'`
13971 if ${ac_cv_lib_soname_png:+false} :; then :
13972 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13976 rm -f core conftest.err conftest.
$ac_objext \
13977 conftest
$ac_exeext conftest.
$ac_ext
13978 LIBS
=$ac_check_soname_save_LIBS
13980 if ${ac_cv_lib_soname_png:+false} :; then :
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13982 $as_echo "not found" >&6; }
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13986 $as_echo "$ac_cv_lib_soname_png" >&6; }
13988 cat >>confdefs.h
<<_ACEOF
13989 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13997 CPPFLAGS
=$ac_save_CPPFLAGS
13998 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13999 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14002 if test "x$ac_cv_lib_soname_png" = "x"; then :
14003 case "x$with_png" in
14004 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14006 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14007 This is an error since --with-png was requested." "$LINENO" 5 ;;
14012 if test "x$with_tiff" != "xno"
14014 if ${TIFF_CFLAGS:+false} :; then :
14015 if ${PKG_CONFIG+:} false
; then :
14016 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14020 if ${TIFF_LIBS:+false} :; then :
14021 if ${PKG_CONFIG+:} false
; then :
14022 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14027 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14028 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14029 ac_save_CPPFLAGS
=$CPPFLAGS
14030 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14031 for ac_header
in tiffio.h
14033 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14034 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14035 cat >>confdefs.h
<<_ACEOF
14036 #define HAVE_TIFFIO_H 1
14043 if test "$ac_cv_header_tiffio_h" = "yes"
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14046 $as_echo_n "checking for -ltiff... " >&6; }
14047 if ${ac_cv_lib_soname_tiff+:} false
; then :
14048 $as_echo_n "(cached) " >&6
14050 ac_check_soname_save_LIBS
=$LIBS
14051 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14053 /* end confdefs.h. */
14055 /* Override any GCC internal prototype to avoid an error.
14056 Use char because int might match the return type of a GCC
14057 builtin and then its argument prototype would still apply. */
14061 char TIFFClientOpen ();
14065 return TIFFClientOpen ();
14070 if ac_fn_c_try_link
"$LINENO"; then :
14072 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14073 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'` ;;
14074 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14075 if ${ac_cv_lib_soname_tiff:+false} :; then :
14076 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14080 rm -f core conftest.err conftest.
$ac_objext \
14081 conftest
$ac_exeext conftest.
$ac_ext
14082 LIBS
=$ac_check_soname_save_LIBS
14084 if ${ac_cv_lib_soname_tiff:+false} :; then :
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14086 $as_echo "not found" >&6; }
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14090 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14092 cat >>confdefs.h
<<_ACEOF
14093 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14099 CPPFLAGS
=$ac_save_CPPFLAGS
14100 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14101 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14104 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14105 case "x$with_tiff" in
14106 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14108 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14109 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14114 if test "x$with_mpg123" != "xno"
14116 if ${MPG123_CFLAGS:+false} :; then :
14117 if ${PKG_CONFIG+:} false
; then :
14118 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14122 if ${MPG123_LIBS:+false} :; then :
14123 if ${PKG_CONFIG+:} false
; then :
14124 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14128 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14129 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14130 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14131 ac_save_CPPFLAGS
=$CPPFLAGS
14132 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14133 for ac_header
in mpg123.h
14135 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14136 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14137 cat >>confdefs.h
<<_ACEOF
14138 #define HAVE_MPG123_H 1
14145 if test "$ac_cv_header_mpg123_h" = "yes"
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14148 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14149 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14150 $as_echo_n "(cached) " >&6
14152 ac_check_lib_save_LIBS
=$LIBS
14153 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14155 /* end confdefs.h. */
14157 /* Override any GCC internal prototype to avoid an error.
14158 Use char because int might match the return type of a GCC
14159 builtin and then its argument prototype would still apply. */
14163 char mpg123_feed ();
14167 return mpg123_feed ();
14172 if ac_fn_c_try_link
"$LINENO"; then :
14173 ac_cv_lib_mpg123_mpg123_feed
=yes
14175 ac_cv_lib_mpg123_mpg123_feed
=no
14177 rm -f core conftest.err conftest.
$ac_objext \
14178 conftest
$ac_exeext conftest.
$ac_ext
14179 LIBS
=$ac_check_lib_save_LIBS
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14182 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14183 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14193 CPPFLAGS
=$ac_save_CPPFLAGS
14194 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14195 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14198 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14199 case "x$with_mpg123" in
14200 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14202 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14203 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14205 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14208 if test "$ac_cv_header_AL_al_h" = "yes"
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14211 $as_echo_n "checking for -lopenal... " >&6; }
14212 if ${ac_cv_lib_soname_openal+:} false
; then :
14213 $as_echo_n "(cached) " >&6
14215 ac_check_soname_save_LIBS
=$LIBS
14216 LIBS
="-lopenal $LIBS"
14217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14218 /* end confdefs.h. */
14220 /* Override any GCC internal prototype to avoid an error.
14221 Use char because int might match the return type of a GCC
14222 builtin and then its argument prototype would still apply. */
14226 char alGetSource3i ();
14230 return alGetSource3i ();
14235 if ac_fn_c_try_link
"$LINENO"; then :
14237 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14238 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'` ;;
14239 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14240 if ${ac_cv_lib_soname_openal:+false} :; then :
14241 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14245 rm -f core conftest.err conftest.
$ac_objext \
14246 conftest
$ac_exeext conftest.
$ac_ext
14247 LIBS
=$ac_check_soname_save_LIBS
14249 if ${ac_cv_lib_soname_openal:+false} :; then :
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14251 $as_echo "not found" >&6; }
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14255 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14257 cat >>confdefs.h
<<_ACEOF
14258 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14261 OPENAL_LIBS
="-lopenal"
14263 ac_cv_lib_openal
=yes
14265 cat >>confdefs.h
<<_ACEOF
14266 #define HAVE_OPENAL 1
14271 if test "x$ac_cv_lib_openal" != xyes
; then :
14272 case "x$with_openal" in
14273 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14275 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14276 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14278 enable_openal32
=${enable_openal32:-no}
14281 if test "x$ac_cv_lib_openal" = xyes
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14284 $as_echo_n "checking for openal-soft... " >&6; }
14285 if ${ac_cv_have_openalsoft+:} false
; then :
14286 $as_echo_n "(cached) " >&6
14288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14289 /* end confdefs.h. */
14291 #include <AL/alc.h>
14292 #include <AL/alext.h>
14293 LPALCRENDERSAMPLESSOFT x;
14302 if ac_fn_c_try_compile
"$LINENO"; then :
14303 ac_cv_have_openalsoft
=yes
14305 ac_cv_have_openalsoft
=no
14307 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14310 $as_echo "$ac_cv_have_openalsoft" >&6; }
14312 if test "x$ac_cv_have_openalsoft" != xyes
14314 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14315 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14316 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14317 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14318 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14319 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14320 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14321 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14322 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14323 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14324 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14325 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14326 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14327 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14328 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14329 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14330 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14331 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14332 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14333 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14334 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14335 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14336 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14337 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14340 if test "$ac_cv_header_kstat_h" = "yes"
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14343 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14344 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14345 $as_echo_n "(cached) " >&6
14347 ac_check_lib_save_LIBS
=$LIBS
14348 LIBS
="-lkstat $LIBS"
14349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14350 /* end confdefs.h. */
14352 /* Override any GCC internal prototype to avoid an error.
14353 Use char because int might match the return type of a GCC
14354 builtin and then its argument prototype would still apply. */
14358 char kstat_open ();
14362 return kstat_open ();
14367 if ac_fn_c_try_link
"$LINENO"; then :
14368 ac_cv_lib_kstat_kstat_open
=yes
14370 ac_cv_lib_kstat_kstat_open
=no
14372 rm -f core conftest.err conftest.
$ac_objext \
14373 conftest
$ac_exeext conftest.
$ac_ext
14374 LIBS
=$ac_check_lib_save_LIBS
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14377 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14378 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14380 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14382 KSTAT_LIBS
="-lkstat"
14388 if test "$ac_cv_header_libprocstat_h" = "yes"
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14391 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14392 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14393 $as_echo_n "(cached) " >&6
14395 ac_check_lib_save_LIBS
=$LIBS
14396 LIBS
="-lprocstat $LIBS"
14397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14398 /* end confdefs.h. */
14400 /* Override any GCC internal prototype to avoid an error.
14401 Use char because int might match the return type of a GCC
14402 builtin and then its argument prototype would still apply. */
14406 char procstat_open_sysctl ();
14410 return procstat_open_sysctl ();
14415 if ac_fn_c_try_link
"$LINENO"; then :
14416 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14418 ac_cv_lib_procstat_procstat_open_sysctl
=no
14420 rm -f core conftest.err conftest.
$ac_objext \
14421 conftest
$ac_exeext conftest.
$ac_ext
14422 LIBS
=$ac_check_lib_save_LIBS
14424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14425 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14426 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14428 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14430 PROCSTAT_LIBS
="-lprocstat"
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14437 $as_echo_n "checking for -lodbc... " >&6; }
14438 if ${ac_cv_lib_soname_odbc+:} false
; then :
14439 $as_echo_n "(cached) " >&6
14441 ac_check_soname_save_LIBS
=$LIBS
14442 LIBS
="-lodbc $LIBS"
14443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14446 /* Override any GCC internal prototype to avoid an error.
14447 Use char because int might match the return type of a GCC
14448 builtin and then its argument prototype would still apply. */
14452 char SQLConnect ();
14456 return SQLConnect ();
14461 if ac_fn_c_try_link
"$LINENO"; then :
14463 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14464 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'` ;;
14465 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14466 if ${ac_cv_lib_soname_odbc:+false} :; then :
14467 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14471 rm -f core conftest.err conftest.
$ac_objext \
14472 conftest
$ac_exeext conftest.
$ac_ext
14473 LIBS
=$ac_check_soname_save_LIBS
14475 if ${ac_cv_lib_soname_odbc:+false} :; then :
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14477 $as_echo "not found" >&6; }
14478 cat >>confdefs.h
<<_ACEOF
14479 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14484 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14486 cat >>confdefs.h
<<_ACEOF
14487 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14493 if test "x$with_netapi" != "xno"
14495 if ${NETAPI_CFLAGS:+false} :; then :
14496 if ${PKG_CONFIG+:} false
; then :
14497 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14501 if ${NETAPI_LIBS:+false} :; then :
14502 if ${PKG_CONFIG+:} false
; then :
14503 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14508 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14509 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14510 ac_save_CPPFLAGS
=$CPPFLAGS
14511 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14513 $as_echo_n "checking for -lnetapi... " >&6; }
14514 if ${ac_cv_lib_soname_netapi+:} false
; then :
14515 $as_echo_n "(cached) " >&6
14517 ac_check_soname_save_LIBS
=$LIBS
14518 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14520 /* end confdefs.h. */
14522 /* Override any GCC internal prototype to avoid an error.
14523 Use char because int might match the return type of a GCC
14524 builtin and then its argument prototype would still apply. */
14528 char libnetapi_init ();
14532 return libnetapi_init ();
14537 if ac_fn_c_try_link
"$LINENO"; then :
14539 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14540 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'` ;;
14541 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14542 if ${ac_cv_lib_soname_netapi:+false} :; then :
14543 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14547 rm -f core conftest.err conftest.
$ac_objext \
14548 conftest
$ac_exeext conftest.
$ac_ext
14549 LIBS
=$ac_check_soname_save_LIBS
14551 if ${ac_cv_lib_soname_netapi:+false} :; then :
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14553 $as_echo "not found" >&6; }
14554 cat >>confdefs.h
<<_ACEOF
14555 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14560 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14562 cat >>confdefs.h
<<_ACEOF
14563 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14568 CPPFLAGS
=$ac_save_CPPFLAGS
14569 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14570 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14574 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14575 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14577 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14580 if test "x$with_vulkan" != "xno"
14582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
14583 $as_echo_n "checking for -lvulkan... " >&6; }
14584 if ${ac_cv_lib_soname_vulkan+:} false
; then :
14585 $as_echo_n "(cached) " >&6
14587 ac_check_soname_save_LIBS
=$LIBS
14588 LIBS
="-lvulkan $LIBS"
14589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14590 /* end confdefs.h. */
14592 /* Override any GCC internal prototype to avoid an error.
14593 Use char because int might match the return type of a GCC
14594 builtin and then its argument prototype would still apply. */
14598 char vkGetInstanceProcAddr ();
14602 return vkGetInstanceProcAddr ();
14607 if ac_fn_c_try_link
"$LINENO"; then :
14609 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14610 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'` ;;
14611 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14612 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14613 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14617 rm -f core conftest.err conftest.
$ac_objext \
14618 conftest
$ac_exeext conftest.
$ac_ext
14619 LIBS
=$ac_check_soname_save_LIBS
14621 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14623 $as_echo "not found" >&6; }
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
14627 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
14629 cat >>confdefs.h
<<_ACEOF
14630 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
14636 if test "x$ac_cv_lib_soname_vulkan" = "x"; then :
14637 case "x$with_vulkan" in
14638 x
) as_fn_append wine_notices
"|libvulkan ${notice_platform}development files not found, Vulkan won't be supported." ;;
14640 *) as_fn_error $?
"libvulkan ${notice_platform}development files not found, Vulkan won't be supported.
14641 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
14649 if test "x${GCC}" = "xyes"
14651 EXTRACFLAGS
="-Wall -pipe"
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14654 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14655 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14656 $as_echo_n "(cached) " >&6
14658 if test "$cross_compiling" = yes; then :
14659 ac_cv_c_gcc_strength_bug
="no"
14661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14663 int L[4] = {0,1,2,3};
14667 static int Array[3];
14668 unsigned int B = 3;
14670 for(i=0; i<B; i++) Array[i] = i - 3;
14671 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14673 return (Array[1] != -2 || L[2] != 3)
14678 if ac_fn_c_try_run
"$LINENO"; then :
14679 ac_cv_c_gcc_strength_bug
="no"
14681 ac_cv_c_gcc_strength_bug
="yes"
14683 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14684 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14689 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14690 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14692 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14696 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14697 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14698 $as_echo_n "(cached) " >&6
14700 ac_wine_try_cflags_saved
=$CFLAGS
14701 CFLAGS
="$CFLAGS -fno-builtin"
14702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14703 /* end confdefs.h. */
14704 int main(int argc, char **argv) { return 0; }
14706 if ac_fn_c_try_link
"$LINENO"; then :
14707 ac_cv_cflags__fno_builtin
=yes
14709 ac_cv_cflags__fno_builtin
=no
14711 rm -f core conftest.err conftest.
$ac_objext \
14712 conftest
$ac_exeext conftest.
$ac_ext
14713 CFLAGS
=$ac_wine_try_cflags_saved
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14716 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14717 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14718 BUILTINFLAG
="-fno-builtin"
14721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14722 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14723 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14724 $as_echo_n "(cached) " >&6
14726 ac_wine_try_cflags_saved
=$CFLAGS
14727 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14729 /* end confdefs.h. */
14730 int main(int argc, char **argv) { return 0; }
14732 if ac_fn_c_try_link
"$LINENO"; then :
14733 ac_cv_cflags__fno_strict_aliasing
=yes
14735 ac_cv_cflags__fno_strict_aliasing
=no
14737 rm -f core conftest.err conftest.
$ac_objext \
14738 conftest
$ac_exeext conftest.
$ac_ext
14739 CFLAGS
=$ac_wine_try_cflags_saved
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14742 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14743 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14744 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14747 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14748 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14749 $as_echo_n "(cached) " >&6
14751 ac_wine_try_cflags_saved
=$CFLAGS
14752 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14754 /* end confdefs.h. */
14755 int main(int argc, char **argv) { return 0; }
14757 if ac_fn_c_try_link
"$LINENO"; then :
14758 ac_cv_cflags__fexcess_precision_standard
=yes
14760 ac_cv_cflags__fexcess_precision_standard
=no
14762 rm -f core conftest.err conftest.
$ac_objext \
14763 conftest
$ac_exeext conftest.
$ac_ext
14764 CFLAGS
=$ac_wine_try_cflags_saved
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14767 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14768 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14769 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14772 saved_CFLAGS
=$CFLAGS
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14774 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14775 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14776 $as_echo_n "(cached) " >&6
14778 ac_wine_try_cflags_saved
=$CFLAGS
14779 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14781 /* end confdefs.h. */
14782 int main(int argc, char **argv) { return 0; }
14784 if ac_fn_c_try_link
"$LINENO"; then :
14785 ac_cv_cflags__Werror_unknown_warning_option
=yes
14787 ac_cv_cflags__Werror_unknown_warning_option
=no
14789 rm -f core conftest.err conftest.
$ac_objext \
14790 conftest
$ac_exeext conftest.
$ac_ext
14791 CFLAGS
=$ac_wine_try_cflags_saved
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14794 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14795 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14796 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14799 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14800 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14801 $as_echo_n "(cached) " >&6
14803 ac_wine_try_cflags_saved
=$CFLAGS
14804 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14806 /* end confdefs.h. */
14807 int main(int argc, char **argv) { return 0; }
14809 if ac_fn_c_try_link
"$LINENO"; then :
14810 ac_cv_cflags__Wdeclaration_after_statement
=yes
14812 ac_cv_cflags__Wdeclaration_after_statement
=no
14814 rm -f core conftest.err conftest.
$ac_objext \
14815 conftest
$ac_exeext conftest.
$ac_ext
14816 CFLAGS
=$ac_wine_try_cflags_saved
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14819 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14820 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14821 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14824 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14825 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14826 $as_echo_n "(cached) " >&6
14828 ac_wine_try_cflags_saved
=$CFLAGS
14829 CFLAGS
="$CFLAGS -Wempty-body"
14830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14831 /* end confdefs.h. */
14832 int main(int argc, char **argv) { return 0; }
14834 if ac_fn_c_try_link
"$LINENO"; then :
14835 ac_cv_cflags__Wempty_body
=yes
14837 ac_cv_cflags__Wempty_body
=no
14839 rm -f core conftest.err conftest.
$ac_objext \
14840 conftest
$ac_exeext conftest.
$ac_ext
14841 CFLAGS
=$ac_wine_try_cflags_saved
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14844 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14845 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14846 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14849 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14850 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14851 $as_echo_n "(cached) " >&6
14853 ac_wine_try_cflags_saved
=$CFLAGS
14854 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14856 /* end confdefs.h. */
14857 int main(int argc, char **argv) { return 0; }
14859 if ac_fn_c_try_link
"$LINENO"; then :
14860 ac_cv_cflags__Wignored_qualifiers
=yes
14862 ac_cv_cflags__Wignored_qualifiers
=no
14864 rm -f core conftest.err conftest.
$ac_objext \
14865 conftest
$ac_exeext conftest.
$ac_ext
14866 CFLAGS
=$ac_wine_try_cflags_saved
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14869 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14870 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14871 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
14874 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
14875 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
14876 $as_echo_n "(cached) " >&6
14878 ac_wine_try_cflags_saved
=$CFLAGS
14879 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
14880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14881 /* end confdefs.h. */
14882 int main(int argc, char **argv) { return 0; }
14884 if ac_fn_c_try_link
"$LINENO"; then :
14885 ac_cv_cflags__Wpacked_not_aligned
=yes
14887 ac_cv_cflags__Wpacked_not_aligned
=no
14889 rm -f core conftest.err conftest.
$ac_objext \
14890 conftest
$ac_exeext conftest.
$ac_ext
14891 CFLAGS
=$ac_wine_try_cflags_saved
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
14894 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
14895 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
14896 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
14898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
14899 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
14900 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
14901 $as_echo_n "(cached) " >&6
14903 ac_wine_try_cflags_saved
=$CFLAGS
14904 CFLAGS
="$CFLAGS -Wpragma-pack"
14905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14906 /* end confdefs.h. */
14907 int main(int argc, char **argv) { return 0; }
14909 if ac_fn_c_try_link
"$LINENO"; then :
14910 ac_cv_cflags__Wpragma_pack
=yes
14912 ac_cv_cflags__Wpragma_pack
=no
14914 rm -f core conftest.err conftest.
$ac_objext \
14915 conftest
$ac_exeext conftest.
$ac_ext
14916 CFLAGS
=$ac_wine_try_cflags_saved
14918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
14919 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
14920 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
14921 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14924 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14925 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14926 $as_echo_n "(cached) " >&6
14928 ac_wine_try_cflags_saved
=$CFLAGS
14929 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14932 int main(int argc, char **argv) { return 0; }
14934 if ac_fn_c_try_link
"$LINENO"; then :
14935 ac_cv_cflags__Wshift_overflow_2
=yes
14937 ac_cv_cflags__Wshift_overflow_2
=no
14939 rm -f core conftest.err conftest.
$ac_objext \
14940 conftest
$ac_exeext conftest.
$ac_ext
14941 CFLAGS
=$ac_wine_try_cflags_saved
14943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14944 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14945 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14946 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14949 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14950 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14951 $as_echo_n "(cached) " >&6
14953 ac_wine_try_cflags_saved
=$CFLAGS
14954 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14956 /* end confdefs.h. */
14957 int main(int argc, char **argv) { return 0; }
14959 if ac_fn_c_try_link
"$LINENO"; then :
14960 ac_cv_cflags__Wstrict_prototypes
=yes
14962 ac_cv_cflags__Wstrict_prototypes
=no
14964 rm -f core conftest.err conftest.
$ac_objext \
14965 conftest
$ac_exeext conftest.
$ac_ext
14966 CFLAGS
=$ac_wine_try_cflags_saved
14968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14969 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14970 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14971 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14974 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14975 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14976 $as_echo_n "(cached) " >&6
14978 ac_wine_try_cflags_saved
=$CFLAGS
14979 CFLAGS
="$CFLAGS -Wtype-limits"
14980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14981 /* end confdefs.h. */
14982 int main(int argc, char **argv) { return 0; }
14984 if ac_fn_c_try_link
"$LINENO"; then :
14985 ac_cv_cflags__Wtype_limits
=yes
14987 ac_cv_cflags__Wtype_limits
=no
14989 rm -f core conftest.err conftest.
$ac_objext \
14990 conftest
$ac_exeext conftest.
$ac_ext
14991 CFLAGS
=$ac_wine_try_cflags_saved
14993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14994 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14995 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14996 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14999 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
15000 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
15001 $as_echo_n "(cached) " >&6
15003 ac_wine_try_cflags_saved
=$CFLAGS
15004 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
15005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15006 /* end confdefs.h. */
15007 int main(int argc, char **argv) { return 0; }
15009 if ac_fn_c_try_link
"$LINENO"; then :
15010 ac_cv_cflags__Wunused_but_set_parameter
=yes
15012 ac_cv_cflags__Wunused_but_set_parameter
=no
15014 rm -f core conftest.err conftest.
$ac_objext \
15015 conftest
$ac_exeext conftest.
$ac_ext
15016 CFLAGS
=$ac_wine_try_cflags_saved
15018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15019 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15020 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15021 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15024 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15025 if ${ac_cv_cflags__Wvla+:} false
; then :
15026 $as_echo_n "(cached) " >&6
15028 ac_wine_try_cflags_saved
=$CFLAGS
15029 CFLAGS
="$CFLAGS -Wvla"
15030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15031 /* end confdefs.h. */
15032 int main(int argc, char **argv) { return 0; }
15034 if ac_fn_c_try_link
"$LINENO"; then :
15035 ac_cv_cflags__Wvla
=yes
15037 ac_cv_cflags__Wvla
=no
15039 rm -f core conftest.err conftest.
$ac_objext \
15040 conftest
$ac_exeext conftest.
$ac_ext
15041 CFLAGS
=$ac_wine_try_cflags_saved
15043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15044 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15045 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15046 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15049 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15050 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15051 $as_echo_n "(cached) " >&6
15053 ac_wine_try_cflags_saved
=$CFLAGS
15054 CFLAGS
="$CFLAGS -Wwrite-strings"
15055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15056 /* end confdefs.h. */
15057 int main(int argc, char **argv) { return 0; }
15059 if ac_fn_c_try_link
"$LINENO"; then :
15060 ac_cv_cflags__Wwrite_strings
=yes
15062 ac_cv_cflags__Wwrite_strings
=no
15064 rm -f core conftest.err conftest.
$ac_objext \
15065 conftest
$ac_exeext conftest.
$ac_ext
15066 CFLAGS
=$ac_wine_try_cflags_saved
15068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15069 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15070 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15071 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15075 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15076 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15077 $as_echo_n "(cached) " >&6
15079 ac_wine_try_cflags_saved
=$CFLAGS
15080 CFLAGS
="$CFLAGS -Wpointer-arith"
15081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15082 /* end confdefs.h. */
15083 int main(int argc, char **argv) { return 0; }
15085 if ac_fn_c_try_link
"$LINENO"; then :
15086 ac_cv_cflags__Wpointer_arith
=yes
15088 ac_cv_cflags__Wpointer_arith
=no
15090 rm -f core conftest.err conftest.
$ac_objext \
15091 conftest
$ac_exeext conftest.
$ac_ext
15092 CFLAGS
=$ac_wine_try_cflags_saved
15094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15095 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15096 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15097 saved_string_h_CFLAGS
=$CFLAGS
15098 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15100 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15101 if ${ac_cv_c_string_h_warnings+:} false
; then :
15102 $as_echo_n "(cached) " >&6
15104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15105 /* end confdefs.h. */
15106 #include <string.h>
15115 if ac_fn_c_try_compile
"$LINENO"; then :
15116 ac_cv_c_string_h_warnings
=no
15118 ac_cv_c_string_h_warnings
=yes
15120 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15123 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15124 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15125 CFLAGS
=$saved_string_h_CFLAGS
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15129 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15130 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15131 $as_echo_n "(cached) " >&6
15133 ac_wine_try_cflags_saved
=$CFLAGS
15134 CFLAGS
="$CFLAGS -Wlogical-op"
15135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15136 /* end confdefs.h. */
15137 int main(int argc, char **argv) { return 0; }
15139 if ac_fn_c_try_link
"$LINENO"; then :
15140 ac_cv_cflags__Wlogical_op
=yes
15142 ac_cv_cflags__Wlogical_op
=no
15144 rm -f core conftest.err conftest.
$ac_objext \
15145 conftest
$ac_exeext conftest.
$ac_ext
15146 CFLAGS
=$ac_wine_try_cflags_saved
15148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15149 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15150 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15151 saved_string_h_CFLAGS
=$CFLAGS
15152 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15154 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15155 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15156 $as_echo_n "(cached) " >&6
15158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15159 /* end confdefs.h. */
15160 #include <string.h>
15161 char*f(const char *h,char n) {return strchr(h,n);}
15170 if ac_fn_c_try_compile
"$LINENO"; then :
15171 ac_cv_c_logicalop_noisy
=no
15173 ac_cv_c_logicalop_noisy
=yes
15175 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15178 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15179 CFLAGS
=$saved_string_h_CFLAGS
15180 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15183 CFLAGS
=$saved_CFLAGS
15185 for ac_flag
in $CFLAGS; do
15187 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15188 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15189 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15190 $as_echo_n "(cached) " >&6
15192 ac_wine_try_cflags_saved
=$CFLAGS
15193 CFLAGS
="$CFLAGS -gdwarf-2"
15194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15195 /* end confdefs.h. */
15196 int main(int argc, char **argv) { return 0; }
15198 if ac_fn_c_try_link
"$LINENO"; then :
15199 ac_cv_cflags__gdwarf_2
=yes
15201 ac_cv_cflags__gdwarf_2
=no
15203 rm -f core conftest.err conftest.
$ac_objext \
15204 conftest
$ac_exeext conftest.
$ac_ext
15205 CFLAGS
=$ac_wine_try_cflags_saved
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15208 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15209 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15210 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15213 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15214 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15215 $as_echo_n "(cached) " >&6
15217 ac_wine_try_cflags_saved
=$CFLAGS
15218 CFLAGS
="$CFLAGS -gstrict-dwarf"
15219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15220 /* end confdefs.h. */
15221 int main(int argc, char **argv) { return 0; }
15223 if ac_fn_c_try_link
"$LINENO"; then :
15224 ac_cv_cflags__gstrict_dwarf
=yes
15226 ac_cv_cflags__gstrict_dwarf
=no
15228 rm -f core conftest.err conftest.
$ac_objext \
15229 conftest
$ac_exeext conftest.
$ac_ext
15230 CFLAGS
=$ac_wine_try_cflags_saved
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15233 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15234 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15235 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15241 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15242 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15243 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15244 $as_echo_n "(cached) " >&6
15246 ac_wine_try_cflags_saved
=$CFLAGS
15247 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15249 /* end confdefs.h. */
15250 int main(int argc, char **argv) { return 0; }
15252 if ac_fn_c_try_link
"$LINENO"; then :
15253 ac_cv_cflags__fno_omit_frame_pointer
=yes
15255 ac_cv_cflags__fno_omit_frame_pointer
=no
15257 rm -f core conftest.err conftest.
$ac_objext \
15258 conftest
$ac_exeext conftest.
$ac_ext
15259 CFLAGS
=$ac_wine_try_cflags_saved
15261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15262 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15263 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15264 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15269 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15270 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15271 if ${ac_cv_cflags__Wno_format+:} false
; then :
15272 $as_echo_n "(cached) " >&6
15274 ac_wine_try_cflags_saved
=$CFLAGS
15275 CFLAGS
="$CFLAGS -Wno-format"
15276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15277 /* end confdefs.h. */
15278 int main(int argc, char **argv) { return 0; }
15280 if ac_fn_c_try_link
"$LINENO"; then :
15281 ac_cv_cflags__Wno_format
=yes
15283 ac_cv_cflags__Wno_format
=no
15285 rm -f core conftest.err conftest.
$ac_objext \
15286 conftest
$ac_exeext conftest.
$ac_ext
15287 CFLAGS
=$ac_wine_try_cflags_saved
15289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15290 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15291 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15292 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15296 if test "x$enable_maintainer_mode" = "xyes"
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15299 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15300 if ${ac_cv_cflags__Werror+:} false
; then :
15301 $as_echo_n "(cached) " >&6
15303 ac_wine_try_cflags_saved
=$CFLAGS
15304 CFLAGS
="$CFLAGS -Werror"
15305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15306 /* end confdefs.h. */
15307 int main(int argc, char **argv) { return 0; }
15309 if ac_fn_c_try_link
"$LINENO"; then :
15310 ac_cv_cflags__Werror
=yes
15312 ac_cv_cflags__Werror
=no
15314 rm -f core conftest.err conftest.
$ac_objext \
15315 conftest
$ac_exeext conftest.
$ac_ext
15316 CFLAGS
=$ac_wine_try_cflags_saved
15318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15319 $as_echo "$ac_cv_cflags__Werror" >&6; }
15320 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15321 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15325 saved_CFLAGS
="$CFLAGS"
15326 CFLAGS
="$CFLAGS -Werror"
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15328 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15329 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15330 $as_echo_n "(cached) " >&6
15332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15333 /* end confdefs.h. */
15334 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15343 if ac_fn_c_try_compile
"$LINENO"; then :
15344 ac_cv_have_ms_hook_prologue
="yes"
15346 ac_cv_have_ms_hook_prologue
="no"
15348 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15351 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15352 CFLAGS
="$saved_CFLAGS"
15353 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15356 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15359 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15366 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15367 if ${ac_cv_c_fortify_enabled+:} false
; then :
15368 $as_echo_n "(cached) " >&6
15370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15371 /* end confdefs.h. */
15372 #include <string.h>
15376 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15377 #error Fortify enabled
15383 if ac_fn_c_try_compile
"$LINENO"; then :
15384 ac_cv_c_fortify_enabled
=no
15386 ac_cv_c_fortify_enabled
=yes
15388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15391 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15392 if test "$ac_cv_c_fortify_enabled" = yes
15394 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15399 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15400 if ${ac_cv_c_extern_prefix+:} false
; then :
15401 $as_echo_n "(cached) " >&6
15403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15404 /* end confdefs.h. */
15405 extern int ac_test;
15409 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15414 if ac_fn_c_try_link
"$LINENO"; then :
15415 ac_cv_c_extern_prefix
="yes"
15417 ac_cv_c_extern_prefix
="no"
15419 rm -f core conftest.err conftest.
$ac_objext \
15420 conftest
$ac_exeext conftest.
$ac_ext
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15423 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15428 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15429 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15430 $as_echo_n "(cached) " >&6
15432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15433 /* end confdefs.h. */
15435 #define __stdcall __attribute__((__stdcall__))
15437 int __stdcall ac_test(int i) { return i; }
15441 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15446 if ac_fn_c_try_link
"$LINENO"; then :
15447 ac_cv_c_stdcall_suffix
="yes"
15449 ac_cv_c_stdcall_suffix
="no"
15451 rm -f core conftest.err conftest.
$ac_objext \
15452 conftest
$ac_exeext conftest.
$ac_ext
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15455 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15456 *) ac_cv_c_stdcall_suffix
="no" ;;
15460 if test "$ac_cv_c_extern_prefix" = "yes"
15462 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15464 asm_name_prefix
="_"
15466 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15472 if test "$ac_cv_c_stdcall_suffix" = "yes"
15474 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15477 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15483 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15484 if ${ac_cv_asm_func_def+:} false
; then :
15485 $as_echo_n "(cached) " >&6
15487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15488 /* end confdefs.h. */
15493 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15498 if ac_fn_c_try_link
"$LINENO"; then :
15499 ac_cv_asm_func_def
=".def"
15501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15502 /* end confdefs.h. */
15507 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15512 if ac_fn_c_try_link
"$LINENO"; then :
15513 ac_cv_asm_func_def
=".type @function"
15515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15516 /* end confdefs.h. */
15521 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15526 if ac_fn_c_try_link
"$LINENO"; then :
15527 ac_cv_asm_func_def
=".type 2"
15529 ac_cv_asm_func_def
="unknown"
15531 rm -f core conftest.err conftest.
$ac_objext \
15532 conftest
$ac_exeext conftest.
$ac_ext
15534 rm -f core conftest.err conftest.
$ac_objext \
15535 conftest
$ac_exeext conftest.
$ac_ext
15537 rm -f core conftest.err conftest.
$ac_objext \
15538 conftest
$ac_exeext conftest.
$ac_ext
15540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15541 $as_echo "$ac_cv_asm_func_def" >&6; }
15544 case "$ac_cv_asm_func_def" in
15546 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15548 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15550 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15552 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15554 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15556 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15558 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15560 asm_func_header
="" ;;
15563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15564 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15565 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15566 $as_echo_n "(cached) " >&6
15568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15569 /* end confdefs.h. */
15570 asm(".text\n\t.long 0");
15579 if ac_fn_c_try_compile
"$LINENO"; then :
15580 ac_cv_c_asm_outside_funcs
="yes"
15582 ac_cv_c_asm_outside_funcs
="no"
15584 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15587 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15590 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15591 if ${ac_cv_c_dot_previous+:} false
; then :
15592 $as_echo_n "(cached) " >&6
15594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15595 /* end confdefs.h. */
15600 asm(".text\nac_test:\t.long 0\n\t.previous");
15605 if ac_fn_c_try_link
"$LINENO"; then :
15606 ac_cv_c_dot_previous
="yes"
15608 ac_cv_c_dot_previous
="no"
15610 rm -f core conftest.err conftest.
$ac_objext \
15611 conftest
$ac_exeext conftest.
$ac_ext
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15614 $as_echo "$ac_cv_c_dot_previous" >&6; }
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15617 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15618 if ${ac_cv_c_cfi_support+:} false
; then :
15619 $as_echo_n "(cached) " >&6
15621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15622 /* end confdefs.h. */
15623 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15632 if ac_fn_c_try_compile
"$LINENO"; then :
15633 ac_cv_c_cfi_support
="yes"
15635 ac_cv_c_cfi_support
="no"
15637 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15640 $as_echo "$ac_cv_c_cfi_support" >&6; }
15642 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15643 asm_func_trailer
=""
15644 if test "$ac_cv_c_dot_previous" = "yes"
15646 asm_func_trailer
="\\n\\t.previous"
15648 if test "$ac_cv_c_cfi_support" = "yes"
15650 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15651 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15653 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15655 UNWINDFLAGS
=-fasynchronous-unwind-tables
15658 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15660 if test "x$enable_win64" = "xyes"
15662 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15666 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15669 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15671 cat >>confdefs.h
<<_ACEOF
15672 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15676 cat >>confdefs.h
<<_ACEOF
15677 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15682 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15685 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15690 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15697 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15698 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15699 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15706 ac_save_CFLAGS
="$CFLAGS"
15707 CFLAGS
="$CFLAGS $BUILTINFLAG"
15789 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15790 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15791 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15792 cat >>confdefs.h
<<_ACEOF
15793 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15799 CFLAGS
="$ac_save_CFLAGS"
15801 if test "$ac_cv_func_dlopen" = no
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15804 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15805 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15806 $as_echo_n "(cached) " >&6
15808 ac_check_lib_save_LIBS
=$LIBS
15810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15811 /* end confdefs.h. */
15813 /* Override any GCC internal prototype to avoid an error.
15814 Use char because int might match the return type of a GCC
15815 builtin and then its argument prototype would still apply. */
15828 if ac_fn_c_try_link
"$LINENO"; then :
15829 ac_cv_lib_dl_dlopen
=yes
15831 ac_cv_lib_dl_dlopen
=no
15833 rm -f core conftest.err conftest.
$ac_objext \
15834 conftest
$ac_exeext conftest.
$ac_ext
15835 LIBS
=$ac_check_lib_save_LIBS
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15838 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15839 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15840 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15846 ac_wine_check_funcs_save_LIBS
="$LIBS"
15847 LIBS
="$LIBS $DL_LIBS"
15848 for ac_func
in dladdr
15850 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15851 if test "x$ac_cv_func_dladdr" = xyes
; then :
15852 cat >>confdefs.h
<<_ACEOF
15853 #define HAVE_DLADDR 1
15859 LIBS
="$ac_wine_check_funcs_save_LIBS"
15861 if test "$ac_cv_func_poll" = no
15863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15864 $as_echo_n "checking for poll in -lpoll... " >&6; }
15865 if ${ac_cv_lib_poll_poll+:} false
; then :
15866 $as_echo_n "(cached) " >&6
15868 ac_check_lib_save_LIBS
=$LIBS
15869 LIBS
="-lpoll $LIBS"
15870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15871 /* end confdefs.h. */
15873 /* Override any GCC internal prototype to avoid an error.
15874 Use char because int might match the return type of a GCC
15875 builtin and then its argument prototype would still apply. */
15888 if ac_fn_c_try_link
"$LINENO"; then :
15889 ac_cv_lib_poll_poll
=yes
15891 ac_cv_lib_poll_poll
=no
15893 rm -f core conftest.err conftest.
$ac_objext \
15894 conftest
$ac_exeext conftest.
$ac_ext
15895 LIBS
=$ac_check_lib_save_LIBS
15897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15898 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15899 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15900 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15908 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15909 if ${ac_cv_search_gethostbyname+:} false
; then :
15910 $as_echo_n "(cached) " >&6
15912 ac_func_search_save_LIBS
=$LIBS
15913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15914 /* end confdefs.h. */
15916 /* Override any GCC internal prototype to avoid an error.
15917 Use char because int might match the return type of a GCC
15918 builtin and then its argument prototype would still apply. */
15922 char gethostbyname ();
15926 return gethostbyname ();
15931 for ac_lib
in '' nsl
; do
15932 if test -z "$ac_lib"; then
15933 ac_res
="none required"
15936 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15938 if ac_fn_c_try_link
"$LINENO"; then :
15939 ac_cv_search_gethostbyname
=$ac_res
15941 rm -f core conftest.err conftest.
$ac_objext \
15943 if ${ac_cv_search_gethostbyname+:} false
; then :
15947 if ${ac_cv_search_gethostbyname+:} false
; then :
15950 ac_cv_search_gethostbyname
=no
15952 rm conftest.
$ac_ext
15953 LIBS
=$ac_func_search_save_LIBS
15955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15956 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15957 ac_res
=$ac_cv_search_gethostbyname
15958 if test "$ac_res" != no
; then :
15959 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15965 $as_echo_n "checking for library containing connect... " >&6; }
15966 if ${ac_cv_search_connect+:} false
; then :
15967 $as_echo_n "(cached) " >&6
15969 ac_func_search_save_LIBS
=$LIBS
15970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15971 /* end confdefs.h. */
15973 /* Override any GCC internal prototype to avoid an error.
15974 Use char because int might match the return type of a GCC
15975 builtin and then its argument prototype would still apply. */
15988 for ac_lib
in '' socket
; do
15989 if test -z "$ac_lib"; then
15990 ac_res
="none required"
15993 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15995 if ac_fn_c_try_link
"$LINENO"; then :
15996 ac_cv_search_connect
=$ac_res
15998 rm -f core conftest.err conftest.
$ac_objext \
16000 if ${ac_cv_search_connect+:} false
; then :
16004 if ${ac_cv_search_connect+:} false
; then :
16007 ac_cv_search_connect
=no
16009 rm conftest.
$ac_ext
16010 LIBS
=$ac_func_search_save_LIBS
16012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16013 $as_echo "$ac_cv_search_connect" >&6; }
16014 ac_res
=$ac_cv_search_connect
16015 if test "$ac_res" != no
; then :
16016 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16022 $as_echo_n "checking for library containing inet_aton... " >&6; }
16023 if ${ac_cv_search_inet_aton+:} false
; then :
16024 $as_echo_n "(cached) " >&6
16026 ac_func_search_save_LIBS
=$LIBS
16027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16028 /* end confdefs.h. */
16030 /* Override any GCC internal prototype to avoid an error.
16031 Use char because int might match the return type of a GCC
16032 builtin and then its argument prototype would still apply. */
16040 return inet_aton ();
16045 for ac_lib
in '' resolv
; do
16046 if test -z "$ac_lib"; then
16047 ac_res
="none required"
16050 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16052 if ac_fn_c_try_link
"$LINENO"; then :
16053 ac_cv_search_inet_aton
=$ac_res
16055 rm -f core conftest.err conftest.
$ac_objext \
16057 if ${ac_cv_search_inet_aton+:} false
; then :
16061 if ${ac_cv_search_inet_aton+:} false
; then :
16064 ac_cv_search_inet_aton
=no
16066 rm conftest.
$ac_ext
16067 LIBS
=$ac_func_search_save_LIBS
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16070 $as_echo "$ac_cv_search_inet_aton" >&6; }
16071 ac_res
=$ac_cv_search_inet_aton
16072 if test "$ac_res" != no
; then :
16073 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16093 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16094 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16095 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16096 cat >>confdefs.h
<<_ACEOF
16097 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16106 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16107 if ${ac_cv_search_clock_gettime+:} false
; then :
16108 $as_echo_n "(cached) " >&6
16110 ac_func_search_save_LIBS
=$LIBS
16111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16112 /* end confdefs.h. */
16114 /* Override any GCC internal prototype to avoid an error.
16115 Use char because int might match the return type of a GCC
16116 builtin and then its argument prototype would still apply. */
16120 char clock_gettime ();
16124 return clock_gettime ();
16129 for ac_lib
in '' rt
; do
16130 if test -z "$ac_lib"; then
16131 ac_res
="none required"
16134 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16136 if ac_fn_c_try_link
"$LINENO"; then :
16137 ac_cv_search_clock_gettime
=$ac_res
16139 rm -f core conftest.err conftest.
$ac_objext \
16141 if ${ac_cv_search_clock_gettime+:} false
; then :
16145 if ${ac_cv_search_clock_gettime+:} false
; then :
16148 ac_cv_search_clock_gettime
=no
16150 rm conftest.
$ac_ext
16151 LIBS
=$ac_func_search_save_LIBS
16153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16154 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16155 ac_res
=$ac_cv_search_clock_gettime
16156 if test "$ac_res" != no
; then :
16157 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16159 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16161 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16167 if test "x$with_ldap" != "xno"
16169 if ${LDAP_CFLAGS:+false} :; then :
16170 if ${PKG_CONFIG+:} false
; then :
16171 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16175 if ${LDAP_LIBS:+false} :; then :
16176 if ${PKG_CONFIG+:} false
; then :
16177 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16181 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16182 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16183 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16184 ac_save_CPPFLAGS
=$CPPFLAGS
16185 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16186 for ac_header
in ldap.h lber.h
16188 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16189 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16190 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16191 cat >>confdefs.h
<<_ACEOF
16192 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16199 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16201 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16203 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16205 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16206 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16207 $as_echo_n "(cached) " >&6
16209 ac_check_lib_save_LIBS
=$LIBS
16210 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16212 /* end confdefs.h. */
16214 /* Override any GCC internal prototype to avoid an error.
16215 Use char because int might match the return type of a GCC
16216 builtin and then its argument prototype would still apply. */
16220 char ldap_initialize ();
16224 return ldap_initialize ();
16229 if ac_fn_c_try_link
"$LINENO"; then :
16230 ac_cv_lib_ldap_r_ldap_initialize
=yes
16232 ac_cv_lib_ldap_r_ldap_initialize
=no
16234 rm -f core conftest.err conftest.
$ac_objext \
16235 conftest
$ac_exeext conftest.
$ac_ext
16236 LIBS
=$ac_check_lib_save_LIBS
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16239 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16240 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16242 $as_echo_n "checking for ber_init in -llber... " >&6; }
16243 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16244 $as_echo_n "(cached) " >&6
16246 ac_check_lib_save_LIBS
=$LIBS
16247 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16249 /* end confdefs.h. */
16251 /* Override any GCC internal prototype to avoid an error.
16252 Use char because int might match the return type of a GCC
16253 builtin and then its argument prototype would still apply. */
16261 return ber_init ();
16266 if ac_fn_c_try_link
"$LINENO"; then :
16267 ac_cv_lib_lber_ber_init
=yes
16269 ac_cv_lib_lber_ber_init
=no
16271 rm -f core conftest.err conftest.
$ac_objext \
16272 conftest
$ac_exeext conftest.
$ac_ext
16273 LIBS
=$ac_check_lib_save_LIBS
16275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16276 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16277 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16279 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16293 ac_wine_check_funcs_save_LIBS
="$LIBS"
16294 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16296 ldap_count_references \
16297 ldap_first_reference \
16298 ldap_next_reference \
16299 ldap_parse_reference \
16300 ldap_parse_sort_control \
16301 ldap_parse_sortresponse_control \
16302 ldap_parse_vlv_control \
16303 ldap_parse_vlvresponse_control
16305 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16306 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16307 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16308 cat >>confdefs.h
<<_ACEOF
16309 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16315 LIBS
="$ac_wine_check_funcs_save_LIBS"
16319 CPPFLAGS
=$ac_save_CPPFLAGS
16320 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16321 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16324 if test "x$LDAP_LIBS" = "x"; then :
16325 case "x$with_ldap" in
16326 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16328 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16329 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16335 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16336 if ${wine_cv_one_arg_mkdir+:} false
; then :
16337 $as_echo_n "(cached) " >&6
16339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16340 /* end confdefs.h. */
16341 #include <sys/stat.h>
16350 if ac_fn_c_try_compile
"$LINENO"; then :
16351 wine_cv_one_arg_mkdir
=yes
16353 wine_cv_one_arg_mkdir
=no
16355 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16358 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16359 if test "$wine_cv_one_arg_mkdir" = "yes"
16362 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16367 $as_echo_n "checking for sched_setaffinity... " >&6; }
16368 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16369 $as_echo_n "(cached) " >&6
16371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16372 /* end confdefs.h. */
16373 #define _GNU_SOURCE
16378 sched_setaffinity(0, 0, 0);
16383 if ac_fn_c_try_link
"$LINENO"; then :
16384 wine_cv_have_sched_setaffinity
=yes
16386 wine_cv_have_sched_setaffinity
=no
16388 rm -f core conftest.err conftest.
$ac_objext \
16389 conftest
$ac_exeext conftest.
$ac_ext
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16392 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16393 if test "$wine_cv_have_sched_setaffinity" = "yes"
16396 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16401 $as_echo_n "checking for fallocate... " >&6; }
16402 if ${wine_cv_have_fallocate+:} 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 fallocate(-1, 0, 0, 0);
16417 if ac_fn_c_try_link
"$LINENO"; then :
16418 wine_cv_have_fallocate
=yes
16420 wine_cv_have_fallocate
=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_fallocate" >&5
16426 $as_echo "$wine_cv_have_fallocate" >&6; }
16427 if test "$wine_cv_have_fallocate" = "yes"
16430 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16436 $as_echo_n "checking for inline... " >&6; }
16437 if ${ac_cv_c_inline+:} false
; then :
16438 $as_echo_n "(cached) " >&6
16441 for ac_kw
in inline __inline__ __inline
; do
16442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16443 /* end confdefs.h. */
16444 #ifndef __cplusplus
16446 static $ac_kw foo_t static_foo () {return 0; }
16447 $ac_kw foo_t foo () {return 0; }
16451 if ac_fn_c_try_compile
"$LINENO"; then :
16452 ac_cv_c_inline
=$ac_kw
16454 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16455 test "$ac_cv_c_inline" != no
&& break
16459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16460 $as_echo "$ac_cv_c_inline" >&6; }
16462 case $ac_cv_c_inline in
16465 case $ac_cv_c_inline in
16467 *) ac_val
=$ac_cv_c_inline;;
16469 cat >>confdefs.h
<<_ACEOF
16470 #ifndef __cplusplus
16471 #define inline $ac_val
16477 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16478 if test "x$ac_cv_type_mode_t" = xyes
; then :
16480 cat >>confdefs.h
<<_ACEOF
16481 #define HAVE_MODE_T 1
16486 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16487 if test "x$ac_cv_type_off_t" = xyes
; then :
16489 cat >>confdefs.h
<<_ACEOF
16490 #define HAVE_OFF_T 1
16495 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16496 if test "x$ac_cv_type_pid_t" = xyes
; then :
16498 cat >>confdefs.h
<<_ACEOF
16499 #define HAVE_PID_T 1
16504 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16505 if test "x$ac_cv_type_size_t" = xyes
; then :
16507 cat >>confdefs.h
<<_ACEOF
16508 #define HAVE_SIZE_T 1
16513 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16514 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16516 cat >>confdefs.h
<<_ACEOF
16517 #define HAVE_SSIZE_T 1
16522 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16523 if test "x$ac_cv_type_long_long" = xyes
; then :
16525 cat >>confdefs.h
<<_ACEOF
16526 #define HAVE_LONG_LONG 1
16531 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16532 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16534 cat >>confdefs.h
<<_ACEOF
16535 #define HAVE_FSBLKCNT_T 1
16540 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16541 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16543 cat >>confdefs.h
<<_ACEOF
16544 #define HAVE_FSFILCNT_T 1
16550 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16551 #include <signal.h>
16553 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16555 cat >>confdefs.h
<<_ACEOF
16556 #define HAVE_SIGSET_T 1
16562 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16564 if test "x$ac_cv_type_request_sense" = xyes
; then :
16566 cat >>confdefs.h
<<_ACEOF
16567 #define HAVE_REQUEST_SENSE 1
16574 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16575 #ifdef HAVE_SYS_SOCKET_H
16576 #include <sys/socket.h>
16578 #ifdef HAVE_SYS_SOCKETVAR_H
16579 #include <sys/socketvar.h>
16581 #ifdef HAVE_NET_ROUTE_H
16582 #include <net/route.h>
16584 #ifdef HAVE_NETINET_IN_H
16585 #include <netinet/in.h>
16587 #ifdef HAVE_NETINET_IN_SYSTM_H
16588 #include <netinet/in_systm.h>
16590 #ifdef HAVE_NETINET_IP_H
16591 #include <netinet/ip.h>
16593 #ifdef HAVE_NETINET_IN_PCB_H
16594 #include <netinet/in_pcb.h>
16597 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16599 cat >>confdefs.h
<<_ACEOF
16600 #define HAVE_STRUCT_XINPGEN 1
16607 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16610 #ifdef HAVE_SYS_LINK_H
16611 #include <sys/link.h>
16614 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16616 cat >>confdefs.h
<<_ACEOF
16617 #define HAVE_STRUCT_R_DEBUG 1
16622 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16625 #ifdef HAVE_SYS_LINK_H
16626 #include <sys/link.h>
16629 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16631 cat >>confdefs.h
<<_ACEOF
16632 #define HAVE_STRUCT_LINK_MAP 1
16639 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16640 #include <linux/input.h>
16643 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16645 cat >>confdefs.h
<<_ACEOF
16646 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16654 $as_echo_n "checking for if_nameindex... " >&6; }
16655 if ${wine_cv_have_if_nameindex+:} false
; then :
16656 $as_echo_n "(cached) " >&6
16658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16659 /* end confdefs.h. */
16660 #ifdef HAVE_SYS_TYPES_H
16661 #include <sys/types.h>
16663 #ifdef HAVE_SYS_SOCKET_H
16664 #include <sys/socket.h>
16666 #ifdef HAVE_NET_IF_H
16667 # include <net/if.h>
16672 struct if_nameindex *p = if_nameindex(); return p->if_index;
16677 if ac_fn_c_try_link
"$LINENO"; then :
16678 wine_cv_have_if_nameindex
=yes
16680 wine_cv_have_if_nameindex
=no
16682 rm -f core conftest.err conftest.
$ac_objext \
16683 conftest
$ac_exeext conftest.
$ac_ext
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16686 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16687 if test "$wine_cv_have_if_nameindex" = "yes"
16690 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16695 $as_echo_n "checking for sigaddset... " >&6; }
16696 if ${wine_cv_have_sigaddset+:} false
; then :
16697 $as_echo_n "(cached) " >&6
16699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16700 /* end confdefs.h. */
16701 #include <signal.h>
16705 sigset_t set; sigaddset(&set,SIGTERM);
16710 if ac_fn_c_try_link
"$LINENO"; then :
16711 wine_cv_have_sigaddset
=yes
16713 wine_cv_have_sigaddset
=no
16715 rm -f core conftest.err conftest.
$ac_objext \
16716 conftest
$ac_exeext conftest.
$ac_ext
16718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16719 $as_echo "$wine_cv_have_sigaddset" >&6; }
16720 if test "$wine_cv_have_sigaddset" = "yes"
16723 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16729 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16730 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16731 $as_echo_n "(cached) " >&6
16733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16734 /* end confdefs.h. */
16742 struct hostent *result;
16749 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16750 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16756 if ac_fn_c_try_link
"$LINENO"; then :
16757 wine_cv_linux_gethostbyname_r_6
=yes
16759 wine_cv_linux_gethostbyname_r_6
=no
16762 rm -f core conftest.err conftest.
$ac_objext \
16763 conftest
$ac_exeext conftest.
$ac_ext
16766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16767 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16768 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16771 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16775 if test "$ac_cv_header_linux_joystick_h" = "yes"
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16778 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16779 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16780 $as_echo_n "(cached) " >&6
16782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16783 /* end confdefs.h. */
16785 #include <sys/ioctl.h>
16786 #include <sys/types.h>
16787 #include <linux/joystick.h>
16789 struct js_event blub;
16790 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16791 #error "no 2.2 header"
16802 if ac_fn_c_try_compile
"$LINENO"; then :
16803 wine_cv_linux_joystick_22_api
=yes
16805 wine_cv_linux_joystick_22_api
=no
16807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16811 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16812 if test "$wine_cv_linux_joystick_22_api" = "yes"
16815 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16821 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16822 #ifdef HAVE_SYS_PARAM_H
16823 # include <sys/param.h>
16825 #ifdef HAVE_SYS_MOUNT_H
16826 # include <sys/mount.h>
16828 #ifdef HAVE_SYS_VFS_H
16829 # include <sys/vfs.h>
16831 #ifdef HAVE_SYS_STATFS_H
16832 # include <sys/statfs.h>
16835 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16837 cat >>confdefs.h
<<_ACEOF
16838 #define HAVE_STRUCT_STATFS_F_BFREE 1
16843 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16844 #ifdef HAVE_SYS_PARAM_H
16845 # include <sys/param.h>
16847 #ifdef HAVE_SYS_MOUNT_H
16848 # include <sys/mount.h>
16850 #ifdef HAVE_SYS_VFS_H
16851 # include <sys/vfs.h>
16853 #ifdef HAVE_SYS_STATFS_H
16854 # include <sys/statfs.h>
16857 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16859 cat >>confdefs.h
<<_ACEOF
16860 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16865 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16866 #ifdef HAVE_SYS_PARAM_H
16867 # include <sys/param.h>
16869 #ifdef HAVE_SYS_MOUNT_H
16870 # include <sys/mount.h>
16872 #ifdef HAVE_SYS_VFS_H
16873 # include <sys/vfs.h>
16875 #ifdef HAVE_SYS_STATFS_H
16876 # include <sys/statfs.h>
16879 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16881 cat >>confdefs.h
<<_ACEOF
16882 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16887 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16888 #ifdef HAVE_SYS_PARAM_H
16889 # include <sys/param.h>
16891 #ifdef HAVE_SYS_MOUNT_H
16892 # include <sys/mount.h>
16894 #ifdef HAVE_SYS_VFS_H
16895 # include <sys/vfs.h>
16897 #ifdef HAVE_SYS_STATFS_H
16898 # include <sys/statfs.h>
16901 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16903 cat >>confdefs.h
<<_ACEOF
16904 #define HAVE_STRUCT_STATFS_F_FFREE 1
16909 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16910 #ifdef HAVE_SYS_PARAM_H
16911 # include <sys/param.h>
16913 #ifdef HAVE_SYS_MOUNT_H
16914 # include <sys/mount.h>
16916 #ifdef HAVE_SYS_VFS_H
16917 # include <sys/vfs.h>
16919 #ifdef HAVE_SYS_STATFS_H
16920 # include <sys/statfs.h>
16923 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16925 cat >>confdefs.h
<<_ACEOF
16926 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16931 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16932 #ifdef HAVE_SYS_PARAM_H
16933 # include <sys/param.h>
16935 #ifdef HAVE_SYS_MOUNT_H
16936 # include <sys/mount.h>
16938 #ifdef HAVE_SYS_VFS_H
16939 # include <sys/vfs.h>
16941 #ifdef HAVE_SYS_STATFS_H
16942 # include <sys/statfs.h>
16945 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16947 cat >>confdefs.h
<<_ACEOF
16948 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16955 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16956 #include <sys/statvfs.h>
16959 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16961 cat >>confdefs.h
<<_ACEOF
16962 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16969 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16970 #include <dirent.h>
16973 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16975 cat >>confdefs.h
<<_ACEOF
16976 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16983 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16984 #ifdef HAVE_SYS_SOCKET_H
16985 # include <sys/socket.h>
16987 #ifdef HAVE_SYS_UN_H
16988 # include <sys/un.h>
16991 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16993 cat >>confdefs.h
<<_ACEOF
16994 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16999 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
17000 #ifdef HAVE_SYS_SOCKET_H
17001 # include <sys/socket.h>
17003 #ifdef HAVE_SYS_UN_H
17004 # include <sys/un.h>
17007 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
17009 cat >>confdefs.h
<<_ACEOF
17010 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17015 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17016 #ifdef HAVE_SYS_SOCKET_H
17017 # include <sys/socket.h>
17019 #ifdef HAVE_SYS_UN_H
17020 # include <sys/un.h>
17023 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17025 cat >>confdefs.h
<<_ACEOF
17026 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17033 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17034 #ifdef HAVE_SCSI_SG_H
17035 #include <scsi/sg.h>
17038 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17040 cat >>confdefs.h
<<_ACEOF
17041 #define HAVE_SCSIREQ_T_CMD 1
17046 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>
17047 #ifdef HAVE_SCSI_SG_H
17048 #include <scsi/sg.h>
17051 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17053 cat >>confdefs.h
<<_ACEOF
17054 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17061 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17063 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17065 cat >>confdefs.h
<<_ACEOF
17066 #define HAVE_SIGINFO_T_SI_FD 1
17073 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17074 #ifdef HAVE_SYS_MTIO_H
17075 #include <sys/mtio.h>
17078 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17080 cat >>confdefs.h
<<_ACEOF
17081 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17086 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17087 #ifdef HAVE_SYS_MTIO_H
17088 #include <sys/mtio.h>
17091 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17093 cat >>confdefs.h
<<_ACEOF
17094 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17099 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17100 #ifdef HAVE_SYS_MTIO_H
17101 #include <sys/mtio.h>
17104 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17106 cat >>confdefs.h
<<_ACEOF
17107 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17114 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17115 #include <getopt.h>
17118 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17120 cat >>confdefs.h
<<_ACEOF
17121 #define HAVE_STRUCT_OPTION_NAME 1
17128 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17129 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17131 cat >>confdefs.h
<<_ACEOF
17132 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17137 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17138 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17140 cat >>confdefs.h
<<_ACEOF
17141 #define HAVE_STRUCT_STAT_ST_MTIM 1
17146 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17147 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17149 cat >>confdefs.h
<<_ACEOF
17150 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17155 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17156 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17158 cat >>confdefs.h
<<_ACEOF
17159 #define HAVE_STRUCT_STAT_ST_CTIM 1
17164 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17165 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17167 cat >>confdefs.h
<<_ACEOF
17168 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17173 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17174 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17176 cat >>confdefs.h
<<_ACEOF
17177 #define HAVE_STRUCT_STAT_ST_ATIM 1
17182 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17183 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17185 cat >>confdefs.h
<<_ACEOF
17186 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17191 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17192 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17194 cat >>confdefs.h
<<_ACEOF
17195 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17200 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17201 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17203 cat >>confdefs.h
<<_ACEOF
17204 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17209 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17210 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17212 cat >>confdefs.h
<<_ACEOF
17213 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17218 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17219 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17221 cat >>confdefs.h
<<_ACEOF
17222 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17227 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17228 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17230 cat >>confdefs.h
<<_ACEOF
17231 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17238 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
17239 #include <sys/types.h>
17241 #ifdef HAVE_NETINET_IN_H
17242 #include <netinet/in.h>
17245 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17247 cat >>confdefs.h
<<_ACEOF
17248 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17255 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17256 #include <sys/types.h>
17258 #ifdef HAVE_NETINET_IN_H
17259 #include <netinet/in.h>
17261 #ifdef HAVE_RESOLV_H
17262 #include <resolv.h>
17265 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17267 cat >>confdefs.h
<<_ACEOF
17268 #define HAVE_STRUCT___RES_STATE 1
17275 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
17276 #include <resolv.h>
17279 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17281 cat >>confdefs.h
<<_ACEOF
17282 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17289 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17290 #include <sys/types.h>
17292 #ifdef HAVE_NETINET_IN_H
17293 # include <netinet/in.h>
17295 #ifdef HAVE_ARPA_NAMESER_H
17296 # include <arpa/nameser.h>
17299 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17301 cat >>confdefs.h
<<_ACEOF
17302 #define HAVE_NS_MSG__MSG_PTR 1
17309 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17310 #include <sys/types.h>
17312 #ifdef HAVE_NETINET_IN_H
17313 #include <netinet/in.h>
17315 #ifdef HAVE_NETINET_IP_H
17316 #include <netinet/ip.h>
17318 #ifdef HAVE_NETINET_IP_ICMP_H
17319 #include <netinet/ip_icmp.h>
17321 #ifdef HAVE_NETINET_ICMP_VAR_H
17322 #include <netinet/icmp_var.h>
17325 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17327 cat >>confdefs.h
<<_ACEOF
17328 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17335 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17336 #include <sys/types.h>
17338 #ifdef HAVE_ALIAS_H
17341 #ifdef HAVE_SYS_SOCKET_H
17342 #include <sys/socket.h>
17344 #ifdef HAVE_SYS_SOCKETVAR_H
17345 #include <sys/socketvar.h>
17347 #ifdef HAVE_SYS_TIMEOUT_H
17348 #include <sys/timeout.h>
17350 #ifdef HAVE_NETINET_IN_H
17351 #include <netinet/in.h>
17353 #ifdef HAVE_NETINET_IN_SYSTM_H
17354 #include <netinet/in_systm.h>
17356 #ifdef HAVE_NETINET_IP_H
17357 #include <netinet/ip.h>
17359 #ifdef HAVE_NETINET_IP_VAR_H
17360 #include <netinet/ip_var.h>
17362 #ifdef HAVE_NETINET_IP_ICMP_H
17363 #include <netinet/ip_icmp.h>
17365 #ifdef HAVE_NETINET_ICMP_VAR_H
17366 #include <netinet/icmp_var.h>
17369 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17371 cat >>confdefs.h
<<_ACEOF
17372 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17379 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17380 #include <sys/types.h>
17382 #ifdef HAVE_SYS_SOCKETVAR_H
17383 #include <sys/socketvar.h>
17385 #ifdef HAVE_NETINET_IN_H
17386 #include <netinet/in.h>
17388 #ifdef HAVE_NETINET_IP_VAR_H
17389 #include <netinet/ip_var.h>
17392 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17394 cat >>confdefs.h
<<_ACEOF
17395 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17402 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
17403 #include <netinet/ip_var.h>
17406 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17408 cat >>confdefs.h
<<_ACEOF
17409 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17416 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17417 #include <sys/types.h>
17419 #ifdef HAVE_SYS_SOCKETVAR_H
17420 #include <sys/socketvar.h>
17422 #ifdef HAVE_NETINET_IN_H
17423 #include <netinet/in.h>
17425 #ifdef HAVE_NETINET_TCP_H
17426 #include <netinet/tcp.h>
17428 #ifdef HAVE_NETINET_TCP_VAR_H
17429 #include <netinet/tcp_var.h>
17432 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17434 cat >>confdefs.h
<<_ACEOF
17435 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17442 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
17443 #include <netinet/tcp_var.h>
17446 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17448 cat >>confdefs.h
<<_ACEOF
17449 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17456 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17457 #include <sys/types.h>
17459 #ifdef HAVE_NETINET_IN_H
17460 #include <netinet/in.h>
17462 #ifdef HAVE_NETINET_IP_VAR_H
17463 #include <netinet/ip_var.h>
17465 #ifdef HAVE_NETINET_UDP_H
17466 #include <netinet/udp.h>
17468 #ifdef HAVE_NETINET_UDP_VAR_H
17469 #include <netinet/udp_var.h>
17472 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17474 cat >>confdefs.h
<<_ACEOF
17475 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17482 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17483 #include <sys/types.h>
17485 #ifdef HAVE_NET_IF_H
17486 # include <net/if.h>
17489 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17491 cat >>confdefs.h
<<_ACEOF
17492 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17500 $as_echo_n "checking for timezone variable... " >&6; }
17501 if ${ac_cv_have_timezone+:} false
; then :
17502 $as_echo_n "(cached) " >&6
17504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17505 /* end confdefs.h. */
17515 if ac_fn_c_try_link
"$LINENO"; then :
17516 ac_cv_have_timezone
="yes"
17518 ac_cv_have_timezone
="no"
17520 rm -f core conftest.err conftest.
$ac_objext \
17521 conftest
$ac_exeext conftest.
$ac_ext
17523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17524 $as_echo "$ac_cv_have_timezone" >&6; }
17525 if test "$ac_cv_have_timezone" = "yes"
17528 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17532 $as_echo_n "checking for daylight variable... " >&6; }
17533 if ${ac_cv_have_daylight+:} false
; then :
17534 $as_echo_n "(cached) " >&6
17536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17537 /* end confdefs.h. */
17547 if ac_fn_c_try_link
"$LINENO"; then :
17548 ac_cv_have_daylight
="yes"
17550 ac_cv_have_daylight
="no"
17552 rm -f core conftest.err conftest.
$ac_objext \
17553 conftest
$ac_exeext conftest.
$ac_ext
17555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17556 $as_echo "$ac_cv_have_daylight" >&6; }
17557 if test "$ac_cv_have_daylight" = "yes"
17560 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17564 ac_save_LIBS
="$LIBS"
17566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17567 $as_echo_n "checking for isfinite... " >&6; }
17568 if ${ac_cv_have_isfinite+:} false
; then :
17569 $as_echo_n "(cached) " >&6
17571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17572 /* end confdefs.h. */
17573 #define _GNU_SOURCE
17578 float f = 0.0; return isfinite(f)
17583 if ac_fn_c_try_link
"$LINENO"; then :
17584 ac_cv_have_isfinite
="yes"
17586 ac_cv_have_isfinite
="no"
17588 rm -f core conftest.err conftest.
$ac_objext \
17589 conftest
$ac_exeext conftest.
$ac_ext
17591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17592 $as_echo "$ac_cv_have_isfinite" >&6; }
17593 if test "$ac_cv_have_isfinite" = "yes"
17596 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17601 $as_echo_n "checking for isinf... " >&6; }
17602 if ${ac_cv_have_isinf+:} false
; then :
17603 $as_echo_n "(cached) " >&6
17605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17606 /* end confdefs.h. */
17611 float f = 0.0; return isinf(f)
17616 if ac_fn_c_try_link
"$LINENO"; then :
17617 ac_cv_have_isinf
="yes"
17619 ac_cv_have_isinf
="no"
17621 rm -f core conftest.err conftest.
$ac_objext \
17622 conftest
$ac_exeext conftest.
$ac_ext
17624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17625 $as_echo "$ac_cv_have_isinf" >&6; }
17626 if test "$ac_cv_have_isinf" = "yes"
17629 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17634 $as_echo_n "checking for isnan... " >&6; }
17635 if ${ac_cv_have_isnan+:} false
; then :
17636 $as_echo_n "(cached) " >&6
17638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17639 /* end confdefs.h. */
17644 float f = 0.0; return isnan(f)
17649 if ac_fn_c_try_link
"$LINENO"; then :
17650 ac_cv_have_isnan
="yes"
17652 ac_cv_have_isnan
="no"
17654 rm -f core conftest.err conftest.
$ac_objext \
17655 conftest
$ac_exeext conftest.
$ac_ext
17657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17658 $as_echo "$ac_cv_have_isnan" >&6; }
17659 if test "$ac_cv_have_isnan" = "yes"
17662 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17716 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17717 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17718 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17719 cat >>confdefs.h
<<_ACEOF
17720 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17726 LIBS
="$ac_save_LIBS"
17728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17729 $as_echo_n "checking for __builtin_clz... " >&6; }
17730 if ${ac_cv_have___builtin_clz+:} false
; then :
17731 $as_echo_n "(cached) " >&6
17733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17734 /* end confdefs.h. */
17739 return __builtin_clz(1)
17744 if ac_fn_c_try_link
"$LINENO"; then :
17745 ac_cv_have___builtin_clz
="yes"
17747 ac_cv_have___builtin_clz
="no"
17749 rm -f core conftest.err conftest.
$ac_objext \
17750 conftest
$ac_exeext conftest.
$ac_ext
17752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17753 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17754 if test "$ac_cv_have___builtin_clz" = "yes"
17757 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17762 $as_echo_n "checking for __builtin_popcount... " >&6; }
17763 if ${ac_cv_have___builtin_popcount+:} false
; then :
17764 $as_echo_n "(cached) " >&6
17766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17767 /* end confdefs.h. */
17772 return __builtin_popcount(1)
17777 if ac_fn_c_try_link
"$LINENO"; then :
17778 ac_cv_have___builtin_popcount
="yes"
17780 ac_cv_have___builtin_popcount
="no"
17782 rm -f core conftest.err conftest.
$ac_objext \
17783 conftest
$ac_exeext conftest.
$ac_ext
17785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17786 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17787 if test "$ac_cv_have___builtin_popcount" = "yes"
17790 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17795 $as_echo_n "checking for __clear_cache... " >&6; }
17796 if ${ac_cv_have___clear_cache+:} false
; then :
17797 $as_echo_n "(cached) " >&6
17799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17800 /* end confdefs.h. */
17805 __clear_cache((void*)0, (void*)0); return 0;
17810 if ac_fn_c_try_link
"$LINENO"; then :
17811 ac_cv_have___clear_cache
="yes"
17813 ac_cv_have___clear_cache
="no"
17815 rm -f core conftest.err conftest.
$ac_objext \
17816 conftest
$ac_exeext conftest.
$ac_ext
17818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17819 $as_echo "$ac_cv_have___clear_cache" >&6; }
17820 if test "$ac_cv_have___clear_cache" = "yes"
17823 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17829 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17830 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17831 if ${ac_cv_cpp_def___i386__+:} false
; then :
17832 $as_echo_n "(cached) " >&6
17834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17835 /* end confdefs.h. */
17840 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17841 $EGREP "yes" >/dev
/null
2>&1; then :
17842 ac_cv_cpp_def___i386__
=yes
17844 ac_cv_cpp_def___i386__
=no
17849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17850 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17851 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17852 CFLAGS
="$CFLAGS -D__i386__"
17853 LINTFLAGS
="$LINTFLAGS -D__i386__"
17855 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17856 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17857 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17858 $as_echo_n "(cached) " >&6
17860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17861 /* end confdefs.h. */
17866 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17867 $EGREP "yes" >/dev
/null
2>&1; then :
17868 ac_cv_cpp_def___x86_64__
=yes
17870 ac_cv_cpp_def___x86_64__
=no
17875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17876 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17877 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17878 CFLAGS
="$CFLAGS -D__x86_64__"
17879 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17881 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17882 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17883 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17884 $as_echo_n "(cached) " >&6
17886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17887 /* end confdefs.h. */
17888 #ifndef __sparc64__
17892 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17893 $EGREP "yes" >/dev
/null
2>&1; then :
17894 ac_cv_cpp_def___sparc64__
=yes
17896 ac_cv_cpp_def___sparc64__
=no
17901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17902 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17903 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17904 CFLAGS
="$CFLAGS -D__sparc64__"
17905 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17907 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17908 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17909 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17910 $as_echo_n "(cached) " >&6
17912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17913 /* end confdefs.h. */
17918 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17919 $EGREP "yes" >/dev
/null
2>&1; then :
17920 ac_cv_cpp_def___sparc__
=yes
17922 ac_cv_cpp_def___sparc__
=no
17927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17928 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17929 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17930 CFLAGS
="$CFLAGS -D__sparc__"
17931 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17933 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17934 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17935 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17936 $as_echo_n "(cached) " >&6
17938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17939 /* end confdefs.h. */
17940 #ifndef __powerpc64__
17944 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17945 $EGREP "yes" >/dev
/null
2>&1; then :
17946 ac_cv_cpp_def___powerpc64__
=yes
17948 ac_cv_cpp_def___powerpc64__
=no
17953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17954 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17955 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17956 CFLAGS
="$CFLAGS -D__powerpc64__"
17957 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17959 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17960 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17961 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17962 $as_echo_n "(cached) " >&6
17964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17965 /* end confdefs.h. */
17966 #ifndef __powerpc__
17970 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17971 $EGREP "yes" >/dev
/null
2>&1; then :
17972 ac_cv_cpp_def___powerpc__
=yes
17974 ac_cv_cpp_def___powerpc__
=no
17979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17980 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17981 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17982 CFLAGS
="$CFLAGS -D__powerpc__"
17983 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17985 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17986 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17987 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17988 $as_echo_n "(cached) " >&6
17990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17991 /* end confdefs.h. */
17992 #ifndef __aarch64__
17996 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17997 $EGREP "yes" >/dev
/null
2>&1; then :
17998 ac_cv_cpp_def___aarch64__
=yes
18000 ac_cv_cpp_def___aarch64__
=no
18005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18006 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18007 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18008 CFLAGS
="$CFLAGS -D__aarch64__"
18009 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18011 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18012 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18013 if ${ac_cv_cpp_def___arm__+:} false
; then :
18014 $as_echo_n "(cached) " >&6
18016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18017 /* end confdefs.h. */
18022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18023 $EGREP "yes" >/dev
/null
2>&1; then :
18024 ac_cv_cpp_def___arm__
=yes
18026 ac_cv_cpp_def___arm__
=no
18031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18032 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18033 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18034 CFLAGS
="$CFLAGS -D__arm__"
18035 LINTFLAGS
="$LINTFLAGS -D__arm__"
18039 case $host_vendor in
18040 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18041 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18042 if ${ac_cv_cpp_def___sun__+:} false
; then :
18043 $as_echo_n "(cached) " >&6
18045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18046 /* end confdefs.h. */
18051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18052 $EGREP "yes" >/dev
/null
2>&1; then :
18053 ac_cv_cpp_def___sun__
=yes
18055 ac_cv_cpp_def___sun__
=no
18060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18061 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18062 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18063 CFLAGS
="$CFLAGS -D__sun__"
18064 LINTFLAGS
="$LINTFLAGS -D__sun__"
18072 ac_config_commands
="$ac_config_commands include/stamp-h"
18074 $as_echo_n "creating Makefile rules..." >&6
18076 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18077 SOCKET_LIBS = $SOCKET_LIBS
18078 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18079 IOKIT_LIBS = $IOKIT_LIBS
18080 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18081 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18082 CORESERVICES_LIBS = $CORESERVICES_LIBS
18083 APPKIT_LIBS = $APPKIT_LIBS
18084 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18085 SECURITY_LIBS = $SECURITY_LIBS
18086 COREAUDIO_LIBS = $COREAUDIO_LIBS
18087 OPENAL_LIBS = $OPENAL_LIBS
18088 OPENCL_LIBS = $OPENCL_LIBS
18089 QUICKTIME_LIBS = $QUICKTIME_LIBS
18090 CARBON_LIBS = $CARBON_LIBS
18091 PTHREAD_LIBS = $PTHREAD_LIBS
18092 X_CFLAGS = $X_CFLAGS
18093 X_PRE_LIBS = $X_PRE_LIBS
18095 X_EXTRA_LIBS = $X_EXTRA_LIBS
18096 PCAP_LIBS = $PCAP_LIBS
18097 XML2_CFLAGS = $XML2_CFLAGS
18098 XML2_LIBS = $XML2_LIBS
18099 XSLT_CFLAGS = $XSLT_CFLAGS
18100 XSLT_LIBS = $XSLT_LIBS
18101 DBUS_CFLAGS = $DBUS_CFLAGS
18102 DBUS_LIBS = $DBUS_LIBS
18103 HAL_CFLAGS = $HAL_CFLAGS
18104 HAL_LIBS = $HAL_LIBS
18105 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18106 GNUTLS_LIBS = $GNUTLS_LIBS
18107 SANE_CFLAGS = $SANE_CFLAGS
18108 SANE_LIBS = $SANE_LIBS
18109 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18110 GPHOTO2_LIBS = $GPHOTO2_LIBS
18111 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18112 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18113 RESOLV_LIBS = $RESOLV_LIBS
18114 LCMS2_CFLAGS = $LCMS2_CFLAGS
18115 LCMS2_LIBS = $LCMS2_LIBS
18116 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18117 FREETYPE_LIBS = $FREETYPE_LIBS
18119 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18120 PULSE_CFLAGS = $PULSE_CFLAGS
18121 PULSE_LIBS = $PULSE_LIBS
18122 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18123 GSTREAMER_LIBS = $GSTREAMER_LIBS
18124 ALSA_LIBS = $ALSA_LIBS
18125 OSS4_CFLAGS = $OSS4_CFLAGS
18126 UDEV_CFLAGS = $UDEV_CFLAGS
18127 UDEV_LIBS = $UDEV_LIBS
18128 SDL2_CFLAGS = $SDL2_CFLAGS
18129 SDL2_LIBS = $SDL2_LIBS
18130 CAPI20_CFLAGS = $CAPI20_CFLAGS
18131 CAPI20_LIBS = $CAPI20_LIBS
18132 CUPS_CFLAGS = $CUPS_CFLAGS
18133 CUPS_LIBS = $CUPS_LIBS
18134 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18135 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18136 KRB5_CFLAGS = $KRB5_CFLAGS
18137 KRB5_LIBS = $KRB5_LIBS
18138 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18139 GSSAPI_LIBS = $GSSAPI_LIBS
18140 JPEG_CFLAGS = $JPEG_CFLAGS
18141 JPEG_LIBS = $JPEG_LIBS
18142 PNG_CFLAGS = $PNG_CFLAGS
18143 PNG_LIBS = $PNG_LIBS
18144 TIFF_CFLAGS = $TIFF_CFLAGS
18145 TIFF_LIBS = $TIFF_LIBS
18146 MPG123_CFLAGS = $MPG123_CFLAGS
18147 MPG123_LIBS = $MPG123_LIBS
18148 KSTAT_LIBS = $KSTAT_LIBS
18149 PROCSTAT_LIBS = $PROCSTAT_LIBS
18150 NETAPI_CFLAGS = $NETAPI_CFLAGS
18151 NETAPI_LIBS = $NETAPI_LIBS
18152 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18154 POLL_LIBS = $POLL_LIBS
18156 LDAP_CFLAGS = $LDAP_CFLAGS
18157 LDAP_LIBS = $LDAP_LIBS
18162 wine_fn_append_rule
"
18163 # Rules automatically generated by configure
18168 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18169 @./config.status Make.tmp Makefile
18170 depend: \$(MAKEDEP) dummy
18173 if test "x$enable_fonts" != xno
; then
18174 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18175 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18176 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18177 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18178 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18179 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18181 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18182 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18183 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18184 wine_fn_config_symlink wine
18185 if test "x$enable_win64" != xno
; then
18186 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18187 wine_fn_config_symlink wine64
18190 wine_fn_config_makefile dlls
/acledit enable_acledit
18191 wine_fn_config_makefile dlls
/aclui enable_aclui
18192 wine_fn_config_makefile dlls
/activeds enable_activeds
18193 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
18194 wine_fn_config_makefile dlls
/adsiid enable_adsiid
18195 wine_fn_config_makefile dlls
/adsldp enable_adsldp
18196 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
18197 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
18198 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
18199 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
18200 wine_fn_config_makefile dlls
/advpack enable_advpack
18201 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
18202 wine_fn_config_makefile dlls
/amstream enable_amstream
18203 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
18204 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18205 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18206 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18207 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18208 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18209 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18210 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18211 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18212 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18213 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18214 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18215 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18216 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18217 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18218 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18219 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18220 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18221 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18222 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18223 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18224 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18225 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18226 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18227 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18228 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18229 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18230 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18231 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18232 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18233 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18234 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18235 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18236 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18237 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18238 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18239 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18240 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18241 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18242 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18243 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18244 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18245 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18246 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18247 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18248 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18249 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18250 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18251 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18252 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18253 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18254 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18255 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18256 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18257 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18258 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18259 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18260 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18261 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18262 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18263 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18264 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18265 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18266 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18267 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18268 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18269 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18270 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18271 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18272 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18273 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18274 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18275 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18276 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18277 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18278 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18279 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18280 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18281 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18282 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18283 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18284 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18285 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18286 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18287 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18288 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18289 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18290 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18291 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18292 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18293 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18294 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18295 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18296 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18297 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18298 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18299 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18300 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18301 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18302 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18303 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18304 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18305 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18306 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18307 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18308 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18309 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18310 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18311 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18312 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18313 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18314 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18315 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18316 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18317 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18318 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18319 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18320 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18321 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18322 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18323 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18324 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18325 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18326 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18327 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18328 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18329 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18330 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18331 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18332 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18333 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18334 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18335 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18336 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18337 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18338 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18339 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18340 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18341 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18342 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18343 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18344 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18345 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18346 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18347 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18348 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18349 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18350 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18351 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18352 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18353 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18354 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18355 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18356 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18357 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18358 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18359 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18360 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18361 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18362 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18363 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18364 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18365 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18366 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18367 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18368 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18369 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18370 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18371 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18372 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18373 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18374 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18375 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18376 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18377 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
18378 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18379 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
18380 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18381 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18382 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18383 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18384 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18385 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18386 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18387 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18388 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18389 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18390 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18391 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18392 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18393 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18394 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18395 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18396 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18397 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18398 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18399 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18400 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18401 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18402 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18403 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18404 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18405 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18406 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
18407 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18408 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
18409 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
18410 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18411 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18412 wine_fn_config_makefile dlls
/apphelp enable_apphelp
18413 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
18414 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
18415 wine_fn_config_makefile dlls
/atl enable_atl
18416 wine_fn_config_makefile dlls
/atl
/tests enable_tests
18417 wine_fn_config_makefile dlls
/atl100 enable_atl100
18418 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
18419 wine_fn_config_makefile dlls
/atl110 enable_atl110
18420 wine_fn_config_makefile dlls
/atl80 enable_atl80
18421 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
18422 wine_fn_config_makefile dlls
/atl90 enable_atl90
18423 wine_fn_config_makefile dlls
/authz enable_authz
18424 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
18425 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
18426 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
18427 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
18428 wine_fn_config_makefile dlls
/avrt enable_avrt
18429 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
18430 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
18431 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
18432 wine_fn_config_makefile dlls
/browseui enable_browseui
18433 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
18434 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
18435 wine_fn_config_makefile dlls
/cabinet enable_cabinet
18436 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
18437 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
18438 wine_fn_config_makefile dlls
/cards enable_cards
18439 wine_fn_config_makefile dlls
/cdosys enable_cdosys
18440 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
18441 wine_fn_config_makefile dlls
/clusapi enable_clusapi
18442 wine_fn_config_makefile dlls
/combase enable_combase
18443 wine_fn_config_makefile dlls
/combase
/tests enable_tests
18444 wine_fn_config_makefile dlls
/comcat enable_comcat
18445 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
18446 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
18447 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
18448 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
18449 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
18450 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
18451 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
18452 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
18453 wine_fn_config_makefile dlls
/compstui enable_compstui
18454 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
18455 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
18456 wine_fn_config_makefile dlls
/connect enable_connect
18457 wine_fn_config_makefile dlls
/credui enable_credui
18458 wine_fn_config_makefile dlls
/credui
/tests enable_tests
18459 wine_fn_config_makefile dlls
/crtdll enable_crtdll
18460 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
18461 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
18462 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
18463 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
18464 wine_fn_config_makefile dlls
/cryptext enable_cryptext
18465 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
18466 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
18467 wine_fn_config_makefile dlls
/cryptui enable_cryptui
18468 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
18469 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
18470 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
18471 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
18472 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
18473 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
18474 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
18475 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
18476 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
18477 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
18478 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
18479 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
18480 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
18481 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
18482 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
18483 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
18484 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
18485 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
18486 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
18487 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
18488 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
18489 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
18490 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
18491 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
18492 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
18493 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
18494 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
18495 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
18496 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
18497 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
18498 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
18499 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
18500 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
18501 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
18502 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
18503 wine_fn_config_makefile dlls
/d3dim enable_d3dim
18504 wine_fn_config_makefile dlls
/d3drm enable_d3drm
18505 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
18506 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
18507 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
18508 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
18509 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
18510 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
18511 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
18512 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
18513 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
18514 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
18515 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
18516 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
18517 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
18518 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
18519 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
18520 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
18521 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
18522 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
18523 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
18524 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
18525 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
18526 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
18527 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
18528 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
18529 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
18530 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
18531 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
18532 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
18533 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
18534 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
18535 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
18536 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
18537 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
18538 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
18539 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
18540 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
18541 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
18542 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
18543 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
18544 wine_fn_config_makefile dlls
/davclnt enable_davclnt
18545 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
18546 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
18547 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
18548 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
18549 wine_fn_config_makefile dlls
/ddraw enable_ddraw
18550 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
18551 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
18552 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
18553 wine_fn_config_makefile dlls
/devenum enable_devenum
18554 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
18555 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
18556 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
18557 wine_fn_config_makefile dlls
/difxapi enable_difxapi
18558 wine_fn_config_makefile dlls
/dinput enable_dinput
18559 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
18560 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
18561 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
18562 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
18563 wine_fn_config_makefile dlls
/dispex enable_dispex
18564 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
18565 wine_fn_config_makefile dlls
/display.drv16 enable_win16
18566 wine_fn_config_makefile dlls
/dmband enable_dmband
18567 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
18568 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
18569 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
18570 wine_fn_config_makefile dlls
/dmime enable_dmime
18571 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
18572 wine_fn_config_makefile dlls
/dmloader enable_dmloader
18573 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
18574 wine_fn_config_makefile dlls
/dmscript enable_dmscript
18575 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
18576 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
18577 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
18578 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
18579 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
18580 wine_fn_config_makefile dlls
/dmusic enable_dmusic
18581 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
18582 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
18583 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
18584 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
18585 wine_fn_config_makefile dlls
/dplay enable_dplay
18586 wine_fn_config_makefile dlls
/dplayx enable_dplayx
18587 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
18588 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
18589 wine_fn_config_makefile dlls
/dpnet enable_dpnet
18590 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
18591 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
18592 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
18593 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
18594 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
18595 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
18596 wine_fn_config_makefile dlls
/drmclien enable_drmclien
18597 wine_fn_config_makefile dlls
/dsound enable_dsound
18598 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
18599 wine_fn_config_makefile dlls
/dsquery enable_dsquery
18600 wine_fn_config_makefile dlls
/dssenh enable_dssenh
18601 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
18602 wine_fn_config_makefile dlls
/dswave enable_dswave
18603 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
18604 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
18605 wine_fn_config_makefile dlls
/dwrite enable_dwrite
18606 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
18607 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
18608 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
18609 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
18610 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
18611 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
18612 wine_fn_config_makefile dlls
/dxgi enable_dxgi
18613 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
18614 wine_fn_config_makefile dlls
/dxguid enable_dxguid
18615 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
18616 wine_fn_config_makefile dlls
/esent enable_esent
18617 wine_fn_config_makefile dlls
/evr enable_evr
18618 wine_fn_config_makefile dlls
/evr
/tests enable_tests
18619 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
18620 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
18621 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18622 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18623 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
18624 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18625 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18626 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18627 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18628 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18629 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18630 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18631 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
18632 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
18633 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
18634 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18635 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
18636 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
18637 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18638 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
18639 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18640 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18641 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18642 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
18643 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18644 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
18645 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18646 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
18647 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18648 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18649 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
18650 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18651 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18652 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
18653 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
18654 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
18655 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18656 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18657 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18658 wine_fn_config_makefile dlls
/faultrep enable_faultrep
18659 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
18660 wine_fn_config_makefile dlls
/fltlib enable_fltlib
18661 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
18662 wine_fn_config_makefile dlls
/fntcache enable_fntcache
18663 wine_fn_config_makefile dlls
/fontsub enable_fontsub
18664 wine_fn_config_makefile dlls
/fusion enable_fusion
18665 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
18666 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
18667 wine_fn_config_makefile dlls
/gameux enable_gameux
18668 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
18669 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
18670 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
18671 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
18672 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
18673 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
18674 wine_fn_config_makefile dlls
/glu32 enable_glu32
18675 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
18676 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
18677 wine_fn_config_makefile dlls
/hal enable_hal
18678 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
18679 wine_fn_config_makefile dlls
/hid enable_hid
18680 wine_fn_config_makefile dlls
/hid
/tests enable_tests
18681 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
18682 wine_fn_config_makefile dlls
/hlink enable_hlink
18683 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
18684 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
18685 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
18686 wine_fn_config_makefile dlls
/httpapi enable_httpapi
18687 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
18688 wine_fn_config_makefile dlls
/iccvid enable_iccvid
18689 wine_fn_config_makefile dlls
/icmp enable_icmp
18690 wine_fn_config_makefile dlls
/ieframe enable_ieframe
18691 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
18692 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
18693 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
18694 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
18695 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
18696 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
18697 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
18698 wine_fn_config_makefile dlls
/imm32 enable_imm32
18699 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
18700 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
18701 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
18702 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
18703 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
18704 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
18705 wine_fn_config_makefile dlls
/infosoft enable_infosoft
18706 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
18707 wine_fn_config_makefile dlls
/initpki enable_initpki
18708 wine_fn_config_makefile dlls
/inkobj enable_inkobj
18709 wine_fn_config_makefile dlls
/inseng enable_inseng
18710 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
18711 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
18712 wine_fn_config_makefile dlls
/iprop enable_iprop
18713 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
18714 wine_fn_config_makefile dlls
/itircl enable_itircl
18715 wine_fn_config_makefile dlls
/itss enable_itss
18716 wine_fn_config_makefile dlls
/itss
/tests enable_tests
18717 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
18718 wine_fn_config_makefile dlls
/jscript enable_jscript
18719 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
18720 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
18721 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
18722 wine_fn_config_makefile dlls
/kerberos enable_kerberos
18723 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
18724 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
18725 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
18726 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
18727 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
18728 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
18729 wine_fn_config_makefile dlls
/ksuser enable_ksuser
18730 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
18731 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
18732 wine_fn_config_makefile dlls
/loadperf enable_loadperf
18733 wine_fn_config_makefile dlls
/localspl enable_localspl
18734 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
18735 wine_fn_config_makefile dlls
/localui enable_localui
18736 wine_fn_config_makefile dlls
/localui
/tests enable_tests
18737 wine_fn_config_makefile dlls
/lz32 enable_lz32
18738 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
18739 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
18740 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
18741 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
18742 wine_fn_config_makefile dlls
/mapistub enable_mapistub
18743 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
18744 wine_fn_config_makefile dlls
/mcicda enable_mcicda
18745 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
18746 wine_fn_config_makefile dlls
/mciseq enable_mciseq
18747 wine_fn_config_makefile dlls
/mciwave enable_mciwave
18748 wine_fn_config_makefile dlls
/mf enable_mf
18749 wine_fn_config_makefile dlls
/mf
/tests enable_tests
18750 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
18751 wine_fn_config_makefile dlls
/mfplat enable_mfplat
18752 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
18753 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
18754 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
18755 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
18756 wine_fn_config_makefile dlls
/midimap enable_midimap
18757 wine_fn_config_makefile dlls
/mlang enable_mlang
18758 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
18759 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
18760 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
18761 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
18762 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
18763 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
18764 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
18765 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
18766 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
18767 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
18768 wine_fn_config_makefile dlls
/mpr enable_mpr
18769 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
18770 wine_fn_config_makefile dlls
/mprapi enable_mprapi
18771 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
18772 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
18773 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
18774 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
18775 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
18776 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
18777 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
18778 wine_fn_config_makefile dlls
/mscms enable_mscms
18779 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
18780 wine_fn_config_makefile dlls
/mscoree enable_mscoree
18781 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
18782 wine_fn_config_makefile dlls
/msctf enable_msctf
18783 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
18784 wine_fn_config_makefile dlls
/msctfp enable_msctfp
18785 wine_fn_config_makefile dlls
/msdaps enable_msdaps
18786 wine_fn_config_makefile dlls
/msdelta enable_msdelta
18787 wine_fn_config_makefile dlls
/msdmo enable_msdmo
18788 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
18789 wine_fn_config_makefile dlls
/msdrm enable_msdrm
18790 wine_fn_config_makefile dlls
/msftedit enable_msftedit
18791 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
18792 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
18793 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
18794 wine_fn_config_makefile dlls
/mshtml enable_mshtml
18795 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
18796 wine_fn_config_makefile dlls
/msi enable_msi
18797 wine_fn_config_makefile dlls
/msi
/tests enable_tests
18798 wine_fn_config_makefile dlls
/msident enable_msident
18799 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
18800 wine_fn_config_makefile dlls
/msimsg enable_msimsg
18801 wine_fn_config_makefile dlls
/msimtf enable_msimtf
18802 wine_fn_config_makefile dlls
/msisip enable_msisip
18803 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
18804 wine_fn_config_makefile dlls
/msls31 enable_msls31
18805 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
18806 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
18807 wine_fn_config_makefile dlls
/msports enable_msports
18808 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
18809 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
18810 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
18811 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
18812 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
18813 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
18814 wine_fn_config_makefile dlls
/mstask enable_mstask
18815 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
18816 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
18817 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
18818 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
18819 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
18820 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
18821 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
18822 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
18823 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
18824 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
18825 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
18826 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
18827 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
18828 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
18829 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
18830 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
18831 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
18832 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
18833 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
18834 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
18835 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
18836 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
18837 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
18838 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
18839 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
18840 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
18841 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
18842 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
18843 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
18844 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
18845 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
18846 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
18847 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
18848 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
18849 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
18850 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
18851 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
18852 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
18853 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
18854 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
18855 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
18856 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
18857 wine_fn_config_makefile dlls
/mswsock enable_mswsock
18858 wine_fn_config_makefile dlls
/msxml enable_msxml
18859 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
18860 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
18861 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
18862 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
18863 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
18864 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
18865 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
18866 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
18867 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
18868 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
18869 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
18870 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
18871 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
18872 wine_fn_config_makefile dlls
/netprofm enable_netprofm
18873 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
18874 wine_fn_config_makefile dlls
/newdev enable_newdev
18875 wine_fn_config_makefile dlls
/ninput enable_ninput
18876 wine_fn_config_makefile dlls
/normaliz enable_normaliz
18877 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
18878 wine_fn_config_makefile dlls
/npptools enable_npptools
18879 wine_fn_config_makefile dlls
/ntdll enable_ntdll
18880 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
18881 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
18882 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
18883 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
18884 wine_fn_config_makefile dlls
/ntprint enable_ntprint
18885 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
18886 wine_fn_config_makefile dlls
/objsel enable_objsel
18887 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
18888 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
18889 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
18890 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
18891 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
18892 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
18893 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
18894 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
18895 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
18896 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
18897 wine_fn_config_makefile dlls
/ole32 enable_ole32
18898 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
18899 wine_fn_config_makefile dlls
/oleacc enable_oleacc
18900 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
18901 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
18902 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
18903 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
18904 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
18905 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
18906 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
18907 wine_fn_config_makefile dlls
/oledlg enable_oledlg
18908 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
18909 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
18910 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
18911 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
18912 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
18913 wine_fn_config_makefile dlls
/openal32 enable_openal32
18914 wine_fn_config_makefile dlls
/opencl enable_opencl
18915 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
18916 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
18917 wine_fn_config_makefile dlls
/packager enable_packager
18918 wine_fn_config_makefile dlls
/packager
/tests enable_tests
18919 wine_fn_config_makefile dlls
/pdh enable_pdh
18920 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
18921 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
18922 wine_fn_config_makefile dlls
/pidgen enable_pidgen
18923 wine_fn_config_makefile dlls
/powrprof enable_powrprof
18924 wine_fn_config_makefile dlls
/printui enable_printui
18925 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
18926 wine_fn_config_makefile dlls
/propsys enable_propsys
18927 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
18928 wine_fn_config_makefile dlls
/psapi enable_psapi
18929 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
18930 wine_fn_config_makefile dlls
/pstorec enable_pstorec
18931 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
18932 wine_fn_config_makefile dlls
/qcap enable_qcap
18933 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
18934 wine_fn_config_makefile dlls
/qedit enable_qedit
18935 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
18936 wine_fn_config_makefile dlls
/qmgr enable_qmgr
18937 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
18938 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
18939 wine_fn_config_makefile dlls
/quartz enable_quartz
18940 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
18941 wine_fn_config_makefile dlls
/query enable_query
18942 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
18943 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
18944 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
18945 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
18946 wine_fn_config_makefile dlls
/regapi enable_regapi
18947 wine_fn_config_makefile dlls
/resutils enable_resutils
18948 wine_fn_config_makefile dlls
/riched20 enable_riched20
18949 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
18950 wine_fn_config_makefile dlls
/riched32 enable_riched32
18951 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
18952 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
18953 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
18954 wine_fn_config_makefile dlls
/rsabase enable_rsabase
18955 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
18956 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
18957 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
18958 wine_fn_config_makefile dlls
/rtutils enable_rtutils
18959 wine_fn_config_makefile dlls
/samlib enable_samlib
18960 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
18961 wine_fn_config_makefile dlls
/sapi enable_sapi
18962 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
18963 wine_fn_config_makefile dlls
/sas enable_sas
18964 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
18965 wine_fn_config_makefile dlls
/sccbase enable_sccbase
18966 wine_fn_config_makefile dlls
/schannel enable_schannel
18967 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
18968 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
18969 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
18970 wine_fn_config_makefile dlls
/scrobj enable_scrobj
18971 wine_fn_config_makefile dlls
/scrrun enable_scrrun
18972 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
18973 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
18974 wine_fn_config_makefile dlls
/secur32 enable_secur32
18975 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
18976 wine_fn_config_makefile dlls
/security enable_security
18977 wine_fn_config_makefile dlls
/sensapi enable_sensapi
18978 wine_fn_config_makefile dlls
/serialui enable_serialui
18979 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
18980 wine_fn_config_makefile dlls
/setupapi enable_setupapi
18981 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
18982 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
18983 wine_fn_config_makefile dlls
/sfc enable_sfc
18984 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
18985 wine_fn_config_makefile dlls
/shcore enable_shcore
18986 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
18987 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
18988 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
18989 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
18990 wine_fn_config_makefile dlls
/shell32 enable_shell32
18991 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
18992 wine_fn_config_makefile dlls
/shfolder enable_shfolder
18993 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
18994 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
18995 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
18996 wine_fn_config_makefile dlls
/slc enable_slc
18997 wine_fn_config_makefile dlls
/slc
/tests enable_tests
18998 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
18999 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
19000 wine_fn_config_makefile dlls
/softpub enable_softpub
19001 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
19002 wine_fn_config_makefile dlls
/spoolss enable_spoolss
19003 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
19004 wine_fn_config_makefile dlls
/sspicli enable_sspicli
19005 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
19006 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
19007 wine_fn_config_makefile dlls
/sti enable_sti
19008 wine_fn_config_makefile dlls
/sti
/tests enable_tests
19009 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
19010 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
19011 wine_fn_config_makefile dlls
/strmbase enable_strmbase
19012 wine_fn_config_makefile dlls
/strmdll enable_strmdll
19013 wine_fn_config_makefile dlls
/strmiids enable_strmiids
19014 wine_fn_config_makefile dlls
/svrapi enable_svrapi
19015 wine_fn_config_makefile dlls
/sxs enable_sxs
19016 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
19017 wine_fn_config_makefile dlls
/system.drv16 enable_win16
19018 wine_fn_config_makefile dlls
/t2embed enable_t2embed
19019 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
19020 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
19021 wine_fn_config_makefile dlls
/taskschd enable_taskschd
19022 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
19023 wine_fn_config_makefile dlls
/tdh enable_tdh
19024 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
19025 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
19026 wine_fn_config_makefile dlls
/traffic enable_traffic
19027 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
19028 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
19029 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
19030 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
19031 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
19032 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
19033 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
19034 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
19035 wine_fn_config_makefile dlls
/unicows enable_unicows
19036 wine_fn_config_makefile dlls
/updspapi enable_updspapi
19037 wine_fn_config_makefile dlls
/url enable_url
19038 wine_fn_config_makefile dlls
/urlmon enable_urlmon
19039 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
19040 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
19041 wine_fn_config_makefile dlls
/user.exe16 enable_win16
19042 wine_fn_config_makefile dlls
/user32 enable_user32
19043 wine_fn_config_makefile dlls
/user32
/tests enable_tests
19044 wine_fn_config_makefile dlls
/userenv enable_userenv
19045 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
19046 wine_fn_config_makefile dlls
/usp10 enable_usp10
19047 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
19048 wine_fn_config_makefile dlls
/uuid enable_uuid
19049 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
19050 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
19051 wine_fn_config_makefile dlls
/vbscript enable_vbscript
19052 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
19053 wine_fn_config_makefile dlls
/vcomp enable_vcomp
19054 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
19055 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
19056 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
19057 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
19058 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
19059 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
19060 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
19061 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
19062 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
19063 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
19064 wine_fn_config_makefile dlls
/version enable_version
19065 wine_fn_config_makefile dlls
/version
/tests enable_tests
19066 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
19067 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
19068 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
19069 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
19070 wine_fn_config_makefile dlls
/vssapi enable_vssapi
19071 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
19072 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
19073 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
19074 wine_fn_config_makefile dlls
/w32skrnl enable_win16
19075 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
19076 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
19077 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
19078 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
19079 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
19080 wine_fn_config_makefile dlls
/wdscore enable_wdscore
19081 wine_fn_config_makefile dlls
/webservices enable_webservices
19082 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
19083 wine_fn_config_makefile dlls
/wer enable_wer
19084 wine_fn_config_makefile dlls
/wer
/tests enable_tests
19085 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
19086 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
19087 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
19088 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
19089 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
19090 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
19091 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
19092 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
19093 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
19094 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
19095 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
19096 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
19097 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
19098 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
19099 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
19100 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
19101 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
19102 wine_fn_config_makefile dlls
/wined3d enable_wined3d
19103 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
19104 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
19105 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
19106 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
19107 wine_fn_config_makefile dlls
/winemapi enable_winemapi
19108 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
19109 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
19110 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
19111 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
19112 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
19113 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
19114 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
19115 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
19116 wine_fn_config_makefile dlls
/wing32 enable_wing32
19117 wine_fn_config_makefile dlls
/winhttp enable_winhttp
19118 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
19119 wine_fn_config_makefile dlls
/wininet enable_wininet
19120 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
19121 wine_fn_config_makefile dlls
/winmm enable_winmm
19122 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
19123 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
19124 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
19125 wine_fn_config_makefile dlls
/winscard enable_winscard
19126 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
19127 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
19128 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
19129 wine_fn_config_makefile dlls
/winsta enable_winsta
19130 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
19131 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
19132 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
19133 wine_fn_config_makefile dlls
/wintrust enable_wintrust
19134 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
19135 wine_fn_config_makefile dlls
/winusb enable_winusb
19136 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
19137 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
19138 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
19139 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
19140 wine_fn_config_makefile dlls
/wmasf enable_wmasf
19141 wine_fn_config_makefile dlls
/wmi enable_wmi
19142 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
19143 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
19144 wine_fn_config_makefile dlls
/wmp enable_wmp
19145 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
19146 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
19147 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
19148 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
19149 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
19150 wine_fn_config_makefile dlls
/wow32 enable_win16
19151 wine_fn_config_makefile dlls
/wpc enable_wpc
19152 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
19153 wine_fn_config_makefile dlls
/wpcap enable_wpcap
19154 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
19155 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
19156 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
19157 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
19158 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
19159 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
19160 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
19161 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
19162 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
19163 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
19164 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
19165 wine_fn_config_makefile dlls
/wuapi enable_wuapi
19166 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
19167 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
19168 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
19169 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
19170 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
19171 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
19172 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
19173 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
19174 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
19175 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
19176 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
19177 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
19178 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
19179 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
19180 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
19181 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
19182 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
19183 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
19184 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
19185 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
19186 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
19187 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
19188 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
19189 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
19190 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
19191 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
19192 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
19193 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
19194 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
19195 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
19196 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
19197 wine_fn_config_makefile dlls
/xmllite enable_xmllite
19198 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
19199 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
19200 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
19201 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
19202 test -n "$with_wine64" || wine_fn_config_makefile fonts enable_fonts
19203 wine_fn_config_makefile include enable_include
19204 wine_fn_config_makefile libs
/port enable_port
19205 wine_fn_config_makefile libs
/wine enable_wine
19206 wine_fn_config_makefile libs
/wpp enable_wpp
19207 wine_fn_config_makefile loader enable_loader
19208 wine_fn_config_makefile po enable_po
19209 wine_fn_config_makefile programs
/arp enable_arp
19210 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
19211 wine_fn_config_makefile programs
/attrib enable_attrib
19212 wine_fn_config_makefile programs
/cabarc enable_cabarc
19213 wine_fn_config_makefile programs
/cacls enable_cacls
19214 wine_fn_config_makefile programs
/clock enable_clock
19215 wine_fn_config_makefile programs
/cmd enable_cmd
19216 wine_fn_config_makefile programs
/cmd
/tests enable_tests
19217 wine_fn_config_makefile programs
/conhost enable_conhost
19218 wine_fn_config_makefile programs
/control enable_control
19219 wine_fn_config_makefile programs
/cscript enable_cscript
19220 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
19221 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
19222 wine_fn_config_makefile programs
/eject enable_eject
19223 wine_fn_config_makefile programs
/expand enable_expand
19224 wine_fn_config_makefile programs
/explorer enable_explorer
19225 wine_fn_config_makefile programs
/extrac32 enable_extrac32
19226 wine_fn_config_makefile programs
/findstr enable_findstr
19227 wine_fn_config_makefile programs
/fsutil enable_fsutil
19228 wine_fn_config_makefile programs
/hh enable_hh
19229 wine_fn_config_makefile programs
/hostname enable_hostname
19230 wine_fn_config_makefile programs
/icacls enable_icacls
19231 wine_fn_config_makefile programs
/icinfo enable_icinfo
19232 wine_fn_config_makefile programs
/iexplore enable_iexplore
19233 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
19234 wine_fn_config_makefile programs
/lodctr enable_lodctr
19235 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
19236 wine_fn_config_makefile programs
/mshta enable_mshta
19237 wine_fn_config_makefile programs
/msiexec enable_msiexec
19238 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
19239 wine_fn_config_makefile programs
/net enable_net
19240 wine_fn_config_makefile programs
/netsh enable_netsh
19241 wine_fn_config_makefile programs
/netstat enable_netstat
19242 wine_fn_config_makefile programs
/ngen enable_ngen
19243 wine_fn_config_makefile programs
/notepad enable_notepad
19244 wine_fn_config_makefile programs
/oleview enable_oleview
19245 wine_fn_config_makefile programs
/ping enable_ping
19246 wine_fn_config_makefile programs
/plugplay enable_plugplay
19247 wine_fn_config_makefile programs
/powershell enable_powershell
19248 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
19249 wine_fn_config_makefile programs
/progman enable_progman
19250 wine_fn_config_makefile programs
/reg enable_reg
19251 wine_fn_config_makefile programs
/reg
/tests enable_tests
19252 wine_fn_config_makefile programs
/regasm enable_regasm
19253 wine_fn_config_makefile programs
/regedit enable_regedit
19254 wine_fn_config_makefile programs
/regedit
/tests enable_tests
19255 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
19256 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
19257 wine_fn_config_makefile programs
/rpcss enable_rpcss
19258 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
19259 wine_fn_config_makefile programs
/rundll32 enable_rundll32
19260 wine_fn_config_makefile programs
/sc enable_sc
19261 wine_fn_config_makefile programs
/schtasks enable_schtasks
19262 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
19263 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
19264 wine_fn_config_makefile programs
/secedit enable_secedit
19265 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
19266 wine_fn_config_makefile programs
/services enable_services
19267 wine_fn_config_makefile programs
/services
/tests enable_tests
19268 wine_fn_config_makefile programs
/shutdown enable_shutdown
19269 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
19270 wine_fn_config_makefile programs
/start enable_start
19271 wine_fn_config_makefile programs
/subst enable_subst
19272 wine_fn_config_makefile programs
/svchost enable_svchost
19273 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
19274 wine_fn_config_makefile programs
/taskkill enable_taskkill
19275 wine_fn_config_makefile programs
/tasklist enable_tasklist
19276 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
19277 wine_fn_config_makefile programs
/termsv enable_termsv
19278 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
19279 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
19280 wine_fn_config_makefile programs
/view enable_view
19281 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
19282 wine_fn_config_makefile programs
/wineboot enable_wineboot
19283 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
19284 wine_fn_config_makefile programs
/winecfg enable_winecfg
19285 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
19286 wine_fn_config_makefile programs
/winedbg enable_winedbg
19287 wine_fn_config_makefile programs
/winedevice enable_winedevice
19288 wine_fn_config_makefile programs
/winefile enable_winefile
19289 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
19290 wine_fn_config_makefile programs
/winemine enable_winemine
19291 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
19292 wine_fn_config_makefile programs
/winepath enable_winepath
19293 wine_fn_config_makefile programs
/winetest enable_winetest
19294 wine_fn_config_makefile programs
/winevdm enable_win16
19295 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
19296 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
19297 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
19298 wine_fn_config_makefile programs
/winver enable_winver
19299 wine_fn_config_makefile programs
/wmic enable_wmic
19300 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
19301 wine_fn_config_makefile programs
/wordpad enable_wordpad
19302 wine_fn_config_makefile programs
/write enable_write
19303 wine_fn_config_makefile programs
/wscript enable_wscript
19304 wine_fn_config_makefile programs
/wscript
/tests enable_tests
19305 wine_fn_config_makefile programs
/wusa enable_wusa
19306 wine_fn_config_makefile programs
/xcopy enable_xcopy
19307 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
19308 test -n "$with_wine64" || wine_fn_config_makefile server enable_server
19309 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19310 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
19311 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
19312 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
19313 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
19314 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
19315 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
19316 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
19317 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
19320 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19321 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19322 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19323 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19324 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19325 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19326 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19327 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19329 if test "x$enable_tools" != xno
19331 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19332 ac_config_commands
="$ac_config_commands tools/makedep"
19336 ac_config_commands
="$ac_config_commands Makefile"
19339 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19343 if test "x$enable_maintainer_mode" = xyes
19345 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19346 autoconf --warnings=all
19347 include/config.h.in: include/stamp-h.in
19348 include/stamp-h.in: configure.ac aclocal.m4
19349 autoheader --warnings=all
19350 @echo timestamp > \$@"
19353 if test "x$enable_tools" != xno
19355 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19356 @./config.status tools/makedep
19357 Makefile: tools/makedep$ac_exeext
19358 fonts: tools/sfnt2fon
19359 include: tools tools/widl"
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.4, 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.4
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.