2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 5.1.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='5.1'
584 PACKAGE_STRING
='Wine 5.1'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
728 SYSTEMCONFIGURATION_LIBS
731 APPLICATIONSERVICES_LIBS
747 WINEPRELOADER_LDFLAGS
826 program_transform_name
839 enable_option_checking
843 enable_maintainer_mode
917 enable_api_ms_win_appmodel_identity_l1_1_0
918 enable_api_ms_win_appmodel_runtime_l1_1_1
919 enable_api_ms_win_appmodel_runtime_l1_1_2
920 enable_api_ms_win_core_apiquery_l1_1_0
921 enable_api_ms_win_core_appcompat_l1_1_1
922 enable_api_ms_win_core_appinit_l1_1_0
923 enable_api_ms_win_core_atoms_l1_1_0
924 enable_api_ms_win_core_bem_l1_1_0
925 enable_api_ms_win_core_com_l1_1_0
926 enable_api_ms_win_core_com_l1_1_1
927 enable_api_ms_win_core_com_private_l1_1_0
928 enable_api_ms_win_core_comm_l1_1_0
929 enable_api_ms_win_core_console_l1_1_0
930 enable_api_ms_win_core_console_l2_1_0
931 enable_api_ms_win_core_crt_l1_1_0
932 enable_api_ms_win_core_crt_l2_1_0
933 enable_api_ms_win_core_datetime_l1_1_0
934 enable_api_ms_win_core_datetime_l1_1_1
935 enable_api_ms_win_core_debug_l1_1_0
936 enable_api_ms_win_core_debug_l1_1_1
937 enable_api_ms_win_core_delayload_l1_1_0
938 enable_api_ms_win_core_delayload_l1_1_1
939 enable_api_ms_win_core_errorhandling_l1_1_0
940 enable_api_ms_win_core_errorhandling_l1_1_1
941 enable_api_ms_win_core_errorhandling_l1_1_2
942 enable_api_ms_win_core_errorhandling_l1_1_3
943 enable_api_ms_win_core_fibers_l1_1_0
944 enable_api_ms_win_core_fibers_l1_1_1
945 enable_api_ms_win_core_file_l1_1_0
946 enable_api_ms_win_core_file_l1_2_0
947 enable_api_ms_win_core_file_l1_2_1
948 enable_api_ms_win_core_file_l1_2_2
949 enable_api_ms_win_core_file_l2_1_0
950 enable_api_ms_win_core_file_l2_1_1
951 enable_api_ms_win_core_file_l2_1_2
952 enable_api_ms_win_core_handle_l1_1_0
953 enable_api_ms_win_core_heap_l1_1_0
954 enable_api_ms_win_core_heap_l1_2_0
955 enable_api_ms_win_core_heap_l2_1_0
956 enable_api_ms_win_core_heap_obsolete_l1_1_0
957 enable_api_ms_win_core_interlocked_l1_1_0
958 enable_api_ms_win_core_interlocked_l1_2_0
959 enable_api_ms_win_core_io_l1_1_0
960 enable_api_ms_win_core_io_l1_1_1
961 enable_api_ms_win_core_job_l1_1_0
962 enable_api_ms_win_core_job_l2_1_0
963 enable_api_ms_win_core_kernel32_legacy_l1_1_0
964 enable_api_ms_win_core_kernel32_legacy_l1_1_1
965 enable_api_ms_win_core_kernel32_private_l1_1_1
966 enable_api_ms_win_core_largeinteger_l1_1_0
967 enable_api_ms_win_core_libraryloader_l1_1_0
968 enable_api_ms_win_core_libraryloader_l1_1_1
969 enable_api_ms_win_core_libraryloader_l1_2_0
970 enable_api_ms_win_core_libraryloader_l1_2_1
971 enable_api_ms_win_core_libraryloader_l1_2_2
972 enable_api_ms_win_core_localization_l1_1_0
973 enable_api_ms_win_core_localization_l1_2_0
974 enable_api_ms_win_core_localization_l1_2_1
975 enable_api_ms_win_core_localization_l2_1_0
976 enable_api_ms_win_core_localization_obsolete_l1_1_0
977 enable_api_ms_win_core_localization_obsolete_l1_2_0
978 enable_api_ms_win_core_localization_obsolete_l1_3_0
979 enable_api_ms_win_core_localization_private_l1_1_0
980 enable_api_ms_win_core_localregistry_l1_1_0
981 enable_api_ms_win_core_memory_l1_1_0
982 enable_api_ms_win_core_memory_l1_1_1
983 enable_api_ms_win_core_memory_l1_1_2
984 enable_api_ms_win_core_misc_l1_1_0
985 enable_api_ms_win_core_namedpipe_l1_1_0
986 enable_api_ms_win_core_namedpipe_l1_2_0
987 enable_api_ms_win_core_namespace_l1_1_0
988 enable_api_ms_win_core_normalization_l1_1_0
989 enable_api_ms_win_core_path_l1_1_0
990 enable_api_ms_win_core_privateprofile_l1_1_1
991 enable_api_ms_win_core_processenvironment_l1_1_0
992 enable_api_ms_win_core_processenvironment_l1_2_0
993 enable_api_ms_win_core_processthreads_l1_1_0
994 enable_api_ms_win_core_processthreads_l1_1_1
995 enable_api_ms_win_core_processthreads_l1_1_2
996 enable_api_ms_win_core_processthreads_l1_1_3
997 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
998 enable_api_ms_win_core_profile_l1_1_0
999 enable_api_ms_win_core_psapi_ansi_l1_1_0
1000 enable_api_ms_win_core_psapi_l1_1_0
1001 enable_api_ms_win_core_psapi_obsolete_l1_1_0
1002 enable_api_ms_win_core_quirks_l1_1_0
1003 enable_api_ms_win_core_realtime_l1_1_0
1004 enable_api_ms_win_core_registry_l1_1_0
1005 enable_api_ms_win_core_registry_l2_1_0
1006 enable_api_ms_win_core_registryuserspecific_l1_1_0
1007 enable_api_ms_win_core_rtlsupport_l1_1_0
1008 enable_api_ms_win_core_rtlsupport_l1_2_0
1009 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
1010 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
1011 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
1012 enable_api_ms_win_core_shutdown_l1_1_0
1013 enable_api_ms_win_core_sidebyside_l1_1_0
1014 enable_api_ms_win_core_string_l1_1_0
1015 enable_api_ms_win_core_string_l2_1_0
1016 enable_api_ms_win_core_string_obsolete_l1_1_0
1017 enable_api_ms_win_core_stringansi_l1_1_0
1018 enable_api_ms_win_core_stringloader_l1_1_1
1019 enable_api_ms_win_core_synch_ansi_l1_1_0
1020 enable_api_ms_win_core_synch_l1_1_0
1021 enable_api_ms_win_core_synch_l1_2_0
1022 enable_api_ms_win_core_synch_l1_2_1
1023 enable_api_ms_win_core_sysinfo_l1_1_0
1024 enable_api_ms_win_core_sysinfo_l1_2_0
1025 enable_api_ms_win_core_sysinfo_l1_2_1
1026 enable_api_ms_win_core_threadpool_l1_1_0
1027 enable_api_ms_win_core_threadpool_l1_2_0
1028 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1029 enable_api_ms_win_core_threadpool_private_l1_1_0
1030 enable_api_ms_win_core_timezone_l1_1_0
1031 enable_api_ms_win_core_toolhelp_l1_1_0
1032 enable_api_ms_win_core_url_l1_1_0
1033 enable_api_ms_win_core_util_l1_1_0
1034 enable_api_ms_win_core_version_l1_1_0
1035 enable_api_ms_win_core_version_l1_1_1
1036 enable_api_ms_win_core_version_private_l1_1_0
1037 enable_api_ms_win_core_versionansi_l1_1_0
1038 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1039 enable_api_ms_win_core_winrt_error_l1_1_0
1040 enable_api_ms_win_core_winrt_error_l1_1_1
1041 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1042 enable_api_ms_win_core_winrt_l1_1_0
1043 enable_api_ms_win_core_winrt_registration_l1_1_0
1044 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1045 enable_api_ms_win_core_winrt_string_l1_1_0
1046 enable_api_ms_win_core_winrt_string_l1_1_1
1047 enable_api_ms_win_core_wow64_l1_1_0
1048 enable_api_ms_win_core_wow64_l1_1_1
1049 enable_api_ms_win_core_xstate_l1_1_0
1050 enable_api_ms_win_core_xstate_l2_1_0
1051 enable_api_ms_win_crt_conio_l1_1_0
1052 enable_api_ms_win_crt_convert_l1_1_0
1053 enable_api_ms_win_crt_environment_l1_1_0
1054 enable_api_ms_win_crt_filesystem_l1_1_0
1055 enable_api_ms_win_crt_heap_l1_1_0
1056 enable_api_ms_win_crt_locale_l1_1_0
1057 enable_api_ms_win_crt_math_l1_1_0
1058 enable_api_ms_win_crt_multibyte_l1_1_0
1059 enable_api_ms_win_crt_private_l1_1_0
1060 enable_api_ms_win_crt_process_l1_1_0
1061 enable_api_ms_win_crt_runtime_l1_1_0
1062 enable_api_ms_win_crt_stdio_l1_1_0
1063 enable_api_ms_win_crt_string_l1_1_0
1064 enable_api_ms_win_crt_time_l1_1_0
1065 enable_api_ms_win_crt_utility_l1_1_0
1066 enable_api_ms_win_devices_config_l1_1_0
1067 enable_api_ms_win_devices_config_l1_1_1
1068 enable_api_ms_win_devices_query_l1_1_1
1069 enable_api_ms_win_downlevel_advapi32_l1_1_0
1070 enable_api_ms_win_downlevel_advapi32_l2_1_0
1071 enable_api_ms_win_downlevel_normaliz_l1_1_0
1072 enable_api_ms_win_downlevel_ole32_l1_1_0
1073 enable_api_ms_win_downlevel_shell32_l1_1_0
1074 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1075 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1076 enable_api_ms_win_downlevel_user32_l1_1_0
1077 enable_api_ms_win_downlevel_version_l1_1_0
1078 enable_api_ms_win_dx_d3dkmt_l1_1_0
1079 enable_api_ms_win_eventing_classicprovider_l1_1_0
1080 enable_api_ms_win_eventing_consumer_l1_1_0
1081 enable_api_ms_win_eventing_controller_l1_1_0
1082 enable_api_ms_win_eventing_legacy_l1_1_0
1083 enable_api_ms_win_eventing_provider_l1_1_0
1084 enable_api_ms_win_eventlog_legacy_l1_1_0
1085 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1086 enable_api_ms_win_mm_joystick_l1_1_0
1087 enable_api_ms_win_mm_misc_l1_1_1
1088 enable_api_ms_win_mm_mme_l1_1_0
1089 enable_api_ms_win_mm_time_l1_1_0
1090 enable_api_ms_win_ntuser_dc_access_l1_1_0
1091 enable_api_ms_win_ntuser_rectangle_l1_1_0
1092 enable_api_ms_win_ntuser_sysparams_l1_1_0
1093 enable_api_ms_win_perf_legacy_l1_1_0
1094 enable_api_ms_win_power_base_l1_1_0
1095 enable_api_ms_win_power_setting_l1_1_0
1096 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1097 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1098 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1099 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1100 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1101 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1102 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1103 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1104 enable_api_ms_win_security_audit_l1_1_1
1105 enable_api_ms_win_security_base_l1_1_0
1106 enable_api_ms_win_security_base_l1_2_0
1107 enable_api_ms_win_security_base_private_l1_1_1
1108 enable_api_ms_win_security_credentials_l1_1_0
1109 enable_api_ms_win_security_cryptoapi_l1_1_0
1110 enable_api_ms_win_security_grouppolicy_l1_1_0
1111 enable_api_ms_win_security_lsalookup_l1_1_0
1112 enable_api_ms_win_security_lsalookup_l1_1_1
1113 enable_api_ms_win_security_lsalookup_l2_1_0
1114 enable_api_ms_win_security_lsalookup_l2_1_1
1115 enable_api_ms_win_security_lsapolicy_l1_1_0
1116 enable_api_ms_win_security_provider_l1_1_0
1117 enable_api_ms_win_security_sddl_l1_1_0
1118 enable_api_ms_win_security_systemfunctions_l1_1_0
1119 enable_api_ms_win_service_core_l1_1_0
1120 enable_api_ms_win_service_core_l1_1_1
1121 enable_api_ms_win_service_management_l1_1_0
1122 enable_api_ms_win_service_management_l2_1_0
1123 enable_api_ms_win_service_private_l1_1_1
1124 enable_api_ms_win_service_winsvc_l1_1_0
1125 enable_api_ms_win_service_winsvc_l1_2_0
1126 enable_api_ms_win_shcore_obsolete_l1_1_0
1127 enable_api_ms_win_shcore_scaling_l1_1_1
1128 enable_api_ms_win_shcore_stream_l1_1_0
1129 enable_api_ms_win_shcore_thread_l1_1_0
1130 enable_api_ms_win_shell_shellcom_l1_1_0
1131 enable_api_ms_win_shell_shellfolders_l1_1_0
1146 enable_bluetoothapis
1181 enable_d3dcompiler_33
1182 enable_d3dcompiler_34
1183 enable_d3dcompiler_35
1184 enable_d3dcompiler_36
1185 enable_d3dcompiler_37
1186 enable_d3dcompiler_38
1187 enable_d3dcompiler_39
1188 enable_d3dcompiler_40
1189 enable_d3dcompiler_41
1190 enable_d3dcompiler_42
1191 enable_d3dcompiler_43
1192 enable_d3dcompiler_46
1193 enable_d3dcompiler_47
1279 enable_explorerframe
1280 enable_ext_ms_win_authz_context_l1_1_0
1281 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1282 enable_ext_ms_win_dwmapi_ext_l1_1_0
1283 enable_ext_ms_win_gdi_dc_create_l1_1_0
1284 enable_ext_ms_win_gdi_dc_create_l1_1_1
1285 enable_ext_ms_win_gdi_dc_l1_2_0
1286 enable_ext_ms_win_gdi_devcaps_l1_1_0
1287 enable_ext_ms_win_gdi_draw_l1_1_0
1288 enable_ext_ms_win_gdi_draw_l1_1_1
1289 enable_ext_ms_win_gdi_font_l1_1_0
1290 enable_ext_ms_win_gdi_font_l1_1_1
1291 enable_ext_ms_win_gdi_render_l1_1_0
1292 enable_ext_ms_win_kernel32_package_current_l1_1_0
1293 enable_ext_ms_win_kernel32_package_l1_1_1
1294 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
1295 enable_ext_ms_win_ntuser_draw_l1_1_0
1296 enable_ext_ms_win_ntuser_gui_l1_1_0
1297 enable_ext_ms_win_ntuser_gui_l1_3_0
1298 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1299 enable_ext_ms_win_ntuser_message_l1_1_0
1300 enable_ext_ms_win_ntuser_message_l1_1_1
1301 enable_ext_ms_win_ntuser_misc_l1_1_0
1302 enable_ext_ms_win_ntuser_misc_l1_2_0
1303 enable_ext_ms_win_ntuser_misc_l1_5_1
1304 enable_ext_ms_win_ntuser_mouse_l1_1_0
1305 enable_ext_ms_win_ntuser_private_l1_1_1
1306 enable_ext_ms_win_ntuser_private_l1_3_1
1307 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1308 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1309 enable_ext_ms_win_ntuser_window_l1_1_0
1310 enable_ext_ms_win_ntuser_window_l1_1_1
1311 enable_ext_ms_win_ntuser_window_l1_1_4
1312 enable_ext_ms_win_ntuser_windowclass_l1_1_0
1313 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1314 enable_ext_ms_win_oleacc_l1_1_0
1315 enable_ext_ms_win_ras_rasapi32_l1_1_0
1316 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1317 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1318 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1319 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1320 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1321 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1322 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1323 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1324 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1325 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1326 enable_ext_ms_win_security_credui_l1_1_0
1327 enable_ext_ms_win_security_cryptui_l1_1_0
1328 enable_ext_ms_win_shell_comctl32_init_l1_1_0
1329 enable_ext_ms_win_shell_comdlg32_l1_1_0
1330 enable_ext_ms_win_shell_shell32_l1_2_0
1331 enable_ext_ms_win_uxtheme_themes_l1_1_0
1397 enable_mfmediaengine
1516 enable_photometadatahandler
1592 enable_uiautomationcore
1613 enable_vcruntime140_1
1628 enable_windowscodecs
1629 enable_windowscodecsext
1631 enable_wineandroid_drv
1633 enable_winecoreaudio_drv
1636 enable_winegstreamer
1638 enable_winejoystick_drv
1643 enable_winepulse_drv
1644 enable_wineqtdecoder
1662 enable_wmcodecdspuuid
1719 enable_aspnet_regiis
1761 enable_presentationfontcache
1775 enable_servicemodelreg
1798 enable_winemenubuilder
1800 enable_winemsibuilder
1825 ac_precious_vars
='build_alias
1903 # Initialize some variables set by options.
1905 ac_init_version
=false
1906 ac_unrecognized_opts
=
1907 ac_unrecognized_sep
=
1908 # The variables have the same names as the options, with
1909 # dashes changed to underlines.
1910 cache_file
=/dev
/null
1917 program_transform_name
=s
,x
,x
,
1925 # Installation directory options.
1926 # These are left unexpanded so users can "make install exec_prefix=/foo"
1927 # and all the variables that are supposed to be based on exec_prefix
1928 # by default will actually change.
1929 # Use braces instead of parens because sh, perl, etc. also accept them.
1930 # (The list follows the same order as the GNU Coding Standards.)
1931 bindir
='${exec_prefix}/bin'
1932 sbindir
='${exec_prefix}/sbin'
1933 libexecdir
='${exec_prefix}/libexec'
1934 datarootdir
='${prefix}/share'
1935 datadir
='${datarootdir}'
1936 sysconfdir
='${prefix}/etc'
1937 sharedstatedir
='${prefix}/com'
1938 localstatedir
='${prefix}/var'
1939 runstatedir
='${localstatedir}/run'
1940 includedir
='${prefix}/include'
1941 oldincludedir
='/usr/include'
1942 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1943 infodir
='${datarootdir}/info'
1948 libdir
='${exec_prefix}/lib'
1949 localedir
='${datarootdir}/locale'
1950 mandir
='${datarootdir}/man'
1956 # If the previous option needs an argument, assign it.
1957 if test -n "$ac_prev"; then
1958 eval $ac_prev=\
$ac_option
1964 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1969 # Accept the important Cygnus configure options, so we can diagnose typos.
1971 case $ac_dashdash$ac_option in
1975 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1977 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1978 bindir
=$ac_optarg ;;
1980 -build |
--build |
--buil |
--bui |
--bu)
1981 ac_prev
=build_alias
;;
1982 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1983 build_alias
=$ac_optarg ;;
1985 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1986 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1987 ac_prev
=cache_file
;;
1988 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1989 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1990 cache_file
=$ac_optarg ;;
1992 --config-cache |
-C)
1993 cache_file
=config.cache
;;
1995 -datadir |
--datadir |
--datadi |
--datad)
1997 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1998 datadir
=$ac_optarg ;;
2000 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
2001 |
--dataroo |
--dataro |
--datar)
2002 ac_prev
=datarootdir
;;
2003 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
2004 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
2005 datarootdir
=$ac_optarg ;;
2007 -disable-* |
--disable-*)
2008 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2009 # Reject names that are not valid shell variable names.
2010 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2011 as_fn_error $?
"invalid feature name: $ac_useropt"
2012 ac_useropt_orig
=$ac_useropt
2013 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2014 case $ac_user_opts in
2016 "enable_
$ac_useropt"
2018 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2019 ac_unrecognized_sep
=', ';;
2021 eval enable_
$ac_useropt=no
;;
2023 -docdir |
--docdir |
--docdi |
--doc |
--do)
2025 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
2026 docdir
=$ac_optarg ;;
2028 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
2030 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
2031 dvidir
=$ac_optarg ;;
2033 -enable-* |
--enable-*)
2034 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2035 # Reject names that are not valid shell variable names.
2036 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2037 as_fn_error $?
"invalid feature name: $ac_useropt"
2038 ac_useropt_orig
=$ac_useropt
2039 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2040 case $ac_user_opts in
2042 "enable_
$ac_useropt"
2044 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2045 ac_unrecognized_sep
=', ';;
2047 eval enable_
$ac_useropt=\
$ac_optarg ;;
2049 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
2050 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
2051 |
--exec |
--exe |
--ex)
2052 ac_prev
=exec_prefix
;;
2053 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
2054 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
2055 |
--exec=* |
--exe=* |
--ex=*)
2056 exec_prefix
=$ac_optarg ;;
2058 -gas |
--gas |
--ga |
--g)
2059 # Obsolete; use --with-gas.
2062 -help |
--help |
--hel |
--he |
-h)
2063 ac_init_help
=long
;;
2064 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
2065 ac_init_help
=recursive
;;
2066 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
2067 ac_init_help
=short
;;
2069 -host |
--host |
--hos |
--ho)
2070 ac_prev
=host_alias
;;
2071 -host=* |
--host=* |
--hos=* |
--ho=*)
2072 host_alias
=$ac_optarg ;;
2074 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2076 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2078 htmldir
=$ac_optarg ;;
2080 -includedir |
--includedir |
--includedi |
--included |
--include \
2081 |
--includ |
--inclu |
--incl |
--inc)
2082 ac_prev
=includedir
;;
2083 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2084 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2085 includedir
=$ac_optarg ;;
2087 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2089 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2090 infodir
=$ac_optarg ;;
2092 -libdir |
--libdir |
--libdi |
--libd)
2094 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2095 libdir
=$ac_optarg ;;
2097 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2098 |
--libexe |
--libex |
--libe)
2099 ac_prev
=libexecdir
;;
2100 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2101 |
--libexe=* |
--libex=* |
--libe=*)
2102 libexecdir
=$ac_optarg ;;
2104 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2105 ac_prev
=localedir
;;
2106 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2107 localedir
=$ac_optarg ;;
2109 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2110 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2111 ac_prev
=localstatedir
;;
2112 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2113 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2114 localstatedir
=$ac_optarg ;;
2116 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2118 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2119 mandir
=$ac_optarg ;;
2121 -nfp |
--nfp |
--nf)
2122 # Obsolete; use --without-fp.
2125 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2126 |
--no-cr |
--no-c |
-n)
2129 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2130 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2133 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2134 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2135 |
--oldin |
--oldi |
--old |
--ol |
--o)
2136 ac_prev
=oldincludedir
;;
2137 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2138 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2139 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2140 oldincludedir
=$ac_optarg ;;
2142 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2144 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2145 prefix
=$ac_optarg ;;
2147 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2148 |
--program-pre |
--program-pr |
--program-p)
2149 ac_prev
=program_prefix
;;
2150 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2151 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2152 program_prefix
=$ac_optarg ;;
2154 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2155 |
--program-suf |
--program-su |
--program-s)
2156 ac_prev
=program_suffix
;;
2157 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2158 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2159 program_suffix
=$ac_optarg ;;
2161 -program-transform-name |
--program-transform-name \
2162 |
--program-transform-nam |
--program-transform-na \
2163 |
--program-transform-n |
--program-transform- \
2164 |
--program-transform |
--program-transfor \
2165 |
--program-transfo |
--program-transf \
2166 |
--program-trans |
--program-tran \
2167 |
--progr-tra |
--program-tr |
--program-t)
2168 ac_prev
=program_transform_name
;;
2169 -program-transform-name=* |
--program-transform-name=* \
2170 |
--program-transform-nam=* |
--program-transform-na=* \
2171 |
--program-transform-n=* |
--program-transform-=* \
2172 |
--program-transform=* |
--program-transfor=* \
2173 |
--program-transfo=* |
--program-transf=* \
2174 |
--program-trans=* |
--program-tran=* \
2175 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2176 program_transform_name
=$ac_optarg ;;
2178 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2180 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2181 pdfdir
=$ac_optarg ;;
2183 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2185 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2188 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2189 |
-silent |
--silent |
--silen |
--sile |
--sil)
2192 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2193 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2194 |
--run |
--ru |
--r)
2195 ac_prev
=runstatedir
;;
2196 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2197 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2198 |
--run=* |
--ru=* |
--r=*)
2199 runstatedir
=$ac_optarg ;;
2201 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2203 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2205 sbindir
=$ac_optarg ;;
2207 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2208 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2209 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2211 ac_prev
=sharedstatedir
;;
2212 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2213 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2214 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2216 sharedstatedir
=$ac_optarg ;;
2218 -site |
--site |
--sit)
2220 -site=* |
--site=* |
--sit=*)
2223 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2225 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2226 srcdir
=$ac_optarg ;;
2228 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2229 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2230 ac_prev
=sysconfdir
;;
2231 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2232 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2233 sysconfdir
=$ac_optarg ;;
2235 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2236 ac_prev
=target_alias
;;
2237 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2238 target_alias
=$ac_optarg ;;
2240 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2243 -version |
--version |
--versio |
--versi |
--vers |
-V)
2244 ac_init_version
=: ;;
2247 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2248 # Reject names that are not valid shell variable names.
2249 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2250 as_fn_error $?
"invalid package name: $ac_useropt"
2251 ac_useropt_orig
=$ac_useropt
2252 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2253 case $ac_user_opts in
2257 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2258 ac_unrecognized_sep
=', ';;
2260 eval with_
$ac_useropt=\
$ac_optarg ;;
2262 -without-* |
--without-*)
2263 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2264 # Reject names that are not valid shell variable names.
2265 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2266 as_fn_error $?
"invalid package name: $ac_useropt"
2267 ac_useropt_orig
=$ac_useropt
2268 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2269 case $ac_user_opts in
2273 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2274 ac_unrecognized_sep
=', ';;
2276 eval with_
$ac_useropt=no
;;
2279 # Obsolete; use --with-x.
2282 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2283 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2284 ac_prev
=x_includes
;;
2285 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2286 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2287 x_includes
=$ac_optarg ;;
2289 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2290 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2291 ac_prev
=x_libraries
;;
2292 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2293 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2294 x_libraries
=$ac_optarg ;;
2296 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2297 Try \`$0 --help' for more information"
2301 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2302 # Reject names that are not valid shell variable names.
2303 case $ac_envvar in #(
2304 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2305 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2307 eval $ac_envvar=\
$ac_optarg
2308 export $ac_envvar ;;
2311 # FIXME: should be removed in autoconf 3.0.
2312 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2313 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2314 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2315 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2321 if test -n "$ac_prev"; then
2322 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2323 as_fn_error $?
"missing argument to $ac_option"
2326 if test -n "$ac_unrecognized_opts"; then
2327 case $enable_option_checking in
2329 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2330 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2334 # Check all directory arguments for consistency.
2335 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2336 datadir sysconfdir sharedstatedir localstatedir includedir \
2337 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2338 libdir localedir mandir runstatedir
2340 eval ac_val
=\$
$ac_var
2341 # Remove trailing slashes.
2344 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2345 eval $ac_var=\
$ac_val;;
2347 # Be sure to have absolute directory names.
2349 [\\/$
]* | ?
:[\\/]* ) continue;;
2350 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2352 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2355 # There might be people who depend on the old broken behavior: `$host'
2356 # used to hold the argument of --host etc.
2357 # FIXME: To remove some day.
2360 target
=$target_alias
2362 # FIXME: To remove some day.
2363 if test "x$host_alias" != x
; then
2364 if test "x$build_alias" = x
; then
2365 cross_compiling
=maybe
2366 elif test "x$build_alias" != "x$host_alias"; then
2372 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2374 test "$silent" = yes && exec 6>/dev
/null
2377 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2378 ac_ls_di
=`ls -di .` &&
2379 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2380 as_fn_error $?
"working directory cannot be determined"
2381 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2382 as_fn_error $?
"pwd does not report name of working directory"
2385 # Find the source files, if location was not specified.
2386 if test -z "$srcdir"; then
2387 ac_srcdir_defaulted
=yes
2388 # Try the directory containing this script, then the parent directory.
2389 ac_confdir
=`$as_dirname -- "$as_myself" ||
2390 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2391 X"$as_myself" : 'X\(//\)[^/]' \| \
2392 X"$as_myself" : 'X\(//\)$' \| \
2393 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2394 $as_echo X"$as_myself" |
2395 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2413 if test ! -r "$srcdir/$ac_unique_file"; then
2417 ac_srcdir_defaulted
=no
2419 if test ! -r "$srcdir/$ac_unique_file"; then
2420 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2421 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2423 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2425 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2427 # When building in place, set srcdir=.
2428 if test "$ac_abs_confdir" = "$ac_pwd"; then
2431 # Remove unnecessary trailing slashes from srcdir.
2432 # Double slashes in file names in object file debugging info
2433 # mess up M-x gdb in Emacs.
2435 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2437 for ac_var
in $ac_precious_vars; do
2438 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2439 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2440 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2441 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2445 # Report the --help message.
2447 if test "$ac_init_help" = "long"; then
2448 # Omit some internal or obsolete options to make the list less imposing.
2449 # This message is too long to be a string in the A/UX 3.1 sh.
2451 \`configure' configures Wine 5.1 to adapt to many kinds of systems.
2453 Usage: $0 [OPTION]... [VAR=VALUE]...
2455 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2456 VAR=VALUE. See below for descriptions of some of the useful variables.
2458 Defaults for the options are specified in brackets.
2461 -h, --help display this help and exit
2462 --help=short display options specific to this package
2463 --help=recursive display the short help of all the included packages
2464 -V, --version display version information and exit
2465 -q, --quiet, --silent do not print \`checking ...' messages
2466 --cache-file=FILE cache test results in FILE [disabled]
2467 -C, --config-cache alias for \`--cache-file=config.cache'
2468 -n, --no-create do not create output files
2469 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2471 Installation directories:
2472 --prefix=PREFIX install architecture-independent files in PREFIX
2473 [$ac_default_prefix]
2474 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2477 By default, \`make install' will install all the files in
2478 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2479 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2480 for instance \`--prefix=\$HOME'.
2482 For better control, use the options below.
2484 Fine tuning of the installation directories:
2485 --bindir=DIR user executables [EPREFIX/bin]
2486 --sbindir=DIR system admin executables [EPREFIX/sbin]
2487 --libexecdir=DIR program executables [EPREFIX/libexec]
2488 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2489 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2490 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2491 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2492 --libdir=DIR object code libraries [EPREFIX/lib]
2493 --includedir=DIR C header files [PREFIX/include]
2494 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2495 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2496 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2497 --infodir=DIR info documentation [DATAROOTDIR/info]
2498 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2499 --mandir=DIR man documentation [DATAROOTDIR/man]
2500 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2501 --htmldir=DIR html documentation [DOCDIR]
2502 --dvidir=DIR dvi documentation [DOCDIR]
2503 --pdfdir=DIR pdf documentation [DOCDIR]
2504 --psdir=DIR ps documentation [DOCDIR]
2510 --x-includes=DIR X include files are
in DIR
2511 --x-libraries=DIR X library files are
in DIR
2514 --build=BUILD configure
for building on BUILD
[guessed
]
2515 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2519 if test -n "$ac_init_help"; then
2520 case $ac_init_help in
2521 short | recursive
) echo "Configuration of Wine 5.1:";;
2526 --disable-option-checking ignore unrecognized
--enable/--with options
2527 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2528 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2529 --disable-win16 do not include Win16 support
2530 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2532 --disable-tests do not build the regression tests
2533 --enable-maintainer-mode
2534 enable maintainer-specific build rules
2535 --disable-largefile omit support for large files
2538 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2539 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2540 --without-alsa do not use the Alsa sound support
2541 --without-capi do not use CAPI (ISDN support)
2542 --without-cms do not use CMS (color management support)
2543 --without-coreaudio do not use the CoreAudio sound support
2544 --without-cups do not use CUPS
2545 --without-curses do not use (n)curses
2546 --without-dbus do not use DBus (dynamic device support)
2547 --without-faudio do not use FAudio (XAudio2 support)
2548 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2549 --without-fontconfig do not use fontconfig
2550 --without-freetype do not use the FreeType library
2551 --without-gettext do not use gettext
2552 --with-gettextpo use the GetTextPO library to rebuild po files
2553 --without-gphoto do not use gphoto (Digital Camera support)
2554 --without-glu do not use the GLU library
2555 --without-gnutls do not use GnuTLS (schannel support)
2556 --without-gsm do not use libgsm (GSM 06.10 codec support)
2557 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2558 --without-gstreamer do not use GStreamer (codecs support)
2559 --without-hal do not use HAL (dynamic device support)
2560 --without-inotify do not use inotify (filesystem change notifications)
2561 --without-jpeg do not use JPEG
2562 --without-krb5 do not use krb5 (Kerberos)
2563 --without-ldap do not use LDAP
2564 --without-mingw do not use the MinGW cross-compiler
2565 --without-mpg123 do not use the mpg123 library
2566 --without-netapi do not use the Samba NetAPI library
2567 --without-openal do not use OpenAL
2568 --without-opencl do not use OpenCL
2569 --without-opengl do not use OpenGL
2570 --without-osmesa do not use the OSMesa library
2571 --without-oss do not use the OSS sound support
2572 --without-pcap do not use the Packet Capture library
2573 --without-png do not use PNG
2574 --without-pthread do not use the pthread library
2575 --without-pulse do not use PulseAudio sound support
2576 --without-sane do not use SANE (scanner support)
2577 --without-sdl do not use SDL
2578 --without-tiff do not use TIFF
2579 --without-udev do not use udev (plug and play support)
2580 --without-unwind do not use the libunwind library (exception
2582 --without-v4l2 do not use v4l2 (video capture)
2583 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2584 --without-vulkan do not use Vulkan
2585 --without-xcomposite do not use the Xcomposite extension
2586 --without-xcursor do not use the Xcursor extension
2587 --without-xfixes do not use Xfixes for clipboard change notifications
2588 --without-xinerama do not use Xinerama (legacy multi-monitor support)
2589 --without-xinput do not use the Xinput extension
2590 --without-xinput2 do not use the Xinput 2 extension
2591 --without-xml do not use XML
2592 --without-xrandr do not use Xrandr (multi-monitor support)
2593 --without-xrender do not use the Xrender extension
2594 --without-xshape do not use the Xshape extension
2595 --without-xshm do not use XShm (shared memory extension)
2596 --without-xslt do not use XSLT
2597 --without-xxf86vm do not use XFree video mode extension
2598 --without-zlib do not use Zlib (data compression)
2599 --with-wine-tools=DIR use Wine tools from directory DIR
2600 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2601 --with-x use the X Window System
2603 Some influential environment variables:
2604 CC C compiler command
2605 CFLAGS C compiler flags
2606 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2607 nonstandard directory <lib dir>
2608 LIBS libraries to pass to the linker, e.g. -l<library>
2609 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2610 you have headers in a nonstandard directory <include dir>
2611 CXX C++ compiler command
2612 CXXFLAGS C++ compiler flags
2614 OBJC Objective C compiler command
2615 OBJCFLAGS Objective C compiler flags
2616 OBJCPP Objective C preprocessor
2617 XMKMF Path to xmkmf, Makefile generator for X Window System
2618 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2619 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2620 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2621 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2623 C compiler flags for libinotify, overriding pkg-config
2625 Linker flags for libinotify, overriding pkg-config
2626 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2627 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2628 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2629 HAL_LIBS Linker flags for hal, overriding pkg-config
2631 C compiler flags for gnutls, overriding pkg-config
2632 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2633 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2634 SANE_LIBS Linker flags for libsane, overriding pkg-config
2636 C compiler flags for libgphoto2, overriding pkg-config
2638 Linker flags for libgphoto2, overriding pkg-config
2640 C compiler flags for libgphoto2_port, overriding pkg-config
2642 Linker flags for libgphoto2_port, overriding pkg-config
2644 C compiler flags for lcms2, overriding pkg-config
2645 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2647 C compiler flags for freetype2, overriding pkg-config
2649 Linker flags for freetype2, overriding pkg-config
2650 Z_CFLAGS C compiler flags for libz, overriding pkg-config
2651 Z_LIBS Linker flags for libz, overriding pkg-config
2653 C compiler flags for libpulse, overriding pkg-config
2654 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2656 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2657 gstreamer-audio-1.0, overriding pkg-config
2659 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2660 gstreamer-audio-1.0, overriding pkg-config
2661 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2662 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2664 C compiler flags for libunwind, overriding pkg-config
2665 UNWIND_LIBS Linker flags for libunwind, overriding pkg-config
2666 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2667 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2669 C compiler flags for faudio, overriding pkg-config
2670 FAUDIO_LIBS Linker flags for faudio, overriding pkg-config
2672 C compiler flags for capi20, overriding pkg-config
2673 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2674 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2675 CUPS_LIBS Linker flags for cups, overriding pkg-config
2677 C compiler flags for fontconfig, overriding pkg-config
2679 Linker flags for fontconfig, overriding pkg-config
2680 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2681 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2683 C compiler flags for krb5-gssapi, overriding pkg-config
2684 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2685 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2686 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2687 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2688 PNG_LIBS Linker flags for libpng, overriding pkg-config
2689 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2690 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2692 C compiler flags for libmpg123, overriding pkg-config
2693 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2695 C compiler flags for netapi, overriding pkg-config
2696 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2698 C compiler flags for libvkd3d, overriding pkg-config
2699 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2700 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2701 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2703 Use these variables to override the choices made by `configure' or to
help
2704 it to
find libraries and programs with nonstandard names
/locations.
2706 Report bugs to
<wine-devel@winehq.org
>.
2707 Wine home page
: <https
://www.winehq.org
>.
2712 if test "$ac_init_help" = "recursive"; then
2713 # If there are subdirs, report their specific --help.
2714 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2715 test -d "$ac_dir" ||
2716 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2721 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2723 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2724 # A ".." for each directory in $ac_dir_suffix.
2725 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2726 case $ac_top_builddir_sub in
2727 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2728 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2731 ac_abs_top_builddir
=$ac_pwd
2732 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2733 # for backward compatibility:
2734 ac_top_builddir
=$ac_top_build_prefix
2737 .
) # We are building in place.
2739 ac_top_srcdir
=$ac_top_builddir_sub
2740 ac_abs_top_srcdir
=$ac_pwd ;;
2741 [\\/]* | ?
:[\\/]* ) # Absolute name.
2742 ac_srcdir
=$srcdir$ac_dir_suffix;
2743 ac_top_srcdir
=$srcdir
2744 ac_abs_top_srcdir
=$srcdir ;;
2746 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2747 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2748 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2750 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2752 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2753 # Check for guested configure.
2754 if test -f "$ac_srcdir/configure.gnu"; then
2756 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2757 elif test -f "$ac_srcdir/configure"; then
2759 $SHELL "$ac_srcdir/configure" --help=recursive
2761 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2763 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2767 test -n "$ac_init_help" && exit $ac_status
2768 if $ac_init_version; then
2771 generated by GNU Autoconf
2.69
2773 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2774 This configure
script is free software
; the Free Software Foundation
2775 gives unlimited permission to copy
, distribute and modify it.
2780 ## ------------------------ ##
2781 ## Autoconf initialization. ##
2782 ## ------------------------ ##
2784 # ac_fn_c_try_compile LINENO
2785 # --------------------------
2786 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2787 ac_fn_c_try_compile
()
2789 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2790 rm -f conftest.
$ac_objext
2791 if { { ac_try
="$ac_compile"
2793 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2796 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2797 $as_echo "$ac_try_echo"; } >&5
2798 (eval "$ac_compile") 2>conftest.err
2800 if test -s conftest.err; then
2801 grep -v '^ *+' conftest.err >conftest.er1
2802 cat conftest.er1 >&5
2803 mv -f conftest.er1 conftest.err
2805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2806 test $ac_status = 0; } && {
2807 test -z "$ac_c_werror_flag" ||
2808 test ! -s conftest.err
2809 } && test -s conftest.$ac_objext; then :
2812 $as_echo "$as_me: failed program was:" >&5
2813 sed 's/^/| /' conftest.$ac_ext >&5
2817 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2818 as_fn_set_status $ac_retval
2820 } # ac_fn_c_try_compile
2822 # ac_fn_cxx_try_compile LINENO
2823 # ----------------------------
2824 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2825 ac_fn_cxx_try_compile ()
2827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2828 rm -f conftest.$ac_objext
2829 if { { ac_try="$ac_compile"
2831 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2832 *) ac_try_echo
=$ac_try;;
2834 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2835 $as_echo "$ac_try_echo"; } >&5
2836 (eval "$ac_compile") 2>conftest.err
2838 if test -s conftest.err
; then
2839 grep -v '^ *+' conftest.err
>conftest.er1
2840 cat conftest.er1
>&5
2841 mv -f conftest.er1 conftest.err
2843 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2844 test $ac_status = 0; } && {
2845 test -z "$ac_cxx_werror_flag" ||
2846 test ! -s conftest.err
2847 } && test -s conftest.
$ac_objext; then :
2850 $as_echo "$as_me: failed program was:" >&5
2851 sed 's/^/| /' conftest.
$ac_ext >&5
2855 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2856 as_fn_set_status
$ac_retval
2858 } # ac_fn_cxx_try_compile
2860 # ac_fn_c_try_link LINENO
2861 # -----------------------
2862 # Try to link conftest.$ac_ext, and return whether this succeeded.
2865 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2866 rm -f conftest.
$ac_objext conftest
$ac_exeext
2867 if { { ac_try
="$ac_link"
2869 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2870 *) ac_try_echo=$ac_try;;
2872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2873 $as_echo "$ac_try_echo"; } >&5
2874 (eval "$ac_link") 2>conftest.err
2876 if test -s conftest.err; then
2877 grep -v '^ *+' conftest.err >conftest.er1
2878 cat conftest.er1 >&5
2879 mv -f conftest.er1 conftest.err
2881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2882 test $ac_status = 0; } && {
2883 test -z "$ac_c_werror_flag" ||
2884 test ! -s conftest.err
2885 } && test -s conftest$ac_exeext && {
2886 test "$cross_compiling" = yes ||
2887 test -x conftest$ac_exeext
2891 $as_echo "$as_me: failed program was:" >&5
2892 sed 's/^/| /' conftest.$ac_ext >&5
2896 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2897 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2898 # interfere with the next link command; also delete a directory that is
2899 # left behind by Apple's compiler. We do this before executing the actions.
2900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2902 as_fn_set_status $ac_retval
2904 } # ac_fn_c_try_link
2906 # ac_fn_c_try_cpp LINENO
2907 # ----------------------
2908 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2912 if { { ac_try="$ac_cpp conftest.$ac_ext"
2914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2915 *) ac_try_echo
=$ac_try;;
2917 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2918 $as_echo "$ac_try_echo"; } >&5
2919 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2921 if test -s conftest.err
; then
2922 grep -v '^ *+' conftest.err
>conftest.er1
2923 cat conftest.er1
>&5
2924 mv -f conftest.er1 conftest.err
2926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2927 test $ac_status = 0; } > conftest.i
&& {
2928 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2929 test ! -s conftest.err
2933 $as_echo "$as_me: failed program was:" >&5
2934 sed 's/^/| /' conftest.
$ac_ext >&5
2938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2939 as_fn_set_status
$ac_retval
2943 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2944 # -------------------------------------------------------
2945 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2946 # the include files in INCLUDES and setting the cache variable VAR
2948 ac_fn_c_check_header_mongrel
()
2950 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2951 if eval \
${$3+:} false
; then :
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2953 $as_echo_n "checking for $2... " >&6; }
2954 if eval \
${$3+:} false
; then :
2955 $as_echo_n "(cached) " >&6
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2959 $as_echo "$ac_res" >&6; }
2961 # Is the header compilable?
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2963 $as_echo_n "checking $2 usability... " >&6; }
2964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2965 /* end confdefs.h. */
2969 if ac_fn_c_try_compile
"$LINENO"; then :
2970 ac_header_compiler
=yes
2972 ac_header_compiler
=no
2974 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2976 $as_echo "$ac_header_compiler" >&6; }
2978 # Is the header present?
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2980 $as_echo_n "checking $2 presence... " >&6; }
2981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2982 /* end confdefs.h. */
2985 if ac_fn_c_try_cpp
"$LINENO"; then :
2986 ac_header_preproc
=yes
2988 ac_header_preproc
=no
2990 rm -f conftest.err conftest.i conftest.
$ac_ext
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2992 $as_echo "$ac_header_preproc" >&6; }
2994 # So? What about this header?
2995 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2998 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3000 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3004 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3006 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3008 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3010 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3012 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3013 ( $as_echo "## ------------------------------------ ##
3014 ## Report this to wine-devel@winehq.org ##
3015 ## ------------------------------------ ##"
3016 ) |
sed "s/^/$as_me: WARNING: /" >&2
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3020 $as_echo_n "checking for $2... " >&6; }
3021 if eval \
${$3+:} false
; then :
3022 $as_echo_n "(cached) " >&6
3024 eval "$3=\$ac_header_compiler"
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3028 $as_echo "$ac_res" >&6; }
3030 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3032 } # ac_fn_c_check_header_mongrel
3034 # ac_fn_c_try_run LINENO
3035 # ----------------------
3036 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3037 # that executables *can* be run.
3040 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3041 if { { ac_try
="$ac_link"
3043 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3044 *) ac_try_echo=$ac_try;;
3046 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3047 $as_echo "$ac_try_echo"; } >&5
3048 (eval "$ac_link") 2>&5
3050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3051 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3052 { { case "(($ac_try" in
3053 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3054 *) ac_try_echo
=$ac_try;;
3056 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3057 $as_echo "$ac_try_echo"; } >&5
3058 (eval "$ac_try") 2>&5
3060 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3061 test $ac_status = 0; }; }; then :
3064 $as_echo "$as_me: program exited with status $ac_status" >&5
3065 $as_echo "$as_me: failed program was:" >&5
3066 sed 's/^/| /' conftest.
$ac_ext >&5
3068 ac_retval
=$ac_status
3070 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3071 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3072 as_fn_set_status
$ac_retval
3076 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
3077 # -------------------------------------------------------
3078 # Tests whether HEADER exists and can be compiled using the include files in
3079 # INCLUDES, setting the cache variable VAR accordingly.
3080 ac_fn_c_check_header_compile
()
3082 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3084 $as_echo_n "checking for $2... " >&6; }
3085 if eval \
${$3+:} false
; then :
3086 $as_echo_n "(cached) " >&6
3088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3089 /* end confdefs.h. */
3093 if ac_fn_c_try_compile
"$LINENO"; then :
3098 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3102 $as_echo "$ac_res" >&6; }
3103 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3105 } # ac_fn_c_check_header_compile
3107 # ac_fn_objc_try_compile LINENO
3108 # -----------------------------
3109 # Try to compile conftest.$ac_ext, and return whether this succeeded.
3110 ac_fn_objc_try_compile
()
3112 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3113 rm -f conftest.
$ac_objext
3114 if { { ac_try
="$ac_compile"
3116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3117 *) ac_try_echo=$ac_try;;
3119 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3120 $as_echo "$ac_try_echo"; } >&5
3121 (eval "$ac_compile") 2>conftest.err
3123 if test -s conftest.err; then
3124 grep -v '^ *+' conftest.err >conftest.er1
3125 cat conftest.er1 >&5
3126 mv -f conftest.er1 conftest.err
3128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3129 test $ac_status = 0; } && {
3130 test -z "$ac_objc_werror_flag" ||
3131 test ! -s conftest.err
3132 } && test -s conftest.$ac_objext; then :
3135 $as_echo "$as_me: failed program was:" >&5
3136 sed 's/^/| /' conftest.$ac_ext >&5
3140 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3141 as_fn_set_status $ac_retval
3143 } # ac_fn_objc_try_compile
3145 # ac_fn_objc_try_cpp LINENO
3146 # -------------------------
3147 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3148 ac_fn_objc_try_cpp ()
3150 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3151 if { { ac_try="$ac_cpp conftest.$ac_ext"
3153 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3154 *) ac_try_echo
=$ac_try;;
3156 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3157 $as_echo "$ac_try_echo"; } >&5
3158 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3160 if test -s conftest.err
; then
3161 grep -v '^ *+' conftest.err
>conftest.er1
3162 cat conftest.er1
>&5
3163 mv -f conftest.er1 conftest.err
3165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3166 test $ac_status = 0; } > conftest.i
&& {
3167 test -z "$ac_objc_preproc_warn_flag$ac_objc_werror_flag" ||
3168 test ! -s conftest.err
3172 $as_echo "$as_me: failed program was:" >&5
3173 sed 's/^/| /' conftest.
$ac_ext >&5
3177 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3178 as_fn_set_status
$ac_retval
3180 } # ac_fn_objc_try_cpp
3182 # ac_fn_objc_check_header_mongrel LINENO HEADER VAR INCLUDES
3183 # ----------------------------------------------------------
3184 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3185 # the include files in INCLUDES and setting the cache variable VAR
3187 ac_fn_objc_check_header_mongrel
()
3189 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3190 if eval \
${$3+:} false
; then :
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3192 $as_echo_n "checking for $2... " >&6; }
3193 if eval \
${$3+:} false
; then :
3194 $as_echo_n "(cached) " >&6
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3198 $as_echo "$ac_res" >&6; }
3200 # Is the header compilable?
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3202 $as_echo_n "checking $2 usability... " >&6; }
3203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3204 /* end confdefs.h. */
3208 if ac_fn_objc_try_compile
"$LINENO"; then :
3209 ac_header_compiler
=yes
3211 ac_header_compiler
=no
3213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3215 $as_echo "$ac_header_compiler" >&6; }
3217 # Is the header present?
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3219 $as_echo_n "checking $2 presence... " >&6; }
3220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3221 /* end confdefs.h. */
3224 if ac_fn_objc_try_cpp
"$LINENO"; then :
3225 ac_header_preproc
=yes
3227 ac_header_preproc
=no
3229 rm -f conftest.err conftest.i conftest.
$ac_ext
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3231 $as_echo "$ac_header_preproc" >&6; }
3233 # So? What about this header?
3234 case $ac_header_compiler:$ac_header_preproc:$ac_objc_preproc_warn_flag in #((
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3237 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3239 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3243 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3245 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3247 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3249 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3251 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3252 ( $as_echo "## ------------------------------------ ##
3253 ## Report this to wine-devel@winehq.org ##
3254 ## ------------------------------------ ##"
3255 ) |
sed "s/^/$as_me: WARNING: /" >&2
3258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3259 $as_echo_n "checking for $2... " >&6; }
3260 if eval \
${$3+:} false
; then :
3261 $as_echo_n "(cached) " >&6
3263 eval "$3=\$ac_header_compiler"
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3267 $as_echo "$ac_res" >&6; }
3269 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3271 } # ac_fn_objc_check_header_mongrel
3273 # ac_fn_c_check_func LINENO FUNC VAR
3274 # ----------------------------------
3275 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3276 ac_fn_c_check_func
()
3278 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3280 $as_echo_n "checking for $2... " >&6; }
3281 if eval \
${$3+:} false
; then :
3282 $as_echo_n "(cached) " >&6
3284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3285 /* end confdefs.h. */
3286 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3287 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3288 #define $2 innocuous_$2
3290 /* System header to define __stub macros and hopefully few prototypes,
3291 which can conflict with char $2 (); below.
3292 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3293 <limits.h> exists even on freestanding compilers. */
3296 # include <limits.h>
3298 # include <assert.h>
3303 /* Override any GCC internal prototype to avoid an error.
3304 Use char because int might match the return type of a GCC
3305 builtin and then its argument prototype would still apply. */
3310 /* The GNU C library defines this for functions which it implements
3311 to always fail with ENOSYS. Some functions are actually named
3312 something starting with __ and the normal name is an alias. */
3313 #if defined __stub_$2 || defined __stub___$2
3325 if ac_fn_c_try_link
"$LINENO"; then :
3330 rm -f core conftest.err conftest.
$ac_objext \
3331 conftest
$ac_exeext conftest.
$ac_ext
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3335 $as_echo "$ac_res" >&6; }
3336 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3338 } # ac_fn_c_check_func
3340 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3341 # ----------------------------------------------------
3342 # Tries to find if the field MEMBER exists in type AGGR, after including
3343 # INCLUDES, setting cache variable VAR accordingly.
3344 ac_fn_c_check_member
()
3346 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3348 $as_echo_n "checking for $2.$3... " >&6; }
3349 if eval \
${$4+:} false
; then :
3350 $as_echo_n "(cached) " >&6
3352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3353 /* end confdefs.h. */
3365 if ac_fn_c_try_compile
"$LINENO"; then :
3368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3369 /* end confdefs.h. */
3375 if (sizeof ac_aggr.$3)
3381 if ac_fn_c_try_compile
"$LINENO"; then :
3386 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3392 $as_echo "$ac_res" >&6; }
3393 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3395 } # ac_fn_c_check_member
3397 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3398 # -------------------------------------------
3399 # Tests whether TYPE exists after having included INCLUDES, setting cache
3400 # variable VAR accordingly.
3401 ac_fn_c_check_type
()
3403 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3405 $as_echo_n "checking for $2... " >&6; }
3406 if eval \
${$3+:} false
; then :
3407 $as_echo_n "(cached) " >&6
3410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3411 /* end confdefs.h. */
3422 if ac_fn_c_try_compile
"$LINENO"; then :
3423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3424 /* end confdefs.h. */
3435 if ac_fn_c_try_compile
"$LINENO"; then :
3440 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3442 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3446 $as_echo "$ac_res" >&6; }
3447 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3449 } # ac_fn_c_check_type
3450 cat >config.log
<<_ACEOF
3451 This file contains any messages produced by compilers while
3452 running configure, to aid debugging if configure makes a mistake.
3454 It was created by Wine $as_me 5.1, which was
3455 generated by GNU Autoconf 2.69. Invocation command line was
3467 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3468 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3469 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3470 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3471 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3473 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3474 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3476 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3477 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3478 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3479 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3480 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3481 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3482 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3490 test -z "$as_dir" && as_dir
=.
3491 $as_echo "PATH: $as_dir"
3507 # Keep a trace of the command line.
3508 # Strip out --no-create and --no-recursion so they do not pile up.
3509 # Strip out --silent because we don't want to record it for future runs.
3510 # Also quote any args containing shell meta-characters.
3511 # Make two passes to allow for proper duplicate-argument suppression.
3515 ac_must_keep_next
=false
3521 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3522 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3523 |
-silent |
--silent |
--silen |
--sile |
--sil)
3526 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3529 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3531 as_fn_append ac_configure_args1
" '$ac_arg'"
3532 if test $ac_must_keep_next = true
; then
3533 ac_must_keep_next
=false
# Got value, back to normal.
3536 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3537 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3538 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3539 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3540 case "$ac_configure_args0 " in
3541 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3544 -* ) ac_must_keep_next
=true
;;
3547 as_fn_append ac_configure_args
" '$ac_arg'"
3552 { ac_configure_args0
=; unset ac_configure_args0
;}
3553 { ac_configure_args1
=; unset ac_configure_args1
;}
3555 # When interrupted or exit'd, cleanup temporary files, and complete
3556 # config.log. We remove comments because anyway the quotes in there
3557 # would cause problems or look ugly.
3558 # WARNING: Use '\'' to represent an apostrophe within the trap.
3559 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3560 trap 'exit_status=$?
3561 # Save into config.log some information that might help in debugging.
3565 $as_echo "## ---------------- ##
3566 ## Cache variables. ##
3567 ## ---------------- ##"
3569 # The following way of writing the cache mishandles newlines in values,
3571 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3572 eval ac_val=\$$ac_var
3576 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3577 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3580 _ | IFS | as_nl) ;; #(
3581 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3582 *) { eval $ac_var=; unset $ac_var;} ;;
3587 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3588 *${as_nl}ac_space=\ *)
3590 "s/'\''/'\''\\\\'\'''\''/g;
3591 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3594 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3601 $as_echo "## ----------------- ##
3602 ## Output variables. ##
3603 ## ----------------- ##"
3605 for ac_var in $ac_subst_vars
3607 eval ac_val=\$$ac_var
3609 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3611 $as_echo "$ac_var='\''$ac_val'\''"
3615 if test -n "$ac_subst_files"; then
3616 $as_echo "## ------------------- ##
3617 ## File substitutions. ##
3618 ## ------------------- ##"
3620 for ac_var
in $ac_subst_files
3622 eval ac_val
=\$
$ac_var
3624 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3626 $as_echo "$ac_var='\''$ac_val'\''"
3631 if test -s confdefs.h; then
3632 $as_echo "## ----------- ##
3639 test "$ac_signal" != 0 &&
3640 $as_echo "$as_me: caught signal $ac_signal"
3641 $as_echo "$as_me: exit $exit_status"
3643 rm -f core *.core core.conftest.* &&
3644 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3647 for ac_signal
in 1 2 13 15; do
3648 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3652 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3653 rm -f -r conftest
* confdefs.h
3655 $as_echo "/* confdefs.h */" > confdefs.h
3657 # Predefined preprocessor variables.
3659 cat >>confdefs.h
<<_ACEOF
3660 #define PACKAGE_NAME "$PACKAGE_NAME"
3663 cat >>confdefs.h
<<_ACEOF
3664 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3667 cat >>confdefs.h
<<_ACEOF
3668 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3671 cat >>confdefs.h
<<_ACEOF
3672 #define PACKAGE_STRING "$PACKAGE_STRING"
3675 cat >>confdefs.h
<<_ACEOF
3676 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3679 cat >>confdefs.h
<<_ACEOF
3680 #define PACKAGE_URL "$PACKAGE_URL"
3684 # Let the site file select an alternate cache file if it wants to.
3685 # Prefer an explicitly selected file to automatically selected ones.
3688 if test -n "$CONFIG_SITE"; then
3689 # We do not want a PATH search for config.site.
3690 case $CONFIG_SITE in #((
3691 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3692 */*) ac_site_file1
=$CONFIG_SITE;;
3693 *) ac_site_file1
=.
/$CONFIG_SITE;;
3695 elif test "x$prefix" != xNONE
; then
3696 ac_site_file1
=$prefix/share
/config.site
3697 ac_site_file2
=$prefix/etc
/config.site
3699 ac_site_file1
=$ac_default_prefix/share
/config.site
3700 ac_site_file2
=$ac_default_prefix/etc
/config.site
3702 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3704 test "x$ac_site_file" = xNONE
&& continue
3705 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3707 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3708 sed 's/^/| /' "$ac_site_file" >&5
3710 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3712 as_fn_error $?
"failed to load site script $ac_site_file
3713 See \`config.log' for more details" "$LINENO" 5; }
3717 if test -r "$cache_file"; then
3718 # Some versions of bash will fail to source /dev/null (special files
3719 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3720 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3722 $as_echo "$as_me: loading cache $cache_file" >&6;}
3724 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3725 *) .
"./$cache_file";;
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3730 $as_echo "$as_me: creating cache $cache_file" >&6;}
3734 # Check that the precious variables saved in the cache have kept the same
3736 ac_cache_corrupted
=false
3737 for ac_var
in $ac_precious_vars; do
3738 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3739 eval ac_new_set
=\
$ac_env_${ac_var}_set
3740 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3741 eval ac_new_val
=\
$ac_env_${ac_var}_value
3742 case $ac_old_set,$ac_new_set in
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3745 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3746 ac_cache_corrupted
=: ;;
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3749 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3750 ac_cache_corrupted
=: ;;
3753 if test "x$ac_old_val" != "x$ac_new_val"; then
3754 # differences in whitespace do not lead to failure.
3755 ac_old_val_w
=`echo x $ac_old_val`
3756 ac_new_val_w
=`echo x $ac_new_val`
3757 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3759 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3760 ac_cache_corrupted
=:
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3763 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3764 eval $ac_var=\
$ac_old_val
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3767 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3769 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3772 # Pass precious variables to config.status.
3773 if test "$ac_new_set" = set; then
3775 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3776 *) ac_arg
=$ac_var=$ac_new_val ;;
3778 case " $ac_configure_args " in
3779 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3780 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3784 if $ac_cache_corrupted; then
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3788 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3789 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3791 ## -------------------- ##
3792 ## Main body of script. ##
3793 ## -------------------- ##
3796 ac_cpp
='$CPP $CPPFLAGS'
3797 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3798 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3799 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3803 ac_config_headers
="$ac_config_headers include/config.h"
3806 for ac_dir
in tools
"$srcdir"/tools
; do
3807 if test -f "$ac_dir/install-sh"; then
3809 ac_install_sh
="$ac_aux_dir/install-sh -c"
3811 elif test -f "$ac_dir/install.sh"; then
3813 ac_install_sh
="$ac_aux_dir/install.sh -c"
3815 elif test -f "$ac_dir/shtool"; then
3817 ac_install_sh
="$ac_aux_dir/shtool install -c"
3821 if test -z "$ac_aux_dir"; then
3822 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3825 # These three variables are undocumented and unsupported,
3826 # and are intended to be withdrawn in a future Autoconf release.
3827 # They can cause serious problems if a builder's source tree is in a directory
3828 # whose full name contains unusual characters.
3829 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3830 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3831 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3835 libwine_version
="1.0"
3839 # Check whether --enable-win16 was given.
3840 if test "${enable_win16+set}" = set; then :
3841 enableval
=$enable_win16;
3844 # Check whether --enable-win64 was given.
3845 if test "${enable_win64+set}" = set; then :
3846 enableval
=$enable_win64;
3849 # Check whether --enable-tests was given.
3850 if test "${enable_tests+set}" = set; then :
3851 enableval
=$enable_tests;
3854 # Check whether --enable-maintainer-mode was given.
3855 if test "${enable_maintainer_mode+set}" = set; then :
3856 enableval
=$enable_maintainer_mode;
3861 # Check whether --with-alsa was given.
3862 if test "${with_alsa+set}" = set; then :
3867 # Check whether --with-capi was given.
3868 if test "${with_capi+set}" = set; then :
3873 # Check whether --with-cms was given.
3874 if test "${with_cms+set}" = set; then :
3879 # Check whether --with-coreaudio was given.
3880 if test "${with_coreaudio+set}" = set; then :
3881 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3885 # Check whether --with-cups was given.
3886 if test "${with_cups+set}" = set; then :
3891 # Check whether --with-curses was given.
3892 if test "${with_curses+set}" = set; then :
3893 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3897 # Check whether --with-dbus was given.
3898 if test "${with_dbus+set}" = set; then :
3903 # Check whether --with-faudio was given.
3904 if test "${with_faudio+set}" = set; then :
3905 withval
=$with_faudio;
3909 # Check whether --with-float-abi was given.
3910 if test "${with_float_abi+set}" = set; then :
3911 withval
=$with_float_abi;
3915 # Check whether --with-fontconfig was given.
3916 if test "${with_fontconfig+set}" = set; then :
3917 withval
=$with_fontconfig;
3921 # Check whether --with-freetype was given.
3922 if test "${with_freetype+set}" = set; then :
3923 withval
=$with_freetype;
3927 # Check whether --with-gettext was given.
3928 if test "${with_gettext+set}" = set; then :
3929 withval
=$with_gettext;
3933 # Check whether --with-gettextpo was given.
3934 if test "${with_gettextpo+set}" = set; then :
3935 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3939 # Check whether --with-gphoto was given.
3940 if test "${with_gphoto+set}" = set; then :
3941 withval
=$with_gphoto;
3945 # Check whether --with-glu was given.
3946 if test "${with_glu+set}" = set; then :
3951 # Check whether --with-gnutls was given.
3952 if test "${with_gnutls+set}" = set; then :
3953 withval
=$with_gnutls;
3957 # Check whether --with-gsm was given.
3958 if test "${with_gsm+set}" = set; then :
3959 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3963 # Check whether --with-gssapi was given.
3964 if test "${with_gssapi+set}" = set; then :
3965 withval
=$with_gssapi;
3969 # Check whether --with-gstreamer was given.
3970 if test "${with_gstreamer+set}" = set; then :
3971 withval
=$with_gstreamer;
3975 # Check whether --with-hal was given.
3976 if test "${with_hal+set}" = set; then :
3981 # Check whether --with-inotify was given.
3982 if test "${with_inotify+set}" = set; then :
3983 withval
=$with_inotify;
3987 # Check whether --with-jpeg was given.
3988 if test "${with_jpeg+set}" = set; then :
3993 # Check whether --with-krb5 was given.
3994 if test "${with_krb5+set}" = set; then :
3999 # Check whether --with-ldap was given.
4000 if test "${with_ldap+set}" = set; then :
4001 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
4005 # Check whether --with-mingw was given.
4006 if test "${with_mingw+set}" = set; then :
4007 withval
=$with_mingw;
4011 # Check whether --with-mpg123 was given.
4012 if test "${with_mpg123+set}" = set; then :
4013 withval
=$with_mpg123;
4017 # Check whether --with-netapi was given.
4018 if test "${with_netapi+set}" = set; then :
4019 withval
=$with_netapi;
4023 # Check whether --with-openal was given.
4024 if test "${with_openal+set}" = set; then :
4025 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
4029 # Check whether --with-opencl was given.
4030 if test "${with_opencl+set}" = set; then :
4031 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
4035 # Check whether --with-opengl was given.
4036 if test "${with_opengl+set}" = set; then :
4037 withval
=$with_opengl;
4041 # Check whether --with-osmesa was given.
4042 if test "${with_osmesa+set}" = set; then :
4043 withval
=$with_osmesa;
4047 # Check whether --with-oss was given.
4048 if test "${with_oss+set}" = set; then :
4053 # Check whether --with-pcap was given.
4054 if test "${with_pcap+set}" = set; then :
4055 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
4059 # Check whether --with-png was given.
4060 if test "${with_png+set}" = set; then :
4065 # Check whether --with-pthread was given.
4066 if test "${with_pthread+set}" = set; then :
4067 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
4071 # Check whether --with-pulse was given.
4072 if test "${with_pulse+set}" = set; then :
4073 withval
=$with_pulse;
4077 # Check whether --with-sane was given.
4078 if test "${with_sane+set}" = set; then :
4083 # Check whether --with-sdl was given.
4084 if test "${with_sdl+set}" = set; then :
4089 # Check whether --with-tiff was given.
4090 if test "${with_tiff+set}" = set; then :
4095 # Check whether --with-udev was given.
4096 if test "${with_udev+set}" = set; then :
4101 # Check whether --with-unwind was given.
4102 if test "${with_unwind+set}" = set; then :
4103 withval
=$with_unwind;
4107 # Check whether --with-v4l2 was given.
4108 if test "${with_v4l2+set}" = set; then :
4113 # Check whether --with-vkd3d was given.
4114 if test "${with_vkd3d+set}" = set; then :
4115 withval
=$with_vkd3d;
4119 # Check whether --with-vulkan was given.
4120 if test "${with_vulkan+set}" = set; then :
4121 withval
=$with_vulkan;
4125 # Check whether --with-xcomposite was given.
4126 if test "${with_xcomposite+set}" = set; then :
4127 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
4131 # Check whether --with-xcursor was given.
4132 if test "${with_xcursor+set}" = set; then :
4133 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
4137 # Check whether --with-xfixes was given.
4138 if test "${with_xfixes+set}" = set; then :
4139 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
4143 # Check whether --with-xinerama was given.
4144 if test "${with_xinerama+set}" = set; then :
4145 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
4149 # Check whether --with-xinput was given.
4150 if test "${with_xinput+set}" = set; then :
4151 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
4155 # Check whether --with-xinput2 was given.
4156 if test "${with_xinput2+set}" = set; then :
4157 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
4161 # Check whether --with-xml was given.
4162 if test "${with_xml+set}" = set; then :
4167 # Check whether --with-xrandr was given.
4168 if test "${with_xrandr+set}" = set; then :
4169 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
4173 # Check whether --with-xrender was given.
4174 if test "${with_xrender+set}" = set; then :
4175 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
4179 # Check whether --with-xshape was given.
4180 if test "${with_xshape+set}" = set; then :
4181 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
4185 # Check whether --with-xshm was given.
4186 if test "${with_xshm+set}" = set; then :
4187 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
4191 # Check whether --with-xslt was given.
4192 if test "${with_xslt+set}" = set; then :
4197 # Check whether --with-xxf86vm was given.
4198 if test "${with_xxf86vm+set}" = set; then :
4199 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
4203 # Check whether --with-zlib was given.
4204 if test "${with_zlib+set}" = set; then :
4210 # Check whether --with-wine-tools was given.
4211 if test "${with_wine_tools+set}" = set; then :
4212 withval
=$with_wine_tools;
4216 # Check whether --with-wine64 was given.
4217 if test "${with_wine64+set}" = set; then :
4218 withval
=$with_wine64;
4222 # Make sure we can run config.sub.
4223 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
4224 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4227 $as_echo_n "checking build system type... " >&6; }
4228 if ${ac_cv_build+:} false
; then :
4229 $as_echo_n "(cached) " >&6
4231 ac_build_alias
=$build_alias
4232 test "x$ac_build_alias" = x
&&
4233 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
4234 test "x$ac_build_alias" = x
&&
4235 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
4236 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4237 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4241 $as_echo "$ac_cv_build" >&6; }
4242 case $ac_cv_build in
4244 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
4247 ac_save_IFS
=$IFS; IFS
='-'
4253 # Remember, the first character of IFS is used to create $*,
4254 # except with old shells:
4257 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4261 $as_echo_n "checking host system type... " >&6; }
4262 if ${ac_cv_host+:} false
; then :
4263 $as_echo_n "(cached) " >&6
4265 if test "x$host_alias" = x
; then
4266 ac_cv_host
=$ac_cv_build
4268 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4269 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4274 $as_echo "$ac_cv_host" >&6; }
4277 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
4280 ac_save_IFS
=$IFS; IFS
='-'
4286 # Remember, the first character of IFS is used to create $*,
4287 # except with old shells:
4290 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4296 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4298 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4299 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4300 $as_echo_n "(cached) " >&6
4302 cat >conftest.
make <<\_ACEOF
4305 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4307 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4308 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4310 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4312 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4316 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4318 $as_echo "yes" >&6; }
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4322 $as_echo "no" >&6; }
4323 SET_MAKE
="MAKE=${MAKE-make}"
4327 ac_cpp
='$CPP $CPPFLAGS'
4328 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4329 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4330 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4331 if test -n "$ac_tool_prefix"; then
4332 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4333 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335 $as_echo_n "checking for $ac_word... " >&6; }
4336 if ${ac_cv_prog_CC+:} false
; then :
4337 $as_echo_n "(cached) " >&6
4339 if test -n "$CC"; then
4340 ac_cv_prog_CC
="$CC" # Let the user override the test.
4342 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4346 test -z "$as_dir" && as_dir
=.
4347 for ac_exec_ext
in '' $ac_executable_extensions; do
4348 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4349 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4360 if test -n "$CC"; then
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4362 $as_echo "$CC" >&6; }
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365 $as_echo "no" >&6; }
4370 if test -z "$ac_cv_prog_CC"; then
4372 # Extract the first word of "gcc", so it can be a program name with args.
4373 set dummy gcc
; ac_word
=$2
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4375 $as_echo_n "checking for $ac_word... " >&6; }
4376 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4377 $as_echo_n "(cached) " >&6
4379 if test -n "$ac_ct_CC"; then
4380 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4382 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4386 test -z "$as_dir" && as_dir
=.
4387 for ac_exec_ext
in '' $ac_executable_extensions; do
4388 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4389 ac_cv_prog_ac_ct_CC
="gcc"
4390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4399 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4400 if test -n "$ac_ct_CC"; then
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4402 $as_echo "$ac_ct_CC" >&6; }
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4405 $as_echo "no" >&6; }
4408 if test "x$ac_ct_CC" = x
; then
4411 case $cross_compiling:$ac_tool_warned in
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4415 ac_tool_warned
=yes ;;
4423 if test -z "$CC"; then
4424 if test -n "$ac_tool_prefix"; then
4425 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4426 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if ${ac_cv_prog_CC+:} false
; then :
4430 $as_echo_n "(cached) " >&6
4432 if test -n "$CC"; then
4433 ac_cv_prog_CC
="$CC" # Let the user override the test.
4435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4439 test -z "$as_dir" && as_dir
=.
4440 for ac_exec_ext
in '' $ac_executable_extensions; do
4441 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4442 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4453 if test -n "$CC"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4455 $as_echo "$CC" >&6; }
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4464 if test -z "$CC"; then
4465 # Extract the first word of "cc", so it can be a program name with args.
4466 set dummy cc
; ac_word
=$2
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if ${ac_cv_prog_CC+:} false
; then :
4470 $as_echo_n "(cached) " >&6
4472 if test -n "$CC"; then
4473 ac_cv_prog_CC
="$CC" # Let the user override the test.
4476 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4480 test -z "$as_dir" && as_dir
=.
4481 for ac_exec_ext
in '' $ac_executable_extensions; do
4482 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4484 ac_prog_rejected
=yes
4488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 if test $ac_prog_rejected = yes; then
4496 # We found a bogon in the path, so make sure we never use it.
4497 set dummy
$ac_cv_prog_CC
4499 if test $# != 0; then
4500 # We chose a different compiler from the bogus one.
4501 # However, it has the same basename, so the bogon will be chosen
4502 # first if we set CC to just the basename; use the full file name.
4504 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4510 if test -n "$CC"; then
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4512 $as_echo "$CC" >&6; }
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4515 $as_echo "no" >&6; }
4520 if test -z "$CC"; then
4521 if test -n "$ac_tool_prefix"; then
4522 for ac_prog
in cl.exe
4524 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4525 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4527 $as_echo_n "checking for $ac_word... " >&6; }
4528 if ${ac_cv_prog_CC+:} false
; then :
4529 $as_echo_n "(cached) " >&6
4531 if test -n "$CC"; then
4532 ac_cv_prog_CC
="$CC" # Let the user override the test.
4534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4538 test -z "$as_dir" && as_dir
=.
4539 for ac_exec_ext
in '' $ac_executable_extensions; do
4540 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4541 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4552 if test -n "$CC"; then
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4554 $as_echo "$CC" >&6; }
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4557 $as_echo "no" >&6; }
4561 test -n "$CC" && break
4564 if test -z "$CC"; then
4566 for ac_prog
in cl.exe
4568 # Extract the first word of "$ac_prog", so it can be a program name with args.
4569 set dummy
$ac_prog; ac_word
=$2
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4571 $as_echo_n "checking for $ac_word... " >&6; }
4572 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4573 $as_echo_n "(cached) " >&6
4575 if test -n "$ac_ct_CC"; then
4576 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4582 test -z "$as_dir" && as_dir
=.
4583 for ac_exec_ext
in '' $ac_executable_extensions; do
4584 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4585 ac_cv_prog_ac_ct_CC
="$ac_prog"
4586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4595 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4596 if test -n "$ac_ct_CC"; then
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4598 $as_echo "$ac_ct_CC" >&6; }
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4601 $as_echo "no" >&6; }
4605 test -n "$ac_ct_CC" && break
4608 if test "x$ac_ct_CC" = x
; then
4611 case $cross_compiling:$ac_tool_warned in
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4614 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4615 ac_tool_warned
=yes ;;
4624 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4625 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4626 as_fn_error $?
"no acceptable C compiler found in \$PATH
4627 See \`config.log' for more details" "$LINENO" 5; }
4629 # Provide some information about the compiler.
4630 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4633 for ac_option
in --version -v -V -qversion; do
4634 { { ac_try
="$ac_compiler $ac_option >&5"
4636 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4637 *) ac_try_echo=$ac_try;;
4639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4640 $as_echo "$ac_try_echo"; } >&5
4641 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4643 if test -s conftest.err; then
4645 ... rest of stderr output deleted ...
4646 10q' conftest.err >conftest.er1
4647 cat conftest.er1 >&5
4649 rm -f conftest.er1 conftest.err
4650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4651 test $ac_status = 0; }
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655 /* end confdefs.h. */
4665 ac_clean_files_save=$ac_clean_files
4666 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4667 # Try to create an executable without -o first, disregard a.out.
4668 # It will help us diagnose broken compilers, and finding out an intuition
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4671 $as_echo_n "checking whether the C compiler works... " >&6; }
4672 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4674 # The possible output files:
4675 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4678 for ac_file in $ac_files
4681 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4682 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4687 if { { ac_try="$ac_link_default"
4689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4690 *) ac_try_echo
=$ac_try;;
4692 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4693 $as_echo "$ac_try_echo"; } >&5
4694 (eval "$ac_link_default") 2>&5
4696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4697 test $ac_status = 0; }; then :
4698 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4699 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4700 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4701 # so that the user can short-circuit this test for compilers unknown to
4703 for ac_file
in $ac_files ''
4705 test -f "$ac_file" ||
continue
4707 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4710 # We found the default executable, but exeext='' is most
4714 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4716 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4718 # We set ac_cv_exeext here because the later test for it is not
4719 # safe: cross compilers may not add the suffix if given an `-o'
4720 # argument, so we may need to know it at that point already.
4721 # Even if this section looks crufty: it has the advantage of
4728 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4733 if test -z "$ac_file"; then :
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4735 $as_echo "no" >&6; }
4736 $as_echo "$as_me: failed program was:" >&5
4737 sed 's/^/| /' conftest.
$ac_ext >&5
4739 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4740 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4741 as_fn_error
77 "C compiler cannot create executables
4742 See \`config.log' for more details" "$LINENO" 5; }
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4745 $as_echo "yes" >&6; }
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4748 $as_echo_n "checking for C compiler default output file name... " >&6; }
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4750 $as_echo "$ac_file" >&6; }
4751 ac_exeext
=$ac_cv_exeext
4753 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4754 ac_clean_files
=$ac_clean_files_save
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4756 $as_echo_n "checking for suffix of executables... " >&6; }
4757 if { { ac_try
="$ac_link"
4759 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4760 *) ac_try_echo=$ac_try;;
4762 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4763 $as_echo "$ac_try_echo"; } >&5
4764 (eval "$ac_link") 2>&5
4766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4767 test $ac_status = 0; }; then :
4768 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4769 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4770 # work properly (i.e., refer to `conftest.exe'), while it won't with
4772 for ac_file
in conftest.exe conftest conftest.
*; do
4773 test -f "$ac_file" ||
continue
4775 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4776 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4782 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4783 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4784 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4785 See \`config.log' for more details" "$LINENO" 5; }
4787 rm -f conftest conftest
$ac_cv_exeext
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4789 $as_echo "$ac_cv_exeext" >&6; }
4791 rm -f conftest.
$ac_ext
4792 EXEEXT
=$ac_cv_exeext
4794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4795 /* end confdefs.h. */
4800 FILE *f = fopen ("conftest.out", "w");
4801 return ferror (f) || fclose (f) != 0;
4807 ac_clean_files
="$ac_clean_files conftest.out"
4808 # Check that the compiler produces executables we can run. If not, either
4809 # the compiler is broken, or we cross compile.
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4811 $as_echo_n "checking whether we are cross compiling... " >&6; }
4812 if test "$cross_compiling" != yes; then
4813 { { ac_try
="$ac_link"
4815 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4816 *) ac_try_echo=$ac_try;;
4818 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4819 $as_echo "$ac_try_echo"; } >&5
4820 (eval "$ac_link") 2>&5
4822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4823 test $ac_status = 0; }
4824 if { ac_try='./conftest$ac_cv_exeext'
4825 { { case "(($ac_try" in
4826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4827 *) ac_try_echo
=$ac_try;;
4829 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4830 $as_echo "$ac_try_echo"; } >&5
4831 (eval "$ac_try") 2>&5
4833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4834 test $ac_status = 0; }; }; then
4837 if test "$cross_compiling" = maybe
; then
4840 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4841 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4842 as_fn_error $?
"cannot run C compiled programs.
4843 If you meant to cross compile, use \`--host'.
4844 See \`config.log' for more details" "$LINENO" 5; }
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4849 $as_echo "$cross_compiling" >&6; }
4851 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4852 ac_clean_files
=$ac_clean_files_save
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4854 $as_echo_n "checking for suffix of object files... " >&6; }
4855 if ${ac_cv_objext+:} false
; then :
4856 $as_echo_n "(cached) " >&6
4858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4869 rm -f conftest.o conftest.obj
4870 if { { ac_try
="$ac_compile"
4872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4873 *) ac_try_echo=$ac_try;;
4875 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4876 $as_echo "$ac_try_echo"; } >&5
4877 (eval "$ac_compile") 2>&5
4879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4880 test $ac_status = 0; }; then :
4881 for ac_file in conftest.o conftest.obj conftest.*; do
4882 test -f "$ac_file" || continue;
4884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4885 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4890 $as_echo "$as_me: failed program was:" >&5
4891 sed 's/^/| /' conftest.$ac_ext >&5
4893 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4894 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4895 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4896 See \
`config.log' for more details" "$LINENO" 5; }
4898 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4901 $as_echo "$ac_cv_objext" >&6; }
4902 OBJEXT=$ac_cv_objext
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4905 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4906 if ${ac_cv_c_compiler_gnu+:} false; then :
4907 $as_echo_n "(cached) " >&6
4909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4910 /* end confdefs.h. */
4923 if ac_fn_c_try_compile "$LINENO"; then :
4928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4929 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4933 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4934 if test $ac_compiler_gnu = yes; then
4939 ac_test_CFLAGS=${CFLAGS+set}
4940 ac_save_CFLAGS=$CFLAGS
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4942 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4943 if ${ac_cv_prog_cc_g+:} false; then :
4944 $as_echo_n "(cached) " >&6
4946 ac_save_c_werror_flag=$ac_c_werror_flag
4947 ac_c_werror_flag=yes
4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4951 /* end confdefs.h. */
4961 if ac_fn_c_try_compile "$LINENO"; then :
4965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4966 /* end confdefs.h. */
4976 if ac_fn_c_try_compile "$LINENO"; then :
4979 ac_c_werror_flag=$ac_save_c_werror_flag
4981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4982 /* end confdefs.h. */
4992 if ac_fn_c_try_compile "$LINENO"; then :
4995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5000 ac_c_werror_flag=$ac_save_c_werror_flag
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5003 $as_echo "$ac_cv_prog_cc_g" >&6; }
5004 if test "$ac_test_CFLAGS" = set; then
5005 CFLAGS=$ac_save_CFLAGS
5006 elif test $ac_cv_prog_cc_g = yes; then
5007 if test "$GCC" = yes; then
5013 if test "$GCC" = yes; then
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5020 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5021 if ${ac_cv_prog_cc_c89+:} false; then :
5022 $as_echo_n "(cached) " >&6
5024 ac_cv_prog_cc_c89=no
5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5031 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5032 struct buf { int x; };
5033 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5034 static char *e (p, i)
5040 static char *f (char * (*g) (char **, int), char **p, ...)
5045 s = g (p, va_arg (v,int));
5050 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5051 function prototypes and stuff, but not '\xHH' hex character constants.
5052 These don't provoke an error unfortunately, instead are silently treated
5053 as 'x'. The following induces an error, until -std is added to get
5054 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5055 array size at least. It's necessary to write '\x00'==0 to get something
5056 that's true only with -std. */
5057 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5059 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5060 inside strings and character constants. */
5062 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5064 int test (int i, double x);
5065 struct s1 {int (*f) (int a);};
5066 struct s2 {int (*f) (double a);};
5067 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5073 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5078 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5079 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5081 CC="$ac_save_CC $ac_arg"
5082 if ac_fn_c_try_compile "$LINENO"; then :
5083 ac_cv_prog_cc_c89=$ac_arg
5085 rm -f core conftest.err conftest.$ac_objext
5086 test "x$ac_cv_prog_cc_c89" != "xno" && break
5088 rm -f conftest.$ac_ext
5093 case "x$ac_cv_prog_cc_c89" in
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5096 $as_echo "none needed" >&6; } ;;
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5099 $as_echo "unsupported" >&6; } ;;
5101 CC="$CC $ac_cv_prog_cc_c89"
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5103 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5105 if test "x$ac_cv_prog_cc_c89" != xno; then :
5110 ac_cpp='$CPP $CPPFLAGS'
5111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5112 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5113 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5116 ac_cpp='$CXXCPP $CPPFLAGS'
5117 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5118 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5119 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5120 if test -z "$CXX"; then
5121 if test -n "$CCC"; then
5124 if test -n "$ac_tool_prefix"; then
5125 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5127 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5128 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5130 $as_echo_n "checking for $ac_word... " >&6; }
5131 if ${ac_cv_prog_CXX+:} false; then :
5132 $as_echo_n "(cached) " >&6
5134 if test -n "$CXX"; then
5135 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5141 test -z "$as_dir" && as_dir=.
5142 for ac_exec_ext in '' $ac_executable_extensions; do
5143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5144 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5155 if test -n "$CXX"; then
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5157 $as_echo "$CXX" >&6; }
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5160 $as_echo "no" >&6; }
5164 test -n "$CXX" && break
5167 if test -z "$CXX"; then
5169 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5171 # Extract the first word of "$ac_prog", so it can be a program name with args.
5172 set dummy $ac_prog; ac_word=$2
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5174 $as_echo_n "checking for $ac_word... " >&6; }
5175 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5176 $as_echo_n "(cached) " >&6
5178 if test -n "$ac_ct_CXX"; then
5179 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5185 test -z "$as_dir" && as_dir=.
5186 for ac_exec_ext in '' $ac_executable_extensions; do
5187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5188 ac_cv_prog_ac_ct_CXX="$ac_prog"
5189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5198 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5199 if test -n "$ac_ct_CXX"; then
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5201 $as_echo "$ac_ct_CXX" >&6; }
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5204 $as_echo "no" >&6; }
5208 test -n "$ac_ct_CXX" && break
5211 if test "x$ac_ct_CXX" = x; then
5214 case $cross_compiling:$ac_tool_warned in
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5217 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5218 ac_tool_warned=yes ;;
5226 # Provide some information about the compiler.
5227 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5230 for ac_option in --version -v -V -qversion; do
5231 { { ac_try="$ac_compiler $ac_option >&5"
5233 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5234 *) ac_try_echo
=$ac_try;;
5236 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5237 $as_echo "$ac_try_echo"; } >&5
5238 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5240 if test -s conftest.err
; then
5242 ... rest of stderr output deleted ...
5243 10q' conftest.err
>conftest.er1
5244 cat conftest.er1
>&5
5246 rm -f conftest.er1 conftest.err
5247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5248 test $ac_status = 0; }
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5252 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5253 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5254 $as_echo_n "(cached) " >&6
5256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5257 /* end confdefs.h. */
5270 if ac_fn_cxx_try_compile
"$LINENO"; then :
5275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5276 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5280 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5281 if test $ac_compiler_gnu = yes; then
5286 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5287 ac_save_CXXFLAGS
=$CXXFLAGS
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5289 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5290 if ${ac_cv_prog_cxx_g+:} false
; then :
5291 $as_echo_n "(cached) " >&6
5293 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5294 ac_cxx_werror_flag
=yes
5297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5298 /* end confdefs.h. */
5308 if ac_fn_cxx_try_compile
"$LINENO"; then :
5309 ac_cv_prog_cxx_g
=yes
5312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5313 /* end confdefs.h. */
5323 if ac_fn_cxx_try_compile
"$LINENO"; then :
5326 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5329 /* end confdefs.h. */
5339 if ac_fn_cxx_try_compile
"$LINENO"; then :
5340 ac_cv_prog_cxx_g
=yes
5342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5344 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5346 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5347 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5350 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5351 if test "$ac_test_CXXFLAGS" = set; then
5352 CXXFLAGS
=$ac_save_CXXFLAGS
5353 elif test $ac_cv_prog_cxx_g = yes; then
5354 if test "$GXX" = yes; then
5360 if test "$GXX" = yes; then
5367 ac_cpp
='$CPP $CPPFLAGS'
5368 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5369 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5370 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5372 if test -n "$ac_tool_prefix"; then
5373 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5374 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5376 $as_echo_n "checking for $ac_word... " >&6; }
5377 if ${ac_cv_prog_CPPBIN+:} false
; then :
5378 $as_echo_n "(cached) " >&6
5380 if test -n "$CPPBIN"; then
5381 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5387 test -z "$as_dir" && as_dir
=.
5388 for ac_exec_ext
in '' $ac_executable_extensions; do
5389 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5390 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 CPPBIN
=$ac_cv_prog_CPPBIN
5401 if test -n "$CPPBIN"; then
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5403 $as_echo "$CPPBIN" >&6; }
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5406 $as_echo "no" >&6; }
5411 if test -z "$ac_cv_prog_CPPBIN"; then
5412 ac_ct_CPPBIN
=$CPPBIN
5413 # Extract the first word of "cpp", so it can be a program name with args.
5414 set dummy cpp
; ac_word
=$2
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5416 $as_echo_n "checking for $ac_word... " >&6; }
5417 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5418 $as_echo_n "(cached) " >&6
5420 if test -n "$ac_ct_CPPBIN"; then
5421 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5427 test -z "$as_dir" && as_dir
=.
5428 for ac_exec_ext
in '' $ac_executable_extensions; do
5429 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5430 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5440 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5441 if test -n "$ac_ct_CPPBIN"; then
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5443 $as_echo "$ac_ct_CPPBIN" >&6; }
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5446 $as_echo "no" >&6; }
5449 if test "x$ac_ct_CPPBIN" = x
; then
5452 case $cross_compiling:$ac_tool_warned in
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5455 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5456 ac_tool_warned
=yes ;;
5458 CPPBIN
=$ac_ct_CPPBIN
5461 CPPBIN
="$ac_cv_prog_CPPBIN"
5465 cat >>confdefs.h
<<_ACEOF
5466 #define EXEEXT "$ac_exeext"
5469 if test -n "$ac_tool_prefix"; then
5470 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5471 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5473 $as_echo_n "checking for $ac_word... " >&6; }
5474 if ${ac_cv_prog_LD+:} false
; then :
5475 $as_echo_n "(cached) " >&6
5477 if test -n "$LD"; then
5478 ac_cv_prog_LD
="$LD" # Let the user override the test.
5480 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5484 test -z "$as_dir" && as_dir
=.
5485 for ac_exec_ext
in '' $ac_executable_extensions; do
5486 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5487 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 if test -n "$LD"; then
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5500 $as_echo "$LD" >&6; }
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5503 $as_echo "no" >&6; }
5508 if test -z "$ac_cv_prog_LD"; then
5510 # Extract the first word of "ld", so it can be a program name with args.
5511 set dummy ld
; ac_word
=$2
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5513 $as_echo_n "checking for $ac_word... " >&6; }
5514 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5515 $as_echo_n "(cached) " >&6
5517 if test -n "$ac_ct_LD"; then
5518 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5520 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5524 test -z "$as_dir" && as_dir
=.
5525 for ac_exec_ext
in '' $ac_executable_extensions; do
5526 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5527 ac_cv_prog_ac_ct_LD
="ld"
5528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5537 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5538 if test -n "$ac_ct_LD"; then
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5540 $as_echo "$ac_ct_LD" >&6; }
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5543 $as_echo "no" >&6; }
5546 if test "x$ac_ct_LD" = x
; then
5549 case $cross_compiling:$ac_tool_warned in
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5552 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5553 ac_tool_warned
=yes ;;
5564 with_fontconfig
=${with_fontconfig:-no}
5566 *-mingw32*|
*-cygwin*)
5567 enable_win16
=${enable_win16:-no}
5568 with_mingw
=${with_mingw:-no}
5569 CFLAGS
="$CFLAGS -D_WIN32"
5575 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5581 $as_echo_n "checking whether $CC works... " >&6; }
5582 if ${wine_cv_cc_m32+:} false
; then :
5583 $as_echo_n "(cached) " >&6
5585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5586 /* end confdefs.h. */
5596 if ac_fn_c_try_link
"$LINENO"; then :
5601 rm -f core conftest.err conftest.
$ac_objext \
5602 conftest
$ac_exeext conftest.
$ac_ext
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_cc_m32" >&5
5605 $as_echo "$wine_cv_cc_m32" >&6; }
5606 test $wine_cv_cc_m32 != no || as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5608 notice_platform
="32-bit "
5611 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib32/pkgconfig:/usr/lib/pkgconfig}
5612 export PKG_CONFIG_PATH
5613 enable_win16
=${enable_win16:-yes}
5614 with_unwind
=${with_unwind:-no}
5616 if test "x${GCC}" = "xyes"
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5619 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5620 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5621 $as_echo_n "(cached) " >&6
5623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5624 /* end confdefs.h. */
5629 void func(__builtin_ms_va_list *args);
5634 if ac_fn_c_try_compile
"$LINENO"; then :
5635 wine_cv_builtin_ms_va_list
=yes
5637 wine_cv_builtin_ms_va_list
=no
5639 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5642 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5643 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5648 notice_platform
="64-bit "
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5655 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5656 if ${wine_cv_thumb+:} false
; then :
5657 $as_echo_n "(cached) " >&6
5659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5660 /* end confdefs.h. */
5661 int ac_test(int i) { return i; }
5665 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5670 if ac_fn_c_try_link
"$LINENO"; then :
5675 rm -f core conftest.err conftest.
$ac_objext \
5676 conftest
$ac_exeext conftest.
$ac_ext
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_thumb" >&5
5679 $as_echo "$wine_cv_thumb" >&6; }
5680 test $wine_cv_thumb != no || as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5681 case $with_float_abi in
5683 float_abi
=$with_float_abi ;;
5690 saved_CFLAGS
=$CFLAGS
5691 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5693 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5694 if ${wine_cv_float_abi+:} false
; then :
5695 $as_echo_n "(cached) " >&6
5697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5698 /* end confdefs.h. */
5703 asm("vmrs r2,fpscr");
5708 if ac_fn_c_try_link
"$LINENO"; then :
5709 wine_cv_float_abi
=yes
5711 wine_cv_float_abi
=no
5713 rm -f core conftest.err conftest.
$ac_objext \
5714 conftest
$ac_exeext conftest.
$ac_ext
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_float_abi" >&5
5717 $as_echo "$wine_cv_float_abi" >&6; }
5718 if test $wine_cv_float_abi = no
5721 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5723 CFLAGS
=$saved_CFLAGS
5727 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5728 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5733 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5734 if ${wine_cv_builtin_ms_va_list+:} false
; then :
5735 $as_echo_n "(cached) " >&6
5737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5738 /* end confdefs.h. */
5743 void func(__builtin_ms_va_list *args);
5748 if ac_fn_c_try_compile
"$LINENO"; then :
5749 wine_cv_builtin_ms_va_list
=yes
5751 wine_cv_builtin_ms_va_list
=no
5753 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_builtin_ms_va_list" >&5
5756 $as_echo "$wine_cv_builtin_ms_va_list" >&6; }
5757 test $wine_cv_builtin_ms_va_list != no || as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5760 enable_win16
=${enable_win16:-yes}
5761 with_unwind
=${with_unwind:-no}
5765 enable_win16
=${enable_win16:-no}
5766 enable_win64
=${enable_win64:-no}
5768 enable_winetest
=${enable_winetest:-$enable_tests}
5770 if test "x$enable_win64" = "xyes"
5772 test -z "$with_wine64" || as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5773 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5774 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5778 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5779 if ${wine_cv_toolsdir+:} false
; then :
5780 $as_echo_n "(cached) " >&6
5782 wine_cv_toolsdir
="$with_wine_tools"
5783 if test -z "$with_wine_tools"; then
5784 if test "$cross_compiling" = "yes"; then
5785 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5786 elif test -n "$with_wine64"; then
5787 wine_cv_toolsdir
="$with_wine64"
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5792 $as_echo "$wine_cv_toolsdir" >&6; }
5793 if test -z "$wine_cv_toolsdir"; then
5794 wine_makedep
=tools
/makedep
5795 TOOLSDIR
="\$(top_builddir)"
5797 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5798 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5799 case "$wine_cv_toolsdir" in
5800 /*) TOOLSDIR
=$wine_cv_toolsdir
5802 *) TOOLSDIR
="\$(top_builddir)/$wine_cv_toolsdir"
5805 enable_tools
=${enable_tools:-no}
5806 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5808 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5810 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5812 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5818 # Extract the first word of "$ac_prog", so it can be a program name with args.
5819 set dummy
$ac_prog; ac_word
=$2
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5821 $as_echo_n "checking for $ac_word... " >&6; }
5822 if ${ac_cv_prog_FLEX+:} false
; then :
5823 $as_echo_n "(cached) " >&6
5825 if test -n "$FLEX"; then
5826 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5828 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5832 test -z "$as_dir" && as_dir
=.
5833 for ac_exec_ext
in '' $ac_executable_extensions; do
5834 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5835 ac_cv_prog_FLEX
="$ac_prog"
5836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5845 FLEX
=$ac_cv_prog_FLEX
5846 if test -n "$FLEX"; then
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5848 $as_echo "$FLEX" >&6; }
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5851 $as_echo "no" >&6; }
5855 test -n "$FLEX" && break
5857 test -n "$FLEX" || FLEX
="none"
5859 if test "$FLEX" = "none"
5861 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5864 $as_echo_n "checking whether flex is recent enough... " >&6; }
5865 if ${wine_cv_recent_flex+:} false
; then :
5866 $as_echo_n "(cached) " >&6
5868 cat >conftest.l
<<EOF
5870 #include "prediluvian.h"
5874 if $FLEX -t conftest.l
>/dev
/null
2>&5
5876 wine_cv_recent_flex
=yes
5878 wine_cv_recent_flex
=no
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_flex" >&5
5882 $as_echo "$wine_cv_recent_flex" >&6; }
5883 test $wine_cv_recent_flex != no || as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5885 for ac_prog
in bison
5887 # Extract the first word of "$ac_prog", so it can be a program name with args.
5888 set dummy
$ac_prog; ac_word
=$2
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5890 $as_echo_n "checking for $ac_word... " >&6; }
5891 if ${ac_cv_prog_BISON+:} false
; then :
5892 $as_echo_n "(cached) " >&6
5894 if test -n "$BISON"; then
5895 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5897 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5901 test -z "$as_dir" && as_dir
=.
5902 for ac_exec_ext
in '' $ac_executable_extensions; do
5903 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5904 ac_cv_prog_BISON
="$ac_prog"
5905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5914 BISON
=$ac_cv_prog_BISON
5915 if test -n "$BISON"; then
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5917 $as_echo "$BISON" >&6; }
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5920 $as_echo "no" >&6; }
5924 test -n "$BISON" && break
5926 test -n "$BISON" || BISON
="none"
5928 if test "$BISON" = "none"
5930 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether bison is recent enough" >&5
5933 $as_echo_n "checking whether bison is recent enough... " >&6; }
5934 if ${wine_cv_recent_bison+:} false
; then :
5935 $as_echo_n "(cached) " >&6
5937 cat >conftest.y
<<EOF
5938 %define parse.error verbose
5942 if $BISON conftest.y
>/dev
/null
2>&5
5944 wine_cv_recent_bison
=yes
5946 wine_cv_recent_bison
=no
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_recent_bison" >&5
5950 $as_echo "$wine_cv_recent_bison" >&6; }
5951 test $wine_cv_recent_bison != no || as_fn_error $?
"Your bison version is too old. Please install bison version 3.0 or newer." "$LINENO" 5
5953 if test -n "$ac_tool_prefix"; then
5954 for ac_prog
in ar gar
5956 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5957 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5959 $as_echo_n "checking for $ac_word... " >&6; }
5960 if ${ac_cv_prog_AR+:} false
; then :
5961 $as_echo_n "(cached) " >&6
5963 if test -n "$AR"; then
5964 ac_cv_prog_AR
="$AR" # Let the user override the test.
5966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5970 test -z "$as_dir" && as_dir
=.
5971 for ac_exec_ext
in '' $ac_executable_extensions; do
5972 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5973 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 if test -n "$AR"; then
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5986 $as_echo "$AR" >&6; }
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5989 $as_echo "no" >&6; }
5993 test -n "$AR" && break
5996 if test -z "$AR"; then
5998 for ac_prog
in ar gar
6000 # Extract the first word of "$ac_prog", so it can be a program name with args.
6001 set dummy
$ac_prog; ac_word
=$2
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6003 $as_echo_n "checking for $ac_word... " >&6; }
6004 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6005 $as_echo_n "(cached) " >&6
6007 if test -n "$ac_ct_AR"; then
6008 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6010 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6014 test -z "$as_dir" && as_dir
=.
6015 for ac_exec_ext
in '' $ac_executable_extensions; do
6016 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6017 ac_cv_prog_ac_ct_AR
="$ac_prog"
6018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6028 if test -n "$ac_ct_AR"; then
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6030 $as_echo "$ac_ct_AR" >&6; }
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033 $as_echo "no" >&6; }
6037 test -n "$ac_ct_AR" && break
6040 if test "x$ac_ct_AR" = x
; then
6043 case $cross_compiling:$ac_tool_warned in
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6046 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6047 ac_tool_warned
=yes ;;
6053 if test -n "$ac_tool_prefix"; then
6054 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6055 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6057 $as_echo_n "checking for $ac_word... " >&6; }
6058 if ${ac_cv_prog_STRIP+:} false
; then :
6059 $as_echo_n "(cached) " >&6
6061 if test -n "$STRIP"; then
6062 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6068 test -z "$as_dir" && as_dir
=.
6069 for ac_exec_ext
in '' $ac_executable_extensions; do
6070 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6071 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6081 STRIP
=$ac_cv_prog_STRIP
6082 if test -n "$STRIP"; then
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6084 $as_echo "$STRIP" >&6; }
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6087 $as_echo "no" >&6; }
6092 if test -z "$ac_cv_prog_STRIP"; then
6094 # Extract the first word of "strip", so it can be a program name with args.
6095 set dummy strip
; ac_word
=$2
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6097 $as_echo_n "checking for $ac_word... " >&6; }
6098 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6099 $as_echo_n "(cached) " >&6
6101 if test -n "$ac_ct_STRIP"; then
6102 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6108 test -z "$as_dir" && as_dir
=.
6109 for ac_exec_ext
in '' $ac_executable_extensions; do
6110 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6111 ac_cv_prog_ac_ct_STRIP
="strip"
6112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6121 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6122 if test -n "$ac_ct_STRIP"; then
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6124 $as_echo "$ac_ct_STRIP" >&6; }
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6127 $as_echo "no" >&6; }
6130 if test "x$ac_ct_STRIP" = x
; then
6133 case $cross_compiling:$ac_tool_warned in
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6136 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6137 ac_tool_warned
=yes ;;
6142 STRIP
="$ac_cv_prog_STRIP"
6145 if test -n "$ac_tool_prefix"; then
6146 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6147 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6149 $as_echo_n "checking for $ac_word... " >&6; }
6150 if ${ac_cv_prog_RANLIB+:} false
; then :
6151 $as_echo_n "(cached) " >&6
6153 if test -n "$RANLIB"; then
6154 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6160 test -z "$as_dir" && as_dir
=.
6161 for ac_exec_ext
in '' $ac_executable_extensions; do
6162 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6163 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6173 RANLIB
=$ac_cv_prog_RANLIB
6174 if test -n "$RANLIB"; then
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6176 $as_echo "$RANLIB" >&6; }
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6179 $as_echo "no" >&6; }
6184 if test -z "$ac_cv_prog_RANLIB"; then
6185 ac_ct_RANLIB
=$RANLIB
6186 # Extract the first word of "ranlib", so it can be a program name with args.
6187 set dummy ranlib
; ac_word
=$2
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6189 $as_echo_n "checking for $ac_word... " >&6; }
6190 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6191 $as_echo_n "(cached) " >&6
6193 if test -n "$ac_ct_RANLIB"; then
6194 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6196 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6200 test -z "$as_dir" && as_dir
=.
6201 for ac_exec_ext
in '' $ac_executable_extensions; do
6202 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6203 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6213 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6214 if test -n "$ac_ct_RANLIB"; then
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6216 $as_echo "$ac_ct_RANLIB" >&6; }
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6219 $as_echo "no" >&6; }
6222 if test "x$ac_ct_RANLIB" = x
; then
6225 case $cross_compiling:$ac_tool_warned in
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6228 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6229 ac_tool_warned
=yes ;;
6231 RANLIB
=$ac_ct_RANLIB
6234 RANLIB
="$ac_cv_prog_RANLIB"
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6238 $as_echo_n "checking whether ln -s works... " >&6; }
6240 if test "$LN_S" = "ln -s"; then
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6242 $as_echo "yes" >&6; }
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6245 $as_echo "no, using $LN_S" >&6; }
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6249 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6250 if ${ac_cv_path_GREP+:} false
; then :
6251 $as_echo_n "(cached) " >&6
6253 if test -z "$GREP"; then
6254 ac_path_GREP_found
=false
6255 # Loop through the user's path and test for each of PROGNAME-LIST
6256 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6257 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6260 test -z "$as_dir" && as_dir
=.
6261 for ac_prog
in grep ggrep
; do
6262 for ac_exec_ext
in '' $ac_executable_extensions; do
6263 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6264 as_fn_executable_p
"$ac_path_GREP" ||
continue
6265 # Check for GNU ac_path_GREP and select it if it is found.
6266 # Check for GNU $ac_path_GREP
6267 case `"$ac_path_GREP" --version 2>&1` in
6269 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6272 $as_echo_n 0123456789 >"conftest.in"
6275 cat "conftest.in" "conftest.in" >"conftest.tmp"
6276 mv "conftest.tmp" "conftest.in"
6277 cp "conftest.in" "conftest.nl"
6278 $as_echo 'GREP' >> "conftest.nl"
6279 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6280 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6281 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6282 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6283 # Best one so far, save it but keep looking for a better one
6284 ac_cv_path_GREP
="$ac_path_GREP"
6285 ac_path_GREP_max
=$ac_count
6287 # 10*(2^10) chars as input seems more than enough
6288 test $ac_count -gt 10 && break
6290 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6293 $ac_path_GREP_found && break 3
6298 if test -z "$ac_cv_path_GREP"; then
6299 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6302 ac_cv_path_GREP
=$GREP
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6307 $as_echo "$ac_cv_path_GREP" >&6; }
6308 GREP
="$ac_cv_path_GREP"
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6312 $as_echo_n "checking for egrep... " >&6; }
6313 if ${ac_cv_path_EGREP+:} false
; then :
6314 $as_echo_n "(cached) " >&6
6316 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6317 then ac_cv_path_EGREP
="$GREP -E"
6319 if test -z "$EGREP"; then
6320 ac_path_EGREP_found
=false
6321 # Loop through the user's path and test for each of PROGNAME-LIST
6322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6323 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6326 test -z "$as_dir" && as_dir
=.
6327 for ac_prog
in egrep; do
6328 for ac_exec_ext
in '' $ac_executable_extensions; do
6329 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6330 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6331 # Check for GNU ac_path_EGREP and select it if it is found.
6332 # Check for GNU $ac_path_EGREP
6333 case `"$ac_path_EGREP" --version 2>&1` in
6335 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6338 $as_echo_n 0123456789 >"conftest.in"
6341 cat "conftest.in" "conftest.in" >"conftest.tmp"
6342 mv "conftest.tmp" "conftest.in"
6343 cp "conftest.in" "conftest.nl"
6344 $as_echo 'EGREP' >> "conftest.nl"
6345 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6346 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6347 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6348 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6349 # Best one so far, save it but keep looking for a better one
6350 ac_cv_path_EGREP
="$ac_path_EGREP"
6351 ac_path_EGREP_max
=$ac_count
6353 # 10*(2^10) chars as input seems more than enough
6354 test $ac_count -gt 10 && break
6356 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6359 $ac_path_EGREP_found && break 3
6364 if test -z "$ac_cv_path_EGREP"; then
6365 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6368 ac_cv_path_EGREP
=$EGREP
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6374 $as_echo "$ac_cv_path_EGREP" >&6; }
6375 EGREP
="$ac_cv_path_EGREP"
6378 # Extract the first word of "ldconfig", so it can be a program name with args.
6379 set dummy ldconfig
; ac_word
=$2
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6381 $as_echo_n "checking for $ac_word... " >&6; }
6382 if ${ac_cv_path_LDCONFIG+:} false
; then :
6383 $as_echo_n "(cached) " >&6
6387 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6390 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6391 for as_dir
in /sbin
/usr
/sbin
$PATH
6394 test -z "$as_dir" && as_dir
=.
6395 for ac_exec_ext
in '' $ac_executable_extensions; do
6396 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6397 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6409 LDCONFIG
=$ac_cv_path_LDCONFIG
6410 if test -n "$LDCONFIG"; then
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6412 $as_echo "$LDCONFIG" >&6; }
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6415 $as_echo "no" >&6; }
6419 for ac_prog
in msgfmt
6421 # Extract the first word of "$ac_prog", so it can be a program name with args.
6422 set dummy
$ac_prog; ac_word
=$2
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6424 $as_echo_n "checking for $ac_word... " >&6; }
6425 if ${ac_cv_prog_MSGFMT+:} false
; then :
6426 $as_echo_n "(cached) " >&6
6428 if test -n "$MSGFMT"; then
6429 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6431 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6435 test -z "$as_dir" && as_dir
=.
6436 for ac_exec_ext
in '' $ac_executable_extensions; do
6437 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6438 ac_cv_prog_MSGFMT
="$ac_prog"
6439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6448 MSGFMT
=$ac_cv_prog_MSGFMT
6449 if test -n "$MSGFMT"; then
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6451 $as_echo "$MSGFMT" >&6; }
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6454 $as_echo "no" >&6; }
6458 test -n "$MSGFMT" && break
6460 test -n "$MSGFMT" || MSGFMT
="false"
6462 if ${ac_tool_prefix+:} false
; then :
6463 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6464 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6466 $as_echo_n "checking for $ac_word... " >&6; }
6467 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6468 $as_echo_n "(cached) " >&6
6470 if test -n "$PKG_CONFIG"; then
6471 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6473 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6477 test -z "$as_dir" && as_dir
=.
6478 for ac_exec_ext
in '' $ac_executable_extensions; do
6479 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6480 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6490 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6491 if test -n "$PKG_CONFIG"; then
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6493 $as_echo "$PKG_CONFIG" >&6; }
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6496 $as_echo "no" >&6; }
6501 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6502 if test "x$cross_compiling" = xyes
; then :
6505 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6506 # Extract the first word of "pkg-config", so it can be a program name with args.
6507 set dummy pkg-config
; ac_word
=$2
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6509 $as_echo_n "checking for $ac_word... " >&6; }
6510 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6511 $as_echo_n "(cached) " >&6
6513 if test -n "$PKG_CONFIG"; then
6514 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6520 test -z "$as_dir" && as_dir
=.
6521 for ac_exec_ext
in '' $ac_executable_extensions; do
6522 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6523 ac_cv_prog_PKG_CONFIG
="pkg-config"
6524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6533 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6534 if test -n "$PKG_CONFIG"; then
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6536 $as_echo "$PKG_CONFIG" >&6; }
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6539 $as_echo "no" >&6; }
6545 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6548 if test "x$enable_maintainer_mode" != "xyes"
6555 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6556 for ac_prog
in fontforge
6558 # Extract the first word of "$ac_prog", so it can be a program name with args.
6559 set dummy
$ac_prog; ac_word
=$2
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6561 $as_echo_n "checking for $ac_word... " >&6; }
6562 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6563 $as_echo_n "(cached) " >&6
6565 if test -n "$FONTFORGE"; then
6566 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6572 test -z "$as_dir" && as_dir
=.
6573 for ac_exec_ext
in '' $ac_executable_extensions; do
6574 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6575 ac_cv_prog_FONTFORGE
="$ac_prog"
6576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6585 FONTFORGE
=$ac_cv_prog_FONTFORGE
6586 if test -n "$FONTFORGE"; then
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6588 $as_echo "$FONTFORGE" >&6; }
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6591 $as_echo "no" >&6; }
6595 test -n "$FONTFORGE" && break
6597 test -n "$FONTFORGE" || FONTFORGE
="false"
6599 for ac_prog
in rsvg-convert rsvg
6601 # Extract the first word of "$ac_prog", so it can be a program name with args.
6602 set dummy
$ac_prog; ac_word
=$2
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6604 $as_echo_n "checking for $ac_word... " >&6; }
6605 if ${ac_cv_prog_RSVG+:} false
; then :
6606 $as_echo_n "(cached) " >&6
6608 if test -n "$RSVG"; then
6609 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6611 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6615 test -z "$as_dir" && as_dir
=.
6616 for ac_exec_ext
in '' $ac_executable_extensions; do
6617 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6618 ac_cv_prog_RSVG
="$ac_prog"
6619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6628 RSVG
=$ac_cv_prog_RSVG
6629 if test -n "$RSVG"; then
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6631 $as_echo "$RSVG" >&6; }
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6634 $as_echo "no" >&6; }
6638 test -n "$RSVG" && break
6640 test -n "$RSVG" || RSVG
="false"
6642 for ac_prog
in convert
6644 # Extract the first word of "$ac_prog", so it can be a program name with args.
6645 set dummy
$ac_prog; ac_word
=$2
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6647 $as_echo_n "checking for $ac_word... " >&6; }
6648 if ${ac_cv_prog_CONVERT+:} false
; then :
6649 $as_echo_n "(cached) " >&6
6651 if test -n "$CONVERT"; then
6652 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6654 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6658 test -z "$as_dir" && as_dir
=.
6659 for ac_exec_ext
in '' $ac_executable_extensions; do
6660 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6661 ac_cv_prog_CONVERT
="$ac_prog"
6662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6671 CONVERT
=$ac_cv_prog_CONVERT
6672 if test -n "$CONVERT"; then
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6674 $as_echo "$CONVERT" >&6; }
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6677 $as_echo "no" >&6; }
6681 test -n "$CONVERT" && break
6683 test -n "$CONVERT" || CONVERT
="false"
6685 for ac_prog
in icotool
6687 # Extract the first word of "$ac_prog", so it can be a program name with args.
6688 set dummy
$ac_prog; ac_word
=$2
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6690 $as_echo_n "checking for $ac_word... " >&6; }
6691 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6692 $as_echo_n "(cached) " >&6
6694 if test -n "$ICOTOOL"; then
6695 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6697 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6701 test -z "$as_dir" && as_dir
=.
6702 for ac_exec_ext
in '' $ac_executable_extensions; do
6703 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6704 ac_cv_prog_ICOTOOL
="$ac_prog"
6705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6714 ICOTOOL
=$ac_cv_prog_ICOTOOL
6715 if test -n "$ICOTOOL"; then
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6717 $as_echo "$ICOTOOL" >&6; }
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6720 $as_echo "no" >&6; }
6724 test -n "$ICOTOOL" && break
6726 test -n "$ICOTOOL" || ICOTOOL
="false"
6728 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6729 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6731 if test "$CONVERT" = false
6733 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6736 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6737 convert_version
=`convert --version | head -n1`
6738 if test "x$convert_version" != "x"
6740 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6741 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6742 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6747 if test "$CONVERT" = false
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6750 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6751 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6754 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6758 if test "$ICOTOOL" = false
6760 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6763 $as_echo_n "checking for recent enough icotool... " >&6; }
6764 icotool_version
=`icotool --version | head -n1`
6765 if test "x$icotool_version" != "x"
6767 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6768 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6769 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6772 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6775 if test "$ICOTOOL" = false
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6778 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6779 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6782 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6790 test "x$with_gettext" != xno || MSGFMT
=false
6791 if test "$MSGFMT" != "false"
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6794 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6795 if ${wine_cv_msgfmt_contexts+:} false
; then :
6796 $as_echo_n "(cached) " >&6
6798 cat >conftest.po
<<EOF
6804 if $MSGFMT -o /dev
/null conftest.po
2>&5
6806 wine_cv_msgfmt_contexts
=yes
6808 wine_cv_msgfmt_contexts
=no
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_msgfmt_contexts" >&5
6812 $as_echo "$wine_cv_msgfmt_contexts" >&6; }
6813 test $wine_cv_msgfmt_contexts != no || MSGFMT
=false
6815 if test "$MSGFMT" = false
; then :
6816 case "x$with_gettext" in
6817 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6819 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6820 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6822 enable_po
=${enable_po:-no}
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6827 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6828 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6829 $as_echo_n "(cached) " >&6
6831 ac_check_lib_save_LIBS
=$LIBS
6833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6834 /* end confdefs.h. */
6836 /* Override any GCC internal prototype to avoid an error.
6837 Use char because int might match the return type of a GCC
6838 builtin and then its argument prototype would still apply. */
6842 char i386_set_ldt ();
6846 return i386_set_ldt ();
6851 if ac_fn_c_try_link
"$LINENO"; then :
6852 ac_cv_lib_i386_i386_set_ldt
=yes
6854 ac_cv_lib_i386_i386_set_ldt
=no
6856 rm -f core conftest.err conftest.
$ac_objext \
6857 conftest
$ac_exeext conftest.
$ac_ext
6858 LIBS
=$ac_check_lib_save_LIBS
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6861 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6862 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6872 # Check whether --enable-largefile was given.
6873 if test "${enable_largefile+set}" = set; then :
6874 enableval
=$enable_largefile;
6877 if test "$enable_largefile" != no
; then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6880 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6881 if ${ac_cv_sys_largefile_CC+:} false
; then :
6882 $as_echo_n "(cached) " >&6
6884 ac_cv_sys_largefile_CC
=no
6885 if test "$GCC" != yes; then
6888 # IRIX 6.2 and later do not support large files by default,
6889 # so use the C compiler's -n32 option if that helps.
6890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6891 /* end confdefs.h. */
6892 #include <sys/types.h>
6893 /* Check that off_t can represent 2**63 - 1 correctly.
6894 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6895 since some C++ compilers masquerading as C compilers
6896 incorrectly reject 9223372036854775807. */
6897 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6898 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6899 && LARGE_OFF_T % 2147483647 == 1)
6909 if ac_fn_c_try_compile
"$LINENO"; then :
6912 rm -f core conftest.err conftest.
$ac_objext
6914 if ac_fn_c_try_compile
"$LINENO"; then :
6915 ac_cv_sys_largefile_CC
=' -n32'; break
6917 rm -f core conftest.err conftest.
$ac_objext
6921 rm -f conftest.
$ac_ext
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6925 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6926 if test "$ac_cv_sys_largefile_CC" != no
; then
6927 CC
=$CC$ac_cv_sys_largefile_CC
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6931 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6932 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6933 $as_echo_n "(cached) " >&6
6936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6937 /* end confdefs.h. */
6938 #include <sys/types.h>
6939 /* Check that off_t can represent 2**63 - 1 correctly.
6940 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6941 since some C++ compilers masquerading as C compilers
6942 incorrectly reject 9223372036854775807. */
6943 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6944 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6945 && LARGE_OFF_T % 2147483647 == 1)
6955 if ac_fn_c_try_compile
"$LINENO"; then :
6956 ac_cv_sys_file_offset_bits
=no
; break
6958 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6960 /* end confdefs.h. */
6961 #define _FILE_OFFSET_BITS 64
6962 #include <sys/types.h>
6963 /* Check that off_t can represent 2**63 - 1 correctly.
6964 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6965 since some C++ compilers masquerading as C compilers
6966 incorrectly reject 9223372036854775807. */
6967 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6968 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6969 && LARGE_OFF_T % 2147483647 == 1)
6979 if ac_fn_c_try_compile
"$LINENO"; then :
6980 ac_cv_sys_file_offset_bits
=64; break
6982 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6983 ac_cv_sys_file_offset_bits
=unknown
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6988 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6989 case $ac_cv_sys_file_offset_bits in #(
6992 cat >>confdefs.h
<<_ACEOF
6993 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6998 if test $ac_cv_sys_file_offset_bits = unknown
; then
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7000 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7001 if ${ac_cv_sys_large_files+:} false
; then :
7002 $as_echo_n "(cached) " >&6
7005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7006 /* end confdefs.h. */
7007 #include <sys/types.h>
7008 /* Check that off_t can represent 2**63 - 1 correctly.
7009 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7010 since some C++ compilers masquerading as C compilers
7011 incorrectly reject 9223372036854775807. */
7012 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7013 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7014 && LARGE_OFF_T % 2147483647 == 1)
7024 if ac_fn_c_try_compile
"$LINENO"; then :
7025 ac_cv_sys_large_files
=no
; break
7027 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7029 /* end confdefs.h. */
7030 #define _LARGE_FILES 1
7031 #include <sys/types.h>
7032 /* Check that off_t can represent 2**63 - 1 correctly.
7033 We can't simply define LARGE_OFF_T to be 9223372036854775807,
7034 since some C++ compilers masquerading as C compilers
7035 incorrectly reject 9223372036854775807. */
7036 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
7037 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7038 && LARGE_OFF_T % 2147483647 == 1)
7048 if ac_fn_c_try_compile
"$LINENO"; then :
7049 ac_cv_sys_large_files
=1; break
7051 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7052 ac_cv_sys_large_files
=unknown
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
7057 $as_echo "$ac_cv_sys_large_files" >&6; }
7058 case $ac_cv_sys_large_files in #(
7061 cat >>confdefs.h
<<_ACEOF
7062 #define _LARGE_FILES $ac_cv_sys_large_files
7074 ac_cpp
='$CPP $CPPFLAGS'
7075 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7076 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7077 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7079 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7080 # On Suns, sometimes $CPP names a directory.
7081 if test -n "$CPP" && test -d "$CPP"; then
7084 if test -z "$CPP"; then
7085 if ${ac_cv_prog_CPP+:} false
; then :
7086 $as_echo_n "(cached) " >&6
7088 # Double quotes because CPP needs to be expanded
7089 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7092 for ac_c_preproc_warn_flag
in '' yes
7094 # Use a header file that comes with gcc, so configuring glibc
7095 # with a fresh cross-compiler works.
7096 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7097 # <limits.h> exists even on freestanding compilers.
7098 # On the NeXT, cc -E runs the code through the compiler's parser,
7099 # not just through cpp. "Syntax error" is here to catch this case.
7100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7101 /* end confdefs.h. */
7103 # include <limits.h>
7105 # include <assert.h>
7109 if ac_fn_c_try_cpp
"$LINENO"; then :
7112 # Broken: fails on valid input.
7115 rm -f conftest.err conftest.i conftest.
$ac_ext
7117 # OK, works on sane cases. Now check whether nonexistent headers
7118 # can be detected and how.
7119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7120 /* end confdefs.h. */
7121 #include <ac_nonexistent.h>
7123 if ac_fn_c_try_cpp
"$LINENO"; then :
7124 # Broken: success on invalid input.
7127 # Passes both tests.
7131 rm -f conftest.err conftest.i conftest.
$ac_ext
7134 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7135 rm -f conftest.i conftest.err conftest.
$ac_ext
7136 if $ac_preproc_ok; then :
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7149 $as_echo "$CPP" >&6; }
7151 for ac_c_preproc_warn_flag
in '' yes
7153 # Use a header file that comes with gcc, so configuring glibc
7154 # with a fresh cross-compiler works.
7155 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7156 # <limits.h> exists even on freestanding compilers.
7157 # On the NeXT, cc -E runs the code through the compiler's parser,
7158 # not just through cpp. "Syntax error" is here to catch this case.
7159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7160 /* end confdefs.h. */
7162 # include <limits.h>
7164 # include <assert.h>
7168 if ac_fn_c_try_cpp
"$LINENO"; then :
7171 # Broken: fails on valid input.
7174 rm -f conftest.err conftest.i conftest.
$ac_ext
7176 # OK, works on sane cases. Now check whether nonexistent headers
7177 # can be detected and how.
7178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7179 /* end confdefs.h. */
7180 #include <ac_nonexistent.h>
7182 if ac_fn_c_try_cpp
"$LINENO"; then :
7183 # Broken: success on invalid input.
7186 # Passes both tests.
7190 rm -f conftest.err conftest.i conftest.
$ac_ext
7193 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7194 rm -f conftest.i conftest.err conftest.
$ac_ext
7195 if $ac_preproc_ok; then :
7198 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7200 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7201 See \`config.log' for more details" "$LINENO" 5; }
7205 ac_cpp
='$CPP $CPPFLAGS'
7206 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7207 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7208 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7212 $as_echo_n "checking for ANSI C header files... " >&6; }
7213 if ${ac_cv_header_stdc+:} false
; then :
7214 $as_echo_n "(cached) " >&6
7216 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7217 /* end confdefs.h. */
7231 if ac_fn_c_try_compile
"$LINENO"; then :
7232 ac_cv_header_stdc
=yes
7234 ac_cv_header_stdc
=no
7236 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7238 if test $ac_cv_header_stdc = yes; then
7239 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7241 /* end confdefs.h. */
7245 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7246 $EGREP "memchr" >/dev
/null
2>&1; then :
7249 ac_cv_header_stdc
=no
7255 if test $ac_cv_header_stdc = yes; then
7256 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7258 /* end confdefs.h. */
7262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7263 $EGREP "free" >/dev
/null
2>&1; then :
7266 ac_cv_header_stdc
=no
7272 if test $ac_cv_header_stdc = yes; then
7273 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7274 if test "$cross_compiling" = yes; then :
7277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7278 /* end confdefs.h. */
7281 #if ((' ' & 0x0FF) == 0x020)
7282 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7283 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7285 # define ISLOWER(c) \
7286 (('a' <= (c) && (c) <= 'i') \
7287 || ('j' <= (c) && (c) <= 'r') \
7288 || ('s' <= (c) && (c) <= 'z'))
7289 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7292 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7297 for (i = 0; i < 256; i++)
7298 if (XOR (islower (i), ISLOWER (i))
7299 || toupper (i) != TOUPPER (i))
7304 if ac_fn_c_try_run
"$LINENO"; then :
7307 ac_cv_header_stdc
=no
7309 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7310 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7316 $as_echo "$ac_cv_header_stdc" >&6; }
7317 if test $ac_cv_header_stdc = yes; then
7319 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7323 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7324 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7325 inttypes.h stdint.h unistd.h
7327 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7328 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7330 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7331 cat >>confdefs.h
<<_ACEOF
7332 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7342 ApplicationServices
/ApplicationServices.h \
7343 AudioToolbox
/AudioConverter.h \
7344 AudioUnit
/AudioUnit.h \
7345 AudioUnit
/AudioComponent.h \
7348 CommonCrypto
/CommonCryptor.h \
7349 CoreAudio
/CoreAudio.h \
7350 CoreServices
/CoreServices.h \
7351 DiskArbitration
/DiskArbitration.h \
7354 IOKit
/hid
/IOHIDLib.h \
7357 QuickTime
/ImageCompression.h \
7358 Security
/Security.h \
7359 SystemConfiguration
/SCDynamicStoreCopyDHCPInfo.h \
7360 SystemConfiguration
/SCNetworkConfiguration.h \
7407 netinet
/in_systm.h \
7468 valgrind
/memcheck.h \
7472 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7473 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7474 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7475 cat >>confdefs.h
<<_ACEOF
7476 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7483 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7484 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7486 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7491 if test $ac_cv_header_sys_mkdev_h = no
; then
7492 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7493 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7495 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7502 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7503 if ${ac_cv_header_stat_broken+:} false
; then :
7504 $as_echo_n "(cached) " >&6
7506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7507 /* end confdefs.h. */
7508 #include <sys/types.h>
7509 #include <sys/stat.h>
7511 #if defined S_ISBLK && defined S_IFDIR
7512 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7515 #if defined S_ISBLK && defined S_IFCHR
7516 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7519 #if defined S_ISLNK && defined S_IFREG
7520 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7523 #if defined S_ISSOCK && defined S_IFREG
7524 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7528 if ac_fn_c_try_compile
"$LINENO"; then :
7529 ac_cv_header_stat_broken
=no
7531 ac_cv_header_stat_broken
=yes
7533 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7536 $as_echo "$ac_cv_header_stat_broken" >&6; }
7537 if test $ac_cv_header_stat_broken = yes; then
7539 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7545 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7547 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7548 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7549 #ifdef HAVE_SYS_PARAM_H
7550 # include <sys/param.h>
7553 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7554 cat >>confdefs.h
<<_ACEOF
7555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7570 netinet
/if_ether.h \
7571 netinet
/if_inarp.h \
7580 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7581 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7582 #ifdef HAVE_SYS_SOCKET_H
7583 # include <sys/socket.h>
7585 #ifdef HAVE_SYS_SOCKETVAR_H
7586 # include <sys/socketvar.h>
7588 #ifdef HAVE_NET_ROUTE_H
7589 # include <net/route.h>
7591 #ifdef HAVE_NETINET_IN_H
7592 # include <netinet/in.h>
7594 #ifdef HAVE_NETINET_IN_SYSTM_H
7595 # include <netinet/in_systm.h>
7597 #ifdef HAVE_NET_IF_H
7598 # include <net/if.h>
7600 #ifdef HAVE_NETINET_IP_H
7601 # include <netinet/ip.h>
7604 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7605 cat >>confdefs.h
<<_ACEOF
7606 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7614 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7616 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7617 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7621 #ifdef HAVE_SYS_SOCKET_H
7622 # include <sys/socket.h>
7624 #ifdef HAVE_SYS_SOCKETVAR_H
7625 # include <sys/socketvar.h>
7627 #ifdef HAVE_SYS_TIMEOUT_H
7628 # include <sys/timeout.h>
7630 #ifdef HAVE_NETINET_IN_H
7631 # include <netinet/in.h>
7633 #ifdef HAVE_NETINET_IN_SYSTM_H
7634 # include <netinet/in_systm.h>
7636 #ifdef HAVE_NETINET_IP_H
7637 # include <netinet/ip.h>
7639 #ifdef HAVE_NETINET_IP_VAR_H
7640 # include <netinet/ip_var.h>
7642 #ifdef HAVE_NETINET_IP_ICMP_H
7643 # include <netinet/ip_icmp.h>
7645 #ifdef HAVE_NETINET_UDP_H
7646 # include <netinet/udp.h>
7648 #ifdef HAVE_NETINET_TCP_H
7649 # include <netinet/tcp.h>
7651 #ifdef HAVE_NETINET_TCP_TIMER_H
7652 #include <netinet/tcp_timer.h>
7655 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7656 cat >>confdefs.h
<<_ACEOF
7657 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7665 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7667 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7668 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7669 #ifdef HAVE_ASM_TYPES_H
7670 # include <asm/types.h>
7672 #ifdef HAVE_SYS_SOCKET_H
7673 # include <sys/socket.h>
7675 #ifdef HAVE_LINUX_TYPES_H
7676 # include <linux/types.h>
7679 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7680 cat >>confdefs.h
<<_ACEOF
7681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7689 for ac_header
in resolv.h
7691 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7692 #ifdef HAVE_SYS_SOCKET_H
7693 # include <sys/socket.h>
7695 #ifdef HAVE_NETINET_IN_H
7696 # include <netinet/in.h>
7698 #ifdef HAVE_ARPA_NAMESER_H
7699 # include <arpa/nameser.h>
7702 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7703 cat >>confdefs.h
<<_ACEOF
7704 #define HAVE_RESOLV_H 1
7712 for ac_header
in ifaddrs.h
7714 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7716 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7717 cat >>confdefs.h
<<_ACEOF
7718 #define HAVE_IFADDRS_H 1
7726 for ac_header
in sys
/ucontext.h
7728 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7730 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7731 cat >>confdefs.h
<<_ACEOF
7732 #define HAVE_SYS_UCONTEXT_H 1
7740 for ac_header
in sys
/thr.h
7742 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7743 #ifdef HAVE_SYS_UCONTEXT_H
7744 #include <sys/ucontext.h>
7747 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7748 cat >>confdefs.h
<<_ACEOF
7749 #define HAVE_SYS_THR_H 1
7757 for ac_header
in pthread_np.h
7759 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7760 #include <pthread.h>
7763 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7764 cat >>confdefs.h
<<_ACEOF
7765 #define HAVE_PTHREAD_NP_H 1
7773 for ac_header
in linux
/videodev2.h
7775 ac_fn_c_check_header_compile
"$LINENO" "linux/videodev2.h" "ac_cv_header_linux_videodev2_h" "#ifdef HAVE_SYS_TIME_H
7776 #include <sys/time.h>
7778 #include <sys/types.h>
7779 #ifdef HAVE_ASM_TYPES_H
7780 #include <asm/types.h>
7783 if test "x$ac_cv_header_linux_videodev2_h" = xyes
; then :
7784 cat >>confdefs.h
<<_ACEOF
7785 #define HAVE_LINUX_VIDEODEV2_H 1
7793 for ac_header
in libprocstat.h
7795 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7796 #include <sys/param.h>
7798 #ifdef HAVE_SYS_QUEUE_H
7799 #include <sys/queue.h>
7801 #ifdef HAVE_SYS_SOCKET_H
7802 #include <sys/socket.h>
7805 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7806 cat >>confdefs.h
<<_ACEOF
7807 #define HAVE_LIBPROCSTAT_H 1
7816 DLLFLAGS
="-D_REENTRANT"
7830 WINELOADER_LDFLAGS
=""
7832 WINEPRELOADER_LDFLAGS
=""
7836 # Extract the first word of "ldd", so it can be a program name with args.
7837 set dummy ldd
; ac_word
=$2
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7839 $as_echo_n "checking for $ac_word... " >&6; }
7840 if ${ac_cv_path_LDD+:} false
; then :
7841 $as_echo_n "(cached) " >&6
7845 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7848 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7849 as_dummy
="/sbin:/usr/sbin:$PATH"
7850 for as_dir
in $as_dummy
7853 test -z "$as_dir" && as_dir
=.
7854 for ac_exec_ext
in '' $ac_executable_extensions; do
7855 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7856 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7864 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7869 if test -n "$LDD"; then
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7871 $as_echo "$LDD" >&6; }
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7874 $as_echo "no" >&6; }
7878 if test -n "$ac_tool_prefix"; then
7879 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7880 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7882 $as_echo_n "checking for $ac_word... " >&6; }
7883 if ${ac_cv_prog_OTOOL+:} false
; then :
7884 $as_echo_n "(cached) " >&6
7886 if test -n "$OTOOL"; then
7887 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7893 test -z "$as_dir" && as_dir
=.
7894 for ac_exec_ext
in '' $ac_executable_extensions; do
7895 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7896 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7906 OTOOL
=$ac_cv_prog_OTOOL
7907 if test -n "$OTOOL"; then
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7909 $as_echo "$OTOOL" >&6; }
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7912 $as_echo "no" >&6; }
7917 if test -z "$ac_cv_prog_OTOOL"; then
7919 # Extract the first word of "otool", so it can be a program name with args.
7920 set dummy otool
; ac_word
=$2
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7922 $as_echo_n "checking for $ac_word... " >&6; }
7923 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7924 $as_echo_n "(cached) " >&6
7926 if test -n "$ac_ct_OTOOL"; then
7927 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7933 test -z "$as_dir" && as_dir
=.
7934 for ac_exec_ext
in '' $ac_executable_extensions; do
7935 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7936 ac_cv_prog_ac_ct_OTOOL
="otool"
7937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7946 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7947 if test -n "$ac_ct_OTOOL"; then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7949 $as_echo "$ac_ct_OTOOL" >&6; }
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7952 $as_echo "no" >&6; }
7955 if test "x$ac_ct_OTOOL" = x
; then
7958 case $cross_compiling:$ac_tool_warned in
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7961 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7962 ac_tool_warned
=yes ;;
7967 OTOOL
="$ac_cv_prog_OTOOL"
7970 if test -n "$ac_tool_prefix"; then
7971 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7972 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7974 $as_echo_n "checking for $ac_word... " >&6; }
7975 if ${ac_cv_prog_READELF+:} false
; then :
7976 $as_echo_n "(cached) " >&6
7978 if test -n "$READELF"; then
7979 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7981 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7985 test -z "$as_dir" && as_dir
=.
7986 for ac_exec_ext
in '' $ac_executable_extensions; do
7987 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7988 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7998 READELF
=$ac_cv_prog_READELF
7999 if test -n "$READELF"; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
8001 $as_echo "$READELF" >&6; }
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004 $as_echo "no" >&6; }
8009 if test -z "$ac_cv_prog_READELF"; then
8010 ac_ct_READELF
=$READELF
8011 # Extract the first word of "readelf", so it can be a program name with args.
8012 set dummy readelf
; ac_word
=$2
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8014 $as_echo_n "checking for $ac_word... " >&6; }
8015 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
8016 $as_echo_n "(cached) " >&6
8018 if test -n "$ac_ct_READELF"; then
8019 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
8021 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8025 test -z "$as_dir" && as_dir
=.
8026 for ac_exec_ext
in '' $ac_executable_extensions; do
8027 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8028 ac_cv_prog_ac_ct_READELF
="readelf"
8029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8038 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
8039 if test -n "$ac_ct_READELF"; then
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
8041 $as_echo "$ac_ct_READELF" >&6; }
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8044 $as_echo "no" >&6; }
8047 if test "x$ac_ct_READELF" = x
; then
8050 case $cross_compiling:$ac_tool_warned in
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8053 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8054 ac_tool_warned
=yes ;;
8056 READELF
=$ac_ct_READELF
8059 READELF
="$ac_cv_prog_READELF"
8062 wine_rules_file
=conf$
$rules.
make
8063 rm -f $wine_rules_file
8068 CONFIGURE_TARGETS
=""
8071 wine_fn_append_file
()
8073 as_fn_append
$1 " \\$as_nl $2"
8076 wine_fn_append_rule
()
8078 $as_echo "$1" >>$wine_rules_file
8081 wine_fn_config_makefile
()
8083 wine_fn_append_file SUBDIRS
$1
8084 if eval test \"x\$
"$2"\" = x
"no"; then :
8085 wine_fn_append_file DISABLED_SUBDIRS
$1
8089 wine_fn_config_symlink
()
8092 wine_fn_append_rule \
8094 @./config.status \$@"
8095 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8099 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8100 WINELOADER_PROGRAMS
="$wine_binary"
8102 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8106 if test -n "$ac_tool_prefix"; then
8107 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8108 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8110 $as_echo_n "checking for $ac_word... " >&6; }
8111 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8112 $as_echo_n "(cached) " >&6
8114 if test -n "$DLLTOOL"; then
8115 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8117 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8121 test -z "$as_dir" && as_dir
=.
8122 for ac_exec_ext
in '' $ac_executable_extensions; do
8123 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8124 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8134 DLLTOOL
=$ac_cv_prog_DLLTOOL
8135 if test -n "$DLLTOOL"; then
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8137 $as_echo "$DLLTOOL" >&6; }
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8140 $as_echo "no" >&6; }
8145 if test -z "$ac_cv_prog_DLLTOOL"; then
8146 ac_ct_DLLTOOL
=$DLLTOOL
8147 # Extract the first word of "dlltool", so it can be a program name with args.
8148 set dummy dlltool
; ac_word
=$2
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8150 $as_echo_n "checking for $ac_word... " >&6; }
8151 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8152 $as_echo_n "(cached) " >&6
8154 if test -n "$ac_ct_DLLTOOL"; then
8155 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8157 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8161 test -z "$as_dir" && as_dir
=.
8162 for ac_exec_ext
in '' $ac_executable_extensions; do
8163 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8164 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8174 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8175 if test -n "$ac_ct_DLLTOOL"; then
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8177 $as_echo "$ac_ct_DLLTOOL" >&6; }
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8180 $as_echo "no" >&6; }
8183 if test "x$ac_ct_DLLTOOL" = x
; then
8186 case $cross_compiling:$ac_tool_warned in
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8189 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8190 ac_tool_warned
=yes ;;
8192 DLLTOOL
=$ac_ct_DLLTOOL
8195 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8201 *i
[3456]86*) LDDLLFLAGS
="-Wl,--disable-stdcall-fixup" ;;
8203 enable_iphlpapi
=${enable_iphlpapi:-no}
8204 enable_kernel32
=${enable_kernel32:-no}
8205 enable_ntdll
=${enable_ntdll:-no}
8206 enable_ws2_32
=${enable_ws2_32:-no}
8207 enable_loader
=${enable_loader:-no}
8208 enable_server
=${enable_server:-no}
8209 with_x
=${with_x:-no}
8210 with_pthread
=${with_pthread:-no}
8215 ac_cpp
='$OBJCPP $CPPFLAGS'
8216 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8217 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8218 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8221 ac_cpp
='$OBJCPP $CPPFLAGS'
8222 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8223 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8224 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8225 if test -n "$ac_tool_prefix"; then
8226 for ac_prog
in gcc objcc objc cc CC
8228 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8229 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8231 $as_echo_n "checking for $ac_word... " >&6; }
8232 if ${ac_cv_prog_OBJC+:} false
; then :
8233 $as_echo_n "(cached) " >&6
8235 if test -n "$OBJC"; then
8236 ac_cv_prog_OBJC
="$OBJC" # Let the user override the test.
8238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8242 test -z "$as_dir" && as_dir
=.
8243 for ac_exec_ext
in '' $ac_executable_extensions; do
8244 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8245 ac_cv_prog_OBJC
="$ac_tool_prefix$ac_prog"
8246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8255 OBJC
=$ac_cv_prog_OBJC
8256 if test -n "$OBJC"; then
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
8258 $as_echo "$OBJC" >&6; }
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8261 $as_echo "no" >&6; }
8265 test -n "$OBJC" && break
8268 if test -z "$OBJC"; then
8270 for ac_prog
in gcc objcc objc cc CC
8272 # Extract the first word of "$ac_prog", so it can be a program name with args.
8273 set dummy
$ac_prog; ac_word
=$2
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8275 $as_echo_n "checking for $ac_word... " >&6; }
8276 if ${ac_cv_prog_ac_ct_OBJC+:} false
; then :
8277 $as_echo_n "(cached) " >&6
8279 if test -n "$ac_ct_OBJC"; then
8280 ac_cv_prog_ac_ct_OBJC
="$ac_ct_OBJC" # Let the user override the test.
8282 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8286 test -z "$as_dir" && as_dir
=.
8287 for ac_exec_ext
in '' $ac_executable_extensions; do
8288 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8289 ac_cv_prog_ac_ct_OBJC
="$ac_prog"
8290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8299 ac_ct_OBJC
=$ac_cv_prog_ac_ct_OBJC
8300 if test -n "$ac_ct_OBJC"; then
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
8302 $as_echo "$ac_ct_OBJC" >&6; }
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8305 $as_echo "no" >&6; }
8309 test -n "$ac_ct_OBJC" && break
8312 if test "x$ac_ct_OBJC" = x
; then
8315 case $cross_compiling:$ac_tool_warned in
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8318 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8319 ac_tool_warned
=yes ;;
8325 # Provide some information about the compiler.
8326 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
8329 for ac_option
in --version -v -V -qversion; do
8330 { { ac_try
="$ac_compiler $ac_option >&5"
8332 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8333 *) ac_try_echo=$ac_try;;
8335 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
8336 $as_echo "$ac_try_echo"; } >&5
8337 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
8339 if test -s conftest.err; then
8341 ... rest of stderr output deleted ...
8342 10q' conftest.err >conftest.er1
8343 cat conftest.er1 >&5
8345 rm -f conftest.er1 conftest.err
8346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8347 test $ac_status = 0; }
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
8351 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
8352 if ${ac_cv_objc_compiler_gnu+:} false; then :
8353 $as_echo_n "(cached) " >&6
8355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8356 /* end confdefs.h. */
8369 if ac_fn_objc_try_compile "$LINENO"; then :
8374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8375 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
8379 $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
8380 if test $ac_compiler_gnu = yes; then
8385 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
8386 ac_save_OBJCFLAGS=$OBJCFLAGS
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
8388 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
8389 if ${ac_cv_prog_objc_g+:} false; then :
8390 $as_echo_n "(cached) " >&6
8392 ac_save_objc_werror_flag=$ac_objc_werror_flag
8393 ac_objc_werror_flag=yes
8394 ac_cv_prog_objc_g=no
8396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8407 if ac_fn_objc_try_compile "$LINENO"; then :
8408 ac_cv_prog_objc_g=yes
8411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8412 /* end confdefs.h. */
8422 if ac_fn_objc_try_compile "$LINENO"; then :
8425 ac_objc_werror_flag=$ac_save_objc_werror_flag
8427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428 /* end confdefs.h. */
8438 if ac_fn_objc_try_compile "$LINENO"; then :
8439 ac_cv_prog_objc_g=yes
8441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8446 ac_objc_werror_flag=$ac_save_objc_werror_flag
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
8449 $as_echo "$ac_cv_prog_objc_g" >&6; }
8450 if test "$ac_test_OBJCFLAGS" = set; then
8451 OBJCFLAGS=$ac_save_OBJCFLAGS
8452 elif test $ac_cv_prog_objc_g = yes; then
8453 if test "$GOBJC" = yes; then
8459 if test "$GOBJC" = yes; then
8466 ac_cpp='$OBJCPP $CPPFLAGS'
8467 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8468 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8469 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8473 ac_cpp='$OBJCPP $CPPFLAGS'
8474 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8475 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8476 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the Objective C preprocessor" >&5
8478 $as_echo_n "checking how to run the Objective C preprocessor... " >&6; }
8479 if test -z "$OBJCPP"; then
8480 if ${ac_cv_prog_OBJCPP+:} false; then :
8481 $as_echo_n "(cached) " >&6
8483 # Double quotes because OBJCPP needs to be expanded
8484 for OBJCPP in "$OBJC -E" "/lib/cpp"
8487 for ac_objc_preproc_warn_flag in '' yes
8489 # Use a header file that comes with gcc, so configuring glibc
8490 # with a fresh cross-compiler works.
8491 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8492 # <limits.h> exists even on freestanding compilers.
8493 # On the NeXT, cc -E runs the code through the compiler's parser,
8494 # not just through cpp. "Syntax error" is here to catch this case.
8495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8496 /* end confdefs.h. */
8498 # include <limits.h>
8500 # include <assert.h>
8504 if ac_fn_objc_try_cpp "$LINENO"; then :
8507 # Broken: fails on valid input.
8510 rm -f conftest.err conftest.i conftest.$ac_ext
8512 # OK, works on sane cases. Now check whether nonexistent headers
8513 # can be detected and how.
8514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8515 /* end confdefs.h. */
8516 #include <ac_nonexistent.h>
8518 if ac_fn_objc_try_cpp "$LINENO"; then :
8519 # Broken: success on invalid input.
8522 # Passes both tests.
8526 rm -f conftest.err conftest.i conftest.$ac_ext
8529 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8530 rm -f conftest.i conftest.err conftest.
$ac_ext
8531 if $ac_preproc_ok; then :
8536 ac_cv_prog_OBJCPP
=$OBJCPP
8539 OBJCPP
=$ac_cv_prog_OBJCPP
8541 ac_cv_prog_OBJCPP
=$OBJCPP
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCPP" >&5
8544 $as_echo "$OBJCPP" >&6; }
8546 for ac_objc_preproc_warn_flag
in '' yes
8548 # Use a header file that comes with gcc, so configuring glibc
8549 # with a fresh cross-compiler works.
8550 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8551 # <limits.h> exists even on freestanding compilers.
8552 # On the NeXT, cc -E runs the code through the compiler's parser,
8553 # not just through cpp. "Syntax error" is here to catch this case.
8554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8557 # include <limits.h>
8559 # include <assert.h>
8563 if ac_fn_objc_try_cpp
"$LINENO"; then :
8566 # Broken: fails on valid input.
8569 rm -f conftest.err conftest.i conftest.
$ac_ext
8571 # OK, works on sane cases. Now check whether nonexistent headers
8572 # can be detected and how.
8573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h. */
8575 #include <ac_nonexistent.h>
8577 if ac_fn_objc_try_cpp
"$LINENO"; then :
8578 # Broken: success on invalid input.
8581 # Passes both tests.
8585 rm -f conftest.err conftest.i conftest.
$ac_ext
8588 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8589 rm -f conftest.i conftest.err conftest.
$ac_ext
8590 if $ac_preproc_ok; then :
8593 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8594 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8595 as_fn_error $?
"Objective C preprocessor \"$OBJCPP\" fails sanity check
8596 See \`config.log' for more details" "$LINENO" 5; }
8600 ac_cpp
='$OBJCPP $CPPFLAGS'
8601 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8602 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8603 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8606 for ac_header
in Metal
/Metal.h
8608 ac_fn_objc_check_header_mongrel
"$LINENO" "Metal/Metal.h" "ac_cv_header_Metal_Metal_h" "$ac_includes_default"
8609 if test "x$ac_cv_header_Metal_Metal_h" = xyes
; then :
8610 cat >>confdefs.h
<<_ACEOF
8611 #define HAVE_METAL_METAL_H 1
8619 ac_cpp
='$CPP $CPPFLAGS'
8620 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8621 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8622 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8625 DLLFLAGS
="$DLLFLAGS -fPIC"
8627 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8628 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8629 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8631 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8633 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8635 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8637 CORESERVICES_LIBS
="-framework CoreServices"
8639 APPKIT_LIBS
="-framework AppKit"
8641 SYSTEMCONFIGURATION_LIBS
="-framework SystemConfiguration"
8644 WINELOADER_LDFLAGS
="-Wl,-pie,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8646 wine_can_build_preloader
=yes
8647 WINEPRELOADER_LDFLAGS
="-nostartfiles -nodefaultlibs -e _start -ldylib1.o -Wl,-image_base,0x7c400000,-pagezero_size,0x1000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main" >&5
8649 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main... " >&6; }
8650 if ${ac_cv_cflags__Wl__no_new_main__e__main+:} false
; then :
8651 $as_echo_n "(cached) " >&6
8653 ac_wine_try_cflags_saved
=$CFLAGS
8654 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main"
8655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8656 /* end confdefs.h. */
8657 int main(int argc, char **argv) { return 0; }
8659 if ac_fn_c_try_link
"$LINENO"; then :
8660 ac_cv_cflags__Wl__no_new_main__e__main
=yes
8662 ac_cv_cflags__Wl__no_new_main__e__main
=no
8664 rm -f core conftest.err conftest.
$ac_objext \
8665 conftest
$ac_exeext conftest.
$ac_ext
8666 CFLAGS
=$ac_wine_try_cflags_saved
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main" >&5
8669 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main" >&6; }
8670 if test "x$ac_cv_cflags__Wl__no_new_main__e__main" = xyes
; then :
8671 WINEPRELOADER_LDFLAGS
="-Wl,-no_new_main $WINEPRELOADER_LDFLAGS"
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs" >&5
8673 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs... " >&6; }
8674 if ${ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs+:} false
; then :
8675 $as_echo_n "(cached) " >&6
8677 ac_wine_try_cflags_saved
=$CFLAGS
8678 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8680 /* end confdefs.h. */
8681 int main(int argc, char **argv) { return 0; }
8683 if ac_fn_c_try_link
"$LINENO"; then :
8684 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=yes
8686 ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs
=no
8688 rm -f core conftest.err conftest.
$ac_objext \
8689 conftest
$ac_exeext conftest.
$ac_ext
8690 CFLAGS
=$ac_wine_try_cflags_saved
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&5
8693 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" >&6; }
8694 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__nostartfiles__nodefaultlibs" = xyes
; then :
8695 EXTRACFLAGS
="$EXTRACFLAGS -Wl,-no_new_main -e _main -nostartfiles -nodefaultlibs"
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8698 $as_echo_n "checking whether the compiler supports -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8699 if ${ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8700 $as_echo_n "(cached) " >&6
8702 ac_wine_try_cflags_saved
=$CFLAGS
8703 CFLAGS
="$CFLAGS -Wl,-no_new_main -e _main -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8705 /* end confdefs.h. */
8706 int main(int argc, char **argv) { return 0; }
8708 if ac_fn_c_try_link
"$LINENO"; then :
8709 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8711 ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8713 rm -f core conftest.err conftest.
$ac_objext \
8714 conftest
$ac_exeext conftest.
$ac_ext
8715 CFLAGS
=$ac_wine_try_cflags_saved
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8718 $as_echo "$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8719 if test "x$ac_cv_cflags__Wl__no_new_main__e__main__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8720 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8722 wine_can_build_preloader
=no
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -nostartfiles -nodefaultlibs" >&5
8727 $as_echo_n "checking whether the compiler supports -nostartfiles -nodefaultlibs... " >&6; }
8728 if ${ac_cv_cflags__nostartfiles__nodefaultlibs+:} false
; then :
8729 $as_echo_n "(cached) " >&6
8731 ac_wine_try_cflags_saved
=$CFLAGS
8732 CFLAGS
="$CFLAGS -nostartfiles -nodefaultlibs"
8733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8734 /* end confdefs.h. */
8735 int main(int argc, char **argv) { return 0; }
8737 if ac_fn_c_try_link
"$LINENO"; then :
8738 ac_cv_cflags__nostartfiles__nodefaultlibs
=yes
8740 ac_cv_cflags__nostartfiles__nodefaultlibs
=no
8742 rm -f core conftest.err conftest.
$ac_objext \
8743 conftest
$ac_exeext conftest.
$ac_ext
8744 CFLAGS
=$ac_wine_try_cflags_saved
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__nostartfiles__nodefaultlibs" >&5
8747 $as_echo "$ac_cv_cflags__nostartfiles__nodefaultlibs" >&6; }
8748 if test "x$ac_cv_cflags__nostartfiles__nodefaultlibs" = xyes
; then :
8749 EXTRACFLAGS
="$EXTRACFLAGS -nostartfiles -nodefaultlibs"
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs" >&5
8752 $as_echo_n "checking whether the compiler supports -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs... " >&6; }
8753 if ${ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs+:} false
; then :
8754 $as_echo_n "(cached) " >&6
8756 ac_wine_try_cflags_saved
=$CFLAGS
8757 CFLAGS
="$CFLAGS -mmacosx-version-min=10.7 -nostartfiles -nodefaultlibs"
8758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8759 /* end confdefs.h. */
8760 int main(int argc, char **argv) { return 0; }
8762 if ac_fn_c_try_link
"$LINENO"; then :
8763 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=yes
8765 ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs
=no
8767 rm -f core conftest.err conftest.
$ac_objext \
8768 conftest
$ac_exeext conftest.
$ac_ext
8769 CFLAGS
=$ac_wine_try_cflags_saved
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&5
8772 $as_echo "$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" >&6; }
8773 if test "x$ac_cv_cflags__mmacosx_version_min_10_7__nostartfiles__nodefaultlibs" = xyes
; then :
8774 WINEPRELOADER_LDFLAGS
="-mmacosx-version-min=10.7 $WINEPRELOADER_LDFLAGS"
8776 wine_can_build_preloader
=no
8780 if test "$wine_can_build_preloader" = "yes"
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8783 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8784 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8785 $as_echo_n "(cached) " >&6
8787 ac_wine_try_cflags_saved
=$CFLAGS
8788 CFLAGS
="$CFLAGS -Wl,-no_pie"
8789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8790 /* end confdefs.h. */
8791 int main(int argc, char **argv) { return 0; }
8793 if ac_fn_c_try_link
"$LINENO"; then :
8794 ac_cv_cflags__Wl__no_pie
=yes
8796 ac_cv_cflags__Wl__no_pie
=no
8798 rm -f core conftest.err conftest.
$ac_objext \
8799 conftest
$ac_exeext conftest.
$ac_ext
8800 CFLAGS
=$ac_wine_try_cflags_saved
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8803 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8804 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8805 WINEPRELOADER_LDFLAGS
="-Wl,-no_pie $WINEPRELOADER_LDFLAGS"
8807 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
8808 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
8810 as_fn_append wine_warnings
"|can't build Wine preloader; many programs won't work"
8813 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8815 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8818 if test "$ac_cv_header_Security_Security_h" = "yes"
8820 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8822 ac_save_LIBS
="$LIBS"
8823 LIBS
="$LIBS $SECURITY_LIBS"
8824 for ac_func
in SSLCopyPeerCertificates
8826 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8827 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8828 cat >>confdefs.h
<<_ACEOF
8829 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8835 LIBS
="$ac_save_LIBS"
8837 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8839 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8841 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8844 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8847 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8848 ac_save_LIBS
="$LIBS"
8849 LIBS
="$LIBS $COREAUDIO_LIBS"
8850 for ac_func
in AUGraphAddNode
8852 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8853 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8854 cat >>confdefs.h
<<_ACEOF
8855 #define HAVE_AUGRAPHADDNODE 1
8861 LIBS
="$ac_save_LIBS"
8863 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8865 OPENAL_LIBS
="-framework OpenAL"
8868 cat >>confdefs.h
<<_ACEOF
8869 #define HAVE_OPENAL 1
8872 ac_cv_lib_openal
=yes
8874 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8876 OPENCL_LIBS
="-framework OpenCL"
8878 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8880 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8882 ac_save_LIBS
="$LIBS"
8883 LIBS
="$LIBS $IOKIT_LIBS"
8884 for ac_func
in IOHIDManagerCreate
8886 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8887 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8888 cat >>confdefs.h
<<_ACEOF
8889 #define HAVE_IOHIDMANAGERCREATE 1
8895 LIBS
="$ac_save_LIBS"
8897 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8899 ac_save_LIBS
="$LIBS"
8900 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8902 $as_echo_n "checking for the QuickTime framework... " >&6; }
8903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8904 /* end confdefs.h. */
8905 #include <QuickTime/ImageCompression.h>
8909 CodecManagerVersion(NULL);
8914 if ac_fn_c_try_link
"$LINENO"; then :
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8916 $as_echo "yes" >&6; }
8917 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8919 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8922 $as_echo "no" >&6; }
8923 ac_cv_header_QuickTime_ImageCompression_h
=no
8925 rm -f core conftest.err conftest.
$ac_objext \
8926 conftest
$ac_exeext conftest.
$ac_ext
8927 LIBS
="$ac_save_LIBS"
8929 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8931 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8933 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8935 CARBON_LIBS
="-framework Carbon"
8938 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8940 METAL_LIBS
="-framework Metal -framework QuartzCore"
8944 if test "$ac_cv_header_Metal_Metal_h" = "yes"
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether MTLDevice protocol supports registryID property" >&5
8947 $as_echo_n "checking whether MTLDevice protocol supports registryID property... " >&6; }
8949 ac_cpp
='$OBJCPP $CPPFLAGS'
8950 ac_compile
='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8951 ac_link
='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8952 ac_compiler_gnu
=$ac_cv_objc_compiler_gnu
8954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8955 /* end confdefs.h. */
8956 #include <Metal/Metal.h>
8960 id<MTLDevice> device; device.registryID;
8965 if ac_fn_objc_try_compile
"$LINENO"; then :
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8967 $as_echo "yes" >&6; }
8969 $as_echo "#define HAVE_MTLDEVICE_REGISTRYID 1" >>confdefs.h
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8973 $as_echo "no" >&6; }
8975 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8977 ac_cpp
='$CPP $CPPFLAGS'
8978 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8979 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8980 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8984 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8986 ac_save_LIBS
="$LIBS"
8987 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8988 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8989 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8990 enable_winemac_drv
=${enable_winemac_drv:-yes}
8993 LIBS
="$ac_save_LIBS"
8996 if test "x$enable_win16" = "xyes"
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8999 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
9000 if test "$cross_compiling" = yes; then :
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
9002 $as_echo "cross-compiling, assuming yes" >&6; }
9004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9005 /* end confdefs.h. */
9008 "good:\tnop;nop\n\t"
9009 ".globl _testfunc\n"
9010 "_testfunc:\tcallw good");
9011 extern void testfunc();
9015 unsigned short *p = (unsigned short *)testfunc;
9016 return p[0] != 0xe866 || p[1] != 0xfffa
9021 if ac_fn_c_try_run
"$LINENO"; then :
9022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9023 $as_echo "yes" >&6; }
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9026 $as_echo "no" >&6; }
9027 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
9029 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
9030 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
9035 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
9037 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
9039 WINELOADER_DEPENDS
="wine_info.plist"
9041 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.$libwine_version.dylib libs/wine/libwine.$libwine_soversion.dylib"
9042 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.dylib"
9046 DLLFLAGS
="$DLLFLAGS -fPIC"
9048 LDEXECFLAGS
="-Wl,-pie"
9049 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9051 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9052 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
9053 $as_echo_n "(cached) " >&6
9055 ac_wine_try_cflags_saved
=$CFLAGS
9056 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9058 /* end confdefs.h. */
9059 int main(int argc, char **argv) { return 0; }
9061 if ac_fn_c_try_link
"$LINENO"; then :
9062 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
9064 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
9066 rm -f core conftest.err conftest.
$ac_objext \
9067 conftest
$ac_exeext conftest.
$ac_ext
9068 CFLAGS
=$ac_wine_try_cflags_saved
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9071 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9072 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
9073 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9075 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000"
9076 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9078 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9079 if eval \
${$as_ac_var+:} false
; then :
9080 $as_echo_n "(cached) " >&6
9082 ac_wine_try_cflags_saved
=$CFLAGS
9083 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9085 /* end confdefs.h. */
9086 int main(int argc, char **argv) { return 0; }
9088 if ac_fn_c_try_link
"$LINENO"; then :
9089 eval "$as_ac_var=yes"
9091 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.
$ac_objext \
9094 conftest
$ac_exeext conftest.
$ac_ext
9095 CFLAGS
=$ac_wine_try_cflags_saved
9097 eval ac_res
=\$
$as_ac_var
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9099 $as_echo "$ac_res" >&6; }
9100 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9101 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9102 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9104 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9107 if eval \
${$as_ac_var+:} false
; then :
9108 $as_echo_n "(cached) " >&6
9110 ac_wine_try_cflags_saved
=$CFLAGS
9111 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9113 /* end confdefs.h. */
9114 int main(int argc, char **argv) { return 0; }
9116 if ac_fn_c_try_link
"$LINENO"; then :
9117 eval "$as_ac_var=yes"
9119 eval "$as_ac_var=no"
9121 rm -f core conftest.err conftest.
$ac_objext \
9122 conftest
$ac_exeext conftest.
$ac_ext
9123 CFLAGS
=$ac_wine_try_cflags_saved
9125 eval ac_res
=\$
$as_ac_var
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9127 $as_echo "$ac_res" >&6; }
9128 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9129 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9130 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9134 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9135 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
9136 $as_echo_n "(cached) " >&6
9138 ac_wine_try_cflags_saved
=$CFLAGS
9139 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
9140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9141 /* end confdefs.h. */
9142 int main(int argc, char **argv) { return 0; }
9144 if ac_fn_c_try_link
"$LINENO"; then :
9145 ac_cv_cflags__Wl___enable_new_dtags
=yes
9147 ac_cv_cflags__Wl___enable_new_dtags
=no
9149 rm -f core conftest.err conftest.
$ac_objext \
9150 conftest
$ac_exeext conftest.
$ac_ext
9151 CFLAGS
=$ac_wine_try_cflags_saved
9153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9154 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9155 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
9156 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9159 LIBWINE_SHAREDLIB
="libwine.so"
9161 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
9163 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so"
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
9166 $as_echo_n "checking for -lEGL... " >&6; }
9167 if ${ac_cv_lib_soname_EGL+:} false
; then :
9168 $as_echo_n "(cached) " >&6
9170 ac_check_soname_save_LIBS
=$LIBS
9172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h. */
9175 /* Override any GCC internal prototype to avoid an error.
9176 Use char because int might match the return type of a GCC
9177 builtin and then its argument prototype would still apply. */
9181 char eglGetProcAddress ();
9185 return eglGetProcAddress ();
9190 if ac_fn_c_try_link
"$LINENO"; then :
9192 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9193 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'` ;;
9194 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9195 if ${ac_cv_lib_soname_EGL:+false} :; then :
9196 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9200 ac_cv_lib_soname_EGL
=
9202 rm -f core conftest.err conftest.
$ac_objext \
9203 conftest
$ac_exeext conftest.
$ac_ext
9204 LIBS
=$ac_check_soname_save_LIBS
9206 if ${ac_cv_lib_soname_EGL:+false} :; then :
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9208 $as_echo "not found" >&6; }
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
9212 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
9214 cat >>confdefs.h
<<_ACEOF
9215 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
9221 $as_echo_n "checking for -lGLESv2... " >&6; }
9222 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
9223 $as_echo_n "(cached) " >&6
9225 ac_check_soname_save_LIBS
=$LIBS
9226 LIBS
="-lGLESv2 $LIBS"
9227 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9228 /* end confdefs.h. */
9230 /* Override any GCC internal prototype to avoid an error.
9231 Use char because int might match the return type of a GCC
9232 builtin and then its argument prototype would still apply. */
9245 if ac_fn_c_try_link
"$LINENO"; then :
9247 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9248 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'` ;;
9249 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9250 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9251 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9255 ac_cv_lib_soname_GLESv2
=
9257 rm -f core conftest.err conftest.
$ac_objext \
9258 conftest
$ac_exeext conftest.
$ac_ext
9259 LIBS
=$ac_check_soname_save_LIBS
9261 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9263 $as_echo "not found" >&6; }
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
9267 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
9269 cat >>confdefs.h
<<_ACEOF
9270 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
9276 if test "x$exec_prefix" = xNONE
9279 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
9280 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
9281 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
9282 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
9290 DLLFLAGS
="$DLLFLAGS -fno-PIC"
9291 LDDLLFLAGS
="-fno-PIC" ;;
9293 DLLFLAGS
="$DLLFLAGS -fPIC"
9294 LDDLLFLAGS
="-fPIC" ;;
9296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
9297 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
9298 if ${ac_cv_c_dll_gnuelf+:} false
; then :
9299 $as_echo_n "(cached) " >&6
9301 ac_wine_try_cflags_saved
=$CFLAGS
9302 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9304 /* end confdefs.h. */
9307 if ac_fn_c_try_link
"$LINENO"; then :
9308 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=yes
9310 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic
=no
9312 rm -f core conftest.err conftest.
$ac_objext \
9313 conftest
$ac_exeext conftest.
$ac_ext
9314 CFLAGS
=$ac_wine_try_cflags_saved
9315 if test "x$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic" = xyes
; then :
9316 ac_cv_c_dll_gnuelf
="yes"
9318 ac_cv_c_dll_gnuelf
="no"
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
9322 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9323 if test "$ac_cv_c_dll_gnuelf" = "yes"
9325 LIBWINE_LDFLAGS
="-shared"
9326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-soname,confest.so.1" >&5
9327 $as_echo_n "checking whether the compiler supports -shared -Wl,-soname,confest.so.1... " >&6; }
9328 if ${ac_cv_cflags__shared__Wl__soname_confest_so_1+:} false
; then :
9329 $as_echo_n "(cached) " >&6
9331 ac_wine_try_cflags_saved
=$CFLAGS
9332 CFLAGS
="$CFLAGS -shared -Wl,-soname,confest.so.1"
9333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9334 /* end confdefs.h. */
9335 int main(int argc, char **argv) { return 0; }
9337 if ac_fn_c_try_link
"$LINENO"; then :
9338 ac_cv_cflags__shared__Wl__soname_confest_so_1
=yes
9340 ac_cv_cflags__shared__Wl__soname_confest_so_1
=no
9342 rm -f core conftest.err conftest.
$ac_objext \
9343 conftest
$ac_exeext conftest.
$ac_ext
9344 CFLAGS
=$ac_wine_try_cflags_saved
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__soname_confest_so_1" >&5
9347 $as_echo "$ac_cv_cflags__shared__Wl__soname_confest_so_1" >&6; }
9348 if test "x$ac_cv_cflags__shared__Wl__soname_confest_so_1" = xyes
; then :
9349 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,-h,confest.so.1" >&5
9352 $as_echo_n "checking whether the compiler supports -shared -Wl,-h,confest.so.1... " >&6; }
9353 if ${ac_cv_cflags__shared__Wl__h_confest_so_1+:} false
; then :
9354 $as_echo_n "(cached) " >&6
9356 ac_wine_try_cflags_saved
=$CFLAGS
9357 CFLAGS
="$CFLAGS -shared -Wl,-h,confest.so.1"
9358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9359 /* end confdefs.h. */
9360 int main(int argc, char **argv) { return 0; }
9362 if ac_fn_c_try_link
"$LINENO"; then :
9363 ac_cv_cflags__shared__Wl__h_confest_so_1
=yes
9365 ac_cv_cflags__shared__Wl__h_confest_so_1
=no
9367 rm -f core conftest.err conftest.
$ac_objext \
9368 conftest
$ac_exeext conftest.
$ac_ext
9369 CFLAGS
=$ac_wine_try_cflags_saved
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl__h_confest_so_1" >&5
9372 $as_echo "$ac_cv_cflags__shared__Wl__h_confest_so_1" >&6; }
9373 if test "x$ac_cv_cflags__shared__Wl__h_confest_so_1" = xyes
; then :
9374 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
9378 echo '{ global: *; };' >conftest.map
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -shared -Wl,--version-script=conftest.map" >&5
9380 $as_echo_n "checking whether the compiler supports -shared -Wl,--version-script=conftest.map... " >&6; }
9381 if ${ac_cv_cflags__shared__Wl___version_script_conftest_map+:} false
; then :
9382 $as_echo_n "(cached) " >&6
9384 ac_wine_try_cflags_saved
=$CFLAGS
9385 CFLAGS
="$CFLAGS -shared -Wl,--version-script=conftest.map"
9386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9387 /* end confdefs.h. */
9388 int main(int argc, char **argv) { return 0; }
9390 if ac_fn_c_try_link
"$LINENO"; then :
9391 ac_cv_cflags__shared__Wl___version_script_conftest_map
=yes
9393 ac_cv_cflags__shared__Wl___version_script_conftest_map
=no
9395 rm -f core conftest.err conftest.
$ac_objext \
9396 conftest
$ac_exeext conftest.
$ac_ext
9397 CFLAGS
=$ac_wine_try_cflags_saved
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__shared__Wl___version_script_conftest_map" >&5
9400 $as_echo "$ac_cv_cflags__shared__Wl___version_script_conftest_map" >&6; }
9401 if test "x$ac_cv_cflags__shared__Wl___version_script_conftest_map" = xyes
; then :
9402 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--export-dynamic" >&5
9407 $as_echo_n "checking whether the compiler supports -Wl,--export-dynamic... " >&6; }
9408 if ${ac_cv_cflags__Wl___export_dynamic+:} false
; then :
9409 $as_echo_n "(cached) " >&6
9411 ac_wine_try_cflags_saved
=$CFLAGS
9412 CFLAGS
="$CFLAGS -Wl,--export-dynamic"
9413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9414 /* end confdefs.h. */
9415 int main(int argc, char **argv) { return 0; }
9417 if ac_fn_c_try_link
"$LINENO"; then :
9418 ac_cv_cflags__Wl___export_dynamic
=yes
9420 ac_cv_cflags__Wl___export_dynamic
=no
9422 rm -f core conftest.err conftest.
$ac_objext \
9423 conftest
$ac_exeext conftest.
$ac_ext
9424 CFLAGS
=$ac_wine_try_cflags_saved
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___export_dynamic" >&5
9427 $as_echo "$ac_cv_cflags__Wl___export_dynamic" >&6; }
9428 if test "x$ac_cv_cflags__Wl___export_dynamic" = xyes
; then :
9429 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
9431 WINEPRELOADER_LDFLAGS
="-static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000"
9433 as_ac_var
=`$as_echo "ac_cv_cflags_-Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--rpath,\$ORIGIN/../lib" >&5
9435 $as_echo_n "checking whether the compiler supports -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9436 if eval \
${$as_ac_var+:} false
; then :
9437 $as_echo_n "(cached) " >&6
9439 ac_wine_try_cflags_saved
=$CFLAGS
9440 CFLAGS
="$CFLAGS -Wl,--rpath,\$ORIGIN/../lib"
9441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h. */
9443 int main(int argc, char **argv) { return 0; }
9445 if ac_fn_c_try_link
"$LINENO"; then :
9446 eval "$as_ac_var=yes"
9448 eval "$as_ac_var=no"
9450 rm -f core conftest.err conftest.
$ac_objext \
9451 conftest
$ac_exeext conftest.
$ac_ext
9452 CFLAGS
=$ac_wine_try_cflags_saved
9454 eval ac_res
=\$
$as_ac_var
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9456 $as_echo "$ac_res" >&6; }
9457 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9458 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9459 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9461 as_ac_var
=`$as_echo "ac_cv_cflags_-Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-R,\$ORIGIN/../lib" >&5
9463 $as_echo_n "checking whether the compiler supports -Wl,-R,\$ORIGIN/../lib... " >&6; }
9464 if eval \
${$as_ac_var+:} false
; then :
9465 $as_echo_n "(cached) " >&6
9467 ac_wine_try_cflags_saved
=$CFLAGS
9468 CFLAGS
="$CFLAGS -Wl,-R,\$ORIGIN/../lib"
9469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9470 /* end confdefs.h. */
9471 int main(int argc, char **argv) { return 0; }
9473 if ac_fn_c_try_link
"$LINENO"; then :
9474 eval "$as_ac_var=yes"
9476 eval "$as_ac_var=no"
9478 rm -f core conftest.err conftest.
$ac_objext \
9479 conftest
$ac_exeext conftest.
$ac_ext
9480 CFLAGS
=$ac_wine_try_cflags_saved
9482 eval ac_res
=\$
$as_ac_var
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9484 $as_echo "$ac_res" >&6; }
9485 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
9486 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
9487 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9492 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9493 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
9494 $as_echo_n "(cached) " >&6
9496 ac_wine_try_cflags_saved
=$CFLAGS
9497 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
9498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9499 /* end confdefs.h. */
9500 int main(int argc, char **argv) { return 0; }
9502 if ac_fn_c_try_link
"$LINENO"; then :
9503 ac_cv_cflags__Wl___enable_new_dtags
=yes
9505 ac_cv_cflags__Wl___enable_new_dtags
=no
9507 rm -f core conftest.err conftest.
$ac_objext \
9508 conftest
$ac_exeext conftest.
$ac_ext
9509 CFLAGS
=$ac_wine_try_cflags_saved
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9512 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9513 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
9514 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9518 *i
[3456789]86* | x86_64 |
*aarch64
*)
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
9520 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
9521 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
9522 $as_echo_n "(cached) " >&6
9524 ac_wine_try_cflags_saved
=$CFLAGS
9525 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
9526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9527 /* end confdefs.h. */
9528 int main(int argc, char **argv) { return 0; }
9530 if ac_fn_c_try_link
"$LINENO"; then :
9531 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
9533 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
9535 rm -f core conftest.err conftest.
$ac_objext \
9536 conftest
$ac_exeext conftest.
$ac_ext
9537 CFLAGS
=$ac_wine_try_cflags_saved
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
9540 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
9541 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
9543 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
9544 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
9548 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
9549 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
9550 $as_echo_n "(cached) " >&6
9552 ac_wine_try_cflags_saved
=$CFLAGS
9553 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
9554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9555 /* end confdefs.h. */
9556 int main(int argc, char **argv) { return 0; }
9558 if ac_fn_c_try_link
"$LINENO"; then :
9559 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
9561 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
9563 rm -f core conftest.err conftest.
$ac_objext \
9564 conftest
$ac_exeext conftest.
$ac_ext
9565 CFLAGS
=$ac_wine_try_cflags_saved
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
9568 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
9569 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
9571 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
9572 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
9575 # Extract the first word of "prelink", so it can be a program name with args.
9576 set dummy prelink
; ac_word
=$2
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9578 $as_echo_n "checking for $ac_word... " >&6; }
9579 if ${ac_cv_path_PRELINK+:} false
; then :
9580 $as_echo_n "(cached) " >&6
9584 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
9587 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9588 for as_dir
in /sbin
/usr
/sbin
$PATH
9591 test -z "$as_dir" && as_dir
=.
9592 for ac_exec_ext
in '' $ac_executable_extensions; do
9593 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9594 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9602 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9606 PRELINK
=$ac_cv_path_PRELINK
9607 if test -n "$PRELINK"; then
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9609 $as_echo "$PRELINK" >&6; }
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9612 $as_echo "no" >&6; }
9616 if test "x$PRELINK" = xfalse
9618 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9622 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9623 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9624 $as_echo_n "(cached) " >&6
9626 ac_wine_try_cflags_saved
=$CFLAGS
9627 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9629 /* end confdefs.h. */
9630 int main(int argc, char **argv) { return 0; }
9632 if ac_fn_c_try_link
"$LINENO"; then :
9633 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9635 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9637 rm -f core conftest.err conftest.
$ac_objext \
9638 conftest
$ac_exeext conftest.
$ac_ext
9639 CFLAGS
=$ac_wine_try_cflags_saved
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9642 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9643 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9644 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9651 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9652 if ${ac_cv_c_dll_unixware+:} false
; then :
9653 $as_echo_n "(cached) " >&6
9655 ac_wine_try_cflags_saved
=$CFLAGS
9656 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9658 /* end confdefs.h. */
9661 if ac_fn_c_try_link
"$LINENO"; then :
9662 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=yes
9664 ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic
=no
9666 rm -f core conftest.err conftest.
$ac_objext \
9667 conftest
$ac_exeext conftest.
$ac_ext
9668 CFLAGS
=$ac_wine_try_cflags_saved
9669 if test "x$ac_cv_cflags__fPIC__Wl__G__h_conftest_so_1_0__B_symbolic" = xyes
; then :
9670 ac_cv_c_dll_unixware
="yes"
9672 ac_cv_c_dll_unixware
="no"
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9676 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9677 if test "$ac_cv_c_dll_unixware" = "yes"
9679 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9682 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9684 LIBWINE_DEPENDS
="wine.map"
9686 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB libs/wine/libwine.so.$libwine_version libs/wine/libwine.so.$libwine_soversion"
9687 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV libs/wine/libwine.so"
9691 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9692 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9693 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9694 enable_winemac_drv
=${enable_winemac_drv:-no}
9695 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9699 if test "x$with_mingw" != xno
9701 case "x$with_mingw" in
9702 x|xyes
) case "$host_cpu" in
9704 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
9706 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9708 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
9709 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9712 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
9713 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9715 ac_prefix_list
="" ;;
9717 for ac_prog
in $ac_prefix_list
9719 # Extract the first word of "$ac_prog", so it can be a program name with args.
9720 set dummy
$ac_prog; ac_word
=$2
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9722 $as_echo_n "checking for $ac_word... " >&6; }
9723 if ${ac_cv_prog_CROSSCC+:} false
; then :
9724 $as_echo_n "(cached) " >&6
9726 if test -n "$CROSSCC"; then
9727 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9729 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9733 test -z "$as_dir" && as_dir
=.
9734 for ac_exec_ext
in '' $ac_executable_extensions; do
9735 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9736 ac_cv_prog_CROSSCC
="$ac_prog"
9737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9746 CROSSCC
=$ac_cv_prog_CROSSCC
9747 if test -n "$CROSSCC"; then
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9749 $as_echo "$CROSSCC" >&6; }
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9752 $as_echo "no" >&6; }
9756 test -n "$CROSSCC" && break
9758 test -n "$CROSSCC" || CROSSCC
="false"
9760 *) CROSSCC
=$with_mingw ;;
9762 if test "$CROSSCC" != "false"
9765 saved_CFLAGS
=$CFLAGS
9766 CROSSCFLAGS
=${CROSSCFLAGS:-"-g -O2"}
9768 EXTRACROSSCFLAGS
="-DWINE_CROSS_PE -Wall"
9774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9775 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9776 if ${wine_cv_crosscc+:} false
; then :
9777 $as_echo_n "(cached) " >&6
9779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9780 /* end confdefs.h. */
9790 if ac_fn_c_try_compile
"$LINENO"; then :
9795 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_crosscc" >&5
9798 $as_echo "$wine_cv_crosscc" >&6; }
9799 if test $wine_cv_crosscc = yes
9806 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9807 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-strict-aliasing" >&5
9813 $as_echo_n "checking whether the cross-compiler supports -fno-strict-aliasing... " >&6; }
9814 if ${ac_cv_crosscflags__fno_strict_aliasing+:} false
; then :
9815 $as_echo_n "(cached) " >&6
9817 ac_wine_try_cflags_saved
=$CFLAGS
9818 ac_wine_try_cflags_saved_cc
=$CC
9819 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9820 CFLAGS
="$CFLAGS -fno-strict-aliasing"
9823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9824 /* end confdefs.h. */
9825 int main(int argc, char **argv) { return 0; }
9827 if ac_fn_c_try_link
"$LINENO"; then :
9828 ac_cv_crosscflags__fno_strict_aliasing
=yes
9830 ac_cv_crosscflags__fno_strict_aliasing
=no
9832 rm -f core conftest.err conftest.
$ac_objext \
9833 conftest
$ac_exeext conftest.
$ac_ext
9834 CFLAGS
=$ac_wine_try_cflags_saved
9835 CC
=$ac_wine_try_cflags_saved_cc
9836 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_strict_aliasing" >&5
9839 $as_echo "$ac_cv_crosscflags__fno_strict_aliasing" >&6; }
9840 if test "x$ac_cv_crosscflags__fno_strict_aliasing" = xyes
; then :
9841 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-strict-aliasing"
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror=unknown-warning-option" >&5
9844 $as_echo_n "checking whether the cross-compiler supports -Werror=unknown-warning-option... " >&6; }
9845 if ${ac_cv_crosscflags__Werror_unknown_warning_option+:} false
; then :
9846 $as_echo_n "(cached) " >&6
9848 ac_wine_try_cflags_saved
=$CFLAGS
9849 ac_wine_try_cflags_saved_cc
=$CC
9850 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9851 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9855 /* end confdefs.h. */
9856 int main(int argc, char **argv) { return 0; }
9858 if ac_fn_c_try_link
"$LINENO"; then :
9859 ac_cv_crosscflags__Werror_unknown_warning_option
=yes
9861 ac_cv_crosscflags__Werror_unknown_warning_option
=no
9863 rm -f core conftest.err conftest.
$ac_objext \
9864 conftest
$ac_exeext conftest.
$ac_ext
9865 CFLAGS
=$ac_wine_try_cflags_saved
9866 CC
=$ac_wine_try_cflags_saved_cc
9867 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror_unknown_warning_option" >&5
9870 $as_echo "$ac_cv_crosscflags__Werror_unknown_warning_option" >&6; }
9871 if test "x$ac_cv_crosscflags__Werror_unknown_warning_option" = xyes
; then :
9872 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wdeclaration-after-statement" >&5
9875 $as_echo_n "checking whether the cross-compiler supports -Wdeclaration-after-statement... " >&6; }
9876 if ${ac_cv_crosscflags__Wdeclaration_after_statement+:} false
; then :
9877 $as_echo_n "(cached) " >&6
9879 ac_wine_try_cflags_saved
=$CFLAGS
9880 ac_wine_try_cflags_saved_cc
=$CC
9881 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9882 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
9885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9886 /* end confdefs.h. */
9887 int main(int argc, char **argv) { return 0; }
9889 if ac_fn_c_try_link
"$LINENO"; then :
9890 ac_cv_crosscflags__Wdeclaration_after_statement
=yes
9892 ac_cv_crosscflags__Wdeclaration_after_statement
=no
9894 rm -f core conftest.err conftest.
$ac_objext \
9895 conftest
$ac_exeext conftest.
$ac_ext
9896 CFLAGS
=$ac_wine_try_cflags_saved
9897 CC
=$ac_wine_try_cflags_saved_cc
9898 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wdeclaration_after_statement" >&5
9901 $as_echo "$ac_cv_crosscflags__Wdeclaration_after_statement" >&6; }
9902 if test "x$ac_cv_crosscflags__Wdeclaration_after_statement" = xyes
; then :
9903 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wdeclaration-after-statement"
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wempty-body" >&5
9906 $as_echo_n "checking whether the cross-compiler supports -Wempty-body... " >&6; }
9907 if ${ac_cv_crosscflags__Wempty_body+:} false
; then :
9908 $as_echo_n "(cached) " >&6
9910 ac_wine_try_cflags_saved
=$CFLAGS
9911 ac_wine_try_cflags_saved_cc
=$CC
9912 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9913 CFLAGS
="$CFLAGS -Wempty-body"
9916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9917 /* end confdefs.h. */
9918 int main(int argc, char **argv) { return 0; }
9920 if ac_fn_c_try_link
"$LINENO"; then :
9921 ac_cv_crosscflags__Wempty_body
=yes
9923 ac_cv_crosscflags__Wempty_body
=no
9925 rm -f core conftest.err conftest.
$ac_objext \
9926 conftest
$ac_exeext conftest.
$ac_ext
9927 CFLAGS
=$ac_wine_try_cflags_saved
9928 CC
=$ac_wine_try_cflags_saved_cc
9929 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wempty_body" >&5
9932 $as_echo "$ac_cv_crosscflags__Wempty_body" >&6; }
9933 if test "x$ac_cv_crosscflags__Wempty_body" = xyes
; then :
9934 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wempty-body"
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wignored-qualifiers" >&5
9937 $as_echo_n "checking whether the cross-compiler supports -Wignored-qualifiers... " >&6; }
9938 if ${ac_cv_crosscflags__Wignored_qualifiers+:} false
; then :
9939 $as_echo_n "(cached) " >&6
9941 ac_wine_try_cflags_saved
=$CFLAGS
9942 ac_wine_try_cflags_saved_cc
=$CC
9943 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9944 CFLAGS
="$CFLAGS -Wignored-qualifiers"
9947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9948 /* end confdefs.h. */
9949 int main(int argc, char **argv) { return 0; }
9951 if ac_fn_c_try_link
"$LINENO"; then :
9952 ac_cv_crosscflags__Wignored_qualifiers
=yes
9954 ac_cv_crosscflags__Wignored_qualifiers
=no
9956 rm -f core conftest.err conftest.
$ac_objext \
9957 conftest
$ac_exeext conftest.
$ac_ext
9958 CFLAGS
=$ac_wine_try_cflags_saved
9959 CC
=$ac_wine_try_cflags_saved_cc
9960 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wignored_qualifiers" >&5
9963 $as_echo "$ac_cv_crosscflags__Wignored_qualifiers" >&6; }
9964 if test "x$ac_cv_crosscflags__Wignored_qualifiers" = xyes
; then :
9965 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wignored-qualifiers"
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpacked-not-aligned" >&5
9968 $as_echo_n "checking whether the cross-compiler supports -Wpacked-not-aligned... " >&6; }
9969 if ${ac_cv_crosscflags__Wpacked_not_aligned+:} false
; then :
9970 $as_echo_n "(cached) " >&6
9972 ac_wine_try_cflags_saved
=$CFLAGS
9973 ac_wine_try_cflags_saved_cc
=$CC
9974 ac_wine_try_cflags_saved_exeext
=$ac_exeext
9975 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
9978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h. */
9980 int main(int argc, char **argv) { return 0; }
9982 if ac_fn_c_try_link
"$LINENO"; then :
9983 ac_cv_crosscflags__Wpacked_not_aligned
=yes
9985 ac_cv_crosscflags__Wpacked_not_aligned
=no
9987 rm -f core conftest.err conftest.
$ac_objext \
9988 conftest
$ac_exeext conftest.
$ac_ext
9989 CFLAGS
=$ac_wine_try_cflags_saved
9990 CC
=$ac_wine_try_cflags_saved_cc
9991 ac_exeext
=$ac_wine_try_cflags_saved_exeext
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpacked_not_aligned" >&5
9994 $as_echo "$ac_cv_crosscflags__Wpacked_not_aligned" >&6; }
9995 if test "x$ac_cv_crosscflags__Wpacked_not_aligned" = xyes
; then :
9996 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-packed-not-aligned"
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpragma-pack" >&5
9999 $as_echo_n "checking whether the cross-compiler supports -Wpragma-pack... " >&6; }
10000 if ${ac_cv_crosscflags__Wpragma_pack+:} false
; then :
10001 $as_echo_n "(cached) " >&6
10003 ac_wine_try_cflags_saved
=$CFLAGS
10004 ac_wine_try_cflags_saved_cc
=$CC
10005 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10006 CFLAGS
="$CFLAGS -Wpragma-pack"
10009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10010 /* end confdefs.h. */
10011 int main(int argc, char **argv) { return 0; }
10013 if ac_fn_c_try_link
"$LINENO"; then :
10014 ac_cv_crosscflags__Wpragma_pack
=yes
10016 ac_cv_crosscflags__Wpragma_pack
=no
10018 rm -f core conftest.err conftest.
$ac_objext \
10019 conftest
$ac_exeext conftest.
$ac_ext
10020 CFLAGS
=$ac_wine_try_cflags_saved
10021 CC
=$ac_wine_try_cflags_saved_cc
10022 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpragma_pack" >&5
10025 $as_echo "$ac_cv_crosscflags__Wpragma_pack" >&6; }
10026 if test "x$ac_cv_crosscflags__Wpragma_pack" = xyes
; then :
10027 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-pragma-pack"
10029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wshift-overflow=2" >&5
10030 $as_echo_n "checking whether the cross-compiler supports -Wshift-overflow=2... " >&6; }
10031 if ${ac_cv_crosscflags__Wshift_overflow_2+:} false
; then :
10032 $as_echo_n "(cached) " >&6
10034 ac_wine_try_cflags_saved
=$CFLAGS
10035 ac_wine_try_cflags_saved_cc
=$CC
10036 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10037 CFLAGS
="$CFLAGS -Wshift-overflow=2"
10040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10041 /* end confdefs.h. */
10042 int main(int argc, char **argv) { return 0; }
10044 if ac_fn_c_try_link
"$LINENO"; then :
10045 ac_cv_crosscflags__Wshift_overflow_2
=yes
10047 ac_cv_crosscflags__Wshift_overflow_2
=no
10049 rm -f core conftest.err conftest.
$ac_objext \
10050 conftest
$ac_exeext conftest.
$ac_ext
10051 CFLAGS
=$ac_wine_try_cflags_saved
10052 CC
=$ac_wine_try_cflags_saved_cc
10053 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wshift_overflow_2" >&5
10056 $as_echo "$ac_cv_crosscflags__Wshift_overflow_2" >&6; }
10057 if test "x$ac_cv_crosscflags__Wshift_overflow_2" = xyes
; then :
10058 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wshift-overflow=2"
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wstrict-prototypes" >&5
10061 $as_echo_n "checking whether the cross-compiler supports -Wstrict-prototypes... " >&6; }
10062 if ${ac_cv_crosscflags__Wstrict_prototypes+:} false
; then :
10063 $as_echo_n "(cached) " >&6
10065 ac_wine_try_cflags_saved
=$CFLAGS
10066 ac_wine_try_cflags_saved_cc
=$CC
10067 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10068 CFLAGS
="$CFLAGS -Wstrict-prototypes"
10071 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10072 /* end confdefs.h. */
10073 int main(int argc, char **argv) { return 0; }
10075 if ac_fn_c_try_link
"$LINENO"; then :
10076 ac_cv_crosscflags__Wstrict_prototypes
=yes
10078 ac_cv_crosscflags__Wstrict_prototypes
=no
10080 rm -f core conftest.err conftest.
$ac_objext \
10081 conftest
$ac_exeext conftest.
$ac_ext
10082 CFLAGS
=$ac_wine_try_cflags_saved
10083 CC
=$ac_wine_try_cflags_saved_cc
10084 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wstrict_prototypes" >&5
10087 $as_echo "$ac_cv_crosscflags__Wstrict_prototypes" >&6; }
10088 if test "x$ac_cv_crosscflags__Wstrict_prototypes" = xyes
; then :
10089 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wstrict-prototypes"
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wtype-limits" >&5
10092 $as_echo_n "checking whether the cross-compiler supports -Wtype-limits... " >&6; }
10093 if ${ac_cv_crosscflags__Wtype_limits+:} false
; then :
10094 $as_echo_n "(cached) " >&6
10096 ac_wine_try_cflags_saved
=$CFLAGS
10097 ac_wine_try_cflags_saved_cc
=$CC
10098 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10099 CFLAGS
="$CFLAGS -Wtype-limits"
10102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10103 /* end confdefs.h. */
10104 int main(int argc, char **argv) { return 0; }
10106 if ac_fn_c_try_link
"$LINENO"; then :
10107 ac_cv_crosscflags__Wtype_limits
=yes
10109 ac_cv_crosscflags__Wtype_limits
=no
10111 rm -f core conftest.err conftest.
$ac_objext \
10112 conftest
$ac_exeext conftest.
$ac_ext
10113 CFLAGS
=$ac_wine_try_cflags_saved
10114 CC
=$ac_wine_try_cflags_saved_cc
10115 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wtype_limits" >&5
10118 $as_echo "$ac_cv_crosscflags__Wtype_limits" >&6; }
10119 if test "x$ac_cv_crosscflags__Wtype_limits" = xyes
; then :
10120 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wtype-limits"
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wunused-but-set-parameter" >&5
10123 $as_echo_n "checking whether the cross-compiler supports -Wunused-but-set-parameter... " >&6; }
10124 if ${ac_cv_crosscflags__Wunused_but_set_parameter+:} false
; then :
10125 $as_echo_n "(cached) " >&6
10127 ac_wine_try_cflags_saved
=$CFLAGS
10128 ac_wine_try_cflags_saved_cc
=$CC
10129 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10130 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
10133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10134 /* end confdefs.h. */
10135 int main(int argc, char **argv) { return 0; }
10137 if ac_fn_c_try_link
"$LINENO"; then :
10138 ac_cv_crosscflags__Wunused_but_set_parameter
=yes
10140 ac_cv_crosscflags__Wunused_but_set_parameter
=no
10142 rm -f core conftest.err conftest.
$ac_objext \
10143 conftest
$ac_exeext conftest.
$ac_ext
10144 CFLAGS
=$ac_wine_try_cflags_saved
10145 CC
=$ac_wine_try_cflags_saved_cc
10146 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wunused_but_set_parameter" >&5
10149 $as_echo "$ac_cv_crosscflags__Wunused_but_set_parameter" >&6; }
10150 if test "x$ac_cv_crosscflags__Wunused_but_set_parameter" = xyes
; then :
10151 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wunused-but-set-parameter"
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wvla" >&5
10154 $as_echo_n "checking whether the cross-compiler supports -Wvla... " >&6; }
10155 if ${ac_cv_crosscflags__Wvla+:} false
; then :
10156 $as_echo_n "(cached) " >&6
10158 ac_wine_try_cflags_saved
=$CFLAGS
10159 ac_wine_try_cflags_saved_cc
=$CC
10160 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10161 CFLAGS
="$CFLAGS -Wvla"
10164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10165 /* end confdefs.h. */
10166 int main(int argc, char **argv) { return 0; }
10168 if ac_fn_c_try_link
"$LINENO"; then :
10169 ac_cv_crosscflags__Wvla
=yes
10171 ac_cv_crosscflags__Wvla
=no
10173 rm -f core conftest.err conftest.
$ac_objext \
10174 conftest
$ac_exeext conftest.
$ac_ext
10175 CFLAGS
=$ac_wine_try_cflags_saved
10176 CC
=$ac_wine_try_cflags_saved_cc
10177 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wvla" >&5
10180 $as_echo "$ac_cv_crosscflags__Wvla" >&6; }
10181 if test "x$ac_cv_crosscflags__Wvla" = xyes
; then :
10182 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wvla"
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wwrite-strings" >&5
10185 $as_echo_n "checking whether the cross-compiler supports -Wwrite-strings... " >&6; }
10186 if ${ac_cv_crosscflags__Wwrite_strings+:} false
; then :
10187 $as_echo_n "(cached) " >&6
10189 ac_wine_try_cflags_saved
=$CFLAGS
10190 ac_wine_try_cflags_saved_cc
=$CC
10191 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10192 CFLAGS
="$CFLAGS -Wwrite-strings"
10195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10196 /* end confdefs.h. */
10197 int main(int argc, char **argv) { return 0; }
10199 if ac_fn_c_try_link
"$LINENO"; then :
10200 ac_cv_crosscflags__Wwrite_strings
=yes
10202 ac_cv_crosscflags__Wwrite_strings
=no
10204 rm -f core conftest.err conftest.
$ac_objext \
10205 conftest
$ac_exeext conftest.
$ac_ext
10206 CFLAGS
=$ac_wine_try_cflags_saved
10207 CC
=$ac_wine_try_cflags_saved_cc
10208 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wwrite_strings" >&5
10211 $as_echo "$ac_cv_crosscflags__Wwrite_strings" >&6; }
10212 if test "x$ac_cv_crosscflags__Wwrite_strings" = xyes
; then :
10213 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wwrite-strings"
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wpointer-arith" >&5
10216 $as_echo_n "checking whether the cross-compiler supports -Wpointer-arith... " >&6; }
10217 if ${ac_cv_crosscflags__Wpointer_arith+:} false
; then :
10218 $as_echo_n "(cached) " >&6
10220 ac_wine_try_cflags_saved
=$CFLAGS
10221 ac_wine_try_cflags_saved_cc
=$CC
10222 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10223 CFLAGS
="$CFLAGS -Wpointer-arith"
10226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10227 /* end confdefs.h. */
10228 int main(int argc, char **argv) { return 0; }
10230 if ac_fn_c_try_link
"$LINENO"; then :
10231 ac_cv_crosscflags__Wpointer_arith
=yes
10233 ac_cv_crosscflags__Wpointer_arith
=no
10235 rm -f core conftest.err conftest.
$ac_objext \
10236 conftest
$ac_exeext conftest.
$ac_ext
10237 CFLAGS
=$ac_wine_try_cflags_saved
10238 CC
=$ac_wine_try_cflags_saved_cc
10239 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wpointer_arith" >&5
10242 $as_echo "$ac_cv_crosscflags__Wpointer_arith" >&6; }
10243 if test "x$ac_cv_crosscflags__Wpointer_arith" = xyes
; then :
10244 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wpointer-arith"
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wlogical-op" >&5
10247 $as_echo_n "checking whether the cross-compiler supports -Wlogical-op... " >&6; }
10248 if ${ac_cv_crosscflags__Wlogical_op+:} false
; then :
10249 $as_echo_n "(cached) " >&6
10251 ac_wine_try_cflags_saved
=$CFLAGS
10252 ac_wine_try_cflags_saved_cc
=$CC
10253 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10254 CFLAGS
="$CFLAGS -Wlogical-op"
10257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10258 /* end confdefs.h. */
10259 int main(int argc, char **argv) { return 0; }
10261 if ac_fn_c_try_link
"$LINENO"; then :
10262 ac_cv_crosscflags__Wlogical_op
=yes
10264 ac_cv_crosscflags__Wlogical_op
=no
10266 rm -f core conftest.err conftest.
$ac_objext \
10267 conftest
$ac_exeext conftest.
$ac_ext
10268 CFLAGS
=$ac_wine_try_cflags_saved
10269 CC
=$ac_wine_try_cflags_saved_cc
10270 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wlogical_op" >&5
10273 $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
10274 if test "x$ac_cv_crosscflags__Wlogical_op" = xyes
; then :
10275 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wlogical-op"
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wincompatible-library-redeclaration" >&5
10278 $as_echo_n "checking whether the cross-compiler supports -Wincompatible-library-redeclaration... " >&6; }
10279 if ${ac_cv_crosscflags__Wincompatible_library_redeclaration+:} false
; then :
10280 $as_echo_n "(cached) " >&6
10282 ac_wine_try_cflags_saved
=$CFLAGS
10283 ac_wine_try_cflags_saved_cc
=$CC
10284 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10285 CFLAGS
="$CFLAGS -Wincompatible-library-redeclaration"
10288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10289 /* end confdefs.h. */
10290 int main(int argc, char **argv) { return 0; }
10292 if ac_fn_c_try_link
"$LINENO"; then :
10293 ac_cv_crosscflags__Wincompatible_library_redeclaration
=yes
10295 ac_cv_crosscflags__Wincompatible_library_redeclaration
=no
10297 rm -f core conftest.err conftest.
$ac_objext \
10298 conftest
$ac_exeext conftest.
$ac_ext
10299 CFLAGS
=$ac_wine_try_cflags_saved
10300 CC
=$ac_wine_try_cflags_saved_cc
10301 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wincompatible_library_redeclaration" >&5
10304 $as_echo "$ac_cv_crosscflags__Wincompatible_library_redeclaration" >&6; }
10305 if test "x$ac_cv_crosscflags__Wincompatible_library_redeclaration" = xyes
; then :
10306 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-incompatible-library-redeclaration"
10310 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -fno-omit-frame-pointer" >&5
10311 $as_echo_n "checking whether the cross-compiler supports -fno-omit-frame-pointer... " >&6; }
10312 if ${ac_cv_crosscflags__fno_omit_frame_pointer+:} false
; then :
10313 $as_echo_n "(cached) " >&6
10315 ac_wine_try_cflags_saved
=$CFLAGS
10316 ac_wine_try_cflags_saved_cc
=$CC
10317 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10318 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
10321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10322 /* end confdefs.h. */
10323 int main(int argc, char **argv) { return 0; }
10325 if ac_fn_c_try_link
"$LINENO"; then :
10326 ac_cv_crosscflags__fno_omit_frame_pointer
=yes
10328 ac_cv_crosscflags__fno_omit_frame_pointer
=no
10330 rm -f core conftest.err conftest.
$ac_objext \
10331 conftest
$ac_exeext conftest.
$ac_ext
10332 CFLAGS
=$ac_wine_try_cflags_saved
10333 CC
=$ac_wine_try_cflags_saved_cc
10334 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__fno_omit_frame_pointer" >&5
10337 $as_echo "$ac_cv_crosscflags__fno_omit_frame_pointer" >&6; }
10338 if test "x$ac_cv_crosscflags__fno_omit_frame_pointer" = xyes
; then :
10339 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -fno-omit-frame-pointer"
10341 x86_64
) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Wno-format" >&5
10342 $as_echo_n "checking whether the cross-compiler supports -Wno-format... " >&6; }
10343 if ${ac_cv_crosscflags__Wno_format+:} false
; then :
10344 $as_echo_n "(cached) " >&6
10346 ac_wine_try_cflags_saved
=$CFLAGS
10347 ac_wine_try_cflags_saved_cc
=$CC
10348 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10349 CFLAGS
="$CFLAGS -Wno-format"
10352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10354 int main(int argc, char **argv) { return 0; }
10356 if ac_fn_c_try_link
"$LINENO"; then :
10357 ac_cv_crosscflags__Wno_format
=yes
10359 ac_cv_crosscflags__Wno_format
=no
10361 rm -f core conftest.err conftest.
$ac_objext \
10362 conftest
$ac_exeext conftest.
$ac_ext
10363 CFLAGS
=$ac_wine_try_cflags_saved
10364 CC
=$ac_wine_try_cflags_saved_cc
10365 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Wno_format" >&5
10368 $as_echo "$ac_cv_crosscflags__Wno_format" >&6; }
10369 if test "x$ac_cv_crosscflags__Wno_format" = xyes
; then :
10370 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Wno-format"
10374 for ac_flag
in $CROSSCFLAGS; do
10376 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gdwarf-2" >&5
10377 $as_echo_n "checking whether the cross-compiler supports -gdwarf-2... " >&6; }
10378 if ${ac_cv_crosscflags__gdwarf_2+:} false
; then :
10379 $as_echo_n "(cached) " >&6
10381 ac_wine_try_cflags_saved
=$CFLAGS
10382 ac_wine_try_cflags_saved_cc
=$CC
10383 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10384 CFLAGS
="$CFLAGS -gdwarf-2"
10387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10388 /* end confdefs.h. */
10389 int main(int argc, char **argv) { return 0; }
10391 if ac_fn_c_try_link
"$LINENO"; then :
10392 ac_cv_crosscflags__gdwarf_2
=yes
10394 ac_cv_crosscflags__gdwarf_2
=no
10396 rm -f core conftest.err conftest.
$ac_objext \
10397 conftest
$ac_exeext conftest.
$ac_ext
10398 CFLAGS
=$ac_wine_try_cflags_saved
10399 CC
=$ac_wine_try_cflags_saved_cc
10400 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gdwarf_2" >&5
10403 $as_echo "$ac_cv_crosscflags__gdwarf_2" >&6; }
10404 if test "x$ac_cv_crosscflags__gdwarf_2" = xyes
; then :
10405 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gdwarf-2"
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -gstrict-dwarf" >&5
10408 $as_echo_n "checking whether the cross-compiler supports -gstrict-dwarf... " >&6; }
10409 if ${ac_cv_crosscflags__gstrict_dwarf+:} false
; then :
10410 $as_echo_n "(cached) " >&6
10412 ac_wine_try_cflags_saved
=$CFLAGS
10413 ac_wine_try_cflags_saved_cc
=$CC
10414 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10415 CFLAGS
="$CFLAGS -gstrict-dwarf"
10418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10419 /* end confdefs.h. */
10420 int main(int argc, char **argv) { return 0; }
10422 if ac_fn_c_try_link
"$LINENO"; then :
10423 ac_cv_crosscflags__gstrict_dwarf
=yes
10425 ac_cv_crosscflags__gstrict_dwarf
=no
10427 rm -f core conftest.err conftest.
$ac_objext \
10428 conftest
$ac_exeext conftest.
$ac_ext
10429 CFLAGS
=$ac_wine_try_cflags_saved
10430 CC
=$ac_wine_try_cflags_saved_cc
10431 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__gstrict_dwarf" >&5
10434 $as_echo "$ac_cv_crosscflags__gstrict_dwarf" >&6; }
10435 if test "x$ac_cv_crosscflags__gstrict_dwarf" = xyes
; then :
10436 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -gstrict-dwarf"
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-delayload,autoconftest.dll" >&5
10442 $as_echo_n "checking whether the compiler supports -Wl,-delayload,autoconftest.dll... " >&6; }
10443 if ${ac_cv_cflags__Wl__delayload_autoconftest_dll+:} false
; then :
10444 $as_echo_n "(cached) " >&6
10446 ac_wine_try_cflags_saved
=$CFLAGS
10447 CFLAGS
="$CFLAGS -Wl,-delayload,autoconftest.dll"
10448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10450 int main(int argc, char **argv) { return 0; }
10452 if ac_fn_c_try_link
"$LINENO"; then :
10453 ac_cv_cflags__Wl__delayload_autoconftest_dll
=yes
10455 ac_cv_cflags__Wl__delayload_autoconftest_dll
=no
10457 rm -f core conftest.err conftest.
$ac_objext \
10458 conftest
$ac_exeext conftest.
$ac_ext
10459 CFLAGS
=$ac_wine_try_cflags_saved
10461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__delayload_autoconftest_dll" >&5
10462 $as_echo "$ac_cv_cflags__Wl__delayload_autoconftest_dll" >&6; }
10463 if test "x$ac_cv_cflags__Wl__delayload_autoconftest_dll" = xyes
; then :
10464 DELAYLOADFLAG
="-Wl,-delayload,"
10468 if test "x$enable_maintainer_mode" = xyes
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the cross-compiler supports -Werror" >&5
10471 $as_echo_n "checking whether the cross-compiler supports -Werror... " >&6; }
10472 if ${ac_cv_crosscflags__Werror+:} false
; then :
10473 $as_echo_n "(cached) " >&6
10475 ac_wine_try_cflags_saved
=$CFLAGS
10476 ac_wine_try_cflags_saved_cc
=$CC
10477 ac_wine_try_cflags_saved_exeext
=$ac_exeext
10478 CFLAGS
="$CFLAGS -Werror"
10481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10482 /* end confdefs.h. */
10483 int main(int argc, char **argv) { return 0; }
10485 if ac_fn_c_try_link
"$LINENO"; then :
10486 ac_cv_crosscflags__Werror
=yes
10488 ac_cv_crosscflags__Werror
=no
10490 rm -f core conftest.err conftest.
$ac_objext \
10491 conftest
$ac_exeext conftest.
$ac_ext
10492 CFLAGS
=$ac_wine_try_cflags_saved
10493 CC
=$ac_wine_try_cflags_saved_cc
10494 ac_exeext
=$ac_wine_try_cflags_saved_exeext
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_crosscflags__Werror" >&5
10497 $as_echo "$ac_cv_crosscflags__Werror" >&6; }
10498 if test "x$ac_cv_crosscflags__Werror" = xyes
; then :
10499 EXTRACROSSCFLAGS
="$EXTRACROSSCFLAGS -Werror"
10503 CFLAGS
=$saved_CFLAGS
10507 if test "x$CROSSTARGET" = "x"; then :
10508 case "x$with_mingw" in
10509 x
) as_fn_append wine_notices
"|MinGW compiler not found, cross-compiling PE files won't be supported." ;;
10511 *) as_fn_error $?
"MinGW compiler not found, cross-compiling PE files won't be supported.
10512 This is an error since --with-mingw was requested." "$LINENO" 5 ;;
10518 if test "$ac_cv_header_pthread_h" = "yes"
10520 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
10521 if test "x$ac_cv_func_pthread_create" = xyes
; then :
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
10525 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
10526 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
10527 $as_echo_n "(cached) " >&6
10529 ac_check_lib_save_LIBS
=$LIBS
10530 LIBS
="-lpthread $LIBS"
10531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10534 /* Override any GCC internal prototype to avoid an error.
10535 Use char because int might match the return type of a GCC
10536 builtin and then its argument prototype would still apply. */
10540 char pthread_create ();
10544 return pthread_create ();
10549 if ac_fn_c_try_link
"$LINENO"; then :
10550 ac_cv_lib_pthread_pthread_create
=yes
10552 ac_cv_lib_pthread_pthread_create
=no
10554 rm -f core conftest.err conftest.
$ac_objext \
10555 conftest
$ac_exeext conftest.
$ac_ext
10556 LIBS
=$ac_check_lib_save_LIBS
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
10559 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
10560 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
10561 PTHREAD_LIBS
="-lpthread"
10568 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
10569 case "x$with_pthread" in
10571 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
10572 Wine cannot support threads without libpthread.
10573 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
10579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
10580 $as_echo_n "checking for X... " >&6; }
10583 # Check whether --with-x was given.
10584 if test "${with_x+set}" = set; then :
10588 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
10589 if test "x$with_x" = xno
; then
10590 # The user explicitly disabled X.
10593 case $x_includes,$x_libraries in #(
10594 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
10595 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
10596 $as_echo_n "(cached) " >&6
10598 # One or both of the vars are not set, and there is no cached value.
10599 ac_x_includes
=no ac_x_libraries
=no
10600 rm -f -r conftest.dir
10601 if mkdir conftest.dir
; then
10603 cat >Imakefile
<<'_ACEOF'
10605 @echo incroot='${INCROOT}'
10607 @echo usrlibdir='${USRLIBDIR}'
10609 @echo libdir='${LIBDIR}'
10611 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
10612 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
10613 for ac_var
in incroot usrlibdir libdir
; do
10614 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
10616 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
10617 for ac_extension
in a so sl dylib la dll
; do
10618 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
10619 test -f "$ac_im_libdir/libX11.$ac_extension"; then
10620 ac_im_usrlibdir
=$ac_im_libdir; break
10623 # Screen out bogus values from the imake configuration. They are
10624 # bogus both because they are the default anyway, and because
10625 # using them would break gcc on systems where it needs fixed includes.
10626 case $ac_im_incroot in
10627 /usr
/include
) ac_x_includes
= ;;
10628 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
10630 case $ac_im_usrlibdir in
10631 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
10632 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
10636 rm -f -r conftest.dir
10639 # Standard set of common directories for X headers.
10640 # Check X11 before X11Rn because it is often a symlink to the current release.
10654 /usr/local/X11/include
10655 /usr/local/X11R7/include
10656 /usr/local/X11R6/include
10657 /usr/local/X11R5/include
10658 /usr/local/X11R4/include
10660 /usr/local/include/X11
10661 /usr/local/include/X11R7
10662 /usr/local/include/X11R6
10663 /usr/local/include/X11R5
10664 /usr/local/include/X11R4
10668 /usr/XFree86/include/X11
10672 /usr/unsupported/include
10673 /usr/athena/include
10674 /usr/local/x11r5/include
10675 /usr/lpp/Xamples/include
10677 /usr/openwin/include
10678 /usr/openwin/share/include'
10680 if test "$ac_x_includes" = no
; then
10681 # Guess where to find include files, by looking for Xlib.h.
10682 # First, try using that file with no special directory specified.
10683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10684 /* end confdefs.h. */
10685 #include <X11/Xlib.h>
10687 if ac_fn_c_try_cpp
"$LINENO"; then :
10688 # We can compile using X headers with no special include directory.
10691 for ac_dir
in $ac_x_header_dirs; do
10692 if test -r "$ac_dir/X11/Xlib.h"; then
10693 ac_x_includes
=$ac_dir
10698 rm -f conftest.err conftest.i conftest.
$ac_ext
10699 fi # $ac_x_includes = no
10701 if test "$ac_x_libraries" = no
; then
10702 # Check for the libraries.
10703 # See if we find them without any special options.
10704 # Don't add to $LIBS permanently.
10707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10708 /* end confdefs.h. */
10709 #include <X11/Xlib.h>
10718 if ac_fn_c_try_link
"$LINENO"; then :
10720 # We can link X programs with no special library path.
10724 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
10726 # Don't even attempt the hair of trying to link an X program!
10727 for ac_extension
in a so sl dylib la dll
; do
10728 if test -r "$ac_dir/libX11.$ac_extension"; then
10729 ac_x_libraries
=$ac_dir
10735 rm -f core conftest.err conftest.
$ac_objext \
10736 conftest
$ac_exeext conftest.
$ac_ext
10737 fi # $ac_x_libraries = no
10739 case $ac_x_includes,$ac_x_libraries in #(
10740 no
,* |
*,no |
*\'*)
10741 # Didn't find X, or a directory has "'" in its name.
10742 ac_cv_have_x
="have_x=no";; #(
10744 # Record where we found X for the cache.
10745 ac_cv_have_x
="have_x=yes\
10746 ac_x_includes='$ac_x_includes'\
10747 ac_x_libraries='$ac_x_libraries'"
10753 eval "$ac_cv_have_x"
10756 if test "$have_x" != yes; then
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
10758 $as_echo "$have_x" >&6; }
10761 # If each of the values was on the command line, it overrides each guess.
10762 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10763 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10764 # Update the cache value to reflect the command line values.
10765 ac_cv_have_x
="have_x=yes\
10766 ac_x_includes='$x_includes'\
10767 ac_x_libraries='$x_libraries'"
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
10769 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
10772 if test "$no_x" = yes; then
10773 # Not all programs may use this symbol, but it does not hurt to define it.
10775 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
10777 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10779 if test -n "$x_includes"; then
10780 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10783 # It would also be nice to do this for all -L options, not just this one.
10784 if test -n "$x_libraries"; then
10785 X_LIBS
="$X_LIBS -L$x_libraries"
10786 # For Solaris; some versions of Sun CC require a space after -R and
10787 # others require no space. Words are not sufficient . . . .
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
10789 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
10790 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
10791 ac_xsave_c_werror_flag
=$ac_c_werror_flag
10792 ac_c_werror_flag
=yes
10793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10794 /* end confdefs.h. */
10804 if ac_fn_c_try_link
"$LINENO"; then :
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10806 $as_echo "no" >&6; }
10807 X_LIBS
="$X_LIBS -R$x_libraries"
10809 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10811 /* end confdefs.h. */
10821 if ac_fn_c_try_link
"$LINENO"; then :
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10823 $as_echo "yes" >&6; }
10824 X_LIBS
="$X_LIBS -R $x_libraries"
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
10827 $as_echo "neither works" >&6; }
10829 rm -f core conftest.err conftest.
$ac_objext \
10830 conftest
$ac_exeext conftest.
$ac_ext
10832 rm -f core conftest.err conftest.
$ac_objext \
10833 conftest
$ac_exeext conftest.
$ac_ext
10834 ac_c_werror_flag
=$ac_xsave_c_werror_flag
10835 LIBS
=$ac_xsave_LIBS
10838 # Check for system-dependent libraries X programs must link with.
10839 # Do this before checking for the system-independent R6 libraries
10840 # (-lICE), since we may need -lsocket or whatever for X linking.
10842 if test "$ISC" = yes; then
10843 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
10845 # Martyn Johnson says this is needed for Ultrix, if the X
10846 # libraries were built with DECnet support. And Karl Berry says
10847 # the Alpha needs dnet_stub (dnet does not exist).
10848 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
10849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10850 /* end confdefs.h. */
10852 /* Override any GCC internal prototype to avoid an error.
10853 Use char because int might match the return type of a GCC
10854 builtin and then its argument prototype would still apply. */
10858 char XOpenDisplay ();
10862 return XOpenDisplay ();
10867 if ac_fn_c_try_link
"$LINENO"; then :
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
10871 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
10872 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
10873 $as_echo_n "(cached) " >&6
10875 ac_check_lib_save_LIBS
=$LIBS
10876 LIBS
="-ldnet $LIBS"
10877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10878 /* end confdefs.h. */
10880 /* Override any GCC internal prototype to avoid an error.
10881 Use char because int might match the return type of a GCC
10882 builtin and then its argument prototype would still apply. */
10890 return dnet_ntoa ();
10895 if ac_fn_c_try_link
"$LINENO"; then :
10896 ac_cv_lib_dnet_dnet_ntoa
=yes
10898 ac_cv_lib_dnet_dnet_ntoa
=no
10900 rm -f core conftest.err conftest.
$ac_objext \
10901 conftest
$ac_exeext conftest.
$ac_ext
10902 LIBS
=$ac_check_lib_save_LIBS
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
10905 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
10906 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
10907 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
10910 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
10912 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
10913 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
10914 $as_echo_n "(cached) " >&6
10916 ac_check_lib_save_LIBS
=$LIBS
10917 LIBS
="-ldnet_stub $LIBS"
10918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10919 /* end confdefs.h. */
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10931 return dnet_ntoa ();
10936 if ac_fn_c_try_link
"$LINENO"; then :
10937 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
10939 ac_cv_lib_dnet_stub_dnet_ntoa
=no
10941 rm -f core conftest.err conftest.
$ac_objext \
10942 conftest
$ac_exeext conftest.
$ac_ext
10943 LIBS
=$ac_check_lib_save_LIBS
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
10946 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
10947 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
10948 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
10953 rm -f core conftest.err conftest.
$ac_objext \
10954 conftest
$ac_exeext conftest.
$ac_ext
10955 LIBS
="$ac_xsave_LIBS"
10957 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10958 # to get the SysV transport functions.
10959 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
10961 # The nsl library prevents programs from opening the X display
10962 # on Irix 5.2, according to T.E. Dickey.
10963 # The functions gethostbyname, getservbyname, and inet_addr are
10964 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
10965 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
10966 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
10970 if test $ac_cv_func_gethostbyname = no
; then
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
10972 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
10973 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
10974 $as_echo_n "(cached) " >&6
10976 ac_check_lib_save_LIBS
=$LIBS
10978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10979 /* end confdefs.h. */
10981 /* Override any GCC internal prototype to avoid an error.
10982 Use char because int might match the return type of a GCC
10983 builtin and then its argument prototype would still apply. */
10987 char gethostbyname ();
10991 return gethostbyname ();
10996 if ac_fn_c_try_link
"$LINENO"; then :
10997 ac_cv_lib_nsl_gethostbyname
=yes
10999 ac_cv_lib_nsl_gethostbyname
=no
11001 rm -f core conftest.err conftest.
$ac_objext \
11002 conftest
$ac_exeext conftest.
$ac_ext
11003 LIBS
=$ac_check_lib_save_LIBS
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
11006 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
11007 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
11008 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
11011 if test $ac_cv_lib_nsl_gethostbyname = no
; then
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
11013 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
11014 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
11015 $as_echo_n "(cached) " >&6
11017 ac_check_lib_save_LIBS
=$LIBS
11019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11028 char gethostbyname ();
11032 return gethostbyname ();
11037 if ac_fn_c_try_link
"$LINENO"; then :
11038 ac_cv_lib_bsd_gethostbyname
=yes
11040 ac_cv_lib_bsd_gethostbyname
=no
11042 rm -f core conftest.err conftest.
$ac_objext \
11043 conftest
$ac_exeext conftest.
$ac_ext
11044 LIBS
=$ac_check_lib_save_LIBS
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
11047 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
11048 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
11049 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
11055 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11056 # socket/setsockopt and other routines are undefined under SCO ODT
11057 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
11058 # on later versions), says Simon Leinen: it contains gethostby*
11059 # variants that don't use the name server (or something). -lsocket
11060 # must be given before -lnsl if both are needed. We assume that
11061 # if connect needs -lnsl, so does gethostbyname.
11062 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
11063 if test "x$ac_cv_func_connect" = xyes
; then :
11067 if test $ac_cv_func_connect = no
; then
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11069 $as_echo_n "checking for connect in -lsocket... " >&6; }
11070 if ${ac_cv_lib_socket_connect+:} false
; then :
11071 $as_echo_n "(cached) " >&6
11073 ac_check_lib_save_LIBS
=$LIBS
11074 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
11075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11076 /* end confdefs.h. */
11078 /* Override any GCC internal prototype to avoid an error.
11079 Use char because int might match the return type of a GCC
11080 builtin and then its argument prototype would still apply. */
11093 if ac_fn_c_try_link
"$LINENO"; then :
11094 ac_cv_lib_socket_connect
=yes
11096 ac_cv_lib_socket_connect
=no
11098 rm -f core conftest.err conftest.
$ac_objext \
11099 conftest
$ac_exeext conftest.
$ac_ext
11100 LIBS
=$ac_check_lib_save_LIBS
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11103 $as_echo "$ac_cv_lib_socket_connect" >&6; }
11104 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
11105 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
11110 # Guillermo Gomez says -lposix is necessary on A/UX.
11111 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
11112 if test "x$ac_cv_func_remove" = xyes
; then :
11116 if test $ac_cv_func_remove = no
; then
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
11118 $as_echo_n "checking for remove in -lposix... " >&6; }
11119 if ${ac_cv_lib_posix_remove+:} false
; then :
11120 $as_echo_n "(cached) " >&6
11122 ac_check_lib_save_LIBS
=$LIBS
11123 LIBS
="-lposix $LIBS"
11124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11125 /* end confdefs.h. */
11127 /* Override any GCC internal prototype to avoid an error.
11128 Use char because int might match the return type of a GCC
11129 builtin and then its argument prototype would still apply. */
11142 if ac_fn_c_try_link
"$LINENO"; then :
11143 ac_cv_lib_posix_remove
=yes
11145 ac_cv_lib_posix_remove
=no
11147 rm -f core conftest.err conftest.
$ac_objext \
11148 conftest
$ac_exeext conftest.
$ac_ext
11149 LIBS
=$ac_check_lib_save_LIBS
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
11152 $as_echo "$ac_cv_lib_posix_remove" >&6; }
11153 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
11154 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
11159 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
11160 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
11161 if test "x$ac_cv_func_shmat" = xyes
; then :
11165 if test $ac_cv_func_shmat = no
; then
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
11167 $as_echo_n "checking for shmat in -lipc... " >&6; }
11168 if ${ac_cv_lib_ipc_shmat+:} false
; then :
11169 $as_echo_n "(cached) " >&6
11171 ac_check_lib_save_LIBS
=$LIBS
11173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11174 /* end confdefs.h. */
11176 /* Override any GCC internal prototype to avoid an error.
11177 Use char because int might match the return type of a GCC
11178 builtin and then its argument prototype would still apply. */
11191 if ac_fn_c_try_link
"$LINENO"; then :
11192 ac_cv_lib_ipc_shmat
=yes
11194 ac_cv_lib_ipc_shmat
=no
11196 rm -f core conftest.err conftest.
$ac_objext \
11197 conftest
$ac_exeext conftest.
$ac_ext
11198 LIBS
=$ac_check_lib_save_LIBS
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
11201 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
11202 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
11203 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
11209 # Check for libraries that X11R6 Xt/Xaw programs need.
11210 ac_save_LDFLAGS
=$LDFLAGS
11211 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
11212 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
11213 # check for ICE first), but we must link in the order -lSM -lICE or
11214 # we get undefined symbols. So assume we have SM if we have ICE.
11215 # These have to be linked with before -lX11, unlike the other
11216 # libraries we check for below, so use a different variable.
11217 # John Interrante, Karl Berry
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
11219 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
11220 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
11221 $as_echo_n "(cached) " >&6
11223 ac_check_lib_save_LIBS
=$LIBS
11224 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
11225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11226 /* end confdefs.h. */
11228 /* Override any GCC internal prototype to avoid an error.
11229 Use char because int might match the return type of a GCC
11230 builtin and then its argument prototype would still apply. */
11234 char IceConnectionNumber ();
11238 return IceConnectionNumber ();
11243 if ac_fn_c_try_link
"$LINENO"; then :
11244 ac_cv_lib_ICE_IceConnectionNumber
=yes
11246 ac_cv_lib_ICE_IceConnectionNumber
=no
11248 rm -f core conftest.err conftest.
$ac_objext \
11249 conftest
$ac_exeext conftest.
$ac_ext
11250 LIBS
=$ac_check_lib_save_LIBS
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
11253 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
11254 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
11255 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
11258 LDFLAGS
=$ac_save_LDFLAGS
11263 if test "$have_x" = "yes"
11265 ac_save_CPPFLAGS
="$CPPFLAGS"
11266 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
11269 $as_echo_n "checking for -lX11... " >&6; }
11270 if ${ac_cv_lib_soname_X11+:} false
; then :
11271 $as_echo_n "(cached) " >&6
11273 ac_check_soname_save_LIBS
=$LIBS
11274 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11276 /* end confdefs.h. */
11278 /* Override any GCC internal prototype to avoid an error.
11279 Use char because int might match the return type of a GCC
11280 builtin and then its argument prototype would still apply. */
11284 char XCreateWindow ();
11288 return XCreateWindow ();
11293 if ac_fn_c_try_link
"$LINENO"; then :
11295 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11296 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'` ;;
11297 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11298 if ${ac_cv_lib_soname_X11:+false} :; then :
11299 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11303 ac_cv_lib_soname_X11
=
11305 rm -f core conftest.err conftest.
$ac_objext \
11306 conftest
$ac_exeext conftest.
$ac_ext
11307 LIBS
=$ac_check_soname_save_LIBS
11309 if ${ac_cv_lib_soname_X11:+false} :; then :
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11311 $as_echo "not found" >&6; }
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
11315 $as_echo "$ac_cv_lib_soname_X11" >&6; }
11317 cat >>confdefs.h
<<_ACEOF
11318 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
11324 $as_echo_n "checking for -lXext... " >&6; }
11325 if ${ac_cv_lib_soname_Xext+:} false
; then :
11326 $as_echo_n "(cached) " >&6
11328 ac_check_soname_save_LIBS
=$LIBS
11329 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
11330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11331 /* end confdefs.h. */
11333 /* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11339 char XextCreateExtension ();
11343 return XextCreateExtension ();
11348 if ac_fn_c_try_link
"$LINENO"; then :
11350 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11351 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'` ;;
11352 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11353 if ${ac_cv_lib_soname_Xext:+false} :; then :
11354 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11358 ac_cv_lib_soname_Xext
=
11360 rm -f core conftest.err conftest.
$ac_objext \
11361 conftest
$ac_exeext conftest.
$ac_ext
11362 LIBS
=$ac_check_soname_save_LIBS
11364 if ${ac_cv_lib_soname_Xext:+false} :; then :
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11366 $as_echo "not found" >&6; }
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
11370 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
11372 cat >>confdefs.h
<<_ACEOF
11373 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
11376 X_LIBS
="$X_LIBS -lXext"
11378 X_LIBS
="$X_LIBS -lX11"
11380 for ac_header
in X11
/Xlib.h \
11383 X11
/Xcursor
/Xcursor.h \
11384 X11
/extensions
/shape.h \
11385 X11
/extensions
/XInput.h \
11386 X11
/extensions
/XInput2.h \
11387 X11
/extensions
/XShm.h \
11388 X11
/extensions
/Xcomposite.h \
11389 X11
/extensions
/Xfixes.h \
11390 X11
/extensions
/Xinerama.h \
11391 X11
/extensions
/Xrandr.h \
11392 X11
/extensions
/Xrender.h \
11393 X11
/extensions
/xf86vmode.h \
11394 X11
/extensions
/xf86vmproto.h
11396 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11397 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
11398 # include <X11/Xlib.h>
11400 #ifdef HAVE_X11_XUTIL_H
11401 # include <X11/Xutil.h>
11404 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11405 cat >>confdefs.h
<<_ACEOF
11406 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11414 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
11417 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
11418 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
11419 $as_echo_n "(cached) " >&6
11421 ac_check_lib_save_LIBS
=$LIBS
11422 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
11423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11424 /* end confdefs.h. */
11426 /* Override any GCC internal prototype to avoid an error.
11427 Use char because int might match the return type of a GCC
11428 builtin and then its argument prototype would still apply. */
11432 char XkbQueryExtension ();
11436 return XkbQueryExtension ();
11441 if ac_fn_c_try_link
"$LINENO"; then :
11442 ac_cv_lib_X11_XkbQueryExtension
=yes
11444 ac_cv_lib_X11_XkbQueryExtension
=no
11446 rm -f core conftest.err conftest.
$ac_objext \
11447 conftest
$ac_exeext conftest.
$ac_ext
11448 LIBS
=$ac_check_lib_save_LIBS
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
11451 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
11452 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
11454 $as_echo "#define HAVE_XKB 1" >>confdefs.h
11460 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
11463 $as_echo_n "checking for -lXcursor... " >&6; }
11464 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
11465 $as_echo_n "(cached) " >&6
11467 ac_check_soname_save_LIBS
=$LIBS
11468 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
11469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11470 /* end confdefs.h. */
11472 /* Override any GCC internal prototype to avoid an error.
11473 Use char because int might match the return type of a GCC
11474 builtin and then its argument prototype would still apply. */
11478 char XcursorImageLoadCursor ();
11482 return XcursorImageLoadCursor ();
11487 if ac_fn_c_try_link
"$LINENO"; then :
11489 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11490 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'` ;;
11491 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11492 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11493 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11497 ac_cv_lib_soname_Xcursor
=
11499 rm -f core conftest.err conftest.
$ac_objext \
11500 conftest
$ac_exeext conftest.
$ac_ext
11501 LIBS
=$ac_check_soname_save_LIBS
11503 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11505 $as_echo "not found" >&6; }
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
11509 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
11511 cat >>confdefs.h
<<_ACEOF
11512 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
11518 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
11519 case "x$with_xcursor" in
11520 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
11522 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
11523 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
11528 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
11531 $as_echo_n "checking for -lXi... " >&6; }
11532 if ${ac_cv_lib_soname_Xi+:} false
; then :
11533 $as_echo_n "(cached) " >&6
11535 ac_check_soname_save_LIBS
=$LIBS
11536 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
11537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11538 /* end confdefs.h. */
11540 /* Override any GCC internal prototype to avoid an error.
11541 Use char because int might match the return type of a GCC
11542 builtin and then its argument prototype would still apply. */
11546 char XOpenDevice ();
11550 return XOpenDevice ();
11555 if ac_fn_c_try_link
"$LINENO"; then :
11557 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11558 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'` ;;
11559 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11560 if ${ac_cv_lib_soname_Xi:+false} :; then :
11561 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11565 ac_cv_lib_soname_Xi
=
11567 rm -f core conftest.err conftest.
$ac_objext \
11568 conftest
$ac_exeext conftest.
$ac_ext
11569 LIBS
=$ac_check_soname_save_LIBS
11571 if ${ac_cv_lib_soname_Xi:+false} :; then :
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11573 $as_echo "not found" >&6; }
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
11577 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
11579 cat >>confdefs.h
<<_ACEOF
11580 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
11586 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
11587 case "x$with_xinput" in
11588 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
11590 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
11591 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
11596 if test "x$ac_cv_lib_soname_Xi" != x
11598 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
11599 case "x$with_xinput2" in
11600 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
11602 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
11603 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
11609 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
11612 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
11613 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
11614 $as_echo_n "(cached) " >&6
11616 ac_check_lib_save_LIBS
=$LIBS
11617 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11621 /* Override any GCC internal prototype to avoid an error.
11622 Use char because int might match the return type of a GCC
11623 builtin and then its argument prototype would still apply. */
11627 char XShmQueryExtension ();
11631 return XShmQueryExtension ();
11636 if ac_fn_c_try_link
"$LINENO"; then :
11637 ac_cv_lib_Xext_XShmQueryExtension
=yes
11639 ac_cv_lib_Xext_XShmQueryExtension
=no
11641 rm -f core conftest.err conftest.
$ac_objext \
11642 conftest
$ac_exeext conftest.
$ac_ext
11643 LIBS
=$ac_check_lib_save_LIBS
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
11646 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
11647 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
11649 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
11654 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
11655 case "x$with_xshm" in
11656 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
11658 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
11659 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
11664 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11667 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11668 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
11669 $as_echo_n "(cached) " >&6
11671 ac_check_lib_save_LIBS
=$LIBS
11672 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
11673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11674 /* end confdefs.h. */
11676 /* Override any GCC internal prototype to avoid an error.
11677 Use char because int might match the return type of a GCC
11678 builtin and then its argument prototype would still apply. */
11682 char XShapeQueryExtension ();
11686 return XShapeQueryExtension ();
11691 if ac_fn_c_try_link
"$LINENO"; then :
11692 ac_cv_lib_Xext_XShapeQueryExtension
=yes
11694 ac_cv_lib_Xext_XShapeQueryExtension
=no
11696 rm -f core conftest.err conftest.
$ac_objext \
11697 conftest
$ac_exeext conftest.
$ac_ext
11698 LIBS
=$ac_check_lib_save_LIBS
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11701 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11702 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
11704 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
11709 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
11710 case "x$with_xshape" in
11711 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
11713 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
11714 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
11719 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
11722 $as_echo_n "checking for -lXxf86vm... " >&6; }
11723 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
11724 $as_echo_n "(cached) " >&6
11726 ac_check_soname_save_LIBS
=$LIBS
11727 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
11728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11729 /* end confdefs.h. */
11731 /* Override any GCC internal prototype to avoid an error.
11732 Use char because int might match the return type of a GCC
11733 builtin and then its argument prototype would still apply. */
11737 char XF86VidModeQueryExtension ();
11741 return XF86VidModeQueryExtension ();
11746 if ac_fn_c_try_link
"$LINENO"; then :
11748 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11749 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'` ;;
11750 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11751 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11752 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11756 ac_cv_lib_soname_Xxf86vm
=
11758 rm -f core conftest.err conftest.
$ac_objext \
11759 conftest
$ac_exeext conftest.
$ac_ext
11760 LIBS
=$ac_check_soname_save_LIBS
11762 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11764 $as_echo "not found" >&6; }
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
11768 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
11770 cat >>confdefs.h
<<_ACEOF
11771 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
11777 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
11778 case "x$with_xxf86vm" in
11779 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
11781 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
11782 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
11787 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
11790 $as_echo_n "checking for -lXrender... " >&6; }
11791 if ${ac_cv_lib_soname_Xrender+:} false
; then :
11792 $as_echo_n "(cached) " >&6
11794 ac_check_soname_save_LIBS
=$LIBS
11795 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h. */
11799 /* Override any GCC internal prototype to avoid an error.
11800 Use char because int might match the return type of a GCC
11801 builtin and then its argument prototype would still apply. */
11805 char XRenderQueryExtension ();
11809 return XRenderQueryExtension ();
11814 if ac_fn_c_try_link
"$LINENO"; then :
11816 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11817 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'` ;;
11818 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11819 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11820 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11824 ac_cv_lib_soname_Xrender
=
11826 rm -f core conftest.err conftest.
$ac_objext \
11827 conftest
$ac_exeext conftest.
$ac_ext
11828 LIBS
=$ac_check_soname_save_LIBS
11830 if ${ac_cv_lib_soname_Xrender:+false} :; then :
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11832 $as_echo "not found" >&6; }
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
11836 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11838 cat >>confdefs.h
<<_ACEOF
11839 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
11843 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11844 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
11845 $as_echo_n "(cached) " >&6
11847 ac_check_lib_save_LIBS
=$LIBS
11848 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11852 /* Override any GCC internal prototype to avoid an error.
11853 Use char because int might match the return type of a GCC
11854 builtin and then its argument prototype would still apply. */
11858 char XRenderSetPictureTransform ();
11862 return XRenderSetPictureTransform ();
11867 if ac_fn_c_try_link
"$LINENO"; then :
11868 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
11870 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
11872 rm -f core conftest.err conftest.
$ac_objext \
11873 conftest
$ac_exeext conftest.
$ac_ext
11874 LIBS
=$ac_check_lib_save_LIBS
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11877 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11878 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
11880 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
11885 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
11886 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
11887 $as_echo_n "(cached) " >&6
11889 ac_check_lib_save_LIBS
=$LIBS
11890 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
11891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11892 /* end confdefs.h. */
11894 /* Override any GCC internal prototype to avoid an error.
11895 Use char because int might match the return type of a GCC
11896 builtin and then its argument prototype would still apply. */
11900 char XRenderCreateLinearGradient ();
11904 return XRenderCreateLinearGradient ();
11909 if ac_fn_c_try_link
"$LINENO"; then :
11910 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
11912 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
11914 rm -f core conftest.err conftest.
$ac_objext \
11915 conftest
$ac_exeext conftest.
$ac_ext
11916 LIBS
=$ac_check_lib_save_LIBS
11918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
11919 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
11920 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
11922 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
11929 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
11930 case "x$with_xrender" in
11931 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11933 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
11934 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
11939 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11941 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h. */
11943 #include <X11/Xlib.h>
11944 #include <X11/extensions/Xrandr.h>
11948 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
11953 if ac_fn_c_try_compile
"$LINENO"; then :
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
11955 $as_echo_n "checking for -lXrandr... " >&6; }
11956 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
11957 $as_echo_n "(cached) " >&6
11959 ac_check_soname_save_LIBS
=$LIBS
11960 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
11961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11962 /* end confdefs.h. */
11964 /* Override any GCC internal prototype to avoid an error.
11965 Use char because int might match the return type of a GCC
11966 builtin and then its argument prototype would still apply. */
11970 char XRRQueryExtension ();
11974 return XRRQueryExtension ();
11979 if ac_fn_c_try_link
"$LINENO"; then :
11981 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11982 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'` ;;
11983 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11984 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
11985 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11989 ac_cv_lib_soname_Xrandr
=
11991 rm -f core conftest.err conftest.
$ac_objext \
11992 conftest
$ac_exeext conftest.
$ac_ext
11993 LIBS
=$ac_check_soname_save_LIBS
11995 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11997 $as_echo "not found" >&6; }
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
12001 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
12003 cat >>confdefs.h
<<_ACEOF
12004 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
12007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12008 /* end confdefs.h. */
12009 #include <X11/Xlib.h>
12010 #include <X11/extensions/Xrandr.h>
12014 static typeof(XRRGetScreenResources) *f; if (f) return 0;
12019 if ac_fn_c_try_compile
"$LINENO"; then :
12021 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
12024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12026 /* end confdefs.h. */
12027 #include <X11/Xlib.h>
12028 #include <X11/extensions/Xrandr.h>
12032 static typeof(XRRGetProviderResources) *f; if (f) return 0;
12037 if ac_fn_c_try_compile
"$LINENO"; then :
12039 $as_echo "#define HAVE_XRRGETPROVIDERRESOURCES 1" >>confdefs.h
12042 as_fn_append wine_notices
"|libxrandr ${notice_platform}development files too old, XRandR display device handler won't be supported."
12044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12047 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12049 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
12050 case "x$with_xrandr" in
12051 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
12053 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
12054 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
12059 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
12061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12062 /* end confdefs.h. */
12063 #include <X11/Xlib.h>
12064 #include <X11/extensions/Xfixes.h>
12068 static typeof(XFixesQueryVersion) * func; if (func) return 0;
12073 if ac_fn_c_try_compile
"$LINENO"; then :
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
12075 $as_echo_n "checking for -lXfixes... " >&6; }
12076 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
12077 $as_echo_n "(cached) " >&6
12079 ac_check_soname_save_LIBS
=$LIBS
12080 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
12081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12082 /* end confdefs.h. */
12084 /* Override any GCC internal prototype to avoid an error.
12085 Use char because int might match the return type of a GCC
12086 builtin and then its argument prototype would still apply. */
12090 char XFixesQueryVersion ();
12094 return XFixesQueryVersion ();
12099 if ac_fn_c_try_link
"$LINENO"; then :
12101 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12102 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'` ;;
12103 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12104 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12105 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12109 ac_cv_lib_soname_Xfixes
=
12111 rm -f core conftest.err conftest.
$ac_objext \
12112 conftest
$ac_exeext conftest.
$ac_ext
12113 LIBS
=$ac_check_soname_save_LIBS
12115 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12117 $as_echo "not found" >&6; }
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
12121 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
12123 cat >>confdefs.h
<<_ACEOF
12124 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
12130 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12132 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
12133 case "x$with_xfixes" in
12134 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
12136 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
12137 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
12142 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
12144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12145 /* end confdefs.h. */
12146 #include <X11/Xlib.h>
12147 #include <X11/extensions/Xinerama.h>
12151 static typeof(XineramaQueryScreens) * func; if (func) return 0;
12156 if ac_fn_c_try_compile
"$LINENO"; then :
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
12158 $as_echo_n "checking for -lXinerama... " >&6; }
12159 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
12160 $as_echo_n "(cached) " >&6
12162 ac_check_soname_save_LIBS
=$LIBS
12163 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
12164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12167 /* Override any GCC internal prototype to avoid an error.
12168 Use char because int might match the return type of a GCC
12169 builtin and then its argument prototype would still apply. */
12173 char XineramaQueryScreens ();
12177 return XineramaQueryScreens ();
12182 if ac_fn_c_try_link
"$LINENO"; then :
12184 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12185 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'` ;;
12186 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12187 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12188 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12192 ac_cv_lib_soname_Xinerama
=
12194 rm -f core conftest.err conftest.
$ac_objext \
12195 conftest
$ac_exeext conftest.
$ac_ext
12196 LIBS
=$ac_check_soname_save_LIBS
12198 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12200 $as_echo "not found" >&6; }
12203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
12204 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
12206 cat >>confdefs.h
<<_ACEOF
12207 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
12213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12215 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
12216 case "x$with_xinerama" in
12217 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
12219 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
12220 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
12225 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
12228 $as_echo_n "checking for -lXcomposite... " >&6; }
12229 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
12230 $as_echo_n "(cached) " >&6
12232 ac_check_soname_save_LIBS
=$LIBS
12233 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
12234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12235 /* end confdefs.h. */
12237 /* Override any GCC internal prototype to avoid an error.
12238 Use char because int might match the return type of a GCC
12239 builtin and then its argument prototype would still apply. */
12243 char XCompositeRedirectWindow ();
12247 return XCompositeRedirectWindow ();
12252 if ac_fn_c_try_link
"$LINENO"; then :
12254 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12255 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'` ;;
12256 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12257 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12258 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12262 ac_cv_lib_soname_Xcomposite
=
12264 rm -f core conftest.err conftest.
$ac_objext \
12265 conftest
$ac_exeext conftest.
$ac_ext
12266 LIBS
=$ac_check_soname_save_LIBS
12268 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12270 $as_echo "not found" >&6; }
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
12274 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
12276 cat >>confdefs.h
<<_ACEOF
12277 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
12283 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
12284 case "x$with_xcomposite" in
12285 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
12287 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
12288 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
12293 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
12294 #include <X11/Xlib.h>
12297 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
12299 cat >>confdefs.h
<<_ACEOF
12300 #define HAVE_XICCALLBACK_CALLBACK 1
12305 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
12306 #include <X11/Xlib.h>
12309 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
12311 cat >>confdefs.h
<<_ACEOF
12312 #define HAVE_XEVENT_XCOOKIE 1
12321 if test "x$with_opengl" != "xno"
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12324 $as_echo_n "checking for -lGL... " >&6; }
12325 if ${ac_cv_lib_soname_GL+:} false
; then :
12326 $as_echo_n "(cached) " >&6
12328 ac_check_soname_save_LIBS
=$LIBS
12329 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h. */
12333 /* Override any GCC internal prototype to avoid an error.
12334 Use char because int might match the return type of a GCC
12335 builtin and then its argument prototype would still apply. */
12339 char glXCreateContext ();
12343 return glXCreateContext ();
12348 if ac_fn_c_try_link
"$LINENO"; then :
12350 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12351 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'` ;;
12352 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12353 if ${ac_cv_lib_soname_GL:+false} :; then :
12354 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12358 ac_cv_lib_soname_GL
=
12360 rm -f core conftest.err conftest.
$ac_objext \
12361 conftest
$ac_exeext conftest.
$ac_ext
12362 LIBS
=$ac_check_soname_save_LIBS
12364 if ${ac_cv_lib_soname_GL:+false} :; then :
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12366 $as_echo "not found" >&6; }
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
12368 $as_echo_n "checking for -lGL... " >&6; }
12369 if ${ac_cv_lib_soname_GL+:} false
; then :
12370 $as_echo_n "(cached) " >&6
12372 ac_check_soname_save_LIBS
=$LIBS
12373 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"
12374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12375 /* end confdefs.h. */
12377 /* Override any GCC internal prototype to avoid an error.
12378 Use char because int might match the return type of a GCC
12379 builtin and then its argument prototype would still apply. */
12383 char glXCreateContext ();
12387 return glXCreateContext ();
12392 if ac_fn_c_try_link
"$LINENO"; then :
12394 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12395 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'` ;;
12396 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12397 if ${ac_cv_lib_soname_GL:+false} :; then :
12398 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12402 ac_cv_lib_soname_GL
=
12404 rm -f core conftest.err conftest.
$ac_objext \
12405 conftest
$ac_exeext conftest.
$ac_ext
12406 LIBS
=$ac_check_soname_save_LIBS
12408 if ${ac_cv_lib_soname_GL:+false} :; then :
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12410 $as_echo "not found" >&6; }
12411 if test -f /usr
/X11R
6/lib
/libGL.a
12413 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
12414 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
12416 opengl_msg
="No OpenGL library found on this system."
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12420 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12422 cat >>confdefs.h
<<_ACEOF
12423 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12426 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"
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
12430 $as_echo "$ac_cv_lib_soname_GL" >&6; }
12432 cat >>confdefs.h
<<_ACEOF
12433 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
12438 if test "x$with_glu" != "xno"
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
12441 $as_echo_n "checking for -lGLU... " >&6; }
12442 if ${ac_cv_lib_soname_GLU+:} false
; then :
12443 $as_echo_n "(cached) " >&6
12445 ac_check_soname_save_LIBS
=$LIBS
12446 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12448 /* end confdefs.h. */
12450 /* Override any GCC internal prototype to avoid an error.
12451 Use char because int might match the return type of a GCC
12452 builtin and then its argument prototype would still apply. */
12460 return gluLookAt ();
12465 if ac_fn_c_try_link
"$LINENO"; then :
12467 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12468 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'` ;;
12469 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12470 if ${ac_cv_lib_soname_GLU:+false} :; then :
12471 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12475 ac_cv_lib_soname_GLU
=
12477 rm -f core conftest.err conftest.
$ac_objext \
12478 conftest
$ac_exeext conftest.
$ac_ext
12479 LIBS
=$ac_check_soname_save_LIBS
12481 if ${ac_cv_lib_soname_GLU:+false} :; then :
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12483 $as_echo "not found" >&6; }
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
12487 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12489 cat >>confdefs.h
<<_ACEOF
12490 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12495 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
12496 case "x$with_glu" in
12497 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12499 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
12500 This is an error since --with-glu was requested." "$LINENO" 5 ;;
12506 if test "x$with_osmesa" != "xno"
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
12509 $as_echo_n "checking for -lOSMesa... " >&6; }
12510 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
12511 $as_echo_n "(cached) " >&6
12513 ac_check_soname_save_LIBS
=$LIBS
12514 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
12515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12516 /* end confdefs.h. */
12518 /* Override any GCC internal prototype to avoid an error.
12519 Use char because int might match the return type of a GCC
12520 builtin and then its argument prototype would still apply. */
12524 char OSMesaGetProcAddress ();
12528 return OSMesaGetProcAddress ();
12533 if ac_fn_c_try_link
"$LINENO"; then :
12535 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12536 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'` ;;
12537 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12538 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12539 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12543 ac_cv_lib_soname_OSMesa
=
12545 rm -f core conftest.err conftest.
$ac_objext \
12546 conftest
$ac_exeext conftest.
$ac_ext
12547 LIBS
=$ac_check_soname_save_LIBS
12549 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12551 $as_echo "not found" >&6; }
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
12555 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
12557 cat >>confdefs.h
<<_ACEOF
12558 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
12563 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
12564 case "x$with_osmesa" in
12565 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
12567 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
12568 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
12574 if test -n "$opengl_msg"; then :
12575 case "x$with_opengl" in
12576 x
) as_fn_append wine_warnings
"|$opengl_msg
12577 OpenGL and Direct3D won't be supported." ;;
12579 *) as_fn_error $?
"$opengl_msg
12580 OpenGL and Direct3D won't be supported.
12581 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
12586 CPPFLAGS
="$ac_save_CPPFLAGS"
12592 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
12594 if test "x$X_LIBS" = "x"; then :
12597 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
12598 without X support, which probably isn't what you want. You will need
12599 to install ${notice_platform}development packages of Xlib at the very least.
12600 Use the --without-x option if you really want this." "$LINENO" 5 ;;
12602 enable_winex11_drv
=${enable_winex11_drv:-no}
12605 if test "x$X_LIBS" = "x"; then :
12607 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
12609 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
12610 This is an error since --with-x was requested." "$LINENO" 5 ;;
12612 enable_winex11_drv
=${enable_winex11_drv:-no}
12616 if test "$ac_cv_header_CL_cl_h" = "yes"
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
12619 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
12620 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
12621 $as_echo_n "(cached) " >&6
12623 ac_check_lib_save_LIBS
=$LIBS
12624 LIBS
="-lOpenCL $LIBS"
12625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h. */
12628 /* Override any GCC internal prototype to avoid an error.
12629 Use char because int might match the return type of a GCC
12630 builtin and then its argument prototype would still apply. */
12634 char clGetPlatformInfo ();
12638 return clGetPlatformInfo ();
12643 if ac_fn_c_try_link
"$LINENO"; then :
12644 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
12646 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
12648 rm -f core conftest.err conftest.
$ac_objext \
12649 conftest
$ac_exeext conftest.
$ac_ext
12650 LIBS
=$ac_check_lib_save_LIBS
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
12653 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
12654 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
12655 OPENCL_LIBS
="-lOpenCL"
12660 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
12661 case "x$with_opencl" in
12662 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
12664 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
12665 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
12667 enable_opencl
=${enable_opencl:-no}
12670 if test "$ac_cv_header_pcap_pcap_h" = "yes"
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
12673 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
12674 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
12675 $as_echo_n "(cached) " >&6
12677 ac_check_lib_save_LIBS
=$LIBS
12678 LIBS
="-lpcap $LIBS"
12679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12682 /* Override any GCC internal prototype to avoid an error.
12683 Use char because int might match the return type of a GCC
12684 builtin and then its argument prototype would still apply. */
12688 char pcap_create ();
12692 return pcap_create ();
12697 if ac_fn_c_try_link
"$LINENO"; then :
12698 ac_cv_lib_pcap_pcap_create
=yes
12700 ac_cv_lib_pcap_pcap_create
=no
12702 rm -f core conftest.err conftest.
$ac_objext \
12703 conftest
$ac_exeext conftest.
$ac_ext
12704 LIBS
=$ac_check_lib_save_LIBS
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
12707 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
12708 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
12714 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
12715 case "x$with_pcap" in
12716 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
12718 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
12719 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
12721 enable_wpcap
=${enable_wpcap:-no}
12725 if test "x$with_xml" != "xno"
12727 if ${XML2_CFLAGS:+false} :; then :
12728 if ${PKG_CONFIG+:} false
; then :
12729 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
12732 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
12733 if ${XML2_LIBS:+false} :; then :
12734 if ${PKG_CONFIG+:} false
; then :
12735 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
12738 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
12739 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
12740 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
12741 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
12742 ac_save_CPPFLAGS
=$CPPFLAGS
12743 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
12744 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
12746 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12747 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12748 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12749 cat >>confdefs.h
<<_ACEOF
12750 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12757 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"
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
12760 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12761 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
12762 $as_echo_n "(cached) " >&6
12764 ac_check_lib_save_LIBS
=$LIBS
12765 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12767 /* end confdefs.h. */
12769 /* Override any GCC internal prototype to avoid an error.
12770 Use char because int might match the return type of a GCC
12771 builtin and then its argument prototype would still apply. */
12775 char xmlParseMemory ();
12779 return xmlParseMemory ();
12784 if ac_fn_c_try_link
"$LINENO"; then :
12785 ac_cv_lib_xml2_xmlParseMemory
=yes
12787 ac_cv_lib_xml2_xmlParseMemory
=no
12789 rm -f core conftest.err conftest.
$ac_objext \
12790 conftest
$ac_exeext conftest.
$ac_ext
12791 LIBS
=$ac_check_lib_save_LIBS
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12794 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12795 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
12797 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
12804 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12805 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
12806 $as_echo_n "(cached) " >&6
12808 ac_check_lib_save_LIBS
=$LIBS
12809 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12813 /* Override any GCC internal prototype to avoid an error.
12814 Use char because int might match the return type of a GCC
12815 builtin and then its argument prototype would still apply. */
12819 char xmlReadMemory ();
12823 return xmlReadMemory ();
12828 if ac_fn_c_try_link
"$LINENO"; then :
12829 ac_cv_lib_xml2_xmlReadMemory
=yes
12831 ac_cv_lib_xml2_xmlReadMemory
=no
12833 rm -f core conftest.err conftest.
$ac_objext \
12834 conftest
$ac_exeext conftest.
$ac_ext
12835 LIBS
=$ac_check_lib_save_LIBS
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12838 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12839 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
12841 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
12846 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12847 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
12848 $as_echo_n "(cached) " >&6
12850 ac_check_lib_save_LIBS
=$LIBS
12851 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12853 /* end confdefs.h. */
12855 /* Override any GCC internal prototype to avoid an error.
12856 Use char because int might match the return type of a GCC
12857 builtin and then its argument prototype would still apply. */
12861 char xmlNewDocPI ();
12865 return xmlNewDocPI ();
12870 if ac_fn_c_try_link
"$LINENO"; then :
12871 ac_cv_lib_xml2_xmlNewDocPI
=yes
12873 ac_cv_lib_xml2_xmlNewDocPI
=no
12875 rm -f core conftest.err conftest.
$ac_objext \
12876 conftest
$ac_exeext conftest.
$ac_ext
12877 LIBS
=$ac_check_lib_save_LIBS
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12880 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12881 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
12883 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
12888 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
12889 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
12890 $as_echo_n "(cached) " >&6
12892 ac_check_lib_save_LIBS
=$LIBS
12893 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12895 /* end confdefs.h. */
12897 /* Override any GCC internal prototype to avoid an error.
12898 Use char because int might match the return type of a GCC
12899 builtin and then its argument prototype would still apply. */
12903 char xmlSchemaSetParserStructuredErrors ();
12907 return xmlSchemaSetParserStructuredErrors ();
12912 if ac_fn_c_try_link
"$LINENO"; then :
12913 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
12915 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
12917 rm -f core conftest.err conftest.
$ac_objext \
12918 conftest
$ac_exeext conftest.
$ac_ext
12919 LIBS
=$ac_check_lib_save_LIBS
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
12922 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
12923 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
12925 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
12930 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
12931 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
12932 $as_echo_n "(cached) " >&6
12934 ac_check_lib_save_LIBS
=$LIBS
12935 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12937 /* end confdefs.h. */
12939 /* Override any GCC internal prototype to avoid an error.
12940 Use char because int might match the return type of a GCC
12941 builtin and then its argument prototype would still apply. */
12945 char xmlSchemaSetValidStructuredErrors ();
12949 return xmlSchemaSetValidStructuredErrors ();
12954 if ac_fn_c_try_link
"$LINENO"; then :
12955 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
12957 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
12959 rm -f core conftest.err conftest.
$ac_objext \
12960 conftest
$ac_exeext conftest.
$ac_ext
12961 LIBS
=$ac_check_lib_save_LIBS
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
12964 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
12965 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
12967 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
12972 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
12973 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
12974 $as_echo_n "(cached) " >&6
12976 ac_check_lib_save_LIBS
=$LIBS
12977 LIBS
="-lxml2 $XML2_LIBS $LIBS"
12978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12979 /* end confdefs.h. */
12981 /* Override any GCC internal prototype to avoid an error.
12982 Use char because int might match the return type of a GCC
12983 builtin and then its argument prototype would still apply. */
12987 char xmlFirstElementChild ();
12991 return xmlFirstElementChild ();
12996 if ac_fn_c_try_link
"$LINENO"; then :
12997 ac_cv_lib_xml2_xmlFirstElementChild
=yes
12999 ac_cv_lib_xml2_xmlFirstElementChild
=no
13001 rm -f core conftest.err conftest.
$ac_objext \
13002 conftest
$ac_exeext conftest.
$ac_ext
13003 LIBS
=$ac_check_lib_save_LIBS
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
13006 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
13007 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
13009 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
13013 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
13015 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
13017 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
13025 CPPFLAGS
=$ac_save_CPPFLAGS
13026 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13027 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13030 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
13031 case "x$with_xml" in
13032 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
13034 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
13035 This is an error since --with-xml was requested." "$LINENO" 5 ;;
13040 if test "x$with_xslt" != "xno"
13042 if ${XSLT_CFLAGS:+false} :; then :
13043 if ${PKG_CONFIG+:} false
; then :
13044 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
13047 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
13048 if ${XSLT_LIBS:+false} :; then :
13049 if ${PKG_CONFIG+:} false
; then :
13050 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
13053 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
13054 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
13055 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
13056 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
13057 ac_save_CPPFLAGS
=$CPPFLAGS
13058 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
13059 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
13061 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13062 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
13063 # include <libxslt/pattern.h>
13066 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13067 cat >>confdefs.h
<<_ACEOF
13068 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13075 if test "$ac_cv_header_libxslt_transform_h" = "yes"
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
13078 $as_echo_n "checking for -lxslt... " >&6; }
13079 if ${ac_cv_lib_soname_xslt+:} false
; then :
13080 $as_echo_n "(cached) " >&6
13082 ac_check_soname_save_LIBS
=$LIBS
13083 LIBS
="-lxslt $XSLT_LIBS $LIBS"
13084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13085 /* end confdefs.h. */
13087 /* Override any GCC internal prototype to avoid an error.
13088 Use char because int might match the return type of a GCC
13089 builtin and then its argument prototype would still apply. */
13093 char xsltCompilePattern ();
13097 return xsltCompilePattern ();
13102 if ac_fn_c_try_link
"$LINENO"; then :
13104 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13105 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'` ;;
13106 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13107 if ${ac_cv_lib_soname_xslt:+false} :; then :
13108 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13112 ac_cv_lib_soname_xslt
=
13114 rm -f core conftest.err conftest.
$ac_objext \
13115 conftest
$ac_exeext conftest.
$ac_ext
13116 LIBS
=$ac_check_soname_save_LIBS
13118 if ${ac_cv_lib_soname_xslt:+false} :; then :
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13120 $as_echo "not found" >&6; }
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
13124 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13126 cat >>confdefs.h
<<_ACEOF
13127 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13135 CPPFLAGS
=$ac_save_CPPFLAGS
13136 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13137 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13140 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
13141 case "x$with_xslt" in
13142 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13144 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
13145 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
13150 if test "x$with_inotify" != "xno"
13152 if ${INOTIFY_CFLAGS:+false} :; then :
13153 if ${PKG_CONFIG+:} false
; then :
13154 INOTIFY_CFLAGS
=`$PKG_CONFIG --cflags libinotify 2>/dev/null`
13158 if ${INOTIFY_LIBS:+false} :; then :
13159 if ${PKG_CONFIG+:} false
; then :
13160 INOTIFY_LIBS
=`$PKG_CONFIG --libs libinotify 2>/dev/null`
13165 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify cflags: $INOTIFY_CFLAGS" >&5
13166 $as_echo "$as_me:${as_lineno-$LINENO}: libinotify libs: $INOTIFY_LIBS" >&5
13167 ac_save_CPPFLAGS
=$CPPFLAGS
13168 CPPFLAGS
="$CPPFLAGS $INOTIFY_CFLAGS"
13169 for ac_header
in sys
/inotify.h
13171 ac_fn_c_check_header_mongrel
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default"
13172 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
13173 cat >>confdefs.h
<<_ACEOF
13174 #define HAVE_SYS_INOTIFY_H 1
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inotify_add_watch in -linotify" >&5
13182 $as_echo_n "checking for inotify_add_watch in -linotify... " >&6; }
13183 if ${ac_cv_lib_inotify_inotify_add_watch+:} false
; then :
13184 $as_echo_n "(cached) " >&6
13186 ac_check_lib_save_LIBS
=$LIBS
13187 LIBS
="-linotify $INOTIFY_LIBS $LIBS"
13188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13189 /* end confdefs.h. */
13191 /* Override any GCC internal prototype to avoid an error.
13192 Use char because int might match the return type of a GCC
13193 builtin and then its argument prototype would still apply. */
13197 char inotify_add_watch ();
13201 return inotify_add_watch ();
13206 if ac_fn_c_try_link
"$LINENO"; then :
13207 ac_cv_lib_inotify_inotify_add_watch
=yes
13209 ac_cv_lib_inotify_inotify_add_watch
=no
13211 rm -f core conftest.err conftest.
$ac_objext \
13212 conftest
$ac_exeext conftest.
$ac_ext
13213 LIBS
=$ac_check_lib_save_LIBS
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_inotify_inotify_add_watch" >&5
13216 $as_echo "$ac_cv_lib_inotify_inotify_add_watch" >&6; }
13217 if test "x$ac_cv_lib_inotify_inotify_add_watch" = xyes
; then :
13223 CPPFLAGS
=$ac_save_CPPFLAGS
13224 test -z "$INOTIFY_CFLAGS" || INOTIFY_CFLAGS
=`echo " $INOTIFY_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13225 test -z "$INOTIFY_LIBS" || INOTIFY_LIBS
=`echo " $INOTIFY_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13228 if test "$ac_cv_header_sys_inotify_h" != "yes"; then :
13229 case "x$with_inotify" in
13230 x
) as_fn_append wine_notices
"|libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported." ;;
13232 *) as_fn_error $?
"libinotify ${notice_platform}development files not found (or too old), filesystem change notifications won't be supported.
13233 This is an error since --with-inotify was requested." "$LINENO" 5 ;;
13238 if test "x$with_dbus" != "xno"
13240 if ${DBUS_CFLAGS:+false} :; then :
13241 if ${PKG_CONFIG+:} false
; then :
13242 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
13246 if ${DBUS_LIBS:+false} :; then :
13247 if ${PKG_CONFIG+:} false
; then :
13248 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
13253 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
13254 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
13255 ac_save_CPPFLAGS
=$CPPFLAGS
13256 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
13257 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
13258 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
13260 $as_echo_n "checking for -ldbus-1... " >&6; }
13261 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
13262 $as_echo_n "(cached) " >&6
13264 ac_check_soname_save_LIBS
=$LIBS
13265 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
13266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13267 /* end confdefs.h. */
13269 /* Override any GCC internal prototype to avoid an error.
13270 Use char because int might match the return type of a GCC
13271 builtin and then its argument prototype would still apply. */
13275 char dbus_connection_close ();
13279 return dbus_connection_close ();
13284 if ac_fn_c_try_link
"$LINENO"; then :
13286 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13287 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'` ;;
13288 *) 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'`
13289 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13290 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13294 ac_cv_lib_soname_dbus_1
=
13296 rm -f core conftest.err conftest.
$ac_objext \
13297 conftest
$ac_exeext conftest.
$ac_ext
13298 LIBS
=$ac_check_soname_save_LIBS
13300 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
13301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13302 $as_echo "not found" >&6; }
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
13306 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
13308 cat >>confdefs.h
<<_ACEOF
13309 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
13319 CPPFLAGS
=$ac_save_CPPFLAGS
13320 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13321 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13324 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
13325 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13326 case "x$with_dbus" in
13327 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13329 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
13330 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
13335 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
13337 if ${HAL_CFLAGS:+false} :; then :
13338 if ${PKG_CONFIG+:} false
; then :
13339 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
13343 if ${HAL_LIBS:+false} :; then :
13344 if ${PKG_CONFIG+:} false
; then :
13345 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
13349 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
13350 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
13351 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
13352 ac_save_CPPFLAGS
=$CPPFLAGS
13353 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
13354 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
13355 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
13357 $as_echo_n "checking for -lhal... " >&6; }
13358 if ${ac_cv_lib_soname_hal+:} false
; then :
13359 $as_echo_n "(cached) " >&6
13361 ac_check_soname_save_LIBS
=$LIBS
13362 LIBS
="-lhal $HAL_LIBS $LIBS"
13363 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13364 /* end confdefs.h. */
13366 /* Override any GCC internal prototype to avoid an error.
13367 Use char because int might match the return type of a GCC
13368 builtin and then its argument prototype would still apply. */
13372 char libhal_ctx_new ();
13376 return libhal_ctx_new ();
13381 if ac_fn_c_try_link
"$LINENO"; then :
13383 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13384 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'` ;;
13385 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13386 if ${ac_cv_lib_soname_hal:+false} :; then :
13387 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13391 ac_cv_lib_soname_hal
=
13393 rm -f core conftest.err conftest.
$ac_objext \
13394 conftest
$ac_exeext conftest.
$ac_ext
13395 LIBS
=$ac_check_soname_save_LIBS
13397 if ${ac_cv_lib_soname_hal:+false} :; then :
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13399 $as_echo "not found" >&6; }
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
13403 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13405 cat >>confdefs.h
<<_ACEOF
13406 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13416 CPPFLAGS
=$ac_save_CPPFLAGS
13417 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13418 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13420 if test "x$ac_cv_lib_soname_hal" = "x" -a \
13421 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
13422 case "x$with_hal" in
13423 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
13425 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
13426 This is an error since --with-hal was requested." "$LINENO" 5 ;;
13432 if test "x$with_gnutls" != "xno"
13434 if ${GNUTLS_CFLAGS:+false} :; then :
13435 if ${PKG_CONFIG+:} false
; then :
13436 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
13440 if ${GNUTLS_LIBS:+false} :; then :
13441 if ${PKG_CONFIG+:} false
; then :
13442 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
13447 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
13448 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
13449 ac_save_CPPFLAGS
=$CPPFLAGS
13450 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
13451 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
13452 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
13453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13454 /* end confdefs.h. */
13455 #include <gnutls/gnutls.h>
13456 #include <gnutls/crypto.h>
13460 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
13465 if ac_fn_c_try_compile
"$LINENO"; then :
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
13467 $as_echo_n "checking for -lgnutls... " >&6; }
13468 if ${ac_cv_lib_soname_gnutls+:} false
; then :
13469 $as_echo_n "(cached) " >&6
13471 ac_check_soname_save_LIBS
=$LIBS
13472 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
13473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13476 /* Override any GCC internal prototype to avoid an error.
13477 Use char because int might match the return type of a GCC
13478 builtin and then its argument prototype would still apply. */
13482 char gnutls_global_init ();
13486 return gnutls_global_init ();
13491 if ac_fn_c_try_link
"$LINENO"; then :
13493 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13494 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'` ;;
13495 *) 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'`
13496 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13497 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'`
13501 ac_cv_lib_soname_gnutls
=
13503 rm -f core conftest.err conftest.
$ac_objext \
13504 conftest
$ac_exeext conftest.
$ac_ext
13505 LIBS
=$ac_check_soname_save_LIBS
13507 if ${ac_cv_lib_soname_gnutls:+false} :; then :
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13509 $as_echo "not found" >&6; }
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
13513 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13515 cat >>confdefs.h
<<_ACEOF
13516 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13521 ac_wine_check_funcs_save_LIBS
="$LIBS"
13522 LIBS
="$LIBS $GNUTLS_LIBS"
13523 for ac_func
in gnutls_cipher_init
13525 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
13526 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
13527 cat >>confdefs.h
<<_ACEOF
13528 #define HAVE_GNUTLS_CIPHER_INIT 1
13532 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
13536 LIBS
="$ac_wine_check_funcs_save_LIBS"
13538 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13544 CPPFLAGS
=$ac_save_CPPFLAGS
13545 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13546 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13549 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
13550 case "x$with_gnutls" in
13551 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13553 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
13554 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
13560 if test "$ac_cv_header_ncurses_h" = "yes"
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
13563 $as_echo_n "checking for -lncurses... " >&6; }
13564 if ${ac_cv_lib_soname_ncurses+:} false
; then :
13565 $as_echo_n "(cached) " >&6
13567 ac_check_soname_save_LIBS
=$LIBS
13568 LIBS
="-lncurses $LIBS"
13569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13570 /* end confdefs.h. */
13572 /* Override any GCC internal prototype to avoid an error.
13573 Use char because int might match the return type of a GCC
13574 builtin and then its argument prototype would still apply. */
13587 if ac_fn_c_try_link
"$LINENO"; then :
13589 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13590 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'` ;;
13591 *) 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'`
13592 if ${ac_cv_lib_soname_ncurses:+false} :; then :
13593 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13597 ac_cv_lib_soname_ncurses
=
13599 rm -f core conftest.err conftest.
$ac_objext \
13600 conftest
$ac_exeext conftest.
$ac_ext
13601 LIBS
=$ac_check_soname_save_LIBS
13603 if ${ac_cv_lib_soname_ncurses:+false} :; then :
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13605 $as_echo "not found" >&6; }
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
13609 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13611 cat >>confdefs.h
<<_ACEOF
13612 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13615 CURSES_LIBS
="-lncurses"
13617 elif test "$ac_cv_header_curses_h" = "yes"
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
13620 $as_echo_n "checking for -lcurses... " >&6; }
13621 if ${ac_cv_lib_soname_curses+:} false
; then :
13622 $as_echo_n "(cached) " >&6
13624 ac_check_soname_save_LIBS
=$LIBS
13625 LIBS
="-lcurses $LIBS"
13626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13629 /* Override any GCC internal prototype to avoid an error.
13630 Use char because int might match the return type of a GCC
13631 builtin and then its argument prototype would still apply. */
13644 if ac_fn_c_try_link
"$LINENO"; then :
13646 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13647 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'` ;;
13648 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13649 if ${ac_cv_lib_soname_curses:+false} :; then :
13650 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13654 ac_cv_lib_soname_curses
=
13656 rm -f core conftest.err conftest.
$ac_objext \
13657 conftest
$ac_exeext conftest.
$ac_ext
13658 LIBS
=$ac_check_soname_save_LIBS
13660 if ${ac_cv_lib_soname_curses:+false} :; then :
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13662 $as_echo "not found" >&6; }
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
13666 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13668 cat >>confdefs.h
<<_ACEOF
13669 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13672 CURSES_LIBS
="-lcurses"
13675 ac_save_LIBS
="$LIBS"
13676 LIBS
="$LIBS $CURSES_LIBS"
13677 for ac_func
in mousemask
13679 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
13680 if test "x$ac_cv_func_mousemask" = xyes
; then :
13681 cat >>confdefs.h
<<_ACEOF
13682 #define HAVE_MOUSEMASK 1
13688 LIBS
="$ac_save_LIBS"
13689 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
13690 case "x$with_curses" in
13691 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13693 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13694 This is an error since --with-curses was requested." "$LINENO" 5 ;;
13699 if test "x$with_sane" != "xno"
13701 if ${SANE_CFLAGS:+false} :; then :
13702 if ${PKG_CONFIG+:} false
; then :
13703 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
13706 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
13707 if ${SANE_LIBS:+false} :; then :
13708 if ${PKG_CONFIG+:} false
; then :
13709 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
13712 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
13714 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
13715 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
13716 ac_save_CPPFLAGS
=$CPPFLAGS
13717 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
13718 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
13719 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
13721 $as_echo_n "checking for -lsane... " >&6; }
13722 if ${ac_cv_lib_soname_sane+:} false
; then :
13723 $as_echo_n "(cached) " >&6
13725 ac_check_soname_save_LIBS
=$LIBS
13726 LIBS
="-lsane $SANE_LIBS $LIBS"
13727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13728 /* end confdefs.h. */
13730 /* Override any GCC internal prototype to avoid an error.
13731 Use char because int might match the return type of a GCC
13732 builtin and then its argument prototype would still apply. */
13740 return sane_init ();
13745 if ac_fn_c_try_link
"$LINENO"; then :
13747 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13748 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'` ;;
13749 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13750 if ${ac_cv_lib_soname_sane:+false} :; then :
13751 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13755 ac_cv_lib_soname_sane
=
13757 rm -f core conftest.err conftest.
$ac_objext \
13758 conftest
$ac_exeext conftest.
$ac_ext
13759 LIBS
=$ac_check_soname_save_LIBS
13761 if ${ac_cv_lib_soname_sane:+false} :; then :
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13763 $as_echo "not found" >&6; }
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
13767 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13769 cat >>confdefs.h
<<_ACEOF
13770 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13780 CPPFLAGS
=$ac_save_CPPFLAGS
13781 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13782 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13785 if test "x$ac_cv_lib_soname_sane" = "x"; then :
13786 case "x$with_sane" in
13787 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13789 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
13790 This is an error since --with-sane was requested." "$LINENO" 5 ;;
13795 if test "x$with_v4l2" != "xno"
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l2" >&5
13798 $as_echo_n "checking for -lv4l2... " >&6; }
13799 if ${ac_cv_lib_soname_v4l2+:} false
; then :
13800 $as_echo_n "(cached) " >&6
13802 ac_check_soname_save_LIBS
=$LIBS
13803 LIBS
="-lv4l2 $LIBS"
13804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13805 /* end confdefs.h. */
13807 /* Override any GCC internal prototype to avoid an error.
13808 Use char because int might match the return type of a GCC
13809 builtin and then its argument prototype would still apply. */
13817 return v4l2_open ();
13822 if ac_fn_c_try_link
"$LINENO"; then :
13824 dll
) ac_cv_lib_soname_v4l2
=`$ac_cv_path_LDD conftest.exe | grep "v4l2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13825 dylib
) ac_cv_lib_soname_v4l2
=`$OTOOL -L conftest$ac_exeext | grep "libv4l2\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l2\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13826 *) ac_cv_lib_soname_v4l2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13827 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13828 ac_cv_lib_soname_v4l2
=`$LDD conftest$ac_exeext | grep "libv4l2\\.$LIBEXT" | sed -e "s/^.*\(libv4l2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13832 ac_cv_lib_soname_v4l2
=
13834 rm -f core conftest.err conftest.
$ac_objext \
13835 conftest
$ac_exeext conftest.
$ac_ext
13836 LIBS
=$ac_check_soname_save_LIBS
13838 if ${ac_cv_lib_soname_v4l2:+false} :; then :
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13840 $as_echo "not found" >&6; }
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l2" >&5
13844 $as_echo "$ac_cv_lib_soname_v4l2" >&6; }
13846 cat >>confdefs.h
<<_ACEOF
13847 #define SONAME_LIBV4L2 "$ac_cv_lib_soname_v4l2"
13853 if test "x$ac_cv_lib_soname_v4l2" = "x"; then :
13854 case "x$with_v4l2" in
13855 x
) as_fn_append wine_notices
"|libv4l2 ${notice_platform}development files not found." ;;
13857 *) as_fn_error $?
"libv4l2 ${notice_platform}development files not found.
13858 This is an error since --with-v4l2 was requested." "$LINENO" 5 ;;
13863 if test "x$with_gphoto" != "xno"
13865 if ${GPHOTO2_CFLAGS:+false} :; then :
13866 if ${PKG_CONFIG+:} false
; then :
13867 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
13870 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
13871 if ${GPHOTO2_LIBS:+false} :; then :
13872 if ${PKG_CONFIG+:} false
; then :
13873 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
13876 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
13877 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
13878 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
13879 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
13880 ac_save_CPPFLAGS
=$CPPFLAGS
13881 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
13882 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
13883 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
13885 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
13886 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
13887 $as_echo_n "(cached) " >&6
13889 ac_check_lib_save_LIBS
=$LIBS
13890 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
13891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13892 /* end confdefs.h. */
13894 /* Override any GCC internal prototype to avoid an error.
13895 Use char because int might match the return type of a GCC
13896 builtin and then its argument prototype would still apply. */
13900 char gp_camera_new ();
13904 return gp_camera_new ();
13909 if ac_fn_c_try_link
"$LINENO"; then :
13910 ac_cv_lib_gphoto2_gp_camera_new
=yes
13912 ac_cv_lib_gphoto2_gp_camera_new
=no
13914 rm -f core conftest.err conftest.
$ac_objext \
13915 conftest
$ac_exeext conftest.
$ac_ext
13916 LIBS
=$ac_check_lib_save_LIBS
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13919 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13920 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
13922 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
13925 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13929 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
13933 CPPFLAGS
=$ac_save_CPPFLAGS
13934 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13935 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13937 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
13938 if ${PKG_CONFIG+:} false
; then :
13939 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
13942 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
13943 if ${GPHOTO2_PORT_LIBS:+false} :; then :
13944 if ${PKG_CONFIG+:} false
; then :
13945 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
13948 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
13949 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
13950 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
13951 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
13952 ac_save_CPPFLAGS
=$CPPFLAGS
13953 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
13954 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
13955 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
13957 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
13958 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
13959 $as_echo_n "(cached) " >&6
13961 ac_check_lib_save_LIBS
=$LIBS
13962 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
13963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13964 /* end confdefs.h. */
13966 /* Override any GCC internal prototype to avoid an error.
13967 Use char because int might match the return type of a GCC
13968 builtin and then its argument prototype would still apply. */
13972 char gp_port_info_list_new ();
13976 return gp_port_info_list_new ();
13981 if ac_fn_c_try_link
"$LINENO"; then :
13982 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
13984 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
13986 rm -f core conftest.err conftest.
$ac_objext \
13987 conftest
$ac_exeext conftest.
$ac_ext
13988 LIBS
=$ac_check_lib_save_LIBS
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
13991 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
13992 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
13994 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
13997 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14001 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
14005 CPPFLAGS
=$ac_save_CPPFLAGS
14006 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14007 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14010 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
14011 case "x$with_gphoto" in
14012 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14014 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14015 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14019 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
14020 case "x$with_gphoto" in
14021 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
14023 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
14024 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
14030 if test "$ac_cv_header_resolv_h" = "yes"
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
14033 $as_echo_n "checking for resolver library... " >&6; }
14034 if ${ac_cv_have_resolv+:} false
; then :
14035 $as_echo_n "(cached) " >&6
14037 ac_save_LIBS
="$LIBS"
14038 for lib
in '' -lresolv
14040 LIBS
="$lib $ac_save_LIBS"
14041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14042 /* end confdefs.h. */
14043 #ifdef HAVE_NETINET_IN_H
14044 #include <netinet/in.h>
14046 #include <resolv.h>
14050 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
14055 if ac_fn_c_try_link
"$LINENO"; then :
14056 ac_cv_have_resolv
=${lib:-"none required"}
14058 ac_cv_have_resolv
="not found"
14060 rm -f core conftest.err conftest.
$ac_objext \
14061 conftest
$ac_exeext conftest.
$ac_ext
14062 test "x$ac_cv_have_resolv" = "xnot found" ||
break
14064 LIBS
="$ac_save_LIBS"
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
14067 $as_echo "$ac_cv_have_resolv" >&6; }
14069 case "$ac_cv_have_resolv" in
14073 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14076 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
14078 RESOLV_LIBS
=$ac_cv_have_resolv
14083 if test "x$with_cms" != "xno"
14085 if ${LCMS2_CFLAGS:+false} :; then :
14086 if ${PKG_CONFIG+:} false
; then :
14087 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
14091 if ${LCMS2_LIBS:+false} :; then :
14092 if ${PKG_CONFIG+:} false
; then :
14093 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
14097 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
14098 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
14099 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
14100 ac_save_CPPFLAGS
=$CPPFLAGS
14101 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
14102 for ac_header
in lcms2.h
14104 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
14105 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
14106 cat >>confdefs.h
<<_ACEOF
14107 #define HAVE_LCMS2_H 1
14114 if test "$ac_cv_header_lcms2_h" = "yes"
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
14117 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
14118 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
14119 $as_echo_n "(cached) " >&6
14121 ac_check_lib_save_LIBS
=$LIBS
14122 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
14123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14124 /* end confdefs.h. */
14126 /* Override any GCC internal prototype to avoid an error.
14127 Use char because int might match the return type of a GCC
14128 builtin and then its argument prototype would still apply. */
14132 char cmsOpenProfileFromFile ();
14136 return cmsOpenProfileFromFile ();
14141 if ac_fn_c_try_link
"$LINENO"; then :
14142 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
14144 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
14146 rm -f core conftest.err conftest.
$ac_objext \
14147 conftest
$ac_exeext conftest.
$ac_ext
14148 LIBS
=$ac_check_lib_save_LIBS
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
14151 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
14152 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
14154 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
14164 CPPFLAGS
=$ac_save_CPPFLAGS
14165 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14166 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14169 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
14170 case "x$with_cms" in
14171 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
14173 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
14174 This is an error since --with-cms was requested." "$LINENO" 5 ;;
14179 if test "x$with_freetype" != "xno"
14181 if ${FREETYPE_CFLAGS:+false} :; then :
14182 if ${PKG_CONFIG+:} false
; then :
14183 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
14186 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
14187 if ${FREETYPE_LIBS:+false} :; then :
14188 if ${PKG_CONFIG+:} false
; then :
14189 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
14192 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
14193 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
14194 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
14195 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
14196 ac_save_CPPFLAGS
=$CPPFLAGS
14197 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
14198 for ac_header
in ft2build.h
14200 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
14201 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
14202 cat >>confdefs.h
<<_ACEOF
14203 #define HAVE_FT2BUILD_H 1
14210 if test "$ac_cv_header_ft2build_h" = "yes"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
14213 $as_echo_n "checking for -lfreetype... " >&6; }
14214 if ${ac_cv_lib_soname_freetype+:} false
; then :
14215 $as_echo_n "(cached) " >&6
14217 ac_check_soname_save_LIBS
=$LIBS
14218 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
14219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14222 /* Override any GCC internal prototype to avoid an error.
14223 Use char because int might match the return type of a GCC
14224 builtin and then its argument prototype would still apply. */
14228 char FT_Init_FreeType ();
14232 return FT_Init_FreeType ();
14237 if ac_fn_c_try_link
"$LINENO"; then :
14239 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14240 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'` ;;
14241 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14242 if ${ac_cv_lib_soname_freetype:+false} :; then :
14243 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14247 ac_cv_lib_soname_freetype
=
14249 rm -f core conftest.err conftest.
$ac_objext \
14250 conftest
$ac_exeext conftest.
$ac_ext
14251 LIBS
=$ac_check_soname_save_LIBS
14253 if ${ac_cv_lib_soname_freetype:+false} :; then :
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14255 $as_echo "not found" >&6; }
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
14259 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14261 cat >>confdefs.h
<<_ACEOF
14262 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14266 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
14268 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
14269 #include FT_MODULE_H
14271 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
14273 cat >>confdefs.h
<<_ACEOF
14274 #define HAVE_FT_TRUETYPEENGINETYPE 1
14285 CPPFLAGS
=$ac_save_CPPFLAGS
14286 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14287 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14290 if test "x$ac_cv_lib_soname_freetype" = x
; then :
14291 case "x$with_freetype" in
14293 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
14294 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
14296 enable_fonts
=${enable_fonts:-no}
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
14300 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14301 if ${ac_cv_c_ppdev+:} false
; then :
14302 $as_echo_n "(cached) " >&6
14304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14305 /* end confdefs.h. */
14306 #ifdef HAVE_SYS_IOCTL_H
14307 # include <sys/ioctl.h>
14309 #include <linux/ppdev.h>
14313 ioctl (1,PPCLAIM,0)
14318 if ac_fn_c_try_compile
"$LINENO"; then :
14319 ac_cv_c_ppdev
="yes"
14323 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
14326 $as_echo "$ac_cv_c_ppdev" >&6; }
14327 if test "$ac_cv_c_ppdev" = "yes"
14330 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
14334 ac_wine_check_funcs_save_LIBS
="$LIBS"
14335 LIBS
="$LIBS $PTHREAD_LIBS"
14337 pthread_getthreadid_np
14339 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14340 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14341 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14342 cat >>confdefs.h
<<_ACEOF
14343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14349 LIBS
="$ac_wine_check_funcs_save_LIBS"
14351 if test "x$with_zlib" != "xno"
14353 if ${Z_CFLAGS:+false} :; then :
14354 if ${PKG_CONFIG+:} false
; then :
14355 Z_CFLAGS
=`$PKG_CONFIG --cflags libz 2>/dev/null`
14359 if ${Z_LIBS:+false} :; then :
14360 if ${PKG_CONFIG+:} false
; then :
14361 Z_LIBS
=`$PKG_CONFIG --libs libz 2>/dev/null`
14365 Z_LIBS
=${Z_LIBS:-"-lz"}
14366 $as_echo "$as_me:${as_lineno-$LINENO}: libz cflags: $Z_CFLAGS" >&5
14367 $as_echo "$as_me:${as_lineno-$LINENO}: libz libs: $Z_LIBS" >&5
14368 ac_save_CPPFLAGS
=$CPPFLAGS
14369 CPPFLAGS
="$CPPFLAGS $Z_CFLAGS"
14370 for ac_header
in zlib.h
14372 ac_fn_c_check_header_mongrel
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14373 if test "x$ac_cv_header_zlib_h" = xyes
; then :
14374 cat >>confdefs.h
<<_ACEOF
14375 #define HAVE_ZLIB_H 1
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
14378 $as_echo_n "checking for inflate in -lz... " >&6; }
14379 if ${ac_cv_lib_z_inflate+:} false
; then :
14380 $as_echo_n "(cached) " >&6
14382 ac_check_lib_save_LIBS
=$LIBS
14383 LIBS
="-lz $Z_LIBS $LIBS"
14384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14385 /* end confdefs.h. */
14387 /* Override any GCC internal prototype to avoid an error.
14388 Use char because int might match the return type of a GCC
14389 builtin and then its argument prototype would still apply. */
14402 if ac_fn_c_try_link
"$LINENO"; then :
14403 ac_cv_lib_z_inflate
=yes
14405 ac_cv_lib_z_inflate
=no
14407 rm -f core conftest.err conftest.
$ac_objext \
14408 conftest
$ac_exeext conftest.
$ac_ext
14409 LIBS
=$ac_check_lib_save_LIBS
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
14412 $as_echo "$ac_cv_lib_z_inflate" >&6; }
14413 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
14415 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
14427 CPPFLAGS
=$ac_save_CPPFLAGS
14428 test -z "$Z_CFLAGS" || Z_CFLAGS
=`echo " $Z_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14429 test -z "$Z_LIBS" || Z_LIBS
=`echo " $Z_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14432 if test "x$Z_LIBS" = "x"; then :
14433 case "x$with_zlib" in
14434 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
14436 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
14437 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
14442 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
14444 if test "$ac_cv_header_gettext_po_h" = "yes"
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
14447 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
14448 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
14449 $as_echo_n "(cached) " >&6
14451 ac_check_lib_save_LIBS
=$LIBS
14452 LIBS
="-lgettextpo $LIBS"
14453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14454 /* end confdefs.h. */
14456 /* Override any GCC internal prototype to avoid an error.
14457 Use char because int might match the return type of a GCC
14458 builtin and then its argument prototype would still apply. */
14462 char po_message_msgctxt ();
14466 return po_message_msgctxt ();
14471 if ac_fn_c_try_link
"$LINENO"; then :
14472 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
14474 ac_cv_lib_gettextpo_po_message_msgctxt
=no
14476 rm -f core conftest.err conftest.
$ac_objext \
14477 conftest
$ac_exeext conftest.
$ac_ext
14478 LIBS
=$ac_check_lib_save_LIBS
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
14481 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
14482 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
14484 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
14486 GETTEXTPO_LIBS
="-lgettextpo"
14491 if test "x$GETTEXTPO_LIBS" = "x"; then :
14492 case "x$with_gettextpo" in
14493 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
14495 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
14496 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14500 if test "$srcdir" != .
; then :
14501 case "x$with_gettextpo" in
14502 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
14504 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
14505 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
14511 if test "x$with_pulse" != "xno";
14513 if ${PULSE_CFLAGS:+false} :; then :
14514 if ${PKG_CONFIG+:} false
; then :
14515 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
14519 if ${PULSE_LIBS:+false} :; then :
14520 if ${PKG_CONFIG+:} false
; then :
14521 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
14526 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
14527 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
14528 ac_save_CPPFLAGS
=$CPPFLAGS
14529 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
14530 for ac_header
in pulse
/pulseaudio.h
14532 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
14533 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
14534 cat >>confdefs.h
<<_ACEOF
14535 #define HAVE_PULSE_PULSEAUDIO_H 1
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
14538 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
14539 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
14540 $as_echo_n "(cached) " >&6
14542 ac_check_lib_save_LIBS
=$LIBS
14543 LIBS
="-lpulse $PULSE_LIBS $LIBS"
14544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14545 /* end confdefs.h. */
14547 /* Override any GCC internal prototype to avoid an error.
14548 Use char because int might match the return type of a GCC
14549 builtin and then its argument prototype would still apply. */
14553 char pa_stream_is_corked ();
14557 return pa_stream_is_corked ();
14562 if ac_fn_c_try_link
"$LINENO"; then :
14563 ac_cv_lib_pulse_pa_stream_is_corked
=yes
14565 ac_cv_lib_pulse_pa_stream_is_corked
=no
14567 rm -f core conftest.err conftest.
$ac_objext \
14568 conftest
$ac_exeext conftest.
$ac_ext
14569 LIBS
=$ac_check_lib_save_LIBS
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
14572 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
14573 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
14585 CPPFLAGS
=$ac_save_CPPFLAGS
14586 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14587 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14590 if test -z "$PULSE_LIBS"; then :
14591 case "x$with_pulse" in
14592 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
14594 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
14595 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
14597 enable_winepulse_drv
=${enable_winepulse_drv:-no}
14600 if test "x$with_gstreamer" != "xno"
14602 if ${GSTREAMER_CFLAGS:+false} :; then :
14603 if ${PKG_CONFIG+:} false
; then :
14604 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14608 if ${GSTREAMER_LIBS:+false} :; then :
14609 if ${PKG_CONFIG+:} false
; then :
14610 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
14615 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
14616 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
14617 ac_save_CPPFLAGS
=$CPPFLAGS
14618 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
14620 for i
in $GSTREAMER_CFLAGS
14623 -I*) ac_gst_incl
="$ac_gst_incl $i";;
14626 GSTREAMER_CFLAGS
=$ac_gst_incl
14627 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
14628 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
14629 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
14631 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
14632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14633 /* end confdefs.h. */
14634 #include <gst/gst.h>
14638 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
14643 if ac_fn_c_try_compile
"$LINENO"; then :
14644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14645 $as_echo "yes" >&6; }
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
14647 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
14648 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
14649 $as_echo_n "(cached) " >&6
14651 ac_check_lib_save_LIBS
=$LIBS
14652 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
14653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14654 /* end confdefs.h. */
14656 /* Override any GCC internal prototype to avoid an error.
14657 Use char because int might match the return type of a GCC
14658 builtin and then its argument prototype would still apply. */
14662 char gst_pad_new ();
14666 return gst_pad_new ();
14671 if ac_fn_c_try_link
"$LINENO"; then :
14672 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
14674 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
14676 rm -f core conftest.err conftest.
$ac_objext \
14677 conftest
$ac_exeext conftest.
$ac_ext
14678 LIBS
=$ac_check_lib_save_LIBS
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
14681 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
14682 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14688 $as_echo "no" >&6; }
14689 ac_glib2_broken
=yes
14690 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
14692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14696 CPPFLAGS
=$ac_save_CPPFLAGS
14697 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14698 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14701 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 :
14702 case "x$with_gstreamer" in
14703 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
14705 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
14706 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
14710 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
14714 if test "x$with_alsa" != "xno"
14716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
14717 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
14718 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
14719 $as_echo_n "(cached) " >&6
14721 ac_check_lib_save_LIBS
=$LIBS
14722 LIBS
="-lasound $LIBS"
14723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14724 /* end confdefs.h. */
14726 /* Override any GCC internal prototype to avoid an error.
14727 Use char because int might match the return type of a GCC
14728 builtin and then its argument prototype would still apply. */
14732 char snd_pcm_hw_params_get_access_mask ();
14736 return snd_pcm_hw_params_get_access_mask ();
14741 if ac_fn_c_try_link
"$LINENO"; then :
14742 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
14744 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
14746 rm -f core conftest.err conftest.
$ac_objext \
14747 conftest
$ac_exeext conftest.
$ac_ext
14748 LIBS
=$ac_check_lib_save_LIBS
14750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
14751 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
14752 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
14753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14754 /* end confdefs.h. */
14755 #include <alsa/asoundlib.h>
14759 snd_pcm_hw_params_get_access_mask(NULL, NULL)
14764 if ac_fn_c_try_compile
"$LINENO"; then :
14765 ALSA_LIBS
="-lasound"
14767 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14771 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
14773 if test "x$with_oss" != xno
14775 ac_save_CPPFLAGS
="$CPPFLAGS"
14776 if test -f /etc
/oss.conf
14780 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
14781 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
14782 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
14783 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
14784 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
14786 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
14788 cat >>confdefs.h
<<_ACEOF
14789 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
14792 OSS4_CFLAGS
="$ac_oss_incl"
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
14795 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
14796 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
14797 $as_echo_n "(cached) " >&6
14799 ac_check_lib_save_LIBS
=$LIBS
14800 LIBS
="-lossaudio $LIBS"
14801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14802 /* end confdefs.h. */
14804 /* Override any GCC internal prototype to avoid an error.
14805 Use char because int might match the return type of a GCC
14806 builtin and then its argument prototype would still apply. */
14810 char _oss_ioctl ();
14814 return _oss_ioctl ();
14819 if ac_fn_c_try_link
"$LINENO"; then :
14820 ac_cv_lib_ossaudio__oss_ioctl
=yes
14822 ac_cv_lib_ossaudio__oss_ioctl
=no
14824 rm -f core conftest.err conftest.
$ac_objext \
14825 conftest
$ac_exeext conftest.
$ac_ext
14826 LIBS
=$ac_check_lib_save_LIBS
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
14829 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
14830 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
14831 OSS4_LIBS
="-lossaudio"
14840 CPPFLAGS
="$ac_save_CPPFLAGS"
14842 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
14843 case "x$with_oss" in
14844 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
14846 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
14847 This is an error since --with-oss was requested." "$LINENO" 5 ;;
14849 enable_wineoss_drv
=${enable_wineoss_drv:-no}
14852 if test "x$with_udev" != "xno"
14854 if ${UDEV_CFLAGS:+false} :; then :
14855 if ${PKG_CONFIG+:} false
; then :
14856 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
14860 if ${UDEV_LIBS:+false} :; then :
14861 if ${PKG_CONFIG+:} false
; then :
14862 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
14866 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
14867 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
14868 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
14869 ac_save_CPPFLAGS
=$CPPFLAGS
14870 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
14871 for ac_header
in libudev.h
14873 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
14874 if test "x$ac_cv_header_libudev_h" = xyes
; then :
14875 cat >>confdefs.h
<<_ACEOF
14876 #define HAVE_LIBUDEV_H 1
14878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
14879 $as_echo_n "checking for udev_new in -ludev... " >&6; }
14880 if ${ac_cv_lib_udev_udev_new+:} false
; then :
14881 $as_echo_n "(cached) " >&6
14883 ac_check_lib_save_LIBS
=$LIBS
14884 LIBS
="-ludev $UDEV_LIBS $LIBS"
14885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14886 /* end confdefs.h. */
14888 /* Override any GCC internal prototype to avoid an error.
14889 Use char because int might match the return type of a GCC
14890 builtin and then its argument prototype would still apply. */
14898 return udev_new ();
14903 if ac_fn_c_try_link
"$LINENO"; then :
14904 ac_cv_lib_udev_udev_new
=yes
14906 ac_cv_lib_udev_udev_new
=no
14908 rm -f core conftest.err conftest.
$ac_objext \
14909 conftest
$ac_exeext conftest.
$ac_ext
14910 LIBS
=$ac_check_lib_save_LIBS
14912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
14913 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
14914 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
14916 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
14928 CPPFLAGS
=$ac_save_CPPFLAGS
14929 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14930 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14933 if test "x$UDEV_LIBS" = "x"; then :
14934 case "x$with_udev" in
14935 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
14937 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
14938 This is an error since --with-udev was requested." "$LINENO" 5 ;;
14943 if test "x$with_unwind" != xno
14945 if ${UNWIND_CFLAGS:+false} :; then :
14946 if ${PKG_CONFIG+:} false
; then :
14947 UNWIND_CFLAGS
=`$PKG_CONFIG --cflags libunwind 2>/dev/null`
14951 if ${UNWIND_LIBS:+false} :; then :
14952 if ${PKG_CONFIG+:} false
; then :
14953 UNWIND_LIBS
=`$PKG_CONFIG --libs libunwind 2>/dev/null`
14957 UNWIND_LIBS
=${UNWIND_LIBS:-"-lunwind"}
14958 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind cflags: $UNWIND_CFLAGS" >&5
14959 $as_echo "$as_me:${as_lineno-$LINENO}: libunwind libs: $UNWIND_LIBS" >&5
14960 ac_save_CPPFLAGS
=$CPPFLAGS
14961 CPPFLAGS
="$CPPFLAGS $UNWIND_CFLAGS"
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step" >&5
14963 $as_echo_n "checking for unw_step... " >&6; }
14964 if ${wine_cv_have_unw_step+:} false
; then :
14965 $as_echo_n "(cached) " >&6
14967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14968 /* end confdefs.h. */
14969 #define UNW_LOCAL_ONLY
14970 #include <libunwind.h>
14974 unw_cursor_t cursor; unw_step( &cursor );
14979 if ac_fn_c_try_link
"$LINENO"; then :
14980 wine_cv_have_unw_step
="yes"
14982 wine_cv_have_unw_step
="no"
14984 rm -f core conftest.err conftest.
$ac_objext \
14985 conftest
$ac_exeext conftest.
$ac_ext
14987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_unw_step" >&5
14988 $as_echo "$wine_cv_have_unw_step" >&6; }
14989 if test "$wine_cv_have_unw_step" = no
-a -n "$UNWIND_LIBS"
14992 LIBS
="$UNWIND_LIBS $LIBS"
14993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_step in libunwind" >&5
14994 $as_echo_n "checking for unw_step in libunwind... " >&6; }
14995 if ${wine_cv_have_libunwind_unw_step+:} false
; then :
14996 $as_echo_n "(cached) " >&6
14998 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14999 /* end confdefs.h. */
15000 #define UNW_LOCAL_ONLY
15001 #include <libunwind.h>
15005 unw_cursor_t cursor; unw_step( &cursor );
15010 if ac_fn_c_try_link
"$LINENO"; then :
15011 wine_cv_have_libunwind_unw_step
="yes"
15013 wine_cv_have_libunwind_unw_step
="no"
15015 rm -f core conftest.err conftest.
$ac_objext \
15016 conftest
$ac_exeext conftest.
$ac_ext
15018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_libunwind_unw_step" >&5
15019 $as_echo "$wine_cv_have_libunwind_unw_step" >&6; }
15022 test "$wine_cv_have_libunwind_unw_step" = yes || UNWIND_LIBS
=""
15023 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" != xnono
15026 $as_echo "#define HAVE_LIBUNWIND 1" >>confdefs.h
15029 CPPFLAGS
=$ac_save_CPPFLAGS
15030 test -z "$UNWIND_CFLAGS" || UNWIND_CFLAGS
=`echo " $UNWIND_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15031 test -z "$UNWIND_LIBS" || UNWIND_LIBS
=`echo " $UNWIND_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15035 aarch64
*|
*-darwin*)
15036 if test "x$wine_cv_have_unw_step$wine_cv_have_libunwind_unw_step" = xnono
; then :
15037 case "x$with_unwind" in
15038 x
) as_fn_append wine_notices
"|libunwind ${notice_platform}development files not found, stack unwinding won't work." ;;
15040 *) as_fn_error $?
"libunwind ${notice_platform}development files not found, stack unwinding won't work.
15041 This is an error since --with-unwind was requested." "$LINENO" 5 ;;
15047 if test "x$with_sdl" != "xno"
15049 if ${SDL2_CFLAGS:+false} :; then :
15050 if ${PKG_CONFIG+:} false
; then :
15051 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
15055 if ${SDL2_LIBS:+false} :; then :
15056 if ${PKG_CONFIG+:} false
; then :
15057 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
15061 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
15062 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
15063 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
15064 ac_save_CPPFLAGS
=$CPPFLAGS
15065 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
15066 for ac_header
in SDL
2/SDL.h
15068 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
15069 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
15070 cat >>confdefs.h
<<_ACEOF
15071 #define HAVE_SDL2_SDL_H 1
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
15074 $as_echo_n "checking for -lSDL2... " >&6; }
15075 if ${ac_cv_lib_soname_SDL2+:} false
; then :
15076 $as_echo_n "(cached) " >&6
15078 ac_check_soname_save_LIBS
=$LIBS
15079 LIBS
="-lSDL2 $SDL2_LIBS $LIBS"
15080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15081 /* end confdefs.h. */
15083 /* Override any GCC internal prototype to avoid an error.
15084 Use char because int might match the return type of a GCC
15085 builtin and then its argument prototype would still apply. */
15093 return SDL_Init ();
15098 if ac_fn_c_try_link
"$LINENO"; then :
15100 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15101 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'` ;;
15102 *) 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'`
15103 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15104 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15108 ac_cv_lib_soname_SDL2
=
15110 rm -f core conftest.err conftest.
$ac_objext \
15111 conftest
$ac_exeext conftest.
$ac_ext
15112 LIBS
=$ac_check_soname_save_LIBS
15114 if ${ac_cv_lib_soname_SDL2:+false} :; then :
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15116 $as_echo "not found" >&6; }
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
15120 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
15122 cat >>confdefs.h
<<_ACEOF
15123 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
15132 CPPFLAGS
=$ac_save_CPPFLAGS
15133 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15134 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15137 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
15138 case "x$with_sdl" in
15139 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
15141 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
15142 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
15147 if test "x$with_faudio" != "xno"
15149 if ${FAUDIO_CFLAGS:+false} :; then :
15150 if ${PKG_CONFIG+:} false
; then :
15151 FAUDIO_CFLAGS
=`$PKG_CONFIG --cflags faudio 2>/dev/null`
15155 if ${FAUDIO_LIBS:+false} :; then :
15156 if ${PKG_CONFIG+:} false
; then :
15157 FAUDIO_LIBS
=`$PKG_CONFIG --libs faudio 2>/dev/null`
15161 FAUDIO_LIBS
=${FAUDIO_LIBS:-"-lFAudio"}
15162 $as_echo "$as_me:${as_lineno-$LINENO}: faudio cflags: $FAUDIO_CFLAGS" >&5
15163 $as_echo "$as_me:${as_lineno-$LINENO}: faudio libs: $FAUDIO_LIBS" >&5
15164 ac_save_CPPFLAGS
=$CPPFLAGS
15165 CPPFLAGS
="$CPPFLAGS $FAUDIO_CFLAGS"
15166 for ac_header
in FAudio.h
15168 ac_fn_c_check_header_mongrel
"$LINENO" "FAudio.h" "ac_cv_header_FAudio_h" "$ac_includes_default"
15169 if test "x$ac_cv_header_FAudio_h" = xyes
; then :
15170 cat >>confdefs.h
<<_ACEOF
15171 #define HAVE_FAUDIO_H 1
15173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lFAudio" >&5
15174 $as_echo_n "checking for -lFAudio... " >&6; }
15175 if ${ac_cv_lib_soname_FAudio+:} false
; then :
15176 $as_echo_n "(cached) " >&6
15178 ac_check_soname_save_LIBS
=$LIBS
15179 LIBS
="-lFAudio $FAUDIO_LIBS $LIBS"
15180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15181 /* end confdefs.h. */
15183 /* Override any GCC internal prototype to avoid an error.
15184 Use char because int might match the return type of a GCC
15185 builtin and then its argument prototype would still apply. */
15189 char FAudioCreate ();
15193 return FAudioCreate ();
15198 if ac_fn_c_try_link
"$LINENO"; then :
15200 dll
) ac_cv_lib_soname_FAudio
=`$ac_cv_path_LDD conftest.exe | grep "FAudio" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15201 dylib
) ac_cv_lib_soname_FAudio
=`$OTOOL -L conftest$ac_exeext | grep "libFAudio*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libFAudio*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15202 *) ac_cv_lib_soname_FAudio
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libFAudio*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libFAudio*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15203 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15204 ac_cv_lib_soname_FAudio
=`$LDD conftest$ac_exeext | grep "libFAudio*\\.$LIBEXT" | sed -e "s/^.*\(libFAudio*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15208 ac_cv_lib_soname_FAudio
=
15210 rm -f core conftest.err conftest.
$ac_objext \
15211 conftest
$ac_exeext conftest.
$ac_ext
15212 LIBS
=$ac_check_soname_save_LIBS
15214 if ${ac_cv_lib_soname_FAudio:+false} :; then :
15215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15216 $as_echo "not found" >&6; }
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_FAudio" >&5
15220 $as_echo "$ac_cv_lib_soname_FAudio" >&6; }
15222 cat >>confdefs.h
<<_ACEOF
15223 #define SONAME_LIBFAUDIO "$ac_cv_lib_soname_FAudio"
15232 ac_wine_check_funcs_save_LIBS
="$LIBS"
15233 LIBS
="$LIBS $FAUDIO_LIBS"
15234 for ac_func
in FAudio_CommitOperationSet \
15235 F3DAudioInitialize8
15237 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15238 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15239 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15240 cat >>confdefs.h
<<_ACEOF
15241 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15247 LIBS
="$ac_wine_check_funcs_save_LIBS"
15249 CPPFLAGS
=$ac_save_CPPFLAGS
15250 test -z "$FAUDIO_CFLAGS" || FAUDIO_CFLAGS
=`echo " $FAUDIO_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15251 test -z "$FAUDIO_LIBS" || FAUDIO_LIBS
=`echo " $FAUDIO_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15254 if test "x$ac_cv_lib_soname_FAudio" = "x"; then :
15255 case "x$with_faudio" in
15256 x
) as_fn_append wine_notices
"|libFAudio ${notice_platform}development files not found, XAudio2 won't be supported." ;;
15258 *) as_fn_error $?
"libFAudio ${notice_platform}development files not found, XAudio2 won't be supported.
15259 This is an error since --with-faudio was requested." "$LINENO" 5 ;;
15264 if test "x$with_capi" != "xno"
15266 if ${CAPI20_CFLAGS:+false} :; then :
15267 if ${PKG_CONFIG+:} false
; then :
15268 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
15272 if ${CAPI20_LIBS:+false} :; then :
15273 if ${PKG_CONFIG+:} false
; then :
15274 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
15279 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
15280 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
15281 ac_save_CPPFLAGS
=$CPPFLAGS
15282 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
15283 for ac_header
in capi20.h linux
/capi.h
15285 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15286 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
15288 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15289 cat >>confdefs.h
<<_ACEOF
15290 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15297 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
15300 $as_echo_n "checking for -lcapi20... " >&6; }
15301 if ${ac_cv_lib_soname_capi20+:} false
; then :
15302 $as_echo_n "(cached) " >&6
15304 ac_check_soname_save_LIBS
=$LIBS
15305 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
15306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15307 /* end confdefs.h. */
15309 /* Override any GCC internal prototype to avoid an error.
15310 Use char because int might match the return type of a GCC
15311 builtin and then its argument prototype would still apply. */
15315 char capi20_register ();
15319 return capi20_register ();
15324 if ac_fn_c_try_link
"$LINENO"; then :
15326 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15327 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'` ;;
15328 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15329 if ${ac_cv_lib_soname_capi20:+false} :; then :
15330 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15334 ac_cv_lib_soname_capi20
=
15336 rm -f core conftest.err conftest.
$ac_objext \
15337 conftest
$ac_exeext conftest.
$ac_ext
15338 LIBS
=$ac_check_soname_save_LIBS
15340 if ${ac_cv_lib_soname_capi20:+false} :; then :
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15342 $as_echo "not found" >&6; }
15345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
15346 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15348 cat >>confdefs.h
<<_ACEOF
15349 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15355 CPPFLAGS
=$ac_save_CPPFLAGS
15356 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15357 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15360 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
15361 case "x$with_capi" in
15362 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15364 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15365 This is an error since --with-capi was requested." "$LINENO" 5 ;;
15370 if test "x$with_cups" != "xno"
15372 if ${CUPS_CFLAGS:+false} :; then :
15373 if ${PKG_CONFIG+:} false
; then :
15374 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
15377 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
15378 if ${CUPS_LIBS:+false} :; then :
15379 if ${PKG_CONFIG+:} false
; then :
15380 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
15383 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
15384 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
15385 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
15386 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
15387 ac_save_CPPFLAGS
=$CPPFLAGS
15388 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
15389 for ac_header
in cups
/cups.h cups
/ppd.h
15391 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15392 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15393 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15394 cat >>confdefs.h
<<_ACEOF
15395 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15402 if test "$ac_cv_header_cups_cups_h" = "yes"
15404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
15405 $as_echo_n "checking for -lcups... " >&6; }
15406 if ${ac_cv_lib_soname_cups+:} false
; then :
15407 $as_echo_n "(cached) " >&6
15409 ac_check_soname_save_LIBS
=$LIBS
15410 LIBS
="-lcups $CUPS_LIBS $LIBS"
15411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15412 /* end confdefs.h. */
15414 /* Override any GCC internal prototype to avoid an error.
15415 Use char because int might match the return type of a GCC
15416 builtin and then its argument prototype would still apply. */
15420 char cupsGetDefault ();
15424 return cupsGetDefault ();
15429 if ac_fn_c_try_link
"$LINENO"; then :
15431 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15432 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'` ;;
15433 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15434 if ${ac_cv_lib_soname_cups:+false} :; then :
15435 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15439 ac_cv_lib_soname_cups
=
15441 rm -f core conftest.err conftest.
$ac_objext \
15442 conftest
$ac_exeext conftest.
$ac_ext
15443 LIBS
=$ac_check_soname_save_LIBS
15445 if ${ac_cv_lib_soname_cups:+false} :; then :
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15447 $as_echo "not found" >&6; }
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
15451 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15453 cat >>confdefs.h
<<_ACEOF
15454 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15463 CPPFLAGS
=$ac_save_CPPFLAGS
15464 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15465 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15468 if test "x$ac_cv_lib_soname_cups" = "x"; then :
15469 case "x$with_cups" in
15470 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15472 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
15473 This is an error since --with-cups was requested." "$LINENO" 5 ;;
15478 if test "x$with_fontconfig" != "xno"
15480 if ${FONTCONFIG_CFLAGS:+false} :; then :
15481 if ${PKG_CONFIG+:} false
; then :
15482 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
15485 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
15486 if ${FONTCONFIG_LIBS:+false} :; then :
15487 if ${PKG_CONFIG+:} false
; then :
15488 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
15491 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
15493 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
15494 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
15495 ac_save_CPPFLAGS
=$CPPFLAGS
15496 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
15497 for ac_header
in fontconfig
/fontconfig.h
15499 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
15500 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
15501 cat >>confdefs.h
<<_ACEOF
15502 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
15509 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
15512 $as_echo_n "checking for -lfontconfig... " >&6; }
15513 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
15514 $as_echo_n "(cached) " >&6
15516 ac_check_soname_save_LIBS
=$LIBS
15517 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
15518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15519 /* end confdefs.h. */
15521 /* Override any GCC internal prototype to avoid an error.
15522 Use char because int might match the return type of a GCC
15523 builtin and then its argument prototype would still apply. */
15536 if ac_fn_c_try_link
"$LINENO"; then :
15538 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15539 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'` ;;
15540 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15541 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15542 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15546 ac_cv_lib_soname_fontconfig
=
15548 rm -f core conftest.err conftest.
$ac_objext \
15549 conftest
$ac_exeext conftest.
$ac_ext
15550 LIBS
=$ac_check_soname_save_LIBS
15552 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
15553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15554 $as_echo "not found" >&6; }
15555 FONTCONFIG_CFLAGS
=""
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
15558 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
15560 cat >>confdefs.h
<<_ACEOF
15561 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15567 FONTCONFIG_CFLAGS
=""
15569 CPPFLAGS
=$ac_save_CPPFLAGS
15570 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15571 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15574 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
15575 case "x$with_fontconfig" in
15576 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15578 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15579 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
15584 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
15586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
15587 $as_echo_n "checking for -lgsm... " >&6; }
15588 if ${ac_cv_lib_soname_gsm+:} false
; then :
15589 $as_echo_n "(cached) " >&6
15591 ac_check_soname_save_LIBS
=$LIBS
15593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15594 /* end confdefs.h. */
15596 /* Override any GCC internal prototype to avoid an error.
15597 Use char because int might match the return type of a GCC
15598 builtin and then its argument prototype would still apply. */
15602 char gsm_create ();
15606 return gsm_create ();
15611 if ac_fn_c_try_link
"$LINENO"; then :
15613 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15614 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'` ;;
15615 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15616 if ${ac_cv_lib_soname_gsm:+false} :; then :
15617 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15621 ac_cv_lib_soname_gsm
=
15623 rm -f core conftest.err conftest.
$ac_objext \
15624 conftest
$ac_exeext conftest.
$ac_ext
15625 LIBS
=$ac_check_soname_save_LIBS
15627 if ${ac_cv_lib_soname_gsm:+false} :; then :
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15629 $as_echo "not found" >&6; }
15632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
15633 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
15635 cat >>confdefs.h
<<_ACEOF
15636 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
15642 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
15643 case "x$with_gsm" in
15644 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
15646 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
15647 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
15652 if test "x$with_krb5" != "xno"
15654 if ${KRB5_CFLAGS:+false} :; then :
15655 if ${PKG_CONFIG+:} false
; then :
15656 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
15659 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
15660 if ${KRB5_LIBS:+false} :; then :
15661 if ${PKG_CONFIG+:} false
; then :
15662 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
15665 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
15667 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
15668 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
15669 ac_save_CPPFLAGS
=$CPPFLAGS
15670 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
15671 for ac_header
in krb
5/krb5.h
15673 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
15674 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
15675 cat >>confdefs.h
<<_ACEOF
15676 #define HAVE_KRB5_KRB5_H 1
15683 if test "$ac_cv_header_krb5_krb5_h" = "yes"
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
15686 $as_echo_n "checking for -lkrb5... " >&6; }
15687 if ${ac_cv_lib_soname_krb5+:} false
; then :
15688 $as_echo_n "(cached) " >&6
15690 ac_check_soname_save_LIBS
=$LIBS
15691 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
15692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15693 /* end confdefs.h. */
15695 /* Override any GCC internal prototype to avoid an error.
15696 Use char because int might match the return type of a GCC
15697 builtin and then its argument prototype would still apply. */
15701 char krb5_is_config_principal ();
15705 return krb5_is_config_principal ();
15710 if ac_fn_c_try_link
"$LINENO"; then :
15712 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15713 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'` ;;
15714 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15715 if ${ac_cv_lib_soname_krb5:+false} :; then :
15716 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15720 ac_cv_lib_soname_krb5
=
15722 rm -f core conftest.err conftest.
$ac_objext \
15723 conftest
$ac_exeext conftest.
$ac_ext
15724 LIBS
=$ac_check_soname_save_LIBS
15726 if ${ac_cv_lib_soname_krb5:+false} :; then :
15727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15728 $as_echo "not found" >&6; }
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
15732 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
15734 cat >>confdefs.h
<<_ACEOF
15735 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
15743 CPPFLAGS
=$ac_save_CPPFLAGS
15744 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15745 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15748 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
15749 case "x$with_krb5" in
15750 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
15752 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
15753 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
15757 test "x$ac_cv_lib_soname_krb5" != "x" || with_gssapi
=${with_gssapi:-no}
15759 if test "x$with_gssapi" != "xno"
15761 if ${GSSAPI_CFLAGS:+false} :; then :
15762 if ${PKG_CONFIG+:} false
; then :
15763 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
15766 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
15767 if ${GSSAPI_LIBS:+false} :; then :
15768 if ${PKG_CONFIG+:} false
; then :
15769 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
15772 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
15774 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
15775 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
15776 ac_save_CPPFLAGS
=$CPPFLAGS
15777 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
15778 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
15780 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15781 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15782 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15783 cat >>confdefs.h
<<_ACEOF
15784 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15791 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
15793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
15794 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
15795 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
15796 $as_echo_n "(cached) " >&6
15798 ac_check_soname_save_LIBS
=$LIBS
15799 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
15800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15801 /* end confdefs.h. */
15803 /* Override any GCC internal prototype to avoid an error.
15804 Use char because int might match the return type of a GCC
15805 builtin and then its argument prototype would still apply. */
15809 char gss_init_sec_context ();
15813 return gss_init_sec_context ();
15818 if ac_fn_c_try_link
"$LINENO"; then :
15820 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15821 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'` ;;
15822 *) 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'`
15823 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15824 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15828 ac_cv_lib_soname_gssapi_krb5
=
15830 rm -f core conftest.err conftest.
$ac_objext \
15831 conftest
$ac_exeext conftest.
$ac_ext
15832 LIBS
=$ac_check_soname_save_LIBS
15834 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
15835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15836 $as_echo "not found" >&6; }
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
15840 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
15842 cat >>confdefs.h
<<_ACEOF
15843 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
15851 CPPFLAGS
=$ac_save_CPPFLAGS
15852 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15853 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15856 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
15857 case "x$with_gssapi" in
15858 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
15860 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
15861 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
15866 if test "x$with_jpeg" != "xno"
15868 if ${JPEG_CFLAGS:+false} :; then :
15869 if ${PKG_CONFIG+:} false
; then :
15870 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
15874 if ${JPEG_LIBS:+false} :; then :
15875 if ${PKG_CONFIG+:} false
; then :
15876 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
15881 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
15882 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
15883 ac_save_CPPFLAGS
=$CPPFLAGS
15884 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
15885 for ac_header
in jpeglib.h
15887 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
15888 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
15889 cat >>confdefs.h
<<_ACEOF
15890 #define HAVE_JPEGLIB_H 1
15897 if test "$ac_cv_header_jpeglib_h" = "yes"
15899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
15900 $as_echo_n "checking for -ljpeg... " >&6; }
15901 if ${ac_cv_lib_soname_jpeg+:} false
; then :
15902 $as_echo_n "(cached) " >&6
15904 ac_check_soname_save_LIBS
=$LIBS
15905 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
15906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15907 /* end confdefs.h. */
15909 /* Override any GCC internal prototype to avoid an error.
15910 Use char because int might match the return type of a GCC
15911 builtin and then its argument prototype would still apply. */
15915 char jpeg_start_decompress ();
15919 return jpeg_start_decompress ();
15924 if ac_fn_c_try_link
"$LINENO"; then :
15926 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
15927 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'` ;;
15928 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
15929 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15930 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
15934 ac_cv_lib_soname_jpeg
=
15936 rm -f core conftest.err conftest.
$ac_objext \
15937 conftest
$ac_exeext conftest.
$ac_ext
15938 LIBS
=$ac_check_soname_save_LIBS
15940 if ${ac_cv_lib_soname_jpeg:+false} :; then :
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15942 $as_echo "not found" >&6; }
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
15946 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
15948 cat >>confdefs.h
<<_ACEOF
15949 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15957 CPPFLAGS
=$ac_save_CPPFLAGS
15958 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
15959 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
15962 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
15963 case "x$with_jpeg" in
15964 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15966 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15967 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
15972 if test "x$with_png" != "xno"
15974 if ${PNG_CFLAGS:+false} :; then :
15975 if ${PKG_CONFIG+:} false
; then :
15976 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
15979 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
15980 if ${PNG_LIBS:+false} :; then :
15981 if ${PKG_CONFIG+:} false
; then :
15982 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
15985 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
15987 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
15988 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
15989 ac_save_CPPFLAGS
=$CPPFLAGS
15990 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
15991 for ac_header
in png.h
15993 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
15994 if test "x$ac_cv_header_png_h" = xyes
; then :
15995 cat >>confdefs.h
<<_ACEOF
15996 #define HAVE_PNG_H 1
16003 if test "$ac_cv_header_png_h" = "yes"
16005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
16006 $as_echo_n "checking for -lpng... " >&6; }
16007 if ${ac_cv_lib_soname_png+:} false
; then :
16008 $as_echo_n "(cached) " >&6
16010 ac_check_soname_save_LIBS
=$LIBS
16011 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
16012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16013 /* end confdefs.h. */
16015 /* Override any GCC internal prototype to avoid an error.
16016 Use char because int might match the return type of a GCC
16017 builtin and then its argument prototype would still apply. */
16021 char png_create_read_struct ();
16025 return png_create_read_struct ();
16030 if ac_fn_c_try_link
"$LINENO"; then :
16032 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16033 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'` ;;
16034 *) 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'`
16035 if ${ac_cv_lib_soname_png:+false} :; then :
16036 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16040 ac_cv_lib_soname_png
=
16042 rm -f core conftest.err conftest.
$ac_objext \
16043 conftest
$ac_exeext conftest.
$ac_ext
16044 LIBS
=$ac_check_soname_save_LIBS
16046 if ${ac_cv_lib_soname_png:+false} :; then :
16047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16048 $as_echo "not found" >&6; }
16051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
16052 $as_echo "$ac_cv_lib_soname_png" >&6; }
16054 cat >>confdefs.h
<<_ACEOF
16055 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16063 CPPFLAGS
=$ac_save_CPPFLAGS
16064 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16065 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16068 if test "x$ac_cv_lib_soname_png" = "x"; then :
16069 case "x$with_png" in
16070 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16072 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
16073 This is an error since --with-png was requested." "$LINENO" 5 ;;
16078 if test "x$with_tiff" != "xno"
16080 if ${TIFF_CFLAGS:+false} :; then :
16081 if ${PKG_CONFIG+:} false
; then :
16082 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
16086 if ${TIFF_LIBS:+false} :; then :
16087 if ${PKG_CONFIG+:} false
; then :
16088 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
16093 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
16094 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
16095 ac_save_CPPFLAGS
=$CPPFLAGS
16096 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
16097 for ac_header
in tiffio.h
16099 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
16100 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
16101 cat >>confdefs.h
<<_ACEOF
16102 #define HAVE_TIFFIO_H 1
16109 if test "$ac_cv_header_tiffio_h" = "yes"
16111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
16112 $as_echo_n "checking for -ltiff... " >&6; }
16113 if ${ac_cv_lib_soname_tiff+:} false
; then :
16114 $as_echo_n "(cached) " >&6
16116 ac_check_soname_save_LIBS
=$LIBS
16117 LIBS
="-ltiff $TIFF_LIBS $LIBS"
16118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16119 /* end confdefs.h. */
16121 /* Override any GCC internal prototype to avoid an error.
16122 Use char because int might match the return type of a GCC
16123 builtin and then its argument prototype would still apply. */
16127 char TIFFClientOpen ();
16131 return TIFFClientOpen ();
16136 if ac_fn_c_try_link
"$LINENO"; then :
16138 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16139 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'` ;;
16140 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16141 if ${ac_cv_lib_soname_tiff:+false} :; then :
16142 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16146 ac_cv_lib_soname_tiff
=
16148 rm -f core conftest.err conftest.
$ac_objext \
16149 conftest
$ac_exeext conftest.
$ac_ext
16150 LIBS
=$ac_check_soname_save_LIBS
16152 if ${ac_cv_lib_soname_tiff:+false} :; then :
16153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16154 $as_echo "not found" >&6; }
16157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
16158 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
16160 cat >>confdefs.h
<<_ACEOF
16161 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
16167 CPPFLAGS
=$ac_save_CPPFLAGS
16168 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16169 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16172 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
16173 case "x$with_tiff" in
16174 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
16176 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
16177 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
16182 if test "x$with_mpg123" != "xno"
16184 if ${MPG123_CFLAGS:+false} :; then :
16185 if ${PKG_CONFIG+:} false
; then :
16186 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
16190 if ${MPG123_LIBS:+false} :; then :
16191 if ${PKG_CONFIG+:} false
; then :
16192 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
16196 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
16197 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
16198 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
16199 ac_save_CPPFLAGS
=$CPPFLAGS
16200 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
16201 for ac_header
in mpg123.h
16203 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
16204 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
16205 cat >>confdefs.h
<<_ACEOF
16206 #define HAVE_MPG123_H 1
16213 if test "$ac_cv_header_mpg123_h" = "yes"
16215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
16216 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
16217 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
16218 $as_echo_n "(cached) " >&6
16220 ac_check_lib_save_LIBS
=$LIBS
16221 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
16222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16223 /* end confdefs.h. */
16225 /* Override any GCC internal prototype to avoid an error.
16226 Use char because int might match the return type of a GCC
16227 builtin and then its argument prototype would still apply. */
16231 char mpg123_feed ();
16235 return mpg123_feed ();
16240 if ac_fn_c_try_link
"$LINENO"; then :
16241 ac_cv_lib_mpg123_mpg123_feed
=yes
16243 ac_cv_lib_mpg123_mpg123_feed
=no
16245 rm -f core conftest.err conftest.
$ac_objext \
16246 conftest
$ac_exeext conftest.
$ac_ext
16247 LIBS
=$ac_check_lib_save_LIBS
16249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16250 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16251 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
16261 CPPFLAGS
=$ac_save_CPPFLAGS
16262 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16263 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16266 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
16267 case "x$with_mpg123" in
16268 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16270 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16271 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
16273 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
16275 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
16277 if test "$ac_cv_header_AL_al_h" = "yes"
16279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
16280 $as_echo_n "checking for -lopenal... " >&6; }
16281 if ${ac_cv_lib_soname_openal+:} false
; then :
16282 $as_echo_n "(cached) " >&6
16284 ac_check_soname_save_LIBS
=$LIBS
16285 LIBS
="-lopenal $LIBS"
16286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16287 /* end confdefs.h. */
16289 /* Override any GCC internal prototype to avoid an error.
16290 Use char because int might match the return type of a GCC
16291 builtin and then its argument prototype would still apply. */
16295 char alGetSource3i ();
16299 return alGetSource3i ();
16304 if ac_fn_c_try_link
"$LINENO"; then :
16306 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16307 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'` ;;
16308 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16309 if ${ac_cv_lib_soname_openal:+false} :; then :
16310 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16314 ac_cv_lib_soname_openal
=
16316 rm -f core conftest.err conftest.
$ac_objext \
16317 conftest
$ac_exeext conftest.
$ac_ext
16318 LIBS
=$ac_check_soname_save_LIBS
16320 if ${ac_cv_lib_soname_openal:+false} :; then :
16321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16322 $as_echo "not found" >&6; }
16325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
16326 $as_echo "$ac_cv_lib_soname_openal" >&6; }
16328 cat >>confdefs.h
<<_ACEOF
16329 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
16332 OPENAL_LIBS
="-lopenal"
16334 ac_cv_lib_openal
=yes
16336 cat >>confdefs.h
<<_ACEOF
16337 #define HAVE_OPENAL 1
16342 if test "x$ac_cv_lib_openal" != xyes
; then :
16343 case "x$with_openal" in
16344 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16346 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16347 This is an error since --with-openal was requested." "$LINENO" 5 ;;
16349 enable_openal32
=${enable_openal32:-no}
16352 if test "x$ac_cv_lib_soname_FAudio" = "x"
16354 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
16355 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
16356 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
16357 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
16358 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
16359 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
16360 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
16361 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
16362 enable_xapofx1_1
=${enable_xapofx1_1:-no}
16363 enable_xapofx1_2
=${enable_xapofx1_2:-no}
16364 enable_xapofx1_3
=${enable_xapofx1_3:-no}
16365 enable_xapofx1_4
=${enable_xapofx1_4:-no}
16366 enable_xapofx1_5
=${enable_xapofx1_5:-no}
16367 enable_xaudio2_0
=${enable_xaudio2_0:-no}
16368 enable_xaudio2_1
=${enable_xaudio2_1:-no}
16369 enable_xaudio2_2
=${enable_xaudio2_2:-no}
16370 enable_xaudio2_3
=${enable_xaudio2_3:-no}
16371 enable_xaudio2_4
=${enable_xaudio2_4:-no}
16372 enable_xaudio2_5
=${enable_xaudio2_5:-no}
16373 enable_xaudio2_6
=${enable_xaudio2_6:-no}
16374 enable_xaudio2_7
=${enable_xaudio2_7:-no}
16375 enable_xaudio2_8
=${enable_xaudio2_8:-no}
16376 enable_xaudio2_9
=${enable_xaudio2_9:-no}
16379 if test "$ac_cv_header_kstat_h" = "yes"
16381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
16382 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16383 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
16384 $as_echo_n "(cached) " >&6
16386 ac_check_lib_save_LIBS
=$LIBS
16387 LIBS
="-lkstat $LIBS"
16388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16389 /* end confdefs.h. */
16391 /* Override any GCC internal prototype to avoid an error.
16392 Use char because int might match the return type of a GCC
16393 builtin and then its argument prototype would still apply. */
16397 char kstat_open ();
16401 return kstat_open ();
16406 if ac_fn_c_try_link
"$LINENO"; then :
16407 ac_cv_lib_kstat_kstat_open
=yes
16409 ac_cv_lib_kstat_kstat_open
=no
16411 rm -f core conftest.err conftest.
$ac_objext \
16412 conftest
$ac_exeext conftest.
$ac_ext
16413 LIBS
=$ac_check_lib_save_LIBS
16415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
16416 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
16417 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
16419 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
16421 KSTAT_LIBS
="-lkstat"
16427 if test "$ac_cv_header_libprocstat_h" = "yes"
16429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
16430 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
16431 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
16432 $as_echo_n "(cached) " >&6
16434 ac_check_lib_save_LIBS
=$LIBS
16435 LIBS
="-lprocstat $LIBS"
16436 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16437 /* end confdefs.h. */
16439 /* Override any GCC internal prototype to avoid an error.
16440 Use char because int might match the return type of a GCC
16441 builtin and then its argument prototype would still apply. */
16445 char procstat_open_sysctl ();
16449 return procstat_open_sysctl ();
16454 if ac_fn_c_try_link
"$LINENO"; then :
16455 ac_cv_lib_procstat_procstat_open_sysctl
=yes
16457 ac_cv_lib_procstat_procstat_open_sysctl
=no
16459 rm -f core conftest.err conftest.
$ac_objext \
16460 conftest
$ac_exeext conftest.
$ac_ext
16461 LIBS
=$ac_check_lib_save_LIBS
16463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
16464 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
16465 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
16467 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
16469 PROCSTAT_LIBS
="-lprocstat"
16475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
16476 $as_echo_n "checking for -lodbc... " >&6; }
16477 if ${ac_cv_lib_soname_odbc+:} false
; then :
16478 $as_echo_n "(cached) " >&6
16480 ac_check_soname_save_LIBS
=$LIBS
16481 LIBS
="-lodbc $LIBS"
16482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16483 /* end confdefs.h. */
16485 /* Override any GCC internal prototype to avoid an error.
16486 Use char because int might match the return type of a GCC
16487 builtin and then its argument prototype would still apply. */
16491 char SQLConnect ();
16495 return SQLConnect ();
16500 if ac_fn_c_try_link
"$LINENO"; then :
16502 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16503 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'` ;;
16504 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16505 if ${ac_cv_lib_soname_odbc:+false} :; then :
16506 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16510 ac_cv_lib_soname_odbc
=
16512 rm -f core conftest.err conftest.
$ac_objext \
16513 conftest
$ac_exeext conftest.
$ac_ext
16514 LIBS
=$ac_check_soname_save_LIBS
16516 if ${ac_cv_lib_soname_odbc:+false} :; then :
16517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16518 $as_echo "not found" >&6; }
16519 cat >>confdefs.h
<<_ACEOF
16520 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
16525 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16527 cat >>confdefs.h
<<_ACEOF
16528 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16534 if test "x$with_netapi" != "xno"
16536 if ${NETAPI_CFLAGS:+false} :; then :
16537 if ${PKG_CONFIG+:} false
; then :
16538 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
16542 if ${NETAPI_LIBS:+false} :; then :
16543 if ${PKG_CONFIG+:} false
; then :
16544 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
16549 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
16550 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
16551 ac_save_CPPFLAGS
=$CPPFLAGS
16552 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
16553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
16554 $as_echo_n "checking for -lnetapi... " >&6; }
16555 if ${ac_cv_lib_soname_netapi+:} false
; then :
16556 $as_echo_n "(cached) " >&6
16558 ac_check_soname_save_LIBS
=$LIBS
16559 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
16560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16561 /* end confdefs.h. */
16563 /* Override any GCC internal prototype to avoid an error.
16564 Use char because int might match the return type of a GCC
16565 builtin and then its argument prototype would still apply. */
16569 char libnetapi_init ();
16573 return libnetapi_init ();
16578 if ac_fn_c_try_link
"$LINENO"; then :
16580 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16581 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'` ;;
16582 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16583 if ${ac_cv_lib_soname_netapi:+false} :; then :
16584 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16588 ac_cv_lib_soname_netapi
=
16590 rm -f core conftest.err conftest.
$ac_objext \
16591 conftest
$ac_exeext conftest.
$ac_ext
16592 LIBS
=$ac_check_soname_save_LIBS
16594 if ${ac_cv_lib_soname_netapi:+false} :; then :
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16596 $as_echo "not found" >&6; }
16597 cat >>confdefs.h
<<_ACEOF
16598 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
16602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
16603 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
16605 cat >>confdefs.h
<<_ACEOF
16606 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
16611 CPPFLAGS
=$ac_save_CPPFLAGS
16612 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16613 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16617 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
16618 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
16620 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
16623 if test "x$with_vulkan" != "xno"
16625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
16626 $as_echo_n "checking for -lvulkan... " >&6; }
16627 if ${ac_cv_lib_soname_vulkan+:} false
; then :
16628 $as_echo_n "(cached) " >&6
16630 ac_check_soname_save_LIBS
=$LIBS
16631 LIBS
="-lvulkan $LIBS"
16632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16633 /* end confdefs.h. */
16635 /* Override any GCC internal prototype to avoid an error.
16636 Use char because int might match the return type of a GCC
16637 builtin and then its argument prototype would still apply. */
16641 char vkGetInstanceProcAddr ();
16645 return vkGetInstanceProcAddr ();
16650 if ac_fn_c_try_link
"$LINENO"; then :
16652 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16653 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'` ;;
16654 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16655 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16656 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16660 ac_cv_lib_soname_vulkan
=
16662 rm -f core conftest.err conftest.
$ac_objext \
16663 conftest
$ac_exeext conftest.
$ac_ext
16664 LIBS
=$ac_check_soname_save_LIBS
16666 if ${ac_cv_lib_soname_vulkan:+false} :; then :
16667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16668 $as_echo "not found" >&6; }
16671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
16672 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
16674 cat >>confdefs.h
<<_ACEOF
16675 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
16680 if test "x$ac_cv_lib_soname_vulkan" = "x"
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lMoltenVK" >&5
16683 $as_echo_n "checking for -lMoltenVK... " >&6; }
16684 if ${ac_cv_lib_soname_MoltenVK+:} false
; then :
16685 $as_echo_n "(cached) " >&6
16687 ac_check_soname_save_LIBS
=$LIBS
16688 LIBS
="-lMoltenVK $LIBS"
16689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16690 /* end confdefs.h. */
16692 /* Override any GCC internal prototype to avoid an error.
16693 Use char because int might match the return type of a GCC
16694 builtin and then its argument prototype would still apply. */
16698 char vkGetInstanceProcAddr ();
16702 return vkGetInstanceProcAddr ();
16707 if ac_fn_c_try_link
"$LINENO"; then :
16709 dll
) ac_cv_lib_soname_MoltenVK
=`$ac_cv_path_LDD conftest.exe | grep "MoltenVK" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16710 dylib
) ac_cv_lib_soname_MoltenVK
=`$OTOOL -L conftest$ac_exeext | grep "libMoltenVK\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libMoltenVK\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16711 *) ac_cv_lib_soname_MoltenVK
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\\[\\(libMoltenVK\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16712 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16713 ac_cv_lib_soname_MoltenVK
=`$LDD conftest$ac_exeext | grep "libMoltenVK\\.$LIBEXT" | sed -e "s/^.*\(libMoltenVK\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16717 ac_cv_lib_soname_MoltenVK
=
16719 rm -f core conftest.err conftest.
$ac_objext \
16720 conftest
$ac_exeext conftest.
$ac_ext
16721 LIBS
=$ac_check_soname_save_LIBS
16723 if ${ac_cv_lib_soname_MoltenVK:+false} :; then :
16724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16725 $as_echo "not found" >&6; }
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_MoltenVK" >&5
16729 $as_echo "$ac_cv_lib_soname_MoltenVK" >&6; }
16731 cat >>confdefs.h
<<_ACEOF
16732 #define SONAME_LIBMOLTENVK "$ac_cv_lib_soname_MoltenVK"
16739 if test "x$ac_cv_lib_soname_vulkan" = "x" -a "x$ac_cv_lib_soname_MoltenVK" = "x"; then :
16740 case "x$with_vulkan" in
16741 x
) as_fn_append wine_notices
"|libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported." ;;
16743 *) as_fn_error $?
"libvulkan and libMoltenVK ${notice_platform}development files not found, Vulkan won't be supported.
16744 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
16749 if test "x$with_vkd3d" != "xno"
16751 if ${VKD3D_CFLAGS:+false} :; then :
16752 if ${PKG_CONFIG+:} false
; then :
16753 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
16757 if ${VKD3D_LIBS:+false} :; then :
16758 if ${PKG_CONFIG+:} false
; then :
16759 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
16764 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
16765 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
16766 ac_save_CPPFLAGS
=$CPPFLAGS
16767 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
16768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
16769 $as_echo_n "checking for -lvkd3d... " >&6; }
16770 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
16771 $as_echo_n "(cached) " >&6
16773 ac_check_soname_save_LIBS
=$LIBS
16774 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
16775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16776 /* end confdefs.h. */
16778 /* Override any GCC internal prototype to avoid an error.
16779 Use char because int might match the return type of a GCC
16780 builtin and then its argument prototype would still apply. */
16784 char vkd3d_get_dxgi_format ();
16788 return vkd3d_get_dxgi_format ();
16793 if ac_fn_c_try_link
"$LINENO"; then :
16795 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
16796 dylib
) ac_cv_lib_soname_vkd3d
=`$OTOOL -L conftest$ac_exeext | grep "libvkd3d\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvkd3d\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16797 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
16798 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16799 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
16803 ac_cv_lib_soname_vkd3d
=
16805 rm -f core conftest.err conftest.
$ac_objext \
16806 conftest
$ac_exeext conftest.
$ac_ext
16807 LIBS
=$ac_check_soname_save_LIBS
16809 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
16810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
16811 $as_echo "not found" >&6; }
16814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
16815 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
16817 cat >>confdefs.h
<<_ACEOF
16818 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
16823 CPPFLAGS
=$ac_save_CPPFLAGS
16824 test -z "$VKD3D_CFLAGS" || VKD3D_CFLAGS
=`echo " $VKD3D_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16825 test -z "$VKD3D_LIBS" || VKD3D_LIBS
=`echo " $VKD3D_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16828 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
16829 case "x$with_vkd3d" in
16830 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported." ;;
16832 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.
16833 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
16837 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
16842 if test "x${GCC}" = "xyes"
16844 EXTRACFLAGS
="-Wall -pipe"
16846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fcf-protection=none" >&5
16847 $as_echo_n "checking whether the compiler supports -fcf-protection=none... " >&6; }
16848 if ${ac_cv_cflags__fcf_protection_none+:} false
; then :
16849 $as_echo_n "(cached) " >&6
16851 ac_wine_try_cflags_saved
=$CFLAGS
16852 CFLAGS
="$CFLAGS -fcf-protection=none"
16853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16854 /* end confdefs.h. */
16855 int main(int argc, char **argv) { return 0; }
16857 if ac_fn_c_try_link
"$LINENO"; then :
16858 ac_cv_cflags__fcf_protection_none
=yes
16860 ac_cv_cflags__fcf_protection_none
=no
16862 rm -f core conftest.err conftest.
$ac_objext \
16863 conftest
$ac_exeext conftest.
$ac_ext
16864 CFLAGS
=$ac_wine_try_cflags_saved
16866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fcf_protection_none" >&5
16867 $as_echo "$ac_cv_cflags__fcf_protection_none" >&6; }
16868 if test "x$ac_cv_cflags__fcf_protection_none" = xyes
; then :
16869 EXTRACFLAGS
="$EXTRACFLAGS -fcf-protection=none"
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-stack-protector" >&5
16872 $as_echo_n "checking whether the compiler supports -fno-stack-protector... " >&6; }
16873 if ${ac_cv_cflags__fno_stack_protector+:} false
; then :
16874 $as_echo_n "(cached) " >&6
16876 ac_wine_try_cflags_saved
=$CFLAGS
16877 CFLAGS
="$CFLAGS -fno-stack-protector"
16878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16879 /* end confdefs.h. */
16880 int main(int argc, char **argv) { return 0; }
16882 if ac_fn_c_try_link
"$LINENO"; then :
16883 ac_cv_cflags__fno_stack_protector
=yes
16885 ac_cv_cflags__fno_stack_protector
=no
16887 rm -f core conftest.err conftest.
$ac_objext \
16888 conftest
$ac_exeext conftest.
$ac_ext
16889 CFLAGS
=$ac_wine_try_cflags_saved
16891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_stack_protector" >&5
16892 $as_echo "$ac_cv_cflags__fno_stack_protector" >&6; }
16893 if test "x$ac_cv_cflags__fno_stack_protector" = xyes
; then :
16894 EXTRACFLAGS
="$EXTRACFLAGS -fno-stack-protector"
16896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
16897 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
16898 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
16899 $as_echo_n "(cached) " >&6
16901 ac_wine_try_cflags_saved
=$CFLAGS
16902 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16904 /* end confdefs.h. */
16905 int main(int argc, char **argv) { return 0; }
16907 if ac_fn_c_try_link
"$LINENO"; then :
16908 ac_cv_cflags__fno_strict_aliasing
=yes
16910 ac_cv_cflags__fno_strict_aliasing
=no
16912 rm -f core conftest.err conftest.
$ac_objext \
16913 conftest
$ac_exeext conftest.
$ac_ext
16914 CFLAGS
=$ac_wine_try_cflags_saved
16916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16917 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
16918 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
16919 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
16921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
16922 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
16923 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
16924 $as_echo_n "(cached) " >&6
16926 ac_wine_try_cflags_saved
=$CFLAGS
16927 CFLAGS
="$CFLAGS -fexcess-precision=standard"
16928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16929 /* end confdefs.h. */
16930 int main(int argc, char **argv) { return 0; }
16932 if ac_fn_c_try_link
"$LINENO"; then :
16933 ac_cv_cflags__fexcess_precision_standard
=yes
16935 ac_cv_cflags__fexcess_precision_standard
=no
16937 rm -f core conftest.err conftest.
$ac_objext \
16938 conftest
$ac_exeext conftest.
$ac_ext
16939 CFLAGS
=$ac_wine_try_cflags_saved
16941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
16942 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
16943 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
16944 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
16947 saved_CFLAGS
=$CFLAGS
16948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
16949 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
16950 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
16951 $as_echo_n "(cached) " >&6
16953 ac_wine_try_cflags_saved
=$CFLAGS
16954 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16956 /* end confdefs.h. */
16957 int main(int argc, char **argv) { return 0; }
16959 if ac_fn_c_try_link
"$LINENO"; then :
16960 ac_cv_cflags__Werror_unknown_warning_option
=yes
16962 ac_cv_cflags__Werror_unknown_warning_option
=no
16964 rm -f core conftest.err conftest.
$ac_objext \
16965 conftest
$ac_exeext conftest.
$ac_ext
16966 CFLAGS
=$ac_wine_try_cflags_saved
16968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
16969 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
16970 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
16971 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
16973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unused-command-line-argument" >&5
16974 $as_echo_n "checking whether the compiler supports -Werror=unused-command-line-argument... " >&6; }
16975 if ${ac_cv_cflags__Werror_unused_command_line_argument+:} false
; then :
16976 $as_echo_n "(cached) " >&6
16978 ac_wine_try_cflags_saved
=$CFLAGS
16979 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16981 /* end confdefs.h. */
16982 int main(int argc, char **argv) { return 0; }
16984 if ac_fn_c_try_link
"$LINENO"; then :
16985 ac_cv_cflags__Werror_unused_command_line_argument
=yes
16987 ac_cv_cflags__Werror_unused_command_line_argument
=no
16989 rm -f core conftest.err conftest.
$ac_objext \
16990 conftest
$ac_exeext conftest.
$ac_ext
16991 CFLAGS
=$ac_wine_try_cflags_saved
16993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unused_command_line_argument" >&5
16994 $as_echo "$ac_cv_cflags__Werror_unused_command_line_argument" >&6; }
16995 if test "x$ac_cv_cflags__Werror_unused_command_line_argument" = xyes
; then :
16996 CFLAGS
="$CFLAGS -Werror=unused-command-line-argument"
16998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16999 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17000 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
17001 $as_echo_n "(cached) " >&6
17003 ac_wine_try_cflags_saved
=$CFLAGS
17004 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
17005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17006 /* end confdefs.h. */
17007 int main(int argc, char **argv) { return 0; }
17009 if ac_fn_c_try_link
"$LINENO"; then :
17010 ac_cv_cflags__Wdeclaration_after_statement
=yes
17012 ac_cv_cflags__Wdeclaration_after_statement
=no
17014 rm -f core conftest.err conftest.
$ac_objext \
17015 conftest
$ac_exeext conftest.
$ac_ext
17016 CFLAGS
=$ac_wine_try_cflags_saved
17018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17019 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17020 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
17021 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
17023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
17024 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
17025 if ${ac_cv_cflags__Wempty_body+:} false
; then :
17026 $as_echo_n "(cached) " >&6
17028 ac_wine_try_cflags_saved
=$CFLAGS
17029 CFLAGS
="$CFLAGS -Wempty-body"
17030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17031 /* end confdefs.h. */
17032 int main(int argc, char **argv) { return 0; }
17034 if ac_fn_c_try_link
"$LINENO"; then :
17035 ac_cv_cflags__Wempty_body
=yes
17037 ac_cv_cflags__Wempty_body
=no
17039 rm -f core conftest.err conftest.
$ac_objext \
17040 conftest
$ac_exeext conftest.
$ac_ext
17041 CFLAGS
=$ac_wine_try_cflags_saved
17043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
17044 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
17045 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
17046 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
17048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
17049 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
17050 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
17051 $as_echo_n "(cached) " >&6
17053 ac_wine_try_cflags_saved
=$CFLAGS
17054 CFLAGS
="$CFLAGS -Wignored-qualifiers"
17055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17056 /* end confdefs.h. */
17057 int main(int argc, char **argv) { return 0; }
17059 if ac_fn_c_try_link
"$LINENO"; then :
17060 ac_cv_cflags__Wignored_qualifiers
=yes
17062 ac_cv_cflags__Wignored_qualifiers
=no
17064 rm -f core conftest.err conftest.
$ac_objext \
17065 conftest
$ac_exeext conftest.
$ac_ext
17066 CFLAGS
=$ac_wine_try_cflags_saved
17068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
17069 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
17070 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
17071 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
17073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
17074 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
17075 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
17076 $as_echo_n "(cached) " >&6
17078 ac_wine_try_cflags_saved
=$CFLAGS
17079 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
17080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17081 /* end confdefs.h. */
17082 int main(int argc, char **argv) { return 0; }
17084 if ac_fn_c_try_link
"$LINENO"; then :
17085 ac_cv_cflags__Wpacked_not_aligned
=yes
17087 ac_cv_cflags__Wpacked_not_aligned
=no
17089 rm -f core conftest.err conftest.
$ac_objext \
17090 conftest
$ac_exeext conftest.
$ac_ext
17091 CFLAGS
=$ac_wine_try_cflags_saved
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
17094 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
17095 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
17096 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
17098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
17099 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
17100 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
17101 $as_echo_n "(cached) " >&6
17103 ac_wine_try_cflags_saved
=$CFLAGS
17104 CFLAGS
="$CFLAGS -Wpragma-pack"
17105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17106 /* end confdefs.h. */
17107 int main(int argc, char **argv) { return 0; }
17109 if ac_fn_c_try_link
"$LINENO"; then :
17110 ac_cv_cflags__Wpragma_pack
=yes
17112 ac_cv_cflags__Wpragma_pack
=no
17114 rm -f core conftest.err conftest.
$ac_objext \
17115 conftest
$ac_exeext conftest.
$ac_ext
17116 CFLAGS
=$ac_wine_try_cflags_saved
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
17119 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
17120 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
17121 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
17124 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
17125 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
17126 $as_echo_n "(cached) " >&6
17128 ac_wine_try_cflags_saved
=$CFLAGS
17129 CFLAGS
="$CFLAGS -Wshift-overflow=2"
17130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17131 /* end confdefs.h. */
17132 int main(int argc, char **argv) { return 0; }
17134 if ac_fn_c_try_link
"$LINENO"; then :
17135 ac_cv_cflags__Wshift_overflow_2
=yes
17137 ac_cv_cflags__Wshift_overflow_2
=no
17139 rm -f core conftest.err conftest.
$ac_objext \
17140 conftest
$ac_exeext conftest.
$ac_ext
17141 CFLAGS
=$ac_wine_try_cflags_saved
17143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
17144 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
17145 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
17146 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
17148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
17149 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
17150 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
17151 $as_echo_n "(cached) " >&6
17153 ac_wine_try_cflags_saved
=$CFLAGS
17154 CFLAGS
="$CFLAGS -Wstrict-prototypes"
17155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17156 /* end confdefs.h. */
17157 int main(int argc, char **argv) { return 0; }
17159 if ac_fn_c_try_link
"$LINENO"; then :
17160 ac_cv_cflags__Wstrict_prototypes
=yes
17162 ac_cv_cflags__Wstrict_prototypes
=no
17164 rm -f core conftest.err conftest.
$ac_objext \
17165 conftest
$ac_exeext conftest.
$ac_ext
17166 CFLAGS
=$ac_wine_try_cflags_saved
17168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17169 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
17170 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
17171 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
17173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
17174 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17175 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
17176 $as_echo_n "(cached) " >&6
17178 ac_wine_try_cflags_saved
=$CFLAGS
17179 CFLAGS
="$CFLAGS -Wtype-limits"
17180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17181 /* end confdefs.h. */
17182 int main(int argc, char **argv) { return 0; }
17184 if ac_fn_c_try_link
"$LINENO"; then :
17185 ac_cv_cflags__Wtype_limits
=yes
17187 ac_cv_cflags__Wtype_limits
=no
17189 rm -f core conftest.err conftest.
$ac_objext \
17190 conftest
$ac_exeext conftest.
$ac_ext
17191 CFLAGS
=$ac_wine_try_cflags_saved
17193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
17194 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17195 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
17196 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
17198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
17199 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
17200 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
17201 $as_echo_n "(cached) " >&6
17203 ac_wine_try_cflags_saved
=$CFLAGS
17204 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
17205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17206 /* end confdefs.h. */
17207 int main(int argc, char **argv) { return 0; }
17209 if ac_fn_c_try_link
"$LINENO"; then :
17210 ac_cv_cflags__Wunused_but_set_parameter
=yes
17212 ac_cv_cflags__Wunused_but_set_parameter
=no
17214 rm -f core conftest.err conftest.
$ac_objext \
17215 conftest
$ac_exeext conftest.
$ac_ext
17216 CFLAGS
=$ac_wine_try_cflags_saved
17218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
17219 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
17220 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
17221 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
17223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
17224 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
17225 if ${ac_cv_cflags__Wvla+:} false
; then :
17226 $as_echo_n "(cached) " >&6
17228 ac_wine_try_cflags_saved
=$CFLAGS
17229 CFLAGS
="$CFLAGS -Wvla"
17230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17231 /* end confdefs.h. */
17232 int main(int argc, char **argv) { return 0; }
17234 if ac_fn_c_try_link
"$LINENO"; then :
17235 ac_cv_cflags__Wvla
=yes
17237 ac_cv_cflags__Wvla
=no
17239 rm -f core conftest.err conftest.
$ac_objext \
17240 conftest
$ac_exeext conftest.
$ac_ext
17241 CFLAGS
=$ac_wine_try_cflags_saved
17243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
17244 $as_echo "$ac_cv_cflags__Wvla" >&6; }
17245 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
17246 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
17248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
17249 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17250 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
17251 $as_echo_n "(cached) " >&6
17253 ac_wine_try_cflags_saved
=$CFLAGS
17254 CFLAGS
="$CFLAGS -Wwrite-strings"
17255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17256 /* end confdefs.h. */
17257 int main(int argc, char **argv) { return 0; }
17259 if ac_fn_c_try_link
"$LINENO"; then :
17260 ac_cv_cflags__Wwrite_strings
=yes
17262 ac_cv_cflags__Wwrite_strings
=no
17264 rm -f core conftest.err conftest.
$ac_objext \
17265 conftest
$ac_exeext conftest.
$ac_ext
17266 CFLAGS
=$ac_wine_try_cflags_saved
17268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
17269 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17270 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
17271 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
17275 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
17276 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
17277 $as_echo_n "(cached) " >&6
17279 ac_wine_try_cflags_saved
=$CFLAGS
17280 CFLAGS
="$CFLAGS -Wpointer-arith"
17281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17282 /* end confdefs.h. */
17283 int main(int argc, char **argv) { return 0; }
17285 if ac_fn_c_try_link
"$LINENO"; then :
17286 ac_cv_cflags__Wpointer_arith
=yes
17288 ac_cv_cflags__Wpointer_arith
=no
17290 rm -f core conftest.err conftest.
$ac_objext \
17291 conftest
$ac_exeext conftest.
$ac_ext
17292 CFLAGS
=$ac_wine_try_cflags_saved
17294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
17295 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
17296 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
17297 saved_string_h_CFLAGS
=$CFLAGS
17298 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
17299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
17300 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
17301 if ${ac_cv_c_string_h_warnings+:} false
; then :
17302 $as_echo_n "(cached) " >&6
17304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17305 /* end confdefs.h. */
17306 #include <string.h>
17315 if ac_fn_c_try_compile
"$LINENO"; then :
17316 ac_cv_c_string_h_warnings
=no
17318 ac_cv_c_string_h_warnings
=yes
17320 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
17323 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17324 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
17325 CFLAGS
=$saved_string_h_CFLAGS
17328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
17329 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
17330 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
17331 $as_echo_n "(cached) " >&6
17333 ac_wine_try_cflags_saved
=$CFLAGS
17334 CFLAGS
="$CFLAGS -Wlogical-op"
17335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17336 /* end confdefs.h. */
17337 int main(int argc, char **argv) { return 0; }
17339 if ac_fn_c_try_link
"$LINENO"; then :
17340 ac_cv_cflags__Wlogical_op
=yes
17342 ac_cv_cflags__Wlogical_op
=no
17344 rm -f core conftest.err conftest.
$ac_objext \
17345 conftest
$ac_exeext conftest.
$ac_ext
17346 CFLAGS
=$ac_wine_try_cflags_saved
17348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
17349 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
17350 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
17351 saved_string_h_CFLAGS
=$CFLAGS
17352 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
17353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
17354 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
17355 if ${ac_cv_c_logicalop_noisy+:} false
; then :
17356 $as_echo_n "(cached) " >&6
17358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17359 /* end confdefs.h. */
17360 #include <string.h>
17361 char*f(const char *h,char n) {return strchr(h,n);}
17370 if ac_fn_c_try_compile
"$LINENO"; then :
17371 ac_cv_c_logicalop_noisy
=no
17373 ac_cv_c_logicalop_noisy
=yes
17375 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
17378 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
17379 CFLAGS
=$saved_string_h_CFLAGS
17380 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
17383 for ac_flag
in $CFLAGS; do
17385 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
17386 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
17387 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
17388 $as_echo_n "(cached) " >&6
17390 ac_wine_try_cflags_saved
=$CFLAGS
17391 CFLAGS
="$CFLAGS -gdwarf-2"
17392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17393 /* end confdefs.h. */
17394 int main(int argc, char **argv) { return 0; }
17396 if ac_fn_c_try_link
"$LINENO"; then :
17397 ac_cv_cflags__gdwarf_2
=yes
17399 ac_cv_cflags__gdwarf_2
=no
17401 rm -f core conftest.err conftest.
$ac_objext \
17402 conftest
$ac_exeext conftest.
$ac_ext
17403 CFLAGS
=$ac_wine_try_cflags_saved
17405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
17406 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
17407 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
17408 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
17410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
17411 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
17412 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
17413 $as_echo_n "(cached) " >&6
17415 ac_wine_try_cflags_saved
=$CFLAGS
17416 CFLAGS
="$CFLAGS -gstrict-dwarf"
17417 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17418 /* end confdefs.h. */
17419 int main(int argc, char **argv) { return 0; }
17421 if ac_fn_c_try_link
"$LINENO"; then :
17422 ac_cv_cflags__gstrict_dwarf
=yes
17424 ac_cv_cflags__gstrict_dwarf
=no
17426 rm -f core conftest.err conftest.
$ac_objext \
17427 conftest
$ac_exeext conftest.
$ac_ext
17428 CFLAGS
=$ac_wine_try_cflags_saved
17430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
17431 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
17432 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
17433 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
17442 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
17443 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17444 if ${ac_cv_cflags__fno_builtin+:} false
; then :
17445 $as_echo_n "(cached) " >&6
17447 ac_wine_try_cflags_saved
=$CFLAGS
17448 CFLAGS
="$CFLAGS -fno-builtin"
17449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17450 /* end confdefs.h. */
17451 int main(int argc, char **argv) { return 0; }
17453 if ac_fn_c_try_link
"$LINENO"; then :
17454 ac_cv_cflags__fno_builtin
=yes
17456 ac_cv_cflags__fno_builtin
=no
17458 rm -f core conftest.err conftest.
$ac_objext \
17459 conftest
$ac_exeext conftest.
$ac_ext
17460 CFLAGS
=$ac_wine_try_cflags_saved
17462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
17463 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17464 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
17465 MSVCRTFLAGS
="$MSVCRTFLAGS -fno-builtin"
17467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fshort-wchar" >&5
17468 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17469 if ${ac_cv_cflags__fshort_wchar+:} false
; then :
17470 $as_echo_n "(cached) " >&6
17472 ac_wine_try_cflags_saved
=$CFLAGS
17473 CFLAGS
="$CFLAGS -fshort-wchar"
17474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17475 /* end confdefs.h. */
17476 int main(int argc, char **argv) { return 0; }
17478 if ac_fn_c_try_link
"$LINENO"; then :
17479 ac_cv_cflags__fshort_wchar
=yes
17481 ac_cv_cflags__fshort_wchar
=no
17483 rm -f core conftest.err conftest.
$ac_objext \
17484 conftest
$ac_exeext conftest.
$ac_ext
17485 CFLAGS
=$ac_wine_try_cflags_saved
17487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fshort_wchar" >&5
17488 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17489 if test "x$ac_cv_cflags__fshort_wchar" = xyes
; then :
17490 MSVCRTFLAGS
="$MSVCRTFLAGS -fshort-wchar"
17495 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
17496 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
17497 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
17498 $as_echo_n "(cached) " >&6
17500 ac_wine_try_cflags_saved
=$CFLAGS
17501 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
17502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17503 /* end confdefs.h. */
17504 int main(int argc, char **argv) { return 0; }
17506 if ac_fn_c_try_link
"$LINENO"; then :
17507 ac_cv_cflags__fno_omit_frame_pointer
=yes
17509 ac_cv_cflags__fno_omit_frame_pointer
=no
17511 rm -f core conftest.err conftest.
$ac_objext \
17512 conftest
$ac_exeext conftest.
$ac_ext
17513 CFLAGS
=$ac_wine_try_cflags_saved
17515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
17516 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
17517 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
17518 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
17522 cygwin
*|mingw32
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
17523 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
17524 if ${ac_cv_cflags__Wno_format+:} false
; then :
17525 $as_echo_n "(cached) " >&6
17527 ac_wine_try_cflags_saved
=$CFLAGS
17528 CFLAGS
="$CFLAGS -Wno-format"
17529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17530 /* end confdefs.h. */
17531 int main(int argc, char **argv) { return 0; }
17533 if ac_fn_c_try_link
"$LINENO"; then :
17534 ac_cv_cflags__Wno_format
=yes
17536 ac_cv_cflags__Wno_format
=no
17538 rm -f core conftest.err conftest.
$ac_objext \
17539 conftest
$ac_exeext conftest.
$ac_ext
17540 CFLAGS
=$ac_wine_try_cflags_saved
17542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
17543 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
17544 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
17545 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
17547 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -mabi=ms" >&5
17548 $as_echo_n "checking whether the compiler supports -mabi=ms... " >&6; }
17549 if ${ac_cv_cflags__mabi_ms+:} false
; then :
17550 $as_echo_n "(cached) " >&6
17552 ac_wine_try_cflags_saved
=$CFLAGS
17553 CFLAGS
="$CFLAGS -mabi=ms"
17554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17555 /* end confdefs.h. */
17556 int main(int argc, char **argv) { return 0; }
17558 if ac_fn_c_try_link
"$LINENO"; then :
17559 ac_cv_cflags__mabi_ms
=yes
17561 ac_cv_cflags__mabi_ms
=no
17563 rm -f core conftest.err conftest.
$ac_objext \
17564 conftest
$ac_exeext conftest.
$ac_ext
17565 CFLAGS
=$ac_wine_try_cflags_saved
17567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__mabi_ms" >&5
17568 $as_echo "$ac_cv_cflags__mabi_ms" >&6; }
17569 if test "x$ac_cv_cflags__mabi_ms" = xyes
; then :
17570 MSVCRTFLAGS
="$MSVCRTFLAGS -mabi=ms"
17575 CFLAGS
=$saved_CFLAGS
17577 if test "x$enable_maintainer_mode" = "xyes"
17579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
17580 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
17581 if ${ac_cv_cflags__Werror+:} false
; then :
17582 $as_echo_n "(cached) " >&6
17584 ac_wine_try_cflags_saved
=$CFLAGS
17585 CFLAGS
="$CFLAGS -Werror"
17586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17587 /* end confdefs.h. */
17588 int main(int argc, char **argv) { return 0; }
17590 if ac_fn_c_try_link
"$LINENO"; then :
17591 ac_cv_cflags__Werror
=yes
17593 ac_cv_cflags__Werror
=no
17595 rm -f core conftest.err conftest.
$ac_objext \
17596 conftest
$ac_exeext conftest.
$ac_ext
17597 CFLAGS
=$ac_wine_try_cflags_saved
17599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
17600 $as_echo "$ac_cv_cflags__Werror" >&6; }
17601 if test "x$ac_cv_cflags__Werror" = xyes
; then :
17602 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
17608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
17609 $as_echo_n "checking for the need to disable Fortify... " >&6; }
17610 if ${ac_cv_c_fortify_enabled+:} false
; then :
17611 $as_echo_n "(cached) " >&6
17613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17614 /* end confdefs.h. */
17615 #include <string.h>
17619 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
17620 #error Fortify enabled
17626 if ac_fn_c_try_compile
"$LINENO"; then :
17627 ac_cv_c_fortify_enabled
=no
17629 ac_cv_c_fortify_enabled
=yes
17631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
17634 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
17635 if test "$ac_cv_c_fortify_enabled" = yes
17637 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
17641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
17642 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
17643 if ${ac_cv_c_cfi_support+:} false
; then :
17644 $as_echo_n "(cached) " >&6
17646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17647 /* end confdefs.h. */
17648 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17657 if ac_fn_c_try_compile
"$LINENO"; then :
17658 ac_cv_c_cfi_support
="yes"
17660 ac_cv_c_cfi_support
="no"
17662 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
17665 $as_echo "$ac_cv_c_cfi_support" >&6; }
17666 if test "$ac_cv_c_cfi_support" = "yes"
17668 LDDLLFLAGS
="$LDDLLFLAGS -fasynchronous-unwind-tables"
17670 if test "x$enable_win64" = "xyes"
17672 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
17678 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
17685 *i
[3456789]86*|x86_64
*|
*aarch64
*)
17686 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
17687 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
17694 ac_save_CFLAGS
="$CFLAGS"
17695 CFLAGS
="$CFLAGS $BUILTINFLAG"
17718 mach_continuous_time \
17746 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17747 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17748 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17749 cat >>confdefs.h
<<_ACEOF
17750 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17756 CFLAGS
="$ac_save_CFLAGS"
17758 if test "$ac_cv_func_dlopen" = no
17760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
17761 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17762 if ${ac_cv_lib_dl_dlopen+:} false
; then :
17763 $as_echo_n "(cached) " >&6
17765 ac_check_lib_save_LIBS
=$LIBS
17767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17768 /* end confdefs.h. */
17770 /* Override any GCC internal prototype to avoid an error.
17771 Use char because int might match the return type of a GCC
17772 builtin and then its argument prototype would still apply. */
17785 if ac_fn_c_try_link
"$LINENO"; then :
17786 ac_cv_lib_dl_dlopen
=yes
17788 ac_cv_lib_dl_dlopen
=no
17790 rm -f core conftest.err conftest.
$ac_objext \
17791 conftest
$ac_exeext conftest.
$ac_ext
17792 LIBS
=$ac_check_lib_save_LIBS
17794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
17795 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17796 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
17797 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
17803 ac_wine_check_funcs_save_LIBS
="$LIBS"
17804 LIBS
="$LIBS $DL_LIBS"
17805 for ac_func
in dladdr
17807 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
17808 if test "x$ac_cv_func_dladdr" = xyes
; then :
17809 cat >>confdefs.h
<<_ACEOF
17810 #define HAVE_DLADDR 1
17816 LIBS
="$ac_wine_check_funcs_save_LIBS"
17818 if test "$ac_cv_func_poll" = no
17820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
17821 $as_echo_n "checking for poll in -lpoll... " >&6; }
17822 if ${ac_cv_lib_poll_poll+:} false
; then :
17823 $as_echo_n "(cached) " >&6
17825 ac_check_lib_save_LIBS
=$LIBS
17826 LIBS
="-lpoll $LIBS"
17827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17828 /* end confdefs.h. */
17830 /* Override any GCC internal prototype to avoid an error.
17831 Use char because int might match the return type of a GCC
17832 builtin and then its argument prototype would still apply. */
17845 if ac_fn_c_try_link
"$LINENO"; then :
17846 ac_cv_lib_poll_poll
=yes
17848 ac_cv_lib_poll_poll
=no
17850 rm -f core conftest.err conftest.
$ac_objext \
17851 conftest
$ac_exeext conftest.
$ac_ext
17852 LIBS
=$ac_check_lib_save_LIBS
17854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
17855 $as_echo "$ac_cv_lib_poll_poll" >&6; }
17856 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
17857 $as_echo "#define HAVE_POLL 1" >>confdefs.h
17864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
17865 $as_echo_n "checking for library containing gethostbyname... " >&6; }
17866 if ${ac_cv_search_gethostbyname+:} false
; then :
17867 $as_echo_n "(cached) " >&6
17869 ac_func_search_save_LIBS
=$LIBS
17870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17871 /* end confdefs.h. */
17873 /* Override any GCC internal prototype to avoid an error.
17874 Use char because int might match the return type of a GCC
17875 builtin and then its argument prototype would still apply. */
17879 char gethostbyname ();
17883 return gethostbyname ();
17888 for ac_lib
in '' nsl
; do
17889 if test -z "$ac_lib"; then
17890 ac_res
="none required"
17893 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17895 if ac_fn_c_try_link
"$LINENO"; then :
17896 ac_cv_search_gethostbyname
=$ac_res
17898 rm -f core conftest.err conftest.
$ac_objext \
17900 if ${ac_cv_search_gethostbyname+:} false
; then :
17904 if ${ac_cv_search_gethostbyname+:} false
; then :
17907 ac_cv_search_gethostbyname
=no
17909 rm conftest.
$ac_ext
17910 LIBS
=$ac_func_search_save_LIBS
17912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
17913 $as_echo "$ac_cv_search_gethostbyname" >&6; }
17914 ac_res
=$ac_cv_search_gethostbyname
17915 if test "$ac_res" != no
; then :
17916 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
17922 $as_echo_n "checking for library containing connect... " >&6; }
17923 if ${ac_cv_search_connect+:} false
; then :
17924 $as_echo_n "(cached) " >&6
17926 ac_func_search_save_LIBS
=$LIBS
17927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17928 /* end confdefs.h. */
17930 /* Override any GCC internal prototype to avoid an error.
17931 Use char because int might match the return type of a GCC
17932 builtin and then its argument prototype would still apply. */
17945 for ac_lib
in '' socket
; do
17946 if test -z "$ac_lib"; then
17947 ac_res
="none required"
17950 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17952 if ac_fn_c_try_link
"$LINENO"; then :
17953 ac_cv_search_connect
=$ac_res
17955 rm -f core conftest.err conftest.
$ac_objext \
17957 if ${ac_cv_search_connect+:} false
; then :
17961 if ${ac_cv_search_connect+:} false
; then :
17964 ac_cv_search_connect
=no
17966 rm conftest.
$ac_ext
17967 LIBS
=$ac_func_search_save_LIBS
17969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
17970 $as_echo "$ac_cv_search_connect" >&6; }
17971 ac_res
=$ac_cv_search_connect
17972 if test "$ac_res" != no
; then :
17973 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
17979 $as_echo_n "checking for library containing inet_aton... " >&6; }
17980 if ${ac_cv_search_inet_aton+:} false
; then :
17981 $as_echo_n "(cached) " >&6
17983 ac_func_search_save_LIBS
=$LIBS
17984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17985 /* end confdefs.h. */
17987 /* Override any GCC internal prototype to avoid an error.
17988 Use char because int might match the return type of a GCC
17989 builtin and then its argument prototype would still apply. */
17997 return inet_aton ();
18002 for ac_lib
in '' resolv
; do
18003 if test -z "$ac_lib"; then
18004 ac_res
="none required"
18007 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18009 if ac_fn_c_try_link
"$LINENO"; then :
18010 ac_cv_search_inet_aton
=$ac_res
18012 rm -f core conftest.err conftest.
$ac_objext \
18014 if ${ac_cv_search_inet_aton+:} false
; then :
18018 if ${ac_cv_search_inet_aton+:} false
; then :
18021 ac_cv_search_inet_aton
=no
18023 rm conftest.
$ac_ext
18024 LIBS
=$ac_func_search_save_LIBS
18026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
18027 $as_echo "$ac_cv_search_inet_aton" >&6; }
18028 ac_res
=$ac_cv_search_inet_aton
18029 if test "$ac_res" != no
; then :
18030 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18048 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18049 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18050 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18051 cat >>confdefs.h
<<_ACEOF
18052 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18060 darwin
*|macosx
*) ;;
18061 *) ac_save_LIBS
=$LIBS
18062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
18063 $as_echo_n "checking for library containing clock_gettime... " >&6; }
18064 if ${ac_cv_search_clock_gettime+:} false
; then :
18065 $as_echo_n "(cached) " >&6
18067 ac_func_search_save_LIBS
=$LIBS
18068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18069 /* end confdefs.h. */
18071 /* Override any GCC internal prototype to avoid an error.
18072 Use char because int might match the return type of a GCC
18073 builtin and then its argument prototype would still apply. */
18077 char clock_gettime ();
18081 return clock_gettime ();
18086 for ac_lib
in '' rt
; do
18087 if test -z "$ac_lib"; then
18088 ac_res
="none required"
18091 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18093 if ac_fn_c_try_link
"$LINENO"; then :
18094 ac_cv_search_clock_gettime
=$ac_res
18096 rm -f core conftest.err conftest.
$ac_objext \
18098 if ${ac_cv_search_clock_gettime+:} false
; then :
18102 if ${ac_cv_search_clock_gettime+:} false
; then :
18105 ac_cv_search_clock_gettime
=no
18107 rm conftest.
$ac_ext
18108 LIBS
=$ac_func_search_save_LIBS
18110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
18111 $as_echo "$ac_cv_search_clock_gettime" >&6; }
18112 ac_res
=$ac_cv_search_clock_gettime
18113 if test "$ac_res" != no
; then :
18114 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18116 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
18118 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
18126 if test "x$with_ldap" != "xno"
18128 if ${LDAP_CFLAGS:+false} :; then :
18129 if ${PKG_CONFIG+:} false
; then :
18130 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
18134 if ${LDAP_LIBS:+false} :; then :
18135 if ${PKG_CONFIG+:} false
; then :
18136 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
18140 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
18141 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
18142 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
18143 ac_save_CPPFLAGS
=$CPPFLAGS
18144 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
18145 for ac_header
in ldap.h lber.h
18147 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18148 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18149 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
18150 cat >>confdefs.h
<<_ACEOF
18151 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18158 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18160 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
18162 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
18163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
18164 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18165 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
18166 $as_echo_n "(cached) " >&6
18168 ac_check_lib_save_LIBS
=$LIBS
18169 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18171 /* end confdefs.h. */
18173 /* Override any GCC internal prototype to avoid an error.
18174 Use char because int might match the return type of a GCC
18175 builtin and then its argument prototype would still apply. */
18179 char ldap_initialize ();
18183 return ldap_initialize ();
18188 if ac_fn_c_try_link
"$LINENO"; then :
18189 ac_cv_lib_ldap_r_ldap_initialize
=yes
18191 ac_cv_lib_ldap_r_ldap_initialize
=no
18193 rm -f core conftest.err conftest.
$ac_objext \
18194 conftest
$ac_exeext conftest.
$ac_ext
18195 LIBS
=$ac_check_lib_save_LIBS
18197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18198 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18199 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
18200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
18201 $as_echo_n "checking for ber_init in -llber... " >&6; }
18202 if ${ac_cv_lib_lber_ber_init+:} false
; then :
18203 $as_echo_n "(cached) " >&6
18205 ac_check_lib_save_LIBS
=$LIBS
18206 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
18207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18208 /* end confdefs.h. */
18210 /* Override any GCC internal prototype to avoid an error.
18211 Use char because int might match the return type of a GCC
18212 builtin and then its argument prototype would still apply. */
18220 return ber_init ();
18225 if ac_fn_c_try_link
"$LINENO"; then :
18226 ac_cv_lib_lber_ber_init
=yes
18228 ac_cv_lib_lber_ber_init
=no
18230 rm -f core conftest.err conftest.
$ac_objext \
18231 conftest
$ac_exeext conftest.
$ac_ext
18232 LIBS
=$ac_check_lib_save_LIBS
18234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
18235 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18236 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
18238 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
18252 ac_wine_check_funcs_save_LIBS
="$LIBS"
18253 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
18255 ldap_count_references \
18256 ldap_first_reference \
18257 ldap_next_reference \
18258 ldap_parse_reference \
18259 ldap_parse_sort_control \
18260 ldap_parse_sortresponse_control \
18261 ldap_parse_vlv_control \
18262 ldap_parse_vlvresponse_control
18264 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18265 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
18266 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
18267 cat >>confdefs.h
<<_ACEOF
18268 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18274 LIBS
="$ac_wine_check_funcs_save_LIBS"
18278 CPPFLAGS
=$ac_save_CPPFLAGS
18279 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
18280 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
18283 if test "x$LDAP_LIBS" = "x"; then :
18284 case "x$with_ldap" in
18285 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18287 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18288 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
18293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
18294 $as_echo_n "checking for sched_setaffinity... " >&6; }
18295 if ${wine_cv_have_sched_setaffinity+:} false
; then :
18296 $as_echo_n "(cached) " >&6
18298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18299 /* end confdefs.h. */
18300 #define _GNU_SOURCE
18305 sched_setaffinity(0, 0, 0);
18310 if ac_fn_c_try_link
"$LINENO"; then :
18311 wine_cv_have_sched_setaffinity
=yes
18313 wine_cv_have_sched_setaffinity
=no
18315 rm -f core conftest.err conftest.
$ac_objext \
18316 conftest
$ac_exeext conftest.
$ac_ext
18318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
18319 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
18320 if test "$wine_cv_have_sched_setaffinity" = "yes"
18323 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
18327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
18328 $as_echo_n "checking for fallocate... " >&6; }
18329 if ${wine_cv_have_fallocate+:} false
; then :
18330 $as_echo_n "(cached) " >&6
18332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18333 /* end confdefs.h. */
18334 #define _GNU_SOURCE
18339 fallocate(-1, 0, 0, 0);
18344 if ac_fn_c_try_link
"$LINENO"; then :
18345 wine_cv_have_fallocate
=yes
18347 wine_cv_have_fallocate
=no
18349 rm -f core conftest.err conftest.
$ac_objext \
18350 conftest
$ac_exeext conftest.
$ac_ext
18352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
18353 $as_echo "$wine_cv_have_fallocate" >&6; }
18354 if test "$wine_cv_have_fallocate" = "yes"
18357 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
18362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
18363 $as_echo_n "checking for inline... " >&6; }
18364 if ${ac_cv_c_inline+:} false
; then :
18365 $as_echo_n "(cached) " >&6
18368 for ac_kw
in inline __inline__ __inline
; do
18369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18370 /* end confdefs.h. */
18371 #ifndef __cplusplus
18373 static $ac_kw foo_t static_foo () {return 0; }
18374 $ac_kw foo_t foo () {return 0; }
18378 if ac_fn_c_try_compile
"$LINENO"; then :
18379 ac_cv_c_inline
=$ac_kw
18381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18382 test "$ac_cv_c_inline" != no
&& break
18386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
18387 $as_echo "$ac_cv_c_inline" >&6; }
18389 case $ac_cv_c_inline in
18392 case $ac_cv_c_inline in
18394 *) ac_val
=$ac_cv_c_inline;;
18396 cat >>confdefs.h
<<_ACEOF
18397 #ifndef __cplusplus
18398 #define inline $ac_val
18404 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
18405 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
18407 cat >>confdefs.h
<<_ACEOF
18408 #define HAVE_FSBLKCNT_T 1
18413 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
18414 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
18416 cat >>confdefs.h
<<_ACEOF
18417 #define HAVE_FSFILCNT_T 1
18423 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
18424 #include <signal.h>
18426 if test "x$ac_cv_type_sigset_t" = xyes
; then :
18428 cat >>confdefs.h
<<_ACEOF
18429 #define HAVE_SIGSET_T 1
18435 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
18437 if test "x$ac_cv_type_request_sense" = xyes
; then :
18439 cat >>confdefs.h
<<_ACEOF
18440 #define HAVE_REQUEST_SENSE 1
18447 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
18448 #ifdef HAVE_SYS_SOCKET_H
18449 #include <sys/socket.h>
18451 #ifdef HAVE_SYS_SOCKETVAR_H
18452 #include <sys/socketvar.h>
18454 #ifdef HAVE_NET_ROUTE_H
18455 #include <net/route.h>
18457 #ifdef HAVE_NETINET_IN_H
18458 #include <netinet/in.h>
18460 #ifdef HAVE_NETINET_IN_SYSTM_H
18461 #include <netinet/in_systm.h>
18463 #ifdef HAVE_NETINET_IP_H
18464 #include <netinet/ip.h>
18466 #ifdef HAVE_NETINET_IN_PCB_H
18467 #include <netinet/in_pcb.h>
18470 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
18472 cat >>confdefs.h
<<_ACEOF
18473 #define HAVE_STRUCT_XINPGEN 1
18480 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
18483 #ifdef HAVE_SYS_LINK_H
18484 #include <sys/link.h>
18487 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
18489 cat >>confdefs.h
<<_ACEOF
18490 #define HAVE_STRUCT_R_DEBUG 1
18495 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
18498 #ifdef HAVE_SYS_LINK_H
18499 #include <sys/link.h>
18502 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
18504 cat >>confdefs.h
<<_ACEOF
18505 #define HAVE_STRUCT_LINK_MAP 1
18512 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
18513 #include <linux/input.h>
18516 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
18518 cat >>confdefs.h
<<_ACEOF
18519 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
18527 $as_echo_n "checking for if_nameindex... " >&6; }
18528 if ${wine_cv_have_if_nameindex+:} false
; then :
18529 $as_echo_n "(cached) " >&6
18531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18532 /* end confdefs.h. */
18533 #ifdef HAVE_SYS_TYPES_H
18534 #include <sys/types.h>
18536 #ifdef HAVE_SYS_SOCKET_H
18537 #include <sys/socket.h>
18539 #ifdef HAVE_NET_IF_H
18540 # include <net/if.h>
18545 struct if_nameindex *p = if_nameindex(); return p->if_index;
18550 if ac_fn_c_try_link
"$LINENO"; then :
18551 wine_cv_have_if_nameindex
=yes
18553 wine_cv_have_if_nameindex
=no
18555 rm -f core conftest.err conftest.
$ac_objext \
18556 conftest
$ac_exeext conftest.
$ac_ext
18558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
18559 $as_echo "$wine_cv_have_if_nameindex" >&6; }
18560 if test "$wine_cv_have_if_nameindex" = "yes"
18563 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
18567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
18568 $as_echo_n "checking for sigaddset... " >&6; }
18569 if ${wine_cv_have_sigaddset+:} false
; then :
18570 $as_echo_n "(cached) " >&6
18572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18573 /* end confdefs.h. */
18574 #include <signal.h>
18578 sigset_t set; sigaddset(&set,SIGTERM);
18583 if ac_fn_c_try_link
"$LINENO"; then :
18584 wine_cv_have_sigaddset
=yes
18586 wine_cv_have_sigaddset
=no
18588 rm -f core conftest.err conftest.
$ac_objext \
18589 conftest
$ac_exeext conftest.
$ac_ext
18591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
18592 $as_echo "$wine_cv_have_sigaddset" >&6; }
18593 if test "$wine_cv_have_sigaddset" = "yes"
18596 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
18601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18602 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
18603 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
18604 $as_echo_n "(cached) " >&6
18606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18607 /* end confdefs.h. */
18615 struct hostent *result;
18622 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18623 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18629 if ac_fn_c_try_link
"$LINENO"; then :
18630 wine_cv_linux_gethostbyname_r_6
=yes
18632 wine_cv_linux_gethostbyname_r_6
=no
18635 rm -f core conftest.err conftest.
$ac_objext \
18636 conftest
$ac_exeext conftest.
$ac_ext
18639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
18640 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
18641 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18644 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
18648 if test "$ac_cv_header_linux_joystick_h" = "yes"
18650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18651 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
18652 if ${wine_cv_linux_joystick_22_api+:} false
; then :
18653 $as_echo_n "(cached) " >&6
18655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18656 /* end confdefs.h. */
18658 #include <sys/ioctl.h>
18659 #include <sys/types.h>
18660 #include <linux/joystick.h>
18662 struct js_event blub;
18663 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18664 #error "no 2.2 header"
18675 if ac_fn_c_try_compile
"$LINENO"; then :
18676 wine_cv_linux_joystick_22_api
=yes
18678 wine_cv_linux_joystick_22_api
=no
18680 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
18684 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
18685 if test "$wine_cv_linux_joystick_22_api" = "yes"
18688 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
18694 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
18695 #ifdef HAVE_SYS_PARAM_H
18696 # include <sys/param.h>
18698 #ifdef HAVE_SYS_MOUNT_H
18699 # include <sys/mount.h>
18701 #ifdef HAVE_SYS_VFS_H
18702 # include <sys/vfs.h>
18704 #ifdef HAVE_SYS_STATFS_H
18705 # include <sys/statfs.h>
18708 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
18710 cat >>confdefs.h
<<_ACEOF
18711 #define HAVE_STRUCT_STATFS_F_BFREE 1
18716 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
18717 #ifdef HAVE_SYS_PARAM_H
18718 # include <sys/param.h>
18720 #ifdef HAVE_SYS_MOUNT_H
18721 # include <sys/mount.h>
18723 #ifdef HAVE_SYS_VFS_H
18724 # include <sys/vfs.h>
18726 #ifdef HAVE_SYS_STATFS_H
18727 # include <sys/statfs.h>
18730 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
18732 cat >>confdefs.h
<<_ACEOF
18733 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
18738 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
18739 #ifdef HAVE_SYS_PARAM_H
18740 # include <sys/param.h>
18742 #ifdef HAVE_SYS_MOUNT_H
18743 # include <sys/mount.h>
18745 #ifdef HAVE_SYS_VFS_H
18746 # include <sys/vfs.h>
18748 #ifdef HAVE_SYS_STATFS_H
18749 # include <sys/statfs.h>
18752 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
18754 cat >>confdefs.h
<<_ACEOF
18755 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
18760 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
18761 #ifdef HAVE_SYS_PARAM_H
18762 # include <sys/param.h>
18764 #ifdef HAVE_SYS_MOUNT_H
18765 # include <sys/mount.h>
18767 #ifdef HAVE_SYS_VFS_H
18768 # include <sys/vfs.h>
18770 #ifdef HAVE_SYS_STATFS_H
18771 # include <sys/statfs.h>
18774 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
18776 cat >>confdefs.h
<<_ACEOF
18777 #define HAVE_STRUCT_STATFS_F_FFREE 1
18782 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
18783 #ifdef HAVE_SYS_PARAM_H
18784 # include <sys/param.h>
18786 #ifdef HAVE_SYS_MOUNT_H
18787 # include <sys/mount.h>
18789 #ifdef HAVE_SYS_VFS_H
18790 # include <sys/vfs.h>
18792 #ifdef HAVE_SYS_STATFS_H
18793 # include <sys/statfs.h>
18796 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
18798 cat >>confdefs.h
<<_ACEOF
18799 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18804 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
18805 #ifdef HAVE_SYS_PARAM_H
18806 # include <sys/param.h>
18808 #ifdef HAVE_SYS_MOUNT_H
18809 # include <sys/mount.h>
18811 #ifdef HAVE_SYS_VFS_H
18812 # include <sys/vfs.h>
18814 #ifdef HAVE_SYS_STATFS_H
18815 # include <sys/statfs.h>
18818 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
18820 cat >>confdefs.h
<<_ACEOF
18821 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18828 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
18829 #include <sys/statvfs.h>
18832 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
18834 cat >>confdefs.h
<<_ACEOF
18835 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18842 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
18843 #include <dirent.h>
18846 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
18848 cat >>confdefs.h
<<_ACEOF
18849 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
18856 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
18857 #ifdef HAVE_SYS_SOCKET_H
18858 # include <sys/socket.h>
18860 #ifdef HAVE_SYS_UN_H
18861 # include <sys/un.h>
18864 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
18866 cat >>confdefs.h
<<_ACEOF
18867 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18872 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
18873 #ifdef HAVE_SYS_SOCKET_H
18874 # include <sys/socket.h>
18876 #ifdef HAVE_SYS_UN_H
18877 # include <sys/un.h>
18880 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
18882 cat >>confdefs.h
<<_ACEOF
18883 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18888 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
18889 #ifdef HAVE_SYS_SOCKET_H
18890 # include <sys/socket.h>
18892 #ifdef HAVE_SYS_UN_H
18893 # include <sys/un.h>
18896 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
18898 cat >>confdefs.h
<<_ACEOF
18899 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18906 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
18907 #ifdef HAVE_SCSI_SG_H
18908 #include <scsi/sg.h>
18911 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
18913 cat >>confdefs.h
<<_ACEOF
18914 #define HAVE_SCSIREQ_T_CMD 1
18919 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>
18920 #ifdef HAVE_SCSI_SG_H
18921 #include <scsi/sg.h>
18924 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
18926 cat >>confdefs.h
<<_ACEOF
18927 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18934 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
18936 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
18938 cat >>confdefs.h
<<_ACEOF
18939 #define HAVE_SIGINFO_T_SI_FD 1
18946 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
18947 #ifdef HAVE_SYS_MTIO_H
18948 #include <sys/mtio.h>
18951 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
18953 cat >>confdefs.h
<<_ACEOF
18954 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
18959 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
18960 #ifdef HAVE_SYS_MTIO_H
18961 #include <sys/mtio.h>
18964 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
18966 cat >>confdefs.h
<<_ACEOF
18967 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
18972 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
18973 #ifdef HAVE_SYS_MTIO_H
18974 #include <sys/mtio.h>
18977 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
18979 cat >>confdefs.h
<<_ACEOF
18980 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
18987 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
18988 #include <getopt.h>
18991 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
18993 cat >>confdefs.h
<<_ACEOF
18994 #define HAVE_STRUCT_OPTION_NAME 1
19001 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
19002 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
19004 cat >>confdefs.h
<<_ACEOF
19005 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19010 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
19011 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
19013 cat >>confdefs.h
<<_ACEOF
19014 #define HAVE_STRUCT_STAT_ST_MTIM 1
19019 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
19020 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
19022 cat >>confdefs.h
<<_ACEOF
19023 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
19028 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
19029 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
19031 cat >>confdefs.h
<<_ACEOF
19032 #define HAVE_STRUCT_STAT_ST_CTIM 1
19037 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
19038 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
19040 cat >>confdefs.h
<<_ACEOF
19041 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
19046 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
19047 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
19049 cat >>confdefs.h
<<_ACEOF
19050 #define HAVE_STRUCT_STAT_ST_ATIM 1
19055 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
19056 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
19058 cat >>confdefs.h
<<_ACEOF
19059 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
19064 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
19065 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
19067 cat >>confdefs.h
<<_ACEOF
19068 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
19073 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
19074 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
19076 cat >>confdefs.h
<<_ACEOF
19077 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
19082 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
19083 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
19085 cat >>confdefs.h
<<_ACEOF
19086 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
19091 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
19092 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
19094 cat >>confdefs.h
<<_ACEOF
19095 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
19100 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
19101 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
19103 cat >>confdefs.h
<<_ACEOF
19104 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
19111 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
19112 #include <sys/types.h>
19114 #ifdef HAVE_NETINET_IN_H
19115 #include <netinet/in.h>
19118 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
19120 cat >>confdefs.h
<<_ACEOF
19121 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19128 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
19129 #include <sys/types.h>
19131 #ifdef HAVE_NETINET_IN_H
19132 #include <netinet/in.h>
19134 #ifdef HAVE_RESOLV_H
19135 #include <resolv.h>
19138 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
19140 cat >>confdefs.h
<<_ACEOF
19141 #define HAVE_STRUCT___RES_STATE 1
19148 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
19149 #include <resolv.h>
19152 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
19154 cat >>confdefs.h
<<_ACEOF
19155 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
19162 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
19163 #include <sys/types.h>
19165 #ifdef HAVE_NETINET_IN_H
19166 # include <netinet/in.h>
19168 #ifdef HAVE_ARPA_NAMESER_H
19169 # include <arpa/nameser.h>
19172 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
19174 cat >>confdefs.h
<<_ACEOF
19175 #define HAVE_NS_MSG__MSG_PTR 1
19182 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
19183 #include <sys/types.h>
19185 #ifdef HAVE_NETINET_IN_H
19186 #include <netinet/in.h>
19188 #ifdef HAVE_NETINET_IP_H
19189 #include <netinet/ip.h>
19191 #ifdef HAVE_NETINET_IP_ICMP_H
19192 #include <netinet/ip_icmp.h>
19194 #ifdef HAVE_NETINET_ICMP_VAR_H
19195 #include <netinet/icmp_var.h>
19198 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
19200 cat >>confdefs.h
<<_ACEOF
19201 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
19208 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
19209 #include <sys/types.h>
19211 #ifdef HAVE_ALIAS_H
19214 #ifdef HAVE_SYS_SOCKET_H
19215 #include <sys/socket.h>
19217 #ifdef HAVE_SYS_SOCKETVAR_H
19218 #include <sys/socketvar.h>
19220 #ifdef HAVE_SYS_TIMEOUT_H
19221 #include <sys/timeout.h>
19223 #ifdef HAVE_NETINET_IN_H
19224 #include <netinet/in.h>
19226 #ifdef HAVE_NETINET_IN_SYSTM_H
19227 #include <netinet/in_systm.h>
19229 #ifdef HAVE_NETINET_IP_H
19230 #include <netinet/ip.h>
19232 #ifdef HAVE_NETINET_IP_VAR_H
19233 #include <netinet/ip_var.h>
19235 #ifdef HAVE_NETINET_IP_ICMP_H
19236 #include <netinet/ip_icmp.h>
19238 #ifdef HAVE_NETINET_ICMP_VAR_H
19239 #include <netinet/icmp_var.h>
19242 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
19244 cat >>confdefs.h
<<_ACEOF
19245 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
19252 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
19253 #include <sys/types.h>
19255 #ifdef HAVE_SYS_SOCKETVAR_H
19256 #include <sys/socketvar.h>
19258 #ifdef HAVE_NETINET_IN_H
19259 #include <netinet/in.h>
19261 #ifdef HAVE_NETINET_IP_VAR_H
19262 #include <netinet/ip_var.h>
19265 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
19267 cat >>confdefs.h
<<_ACEOF
19268 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
19275 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
19276 #include <netinet/ip_var.h>
19279 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
19281 cat >>confdefs.h
<<_ACEOF
19282 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
19289 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
19290 #include <sys/types.h>
19292 #ifdef HAVE_SYS_SOCKETVAR_H
19293 #include <sys/socketvar.h>
19295 #ifdef HAVE_NETINET_IN_H
19296 #include <netinet/in.h>
19298 #ifdef HAVE_NETINET_TCP_H
19299 #include <netinet/tcp.h>
19301 #ifdef HAVE_NETINET_TCP_VAR_H
19302 #include <netinet/tcp_var.h>
19305 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
19307 cat >>confdefs.h
<<_ACEOF
19308 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
19315 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
19316 #include <netinet/tcp_var.h>
19319 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
19321 cat >>confdefs.h
<<_ACEOF
19322 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
19329 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
19330 #include <sys/types.h>
19332 #ifdef HAVE_NETINET_IN_H
19333 #include <netinet/in.h>
19335 #ifdef HAVE_NETINET_IP_VAR_H
19336 #include <netinet/ip_var.h>
19338 #ifdef HAVE_NETINET_UDP_H
19339 #include <netinet/udp.h>
19341 #ifdef HAVE_NETINET_UDP_VAR_H
19342 #include <netinet/udp_var.h>
19345 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
19347 cat >>confdefs.h
<<_ACEOF
19348 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
19355 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
19356 #include <sys/types.h>
19358 #ifdef HAVE_NET_IF_H
19359 # include <net/if.h>
19362 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
19364 cat >>confdefs.h
<<_ACEOF
19365 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
19372 ac_save_LIBS
="$LIBS"
19374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
19375 $as_echo_n "checking for isfinite... " >&6; }
19376 if ${ac_cv_have_isfinite+:} false
; then :
19377 $as_echo_n "(cached) " >&6
19379 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19380 /* end confdefs.h. */
19381 #define _GNU_SOURCE
19386 float f = 0.0; return isfinite(f)
19391 if ac_fn_c_try_link
"$LINENO"; then :
19392 ac_cv_have_isfinite
="yes"
19394 ac_cv_have_isfinite
="no"
19396 rm -f core conftest.err conftest.
$ac_objext \
19397 conftest
$ac_exeext conftest.
$ac_ext
19399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
19400 $as_echo "$ac_cv_have_isfinite" >&6; }
19401 if test "$ac_cv_have_isfinite" = "yes"
19404 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
19408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
19409 $as_echo_n "checking for isinf... " >&6; }
19410 if ${ac_cv_have_isinf+:} false
; then :
19411 $as_echo_n "(cached) " >&6
19413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19414 /* end confdefs.h. */
19419 float f = 0.0; return isinf(f)
19424 if ac_fn_c_try_link
"$LINENO"; then :
19425 ac_cv_have_isinf
="yes"
19427 ac_cv_have_isinf
="no"
19429 rm -f core conftest.err conftest.
$ac_objext \
19430 conftest
$ac_exeext conftest.
$ac_ext
19432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
19433 $as_echo "$ac_cv_have_isinf" >&6; }
19434 if test "$ac_cv_have_isinf" = "yes"
19437 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
19441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
19442 $as_echo_n "checking for isnan... " >&6; }
19443 if ${ac_cv_have_isnan+:} false
; then :
19444 $as_echo_n "(cached) " >&6
19446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19447 /* end confdefs.h. */
19452 float f = 0.0; return isnan(f)
19457 if ac_fn_c_try_link
"$LINENO"; then :
19458 ac_cv_have_isnan
="yes"
19460 ac_cv_have_isnan
="no"
19462 rm -f core conftest.err conftest.
$ac_objext \
19463 conftest
$ac_exeext conftest.
$ac_ext
19465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
19466 $as_echo "$ac_cv_have_isnan" >&6; }
19467 if test "$ac_cv_have_isnan" = "yes"
19470 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
19534 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19535 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
19536 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
19537 cat >>confdefs.h
<<_ACEOF
19538 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19544 LIBS
="$ac_save_LIBS"
19546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
19547 $as_echo_n "checking for __builtin_popcount... " >&6; }
19548 if ${ac_cv_have___builtin_popcount+:} false
; then :
19549 $as_echo_n "(cached) " >&6
19551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19552 /* end confdefs.h. */
19557 return __builtin_popcount(1)
19562 if ac_fn_c_try_link
"$LINENO"; then :
19563 ac_cv_have___builtin_popcount
="yes"
19565 ac_cv_have___builtin_popcount
="no"
19567 rm -f core conftest.err conftest.
$ac_objext \
19568 conftest
$ac_exeext conftest.
$ac_ext
19570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
19571 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
19572 if test "$ac_cv_have___builtin_popcount" = "yes"
19575 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
19579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
19580 $as_echo_n "checking for __clear_cache... " >&6; }
19581 if ${ac_cv_have___clear_cache+:} false
; then :
19582 $as_echo_n "(cached) " >&6
19584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19585 /* end confdefs.h. */
19590 __clear_cache((void*)0, (void*)0); return 0;
19595 if ac_fn_c_try_link
"$LINENO"; then :
19596 ac_cv_have___clear_cache
="yes"
19598 ac_cv_have___clear_cache
="no"
19600 rm -f core conftest.err conftest.
$ac_objext \
19601 conftest
$ac_exeext conftest.
$ac_ext
19603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
19604 $as_echo "$ac_cv_have___clear_cache" >&6; }
19605 if test "$ac_cv_have___clear_cache" = "yes"
19608 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
19614 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
19615 $as_echo_n "checking whether we need to define __i386__... " >&6; }
19616 if ${ac_cv_cpp_def___i386__+:} false
; then :
19617 $as_echo_n "(cached) " >&6
19619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19620 /* end confdefs.h. */
19625 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19626 $EGREP "yes" >/dev
/null
2>&1; then :
19627 ac_cv_cpp_def___i386__
=yes
19629 ac_cv_cpp_def___i386__
=no
19634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
19635 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
19636 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
19637 CFLAGS
="$CFLAGS -D__i386__"
19638 LINTFLAGS
="$LINTFLAGS -D__i386__"
19640 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
19641 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
19642 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
19643 $as_echo_n "(cached) " >&6
19645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19646 /* end confdefs.h. */
19651 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19652 $EGREP "yes" >/dev
/null
2>&1; then :
19653 ac_cv_cpp_def___x86_64__
=yes
19655 ac_cv_cpp_def___x86_64__
=no
19660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
19661 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
19662 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
19663 CFLAGS
="$CFLAGS -D__x86_64__"
19664 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
19666 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
19667 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
19668 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
19669 $as_echo_n "(cached) " >&6
19671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19672 /* end confdefs.h. */
19673 #ifndef __sparc64__
19677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19678 $EGREP "yes" >/dev
/null
2>&1; then :
19679 ac_cv_cpp_def___sparc64__
=yes
19681 ac_cv_cpp_def___sparc64__
=no
19686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
19687 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
19688 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
19689 CFLAGS
="$CFLAGS -D__sparc64__"
19690 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
19692 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
19693 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
19694 if ${ac_cv_cpp_def___sparc__+:} false
; then :
19695 $as_echo_n "(cached) " >&6
19697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19698 /* end confdefs.h. */
19703 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19704 $EGREP "yes" >/dev
/null
2>&1; then :
19705 ac_cv_cpp_def___sparc__
=yes
19707 ac_cv_cpp_def___sparc__
=no
19712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
19713 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
19714 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
19715 CFLAGS
="$CFLAGS -D__sparc__"
19716 LINTFLAGS
="$LINTFLAGS -D__sparc__"
19718 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
19719 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
19720 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
19721 $as_echo_n "(cached) " >&6
19723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19724 /* end confdefs.h. */
19725 #ifndef __powerpc64__
19729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19730 $EGREP "yes" >/dev
/null
2>&1; then :
19731 ac_cv_cpp_def___powerpc64__
=yes
19733 ac_cv_cpp_def___powerpc64__
=no
19738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
19739 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
19740 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
19741 CFLAGS
="$CFLAGS -D__powerpc64__"
19742 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
19744 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
19745 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
19746 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
19747 $as_echo_n "(cached) " >&6
19749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19750 /* end confdefs.h. */
19751 #ifndef __powerpc__
19755 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19756 $EGREP "yes" >/dev
/null
2>&1; then :
19757 ac_cv_cpp_def___powerpc__
=yes
19759 ac_cv_cpp_def___powerpc__
=no
19764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
19765 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
19766 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
19767 CFLAGS
="$CFLAGS -D__powerpc__"
19768 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
19770 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
19771 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
19772 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
19773 $as_echo_n "(cached) " >&6
19775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19776 /* end confdefs.h. */
19777 #ifndef __aarch64__
19781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19782 $EGREP "yes" >/dev
/null
2>&1; then :
19783 ac_cv_cpp_def___aarch64__
=yes
19785 ac_cv_cpp_def___aarch64__
=no
19790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
19791 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
19792 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
19793 CFLAGS
="$CFLAGS -D__aarch64__"
19794 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
19796 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
19797 $as_echo_n "checking whether we need to define __arm__... " >&6; }
19798 if ${ac_cv_cpp_def___arm__+:} false
; then :
19799 $as_echo_n "(cached) " >&6
19801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19802 /* end confdefs.h. */
19807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19808 $EGREP "yes" >/dev
/null
2>&1; then :
19809 ac_cv_cpp_def___arm__
=yes
19811 ac_cv_cpp_def___arm__
=no
19816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
19817 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
19818 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
19819 CFLAGS
="$CFLAGS -D__arm__"
19820 LINTFLAGS
="$LINTFLAGS -D__arm__"
19824 case $host_vendor in
19825 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
19826 $as_echo_n "checking whether we need to define __sun__... " >&6; }
19827 if ${ac_cv_cpp_def___sun__+:} false
; then :
19828 $as_echo_n "(cached) " >&6
19830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
19831 /* end confdefs.h. */
19836 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19837 $EGREP "yes" >/dev
/null
2>&1; then :
19838 ac_cv_cpp_def___sun__
=yes
19840 ac_cv_cpp_def___sun__
=no
19845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
19846 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
19847 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
19848 CFLAGS
="$CFLAGS -D__sun__"
19849 LINTFLAGS
="$LINTFLAGS -D__sun__"
19857 ac_config_commands
="$ac_config_commands include/stamp-h"
19859 $as_echo_n "creating Makefile rules..." >&6
19861 ALL_VARS_RULES
="I386_LIBS = $I386_LIBS
19862 OPENGL_LIBS = $OPENGL_LIBS
19863 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
19864 IOKIT_LIBS = $IOKIT_LIBS
19865 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
19866 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
19867 CORESERVICES_LIBS = $CORESERVICES_LIBS
19868 APPKIT_LIBS = $APPKIT_LIBS
19869 SYSTEMCONFIGURATION_LIBS = $SYSTEMCONFIGURATION_LIBS
19870 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
19871 SECURITY_LIBS = $SECURITY_LIBS
19872 COREAUDIO_LIBS = $COREAUDIO_LIBS
19873 OPENAL_LIBS = $OPENAL_LIBS
19874 OPENCL_LIBS = $OPENCL_LIBS
19875 QUICKTIME_LIBS = $QUICKTIME_LIBS
19876 CARBON_LIBS = $CARBON_LIBS
19877 METAL_LIBS = $METAL_LIBS
19878 PTHREAD_LIBS = $PTHREAD_LIBS
19879 X_CFLAGS = $X_CFLAGS
19880 X_PRE_LIBS = $X_PRE_LIBS
19882 X_EXTRA_LIBS = $X_EXTRA_LIBS
19883 PCAP_LIBS = $PCAP_LIBS
19884 XML2_CFLAGS = $XML2_CFLAGS
19885 XML2_LIBS = $XML2_LIBS
19886 XSLT_CFLAGS = $XSLT_CFLAGS
19887 XSLT_LIBS = $XSLT_LIBS
19888 INOTIFY_CFLAGS = $INOTIFY_CFLAGS
19889 INOTIFY_LIBS = $INOTIFY_LIBS
19890 DBUS_CFLAGS = $DBUS_CFLAGS
19891 DBUS_LIBS = $DBUS_LIBS
19892 HAL_CFLAGS = $HAL_CFLAGS
19893 HAL_LIBS = $HAL_LIBS
19894 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
19895 GNUTLS_LIBS = $GNUTLS_LIBS
19896 SANE_CFLAGS = $SANE_CFLAGS
19897 SANE_LIBS = $SANE_LIBS
19898 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
19899 GPHOTO2_LIBS = $GPHOTO2_LIBS
19900 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
19901 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
19902 RESOLV_LIBS = $RESOLV_LIBS
19903 LCMS2_CFLAGS = $LCMS2_CFLAGS
19904 LCMS2_LIBS = $LCMS2_LIBS
19905 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
19906 FREETYPE_LIBS = $FREETYPE_LIBS
19907 Z_CFLAGS = $Z_CFLAGS
19909 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
19910 PULSE_CFLAGS = $PULSE_CFLAGS
19911 PULSE_LIBS = $PULSE_LIBS
19912 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
19913 GSTREAMER_LIBS = $GSTREAMER_LIBS
19914 ALSA_LIBS = $ALSA_LIBS
19915 OSS4_CFLAGS = $OSS4_CFLAGS
19916 OSS4_LIBS = $OSS4_LIBS
19917 UDEV_CFLAGS = $UDEV_CFLAGS
19918 UDEV_LIBS = $UDEV_LIBS
19919 UNWIND_CFLAGS = $UNWIND_CFLAGS
19920 UNWIND_LIBS = $UNWIND_LIBS
19921 SDL2_CFLAGS = $SDL2_CFLAGS
19922 SDL2_LIBS = $SDL2_LIBS
19923 FAUDIO_CFLAGS = $FAUDIO_CFLAGS
19924 FAUDIO_LIBS = $FAUDIO_LIBS
19925 CAPI20_CFLAGS = $CAPI20_CFLAGS
19926 CAPI20_LIBS = $CAPI20_LIBS
19927 CUPS_CFLAGS = $CUPS_CFLAGS
19928 CUPS_LIBS = $CUPS_LIBS
19929 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
19930 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
19931 KRB5_CFLAGS = $KRB5_CFLAGS
19932 KRB5_LIBS = $KRB5_LIBS
19933 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
19934 GSSAPI_LIBS = $GSSAPI_LIBS
19935 JPEG_CFLAGS = $JPEG_CFLAGS
19936 JPEG_LIBS = $JPEG_LIBS
19937 PNG_CFLAGS = $PNG_CFLAGS
19938 PNG_LIBS = $PNG_LIBS
19939 TIFF_CFLAGS = $TIFF_CFLAGS
19940 TIFF_LIBS = $TIFF_LIBS
19941 MPG123_CFLAGS = $MPG123_CFLAGS
19942 MPG123_LIBS = $MPG123_LIBS
19943 KSTAT_LIBS = $KSTAT_LIBS
19944 PROCSTAT_LIBS = $PROCSTAT_LIBS
19945 NETAPI_CFLAGS = $NETAPI_CFLAGS
19946 NETAPI_LIBS = $NETAPI_LIBS
19947 VKD3D_CFLAGS = $VKD3D_CFLAGS
19948 VKD3D_LIBS = $VKD3D_LIBS
19949 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
19951 POLL_LIBS = $POLL_LIBS
19953 LDAP_CFLAGS = $LDAP_CFLAGS
19954 LDAP_LIBS = $LDAP_LIBS
19959 wine_fn_append_rule
"
19960 # Rules automatically generated by configure
19965 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
19966 @./config.status Make.tmp Makefile
19967 depend: \$(MAKEDEP) dummy
19970 ac_config_links
="$ac_config_links wine:tools/winewrapper"
19971 wine_fn_config_symlink wine
19972 if test "x$enable_win64" != xno
-o -n "$with_wine64"; then
19973 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
19974 wine_fn_config_symlink wine64
19977 wine_fn_config_makefile dlls
/acledit enable_acledit
19978 wine_fn_config_makefile dlls
/aclui enable_aclui
19979 wine_fn_config_makefile dlls
/activeds enable_activeds
19980 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
19981 wine_fn_config_makefile dlls
/adsiid enable_adsiid
19982 wine_fn_config_makefile dlls
/adsldp enable_adsldp
19983 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
19984 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
19985 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
19986 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
19987 wine_fn_config_makefile dlls
/advpack enable_advpack
19988 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
19989 wine_fn_config_makefile dlls
/amsi enable_amsi
19990 wine_fn_config_makefile dlls
/amstream enable_amstream
19991 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
19992 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
19993 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
19994 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
19995 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
19996 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
19997 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
19998 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
19999 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
20000 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
20001 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
20002 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
20003 wine_fn_config_makefile dlls
/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
20004 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
20005 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
20006 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
20007 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
20008 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
20009 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
20010 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
20011 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
20012 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
20013 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
20014 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
20015 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
20016 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
20017 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
20018 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
20019 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
20020 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
20021 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
20022 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
20023 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
20024 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
20025 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
20026 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
20027 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
20028 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
20029 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
20030 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
20031 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
20032 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
20033 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
20034 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
20035 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
20036 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
20037 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
20038 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
20039 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
20040 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
20041 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
20042 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
20043 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
20044 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
20045 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
20046 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
20047 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
20048 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
20049 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
20050 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
20051 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
20052 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
20053 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
20054 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
20055 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
20056 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
20057 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
20058 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
20059 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
20060 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
20061 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
20062 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
20063 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
20064 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
20065 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
20066 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
20067 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
20068 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
20069 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
20070 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
20071 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-3 enable_api_ms_win_core_processthreads_l1_1_3
20072 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
20073 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
20074 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
20075 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
20076 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
20077 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
20078 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
20079 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
20080 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
20081 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
20082 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
20083 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
20084 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
20085 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
20086 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
20087 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
20088 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
20089 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
20090 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
20091 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
20092 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
20093 wine_fn_config_makefile dlls
/api-ms-win-core-stringloader-l1-1-1 enable_api_ms_win_core_stringloader_l1_1_1
20094 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
20095 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
20096 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
20097 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
20098 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
20099 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
20100 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
20101 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
20102 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
20103 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
20104 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
20105 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
20106 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
20107 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
20108 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
20109 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
20110 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
20111 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
20112 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
20113 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
20114 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
20115 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
20116 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
20117 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
20118 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
20119 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
20120 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
20121 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-1 enable_api_ms_win_core_winrt_string_l1_1_1
20122 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
20123 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
20124 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
20125 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
20126 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
20127 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
20128 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
20129 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
20130 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
20131 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
20132 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
20133 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
20134 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
20135 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
20136 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
20137 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
20138 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
20139 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
20140 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
20141 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
20142 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
20143 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
20144 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
20145 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
20146 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
20147 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
20148 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
20149 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
20150 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
20151 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
20152 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
20153 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
20154 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
20155 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
20156 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
20157 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
20158 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
20159 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
20160 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
20161 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
20162 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
20163 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
20164 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
20165 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
20166 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
20167 wine_fn_config_makefile dlls
/api-ms-win-ntuser-sysparams-l1-1-0 enable_api_ms_win_ntuser_sysparams_l1_1_0
20168 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
20169 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
20170 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
20171 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
20172 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
20173 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
20174 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
20175 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
20176 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
20177 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
20178 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
20179 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
20180 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
20181 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
20182 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
20183 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
20184 wine_fn_config_makefile dlls
/api-ms-win-security-cryptoapi-l1-1-0 enable_api_ms_win_security_cryptoapi_l1_1_0
20185 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
20186 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
20187 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
20188 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
20189 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
20190 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
20191 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
20192 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
20193 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
20194 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
20195 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
20196 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
20197 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
20198 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
20199 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
20200 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
20201 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
20202 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
20203 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
20204 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
20205 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
20206 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
20207 wine_fn_config_makefile dlls
/apphelp enable_apphelp
20208 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
20209 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
20210 wine_fn_config_makefile dlls
/atl enable_atl
20211 wine_fn_config_makefile dlls
/atl
/tests enable_tests
20212 wine_fn_config_makefile dlls
/atl100 enable_atl100
20213 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
20214 wine_fn_config_makefile dlls
/atl110 enable_atl110
20215 wine_fn_config_makefile dlls
/atl80 enable_atl80
20216 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
20217 wine_fn_config_makefile dlls
/atl90 enable_atl90
20218 wine_fn_config_makefile dlls
/atlthunk enable_atlthunk
20219 wine_fn_config_makefile dlls
/atlthunk
/tests enable_tests
20220 wine_fn_config_makefile dlls
/atmlib enable_atmlib
20221 wine_fn_config_makefile dlls
/authz enable_authz
20222 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
20223 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
20224 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
20225 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
20226 wine_fn_config_makefile dlls
/avrt enable_avrt
20227 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
20228 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
20229 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
20230 wine_fn_config_makefile dlls
/browseui enable_browseui
20231 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
20232 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
20233 wine_fn_config_makefile dlls
/cabinet enable_cabinet
20234 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
20235 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
20236 wine_fn_config_makefile dlls
/cards enable_cards
20237 wine_fn_config_makefile dlls
/cdosys enable_cdosys
20238 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
20239 wine_fn_config_makefile dlls
/clusapi enable_clusapi
20240 wine_fn_config_makefile dlls
/combase enable_combase
20241 wine_fn_config_makefile dlls
/combase
/tests enable_tests
20242 wine_fn_config_makefile dlls
/comcat enable_comcat
20243 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
20244 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
20245 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
20246 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
20247 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
20248 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
20249 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
20250 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
20251 wine_fn_config_makefile dlls
/compstui enable_compstui
20252 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
20253 wine_fn_config_makefile dlls
/comsvcs
/tests enable_tests
20254 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
20255 wine_fn_config_makefile dlls
/connect enable_connect
20256 wine_fn_config_makefile dlls
/credui enable_credui
20257 wine_fn_config_makefile dlls
/credui
/tests enable_tests
20258 wine_fn_config_makefile dlls
/crtdll enable_crtdll
20259 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
20260 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
20261 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
20262 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
20263 wine_fn_config_makefile dlls
/cryptext enable_cryptext
20264 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
20265 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
20266 wine_fn_config_makefile dlls
/cryptui enable_cryptui
20267 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
20268 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
20269 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
20270 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
20271 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
20272 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
20273 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
20274 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
20275 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
20276 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
20277 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
20278 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
20279 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
20280 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
20281 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
20282 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
20283 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
20284 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
20285 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
20286 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
20287 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
20288 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
20289 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
20290 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
20291 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
20292 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
20293 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
20294 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
20295 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
20296 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
20297 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
20298 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
20299 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
20300 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
20301 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
20302 wine_fn_config_makefile dlls
/d3dcompiler_47
/tests enable_tests
20303 wine_fn_config_makefile dlls
/d3dim enable_d3dim
20304 wine_fn_config_makefile dlls
/d3drm enable_d3drm
20305 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
20306 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
20307 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
20308 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
20309 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
20310 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
20311 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
20312 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
20313 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
20314 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
20315 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
20316 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
20317 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
20318 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
20319 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
20320 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
20321 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
20322 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
20323 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
20324 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
20325 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
20326 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
20327 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
20328 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
20329 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
20330 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
20331 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
20332 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
20333 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
20334 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
20335 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
20336 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
20337 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
20338 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
20339 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
20340 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
20341 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
20342 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
20343 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
20344 wine_fn_config_makefile dlls
/davclnt enable_davclnt
20345 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
20346 wine_fn_config_makefile dlls
/dbgeng
/tests enable_tests
20347 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
20348 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
20349 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
20350 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
20351 wine_fn_config_makefile dlls
/ddraw enable_ddraw
20352 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
20353 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
20354 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
20355 wine_fn_config_makefile dlls
/devenum enable_devenum
20356 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
20357 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
20358 wine_fn_config_makefile dlls
/dhcpcsvc
/tests enable_tests
20359 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
20360 wine_fn_config_makefile dlls
/difxapi enable_difxapi
20361 wine_fn_config_makefile dlls
/dinput enable_dinput
20362 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
20363 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
20364 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
20365 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
20366 wine_fn_config_makefile dlls
/dispex enable_dispex
20367 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
20368 wine_fn_config_makefile dlls
/display.drv16 enable_win16
20369 wine_fn_config_makefile dlls
/dmband enable_dmband
20370 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
20371 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
20372 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
20373 wine_fn_config_makefile dlls
/dmime enable_dmime
20374 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
20375 wine_fn_config_makefile dlls
/dmloader enable_dmloader
20376 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
20377 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
20378 wine_fn_config_makefile dlls
/dmscript enable_dmscript
20379 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
20380 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
20381 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
20382 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
20383 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
20384 wine_fn_config_makefile dlls
/dmusic enable_dmusic
20385 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
20386 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
20387 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
20388 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
20389 wine_fn_config_makefile dlls
/dplay enable_dplay
20390 wine_fn_config_makefile dlls
/dplayx enable_dplayx
20391 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
20392 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
20393 wine_fn_config_makefile dlls
/dpnet enable_dpnet
20394 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
20395 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
20396 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
20397 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
20398 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
20399 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
20400 wine_fn_config_makefile dlls
/drmclien enable_drmclien
20401 wine_fn_config_makefile dlls
/dsdmo enable_dsdmo
20402 wine_fn_config_makefile dlls
/dsound enable_dsound
20403 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
20404 wine_fn_config_makefile dlls
/dsquery enable_dsquery
20405 wine_fn_config_makefile dlls
/dssenh enable_dssenh
20406 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
20407 wine_fn_config_makefile dlls
/dswave enable_dswave
20408 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
20409 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
20410 wine_fn_config_makefile dlls
/dwrite enable_dwrite
20411 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
20412 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
20413 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
20414 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
20415 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
20416 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
20417 wine_fn_config_makefile dlls
/dxgi enable_dxgi
20418 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
20419 wine_fn_config_makefile dlls
/dxguid enable_dxguid
20420 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
20421 wine_fn_config_makefile dlls
/esent enable_esent
20422 wine_fn_config_makefile dlls
/evr enable_evr
20423 wine_fn_config_makefile dlls
/evr
/tests enable_tests
20424 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
20425 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
20426 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
20427 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
20428 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
20429 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
20430 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
20431 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
20432 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
20433 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-0 enable_ext_ms_win_gdi_draw_l1_1_0
20434 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
20435 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-0 enable_ext_ms_win_gdi_font_l1_1_0
20436 wine_fn_config_makefile dlls
/ext-ms-win-gdi-font-l1-1-1 enable_ext_ms_win_gdi_font_l1_1_1
20437 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
20438 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
20439 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
20440 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-dialogbox-l1-1-0 enable_ext_ms_win_ntuser_dialogbox_l1_1_0
20441 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
20442 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
20443 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
20444 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
20445 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-0 enable_ext_ms_win_ntuser_message_l1_1_0
20446 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
20447 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-1-0 enable_ext_ms_win_ntuser_misc_l1_1_0
20448 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-2-0 enable_ext_ms_win_ntuser_misc_l1_2_0
20449 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
20450 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
20451 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
20452 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
20453 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
20454 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
20455 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-0 enable_ext_ms_win_ntuser_window_l1_1_0
20456 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
20457 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
20458 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-0 enable_ext_ms_win_ntuser_windowclass_l1_1_0
20459 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
20460 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
20461 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
20462 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
20463 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
20464 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
20465 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
20466 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
20467 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
20468 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
20469 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
20470 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
20471 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
20472 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
20473 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
20474 wine_fn_config_makefile dlls
/ext-ms-win-shell-comctl32-init-l1-1-0 enable_ext_ms_win_shell_comctl32_init_l1_1_0
20475 wine_fn_config_makefile dlls
/ext-ms-win-shell-comdlg32-l1-1-0 enable_ext_ms_win_shell_comdlg32_l1_1_0
20476 wine_fn_config_makefile dlls
/ext-ms-win-shell-shell32-l1-2-0 enable_ext_ms_win_shell_shell32_l1_2_0
20477 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
20478 wine_fn_config_makefile dlls
/faultrep enable_faultrep
20479 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
20480 wine_fn_config_makefile dlls
/feclient enable_feclient
20481 wine_fn_config_makefile dlls
/fltlib enable_fltlib
20482 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
20483 wine_fn_config_makefile dlls
/fntcache enable_fntcache
20484 wine_fn_config_makefile dlls
/fontsub enable_fontsub
20485 wine_fn_config_makefile dlls
/fusion enable_fusion
20486 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
20487 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
20488 wine_fn_config_makefile dlls
/gameux enable_gameux
20489 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
20490 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
20491 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
20492 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
20493 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
20494 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
20495 wine_fn_config_makefile dlls
/glu32 enable_glu32
20496 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
20497 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
20498 wine_fn_config_makefile dlls
/hal enable_hal
20499 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
20500 wine_fn_config_makefile dlls
/hid enable_hid
20501 wine_fn_config_makefile dlls
/hid
/tests enable_tests
20502 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
20503 wine_fn_config_makefile dlls
/hlink enable_hlink
20504 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
20505 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
20506 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
20507 wine_fn_config_makefile dlls
/http.sys enable_http_sys
20508 wine_fn_config_makefile dlls
/httpapi enable_httpapi
20509 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
20510 wine_fn_config_makefile dlls
/iccvid enable_iccvid
20511 wine_fn_config_makefile dlls
/icmp enable_icmp
20512 wine_fn_config_makefile dlls
/ieframe enable_ieframe
20513 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
20514 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
20515 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
20516 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
20517 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
20518 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
20519 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
20520 wine_fn_config_makefile dlls
/imm32 enable_imm32
20521 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
20522 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
20523 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
20524 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
20525 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
20526 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
20527 wine_fn_config_makefile dlls
/infosoft enable_infosoft
20528 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
20529 wine_fn_config_makefile dlls
/initpki enable_initpki
20530 wine_fn_config_makefile dlls
/inkobj enable_inkobj
20531 wine_fn_config_makefile dlls
/inseng enable_inseng
20532 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
20533 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
20534 wine_fn_config_makefile dlls
/iprop enable_iprop
20535 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
20536 wine_fn_config_makefile dlls
/itircl enable_itircl
20537 wine_fn_config_makefile dlls
/itss enable_itss
20538 wine_fn_config_makefile dlls
/itss
/tests enable_tests
20539 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
20540 wine_fn_config_makefile dlls
/jscript enable_jscript
20541 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
20542 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
20543 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
20544 wine_fn_config_makefile dlls
/kerberos enable_kerberos
20545 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
20546 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
20547 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
20548 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
20549 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
20550 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
20551 wine_fn_config_makefile dlls
/ksecdd.sys enable_ksecdd_sys
20552 wine_fn_config_makefile dlls
/ksuser enable_ksuser
20553 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
20554 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
20555 wine_fn_config_makefile dlls
/loadperf enable_loadperf
20556 wine_fn_config_makefile dlls
/localspl enable_localspl
20557 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
20558 wine_fn_config_makefile dlls
/localui enable_localui
20559 wine_fn_config_makefile dlls
/localui
/tests enable_tests
20560 wine_fn_config_makefile dlls
/lz32 enable_lz32
20561 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
20562 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
20563 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
20564 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
20565 wine_fn_config_makefile dlls
/mapistub enable_mapistub
20566 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
20567 wine_fn_config_makefile dlls
/mcicda enable_mcicda
20568 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
20569 wine_fn_config_makefile dlls
/mciseq enable_mciseq
20570 wine_fn_config_makefile dlls
/mciwave enable_mciwave
20571 wine_fn_config_makefile dlls
/mf enable_mf
20572 wine_fn_config_makefile dlls
/mf
/tests enable_tests
20573 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
20574 wine_fn_config_makefile dlls
/mferror enable_mferror
20575 wine_fn_config_makefile dlls
/mfmediaengine enable_mfmediaengine
20576 wine_fn_config_makefile dlls
/mfmediaengine
/tests enable_tests
20577 wine_fn_config_makefile dlls
/mfplat enable_mfplat
20578 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
20579 wine_fn_config_makefile dlls
/mfplay enable_mfplay
20580 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
20581 wine_fn_config_makefile dlls
/mfreadwrite
/tests enable_tests
20582 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
20583 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
20584 wine_fn_config_makefile dlls
/midimap enable_midimap
20585 wine_fn_config_makefile dlls
/mlang enable_mlang
20586 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
20587 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
20588 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
20589 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
20590 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
20591 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
20592 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
20593 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
20594 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
20595 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
20596 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
20597 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
20598 wine_fn_config_makefile dlls
/mpr enable_mpr
20599 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
20600 wine_fn_config_makefile dlls
/mprapi enable_mprapi
20601 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
20602 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
20603 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
20604 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
20605 wine_fn_config_makefile dlls
/msado15 enable_msado15
20606 wine_fn_config_makefile dlls
/msado15
/tests enable_tests
20607 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
20608 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
20609 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
20610 wine_fn_config_makefile dlls
/mscms enable_mscms
20611 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
20612 wine_fn_config_makefile dlls
/mscoree enable_mscoree
20613 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
20614 wine_fn_config_makefile dlls
/mscorwks enable_mscorwks
20615 wine_fn_config_makefile dlls
/msctf enable_msctf
20616 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
20617 wine_fn_config_makefile dlls
/msctfp enable_msctfp
20618 wine_fn_config_makefile dlls
/msdaps enable_msdaps
20619 wine_fn_config_makefile dlls
/msdelta enable_msdelta
20620 wine_fn_config_makefile dlls
/msdmo enable_msdmo
20621 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
20622 wine_fn_config_makefile dlls
/msdrm enable_msdrm
20623 wine_fn_config_makefile dlls
/msftedit enable_msftedit
20624 wine_fn_config_makefile dlls
/msftedit
/tests enable_tests
20625 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
20626 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
20627 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
20628 wine_fn_config_makefile dlls
/mshtml enable_mshtml
20629 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
20630 wine_fn_config_makefile dlls
/msi enable_msi
20631 wine_fn_config_makefile dlls
/msi
/tests enable_tests
20632 wine_fn_config_makefile dlls
/msident enable_msident
20633 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
20634 wine_fn_config_makefile dlls
/msimsg enable_msimsg
20635 wine_fn_config_makefile dlls
/msimtf enable_msimtf
20636 wine_fn_config_makefile dlls
/msisip enable_msisip
20637 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
20638 wine_fn_config_makefile dlls
/msls31 enable_msls31
20639 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
20640 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
20641 wine_fn_config_makefile dlls
/mspatcha
/tests enable_tests
20642 wine_fn_config_makefile dlls
/msports enable_msports
20643 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
20644 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
20645 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
20646 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
20647 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
20648 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
20649 wine_fn_config_makefile dlls
/mstask enable_mstask
20650 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
20651 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
20652 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
20653 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
20654 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
20655 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
20656 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
20657 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
20658 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
20659 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
20660 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
20661 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
20662 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
20663 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
20664 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
20665 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
20666 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
20667 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
20668 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
20669 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
20670 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
20671 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
20672 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
20673 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
20674 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
20675 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
20676 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
20677 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
20678 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
20679 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
20680 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
20681 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
20682 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
20683 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
20684 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
20685 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
20686 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
20687 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
20688 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
20689 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
20690 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
20691 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
20692 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
20693 wine_fn_config_makefile dlls
/mswsock enable_mswsock
20694 wine_fn_config_makefile dlls
/msxml enable_msxml
20695 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
20696 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
20697 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
20698 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
20699 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
20700 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
20701 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
20702 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
20703 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
20704 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
20705 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
20706 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
20707 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
20708 wine_fn_config_makefile dlls
/netprofm enable_netprofm
20709 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
20710 wine_fn_config_makefile dlls
/newdev enable_newdev
20711 wine_fn_config_makefile dlls
/ninput enable_ninput
20712 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
20713 wine_fn_config_makefile dlls
/normaliz enable_normaliz
20714 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
20715 wine_fn_config_makefile dlls
/npptools enable_npptools
20716 wine_fn_config_makefile dlls
/ntdll enable_ntdll
20717 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
20718 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
20719 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
20720 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
20721 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
20722 wine_fn_config_makefile dlls
/ntprint enable_ntprint
20723 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
20724 wine_fn_config_makefile dlls
/objsel enable_objsel
20725 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
20726 wine_fn_config_makefile dlls
/odbcbcp enable_odbcbcp
20727 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
20728 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
20729 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
20730 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
20731 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
20732 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
20733 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
20734 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
20735 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
20736 wine_fn_config_makefile dlls
/ole32 enable_ole32
20737 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
20738 wine_fn_config_makefile dlls
/oleacc enable_oleacc
20739 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
20740 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
20741 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
20742 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
20743 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
20744 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
20745 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
20746 wine_fn_config_makefile dlls
/oledlg enable_oledlg
20747 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
20748 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
20749 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
20750 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
20751 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
20752 wine_fn_config_makefile dlls
/opcservices enable_opcservices
20753 wine_fn_config_makefile dlls
/opcservices
/tests enable_tests
20754 wine_fn_config_makefile dlls
/openal32 enable_openal32
20755 wine_fn_config_makefile dlls
/opencl enable_opencl
20756 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
20757 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
20758 wine_fn_config_makefile dlls
/packager enable_packager
20759 wine_fn_config_makefile dlls
/packager
/tests enable_tests
20760 wine_fn_config_makefile dlls
/pdh enable_pdh
20761 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
20762 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
20763 wine_fn_config_makefile dlls
/pidgen enable_pidgen
20764 wine_fn_config_makefile dlls
/powrprof enable_powrprof
20765 wine_fn_config_makefile dlls
/printui enable_printui
20766 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
20767 wine_fn_config_makefile dlls
/propsys enable_propsys
20768 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
20769 wine_fn_config_makefile dlls
/psapi enable_psapi
20770 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
20771 wine_fn_config_makefile dlls
/pstorec enable_pstorec
20772 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
20773 wine_fn_config_makefile dlls
/qcap enable_qcap
20774 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
20775 wine_fn_config_makefile dlls
/qedit enable_qedit
20776 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
20777 wine_fn_config_makefile dlls
/qmgr enable_qmgr
20778 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
20779 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
20780 wine_fn_config_makefile dlls
/quartz enable_quartz
20781 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
20782 wine_fn_config_makefile dlls
/query enable_query
20783 wine_fn_config_makefile dlls
/qwave enable_qwave
20784 wine_fn_config_makefile dlls
/qwave
/tests enable_tests
20785 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
20786 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
20787 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
20788 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
20789 wine_fn_config_makefile dlls
/regapi enable_regapi
20790 wine_fn_config_makefile dlls
/resutils enable_resutils
20791 wine_fn_config_makefile dlls
/riched20 enable_riched20
20792 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
20793 wine_fn_config_makefile dlls
/riched32 enable_riched32
20794 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
20795 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
20796 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
20797 wine_fn_config_makefile dlls
/rsabase enable_rsabase
20798 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
20799 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
20800 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
20801 wine_fn_config_makefile dlls
/rtutils enable_rtutils
20802 wine_fn_config_makefile dlls
/rtworkq enable_rtworkq
20803 wine_fn_config_makefile dlls
/samlib enable_samlib
20804 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
20805 wine_fn_config_makefile dlls
/sapi enable_sapi
20806 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
20807 wine_fn_config_makefile dlls
/sas enable_sas
20808 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
20809 wine_fn_config_makefile dlls
/sccbase enable_sccbase
20810 wine_fn_config_makefile dlls
/schannel enable_schannel
20811 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
20812 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
20813 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
20814 wine_fn_config_makefile dlls
/scrobj enable_scrobj
20815 wine_fn_config_makefile dlls
/scrobj
/tests enable_tests
20816 wine_fn_config_makefile dlls
/scrrun enable_scrrun
20817 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
20818 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
20819 wine_fn_config_makefile dlls
/secur32 enable_secur32
20820 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
20821 wine_fn_config_makefile dlls
/security enable_security
20822 wine_fn_config_makefile dlls
/sensapi enable_sensapi
20823 wine_fn_config_makefile dlls
/serialui enable_serialui
20824 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
20825 wine_fn_config_makefile dlls
/setupapi enable_setupapi
20826 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
20827 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
20828 wine_fn_config_makefile dlls
/sfc enable_sfc
20829 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
20830 wine_fn_config_makefile dlls
/shcore enable_shcore
20831 wine_fn_config_makefile dlls
/shcore
/tests enable_tests
20832 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
20833 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
20834 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
20835 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
20836 wine_fn_config_makefile dlls
/shell32 enable_shell32
20837 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
20838 wine_fn_config_makefile dlls
/shfolder enable_shfolder
20839 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
20840 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
20841 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
20842 wine_fn_config_makefile dlls
/slc enable_slc
20843 wine_fn_config_makefile dlls
/slc
/tests enable_tests
20844 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
20845 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
20846 wine_fn_config_makefile dlls
/softpub enable_softpub
20847 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
20848 wine_fn_config_makefile dlls
/spoolss enable_spoolss
20849 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
20850 wine_fn_config_makefile dlls
/srclient enable_srclient
20851 wine_fn_config_makefile dlls
/sspicli enable_sspicli
20852 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
20853 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
20854 wine_fn_config_makefile dlls
/sti enable_sti
20855 wine_fn_config_makefile dlls
/sti
/tests enable_tests
20856 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
20857 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
20858 wine_fn_config_makefile dlls
/strmbase enable_strmbase
20859 wine_fn_config_makefile dlls
/strmdll enable_strmdll
20860 wine_fn_config_makefile dlls
/strmiids enable_strmiids
20861 wine_fn_config_makefile dlls
/svrapi enable_svrapi
20862 wine_fn_config_makefile dlls
/sxs enable_sxs
20863 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
20864 wine_fn_config_makefile dlls
/system.drv16 enable_win16
20865 wine_fn_config_makefile dlls
/t2embed enable_t2embed
20866 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
20867 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
20868 wine_fn_config_makefile dlls
/tapi32
/tests enable_tests
20869 wine_fn_config_makefile dlls
/taskschd enable_taskschd
20870 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
20871 wine_fn_config_makefile dlls
/tdh enable_tdh
20872 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
20873 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
20874 wine_fn_config_makefile dlls
/traffic enable_traffic
20875 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
20876 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
20877 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
20878 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
20879 wine_fn_config_makefile dlls
/tzres enable_tzres
20880 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
20881 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
20882 wine_fn_config_makefile dlls
/uianimation enable_uianimation
20883 wine_fn_config_makefile dlls
/uianimation
/tests enable_tests
20884 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
20885 wine_fn_config_makefile dlls
/uiautomationcore
/tests enable_tests
20886 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
20887 wine_fn_config_makefile dlls
/unicows enable_unicows
20888 wine_fn_config_makefile dlls
/updspapi enable_updspapi
20889 wine_fn_config_makefile dlls
/url enable_url
20890 wine_fn_config_makefile dlls
/urlmon enable_urlmon
20891 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
20892 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
20893 wine_fn_config_makefile dlls
/user.exe16 enable_win16
20894 wine_fn_config_makefile dlls
/user32 enable_user32
20895 wine_fn_config_makefile dlls
/user32
/tests enable_tests
20896 wine_fn_config_makefile dlls
/userenv enable_userenv
20897 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
20898 wine_fn_config_makefile dlls
/usp10 enable_usp10
20899 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
20900 wine_fn_config_makefile dlls
/utildll enable_utildll
20901 wine_fn_config_makefile dlls
/uuid enable_uuid
20902 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
20903 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
20904 wine_fn_config_makefile dlls
/vbscript enable_vbscript
20905 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
20906 wine_fn_config_makefile dlls
/vcomp enable_vcomp
20907 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
20908 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
20909 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
20910 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
20911 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
20912 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
20913 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
20914 wine_fn_config_makefile dlls
/vcruntime140_1 enable_vcruntime140_1
20915 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
20916 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
20917 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
20918 wine_fn_config_makefile dlls
/version enable_version
20919 wine_fn_config_makefile dlls
/version
/tests enable_tests
20920 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
20921 wine_fn_config_makefile dlls
/virtdisk
/tests enable_tests
20922 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
20923 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
20924 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
20925 wine_fn_config_makefile dlls
/vssapi enable_vssapi
20926 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
20927 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
20928 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
20929 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
20930 wine_fn_config_makefile dlls
/w32skrnl enable_win16
20931 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
20932 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
20933 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
20934 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
20935 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
20936 wine_fn_config_makefile dlls
/wbemuuid enable_wbemuuid
20937 wine_fn_config_makefile dlls
/wdscore enable_wdscore
20938 wine_fn_config_makefile dlls
/webservices enable_webservices
20939 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
20940 wine_fn_config_makefile dlls
/wer enable_wer
20941 wine_fn_config_makefile dlls
/wer
/tests enable_tests
20942 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
20943 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
20944 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
20945 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
20946 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
20947 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
20948 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
20949 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
20950 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
20951 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
20952 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
20953 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
20954 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
20955 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
20956 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
20957 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
20958 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
20959 wine_fn_config_makefile dlls
/wined3d enable_wined3d
20960 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
20961 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
20962 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
20963 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
20964 wine_fn_config_makefile dlls
/winemapi enable_winemapi
20965 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
20966 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
20967 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
20968 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
20969 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
20970 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
20971 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
20972 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
20973 wine_fn_config_makefile dlls
/wing32 enable_wing32
20974 wine_fn_config_makefile dlls
/winhttp enable_winhttp
20975 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
20976 wine_fn_config_makefile dlls
/wininet enable_wininet
20977 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
20978 wine_fn_config_makefile dlls
/winmm enable_winmm
20979 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
20980 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
20981 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
20982 wine_fn_config_makefile dlls
/winscard enable_winscard
20983 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
20984 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
20985 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
20986 wine_fn_config_makefile dlls
/winsta enable_winsta
20987 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
20988 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
20989 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
20990 wine_fn_config_makefile dlls
/wintrust enable_wintrust
20991 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
20992 wine_fn_config_makefile dlls
/winusb enable_winusb
20993 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
20994 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
20995 wine_fn_config_makefile dlls
/wlanui enable_wlanui
20996 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
20997 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
20998 wine_fn_config_makefile dlls
/wmasf enable_wmasf
20999 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
21000 wine_fn_config_makefile dlls
/wmi enable_wmi
21001 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
21002 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
21003 wine_fn_config_makefile dlls
/wmp enable_wmp
21004 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
21005 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
21006 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
21007 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
21008 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
21009 wine_fn_config_makefile dlls
/wow32 enable_win16
21010 wine_fn_config_makefile dlls
/wpc enable_wpc
21011 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
21012 wine_fn_config_makefile dlls
/wpcap enable_wpcap
21013 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
21014 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
21015 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
21016 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
21017 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
21018 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
21019 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
21020 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
21021 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
21022 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
21023 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
21024 wine_fn_config_makefile dlls
/wuapi enable_wuapi
21025 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
21026 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
21027 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
21028 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
21029 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
21030 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
21031 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
21032 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
21033 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
21034 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
21035 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
21036 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
21037 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
21038 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
21039 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
21040 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
21041 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
21042 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
21043 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
21044 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
21045 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
21046 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
21047 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
21048 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
21049 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
21050 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
21051 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
21052 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
21053 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
21054 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
21055 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
21056 wine_fn_config_makefile dlls
/xmllite enable_xmllite
21057 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
21058 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
21059 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
21060 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
21061 wine_fn_config_makefile fonts enable_fonts
21062 wine_fn_config_makefile include enable_include
21063 wine_fn_config_makefile libs
/port enable_port
21064 wine_fn_config_makefile libs
/wine enable_wine
21065 wine_fn_config_makefile libs
/wpp enable_wpp
21066 wine_fn_config_makefile loader enable_loader
21067 wine_fn_config_makefile po enable_po
21068 wine_fn_config_makefile programs
/arp enable_arp
21069 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
21070 wine_fn_config_makefile programs
/attrib enable_attrib
21071 wine_fn_config_makefile programs
/cabarc enable_cabarc
21072 wine_fn_config_makefile programs
/cacls enable_cacls
21073 wine_fn_config_makefile programs
/chcp.com enable_chcp_com
21074 wine_fn_config_makefile programs
/clock enable_clock
21075 wine_fn_config_makefile programs
/cmd enable_cmd
21076 wine_fn_config_makefile programs
/cmd
/tests enable_tests
21077 wine_fn_config_makefile programs
/conhost enable_conhost
21078 wine_fn_config_makefile programs
/control enable_control
21079 wine_fn_config_makefile programs
/cscript enable_cscript
21080 wine_fn_config_makefile programs
/dism enable_dism
21081 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
21082 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
21083 wine_fn_config_makefile programs
/eject enable_eject
21084 wine_fn_config_makefile programs
/expand enable_expand
21085 wine_fn_config_makefile programs
/explorer enable_explorer
21086 wine_fn_config_makefile programs
/extrac32 enable_extrac32
21087 wine_fn_config_makefile programs
/fc enable_fc
21088 wine_fn_config_makefile programs
/find enable_find
21089 wine_fn_config_makefile programs
/find
/tests enable_tests
21090 wine_fn_config_makefile programs
/findstr enable_findstr
21091 wine_fn_config_makefile programs
/fsutil enable_fsutil
21092 wine_fn_config_makefile programs
/hh enable_hh
21093 wine_fn_config_makefile programs
/hostname enable_hostname
21094 wine_fn_config_makefile programs
/icacls enable_icacls
21095 wine_fn_config_makefile programs
/icinfo enable_icinfo
21096 wine_fn_config_makefile programs
/iexplore enable_iexplore
21097 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
21098 wine_fn_config_makefile programs
/lodctr enable_lodctr
21099 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
21100 wine_fn_config_makefile programs
/mshta enable_mshta
21101 wine_fn_config_makefile programs
/msidb enable_msidb
21102 wine_fn_config_makefile programs
/msiexec enable_msiexec
21103 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
21104 wine_fn_config_makefile programs
/net enable_net
21105 wine_fn_config_makefile programs
/netsh enable_netsh
21106 wine_fn_config_makefile programs
/netstat enable_netstat
21107 wine_fn_config_makefile programs
/ngen enable_ngen
21108 wine_fn_config_makefile programs
/notepad enable_notepad
21109 wine_fn_config_makefile programs
/oleview enable_oleview
21110 wine_fn_config_makefile programs
/ping enable_ping
21111 wine_fn_config_makefile programs
/plugplay enable_plugplay
21112 wine_fn_config_makefile programs
/powershell enable_powershell
21113 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
21114 wine_fn_config_makefile programs
/progman enable_progman
21115 wine_fn_config_makefile programs
/reg enable_reg
21116 wine_fn_config_makefile programs
/reg
/tests enable_tests
21117 wine_fn_config_makefile programs
/regasm enable_regasm
21118 wine_fn_config_makefile programs
/regedit enable_regedit
21119 wine_fn_config_makefile programs
/regedit
/tests enable_tests
21120 wine_fn_config_makefile programs
/regini enable_regini
21121 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
21122 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
21123 wine_fn_config_makefile programs
/rpcss enable_rpcss
21124 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
21125 wine_fn_config_makefile programs
/rundll32 enable_rundll32
21126 wine_fn_config_makefile programs
/sc enable_sc
21127 wine_fn_config_makefile programs
/schtasks enable_schtasks
21128 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
21129 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
21130 wine_fn_config_makefile programs
/secedit enable_secedit
21131 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
21132 wine_fn_config_makefile programs
/services enable_services
21133 wine_fn_config_makefile programs
/services
/tests enable_tests
21134 wine_fn_config_makefile programs
/shutdown enable_shutdown
21135 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
21136 wine_fn_config_makefile programs
/start enable_start
21137 wine_fn_config_makefile programs
/subst enable_subst
21138 wine_fn_config_makefile programs
/svchost enable_svchost
21139 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
21140 wine_fn_config_makefile programs
/taskkill enable_taskkill
21141 wine_fn_config_makefile programs
/tasklist enable_tasklist
21142 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
21143 wine_fn_config_makefile programs
/termsv enable_termsv
21144 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
21145 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
21146 wine_fn_config_makefile programs
/view enable_view
21147 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
21148 wine_fn_config_makefile programs
/wineboot enable_wineboot
21149 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
21150 wine_fn_config_makefile programs
/winecfg enable_winecfg
21151 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
21152 wine_fn_config_makefile programs
/winedbg enable_winedbg
21153 wine_fn_config_makefile programs
/winedevice enable_winedevice
21154 wine_fn_config_makefile programs
/winefile enable_winefile
21155 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
21156 wine_fn_config_makefile programs
/winemine enable_winemine
21157 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
21158 wine_fn_config_makefile programs
/winepath enable_winepath
21159 wine_fn_config_makefile programs
/winetest enable_winetest
21160 wine_fn_config_makefile programs
/winevdm enable_win16
21161 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
21162 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
21163 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
21164 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
21165 wine_fn_config_makefile programs
/winver enable_winver
21166 wine_fn_config_makefile programs
/wmic enable_wmic
21167 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
21168 wine_fn_config_makefile programs
/wordpad enable_wordpad
21169 wine_fn_config_makefile programs
/write enable_write
21170 wine_fn_config_makefile programs
/wscript enable_wscript
21171 wine_fn_config_makefile programs
/wscript
/tests enable_tests
21172 wine_fn_config_makefile programs
/wuauserv enable_wuauserv
21173 wine_fn_config_makefile programs
/wusa enable_wusa
21174 wine_fn_config_makefile programs
/xcopy enable_xcopy
21175 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
21176 wine_fn_config_makefile server enable_server
21177 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
21178 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
21179 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
21180 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
21181 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
21182 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
21183 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
21184 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
21185 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
21188 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
21189 wine_fn_append_file CONFIGURE_TARGETS
"tags"
21190 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
21191 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
21192 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
21193 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
21194 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
21195 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
21197 if test "x$enable_tools" != xno
21199 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
21200 ac_config_commands
="$ac_config_commands tools/makedep"
21204 ac_config_commands
="$ac_config_commands Makefile"
21207 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
21211 if test "x$enable_maintainer_mode" = xyes
21213 wine_fn_append_rule
"configure: configure.ac aclocal.m4
21214 autoconf --warnings=all
21215 include/config.h.in: include/stamp-h.in
21216 include/stamp-h.in: configure.ac aclocal.m4
21217 autoheader --warnings=all
21218 @echo timestamp > \$@"
21221 if test "x$enable_tools" != xno
21223 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
21224 @./config.status tools/makedep
21225 Makefile: tools/makedep$ac_exeext
21226 fonts: tools/sfnt2fon
21227 include: tools tools/widl"
21229 wine_fn_append_rule
"\$(MAKEDEP):
21230 @echo \"You need to run make in $TOOLSDIR first\" && false"
21233 if test -n "$with_wine64"
21235 case "$with_wine64" in
21239 rm -f fonts server
2>/dev
/null
21240 wine_fn_append_rule
"all: loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader
21241 loader/wine64 loader/wine64-preloader:
21242 rm -f \$@ && \$(LN_S) $reldir$with_wine64/\$@ \$@
21243 $with_wine64/loader/wine:
21244 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
21245 $with_wine64/loader/wine-preloader:
21246 rm -f \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
21248 rm -f loader/wine64 loader/wine64-preloader $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
21250 TOP_INSTALL_DEV
="$TOP_INSTALL_DEV include"
21251 TOP_INSTALL_LIB
="$TOP_INSTALL_LIB \
21253 loader/l_intl.nls \
21255 loader/winebus.inf \
21256 loader/winehid.inf \
21257 programs/msidb/msidb \
21258 programs/msiexec/msiexec \
21259 programs/notepad/notepad \
21260 programs/regedit/regedit \
21261 programs/regsvr32/regsvr32 \
21262 programs/wineboot/wineboot \
21263 programs/winecfg/winecfg \
21264 programs/wineconsole/wineconsole \
21265 programs/winedbg/winedbg \
21266 programs/winefile/winefile \
21267 programs/winemine/winemine \
21268 programs/winepath/winepath \
21272 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
21273 *) TOP_INSTALL_LIB
="$TOP_INSTALL_LIB loader/wine.desktop" ;;
21277 $as_echo " done" >&6
21278 cat >confcache
<<\_ACEOF
21279 # This file is a shell script that caches the results of configure
21280 # tests run on this system so they can be shared between configure
21281 # scripts and configure runs, see configure's option --config-cache.
21282 # It is not useful on other systems. If it contains results you don't
21283 # want to keep, you may remove or edit it.
21285 # config.status only pays attention to the cache file if you give it
21286 # the --recheck option to rerun configure.
21288 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21289 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21290 # following values.
21294 # The following way of writing the cache mishandles newlines in values,
21295 # but we know of no workaround that is simple, portable, and efficient.
21296 # So, we kill variables containing newlines.
21297 # Ultrix sh set writes to stderr and can't be redirected directly,
21298 # and sets the high bit in the cache file unless we assign to the vars.
21300 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21301 eval ac_val
=\$
$ac_var
21305 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
21306 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21309 _ | IFS | as_nl
) ;; #(
21310 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
21311 *) { eval $ac_var=; unset $ac_var;} ;;
21317 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21318 *${as_nl}ac_space
=\
*)
21319 # `set' does not quote correctly, so add quotes: double-quote
21320 # substitution turns \\\\ into \\, and sed turns \\ into \.
21323 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21326 # `set' quotes correctly as required by POSIX, so do not add quotes.
21327 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21336 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21338 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21340 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
21341 if test -w "$cache_file"; then
21342 if test "x$cache_file" != "x/dev/null"; then
21343 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21344 $as_echo "$as_me: updating cache $cache_file" >&6;}
21345 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
21346 cat confcache
>"$cache_file"
21348 case $cache_file in #(
21350 mv -f confcache
"$cache_file"$$
&&
21351 mv -f "$cache_file"$$
"$cache_file" ;; #(
21353 mv -f confcache
"$cache_file" ;;
21358 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21359 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21364 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21365 # Let make expand exec_prefix.
21366 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21368 DEFS
=-DHAVE_CONFIG_H
21373 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
21374 # 1. Remove the extension, and $U if already installed.
21375 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
21376 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
21377 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21378 # will be set to the directory where LIBOBJS objects are built.
21379 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21380 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
21382 LIBOBJS
=$ac_libobjs
21384 LTLIBOBJS
=$ac_ltlibobjs
21388 : "${CONFIG_STATUS=./config.status}"
21390 ac_clean_files_save
=$ac_clean_files
21391 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
21392 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
21393 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
21395 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
21397 # Generated by $as_me.
21398 # Run this file to recreate the current configuration.
21399 # Compiler output produced by configure, useful for debugging
21400 # configure, is in config.log if it exists.
21403 ac_cs_recheck=false
21406 SHELL=\${CONFIG_SHELL-$SHELL}
21409 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
21410 ## -------------------- ##
21411 ## M4sh Initialization. ##
21412 ## -------------------- ##
21414 # Be more Bourne compatible
21415 DUALCASE
=1; export DUALCASE
# for MKS sh
21416 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
21419 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21420 # is contrary to our usage. Disable this feature.
21421 alias -g '${1+"$@"}'='"$@"'
21422 setopt NO_GLOB_SUBST
21424 case `(set -o) 2>/dev/null` in #(
21436 # Printing a long string crashes Solaris 7 /usr/bin/printf.
21437 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
21438 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
21439 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
21440 # Prefer a ksh shell builtin over an external printf program on Solaris,
21441 # but without wasting forks for bash or zsh.
21442 if test -z "$BASH_VERSION$ZSH_VERSION" \
21443 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
21444 as_echo='print
-r --'
21445 as_echo_n='print
-rn --'
21446 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
21447 as_echo='printf %s
\n'
21448 as_echo_n='printf %s
'
21450 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
21451 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
21452 as_echo_n='/usr
/ucb
/echo -n'
21454 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
21455 as_echo_n_body='eval
21459 expr "X$arg" : "X\\(.*\\)$as_nl";
21460 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
21462 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
21464 export as_echo_n_body
21465 as_echo_n='sh
-c $as_echo_n_body as_echo
'
21467 export as_echo_body
21468 as_echo='sh
-c $as_echo_body as_echo
'
21471 # The user is always right.
21472 if test "${PATH_SEPARATOR+set}" != set; then
21474 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
21475 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
21482 # We need space, tab and new line, in precisely that order. Quoting is
21483 # there to prevent editors from complaining about space-tab.
21484 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21485 # splitting by setting IFS to empty value.)
21488 # Find who we are. Look in the path if we contain no directory separator.
21491 *[\\/]* ) as_myself=$0 ;;
21492 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21493 for as_dir in $PATH
21496 test -z "$as_dir" && as_dir=.
21497 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21503 # We did not find ourselves, most probably we were run as `sh COMMAND'
21504 # in which case we are not to be found in the path.
21505 if test "x$as_myself" = x
; then
21508 if test ! -f "$as_myself"; then
21509 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21513 # Unset variables that we do not need and which cause bugs (e.g. in
21514 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
21515 # suppresses any "Segmentation fault" message there. '((' could
21516 # trigger a bug in pdksh 5.2.14.
21517 for as_var
in BASH_ENV ENV MAIL MAILPATH
21518 do eval test x\
${$as_var+set} = xset \
21519 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
21532 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
21535 # as_fn_error STATUS ERROR [LINENO LOG_FD]
21536 # ----------------------------------------
21537 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
21538 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
21539 # script with STATUS, using 1 if that was 0.
21542 as_status
=$1; test $as_status -eq 0 && as_status
=1
21544 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
21545 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
21547 $as_echo "$as_me: error: $2" >&2
21548 as_fn_exit
$as_status
21552 # as_fn_set_status STATUS
21553 # -----------------------
21554 # Set $? to STATUS, without forking.
21555 as_fn_set_status
()
21558 } # as_fn_set_status
21560 # as_fn_exit STATUS
21561 # -----------------
21562 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
21566 as_fn_set_status
$1
21572 # Portably unset VAR.
21575 { eval $1=; unset $1;}
21577 as_unset
=as_fn_unset
21578 # as_fn_append VAR VALUE
21579 # ----------------------
21580 # Append the text in VALUE to the end of the definition contained in VAR. Take
21581 # advantage of any shell optimizations that allow amortized linear growth over
21582 # repeated appends, instead of the typical quadratic growth present in naive
21584 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
21585 eval 'as_fn_append ()
21596 # as_fn_arith ARG...
21597 # ------------------
21598 # Perform arithmetic evaluation on the ARGs, and store the result in the
21599 # global $as_val. Take advantage of shells that can avoid forks. The arguments
21600 # must be portable across $(()) and expr.
21601 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
21602 eval 'as_fn_arith ()
21609 as_val
=`expr "$@" || test $? -eq 1`
21614 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21615 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21621 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21622 as_basename
=basename
21627 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
21633 as_me
=`$as_basename -- "$0" ||
21634 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21635 X"$0" : 'X\(//\)$' \| \
21636 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21638 sed '/^.*\/\([^/][^/]*\)\/*$/{
21652 # Avoid depending upon Character Ranges.
21653 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
21654 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21655 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
21656 as_cr_digits
='0123456789'
21657 as_cr_alnum
=$as_cr_Letters$as_cr_digits
21659 ECHO_C
= ECHO_N
= ECHO_T
=
21660 case `echo -n x` in #(((((
21662 case `echo 'xy\c'` in
21663 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
21665 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
21672 rm -f conf$$ conf$$.exe conf$$.
file
21673 if test -d conf$$.dir
; then
21674 rm -f conf$$.dir
/conf$$.
file
21677 mkdir conf$$.dir
2>/dev
/null
21679 if (echo >conf$$.
file) 2>/dev
/null
; then
21680 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21682 # ... but there are two gotchas:
21683 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21684 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21685 # In both cases, we have to default to `cp -pR'.
21686 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
21688 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21696 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
21697 rmdir conf$$.dir
2>/dev
/null
21702 # Create "$as_dir" as a directory, including parents if necessary.
21707 -*) as_dir
=.
/$as_dir;;
21709 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
21713 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
21714 *) as_qdir
=$as_dir;;
21716 as_dirs
="'$as_qdir' $as_dirs"
21717 as_dir
=`$as_dirname -- "$as_dir" ||
21718 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
21719 X"$as_dir" : 'X\(//\)[^/]' \| \
21720 X"$as_dir" : 'X\(//\)$' \| \
21721 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
21722 $as_echo X"$as_dir" |
21723 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
21727 /^X\(\/\/\)[^/].*/{
21740 test -d "$as_dir" && break
21742 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
21743 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
21747 if mkdir
-p .
2>/dev
/null
; then
21748 as_mkdir_p
='mkdir -p "$as_dir"'
21750 test -d .
/-p && rmdir .
/-p
21755 # as_fn_executable_p FILE
21756 # -----------------------
21757 # Test if FILE is an executable regular file.
21758 as_fn_executable_p
()
21760 test -f "$1" && test -x "$1"
21761 } # as_fn_executable_p
21762 as_test_x
='test -x'
21763 as_executable_p
=as_fn_executable_p
21765 # Sed expression to map a string onto a valid CPP name.
21766 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21768 # Sed expression to map a string onto a valid variable name.
21769 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21773 ## ----------------------------------- ##
21774 ## Main body of $CONFIG_STATUS script. ##
21775 ## ----------------------------------- ##
21777 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
21779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21780 # Save the log message, to keep $0 and so on meaningful, and to
21781 # report actual input values of CONFIG_FILES etc. instead of their
21782 # values after options handling.
21784 This file was extended by Wine $as_me 5.1, which was
21785 generated by GNU Autoconf 2.69. Invocation command line was
21787 CONFIG_FILES = $CONFIG_FILES
21788 CONFIG_HEADERS = $CONFIG_HEADERS
21789 CONFIG_LINKS = $CONFIG_LINKS
21790 CONFIG_COMMANDS = $CONFIG_COMMANDS
21793 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21798 case $ac_config_files in *"
21799 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
21802 case $ac_config_headers in *"
21803 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
21807 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21808 # Files that config.status was made for.
21809 config_files="$ac_config_files"
21810 config_headers="$ac_config_headers"
21811 config_links="$ac_config_links"
21812 config_commands="$ac_config_commands"
21816 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21818 \`$as_me' instantiates files and other configuration actions
21819 from templates according to the current configuration. Unless the files
21820 and actions are specified as TAGs, all are instantiated by default.
21822 Usage: $0 [OPTION]... [TAG]...
21824 -h, --help print this help, then exit
21825 -V, --version print version number and configuration settings, then exit
21826 --config print configuration, then exit
21827 -q, --quiet, --silent
21828 do not print progress messages
21829 -d, --debug don't remove temporary files
21830 --recheck update $as_me by reconfiguring in the same conditions
21831 --file=FILE[:TEMPLATE]
21832 instantiate the configuration file FILE
21833 --header=FILE[:TEMPLATE]
21834 instantiate the configuration header FILE
21836 Configuration files:
21839 Configuration headers:
21842 Configuration links:
21845 Configuration commands:
21848 Report bugs to <wine-devel@winehq.org>.
21849 Wine home page: <https://www.winehq.org>."
21852 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21853 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
21855 Wine config.status 5.1
21856 configured by $0, generated by GNU Autoconf 2.69,
21857 with options \\"\$ac_cs_config\\"
21859 Copyright (C) 2012 Free Software Foundation, Inc.
21860 This config.status script is free software; the Free Software Foundation
21861 gives unlimited permission to copy, distribute and modify it."
21865 test -n "\$AWK" || AWK=awk
21868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21869 # The default lists apply if the user does not specify any file.
21875 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21876 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
21880 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21892 # Handling of the options.
21893 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21895 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
21896 $as_echo "$ac_cs_version"; exit ;;
21897 --config |
--confi |
--conf |
--con |
--co |
--c )
21898 $as_echo "$ac_cs_config"; exit ;;
21899 --debug |
--debu |
--deb |
--de |
--d |
-d )
21901 --file |
--fil |
--fi |
--f )
21904 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21905 '') as_fn_error $?
"missing file argument" ;;
21907 as_fn_append CONFIG_FILES
" '$ac_optarg'"
21908 ac_need_defaults
=false
;;
21909 --header |
--heade |
--head |
--hea )
21912 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
21914 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
21915 ac_need_defaults
=false
;;
21917 # Conflict between --help and --header
21918 as_fn_error $?
"ambiguous option: \`$1'
21919 Try \`$0 --help' for more information.";;
21920 --help |
--hel |
-h )
21921 $as_echo "$ac_cs_usage"; exit ;;
21922 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21923 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21926 # This is an error.
21927 -*) as_fn_error $?
"unrecognized option: \`$1'
21928 Try \`$0 --help' for more information." ;;
21930 *) as_fn_append ac_config_targets
" $1"
21931 ac_need_defaults
=false
;;
21937 ac_configure_extra_args
=
21939 if $ac_cs_silent; then
21941 ac_configure_extra_args
="$ac_configure_extra_args --silent"
21945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21946 if \$ac_cs_recheck; then
21947 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21949 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
21950 CONFIG_SHELL='$SHELL'
21951 export CONFIG_SHELL
21956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21960 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21961 ## Running $as_me. ##
21967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21971 wine_fn_output_makedep ()
21973 as_dir=tools; as_fn_mkdir_p
21974 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
21976 wine_fn_output_makefile ()
21978 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
21979 `cat $wine_rules_file`
21981 as_fn_error $? "could not create Makefile" "$LINENO" 5
21986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
21988 # Handling of arguments.
21989 for ac_config_target
in $ac_config_targets
21991 case $ac_config_target in
21992 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
21993 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
21994 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
21995 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
21996 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
21997 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
21998 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
22000 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22005 # If the user did not use the arguments to specify the items to instantiate,
22006 # then the envvar interface is used. Set only those that are not.
22007 # We use the long form for the default assignment because of an extremely
22008 # bizarre bug on SunOS 4.1.3.
22009 if $ac_need_defaults; then
22010 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
22011 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
22012 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
22013 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
22016 # Have a temporary directory for convenience. Make it in the build tree
22017 # simply because there is no reason against having it here, and in addition,
22018 # creating and moving files from /tmp can sometimes cause problems.
22019 # Hook for its removal unless debugging.
22020 # Note that there is a small window in which the directory will not be cleaned:
22021 # after its creation but before its name has been assigned to `$tmp'.
22025 trap 'exit_status=$?
22026 : "${ac_tmp:=$tmp}"
22027 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
22029 trap 'as_fn_exit 1' 1 2 13 15
22031 # Create a (secure) tmp directory for tmp files.
22034 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22038 tmp
=.
/conf$$
-$RANDOM
22039 (umask 077 && mkdir
"$tmp")
22040 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
22043 # Set up the scripts for CONFIG_FILES section.
22044 # No need to generate them if there are no CONFIG_FILES.
22045 # This happens for instance with `./config.status config.h'.
22046 if test -n "$CONFIG_FILES"; then
22049 ac_cr
=`echo X | tr X '\015'`
22050 # On cygwin, bash can eat \r inside `` if the user requested igncr.
22051 # But we know of no other shell where ac_cr would be empty at this
22052 # point, so we can use a bashism as a fallback.
22053 if test "x$ac_cr" = x
; then
22054 eval ac_cr
=\$
\'\\r
\'
22056 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22057 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22060 ac_cs_awk_cr
=$ac_cr
22063 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
22068 echo "cat >conf$$subs.awk <<_ACEOF" &&
22069 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22071 } >conf$$subs.sh ||
22072 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22073 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
22075 for ac_last_try in false false false false false :; do
22076 . ./conf$$subs.sh ||
22077 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22079 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
22080 if test $ac_delim_n = $ac_delim_num; then
22082 elif $ac_last_try; then
22083 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
22085 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
22088 rm -f conf$$subs.sh
22090 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22091 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
22095 s/^/S["/; s
/!.
*/"]=/
22105 s/\(.\{148\}\)..*/\1/
22107 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
22112 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22119 s/\(.\{148\}\)..*/\1/
22121 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
22125 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
22130 ' <conf$$subs.awk | sed '
22135 ' >>$CONFIG_STATUS || ac_write_fail=1
22136 rm -f conf$$subs.awk
22137 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22139 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
22140 for (key in S) S_is_set[key] = 1
22146 nfields = split(line, field, "@
")
22148 len = length(field[1])
22149 for (i = 2; i < nfields; i++) {
22151 keylen = length(key)
22152 if (S_is_set[key]) {
22154 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
22155 len += length(value) + length(field[++i])
22166 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22167 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22168 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
22171 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
22172 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
22175 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22176 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
22177 # trailing colons and then remove the whole line if VPATH becomes empty
22178 # (actually we leave an empty line to preserve line numbers).
22179 if test "x
$srcdir" = x.; then
22180 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22199 fi # test -n "$CONFIG_FILES"
22201 # Set up the scripts for CONFIG_HEADERS section.
22202 # No need to generate them if there are no CONFIG_HEADERS.
22203 # This happens for instance with `./config.status Makefile'.
22204 if test -n "$CONFIG_HEADERS"; then
22205 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
22209 # Transform confdefs.h into an awk script `defines.awk', embedded as
22210 # here-document in config.status, that substitutes the proper values into
22211 # config.h.in to produce config.h.
22213 # Create a delimiter string that does not exist in confdefs.h, to ease
22214 # handling of long lines.
22216 for ac_last_try in false false :; do
22217 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
22218 if test -z "$ac_tt"; then
22220 elif $ac_last_try; then
22221 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
22223 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
22227 # For the awk script, D is an array of macro values keyed by name,
22228 # likewise P contains macro parameters if any. Preserve backslash
22229 # newline sequences.
22231 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22233 s/.\{148\}/&'"$ac_delim"'/g
22236 s/^[ ]*#[ ]*define[ ][ ]*/ /
22243 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
22245 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
22249 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
22250 D["\
1"]=" \
3\\\\\\n
"\\/p
22252 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
22257 s/.\{148\}/&'"$ac_delim"'/g
22262 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
22265 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
22267 ' <confdefs.h | sed '
22268 s/'"$ac_delim"'/"\\\
22269 "/g' >>$CONFIG_STATUS || ac_write_fail=1
22271 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22272 for (key in D) D_is_set[key] = 1
22275 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
22277 split(line, arg, " ")
22278 if (arg[1] == "#") {
22282 defundef
= substr
(arg
[1], 2)
22285 split(mac1
, mac2
, "(") #)
22287 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
22288 if (D_is_set
[macro
]) {
22289 # Preserve the white space surrounding the "#".
22290 print prefix
"define", macro P
[macro
] D
[macro
]
22293 # Replace #undef with comments. This is necessary, for example,
22294 # in the case of _POSIX_SOURCE, which is predefined and required
22295 # on some systems where configure will not decide to define it.
22296 if (defundef
== "undef") {
22297 print
"/*", prefix defundef
, macro
, "*/"
22305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22306 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
22307 fi # test -n "$CONFIG_HEADERS"
22310 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
22315 :[FHLC
]) ac_mode
=$ac_tag; continue;;
22317 case $ac_mode$ac_tag in
22319 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
22320 :[FH
]-) ac_tag
=-:-;;
22321 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
22338 -) ac_f
="$ac_tmp/stdin";;
22339 *) # Look for the file first in the build tree, then in the source tree
22340 # (if the path is not absolute). The absolute path cannot be DOS-style,
22341 # because $ac_f cannot contain `:'.
22345 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
22347 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22349 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22350 as_fn_append ac_file_inputs
" '$ac_f'"
22353 # Let's still pretend it is `configure' which instantiates (i.e., don't
22354 # use $as_me), people would be surprised to read:
22355 # /* config.h. Generated by config.status. */
22356 configure_input
='Generated from '`
22357 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
22359 if test x
"$ac_file" != x-
; then
22360 configure_input
="$ac_file. $configure_input"
22361 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
22362 $as_echo "$as_me: creating $ac_file" >&6;}
22364 # Neutralize special characters interpreted by sed in replacement strings.
22365 case $configure_input in #(
22366 *\
&* |
*\|
* |
*\\* )
22367 ac_sed_conf_input
=`$as_echo "$configure_input" |
22368 sed 's/[\\\\&|]/\\\\&/g'`;; #(
22369 *) ac_sed_conf_input
=$configure_input;;
22373 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
22374 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
22379 ac_dir
=`$as_dirname -- "$ac_file" ||
22380 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22381 X"$ac_file" : 'X\(//\)[^/]' \| \
22382 X"$ac_file" : 'X\(//\)$' \| \
22383 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22384 $as_echo X"$ac_file" |
22385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22389 /^X\(\/\/\)[^/].*/{
22402 as_dir
="$ac_dir"; as_fn_mkdir_p
22406 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22408 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
22409 # A ".." for each directory in $ac_dir_suffix.
22410 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
22411 case $ac_top_builddir_sub in
22412 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22413 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
22416 ac_abs_top_builddir
=$ac_pwd
22417 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
22418 # for backward compatibility:
22419 ac_top_builddir
=$ac_top_build_prefix
22422 .
) # We are building in place.
22424 ac_top_srcdir
=$ac_top_builddir_sub
22425 ac_abs_top_srcdir
=$ac_pwd ;;
22426 [\\/]* | ?
:[\\/]* ) # Absolute name.
22427 ac_srcdir
=$srcdir$ac_dir_suffix;
22428 ac_top_srcdir
=$srcdir
22429 ac_abs_top_srcdir
=$srcdir ;;
22430 *) # Relative name.
22431 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
22432 ac_top_srcdir
=$ac_top_build_prefix$srcdir
22433 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
22435 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
22446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22447 # If the template does not know about datarootdir, expand it.
22448 # FIXME: This hack should be removed a few years after 2.60.
22449 ac_datarootdir_hack
=; ac_datarootdir_seen
=
22460 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
22461 *datarootdir
*) ac_datarootdir_seen
=yes;;
22462 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
22463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22464 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22466 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22467 ac_datarootdir_hack='
22468 s&@datadir@&$datadir&g
22469 s&@docdir@&$docdir&g
22470 s&@infodir@&$infodir&g
22471 s&@localedir@&$localedir&g
22472 s&@mandir@&$mandir&g
22473 s&\\\${datarootdir}&$datarootdir&g' ;;
22477 # Neutralize VPATH when `$srcdir' = `.'.
22478 # Shell code in configure.ac might set extrasub.
22479 # FIXME: do we really want to maintain this feature?
22480 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22481 ac_sed_extra="$ac_vpsub
22484 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
22486 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22487 s|@configure_input@|
$ac_sed_conf_input|
;t t
22488 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
22489 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
22490 s
&@srcdir@
&$ac_srcdir&;t t
22491 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
22492 s
&@top_srcdir@
&$ac_top_srcdir&;t t
22493 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
22494 s
&@builddir@
&$ac_builddir&;t t
22495 s
&@abs_builddir@
&$ac_abs_builddir&;t t
22496 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
22497 $ac_datarootdir_hack
22499 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
22500 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
22502 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22503 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
22504 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
22505 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
22506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
22507 which seems to be undefined. Please make sure it is defined" >&5
22508 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
22509 which seems to be undefined. Please make sure it is defined" >&2;}
22511 rm -f "$ac_tmp/stdin"
22513 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
22514 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
22516 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22522 if test x"$ac_file" != x-; then
22524 $as_echo "/* $configure_input */" \
22525 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
22526 } >"$ac_tmp/config.h" \
22527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22528 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
22529 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
22530 $as_echo "$as_me: $ac_file is unchanged" >&6;}
22533 mv "$ac_tmp/config.h" "$ac_file" \
22534 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
22537 $as_echo "/* $configure_input */" \
22538 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
22539 || as_fn_error $? "could not create -" "$LINENO" 5
22547 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
22550 # Prefer the file from the source tree if names are identical.
22551 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
22552 ac_source=$srcdir/$ac_source
22555 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
22556 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
22558 if test ! -r "$ac_source"; then
22559 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
22563 # Try a relative symlink, then a hard link, then a copy.
22565 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
22566 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
22568 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
22569 ln "$ac_source" "$ac_file" 2>/dev/null ||
22570 cp -p "$ac_source" "$ac_file" ||
22571 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
22574 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
22575 $as_echo "$as_me: executing $ac_file commands" >&6;}
22580 case $ac_file$ac_mode in
22581 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22582 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
22583 "Makefile":C) wine_fn_output_makefile Makefile ;;
22591 ac_clean_files=$ac_clean_files_save
22593 test $ac_write_fail = 0 ||
22594 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22597 # configure is writing to config.log, and then calls config.status.
22598 # config.status does its own redirection, appending to config.log.
22599 # Unfortunately, on DOS this fails, as config.log is still kept open
22600 # by configure, so config.status won't be able to
write to it
; its
22601 # output is simply discarded. So we exec the FD to /dev/null,
22602 # effectively closing config.log, so it can be properly (re)opened and
22603 # appended to by config.status. When coming back to configure, we
22604 # need to make the FD available again.
22605 if test "$no_create" != yes; then
22607 ac_config_status_args
=
22608 test "$silent" = yes &&
22609 ac_config_status_args
="$ac_config_status_args --quiet"
22611 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22613 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22614 # would make configure fail if this is the last instruction.
22615 $ac_cs_success || as_fn_exit
1
22617 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
22618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
22619 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22623 if test "$no_create" = "yes"
22629 if test "x$wine_notices" != x
; then
22632 for msg
in $wine_notices; do
22634 if ${msg:+false} :; then :
22637 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
22638 $as_echo "$as_me: $msg" >&6;}
22643 for msg
in $wine_warnings; do
22645 if ${msg:+false} :; then :
22649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
22650 $as_echo "$as_me: WARNING: $msg" >&2;}
22656 $as_me: Finished. Do '${ac_make}' to compile Wine.