2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.9.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='3.9'
584 PACKAGE_STRING
='Wine 3.9'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
717 APPLICATIONSERVICES_LIBS
812 program_transform_name
825 enable_option_checking
829 enable_maintainer_mode
898 enable_api_ms_win_appmodel_identity_l1_1_0
899 enable_api_ms_win_appmodel_runtime_l1_1_1
900 enable_api_ms_win_appmodel_runtime_l1_1_2
901 enable_api_ms_win_core_apiquery_l1_1_0
902 enable_api_ms_win_core_appcompat_l1_1_1
903 enable_api_ms_win_core_appinit_l1_1_0
904 enable_api_ms_win_core_atoms_l1_1_0
905 enable_api_ms_win_core_bem_l1_1_0
906 enable_api_ms_win_core_com_l1_1_0
907 enable_api_ms_win_core_com_l1_1_1
908 enable_api_ms_win_core_com_private_l1_1_0
909 enable_api_ms_win_core_console_l1_1_0
910 enable_api_ms_win_core_console_l2_1_0
911 enable_api_ms_win_core_crt_l1_1_0
912 enable_api_ms_win_core_crt_l2_1_0
913 enable_api_ms_win_core_datetime_l1_1_0
914 enable_api_ms_win_core_datetime_l1_1_1
915 enable_api_ms_win_core_debug_l1_1_0
916 enable_api_ms_win_core_debug_l1_1_1
917 enable_api_ms_win_core_delayload_l1_1_0
918 enable_api_ms_win_core_delayload_l1_1_1
919 enable_api_ms_win_core_errorhandling_l1_1_0
920 enable_api_ms_win_core_errorhandling_l1_1_1
921 enable_api_ms_win_core_errorhandling_l1_1_2
922 enable_api_ms_win_core_errorhandling_l1_1_3
923 enable_api_ms_win_core_fibers_l1_1_0
924 enable_api_ms_win_core_fibers_l1_1_1
925 enable_api_ms_win_core_file_l1_1_0
926 enable_api_ms_win_core_file_l1_2_0
927 enable_api_ms_win_core_file_l1_2_1
928 enable_api_ms_win_core_file_l1_2_2
929 enable_api_ms_win_core_file_l2_1_0
930 enable_api_ms_win_core_file_l2_1_1
931 enable_api_ms_win_core_file_l2_1_2
932 enable_api_ms_win_core_handle_l1_1_0
933 enable_api_ms_win_core_heap_l1_1_0
934 enable_api_ms_win_core_heap_l1_2_0
935 enable_api_ms_win_core_heap_l2_1_0
936 enable_api_ms_win_core_heap_obsolete_l1_1_0
937 enable_api_ms_win_core_interlocked_l1_1_0
938 enable_api_ms_win_core_interlocked_l1_2_0
939 enable_api_ms_win_core_io_l1_1_0
940 enable_api_ms_win_core_io_l1_1_1
941 enable_api_ms_win_core_job_l1_1_0
942 enable_api_ms_win_core_job_l2_1_0
943 enable_api_ms_win_core_kernel32_legacy_l1_1_0
944 enable_api_ms_win_core_kernel32_legacy_l1_1_1
945 enable_api_ms_win_core_kernel32_private_l1_1_1
946 enable_api_ms_win_core_largeinteger_l1_1_0
947 enable_api_ms_win_core_libraryloader_l1_1_0
948 enable_api_ms_win_core_libraryloader_l1_1_1
949 enable_api_ms_win_core_libraryloader_l1_2_0
950 enable_api_ms_win_core_libraryloader_l1_2_1
951 enable_api_ms_win_core_libraryloader_l1_2_2
952 enable_api_ms_win_core_localization_l1_1_0
953 enable_api_ms_win_core_localization_l1_2_0
954 enable_api_ms_win_core_localization_l1_2_1
955 enable_api_ms_win_core_localization_l2_1_0
956 enable_api_ms_win_core_localization_obsolete_l1_1_0
957 enable_api_ms_win_core_localization_obsolete_l1_2_0
958 enable_api_ms_win_core_localization_obsolete_l1_3_0
959 enable_api_ms_win_core_localization_private_l1_1_0
960 enable_api_ms_win_core_localregistry_l1_1_0
961 enable_api_ms_win_core_memory_l1_1_0
962 enable_api_ms_win_core_memory_l1_1_1
963 enable_api_ms_win_core_memory_l1_1_2
964 enable_api_ms_win_core_misc_l1_1_0
965 enable_api_ms_win_core_namedpipe_l1_1_0
966 enable_api_ms_win_core_namedpipe_l1_2_0
967 enable_api_ms_win_core_namespace_l1_1_0
968 enable_api_ms_win_core_normalization_l1_1_0
969 enable_api_ms_win_core_path_l1_1_0
970 enable_api_ms_win_core_privateprofile_l1_1_1
971 enable_api_ms_win_core_processenvironment_l1_1_0
972 enable_api_ms_win_core_processenvironment_l1_2_0
973 enable_api_ms_win_core_processthreads_l1_1_0
974 enable_api_ms_win_core_processthreads_l1_1_1
975 enable_api_ms_win_core_processthreads_l1_1_2
976 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
977 enable_api_ms_win_core_profile_l1_1_0
978 enable_api_ms_win_core_psapi_ansi_l1_1_0
979 enable_api_ms_win_core_psapi_l1_1_0
980 enable_api_ms_win_core_psapi_obsolete_l1_1_0
981 enable_api_ms_win_core_quirks_l1_1_0
982 enable_api_ms_win_core_realtime_l1_1_0
983 enable_api_ms_win_core_registry_l1_1_0
984 enable_api_ms_win_core_registry_l2_1_0
985 enable_api_ms_win_core_registryuserspecific_l1_1_0
986 enable_api_ms_win_core_rtlsupport_l1_1_0
987 enable_api_ms_win_core_rtlsupport_l1_2_0
988 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
989 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
990 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
991 enable_api_ms_win_core_shutdown_l1_1_0
992 enable_api_ms_win_core_sidebyside_l1_1_0
993 enable_api_ms_win_core_string_l1_1_0
994 enable_api_ms_win_core_string_l2_1_0
995 enable_api_ms_win_core_string_obsolete_l1_1_0
996 enable_api_ms_win_core_stringansi_l1_1_0
997 enable_api_ms_win_core_synch_ansi_l1_1_0
998 enable_api_ms_win_core_synch_l1_1_0
999 enable_api_ms_win_core_synch_l1_2_0
1000 enable_api_ms_win_core_synch_l1_2_1
1001 enable_api_ms_win_core_sysinfo_l1_1_0
1002 enable_api_ms_win_core_sysinfo_l1_2_0
1003 enable_api_ms_win_core_sysinfo_l1_2_1
1004 enable_api_ms_win_core_threadpool_l1_1_0
1005 enable_api_ms_win_core_threadpool_l1_2_0
1006 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1007 enable_api_ms_win_core_threadpool_private_l1_1_0
1008 enable_api_ms_win_core_timezone_l1_1_0
1009 enable_api_ms_win_core_toolhelp_l1_1_0
1010 enable_api_ms_win_core_url_l1_1_0
1011 enable_api_ms_win_core_util_l1_1_0
1012 enable_api_ms_win_core_version_l1_1_0
1013 enable_api_ms_win_core_version_l1_1_1
1014 enable_api_ms_win_core_version_private_l1_1_0
1015 enable_api_ms_win_core_versionansi_l1_1_0
1016 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1017 enable_api_ms_win_core_winrt_error_l1_1_0
1018 enable_api_ms_win_core_winrt_error_l1_1_1
1019 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1020 enable_api_ms_win_core_winrt_l1_1_0
1021 enable_api_ms_win_core_winrt_registration_l1_1_0
1022 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1023 enable_api_ms_win_core_winrt_string_l1_1_0
1024 enable_api_ms_win_core_wow64_l1_1_0
1025 enable_api_ms_win_core_wow64_l1_1_1
1026 enable_api_ms_win_core_xstate_l1_1_0
1027 enable_api_ms_win_core_xstate_l2_1_0
1028 enable_api_ms_win_crt_conio_l1_1_0
1029 enable_api_ms_win_crt_convert_l1_1_0
1030 enable_api_ms_win_crt_environment_l1_1_0
1031 enable_api_ms_win_crt_filesystem_l1_1_0
1032 enable_api_ms_win_crt_heap_l1_1_0
1033 enable_api_ms_win_crt_locale_l1_1_0
1034 enable_api_ms_win_crt_math_l1_1_0
1035 enable_api_ms_win_crt_multibyte_l1_1_0
1036 enable_api_ms_win_crt_private_l1_1_0
1037 enable_api_ms_win_crt_process_l1_1_0
1038 enable_api_ms_win_crt_runtime_l1_1_0
1039 enable_api_ms_win_crt_stdio_l1_1_0
1040 enable_api_ms_win_crt_string_l1_1_0
1041 enable_api_ms_win_crt_time_l1_1_0
1042 enable_api_ms_win_crt_utility_l1_1_0
1043 enable_api_ms_win_devices_config_l1_1_1
1044 enable_api_ms_win_devices_query_l1_1_1
1045 enable_api_ms_win_downlevel_advapi32_l1_1_0
1046 enable_api_ms_win_downlevel_advapi32_l2_1_0
1047 enable_api_ms_win_downlevel_normaliz_l1_1_0
1048 enable_api_ms_win_downlevel_ole32_l1_1_0
1049 enable_api_ms_win_downlevel_shell32_l1_1_0
1050 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1051 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1052 enable_api_ms_win_downlevel_user32_l1_1_0
1053 enable_api_ms_win_downlevel_version_l1_1_0
1054 enable_api_ms_win_dx_d3dkmt_l1_1_0
1055 enable_api_ms_win_eventing_classicprovider_l1_1_0
1056 enable_api_ms_win_eventing_consumer_l1_1_0
1057 enable_api_ms_win_eventing_controller_l1_1_0
1058 enable_api_ms_win_eventing_legacy_l1_1_0
1059 enable_api_ms_win_eventing_provider_l1_1_0
1060 enable_api_ms_win_eventlog_legacy_l1_1_0
1061 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1062 enable_api_ms_win_mm_joystick_l1_1_0
1063 enable_api_ms_win_mm_misc_l1_1_1
1064 enable_api_ms_win_mm_mme_l1_1_0
1065 enable_api_ms_win_mm_time_l1_1_0
1066 enable_api_ms_win_ntuser_dc_access_l1_1_0
1067 enable_api_ms_win_ntuser_rectangle_l1_1_0
1068 enable_api_ms_win_perf_legacy_l1_1_0
1069 enable_api_ms_win_power_base_l1_1_0
1070 enable_api_ms_win_power_setting_l1_1_0
1071 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1072 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1073 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1074 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1075 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1076 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1077 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1078 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1079 enable_api_ms_win_security_audit_l1_1_1
1080 enable_api_ms_win_security_base_l1_1_0
1081 enable_api_ms_win_security_base_l1_2_0
1082 enable_api_ms_win_security_base_private_l1_1_1
1083 enable_api_ms_win_security_credentials_l1_1_0
1084 enable_api_ms_win_security_grouppolicy_l1_1_0
1085 enable_api_ms_win_security_lsalookup_l1_1_0
1086 enable_api_ms_win_security_lsalookup_l1_1_1
1087 enable_api_ms_win_security_lsalookup_l2_1_0
1088 enable_api_ms_win_security_lsalookup_l2_1_1
1089 enable_api_ms_win_security_lsapolicy_l1_1_0
1090 enable_api_ms_win_security_provider_l1_1_0
1091 enable_api_ms_win_security_sddl_l1_1_0
1092 enable_api_ms_win_security_systemfunctions_l1_1_0
1093 enable_api_ms_win_service_core_l1_1_0
1094 enable_api_ms_win_service_core_l1_1_1
1095 enable_api_ms_win_service_management_l1_1_0
1096 enable_api_ms_win_service_management_l2_1_0
1097 enable_api_ms_win_service_private_l1_1_1
1098 enable_api_ms_win_service_winsvc_l1_1_0
1099 enable_api_ms_win_service_winsvc_l1_2_0
1100 enable_api_ms_win_shcore_obsolete_l1_1_0
1101 enable_api_ms_win_shcore_scaling_l1_1_1
1102 enable_api_ms_win_shcore_stream_l1_1_0
1103 enable_api_ms_win_shcore_thread_l1_1_0
1104 enable_api_ms_win_shell_shellcom_l1_1_0
1105 enable_api_ms_win_shell_shellfolders_l1_1_0
1119 enable_bluetoothapis
1154 enable_d3dcompiler_33
1155 enable_d3dcompiler_34
1156 enable_d3dcompiler_35
1157 enable_d3dcompiler_36
1158 enable_d3dcompiler_37
1159 enable_d3dcompiler_38
1160 enable_d3dcompiler_39
1161 enable_d3dcompiler_40
1162 enable_d3dcompiler_41
1163 enable_d3dcompiler_42
1164 enable_d3dcompiler_43
1165 enable_d3dcompiler_46
1166 enable_d3dcompiler_47
1251 enable_explorerframe
1252 enable_ext_ms_win_authz_context_l1_1_0
1253 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1254 enable_ext_ms_win_dwmapi_ext_l1_1_0
1255 enable_ext_ms_win_gdi_dc_create_l1_1_1
1256 enable_ext_ms_win_gdi_dc_l1_2_0
1257 enable_ext_ms_win_gdi_devcaps_l1_1_0
1258 enable_ext_ms_win_gdi_draw_l1_1_1
1259 enable_ext_ms_win_gdi_render_l1_1_0
1260 enable_ext_ms_win_kernel32_package_current_l1_1_0
1261 enable_ext_ms_win_kernel32_package_l1_1_1
1262 enable_ext_ms_win_ntuser_draw_l1_1_0
1263 enable_ext_ms_win_ntuser_gui_l1_3_0
1264 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1265 enable_ext_ms_win_ntuser_message_l1_1_1
1266 enable_ext_ms_win_ntuser_misc_l1_5_1
1267 enable_ext_ms_win_ntuser_mouse_l1_1_0
1268 enable_ext_ms_win_ntuser_private_l1_1_1
1269 enable_ext_ms_win_ntuser_private_l1_3_1
1270 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1271 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1272 enable_ext_ms_win_ntuser_window_l1_1_1
1273 enable_ext_ms_win_ntuser_window_l1_1_4
1274 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1275 enable_ext_ms_win_oleacc_l1_1_0
1276 enable_ext_ms_win_ras_rasapi32_l1_1_0
1277 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1278 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1279 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1280 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1281 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1282 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1283 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1284 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1285 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1286 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1287 enable_ext_ms_win_security_credui_l1_1_0
1288 enable_ext_ms_win_security_cryptui_l1_1_0
1289 enable_ext_ms_win_uxtheme_themes_l1_1_0
1465 enable_photometadatahandler
1537 enable_uiautomationcore
1570 enable_windowscodecs
1571 enable_windowscodecsext
1573 enable_wineandroid_drv
1575 enable_winecoreaudio_drv
1578 enable_winegstreamer
1580 enable_winejoystick_drv
1585 enable_winepulse_drv
1586 enable_wineqtdecoder
1603 enable_wmcodecdspuuid
1660 enable_aspnet_regiis
1697 enable_presentationfontcache
1710 enable_servicemodelreg
1733 enable_winemenubuilder
1735 enable_winemsibuilder
1759 ac_precious_vars
='build_alias
1826 # Initialize some variables set by options.
1828 ac_init_version
=false
1829 ac_unrecognized_opts
=
1830 ac_unrecognized_sep
=
1831 # The variables have the same names as the options, with
1832 # dashes changed to underlines.
1833 cache_file
=/dev
/null
1840 program_transform_name
=s
,x
,x
,
1848 # Installation directory options.
1849 # These are left unexpanded so users can "make install exec_prefix=/foo"
1850 # and all the variables that are supposed to be based on exec_prefix
1851 # by default will actually change.
1852 # Use braces instead of parens because sh, perl, etc. also accept them.
1853 # (The list follows the same order as the GNU Coding Standards.)
1854 bindir
='${exec_prefix}/bin'
1855 sbindir
='${exec_prefix}/sbin'
1856 libexecdir
='${exec_prefix}/libexec'
1857 datarootdir
='${prefix}/share'
1858 datadir
='${datarootdir}'
1859 sysconfdir
='${prefix}/etc'
1860 sharedstatedir
='${prefix}/com'
1861 localstatedir
='${prefix}/var'
1862 runstatedir
='${localstatedir}/run'
1863 includedir
='${prefix}/include'
1864 oldincludedir
='/usr/include'
1865 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1866 infodir
='${datarootdir}/info'
1871 libdir
='${exec_prefix}/lib'
1872 localedir
='${datarootdir}/locale'
1873 mandir
='${datarootdir}/man'
1879 # If the previous option needs an argument, assign it.
1880 if test -n "$ac_prev"; then
1881 eval $ac_prev=\
$ac_option
1887 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1892 # Accept the important Cygnus configure options, so we can diagnose typos.
1894 case $ac_dashdash$ac_option in
1898 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1900 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1901 bindir
=$ac_optarg ;;
1903 -build |
--build |
--buil |
--bui |
--bu)
1904 ac_prev
=build_alias
;;
1905 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1906 build_alias
=$ac_optarg ;;
1908 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1909 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1910 ac_prev
=cache_file
;;
1911 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1912 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1913 cache_file
=$ac_optarg ;;
1915 --config-cache |
-C)
1916 cache_file
=config.cache
;;
1918 -datadir |
--datadir |
--datadi |
--datad)
1920 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1921 datadir
=$ac_optarg ;;
1923 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1924 |
--dataroo |
--dataro |
--datar)
1925 ac_prev
=datarootdir
;;
1926 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1927 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1928 datarootdir
=$ac_optarg ;;
1930 -disable-* |
--disable-*)
1931 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1932 # Reject names that are not valid shell variable names.
1933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1934 as_fn_error $?
"invalid feature name: $ac_useropt"
1935 ac_useropt_orig
=$ac_useropt
1936 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1937 case $ac_user_opts in
1939 "enable_
$ac_useropt"
1941 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1942 ac_unrecognized_sep
=', ';;
1944 eval enable_
$ac_useropt=no
;;
1946 -docdir |
--docdir |
--docdi |
--doc |
--do)
1948 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1949 docdir
=$ac_optarg ;;
1951 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1953 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1954 dvidir
=$ac_optarg ;;
1956 -enable-* |
--enable-*)
1957 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1958 # Reject names that are not valid shell variable names.
1959 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1960 as_fn_error $?
"invalid feature name: $ac_useropt"
1961 ac_useropt_orig
=$ac_useropt
1962 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1963 case $ac_user_opts in
1965 "enable_
$ac_useropt"
1967 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1968 ac_unrecognized_sep
=', ';;
1970 eval enable_
$ac_useropt=\
$ac_optarg ;;
1972 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1973 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1974 |
--exec |
--exe |
--ex)
1975 ac_prev
=exec_prefix
;;
1976 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1977 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1978 |
--exec=* |
--exe=* |
--ex=*)
1979 exec_prefix
=$ac_optarg ;;
1981 -gas |
--gas |
--ga |
--g)
1982 # Obsolete; use --with-gas.
1985 -help |
--help |
--hel |
--he |
-h)
1986 ac_init_help
=long
;;
1987 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1988 ac_init_help
=recursive
;;
1989 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1990 ac_init_help
=short
;;
1992 -host |
--host |
--hos |
--ho)
1993 ac_prev
=host_alias
;;
1994 -host=* |
--host=* |
--hos=* |
--ho=*)
1995 host_alias
=$ac_optarg ;;
1997 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1999 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2001 htmldir
=$ac_optarg ;;
2003 -includedir |
--includedir |
--includedi |
--included |
--include \
2004 |
--includ |
--inclu |
--incl |
--inc)
2005 ac_prev
=includedir
;;
2006 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2007 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2008 includedir
=$ac_optarg ;;
2010 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2012 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2013 infodir
=$ac_optarg ;;
2015 -libdir |
--libdir |
--libdi |
--libd)
2017 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2018 libdir
=$ac_optarg ;;
2020 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2021 |
--libexe |
--libex |
--libe)
2022 ac_prev
=libexecdir
;;
2023 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2024 |
--libexe=* |
--libex=* |
--libe=*)
2025 libexecdir
=$ac_optarg ;;
2027 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2028 ac_prev
=localedir
;;
2029 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2030 localedir
=$ac_optarg ;;
2032 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2033 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2034 ac_prev
=localstatedir
;;
2035 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2036 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2037 localstatedir
=$ac_optarg ;;
2039 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2041 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2042 mandir
=$ac_optarg ;;
2044 -nfp |
--nfp |
--nf)
2045 # Obsolete; use --without-fp.
2048 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2049 |
--no-cr |
--no-c |
-n)
2052 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2053 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2056 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2057 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2058 |
--oldin |
--oldi |
--old |
--ol |
--o)
2059 ac_prev
=oldincludedir
;;
2060 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2061 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2062 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2063 oldincludedir
=$ac_optarg ;;
2065 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2067 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2068 prefix
=$ac_optarg ;;
2070 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2071 |
--program-pre |
--program-pr |
--program-p)
2072 ac_prev
=program_prefix
;;
2073 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2074 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2075 program_prefix
=$ac_optarg ;;
2077 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2078 |
--program-suf |
--program-su |
--program-s)
2079 ac_prev
=program_suffix
;;
2080 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2081 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2082 program_suffix
=$ac_optarg ;;
2084 -program-transform-name |
--program-transform-name \
2085 |
--program-transform-nam |
--program-transform-na \
2086 |
--program-transform-n |
--program-transform- \
2087 |
--program-transform |
--program-transfor \
2088 |
--program-transfo |
--program-transf \
2089 |
--program-trans |
--program-tran \
2090 |
--progr-tra |
--program-tr |
--program-t)
2091 ac_prev
=program_transform_name
;;
2092 -program-transform-name=* |
--program-transform-name=* \
2093 |
--program-transform-nam=* |
--program-transform-na=* \
2094 |
--program-transform-n=* |
--program-transform-=* \
2095 |
--program-transform=* |
--program-transfor=* \
2096 |
--program-transfo=* |
--program-transf=* \
2097 |
--program-trans=* |
--program-tran=* \
2098 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2099 program_transform_name
=$ac_optarg ;;
2101 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2103 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2104 pdfdir
=$ac_optarg ;;
2106 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2108 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2111 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2112 |
-silent |
--silent |
--silen |
--sile |
--sil)
2115 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2116 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2117 |
--run |
--ru |
--r)
2118 ac_prev
=runstatedir
;;
2119 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2120 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2121 |
--run=* |
--ru=* |
--r=*)
2122 runstatedir
=$ac_optarg ;;
2124 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2126 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2128 sbindir
=$ac_optarg ;;
2130 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2131 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2132 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2134 ac_prev
=sharedstatedir
;;
2135 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2136 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2137 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2139 sharedstatedir
=$ac_optarg ;;
2141 -site |
--site |
--sit)
2143 -site=* |
--site=* |
--sit=*)
2146 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2148 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2149 srcdir
=$ac_optarg ;;
2151 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2152 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2153 ac_prev
=sysconfdir
;;
2154 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2155 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2156 sysconfdir
=$ac_optarg ;;
2158 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2159 ac_prev
=target_alias
;;
2160 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2161 target_alias
=$ac_optarg ;;
2163 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2166 -version |
--version |
--versio |
--versi |
--vers |
-V)
2167 ac_init_version
=: ;;
2170 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2171 # Reject names that are not valid shell variable names.
2172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2173 as_fn_error $?
"invalid package name: $ac_useropt"
2174 ac_useropt_orig
=$ac_useropt
2175 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2176 case $ac_user_opts in
2180 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2181 ac_unrecognized_sep
=', ';;
2183 eval with_
$ac_useropt=\
$ac_optarg ;;
2185 -without-* |
--without-*)
2186 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2187 # Reject names that are not valid shell variable names.
2188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2189 as_fn_error $?
"invalid package name: $ac_useropt"
2190 ac_useropt_orig
=$ac_useropt
2191 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2192 case $ac_user_opts in
2196 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2197 ac_unrecognized_sep
=', ';;
2199 eval with_
$ac_useropt=no
;;
2202 # Obsolete; use --with-x.
2205 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2206 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2207 ac_prev
=x_includes
;;
2208 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2209 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2210 x_includes
=$ac_optarg ;;
2212 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2213 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2214 ac_prev
=x_libraries
;;
2215 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2216 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2217 x_libraries
=$ac_optarg ;;
2219 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2220 Try \`$0 --help' for more information"
2224 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2225 # Reject names that are not valid shell variable names.
2226 case $ac_envvar in #(
2227 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2228 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2230 eval $ac_envvar=\
$ac_optarg
2231 export $ac_envvar ;;
2234 # FIXME: should be removed in autoconf 3.0.
2235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2238 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2244 if test -n "$ac_prev"; then
2245 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2246 as_fn_error $?
"missing argument to $ac_option"
2249 if test -n "$ac_unrecognized_opts"; then
2250 case $enable_option_checking in
2252 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2257 # Check all directory arguments for consistency.
2258 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2259 datadir sysconfdir sharedstatedir localstatedir includedir \
2260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2261 libdir localedir mandir runstatedir
2263 eval ac_val
=\$
$ac_var
2264 # Remove trailing slashes.
2267 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2268 eval $ac_var=\
$ac_val;;
2270 # Be sure to have absolute directory names.
2272 [\\/$
]* | ?
:[\\/]* ) continue;;
2273 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2275 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2278 # There might be people who depend on the old broken behavior: `$host'
2279 # used to hold the argument of --host etc.
2280 # FIXME: To remove some day.
2283 target
=$target_alias
2285 # FIXME: To remove some day.
2286 if test "x$host_alias" != x
; then
2287 if test "x$build_alias" = x
; then
2288 cross_compiling
=maybe
2289 elif test "x$build_alias" != "x$host_alias"; then
2295 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2297 test "$silent" = yes && exec 6>/dev
/null
2300 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2301 ac_ls_di
=`ls -di .` &&
2302 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2303 as_fn_error $?
"working directory cannot be determined"
2304 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2305 as_fn_error $?
"pwd does not report name of working directory"
2308 # Find the source files, if location was not specified.
2309 if test -z "$srcdir"; then
2310 ac_srcdir_defaulted
=yes
2311 # Try the directory containing this script, then the parent directory.
2312 ac_confdir
=`$as_dirname -- "$as_myself" ||
2313 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2314 X"$as_myself" : 'X\(//\)[^/]' \| \
2315 X"$as_myself" : 'X\(//\)$' \| \
2316 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2317 $as_echo X"$as_myself" |
2318 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2336 if test ! -r "$srcdir/$ac_unique_file"; then
2340 ac_srcdir_defaulted
=no
2342 if test ! -r "$srcdir/$ac_unique_file"; then
2343 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2344 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2346 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2348 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2350 # When building in place, set srcdir=.
2351 if test "$ac_abs_confdir" = "$ac_pwd"; then
2354 # Remove unnecessary trailing slashes from srcdir.
2355 # Double slashes in file names in object file debugging info
2356 # mess up M-x gdb in Emacs.
2358 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2360 for ac_var
in $ac_precious_vars; do
2361 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2362 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2363 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2364 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2368 # Report the --help message.
2370 if test "$ac_init_help" = "long"; then
2371 # Omit some internal or obsolete options to make the list less imposing.
2372 # This message is too long to be a string in the A/UX 3.1 sh.
2374 \`configure' configures Wine 3.9 to adapt to many kinds of systems.
2376 Usage: $0 [OPTION]... [VAR=VALUE]...
2378 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2379 VAR=VALUE. See below for descriptions of some of the useful variables.
2381 Defaults for the options are specified in brackets.
2384 -h, --help display this help and exit
2385 --help=short display options specific to this package
2386 --help=recursive display the short help of all the included packages
2387 -V, --version display version information and exit
2388 -q, --quiet, --silent do not print \`checking ...' messages
2389 --cache-file=FILE cache test results in FILE [disabled]
2390 -C, --config-cache alias for \`--cache-file=config.cache'
2391 -n, --no-create do not create output files
2392 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2394 Installation directories:
2395 --prefix=PREFIX install architecture-independent files in PREFIX
2396 [$ac_default_prefix]
2397 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2400 By default, \`make install' will install all the files in
2401 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2402 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2403 for instance \`--prefix=\$HOME'.
2405 For better control, use the options below.
2407 Fine tuning of the installation directories:
2408 --bindir=DIR user executables [EPREFIX/bin]
2409 --sbindir=DIR system admin executables [EPREFIX/sbin]
2410 --libexecdir=DIR program executables [EPREFIX/libexec]
2411 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2412 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2413 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2414 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2415 --libdir=DIR object code libraries [EPREFIX/lib]
2416 --includedir=DIR C header files [PREFIX/include]
2417 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2418 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2419 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2420 --infodir=DIR info documentation [DATAROOTDIR/info]
2421 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2422 --mandir=DIR man documentation [DATAROOTDIR/man]
2423 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2424 --htmldir=DIR html documentation [DOCDIR]
2425 --dvidir=DIR dvi documentation [DOCDIR]
2426 --pdfdir=DIR pdf documentation [DOCDIR]
2427 --psdir=DIR ps documentation [DOCDIR]
2433 --x-includes=DIR X include files are
in DIR
2434 --x-libraries=DIR X library files are
in DIR
2437 --build=BUILD configure
for building on BUILD
[guessed
]
2438 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2442 if test -n "$ac_init_help"; then
2443 case $ac_init_help in
2444 short | recursive
) echo "Configuration of Wine 3.9:";;
2449 --disable-option-checking ignore unrecognized
--enable/--with options
2450 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2451 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2452 --disable-win16 do not include Win16 support
2453 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2455 --disable-tests do not build the regression tests
2456 --enable-maintainer-mode
2457 enable maintainer-specific build rules
2458 --disable-largefile omit support for large files
2461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2463 --without-alsa do not use the Alsa sound support
2464 --without-capi do not use CAPI (ISDN support)
2465 --without-cms do not use CMS (color management support)
2466 --without-coreaudio do not use the CoreAudio sound support
2467 --without-cups do not use CUPS
2468 --without-curses do not use (n)curses
2469 --without-dbus do not use DBus (dynamic device support)
2470 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2471 --without-fontconfig do not use fontconfig
2472 --without-freetype do not use the FreeType library
2473 --without-gettext do not use gettext
2474 --with-gettextpo use the GetTextPO library to rebuild po files
2475 --without-gphoto do not use gphoto (Digital Camera support)
2476 --without-glu do not use the GLU library
2477 --without-gnutls do not use GnuTLS (schannel support)
2478 --without-gsm do not use libgsm (GSM 06.10 codec support)
2479 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2480 --without-gstreamer do not use GStreamer (codecs support)
2481 --without-hal do not use HAL (dynamic device support)
2482 --without-jpeg do not use JPEG
2483 --without-krb5 do not use krb5 (Kerberos)
2484 --without-ldap do not use LDAP
2485 --without-mpg123 do not use the mpg123 library
2486 --without-netapi do not use the Samba NetAPI library
2487 --without-openal do not use OpenAL
2488 --without-opencl do not use OpenCL
2489 --without-opengl do not use OpenGL
2490 --without-osmesa do not use the OSMesa library
2491 --without-oss do not use the OSS sound support
2492 --without-pcap do not use the Packet Capture library
2493 --without-png do not use PNG
2494 --without-pthread do not use the pthread library
2495 --without-pulse do not use PulseAudio sound support
2496 --without-sane do not use SANE (scanner support)
2497 --without-sdl do not use SDL
2498 --without-tiff do not use TIFF
2499 --without-udev do not use udev (plug and play support)
2500 --without-v4l do not use v4l1 (v4l support)
2501 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2502 --without-vulkan do not use Vulkan
2503 --without-xcomposite do not use the Xcomposite extension
2504 --without-xcursor do not use the Xcursor extension
2505 --without-xfixes do not use Xfixes for clipboard change notifications
2506 --without-xinerama do not use Xinerama (multi-monitor support)
2507 --without-xinput do not use the Xinput extension
2508 --without-xinput2 do not use the Xinput 2 extension
2509 --without-xml do not use XML
2510 --without-xrandr do not use Xrandr (resolution changes)
2511 --without-xrender do not use the Xrender extension
2512 --without-xshape do not use the Xshape extension
2513 --without-xshm do not use XShm (shared memory extension)
2514 --without-xslt do not use XSLT
2515 --without-xxf86vm do not use XFree video mode extension
2516 --without-zlib do not use Zlib (data compression)
2517 --with-wine-tools=DIR use Wine tools from directory DIR
2518 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2519 --with-x use the X Window System
2521 Some influential environment variables:
2522 CC C compiler command
2523 CFLAGS C compiler flags
2524 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2525 nonstandard directory <lib dir>
2526 LIBS libraries to pass to the linker, e.g. -l<library>
2527 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2528 you have headers in a nonstandard directory <include dir>
2529 CXX C++ compiler command
2530 CXXFLAGS C++ compiler flags
2532 XMKMF Path to xmkmf, Makefile generator for X Window System
2533 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2534 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2535 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2536 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2537 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2538 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2539 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2540 HAL_LIBS Linker flags for hal, overriding pkg-config
2542 C compiler flags for gnutls, overriding pkg-config
2543 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2544 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2545 SANE_LIBS Linker flags for libsane, overriding pkg-config
2547 C compiler flags for libgphoto2, overriding pkg-config
2549 Linker flags for libgphoto2, overriding pkg-config
2551 C compiler flags for libgphoto2_port, overriding pkg-config
2553 Linker flags for libgphoto2_port, overriding pkg-config
2555 C compiler flags for lcms2, overriding pkg-config
2556 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2558 C compiler flags for freetype2, overriding pkg-config
2560 Linker flags for freetype2, overriding pkg-config
2562 C compiler flags for libpulse, overriding pkg-config
2563 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2565 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2566 gstreamer-audio-1.0, overriding pkg-config
2568 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2569 gstreamer-audio-1.0, overriding pkg-config
2570 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2571 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2572 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2573 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2575 C compiler flags for capi20, overriding pkg-config
2576 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2577 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2578 CUPS_LIBS Linker flags for cups, overriding pkg-config
2580 C compiler flags for fontconfig, overriding pkg-config
2582 Linker flags for fontconfig, overriding pkg-config
2583 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2584 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2586 C compiler flags for krb5-gssapi, overriding pkg-config
2587 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2588 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2589 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2590 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2591 PNG_LIBS Linker flags for libpng, overriding pkg-config
2592 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2593 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2595 C compiler flags for libmpg123, overriding pkg-config
2596 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2598 C compiler flags for netapi, overriding pkg-config
2599 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2601 C compiler flags for libvkd3d, overriding pkg-config
2602 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2603 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2604 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2606 Use these variables to override the choices made by `configure' or to
help
2607 it to
find libraries and programs with nonstandard names
/locations.
2609 Report bugs to
<wine-devel@winehq.org
>.
2610 Wine home page
: <https
://www.winehq.org
>.
2615 if test "$ac_init_help" = "recursive"; then
2616 # If there are subdirs, report their specific --help.
2617 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2618 test -d "$ac_dir" ||
2619 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2624 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2626 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2627 # A ".." for each directory in $ac_dir_suffix.
2628 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2629 case $ac_top_builddir_sub in
2630 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2631 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2634 ac_abs_top_builddir
=$ac_pwd
2635 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2636 # for backward compatibility:
2637 ac_top_builddir
=$ac_top_build_prefix
2640 .
) # We are building in place.
2642 ac_top_srcdir
=$ac_top_builddir_sub
2643 ac_abs_top_srcdir
=$ac_pwd ;;
2644 [\\/]* | ?
:[\\/]* ) # Absolute name.
2645 ac_srcdir
=$srcdir$ac_dir_suffix;
2646 ac_top_srcdir
=$srcdir
2647 ac_abs_top_srcdir
=$srcdir ;;
2649 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2650 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2651 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2653 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2655 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2656 # Check for guested configure.
2657 if test -f "$ac_srcdir/configure.gnu"; then
2659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2660 elif test -f "$ac_srcdir/configure"; then
2662 $SHELL "$ac_srcdir/configure" --help=recursive
2664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2666 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2670 test -n "$ac_init_help" && exit $ac_status
2671 if $ac_init_version; then
2674 generated by GNU Autoconf
2.69
2676 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2677 This configure
script is free software
; the Free Software Foundation
2678 gives unlimited permission to copy
, distribute and modify it.
2683 ## ------------------------ ##
2684 ## Autoconf initialization. ##
2685 ## ------------------------ ##
2687 # ac_fn_c_try_compile LINENO
2688 # --------------------------
2689 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2690 ac_fn_c_try_compile
()
2692 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2693 rm -f conftest.
$ac_objext
2694 if { { ac_try
="$ac_compile"
2696 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2699 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2700 $as_echo "$ac_try_echo"; } >&5
2701 (eval "$ac_compile") 2>conftest.err
2703 if test -s conftest.err; then
2704 grep -v '^ *+' conftest.err >conftest.er1
2705 cat conftest.er1 >&5
2706 mv -f conftest.er1 conftest.err
2708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2709 test $ac_status = 0; } && {
2710 test -z "$ac_c_werror_flag" ||
2711 test ! -s conftest.err
2712 } && test -s conftest.$ac_objext; then :
2715 $as_echo "$as_me: failed program was:" >&5
2716 sed 's/^/| /' conftest.$ac_ext >&5
2720 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2721 as_fn_set_status $ac_retval
2723 } # ac_fn_c_try_compile
2725 # ac_fn_cxx_try_compile LINENO
2726 # ----------------------------
2727 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2728 ac_fn_cxx_try_compile ()
2730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2731 rm -f conftest.$ac_objext
2732 if { { ac_try="$ac_compile"
2734 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2735 *) ac_try_echo
=$ac_try;;
2737 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2738 $as_echo "$ac_try_echo"; } >&5
2739 (eval "$ac_compile") 2>conftest.err
2741 if test -s conftest.err
; then
2742 grep -v '^ *+' conftest.err
>conftest.er1
2743 cat conftest.er1
>&5
2744 mv -f conftest.er1 conftest.err
2746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2747 test $ac_status = 0; } && {
2748 test -z "$ac_cxx_werror_flag" ||
2749 test ! -s conftest.err
2750 } && test -s conftest.
$ac_objext; then :
2753 $as_echo "$as_me: failed program was:" >&5
2754 sed 's/^/| /' conftest.
$ac_ext >&5
2758 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2759 as_fn_set_status
$ac_retval
2761 } # ac_fn_cxx_try_compile
2763 # ac_fn_c_try_link LINENO
2764 # -----------------------
2765 # Try to link conftest.$ac_ext, and return whether this succeeded.
2768 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2769 rm -f conftest.
$ac_objext conftest
$ac_exeext
2770 if { { ac_try
="$ac_link"
2772 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2773 *) ac_try_echo=$ac_try;;
2775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2776 $as_echo "$ac_try_echo"; } >&5
2777 (eval "$ac_link") 2>conftest.err
2779 if test -s conftest.err; then
2780 grep -v '^ *+' conftest.err >conftest.er1
2781 cat conftest.er1 >&5
2782 mv -f conftest.er1 conftest.err
2784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2785 test $ac_status = 0; } && {
2786 test -z "$ac_c_werror_flag" ||
2787 test ! -s conftest.err
2788 } && test -s conftest$ac_exeext && {
2789 test "$cross_compiling" = yes ||
2790 test -x conftest$ac_exeext
2794 $as_echo "$as_me: failed program was:" >&5
2795 sed 's/^/| /' conftest.$ac_ext >&5
2799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2801 # interfere with the next link command; also delete a directory that is
2802 # left behind by Apple's compiler. We do this before executing the actions.
2803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2805 as_fn_set_status $ac_retval
2807 } # ac_fn_c_try_link
2809 # ac_fn_c_try_cpp LINENO
2810 # ----------------------
2811 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2815 if { { ac_try="$ac_cpp conftest.$ac_ext"
2817 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2818 *) ac_try_echo
=$ac_try;;
2820 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2821 $as_echo "$ac_try_echo"; } >&5
2822 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2824 if test -s conftest.err
; then
2825 grep -v '^ *+' conftest.err
>conftest.er1
2826 cat conftest.er1
>&5
2827 mv -f conftest.er1 conftest.err
2829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2830 test $ac_status = 0; } > conftest.i
&& {
2831 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2832 test ! -s conftest.err
2836 $as_echo "$as_me: failed program was:" >&5
2837 sed 's/^/| /' conftest.
$ac_ext >&5
2841 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2842 as_fn_set_status
$ac_retval
2846 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2847 # -------------------------------------------------------
2848 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2849 # the include files in INCLUDES and setting the cache variable VAR
2851 ac_fn_c_check_header_mongrel
()
2853 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2854 if eval \
${$3+:} false
; then :
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2856 $as_echo_n "checking for $2... " >&6; }
2857 if eval \
${$3+:} false
; then :
2858 $as_echo_n "(cached) " >&6
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2862 $as_echo "$ac_res" >&6; }
2864 # Is the header compilable?
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2866 $as_echo_n "checking $2 usability... " >&6; }
2867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2872 if ac_fn_c_try_compile
"$LINENO"; then :
2873 ac_header_compiler
=yes
2875 ac_header_compiler
=no
2877 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2879 $as_echo "$ac_header_compiler" >&6; }
2881 # Is the header present?
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2883 $as_echo_n "checking $2 presence... " >&6; }
2884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2885 /* end confdefs.h. */
2888 if ac_fn_c_try_cpp
"$LINENO"; then :
2889 ac_header_preproc
=yes
2891 ac_header_preproc
=no
2893 rm -f conftest.err conftest.i conftest.
$ac_ext
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2895 $as_echo "$ac_header_preproc" >&6; }
2897 # So? What about this header?
2898 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2901 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2903 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2907 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2909 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2911 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2913 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2915 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2916 ( $as_echo "## ------------------------------------ ##
2917 ## Report this to wine-devel@winehq.org ##
2918 ## ------------------------------------ ##"
2919 ) |
sed "s/^/$as_me: WARNING: /" >&2
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2923 $as_echo_n "checking for $2... " >&6; }
2924 if eval \
${$3+:} false
; then :
2925 $as_echo_n "(cached) " >&6
2927 eval "$3=\$ac_header_compiler"
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2931 $as_echo "$ac_res" >&6; }
2933 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2935 } # ac_fn_c_check_header_mongrel
2937 # ac_fn_c_try_run LINENO
2938 # ----------------------
2939 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2940 # that executables *can* be run.
2943 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2944 if { { ac_try
="$ac_link"
2946 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2949 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2950 $as_echo "$ac_try_echo"; } >&5
2951 (eval "$ac_link") 2>&5
2953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2954 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2955 { { case "(($ac_try" in
2956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2957 *) ac_try_echo
=$ac_try;;
2959 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2960 $as_echo "$ac_try_echo"; } >&5
2961 (eval "$ac_try") 2>&5
2963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2964 test $ac_status = 0; }; }; then :
2967 $as_echo "$as_me: program exited with status $ac_status" >&5
2968 $as_echo "$as_me: failed program was:" >&5
2969 sed 's/^/| /' conftest.
$ac_ext >&5
2971 ac_retval
=$ac_status
2973 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2974 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2975 as_fn_set_status
$ac_retval
2979 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2980 # -------------------------------------------------------
2981 # Tests whether HEADER exists and can be compiled using the include files in
2982 # INCLUDES, setting the cache variable VAR accordingly.
2983 ac_fn_c_check_header_compile
()
2985 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2987 $as_echo_n "checking for $2... " >&6; }
2988 if eval \
${$3+:} false
; then :
2989 $as_echo_n "(cached) " >&6
2991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2992 /* end confdefs.h. */
2996 if ac_fn_c_try_compile
"$LINENO"; then :
3001 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3005 $as_echo "$ac_res" >&6; }
3006 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3008 } # ac_fn_c_check_header_compile
3010 # ac_fn_c_check_func LINENO FUNC VAR
3011 # ----------------------------------
3012 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3013 ac_fn_c_check_func
()
3015 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3017 $as_echo_n "checking for $2... " >&6; }
3018 if eval \
${$3+:} false
; then :
3019 $as_echo_n "(cached) " >&6
3021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3022 /* end confdefs.h. */
3023 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3025 #define $2 innocuous_$2
3027 /* System header to define __stub macros and hopefully few prototypes,
3028 which can conflict with char $2 (); below.
3029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3030 <limits.h> exists even on freestanding compilers. */
3033 # include <limits.h>
3035 # include <assert.h>
3040 /* Override any GCC internal prototype to avoid an error.
3041 Use char because int might match the return type of a GCC
3042 builtin and then its argument prototype would still apply. */
3047 /* The GNU C library defines this for functions which it implements
3048 to always fail with ENOSYS. Some functions are actually named
3049 something starting with __ and the normal name is an alias. */
3050 #if defined __stub_$2 || defined __stub___$2
3062 if ac_fn_c_try_link
"$LINENO"; then :
3067 rm -f core conftest.err conftest.
$ac_objext \
3068 conftest
$ac_exeext conftest.
$ac_ext
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3072 $as_echo "$ac_res" >&6; }
3073 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3075 } # ac_fn_c_check_func
3077 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3078 # ----------------------------------------------------
3079 # Tries to find if the field MEMBER exists in type AGGR, after including
3080 # INCLUDES, setting cache variable VAR accordingly.
3081 ac_fn_c_check_member
()
3083 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3085 $as_echo_n "checking for $2.$3... " >&6; }
3086 if eval \
${$4+:} false
; then :
3087 $as_echo_n "(cached) " >&6
3089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3090 /* end confdefs.h. */
3102 if ac_fn_c_try_compile
"$LINENO"; then :
3105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3106 /* end confdefs.h. */
3112 if (sizeof ac_aggr.$3)
3118 if ac_fn_c_try_compile
"$LINENO"; then :
3123 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3125 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3129 $as_echo "$ac_res" >&6; }
3130 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3132 } # ac_fn_c_check_member
3134 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3135 # -------------------------------------------
3136 # Tests whether TYPE exists after having included INCLUDES, setting cache
3137 # variable VAR accordingly.
3138 ac_fn_c_check_type
()
3140 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3142 $as_echo_n "checking for $2... " >&6; }
3143 if eval \
${$3+:} false
; then :
3144 $as_echo_n "(cached) " >&6
3147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3148 /* end confdefs.h. */
3159 if ac_fn_c_try_compile
"$LINENO"; then :
3160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3161 /* end confdefs.h. */
3172 if ac_fn_c_try_compile
"$LINENO"; then :
3177 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3179 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3183 $as_echo "$ac_res" >&6; }
3184 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3186 } # ac_fn_c_check_type
3187 cat >config.log
<<_ACEOF
3188 This file contains any messages produced by compilers while
3189 running configure, to aid debugging if configure makes a mistake.
3191 It was created by Wine $as_me 3.9, which was
3192 generated by GNU Autoconf 2.69. Invocation command line was
3204 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3205 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3206 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3207 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3208 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3210 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3211 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3213 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3214 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3215 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3216 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3217 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3218 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3219 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3227 test -z "$as_dir" && as_dir
=.
3228 $as_echo "PATH: $as_dir"
3244 # Keep a trace of the command line.
3245 # Strip out --no-create and --no-recursion so they do not pile up.
3246 # Strip out --silent because we don't want to record it for future runs.
3247 # Also quote any args containing shell meta-characters.
3248 # Make two passes to allow for proper duplicate-argument suppression.
3252 ac_must_keep_next
=false
3258 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3259 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3260 |
-silent |
--silent |
--silen |
--sile |
--sil)
3263 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3266 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3268 as_fn_append ac_configure_args1
" '$ac_arg'"
3269 if test $ac_must_keep_next = true
; then
3270 ac_must_keep_next
=false
# Got value, back to normal.
3273 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3274 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3275 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3276 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3277 case "$ac_configure_args0 " in
3278 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3281 -* ) ac_must_keep_next
=true
;;
3284 as_fn_append ac_configure_args
" '$ac_arg'"
3289 { ac_configure_args0
=; unset ac_configure_args0
;}
3290 { ac_configure_args1
=; unset ac_configure_args1
;}
3292 # When interrupted or exit'd, cleanup temporary files, and complete
3293 # config.log. We remove comments because anyway the quotes in there
3294 # would cause problems or look ugly.
3295 # WARNING: Use '\'' to represent an apostrophe within the trap.
3296 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3297 trap 'exit_status=$?
3298 # Save into config.log some information that might help in debugging.
3302 $as_echo "## ---------------- ##
3303 ## Cache variables. ##
3304 ## ---------------- ##"
3306 # The following way of writing the cache mishandles newlines in values,
3308 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3309 eval ac_val=\$$ac_var
3313 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3314 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3317 _ | IFS | as_nl) ;; #(
3318 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3319 *) { eval $ac_var=; unset $ac_var;} ;;
3324 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3325 *${as_nl}ac_space=\ *)
3327 "s/'\''/'\''\\\\'\'''\''/g;
3328 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3331 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3338 $as_echo "## ----------------- ##
3339 ## Output variables. ##
3340 ## ----------------- ##"
3342 for ac_var in $ac_subst_vars
3344 eval ac_val=\$$ac_var
3346 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3348 $as_echo "$ac_var='\''$ac_val'\''"
3352 if test -n "$ac_subst_files"; then
3353 $as_echo "## ------------------- ##
3354 ## File substitutions. ##
3355 ## ------------------- ##"
3357 for ac_var
in $ac_subst_files
3359 eval ac_val
=\$
$ac_var
3361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3363 $as_echo "$ac_var='\''$ac_val'\''"
3368 if test -s confdefs.h; then
3369 $as_echo "## ----------- ##
3376 test "$ac_signal" != 0 &&
3377 $as_echo "$as_me: caught signal $ac_signal"
3378 $as_echo "$as_me: exit $exit_status"
3380 rm -f core *.core core.conftest.* &&
3381 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3384 for ac_signal
in 1 2 13 15; do
3385 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3389 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3390 rm -f -r conftest
* confdefs.h
3392 $as_echo "/* confdefs.h */" > confdefs.h
3394 # Predefined preprocessor variables.
3396 cat >>confdefs.h
<<_ACEOF
3397 #define PACKAGE_NAME "$PACKAGE_NAME"
3400 cat >>confdefs.h
<<_ACEOF
3401 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3404 cat >>confdefs.h
<<_ACEOF
3405 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3408 cat >>confdefs.h
<<_ACEOF
3409 #define PACKAGE_STRING "$PACKAGE_STRING"
3412 cat >>confdefs.h
<<_ACEOF
3413 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3416 cat >>confdefs.h
<<_ACEOF
3417 #define PACKAGE_URL "$PACKAGE_URL"
3421 # Let the site file select an alternate cache file if it wants to.
3422 # Prefer an explicitly selected file to automatically selected ones.
3425 if test -n "$CONFIG_SITE"; then
3426 # We do not want a PATH search for config.site.
3427 case $CONFIG_SITE in #((
3428 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3429 */*) ac_site_file1
=$CONFIG_SITE;;
3430 *) ac_site_file1
=.
/$CONFIG_SITE;;
3432 elif test "x$prefix" != xNONE
; then
3433 ac_site_file1
=$prefix/share
/config.site
3434 ac_site_file2
=$prefix/etc
/config.site
3436 ac_site_file1
=$ac_default_prefix/share
/config.site
3437 ac_site_file2
=$ac_default_prefix/etc
/config.site
3439 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3441 test "x$ac_site_file" = xNONE
&& continue
3442 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3444 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3445 sed 's/^/| /' "$ac_site_file" >&5
3447 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3449 as_fn_error $?
"failed to load site script $ac_site_file
3450 See \`config.log' for more details" "$LINENO" 5; }
3454 if test -r "$cache_file"; then
3455 # Some versions of bash will fail to source /dev/null (special files
3456 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3457 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3459 $as_echo "$as_me: loading cache $cache_file" >&6;}
3461 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3462 *) .
"./$cache_file";;
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3467 $as_echo "$as_me: creating cache $cache_file" >&6;}
3471 # Check that the precious variables saved in the cache have kept the same
3473 ac_cache_corrupted
=false
3474 for ac_var
in $ac_precious_vars; do
3475 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3476 eval ac_new_set
=\
$ac_env_${ac_var}_set
3477 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3478 eval ac_new_val
=\
$ac_env_${ac_var}_value
3479 case $ac_old_set,$ac_new_set in
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3482 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3483 ac_cache_corrupted
=: ;;
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3486 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3487 ac_cache_corrupted
=: ;;
3490 if test "x$ac_old_val" != "x$ac_new_val"; then
3491 # differences in whitespace do not lead to failure.
3492 ac_old_val_w
=`echo x $ac_old_val`
3493 ac_new_val_w
=`echo x $ac_new_val`
3494 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3496 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3497 ac_cache_corrupted
=:
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3500 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3501 eval $ac_var=\
$ac_old_val
3503 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3504 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3506 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3509 # Pass precious variables to config.status.
3510 if test "$ac_new_set" = set; then
3512 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3513 *) ac_arg
=$ac_var=$ac_new_val ;;
3515 case " $ac_configure_args " in
3516 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3517 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3521 if $ac_cache_corrupted; then
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3523 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3525 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3526 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3528 ## -------------------- ##
3529 ## Main body of script. ##
3530 ## -------------------- ##
3533 ac_cpp
='$CPP $CPPFLAGS'
3534 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3535 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3536 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3540 ac_config_headers
="$ac_config_headers include/config.h"
3543 for ac_dir
in tools
"$srcdir"/tools
; do
3544 if test -f "$ac_dir/install-sh"; then
3546 ac_install_sh
="$ac_aux_dir/install-sh -c"
3548 elif test -f "$ac_dir/install.sh"; then
3550 ac_install_sh
="$ac_aux_dir/install.sh -c"
3552 elif test -f "$ac_dir/shtool"; then
3554 ac_install_sh
="$ac_aux_dir/shtool install -c"
3558 if test -z "$ac_aux_dir"; then
3559 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3562 # These three variables are undocumented and unsupported,
3563 # and are intended to be withdrawn in a future Autoconf release.
3564 # They can cause serious problems if a builder's source tree is in a directory
3565 # whose full name contains unusual characters.
3566 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3567 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3568 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3572 libwine_version
="1.0"
3576 # Check whether --enable-win16 was given.
3577 if test "${enable_win16+set}" = set; then :
3578 enableval
=$enable_win16;
3581 # Check whether --enable-win64 was given.
3582 if test "${enable_win64+set}" = set; then :
3583 enableval
=$enable_win64;
3586 # Check whether --enable-tests was given.
3587 if test "${enable_tests+set}" = set; then :
3588 enableval
=$enable_tests;
3591 # Check whether --enable-maintainer-mode was given.
3592 if test "${enable_maintainer_mode+set}" = set; then :
3593 enableval
=$enable_maintainer_mode;
3598 # Check whether --with-alsa was given.
3599 if test "${with_alsa+set}" = set; then :
3600 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3604 # Check whether --with-capi was given.
3605 if test "${with_capi+set}" = set; then :
3610 # Check whether --with-cms was given.
3611 if test "${with_cms+set}" = set; then :
3616 # Check whether --with-coreaudio was given.
3617 if test "${with_coreaudio+set}" = set; then :
3618 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3622 # Check whether --with-cups was given.
3623 if test "${with_cups+set}" = set; then :
3628 # Check whether --with-curses was given.
3629 if test "${with_curses+set}" = set; then :
3630 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3634 # Check whether --with-dbus was given.
3635 if test "${with_dbus+set}" = set; then :
3640 # Check whether --with-float-abi was given.
3641 if test "${with_float_abi+set}" = set; then :
3642 withval
=$with_float_abi;
3646 # Check whether --with-fontconfig was given.
3647 if test "${with_fontconfig+set}" = set; then :
3648 withval
=$with_fontconfig;
3652 # Check whether --with-freetype was given.
3653 if test "${with_freetype+set}" = set; then :
3654 withval
=$with_freetype;
3658 # Check whether --with-gettext was given.
3659 if test "${with_gettext+set}" = set; then :
3660 withval
=$with_gettext;
3664 # Check whether --with-gettextpo was given.
3665 if test "${with_gettextpo+set}" = set; then :
3666 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3670 # Check whether --with-gphoto was given.
3671 if test "${with_gphoto+set}" = set; then :
3672 withval
=$with_gphoto;
3676 # Check whether --with-glu was given.
3677 if test "${with_glu+set}" = set; then :
3682 # Check whether --with-gnutls was given.
3683 if test "${with_gnutls+set}" = set; then :
3684 withval
=$with_gnutls;
3688 # Check whether --with-gsm was given.
3689 if test "${with_gsm+set}" = set; then :
3690 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3694 # Check whether --with-gssapi was given.
3695 if test "${with_gssapi+set}" = set; then :
3696 withval
=$with_gssapi;
3700 # Check whether --with-gstreamer was given.
3701 if test "${with_gstreamer+set}" = set; then :
3702 withval
=$with_gstreamer;
3706 # Check whether --with-hal was given.
3707 if test "${with_hal+set}" = set; then :
3712 # Check whether --with-jpeg was given.
3713 if test "${with_jpeg+set}" = set; then :
3718 # Check whether --with-krb5 was given.
3719 if test "${with_krb5+set}" = set; then :
3724 # Check whether --with-ldap was given.
3725 if test "${with_ldap+set}" = set; then :
3726 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3730 # Check whether --with-mpg123 was given.
3731 if test "${with_mpg123+set}" = set; then :
3732 withval
=$with_mpg123;
3736 # Check whether --with-netapi was given.
3737 if test "${with_netapi+set}" = set; then :
3738 withval
=$with_netapi;
3742 # Check whether --with-openal was given.
3743 if test "${with_openal+set}" = set; then :
3744 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3748 # Check whether --with-opencl was given.
3749 if test "${with_opencl+set}" = set; then :
3750 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3754 # Check whether --with-opengl was given.
3755 if test "${with_opengl+set}" = set; then :
3756 withval
=$with_opengl;
3760 # Check whether --with-osmesa was given.
3761 if test "${with_osmesa+set}" = set; then :
3762 withval
=$with_osmesa;
3766 # Check whether --with-oss was given.
3767 if test "${with_oss+set}" = set; then :
3772 # Check whether --with-pcap was given.
3773 if test "${with_pcap+set}" = set; then :
3774 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3778 # Check whether --with-png was given.
3779 if test "${with_png+set}" = set; then :
3784 # Check whether --with-pthread was given.
3785 if test "${with_pthread+set}" = set; then :
3786 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3790 # Check whether --with-pulse was given.
3791 if test "${with_pulse+set}" = set; then :
3792 withval
=$with_pulse;
3796 # Check whether --with-sane was given.
3797 if test "${with_sane+set}" = set; then :
3802 # Check whether --with-sdl was given.
3803 if test "${with_sdl+set}" = set; then :
3808 # Check whether --with-tiff was given.
3809 if test "${with_tiff+set}" = set; then :
3814 # Check whether --with-udev was given.
3815 if test "${with_udev+set}" = set; then :
3820 # Check whether --with-v4l was given.
3821 if test "${with_v4l+set}" = set; then :
3826 # Check whether --with-vkd3d was given.
3827 if test "${with_vkd3d+set}" = set; then :
3828 withval
=$with_vkd3d;
3832 # Check whether --with-vulkan was given.
3833 if test "${with_vulkan+set}" = set; then :
3834 withval
=$with_vulkan;
3838 # Check whether --with-xcomposite was given.
3839 if test "${with_xcomposite+set}" = set; then :
3840 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3844 # Check whether --with-xcursor was given.
3845 if test "${with_xcursor+set}" = set; then :
3846 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3850 # Check whether --with-xfixes was given.
3851 if test "${with_xfixes+set}" = set; then :
3852 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3856 # Check whether --with-xinerama was given.
3857 if test "${with_xinerama+set}" = set; then :
3858 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3862 # Check whether --with-xinput was given.
3863 if test "${with_xinput+set}" = set; then :
3864 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3868 # Check whether --with-xinput2 was given.
3869 if test "${with_xinput2+set}" = set; then :
3870 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3874 # Check whether --with-xml was given.
3875 if test "${with_xml+set}" = set; then :
3880 # Check whether --with-xrandr was given.
3881 if test "${with_xrandr+set}" = set; then :
3882 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3886 # Check whether --with-xrender was given.
3887 if test "${with_xrender+set}" = set; then :
3888 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3892 # Check whether --with-xshape was given.
3893 if test "${with_xshape+set}" = set; then :
3894 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3898 # Check whether --with-xshm was given.
3899 if test "${with_xshm+set}" = set; then :
3900 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3904 # Check whether --with-xslt was given.
3905 if test "${with_xslt+set}" = set; then :
3910 # Check whether --with-xxf86vm was given.
3911 if test "${with_xxf86vm+set}" = set; then :
3912 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
3916 # Check whether --with-zlib was given.
3917 if test "${with_zlib+set}" = set; then :
3918 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3923 # Check whether --with-wine-tools was given.
3924 if test "${with_wine_tools+set}" = set; then :
3925 withval
=$with_wine_tools;
3929 # Check whether --with-wine64 was given.
3930 if test "${with_wine64+set}" = set; then :
3931 withval
=$with_wine64;
3935 # Make sure we can run config.sub.
3936 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3937 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3940 $as_echo_n "checking build system type... " >&6; }
3941 if ${ac_cv_build+:} false
; then :
3942 $as_echo_n "(cached) " >&6
3944 ac_build_alias
=$build_alias
3945 test "x$ac_build_alias" = x
&&
3946 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3947 test "x$ac_build_alias" = x
&&
3948 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3949 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3950 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3954 $as_echo "$ac_cv_build" >&6; }
3955 case $ac_cv_build in
3957 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3960 ac_save_IFS
=$IFS; IFS
='-'
3966 # Remember, the first character of IFS is used to create $*,
3967 # except with old shells:
3970 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3974 $as_echo_n "checking host system type... " >&6; }
3975 if ${ac_cv_host+:} false
; then :
3976 $as_echo_n "(cached) " >&6
3978 if test "x$host_alias" = x
; then
3979 ac_cv_host
=$ac_cv_build
3981 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3982 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3987 $as_echo "$ac_cv_host" >&6; }
3990 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3993 ac_save_IFS
=$IFS; IFS
='-'
3999 # Remember, the first character of IFS is used to create $*,
4000 # except with old shells:
4003 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4009 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
4010 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
4011 You need to run 'make distclean' in the source tree first." "$LINENO" 5
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4017 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4019 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4020 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4021 $as_echo_n "(cached) " >&6
4023 cat >conftest.
make <<\_ACEOF
4026 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4028 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4029 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4031 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4033 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4037 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4039 $as_echo "yes" >&6; }
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4043 $as_echo "no" >&6; }
4044 SET_MAKE
="MAKE=${MAKE-make}"
4048 ac_cpp
='$CPP $CPPFLAGS'
4049 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4050 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4051 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4052 if test -n "$ac_tool_prefix"; then
4053 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4054 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4056 $as_echo_n "checking for $ac_word... " >&6; }
4057 if ${ac_cv_prog_CC+:} false
; then :
4058 $as_echo_n "(cached) " >&6
4060 if test -n "$CC"; then
4061 ac_cv_prog_CC
="$CC" # Let the user override the test.
4063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4067 test -z "$as_dir" && as_dir
=.
4068 for ac_exec_ext
in '' $ac_executable_extensions; do
4069 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4070 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4081 if test -n "$CC"; then
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4083 $as_echo "$CC" >&6; }
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 $as_echo "no" >&6; }
4091 if test -z "$ac_cv_prog_CC"; then
4093 # Extract the first word of "gcc", so it can be a program name with args.
4094 set dummy gcc
; ac_word
=$2
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4096 $as_echo_n "checking for $ac_word... " >&6; }
4097 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4098 $as_echo_n "(cached) " >&6
4100 if test -n "$ac_ct_CC"; then
4101 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4103 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4107 test -z "$as_dir" && as_dir
=.
4108 for ac_exec_ext
in '' $ac_executable_extensions; do
4109 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4110 ac_cv_prog_ac_ct_CC
="gcc"
4111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4121 if test -n "$ac_ct_CC"; then
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4123 $as_echo "$ac_ct_CC" >&6; }
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4126 $as_echo "no" >&6; }
4129 if test "x$ac_ct_CC" = x
; then
4132 case $cross_compiling:$ac_tool_warned in
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4136 ac_tool_warned
=yes ;;
4144 if test -z "$CC"; then
4145 if test -n "$ac_tool_prefix"; then
4146 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4147 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if ${ac_cv_prog_CC+:} false
; then :
4151 $as_echo_n "(cached) " >&6
4153 if test -n "$CC"; then
4154 ac_cv_prog_CC
="$CC" # Let the user override the test.
4156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4160 test -z "$as_dir" && as_dir
=.
4161 for ac_exec_ext
in '' $ac_executable_extensions; do
4162 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4163 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 if test -n "$CC"; then
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4176 $as_echo "$CC" >&6; }
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179 $as_echo "no" >&6; }
4185 if test -z "$CC"; then
4186 # Extract the first word of "cc", so it can be a program name with args.
4187 set dummy cc
; ac_word
=$2
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189 $as_echo_n "checking for $ac_word... " >&6; }
4190 if ${ac_cv_prog_CC+:} false
; then :
4191 $as_echo_n "(cached) " >&6
4193 if test -n "$CC"; then
4194 ac_cv_prog_CC
="$CC" # Let the user override the test.
4197 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4201 test -z "$as_dir" && as_dir
=.
4202 for ac_exec_ext
in '' $ac_executable_extensions; do
4203 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4204 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4205 ac_prog_rejected
=yes
4209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4216 if test $ac_prog_rejected = yes; then
4217 # We found a bogon in the path, so make sure we never use it.
4218 set dummy
$ac_cv_prog_CC
4220 if test $# != 0; then
4221 # We chose a different compiler from the bogus one.
4222 # However, it has the same basename, so the bogon will be chosen
4223 # first if we set CC to just the basename; use the full file name.
4225 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4231 if test -n "$CC"; then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4233 $as_echo "$CC" >&6; }
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4241 if test -z "$CC"; then
4242 if test -n "$ac_tool_prefix"; then
4243 for ac_prog
in cl.exe
4245 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4246 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4248 $as_echo_n "checking for $ac_word... " >&6; }
4249 if ${ac_cv_prog_CC+:} false
; then :
4250 $as_echo_n "(cached) " >&6
4252 if test -n "$CC"; then
4253 ac_cv_prog_CC
="$CC" # Let the user override the test.
4255 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4259 test -z "$as_dir" && as_dir
=.
4260 for ac_exec_ext
in '' $ac_executable_extensions; do
4261 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4262 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4273 if test -n "$CC"; then
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4275 $as_echo "$CC" >&6; }
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4278 $as_echo "no" >&6; }
4282 test -n "$CC" && break
4285 if test -z "$CC"; then
4287 for ac_prog
in cl.exe
4289 # Extract the first word of "$ac_prog", so it can be a program name with args.
4290 set dummy
$ac_prog; ac_word
=$2
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4292 $as_echo_n "checking for $ac_word... " >&6; }
4293 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4294 $as_echo_n "(cached) " >&6
4296 if test -n "$ac_ct_CC"; then
4297 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4303 test -z "$as_dir" && as_dir
=.
4304 for ac_exec_ext
in '' $ac_executable_extensions; do
4305 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4306 ac_cv_prog_ac_ct_CC
="$ac_prog"
4307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4316 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4317 if test -n "$ac_ct_CC"; then
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4319 $as_echo "$ac_ct_CC" >&6; }
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4322 $as_echo "no" >&6; }
4326 test -n "$ac_ct_CC" && break
4329 if test "x$ac_ct_CC" = x
; then
4332 case $cross_compiling:$ac_tool_warned in
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4335 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4336 ac_tool_warned
=yes ;;
4345 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4346 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4347 as_fn_error $?
"no acceptable C compiler found in \$PATH
4348 See \`config.log' for more details" "$LINENO" 5; }
4350 # Provide some information about the compiler.
4351 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4354 for ac_option
in --version -v -V -qversion; do
4355 { { ac_try
="$ac_compiler $ac_option >&5"
4357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4358 *) ac_try_echo=$ac_try;;
4360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4361 $as_echo "$ac_try_echo"; } >&5
4362 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4364 if test -s conftest.err; then
4366 ... rest of stderr output deleted ...
4367 10q' conftest.err >conftest.er1
4368 cat conftest.er1 >&5
4370 rm -f conftest.er1 conftest.err
4371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4372 test $ac_status = 0; }
4375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4376 /* end confdefs.h. */
4386 ac_clean_files_save=$ac_clean_files
4387 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4388 # Try to create an executable without -o first, disregard a.out.
4389 # It will help us diagnose broken compilers, and finding out an intuition
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4392 $as_echo_n "checking whether the C compiler works... " >&6; }
4393 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4395 # The possible output files:
4396 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4399 for ac_file in $ac_files
4402 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4403 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4408 if { { ac_try="$ac_link_default"
4410 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4411 *) ac_try_echo
=$ac_try;;
4413 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4414 $as_echo "$ac_try_echo"; } >&5
4415 (eval "$ac_link_default") 2>&5
4417 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4418 test $ac_status = 0; }; then :
4419 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4420 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4421 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4422 # so that the user can short-circuit this test for compilers unknown to
4424 for ac_file
in $ac_files ''
4426 test -f "$ac_file" ||
continue
4428 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4431 # We found the default executable, but exeext='' is most
4435 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4437 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4439 # We set ac_cv_exeext here because the later test for it is not
4440 # safe: cross compilers may not add the suffix if given an `-o'
4441 # argument, so we may need to know it at that point already.
4442 # Even if this section looks crufty: it has the advantage of
4449 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4454 if test -z "$ac_file"; then :
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4456 $as_echo "no" >&6; }
4457 $as_echo "$as_me: failed program was:" >&5
4458 sed 's/^/| /' conftest.
$ac_ext >&5
4460 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4461 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4462 as_fn_error
77 "C compiler cannot create executables
4463 See \`config.log' for more details" "$LINENO" 5; }
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4466 $as_echo "yes" >&6; }
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4469 $as_echo_n "checking for C compiler default output file name... " >&6; }
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4471 $as_echo "$ac_file" >&6; }
4472 ac_exeext
=$ac_cv_exeext
4474 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4475 ac_clean_files
=$ac_clean_files_save
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4477 $as_echo_n "checking for suffix of executables... " >&6; }
4478 if { { ac_try
="$ac_link"
4480 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4481 *) ac_try_echo=$ac_try;;
4483 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4484 $as_echo "$ac_try_echo"; } >&5
4485 (eval "$ac_link") 2>&5
4487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4488 test $ac_status = 0; }; then :
4489 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4490 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4491 # work properly (i.e., refer to `conftest.exe'), while it won't with
4493 for ac_file
in conftest.exe conftest conftest.
*; do
4494 test -f "$ac_file" ||
continue
4496 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4497 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4505 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4506 See \`config.log' for more details" "$LINENO" 5; }
4508 rm -f conftest conftest
$ac_cv_exeext
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4510 $as_echo "$ac_cv_exeext" >&6; }
4512 rm -f conftest.
$ac_ext
4513 EXEEXT
=$ac_cv_exeext
4515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4516 /* end confdefs.h. */
4521 FILE *f = fopen ("conftest.out", "w");
4522 return ferror (f) || fclose (f) != 0;
4528 ac_clean_files
="$ac_clean_files conftest.out"
4529 # Check that the compiler produces executables we can run. If not, either
4530 # the compiler is broken, or we cross compile.
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4532 $as_echo_n "checking whether we are cross compiling... " >&6; }
4533 if test "$cross_compiling" != yes; then
4534 { { ac_try
="$ac_link"
4536 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4540 $as_echo "$ac_try_echo"; } >&5
4541 (eval "$ac_link") 2>&5
4543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4544 test $ac_status = 0; }
4545 if { ac_try='./conftest$ac_cv_exeext'
4546 { { case "(($ac_try" in
4547 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4548 *) ac_try_echo
=$ac_try;;
4550 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4551 $as_echo "$ac_try_echo"; } >&5
4552 (eval "$ac_try") 2>&5
4554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4555 test $ac_status = 0; }; }; then
4558 if test "$cross_compiling" = maybe
; then
4561 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4562 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4563 as_fn_error $?
"cannot run C compiled programs.
4564 If you meant to cross compile, use \`--host'.
4565 See \`config.log' for more details" "$LINENO" 5; }
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4570 $as_echo "$cross_compiling" >&6; }
4572 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4573 ac_clean_files
=$ac_clean_files_save
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4575 $as_echo_n "checking for suffix of object files... " >&6; }
4576 if ${ac_cv_objext+:} false
; then :
4577 $as_echo_n "(cached) " >&6
4579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4580 /* end confdefs.h. */
4590 rm -f conftest.o conftest.obj
4591 if { { ac_try
="$ac_compile"
4593 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4594 *) ac_try_echo=$ac_try;;
4596 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4597 $as_echo "$ac_try_echo"; } >&5
4598 (eval "$ac_compile") 2>&5
4600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4601 test $ac_status = 0; }; then :
4602 for ac_file in conftest.o conftest.obj conftest.*; do
4603 test -f "$ac_file" || continue;
4605 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4606 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4611 $as_echo "$as_me: failed program was:" >&5
4612 sed 's/^/| /' conftest.$ac_ext >&5
4614 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4615 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4616 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4617 See \
`config.log' for more details" "$LINENO" 5; }
4619 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4622 $as_echo "$ac_cv_objext" >&6; }
4623 OBJEXT=$ac_cv_objext
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4626 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4627 if ${ac_cv_c_compiler_gnu+:} false; then :
4628 $as_echo_n "(cached) " >&6
4630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4631 /* end confdefs.h. */
4644 if ac_fn_c_try_compile "$LINENO"; then :
4649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4650 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4654 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4655 if test $ac_compiler_gnu = yes; then
4660 ac_test_CFLAGS=${CFLAGS+set}
4661 ac_save_CFLAGS=$CFLAGS
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4663 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4664 if ${ac_cv_prog_cc_g+:} false; then :
4665 $as_echo_n "(cached) " >&6
4667 ac_save_c_werror_flag=$ac_c_werror_flag
4668 ac_c_werror_flag=yes
4671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4672 /* end confdefs.h. */
4682 if ac_fn_c_try_compile "$LINENO"; then :
4686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4687 /* end confdefs.h. */
4697 if ac_fn_c_try_compile "$LINENO"; then :
4700 ac_c_werror_flag=$ac_save_c_werror_flag
4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703 /* end confdefs.h. */
4713 if ac_fn_c_try_compile "$LINENO"; then :
4716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721 ac_c_werror_flag=$ac_save_c_werror_flag
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4724 $as_echo "$ac_cv_prog_cc_g" >&6; }
4725 if test "$ac_test_CFLAGS" = set; then
4726 CFLAGS=$ac_save_CFLAGS
4727 elif test $ac_cv_prog_cc_g = yes; then
4728 if test "$GCC" = yes; then
4734 if test "$GCC" = yes; then
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4741 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4742 if ${ac_cv_prog_cc_c89+:} false; then :
4743 $as_echo_n "(cached) " >&6
4745 ac_cv_prog_cc_c89=no
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748 /* end confdefs.h. */
4752 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4753 struct buf { int x; };
4754 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4755 static char *e (p, i)
4761 static char *f (char * (*g) (char **, int), char **p, ...)
4766 s = g (p, va_arg (v,int));
4771 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4772 function prototypes and stuff, but not '\xHH' hex character constants.
4773 These don't provoke an error unfortunately, instead are silently treated
4774 as 'x'. The following induces an error, until -std is added to get
4775 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4776 array size at least. It's necessary to write '\x00'==0 to get something
4777 that's true only with -std. */
4778 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4780 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4781 inside strings and character constants. */
4783 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4785 int test (int i, double x);
4786 struct s1 {int (*f) (int a);};
4787 struct s2 {int (*f) (double a);};
4788 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4794 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4799 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4800 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4802 CC="$ac_save_CC $ac_arg"
4803 if ac_fn_c_try_compile "$LINENO"; then :
4804 ac_cv_prog_cc_c89=$ac_arg
4806 rm -f core conftest.err conftest.$ac_objext
4807 test "x$ac_cv_prog_cc_c89" != "xno" && break
4809 rm -f conftest.$ac_ext
4814 case "x$ac_cv_prog_cc_c89" in
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4817 $as_echo "none needed" >&6; } ;;
4819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4820 $as_echo "unsupported" >&6; } ;;
4822 CC="$CC $ac_cv_prog_cc_c89"
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4824 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4826 if test "x$ac_cv_prog_cc_c89" != xno; then :
4831 ac_cpp='$CPP $CPPFLAGS'
4832 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4833 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4834 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4837 ac_cpp='$CXXCPP $CPPFLAGS'
4838 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4839 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4840 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4841 if test -z "$CXX"; then
4842 if test -n "$CCC"; then
4845 if test -n "$ac_tool_prefix"; then
4846 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4848 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4849 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851 $as_echo_n "checking for $ac_word... " >&6; }
4852 if ${ac_cv_prog_CXX+:} false; then :
4853 $as_echo_n "(cached) " >&6
4855 if test -n "$CXX"; then
4856 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
4864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4865 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4876 if test -n "$CXX"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4878 $as_echo "$CXX" >&6; }
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881 $as_echo "no" >&6; }
4885 test -n "$CXX" && break
4888 if test -z "$CXX"; then
4890 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4892 # Extract the first word of "$ac_prog", so it can be a program name with args.
4893 set dummy $ac_prog; ac_word=$2
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4895 $as_echo_n "checking for $ac_word... " >&6; }
4896 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4897 $as_echo_n "(cached) " >&6
4899 if test -n "$ac_ct_CXX"; then
4900 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906 test -z "$as_dir" && as_dir=.
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4909 ac_cv_prog_ac_ct_CXX="$ac_prog"
4910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4920 if test -n "$ac_ct_CXX"; then
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4922 $as_echo "$ac_ct_CXX" >&6; }
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4925 $as_echo "no" >&6; }
4929 test -n "$ac_ct_CXX" && break
4932 if test "x$ac_ct_CXX" = x; then
4935 case $cross_compiling:$ac_tool_warned in
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4938 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4939 ac_tool_warned=yes ;;
4947 # Provide some information about the compiler.
4948 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4951 for ac_option in --version -v -V -qversion; do
4952 { { ac_try="$ac_compiler $ac_option >&5"
4954 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4955 *) ac_try_echo
=$ac_try;;
4957 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4958 $as_echo "$ac_try_echo"; } >&5
4959 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4961 if test -s conftest.err
; then
4963 ... rest of stderr output deleted ...
4964 10q' conftest.err
>conftest.er1
4965 cat conftest.er1
>&5
4967 rm -f conftest.er1 conftest.err
4968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4969 test $ac_status = 0; }
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4973 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4974 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4975 $as_echo_n "(cached) " >&6
4977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4978 /* end confdefs.h. */
4991 if ac_fn_cxx_try_compile
"$LINENO"; then :
4996 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4997 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5001 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5002 if test $ac_compiler_gnu = yes; then
5007 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5008 ac_save_CXXFLAGS
=$CXXFLAGS
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5010 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5011 if ${ac_cv_prog_cxx_g+:} false
; then :
5012 $as_echo_n "(cached) " >&6
5014 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5015 ac_cxx_werror_flag
=yes
5018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h. */
5029 if ac_fn_cxx_try_compile
"$LINENO"; then :
5030 ac_cv_prog_cxx_g
=yes
5033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5034 /* end confdefs.h. */
5044 if ac_fn_cxx_try_compile
"$LINENO"; then :
5047 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5050 /* end confdefs.h. */
5060 if ac_fn_cxx_try_compile
"$LINENO"; then :
5061 ac_cv_prog_cxx_g
=yes
5063 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5067 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5068 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5071 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5072 if test "$ac_test_CXXFLAGS" = set; then
5073 CXXFLAGS
=$ac_save_CXXFLAGS
5074 elif test $ac_cv_prog_cxx_g = yes; then
5075 if test "$GXX" = yes; then
5081 if test "$GXX" = yes; then
5088 ac_cpp
='$CPP $CPPFLAGS'
5089 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5090 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5091 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5093 if test -n "$ac_tool_prefix"; then
5094 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5095 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097 $as_echo_n "checking for $ac_word... " >&6; }
5098 if ${ac_cv_prog_CPPBIN+:} false
; then :
5099 $as_echo_n "(cached) " >&6
5101 if test -n "$CPPBIN"; then
5102 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5108 test -z "$as_dir" && as_dir
=.
5109 for ac_exec_ext
in '' $ac_executable_extensions; do
5110 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5111 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5121 CPPBIN
=$ac_cv_prog_CPPBIN
5122 if test -n "$CPPBIN"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5124 $as_echo "$CPPBIN" >&6; }
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127 $as_echo "no" >&6; }
5132 if test -z "$ac_cv_prog_CPPBIN"; then
5133 ac_ct_CPPBIN
=$CPPBIN
5134 # Extract the first word of "cpp", so it can be a program name with args.
5135 set dummy cpp
; ac_word
=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5139 $as_echo_n "(cached) " >&6
5141 if test -n "$ac_ct_CPPBIN"; then
5142 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir
=.
5149 for ac_exec_ext
in '' $ac_executable_extensions; do
5150 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5151 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5161 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5162 if test -n "$ac_ct_CPPBIN"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5164 $as_echo "$ac_ct_CPPBIN" >&6; }
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5170 if test "x$ac_ct_CPPBIN" = x
; then
5173 case $cross_compiling:$ac_tool_warned in
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5177 ac_tool_warned
=yes ;;
5179 CPPBIN
=$ac_ct_CPPBIN
5182 CPPBIN
="$ac_cv_prog_CPPBIN"
5186 cat >>confdefs.h
<<_ACEOF
5187 #define EXEEXT "$ac_exeext"
5190 if test -n "$ac_tool_prefix"; then
5191 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5192 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5194 $as_echo_n "checking for $ac_word... " >&6; }
5195 if ${ac_cv_prog_LD+:} false
; then :
5196 $as_echo_n "(cached) " >&6
5198 if test -n "$LD"; then
5199 ac_cv_prog_LD
="$LD" # Let the user override the test.
5201 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5205 test -z "$as_dir" && as_dir
=.
5206 for ac_exec_ext
in '' $ac_executable_extensions; do
5207 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5208 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5219 if test -n "$LD"; then
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5221 $as_echo "$LD" >&6; }
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 $as_echo "no" >&6; }
5229 if test -z "$ac_cv_prog_LD"; then
5231 # Extract the first word of "ld", so it can be a program name with args.
5232 set dummy ld
; ac_word
=$2
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5234 $as_echo_n "checking for $ac_word... " >&6; }
5235 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5236 $as_echo_n "(cached) " >&6
5238 if test -n "$ac_ct_LD"; then
5239 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5245 test -z "$as_dir" && as_dir
=.
5246 for ac_exec_ext
in '' $ac_executable_extensions; do
5247 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5248 ac_cv_prog_ac_ct_LD
="ld"
5249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5258 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5259 if test -n "$ac_ct_LD"; then
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5261 $as_echo "$ac_ct_LD" >&6; }
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5264 $as_echo "no" >&6; }
5267 if test "x$ac_ct_LD" = x
; then
5270 case $cross_compiling:$ac_tool_warned in
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5273 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5274 ac_tool_warned
=yes ;;
5285 with_fontconfig
=${with_fontconfig:-no}
5287 *-mingw32*|
*-cygwin*)
5288 enable_win16
=${enable_win16:-no}
5289 CFLAGS
="$CFLAGS -D_WIN32"
5295 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5300 $as_echo_n "checking whether $CC works... " >&6; }
5302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5303 /* end confdefs.h. */
5313 if ac_fn_c_try_link
"$LINENO"; then :
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5315 $as_echo "yes" >&6; }
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5318 $as_echo "no" >&6; }
5319 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5321 rm -f core conftest.err conftest.
$ac_objext \
5322 conftest
$ac_exeext conftest.
$ac_ext
5324 notice_platform
="32-bit "
5327 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5328 export PKG_CONFIG_PATH
5329 enable_win16
=${enable_win16:-yes}
5331 if test "x${GCC}" = "xyes"
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5334 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h. */
5341 void func(__builtin_ms_va_list *args);
5346 if ac_fn_c_try_compile
"$LINENO"; then :
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5348 $as_echo "yes" >&6; }
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351 $as_echo "no" >&6; }
5352 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5354 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5359 notice_platform
="64-bit "
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5366 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5368 /* end confdefs.h. */
5369 int ac_test(int i) { return i; }
5373 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5378 if ac_fn_c_try_link
"$LINENO"; then :
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5380 $as_echo "yes" >&6; }
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5383 $as_echo "no" >&6; }
5384 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5386 rm -f core conftest.err conftest.
$ac_objext \
5387 conftest
$ac_exeext conftest.
$ac_ext
5388 case $with_float_abi in
5390 float_abi
=$with_float_abi ;;
5397 saved_CFLAGS
=$CFLAGS
5398 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5400 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5402 /* end confdefs.h. */
5407 asm("vmrs r2,fpscr");
5412 if ac_fn_c_try_link
"$LINENO"; then :
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5414 $as_echo "yes" >&6; }
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5417 $as_echo "no" >&6; }
5419 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5421 rm -f core conftest.err conftest.
$ac_objext \
5422 conftest
$ac_exeext conftest.
$ac_ext
5423 CFLAGS
=$saved_CFLAGS
5427 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5428 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5433 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5435 /* end confdefs.h. */
5440 void func(__builtin_ms_va_list *args);
5445 if ac_fn_c_try_compile
"$LINENO"; then :
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5447 $as_echo "yes" >&6; }
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450 $as_echo "no" >&6; }
5451 as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5453 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5456 enable_win16
=${enable_win16:-yes}
5460 enable_win16
=${enable_win16:-no}
5461 enable_win64
=${enable_win64:-no}
5463 enable_winetest
=${enable_winetest:-$enable_tests}
5465 if test -n "$with_wine64"
5467 if test "x$enable_win64" = "xyes"
5469 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5470 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5472 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5473 You should create a separate build directory and run configure from there." "$LINENO" 5
5474 enable_fonts
=${enable_fonts:-no}
5475 enable_server
=${enable_server:-no}
5478 elif test "x$enable_win64" = "xyes"
5480 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5484 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5485 if ${wine_cv_toolsdir+:} false
; then :
5486 $as_echo_n "(cached) " >&6
5488 wine_cv_toolsdir
="$with_wine_tools"
5489 if test -z "$with_wine_tools"; then
5490 if test "$cross_compiling" = "yes"; then
5491 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5492 elif test -n "$with_wine64"; then
5493 wine_cv_toolsdir
="$with_wine64"
5496 if test -z "$wine_cv_toolsdir"; then
5497 wine_makedep
=tools
/makedep
5498 wine_cv_toolsdir
="\$(top_builddir)"
5499 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5500 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5501 case "$wine_cv_toolsdir" in
5503 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5505 enable_tools
=${enable_tools:-no}
5506 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5508 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5512 $as_echo "$wine_cv_toolsdir" >&6; }
5513 TOOLSDIR
=$wine_cv_toolsdir
5515 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5517 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5523 # Extract the first word of "$ac_prog", so it can be a program name with args.
5524 set dummy
$ac_prog; ac_word
=$2
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5526 $as_echo_n "checking for $ac_word... " >&6; }
5527 if ${ac_cv_prog_FLEX+:} false
; then :
5528 $as_echo_n "(cached) " >&6
5530 if test -n "$FLEX"; then
5531 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5533 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5537 test -z "$as_dir" && as_dir
=.
5538 for ac_exec_ext
in '' $ac_executable_extensions; do
5539 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5540 ac_cv_prog_FLEX
="$ac_prog"
5541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5550 FLEX
=$ac_cv_prog_FLEX
5551 if test -n "$FLEX"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5553 $as_echo "$FLEX" >&6; }
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 $as_echo "no" >&6; }
5560 test -n "$FLEX" && break
5562 test -n "$FLEX" || FLEX
="none"
5564 if test "$FLEX" = "none"
5566 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5569 $as_echo_n "checking whether flex is recent enough... " >&6; }
5570 cat >conftest.l
<<EOF
5572 #include "prediluvian.h"
5576 if $FLEX -t conftest.l
>/dev
/null
2>&5
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5579 $as_echo "yes" >&6; }
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5582 $as_echo "no" >&6; }
5583 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5586 for ac_prog
in bison
5588 # Extract the first word of "$ac_prog", so it can be a program name with args.
5589 set dummy
$ac_prog; ac_word
=$2
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5591 $as_echo_n "checking for $ac_word... " >&6; }
5592 if ${ac_cv_prog_BISON+:} false
; then :
5593 $as_echo_n "(cached) " >&6
5595 if test -n "$BISON"; then
5596 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5598 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5602 test -z "$as_dir" && as_dir
=.
5603 for ac_exec_ext
in '' $ac_executable_extensions; do
5604 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5605 ac_cv_prog_BISON
="$ac_prog"
5606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5615 BISON
=$ac_cv_prog_BISON
5616 if test -n "$BISON"; then
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5618 $as_echo "$BISON" >&6; }
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5621 $as_echo "no" >&6; }
5625 test -n "$BISON" && break
5627 test -n "$BISON" || BISON
="none"
5629 if test "$BISON" = "none"
5631 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5634 if test -n "$ac_tool_prefix"; then
5635 for ac_prog
in ar gar
5637 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5638 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5640 $as_echo_n "checking for $ac_word... " >&6; }
5641 if ${ac_cv_prog_AR+:} false
; then :
5642 $as_echo_n "(cached) " >&6
5644 if test -n "$AR"; then
5645 ac_cv_prog_AR
="$AR" # Let the user override the test.
5647 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5651 test -z "$as_dir" && as_dir
=.
5652 for ac_exec_ext
in '' $ac_executable_extensions; do
5653 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5654 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5665 if test -n "$AR"; then
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5667 $as_echo "$AR" >&6; }
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5670 $as_echo "no" >&6; }
5674 test -n "$AR" && break
5677 if test -z "$AR"; then
5679 for ac_prog
in ar gar
5681 # Extract the first word of "$ac_prog", so it can be a program name with args.
5682 set dummy
$ac_prog; ac_word
=$2
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5684 $as_echo_n "checking for $ac_word... " >&6; }
5685 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5686 $as_echo_n "(cached) " >&6
5688 if test -n "$ac_ct_AR"; then
5689 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5695 test -z "$as_dir" && as_dir
=.
5696 for ac_exec_ext
in '' $ac_executable_extensions; do
5697 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5698 ac_cv_prog_ac_ct_AR
="$ac_prog"
5699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5708 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5709 if test -n "$ac_ct_AR"; then
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5711 $as_echo "$ac_ct_AR" >&6; }
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5714 $as_echo "no" >&6; }
5718 test -n "$ac_ct_AR" && break
5721 if test "x$ac_ct_AR" = x
; then
5724 case $cross_compiling:$ac_tool_warned in
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5727 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5728 ac_tool_warned
=yes ;;
5734 if test -n "$ac_tool_prefix"; then
5735 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5736 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5738 $as_echo_n "checking for $ac_word... " >&6; }
5739 if ${ac_cv_prog_STRIP+:} false
; then :
5740 $as_echo_n "(cached) " >&6
5742 if test -n "$STRIP"; then
5743 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5745 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5749 test -z "$as_dir" && as_dir
=.
5750 for ac_exec_ext
in '' $ac_executable_extensions; do
5751 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5752 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5762 STRIP
=$ac_cv_prog_STRIP
5763 if test -n "$STRIP"; then
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5765 $as_echo "$STRIP" >&6; }
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5768 $as_echo "no" >&6; }
5773 if test -z "$ac_cv_prog_STRIP"; then
5775 # Extract the first word of "strip", so it can be a program name with args.
5776 set dummy strip
; ac_word
=$2
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5778 $as_echo_n "checking for $ac_word... " >&6; }
5779 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5780 $as_echo_n "(cached) " >&6
5782 if test -n "$ac_ct_STRIP"; then
5783 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5789 test -z "$as_dir" && as_dir
=.
5790 for ac_exec_ext
in '' $ac_executable_extensions; do
5791 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5792 ac_cv_prog_ac_ct_STRIP
="strip"
5793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5802 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5803 if test -n "$ac_ct_STRIP"; then
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5805 $as_echo "$ac_ct_STRIP" >&6; }
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5808 $as_echo "no" >&6; }
5811 if test "x$ac_ct_STRIP" = x
; then
5814 case $cross_compiling:$ac_tool_warned in
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5817 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5818 ac_tool_warned
=yes ;;
5823 STRIP
="$ac_cv_prog_STRIP"
5828 if test -n "$ac_tool_prefix"; then
5829 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5830 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5832 $as_echo_n "checking for $ac_word... " >&6; }
5833 if ${ac_cv_prog_RANLIB+:} false
; then :
5834 $as_echo_n "(cached) " >&6
5836 if test -n "$RANLIB"; then
5837 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5839 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5843 test -z "$as_dir" && as_dir
=.
5844 for ac_exec_ext
in '' $ac_executable_extensions; do
5845 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5846 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5856 RANLIB
=$ac_cv_prog_RANLIB
5857 if test -n "$RANLIB"; then
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5859 $as_echo "$RANLIB" >&6; }
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5862 $as_echo "no" >&6; }
5867 if test -z "$ac_cv_prog_RANLIB"; then
5868 ac_ct_RANLIB
=$RANLIB
5869 # Extract the first word of "ranlib", so it can be a program name with args.
5870 set dummy ranlib
; ac_word
=$2
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5872 $as_echo_n "checking for $ac_word... " >&6; }
5873 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5874 $as_echo_n "(cached) " >&6
5876 if test -n "$ac_ct_RANLIB"; then
5877 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5883 test -z "$as_dir" && as_dir
=.
5884 for ac_exec_ext
in '' $ac_executable_extensions; do
5885 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5886 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5897 if test -n "$ac_ct_RANLIB"; then
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5899 $as_echo "$ac_ct_RANLIB" >&6; }
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5902 $as_echo "no" >&6; }
5905 if test "x$ac_ct_RANLIB" = x
; then
5908 case $cross_compiling:$ac_tool_warned in
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5911 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5912 ac_tool_warned
=yes ;;
5914 RANLIB
=$ac_ct_RANLIB
5917 RANLIB
="$ac_cv_prog_RANLIB"
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5921 $as_echo_n "checking whether ln -s works... " >&6; }
5923 if test "$LN_S" = "ln -s"; then
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5925 $as_echo "yes" >&6; }
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5928 $as_echo "no, using $LN_S" >&6; }
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5932 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5933 if ${ac_cv_path_GREP+:} false
; then :
5934 $as_echo_n "(cached) " >&6
5936 if test -z "$GREP"; then
5937 ac_path_GREP_found
=false
5938 # Loop through the user's path and test for each of PROGNAME-LIST
5939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5940 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5943 test -z "$as_dir" && as_dir
=.
5944 for ac_prog
in grep ggrep
; do
5945 for ac_exec_ext
in '' $ac_executable_extensions; do
5946 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5947 as_fn_executable_p
"$ac_path_GREP" ||
continue
5948 # Check for GNU ac_path_GREP and select it if it is found.
5949 # Check for GNU $ac_path_GREP
5950 case `"$ac_path_GREP" --version 2>&1` in
5952 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5955 $as_echo_n 0123456789 >"conftest.in"
5958 cat "conftest.in" "conftest.in" >"conftest.tmp"
5959 mv "conftest.tmp" "conftest.in"
5960 cp "conftest.in" "conftest.nl"
5961 $as_echo 'GREP' >> "conftest.nl"
5962 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5963 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5964 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5965 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5966 # Best one so far, save it but keep looking for a better one
5967 ac_cv_path_GREP
="$ac_path_GREP"
5968 ac_path_GREP_max
=$ac_count
5970 # 10*(2^10) chars as input seems more than enough
5971 test $ac_count -gt 10 && break
5973 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5976 $ac_path_GREP_found && break 3
5981 if test -z "$ac_cv_path_GREP"; then
5982 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5985 ac_cv_path_GREP
=$GREP
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5990 $as_echo "$ac_cv_path_GREP" >&6; }
5991 GREP
="$ac_cv_path_GREP"
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5995 $as_echo_n "checking for egrep... " >&6; }
5996 if ${ac_cv_path_EGREP+:} false
; then :
5997 $as_echo_n "(cached) " >&6
5999 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6000 then ac_cv_path_EGREP
="$GREP -E"
6002 if test -z "$EGREP"; then
6003 ac_path_EGREP_found
=false
6004 # Loop through the user's path and test for each of PROGNAME-LIST
6005 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6006 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6009 test -z "$as_dir" && as_dir
=.
6010 for ac_prog
in egrep; do
6011 for ac_exec_ext
in '' $ac_executable_extensions; do
6012 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6013 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6014 # Check for GNU ac_path_EGREP and select it if it is found.
6015 # Check for GNU $ac_path_EGREP
6016 case `"$ac_path_EGREP" --version 2>&1` in
6018 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6021 $as_echo_n 0123456789 >"conftest.in"
6024 cat "conftest.in" "conftest.in" >"conftest.tmp"
6025 mv "conftest.tmp" "conftest.in"
6026 cp "conftest.in" "conftest.nl"
6027 $as_echo 'EGREP' >> "conftest.nl"
6028 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6029 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6030 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6031 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6032 # Best one so far, save it but keep looking for a better one
6033 ac_cv_path_EGREP
="$ac_path_EGREP"
6034 ac_path_EGREP_max
=$ac_count
6036 # 10*(2^10) chars as input seems more than enough
6037 test $ac_count -gt 10 && break
6039 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6042 $ac_path_EGREP_found && break 3
6047 if test -z "$ac_cv_path_EGREP"; then
6048 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6051 ac_cv_path_EGREP
=$EGREP
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6057 $as_echo "$ac_cv_path_EGREP" >&6; }
6058 EGREP
="$ac_cv_path_EGREP"
6061 # Extract the first word of "ldconfig", so it can be a program name with args.
6062 set dummy ldconfig
; ac_word
=$2
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6064 $as_echo_n "checking for $ac_word... " >&6; }
6065 if ${ac_cv_path_LDCONFIG+:} false
; then :
6066 $as_echo_n "(cached) " >&6
6070 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6073 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6074 for as_dir
in /sbin
/usr
/sbin
$PATH
6077 test -z "$as_dir" && as_dir
=.
6078 for ac_exec_ext
in '' $ac_executable_extensions; do
6079 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6080 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6088 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6092 LDCONFIG
=$ac_cv_path_LDCONFIG
6093 if test -n "$LDCONFIG"; then
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6095 $as_echo "$LDCONFIG" >&6; }
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6098 $as_echo "no" >&6; }
6102 for ac_prog
in msgfmt
6104 # Extract the first word of "$ac_prog", so it can be a program name with args.
6105 set dummy
$ac_prog; ac_word
=$2
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if ${ac_cv_prog_MSGFMT+:} false
; then :
6109 $as_echo_n "(cached) " >&6
6111 if test -n "$MSGFMT"; then
6112 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6114 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6118 test -z "$as_dir" && as_dir
=.
6119 for ac_exec_ext
in '' $ac_executable_extensions; do
6120 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6121 ac_cv_prog_MSGFMT
="$ac_prog"
6122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6131 MSGFMT
=$ac_cv_prog_MSGFMT
6132 if test -n "$MSGFMT"; then
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6134 $as_echo "$MSGFMT" >&6; }
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6137 $as_echo "no" >&6; }
6141 test -n "$MSGFMT" && break
6143 test -n "$MSGFMT" || MSGFMT
="false"
6145 if ${ac_tool_prefix+:} false
; then :
6146 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6147 set dummy
${ac_tool_prefix}pkg-config
; 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_PKG_CONFIG+:} false
; then :
6151 $as_echo_n "(cached) " >&6
6153 if test -n "$PKG_CONFIG"; then
6154 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # 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_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6173 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6174 if test -n "$PKG_CONFIG"; then
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6176 $as_echo "$PKG_CONFIG" >&6; }
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6179 $as_echo "no" >&6; }
6184 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6185 if test "x$cross_compiling" = xyes
; then :
6188 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6189 # Extract the first word of "pkg-config", so it can be a program name with args.
6190 set dummy pkg-config
; ac_word
=$2
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6192 $as_echo_n "checking for $ac_word... " >&6; }
6193 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6194 $as_echo_n "(cached) " >&6
6196 if test -n "$PKG_CONFIG"; then
6197 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6203 test -z "$as_dir" && as_dir
=.
6204 for ac_exec_ext
in '' $ac_executable_extensions; do
6205 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6206 ac_cv_prog_PKG_CONFIG
="pkg-config"
6207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6216 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6217 if test -n "$PKG_CONFIG"; then
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6219 $as_echo "$PKG_CONFIG" >&6; }
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6222 $as_echo "no" >&6; }
6228 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6231 if test "x$enable_maintainer_mode" != "xyes"
6238 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6239 for ac_prog
in fontforge
6241 # Extract the first word of "$ac_prog", so it can be a program name with args.
6242 set dummy
$ac_prog; ac_word
=$2
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6244 $as_echo_n "checking for $ac_word... " >&6; }
6245 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6246 $as_echo_n "(cached) " >&6
6248 if test -n "$FONTFORGE"; then
6249 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6255 test -z "$as_dir" && as_dir
=.
6256 for ac_exec_ext
in '' $ac_executable_extensions; do
6257 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6258 ac_cv_prog_FONTFORGE
="$ac_prog"
6259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6268 FONTFORGE
=$ac_cv_prog_FONTFORGE
6269 if test -n "$FONTFORGE"; then
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6271 $as_echo "$FONTFORGE" >&6; }
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6274 $as_echo "no" >&6; }
6278 test -n "$FONTFORGE" && break
6280 test -n "$FONTFORGE" || FONTFORGE
="false"
6282 for ac_prog
in rsvg-convert rsvg
6284 # Extract the first word of "$ac_prog", so it can be a program name with args.
6285 set dummy
$ac_prog; ac_word
=$2
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6287 $as_echo_n "checking for $ac_word... " >&6; }
6288 if ${ac_cv_prog_RSVG+:} false
; then :
6289 $as_echo_n "(cached) " >&6
6291 if test -n "$RSVG"; then
6292 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6294 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6298 test -z "$as_dir" && as_dir
=.
6299 for ac_exec_ext
in '' $ac_executable_extensions; do
6300 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6301 ac_cv_prog_RSVG
="$ac_prog"
6302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6311 RSVG
=$ac_cv_prog_RSVG
6312 if test -n "$RSVG"; then
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6314 $as_echo "$RSVG" >&6; }
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6317 $as_echo "no" >&6; }
6321 test -n "$RSVG" && break
6323 test -n "$RSVG" || RSVG
="false"
6325 for ac_prog
in convert
6327 # Extract the first word of "$ac_prog", so it can be a program name with args.
6328 set dummy
$ac_prog; ac_word
=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if ${ac_cv_prog_CONVERT+:} false
; then :
6332 $as_echo_n "(cached) " >&6
6334 if test -n "$CONVERT"; then
6335 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6341 test -z "$as_dir" && as_dir
=.
6342 for ac_exec_ext
in '' $ac_executable_extensions; do
6343 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6344 ac_cv_prog_CONVERT
="$ac_prog"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6354 CONVERT
=$ac_cv_prog_CONVERT
6355 if test -n "$CONVERT"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6357 $as_echo "$CONVERT" >&6; }
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6364 test -n "$CONVERT" && break
6366 test -n "$CONVERT" || CONVERT
="false"
6368 for ac_prog
in icotool
6370 # Extract the first word of "$ac_prog", so it can be a program name with args.
6371 set dummy
$ac_prog; ac_word
=$2
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6373 $as_echo_n "checking for $ac_word... " >&6; }
6374 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6375 $as_echo_n "(cached) " >&6
6377 if test -n "$ICOTOOL"; then
6378 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6380 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6384 test -z "$as_dir" && as_dir
=.
6385 for ac_exec_ext
in '' $ac_executable_extensions; do
6386 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6387 ac_cv_prog_ICOTOOL
="$ac_prog"
6388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6397 ICOTOOL
=$ac_cv_prog_ICOTOOL
6398 if test -n "$ICOTOOL"; then
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6400 $as_echo "$ICOTOOL" >&6; }
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6403 $as_echo "no" >&6; }
6407 test -n "$ICOTOOL" && break
6409 test -n "$ICOTOOL" || ICOTOOL
="false"
6411 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6412 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6414 if test "$CONVERT" = false
6416 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6419 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6420 convert_version
=`convert --version | head -n1`
6421 if test "x$convert_version" != "x"
6423 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6424 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6425 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6430 if test "$CONVERT" = false
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6433 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6434 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6437 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6441 if test "$ICOTOOL" = false
6443 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6446 $as_echo_n "checking for recent enough icotool... " >&6; }
6447 icotool_version
=`icotool --version | head -n1`
6448 if test "x$icotool_version" != "x"
6450 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6451 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6452 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6455 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6458 if test "$ICOTOOL" = false
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6461 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6462 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6465 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6471 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6474 test "x$with_gettext" != xno || MSGFMT
=false
6475 if test "$MSGFMT" != "false"
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6478 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6479 cat >conftest.po
<<EOF
6485 if $MSGFMT -o /dev
/null conftest.po
2>&5
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6488 $as_echo "yes" >&6; }
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6491 $as_echo "no" >&6; }
6495 if test "$MSGFMT" = false
; then :
6496 case "x$with_gettext" in
6497 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6499 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6500 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6502 enable_po
=${enable_po:-no}
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6507 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6508 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6509 $as_echo_n "(cached) " >&6
6511 ac_check_lib_save_LIBS
=$LIBS
6513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6514 /* end confdefs.h. */
6516 /* Override any GCC internal prototype to avoid an error.
6517 Use char because int might match the return type of a GCC
6518 builtin and then its argument prototype would still apply. */
6522 char i386_set_ldt ();
6526 return i386_set_ldt ();
6531 if ac_fn_c_try_link
"$LINENO"; then :
6532 ac_cv_lib_i386_i386_set_ldt
=yes
6534 ac_cv_lib_i386_i386_set_ldt
=no
6536 rm -f core conftest.err conftest.
$ac_objext \
6537 conftest
$ac_exeext conftest.
$ac_ext
6538 LIBS
=$ac_check_lib_save_LIBS
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6541 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6542 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6543 cat >>confdefs.h
<<_ACEOF
6544 #define HAVE_LIBI386 1
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6552 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6553 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6554 $as_echo_n "(cached) " >&6
6556 ac_check_lib_save_LIBS
=$LIBS
6557 LIBS
="-lossaudio $LIBS"
6558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h. */
6561 /* Override any GCC internal prototype to avoid an error.
6562 Use char because int might match the return type of a GCC
6563 builtin and then its argument prototype would still apply. */
6571 return _oss_ioctl ();
6576 if ac_fn_c_try_link
"$LINENO"; then :
6577 ac_cv_lib_ossaudio__oss_ioctl
=yes
6579 ac_cv_lib_ossaudio__oss_ioctl
=no
6581 rm -f core conftest.err conftest.
$ac_objext \
6582 conftest
$ac_exeext conftest.
$ac_ext
6583 LIBS
=$ac_check_lib_save_LIBS
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6586 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6587 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6588 cat >>confdefs.h
<<_ACEOF
6589 #define HAVE_LIBOSSAUDIO 1
6592 LIBS
="-lossaudio $LIBS"
6601 # Check whether --enable-largefile was given.
6602 if test "${enable_largefile+set}" = set; then :
6603 enableval
=$enable_largefile;
6606 if test "$enable_largefile" != no
; then
6608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6609 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6610 if ${ac_cv_sys_largefile_CC+:} false
; then :
6611 $as_echo_n "(cached) " >&6
6613 ac_cv_sys_largefile_CC
=no
6614 if test "$GCC" != yes; then
6617 # IRIX 6.2 and later do not support large files by default,
6618 # so use the C compiler's -n32 option if that helps.
6619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6620 /* end confdefs.h. */
6621 #include <sys/types.h>
6622 /* Check that off_t can represent 2**63 - 1 correctly.
6623 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6624 since some C++ compilers masquerading as C compilers
6625 incorrectly reject 9223372036854775807. */
6626 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6627 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6628 && LARGE_OFF_T % 2147483647 == 1)
6638 if ac_fn_c_try_compile
"$LINENO"; then :
6641 rm -f core conftest.err conftest.
$ac_objext
6643 if ac_fn_c_try_compile
"$LINENO"; then :
6644 ac_cv_sys_largefile_CC
=' -n32'; break
6646 rm -f core conftest.err conftest.
$ac_objext
6650 rm -f conftest.
$ac_ext
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6654 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6655 if test "$ac_cv_sys_largefile_CC" != no
; then
6656 CC
=$CC$ac_cv_sys_largefile_CC
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6660 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6661 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6662 $as_echo_n "(cached) " >&6
6665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6666 /* end confdefs.h. */
6667 #include <sys/types.h>
6668 /* Check that off_t can represent 2**63 - 1 correctly.
6669 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6670 since some C++ compilers masquerading as C compilers
6671 incorrectly reject 9223372036854775807. */
6672 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6673 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6674 && LARGE_OFF_T % 2147483647 == 1)
6684 if ac_fn_c_try_compile
"$LINENO"; then :
6685 ac_cv_sys_file_offset_bits
=no
; break
6687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h. */
6690 #define _FILE_OFFSET_BITS 64
6691 #include <sys/types.h>
6692 /* Check that off_t can represent 2**63 - 1 correctly.
6693 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6694 since some C++ compilers masquerading as C compilers
6695 incorrectly reject 9223372036854775807. */
6696 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6697 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6698 && LARGE_OFF_T % 2147483647 == 1)
6708 if ac_fn_c_try_compile
"$LINENO"; then :
6709 ac_cv_sys_file_offset_bits
=64; break
6711 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6712 ac_cv_sys_file_offset_bits
=unknown
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6717 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6718 case $ac_cv_sys_file_offset_bits in #(
6721 cat >>confdefs.h
<<_ACEOF
6722 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6727 if test $ac_cv_sys_file_offset_bits = unknown
; then
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6729 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6730 if ${ac_cv_sys_large_files+:} false
; then :
6731 $as_echo_n "(cached) " >&6
6734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6735 /* end confdefs.h. */
6736 #include <sys/types.h>
6737 /* Check that off_t can represent 2**63 - 1 correctly.
6738 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6739 since some C++ compilers masquerading as C compilers
6740 incorrectly reject 9223372036854775807. */
6741 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6742 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6743 && LARGE_OFF_T % 2147483647 == 1)
6753 if ac_fn_c_try_compile
"$LINENO"; then :
6754 ac_cv_sys_large_files
=no
; break
6756 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6757 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h. */
6759 #define _LARGE_FILES 1
6760 #include <sys/types.h>
6761 /* Check that off_t can represent 2**63 - 1 correctly.
6762 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6763 since some C++ compilers masquerading as C compilers
6764 incorrectly reject 9223372036854775807. */
6765 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6766 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6767 && LARGE_OFF_T % 2147483647 == 1)
6777 if ac_fn_c_try_compile
"$LINENO"; then :
6778 ac_cv_sys_large_files
=1; break
6780 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6781 ac_cv_sys_large_files
=unknown
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6786 $as_echo "$ac_cv_sys_large_files" >&6; }
6787 case $ac_cv_sys_large_files in #(
6790 cat >>confdefs.h
<<_ACEOF
6791 #define _LARGE_FILES $ac_cv_sys_large_files
6803 ac_cpp
='$CPP $CPPFLAGS'
6804 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6805 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6806 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6808 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6809 # On Suns, sometimes $CPP names a directory.
6810 if test -n "$CPP" && test -d "$CPP"; then
6813 if test -z "$CPP"; then
6814 if ${ac_cv_prog_CPP+:} false
; then :
6815 $as_echo_n "(cached) " >&6
6817 # Double quotes because CPP needs to be expanded
6818 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6821 for ac_c_preproc_warn_flag
in '' yes
6823 # Use a header file that comes with gcc, so configuring glibc
6824 # with a fresh cross-compiler works.
6825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6826 # <limits.h> exists even on freestanding compilers.
6827 # On the NeXT, cc -E runs the code through the compiler's parser,
6828 # not just through cpp. "Syntax error" is here to catch this case.
6829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h. */
6832 # include <limits.h>
6834 # include <assert.h>
6838 if ac_fn_c_try_cpp
"$LINENO"; then :
6841 # Broken: fails on valid input.
6844 rm -f conftest.err conftest.i conftest.
$ac_ext
6846 # OK, works on sane cases. Now check whether nonexistent headers
6847 # can be detected and how.
6848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6849 /* end confdefs.h. */
6850 #include <ac_nonexistent.h>
6852 if ac_fn_c_try_cpp
"$LINENO"; then :
6853 # Broken: success on invalid input.
6856 # Passes both tests.
6860 rm -f conftest.err conftest.i conftest.
$ac_ext
6863 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6864 rm -f conftest.i conftest.err conftest.
$ac_ext
6865 if $ac_preproc_ok; then :
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6878 $as_echo "$CPP" >&6; }
6880 for ac_c_preproc_warn_flag
in '' yes
6882 # Use a header file that comes with gcc, so configuring glibc
6883 # with a fresh cross-compiler works.
6884 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6885 # <limits.h> exists even on freestanding compilers.
6886 # On the NeXT, cc -E runs the code through the compiler's parser,
6887 # not just through cpp. "Syntax error" is here to catch this case.
6888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6889 /* end confdefs.h. */
6891 # include <limits.h>
6893 # include <assert.h>
6897 if ac_fn_c_try_cpp
"$LINENO"; then :
6900 # Broken: fails on valid input.
6903 rm -f conftest.err conftest.i conftest.
$ac_ext
6905 # OK, works on sane cases. Now check whether nonexistent headers
6906 # can be detected and how.
6907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6908 /* end confdefs.h. */
6909 #include <ac_nonexistent.h>
6911 if ac_fn_c_try_cpp
"$LINENO"; then :
6912 # Broken: success on invalid input.
6915 # Passes both tests.
6919 rm -f conftest.err conftest.i conftest.
$ac_ext
6922 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6923 rm -f conftest.i conftest.err conftest.
$ac_ext
6924 if $ac_preproc_ok; then :
6927 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6928 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6929 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6930 See \`config.log' for more details" "$LINENO" 5; }
6934 ac_cpp
='$CPP $CPPFLAGS'
6935 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6936 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6937 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6941 $as_echo_n "checking for ANSI C header files... " >&6; }
6942 if ${ac_cv_header_stdc+:} false
; then :
6943 $as_echo_n "(cached) " >&6
6945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6946 /* end confdefs.h. */
6960 if ac_fn_c_try_compile
"$LINENO"; then :
6961 ac_cv_header_stdc
=yes
6963 ac_cv_header_stdc
=no
6965 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6967 if test $ac_cv_header_stdc = yes; then
6968 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6970 /* end confdefs.h. */
6974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6975 $EGREP "memchr" >/dev
/null
2>&1; then :
6978 ac_cv_header_stdc
=no
6984 if test $ac_cv_header_stdc = yes; then
6985 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6987 /* end confdefs.h. */
6991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6992 $EGREP "free" >/dev
/null
2>&1; then :
6995 ac_cv_header_stdc
=no
7001 if test $ac_cv_header_stdc = yes; then
7002 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7003 if test "$cross_compiling" = yes; then :
7006 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7007 /* end confdefs.h. */
7010 #if ((' ' & 0x0FF) == 0x020)
7011 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7012 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7014 # define ISLOWER(c) \
7015 (('a' <= (c) && (c) <= 'i') \
7016 || ('j' <= (c) && (c) <= 'r') \
7017 || ('s' <= (c) && (c) <= 'z'))
7018 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7021 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7026 for (i = 0; i < 256; i++)
7027 if (XOR (islower (i), ISLOWER (i))
7028 || toupper (i) != TOUPPER (i))
7033 if ac_fn_c_try_run
"$LINENO"; then :
7036 ac_cv_header_stdc
=no
7038 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7039 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7045 $as_echo "$ac_cv_header_stdc" >&6; }
7046 if test $ac_cv_header_stdc = yes; then
7048 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7052 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7053 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7054 inttypes.h stdint.h unistd.h
7056 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7057 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7059 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7060 cat >>confdefs.h
<<_ACEOF
7061 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7071 ApplicationServices
/ApplicationServices.h \
7072 AudioToolbox
/AudioConverter.h \
7073 AudioUnit
/AudioUnit.h \
7074 AudioUnit
/AudioComponent.h \
7077 CommonCrypto
/CommonCryptor.h \
7078 CoreAudio
/CoreAudio.h \
7079 CoreServices
/CoreServices.h \
7080 DiskArbitration
/DiskArbitration.h \
7083 IOKit
/hid
/IOHIDLib.h \
7086 QuickTime
/ImageCompression.h \
7087 Security
/Security.h \
7137 netinet
/in_systm.h \
7201 valgrind
/memcheck.h \
7202 valgrind
/valgrind.h \
7206 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7207 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7208 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7209 cat >>confdefs.h
<<_ACEOF
7210 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7217 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7218 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7220 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7225 if test $ac_cv_header_sys_mkdev_h = no
; then
7226 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7227 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7229 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7236 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7237 if ${ac_cv_header_stat_broken+:} false
; then :
7238 $as_echo_n "(cached) " >&6
7240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7241 /* end confdefs.h. */
7242 #include <sys/types.h>
7243 #include <sys/stat.h>
7245 #if defined S_ISBLK && defined S_IFDIR
7246 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7249 #if defined S_ISBLK && defined S_IFCHR
7250 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7253 #if defined S_ISLNK && defined S_IFREG
7254 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7257 #if defined S_ISSOCK && defined S_IFREG
7258 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7262 if ac_fn_c_try_compile
"$LINENO"; then :
7263 ac_cv_header_stat_broken
=no
7265 ac_cv_header_stat_broken
=yes
7267 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7270 $as_echo "$ac_cv_header_stat_broken" >&6; }
7271 if test $ac_cv_header_stat_broken = yes; then
7273 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7279 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7281 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7282 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7283 #ifdef HAVE_SYS_PARAM_H
7284 # include <sys/param.h>
7287 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7288 cat >>confdefs.h
<<_ACEOF
7289 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7304 netinet
/if_ether.h \
7305 netinet
/if_inarp.h \
7314 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7315 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7316 #ifdef HAVE_SYS_SOCKET_H
7317 # include <sys/socket.h>
7319 #ifdef HAVE_SYS_SOCKETVAR_H
7320 # include <sys/socketvar.h>
7322 #ifdef HAVE_NET_ROUTE_H
7323 # include <net/route.h>
7325 #ifdef HAVE_NETINET_IN_H
7326 # include <netinet/in.h>
7328 #ifdef HAVE_NETINET_IN_SYSTM_H
7329 # include <netinet/in_systm.h>
7331 #ifdef HAVE_NET_IF_H
7332 # include <net/if.h>
7334 #ifdef HAVE_NETINET_IP_H
7335 # include <netinet/ip.h>
7338 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7339 cat >>confdefs.h
<<_ACEOF
7340 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7348 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7350 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7351 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7355 #ifdef HAVE_SYS_SOCKET_H
7356 # include <sys/socket.h>
7358 #ifdef HAVE_SYS_SOCKETVAR_H
7359 # include <sys/socketvar.h>
7361 #ifdef HAVE_SYS_TIMEOUT_H
7362 # include <sys/timeout.h>
7364 #ifdef HAVE_NETINET_IN_H
7365 # include <netinet/in.h>
7367 #ifdef HAVE_NETINET_IN_SYSTM_H
7368 # include <netinet/in_systm.h>
7370 #ifdef HAVE_NETINET_IP_H
7371 # include <netinet/ip.h>
7373 #ifdef HAVE_NETINET_IP_VAR_H
7374 # include <netinet/ip_var.h>
7376 #ifdef HAVE_NETINET_IP_ICMP_H
7377 # include <netinet/ip_icmp.h>
7379 #ifdef HAVE_NETINET_UDP_H
7380 # include <netinet/udp.h>
7382 #ifdef HAVE_NETINET_TCP_H
7383 # include <netinet/tcp.h>
7385 #ifdef HAVE_NETINET_TCP_TIMER_H
7386 #include <netinet/tcp_timer.h>
7389 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7390 cat >>confdefs.h
<<_ACEOF
7391 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7399 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7401 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7402 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7403 #ifdef HAVE_ASM_TYPES_H
7404 # include <asm/types.h>
7406 #ifdef HAVE_SYS_SOCKET_H
7407 # include <sys/socket.h>
7409 #ifdef HAVE_LINUX_TYPES_H
7410 # include <linux/types.h>
7413 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7414 cat >>confdefs.h
<<_ACEOF
7415 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7423 for ac_header
in mach-o
/dyld_images.h
7425 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7426 # include <stdbool.h>
7428 #ifdef HAVE_STDINT_H
7429 # include <stdint.h>
7432 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7433 cat >>confdefs.h
<<_ACEOF
7434 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7442 for ac_header
in resolv.h
7444 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7445 #ifdef HAVE_SYS_SOCKET_H
7446 # include <sys/socket.h>
7448 #ifdef HAVE_NETINET_IN_H
7449 # include <netinet/in.h>
7451 #ifdef HAVE_ARPA_NAMESER_H
7452 # include <arpa/nameser.h>
7455 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7456 cat >>confdefs.h
<<_ACEOF
7457 #define HAVE_RESOLV_H 1
7465 for ac_header
in ifaddrs.h
7467 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7469 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7470 cat >>confdefs.h
<<_ACEOF
7471 #define HAVE_IFADDRS_H 1
7479 for ac_header
in sys
/ucontext.h
7481 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7483 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7484 cat >>confdefs.h
<<_ACEOF
7485 #define HAVE_SYS_UCONTEXT_H 1
7493 for ac_header
in sys
/thr.h
7495 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7496 #ifdef HAVE_SYS_UCONTEXT_H
7497 #include <sys/ucontext.h>
7500 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7501 cat >>confdefs.h
<<_ACEOF
7502 #define HAVE_SYS_THR_H 1
7510 for ac_header
in pthread_np.h
7512 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7513 #include <pthread.h>
7516 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7517 cat >>confdefs.h
<<_ACEOF
7518 #define HAVE_PTHREAD_NP_H 1
7526 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7528 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7529 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7530 #include <sys/time.h>
7532 #include <sys/types.h>
7533 #ifdef HAVE_ASM_TYPES_H
7534 #include <asm/types.h>
7537 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7538 cat >>confdefs.h
<<_ACEOF
7539 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7547 for ac_header
in libprocstat.h
7549 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7550 #include <sys/param.h>
7552 #ifdef HAVE_SYS_QUEUE_H
7553 #include <sys/queue.h>
7555 #ifdef HAVE_SYS_SOCKET_H
7556 #include <sys/socket.h>
7559 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7560 cat >>confdefs.h
<<_ACEOF
7561 #define HAVE_LIBPROCSTAT_H 1
7570 DLLFLAGS
="-D_REENTRANT"
7578 WINELOADER_LDFLAGS
=""
7583 # Extract the first word of "ldd", so it can be a program name with args.
7584 set dummy ldd
; ac_word
=$2
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7586 $as_echo_n "checking for $ac_word... " >&6; }
7587 if ${ac_cv_path_LDD+:} false
; then :
7588 $as_echo_n "(cached) " >&6
7592 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7595 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7596 as_dummy
="/sbin:/usr/sbin:$PATH"
7597 for as_dir
in $as_dummy
7600 test -z "$as_dir" && as_dir
=.
7601 for ac_exec_ext
in '' $ac_executable_extensions; do
7602 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7603 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7611 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7616 if test -n "$LDD"; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7618 $as_echo "$LDD" >&6; }
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7621 $as_echo "no" >&6; }
7625 if test -n "$ac_tool_prefix"; then
7626 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7627 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7629 $as_echo_n "checking for $ac_word... " >&6; }
7630 if ${ac_cv_prog_OTOOL+:} false
; then :
7631 $as_echo_n "(cached) " >&6
7633 if test -n "$OTOOL"; then
7634 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7640 test -z "$as_dir" && as_dir
=.
7641 for ac_exec_ext
in '' $ac_executable_extensions; do
7642 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7643 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7653 OTOOL
=$ac_cv_prog_OTOOL
7654 if test -n "$OTOOL"; then
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7656 $as_echo "$OTOOL" >&6; }
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7659 $as_echo "no" >&6; }
7664 if test -z "$ac_cv_prog_OTOOL"; then
7666 # Extract the first word of "otool", so it can be a program name with args.
7667 set dummy otool
; ac_word
=$2
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7669 $as_echo_n "checking for $ac_word... " >&6; }
7670 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7671 $as_echo_n "(cached) " >&6
7673 if test -n "$ac_ct_OTOOL"; then
7674 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7676 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7680 test -z "$as_dir" && as_dir
=.
7681 for ac_exec_ext
in '' $ac_executable_extensions; do
7682 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7683 ac_cv_prog_ac_ct_OTOOL
="otool"
7684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7693 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7694 if test -n "$ac_ct_OTOOL"; then
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7696 $as_echo "$ac_ct_OTOOL" >&6; }
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7699 $as_echo "no" >&6; }
7702 if test "x$ac_ct_OTOOL" = x
; then
7705 case $cross_compiling:$ac_tool_warned in
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7708 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7709 ac_tool_warned
=yes ;;
7714 OTOOL
="$ac_cv_prog_OTOOL"
7717 if test -n "$ac_tool_prefix"; then
7718 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7719 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721 $as_echo_n "checking for $ac_word... " >&6; }
7722 if ${ac_cv_prog_READELF+:} false
; then :
7723 $as_echo_n "(cached) " >&6
7725 if test -n "$READELF"; then
7726 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7728 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7732 test -z "$as_dir" && as_dir
=.
7733 for ac_exec_ext
in '' $ac_executable_extensions; do
7734 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7735 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7745 READELF
=$ac_cv_prog_READELF
7746 if test -n "$READELF"; then
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7748 $as_echo "$READELF" >&6; }
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 $as_echo "no" >&6; }
7756 if test -z "$ac_cv_prog_READELF"; then
7757 ac_ct_READELF
=$READELF
7758 # Extract the first word of "readelf", so it can be a program name with args.
7759 set dummy readelf
; ac_word
=$2
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7761 $as_echo_n "checking for $ac_word... " >&6; }
7762 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7763 $as_echo_n "(cached) " >&6
7765 if test -n "$ac_ct_READELF"; then
7766 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7768 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7772 test -z "$as_dir" && as_dir
=.
7773 for ac_exec_ext
in '' $ac_executable_extensions; do
7774 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7775 ac_cv_prog_ac_ct_READELF
="readelf"
7776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7785 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7786 if test -n "$ac_ct_READELF"; then
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7788 $as_echo "$ac_ct_READELF" >&6; }
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7791 $as_echo "no" >&6; }
7794 if test "x$ac_ct_READELF" = x
; then
7797 case $cross_compiling:$ac_tool_warned in
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7800 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7801 ac_tool_warned
=yes ;;
7803 READELF
=$ac_ct_READELF
7806 READELF
="$ac_cv_prog_READELF"
7809 wine_rules_file
=conf$
$rules.
make
7810 rm -f $wine_rules_file
7815 CONFIGURE_TARGETS
=""
7818 wine_fn_append_file
()
7820 as_fn_append
$1 " \\$as_nl $2"
7823 wine_fn_append_rule
()
7825 $as_echo "$1" >>$wine_rules_file
7828 wine_fn_config_makefile
()
7830 wine_fn_append_file SUBDIRS
$1
7831 if eval test \"x\$
"$2"\" = x
"no"; then :
7832 wine_fn_append_file DISABLED_SUBDIRS
$1
7836 wine_fn_config_symlink
()
7839 wine_fn_append_rule \
7841 @./config.status \$@"
7842 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7846 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7847 WINELOADER_PROGRAMS
="$wine_binary"
7849 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7853 if test -n "$ac_tool_prefix"; then
7854 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7855 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7857 $as_echo_n "checking for $ac_word... " >&6; }
7858 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7859 $as_echo_n "(cached) " >&6
7861 if test -n "$DLLTOOL"; then
7862 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7868 test -z "$as_dir" && as_dir
=.
7869 for ac_exec_ext
in '' $ac_executable_extensions; do
7870 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7871 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 DLLTOOL
=$ac_cv_prog_DLLTOOL
7882 if test -n "$DLLTOOL"; then
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7884 $as_echo "$DLLTOOL" >&6; }
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7887 $as_echo "no" >&6; }
7892 if test -z "$ac_cv_prog_DLLTOOL"; then
7893 ac_ct_DLLTOOL
=$DLLTOOL
7894 # Extract the first word of "dlltool", so it can be a program name with args.
7895 set dummy dlltool
; ac_word
=$2
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897 $as_echo_n "checking for $ac_word... " >&6; }
7898 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7899 $as_echo_n "(cached) " >&6
7901 if test -n "$ac_ct_DLLTOOL"; then
7902 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7908 test -z "$as_dir" && as_dir
=.
7909 for ac_exec_ext
in '' $ac_executable_extensions; do
7910 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7911 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7921 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7922 if test -n "$ac_ct_DLLTOOL"; then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7924 $as_echo "$ac_ct_DLLTOOL" >&6; }
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927 $as_echo "no" >&6; }
7930 if test "x$ac_ct_DLLTOOL" = x
; then
7933 case $cross_compiling:$ac_tool_warned in
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7936 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7937 ac_tool_warned
=yes ;;
7939 DLLTOOL
=$ac_ct_DLLTOOL
7942 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7948 enable_iphlpapi
=${enable_iphlpapi:-no}
7949 enable_kernel32
=${enable_kernel32:-no}
7950 enable_msvcrt
=${enable_msvcrt:-no}
7951 enable_ntdll
=${enable_ntdll:-no}
7952 enable_ws2_32
=${enable_ws2_32:-no}
7953 enable_loader
=${enable_loader:-no}
7954 enable_server
=${enable_server:-no}
7955 with_x
=${with_x:-no}
7956 with_pthread
=${with_pthread:-no}
7962 SOCKET_LIBS
="-lws2_32"
7966 LIBWINE_SHAREDLIB
="libwine.dll"
7968 LIBWINE_IMPORTLIB
="libwine.a"
7970 LIBWINE_INSTALL_LIB
="libwine.dll"
7972 LIBWINE_INSTALL_DEV
="libwine.a"
7974 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7976 LIBWINE_DEPENDS
="wine.def"
7981 for ac_header
in libunwind.h
7983 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7984 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7985 cat >>confdefs.h
<<_ACEOF
7986 #define HAVE_LIBUNWIND_H 1
7994 DLLFLAGS
="$DLLFLAGS -fPIC"
7995 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
7996 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7997 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7999 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8001 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8003 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8005 CORESERVICES_LIBS
="-framework CoreServices"
8007 APPKIT_LIBS
="-framework AppKit"
8009 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8011 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8012 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8013 $as_echo_n "(cached) " >&6
8015 ac_wine_try_cflags_saved
=$CFLAGS
8016 CFLAGS
="$CFLAGS -Wl,-no_pie"
8017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8018 /* end confdefs.h. */
8019 int main(int argc, char **argv) { return 0; }
8021 if ac_fn_c_try_link
"$LINENO"; then :
8022 ac_cv_cflags__Wl__no_pie
=yes
8024 ac_cv_cflags__Wl__no_pie
=no
8026 rm -f core conftest.err conftest.
$ac_objext \
8027 conftest
$ac_exeext conftest.
$ac_ext
8028 CFLAGS
=$ac_wine_try_cflags_saved
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8031 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8032 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8033 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8035 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8037 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8040 if test "$ac_cv_header_Security_Security_h" = "yes"
8042 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8044 ac_save_LIBS
="$LIBS"
8045 LIBS
="$LIBS $SECURITY_LIBS"
8046 for ac_func
in SSLCopyPeerCertificates
8048 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8049 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8050 cat >>confdefs.h
<<_ACEOF
8051 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8057 LIBS
="$ac_save_LIBS"
8058 with_gnutls
=${with_gnutls:-no}
8060 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8062 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8064 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8067 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8070 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8071 ac_save_LIBS
="$LIBS"
8072 LIBS
="$LIBS $COREAUDIO_LIBS"
8073 for ac_func
in AUGraphAddNode
8075 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8076 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8077 cat >>confdefs.h
<<_ACEOF
8078 #define HAVE_AUGRAPHADDNODE 1
8084 LIBS
="$ac_save_LIBS"
8086 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8088 OPENAL_LIBS
="-framework OpenAL"
8091 cat >>confdefs.h
<<_ACEOF
8092 #define HAVE_OPENAL 1
8095 ac_cv_lib_openal
=yes
8097 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8099 OPENCL_LIBS
="-framework OpenCL"
8101 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8103 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8105 ac_save_LIBS
="$LIBS"
8106 LIBS
="$LIBS $IOKIT_LIBS"
8107 for ac_func
in IOHIDManagerCreate
8109 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8110 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8111 cat >>confdefs.h
<<_ACEOF
8112 #define HAVE_IOHIDMANAGERCREATE 1
8118 LIBS
="$ac_save_LIBS"
8120 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8122 ac_save_LIBS
="$LIBS"
8123 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8125 $as_echo_n "checking for the QuickTime framework... " >&6; }
8126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8127 /* end confdefs.h. */
8128 #include <QuickTime/ImageCompression.h>
8132 CodecManagerVersion(NULL);
8137 if ac_fn_c_try_link
"$LINENO"; then :
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8139 $as_echo "yes" >&6; }
8140 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8142 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8145 $as_echo "no" >&6; }
8146 ac_cv_header_QuickTime_ImageCompression_h
=no
8148 rm -f core conftest.err conftest.
$ac_objext \
8149 conftest
$ac_exeext conftest.
$ac_ext
8150 LIBS
="$ac_save_LIBS"
8152 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8154 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8156 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8158 CARBON_LIBS
="-framework Carbon"
8162 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8164 ac_save_LIBS
="$LIBS"
8165 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8166 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8167 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8168 enable_winemac_drv
=${enable_winemac_drv:-yes}
8171 LIBS
="$ac_save_LIBS"
8174 if test "x$enable_win16" = "xyes"
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8177 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8178 if test "$cross_compiling" = yes; then :
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8180 $as_echo "cross-compiling, assuming yes" >&6; }
8182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8183 /* end confdefs.h. */
8186 "good:\tnop;nop\n\t"
8187 ".globl _testfunc\n"
8188 "_testfunc:\tcallw good");
8189 extern void testfunc();
8193 unsigned short *p = (unsigned short *)testfunc;
8194 return p[0] != 0xe866 || p[1] != 0xfffa
8199 if ac_fn_c_try_run
"$LINENO"; then :
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8201 $as_echo "yes" >&6; }
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8204 $as_echo "no" >&6; }
8205 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
8207 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8208 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8213 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8215 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8217 LIBWINE_INSTALL_DEV
="libwine.dylib"
8219 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8221 WINELOADER_DEPENDS
="wine_info.plist"
8226 DLLFLAGS
="$DLLFLAGS -fPIC"
8227 LDEXECFLAGS
="-Wl,-pie"
8228 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8230 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8231 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8232 $as_echo_n "(cached) " >&6
8234 ac_wine_try_cflags_saved
=$CFLAGS
8235 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8237 /* end confdefs.h. */
8238 int main(int argc, char **argv) { return 0; }
8240 if ac_fn_c_try_link
"$LINENO"; then :
8241 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8243 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8245 rm -f core conftest.err conftest.
$ac_objext \
8246 conftest
$ac_exeext conftest.
$ac_ext
8247 CFLAGS
=$ac_wine_try_cflags_saved
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8250 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8251 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8252 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8254 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8256 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8257 if eval \
${$as_ac_var+:} false
; then :
8258 $as_echo_n "(cached) " >&6
8260 ac_wine_try_cflags_saved
=$CFLAGS
8261 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8263 /* end confdefs.h. */
8264 int main(int argc, char **argv) { return 0; }
8266 if ac_fn_c_try_link
"$LINENO"; then :
8267 eval "$as_ac_var=yes"
8269 eval "$as_ac_var=no"
8271 rm -f core conftest.err conftest.
$ac_objext \
8272 conftest
$ac_exeext conftest.
$ac_ext
8273 CFLAGS
=$ac_wine_try_cflags_saved
8275 eval ac_res
=\$
$as_ac_var
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8277 $as_echo "$ac_res" >&6; }
8278 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8279 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8280 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8282 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8284 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8285 if eval \
${$as_ac_var+:} false
; then :
8286 $as_echo_n "(cached) " >&6
8288 ac_wine_try_cflags_saved
=$CFLAGS
8289 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8291 /* end confdefs.h. */
8292 int main(int argc, char **argv) { return 0; }
8294 if ac_fn_c_try_link
"$LINENO"; then :
8295 eval "$as_ac_var=yes"
8297 eval "$as_ac_var=no"
8299 rm -f core conftest.err conftest.
$ac_objext \
8300 conftest
$ac_exeext conftest.
$ac_ext
8301 CFLAGS
=$ac_wine_try_cflags_saved
8303 eval ac_res
=\$
$as_ac_var
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8305 $as_echo "$ac_res" >&6; }
8306 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8307 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8308 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8312 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8313 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8314 $as_echo_n "(cached) " >&6
8316 ac_wine_try_cflags_saved
=$CFLAGS
8317 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8318 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8319 /* end confdefs.h. */
8320 int main(int argc, char **argv) { return 0; }
8322 if ac_fn_c_try_link
"$LINENO"; then :
8323 ac_cv_cflags__Wl___enable_new_dtags
=yes
8325 ac_cv_cflags__Wl___enable_new_dtags
=no
8327 rm -f core conftest.err conftest.
$ac_objext \
8328 conftest
$ac_exeext conftest.
$ac_ext
8329 CFLAGS
=$ac_wine_try_cflags_saved
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8332 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8333 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8334 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8337 LIBWINE_SHAREDLIB
="libwine.so"
8339 LIBWINE_INSTALL_LIB
="libwine.so"
8341 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8345 $as_echo_n "checking for -lEGL... " >&6; }
8346 if ${ac_cv_lib_soname_EGL+:} false
; then :
8347 $as_echo_n "(cached) " >&6
8349 ac_check_soname_save_LIBS
=$LIBS
8351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8352 /* end confdefs.h. */
8354 /* Override any GCC internal prototype to avoid an error.
8355 Use char because int might match the return type of a GCC
8356 builtin and then its argument prototype would still apply. */
8360 char eglGetProcAddress ();
8364 return eglGetProcAddress ();
8369 if ac_fn_c_try_link
"$LINENO"; then :
8371 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8372 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'` ;;
8373 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8374 if ${ac_cv_lib_soname_EGL:+false} :; then :
8375 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8379 rm -f core conftest.err conftest.
$ac_objext \
8380 conftest
$ac_exeext conftest.
$ac_ext
8381 LIBS
=$ac_check_soname_save_LIBS
8383 if ${ac_cv_lib_soname_EGL:+false} :; then :
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8385 $as_echo "not found" >&6; }
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8389 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8391 cat >>confdefs.h
<<_ACEOF
8392 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8398 $as_echo_n "checking for -lGLESv2... " >&6; }
8399 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8400 $as_echo_n "(cached) " >&6
8402 ac_check_soname_save_LIBS
=$LIBS
8403 LIBS
="-lGLESv2 $LIBS"
8404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8405 /* end confdefs.h. */
8407 /* Override any GCC internal prototype to avoid an error.
8408 Use char because int might match the return type of a GCC
8409 builtin and then its argument prototype would still apply. */
8422 if ac_fn_c_try_link
"$LINENO"; then :
8424 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8425 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'` ;;
8426 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8427 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8428 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8432 rm -f core conftest.err conftest.
$ac_objext \
8433 conftest
$ac_exeext conftest.
$ac_ext
8434 LIBS
=$ac_check_soname_save_LIBS
8436 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8438 $as_echo "not found" >&6; }
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8442 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8444 cat >>confdefs.h
<<_ACEOF
8445 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8451 if test "x$exec_prefix" = xNONE
8454 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8455 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8456 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8457 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8463 DLLFLAGS
="$DLLFLAGS -fPIC"
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8465 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8466 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8467 $as_echo_n "(cached) " >&6
8469 ac_wine_try_cflags_saved
=$CFLAGS
8470 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8472 /* end confdefs.h. */
8475 if ac_fn_c_try_link
"$LINENO"; then :
8476 ac_cv_c_dll_gnuelf
="yes"
8478 ac_cv_c_dll_gnuelf
="no"
8480 rm -f core conftest.err conftest.
$ac_objext \
8481 conftest
$ac_exeext conftest.
$ac_ext
8482 CFLAGS
=$ac_wine_try_cflags_saved
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8485 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8486 if test "$ac_cv_c_dll_gnuelf" = "yes"
8488 LIBWINE_LDFLAGS
="-shared"
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8490 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8491 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8492 $as_echo_n "(cached) " >&6
8494 ac_wine_try_cflags_saved
=$CFLAGS
8495 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8497 /* end confdefs.h. */
8498 int main(int argc, char **argv) { return 0; }
8500 if ac_fn_c_try_link
"$LINENO"; then :
8501 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8503 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8505 rm -f core conftest.err conftest.
$ac_objext \
8506 conftest
$ac_exeext conftest.
$ac_ext
8507 CFLAGS
=$ac_wine_try_cflags_saved
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8510 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8511 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8512 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8515 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8516 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8517 $as_echo_n "(cached) " >&6
8519 ac_wine_try_cflags_saved
=$CFLAGS
8520 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8522 /* end confdefs.h. */
8523 int main(int argc, char **argv) { return 0; }
8525 if ac_fn_c_try_link
"$LINENO"; then :
8526 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8528 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8530 rm -f core conftest.err conftest.
$ac_objext \
8531 conftest
$ac_exeext conftest.
$ac_ext
8532 CFLAGS
=$ac_wine_try_cflags_saved
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8535 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8536 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8537 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8541 echo '{ global: *; };' >conftest.map
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8543 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8544 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8545 $as_echo_n "(cached) " >&6
8547 ac_wine_try_cflags_saved
=$CFLAGS
8548 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8550 /* end confdefs.h. */
8551 int main(int argc, char **argv) { return 0; }
8553 if ac_fn_c_try_link
"$LINENO"; then :
8554 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8556 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8558 rm -f core conftest.err conftest.
$ac_objext \
8559 conftest
$ac_exeext conftest.
$ac_ext
8560 CFLAGS
=$ac_wine_try_cflags_saved
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8563 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8564 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8565 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8570 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8571 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8572 $as_echo_n "(cached) " >&6
8574 ac_wine_try_cflags_saved
=$CFLAGS
8575 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8577 /* end confdefs.h. */
8578 int main(int argc, char **argv) { return 0; }
8580 if ac_fn_c_try_link
"$LINENO"; then :
8581 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8583 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8585 rm -f core conftest.err conftest.
$ac_objext \
8586 conftest
$ac_exeext conftest.
$ac_ext
8587 CFLAGS
=$ac_wine_try_cflags_saved
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8590 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8591 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8592 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8595 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8597 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8598 if eval \
${$as_ac_var+:} false
; then :
8599 $as_echo_n "(cached) " >&6
8601 ac_wine_try_cflags_saved
=$CFLAGS
8602 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8604 /* end confdefs.h. */
8605 int main(int argc, char **argv) { return 0; }
8607 if ac_fn_c_try_link
"$LINENO"; then :
8608 eval "$as_ac_var=yes"
8610 eval "$as_ac_var=no"
8612 rm -f core conftest.err conftest.
$ac_objext \
8613 conftest
$ac_exeext conftest.
$ac_ext
8614 CFLAGS
=$ac_wine_try_cflags_saved
8616 eval ac_res
=\$
$as_ac_var
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8618 $as_echo "$ac_res" >&6; }
8619 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8620 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8621 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8623 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8625 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8626 if eval \
${$as_ac_var+:} false
; then :
8627 $as_echo_n "(cached) " >&6
8629 ac_wine_try_cflags_saved
=$CFLAGS
8630 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8632 /* end confdefs.h. */
8633 int main(int argc, char **argv) { return 0; }
8635 if ac_fn_c_try_link
"$LINENO"; then :
8636 eval "$as_ac_var=yes"
8638 eval "$as_ac_var=no"
8640 rm -f core conftest.err conftest.
$ac_objext \
8641 conftest
$ac_exeext conftest.
$ac_ext
8642 CFLAGS
=$ac_wine_try_cflags_saved
8644 eval ac_res
=\$
$as_ac_var
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8646 $as_echo "$ac_res" >&6; }
8647 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8648 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8649 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8654 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8655 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8656 $as_echo_n "(cached) " >&6
8658 ac_wine_try_cflags_saved
=$CFLAGS
8659 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8661 /* end confdefs.h. */
8662 int main(int argc, char **argv) { return 0; }
8664 if ac_fn_c_try_link
"$LINENO"; then :
8665 ac_cv_cflags__Wl___enable_new_dtags
=yes
8667 ac_cv_cflags__Wl___enable_new_dtags
=no
8669 rm -f core conftest.err conftest.
$ac_objext \
8670 conftest
$ac_exeext conftest.
$ac_ext
8671 CFLAGS
=$ac_wine_try_cflags_saved
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8674 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8675 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8676 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8680 *i
[3456789]86* | x86_64 |
*aarch64
*)
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8682 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8683 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8684 $as_echo_n "(cached) " >&6
8686 ac_wine_try_cflags_saved
=$CFLAGS
8687 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8689 /* end confdefs.h. */
8690 int main(int argc, char **argv) { return 0; }
8692 if ac_fn_c_try_link
"$LINENO"; then :
8693 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8695 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8697 rm -f core conftest.err conftest.
$ac_objext \
8698 conftest
$ac_exeext conftest.
$ac_ext
8699 CFLAGS
=$ac_wine_try_cflags_saved
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8702 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8703 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8705 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8706 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8710 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8711 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8712 $as_echo_n "(cached) " >&6
8714 ac_wine_try_cflags_saved
=$CFLAGS
8715 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8716 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8717 /* end confdefs.h. */
8718 int main(int argc, char **argv) { return 0; }
8720 if ac_fn_c_try_link
"$LINENO"; then :
8721 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8723 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8725 rm -f core conftest.err conftest.
$ac_objext \
8726 conftest
$ac_exeext conftest.
$ac_ext
8727 CFLAGS
=$ac_wine_try_cflags_saved
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8730 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8731 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8733 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8734 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8737 # Extract the first word of "prelink", so it can be a program name with args.
8738 set dummy prelink
; ac_word
=$2
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8740 $as_echo_n "checking for $ac_word... " >&6; }
8741 if ${ac_cv_path_PRELINK+:} false
; then :
8742 $as_echo_n "(cached) " >&6
8746 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8750 for as_dir
in /sbin
/usr
/sbin
$PATH
8753 test -z "$as_dir" && as_dir
=.
8754 for ac_exec_ext
in '' $ac_executable_extensions; do
8755 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8756 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8764 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8768 PRELINK
=$ac_cv_path_PRELINK
8769 if test -n "$PRELINK"; then
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8771 $as_echo "$PRELINK" >&6; }
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8774 $as_echo "no" >&6; }
8778 if test "x$PRELINK" = xfalse
8780 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8784 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8785 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8786 $as_echo_n "(cached) " >&6
8788 ac_wine_try_cflags_saved
=$CFLAGS
8789 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8791 /* end confdefs.h. */
8792 int main(int argc, char **argv) { return 0; }
8794 if ac_fn_c_try_link
"$LINENO"; then :
8795 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8797 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8799 rm -f core conftest.err conftest.
$ac_objext \
8800 conftest
$ac_exeext conftest.
$ac_ext
8801 CFLAGS
=$ac_wine_try_cflags_saved
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8804 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8805 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8806 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8813 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8814 if ${ac_cv_c_dll_unixware+:} false
; then :
8815 $as_echo_n "(cached) " >&6
8817 ac_wine_try_cflags_saved
=$CFLAGS
8818 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8820 /* end confdefs.h. */
8823 if ac_fn_c_try_link
"$LINENO"; then :
8824 ac_cv_c_dll_unixware
="yes"
8826 ac_cv_c_dll_unixware
="no"
8828 rm -f core conftest.err conftest.
$ac_objext \
8829 conftest
$ac_exeext conftest.
$ac_ext
8830 CFLAGS
=$ac_wine_try_cflags_saved
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8833 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8834 if test "$ac_cv_c_dll_unixware" = "yes"
8836 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8839 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8841 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8843 LIBWINE_INSTALL_DEV
="libwine.so"
8845 LIBWINE_DEPENDS
="wine.map"
8850 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8851 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8852 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
8853 enable_winemac_drv
=${enable_winemac_drv:-no}
8854 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8858 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8862 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
8864 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8866 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
8867 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8870 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
8871 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8873 ac_prefix_list
="" ;;
8875 for ac_prog
in $ac_prefix_list
8877 # Extract the first word of "$ac_prog", so it can be a program name with args.
8878 set dummy
$ac_prog; ac_word
=$2
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8880 $as_echo_n "checking for $ac_word... " >&6; }
8881 if ${ac_cv_prog_CROSSCC+:} false
; then :
8882 $as_echo_n "(cached) " >&6
8884 if test -n "$CROSSCC"; then
8885 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8891 test -z "$as_dir" && as_dir
=.
8892 for ac_exec_ext
in '' $ac_executable_extensions; do
8893 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8894 ac_cv_prog_CROSSCC
="$ac_prog"
8895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8904 CROSSCC
=$ac_cv_prog_CROSSCC
8905 if test -n "$CROSSCC"; then
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8907 $as_echo "$CROSSCC" >&6; }
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8910 $as_echo "no" >&6; }
8914 test -n "$CROSSCC" && break
8916 test -n "$CROSSCC" || CROSSCC
="false"
8918 if test "$CROSSCC" != "false"
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8923 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8925 /* end confdefs.h. */
8935 if ac_fn_c_try_compile
"$LINENO"; then :
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8937 $as_echo "yes" >&6; }
8943 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8944 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950 $as_echo "no" >&6; }
8952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8954 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
8960 if test "$ac_cv_header_pthread_h" = "yes"
8962 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8963 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8967 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8968 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8969 $as_echo_n "(cached) " >&6
8971 ac_check_lib_save_LIBS
=$LIBS
8972 LIBS
="-lpthread $LIBS"
8973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8974 /* end confdefs.h. */
8976 /* Override any GCC internal prototype to avoid an error.
8977 Use char because int might match the return type of a GCC
8978 builtin and then its argument prototype would still apply. */
8982 char pthread_create ();
8986 return pthread_create ();
8991 if ac_fn_c_try_link
"$LINENO"; then :
8992 ac_cv_lib_pthread_pthread_create
=yes
8994 ac_cv_lib_pthread_pthread_create
=no
8996 rm -f core conftest.err conftest.
$ac_objext \
8997 conftest
$ac_exeext conftest.
$ac_ext
8998 LIBS
=$ac_check_lib_save_LIBS
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9001 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9002 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9003 PTHREAD_LIBS
="-lpthread"
9010 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9011 case "x$with_pthread" in
9013 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9014 Wine cannot support threads without libpthread.
9015 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9022 $as_echo_n "checking for X... " >&6; }
9025 # Check whether --with-x was given.
9026 if test "${with_x+set}" = set; then :
9030 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9031 if test "x$with_x" = xno
; then
9032 # The user explicitly disabled X.
9035 case $x_includes,$x_libraries in #(
9036 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9037 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9038 $as_echo_n "(cached) " >&6
9040 # One or both of the vars are not set, and there is no cached value.
9041 ac_x_includes
=no ac_x_libraries
=no
9042 rm -f -r conftest.dir
9043 if mkdir conftest.dir
; then
9045 cat >Imakefile
<<'_ACEOF'
9047 @echo incroot='${INCROOT}'
9049 @echo usrlibdir='${USRLIBDIR}'
9051 @echo libdir='${LIBDIR}'
9053 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9054 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9055 for ac_var
in incroot usrlibdir libdir
; do
9056 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9058 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9059 for ac_extension
in a so sl dylib la dll
; do
9060 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9061 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9062 ac_im_usrlibdir
=$ac_im_libdir; break
9065 # Screen out bogus values from the imake configuration. They are
9066 # bogus both because they are the default anyway, and because
9067 # using them would break gcc on systems where it needs fixed includes.
9068 case $ac_im_incroot in
9069 /usr
/include
) ac_x_includes
= ;;
9070 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9072 case $ac_im_usrlibdir in
9073 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9074 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9078 rm -f -r conftest.dir
9081 # Standard set of common directories for X headers.
9082 # Check X11 before X11Rn because it is often a symlink to the current release.
9096 /usr/local/X11/include
9097 /usr/local/X11R7/include
9098 /usr/local/X11R6/include
9099 /usr/local/X11R5/include
9100 /usr/local/X11R4/include
9102 /usr/local/include/X11
9103 /usr/local/include/X11R7
9104 /usr/local/include/X11R6
9105 /usr/local/include/X11R5
9106 /usr/local/include/X11R4
9110 /usr/XFree86/include/X11
9114 /usr/unsupported/include
9116 /usr/local/x11r5/include
9117 /usr/lpp/Xamples/include
9119 /usr/openwin/include
9120 /usr/openwin/share/include'
9122 if test "$ac_x_includes" = no
; then
9123 # Guess where to find include files, by looking for Xlib.h.
9124 # First, try using that file with no special directory specified.
9125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9126 /* end confdefs.h. */
9127 #include <X11/Xlib.h>
9129 if ac_fn_c_try_cpp
"$LINENO"; then :
9130 # We can compile using X headers with no special include directory.
9133 for ac_dir
in $ac_x_header_dirs; do
9134 if test -r "$ac_dir/X11/Xlib.h"; then
9135 ac_x_includes
=$ac_dir
9140 rm -f conftest.err conftest.i conftest.
$ac_ext
9141 fi # $ac_x_includes = no
9143 if test "$ac_x_libraries" = no
; then
9144 # Check for the libraries.
9145 # See if we find them without any special options.
9146 # Don't add to $LIBS permanently.
9149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9150 /* end confdefs.h. */
9151 #include <X11/Xlib.h>
9160 if ac_fn_c_try_link
"$LINENO"; then :
9162 # We can link X programs with no special library path.
9166 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9168 # Don't even attempt the hair of trying to link an X program!
9169 for ac_extension
in a so sl dylib la dll
; do
9170 if test -r "$ac_dir/libX11.$ac_extension"; then
9171 ac_x_libraries
=$ac_dir
9177 rm -f core conftest.err conftest.
$ac_objext \
9178 conftest
$ac_exeext conftest.
$ac_ext
9179 fi # $ac_x_libraries = no
9181 case $ac_x_includes,$ac_x_libraries in #(
9183 # Didn't find X, or a directory has "'" in its name.
9184 ac_cv_have_x
="have_x=no";; #(
9186 # Record where we found X for the cache.
9187 ac_cv_have_x
="have_x=yes\
9188 ac_x_includes='$ac_x_includes'\
9189 ac_x_libraries='$ac_x_libraries'"
9195 eval "$ac_cv_have_x"
9198 if test "$have_x" != yes; then
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9200 $as_echo "$have_x" >&6; }
9203 # If each of the values was on the command line, it overrides each guess.
9204 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9205 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9206 # Update the cache value to reflect the command line values.
9207 ac_cv_have_x
="have_x=yes\
9208 ac_x_includes='$x_includes'\
9209 ac_x_libraries='$x_libraries'"
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9211 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9214 if test "$no_x" = yes; then
9215 # Not all programs may use this symbol, but it does not hurt to define it.
9217 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9219 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9221 if test -n "$x_includes"; then
9222 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9225 # It would also be nice to do this for all -L options, not just this one.
9226 if test -n "$x_libraries"; then
9227 X_LIBS
="$X_LIBS -L$x_libraries"
9228 # For Solaris; some versions of Sun CC require a space after -R and
9229 # others require no space. Words are not sufficient . . . .
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9231 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9232 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9233 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9234 ac_c_werror_flag
=yes
9235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9236 /* end confdefs.h. */
9246 if ac_fn_c_try_link
"$LINENO"; then :
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9248 $as_echo "no" >&6; }
9249 X_LIBS
="$X_LIBS -R$x_libraries"
9251 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9263 if ac_fn_c_try_link
"$LINENO"; then :
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9265 $as_echo "yes" >&6; }
9266 X_LIBS
="$X_LIBS -R $x_libraries"
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9269 $as_echo "neither works" >&6; }
9271 rm -f core conftest.err conftest.
$ac_objext \
9272 conftest
$ac_exeext conftest.
$ac_ext
9274 rm -f core conftest.err conftest.
$ac_objext \
9275 conftest
$ac_exeext conftest.
$ac_ext
9276 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9280 # Check for system-dependent libraries X programs must link with.
9281 # Do this before checking for the system-independent R6 libraries
9282 # (-lICE), since we may need -lsocket or whatever for X linking.
9284 if test "$ISC" = yes; then
9285 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9287 # Martyn Johnson says this is needed for Ultrix, if the X
9288 # libraries were built with DECnet support. And Karl Berry says
9289 # the Alpha needs dnet_stub (dnet does not exist).
9290 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9294 /* Override any GCC internal prototype to avoid an error.
9295 Use char because int might match the return type of a GCC
9296 builtin and then its argument prototype would still apply. */
9300 char XOpenDisplay ();
9304 return XOpenDisplay ();
9309 if ac_fn_c_try_link
"$LINENO"; then :
9312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9313 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9314 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9315 $as_echo_n "(cached) " >&6
9317 ac_check_lib_save_LIBS
=$LIBS
9319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9320 /* end confdefs.h. */
9322 /* Override any GCC internal prototype to avoid an error.
9323 Use char because int might match the return type of a GCC
9324 builtin and then its argument prototype would still apply. */
9332 return dnet_ntoa ();
9337 if ac_fn_c_try_link
"$LINENO"; then :
9338 ac_cv_lib_dnet_dnet_ntoa
=yes
9340 ac_cv_lib_dnet_dnet_ntoa
=no
9342 rm -f core conftest.err conftest.
$ac_objext \
9343 conftest
$ac_exeext conftest.
$ac_ext
9344 LIBS
=$ac_check_lib_save_LIBS
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9347 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9348 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9349 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9352 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9354 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9355 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9356 $as_echo_n "(cached) " >&6
9358 ac_check_lib_save_LIBS
=$LIBS
9359 LIBS
="-ldnet_stub $LIBS"
9360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9361 /* end confdefs.h. */
9363 /* Override any GCC internal prototype to avoid an error.
9364 Use char because int might match the return type of a GCC
9365 builtin and then its argument prototype would still apply. */
9373 return dnet_ntoa ();
9378 if ac_fn_c_try_link
"$LINENO"; then :
9379 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9381 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9383 rm -f core conftest.err conftest.
$ac_objext \
9384 conftest
$ac_exeext conftest.
$ac_ext
9385 LIBS
=$ac_check_lib_save_LIBS
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9388 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9389 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9390 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9395 rm -f core conftest.err conftest.
$ac_objext \
9396 conftest
$ac_exeext conftest.
$ac_ext
9397 LIBS
="$ac_xsave_LIBS"
9399 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9400 # to get the SysV transport functions.
9401 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9403 # The nsl library prevents programs from opening the X display
9404 # on Irix 5.2, according to T.E. Dickey.
9405 # The functions gethostbyname, getservbyname, and inet_addr are
9406 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9407 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9408 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9412 if test $ac_cv_func_gethostbyname = no
; then
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9414 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9415 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9416 $as_echo_n "(cached) " >&6
9418 ac_check_lib_save_LIBS
=$LIBS
9420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9429 char gethostbyname ();
9433 return gethostbyname ();
9438 if ac_fn_c_try_link
"$LINENO"; then :
9439 ac_cv_lib_nsl_gethostbyname
=yes
9441 ac_cv_lib_nsl_gethostbyname
=no
9443 rm -f core conftest.err conftest.
$ac_objext \
9444 conftest
$ac_exeext conftest.
$ac_ext
9445 LIBS
=$ac_check_lib_save_LIBS
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9448 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9449 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9450 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9453 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9455 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9456 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9457 $as_echo_n "(cached) " >&6
9459 ac_check_lib_save_LIBS
=$LIBS
9461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9462 /* end confdefs.h. */
9464 /* Override any GCC internal prototype to avoid an error.
9465 Use char because int might match the return type of a GCC
9466 builtin and then its argument prototype would still apply. */
9470 char gethostbyname ();
9474 return gethostbyname ();
9479 if ac_fn_c_try_link
"$LINENO"; then :
9480 ac_cv_lib_bsd_gethostbyname
=yes
9482 ac_cv_lib_bsd_gethostbyname
=no
9484 rm -f core conftest.err conftest.
$ac_objext \
9485 conftest
$ac_exeext conftest.
$ac_ext
9486 LIBS
=$ac_check_lib_save_LIBS
9488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9489 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9490 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9491 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9497 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9498 # socket/setsockopt and other routines are undefined under SCO ODT
9499 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9500 # on later versions), says Simon Leinen: it contains gethostby*
9501 # variants that don't use the name server (or something). -lsocket
9502 # must be given before -lnsl if both are needed. We assume that
9503 # if connect needs -lnsl, so does gethostbyname.
9504 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9505 if test "x$ac_cv_func_connect" = xyes
; then :
9509 if test $ac_cv_func_connect = no
; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9511 $as_echo_n "checking for connect in -lsocket... " >&6; }
9512 if ${ac_cv_lib_socket_connect+:} false
; then :
9513 $as_echo_n "(cached) " >&6
9515 ac_check_lib_save_LIBS
=$LIBS
9516 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9518 /* end confdefs.h. */
9520 /* Override any GCC internal prototype to avoid an error.
9521 Use char because int might match the return type of a GCC
9522 builtin and then its argument prototype would still apply. */
9535 if ac_fn_c_try_link
"$LINENO"; then :
9536 ac_cv_lib_socket_connect
=yes
9538 ac_cv_lib_socket_connect
=no
9540 rm -f core conftest.err conftest.
$ac_objext \
9541 conftest
$ac_exeext conftest.
$ac_ext
9542 LIBS
=$ac_check_lib_save_LIBS
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9545 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9546 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9547 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9552 # Guillermo Gomez says -lposix is necessary on A/UX.
9553 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9554 if test "x$ac_cv_func_remove" = xyes
; then :
9558 if test $ac_cv_func_remove = no
; then
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9560 $as_echo_n "checking for remove in -lposix... " >&6; }
9561 if ${ac_cv_lib_posix_remove+:} false
; then :
9562 $as_echo_n "(cached) " >&6
9564 ac_check_lib_save_LIBS
=$LIBS
9565 LIBS
="-lposix $LIBS"
9566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9567 /* end confdefs.h. */
9569 /* Override any GCC internal prototype to avoid an error.
9570 Use char because int might match the return type of a GCC
9571 builtin and then its argument prototype would still apply. */
9584 if ac_fn_c_try_link
"$LINENO"; then :
9585 ac_cv_lib_posix_remove
=yes
9587 ac_cv_lib_posix_remove
=no
9589 rm -f core conftest.err conftest.
$ac_objext \
9590 conftest
$ac_exeext conftest.
$ac_ext
9591 LIBS
=$ac_check_lib_save_LIBS
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9594 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9595 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9596 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9601 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9602 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9603 if test "x$ac_cv_func_shmat" = xyes
; then :
9607 if test $ac_cv_func_shmat = no
; then
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9609 $as_echo_n "checking for shmat in -lipc... " >&6; }
9610 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9611 $as_echo_n "(cached) " >&6
9613 ac_check_lib_save_LIBS
=$LIBS
9615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9616 /* end confdefs.h. */
9618 /* Override any GCC internal prototype to avoid an error.
9619 Use char because int might match the return type of a GCC
9620 builtin and then its argument prototype would still apply. */
9633 if ac_fn_c_try_link
"$LINENO"; then :
9634 ac_cv_lib_ipc_shmat
=yes
9636 ac_cv_lib_ipc_shmat
=no
9638 rm -f core conftest.err conftest.
$ac_objext \
9639 conftest
$ac_exeext conftest.
$ac_ext
9640 LIBS
=$ac_check_lib_save_LIBS
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9643 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9644 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9645 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9651 # Check for libraries that X11R6 Xt/Xaw programs need.
9652 ac_save_LDFLAGS
=$LDFLAGS
9653 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9654 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9655 # check for ICE first), but we must link in the order -lSM -lICE or
9656 # we get undefined symbols. So assume we have SM if we have ICE.
9657 # These have to be linked with before -lX11, unlike the other
9658 # libraries we check for below, so use a different variable.
9659 # John Interrante, Karl Berry
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9661 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9662 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9663 $as_echo_n "(cached) " >&6
9665 ac_check_lib_save_LIBS
=$LIBS
9666 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9668 /* end confdefs.h. */
9670 /* Override any GCC internal prototype to avoid an error.
9671 Use char because int might match the return type of a GCC
9672 builtin and then its argument prototype would still apply. */
9676 char IceConnectionNumber ();
9680 return IceConnectionNumber ();
9685 if ac_fn_c_try_link
"$LINENO"; then :
9686 ac_cv_lib_ICE_IceConnectionNumber
=yes
9688 ac_cv_lib_ICE_IceConnectionNumber
=no
9690 rm -f core conftest.err conftest.
$ac_objext \
9691 conftest
$ac_exeext conftest.
$ac_ext
9692 LIBS
=$ac_check_lib_save_LIBS
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9695 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9696 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9697 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9700 LDFLAGS
=$ac_save_LDFLAGS
9705 if test "$have_x" = "yes"
9707 ac_save_CPPFLAGS
="$CPPFLAGS"
9708 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9711 $as_echo_n "checking for -lX11... " >&6; }
9712 if ${ac_cv_lib_soname_X11+:} false
; then :
9713 $as_echo_n "(cached) " >&6
9715 ac_check_soname_save_LIBS
=$LIBS
9716 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9718 /* end confdefs.h. */
9720 /* Override any GCC internal prototype to avoid an error.
9721 Use char because int might match the return type of a GCC
9722 builtin and then its argument prototype would still apply. */
9726 char XCreateWindow ();
9730 return XCreateWindow ();
9735 if ac_fn_c_try_link
"$LINENO"; then :
9737 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9738 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'` ;;
9739 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9740 if ${ac_cv_lib_soname_X11:+false} :; then :
9741 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9745 rm -f core conftest.err conftest.
$ac_objext \
9746 conftest
$ac_exeext conftest.
$ac_ext
9747 LIBS
=$ac_check_soname_save_LIBS
9749 if ${ac_cv_lib_soname_X11:+false} :; then :
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9751 $as_echo "not found" >&6; }
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9755 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9757 cat >>confdefs.h
<<_ACEOF
9758 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9764 $as_echo_n "checking for -lXext... " >&6; }
9765 if ${ac_cv_lib_soname_Xext+:} false
; then :
9766 $as_echo_n "(cached) " >&6
9768 ac_check_soname_save_LIBS
=$LIBS
9769 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9771 /* end confdefs.h. */
9773 /* Override any GCC internal prototype to avoid an error.
9774 Use char because int might match the return type of a GCC
9775 builtin and then its argument prototype would still apply. */
9779 char XextCreateExtension ();
9783 return XextCreateExtension ();
9788 if ac_fn_c_try_link
"$LINENO"; then :
9790 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9791 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'` ;;
9792 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9793 if ${ac_cv_lib_soname_Xext:+false} :; then :
9794 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9798 rm -f core conftest.err conftest.
$ac_objext \
9799 conftest
$ac_exeext conftest.
$ac_ext
9800 LIBS
=$ac_check_soname_save_LIBS
9802 if ${ac_cv_lib_soname_Xext:+false} :; then :
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9804 $as_echo "not found" >&6; }
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9808 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9810 cat >>confdefs.h
<<_ACEOF
9811 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9814 X_LIBS
="$X_LIBS -lXext"
9816 X_LIBS
="$X_LIBS -lX11"
9818 for ac_header
in X11
/Xlib.h \
9821 X11
/Xcursor
/Xcursor.h \
9822 X11
/extensions
/shape.h \
9823 X11
/extensions
/XInput.h \
9824 X11
/extensions
/XInput2.h \
9825 X11
/extensions
/XShm.h \
9826 X11
/extensions
/Xcomposite.h \
9827 X11
/extensions
/Xfixes.h \
9828 X11
/extensions
/Xinerama.h \
9829 X11
/extensions
/Xrandr.h \
9830 X11
/extensions
/Xrender.h \
9831 X11
/extensions
/xf86vmode.h \
9832 X11
/extensions
/xf86vmproto.h
9834 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9835 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9836 # include <X11/Xlib.h>
9838 #ifdef HAVE_X11_XUTIL_H
9839 # include <X11/Xutil.h>
9842 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9843 cat >>confdefs.h
<<_ACEOF
9844 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9852 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9855 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9856 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9857 $as_echo_n "(cached) " >&6
9859 ac_check_lib_save_LIBS
=$LIBS
9860 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9870 char XkbQueryExtension ();
9874 return XkbQueryExtension ();
9879 if ac_fn_c_try_link
"$LINENO"; then :
9880 ac_cv_lib_X11_XkbQueryExtension
=yes
9882 ac_cv_lib_X11_XkbQueryExtension
=no
9884 rm -f core conftest.err conftest.
$ac_objext \
9885 conftest
$ac_exeext conftest.
$ac_ext
9886 LIBS
=$ac_check_lib_save_LIBS
9888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9889 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9890 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9892 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9898 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9901 $as_echo_n "checking for -lXcursor... " >&6; }
9902 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9903 $as_echo_n "(cached) " >&6
9905 ac_check_soname_save_LIBS
=$LIBS
9906 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9908 /* end confdefs.h. */
9910 /* Override any GCC internal prototype to avoid an error.
9911 Use char because int might match the return type of a GCC
9912 builtin and then its argument prototype would still apply. */
9916 char XcursorImageLoadCursor ();
9920 return XcursorImageLoadCursor ();
9925 if ac_fn_c_try_link
"$LINENO"; then :
9927 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9928 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'` ;;
9929 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9930 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9931 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9935 rm -f core conftest.err conftest.
$ac_objext \
9936 conftest
$ac_exeext conftest.
$ac_ext
9937 LIBS
=$ac_check_soname_save_LIBS
9939 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9941 $as_echo "not found" >&6; }
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9945 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9947 cat >>confdefs.h
<<_ACEOF
9948 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9954 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9955 case "x$with_xcursor" in
9956 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9958 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9959 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9964 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9967 $as_echo_n "checking for -lXi... " >&6; }
9968 if ${ac_cv_lib_soname_Xi+:} false
; then :
9969 $as_echo_n "(cached) " >&6
9971 ac_check_soname_save_LIBS
=$LIBS
9972 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9974 /* end confdefs.h. */
9976 /* Override any GCC internal prototype to avoid an error.
9977 Use char because int might match the return type of a GCC
9978 builtin and then its argument prototype would still apply. */
9982 char XOpenDevice ();
9986 return XOpenDevice ();
9991 if ac_fn_c_try_link
"$LINENO"; then :
9993 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9994 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'` ;;
9995 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9996 if ${ac_cv_lib_soname_Xi:+false} :; then :
9997 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10001 rm -f core conftest.err conftest.
$ac_objext \
10002 conftest
$ac_exeext conftest.
$ac_ext
10003 LIBS
=$ac_check_soname_save_LIBS
10005 if ${ac_cv_lib_soname_Xi:+false} :; then :
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10007 $as_echo "not found" >&6; }
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10011 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10013 cat >>confdefs.h
<<_ACEOF
10014 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10020 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10021 case "x$with_xinput" in
10022 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10024 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10025 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10030 if test "x$ac_cv_lib_soname_Xi" != x
10032 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10033 case "x$with_xinput2" in
10034 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10036 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10037 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10043 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10046 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10047 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10048 $as_echo_n "(cached) " >&6
10050 ac_check_lib_save_LIBS
=$LIBS
10051 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10053 /* end confdefs.h. */
10055 /* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10061 char XShmQueryExtension ();
10065 return XShmQueryExtension ();
10070 if ac_fn_c_try_link
"$LINENO"; then :
10071 ac_cv_lib_Xext_XShmQueryExtension
=yes
10073 ac_cv_lib_Xext_XShmQueryExtension
=no
10075 rm -f core conftest.err conftest.
$ac_objext \
10076 conftest
$ac_exeext conftest.
$ac_ext
10077 LIBS
=$ac_check_lib_save_LIBS
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10080 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10081 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10083 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10088 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10089 case "x$with_xshm" in
10090 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10092 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10093 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10098 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10101 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10102 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10103 $as_echo_n "(cached) " >&6
10105 ac_check_lib_save_LIBS
=$LIBS
10106 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10108 /* end confdefs.h. */
10110 /* Override any GCC internal prototype to avoid an error.
10111 Use char because int might match the return type of a GCC
10112 builtin and then its argument prototype would still apply. */
10116 char XShapeQueryExtension ();
10120 return XShapeQueryExtension ();
10125 if ac_fn_c_try_link
"$LINENO"; then :
10126 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10128 ac_cv_lib_Xext_XShapeQueryExtension
=no
10130 rm -f core conftest.err conftest.
$ac_objext \
10131 conftest
$ac_exeext conftest.
$ac_ext
10132 LIBS
=$ac_check_lib_save_LIBS
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10135 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10136 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10138 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10143 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10144 case "x$with_xshape" in
10145 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10147 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10148 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10153 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10156 $as_echo_n "checking for -lXxf86vm... " >&6; }
10157 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10158 $as_echo_n "(cached) " >&6
10160 ac_check_soname_save_LIBS
=$LIBS
10161 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10171 char XF86VidModeQueryExtension ();
10175 return XF86VidModeQueryExtension ();
10180 if ac_fn_c_try_link
"$LINENO"; then :
10182 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10183 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'` ;;
10184 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10185 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10186 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10190 rm -f core conftest.err conftest.
$ac_objext \
10191 conftest
$ac_exeext conftest.
$ac_ext
10192 LIBS
=$ac_check_soname_save_LIBS
10194 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10196 $as_echo "not found" >&6; }
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10200 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10202 cat >>confdefs.h
<<_ACEOF
10203 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10209 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10210 case "x$with_xxf86vm" in
10211 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10213 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10214 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10219 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10222 $as_echo_n "checking for -lXrender... " >&6; }
10223 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10224 $as_echo_n "(cached) " >&6
10226 ac_check_soname_save_LIBS
=$LIBS
10227 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10229 /* end confdefs.h. */
10231 /* Override any GCC internal prototype to avoid an error.
10232 Use char because int might match the return type of a GCC
10233 builtin and then its argument prototype would still apply. */
10237 char XRenderQueryExtension ();
10241 return XRenderQueryExtension ();
10246 if ac_fn_c_try_link
"$LINENO"; then :
10248 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10249 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'` ;;
10250 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10251 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10252 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10256 rm -f core conftest.err conftest.
$ac_objext \
10257 conftest
$ac_exeext conftest.
$ac_ext
10258 LIBS
=$ac_check_soname_save_LIBS
10260 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10262 $as_echo "not found" >&6; }
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10266 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10268 cat >>confdefs.h
<<_ACEOF
10269 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10273 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10274 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10275 $as_echo_n "(cached) " >&6
10277 ac_check_lib_save_LIBS
=$LIBS
10278 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10280 /* end confdefs.h. */
10282 /* Override any GCC internal prototype to avoid an error.
10283 Use char because int might match the return type of a GCC
10284 builtin and then its argument prototype would still apply. */
10288 char XRenderSetPictureTransform ();
10292 return XRenderSetPictureTransform ();
10297 if ac_fn_c_try_link
"$LINENO"; then :
10298 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10300 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10302 rm -f core conftest.err conftest.
$ac_objext \
10303 conftest
$ac_exeext conftest.
$ac_ext
10304 LIBS
=$ac_check_lib_save_LIBS
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10307 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10308 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10310 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10315 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10316 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10317 $as_echo_n "(cached) " >&6
10319 ac_check_lib_save_LIBS
=$LIBS
10320 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10322 /* end confdefs.h. */
10324 /* Override any GCC internal prototype to avoid an error.
10325 Use char because int might match the return type of a GCC
10326 builtin and then its argument prototype would still apply. */
10330 char XRenderCreateLinearGradient ();
10334 return XRenderCreateLinearGradient ();
10339 if ac_fn_c_try_link
"$LINENO"; then :
10340 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10342 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10344 rm -f core conftest.err conftest.
$ac_objext \
10345 conftest
$ac_exeext conftest.
$ac_ext
10346 LIBS
=$ac_check_lib_save_LIBS
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10349 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10350 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10352 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10359 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10360 case "x$with_xrender" in
10361 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10363 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10364 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10369 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10372 /* end confdefs.h. */
10373 #include <X11/Xlib.h>
10374 #include <X11/extensions/Xrandr.h>
10378 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10383 if ac_fn_c_try_compile
"$LINENO"; then :
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10385 $as_echo_n "checking for -lXrandr... " >&6; }
10386 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10387 $as_echo_n "(cached) " >&6
10389 ac_check_soname_save_LIBS
=$LIBS
10390 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10394 /* Override any GCC internal prototype to avoid an error.
10395 Use char because int might match the return type of a GCC
10396 builtin and then its argument prototype would still apply. */
10400 char XRRQueryExtension ();
10404 return XRRQueryExtension ();
10409 if ac_fn_c_try_link
"$LINENO"; then :
10411 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10412 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'` ;;
10413 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10414 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10415 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10419 rm -f core conftest.err conftest.
$ac_objext \
10420 conftest
$ac_exeext conftest.
$ac_ext
10421 LIBS
=$ac_check_soname_save_LIBS
10423 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10425 $as_echo "not found" >&6; }
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10429 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10431 cat >>confdefs.h
<<_ACEOF
10432 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10435 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10436 /* end confdefs.h. */
10437 #include <X11/Xlib.h>
10438 #include <X11/extensions/Xrandr.h>
10442 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10447 if ac_fn_c_try_compile
"$LINENO"; then :
10449 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10452 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10455 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10457 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10458 case "x$with_xrandr" in
10459 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10461 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10462 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10467 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10471 #include <X11/Xlib.h>
10472 #include <X11/extensions/Xfixes.h>
10476 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10481 if ac_fn_c_try_compile
"$LINENO"; then :
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10483 $as_echo_n "checking for -lXfixes... " >&6; }
10484 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10485 $as_echo_n "(cached) " >&6
10487 ac_check_soname_save_LIBS
=$LIBS
10488 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10490 /* end confdefs.h. */
10492 /* Override any GCC internal prototype to avoid an error.
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
10498 char XFixesQueryVersion ();
10502 return XFixesQueryVersion ();
10507 if ac_fn_c_try_link
"$LINENO"; then :
10509 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10510 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'` ;;
10511 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10512 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10513 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10517 rm -f core conftest.err conftest.
$ac_objext \
10518 conftest
$ac_exeext conftest.
$ac_ext
10519 LIBS
=$ac_check_soname_save_LIBS
10521 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10523 $as_echo "not found" >&6; }
10526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10527 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10529 cat >>confdefs.h
<<_ACEOF
10530 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10536 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10538 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10539 case "x$with_xfixes" in
10540 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10542 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10543 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10548 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10551 /* end confdefs.h. */
10552 #include <X11/Xlib.h>
10553 #include <X11/extensions/Xinerama.h>
10557 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10562 if ac_fn_c_try_compile
"$LINENO"; then :
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10564 $as_echo_n "checking for -lXinerama... " >&6; }
10565 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10566 $as_echo_n "(cached) " >&6
10568 ac_check_soname_save_LIBS
=$LIBS
10569 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10571 /* end confdefs.h. */
10573 /* Override any GCC internal prototype to avoid an error.
10574 Use char because int might match the return type of a GCC
10575 builtin and then its argument prototype would still apply. */
10579 char XineramaQueryScreens ();
10583 return XineramaQueryScreens ();
10588 if ac_fn_c_try_link
"$LINENO"; then :
10590 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10591 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'` ;;
10592 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10593 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10594 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10598 rm -f core conftest.err conftest.
$ac_objext \
10599 conftest
$ac_exeext conftest.
$ac_ext
10600 LIBS
=$ac_check_soname_save_LIBS
10602 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10604 $as_echo "not found" >&6; }
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10608 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10610 cat >>confdefs.h
<<_ACEOF
10611 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10619 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10620 case "x$with_xinerama" in
10621 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10623 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10624 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10629 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10632 $as_echo_n "checking for -lXcomposite... " >&6; }
10633 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10634 $as_echo_n "(cached) " >&6
10636 ac_check_soname_save_LIBS
=$LIBS
10637 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10639 /* end confdefs.h. */
10641 /* Override any GCC internal prototype to avoid an error.
10642 Use char because int might match the return type of a GCC
10643 builtin and then its argument prototype would still apply. */
10647 char XCompositeRedirectWindow ();
10651 return XCompositeRedirectWindow ();
10656 if ac_fn_c_try_link
"$LINENO"; then :
10658 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10659 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'` ;;
10660 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10661 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10662 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10666 rm -f core conftest.err conftest.
$ac_objext \
10667 conftest
$ac_exeext conftest.
$ac_ext
10668 LIBS
=$ac_check_soname_save_LIBS
10670 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10672 $as_echo "not found" >&6; }
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10676 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10678 cat >>confdefs.h
<<_ACEOF
10679 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10685 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10686 case "x$with_xcomposite" in
10687 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10689 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10690 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10695 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10696 #include <X11/Xlib.h>
10699 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10701 cat >>confdefs.h
<<_ACEOF
10702 #define HAVE_XICCALLBACK_CALLBACK 1
10707 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10708 #include <X11/Xlib.h>
10711 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10713 cat >>confdefs.h
<<_ACEOF
10714 #define HAVE_XEVENT_XCOOKIE 1
10723 if test "x$with_opengl" != "xno"
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10726 $as_echo_n "checking for -lGL... " >&6; }
10727 if ${ac_cv_lib_soname_GL+:} false
; then :
10728 $as_echo_n "(cached) " >&6
10730 ac_check_soname_save_LIBS
=$LIBS
10731 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10733 /* end confdefs.h. */
10735 /* Override any GCC internal prototype to avoid an error.
10736 Use char because int might match the return type of a GCC
10737 builtin and then its argument prototype would still apply. */
10741 char glXCreateContext ();
10745 return glXCreateContext ();
10750 if ac_fn_c_try_link
"$LINENO"; then :
10752 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10753 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'` ;;
10754 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10755 if ${ac_cv_lib_soname_GL:+false} :; then :
10756 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10760 rm -f core conftest.err conftest.
$ac_objext \
10761 conftest
$ac_exeext conftest.
$ac_ext
10762 LIBS
=$ac_check_soname_save_LIBS
10764 if ${ac_cv_lib_soname_GL:+false} :; then :
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10766 $as_echo "not found" >&6; }
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10768 $as_echo_n "checking for -lGL... " >&6; }
10769 if ${ac_cv_lib_soname_GL+:} false
; then :
10770 $as_echo_n "(cached) " >&6
10772 ac_check_soname_save_LIBS
=$LIBS
10773 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"
10774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10775 /* end confdefs.h. */
10777 /* Override any GCC internal prototype to avoid an error.
10778 Use char because int might match the return type of a GCC
10779 builtin and then its argument prototype would still apply. */
10783 char glXCreateContext ();
10787 return glXCreateContext ();
10792 if ac_fn_c_try_link
"$LINENO"; then :
10794 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10795 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'` ;;
10796 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10797 if ${ac_cv_lib_soname_GL:+false} :; then :
10798 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10802 rm -f core conftest.err conftest.
$ac_objext \
10803 conftest
$ac_exeext conftest.
$ac_ext
10804 LIBS
=$ac_check_soname_save_LIBS
10806 if ${ac_cv_lib_soname_GL:+false} :; then :
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10808 $as_echo "not found" >&6; }
10809 if test -f /usr
/X11R
6/lib
/libGL.a
10811 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10812 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10814 opengl_msg
="No OpenGL library found on this system."
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10818 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10820 cat >>confdefs.h
<<_ACEOF
10821 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10824 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"
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10828 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10830 cat >>confdefs.h
<<_ACEOF
10831 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10836 if test "x$with_glu" != "xno"
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
10839 $as_echo_n "checking for -lGLU... " >&6; }
10840 if ${ac_cv_lib_soname_GLU+:} false
; then :
10841 $as_echo_n "(cached) " >&6
10843 ac_check_soname_save_LIBS
=$LIBS
10844 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10858 return gluLookAt ();
10863 if ac_fn_c_try_link
"$LINENO"; then :
10865 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10866 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'` ;;
10867 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10868 if ${ac_cv_lib_soname_GLU:+false} :; then :
10869 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10873 rm -f core conftest.err conftest.
$ac_objext \
10874 conftest
$ac_exeext conftest.
$ac_ext
10875 LIBS
=$ac_check_soname_save_LIBS
10877 if ${ac_cv_lib_soname_GLU:+false} :; then :
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10879 $as_echo "not found" >&6; }
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
10883 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
10885 cat >>confdefs.h
<<_ACEOF
10886 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
10891 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
10892 case "x$with_glu" in
10893 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10895 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10896 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10902 if test "x$with_osmesa" != "xno"
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10905 $as_echo_n "checking for -lOSMesa... " >&6; }
10906 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10907 $as_echo_n "(cached) " >&6
10909 ac_check_soname_save_LIBS
=$LIBS
10910 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10912 /* end confdefs.h. */
10914 /* Override any GCC internal prototype to avoid an error.
10915 Use char because int might match the return type of a GCC
10916 builtin and then its argument prototype would still apply. */
10920 char OSMesaGetProcAddress ();
10924 return OSMesaGetProcAddress ();
10929 if ac_fn_c_try_link
"$LINENO"; then :
10931 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10932 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'` ;;
10933 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10934 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10935 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10939 rm -f core conftest.err conftest.
$ac_objext \
10940 conftest
$ac_exeext conftest.
$ac_ext
10941 LIBS
=$ac_check_soname_save_LIBS
10943 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10945 $as_echo "not found" >&6; }
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10949 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10951 cat >>confdefs.h
<<_ACEOF
10952 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10957 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10958 case "x$with_osmesa" in
10959 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10961 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10962 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10968 if test -n "$opengl_msg"; then :
10969 case "x$with_opengl" in
10970 x
) as_fn_append wine_warnings
"|$opengl_msg
10971 OpenGL and Direct3D won't be supported." ;;
10973 *) as_fn_error $?
"$opengl_msg
10974 OpenGL and Direct3D won't be supported.
10975 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10980 CPPFLAGS
="$ac_save_CPPFLAGS"
10986 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
10988 if test "x$X_LIBS" = "x"; then :
10991 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10992 without X support, which probably isn't what you want. You will need
10993 to install ${notice_platform}development packages of Xlib at the very least.
10994 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10996 enable_winex11_drv
=${enable_winex11_drv:-no}
10999 if test "x$X_LIBS" = "x"; then :
11001 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11003 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11004 This is an error since --with-x was requested." "$LINENO" 5 ;;
11006 enable_winex11_drv
=${enable_winex11_drv:-no}
11010 if test "$ac_cv_header_CL_cl_h" = "yes"
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11013 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11014 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11015 $as_echo_n "(cached) " >&6
11017 ac_check_lib_save_LIBS
=$LIBS
11018 LIBS
="-lOpenCL $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 clGetPlatformInfo ();
11032 return clGetPlatformInfo ();
11037 if ac_fn_c_try_link
"$LINENO"; then :
11038 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11040 ac_cv_lib_OpenCL_clGetPlatformInfo
=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_OpenCL_clGetPlatformInfo" >&5
11047 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11048 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11049 OPENCL_LIBS
="-lOpenCL"
11054 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11055 case "x$with_opencl" in
11056 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11058 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11059 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11061 enable_opencl
=${enable_opencl:-no}
11064 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11067 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11068 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11069 $as_echo_n "(cached) " >&6
11071 ac_check_lib_save_LIBS
=$LIBS
11072 LIBS
="-lpcap $LIBS"
11073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11074 /* end confdefs.h. */
11076 /* Override any GCC internal prototype to avoid an error.
11077 Use char because int might match the return type of a GCC
11078 builtin and then its argument prototype would still apply. */
11082 char pcap_create ();
11086 return pcap_create ();
11091 if ac_fn_c_try_link
"$LINENO"; then :
11092 ac_cv_lib_pcap_pcap_create
=yes
11094 ac_cv_lib_pcap_pcap_create
=no
11096 rm -f core conftest.err conftest.
$ac_objext \
11097 conftest
$ac_exeext conftest.
$ac_ext
11098 LIBS
=$ac_check_lib_save_LIBS
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11101 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11102 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11108 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11109 case "x$with_pcap" in
11110 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11112 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11113 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11115 enable_wpcap
=${enable_wpcap:-no}
11119 if test "x$with_xml" != "xno"
11121 if ${XML2_CFLAGS:+false} :; then :
11122 if ${PKG_CONFIG+:} false
; then :
11123 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11126 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11127 if ${XML2_LIBS:+false} :; then :
11128 if ${PKG_CONFIG+:} false
; then :
11129 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11132 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11133 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11134 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11135 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11136 ac_save_CPPFLAGS
=$CPPFLAGS
11137 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11138 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11140 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11141 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11142 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11143 cat >>confdefs.h
<<_ACEOF
11144 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11151 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"
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11154 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11155 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11156 $as_echo_n "(cached) " >&6
11158 ac_check_lib_save_LIBS
=$LIBS
11159 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11161 /* end confdefs.h. */
11163 /* Override any GCC internal prototype to avoid an error.
11164 Use char because int might match the return type of a GCC
11165 builtin and then its argument prototype would still apply. */
11169 char xmlParseMemory ();
11173 return xmlParseMemory ();
11178 if ac_fn_c_try_link
"$LINENO"; then :
11179 ac_cv_lib_xml2_xmlParseMemory
=yes
11181 ac_cv_lib_xml2_xmlParseMemory
=no
11183 rm -f core conftest.err conftest.
$ac_objext \
11184 conftest
$ac_exeext conftest.
$ac_ext
11185 LIBS
=$ac_check_lib_save_LIBS
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11188 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11189 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11191 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11198 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11199 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11200 $as_echo_n "(cached) " >&6
11202 ac_check_lib_save_LIBS
=$LIBS
11203 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11205 /* end confdefs.h. */
11207 /* Override any GCC internal prototype to avoid an error.
11208 Use char because int might match the return type of a GCC
11209 builtin and then its argument prototype would still apply. */
11213 char xmlReadMemory ();
11217 return xmlReadMemory ();
11222 if ac_fn_c_try_link
"$LINENO"; then :
11223 ac_cv_lib_xml2_xmlReadMemory
=yes
11225 ac_cv_lib_xml2_xmlReadMemory
=no
11227 rm -f core conftest.err conftest.
$ac_objext \
11228 conftest
$ac_exeext conftest.
$ac_ext
11229 LIBS
=$ac_check_lib_save_LIBS
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11232 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11233 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11235 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11240 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11241 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11242 $as_echo_n "(cached) " >&6
11244 ac_check_lib_save_LIBS
=$LIBS
11245 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11247 /* end confdefs.h. */
11249 /* Override any GCC internal prototype to avoid an error.
11250 Use char because int might match the return type of a GCC
11251 builtin and then its argument prototype would still apply. */
11255 char xmlNewDocPI ();
11259 return xmlNewDocPI ();
11264 if ac_fn_c_try_link
"$LINENO"; then :
11265 ac_cv_lib_xml2_xmlNewDocPI
=yes
11267 ac_cv_lib_xml2_xmlNewDocPI
=no
11269 rm -f core conftest.err conftest.
$ac_objext \
11270 conftest
$ac_exeext conftest.
$ac_ext
11271 LIBS
=$ac_check_lib_save_LIBS
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11274 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11275 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11277 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11282 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11283 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11284 $as_echo_n "(cached) " >&6
11286 ac_check_lib_save_LIBS
=$LIBS
11287 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11297 char xmlSchemaSetParserStructuredErrors ();
11301 return xmlSchemaSetParserStructuredErrors ();
11306 if ac_fn_c_try_link
"$LINENO"; then :
11307 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11309 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11311 rm -f core conftest.err conftest.
$ac_objext \
11312 conftest
$ac_exeext conftest.
$ac_ext
11313 LIBS
=$ac_check_lib_save_LIBS
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11316 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11317 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11319 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11324 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11325 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11326 $as_echo_n "(cached) " >&6
11328 ac_check_lib_save_LIBS
=$LIBS
11329 LIBS
="-lxml2 $XML2_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 xmlSchemaSetValidStructuredErrors ();
11343 return xmlSchemaSetValidStructuredErrors ();
11348 if ac_fn_c_try_link
"$LINENO"; then :
11349 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11351 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11353 rm -f core conftest.err conftest.
$ac_objext \
11354 conftest
$ac_exeext conftest.
$ac_ext
11355 LIBS
=$ac_check_lib_save_LIBS
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11358 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11359 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11361 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11366 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11367 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11368 $as_echo_n "(cached) " >&6
11370 ac_check_lib_save_LIBS
=$LIBS
11371 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11373 /* end confdefs.h. */
11375 /* Override any GCC internal prototype to avoid an error.
11376 Use char because int might match the return type of a GCC
11377 builtin and then its argument prototype would still apply. */
11381 char xmlFirstElementChild ();
11385 return xmlFirstElementChild ();
11390 if ac_fn_c_try_link
"$LINENO"; then :
11391 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11393 ac_cv_lib_xml2_xmlFirstElementChild
=no
11395 rm -f core conftest.err conftest.
$ac_objext \
11396 conftest
$ac_exeext conftest.
$ac_ext
11397 LIBS
=$ac_check_lib_save_LIBS
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11400 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11401 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11403 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11407 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11409 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11411 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11419 CPPFLAGS
=$ac_save_CPPFLAGS
11420 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11421 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11424 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11425 case "x$with_xml" in
11426 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11428 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11429 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11434 if test "x$with_xslt" != "xno"
11436 if ${XSLT_CFLAGS:+false} :; then :
11437 if ${PKG_CONFIG+:} false
; then :
11438 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11441 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11442 if ${XSLT_LIBS:+false} :; then :
11443 if ${PKG_CONFIG+:} false
; then :
11444 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11447 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11448 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11449 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11450 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11451 ac_save_CPPFLAGS
=$CPPFLAGS
11452 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11453 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11455 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11456 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11457 # include <libxslt/pattern.h>
11460 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11461 cat >>confdefs.h
<<_ACEOF
11462 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11469 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11472 $as_echo_n "checking for -lxslt... " >&6; }
11473 if ${ac_cv_lib_soname_xslt+:} false
; then :
11474 $as_echo_n "(cached) " >&6
11476 ac_check_soname_save_LIBS
=$LIBS
11477 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11479 /* end confdefs.h. */
11481 /* Override any GCC internal prototype to avoid an error.
11482 Use char because int might match the return type of a GCC
11483 builtin and then its argument prototype would still apply. */
11487 char xsltCompilePattern ();
11491 return xsltCompilePattern ();
11496 if ac_fn_c_try_link
"$LINENO"; then :
11498 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11499 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'` ;;
11500 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11501 if ${ac_cv_lib_soname_xslt:+false} :; then :
11502 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11506 rm -f core conftest.err conftest.
$ac_objext \
11507 conftest
$ac_exeext conftest.
$ac_ext
11508 LIBS
=$ac_check_soname_save_LIBS
11510 if ${ac_cv_lib_soname_xslt:+false} :; then :
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11512 $as_echo "not found" >&6; }
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11516 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11518 cat >>confdefs.h
<<_ACEOF
11519 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11527 CPPFLAGS
=$ac_save_CPPFLAGS
11528 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11529 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11532 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11533 case "x$with_xslt" in
11534 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11536 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11537 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11542 if test "x$with_dbus" != "xno"
11544 if ${DBUS_CFLAGS:+false} :; then :
11545 if ${PKG_CONFIG+:} false
; then :
11546 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11550 if ${DBUS_LIBS:+false} :; then :
11551 if ${PKG_CONFIG+:} false
; then :
11552 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11557 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11558 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11559 ac_save_CPPFLAGS
=$CPPFLAGS
11560 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11561 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11562 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11564 $as_echo_n "checking for -ldbus-1... " >&6; }
11565 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11566 $as_echo_n "(cached) " >&6
11568 ac_check_soname_save_LIBS
=$LIBS
11569 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11571 /* end confdefs.h. */
11573 /* Override any GCC internal prototype to avoid an error.
11574 Use char because int might match the return type of a GCC
11575 builtin and then its argument prototype would still apply. */
11579 char dbus_connection_close ();
11583 return dbus_connection_close ();
11588 if ac_fn_c_try_link
"$LINENO"; then :
11590 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11591 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'` ;;
11592 *) 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'`
11593 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11594 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11598 rm -f core conftest.err conftest.
$ac_objext \
11599 conftest
$ac_exeext conftest.
$ac_ext
11600 LIBS
=$ac_check_soname_save_LIBS
11602 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11604 $as_echo "not found" >&6; }
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11608 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11610 cat >>confdefs.h
<<_ACEOF
11611 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11621 CPPFLAGS
=$ac_save_CPPFLAGS
11622 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11623 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11626 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11627 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11628 case "x$with_dbus" in
11629 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11631 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11632 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11637 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11639 if ${HAL_CFLAGS:+false} :; then :
11640 if ${PKG_CONFIG+:} false
; then :
11641 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11645 if ${HAL_LIBS:+false} :; then :
11646 if ${PKG_CONFIG+:} false
; then :
11647 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11651 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11652 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11653 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11654 ac_save_CPPFLAGS
=$CPPFLAGS
11655 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11656 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11657 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11659 $as_echo_n "checking for -lhal... " >&6; }
11660 if ${ac_cv_lib_soname_hal+:} false
; then :
11661 $as_echo_n "(cached) " >&6
11663 ac_check_soname_save_LIBS
=$LIBS
11664 LIBS
="-lhal $HAL_LIBS $LIBS"
11665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11666 /* end confdefs.h. */
11668 /* Override any GCC internal prototype to avoid an error.
11669 Use char because int might match the return type of a GCC
11670 builtin and then its argument prototype would still apply. */
11674 char libhal_ctx_new ();
11678 return libhal_ctx_new ();
11683 if ac_fn_c_try_link
"$LINENO"; then :
11685 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11686 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'` ;;
11687 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11688 if ${ac_cv_lib_soname_hal:+false} :; then :
11689 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11693 rm -f core conftest.err conftest.
$ac_objext \
11694 conftest
$ac_exeext conftest.
$ac_ext
11695 LIBS
=$ac_check_soname_save_LIBS
11697 if ${ac_cv_lib_soname_hal:+false} :; then :
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11699 $as_echo "not found" >&6; }
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11703 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11705 cat >>confdefs.h
<<_ACEOF
11706 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11716 CPPFLAGS
=$ac_save_CPPFLAGS
11717 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11718 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11720 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11721 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11722 case "x$with_hal" in
11723 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11725 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11726 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11732 if test "x$with_gnutls" != "xno"
11734 if ${GNUTLS_CFLAGS:+false} :; then :
11735 if ${PKG_CONFIG+:} false
; then :
11736 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11740 if ${GNUTLS_LIBS:+false} :; then :
11741 if ${PKG_CONFIG+:} false
; then :
11742 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11747 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11748 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11749 ac_save_CPPFLAGS
=$CPPFLAGS
11750 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11751 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11752 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11754 /* end confdefs.h. */
11755 #include <gnutls/gnutls.h>
11756 #include <gnutls/crypto.h>
11760 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11765 if ac_fn_c_try_compile
"$LINENO"; then :
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11767 $as_echo_n "checking for -lgnutls... " >&6; }
11768 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11769 $as_echo_n "(cached) " >&6
11771 ac_check_soname_save_LIBS
=$LIBS
11772 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11774 /* end confdefs.h. */
11776 /* Override any GCC internal prototype to avoid an error.
11777 Use char because int might match the return type of a GCC
11778 builtin and then its argument prototype would still apply. */
11782 char gnutls_global_init ();
11786 return gnutls_global_init ();
11791 if ac_fn_c_try_link
"$LINENO"; then :
11793 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11794 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'` ;;
11795 *) 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'`
11796 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11797 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'`
11801 rm -f core conftest.err conftest.
$ac_objext \
11802 conftest
$ac_exeext conftest.
$ac_ext
11803 LIBS
=$ac_check_soname_save_LIBS
11805 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11807 $as_echo "not found" >&6; }
11810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11811 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11813 cat >>confdefs.h
<<_ACEOF
11814 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11819 ac_wine_check_funcs_save_LIBS
="$LIBS"
11820 LIBS
="$LIBS $GNUTLS_LIBS"
11821 for ac_func
in gnutls_cipher_init
11823 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
11824 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
11825 cat >>confdefs.h
<<_ACEOF
11826 #define HAVE_GNUTLS_CIPHER_INIT 1
11830 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
11834 LIBS
="$ac_wine_check_funcs_save_LIBS"
11836 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11842 CPPFLAGS
=$ac_save_CPPFLAGS
11843 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11844 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11847 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11848 case "x$with_gnutls" in
11849 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11851 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11852 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11858 if test "$ac_cv_header_ncurses_h" = "yes"
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11861 $as_echo_n "checking for -lncurses... " >&6; }
11862 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11863 $as_echo_n "(cached) " >&6
11865 ac_check_soname_save_LIBS
=$LIBS
11866 LIBS
="-lncurses $LIBS"
11867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11868 /* end confdefs.h. */
11870 /* Override any GCC internal prototype to avoid an error.
11871 Use char because int might match the return type of a GCC
11872 builtin and then its argument prototype would still apply. */
11885 if ac_fn_c_try_link
"$LINENO"; then :
11887 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11888 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'` ;;
11889 *) 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'`
11890 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11891 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11895 rm -f core conftest.err conftest.
$ac_objext \
11896 conftest
$ac_exeext conftest.
$ac_ext
11897 LIBS
=$ac_check_soname_save_LIBS
11899 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11901 $as_echo "not found" >&6; }
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11905 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11907 cat >>confdefs.h
<<_ACEOF
11908 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11911 CURSES_LIBS
="-lncurses"
11913 elif test "$ac_cv_header_curses_h" = "yes"
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11916 $as_echo_n "checking for -lcurses... " >&6; }
11917 if ${ac_cv_lib_soname_curses+:} false
; then :
11918 $as_echo_n "(cached) " >&6
11920 ac_check_soname_save_LIBS
=$LIBS
11921 LIBS
="-lcurses $LIBS"
11922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11923 /* end confdefs.h. */
11925 /* Override any GCC internal prototype to avoid an error.
11926 Use char because int might match the return type of a GCC
11927 builtin and then its argument prototype would still apply. */
11940 if ac_fn_c_try_link
"$LINENO"; then :
11942 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11943 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'` ;;
11944 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11945 if ${ac_cv_lib_soname_curses:+false} :; then :
11946 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11950 rm -f core conftest.err conftest.
$ac_objext \
11951 conftest
$ac_exeext conftest.
$ac_ext
11952 LIBS
=$ac_check_soname_save_LIBS
11954 if ${ac_cv_lib_soname_curses:+false} :; then :
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11956 $as_echo "not found" >&6; }
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11960 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11962 cat >>confdefs.h
<<_ACEOF
11963 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11966 CURSES_LIBS
="-lcurses"
11969 ac_save_LIBS
="$LIBS"
11970 LIBS
="$LIBS $CURSES_LIBS"
11971 for ac_func
in mousemask
11973 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11974 if test "x$ac_cv_func_mousemask" = xyes
; then :
11975 cat >>confdefs.h
<<_ACEOF
11976 #define HAVE_MOUSEMASK 1
11982 LIBS
="$ac_save_LIBS"
11983 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11984 case "x$with_curses" in
11985 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11987 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11988 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11993 if test "x$with_sane" != "xno"
11995 if ${SANE_CFLAGS:+false} :; then :
11996 if ${PKG_CONFIG+:} false
; then :
11997 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12000 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12001 if ${SANE_LIBS:+false} :; then :
12002 if ${PKG_CONFIG+:} false
; then :
12003 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12006 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12008 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12009 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12010 ac_save_CPPFLAGS
=$CPPFLAGS
12011 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12012 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12013 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12015 $as_echo_n "checking for -lsane... " >&6; }
12016 if ${ac_cv_lib_soname_sane+:} false
; then :
12017 $as_echo_n "(cached) " >&6
12019 ac_check_soname_save_LIBS
=$LIBS
12020 LIBS
="-lsane $SANE_LIBS $LIBS"
12021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12034 return sane_init ();
12039 if ac_fn_c_try_link
"$LINENO"; then :
12041 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12042 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'` ;;
12043 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12044 if ${ac_cv_lib_soname_sane:+false} :; then :
12045 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12049 rm -f core conftest.err conftest.
$ac_objext \
12050 conftest
$ac_exeext conftest.
$ac_ext
12051 LIBS
=$ac_check_soname_save_LIBS
12053 if ${ac_cv_lib_soname_sane:+false} :; then :
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12055 $as_echo "not found" >&6; }
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12059 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12061 cat >>confdefs.h
<<_ACEOF
12062 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12072 CPPFLAGS
=$ac_save_CPPFLAGS
12073 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12074 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12077 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12078 case "x$with_sane" in
12079 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12081 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12082 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12087 if test "x$with_v4l" != "xno"
12089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12090 $as_echo_n "checking for -lv4l1... " >&6; }
12091 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12092 $as_echo_n "(cached) " >&6
12094 ac_check_soname_save_LIBS
=$LIBS
12095 LIBS
="-lv4l1 $LIBS"
12096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12097 /* end confdefs.h. */
12099 /* Override any GCC internal prototype to avoid an error.
12100 Use char because int might match the return type of a GCC
12101 builtin and then its argument prototype would still apply. */
12109 return v4l1_open ();
12114 if ac_fn_c_try_link
"$LINENO"; then :
12116 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12117 dylib
) ac_cv_lib_soname_v4l1
=`$OTOOL -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12118 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12119 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12120 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12124 rm -f core conftest.err conftest.
$ac_objext \
12125 conftest
$ac_exeext conftest.
$ac_ext
12126 LIBS
=$ac_check_soname_save_LIBS
12128 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12130 $as_echo "not found" >&6; }
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12134 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12136 cat >>confdefs.h
<<_ACEOF
12137 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12143 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12144 case "x$with_v4l" in
12145 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12147 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12148 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12153 if test "x$with_gphoto" != "xno"
12155 if ${GPHOTO2_CFLAGS:+false} :; then :
12156 if ${PKG_CONFIG+:} false
; then :
12157 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12160 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12161 if ${GPHOTO2_LIBS:+false} :; then :
12162 if ${PKG_CONFIG+:} false
; then :
12163 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12166 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12167 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12168 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12169 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12170 ac_save_CPPFLAGS
=$CPPFLAGS
12171 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12172 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12173 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12175 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12176 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12177 $as_echo_n "(cached) " >&6
12179 ac_check_lib_save_LIBS
=$LIBS
12180 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12182 /* end confdefs.h. */
12184 /* Override any GCC internal prototype to avoid an error.
12185 Use char because int might match the return type of a GCC
12186 builtin and then its argument prototype would still apply. */
12190 char gp_camera_new ();
12194 return gp_camera_new ();
12199 if ac_fn_c_try_link
"$LINENO"; then :
12200 ac_cv_lib_gphoto2_gp_camera_new
=yes
12202 ac_cv_lib_gphoto2_gp_camera_new
=no
12204 rm -f core conftest.err conftest.
$ac_objext \
12205 conftest
$ac_exeext conftest.
$ac_ext
12206 LIBS
=$ac_check_lib_save_LIBS
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12209 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12210 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12212 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12215 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12219 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12223 CPPFLAGS
=$ac_save_CPPFLAGS
12224 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12225 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12227 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12228 if ${PKG_CONFIG+:} false
; then :
12229 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12232 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12233 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12234 if ${PKG_CONFIG+:} false
; then :
12235 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12238 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12239 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12240 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12241 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12242 ac_save_CPPFLAGS
=$CPPFLAGS
12243 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12244 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12245 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12247 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12248 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12249 $as_echo_n "(cached) " >&6
12251 ac_check_lib_save_LIBS
=$LIBS
12252 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12254 /* end confdefs.h. */
12256 /* Override any GCC internal prototype to avoid an error.
12257 Use char because int might match the return type of a GCC
12258 builtin and then its argument prototype would still apply. */
12262 char gp_port_info_list_new ();
12266 return gp_port_info_list_new ();
12271 if ac_fn_c_try_link
"$LINENO"; then :
12272 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12274 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12276 rm -f core conftest.err conftest.
$ac_objext \
12277 conftest
$ac_exeext conftest.
$ac_ext
12278 LIBS
=$ac_check_lib_save_LIBS
12280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12281 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12282 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12284 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12287 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12291 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12295 CPPFLAGS
=$ac_save_CPPFLAGS
12296 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12297 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12300 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12301 case "x$with_gphoto" in
12302 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12304 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12305 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12309 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12310 case "x$with_gphoto" in
12311 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12313 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12314 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12320 if test "$ac_cv_header_resolv_h" = "yes"
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12323 $as_echo_n "checking for resolver library... " >&6; }
12324 if ${ac_cv_have_resolv+:} false
; then :
12325 $as_echo_n "(cached) " >&6
12327 ac_save_LIBS
="$LIBS"
12328 for lib
in '' -lresolv
12330 LIBS
="$lib $ac_save_LIBS"
12331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12332 /* end confdefs.h. */
12333 #ifdef HAVE_NETINET_IN_H
12334 #include <netinet/in.h>
12336 #include <resolv.h>
12340 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12345 if ac_fn_c_try_link
"$LINENO"; then :
12346 ac_cv_have_resolv
=${lib:-"none required"}
12348 ac_cv_have_resolv
="not found"
12350 rm -f core conftest.err conftest.
$ac_objext \
12351 conftest
$ac_exeext conftest.
$ac_ext
12352 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12354 LIBS
="$ac_save_LIBS"
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12357 $as_echo "$ac_cv_have_resolv" >&6; }
12359 case "$ac_cv_have_resolv" in
12363 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12366 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12368 RESOLV_LIBS
=$ac_cv_have_resolv
12373 if test "x$with_cms" != "xno"
12375 if ${LCMS2_CFLAGS:+false} :; then :
12376 if ${PKG_CONFIG+:} false
; then :
12377 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12381 if ${LCMS2_LIBS:+false} :; then :
12382 if ${PKG_CONFIG+:} false
; then :
12383 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12387 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12388 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12389 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12390 ac_save_CPPFLAGS
=$CPPFLAGS
12391 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12392 for ac_header
in lcms2.h
12394 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12395 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12396 cat >>confdefs.h
<<_ACEOF
12397 #define HAVE_LCMS2_H 1
12404 if test "$ac_cv_header_lcms2_h" = "yes"
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12407 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12408 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12409 $as_echo_n "(cached) " >&6
12411 ac_check_lib_save_LIBS
=$LIBS
12412 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12414 /* end confdefs.h. */
12416 /* Override any GCC internal prototype to avoid an error.
12417 Use char because int might match the return type of a GCC
12418 builtin and then its argument prototype would still apply. */
12422 char cmsOpenProfileFromFile ();
12426 return cmsOpenProfileFromFile ();
12431 if ac_fn_c_try_link
"$LINENO"; then :
12432 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12434 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12436 rm -f core conftest.err conftest.
$ac_objext \
12437 conftest
$ac_exeext conftest.
$ac_ext
12438 LIBS
=$ac_check_lib_save_LIBS
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12441 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12442 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12444 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12454 CPPFLAGS
=$ac_save_CPPFLAGS
12455 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12456 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12459 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12460 case "x$with_cms" in
12461 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12463 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12464 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12469 if test "x$with_freetype" != "xno"
12471 if ${FREETYPE_CFLAGS:+false} :; then :
12472 if ${PKG_CONFIG+:} false
; then :
12473 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12476 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12477 if ${FREETYPE_LIBS:+false} :; then :
12478 if ${PKG_CONFIG+:} false
; then :
12479 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12482 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12483 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12484 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12485 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12486 ac_save_CPPFLAGS
=$CPPFLAGS
12487 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12488 for ac_header
in ft2build.h
12490 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12491 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12492 cat >>confdefs.h
<<_ACEOF
12493 #define HAVE_FT2BUILD_H 1
12500 if test "$ac_cv_header_ft2build_h" = "yes"
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12503 $as_echo_n "checking for -lfreetype... " >&6; }
12504 if ${ac_cv_lib_soname_freetype+:} false
; then :
12505 $as_echo_n "(cached) " >&6
12507 ac_check_soname_save_LIBS
=$LIBS
12508 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12510 /* end confdefs.h. */
12512 /* Override any GCC internal prototype to avoid an error.
12513 Use char because int might match the return type of a GCC
12514 builtin and then its argument prototype would still apply. */
12518 char FT_Init_FreeType ();
12522 return FT_Init_FreeType ();
12527 if ac_fn_c_try_link
"$LINENO"; then :
12529 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12530 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'` ;;
12531 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12532 if ${ac_cv_lib_soname_freetype:+false} :; then :
12533 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12537 rm -f core conftest.err conftest.
$ac_objext \
12538 conftest
$ac_exeext conftest.
$ac_ext
12539 LIBS
=$ac_check_soname_save_LIBS
12541 if ${ac_cv_lib_soname_freetype:+false} :; then :
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12543 $as_echo "not found" >&6; }
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12547 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12549 cat >>confdefs.h
<<_ACEOF
12550 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12554 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12556 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12557 #include FT_MODULE_H
12559 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12561 cat >>confdefs.h
<<_ACEOF
12562 #define HAVE_FT_TRUETYPEENGINETYPE 1
12573 CPPFLAGS
=$ac_save_CPPFLAGS
12574 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12575 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12578 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12579 case "x$with_freetype" in
12581 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12582 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12584 enable_fonts
=${enable_fonts:-no}
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12588 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12589 if ${ac_cv_c_ppdev+:} false
; then :
12590 $as_echo_n "(cached) " >&6
12592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h. */
12594 #ifdef HAVE_SYS_IOCTL_H
12595 # include <sys/ioctl.h>
12597 #include <linux/ppdev.h>
12601 ioctl (1,PPCLAIM,0)
12606 if ac_fn_c_try_compile
"$LINENO"; then :
12607 ac_cv_c_ppdev
="yes"
12611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12614 $as_echo "$ac_cv_c_ppdev" >&6; }
12615 if test "$ac_cv_c_ppdev" = "yes"
12618 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12622 ac_wine_check_funcs_save_LIBS
="$LIBS"
12623 LIBS
="$LIBS $PTHREAD_LIBS"
12625 pthread_attr_get_np \
12626 pthread_getattr_np \
12627 pthread_getthreadid_np \
12628 pthread_get_stackaddr_np \
12629 pthread_get_stacksize_np
12631 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12632 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12633 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12634 cat >>confdefs.h
<<_ACEOF
12635 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12641 LIBS
="$ac_wine_check_funcs_save_LIBS"
12643 if test "$ac_cv_header_zlib_h" = "yes"
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12646 $as_echo_n "checking for inflate in -lz... " >&6; }
12647 if ${ac_cv_lib_z_inflate+:} false
; then :
12648 $as_echo_n "(cached) " >&6
12650 ac_check_lib_save_LIBS
=$LIBS
12652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12653 /* end confdefs.h. */
12655 /* Override any GCC internal prototype to avoid an error.
12656 Use char because int might match the return type of a GCC
12657 builtin and then its argument prototype would still apply. */
12670 if ac_fn_c_try_link
"$LINENO"; then :
12671 ac_cv_lib_z_inflate
=yes
12673 ac_cv_lib_z_inflate
=no
12675 rm -f core conftest.err conftest.
$ac_objext \
12676 conftest
$ac_exeext conftest.
$ac_ext
12677 LIBS
=$ac_check_lib_save_LIBS
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12680 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12681 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12683 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12690 if test "x$Z_LIBS" = "x"; then :
12691 case "x$with_zlib" in
12692 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12694 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12695 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12700 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12702 if test "$ac_cv_header_gettext_po_h" = "yes"
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12705 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12706 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12707 $as_echo_n "(cached) " >&6
12709 ac_check_lib_save_LIBS
=$LIBS
12710 LIBS
="-lgettextpo $LIBS"
12711 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12712 /* end confdefs.h. */
12714 /* Override any GCC internal prototype to avoid an error.
12715 Use char because int might match the return type of a GCC
12716 builtin and then its argument prototype would still apply. */
12720 char po_message_msgctxt ();
12724 return po_message_msgctxt ();
12729 if ac_fn_c_try_link
"$LINENO"; then :
12730 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12732 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12734 rm -f core conftest.err conftest.
$ac_objext \
12735 conftest
$ac_exeext conftest.
$ac_ext
12736 LIBS
=$ac_check_lib_save_LIBS
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12739 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12740 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12742 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12744 GETTEXTPO_LIBS
="-lgettextpo"
12749 if test "x$GETTEXTPO_LIBS" = "x"; then :
12750 case "x$with_gettextpo" in
12751 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12753 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12754 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12758 if test "$srcdir" != .
; then :
12759 case "x$with_gettextpo" in
12760 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12762 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12763 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12769 if test "x$with_pulse" != "xno";
12771 if ${PULSE_CFLAGS:+false} :; then :
12772 if ${PKG_CONFIG+:} false
; then :
12773 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12777 if ${PULSE_LIBS:+false} :; then :
12778 if ${PKG_CONFIG+:} false
; then :
12779 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12784 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12785 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12786 ac_save_CPPFLAGS
=$CPPFLAGS
12787 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12788 for ac_header
in pulse
/pulseaudio.h
12790 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12791 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12792 cat >>confdefs.h
<<_ACEOF
12793 #define HAVE_PULSE_PULSEAUDIO_H 1
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12796 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12797 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12798 $as_echo_n "(cached) " >&6
12800 ac_check_lib_save_LIBS
=$LIBS
12801 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12803 /* end confdefs.h. */
12805 /* Override any GCC internal prototype to avoid an error.
12806 Use char because int might match the return type of a GCC
12807 builtin and then its argument prototype would still apply. */
12811 char pa_stream_is_corked ();
12815 return pa_stream_is_corked ();
12820 if ac_fn_c_try_link
"$LINENO"; then :
12821 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12823 ac_cv_lib_pulse_pa_stream_is_corked
=no
12825 rm -f core conftest.err conftest.
$ac_objext \
12826 conftest
$ac_exeext conftest.
$ac_ext
12827 LIBS
=$ac_check_lib_save_LIBS
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12830 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12831 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12843 CPPFLAGS
=$ac_save_CPPFLAGS
12844 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12845 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12848 if test -z "$PULSE_LIBS"; then :
12849 case "x$with_pulse" in
12850 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12852 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12853 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12855 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12858 if test "x$with_gstreamer" != "xno"
12860 if ${GSTREAMER_CFLAGS:+false} :; then :
12861 if ${PKG_CONFIG+:} false
; then :
12862 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12866 if ${GSTREAMER_LIBS:+false} :; then :
12867 if ${PKG_CONFIG+:} false
; then :
12868 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12873 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12874 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12875 ac_save_CPPFLAGS
=$CPPFLAGS
12876 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12878 for i
in $GSTREAMER_CFLAGS
12881 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12884 GSTREAMER_CFLAGS
=$ac_gst_incl
12885 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12886 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12887 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12889 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12890 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12891 /* end confdefs.h. */
12892 #include <gst/gst.h>
12896 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12901 if ac_fn_c_try_compile
"$LINENO"; then :
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12903 $as_echo "yes" >&6; }
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12905 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12906 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12907 $as_echo_n "(cached) " >&6
12909 ac_check_lib_save_LIBS
=$LIBS
12910 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12912 /* end confdefs.h. */
12914 /* Override any GCC internal prototype to avoid an error.
12915 Use char because int might match the return type of a GCC
12916 builtin and then its argument prototype would still apply. */
12920 char gst_pad_new ();
12924 return gst_pad_new ();
12929 if ac_fn_c_try_link
"$LINENO"; then :
12930 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12932 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12934 rm -f core conftest.err conftest.
$ac_objext \
12935 conftest
$ac_exeext conftest.
$ac_ext
12936 LIBS
=$ac_check_lib_save_LIBS
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12939 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12940 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12946 $as_echo "no" >&6; }
12947 ac_glib2_broken
=yes
12948 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12950 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12954 CPPFLAGS
=$ac_save_CPPFLAGS
12955 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12956 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12959 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 :
12960 case "x$with_gstreamer" in
12961 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
12963 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
12964 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12968 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12972 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12975 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12976 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12977 $as_echo_n "(cached) " >&6
12979 ac_check_lib_save_LIBS
=$LIBS
12980 LIBS
="-lasound $LIBS"
12981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12982 /* end confdefs.h. */
12984 /* Override any GCC internal prototype to avoid an error.
12985 Use char because int might match the return type of a GCC
12986 builtin and then its argument prototype would still apply. */
12990 char snd_pcm_hw_params_get_access_mask ();
12994 return snd_pcm_hw_params_get_access_mask ();
12999 if ac_fn_c_try_link
"$LINENO"; then :
13000 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13002 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13004 rm -f core conftest.err conftest.
$ac_objext \
13005 conftest
$ac_exeext conftest.
$ac_ext
13006 LIBS
=$ac_check_lib_save_LIBS
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13009 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13010 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13012 /* end confdefs.h. */
13013 #ifdef HAVE_ALSA_ASOUNDLIB_H
13014 #include <alsa/asoundlib.h>
13015 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13016 #include <sys/asoundlib.h>
13021 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13026 if ac_fn_c_try_compile
"$LINENO"; then :
13027 ALSA_LIBS
="-lasound"
13029 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13033 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13035 if test "x$with_oss" != xno
13037 ac_save_CPPFLAGS
="$CPPFLAGS"
13038 if test -f /etc
/oss.conf
13042 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13043 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13044 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13045 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13046 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13048 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13050 cat >>confdefs.h
<<_ACEOF
13051 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13054 OSS4_CFLAGS
="$ac_oss_incl"
13061 CPPFLAGS
="$ac_save_CPPFLAGS"
13063 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13064 case "x$with_oss" in
13065 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13067 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13068 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13070 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13073 if test "x$with_udev" != "xno"
13075 if ${UDEV_CFLAGS:+false} :; then :
13076 if ${PKG_CONFIG+:} false
; then :
13077 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13081 if ${UDEV_LIBS:+false} :; then :
13082 if ${PKG_CONFIG+:} false
; then :
13083 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13087 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13088 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13089 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13090 ac_save_CPPFLAGS
=$CPPFLAGS
13091 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13092 for ac_header
in libudev.h
13094 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13095 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13096 cat >>confdefs.h
<<_ACEOF
13097 #define HAVE_LIBUDEV_H 1
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13100 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13101 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13102 $as_echo_n "(cached) " >&6
13104 ac_check_lib_save_LIBS
=$LIBS
13105 LIBS
="-ludev $UDEV_LIBS $LIBS"
13106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13107 /* end confdefs.h. */
13109 /* Override any GCC internal prototype to avoid an error.
13110 Use char because int might match the return type of a GCC
13111 builtin and then its argument prototype would still apply. */
13119 return udev_new ();
13124 if ac_fn_c_try_link
"$LINENO"; then :
13125 ac_cv_lib_udev_udev_new
=yes
13127 ac_cv_lib_udev_udev_new
=no
13129 rm -f core conftest.err conftest.
$ac_objext \
13130 conftest
$ac_exeext conftest.
$ac_ext
13131 LIBS
=$ac_check_lib_save_LIBS
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13134 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13135 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13137 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13149 CPPFLAGS
=$ac_save_CPPFLAGS
13150 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13151 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13154 if test "x$UDEV_LIBS" = "x"; then :
13155 case "x$with_udev" in
13156 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13158 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13159 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13164 if test "x$with_sdl" != "xno"
13166 if ${SDL2_CFLAGS:+false} :; then :
13167 if ${PKG_CONFIG+:} false
; then :
13168 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
13172 if ${SDL2_LIBS:+false} :; then :
13173 if ${PKG_CONFIG+:} false
; then :
13174 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
13178 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
13179 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
13180 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
13181 ac_save_CPPFLAGS
=$CPPFLAGS
13182 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
13183 for ac_header
in SDL
2/SDL.h
13185 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
13186 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
13187 cat >>confdefs.h
<<_ACEOF
13188 #define HAVE_SDL2_SDL_H 1
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
13191 $as_echo_n "checking for -lSDL2... " >&6; }
13192 if ${ac_cv_lib_soname_SDL2+:} false
; then :
13193 $as_echo_n "(cached) " >&6
13195 ac_check_soname_save_LIBS
=$LIBS
13196 LIBS
="-lSDL2 $LIBS"
13197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13198 /* end confdefs.h. */
13200 /* Override any GCC internal prototype to avoid an error.
13201 Use char because int might match the return type of a GCC
13202 builtin and then its argument prototype would still apply. */
13210 return SDL_Init ();
13215 if ac_fn_c_try_link
"$LINENO"; then :
13217 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13218 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'` ;;
13219 *) 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'`
13220 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13221 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13225 rm -f core conftest.err conftest.
$ac_objext \
13226 conftest
$ac_exeext conftest.
$ac_ext
13227 LIBS
=$ac_check_soname_save_LIBS
13229 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13231 $as_echo "not found" >&6; }
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
13235 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
13237 cat >>confdefs.h
<<_ACEOF
13238 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
13247 CPPFLAGS
=$ac_save_CPPFLAGS
13248 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13249 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13252 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
13253 case "x$with_sdl" in
13254 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
13256 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
13257 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
13262 if test "x$with_capi" != "xno"
13264 if ${CAPI20_CFLAGS:+false} :; then :
13265 if ${PKG_CONFIG+:} false
; then :
13266 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13270 if ${CAPI20_LIBS:+false} :; then :
13271 if ${PKG_CONFIG+:} false
; then :
13272 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13277 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13278 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13279 ac_save_CPPFLAGS
=$CPPFLAGS
13280 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13281 for ac_header
in capi20.h linux
/capi.h
13283 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13284 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13286 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13287 cat >>confdefs.h
<<_ACEOF
13288 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13295 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13298 $as_echo_n "checking for -lcapi20... " >&6; }
13299 if ${ac_cv_lib_soname_capi20+:} false
; then :
13300 $as_echo_n "(cached) " >&6
13302 ac_check_soname_save_LIBS
=$LIBS
13303 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13305 /* end confdefs.h. */
13307 /* Override any GCC internal prototype to avoid an error.
13308 Use char because int might match the return type of a GCC
13309 builtin and then its argument prototype would still apply. */
13313 char capi20_register ();
13317 return capi20_register ();
13322 if ac_fn_c_try_link
"$LINENO"; then :
13324 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13325 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'` ;;
13326 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13327 if ${ac_cv_lib_soname_capi20:+false} :; then :
13328 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13332 rm -f core conftest.err conftest.
$ac_objext \
13333 conftest
$ac_exeext conftest.
$ac_ext
13334 LIBS
=$ac_check_soname_save_LIBS
13336 if ${ac_cv_lib_soname_capi20:+false} :; then :
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13338 $as_echo "not found" >&6; }
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13342 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13344 cat >>confdefs.h
<<_ACEOF
13345 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13351 CPPFLAGS
=$ac_save_CPPFLAGS
13352 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13353 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13356 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13357 case "x$with_capi" in
13358 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13360 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13361 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13366 if test "x$with_cups" != "xno"
13368 if ${CUPS_CFLAGS:+false} :; then :
13369 if ${PKG_CONFIG+:} false
; then :
13370 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13373 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13374 if ${CUPS_LIBS:+false} :; then :
13375 if ${PKG_CONFIG+:} false
; then :
13376 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13379 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13380 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13381 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13382 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13383 ac_save_CPPFLAGS
=$CPPFLAGS
13384 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13385 for ac_header
in cups
/cups.h cups
/ppd.h
13387 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13388 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13389 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13390 cat >>confdefs.h
<<_ACEOF
13391 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13398 if test "$ac_cv_header_cups_cups_h" = "yes"
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13401 $as_echo_n "checking for -lcups... " >&6; }
13402 if ${ac_cv_lib_soname_cups+:} false
; then :
13403 $as_echo_n "(cached) " >&6
13405 ac_check_soname_save_LIBS
=$LIBS
13406 LIBS
="-lcups $CUPS_LIBS $LIBS"
13407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13408 /* end confdefs.h. */
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13416 char cupsGetDefault ();
13420 return cupsGetDefault ();
13425 if ac_fn_c_try_link
"$LINENO"; then :
13427 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13428 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'` ;;
13429 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13430 if ${ac_cv_lib_soname_cups:+false} :; then :
13431 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13435 rm -f core conftest.err conftest.
$ac_objext \
13436 conftest
$ac_exeext conftest.
$ac_ext
13437 LIBS
=$ac_check_soname_save_LIBS
13439 if ${ac_cv_lib_soname_cups:+false} :; then :
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13441 $as_echo "not found" >&6; }
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13445 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13447 cat >>confdefs.h
<<_ACEOF
13448 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13457 CPPFLAGS
=$ac_save_CPPFLAGS
13458 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13459 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13462 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13463 case "x$with_cups" in
13464 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13466 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13467 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13472 if test "x$with_fontconfig" != "xno"
13474 if ${FONTCONFIG_CFLAGS:+false} :; then :
13475 if ${PKG_CONFIG+:} false
; then :
13476 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13479 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13480 if ${FONTCONFIG_LIBS:+false} :; then :
13481 if ${PKG_CONFIG+:} false
; then :
13482 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13485 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13487 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13488 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13489 ac_save_CPPFLAGS
=$CPPFLAGS
13490 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13491 for ac_header
in fontconfig
/fontconfig.h
13493 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13494 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13495 cat >>confdefs.h
<<_ACEOF
13496 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13503 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13506 $as_echo_n "checking for -lfontconfig... " >&6; }
13507 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13508 $as_echo_n "(cached) " >&6
13510 ac_check_soname_save_LIBS
=$LIBS
13511 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13513 /* end confdefs.h. */
13515 /* Override any GCC internal prototype to avoid an error.
13516 Use char because int might match the return type of a GCC
13517 builtin and then its argument prototype would still apply. */
13530 if ac_fn_c_try_link
"$LINENO"; then :
13532 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13533 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'` ;;
13534 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13535 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13536 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13540 rm -f core conftest.err conftest.
$ac_objext \
13541 conftest
$ac_exeext conftest.
$ac_ext
13542 LIBS
=$ac_check_soname_save_LIBS
13544 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13546 $as_echo "not found" >&6; }
13547 FONTCONFIG_CFLAGS
=""
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13550 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13552 cat >>confdefs.h
<<_ACEOF
13553 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13559 FONTCONFIG_CFLAGS
=""
13561 CPPFLAGS
=$ac_save_CPPFLAGS
13562 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13563 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13566 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13567 case "x$with_fontconfig" in
13568 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13570 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13571 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13576 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13579 $as_echo_n "checking for -lgsm... " >&6; }
13580 if ${ac_cv_lib_soname_gsm+:} false
; then :
13581 $as_echo_n "(cached) " >&6
13583 ac_check_soname_save_LIBS
=$LIBS
13585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13588 /* Override any GCC internal prototype to avoid an error.
13589 Use char because int might match the return type of a GCC
13590 builtin and then its argument prototype would still apply. */
13594 char gsm_create ();
13598 return gsm_create ();
13603 if ac_fn_c_try_link
"$LINENO"; then :
13605 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13606 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'` ;;
13607 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13608 if ${ac_cv_lib_soname_gsm:+false} :; then :
13609 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13613 rm -f core conftest.err conftest.
$ac_objext \
13614 conftest
$ac_exeext conftest.
$ac_ext
13615 LIBS
=$ac_check_soname_save_LIBS
13617 if ${ac_cv_lib_soname_gsm:+false} :; then :
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13619 $as_echo "not found" >&6; }
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13623 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13625 cat >>confdefs.h
<<_ACEOF
13626 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13632 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13633 case "x$with_gsm" in
13634 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13636 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13637 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13642 if test "x$with_krb5" != "xno"
13644 if ${KRB5_CFLAGS:+false} :; then :
13645 if ${PKG_CONFIG+:} false
; then :
13646 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13649 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13650 if ${KRB5_LIBS:+false} :; then :
13651 if ${PKG_CONFIG+:} false
; then :
13652 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13655 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13657 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13658 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13659 ac_save_CPPFLAGS
=$CPPFLAGS
13660 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13661 for ac_header
in krb
5/krb5.h
13663 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13664 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13665 cat >>confdefs.h
<<_ACEOF
13666 #define HAVE_KRB5_KRB5_H 1
13673 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13676 $as_echo_n "checking for -lkrb5... " >&6; }
13677 if ${ac_cv_lib_soname_krb5+:} false
; then :
13678 $as_echo_n "(cached) " >&6
13680 ac_check_soname_save_LIBS
=$LIBS
13681 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h. */
13685 /* Override any GCC internal prototype to avoid an error.
13686 Use char because int might match the return type of a GCC
13687 builtin and then its argument prototype would still apply. */
13691 char krb5_is_config_principal ();
13695 return krb5_is_config_principal ();
13700 if ac_fn_c_try_link
"$LINENO"; then :
13702 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13703 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'` ;;
13704 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13705 if ${ac_cv_lib_soname_krb5:+false} :; then :
13706 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13710 rm -f core conftest.err conftest.
$ac_objext \
13711 conftest
$ac_exeext conftest.
$ac_ext
13712 LIBS
=$ac_check_soname_save_LIBS
13714 if ${ac_cv_lib_soname_krb5:+false} :; then :
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13716 $as_echo "not found" >&6; }
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13720 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13722 cat >>confdefs.h
<<_ACEOF
13723 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13731 CPPFLAGS
=$ac_save_CPPFLAGS
13732 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13733 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13736 with_gssapi
=${with_gssapi:-no}
13738 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13739 case "x$with_krb5" in
13740 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
13742 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
13743 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13748 if test "x$with_gssapi" != "xno"
13750 if ${GSSAPI_CFLAGS:+false} :; then :
13751 if ${PKG_CONFIG+:} false
; then :
13752 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13755 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13756 if ${GSSAPI_LIBS:+false} :; then :
13757 if ${PKG_CONFIG+:} false
; then :
13758 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13761 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13763 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13764 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13765 ac_save_CPPFLAGS
=$CPPFLAGS
13766 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13767 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13769 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13770 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13771 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13772 cat >>confdefs.h
<<_ACEOF
13773 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13780 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13783 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13784 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13785 $as_echo_n "(cached) " >&6
13787 ac_check_soname_save_LIBS
=$LIBS
13788 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13790 /* end confdefs.h. */
13792 /* Override any GCC internal prototype to avoid an error.
13793 Use char because int might match the return type of a GCC
13794 builtin and then its argument prototype would still apply. */
13798 char gss_init_sec_context ();
13802 return gss_init_sec_context ();
13807 if ac_fn_c_try_link
"$LINENO"; then :
13809 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13810 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'` ;;
13811 *) 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'`
13812 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13813 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13817 rm -f core conftest.err conftest.
$ac_objext \
13818 conftest
$ac_exeext conftest.
$ac_ext
13819 LIBS
=$ac_check_soname_save_LIBS
13821 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13823 $as_echo "not found" >&6; }
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13827 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13829 cat >>confdefs.h
<<_ACEOF
13830 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13838 CPPFLAGS
=$ac_save_CPPFLAGS
13839 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13840 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13843 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13844 case "x$with_gssapi" in
13845 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13847 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13848 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13853 if test "x$with_jpeg" != "xno"
13855 if ${JPEG_CFLAGS:+false} :; then :
13856 if ${PKG_CONFIG+:} false
; then :
13857 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13861 if ${JPEG_LIBS:+false} :; then :
13862 if ${PKG_CONFIG+:} false
; then :
13863 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13868 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13869 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13870 ac_save_CPPFLAGS
=$CPPFLAGS
13871 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13872 for ac_header
in jpeglib.h
13874 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13875 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13876 cat >>confdefs.h
<<_ACEOF
13877 #define HAVE_JPEGLIB_H 1
13884 if test "$ac_cv_header_jpeglib_h" = "yes"
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13887 $as_echo_n "checking for -ljpeg... " >&6; }
13888 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13889 $as_echo_n "(cached) " >&6
13891 ac_check_soname_save_LIBS
=$LIBS
13892 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13894 /* end confdefs.h. */
13896 /* Override any GCC internal prototype to avoid an error.
13897 Use char because int might match the return type of a GCC
13898 builtin and then its argument prototype would still apply. */
13902 char jpeg_start_decompress ();
13906 return jpeg_start_decompress ();
13911 if ac_fn_c_try_link
"$LINENO"; then :
13913 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13914 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'` ;;
13915 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13916 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13917 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13921 rm -f core conftest.err conftest.
$ac_objext \
13922 conftest
$ac_exeext conftest.
$ac_ext
13923 LIBS
=$ac_check_soname_save_LIBS
13925 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13927 $as_echo "not found" >&6; }
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13931 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13933 cat >>confdefs.h
<<_ACEOF
13934 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13942 CPPFLAGS
=$ac_save_CPPFLAGS
13943 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13944 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13947 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13948 case "x$with_jpeg" in
13949 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13951 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13952 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13957 if test "x$with_png" != "xno"
13959 if ${PNG_CFLAGS:+false} :; then :
13960 if ${PKG_CONFIG+:} false
; then :
13961 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13964 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13965 if ${PNG_LIBS:+false} :; then :
13966 if ${PKG_CONFIG+:} false
; then :
13967 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13970 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13972 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13973 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13974 ac_save_CPPFLAGS
=$CPPFLAGS
13975 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13976 for ac_header
in png.h
13978 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13979 if test "x$ac_cv_header_png_h" = xyes
; then :
13980 cat >>confdefs.h
<<_ACEOF
13981 #define HAVE_PNG_H 1
13988 if test "$ac_cv_header_png_h" = "yes"
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13991 $as_echo_n "checking for -lpng... " >&6; }
13992 if ${ac_cv_lib_soname_png+:} false
; then :
13993 $as_echo_n "(cached) " >&6
13995 ac_check_soname_save_LIBS
=$LIBS
13996 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13998 /* end confdefs.h. */
14000 /* Override any GCC internal prototype to avoid an error.
14001 Use char because int might match the return type of a GCC
14002 builtin and then its argument prototype would still apply. */
14006 char png_create_read_struct ();
14010 return png_create_read_struct ();
14015 if ac_fn_c_try_link
"$LINENO"; then :
14017 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14018 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'` ;;
14019 *) 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'`
14020 if ${ac_cv_lib_soname_png:+false} :; then :
14021 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14025 rm -f core conftest.err conftest.
$ac_objext \
14026 conftest
$ac_exeext conftest.
$ac_ext
14027 LIBS
=$ac_check_soname_save_LIBS
14029 if ${ac_cv_lib_soname_png:+false} :; then :
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14031 $as_echo "not found" >&6; }
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
14035 $as_echo "$ac_cv_lib_soname_png" >&6; }
14037 cat >>confdefs.h
<<_ACEOF
14038 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14046 CPPFLAGS
=$ac_save_CPPFLAGS
14047 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14048 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14051 if test "x$ac_cv_lib_soname_png" = "x"; then :
14052 case "x$with_png" in
14053 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14055 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14056 This is an error since --with-png was requested." "$LINENO" 5 ;;
14061 if test "x$with_tiff" != "xno"
14063 if ${TIFF_CFLAGS:+false} :; then :
14064 if ${PKG_CONFIG+:} false
; then :
14065 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14069 if ${TIFF_LIBS:+false} :; then :
14070 if ${PKG_CONFIG+:} false
; then :
14071 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14076 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14077 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14078 ac_save_CPPFLAGS
=$CPPFLAGS
14079 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14080 for ac_header
in tiffio.h
14082 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14083 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14084 cat >>confdefs.h
<<_ACEOF
14085 #define HAVE_TIFFIO_H 1
14092 if test "$ac_cv_header_tiffio_h" = "yes"
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14095 $as_echo_n "checking for -ltiff... " >&6; }
14096 if ${ac_cv_lib_soname_tiff+:} false
; then :
14097 $as_echo_n "(cached) " >&6
14099 ac_check_soname_save_LIBS
=$LIBS
14100 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14102 /* end confdefs.h. */
14104 /* Override any GCC internal prototype to avoid an error.
14105 Use char because int might match the return type of a GCC
14106 builtin and then its argument prototype would still apply. */
14110 char TIFFClientOpen ();
14114 return TIFFClientOpen ();
14119 if ac_fn_c_try_link
"$LINENO"; then :
14121 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14122 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'` ;;
14123 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14124 if ${ac_cv_lib_soname_tiff:+false} :; then :
14125 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14129 rm -f core conftest.err conftest.
$ac_objext \
14130 conftest
$ac_exeext conftest.
$ac_ext
14131 LIBS
=$ac_check_soname_save_LIBS
14133 if ${ac_cv_lib_soname_tiff:+false} :; then :
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14135 $as_echo "not found" >&6; }
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14139 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14141 cat >>confdefs.h
<<_ACEOF
14142 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14148 CPPFLAGS
=$ac_save_CPPFLAGS
14149 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14150 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14153 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14154 case "x$with_tiff" in
14155 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14157 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14158 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14163 if test "x$with_mpg123" != "xno"
14165 if ${MPG123_CFLAGS:+false} :; then :
14166 if ${PKG_CONFIG+:} false
; then :
14167 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14171 if ${MPG123_LIBS:+false} :; then :
14172 if ${PKG_CONFIG+:} false
; then :
14173 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14177 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14178 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14179 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14180 ac_save_CPPFLAGS
=$CPPFLAGS
14181 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14182 for ac_header
in mpg123.h
14184 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14185 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14186 cat >>confdefs.h
<<_ACEOF
14187 #define HAVE_MPG123_H 1
14194 if test "$ac_cv_header_mpg123_h" = "yes"
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14197 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14198 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14199 $as_echo_n "(cached) " >&6
14201 ac_check_lib_save_LIBS
=$LIBS
14202 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14206 /* Override any GCC internal prototype to avoid an error.
14207 Use char because int might match the return type of a GCC
14208 builtin and then its argument prototype would still apply. */
14212 char mpg123_feed ();
14216 return mpg123_feed ();
14221 if ac_fn_c_try_link
"$LINENO"; then :
14222 ac_cv_lib_mpg123_mpg123_feed
=yes
14224 ac_cv_lib_mpg123_mpg123_feed
=no
14226 rm -f core conftest.err conftest.
$ac_objext \
14227 conftest
$ac_exeext conftest.
$ac_ext
14228 LIBS
=$ac_check_lib_save_LIBS
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14231 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14232 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14242 CPPFLAGS
=$ac_save_CPPFLAGS
14243 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14244 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14247 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14248 case "x$with_mpg123" in
14249 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14251 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14252 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14254 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14256 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
14258 if test "$ac_cv_header_AL_al_h" = "yes"
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14261 $as_echo_n "checking for -lopenal... " >&6; }
14262 if ${ac_cv_lib_soname_openal+:} false
; then :
14263 $as_echo_n "(cached) " >&6
14265 ac_check_soname_save_LIBS
=$LIBS
14266 LIBS
="-lopenal $LIBS"
14267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14268 /* end confdefs.h. */
14270 /* Override any GCC internal prototype to avoid an error.
14271 Use char because int might match the return type of a GCC
14272 builtin and then its argument prototype would still apply. */
14276 char alGetSource3i ();
14280 return alGetSource3i ();
14285 if ac_fn_c_try_link
"$LINENO"; then :
14287 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14288 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'` ;;
14289 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14290 if ${ac_cv_lib_soname_openal:+false} :; then :
14291 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14295 rm -f core conftest.err conftest.
$ac_objext \
14296 conftest
$ac_exeext conftest.
$ac_ext
14297 LIBS
=$ac_check_soname_save_LIBS
14299 if ${ac_cv_lib_soname_openal:+false} :; then :
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14301 $as_echo "not found" >&6; }
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14305 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14307 cat >>confdefs.h
<<_ACEOF
14308 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14311 OPENAL_LIBS
="-lopenal"
14313 ac_cv_lib_openal
=yes
14315 cat >>confdefs.h
<<_ACEOF
14316 #define HAVE_OPENAL 1
14321 if test "x$ac_cv_lib_openal" != xyes
; then :
14322 case "x$with_openal" in
14323 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14325 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14326 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14328 enable_openal32
=${enable_openal32:-no}
14331 if test "x$ac_cv_lib_openal" = xyes
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14334 $as_echo_n "checking for openal-soft... " >&6; }
14335 if ${ac_cv_have_openalsoft+:} false
; then :
14336 $as_echo_n "(cached) " >&6
14338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14339 /* end confdefs.h. */
14341 #include <AL/alc.h>
14342 #include <AL/alext.h>
14343 LPALCRENDERSAMPLESSOFT x;
14352 if ac_fn_c_try_compile
"$LINENO"; then :
14353 ac_cv_have_openalsoft
=yes
14355 ac_cv_have_openalsoft
=no
14357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14360 $as_echo "$ac_cv_have_openalsoft" >&6; }
14362 if test "x$ac_cv_have_openalsoft" != xyes
14364 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14365 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14366 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14367 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14368 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14369 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14370 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14371 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14372 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14373 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14374 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14375 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14376 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14377 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14378 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14379 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14380 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14381 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14382 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14383 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14384 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14385 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14386 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14387 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14390 if test "$ac_cv_header_kstat_h" = "yes"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14393 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14394 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14395 $as_echo_n "(cached) " >&6
14397 ac_check_lib_save_LIBS
=$LIBS
14398 LIBS
="-lkstat $LIBS"
14399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14400 /* end confdefs.h. */
14402 /* Override any GCC internal prototype to avoid an error.
14403 Use char because int might match the return type of a GCC
14404 builtin and then its argument prototype would still apply. */
14408 char kstat_open ();
14412 return kstat_open ();
14417 if ac_fn_c_try_link
"$LINENO"; then :
14418 ac_cv_lib_kstat_kstat_open
=yes
14420 ac_cv_lib_kstat_kstat_open
=no
14422 rm -f core conftest.err conftest.
$ac_objext \
14423 conftest
$ac_exeext conftest.
$ac_ext
14424 LIBS
=$ac_check_lib_save_LIBS
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14427 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14428 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14430 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14432 KSTAT_LIBS
="-lkstat"
14438 if test "$ac_cv_header_libprocstat_h" = "yes"
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14441 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14442 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14443 $as_echo_n "(cached) " >&6
14445 ac_check_lib_save_LIBS
=$LIBS
14446 LIBS
="-lprocstat $LIBS"
14447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14450 /* Override any GCC internal prototype to avoid an error.
14451 Use char because int might match the return type of a GCC
14452 builtin and then its argument prototype would still apply. */
14456 char procstat_open_sysctl ();
14460 return procstat_open_sysctl ();
14465 if ac_fn_c_try_link
"$LINENO"; then :
14466 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14468 ac_cv_lib_procstat_procstat_open_sysctl
=no
14470 rm -f core conftest.err conftest.
$ac_objext \
14471 conftest
$ac_exeext conftest.
$ac_ext
14472 LIBS
=$ac_check_lib_save_LIBS
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14475 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14476 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14478 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14480 PROCSTAT_LIBS
="-lprocstat"
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14487 $as_echo_n "checking for -lodbc... " >&6; }
14488 if ${ac_cv_lib_soname_odbc+:} false
; then :
14489 $as_echo_n "(cached) " >&6
14491 ac_check_soname_save_LIBS
=$LIBS
14492 LIBS
="-lodbc $LIBS"
14493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14494 /* end confdefs.h. */
14496 /* Override any GCC internal prototype to avoid an error.
14497 Use char because int might match the return type of a GCC
14498 builtin and then its argument prototype would still apply. */
14502 char SQLConnect ();
14506 return SQLConnect ();
14511 if ac_fn_c_try_link
"$LINENO"; then :
14513 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14514 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'` ;;
14515 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14516 if ${ac_cv_lib_soname_odbc:+false} :; then :
14517 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14521 rm -f core conftest.err conftest.
$ac_objext \
14522 conftest
$ac_exeext conftest.
$ac_ext
14523 LIBS
=$ac_check_soname_save_LIBS
14525 if ${ac_cv_lib_soname_odbc:+false} :; then :
14526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14527 $as_echo "not found" >&6; }
14528 cat >>confdefs.h
<<_ACEOF
14529 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14534 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14536 cat >>confdefs.h
<<_ACEOF
14537 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14543 if test "x$with_netapi" != "xno"
14545 if ${NETAPI_CFLAGS:+false} :; then :
14546 if ${PKG_CONFIG+:} false
; then :
14547 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14551 if ${NETAPI_LIBS:+false} :; then :
14552 if ${PKG_CONFIG+:} false
; then :
14553 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14558 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14559 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14560 ac_save_CPPFLAGS
=$CPPFLAGS
14561 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14563 $as_echo_n "checking for -lnetapi... " >&6; }
14564 if ${ac_cv_lib_soname_netapi+:} false
; then :
14565 $as_echo_n "(cached) " >&6
14567 ac_check_soname_save_LIBS
=$LIBS
14568 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14570 /* end confdefs.h. */
14572 /* Override any GCC internal prototype to avoid an error.
14573 Use char because int might match the return type of a GCC
14574 builtin and then its argument prototype would still apply. */
14578 char libnetapi_init ();
14582 return libnetapi_init ();
14587 if ac_fn_c_try_link
"$LINENO"; then :
14589 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14590 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'` ;;
14591 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14592 if ${ac_cv_lib_soname_netapi:+false} :; then :
14593 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14597 rm -f core conftest.err conftest.
$ac_objext \
14598 conftest
$ac_exeext conftest.
$ac_ext
14599 LIBS
=$ac_check_soname_save_LIBS
14601 if ${ac_cv_lib_soname_netapi:+false} :; then :
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14603 $as_echo "not found" >&6; }
14604 cat >>confdefs.h
<<_ACEOF
14605 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14610 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14612 cat >>confdefs.h
<<_ACEOF
14613 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14618 CPPFLAGS
=$ac_save_CPPFLAGS
14619 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14620 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14624 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14625 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14627 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14630 if test "x$with_vulkan" != "xno"
14632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
14633 $as_echo_n "checking for -lvulkan... " >&6; }
14634 if ${ac_cv_lib_soname_vulkan+:} false
; then :
14635 $as_echo_n "(cached) " >&6
14637 ac_check_soname_save_LIBS
=$LIBS
14638 LIBS
="-lvulkan $LIBS"
14639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14640 /* end confdefs.h. */
14642 /* Override any GCC internal prototype to avoid an error.
14643 Use char because int might match the return type of a GCC
14644 builtin and then its argument prototype would still apply. */
14648 char vkGetInstanceProcAddr ();
14652 return vkGetInstanceProcAddr ();
14657 if ac_fn_c_try_link
"$LINENO"; then :
14659 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14660 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'` ;;
14661 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14662 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14663 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14667 rm -f core conftest.err conftest.
$ac_objext \
14668 conftest
$ac_exeext conftest.
$ac_ext
14669 LIBS
=$ac_check_soname_save_LIBS
14671 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14673 $as_echo "not found" >&6; }
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
14677 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
14679 cat >>confdefs.h
<<_ACEOF
14680 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
14686 if test "x$ac_cv_lib_soname_vulkan" = "x"; then :
14687 case "x$with_vulkan" in
14688 x
) as_fn_append wine_notices
"|libvulkan ${notice_platform}development files not found, Vulkan won't be supported." ;;
14690 *) as_fn_error $?
"libvulkan ${notice_platform}development files not found, Vulkan won't be supported.
14691 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
14696 if test "x$with_vkd3d" != "xno"
14698 if ${VKD3D_CFLAGS:+false} :; then :
14699 if ${PKG_CONFIG+:} false
; then :
14700 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
14704 if ${VKD3D_LIBS:+false} :; then :
14705 if ${PKG_CONFIG+:} false
; then :
14706 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
14711 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
14712 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
14713 ac_save_CPPFLAGS
=$CPPFLAGS
14714 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
14716 $as_echo_n "checking for -lvkd3d... " >&6; }
14717 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
14718 $as_echo_n "(cached) " >&6
14720 ac_check_soname_save_LIBS
=$LIBS
14721 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
14722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14725 /* Override any GCC internal prototype to avoid an error.
14726 Use char because int might match the return type of a GCC
14727 builtin and then its argument prototype would still apply. */
14731 char vkd3d_create_device ();
14735 return vkd3d_create_device ();
14740 if ac_fn_c_try_link
"$LINENO"; then :
14742 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14743 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'` ;;
14744 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14745 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
14746 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14750 rm -f core conftest.err conftest.
$ac_objext \
14751 conftest
$ac_exeext conftest.
$ac_ext
14752 LIBS
=$ac_check_soname_save_LIBS
14754 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
14755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14756 $as_echo "not found" >&6; }
14759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
14760 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
14762 cat >>confdefs.h
<<_ACEOF
14763 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
14768 CPPFLAGS
=$ac_save_CPPFLAGS
14769 test -z "$VKD3D_CFLAGS" || VKD3D_CFLAGS
=`echo " $VKD3D_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14770 test -z "$VKD3D_LIBS" || VKD3D_LIBS
=`echo " $VKD3D_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14773 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
14774 case "x$with_vkd3d" in
14775 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found, Direct3D 12 won't be supported." ;;
14777 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found, Direct3D 12 won't be supported.
14778 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
14782 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
14787 if test "x${GCC}" = "xyes"
14789 EXTRACFLAGS
="-Wall -pipe"
14791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14792 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14793 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14794 $as_echo_n "(cached) " >&6
14796 if test "$cross_compiling" = yes; then :
14797 ac_cv_c_gcc_strength_bug
="no"
14799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14800 /* end confdefs.h. */
14801 int L[4] = {0,1,2,3};
14805 static int Array[3];
14806 unsigned int B = 3;
14808 for(i=0; i<B; i++) Array[i] = i - 3;
14809 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14811 return (Array[1] != -2 || L[2] != 3)
14816 if ac_fn_c_try_run
"$LINENO"; then :
14817 ac_cv_c_gcc_strength_bug
="no"
14819 ac_cv_c_gcc_strength_bug
="yes"
14821 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14822 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14827 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14828 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14830 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14834 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14835 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14836 $as_echo_n "(cached) " >&6
14838 ac_wine_try_cflags_saved
=$CFLAGS
14839 CFLAGS
="$CFLAGS -fno-builtin"
14840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14842 int main(int argc, char **argv) { return 0; }
14844 if ac_fn_c_try_link
"$LINENO"; then :
14845 ac_cv_cflags__fno_builtin
=yes
14847 ac_cv_cflags__fno_builtin
=no
14849 rm -f core conftest.err conftest.
$ac_objext \
14850 conftest
$ac_exeext conftest.
$ac_ext
14851 CFLAGS
=$ac_wine_try_cflags_saved
14853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14854 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14855 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14856 BUILTINFLAG
="-fno-builtin"
14859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14860 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14861 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14862 $as_echo_n "(cached) " >&6
14864 ac_wine_try_cflags_saved
=$CFLAGS
14865 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14867 /* end confdefs.h. */
14868 int main(int argc, char **argv) { return 0; }
14870 if ac_fn_c_try_link
"$LINENO"; then :
14871 ac_cv_cflags__fno_strict_aliasing
=yes
14873 ac_cv_cflags__fno_strict_aliasing
=no
14875 rm -f core conftest.err conftest.
$ac_objext \
14876 conftest
$ac_exeext conftest.
$ac_ext
14877 CFLAGS
=$ac_wine_try_cflags_saved
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14880 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14881 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14882 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14885 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14886 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14887 $as_echo_n "(cached) " >&6
14889 ac_wine_try_cflags_saved
=$CFLAGS
14890 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14892 /* end confdefs.h. */
14893 int main(int argc, char **argv) { return 0; }
14895 if ac_fn_c_try_link
"$LINENO"; then :
14896 ac_cv_cflags__fexcess_precision_standard
=yes
14898 ac_cv_cflags__fexcess_precision_standard
=no
14900 rm -f core conftest.err conftest.
$ac_objext \
14901 conftest
$ac_exeext conftest.
$ac_ext
14902 CFLAGS
=$ac_wine_try_cflags_saved
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14905 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14906 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14907 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14910 saved_CFLAGS
=$CFLAGS
14911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14912 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14913 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14914 $as_echo_n "(cached) " >&6
14916 ac_wine_try_cflags_saved
=$CFLAGS
14917 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14919 /* end confdefs.h. */
14920 int main(int argc, char **argv) { return 0; }
14922 if ac_fn_c_try_link
"$LINENO"; then :
14923 ac_cv_cflags__Werror_unknown_warning_option
=yes
14925 ac_cv_cflags__Werror_unknown_warning_option
=no
14927 rm -f core conftest.err conftest.
$ac_objext \
14928 conftest
$ac_exeext conftest.
$ac_ext
14929 CFLAGS
=$ac_wine_try_cflags_saved
14931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14932 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14933 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14934 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14937 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14938 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14939 $as_echo_n "(cached) " >&6
14941 ac_wine_try_cflags_saved
=$CFLAGS
14942 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14944 /* end confdefs.h. */
14945 int main(int argc, char **argv) { return 0; }
14947 if ac_fn_c_try_link
"$LINENO"; then :
14948 ac_cv_cflags__Wdeclaration_after_statement
=yes
14950 ac_cv_cflags__Wdeclaration_after_statement
=no
14952 rm -f core conftest.err conftest.
$ac_objext \
14953 conftest
$ac_exeext conftest.
$ac_ext
14954 CFLAGS
=$ac_wine_try_cflags_saved
14956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14957 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14958 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14959 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14962 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14963 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14964 $as_echo_n "(cached) " >&6
14966 ac_wine_try_cflags_saved
=$CFLAGS
14967 CFLAGS
="$CFLAGS -Wempty-body"
14968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14969 /* end confdefs.h. */
14970 int main(int argc, char **argv) { return 0; }
14972 if ac_fn_c_try_link
"$LINENO"; then :
14973 ac_cv_cflags__Wempty_body
=yes
14975 ac_cv_cflags__Wempty_body
=no
14977 rm -f core conftest.err conftest.
$ac_objext \
14978 conftest
$ac_exeext conftest.
$ac_ext
14979 CFLAGS
=$ac_wine_try_cflags_saved
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14982 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14983 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14984 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14987 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14988 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14989 $as_echo_n "(cached) " >&6
14991 ac_wine_try_cflags_saved
=$CFLAGS
14992 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14994 /* end confdefs.h. */
14995 int main(int argc, char **argv) { return 0; }
14997 if ac_fn_c_try_link
"$LINENO"; then :
14998 ac_cv_cflags__Wignored_qualifiers
=yes
15000 ac_cv_cflags__Wignored_qualifiers
=no
15002 rm -f core conftest.err conftest.
$ac_objext \
15003 conftest
$ac_exeext conftest.
$ac_ext
15004 CFLAGS
=$ac_wine_try_cflags_saved
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
15007 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
15008 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
15009 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
15011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
15012 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
15013 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
15014 $as_echo_n "(cached) " >&6
15016 ac_wine_try_cflags_saved
=$CFLAGS
15017 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
15018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15019 /* end confdefs.h. */
15020 int main(int argc, char **argv) { return 0; }
15022 if ac_fn_c_try_link
"$LINENO"; then :
15023 ac_cv_cflags__Wpacked_not_aligned
=yes
15025 ac_cv_cflags__Wpacked_not_aligned
=no
15027 rm -f core conftest.err conftest.
$ac_objext \
15028 conftest
$ac_exeext conftest.
$ac_ext
15029 CFLAGS
=$ac_wine_try_cflags_saved
15031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
15032 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
15033 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
15034 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
15037 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
15038 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
15039 $as_echo_n "(cached) " >&6
15041 ac_wine_try_cflags_saved
=$CFLAGS
15042 CFLAGS
="$CFLAGS -Wpragma-pack"
15043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15044 /* end confdefs.h. */
15045 int main(int argc, char **argv) { return 0; }
15047 if ac_fn_c_try_link
"$LINENO"; then :
15048 ac_cv_cflags__Wpragma_pack
=yes
15050 ac_cv_cflags__Wpragma_pack
=no
15052 rm -f core conftest.err conftest.
$ac_objext \
15053 conftest
$ac_exeext conftest.
$ac_ext
15054 CFLAGS
=$ac_wine_try_cflags_saved
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
15057 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
15058 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
15059 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
15062 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
15063 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
15064 $as_echo_n "(cached) " >&6
15066 ac_wine_try_cflags_saved
=$CFLAGS
15067 CFLAGS
="$CFLAGS -Wshift-overflow=2"
15068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15069 /* end confdefs.h. */
15070 int main(int argc, char **argv) { return 0; }
15072 if ac_fn_c_try_link
"$LINENO"; then :
15073 ac_cv_cflags__Wshift_overflow_2
=yes
15075 ac_cv_cflags__Wshift_overflow_2
=no
15077 rm -f core conftest.err conftest.
$ac_objext \
15078 conftest
$ac_exeext conftest.
$ac_ext
15079 CFLAGS
=$ac_wine_try_cflags_saved
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
15082 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
15083 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
15084 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
15086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
15087 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
15088 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
15089 $as_echo_n "(cached) " >&6
15091 ac_wine_try_cflags_saved
=$CFLAGS
15092 CFLAGS
="$CFLAGS -Wstrict-prototypes"
15093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15094 /* end confdefs.h. */
15095 int main(int argc, char **argv) { return 0; }
15097 if ac_fn_c_try_link
"$LINENO"; then :
15098 ac_cv_cflags__Wstrict_prototypes
=yes
15100 ac_cv_cflags__Wstrict_prototypes
=no
15102 rm -f core conftest.err conftest.
$ac_objext \
15103 conftest
$ac_exeext conftest.
$ac_ext
15104 CFLAGS
=$ac_wine_try_cflags_saved
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
15107 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
15108 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
15109 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
15112 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
15113 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
15114 $as_echo_n "(cached) " >&6
15116 ac_wine_try_cflags_saved
=$CFLAGS
15117 CFLAGS
="$CFLAGS -Wtype-limits"
15118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15120 int main(int argc, char **argv) { return 0; }
15122 if ac_fn_c_try_link
"$LINENO"; then :
15123 ac_cv_cflags__Wtype_limits
=yes
15125 ac_cv_cflags__Wtype_limits
=no
15127 rm -f core conftest.err conftest.
$ac_objext \
15128 conftest
$ac_exeext conftest.
$ac_ext
15129 CFLAGS
=$ac_wine_try_cflags_saved
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
15132 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
15133 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
15134 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
15136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
15137 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
15138 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
15139 $as_echo_n "(cached) " >&6
15141 ac_wine_try_cflags_saved
=$CFLAGS
15142 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
15143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15144 /* end confdefs.h. */
15145 int main(int argc, char **argv) { return 0; }
15147 if ac_fn_c_try_link
"$LINENO"; then :
15148 ac_cv_cflags__Wunused_but_set_parameter
=yes
15150 ac_cv_cflags__Wunused_but_set_parameter
=no
15152 rm -f core conftest.err conftest.
$ac_objext \
15153 conftest
$ac_exeext conftest.
$ac_ext
15154 CFLAGS
=$ac_wine_try_cflags_saved
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15157 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15158 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15159 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15162 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15163 if ${ac_cv_cflags__Wvla+:} false
; then :
15164 $as_echo_n "(cached) " >&6
15166 ac_wine_try_cflags_saved
=$CFLAGS
15167 CFLAGS
="$CFLAGS -Wvla"
15168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15169 /* end confdefs.h. */
15170 int main(int argc, char **argv) { return 0; }
15172 if ac_fn_c_try_link
"$LINENO"; then :
15173 ac_cv_cflags__Wvla
=yes
15175 ac_cv_cflags__Wvla
=no
15177 rm -f core conftest.err conftest.
$ac_objext \
15178 conftest
$ac_exeext conftest.
$ac_ext
15179 CFLAGS
=$ac_wine_try_cflags_saved
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15182 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15183 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15184 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15187 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15188 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15189 $as_echo_n "(cached) " >&6
15191 ac_wine_try_cflags_saved
=$CFLAGS
15192 CFLAGS
="$CFLAGS -Wwrite-strings"
15193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15194 /* end confdefs.h. */
15195 int main(int argc, char **argv) { return 0; }
15197 if ac_fn_c_try_link
"$LINENO"; then :
15198 ac_cv_cflags__Wwrite_strings
=yes
15200 ac_cv_cflags__Wwrite_strings
=no
15202 rm -f core conftest.err conftest.
$ac_objext \
15203 conftest
$ac_exeext conftest.
$ac_ext
15204 CFLAGS
=$ac_wine_try_cflags_saved
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15207 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15208 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15209 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15213 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15214 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15215 $as_echo_n "(cached) " >&6
15217 ac_wine_try_cflags_saved
=$CFLAGS
15218 CFLAGS
="$CFLAGS -Wpointer-arith"
15219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15220 /* end confdefs.h. */
15221 int main(int argc, char **argv) { return 0; }
15223 if ac_fn_c_try_link
"$LINENO"; then :
15224 ac_cv_cflags__Wpointer_arith
=yes
15226 ac_cv_cflags__Wpointer_arith
=no
15228 rm -f core conftest.err conftest.
$ac_objext \
15229 conftest
$ac_exeext conftest.
$ac_ext
15230 CFLAGS
=$ac_wine_try_cflags_saved
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15233 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15234 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15235 saved_string_h_CFLAGS
=$CFLAGS
15236 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15238 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15239 if ${ac_cv_c_string_h_warnings+:} false
; then :
15240 $as_echo_n "(cached) " >&6
15242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15243 /* end confdefs.h. */
15244 #include <string.h>
15253 if ac_fn_c_try_compile
"$LINENO"; then :
15254 ac_cv_c_string_h_warnings
=no
15256 ac_cv_c_string_h_warnings
=yes
15258 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15261 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15262 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15263 CFLAGS
=$saved_string_h_CFLAGS
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15267 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15268 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15269 $as_echo_n "(cached) " >&6
15271 ac_wine_try_cflags_saved
=$CFLAGS
15272 CFLAGS
="$CFLAGS -Wlogical-op"
15273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15274 /* end confdefs.h. */
15275 int main(int argc, char **argv) { return 0; }
15277 if ac_fn_c_try_link
"$LINENO"; then :
15278 ac_cv_cflags__Wlogical_op
=yes
15280 ac_cv_cflags__Wlogical_op
=no
15282 rm -f core conftest.err conftest.
$ac_objext \
15283 conftest
$ac_exeext conftest.
$ac_ext
15284 CFLAGS
=$ac_wine_try_cflags_saved
15286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15287 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15288 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15289 saved_string_h_CFLAGS
=$CFLAGS
15290 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15292 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15293 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15294 $as_echo_n "(cached) " >&6
15296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15297 /* end confdefs.h. */
15298 #include <string.h>
15299 char*f(const char *h,char n) {return strchr(h,n);}
15308 if ac_fn_c_try_compile
"$LINENO"; then :
15309 ac_cv_c_logicalop_noisy
=no
15311 ac_cv_c_logicalop_noisy
=yes
15313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15316 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15317 CFLAGS
=$saved_string_h_CFLAGS
15318 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15321 CFLAGS
=$saved_CFLAGS
15323 for ac_flag
in $CFLAGS; do
15325 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15326 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15327 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15328 $as_echo_n "(cached) " >&6
15330 ac_wine_try_cflags_saved
=$CFLAGS
15331 CFLAGS
="$CFLAGS -gdwarf-2"
15332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15333 /* end confdefs.h. */
15334 int main(int argc, char **argv) { return 0; }
15336 if ac_fn_c_try_link
"$LINENO"; then :
15337 ac_cv_cflags__gdwarf_2
=yes
15339 ac_cv_cflags__gdwarf_2
=no
15341 rm -f core conftest.err conftest.
$ac_objext \
15342 conftest
$ac_exeext conftest.
$ac_ext
15343 CFLAGS
=$ac_wine_try_cflags_saved
15345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15346 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15347 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15348 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15351 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15352 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15353 $as_echo_n "(cached) " >&6
15355 ac_wine_try_cflags_saved
=$CFLAGS
15356 CFLAGS
="$CFLAGS -gstrict-dwarf"
15357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15358 /* end confdefs.h. */
15359 int main(int argc, char **argv) { return 0; }
15361 if ac_fn_c_try_link
"$LINENO"; then :
15362 ac_cv_cflags__gstrict_dwarf
=yes
15364 ac_cv_cflags__gstrict_dwarf
=no
15366 rm -f core conftest.err conftest.
$ac_objext \
15367 conftest
$ac_exeext conftest.
$ac_ext
15368 CFLAGS
=$ac_wine_try_cflags_saved
15370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15371 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15372 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15373 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15379 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15380 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15381 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15382 $as_echo_n "(cached) " >&6
15384 ac_wine_try_cflags_saved
=$CFLAGS
15385 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15387 /* end confdefs.h. */
15388 int main(int argc, char **argv) { return 0; }
15390 if ac_fn_c_try_link
"$LINENO"; then :
15391 ac_cv_cflags__fno_omit_frame_pointer
=yes
15393 ac_cv_cflags__fno_omit_frame_pointer
=no
15395 rm -f core conftest.err conftest.
$ac_objext \
15396 conftest
$ac_exeext conftest.
$ac_ext
15397 CFLAGS
=$ac_wine_try_cflags_saved
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15400 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15401 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15402 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15407 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15408 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15409 if ${ac_cv_cflags__Wno_format+:} false
; then :
15410 $as_echo_n "(cached) " >&6
15412 ac_wine_try_cflags_saved
=$CFLAGS
15413 CFLAGS
="$CFLAGS -Wno-format"
15414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15415 /* end confdefs.h. */
15416 int main(int argc, char **argv) { return 0; }
15418 if ac_fn_c_try_link
"$LINENO"; then :
15419 ac_cv_cflags__Wno_format
=yes
15421 ac_cv_cflags__Wno_format
=no
15423 rm -f core conftest.err conftest.
$ac_objext \
15424 conftest
$ac_exeext conftest.
$ac_ext
15425 CFLAGS
=$ac_wine_try_cflags_saved
15427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15428 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15429 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15430 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15434 if test "x$enable_maintainer_mode" = "xyes"
15436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15437 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15438 if ${ac_cv_cflags__Werror+:} false
; then :
15439 $as_echo_n "(cached) " >&6
15441 ac_wine_try_cflags_saved
=$CFLAGS
15442 CFLAGS
="$CFLAGS -Werror"
15443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15444 /* end confdefs.h. */
15445 int main(int argc, char **argv) { return 0; }
15447 if ac_fn_c_try_link
"$LINENO"; then :
15448 ac_cv_cflags__Werror
=yes
15450 ac_cv_cflags__Werror
=no
15452 rm -f core conftest.err conftest.
$ac_objext \
15453 conftest
$ac_exeext conftest.
$ac_ext
15454 CFLAGS
=$ac_wine_try_cflags_saved
15456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15457 $as_echo "$ac_cv_cflags__Werror" >&6; }
15458 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15459 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15463 saved_CFLAGS
="$CFLAGS"
15464 CFLAGS
="$CFLAGS -Werror"
15465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15466 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15467 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15468 $as_echo_n "(cached) " >&6
15470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15471 /* end confdefs.h. */
15472 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15481 if ac_fn_c_try_compile
"$LINENO"; then :
15482 ac_cv_have_ms_hook_prologue
="yes"
15484 ac_cv_have_ms_hook_prologue
="no"
15486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15489 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15490 CFLAGS
="$saved_CFLAGS"
15491 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15494 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15497 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15504 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15505 if ${ac_cv_c_fortify_enabled+:} false
; then :
15506 $as_echo_n "(cached) " >&6
15508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15509 /* end confdefs.h. */
15510 #include <string.h>
15514 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15515 #error Fortify enabled
15521 if ac_fn_c_try_compile
"$LINENO"; then :
15522 ac_cv_c_fortify_enabled
=no
15524 ac_cv_c_fortify_enabled
=yes
15526 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15529 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15530 if test "$ac_cv_c_fortify_enabled" = yes
15532 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15537 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15538 if ${ac_cv_c_extern_prefix+:} false
; then :
15539 $as_echo_n "(cached) " >&6
15541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15542 /* end confdefs.h. */
15543 extern int ac_test;
15547 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15552 if ac_fn_c_try_link
"$LINENO"; then :
15553 ac_cv_c_extern_prefix
="yes"
15555 ac_cv_c_extern_prefix
="no"
15557 rm -f core conftest.err conftest.
$ac_objext \
15558 conftest
$ac_exeext conftest.
$ac_ext
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15561 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15566 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15567 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15568 $as_echo_n "(cached) " >&6
15570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15571 /* end confdefs.h. */
15573 #define __stdcall __attribute__((__stdcall__))
15575 int __stdcall ac_test(int i) { return i; }
15579 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15584 if ac_fn_c_try_link
"$LINENO"; then :
15585 ac_cv_c_stdcall_suffix
="yes"
15587 ac_cv_c_stdcall_suffix
="no"
15589 rm -f core conftest.err conftest.
$ac_objext \
15590 conftest
$ac_exeext conftest.
$ac_ext
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15593 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15594 *) ac_cv_c_stdcall_suffix
="no" ;;
15598 if test "$ac_cv_c_extern_prefix" = "yes"
15600 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15602 asm_name_prefix
="_"
15604 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15610 if test "$ac_cv_c_stdcall_suffix" = "yes"
15612 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15615 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15621 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15622 if ${ac_cv_asm_func_def+:} false
; then :
15623 $as_echo_n "(cached) " >&6
15625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15626 /* end confdefs.h. */
15631 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15636 if ac_fn_c_try_link
"$LINENO"; then :
15637 ac_cv_asm_func_def
=".def"
15639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15645 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15650 if ac_fn_c_try_link
"$LINENO"; then :
15651 ac_cv_asm_func_def
=".type @function"
15653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15654 /* end confdefs.h. */
15659 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15664 if ac_fn_c_try_link
"$LINENO"; then :
15665 ac_cv_asm_func_def
=".type 2"
15667 ac_cv_asm_func_def
="unknown"
15669 rm -f core conftest.err conftest.
$ac_objext \
15670 conftest
$ac_exeext conftest.
$ac_ext
15672 rm -f core conftest.err conftest.
$ac_objext \
15673 conftest
$ac_exeext conftest.
$ac_ext
15675 rm -f core conftest.err conftest.
$ac_objext \
15676 conftest
$ac_exeext conftest.
$ac_ext
15678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15679 $as_echo "$ac_cv_asm_func_def" >&6; }
15682 case "$ac_cv_asm_func_def" in
15684 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15686 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15688 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15690 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15692 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15694 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15696 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15698 asm_func_header
="" ;;
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15702 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15703 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15704 $as_echo_n "(cached) " >&6
15706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15707 /* end confdefs.h. */
15708 asm(".text\n\t.long 0");
15717 if ac_fn_c_try_compile
"$LINENO"; then :
15718 ac_cv_c_asm_outside_funcs
="yes"
15720 ac_cv_c_asm_outside_funcs
="no"
15722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15725 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15728 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15729 if ${ac_cv_c_dot_previous+:} false
; then :
15730 $as_echo_n "(cached) " >&6
15732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15733 /* end confdefs.h. */
15738 asm(".text\nac_test:\t.long 0\n\t.previous");
15743 if ac_fn_c_try_link
"$LINENO"; then :
15744 ac_cv_c_dot_previous
="yes"
15746 ac_cv_c_dot_previous
="no"
15748 rm -f core conftest.err conftest.
$ac_objext \
15749 conftest
$ac_exeext conftest.
$ac_ext
15751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15752 $as_echo "$ac_cv_c_dot_previous" >&6; }
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15755 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15756 if ${ac_cv_c_cfi_support+:} false
; then :
15757 $as_echo_n "(cached) " >&6
15759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15760 /* end confdefs.h. */
15761 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15770 if ac_fn_c_try_compile
"$LINENO"; then :
15771 ac_cv_c_cfi_support
="yes"
15773 ac_cv_c_cfi_support
="no"
15775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15778 $as_echo "$ac_cv_c_cfi_support" >&6; }
15780 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15781 asm_func_trailer
=""
15782 if test "$ac_cv_c_dot_previous" = "yes"
15784 asm_func_trailer
="\\n\\t.previous"
15786 if test "$ac_cv_c_cfi_support" = "yes"
15788 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15789 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15791 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15793 UNWINDFLAGS
=-fasynchronous-unwind-tables
15796 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15798 if test "x$enable_win64" = "xyes"
15800 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15804 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15807 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15809 cat >>confdefs.h
<<_ACEOF
15810 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15814 cat >>confdefs.h
<<_ACEOF
15815 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15820 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15823 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15828 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15835 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15836 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15837 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15844 ac_save_CFLAGS
="$CFLAGS"
15845 CFLAGS
="$CFLAGS $BUILTINFLAG"
15927 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15928 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15929 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15930 cat >>confdefs.h
<<_ACEOF
15931 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15937 CFLAGS
="$ac_save_CFLAGS"
15939 if test "$ac_cv_func_dlopen" = no
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15942 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15943 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15944 $as_echo_n "(cached) " >&6
15946 ac_check_lib_save_LIBS
=$LIBS
15948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15949 /* end confdefs.h. */
15951 /* Override any GCC internal prototype to avoid an error.
15952 Use char because int might match the return type of a GCC
15953 builtin and then its argument prototype would still apply. */
15966 if ac_fn_c_try_link
"$LINENO"; then :
15967 ac_cv_lib_dl_dlopen
=yes
15969 ac_cv_lib_dl_dlopen
=no
15971 rm -f core conftest.err conftest.
$ac_objext \
15972 conftest
$ac_exeext conftest.
$ac_ext
15973 LIBS
=$ac_check_lib_save_LIBS
15975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15976 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15977 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15978 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15984 ac_wine_check_funcs_save_LIBS
="$LIBS"
15985 LIBS
="$LIBS $DL_LIBS"
15986 for ac_func
in dladdr
15988 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15989 if test "x$ac_cv_func_dladdr" = xyes
; then :
15990 cat >>confdefs.h
<<_ACEOF
15991 #define HAVE_DLADDR 1
15997 LIBS
="$ac_wine_check_funcs_save_LIBS"
15999 if test "$ac_cv_func_poll" = no
16001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
16002 $as_echo_n "checking for poll in -lpoll... " >&6; }
16003 if ${ac_cv_lib_poll_poll+:} false
; then :
16004 $as_echo_n "(cached) " >&6
16006 ac_check_lib_save_LIBS
=$LIBS
16007 LIBS
="-lpoll $LIBS"
16008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16009 /* end confdefs.h. */
16011 /* Override any GCC internal prototype to avoid an error.
16012 Use char because int might match the return type of a GCC
16013 builtin and then its argument prototype would still apply. */
16026 if ac_fn_c_try_link
"$LINENO"; then :
16027 ac_cv_lib_poll_poll
=yes
16029 ac_cv_lib_poll_poll
=no
16031 rm -f core conftest.err conftest.
$ac_objext \
16032 conftest
$ac_exeext conftest.
$ac_ext
16033 LIBS
=$ac_check_lib_save_LIBS
16035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
16036 $as_echo "$ac_cv_lib_poll_poll" >&6; }
16037 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
16038 $as_echo "#define HAVE_POLL 1" >>confdefs.h
16045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
16046 $as_echo_n "checking for library containing gethostbyname... " >&6; }
16047 if ${ac_cv_search_gethostbyname+:} false
; then :
16048 $as_echo_n "(cached) " >&6
16050 ac_func_search_save_LIBS
=$LIBS
16051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16052 /* end confdefs.h. */
16054 /* Override any GCC internal prototype to avoid an error.
16055 Use char because int might match the return type of a GCC
16056 builtin and then its argument prototype would still apply. */
16060 char gethostbyname ();
16064 return gethostbyname ();
16069 for ac_lib
in '' nsl
; do
16070 if test -z "$ac_lib"; then
16071 ac_res
="none required"
16074 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16076 if ac_fn_c_try_link
"$LINENO"; then :
16077 ac_cv_search_gethostbyname
=$ac_res
16079 rm -f core conftest.err conftest.
$ac_objext \
16081 if ${ac_cv_search_gethostbyname+:} false
; then :
16085 if ${ac_cv_search_gethostbyname+:} false
; then :
16088 ac_cv_search_gethostbyname
=no
16090 rm conftest.
$ac_ext
16091 LIBS
=$ac_func_search_save_LIBS
16093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
16094 $as_echo "$ac_cv_search_gethostbyname" >&6; }
16095 ac_res
=$ac_cv_search_gethostbyname
16096 if test "$ac_res" != no
; then :
16097 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
16103 $as_echo_n "checking for library containing connect... " >&6; }
16104 if ${ac_cv_search_connect+:} false
; then :
16105 $as_echo_n "(cached) " >&6
16107 ac_func_search_save_LIBS
=$LIBS
16108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16109 /* end confdefs.h. */
16111 /* Override any GCC internal prototype to avoid an error.
16112 Use char because int might match the return type of a GCC
16113 builtin and then its argument prototype would still apply. */
16126 for ac_lib
in '' socket
; do
16127 if test -z "$ac_lib"; then
16128 ac_res
="none required"
16131 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16133 if ac_fn_c_try_link
"$LINENO"; then :
16134 ac_cv_search_connect
=$ac_res
16136 rm -f core conftest.err conftest.
$ac_objext \
16138 if ${ac_cv_search_connect+:} false
; then :
16142 if ${ac_cv_search_connect+:} false
; then :
16145 ac_cv_search_connect
=no
16147 rm conftest.
$ac_ext
16148 LIBS
=$ac_func_search_save_LIBS
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16151 $as_echo "$ac_cv_search_connect" >&6; }
16152 ac_res
=$ac_cv_search_connect
16153 if test "$ac_res" != no
; then :
16154 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16160 $as_echo_n "checking for library containing inet_aton... " >&6; }
16161 if ${ac_cv_search_inet_aton+:} false
; then :
16162 $as_echo_n "(cached) " >&6
16164 ac_func_search_save_LIBS
=$LIBS
16165 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16166 /* end confdefs.h. */
16168 /* Override any GCC internal prototype to avoid an error.
16169 Use char because int might match the return type of a GCC
16170 builtin and then its argument prototype would still apply. */
16178 return inet_aton ();
16183 for ac_lib
in '' resolv
; do
16184 if test -z "$ac_lib"; then
16185 ac_res
="none required"
16188 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16190 if ac_fn_c_try_link
"$LINENO"; then :
16191 ac_cv_search_inet_aton
=$ac_res
16193 rm -f core conftest.err conftest.
$ac_objext \
16195 if ${ac_cv_search_inet_aton+:} false
; then :
16199 if ${ac_cv_search_inet_aton+:} false
; then :
16202 ac_cv_search_inet_aton
=no
16204 rm conftest.
$ac_ext
16205 LIBS
=$ac_func_search_save_LIBS
16207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16208 $as_echo "$ac_cv_search_inet_aton" >&6; }
16209 ac_res
=$ac_cv_search_inet_aton
16210 if test "$ac_res" != no
; then :
16211 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16231 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16232 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16233 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16234 cat >>confdefs.h
<<_ACEOF
16235 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16244 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16245 if ${ac_cv_search_clock_gettime+:} false
; then :
16246 $as_echo_n "(cached) " >&6
16248 ac_func_search_save_LIBS
=$LIBS
16249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16250 /* end confdefs.h. */
16252 /* Override any GCC internal prototype to avoid an error.
16253 Use char because int might match the return type of a GCC
16254 builtin and then its argument prototype would still apply. */
16258 char clock_gettime ();
16262 return clock_gettime ();
16267 for ac_lib
in '' rt
; do
16268 if test -z "$ac_lib"; then
16269 ac_res
="none required"
16272 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16274 if ac_fn_c_try_link
"$LINENO"; then :
16275 ac_cv_search_clock_gettime
=$ac_res
16277 rm -f core conftest.err conftest.
$ac_objext \
16279 if ${ac_cv_search_clock_gettime+:} false
; then :
16283 if ${ac_cv_search_clock_gettime+:} false
; then :
16286 ac_cv_search_clock_gettime
=no
16288 rm conftest.
$ac_ext
16289 LIBS
=$ac_func_search_save_LIBS
16291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16292 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16293 ac_res
=$ac_cv_search_clock_gettime
16294 if test "$ac_res" != no
; then :
16295 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16297 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16299 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16305 if test "x$with_ldap" != "xno"
16307 if ${LDAP_CFLAGS:+false} :; then :
16308 if ${PKG_CONFIG+:} false
; then :
16309 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16313 if ${LDAP_LIBS:+false} :; then :
16314 if ${PKG_CONFIG+:} false
; then :
16315 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16319 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16320 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16321 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16322 ac_save_CPPFLAGS
=$CPPFLAGS
16323 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16324 for ac_header
in ldap.h lber.h
16326 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16327 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16328 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16329 cat >>confdefs.h
<<_ACEOF
16330 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16337 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16339 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16341 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16343 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16344 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16345 $as_echo_n "(cached) " >&6
16347 ac_check_lib_save_LIBS
=$LIBS
16348 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16350 /* end confdefs.h. */
16352 /* Override any GCC internal prototype to avoid an error.
16353 Use char because int might match the return type of a GCC
16354 builtin and then its argument prototype would still apply. */
16358 char ldap_initialize ();
16362 return ldap_initialize ();
16367 if ac_fn_c_try_link
"$LINENO"; then :
16368 ac_cv_lib_ldap_r_ldap_initialize
=yes
16370 ac_cv_lib_ldap_r_ldap_initialize
=no
16372 rm -f core conftest.err conftest.
$ac_objext \
16373 conftest
$ac_exeext conftest.
$ac_ext
16374 LIBS
=$ac_check_lib_save_LIBS
16376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16377 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16378 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16380 $as_echo_n "checking for ber_init in -llber... " >&6; }
16381 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16382 $as_echo_n "(cached) " >&6
16384 ac_check_lib_save_LIBS
=$LIBS
16385 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16387 /* end confdefs.h. */
16389 /* Override any GCC internal prototype to avoid an error.
16390 Use char because int might match the return type of a GCC
16391 builtin and then its argument prototype would still apply. */
16399 return ber_init ();
16404 if ac_fn_c_try_link
"$LINENO"; then :
16405 ac_cv_lib_lber_ber_init
=yes
16407 ac_cv_lib_lber_ber_init
=no
16409 rm -f core conftest.err conftest.
$ac_objext \
16410 conftest
$ac_exeext conftest.
$ac_ext
16411 LIBS
=$ac_check_lib_save_LIBS
16413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16414 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16415 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16417 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16431 ac_wine_check_funcs_save_LIBS
="$LIBS"
16432 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16434 ldap_count_references \
16435 ldap_first_reference \
16436 ldap_next_reference \
16437 ldap_parse_reference \
16438 ldap_parse_sort_control \
16439 ldap_parse_sortresponse_control \
16440 ldap_parse_vlv_control \
16441 ldap_parse_vlvresponse_control
16443 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16444 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16445 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16446 cat >>confdefs.h
<<_ACEOF
16447 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16453 LIBS
="$ac_wine_check_funcs_save_LIBS"
16457 CPPFLAGS
=$ac_save_CPPFLAGS
16458 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16459 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16462 if test "x$LDAP_LIBS" = "x"; then :
16463 case "x$with_ldap" in
16464 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16466 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16467 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16473 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16474 if ${wine_cv_one_arg_mkdir+:} false
; then :
16475 $as_echo_n "(cached) " >&6
16477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16478 /* end confdefs.h. */
16479 #include <sys/stat.h>
16488 if ac_fn_c_try_compile
"$LINENO"; then :
16489 wine_cv_one_arg_mkdir
=yes
16491 wine_cv_one_arg_mkdir
=no
16493 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16496 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16497 if test "$wine_cv_one_arg_mkdir" = "yes"
16500 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16505 $as_echo_n "checking for sched_setaffinity... " >&6; }
16506 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16507 $as_echo_n "(cached) " >&6
16509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16510 /* end confdefs.h. */
16511 #define _GNU_SOURCE
16516 sched_setaffinity(0, 0, 0);
16521 if ac_fn_c_try_link
"$LINENO"; then :
16522 wine_cv_have_sched_setaffinity
=yes
16524 wine_cv_have_sched_setaffinity
=no
16526 rm -f core conftest.err conftest.
$ac_objext \
16527 conftest
$ac_exeext conftest.
$ac_ext
16529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16530 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16531 if test "$wine_cv_have_sched_setaffinity" = "yes"
16534 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16539 $as_echo_n "checking for fallocate... " >&6; }
16540 if ${wine_cv_have_fallocate+:} false
; then :
16541 $as_echo_n "(cached) " >&6
16543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16544 /* end confdefs.h. */
16545 #define _GNU_SOURCE
16550 fallocate(-1, 0, 0, 0);
16555 if ac_fn_c_try_link
"$LINENO"; then :
16556 wine_cv_have_fallocate
=yes
16558 wine_cv_have_fallocate
=no
16560 rm -f core conftest.err conftest.
$ac_objext \
16561 conftest
$ac_exeext conftest.
$ac_ext
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16564 $as_echo "$wine_cv_have_fallocate" >&6; }
16565 if test "$wine_cv_have_fallocate" = "yes"
16568 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16574 $as_echo_n "checking for inline... " >&6; }
16575 if ${ac_cv_c_inline+:} false
; then :
16576 $as_echo_n "(cached) " >&6
16579 for ac_kw
in inline __inline__ __inline
; do
16580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16581 /* end confdefs.h. */
16582 #ifndef __cplusplus
16584 static $ac_kw foo_t static_foo () {return 0; }
16585 $ac_kw foo_t foo () {return 0; }
16589 if ac_fn_c_try_compile
"$LINENO"; then :
16590 ac_cv_c_inline
=$ac_kw
16592 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16593 test "$ac_cv_c_inline" != no
&& break
16597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16598 $as_echo "$ac_cv_c_inline" >&6; }
16600 case $ac_cv_c_inline in
16603 case $ac_cv_c_inline in
16605 *) ac_val
=$ac_cv_c_inline;;
16607 cat >>confdefs.h
<<_ACEOF
16608 #ifndef __cplusplus
16609 #define inline $ac_val
16615 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16616 if test "x$ac_cv_type_mode_t" = xyes
; then :
16618 cat >>confdefs.h
<<_ACEOF
16619 #define HAVE_MODE_T 1
16624 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16625 if test "x$ac_cv_type_off_t" = xyes
; then :
16627 cat >>confdefs.h
<<_ACEOF
16628 #define HAVE_OFF_T 1
16633 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16634 if test "x$ac_cv_type_pid_t" = xyes
; then :
16636 cat >>confdefs.h
<<_ACEOF
16637 #define HAVE_PID_T 1
16642 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16643 if test "x$ac_cv_type_size_t" = xyes
; then :
16645 cat >>confdefs.h
<<_ACEOF
16646 #define HAVE_SIZE_T 1
16651 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16652 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16654 cat >>confdefs.h
<<_ACEOF
16655 #define HAVE_SSIZE_T 1
16660 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16661 if test "x$ac_cv_type_long_long" = xyes
; then :
16663 cat >>confdefs.h
<<_ACEOF
16664 #define HAVE_LONG_LONG 1
16669 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16670 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16672 cat >>confdefs.h
<<_ACEOF
16673 #define HAVE_FSBLKCNT_T 1
16678 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16679 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16681 cat >>confdefs.h
<<_ACEOF
16682 #define HAVE_FSFILCNT_T 1
16688 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16689 #include <signal.h>
16691 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16693 cat >>confdefs.h
<<_ACEOF
16694 #define HAVE_SIGSET_T 1
16700 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16702 if test "x$ac_cv_type_request_sense" = xyes
; then :
16704 cat >>confdefs.h
<<_ACEOF
16705 #define HAVE_REQUEST_SENSE 1
16712 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16713 #ifdef HAVE_SYS_SOCKET_H
16714 #include <sys/socket.h>
16716 #ifdef HAVE_SYS_SOCKETVAR_H
16717 #include <sys/socketvar.h>
16719 #ifdef HAVE_NET_ROUTE_H
16720 #include <net/route.h>
16722 #ifdef HAVE_NETINET_IN_H
16723 #include <netinet/in.h>
16725 #ifdef HAVE_NETINET_IN_SYSTM_H
16726 #include <netinet/in_systm.h>
16728 #ifdef HAVE_NETINET_IP_H
16729 #include <netinet/ip.h>
16731 #ifdef HAVE_NETINET_IN_PCB_H
16732 #include <netinet/in_pcb.h>
16735 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16737 cat >>confdefs.h
<<_ACEOF
16738 #define HAVE_STRUCT_XINPGEN 1
16745 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16748 #ifdef HAVE_SYS_LINK_H
16749 #include <sys/link.h>
16752 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16754 cat >>confdefs.h
<<_ACEOF
16755 #define HAVE_STRUCT_R_DEBUG 1
16760 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16763 #ifdef HAVE_SYS_LINK_H
16764 #include <sys/link.h>
16767 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16769 cat >>confdefs.h
<<_ACEOF
16770 #define HAVE_STRUCT_LINK_MAP 1
16777 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16778 #include <linux/input.h>
16781 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16783 cat >>confdefs.h
<<_ACEOF
16784 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16792 $as_echo_n "checking for if_nameindex... " >&6; }
16793 if ${wine_cv_have_if_nameindex+:} false
; then :
16794 $as_echo_n "(cached) " >&6
16796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16797 /* end confdefs.h. */
16798 #ifdef HAVE_SYS_TYPES_H
16799 #include <sys/types.h>
16801 #ifdef HAVE_SYS_SOCKET_H
16802 #include <sys/socket.h>
16804 #ifdef HAVE_NET_IF_H
16805 # include <net/if.h>
16810 struct if_nameindex *p = if_nameindex(); return p->if_index;
16815 if ac_fn_c_try_link
"$LINENO"; then :
16816 wine_cv_have_if_nameindex
=yes
16818 wine_cv_have_if_nameindex
=no
16820 rm -f core conftest.err conftest.
$ac_objext \
16821 conftest
$ac_exeext conftest.
$ac_ext
16823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16824 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16825 if test "$wine_cv_have_if_nameindex" = "yes"
16828 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16833 $as_echo_n "checking for sigaddset... " >&6; }
16834 if ${wine_cv_have_sigaddset+:} false
; then :
16835 $as_echo_n "(cached) " >&6
16837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16838 /* end confdefs.h. */
16839 #include <signal.h>
16843 sigset_t set; sigaddset(&set,SIGTERM);
16848 if ac_fn_c_try_link
"$LINENO"; then :
16849 wine_cv_have_sigaddset
=yes
16851 wine_cv_have_sigaddset
=no
16853 rm -f core conftest.err conftest.
$ac_objext \
16854 conftest
$ac_exeext conftest.
$ac_ext
16856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16857 $as_echo "$wine_cv_have_sigaddset" >&6; }
16858 if test "$wine_cv_have_sigaddset" = "yes"
16861 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16867 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16868 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16869 $as_echo_n "(cached) " >&6
16871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16872 /* end confdefs.h. */
16880 struct hostent *result;
16887 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16888 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16894 if ac_fn_c_try_link
"$LINENO"; then :
16895 wine_cv_linux_gethostbyname_r_6
=yes
16897 wine_cv_linux_gethostbyname_r_6
=no
16900 rm -f core conftest.err conftest.
$ac_objext \
16901 conftest
$ac_exeext conftest.
$ac_ext
16904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16905 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16906 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16909 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16913 if test "$ac_cv_header_linux_joystick_h" = "yes"
16915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16916 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16917 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16918 $as_echo_n "(cached) " >&6
16920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16921 /* end confdefs.h. */
16923 #include <sys/ioctl.h>
16924 #include <sys/types.h>
16925 #include <linux/joystick.h>
16927 struct js_event blub;
16928 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16929 #error "no 2.2 header"
16940 if ac_fn_c_try_compile
"$LINENO"; then :
16941 wine_cv_linux_joystick_22_api
=yes
16943 wine_cv_linux_joystick_22_api
=no
16945 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16949 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16950 if test "$wine_cv_linux_joystick_22_api" = "yes"
16953 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16959 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16960 #ifdef HAVE_SYS_PARAM_H
16961 # include <sys/param.h>
16963 #ifdef HAVE_SYS_MOUNT_H
16964 # include <sys/mount.h>
16966 #ifdef HAVE_SYS_VFS_H
16967 # include <sys/vfs.h>
16969 #ifdef HAVE_SYS_STATFS_H
16970 # include <sys/statfs.h>
16973 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16975 cat >>confdefs.h
<<_ACEOF
16976 #define HAVE_STRUCT_STATFS_F_BFREE 1
16981 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16982 #ifdef HAVE_SYS_PARAM_H
16983 # include <sys/param.h>
16985 #ifdef HAVE_SYS_MOUNT_H
16986 # include <sys/mount.h>
16988 #ifdef HAVE_SYS_VFS_H
16989 # include <sys/vfs.h>
16991 #ifdef HAVE_SYS_STATFS_H
16992 # include <sys/statfs.h>
16995 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16997 cat >>confdefs.h
<<_ACEOF
16998 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17003 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
17004 #ifdef HAVE_SYS_PARAM_H
17005 # include <sys/param.h>
17007 #ifdef HAVE_SYS_MOUNT_H
17008 # include <sys/mount.h>
17010 #ifdef HAVE_SYS_VFS_H
17011 # include <sys/vfs.h>
17013 #ifdef HAVE_SYS_STATFS_H
17014 # include <sys/statfs.h>
17017 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
17019 cat >>confdefs.h
<<_ACEOF
17020 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17025 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
17026 #ifdef HAVE_SYS_PARAM_H
17027 # include <sys/param.h>
17029 #ifdef HAVE_SYS_MOUNT_H
17030 # include <sys/mount.h>
17032 #ifdef HAVE_SYS_VFS_H
17033 # include <sys/vfs.h>
17035 #ifdef HAVE_SYS_STATFS_H
17036 # include <sys/statfs.h>
17039 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
17041 cat >>confdefs.h
<<_ACEOF
17042 #define HAVE_STRUCT_STATFS_F_FFREE 1
17047 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
17048 #ifdef HAVE_SYS_PARAM_H
17049 # include <sys/param.h>
17051 #ifdef HAVE_SYS_MOUNT_H
17052 # include <sys/mount.h>
17054 #ifdef HAVE_SYS_VFS_H
17055 # include <sys/vfs.h>
17057 #ifdef HAVE_SYS_STATFS_H
17058 # include <sys/statfs.h>
17061 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
17063 cat >>confdefs.h
<<_ACEOF
17064 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
17069 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
17070 #ifdef HAVE_SYS_PARAM_H
17071 # include <sys/param.h>
17073 #ifdef HAVE_SYS_MOUNT_H
17074 # include <sys/mount.h>
17076 #ifdef HAVE_SYS_VFS_H
17077 # include <sys/vfs.h>
17079 #ifdef HAVE_SYS_STATFS_H
17080 # include <sys/statfs.h>
17083 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
17085 cat >>confdefs.h
<<_ACEOF
17086 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
17093 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
17094 #include <sys/statvfs.h>
17097 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
17099 cat >>confdefs.h
<<_ACEOF
17100 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17107 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
17108 #include <dirent.h>
17111 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
17113 cat >>confdefs.h
<<_ACEOF
17114 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
17121 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
17122 #ifdef HAVE_SYS_SOCKET_H
17123 # include <sys/socket.h>
17125 #ifdef HAVE_SYS_UN_H
17126 # include <sys/un.h>
17129 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
17131 cat >>confdefs.h
<<_ACEOF
17132 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17137 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
17138 #ifdef HAVE_SYS_SOCKET_H
17139 # include <sys/socket.h>
17141 #ifdef HAVE_SYS_UN_H
17142 # include <sys/un.h>
17145 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
17147 cat >>confdefs.h
<<_ACEOF
17148 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17153 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17154 #ifdef HAVE_SYS_SOCKET_H
17155 # include <sys/socket.h>
17157 #ifdef HAVE_SYS_UN_H
17158 # include <sys/un.h>
17161 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17163 cat >>confdefs.h
<<_ACEOF
17164 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17171 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17172 #ifdef HAVE_SCSI_SG_H
17173 #include <scsi/sg.h>
17176 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17178 cat >>confdefs.h
<<_ACEOF
17179 #define HAVE_SCSIREQ_T_CMD 1
17184 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>
17185 #ifdef HAVE_SCSI_SG_H
17186 #include <scsi/sg.h>
17189 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17191 cat >>confdefs.h
<<_ACEOF
17192 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17199 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17201 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17203 cat >>confdefs.h
<<_ACEOF
17204 #define HAVE_SIGINFO_T_SI_FD 1
17211 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17212 #ifdef HAVE_SYS_MTIO_H
17213 #include <sys/mtio.h>
17216 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17218 cat >>confdefs.h
<<_ACEOF
17219 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17224 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17225 #ifdef HAVE_SYS_MTIO_H
17226 #include <sys/mtio.h>
17229 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17231 cat >>confdefs.h
<<_ACEOF
17232 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17237 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17238 #ifdef HAVE_SYS_MTIO_H
17239 #include <sys/mtio.h>
17242 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17244 cat >>confdefs.h
<<_ACEOF
17245 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17252 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17253 #include <getopt.h>
17256 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17258 cat >>confdefs.h
<<_ACEOF
17259 #define HAVE_STRUCT_OPTION_NAME 1
17266 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17267 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17269 cat >>confdefs.h
<<_ACEOF
17270 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17275 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17276 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17278 cat >>confdefs.h
<<_ACEOF
17279 #define HAVE_STRUCT_STAT_ST_MTIM 1
17284 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17285 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17287 cat >>confdefs.h
<<_ACEOF
17288 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17293 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17294 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17296 cat >>confdefs.h
<<_ACEOF
17297 #define HAVE_STRUCT_STAT_ST_CTIM 1
17302 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17303 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17305 cat >>confdefs.h
<<_ACEOF
17306 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17311 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17312 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17314 cat >>confdefs.h
<<_ACEOF
17315 #define HAVE_STRUCT_STAT_ST_ATIM 1
17320 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17321 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17323 cat >>confdefs.h
<<_ACEOF
17324 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17329 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17330 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17332 cat >>confdefs.h
<<_ACEOF
17333 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17338 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17339 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17341 cat >>confdefs.h
<<_ACEOF
17342 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17347 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17348 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17350 cat >>confdefs.h
<<_ACEOF
17351 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17356 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17357 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17359 cat >>confdefs.h
<<_ACEOF
17360 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17365 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17366 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17368 cat >>confdefs.h
<<_ACEOF
17369 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17376 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
17377 #include <sys/types.h>
17379 #ifdef HAVE_NETINET_IN_H
17380 #include <netinet/in.h>
17383 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17385 cat >>confdefs.h
<<_ACEOF
17386 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17393 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17394 #include <sys/types.h>
17396 #ifdef HAVE_NETINET_IN_H
17397 #include <netinet/in.h>
17399 #ifdef HAVE_RESOLV_H
17400 #include <resolv.h>
17403 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17405 cat >>confdefs.h
<<_ACEOF
17406 #define HAVE_STRUCT___RES_STATE 1
17413 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
17414 #include <resolv.h>
17417 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17419 cat >>confdefs.h
<<_ACEOF
17420 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17427 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17428 #include <sys/types.h>
17430 #ifdef HAVE_NETINET_IN_H
17431 # include <netinet/in.h>
17433 #ifdef HAVE_ARPA_NAMESER_H
17434 # include <arpa/nameser.h>
17437 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17439 cat >>confdefs.h
<<_ACEOF
17440 #define HAVE_NS_MSG__MSG_PTR 1
17447 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17448 #include <sys/types.h>
17450 #ifdef HAVE_NETINET_IN_H
17451 #include <netinet/in.h>
17453 #ifdef HAVE_NETINET_IP_H
17454 #include <netinet/ip.h>
17456 #ifdef HAVE_NETINET_IP_ICMP_H
17457 #include <netinet/ip_icmp.h>
17459 #ifdef HAVE_NETINET_ICMP_VAR_H
17460 #include <netinet/icmp_var.h>
17463 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17465 cat >>confdefs.h
<<_ACEOF
17466 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17473 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17474 #include <sys/types.h>
17476 #ifdef HAVE_ALIAS_H
17479 #ifdef HAVE_SYS_SOCKET_H
17480 #include <sys/socket.h>
17482 #ifdef HAVE_SYS_SOCKETVAR_H
17483 #include <sys/socketvar.h>
17485 #ifdef HAVE_SYS_TIMEOUT_H
17486 #include <sys/timeout.h>
17488 #ifdef HAVE_NETINET_IN_H
17489 #include <netinet/in.h>
17491 #ifdef HAVE_NETINET_IN_SYSTM_H
17492 #include <netinet/in_systm.h>
17494 #ifdef HAVE_NETINET_IP_H
17495 #include <netinet/ip.h>
17497 #ifdef HAVE_NETINET_IP_VAR_H
17498 #include <netinet/ip_var.h>
17500 #ifdef HAVE_NETINET_IP_ICMP_H
17501 #include <netinet/ip_icmp.h>
17503 #ifdef HAVE_NETINET_ICMP_VAR_H
17504 #include <netinet/icmp_var.h>
17507 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17509 cat >>confdefs.h
<<_ACEOF
17510 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17517 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17518 #include <sys/types.h>
17520 #ifdef HAVE_SYS_SOCKETVAR_H
17521 #include <sys/socketvar.h>
17523 #ifdef HAVE_NETINET_IN_H
17524 #include <netinet/in.h>
17526 #ifdef HAVE_NETINET_IP_VAR_H
17527 #include <netinet/ip_var.h>
17530 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17532 cat >>confdefs.h
<<_ACEOF
17533 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17540 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
17541 #include <netinet/ip_var.h>
17544 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17546 cat >>confdefs.h
<<_ACEOF
17547 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17554 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17555 #include <sys/types.h>
17557 #ifdef HAVE_SYS_SOCKETVAR_H
17558 #include <sys/socketvar.h>
17560 #ifdef HAVE_NETINET_IN_H
17561 #include <netinet/in.h>
17563 #ifdef HAVE_NETINET_TCP_H
17564 #include <netinet/tcp.h>
17566 #ifdef HAVE_NETINET_TCP_VAR_H
17567 #include <netinet/tcp_var.h>
17570 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17572 cat >>confdefs.h
<<_ACEOF
17573 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17580 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
17581 #include <netinet/tcp_var.h>
17584 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17586 cat >>confdefs.h
<<_ACEOF
17587 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17594 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17595 #include <sys/types.h>
17597 #ifdef HAVE_NETINET_IN_H
17598 #include <netinet/in.h>
17600 #ifdef HAVE_NETINET_IP_VAR_H
17601 #include <netinet/ip_var.h>
17603 #ifdef HAVE_NETINET_UDP_H
17604 #include <netinet/udp.h>
17606 #ifdef HAVE_NETINET_UDP_VAR_H
17607 #include <netinet/udp_var.h>
17610 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17612 cat >>confdefs.h
<<_ACEOF
17613 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17620 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17621 #include <sys/types.h>
17623 #ifdef HAVE_NET_IF_H
17624 # include <net/if.h>
17627 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17629 cat >>confdefs.h
<<_ACEOF
17630 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17638 $as_echo_n "checking for timezone variable... " >&6; }
17639 if ${ac_cv_have_timezone+:} false
; then :
17640 $as_echo_n "(cached) " >&6
17642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17643 /* end confdefs.h. */
17653 if ac_fn_c_try_link
"$LINENO"; then :
17654 ac_cv_have_timezone
="yes"
17656 ac_cv_have_timezone
="no"
17658 rm -f core conftest.err conftest.
$ac_objext \
17659 conftest
$ac_exeext conftest.
$ac_ext
17661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17662 $as_echo "$ac_cv_have_timezone" >&6; }
17663 if test "$ac_cv_have_timezone" = "yes"
17666 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17670 $as_echo_n "checking for daylight variable... " >&6; }
17671 if ${ac_cv_have_daylight+:} false
; then :
17672 $as_echo_n "(cached) " >&6
17674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17675 /* end confdefs.h. */
17685 if ac_fn_c_try_link
"$LINENO"; then :
17686 ac_cv_have_daylight
="yes"
17688 ac_cv_have_daylight
="no"
17690 rm -f core conftest.err conftest.
$ac_objext \
17691 conftest
$ac_exeext conftest.
$ac_ext
17693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17694 $as_echo "$ac_cv_have_daylight" >&6; }
17695 if test "$ac_cv_have_daylight" = "yes"
17698 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17702 ac_save_LIBS
="$LIBS"
17704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17705 $as_echo_n "checking for isfinite... " >&6; }
17706 if ${ac_cv_have_isfinite+:} false
; then :
17707 $as_echo_n "(cached) " >&6
17709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17710 /* end confdefs.h. */
17711 #define _GNU_SOURCE
17716 float f = 0.0; return isfinite(f)
17721 if ac_fn_c_try_link
"$LINENO"; then :
17722 ac_cv_have_isfinite
="yes"
17724 ac_cv_have_isfinite
="no"
17726 rm -f core conftest.err conftest.
$ac_objext \
17727 conftest
$ac_exeext conftest.
$ac_ext
17729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17730 $as_echo "$ac_cv_have_isfinite" >&6; }
17731 if test "$ac_cv_have_isfinite" = "yes"
17734 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17739 $as_echo_n "checking for isinf... " >&6; }
17740 if ${ac_cv_have_isinf+:} false
; then :
17741 $as_echo_n "(cached) " >&6
17743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17744 /* end confdefs.h. */
17749 float f = 0.0; return isinf(f)
17754 if ac_fn_c_try_link
"$LINENO"; then :
17755 ac_cv_have_isinf
="yes"
17757 ac_cv_have_isinf
="no"
17759 rm -f core conftest.err conftest.
$ac_objext \
17760 conftest
$ac_exeext conftest.
$ac_ext
17762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17763 $as_echo "$ac_cv_have_isinf" >&6; }
17764 if test "$ac_cv_have_isinf" = "yes"
17767 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17772 $as_echo_n "checking for isnan... " >&6; }
17773 if ${ac_cv_have_isnan+:} false
; then :
17774 $as_echo_n "(cached) " >&6
17776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17777 /* end confdefs.h. */
17782 float f = 0.0; return isnan(f)
17787 if ac_fn_c_try_link
"$LINENO"; then :
17788 ac_cv_have_isnan
="yes"
17790 ac_cv_have_isnan
="no"
17792 rm -f core conftest.err conftest.
$ac_objext \
17793 conftest
$ac_exeext conftest.
$ac_ext
17795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17796 $as_echo "$ac_cv_have_isnan" >&6; }
17797 if test "$ac_cv_have_isnan" = "yes"
17800 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17854 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17855 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17856 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17857 cat >>confdefs.h
<<_ACEOF
17858 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17864 LIBS
="$ac_save_LIBS"
17866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17867 $as_echo_n "checking for __builtin_clz... " >&6; }
17868 if ${ac_cv_have___builtin_clz+:} false
; then :
17869 $as_echo_n "(cached) " >&6
17871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17872 /* end confdefs.h. */
17877 return __builtin_clz(1)
17882 if ac_fn_c_try_link
"$LINENO"; then :
17883 ac_cv_have___builtin_clz
="yes"
17885 ac_cv_have___builtin_clz
="no"
17887 rm -f core conftest.err conftest.
$ac_objext \
17888 conftest
$ac_exeext conftest.
$ac_ext
17890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17891 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17892 if test "$ac_cv_have___builtin_clz" = "yes"
17895 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17900 $as_echo_n "checking for __builtin_popcount... " >&6; }
17901 if ${ac_cv_have___builtin_popcount+:} false
; then :
17902 $as_echo_n "(cached) " >&6
17904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17905 /* end confdefs.h. */
17910 return __builtin_popcount(1)
17915 if ac_fn_c_try_link
"$LINENO"; then :
17916 ac_cv_have___builtin_popcount
="yes"
17918 ac_cv_have___builtin_popcount
="no"
17920 rm -f core conftest.err conftest.
$ac_objext \
17921 conftest
$ac_exeext conftest.
$ac_ext
17923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17924 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17925 if test "$ac_cv_have___builtin_popcount" = "yes"
17928 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17933 $as_echo_n "checking for __clear_cache... " >&6; }
17934 if ${ac_cv_have___clear_cache+:} false
; then :
17935 $as_echo_n "(cached) " >&6
17937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17938 /* end confdefs.h. */
17943 __clear_cache((void*)0, (void*)0); return 0;
17948 if ac_fn_c_try_link
"$LINENO"; then :
17949 ac_cv_have___clear_cache
="yes"
17951 ac_cv_have___clear_cache
="no"
17953 rm -f core conftest.err conftest.
$ac_objext \
17954 conftest
$ac_exeext conftest.
$ac_ext
17956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17957 $as_echo "$ac_cv_have___clear_cache" >&6; }
17958 if test "$ac_cv_have___clear_cache" = "yes"
17961 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17967 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17968 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17969 if ${ac_cv_cpp_def___i386__+:} false
; then :
17970 $as_echo_n "(cached) " >&6
17972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17973 /* end confdefs.h. */
17978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17979 $EGREP "yes" >/dev
/null
2>&1; then :
17980 ac_cv_cpp_def___i386__
=yes
17982 ac_cv_cpp_def___i386__
=no
17987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17988 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17989 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17990 CFLAGS
="$CFLAGS -D__i386__"
17991 LINTFLAGS
="$LINTFLAGS -D__i386__"
17993 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17994 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17995 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17996 $as_echo_n "(cached) " >&6
17998 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17999 /* end confdefs.h. */
18004 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18005 $EGREP "yes" >/dev
/null
2>&1; then :
18006 ac_cv_cpp_def___x86_64__
=yes
18008 ac_cv_cpp_def___x86_64__
=no
18013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
18014 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
18015 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
18016 CFLAGS
="$CFLAGS -D__x86_64__"
18017 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
18019 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
18020 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
18021 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
18022 $as_echo_n "(cached) " >&6
18024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18025 /* end confdefs.h. */
18026 #ifndef __sparc64__
18030 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18031 $EGREP "yes" >/dev
/null
2>&1; then :
18032 ac_cv_cpp_def___sparc64__
=yes
18034 ac_cv_cpp_def___sparc64__
=no
18039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
18040 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
18041 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
18042 CFLAGS
="$CFLAGS -D__sparc64__"
18043 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
18045 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
18046 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
18047 if ${ac_cv_cpp_def___sparc__+:} false
; then :
18048 $as_echo_n "(cached) " >&6
18050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18051 /* end confdefs.h. */
18056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18057 $EGREP "yes" >/dev
/null
2>&1; then :
18058 ac_cv_cpp_def___sparc__
=yes
18060 ac_cv_cpp_def___sparc__
=no
18065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
18066 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
18067 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
18068 CFLAGS
="$CFLAGS -D__sparc__"
18069 LINTFLAGS
="$LINTFLAGS -D__sparc__"
18071 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
18072 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
18073 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
18074 $as_echo_n "(cached) " >&6
18076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18077 /* end confdefs.h. */
18078 #ifndef __powerpc64__
18082 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18083 $EGREP "yes" >/dev
/null
2>&1; then :
18084 ac_cv_cpp_def___powerpc64__
=yes
18086 ac_cv_cpp_def___powerpc64__
=no
18091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
18092 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
18093 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
18094 CFLAGS
="$CFLAGS -D__powerpc64__"
18095 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
18097 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
18098 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
18099 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
18100 $as_echo_n "(cached) " >&6
18102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18103 /* end confdefs.h. */
18104 #ifndef __powerpc__
18108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18109 $EGREP "yes" >/dev
/null
2>&1; then :
18110 ac_cv_cpp_def___powerpc__
=yes
18112 ac_cv_cpp_def___powerpc__
=no
18117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18118 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18119 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
18120 CFLAGS
="$CFLAGS -D__powerpc__"
18121 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
18123 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18124 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18125 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
18126 $as_echo_n "(cached) " >&6
18128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18129 /* end confdefs.h. */
18130 #ifndef __aarch64__
18134 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18135 $EGREP "yes" >/dev
/null
2>&1; then :
18136 ac_cv_cpp_def___aarch64__
=yes
18138 ac_cv_cpp_def___aarch64__
=no
18143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18144 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18145 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18146 CFLAGS
="$CFLAGS -D__aarch64__"
18147 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18149 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18150 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18151 if ${ac_cv_cpp_def___arm__+:} false
; then :
18152 $as_echo_n "(cached) " >&6
18154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18155 /* end confdefs.h. */
18160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18161 $EGREP "yes" >/dev
/null
2>&1; then :
18162 ac_cv_cpp_def___arm__
=yes
18164 ac_cv_cpp_def___arm__
=no
18169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18170 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18171 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18172 CFLAGS
="$CFLAGS -D__arm__"
18173 LINTFLAGS
="$LINTFLAGS -D__arm__"
18177 case $host_vendor in
18178 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18179 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18180 if ${ac_cv_cpp_def___sun__+:} false
; then :
18181 $as_echo_n "(cached) " >&6
18183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18184 /* end confdefs.h. */
18189 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18190 $EGREP "yes" >/dev
/null
2>&1; then :
18191 ac_cv_cpp_def___sun__
=yes
18193 ac_cv_cpp_def___sun__
=no
18198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18199 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18200 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18201 CFLAGS
="$CFLAGS -D__sun__"
18202 LINTFLAGS
="$LINTFLAGS -D__sun__"
18210 ac_config_commands
="$ac_config_commands include/stamp-h"
18212 $as_echo_n "creating Makefile rules..." >&6
18214 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18215 SOCKET_LIBS = $SOCKET_LIBS
18216 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18217 IOKIT_LIBS = $IOKIT_LIBS
18218 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18219 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18220 CORESERVICES_LIBS = $CORESERVICES_LIBS
18221 APPKIT_LIBS = $APPKIT_LIBS
18222 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18223 SECURITY_LIBS = $SECURITY_LIBS
18224 COREAUDIO_LIBS = $COREAUDIO_LIBS
18225 OPENAL_LIBS = $OPENAL_LIBS
18226 OPENCL_LIBS = $OPENCL_LIBS
18227 QUICKTIME_LIBS = $QUICKTIME_LIBS
18228 CARBON_LIBS = $CARBON_LIBS
18229 PTHREAD_LIBS = $PTHREAD_LIBS
18230 X_CFLAGS = $X_CFLAGS
18231 X_PRE_LIBS = $X_PRE_LIBS
18233 X_EXTRA_LIBS = $X_EXTRA_LIBS
18234 PCAP_LIBS = $PCAP_LIBS
18235 XML2_CFLAGS = $XML2_CFLAGS
18236 XML2_LIBS = $XML2_LIBS
18237 XSLT_CFLAGS = $XSLT_CFLAGS
18238 XSLT_LIBS = $XSLT_LIBS
18239 DBUS_CFLAGS = $DBUS_CFLAGS
18240 DBUS_LIBS = $DBUS_LIBS
18241 HAL_CFLAGS = $HAL_CFLAGS
18242 HAL_LIBS = $HAL_LIBS
18243 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18244 GNUTLS_LIBS = $GNUTLS_LIBS
18245 SANE_CFLAGS = $SANE_CFLAGS
18246 SANE_LIBS = $SANE_LIBS
18247 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18248 GPHOTO2_LIBS = $GPHOTO2_LIBS
18249 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18250 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18251 RESOLV_LIBS = $RESOLV_LIBS
18252 LCMS2_CFLAGS = $LCMS2_CFLAGS
18253 LCMS2_LIBS = $LCMS2_LIBS
18254 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18255 FREETYPE_LIBS = $FREETYPE_LIBS
18257 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18258 PULSE_CFLAGS = $PULSE_CFLAGS
18259 PULSE_LIBS = $PULSE_LIBS
18260 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18261 GSTREAMER_LIBS = $GSTREAMER_LIBS
18262 ALSA_LIBS = $ALSA_LIBS
18263 OSS4_CFLAGS = $OSS4_CFLAGS
18264 UDEV_CFLAGS = $UDEV_CFLAGS
18265 UDEV_LIBS = $UDEV_LIBS
18266 SDL2_CFLAGS = $SDL2_CFLAGS
18267 SDL2_LIBS = $SDL2_LIBS
18268 CAPI20_CFLAGS = $CAPI20_CFLAGS
18269 CAPI20_LIBS = $CAPI20_LIBS
18270 CUPS_CFLAGS = $CUPS_CFLAGS
18271 CUPS_LIBS = $CUPS_LIBS
18272 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18273 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18274 KRB5_CFLAGS = $KRB5_CFLAGS
18275 KRB5_LIBS = $KRB5_LIBS
18276 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18277 GSSAPI_LIBS = $GSSAPI_LIBS
18278 JPEG_CFLAGS = $JPEG_CFLAGS
18279 JPEG_LIBS = $JPEG_LIBS
18280 PNG_CFLAGS = $PNG_CFLAGS
18281 PNG_LIBS = $PNG_LIBS
18282 TIFF_CFLAGS = $TIFF_CFLAGS
18283 TIFF_LIBS = $TIFF_LIBS
18284 MPG123_CFLAGS = $MPG123_CFLAGS
18285 MPG123_LIBS = $MPG123_LIBS
18286 KSTAT_LIBS = $KSTAT_LIBS
18287 PROCSTAT_LIBS = $PROCSTAT_LIBS
18288 NETAPI_CFLAGS = $NETAPI_CFLAGS
18289 NETAPI_LIBS = $NETAPI_LIBS
18290 VKD3D_CFLAGS = $VKD3D_CFLAGS
18291 VKD3D_LIBS = $VKD3D_LIBS
18292 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18294 POLL_LIBS = $POLL_LIBS
18296 LDAP_CFLAGS = $LDAP_CFLAGS
18297 LDAP_LIBS = $LDAP_LIBS
18302 wine_fn_append_rule
"
18303 # Rules automatically generated by configure
18308 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18309 @./config.status Make.tmp Makefile
18310 depend: \$(MAKEDEP) dummy
18313 if test "x$enable_fonts" != xno
; then
18314 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18315 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18316 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18317 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18318 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18319 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18321 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18322 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18323 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18324 wine_fn_config_symlink wine
18325 if test "x$enable_win64" != xno
; then
18326 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18327 wine_fn_config_symlink wine64
18330 wine_fn_config_makefile dlls
/acledit enable_acledit
18331 wine_fn_config_makefile dlls
/aclui enable_aclui
18332 wine_fn_config_makefile dlls
/activeds enable_activeds
18333 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
18334 wine_fn_config_makefile dlls
/adsiid enable_adsiid
18335 wine_fn_config_makefile dlls
/adsldp enable_adsldp
18336 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
18337 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
18338 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
18339 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
18340 wine_fn_config_makefile dlls
/advpack enable_advpack
18341 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
18342 wine_fn_config_makefile dlls
/amstream enable_amstream
18343 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
18344 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18345 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18346 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18347 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18348 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18349 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18350 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18351 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18352 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18353 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18354 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18355 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18356 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18357 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18358 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18359 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18360 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18361 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18362 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18363 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18364 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18365 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18366 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18367 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18368 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18369 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18370 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18371 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18372 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18373 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18374 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18375 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18376 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18377 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18378 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18379 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18380 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18381 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18382 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18383 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18384 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18385 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18386 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18387 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18388 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18389 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18390 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18391 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18392 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18393 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18394 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18395 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18396 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18397 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18398 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18399 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18400 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18401 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18402 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18403 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18404 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18405 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18406 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18407 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18408 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18409 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18410 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18411 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18412 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18413 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18414 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18415 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18416 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18417 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18418 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18419 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18420 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18421 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18422 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18423 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18424 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18425 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18426 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18427 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18428 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18429 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18430 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18431 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18432 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18433 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18434 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18435 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18436 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18437 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18438 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18439 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18440 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18441 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18442 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18443 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18444 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18445 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18446 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18447 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18448 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18449 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18450 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18451 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18452 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18453 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18454 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18455 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18456 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18457 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18458 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18459 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18460 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18461 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18462 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18463 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18464 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18465 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18466 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18467 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18468 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18469 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18470 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18471 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18472 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18473 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18474 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18475 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18476 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18477 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18478 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18479 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18480 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18481 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18482 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18483 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18484 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18485 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18486 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18487 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18488 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18489 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18490 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18491 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18492 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18493 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18494 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18495 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18496 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18497 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18498 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18499 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18500 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18501 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18502 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18503 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18504 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18505 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18506 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18507 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18508 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18509 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18510 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18511 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18512 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18513 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18514 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18515 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18516 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18517 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
18518 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18519 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
18520 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18521 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18522 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18523 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18524 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18525 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18526 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18527 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18528 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18529 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18530 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18531 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18532 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18533 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18534 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18535 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18536 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18537 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18538 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18539 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18540 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18541 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18542 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18543 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18544 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18545 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18546 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
18547 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18548 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
18549 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
18550 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18551 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18552 wine_fn_config_makefile dlls
/apphelp enable_apphelp
18553 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
18554 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
18555 wine_fn_config_makefile dlls
/atl enable_atl
18556 wine_fn_config_makefile dlls
/atl
/tests enable_tests
18557 wine_fn_config_makefile dlls
/atl100 enable_atl100
18558 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
18559 wine_fn_config_makefile dlls
/atl110 enable_atl110
18560 wine_fn_config_makefile dlls
/atl80 enable_atl80
18561 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
18562 wine_fn_config_makefile dlls
/atl90 enable_atl90
18563 wine_fn_config_makefile dlls
/atmlib enable_atmlib
18564 wine_fn_config_makefile dlls
/authz enable_authz
18565 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
18566 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
18567 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
18568 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
18569 wine_fn_config_makefile dlls
/avrt enable_avrt
18570 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
18571 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
18572 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
18573 wine_fn_config_makefile dlls
/browseui enable_browseui
18574 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
18575 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
18576 wine_fn_config_makefile dlls
/cabinet enable_cabinet
18577 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
18578 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
18579 wine_fn_config_makefile dlls
/cards enable_cards
18580 wine_fn_config_makefile dlls
/cdosys enable_cdosys
18581 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
18582 wine_fn_config_makefile dlls
/clusapi enable_clusapi
18583 wine_fn_config_makefile dlls
/combase enable_combase
18584 wine_fn_config_makefile dlls
/combase
/tests enable_tests
18585 wine_fn_config_makefile dlls
/comcat enable_comcat
18586 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
18587 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
18588 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
18589 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
18590 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
18591 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
18592 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
18593 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
18594 wine_fn_config_makefile dlls
/compstui enable_compstui
18595 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
18596 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
18597 wine_fn_config_makefile dlls
/connect enable_connect
18598 wine_fn_config_makefile dlls
/credui enable_credui
18599 wine_fn_config_makefile dlls
/credui
/tests enable_tests
18600 wine_fn_config_makefile dlls
/crtdll enable_crtdll
18601 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
18602 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
18603 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
18604 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
18605 wine_fn_config_makefile dlls
/cryptext enable_cryptext
18606 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
18607 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
18608 wine_fn_config_makefile dlls
/cryptui enable_cryptui
18609 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
18610 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
18611 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
18612 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
18613 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
18614 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
18615 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
18616 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
18617 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
18618 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
18619 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
18620 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
18621 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
18622 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
18623 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
18624 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
18625 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
18626 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
18627 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
18628 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
18629 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
18630 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
18631 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
18632 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
18633 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
18634 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
18635 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
18636 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
18637 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
18638 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
18639 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
18640 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
18641 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
18642 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
18643 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
18644 wine_fn_config_makefile dlls
/d3dim enable_d3dim
18645 wine_fn_config_makefile dlls
/d3drm enable_d3drm
18646 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
18647 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
18648 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
18649 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
18650 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
18651 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
18652 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
18653 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
18654 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
18655 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
18656 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
18657 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
18658 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
18659 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
18660 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
18661 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
18662 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
18663 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
18664 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
18665 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
18666 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
18667 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
18668 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
18669 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
18670 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
18671 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
18672 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
18673 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
18674 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
18675 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
18676 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
18677 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
18678 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
18679 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
18680 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
18681 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
18682 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
18683 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
18684 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
18685 wine_fn_config_makefile dlls
/davclnt enable_davclnt
18686 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
18687 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
18688 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
18689 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
18690 wine_fn_config_makefile dlls
/ddraw enable_ddraw
18691 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
18692 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
18693 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
18694 wine_fn_config_makefile dlls
/devenum enable_devenum
18695 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
18696 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
18697 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
18698 wine_fn_config_makefile dlls
/difxapi enable_difxapi
18699 wine_fn_config_makefile dlls
/dinput enable_dinput
18700 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
18701 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
18702 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
18703 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
18704 wine_fn_config_makefile dlls
/dispex enable_dispex
18705 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
18706 wine_fn_config_makefile dlls
/display.drv16 enable_win16
18707 wine_fn_config_makefile dlls
/dmband enable_dmband
18708 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
18709 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
18710 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
18711 wine_fn_config_makefile dlls
/dmime enable_dmime
18712 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
18713 wine_fn_config_makefile dlls
/dmloader enable_dmloader
18714 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
18715 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
18716 wine_fn_config_makefile dlls
/dmscript enable_dmscript
18717 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
18718 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
18719 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
18720 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
18721 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
18722 wine_fn_config_makefile dlls
/dmusic enable_dmusic
18723 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
18724 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
18725 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
18726 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
18727 wine_fn_config_makefile dlls
/dplay enable_dplay
18728 wine_fn_config_makefile dlls
/dplayx enable_dplayx
18729 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
18730 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
18731 wine_fn_config_makefile dlls
/dpnet enable_dpnet
18732 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
18733 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
18734 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
18735 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
18736 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
18737 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
18738 wine_fn_config_makefile dlls
/drmclien enable_drmclien
18739 wine_fn_config_makefile dlls
/dsound enable_dsound
18740 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
18741 wine_fn_config_makefile dlls
/dsquery enable_dsquery
18742 wine_fn_config_makefile dlls
/dssenh enable_dssenh
18743 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
18744 wine_fn_config_makefile dlls
/dswave enable_dswave
18745 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
18746 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
18747 wine_fn_config_makefile dlls
/dwrite enable_dwrite
18748 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
18749 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
18750 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
18751 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
18752 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
18753 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
18754 wine_fn_config_makefile dlls
/dxgi enable_dxgi
18755 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
18756 wine_fn_config_makefile dlls
/dxguid enable_dxguid
18757 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
18758 wine_fn_config_makefile dlls
/esent enable_esent
18759 wine_fn_config_makefile dlls
/evr enable_evr
18760 wine_fn_config_makefile dlls
/evr
/tests enable_tests
18761 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
18762 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
18763 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18764 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18765 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
18766 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18767 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18768 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18769 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18770 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18771 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18772 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18773 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
18774 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
18775 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
18776 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18777 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
18778 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
18779 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18780 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
18781 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18782 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18783 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18784 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
18785 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18786 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
18787 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18788 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
18789 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18790 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18791 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
18792 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
18793 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18794 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
18795 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
18796 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
18797 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18798 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18799 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18800 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
18801 wine_fn_config_makefile dlls
/faultrep enable_faultrep
18802 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
18803 wine_fn_config_makefile dlls
/feclient enable_feclient
18804 wine_fn_config_makefile dlls
/fltlib enable_fltlib
18805 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
18806 wine_fn_config_makefile dlls
/fntcache enable_fntcache
18807 wine_fn_config_makefile dlls
/fontsub enable_fontsub
18808 wine_fn_config_makefile dlls
/fusion enable_fusion
18809 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
18810 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
18811 wine_fn_config_makefile dlls
/gameux enable_gameux
18812 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
18813 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
18814 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
18815 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
18816 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
18817 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
18818 wine_fn_config_makefile dlls
/glu32 enable_glu32
18819 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
18820 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
18821 wine_fn_config_makefile dlls
/hal enable_hal
18822 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
18823 wine_fn_config_makefile dlls
/hid enable_hid
18824 wine_fn_config_makefile dlls
/hid
/tests enable_tests
18825 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
18826 wine_fn_config_makefile dlls
/hlink enable_hlink
18827 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
18828 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
18829 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
18830 wine_fn_config_makefile dlls
/httpapi enable_httpapi
18831 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
18832 wine_fn_config_makefile dlls
/iccvid enable_iccvid
18833 wine_fn_config_makefile dlls
/icmp enable_icmp
18834 wine_fn_config_makefile dlls
/ieframe enable_ieframe
18835 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
18836 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
18837 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
18838 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
18839 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
18840 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
18841 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
18842 wine_fn_config_makefile dlls
/imm32 enable_imm32
18843 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
18844 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
18845 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
18846 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
18847 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
18848 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
18849 wine_fn_config_makefile dlls
/infosoft enable_infosoft
18850 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
18851 wine_fn_config_makefile dlls
/initpki enable_initpki
18852 wine_fn_config_makefile dlls
/inkobj enable_inkobj
18853 wine_fn_config_makefile dlls
/inseng enable_inseng
18854 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
18855 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
18856 wine_fn_config_makefile dlls
/iprop enable_iprop
18857 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
18858 wine_fn_config_makefile dlls
/itircl enable_itircl
18859 wine_fn_config_makefile dlls
/itss enable_itss
18860 wine_fn_config_makefile dlls
/itss
/tests enable_tests
18861 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
18862 wine_fn_config_makefile dlls
/jscript enable_jscript
18863 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
18864 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
18865 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
18866 wine_fn_config_makefile dlls
/kerberos enable_kerberos
18867 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
18868 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
18869 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
18870 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
18871 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
18872 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
18873 wine_fn_config_makefile dlls
/ksuser enable_ksuser
18874 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
18875 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
18876 wine_fn_config_makefile dlls
/loadperf enable_loadperf
18877 wine_fn_config_makefile dlls
/localspl enable_localspl
18878 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
18879 wine_fn_config_makefile dlls
/localui enable_localui
18880 wine_fn_config_makefile dlls
/localui
/tests enable_tests
18881 wine_fn_config_makefile dlls
/lz32 enable_lz32
18882 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
18883 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
18884 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
18885 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
18886 wine_fn_config_makefile dlls
/mapistub enable_mapistub
18887 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
18888 wine_fn_config_makefile dlls
/mcicda enable_mcicda
18889 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
18890 wine_fn_config_makefile dlls
/mciseq enable_mciseq
18891 wine_fn_config_makefile dlls
/mciwave enable_mciwave
18892 wine_fn_config_makefile dlls
/mf enable_mf
18893 wine_fn_config_makefile dlls
/mf
/tests enable_tests
18894 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
18895 wine_fn_config_makefile dlls
/mfplat enable_mfplat
18896 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
18897 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
18898 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
18899 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
18900 wine_fn_config_makefile dlls
/midimap enable_midimap
18901 wine_fn_config_makefile dlls
/mlang enable_mlang
18902 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
18903 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
18904 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
18905 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
18906 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
18907 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
18908 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
18909 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
18910 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
18911 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
18912 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
18913 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
18914 wine_fn_config_makefile dlls
/mpr enable_mpr
18915 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
18916 wine_fn_config_makefile dlls
/mprapi enable_mprapi
18917 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
18918 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
18919 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
18920 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
18921 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
18922 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
18923 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
18924 wine_fn_config_makefile dlls
/mscms enable_mscms
18925 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
18926 wine_fn_config_makefile dlls
/mscoree enable_mscoree
18927 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
18928 wine_fn_config_makefile dlls
/msctf enable_msctf
18929 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
18930 wine_fn_config_makefile dlls
/msctfp enable_msctfp
18931 wine_fn_config_makefile dlls
/msdaps enable_msdaps
18932 wine_fn_config_makefile dlls
/msdelta enable_msdelta
18933 wine_fn_config_makefile dlls
/msdmo enable_msdmo
18934 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
18935 wine_fn_config_makefile dlls
/msdrm enable_msdrm
18936 wine_fn_config_makefile dlls
/msftedit enable_msftedit
18937 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
18938 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
18939 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
18940 wine_fn_config_makefile dlls
/mshtml enable_mshtml
18941 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
18942 wine_fn_config_makefile dlls
/msi enable_msi
18943 wine_fn_config_makefile dlls
/msi
/tests enable_tests
18944 wine_fn_config_makefile dlls
/msident enable_msident
18945 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
18946 wine_fn_config_makefile dlls
/msimsg enable_msimsg
18947 wine_fn_config_makefile dlls
/msimtf enable_msimtf
18948 wine_fn_config_makefile dlls
/msisip enable_msisip
18949 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
18950 wine_fn_config_makefile dlls
/msls31 enable_msls31
18951 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
18952 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
18953 wine_fn_config_makefile dlls
/msports enable_msports
18954 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
18955 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
18956 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
18957 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
18958 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
18959 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
18960 wine_fn_config_makefile dlls
/mstask enable_mstask
18961 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
18962 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
18963 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
18964 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
18965 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
18966 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
18967 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
18968 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
18969 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
18970 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
18971 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
18972 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
18973 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
18974 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
18975 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
18976 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
18977 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
18978 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
18979 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
18980 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
18981 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
18982 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
18983 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
18984 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
18985 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
18986 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
18987 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
18988 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
18989 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
18990 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
18991 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
18992 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
18993 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
18994 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
18995 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
18996 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
18997 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
18998 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
18999 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
19000 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
19001 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
19002 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
19003 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
19004 wine_fn_config_makefile dlls
/mswsock enable_mswsock
19005 wine_fn_config_makefile dlls
/msxml enable_msxml
19006 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
19007 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
19008 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
19009 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
19010 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
19011 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
19012 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
19013 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
19014 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
19015 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
19016 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
19017 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
19018 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
19019 wine_fn_config_makefile dlls
/netprofm enable_netprofm
19020 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
19021 wine_fn_config_makefile dlls
/newdev enable_newdev
19022 wine_fn_config_makefile dlls
/ninput enable_ninput
19023 wine_fn_config_makefile dlls
/normaliz enable_normaliz
19024 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
19025 wine_fn_config_makefile dlls
/npptools enable_npptools
19026 wine_fn_config_makefile dlls
/ntdll enable_ntdll
19027 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
19028 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
19029 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
19030 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
19031 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
19032 wine_fn_config_makefile dlls
/ntprint enable_ntprint
19033 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
19034 wine_fn_config_makefile dlls
/objsel enable_objsel
19035 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
19036 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
19037 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
19038 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
19039 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
19040 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
19041 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
19042 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
19043 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
19044 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
19045 wine_fn_config_makefile dlls
/ole32 enable_ole32
19046 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
19047 wine_fn_config_makefile dlls
/oleacc enable_oleacc
19048 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
19049 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
19050 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
19051 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
19052 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
19053 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
19054 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
19055 wine_fn_config_makefile dlls
/oledlg enable_oledlg
19056 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
19057 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
19058 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
19059 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
19060 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
19061 wine_fn_config_makefile dlls
/openal32 enable_openal32
19062 wine_fn_config_makefile dlls
/opencl enable_opencl
19063 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
19064 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
19065 wine_fn_config_makefile dlls
/packager enable_packager
19066 wine_fn_config_makefile dlls
/packager
/tests enable_tests
19067 wine_fn_config_makefile dlls
/pdh enable_pdh
19068 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
19069 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
19070 wine_fn_config_makefile dlls
/pidgen enable_pidgen
19071 wine_fn_config_makefile dlls
/powrprof enable_powrprof
19072 wine_fn_config_makefile dlls
/printui enable_printui
19073 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
19074 wine_fn_config_makefile dlls
/propsys enable_propsys
19075 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
19076 wine_fn_config_makefile dlls
/psapi enable_psapi
19077 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
19078 wine_fn_config_makefile dlls
/pstorec enable_pstorec
19079 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
19080 wine_fn_config_makefile dlls
/qcap enable_qcap
19081 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
19082 wine_fn_config_makefile dlls
/qedit enable_qedit
19083 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
19084 wine_fn_config_makefile dlls
/qmgr enable_qmgr
19085 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
19086 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
19087 wine_fn_config_makefile dlls
/quartz enable_quartz
19088 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
19089 wine_fn_config_makefile dlls
/query enable_query
19090 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
19091 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
19092 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
19093 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
19094 wine_fn_config_makefile dlls
/regapi enable_regapi
19095 wine_fn_config_makefile dlls
/resutils enable_resutils
19096 wine_fn_config_makefile dlls
/riched20 enable_riched20
19097 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
19098 wine_fn_config_makefile dlls
/riched32 enable_riched32
19099 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
19100 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
19101 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
19102 wine_fn_config_makefile dlls
/rsabase enable_rsabase
19103 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
19104 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
19105 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
19106 wine_fn_config_makefile dlls
/rtutils enable_rtutils
19107 wine_fn_config_makefile dlls
/samlib enable_samlib
19108 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
19109 wine_fn_config_makefile dlls
/sapi enable_sapi
19110 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
19111 wine_fn_config_makefile dlls
/sas enable_sas
19112 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
19113 wine_fn_config_makefile dlls
/sccbase enable_sccbase
19114 wine_fn_config_makefile dlls
/schannel enable_schannel
19115 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
19116 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
19117 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
19118 wine_fn_config_makefile dlls
/scrobj enable_scrobj
19119 wine_fn_config_makefile dlls
/scrrun enable_scrrun
19120 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
19121 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
19122 wine_fn_config_makefile dlls
/secur32 enable_secur32
19123 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
19124 wine_fn_config_makefile dlls
/security enable_security
19125 wine_fn_config_makefile dlls
/sensapi enable_sensapi
19126 wine_fn_config_makefile dlls
/serialui enable_serialui
19127 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
19128 wine_fn_config_makefile dlls
/setupapi enable_setupapi
19129 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
19130 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
19131 wine_fn_config_makefile dlls
/sfc enable_sfc
19132 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
19133 wine_fn_config_makefile dlls
/shcore enable_shcore
19134 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
19135 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
19136 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
19137 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
19138 wine_fn_config_makefile dlls
/shell32 enable_shell32
19139 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
19140 wine_fn_config_makefile dlls
/shfolder enable_shfolder
19141 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
19142 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
19143 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
19144 wine_fn_config_makefile dlls
/slc enable_slc
19145 wine_fn_config_makefile dlls
/slc
/tests enable_tests
19146 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
19147 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
19148 wine_fn_config_makefile dlls
/softpub enable_softpub
19149 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
19150 wine_fn_config_makefile dlls
/spoolss enable_spoolss
19151 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
19152 wine_fn_config_makefile dlls
/srclient enable_srclient
19153 wine_fn_config_makefile dlls
/sspicli enable_sspicli
19154 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
19155 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
19156 wine_fn_config_makefile dlls
/sti enable_sti
19157 wine_fn_config_makefile dlls
/sti
/tests enable_tests
19158 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
19159 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
19160 wine_fn_config_makefile dlls
/strmbase enable_strmbase
19161 wine_fn_config_makefile dlls
/strmdll enable_strmdll
19162 wine_fn_config_makefile dlls
/strmiids enable_strmiids
19163 wine_fn_config_makefile dlls
/svrapi enable_svrapi
19164 wine_fn_config_makefile dlls
/sxs enable_sxs
19165 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
19166 wine_fn_config_makefile dlls
/system.drv16 enable_win16
19167 wine_fn_config_makefile dlls
/t2embed enable_t2embed
19168 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
19169 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
19170 wine_fn_config_makefile dlls
/taskschd enable_taskschd
19171 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
19172 wine_fn_config_makefile dlls
/tdh enable_tdh
19173 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
19174 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
19175 wine_fn_config_makefile dlls
/traffic enable_traffic
19176 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
19177 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
19178 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
19179 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
19180 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
19181 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
19182 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
19183 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
19184 wine_fn_config_makefile dlls
/unicows enable_unicows
19185 wine_fn_config_makefile dlls
/updspapi enable_updspapi
19186 wine_fn_config_makefile dlls
/url enable_url
19187 wine_fn_config_makefile dlls
/urlmon enable_urlmon
19188 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
19189 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
19190 wine_fn_config_makefile dlls
/user.exe16 enable_win16
19191 wine_fn_config_makefile dlls
/user32 enable_user32
19192 wine_fn_config_makefile dlls
/user32
/tests enable_tests
19193 wine_fn_config_makefile dlls
/userenv enable_userenv
19194 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
19195 wine_fn_config_makefile dlls
/usp10 enable_usp10
19196 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
19197 wine_fn_config_makefile dlls
/uuid enable_uuid
19198 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
19199 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
19200 wine_fn_config_makefile dlls
/vbscript enable_vbscript
19201 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
19202 wine_fn_config_makefile dlls
/vcomp enable_vcomp
19203 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
19204 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
19205 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
19206 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
19207 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
19208 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
19209 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
19210 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
19211 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
19212 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
19213 wine_fn_config_makefile dlls
/version enable_version
19214 wine_fn_config_makefile dlls
/version
/tests enable_tests
19215 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
19216 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
19217 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
19218 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
19219 wine_fn_config_makefile dlls
/vssapi enable_vssapi
19220 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
19221 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
19222 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
19223 wine_fn_config_makefile dlls
/w32skrnl enable_win16
19224 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
19225 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
19226 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
19227 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
19228 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
19229 wine_fn_config_makefile dlls
/wdscore enable_wdscore
19230 wine_fn_config_makefile dlls
/webservices enable_webservices
19231 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
19232 wine_fn_config_makefile dlls
/wer enable_wer
19233 wine_fn_config_makefile dlls
/wer
/tests enable_tests
19234 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
19235 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
19236 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
19237 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
19238 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
19239 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
19240 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
19241 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
19242 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
19243 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
19244 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
19245 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
19246 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
19247 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
19248 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
19249 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
19250 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
19251 wine_fn_config_makefile dlls
/wined3d enable_wined3d
19252 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
19253 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
19254 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
19255 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
19256 wine_fn_config_makefile dlls
/winemapi enable_winemapi
19257 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
19258 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
19259 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
19260 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
19261 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
19262 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
19263 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
19264 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
19265 wine_fn_config_makefile dlls
/wing32 enable_wing32
19266 wine_fn_config_makefile dlls
/winhttp enable_winhttp
19267 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
19268 wine_fn_config_makefile dlls
/wininet enable_wininet
19269 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
19270 wine_fn_config_makefile dlls
/winmm enable_winmm
19271 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
19272 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
19273 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
19274 wine_fn_config_makefile dlls
/winscard enable_winscard
19275 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
19276 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
19277 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
19278 wine_fn_config_makefile dlls
/winsta enable_winsta
19279 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
19280 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
19281 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
19282 wine_fn_config_makefile dlls
/wintrust enable_wintrust
19283 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
19284 wine_fn_config_makefile dlls
/winusb enable_winusb
19285 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
19286 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
19287 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
19288 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
19289 wine_fn_config_makefile dlls
/wmasf enable_wmasf
19290 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
19291 wine_fn_config_makefile dlls
/wmi enable_wmi
19292 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
19293 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
19294 wine_fn_config_makefile dlls
/wmp enable_wmp
19295 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
19296 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
19297 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
19298 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
19299 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
19300 wine_fn_config_makefile dlls
/wow32 enable_win16
19301 wine_fn_config_makefile dlls
/wpc enable_wpc
19302 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
19303 wine_fn_config_makefile dlls
/wpcap enable_wpcap
19304 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
19305 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
19306 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
19307 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
19308 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
19309 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
19310 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
19311 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
19312 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
19313 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
19314 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
19315 wine_fn_config_makefile dlls
/wuapi enable_wuapi
19316 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
19317 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
19318 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
19319 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
19320 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
19321 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
19322 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
19323 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
19324 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
19325 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
19326 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
19327 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
19328 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
19329 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
19330 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
19331 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
19332 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
19333 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
19334 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
19335 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
19336 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
19337 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
19338 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
19339 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
19340 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
19341 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
19342 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
19343 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
19344 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
19345 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
19346 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
19347 wine_fn_config_makefile dlls
/xmllite enable_xmllite
19348 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
19349 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
19350 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
19351 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
19352 test -n "$with_wine64" || wine_fn_config_makefile fonts enable_fonts
19353 wine_fn_config_makefile include enable_include
19354 wine_fn_config_makefile libs
/port enable_port
19355 wine_fn_config_makefile libs
/wine enable_wine
19356 wine_fn_config_makefile libs
/wpp enable_wpp
19357 wine_fn_config_makefile loader enable_loader
19358 wine_fn_config_makefile po enable_po
19359 wine_fn_config_makefile programs
/arp enable_arp
19360 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
19361 wine_fn_config_makefile programs
/attrib enable_attrib
19362 wine_fn_config_makefile programs
/cabarc enable_cabarc
19363 wine_fn_config_makefile programs
/cacls enable_cacls
19364 wine_fn_config_makefile programs
/clock enable_clock
19365 wine_fn_config_makefile programs
/cmd enable_cmd
19366 wine_fn_config_makefile programs
/cmd
/tests enable_tests
19367 wine_fn_config_makefile programs
/conhost enable_conhost
19368 wine_fn_config_makefile programs
/control enable_control
19369 wine_fn_config_makefile programs
/cscript enable_cscript
19370 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
19371 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
19372 wine_fn_config_makefile programs
/eject enable_eject
19373 wine_fn_config_makefile programs
/expand enable_expand
19374 wine_fn_config_makefile programs
/explorer enable_explorer
19375 wine_fn_config_makefile programs
/extrac32 enable_extrac32
19376 wine_fn_config_makefile programs
/findstr enable_findstr
19377 wine_fn_config_makefile programs
/fsutil enable_fsutil
19378 wine_fn_config_makefile programs
/hh enable_hh
19379 wine_fn_config_makefile programs
/hostname enable_hostname
19380 wine_fn_config_makefile programs
/icacls enable_icacls
19381 wine_fn_config_makefile programs
/icinfo enable_icinfo
19382 wine_fn_config_makefile programs
/iexplore enable_iexplore
19383 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
19384 wine_fn_config_makefile programs
/lodctr enable_lodctr
19385 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
19386 wine_fn_config_makefile programs
/mshta enable_mshta
19387 wine_fn_config_makefile programs
/msiexec enable_msiexec
19388 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
19389 wine_fn_config_makefile programs
/net enable_net
19390 wine_fn_config_makefile programs
/netsh enable_netsh
19391 wine_fn_config_makefile programs
/netstat enable_netstat
19392 wine_fn_config_makefile programs
/ngen enable_ngen
19393 wine_fn_config_makefile programs
/notepad enable_notepad
19394 wine_fn_config_makefile programs
/oleview enable_oleview
19395 wine_fn_config_makefile programs
/ping enable_ping
19396 wine_fn_config_makefile programs
/plugplay enable_plugplay
19397 wine_fn_config_makefile programs
/powershell enable_powershell
19398 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
19399 wine_fn_config_makefile programs
/progman enable_progman
19400 wine_fn_config_makefile programs
/reg enable_reg
19401 wine_fn_config_makefile programs
/reg
/tests enable_tests
19402 wine_fn_config_makefile programs
/regasm enable_regasm
19403 wine_fn_config_makefile programs
/regedit enable_regedit
19404 wine_fn_config_makefile programs
/regedit
/tests enable_tests
19405 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
19406 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
19407 wine_fn_config_makefile programs
/rpcss enable_rpcss
19408 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
19409 wine_fn_config_makefile programs
/rundll32 enable_rundll32
19410 wine_fn_config_makefile programs
/sc enable_sc
19411 wine_fn_config_makefile programs
/schtasks enable_schtasks
19412 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
19413 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
19414 wine_fn_config_makefile programs
/secedit enable_secedit
19415 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
19416 wine_fn_config_makefile programs
/services enable_services
19417 wine_fn_config_makefile programs
/services
/tests enable_tests
19418 wine_fn_config_makefile programs
/shutdown enable_shutdown
19419 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
19420 wine_fn_config_makefile programs
/start enable_start
19421 wine_fn_config_makefile programs
/subst enable_subst
19422 wine_fn_config_makefile programs
/svchost enable_svchost
19423 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
19424 wine_fn_config_makefile programs
/taskkill enable_taskkill
19425 wine_fn_config_makefile programs
/tasklist enable_tasklist
19426 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
19427 wine_fn_config_makefile programs
/termsv enable_termsv
19428 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
19429 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
19430 wine_fn_config_makefile programs
/view enable_view
19431 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
19432 wine_fn_config_makefile programs
/wineboot enable_wineboot
19433 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
19434 wine_fn_config_makefile programs
/winecfg enable_winecfg
19435 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
19436 wine_fn_config_makefile programs
/winedbg enable_winedbg
19437 wine_fn_config_makefile programs
/winedevice enable_winedevice
19438 wine_fn_config_makefile programs
/winefile enable_winefile
19439 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
19440 wine_fn_config_makefile programs
/winemine enable_winemine
19441 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
19442 wine_fn_config_makefile programs
/winepath enable_winepath
19443 wine_fn_config_makefile programs
/winetest enable_winetest
19444 wine_fn_config_makefile programs
/winevdm enable_win16
19445 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
19446 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
19447 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
19448 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
19449 wine_fn_config_makefile programs
/winver enable_winver
19450 wine_fn_config_makefile programs
/wmic enable_wmic
19451 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
19452 wine_fn_config_makefile programs
/wordpad enable_wordpad
19453 wine_fn_config_makefile programs
/write enable_write
19454 wine_fn_config_makefile programs
/wscript enable_wscript
19455 wine_fn_config_makefile programs
/wscript
/tests enable_tests
19456 wine_fn_config_makefile programs
/wusa enable_wusa
19457 wine_fn_config_makefile programs
/xcopy enable_xcopy
19458 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
19459 test -n "$with_wine64" || wine_fn_config_makefile server enable_server
19460 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19461 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
19462 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
19463 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
19464 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
19465 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
19466 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
19467 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
19468 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
19471 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19472 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19473 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19474 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19475 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19476 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19477 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19478 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19480 if test "x$enable_tools" != xno
19482 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19483 ac_config_commands
="$ac_config_commands tools/makedep"
19487 ac_config_commands
="$ac_config_commands Makefile"
19490 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19494 if test "x$enable_maintainer_mode" = xyes
19496 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19497 autoconf --warnings=all
19498 include/config.h.in: include/stamp-h.in
19499 include/stamp-h.in: configure.ac aclocal.m4
19500 autoheader --warnings=all
19501 @echo timestamp > \$@"
19504 if test "x$enable_tools" != xno
19506 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19507 @./config.status tools/makedep
19508 Makefile: tools/makedep$ac_exeext
19509 fonts: tools/sfnt2fon
19510 include: tools tools/widl"
19512 wine_fn_append_rule
"\$(MAKEDEP):
19513 @echo \"You need to run make in $TOOLSDIR first\" && false"
19516 if test -n "$with_wine64"
19518 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19520 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19521 $with_wine64/loader/wine:
19522 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19523 $with_wine64/loader/wine-preloader:
19524 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19526 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19528 WINELOADER_INSTALL
="wine.inf l_intl.nls"
19531 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19532 *) WINELOADER_INSTALL
="$WINELOADER_INSTALL wine.desktop" ;;
19536 $as_echo " done" >&6
19537 cat >confcache
<<\_ACEOF
19538 # This file is a shell script that caches the results of configure
19539 # tests run on this system so they can be shared between configure
19540 # scripts and configure runs, see configure's option --config-cache.
19541 # It is not useful on other systems. If it contains results you don't
19542 # want to keep, you may remove or edit it.
19544 # config.status only pays attention to the cache file if you give it
19545 # the --recheck option to rerun configure.
19547 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19548 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19549 # following values.
19553 # The following way of writing the cache mishandles newlines in values,
19554 # but we know of no workaround that is simple, portable, and efficient.
19555 # So, we kill variables containing newlines.
19556 # Ultrix sh set writes to stderr and can't be redirected directly,
19557 # and sets the high bit in the cache file unless we assign to the vars.
19559 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19560 eval ac_val
=\$
$ac_var
19564 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19565 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19568 _ | IFS | as_nl
) ;; #(
19569 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19570 *) { eval $ac_var=; unset $ac_var;} ;;
19576 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19577 *${as_nl}ac_space
=\
*)
19578 # `set' does not quote correctly, so add quotes: double-quote
19579 # substitution turns \\\\ into \\, and sed turns \\ into \.
19582 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19585 # `set' quotes correctly as required by POSIX, so do not add quotes.
19586 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19595 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19597 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19599 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19600 if test -w "$cache_file"; then
19601 if test "x$cache_file" != "x/dev/null"; then
19602 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19603 $as_echo "$as_me: updating cache $cache_file" >&6;}
19604 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19605 cat confcache
>"$cache_file"
19607 case $cache_file in #(
19609 mv -f confcache
"$cache_file"$$
&&
19610 mv -f "$cache_file"$$
"$cache_file" ;; #(
19612 mv -f confcache
"$cache_file" ;;
19617 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19618 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19623 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19624 # Let make expand exec_prefix.
19625 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19627 DEFS
=-DHAVE_CONFIG_H
19632 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19633 # 1. Remove the extension, and $U if already installed.
19634 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19635 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19636 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19637 # will be set to the directory where LIBOBJS objects are built.
19638 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19639 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19641 LIBOBJS
=$ac_libobjs
19643 LTLIBOBJS
=$ac_ltlibobjs
19647 : "${CONFIG_STATUS=./config.status}"
19649 ac_clean_files_save
=$ac_clean_files
19650 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19651 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19652 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19654 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19656 # Generated by $as_me.
19657 # Run this file to recreate the current configuration.
19658 # Compiler output produced by configure, useful for debugging
19659 # configure, is in config.log if it exists.
19662 ac_cs_recheck=false
19665 SHELL=\${CONFIG_SHELL-$SHELL}
19668 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19669 ## -------------------- ##
19670 ## M4sh Initialization. ##
19671 ## -------------------- ##
19673 # Be more Bourne compatible
19674 DUALCASE
=1; export DUALCASE
# for MKS sh
19675 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19678 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19679 # is contrary to our usage. Disable this feature.
19680 alias -g '${1+"$@"}'='"$@"'
19681 setopt NO_GLOB_SUBST
19683 case `(set -o) 2>/dev/null` in #(
19695 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19696 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19697 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19698 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19699 # Prefer a ksh shell builtin over an external printf program on Solaris,
19700 # but without wasting forks for bash or zsh.
19701 if test -z "$BASH_VERSION$ZSH_VERSION" \
19702 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19703 as_echo='print
-r --'
19704 as_echo_n='print
-rn --'
19705 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19706 as_echo='printf %s
\n'
19707 as_echo_n='printf %s
'
19709 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19710 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19711 as_echo_n='/usr
/ucb
/echo -n'
19713 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19714 as_echo_n_body='eval
19718 expr "X$arg" : "X\\(.*\\)$as_nl";
19719 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19721 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19723 export as_echo_n_body
19724 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19726 export as_echo_body
19727 as_echo='sh
-c $as_echo_body as_echo
'
19730 # The user is always right.
19731 if test "${PATH_SEPARATOR+set}" != set; then
19733 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19734 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19741 # We need space, tab and new line, in precisely that order. Quoting is
19742 # there to prevent editors from complaining about space-tab.
19743 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19744 # splitting by setting IFS to empty value.)
19747 # Find who we are. Look in the path if we contain no directory separator.
19750 *[\\/]* ) as_myself=$0 ;;
19751 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19752 for as_dir in $PATH
19755 test -z "$as_dir" && as_dir=.
19756 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19762 # We did not find ourselves, most probably we were run as `sh COMMAND'
19763 # in which case we are not to be found in the path.
19764 if test "x$as_myself" = x
; then
19767 if test ! -f "$as_myself"; then
19768 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19772 # Unset variables that we do not need and which cause bugs (e.g. in
19773 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19774 # suppresses any "Segmentation fault" message there. '((' could
19775 # trigger a bug in pdksh 5.2.14.
19776 for as_var
in BASH_ENV ENV MAIL MAILPATH
19777 do eval test x\
${$as_var+set} = xset \
19778 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19791 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19794 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19795 # ----------------------------------------
19796 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19797 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19798 # script with STATUS, using 1 if that was 0.
19801 as_status
=$1; test $as_status -eq 0 && as_status
=1
19803 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19804 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19806 $as_echo "$as_me: error: $2" >&2
19807 as_fn_exit
$as_status
19811 # as_fn_set_status STATUS
19812 # -----------------------
19813 # Set $? to STATUS, without forking.
19814 as_fn_set_status
()
19817 } # as_fn_set_status
19819 # as_fn_exit STATUS
19820 # -----------------
19821 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19825 as_fn_set_status
$1
19831 # Portably unset VAR.
19834 { eval $1=; unset $1;}
19836 as_unset
=as_fn_unset
19837 # as_fn_append VAR VALUE
19838 # ----------------------
19839 # Append the text in VALUE to the end of the definition contained in VAR. Take
19840 # advantage of any shell optimizations that allow amortized linear growth over
19841 # repeated appends, instead of the typical quadratic growth present in naive
19843 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19844 eval 'as_fn_append ()
19855 # as_fn_arith ARG...
19856 # ------------------
19857 # Perform arithmetic evaluation on the ARGs, and store the result in the
19858 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19859 # must be portable across $(()) and expr.
19860 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19861 eval 'as_fn_arith ()
19868 as_val
=`expr "$@" || test $? -eq 1`
19873 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19874 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19880 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19881 as_basename
=basename
19886 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19892 as_me
=`$as_basename -- "$0" ||
19893 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19894 X"$0" : 'X\(//\)$' \| \
19895 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19897 sed '/^.*\/\([^/][^/]*\)\/*$/{
19911 # Avoid depending upon Character Ranges.
19912 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19913 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19914 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19915 as_cr_digits
='0123456789'
19916 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19918 ECHO_C
= ECHO_N
= ECHO_T
=
19919 case `echo -n x` in #(((((
19921 case `echo 'xy\c'` in
19922 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19924 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19931 rm -f conf$$ conf$$.exe conf$$.
file
19932 if test -d conf$$.dir
; then
19933 rm -f conf$$.dir
/conf$$.
file
19936 mkdir conf$$.dir
2>/dev
/null
19938 if (echo >conf$$.
file) 2>/dev
/null
; then
19939 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19941 # ... but there are two gotchas:
19942 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19943 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19944 # In both cases, we have to default to `cp -pR'.
19945 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19947 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19955 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19956 rmdir conf$$.dir
2>/dev
/null
19961 # Create "$as_dir" as a directory, including parents if necessary.
19966 -*) as_dir
=.
/$as_dir;;
19968 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19972 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19973 *) as_qdir
=$as_dir;;
19975 as_dirs
="'$as_qdir' $as_dirs"
19976 as_dir
=`$as_dirname -- "$as_dir" ||
19977 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19978 X"$as_dir" : 'X\(//\)[^/]' \| \
19979 X"$as_dir" : 'X\(//\)$' \| \
19980 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19981 $as_echo X"$as_dir" |
19982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19986 /^X\(\/\/\)[^/].*/{
19999 test -d "$as_dir" && break
20001 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
20002 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
20006 if mkdir
-p .
2>/dev
/null
; then
20007 as_mkdir_p
='mkdir -p "$as_dir"'
20009 test -d .
/-p && rmdir .
/-p
20014 # as_fn_executable_p FILE
20015 # -----------------------
20016 # Test if FILE is an executable regular file.
20017 as_fn_executable_p
()
20019 test -f "$1" && test -x "$1"
20020 } # as_fn_executable_p
20021 as_test_x
='test -x'
20022 as_executable_p
=as_fn_executable_p
20024 # Sed expression to map a string onto a valid CPP name.
20025 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20027 # Sed expression to map a string onto a valid variable name.
20028 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20032 ## ----------------------------------- ##
20033 ## Main body of $CONFIG_STATUS script. ##
20034 ## ----------------------------------- ##
20036 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
20038 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20039 # Save the log message, to keep $0 and so on meaningful, and to
20040 # report actual input values of CONFIG_FILES etc. instead of their
20041 # values after options handling.
20043 This file was extended by Wine $as_me 3.9, which was
20044 generated by GNU Autoconf 2.69. Invocation command line was
20046 CONFIG_FILES = $CONFIG_FILES
20047 CONFIG_HEADERS = $CONFIG_HEADERS
20048 CONFIG_LINKS = $CONFIG_LINKS
20049 CONFIG_COMMANDS = $CONFIG_COMMANDS
20052 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20057 case $ac_config_files in *"
20058 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
20061 case $ac_config_headers in *"
20062 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
20066 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20067 # Files that config.status was made for.
20068 config_files="$ac_config_files"
20069 config_headers="$ac_config_headers"
20070 config_links="$ac_config_links"
20071 config_commands="$ac_config_commands"
20075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20077 \`$as_me' instantiates files and other configuration actions
20078 from templates according to the current configuration. Unless the files
20079 and actions are specified as TAGs, all are instantiated by default.
20081 Usage: $0 [OPTION]... [TAG]...
20083 -h, --help print this help, then exit
20084 -V, --version print version number and configuration settings, then exit
20085 --config print configuration, then exit
20086 -q, --quiet, --silent
20087 do not print progress messages
20088 -d, --debug don't remove temporary files
20089 --recheck update $as_me by reconfiguring in the same conditions
20090 --file=FILE[:TEMPLATE]
20091 instantiate the configuration file FILE
20092 --header=FILE[:TEMPLATE]
20093 instantiate the configuration header FILE
20095 Configuration files:
20098 Configuration headers:
20101 Configuration links:
20104 Configuration commands:
20107 Report bugs to <wine-devel@winehq.org>.
20108 Wine home page: <https://www.winehq.org>."
20111 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20112 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20114 Wine config.status 3.9
20115 configured by $0, generated by GNU Autoconf 2.69,
20116 with options \\"\$ac_cs_config\\"
20118 Copyright (C) 2012 Free Software Foundation, Inc.
20119 This config.status script is free software; the Free Software Foundation
20120 gives unlimited permission to copy, distribute and modify it."
20124 test -n "\$AWK" || AWK=awk
20127 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20128 # The default lists apply if the user does not specify any file.
20134 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20135 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
20139 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20151 # Handling of the options.
20152 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
20154 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
20155 $as_echo "$ac_cs_version"; exit ;;
20156 --config |
--confi |
--conf |
--con |
--co |
--c )
20157 $as_echo "$ac_cs_config"; exit ;;
20158 --debug |
--debu |
--deb |
--de |
--d |
-d )
20160 --file |
--fil |
--fi |
--f )
20163 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20164 '') as_fn_error $?
"missing file argument" ;;
20166 as_fn_append CONFIG_FILES
" '$ac_optarg'"
20167 ac_need_defaults
=false
;;
20168 --header |
--heade |
--head |
--hea )
20171 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20173 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
20174 ac_need_defaults
=false
;;
20176 # Conflict between --help and --header
20177 as_fn_error $?
"ambiguous option: \`$1'
20178 Try \`$0 --help' for more information.";;
20179 --help |
--hel |
-h )
20180 $as_echo "$ac_cs_usage"; exit ;;
20181 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
20182 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
20185 # This is an error.
20186 -*) as_fn_error $?
"unrecognized option: \`$1'
20187 Try \`$0 --help' for more information." ;;
20189 *) as_fn_append ac_config_targets
" $1"
20190 ac_need_defaults
=false
;;
20196 ac_configure_extra_args
=
20198 if $ac_cs_silent; then
20200 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20204 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20205 if \$ac_cs_recheck; then
20206 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20208 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20209 CONFIG_SHELL='$SHELL'
20210 export CONFIG_SHELL
20215 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20219 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20220 ## Running $as_me. ##
20226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20230 wine_fn_output_makedep ()
20232 as_dir=tools; as_fn_mkdir_p
20233 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20235 wine_fn_output_makefile ()
20237 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
20238 `cat $wine_rules_file`
20240 as_fn_error $? "could not create Makefile" "$LINENO" 5
20245 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20247 # Handling of arguments.
20248 for ac_config_target
in $ac_config_targets
20250 case $ac_config_target in
20251 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20252 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20253 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20254 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20255 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20256 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20257 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20258 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20259 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20260 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20261 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20262 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20263 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20265 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20270 # If the user did not use the arguments to specify the items to instantiate,
20271 # then the envvar interface is used. Set only those that are not.
20272 # We use the long form for the default assignment because of an extremely
20273 # bizarre bug on SunOS 4.1.3.
20274 if $ac_need_defaults; then
20275 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20276 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20277 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20278 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20281 # Have a temporary directory for convenience. Make it in the build tree
20282 # simply because there is no reason against having it here, and in addition,
20283 # creating and moving files from /tmp can sometimes cause problems.
20284 # Hook for its removal unless debugging.
20285 # Note that there is a small window in which the directory will not be cleaned:
20286 # after its creation but before its name has been assigned to `$tmp'.
20290 trap 'exit_status=$?
20291 : "${ac_tmp:=$tmp}"
20292 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20294 trap 'as_fn_exit 1' 1 2 13 15
20296 # Create a (secure) tmp directory for tmp files.
20299 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20303 tmp
=.
/conf$$
-$RANDOM
20304 (umask 077 && mkdir
"$tmp")
20305 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20308 # Set up the scripts for CONFIG_FILES section.
20309 # No need to generate them if there are no CONFIG_FILES.
20310 # This happens for instance with `./config.status config.h'.
20311 if test -n "$CONFIG_FILES"; then
20314 ac_cr
=`echo X | tr X '\015'`
20315 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20316 # But we know of no other shell where ac_cr would be empty at this
20317 # point, so we can use a bashism as a fallback.
20318 if test "x$ac_cr" = x
; then
20319 eval ac_cr
=\$
\'\\r
\'
20321 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20322 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20325 ac_cs_awk_cr
=$ac_cr
20328 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20333 echo "cat >conf$$subs.awk <<_ACEOF" &&
20334 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20336 } >conf$$subs.sh ||
20337 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20338 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20340 for ac_last_try in false false false false false :; do
20341 . ./conf$$subs.sh ||
20342 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20344 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20345 if test $ac_delim_n = $ac_delim_num; then
20347 elif $ac_last_try; then
20348 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20350 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20353 rm -f conf$$subs.sh
20355 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20356 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20360 s/^/S["/; s
/!.
*/"]=/
20370 s/\(.\{148\}\)..*/\1/
20372 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20377 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20384 s/\(.\{148\}\)..*/\1/
20386 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20390 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20395 ' <conf$$subs.awk | sed '
20400 ' >>$CONFIG_STATUS || ac_write_fail=1
20401 rm -f conf$$subs.awk
20402 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20404 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20405 for (key in S) S_is_set[key] = 1
20411 nfields = split(line, field, "@
")
20413 len = length(field[1])
20414 for (i = 2; i < nfields; i++) {
20416 keylen = length(key)
20417 if (S_is_set[key]) {
20419 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20420 len += length(value) + length(field[++i])
20431 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20432 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20433 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20436 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20437 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20440 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20441 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20442 # trailing colons and then remove the whole line if VPATH becomes empty
20443 # (actually we leave an empty line to preserve line numbers).
20444 if test "x
$srcdir" = x.; then
20445 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20463 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20464 fi # test -n "$CONFIG_FILES"
20466 # Set up the scripts for CONFIG_HEADERS section.
20467 # No need to generate them if there are no CONFIG_HEADERS.
20468 # This happens for instance with `./config.status Makefile'.
20469 if test -n "$CONFIG_HEADERS"; then
20470 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20474 # Transform confdefs.h into an awk script `defines.awk', embedded as
20475 # here-document in config.status, that substitutes the proper values into
20476 # config.h.in to produce config.h.
20478 # Create a delimiter string that does not exist in confdefs.h, to ease
20479 # handling of long lines.
20481 for ac_last_try in false false :; do
20482 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20483 if test -z "$ac_tt"; then
20485 elif $ac_last_try; then
20486 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20488 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20492 # For the awk script, D is an array of macro values keyed by name,
20493 # likewise P contains macro parameters if any. Preserve backslash
20494 # newline sequences.
20496 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20498 s/.\{148\}/&'"$ac_delim"'/g
20501 s/^[ ]*#[ ]*define[ ][ ]*/ /
20508 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20510 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20514 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20515 D["\
1"]=" \
3\\\\\\n
"\\/p
20517 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20522 s/.\{148\}/&'"$ac_delim"'/g
20527 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20530 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20532 ' <confdefs.h | sed '
20533 s/'"$ac_delim"'/"\\\
20534 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20537 for (key in D) D_is_set[key] = 1
20540 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20542 split(line, arg, " ")
20543 if (arg[1] == "#") {
20547 defundef
= substr
(arg
[1], 2)
20550 split(mac1
, mac2
, "(") #)
20552 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20553 if (D_is_set
[macro
]) {
20554 # Preserve the white space surrounding the "#".
20555 print prefix
"define", macro P
[macro
] D
[macro
]
20558 # Replace #undef with comments. This is necessary, for example,
20559 # in the case of _POSIX_SOURCE, which is predefined and required
20560 # on some systems where configure will not decide to define it.
20561 if (defundef
== "undef") {
20562 print
"/*", prefix defundef
, macro
, "*/"
20570 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20571 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20572 fi # test -n "$CONFIG_HEADERS"
20575 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20580 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20582 case $ac_mode$ac_tag in
20584 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20585 :[FH
]-) ac_tag
=-:-;;
20586 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20603 -) ac_f
="$ac_tmp/stdin";;
20604 *) # Look for the file first in the build tree, then in the source tree
20605 # (if the path is not absolute). The absolute path cannot be DOS-style,
20606 # because $ac_f cannot contain `:'.
20610 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20612 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20614 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20615 as_fn_append ac_file_inputs
" '$ac_f'"
20618 # Let's still pretend it is `configure' which instantiates (i.e., don't
20619 # use $as_me), people would be surprised to read:
20620 # /* config.h. Generated by config.status. */
20621 configure_input
='Generated from '`
20622 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20624 if test x
"$ac_file" != x-
; then
20625 configure_input
="$ac_file. $configure_input"
20626 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20627 $as_echo "$as_me: creating $ac_file" >&6;}
20629 # Neutralize special characters interpreted by sed in replacement strings.
20630 case $configure_input in #(
20631 *\
&* |
*\|
* |
*\\* )
20632 ac_sed_conf_input
=`$as_echo "$configure_input" |
20633 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20634 *) ac_sed_conf_input
=$configure_input;;
20638 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20639 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20644 ac_dir
=`$as_dirname -- "$ac_file" ||
20645 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20646 X"$ac_file" : 'X\(//\)[^/]' \| \
20647 X"$ac_file" : 'X\(//\)$' \| \
20648 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20649 $as_echo X"$ac_file" |
20650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20654 /^X\(\/\/\)[^/].*/{
20667 as_dir
="$ac_dir"; as_fn_mkdir_p
20671 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20673 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20674 # A ".." for each directory in $ac_dir_suffix.
20675 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20676 case $ac_top_builddir_sub in
20677 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20678 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20681 ac_abs_top_builddir
=$ac_pwd
20682 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20683 # for backward compatibility:
20684 ac_top_builddir
=$ac_top_build_prefix
20687 .
) # We are building in place.
20689 ac_top_srcdir
=$ac_top_builddir_sub
20690 ac_abs_top_srcdir
=$ac_pwd ;;
20691 [\\/]* | ?
:[\\/]* ) # Absolute name.
20692 ac_srcdir
=$srcdir$ac_dir_suffix;
20693 ac_top_srcdir
=$srcdir
20694 ac_abs_top_srcdir
=$srcdir ;;
20695 *) # Relative name.
20696 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20697 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20698 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20700 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20711 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20712 # If the template does not know about datarootdir, expand it.
20713 # FIXME: This hack should be removed a few years after 2.60.
20714 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20725 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20726 *datarootdir
*) ac_datarootdir_seen
=yes;;
20727 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20729 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20731 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20732 ac_datarootdir_hack='
20733 s&@datadir@&$datadir&g
20734 s&@docdir@&$docdir&g
20735 s&@infodir@&$infodir&g
20736 s&@localedir@&$localedir&g
20737 s&@mandir@&$mandir&g
20738 s&\\\${datarootdir}&$datarootdir&g' ;;
20742 # Neutralize VPATH when `$srcdir' = `.'.
20743 # Shell code in configure.ac might set extrasub.
20744 # FIXME: do we really want to maintain this feature?
20745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20746 ac_sed_extra="$ac_vpsub
20749 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20751 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20752 s|@configure_input@|
$ac_sed_conf_input|
;t t
20753 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20754 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20755 s
&@srcdir@
&$ac_srcdir&;t t
20756 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20757 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20758 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20759 s
&@builddir@
&$ac_builddir&;t t
20760 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20761 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20762 $ac_datarootdir_hack
20764 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20765 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20767 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20768 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20769 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20770 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20772 which seems to be undefined. Please make sure it is defined" >&5
20773 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20774 which seems to be undefined. Please make sure it is defined" >&2;}
20776 rm -f "$ac_tmp/stdin"
20778 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20779 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20781 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20787 if test x"$ac_file" != x-; then
20789 $as_echo "/* $configure_input */" \
20790 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20791 } >"$ac_tmp/config.h" \
20792 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20793 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20794 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20795 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20798 mv "$ac_tmp/config.h" "$ac_file" \
20799 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20802 $as_echo "/* $configure_input */" \
20803 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20804 || as_fn_error $? "could not create -" "$LINENO" 5
20812 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20815 # Prefer the file from the source tree if names are identical.
20816 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20817 ac_source=$srcdir/$ac_source
20820 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20821 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20823 if test ! -r "$ac_source"; then
20824 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20828 # Try a relative symlink, then a hard link, then a copy.
20830 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20831 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20833 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20834 ln "$ac_source" "$ac_file" 2>/dev/null ||
20835 cp -p "$ac_source" "$ac_file" ||
20836 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20839 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20840 $as_echo "$as_me: executing $ac_file commands" >&6;}
20845 case $ac_file$ac_mode in
20846 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20847 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20848 "Makefile":C) wine_fn_output_makefile Makefile ;;
20856 ac_clean_files=$ac_clean_files_save
20858 test $ac_write_fail = 0 ||
20859 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20862 # configure is writing to config.log, and then calls config.status.
20863 # config.status does its own redirection, appending to config.log.
20864 # Unfortunately, on DOS this fails, as config.log is still kept open
20865 # by configure, so config.status won't be able to
write to it
; its
20866 # output is simply discarded. So we exec the FD to /dev/null,
20867 # effectively closing config.log, so it can be properly (re)opened and
20868 # appended to by config.status. When coming back to configure, we
20869 # need to make the FD available again.
20870 if test "$no_create" != yes; then
20872 ac_config_status_args
=
20873 test "$silent" = yes &&
20874 ac_config_status_args
="$ac_config_status_args --quiet"
20876 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20878 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20879 # would make configure fail if this is the last instruction.
20880 $ac_cs_success || as_fn_exit
1
20882 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20884 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20888 if test "$no_create" = "yes"
20894 if test "x$wine_notices" != x
; then
20897 for msg
in $wine_notices; do
20899 if ${msg:+false} :; then :
20902 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20903 $as_echo "$as_me: $msg" >&6;}
20908 for msg
in $wine_warnings; do
20910 if ${msg:+false} :; then :
20914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20915 $as_echo "$as_me: WARNING: $msg" >&2;}
20921 $as_me: Finished. Do '${ac_make}' to compile Wine.