2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.1.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='3.1'
584 PACKAGE_STRING
='Wine 3.1'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
713 APPLICATIONSERVICES_LIBS
809 program_transform_name
822 enable_option_checking
826 enable_maintainer_mode
890 enable_api_ms_win_appmodel_identity_l1_1_0
891 enable_api_ms_win_appmodel_runtime_l1_1_1
892 enable_api_ms_win_appmodel_runtime_l1_1_2
893 enable_api_ms_win_core_apiquery_l1_1_0
894 enable_api_ms_win_core_appcompat_l1_1_1
895 enable_api_ms_win_core_appinit_l1_1_0
896 enable_api_ms_win_core_atoms_l1_1_0
897 enable_api_ms_win_core_bem_l1_1_0
898 enable_api_ms_win_core_com_l1_1_0
899 enable_api_ms_win_core_com_l1_1_1
900 enable_api_ms_win_core_com_private_l1_1_0
901 enable_api_ms_win_core_console_l1_1_0
902 enable_api_ms_win_core_console_l2_1_0
903 enable_api_ms_win_core_crt_l1_1_0
904 enable_api_ms_win_core_crt_l2_1_0
905 enable_api_ms_win_core_datetime_l1_1_0
906 enable_api_ms_win_core_datetime_l1_1_1
907 enable_api_ms_win_core_debug_l1_1_0
908 enable_api_ms_win_core_debug_l1_1_1
909 enable_api_ms_win_core_delayload_l1_1_0
910 enable_api_ms_win_core_delayload_l1_1_1
911 enable_api_ms_win_core_errorhandling_l1_1_0
912 enable_api_ms_win_core_errorhandling_l1_1_1
913 enable_api_ms_win_core_errorhandling_l1_1_2
914 enable_api_ms_win_core_errorhandling_l1_1_3
915 enable_api_ms_win_core_fibers_l1_1_0
916 enable_api_ms_win_core_fibers_l1_1_1
917 enable_api_ms_win_core_file_l1_1_0
918 enable_api_ms_win_core_file_l1_2_0
919 enable_api_ms_win_core_file_l1_2_1
920 enable_api_ms_win_core_file_l1_2_2
921 enable_api_ms_win_core_file_l2_1_0
922 enable_api_ms_win_core_file_l2_1_1
923 enable_api_ms_win_core_file_l2_1_2
924 enable_api_ms_win_core_handle_l1_1_0
925 enable_api_ms_win_core_heap_l1_1_0
926 enable_api_ms_win_core_heap_l1_2_0
927 enable_api_ms_win_core_heap_l2_1_0
928 enable_api_ms_win_core_heap_obsolete_l1_1_0
929 enable_api_ms_win_core_interlocked_l1_1_0
930 enable_api_ms_win_core_interlocked_l1_2_0
931 enable_api_ms_win_core_io_l1_1_0
932 enable_api_ms_win_core_io_l1_1_1
933 enable_api_ms_win_core_job_l1_1_0
934 enable_api_ms_win_core_job_l2_1_0
935 enable_api_ms_win_core_kernel32_legacy_l1_1_0
936 enable_api_ms_win_core_kernel32_legacy_l1_1_1
937 enable_api_ms_win_core_kernel32_private_l1_1_1
938 enable_api_ms_win_core_libraryloader_l1_1_0
939 enable_api_ms_win_core_libraryloader_l1_1_1
940 enable_api_ms_win_core_libraryloader_l1_2_0
941 enable_api_ms_win_core_libraryloader_l1_2_1
942 enable_api_ms_win_core_libraryloader_l1_2_2
943 enable_api_ms_win_core_localization_l1_1_0
944 enable_api_ms_win_core_localization_l1_2_0
945 enable_api_ms_win_core_localization_l1_2_1
946 enable_api_ms_win_core_localization_l2_1_0
947 enable_api_ms_win_core_localization_obsolete_l1_1_0
948 enable_api_ms_win_core_localization_obsolete_l1_2_0
949 enable_api_ms_win_core_localization_obsolete_l1_3_0
950 enable_api_ms_win_core_localization_private_l1_1_0
951 enable_api_ms_win_core_localregistry_l1_1_0
952 enable_api_ms_win_core_memory_l1_1_0
953 enable_api_ms_win_core_memory_l1_1_1
954 enable_api_ms_win_core_memory_l1_1_2
955 enable_api_ms_win_core_misc_l1_1_0
956 enable_api_ms_win_core_namedpipe_l1_1_0
957 enable_api_ms_win_core_namedpipe_l1_2_0
958 enable_api_ms_win_core_namespace_l1_1_0
959 enable_api_ms_win_core_normalization_l1_1_0
960 enable_api_ms_win_core_path_l1_1_0
961 enable_api_ms_win_core_privateprofile_l1_1_1
962 enable_api_ms_win_core_processenvironment_l1_1_0
963 enable_api_ms_win_core_processenvironment_l1_2_0
964 enable_api_ms_win_core_processthreads_l1_1_0
965 enable_api_ms_win_core_processthreads_l1_1_1
966 enable_api_ms_win_core_processthreads_l1_1_2
967 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
968 enable_api_ms_win_core_profile_l1_1_0
969 enable_api_ms_win_core_psapi_ansi_l1_1_0
970 enable_api_ms_win_core_psapi_l1_1_0
971 enable_api_ms_win_core_psapi_obsolete_l1_1_0
972 enable_api_ms_win_core_quirks_l1_1_0
973 enable_api_ms_win_core_realtime_l1_1_0
974 enable_api_ms_win_core_registry_l1_1_0
975 enable_api_ms_win_core_registry_l2_1_0
976 enable_api_ms_win_core_registryuserspecific_l1_1_0
977 enable_api_ms_win_core_rtlsupport_l1_1_0
978 enable_api_ms_win_core_rtlsupport_l1_2_0
979 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
980 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
981 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
982 enable_api_ms_win_core_shutdown_l1_1_0
983 enable_api_ms_win_core_sidebyside_l1_1_0
984 enable_api_ms_win_core_string_l1_1_0
985 enable_api_ms_win_core_string_l2_1_0
986 enable_api_ms_win_core_string_obsolete_l1_1_0
987 enable_api_ms_win_core_stringansi_l1_1_0
988 enable_api_ms_win_core_synch_ansi_l1_1_0
989 enable_api_ms_win_core_synch_l1_1_0
990 enable_api_ms_win_core_synch_l1_2_0
991 enable_api_ms_win_core_synch_l1_2_1
992 enable_api_ms_win_core_sysinfo_l1_1_0
993 enable_api_ms_win_core_sysinfo_l1_2_0
994 enable_api_ms_win_core_sysinfo_l1_2_1
995 enable_api_ms_win_core_threadpool_l1_1_0
996 enable_api_ms_win_core_threadpool_l1_2_0
997 enable_api_ms_win_core_threadpool_legacy_l1_1_0
998 enable_api_ms_win_core_threadpool_private_l1_1_0
999 enable_api_ms_win_core_timezone_l1_1_0
1000 enable_api_ms_win_core_toolhelp_l1_1_0
1001 enable_api_ms_win_core_url_l1_1_0
1002 enable_api_ms_win_core_util_l1_1_0
1003 enable_api_ms_win_core_version_l1_1_0
1004 enable_api_ms_win_core_version_l1_1_1
1005 enable_api_ms_win_core_version_private_l1_1_0
1006 enable_api_ms_win_core_versionansi_l1_1_0
1007 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1008 enable_api_ms_win_core_winrt_error_l1_1_0
1009 enable_api_ms_win_core_winrt_error_l1_1_1
1010 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1011 enable_api_ms_win_core_winrt_l1_1_0
1012 enable_api_ms_win_core_winrt_registration_l1_1_0
1013 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1014 enable_api_ms_win_core_winrt_string_l1_1_0
1015 enable_api_ms_win_core_wow64_l1_1_0
1016 enable_api_ms_win_core_wow64_l1_1_1
1017 enable_api_ms_win_core_xstate_l1_1_0
1018 enable_api_ms_win_core_xstate_l2_1_0
1019 enable_api_ms_win_crt_conio_l1_1_0
1020 enable_api_ms_win_crt_convert_l1_1_0
1021 enable_api_ms_win_crt_environment_l1_1_0
1022 enable_api_ms_win_crt_filesystem_l1_1_0
1023 enable_api_ms_win_crt_heap_l1_1_0
1024 enable_api_ms_win_crt_locale_l1_1_0
1025 enable_api_ms_win_crt_math_l1_1_0
1026 enable_api_ms_win_crt_multibyte_l1_1_0
1027 enable_api_ms_win_crt_private_l1_1_0
1028 enable_api_ms_win_crt_process_l1_1_0
1029 enable_api_ms_win_crt_runtime_l1_1_0
1030 enable_api_ms_win_crt_stdio_l1_1_0
1031 enable_api_ms_win_crt_string_l1_1_0
1032 enable_api_ms_win_crt_time_l1_1_0
1033 enable_api_ms_win_crt_utility_l1_1_0
1034 enable_api_ms_win_devices_config_l1_1_1
1035 enable_api_ms_win_devices_query_l1_1_1
1036 enable_api_ms_win_downlevel_advapi32_l1_1_0
1037 enable_api_ms_win_downlevel_advapi32_l2_1_0
1038 enable_api_ms_win_downlevel_normaliz_l1_1_0
1039 enable_api_ms_win_downlevel_ole32_l1_1_0
1040 enable_api_ms_win_downlevel_shell32_l1_1_0
1041 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1042 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1043 enable_api_ms_win_downlevel_user32_l1_1_0
1044 enable_api_ms_win_downlevel_version_l1_1_0
1045 enable_api_ms_win_dx_d3dkmt_l1_1_0
1046 enable_api_ms_win_eventing_classicprovider_l1_1_0
1047 enable_api_ms_win_eventing_consumer_l1_1_0
1048 enable_api_ms_win_eventing_controller_l1_1_0
1049 enable_api_ms_win_eventing_legacy_l1_1_0
1050 enable_api_ms_win_eventing_provider_l1_1_0
1051 enable_api_ms_win_eventlog_legacy_l1_1_0
1052 enable_api_ms_win_mm_joystick_l1_1_0
1053 enable_api_ms_win_mm_misc_l1_1_1
1054 enable_api_ms_win_mm_mme_l1_1_0
1055 enable_api_ms_win_mm_time_l1_1_0
1056 enable_api_ms_win_ntuser_dc_access_l1_1_0
1057 enable_api_ms_win_ntuser_rectangle_l1_1_0
1058 enable_api_ms_win_perf_legacy_l1_1_0
1059 enable_api_ms_win_power_base_l1_1_0
1060 enable_api_ms_win_power_setting_l1_1_0
1061 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1062 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1063 enable_api_ms_win_security_audit_l1_1_1
1064 enable_api_ms_win_security_base_l1_1_0
1065 enable_api_ms_win_security_base_l1_2_0
1066 enable_api_ms_win_security_base_private_l1_1_1
1067 enable_api_ms_win_security_credentials_l1_1_0
1068 enable_api_ms_win_security_grouppolicy_l1_1_0
1069 enable_api_ms_win_security_lsalookup_l1_1_0
1070 enable_api_ms_win_security_lsalookup_l1_1_1
1071 enable_api_ms_win_security_lsalookup_l2_1_0
1072 enable_api_ms_win_security_lsalookup_l2_1_1
1073 enable_api_ms_win_security_lsapolicy_l1_1_0
1074 enable_api_ms_win_security_provider_l1_1_0
1075 enable_api_ms_win_security_sddl_l1_1_0
1076 enable_api_ms_win_security_systemfunctions_l1_1_0
1077 enable_api_ms_win_service_core_l1_1_0
1078 enable_api_ms_win_service_core_l1_1_1
1079 enable_api_ms_win_service_management_l1_1_0
1080 enable_api_ms_win_service_management_l2_1_0
1081 enable_api_ms_win_service_private_l1_1_1
1082 enable_api_ms_win_service_winsvc_l1_1_0
1083 enable_api_ms_win_service_winsvc_l1_2_0
1084 enable_api_ms_win_shcore_scaling_l1_1_1
1085 enable_api_ms_win_shell_shellcom_l1_1_0
1086 enable_api_ms_win_shell_shellfolders_l1_1_0
1099 enable_bluetoothapis
1133 enable_d3dcompiler_33
1134 enable_d3dcompiler_34
1135 enable_d3dcompiler_35
1136 enable_d3dcompiler_36
1137 enable_d3dcompiler_37
1138 enable_d3dcompiler_38
1139 enable_d3dcompiler_39
1140 enable_d3dcompiler_40
1141 enable_d3dcompiler_41
1142 enable_d3dcompiler_42
1143 enable_d3dcompiler_43
1144 enable_d3dcompiler_46
1145 enable_d3dcompiler_47
1226 enable_explorerframe
1227 enable_ext_ms_win_authz_context_l1_1_0
1228 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1229 enable_ext_ms_win_gdi_dc_create_l1_1_1
1230 enable_ext_ms_win_gdi_dc_l1_2_0
1231 enable_ext_ms_win_gdi_devcaps_l1_1_0
1232 enable_ext_ms_win_gdi_draw_l1_1_1
1233 enable_ext_ms_win_gdi_render_l1_1_0
1234 enable_ext_ms_win_kernel32_package_current_l1_1_0
1235 enable_ext_ms_win_kernel32_package_l1_1_1
1236 enable_ext_ms_win_ntuser_message_l1_1_1
1237 enable_ext_ms_win_ntuser_private_l1_1_1
1238 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1239 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1240 enable_ext_ms_win_ntuser_window_l1_1_1
1241 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1242 enable_ext_ms_win_ras_rasapi32_l1_1_0
1243 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1244 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1245 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1246 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1247 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1248 enable_ext_ms_win_security_credui_l1_1_0
1249 enable_ext_ms_win_security_cryptui_l1_1_0
1421 enable_photometadatahandler
1488 enable_uiautomationcore
1519 enable_windowscodecs
1520 enable_windowscodecsext
1522 enable_wineandroid_drv
1524 enable_winecoreaudio_drv
1526 enable_winegstreamer
1528 enable_winejoystick_drv
1533 enable_winepulse_drv
1534 enable_wineqtdecoder
1606 enable_aspnet_regiis
1643 enable_presentationfontcache
1656 enable_servicemodelreg
1679 enable_winemenubuilder
1681 enable_winemsibuilder
1696 ac_precious_vars
='build_alias
1759 # Initialize some variables set by options.
1761 ac_init_version
=false
1762 ac_unrecognized_opts
=
1763 ac_unrecognized_sep
=
1764 # The variables have the same names as the options, with
1765 # dashes changed to underlines.
1766 cache_file
=/dev
/null
1773 program_transform_name
=s
,x
,x
,
1781 # Installation directory options.
1782 # These are left unexpanded so users can "make install exec_prefix=/foo"
1783 # and all the variables that are supposed to be based on exec_prefix
1784 # by default will actually change.
1785 # Use braces instead of parens because sh, perl, etc. also accept them.
1786 # (The list follows the same order as the GNU Coding Standards.)
1787 bindir
='${exec_prefix}/bin'
1788 sbindir
='${exec_prefix}/sbin'
1789 libexecdir
='${exec_prefix}/libexec'
1790 datarootdir
='${prefix}/share'
1791 datadir
='${datarootdir}'
1792 sysconfdir
='${prefix}/etc'
1793 sharedstatedir
='${prefix}/com'
1794 localstatedir
='${prefix}/var'
1795 runstatedir
='${localstatedir}/run'
1796 includedir
='${prefix}/include'
1797 oldincludedir
='/usr/include'
1798 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1799 infodir
='${datarootdir}/info'
1804 libdir
='${exec_prefix}/lib'
1805 localedir
='${datarootdir}/locale'
1806 mandir
='${datarootdir}/man'
1812 # If the previous option needs an argument, assign it.
1813 if test -n "$ac_prev"; then
1814 eval $ac_prev=\
$ac_option
1820 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1825 # Accept the important Cygnus configure options, so we can diagnose typos.
1827 case $ac_dashdash$ac_option in
1831 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1833 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1834 bindir
=$ac_optarg ;;
1836 -build |
--build |
--buil |
--bui |
--bu)
1837 ac_prev
=build_alias
;;
1838 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1839 build_alias
=$ac_optarg ;;
1841 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1842 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1843 ac_prev
=cache_file
;;
1844 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1845 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1846 cache_file
=$ac_optarg ;;
1848 --config-cache |
-C)
1849 cache_file
=config.cache
;;
1851 -datadir |
--datadir |
--datadi |
--datad)
1853 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1854 datadir
=$ac_optarg ;;
1856 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1857 |
--dataroo |
--dataro |
--datar)
1858 ac_prev
=datarootdir
;;
1859 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1860 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1861 datarootdir
=$ac_optarg ;;
1863 -disable-* |
--disable-*)
1864 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1865 # Reject names that are not valid shell variable names.
1866 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1867 as_fn_error $?
"invalid feature name: $ac_useropt"
1868 ac_useropt_orig
=$ac_useropt
1869 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1870 case $ac_user_opts in
1872 "enable_
$ac_useropt"
1874 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1875 ac_unrecognized_sep
=', ';;
1877 eval enable_
$ac_useropt=no
;;
1879 -docdir |
--docdir |
--docdi |
--doc |
--do)
1881 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1882 docdir
=$ac_optarg ;;
1884 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1886 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1887 dvidir
=$ac_optarg ;;
1889 -enable-* |
--enable-*)
1890 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1891 # Reject names that are not valid shell variable names.
1892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1893 as_fn_error $?
"invalid feature name: $ac_useropt"
1894 ac_useropt_orig
=$ac_useropt
1895 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1896 case $ac_user_opts in
1898 "enable_
$ac_useropt"
1900 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1901 ac_unrecognized_sep
=', ';;
1903 eval enable_
$ac_useropt=\
$ac_optarg ;;
1905 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1906 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1907 |
--exec |
--exe |
--ex)
1908 ac_prev
=exec_prefix
;;
1909 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1910 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1911 |
--exec=* |
--exe=* |
--ex=*)
1912 exec_prefix
=$ac_optarg ;;
1914 -gas |
--gas |
--ga |
--g)
1915 # Obsolete; use --with-gas.
1918 -help |
--help |
--hel |
--he |
-h)
1919 ac_init_help
=long
;;
1920 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1921 ac_init_help
=recursive
;;
1922 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1923 ac_init_help
=short
;;
1925 -host |
--host |
--hos |
--ho)
1926 ac_prev
=host_alias
;;
1927 -host=* |
--host=* |
--hos=* |
--ho=*)
1928 host_alias
=$ac_optarg ;;
1930 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1932 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1934 htmldir
=$ac_optarg ;;
1936 -includedir |
--includedir |
--includedi |
--included |
--include \
1937 |
--includ |
--inclu |
--incl |
--inc)
1938 ac_prev
=includedir
;;
1939 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1940 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1941 includedir
=$ac_optarg ;;
1943 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1945 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1946 infodir
=$ac_optarg ;;
1948 -libdir |
--libdir |
--libdi |
--libd)
1950 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1951 libdir
=$ac_optarg ;;
1953 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1954 |
--libexe |
--libex |
--libe)
1955 ac_prev
=libexecdir
;;
1956 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1957 |
--libexe=* |
--libex=* |
--libe=*)
1958 libexecdir
=$ac_optarg ;;
1960 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1961 ac_prev
=localedir
;;
1962 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1963 localedir
=$ac_optarg ;;
1965 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1966 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1967 ac_prev
=localstatedir
;;
1968 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1969 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1970 localstatedir
=$ac_optarg ;;
1972 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1974 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1975 mandir
=$ac_optarg ;;
1977 -nfp |
--nfp |
--nf)
1978 # Obsolete; use --without-fp.
1981 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1982 |
--no-cr |
--no-c |
-n)
1985 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1986 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1989 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1990 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1991 |
--oldin |
--oldi |
--old |
--ol |
--o)
1992 ac_prev
=oldincludedir
;;
1993 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1994 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1995 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1996 oldincludedir
=$ac_optarg ;;
1998 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2000 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2001 prefix
=$ac_optarg ;;
2003 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2004 |
--program-pre |
--program-pr |
--program-p)
2005 ac_prev
=program_prefix
;;
2006 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2007 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2008 program_prefix
=$ac_optarg ;;
2010 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2011 |
--program-suf |
--program-su |
--program-s)
2012 ac_prev
=program_suffix
;;
2013 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2014 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2015 program_suffix
=$ac_optarg ;;
2017 -program-transform-name |
--program-transform-name \
2018 |
--program-transform-nam |
--program-transform-na \
2019 |
--program-transform-n |
--program-transform- \
2020 |
--program-transform |
--program-transfor \
2021 |
--program-transfo |
--program-transf \
2022 |
--program-trans |
--program-tran \
2023 |
--progr-tra |
--program-tr |
--program-t)
2024 ac_prev
=program_transform_name
;;
2025 -program-transform-name=* |
--program-transform-name=* \
2026 |
--program-transform-nam=* |
--program-transform-na=* \
2027 |
--program-transform-n=* |
--program-transform-=* \
2028 |
--program-transform=* |
--program-transfor=* \
2029 |
--program-transfo=* |
--program-transf=* \
2030 |
--program-trans=* |
--program-tran=* \
2031 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2032 program_transform_name
=$ac_optarg ;;
2034 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2036 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2037 pdfdir
=$ac_optarg ;;
2039 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2041 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2044 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2045 |
-silent |
--silent |
--silen |
--sile |
--sil)
2048 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2049 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2050 |
--run |
--ru |
--r)
2051 ac_prev
=runstatedir
;;
2052 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2053 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2054 |
--run=* |
--ru=* |
--r=*)
2055 runstatedir
=$ac_optarg ;;
2057 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2059 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2061 sbindir
=$ac_optarg ;;
2063 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2064 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2065 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2067 ac_prev
=sharedstatedir
;;
2068 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2069 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2070 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2072 sharedstatedir
=$ac_optarg ;;
2074 -site |
--site |
--sit)
2076 -site=* |
--site=* |
--sit=*)
2079 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2081 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2082 srcdir
=$ac_optarg ;;
2084 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2085 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2086 ac_prev
=sysconfdir
;;
2087 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2088 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2089 sysconfdir
=$ac_optarg ;;
2091 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2092 ac_prev
=target_alias
;;
2093 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2094 target_alias
=$ac_optarg ;;
2096 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2099 -version |
--version |
--versio |
--versi |
--vers |
-V)
2100 ac_init_version
=: ;;
2103 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2104 # Reject names that are not valid shell variable names.
2105 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2106 as_fn_error $?
"invalid package name: $ac_useropt"
2107 ac_useropt_orig
=$ac_useropt
2108 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2109 case $ac_user_opts in
2113 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2114 ac_unrecognized_sep
=', ';;
2116 eval with_
$ac_useropt=\
$ac_optarg ;;
2118 -without-* |
--without-*)
2119 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2120 # Reject names that are not valid shell variable names.
2121 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2122 as_fn_error $?
"invalid package name: $ac_useropt"
2123 ac_useropt_orig
=$ac_useropt
2124 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2125 case $ac_user_opts in
2129 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2130 ac_unrecognized_sep
=', ';;
2132 eval with_
$ac_useropt=no
;;
2135 # Obsolete; use --with-x.
2138 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2139 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2140 ac_prev
=x_includes
;;
2141 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2142 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2143 x_includes
=$ac_optarg ;;
2145 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2146 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2147 ac_prev
=x_libraries
;;
2148 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2149 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2150 x_libraries
=$ac_optarg ;;
2152 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2153 Try \`$0 --help' for more information"
2157 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2158 # Reject names that are not valid shell variable names.
2159 case $ac_envvar in #(
2160 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2161 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2163 eval $ac_envvar=\
$ac_optarg
2164 export $ac_envvar ;;
2167 # FIXME: should be removed in autoconf 3.0.
2168 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2169 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2170 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2171 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2177 if test -n "$ac_prev"; then
2178 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2179 as_fn_error $?
"missing argument to $ac_option"
2182 if test -n "$ac_unrecognized_opts"; then
2183 case $enable_option_checking in
2185 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2186 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2190 # Check all directory arguments for consistency.
2191 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2192 datadir sysconfdir sharedstatedir localstatedir includedir \
2193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2194 libdir localedir mandir runstatedir
2196 eval ac_val
=\$
$ac_var
2197 # Remove trailing slashes.
2200 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2201 eval $ac_var=\
$ac_val;;
2203 # Be sure to have absolute directory names.
2205 [\\/$
]* | ?
:[\\/]* ) continue;;
2206 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2208 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2211 # There might be people who depend on the old broken behavior: `$host'
2212 # used to hold the argument of --host etc.
2213 # FIXME: To remove some day.
2216 target
=$target_alias
2218 # FIXME: To remove some day.
2219 if test "x$host_alias" != x
; then
2220 if test "x$build_alias" = x
; then
2221 cross_compiling
=maybe
2222 elif test "x$build_alias" != "x$host_alias"; then
2228 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2230 test "$silent" = yes && exec 6>/dev
/null
2233 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2234 ac_ls_di
=`ls -di .` &&
2235 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2236 as_fn_error $?
"working directory cannot be determined"
2237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2238 as_fn_error $?
"pwd does not report name of working directory"
2241 # Find the source files, if location was not specified.
2242 if test -z "$srcdir"; then
2243 ac_srcdir_defaulted
=yes
2244 # Try the directory containing this script, then the parent directory.
2245 ac_confdir
=`$as_dirname -- "$as_myself" ||
2246 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2247 X"$as_myself" : 'X\(//\)[^/]' \| \
2248 X"$as_myself" : 'X\(//\)$' \| \
2249 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2250 $as_echo X"$as_myself" |
2251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2269 if test ! -r "$srcdir/$ac_unique_file"; then
2273 ac_srcdir_defaulted
=no
2275 if test ! -r "$srcdir/$ac_unique_file"; then
2276 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2277 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2279 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2281 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2283 # When building in place, set srcdir=.
2284 if test "$ac_abs_confdir" = "$ac_pwd"; then
2287 # Remove unnecessary trailing slashes from srcdir.
2288 # Double slashes in file names in object file debugging info
2289 # mess up M-x gdb in Emacs.
2291 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2293 for ac_var
in $ac_precious_vars; do
2294 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2295 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2296 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2297 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2301 # Report the --help message.
2303 if test "$ac_init_help" = "long"; then
2304 # Omit some internal or obsolete options to make the list less imposing.
2305 # This message is too long to be a string in the A/UX 3.1 sh.
2307 \`configure' configures Wine 3.1 to adapt to many kinds of systems.
2309 Usage: $0 [OPTION]... [VAR=VALUE]...
2311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2312 VAR=VALUE. See below for descriptions of some of the useful variables.
2314 Defaults for the options are specified in brackets.
2317 -h, --help display this help and exit
2318 --help=short display options specific to this package
2319 --help=recursive display the short help of all the included packages
2320 -V, --version display version information and exit
2321 -q, --quiet, --silent do not print \`checking ...' messages
2322 --cache-file=FILE cache test results in FILE [disabled]
2323 -C, --config-cache alias for \`--cache-file=config.cache'
2324 -n, --no-create do not create output files
2325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2327 Installation directories:
2328 --prefix=PREFIX install architecture-independent files in PREFIX
2329 [$ac_default_prefix]
2330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2333 By default, \`make install' will install all the files in
2334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2336 for instance \`--prefix=\$HOME'.
2338 For better control, use the options below.
2340 Fine tuning of the installation directories:
2341 --bindir=DIR user executables [EPREFIX/bin]
2342 --sbindir=DIR system admin executables [EPREFIX/sbin]
2343 --libexecdir=DIR program executables [EPREFIX/libexec]
2344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2347 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2348 --libdir=DIR object code libraries [EPREFIX/lib]
2349 --includedir=DIR C header files [PREFIX/include]
2350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2353 --infodir=DIR info documentation [DATAROOTDIR/info]
2354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2355 --mandir=DIR man documentation [DATAROOTDIR/man]
2356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2357 --htmldir=DIR html documentation [DOCDIR]
2358 --dvidir=DIR dvi documentation [DOCDIR]
2359 --pdfdir=DIR pdf documentation [DOCDIR]
2360 --psdir=DIR ps documentation [DOCDIR]
2366 --x-includes=DIR X include files are
in DIR
2367 --x-libraries=DIR X library files are
in DIR
2370 --build=BUILD configure
for building on BUILD
[guessed
]
2371 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2375 if test -n "$ac_init_help"; then
2376 case $ac_init_help in
2377 short | recursive
) echo "Configuration of Wine 3.1:";;
2382 --disable-option-checking ignore unrecognized
--enable/--with options
2383 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2384 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2385 --disable-win16 do not include Win16 support
2386 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2388 --disable-tests do not build the regression tests
2389 --enable-maintainer-mode
2390 enable maintainer-specific build rules
2391 --disable-largefile omit support for large files
2394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2396 --without-alsa do not use the Alsa sound support
2397 --without-capi do not use CAPI (ISDN support)
2398 --without-cms do not use CMS (color management support)
2399 --without-coreaudio do not use the CoreAudio sound support
2400 --without-cups do not use CUPS
2401 --without-curses do not use (n)curses
2402 --without-dbus do not use DBus (dynamic device support)
2403 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2404 --without-fontconfig do not use fontconfig
2405 --without-freetype do not use the FreeType library
2406 --without-gettext do not use gettext
2407 --with-gettextpo use the GetTextPO library to rebuild po files
2408 --without-gphoto do not use gphoto (Digital Camera support)
2409 --without-glu do not use the GLU library
2410 --without-gnutls do not use GnuTLS (schannel support)
2411 --without-gsm do not use libgsm (GSM 06.10 codec support)
2412 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2413 --without-gstreamer do not use GStreamer (codecs support)
2414 --without-hal do not use HAL (dynamic device support)
2415 --without-jpeg do not use JPEG
2416 --without-krb5 do not use krb5 (Kerberos)
2417 --without-ldap do not use LDAP
2418 --without-mpg123 do not use the mpg123 library
2419 --without-netapi do not use the Samba NetAPI library
2420 --without-openal do not use OpenAL
2421 --without-opencl do not use OpenCL
2422 --without-opengl do not use OpenGL
2423 --without-osmesa do not use the OSMesa library
2424 --without-oss do not use the OSS sound support
2425 --without-pcap do not use the Packet Capture library
2426 --without-png do not use PNG
2427 --without-pthread do not use the pthread library
2428 --without-pulse do not use PulseAudio sound support
2429 --without-sane do not use SANE (scanner support)
2430 --without-tiff do not use TIFF
2431 --without-udev do not use udev (plug and play support)
2432 --without-v4l do not use v4l1 (v4l support)
2433 --without-xcomposite do not use the Xcomposite extension
2434 --without-xcursor do not use the Xcursor extension
2435 --without-xfixes do not use Xfixes for clipboard change notifications
2436 --without-xinerama do not use Xinerama (multi-monitor support)
2437 --without-xinput do not use the Xinput extension
2438 --without-xinput2 do not use the Xinput 2 extension
2439 --without-xml do not use XML
2440 --without-xrandr do not use Xrandr (resolution changes)
2441 --without-xrender do not use the Xrender extension
2442 --without-xshape do not use the Xshape extension
2443 --without-xshm do not use XShm (shared memory extension)
2444 --without-xslt do not use XSLT
2445 --without-xxf86vm do not use XFree video mode extension
2446 --without-zlib do not use Zlib (data compression)
2447 --with-wine-tools=DIR use Wine tools from directory DIR
2448 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2449 --with-x use the X Window System
2451 Some influential environment variables:
2452 CC C compiler command
2453 CFLAGS C compiler flags
2454 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2455 nonstandard directory <lib dir>
2456 LIBS libraries to pass to the linker, e.g. -l<library>
2457 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2458 you have headers in a nonstandard directory <include dir>
2459 CXX C++ compiler command
2460 CXXFLAGS C++ compiler flags
2462 XMKMF Path to xmkmf, Makefile generator for X Window System
2463 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2464 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2465 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2466 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2467 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2468 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2469 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2470 HAL_LIBS Linker flags for hal, overriding pkg-config
2472 C compiler flags for gnutls, overriding pkg-config
2473 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2474 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2475 SANE_LIBS Linker flags for libsane, overriding pkg-config
2477 C compiler flags for libgphoto2, overriding pkg-config
2479 Linker flags for libgphoto2, overriding pkg-config
2481 C compiler flags for libgphoto2_port, overriding pkg-config
2483 Linker flags for libgphoto2_port, overriding pkg-config
2485 C compiler flags for lcms2, overriding pkg-config
2486 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2488 C compiler flags for freetype2, overriding pkg-config
2490 Linker flags for freetype2, overriding pkg-config
2492 C compiler flags for libpulse, overriding pkg-config
2493 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2495 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2496 gstreamer-audio-1.0, overriding pkg-config
2498 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2499 gstreamer-audio-1.0, overriding pkg-config
2500 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2501 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2503 C compiler flags for capi20, overriding pkg-config
2504 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2505 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2506 CUPS_LIBS Linker flags for cups, overriding pkg-config
2508 C compiler flags for fontconfig, overriding pkg-config
2510 Linker flags for fontconfig, overriding pkg-config
2511 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2512 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2514 C compiler flags for krb5-gssapi, overriding pkg-config
2515 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2516 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2517 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2518 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2519 PNG_LIBS Linker flags for libpng, overriding pkg-config
2520 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2521 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2523 C compiler flags for libmpg123, overriding pkg-config
2524 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2526 C compiler flags for netapi, overriding pkg-config
2527 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2528 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2529 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2531 Use these variables to override the choices made by `configure' or to
help
2532 it to
find libraries and programs with nonstandard names
/locations.
2534 Report bugs to
<wine-devel@winehq.org
>.
2535 Wine home page
: <https
://www.winehq.org
>.
2540 if test "$ac_init_help" = "recursive"; then
2541 # If there are subdirs, report their specific --help.
2542 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2543 test -d "$ac_dir" ||
2544 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2549 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2551 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2552 # A ".." for each directory in $ac_dir_suffix.
2553 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2554 case $ac_top_builddir_sub in
2555 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2556 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2559 ac_abs_top_builddir
=$ac_pwd
2560 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2561 # for backward compatibility:
2562 ac_top_builddir
=$ac_top_build_prefix
2565 .
) # We are building in place.
2567 ac_top_srcdir
=$ac_top_builddir_sub
2568 ac_abs_top_srcdir
=$ac_pwd ;;
2569 [\\/]* | ?
:[\\/]* ) # Absolute name.
2570 ac_srcdir
=$srcdir$ac_dir_suffix;
2571 ac_top_srcdir
=$srcdir
2572 ac_abs_top_srcdir
=$srcdir ;;
2574 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2575 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2576 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2578 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2580 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2581 # Check for guested configure.
2582 if test -f "$ac_srcdir/configure.gnu"; then
2584 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2585 elif test -f "$ac_srcdir/configure"; then
2587 $SHELL "$ac_srcdir/configure" --help=recursive
2589 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2591 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2595 test -n "$ac_init_help" && exit $ac_status
2596 if $ac_init_version; then
2599 generated by GNU Autoconf
2.69
2601 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2602 This configure
script is free software
; the Free Software Foundation
2603 gives unlimited permission to copy
, distribute and modify it.
2608 ## ------------------------ ##
2609 ## Autoconf initialization. ##
2610 ## ------------------------ ##
2612 # ac_fn_c_try_compile LINENO
2613 # --------------------------
2614 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2615 ac_fn_c_try_compile
()
2617 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2618 rm -f conftest.
$ac_objext
2619 if { { ac_try
="$ac_compile"
2621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2622 *) ac_try_echo=$ac_try;;
2624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2625 $as_echo "$ac_try_echo"; } >&5
2626 (eval "$ac_compile") 2>conftest.err
2628 if test -s conftest.err; then
2629 grep -v '^ *+' conftest.err >conftest.er1
2630 cat conftest.er1 >&5
2631 mv -f conftest.er1 conftest.err
2633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2634 test $ac_status = 0; } && {
2635 test -z "$ac_c_werror_flag" ||
2636 test ! -s conftest.err
2637 } && test -s conftest.$ac_objext; then :
2640 $as_echo "$as_me: failed program was:" >&5
2641 sed 's/^/| /' conftest.$ac_ext >&5
2645 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2646 as_fn_set_status $ac_retval
2648 } # ac_fn_c_try_compile
2650 # ac_fn_cxx_try_compile LINENO
2651 # ----------------------------
2652 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2653 ac_fn_cxx_try_compile ()
2655 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2656 rm -f conftest.$ac_objext
2657 if { { ac_try="$ac_compile"
2659 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2660 *) ac_try_echo
=$ac_try;;
2662 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2663 $as_echo "$ac_try_echo"; } >&5
2664 (eval "$ac_compile") 2>conftest.err
2666 if test -s conftest.err
; then
2667 grep -v '^ *+' conftest.err
>conftest.er1
2668 cat conftest.er1
>&5
2669 mv -f conftest.er1 conftest.err
2671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2672 test $ac_status = 0; } && {
2673 test -z "$ac_cxx_werror_flag" ||
2674 test ! -s conftest.err
2675 } && test -s conftest.
$ac_objext; then :
2678 $as_echo "$as_me: failed program was:" >&5
2679 sed 's/^/| /' conftest.
$ac_ext >&5
2683 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2684 as_fn_set_status
$ac_retval
2686 } # ac_fn_cxx_try_compile
2688 # ac_fn_c_try_link LINENO
2689 # -----------------------
2690 # Try to link conftest.$ac_ext, and return whether this succeeded.
2693 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2694 rm -f conftest.
$ac_objext conftest
$ac_exeext
2695 if { { ac_try
="$ac_link"
2697 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2698 *) ac_try_echo=$ac_try;;
2700 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2701 $as_echo "$ac_try_echo"; } >&5
2702 (eval "$ac_link") 2>conftest.err
2704 if test -s conftest.err; then
2705 grep -v '^ *+' conftest.err >conftest.er1
2706 cat conftest.er1 >&5
2707 mv -f conftest.er1 conftest.err
2709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2710 test $ac_status = 0; } && {
2711 test -z "$ac_c_werror_flag" ||
2712 test ! -s conftest.err
2713 } && test -s conftest$ac_exeext && {
2714 test "$cross_compiling" = yes ||
2715 test -x conftest$ac_exeext
2719 $as_echo "$as_me: failed program was:" >&5
2720 sed 's/^/| /' conftest.$ac_ext >&5
2724 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2725 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2726 # interfere with the next link command; also delete a directory that is
2727 # left behind by Apple's compiler. We do this before executing the actions.
2728 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2730 as_fn_set_status $ac_retval
2732 } # ac_fn_c_try_link
2734 # ac_fn_c_try_cpp LINENO
2735 # ----------------------
2736 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2739 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2740 if { { ac_try="$ac_cpp conftest.$ac_ext"
2742 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2743 *) ac_try_echo
=$ac_try;;
2745 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2746 $as_echo "$ac_try_echo"; } >&5
2747 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2749 if test -s conftest.err
; then
2750 grep -v '^ *+' conftest.err
>conftest.er1
2751 cat conftest.er1
>&5
2752 mv -f conftest.er1 conftest.err
2754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2755 test $ac_status = 0; } > conftest.i
&& {
2756 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2757 test ! -s conftest.err
2761 $as_echo "$as_me: failed program was:" >&5
2762 sed 's/^/| /' conftest.
$ac_ext >&5
2766 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2767 as_fn_set_status
$ac_retval
2771 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2772 # -------------------------------------------------------
2773 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2774 # the include files in INCLUDES and setting the cache variable VAR
2776 ac_fn_c_check_header_mongrel
()
2778 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2779 if eval \
${$3+:} false
; then :
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2781 $as_echo_n "checking for $2... " >&6; }
2782 if eval \
${$3+:} false
; then :
2783 $as_echo_n "(cached) " >&6
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2787 $as_echo "$ac_res" >&6; }
2789 # Is the header compilable?
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2791 $as_echo_n "checking $2 usability... " >&6; }
2792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2793 /* end confdefs.h. */
2797 if ac_fn_c_try_compile
"$LINENO"; then :
2798 ac_header_compiler
=yes
2800 ac_header_compiler
=no
2802 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2804 $as_echo "$ac_header_compiler" >&6; }
2806 # Is the header present?
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2808 $as_echo_n "checking $2 presence... " >&6; }
2809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2810 /* end confdefs.h. */
2813 if ac_fn_c_try_cpp
"$LINENO"; then :
2814 ac_header_preproc
=yes
2816 ac_header_preproc
=no
2818 rm -f conftest.err conftest.i conftest.
$ac_ext
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2820 $as_echo "$ac_header_preproc" >&6; }
2822 # So? What about this header?
2823 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2826 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2828 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2832 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2834 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2836 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2838 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2840 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2841 ( $as_echo "## ------------------------------------ ##
2842 ## Report this to wine-devel@winehq.org ##
2843 ## ------------------------------------ ##"
2844 ) |
sed "s/^/$as_me: WARNING: /" >&2
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2848 $as_echo_n "checking for $2... " >&6; }
2849 if eval \
${$3+:} false
; then :
2850 $as_echo_n "(cached) " >&6
2852 eval "$3=\$ac_header_compiler"
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2856 $as_echo "$ac_res" >&6; }
2858 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2860 } # ac_fn_c_check_header_mongrel
2862 # ac_fn_c_try_run LINENO
2863 # ----------------------
2864 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2865 # that executables *can* be run.
2868 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2869 if { { ac_try
="$ac_link"
2871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2872 *) ac_try_echo=$ac_try;;
2874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2875 $as_echo "$ac_try_echo"; } >&5
2876 (eval "$ac_link") 2>&5
2878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2879 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2880 { { case "(($ac_try" in
2881 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2882 *) ac_try_echo
=$ac_try;;
2884 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2885 $as_echo "$ac_try_echo"; } >&5
2886 (eval "$ac_try") 2>&5
2888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2889 test $ac_status = 0; }; }; then :
2892 $as_echo "$as_me: program exited with status $ac_status" >&5
2893 $as_echo "$as_me: failed program was:" >&5
2894 sed 's/^/| /' conftest.
$ac_ext >&5
2896 ac_retval
=$ac_status
2898 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2899 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2900 as_fn_set_status
$ac_retval
2904 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2905 # -------------------------------------------------------
2906 # Tests whether HEADER exists and can be compiled using the include files in
2907 # INCLUDES, setting the cache variable VAR accordingly.
2908 ac_fn_c_check_header_compile
()
2910 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2912 $as_echo_n "checking for $2... " >&6; }
2913 if eval \
${$3+:} false
; then :
2914 $as_echo_n "(cached) " >&6
2916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2917 /* end confdefs.h. */
2921 if ac_fn_c_try_compile
"$LINENO"; then :
2926 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2930 $as_echo "$ac_res" >&6; }
2931 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2933 } # ac_fn_c_check_header_compile
2935 # ac_fn_c_check_func LINENO FUNC VAR
2936 # ----------------------------------
2937 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2938 ac_fn_c_check_func
()
2940 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2942 $as_echo_n "checking for $2... " >&6; }
2943 if eval \
${$3+:} false
; then :
2944 $as_echo_n "(cached) " >&6
2946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2947 /* end confdefs.h. */
2948 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2949 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2950 #define $2 innocuous_$2
2952 /* System header to define __stub macros and hopefully few prototypes,
2953 which can conflict with char $2 (); below.
2954 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2955 <limits.h> exists even on freestanding compilers. */
2958 # include <limits.h>
2960 # include <assert.h>
2965 /* Override any GCC internal prototype to avoid an error.
2966 Use char because int might match the return type of a GCC
2967 builtin and then its argument prototype would still apply. */
2972 /* The GNU C library defines this for functions which it implements
2973 to always fail with ENOSYS. Some functions are actually named
2974 something starting with __ and the normal name is an alias. */
2975 #if defined __stub_$2 || defined __stub___$2
2987 if ac_fn_c_try_link
"$LINENO"; then :
2992 rm -f core conftest.err conftest.
$ac_objext \
2993 conftest
$ac_exeext conftest.
$ac_ext
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2997 $as_echo "$ac_res" >&6; }
2998 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3000 } # ac_fn_c_check_func
3002 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3003 # ----------------------------------------------------
3004 # Tries to find if the field MEMBER exists in type AGGR, after including
3005 # INCLUDES, setting cache variable VAR accordingly.
3006 ac_fn_c_check_member
()
3008 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3010 $as_echo_n "checking for $2.$3... " >&6; }
3011 if eval \
${$4+:} false
; then :
3012 $as_echo_n "(cached) " >&6
3014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3015 /* end confdefs.h. */
3027 if ac_fn_c_try_compile
"$LINENO"; then :
3030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3031 /* end confdefs.h. */
3037 if (sizeof ac_aggr.$3)
3043 if ac_fn_c_try_compile
"$LINENO"; then :
3048 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3050 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3054 $as_echo "$ac_res" >&6; }
3055 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3057 } # ac_fn_c_check_member
3059 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3060 # -------------------------------------------
3061 # Tests whether TYPE exists after having included INCLUDES, setting cache
3062 # variable VAR accordingly.
3063 ac_fn_c_check_type
()
3065 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3067 $as_echo_n "checking for $2... " >&6; }
3068 if eval \
${$3+:} false
; then :
3069 $as_echo_n "(cached) " >&6
3072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3073 /* end confdefs.h. */
3084 if ac_fn_c_try_compile
"$LINENO"; then :
3085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3086 /* end confdefs.h. */
3097 if ac_fn_c_try_compile
"$LINENO"; then :
3102 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3104 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3108 $as_echo "$ac_res" >&6; }
3109 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3111 } # ac_fn_c_check_type
3112 cat >config.log
<<_ACEOF
3113 This file contains any messages produced by compilers while
3114 running configure, to aid debugging if configure makes a mistake.
3116 It was created by Wine $as_me 3.1, which was
3117 generated by GNU Autoconf 2.69. Invocation command line was
3129 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3130 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3131 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3132 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3133 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3135 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3136 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3138 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3139 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3140 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3141 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3142 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3143 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3144 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3152 test -z "$as_dir" && as_dir
=.
3153 $as_echo "PATH: $as_dir"
3169 # Keep a trace of the command line.
3170 # Strip out --no-create and --no-recursion so they do not pile up.
3171 # Strip out --silent because we don't want to record it for future runs.
3172 # Also quote any args containing shell meta-characters.
3173 # Make two passes to allow for proper duplicate-argument suppression.
3177 ac_must_keep_next
=false
3183 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3184 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3185 |
-silent |
--silent |
--silen |
--sile |
--sil)
3188 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3191 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3193 as_fn_append ac_configure_args1
" '$ac_arg'"
3194 if test $ac_must_keep_next = true
; then
3195 ac_must_keep_next
=false
# Got value, back to normal.
3198 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3199 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3200 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3201 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3202 case "$ac_configure_args0 " in
3203 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3206 -* ) ac_must_keep_next
=true
;;
3209 as_fn_append ac_configure_args
" '$ac_arg'"
3214 { ac_configure_args0
=; unset ac_configure_args0
;}
3215 { ac_configure_args1
=; unset ac_configure_args1
;}
3217 # When interrupted or exit'd, cleanup temporary files, and complete
3218 # config.log. We remove comments because anyway the quotes in there
3219 # would cause problems or look ugly.
3220 # WARNING: Use '\'' to represent an apostrophe within the trap.
3221 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3222 trap 'exit_status=$?
3223 # Save into config.log some information that might help in debugging.
3227 $as_echo "## ---------------- ##
3228 ## Cache variables. ##
3229 ## ---------------- ##"
3231 # The following way of writing the cache mishandles newlines in values,
3233 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3234 eval ac_val=\$$ac_var
3238 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3239 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3242 _ | IFS | as_nl) ;; #(
3243 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3244 *) { eval $ac_var=; unset $ac_var;} ;;
3249 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3250 *${as_nl}ac_space=\ *)
3252 "s/'\''/'\''\\\\'\'''\''/g;
3253 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3256 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3263 $as_echo "## ----------------- ##
3264 ## Output variables. ##
3265 ## ----------------- ##"
3267 for ac_var in $ac_subst_vars
3269 eval ac_val=\$$ac_var
3271 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3273 $as_echo "$ac_var='\''$ac_val'\''"
3277 if test -n "$ac_subst_files"; then
3278 $as_echo "## ------------------- ##
3279 ## File substitutions. ##
3280 ## ------------------- ##"
3282 for ac_var
in $ac_subst_files
3284 eval ac_val
=\$
$ac_var
3286 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3288 $as_echo "$ac_var='\''$ac_val'\''"
3293 if test -s confdefs.h; then
3294 $as_echo "## ----------- ##
3301 test "$ac_signal" != 0 &&
3302 $as_echo "$as_me: caught signal $ac_signal"
3303 $as_echo "$as_me: exit $exit_status"
3305 rm -f core *.core core.conftest.* &&
3306 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3309 for ac_signal
in 1 2 13 15; do
3310 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3314 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3315 rm -f -r conftest
* confdefs.h
3317 $as_echo "/* confdefs.h */" > confdefs.h
3319 # Predefined preprocessor variables.
3321 cat >>confdefs.h
<<_ACEOF
3322 #define PACKAGE_NAME "$PACKAGE_NAME"
3325 cat >>confdefs.h
<<_ACEOF
3326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3329 cat >>confdefs.h
<<_ACEOF
3330 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3333 cat >>confdefs.h
<<_ACEOF
3334 #define PACKAGE_STRING "$PACKAGE_STRING"
3337 cat >>confdefs.h
<<_ACEOF
3338 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3341 cat >>confdefs.h
<<_ACEOF
3342 #define PACKAGE_URL "$PACKAGE_URL"
3346 # Let the site file select an alternate cache file if it wants to.
3347 # Prefer an explicitly selected file to automatically selected ones.
3350 if test -n "$CONFIG_SITE"; then
3351 # We do not want a PATH search for config.site.
3352 case $CONFIG_SITE in #((
3353 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3354 */*) ac_site_file1
=$CONFIG_SITE;;
3355 *) ac_site_file1
=.
/$CONFIG_SITE;;
3357 elif test "x$prefix" != xNONE
; then
3358 ac_site_file1
=$prefix/share
/config.site
3359 ac_site_file2
=$prefix/etc
/config.site
3361 ac_site_file1
=$ac_default_prefix/share
/config.site
3362 ac_site_file2
=$ac_default_prefix/etc
/config.site
3364 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3366 test "x$ac_site_file" = xNONE
&& continue
3367 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3369 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3370 sed 's/^/| /' "$ac_site_file" >&5
3372 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3373 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3374 as_fn_error $?
"failed to load site script $ac_site_file
3375 See \`config.log' for more details" "$LINENO" 5; }
3379 if test -r "$cache_file"; then
3380 # Some versions of bash will fail to source /dev/null (special files
3381 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3382 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3383 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3384 $as_echo "$as_me: loading cache $cache_file" >&6;}
3386 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3387 *) .
"./$cache_file";;
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3392 $as_echo "$as_me: creating cache $cache_file" >&6;}
3396 # Check that the precious variables saved in the cache have kept the same
3398 ac_cache_corrupted
=false
3399 for ac_var
in $ac_precious_vars; do
3400 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3401 eval ac_new_set
=\
$ac_env_${ac_var}_set
3402 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3403 eval ac_new_val
=\
$ac_env_${ac_var}_value
3404 case $ac_old_set,$ac_new_set in
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3407 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3408 ac_cache_corrupted
=: ;;
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3411 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3412 ac_cache_corrupted
=: ;;
3415 if test "x$ac_old_val" != "x$ac_new_val"; then
3416 # differences in whitespace do not lead to failure.
3417 ac_old_val_w
=`echo x $ac_old_val`
3418 ac_new_val_w
=`echo x $ac_new_val`
3419 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3421 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3422 ac_cache_corrupted
=:
3424 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3425 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3426 eval $ac_var=\
$ac_old_val
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3429 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3431 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3434 # Pass precious variables to config.status.
3435 if test "$ac_new_set" = set; then
3437 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3438 *) ac_arg
=$ac_var=$ac_new_val ;;
3440 case " $ac_configure_args " in
3441 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3442 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3446 if $ac_cache_corrupted; then
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_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3450 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3451 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3453 ## -------------------- ##
3454 ## Main body of script. ##
3455 ## -------------------- ##
3458 ac_cpp
='$CPP $CPPFLAGS'
3459 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3460 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3461 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3465 ac_config_headers
="$ac_config_headers include/config.h"
3468 for ac_dir
in tools
"$srcdir"/tools
; do
3469 if test -f "$ac_dir/install-sh"; then
3471 ac_install_sh
="$ac_aux_dir/install-sh -c"
3473 elif test -f "$ac_dir/install.sh"; then
3475 ac_install_sh
="$ac_aux_dir/install.sh -c"
3477 elif test -f "$ac_dir/shtool"; then
3479 ac_install_sh
="$ac_aux_dir/shtool install -c"
3483 if test -z "$ac_aux_dir"; then
3484 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3487 # These three variables are undocumented and unsupported,
3488 # and are intended to be withdrawn in a future Autoconf release.
3489 # They can cause serious problems if a builder's source tree is in a directory
3490 # whose full name contains unusual characters.
3491 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3492 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3493 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3497 libwine_version
="1.0"
3501 # Check whether --enable-win16 was given.
3502 if test "${enable_win16+set}" = set; then :
3503 enableval
=$enable_win16;
3506 # Check whether --enable-win64 was given.
3507 if test "${enable_win64+set}" = set; then :
3508 enableval
=$enable_win64;
3511 # Check whether --enable-tests was given.
3512 if test "${enable_tests+set}" = set; then :
3513 enableval
=$enable_tests;
3516 # Check whether --enable-maintainer-mode was given.
3517 if test "${enable_maintainer_mode+set}" = set; then :
3518 enableval
=$enable_maintainer_mode;
3523 # Check whether --with-alsa was given.
3524 if test "${with_alsa+set}" = set; then :
3525 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3529 # Check whether --with-capi was given.
3530 if test "${with_capi+set}" = set; then :
3535 # Check whether --with-cms was given.
3536 if test "${with_cms+set}" = set; then :
3541 # Check whether --with-coreaudio was given.
3542 if test "${with_coreaudio+set}" = set; then :
3543 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3547 # Check whether --with-cups was given.
3548 if test "${with_cups+set}" = set; then :
3553 # Check whether --with-curses was given.
3554 if test "${with_curses+set}" = set; then :
3555 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3559 # Check whether --with-dbus was given.
3560 if test "${with_dbus+set}" = set; then :
3565 # Check whether --with-float-abi was given.
3566 if test "${with_float_abi+set}" = set; then :
3567 withval
=$with_float_abi;
3571 # Check whether --with-fontconfig was given.
3572 if test "${with_fontconfig+set}" = set; then :
3573 withval
=$with_fontconfig;
3577 # Check whether --with-freetype was given.
3578 if test "${with_freetype+set}" = set; then :
3579 withval
=$with_freetype;
3583 # Check whether --with-gettext was given.
3584 if test "${with_gettext+set}" = set; then :
3585 withval
=$with_gettext;
3589 # Check whether --with-gettextpo was given.
3590 if test "${with_gettextpo+set}" = set; then :
3591 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3595 # Check whether --with-gphoto was given.
3596 if test "${with_gphoto+set}" = set; then :
3597 withval
=$with_gphoto;
3601 # Check whether --with-glu was given.
3602 if test "${with_glu+set}" = set; then :
3607 # Check whether --with-gnutls was given.
3608 if test "${with_gnutls+set}" = set; then :
3609 withval
=$with_gnutls;
3613 # Check whether --with-gsm was given.
3614 if test "${with_gsm+set}" = set; then :
3615 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3619 # Check whether --with-gssapi was given.
3620 if test "${with_gssapi+set}" = set; then :
3621 withval
=$with_gssapi;
3625 # Check whether --with-gstreamer was given.
3626 if test "${with_gstreamer+set}" = set; then :
3627 withval
=$with_gstreamer;
3631 # Check whether --with-hal was given.
3632 if test "${with_hal+set}" = set; then :
3637 # Check whether --with-jpeg was given.
3638 if test "${with_jpeg+set}" = set; then :
3643 # Check whether --with-krb5 was given.
3644 if test "${with_krb5+set}" = set; then :
3649 # Check whether --with-ldap was given.
3650 if test "${with_ldap+set}" = set; then :
3651 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3655 # Check whether --with-mpg123 was given.
3656 if test "${with_mpg123+set}" = set; then :
3657 withval
=$with_mpg123;
3661 # Check whether --with-netapi was given.
3662 if test "${with_netapi+set}" = set; then :
3663 withval
=$with_netapi;
3667 # Check whether --with-openal was given.
3668 if test "${with_openal+set}" = set; then :
3669 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3673 # Check whether --with-opencl was given.
3674 if test "${with_opencl+set}" = set; then :
3675 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3679 # Check whether --with-opengl was given.
3680 if test "${with_opengl+set}" = set; then :
3681 withval
=$with_opengl;
3685 # Check whether --with-osmesa was given.
3686 if test "${with_osmesa+set}" = set; then :
3687 withval
=$with_osmesa;
3691 # Check whether --with-oss was given.
3692 if test "${with_oss+set}" = set; then :
3697 # Check whether --with-pcap was given.
3698 if test "${with_pcap+set}" = set; then :
3699 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3703 # Check whether --with-png was given.
3704 if test "${with_png+set}" = set; then :
3709 # Check whether --with-pthread was given.
3710 if test "${with_pthread+set}" = set; then :
3711 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3715 # Check whether --with-pulse was given.
3716 if test "${with_pulse+set}" = set; then :
3717 withval
=$with_pulse;
3721 # Check whether --with-sane was given.
3722 if test "${with_sane+set}" = set; then :
3727 # Check whether --with-tiff was given.
3728 if test "${with_tiff+set}" = set; then :
3733 # Check whether --with-udev was given.
3734 if test "${with_udev+set}" = set; then :
3739 # Check whether --with-v4l was given.
3740 if test "${with_v4l+set}" = set; then :
3745 # Check whether --with-xcomposite was given.
3746 if test "${with_xcomposite+set}" = set; then :
3747 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3751 # Check whether --with-xcursor was given.
3752 if test "${with_xcursor+set}" = set; then :
3753 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3757 # Check whether --with-xfixes was given.
3758 if test "${with_xfixes+set}" = set; then :
3759 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3763 # Check whether --with-xinerama was given.
3764 if test "${with_xinerama+set}" = set; then :
3765 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3769 # Check whether --with-xinput was given.
3770 if test "${with_xinput+set}" = set; then :
3771 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3775 # Check whether --with-xinput2 was given.
3776 if test "${with_xinput2+set}" = set; then :
3777 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3781 # Check whether --with-xml was given.
3782 if test "${with_xml+set}" = set; then :
3787 # Check whether --with-xrandr was given.
3788 if test "${with_xrandr+set}" = set; then :
3789 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3793 # Check whether --with-xrender was given.
3794 if test "${with_xrender+set}" = set; then :
3795 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3799 # Check whether --with-xshape was given.
3800 if test "${with_xshape+set}" = set; then :
3801 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3805 # Check whether --with-xshm was given.
3806 if test "${with_xshm+set}" = set; then :
3807 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3811 # Check whether --with-xslt was given.
3812 if test "${with_xslt+set}" = set; then :
3817 # Check whether --with-xxf86vm was given.
3818 if test "${with_xxf86vm+set}" = set; then :
3819 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
3823 # Check whether --with-zlib was given.
3824 if test "${with_zlib+set}" = set; then :
3825 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3830 # Check whether --with-wine-tools was given.
3831 if test "${with_wine_tools+set}" = set; then :
3832 withval
=$with_wine_tools;
3836 # Check whether --with-wine64 was given.
3837 if test "${with_wine64+set}" = set; then :
3838 withval
=$with_wine64;
3842 # Make sure we can run config.sub.
3843 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3844 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3847 $as_echo_n "checking build system type... " >&6; }
3848 if ${ac_cv_build+:} false
; then :
3849 $as_echo_n "(cached) " >&6
3851 ac_build_alias
=$build_alias
3852 test "x$ac_build_alias" = x
&&
3853 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3854 test "x$ac_build_alias" = x
&&
3855 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3856 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3857 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3861 $as_echo "$ac_cv_build" >&6; }
3862 case $ac_cv_build in
3864 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3867 ac_save_IFS
=$IFS; IFS
='-'
3873 # Remember, the first character of IFS is used to create $*,
3874 # except with old shells:
3877 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3881 $as_echo_n "checking host system type... " >&6; }
3882 if ${ac_cv_host+:} false
; then :
3883 $as_echo_n "(cached) " >&6
3885 if test "x$host_alias" = x
; then
3886 ac_cv_host
=$ac_cv_build
3888 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3889 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3894 $as_echo "$ac_cv_host" >&6; }
3897 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3900 ac_save_IFS
=$IFS; IFS
='-'
3906 # Remember, the first character of IFS is used to create $*,
3907 # except with old shells:
3910 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3916 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3917 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3918 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3924 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3926 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3927 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3928 $as_echo_n "(cached) " >&6
3930 cat >conftest.
make <<\_ACEOF
3933 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3935 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3936 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3938 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3940 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3944 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3946 $as_echo "yes" >&6; }
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3951 SET_MAKE
="MAKE=${MAKE-make}"
3955 ac_cpp
='$CPP $CPPFLAGS'
3956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3959 if test -n "$ac_tool_prefix"; then
3960 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3961 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3963 $as_echo_n "checking for $ac_word... " >&6; }
3964 if ${ac_cv_prog_CC+:} false
; then :
3965 $as_echo_n "(cached) " >&6
3967 if test -n "$CC"; then
3968 ac_cv_prog_CC
="$CC" # Let the user override the test.
3970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3974 test -z "$as_dir" && as_dir
=.
3975 for ac_exec_ext
in '' $ac_executable_extensions; do
3976 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3977 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3988 if test -n "$CC"; then
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3990 $as_echo "$CC" >&6; }
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3993 $as_echo "no" >&6; }
3998 if test -z "$ac_cv_prog_CC"; then
4000 # Extract the first word of "gcc", so it can be a program name with args.
4001 set dummy gcc
; ac_word
=$2
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4003 $as_echo_n "checking for $ac_word... " >&6; }
4004 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4005 $as_echo_n "(cached) " >&6
4007 if test -n "$ac_ct_CC"; then
4008 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4010 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4014 test -z "$as_dir" && as_dir
=.
4015 for ac_exec_ext
in '' $ac_executable_extensions; do
4016 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4017 ac_cv_prog_ac_ct_CC
="gcc"
4018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4027 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4028 if test -n "$ac_ct_CC"; then
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4030 $as_echo "$ac_ct_CC" >&6; }
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4033 $as_echo "no" >&6; }
4036 if test "x$ac_ct_CC" = x
; then
4039 case $cross_compiling:$ac_tool_warned in
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4043 ac_tool_warned
=yes ;;
4051 if test -z "$CC"; then
4052 if test -n "$ac_tool_prefix"; then
4053 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4054 set dummy
${ac_tool_prefix}cc
; 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}cc"
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; }
4092 if test -z "$CC"; then
4093 # Extract the first word of "cc", so it can be a program name with args.
4094 set dummy cc
; 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_CC+:} false
; then :
4098 $as_echo_n "(cached) " >&6
4100 if test -n "$CC"; then
4101 ac_cv_prog_CC
="$CC" # Let the user override the test.
4104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4108 test -z "$as_dir" && as_dir
=.
4109 for ac_exec_ext
in '' $ac_executable_extensions; do
4110 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4111 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4112 ac_prog_rejected
=yes
4116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4123 if test $ac_prog_rejected = yes; then
4124 # We found a bogon in the path, so make sure we never use it.
4125 set dummy
$ac_cv_prog_CC
4127 if test $# != 0; then
4128 # We chose a different compiler from the bogus one.
4129 # However, it has the same basename, so the bogon will be chosen
4130 # first if we set CC to just the basename; use the full file name.
4132 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4138 if test -n "$CC"; then
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4140 $as_echo "$CC" >&6; }
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4143 $as_echo "no" >&6; }
4148 if test -z "$CC"; then
4149 if test -n "$ac_tool_prefix"; then
4150 for ac_prog
in cl.exe
4152 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4153 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4155 $as_echo_n "checking for $ac_word... " >&6; }
4156 if ${ac_cv_prog_CC+:} false
; then :
4157 $as_echo_n "(cached) " >&6
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC
="$CC" # Let the user override the test.
4162 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4166 test -z "$as_dir" && as_dir
=.
4167 for ac_exec_ext
in '' $ac_executable_extensions; do
4168 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4169 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4180 if test -n "$CC"; then
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182 $as_echo "$CC" >&6; }
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185 $as_echo "no" >&6; }
4189 test -n "$CC" && break
4192 if test -z "$CC"; then
4194 for ac_prog
in cl.exe
4196 # Extract the first word of "$ac_prog", so it can be a program name with args.
4197 set dummy
$ac_prog; ac_word
=$2
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4201 $as_echo_n "(cached) " >&6
4203 if test -n "$ac_ct_CC"; then
4204 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4210 test -z "$as_dir" && as_dir
=.
4211 for ac_exec_ext
in '' $ac_executable_extensions; do
4212 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4213 ac_cv_prog_ac_ct_CC
="$ac_prog"
4214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4224 if test -n "$ac_ct_CC"; then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4226 $as_echo "$ac_ct_CC" >&6; }
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4233 test -n "$ac_ct_CC" && break
4236 if test "x$ac_ct_CC" = x
; then
4239 case $cross_compiling:$ac_tool_warned in
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4243 ac_tool_warned
=yes ;;
4252 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4254 as_fn_error $?
"no acceptable C compiler found in \$PATH
4255 See \`config.log' for more details" "$LINENO" 5; }
4257 # Provide some information about the compiler.
4258 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4261 for ac_option
in --version -v -V -qversion; do
4262 { { ac_try
="$ac_compiler $ac_option >&5"
4264 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4265 *) ac_try_echo=$ac_try;;
4267 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4268 $as_echo "$ac_try_echo"; } >&5
4269 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4271 if test -s conftest.err; then
4273 ... rest of stderr output deleted ...
4274 10q' conftest.err >conftest.er1
4275 cat conftest.er1 >&5
4277 rm -f conftest.er1 conftest.err
4278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4279 test $ac_status = 0; }
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4293 ac_clean_files_save=$ac_clean_files
4294 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4295 # Try to create an executable without -o first, disregard a.out.
4296 # It will help us diagnose broken compilers, and finding out an intuition
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4299 $as_echo_n "checking whether the C compiler works... " >&6; }
4300 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4302 # The possible output files:
4303 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4306 for ac_file in $ac_files
4309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4310 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4315 if { { ac_try="$ac_link_default"
4317 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4318 *) ac_try_echo
=$ac_try;;
4320 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4321 $as_echo "$ac_try_echo"; } >&5
4322 (eval "$ac_link_default") 2>&5
4324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4325 test $ac_status = 0; }; then :
4326 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4327 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4328 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4329 # so that the user can short-circuit this test for compilers unknown to
4331 for ac_file
in $ac_files ''
4333 test -f "$ac_file" ||
continue
4335 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4338 # We found the default executable, but exeext='' is most
4342 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4344 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4346 # We set ac_cv_exeext here because the later test for it is not
4347 # safe: cross compilers may not add the suffix if given an `-o'
4348 # argument, so we may need to know it at that point already.
4349 # Even if this section looks crufty: it has the advantage of
4356 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4361 if test -z "$ac_file"; then :
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4364 $as_echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.
$ac_ext >&5
4367 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369 as_fn_error
77 "C compiler cannot create executables
4370 See \`config.log' for more details" "$LINENO" 5; }
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4373 $as_echo "yes" >&6; }
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4376 $as_echo_n "checking for C compiler default output file name... " >&6; }
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4378 $as_echo "$ac_file" >&6; }
4379 ac_exeext
=$ac_cv_exeext
4381 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4382 ac_clean_files
=$ac_clean_files_save
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4384 $as_echo_n "checking for suffix of executables... " >&6; }
4385 if { { ac_try
="$ac_link"
4387 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4388 *) ac_try_echo=$ac_try;;
4390 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4391 $as_echo "$ac_try_echo"; } >&5
4392 (eval "$ac_link") 2>&5
4394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4395 test $ac_status = 0; }; then :
4396 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4397 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4398 # work properly (i.e., refer to `conftest.exe'), while it won't with
4400 for ac_file
in conftest.exe conftest conftest.
*; do
4401 test -f "$ac_file" ||
continue
4403 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4404 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4410 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4412 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4413 See \`config.log' for more details" "$LINENO" 5; }
4415 rm -f conftest conftest
$ac_cv_exeext
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4417 $as_echo "$ac_cv_exeext" >&6; }
4419 rm -f conftest.
$ac_ext
4420 EXEEXT
=$ac_cv_exeext
4422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4423 /* end confdefs.h. */
4428 FILE *f = fopen ("conftest.out", "w");
4429 return ferror (f) || fclose (f) != 0;
4435 ac_clean_files
="$ac_clean_files conftest.out"
4436 # Check that the compiler produces executables we can run. If not, either
4437 # the compiler is broken, or we cross compile.
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4439 $as_echo_n "checking whether we are cross compiling... " >&6; }
4440 if test "$cross_compiling" != yes; then
4441 { { ac_try
="$ac_link"
4443 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4444 *) ac_try_echo=$ac_try;;
4446 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4447 $as_echo "$ac_try_echo"; } >&5
4448 (eval "$ac_link") 2>&5
4450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4451 test $ac_status = 0; }
4452 if { ac_try='./conftest$ac_cv_exeext'
4453 { { case "(($ac_try" in
4454 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4455 *) ac_try_echo
=$ac_try;;
4457 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4458 $as_echo "$ac_try_echo"; } >&5
4459 (eval "$ac_try") 2>&5
4461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4462 test $ac_status = 0; }; }; then
4465 if test "$cross_compiling" = maybe
; then
4468 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4469 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4470 as_fn_error $?
"cannot run C compiled programs.
4471 If you meant to cross compile, use \`--host'.
4472 See \`config.log' for more details" "$LINENO" 5; }
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4477 $as_echo "$cross_compiling" >&6; }
4479 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4480 ac_clean_files
=$ac_clean_files_save
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4482 $as_echo_n "checking for suffix of object files... " >&6; }
4483 if ${ac_cv_objext+:} false
; then :
4484 $as_echo_n "(cached) " >&6
4486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4487 /* end confdefs.h. */
4497 rm -f conftest.o conftest.obj
4498 if { { ac_try
="$ac_compile"
4500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4501 *) ac_try_echo=$ac_try;;
4503 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4504 $as_echo "$ac_try_echo"; } >&5
4505 (eval "$ac_compile") 2>&5
4507 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4508 test $ac_status = 0; }; then :
4509 for ac_file in conftest.o conftest.obj conftest.*; do
4510 test -f "$ac_file" || continue;
4512 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4513 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4518 $as_echo "$as_me: failed program was:" >&5
4519 sed 's/^/| /' conftest.$ac_ext >&5
4521 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4522 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4523 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4524 See \
`config.log' for more details" "$LINENO" 5; }
4526 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4529 $as_echo "$ac_cv_objext" >&6; }
4530 OBJEXT=$ac_cv_objext
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4533 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4534 if ${ac_cv_c_compiler_gnu+:} false; then :
4535 $as_echo_n "(cached) " >&6
4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h. */
4551 if ac_fn_c_try_compile "$LINENO"; then :
4556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4557 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4561 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4562 if test $ac_compiler_gnu = yes; then
4567 ac_test_CFLAGS=${CFLAGS+set}
4568 ac_save_CFLAGS=$CFLAGS
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4570 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4571 if ${ac_cv_prog_cc_g+:} false; then :
4572 $as_echo_n "(cached) " >&6
4574 ac_save_c_werror_flag=$ac_c_werror_flag
4575 ac_c_werror_flag=yes
4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4579 /* end confdefs.h. */
4589 if ac_fn_c_try_compile "$LINENO"; then :
4593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4594 /* end confdefs.h. */
4604 if ac_fn_c_try_compile "$LINENO"; then :
4607 ac_c_werror_flag=$ac_save_c_werror_flag
4609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4610 /* end confdefs.h. */
4620 if ac_fn_c_try_compile "$LINENO"; then :
4623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4628 ac_c_werror_flag=$ac_save_c_werror_flag
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4631 $as_echo "$ac_cv_prog_cc_g" >&6; }
4632 if test "$ac_test_CFLAGS" = set; then
4633 CFLAGS=$ac_save_CFLAGS
4634 elif test $ac_cv_prog_cc_g = yes; then
4635 if test "$GCC" = yes; then
4641 if test "$GCC" = yes; then
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4648 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4649 if ${ac_cv_prog_cc_c89+:} false; then :
4650 $as_echo_n "(cached) " >&6
4652 ac_cv_prog_cc_c89=no
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655 /* end confdefs.h. */
4659 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4660 struct buf { int x; };
4661 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4662 static char *e (p, i)
4668 static char *f (char * (*g) (char **, int), char **p, ...)
4673 s = g (p, va_arg (v,int));
4678 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4679 function prototypes and stuff, but not '\xHH' hex character constants.
4680 These don't provoke an error unfortunately, instead are silently treated
4681 as 'x'. The following induces an error, until -std is added to get
4682 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4683 array size at least. It's necessary to write '\x00'==0 to get something
4684 that's true only with -std. */
4685 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4687 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4688 inside strings and character constants. */
4690 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4692 int test (int i, double x);
4693 struct s1 {int (*f) (int a);};
4694 struct s2 {int (*f) (double a);};
4695 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4701 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4706 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4707 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4709 CC="$ac_save_CC $ac_arg"
4710 if ac_fn_c_try_compile "$LINENO"; then :
4711 ac_cv_prog_cc_c89=$ac_arg
4713 rm -f core conftest.err conftest.$ac_objext
4714 test "x$ac_cv_prog_cc_c89" != "xno" && break
4716 rm -f conftest.$ac_ext
4721 case "x$ac_cv_prog_cc_c89" in
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4724 $as_echo "none needed" >&6; } ;;
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4727 $as_echo "unsupported" >&6; } ;;
4729 CC="$CC $ac_cv_prog_cc_c89"
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4731 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4733 if test "x$ac_cv_prog_cc_c89" != xno; then :
4738 ac_cpp='$CPP $CPPFLAGS'
4739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4744 ac_cpp='$CXXCPP $CPPFLAGS'
4745 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4746 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4747 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4748 if test -z "$CXX"; then
4749 if test -n "$CCC"; then
4752 if test -n "$ac_tool_prefix"; then
4753 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4755 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4756 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4758 $as_echo_n "checking for $ac_word... " >&6; }
4759 if ${ac_cv_prog_CXX+:} false; then :
4760 $as_echo_n "(cached) " >&6
4762 if test -n "$CXX"; then
4763 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 test -z "$as_dir" && as_dir=.
4770 for ac_exec_ext in '' $ac_executable_extensions; do
4771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4772 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4783 if test -n "$CXX"; then
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4785 $as_echo "$CXX" >&6; }
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4788 $as_echo "no" >&6; }
4792 test -n "$CXX" && break
4795 if test -z "$CXX"; then
4797 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4799 # Extract the first word of "$ac_prog", so it can be a program name with args.
4800 set dummy $ac_prog; ac_word=$2
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4802 $as_echo_n "checking for $ac_word... " >&6; }
4803 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4804 $as_echo_n "(cached) " >&6
4806 if test -n "$ac_ct_CXX"; then
4807 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4813 test -z "$as_dir" && as_dir=.
4814 for ac_exec_ext in '' $ac_executable_extensions; do
4815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4816 ac_cv_prog_ac_ct_CXX="$ac_prog"
4817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4826 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4827 if test -n "$ac_ct_CXX"; then
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4829 $as_echo "$ac_ct_CXX" >&6; }
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4832 $as_echo "no" >&6; }
4836 test -n "$ac_ct_CXX" && break
4839 if test "x$ac_ct_CXX" = x; then
4842 case $cross_compiling:$ac_tool_warned in
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4845 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4846 ac_tool_warned=yes ;;
4854 # Provide some information about the compiler.
4855 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4858 for ac_option in --version -v -V -qversion; do
4859 { { ac_try="$ac_compiler $ac_option >&5"
4861 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4862 *) ac_try_echo
=$ac_try;;
4864 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4865 $as_echo "$ac_try_echo"; } >&5
4866 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4868 if test -s conftest.err
; then
4870 ... rest of stderr output deleted ...
4871 10q' conftest.err
>conftest.er1
4872 cat conftest.er1
>&5
4874 rm -f conftest.er1 conftest.err
4875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4876 test $ac_status = 0; }
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4880 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4881 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4882 $as_echo_n "(cached) " >&6
4884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4885 /* end confdefs.h. */
4898 if ac_fn_cxx_try_compile
"$LINENO"; then :
4903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4904 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4908 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4909 if test $ac_compiler_gnu = yes; then
4914 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4915 ac_save_CXXFLAGS
=$CXXFLAGS
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4917 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4918 if ${ac_cv_prog_cxx_g+:} false
; then :
4919 $as_echo_n "(cached) " >&6
4921 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4922 ac_cxx_werror_flag
=yes
4925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4926 /* end confdefs.h. */
4936 if ac_fn_cxx_try_compile
"$LINENO"; then :
4937 ac_cv_prog_cxx_g
=yes
4940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4941 /* end confdefs.h. */
4951 if ac_fn_cxx_try_compile
"$LINENO"; then :
4954 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4957 /* end confdefs.h. */
4967 if ac_fn_cxx_try_compile
"$LINENO"; then :
4968 ac_cv_prog_cxx_g
=yes
4970 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4972 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4974 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4975 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4978 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4979 if test "$ac_test_CXXFLAGS" = set; then
4980 CXXFLAGS
=$ac_save_CXXFLAGS
4981 elif test $ac_cv_prog_cxx_g = yes; then
4982 if test "$GXX" = yes; then
4988 if test "$GXX" = yes; then
4995 ac_cpp
='$CPP $CPPFLAGS'
4996 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4997 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4998 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5000 if test -n "$ac_tool_prefix"; then
5001 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5002 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if ${ac_cv_prog_CPPBIN+:} false
; then :
5006 $as_echo_n "(cached) " >&6
5008 if test -n "$CPPBIN"; then
5009 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5011 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5015 test -z "$as_dir" && as_dir
=.
5016 for ac_exec_ext
in '' $ac_executable_extensions; do
5017 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5018 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 CPPBIN
=$ac_cv_prog_CPPBIN
5029 if test -n "$CPPBIN"; then
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5031 $as_echo "$CPPBIN" >&6; }
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5039 if test -z "$ac_cv_prog_CPPBIN"; then
5040 ac_ct_CPPBIN
=$CPPBIN
5041 # Extract the first word of "cpp", so it can be a program name with args.
5042 set dummy cpp
; ac_word
=$2
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5044 $as_echo_n "checking for $ac_word... " >&6; }
5045 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5046 $as_echo_n "(cached) " >&6
5048 if test -n "$ac_ct_CPPBIN"; then
5049 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5051 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5055 test -z "$as_dir" && as_dir
=.
5056 for ac_exec_ext
in '' $ac_executable_extensions; do
5057 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5058 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5068 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5069 if test -n "$ac_ct_CPPBIN"; then
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5071 $as_echo "$ac_ct_CPPBIN" >&6; }
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5074 $as_echo "no" >&6; }
5077 if test "x$ac_ct_CPPBIN" = x
; then
5080 case $cross_compiling:$ac_tool_warned in
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5083 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5084 ac_tool_warned
=yes ;;
5086 CPPBIN
=$ac_ct_CPPBIN
5089 CPPBIN
="$ac_cv_prog_CPPBIN"
5093 cat >>confdefs.h
<<_ACEOF
5094 #define EXEEXT "$ac_exeext"
5097 if test -n "$ac_tool_prefix"; then
5098 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5099 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5101 $as_echo_n "checking for $ac_word... " >&6; }
5102 if ${ac_cv_prog_LD+:} false
; then :
5103 $as_echo_n "(cached) " >&6
5105 if test -n "$LD"; then
5106 ac_cv_prog_LD
="$LD" # Let the user override the test.
5108 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5112 test -z "$as_dir" && as_dir
=.
5113 for ac_exec_ext
in '' $ac_executable_extensions; do
5114 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5115 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5126 if test -n "$LD"; then
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5128 $as_echo "$LD" >&6; }
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5131 $as_echo "no" >&6; }
5136 if test -z "$ac_cv_prog_LD"; then
5138 # Extract the first word of "ld", so it can be a program name with args.
5139 set dummy ld
; ac_word
=$2
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5141 $as_echo_n "checking for $ac_word... " >&6; }
5142 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5143 $as_echo_n "(cached) " >&6
5145 if test -n "$ac_ct_LD"; then
5146 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5152 test -z "$as_dir" && as_dir
=.
5153 for ac_exec_ext
in '' $ac_executable_extensions; do
5154 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5155 ac_cv_prog_ac_ct_LD
="ld"
5156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5165 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5166 if test -n "$ac_ct_LD"; then
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5168 $as_echo "$ac_ct_LD" >&6; }
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5171 $as_echo "no" >&6; }
5174 if test "x$ac_ct_LD" = x
; then
5177 case $cross_compiling:$ac_tool_warned in
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5180 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5181 ac_tool_warned
=yes ;;
5192 with_fontconfig
=${with_fontconfig:-no}
5194 *-mingw32*|
*-cygwin*)
5195 enable_win16
=${enable_win16:-no}
5196 CFLAGS
="$CFLAGS -D_WIN32"
5202 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5207 $as_echo_n "checking whether $CC works... " >&6; }
5209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5210 /* end confdefs.h. */
5220 if ac_fn_c_try_link
"$LINENO"; then :
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5222 $as_echo "yes" >&6; }
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5225 $as_echo "no" >&6; }
5226 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5228 rm -f core conftest.err conftest.
$ac_objext \
5229 conftest
$ac_exeext conftest.
$ac_ext
5231 notice_platform
="32-bit "
5234 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5235 export PKG_CONFIG_PATH
5236 enable_win16
=${enable_win16:-yes}
5238 if test "x${GCC}" = "xyes"
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5241 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5243 /* end confdefs.h. */
5248 void func(__builtin_ms_va_list *args);
5253 if ac_fn_c_try_compile
"$LINENO"; then :
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5255 $as_echo "yes" >&6; }
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258 $as_echo "no" >&6; }
5259 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5261 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5266 notice_platform
="64-bit "
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5273 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5275 /* end confdefs.h. */
5276 int ac_test(int i) { return i; }
5280 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5285 if ac_fn_c_try_link
"$LINENO"; then :
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5287 $as_echo "yes" >&6; }
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5290 $as_echo "no" >&6; }
5291 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5293 rm -f core conftest.err conftest.
$ac_objext \
5294 conftest
$ac_exeext conftest.
$ac_ext
5295 case $with_float_abi in
5297 float_abi
=$with_float_abi ;;
5304 saved_CFLAGS
=$CFLAGS
5305 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5307 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h. */
5314 asm("vmrs r2,fpscr");
5319 if ac_fn_c_try_link
"$LINENO"; then :
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5321 $as_echo "yes" >&6; }
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5324 $as_echo "no" >&6; }
5326 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5328 rm -f core conftest.err conftest.
$ac_objext \
5329 conftest
$ac_exeext conftest.
$ac_ext
5330 CFLAGS
=$saved_CFLAGS
5334 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5335 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5339 enable_win16
=${enable_win16:-yes}
5343 enable_win16
=${enable_win16:-no}
5344 enable_win64
=${enable_win64:-no}
5346 enable_winetest
=${enable_winetest:-$enable_tests}
5348 if test -n "$with_wine64"
5350 if test "x$enable_win64" = "xyes"
5352 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5353 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5355 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5356 You should create a separate build directory and run configure from there." "$LINENO" 5
5357 enable_fonts
=${enable_fonts:-no}
5358 enable_server
=${enable_server:-no}
5359 elif test "x$enable_win64" = "xyes"
5361 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5365 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5366 if ${wine_cv_toolsdir+:} false
; then :
5367 $as_echo_n "(cached) " >&6
5369 wine_cv_toolsdir
="$with_wine_tools"
5370 if test -z "$with_wine_tools"; then
5371 if test "$cross_compiling" = "yes"; then
5372 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5373 elif test -n "$with_wine64"; then
5374 wine_cv_toolsdir
="$with_wine64"
5377 if test -z "$wine_cv_toolsdir"; then
5378 wine_makedep
=tools
/makedep
5379 wine_cv_toolsdir
="\$(top_builddir)"
5380 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5381 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5382 case "$wine_cv_toolsdir" in
5384 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5386 enable_tools
=${enable_tools:-no}
5387 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5389 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5393 $as_echo "$wine_cv_toolsdir" >&6; }
5394 TOOLSDIR
=$wine_cv_toolsdir
5396 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5398 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5404 # Extract the first word of "$ac_prog", so it can be a program name with args.
5405 set dummy
$ac_prog; ac_word
=$2
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5407 $as_echo_n "checking for $ac_word... " >&6; }
5408 if ${ac_cv_prog_FLEX+:} false
; then :
5409 $as_echo_n "(cached) " >&6
5411 if test -n "$FLEX"; then
5412 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5414 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5418 test -z "$as_dir" && as_dir
=.
5419 for ac_exec_ext
in '' $ac_executable_extensions; do
5420 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5421 ac_cv_prog_FLEX
="$ac_prog"
5422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5431 FLEX
=$ac_cv_prog_FLEX
5432 if test -n "$FLEX"; then
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5434 $as_echo "$FLEX" >&6; }
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5437 $as_echo "no" >&6; }
5441 test -n "$FLEX" && break
5443 test -n "$FLEX" || FLEX
="none"
5445 if test "$FLEX" = "none"
5447 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5450 $as_echo_n "checking whether flex is recent enough... " >&6; }
5451 cat >conftest.l
<<EOF
5453 #include "prediluvian.h"
5457 if $FLEX -t conftest.l
>/dev
/null
2>&5
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5460 $as_echo "yes" >&6; }
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5463 $as_echo "no" >&6; }
5464 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5467 for ac_prog
in bison
5469 # Extract the first word of "$ac_prog", so it can be a program name with args.
5470 set dummy
$ac_prog; ac_word
=$2
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5472 $as_echo_n "checking for $ac_word... " >&6; }
5473 if ${ac_cv_prog_BISON+:} false
; then :
5474 $as_echo_n "(cached) " >&6
5476 if test -n "$BISON"; then
5477 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5483 test -z "$as_dir" && as_dir
=.
5484 for ac_exec_ext
in '' $ac_executable_extensions; do
5485 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5486 ac_cv_prog_BISON
="$ac_prog"
5487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 BISON
=$ac_cv_prog_BISON
5497 if test -n "$BISON"; then
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5499 $as_echo "$BISON" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5502 $as_echo "no" >&6; }
5506 test -n "$BISON" && break
5508 test -n "$BISON" || BISON
="none"
5510 if test "$BISON" = "none"
5512 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5515 if test -n "$ac_tool_prefix"; then
5516 for ac_prog
in ar gar
5518 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5519 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5521 $as_echo_n "checking for $ac_word... " >&6; }
5522 if ${ac_cv_prog_AR+:} false
; then :
5523 $as_echo_n "(cached) " >&6
5525 if test -n "$AR"; then
5526 ac_cv_prog_AR
="$AR" # Let the user override the test.
5528 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5532 test -z "$as_dir" && as_dir
=.
5533 for ac_exec_ext
in '' $ac_executable_extensions; do
5534 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5535 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5546 if test -n "$AR"; then
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5548 $as_echo "$AR" >&6; }
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5551 $as_echo "no" >&6; }
5555 test -n "$AR" && break
5558 if test -z "$AR"; then
5560 for ac_prog
in ar gar
5562 # Extract the first word of "$ac_prog", so it can be a program name with args.
5563 set dummy
$ac_prog; ac_word
=$2
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5565 $as_echo_n "checking for $ac_word... " >&6; }
5566 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5567 $as_echo_n "(cached) " >&6
5569 if test -n "$ac_ct_AR"; then
5570 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5576 test -z "$as_dir" && as_dir
=.
5577 for ac_exec_ext
in '' $ac_executable_extensions; do
5578 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5579 ac_cv_prog_ac_ct_AR
="$ac_prog"
5580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5589 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5590 if test -n "$ac_ct_AR"; then
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5592 $as_echo "$ac_ct_AR" >&6; }
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5595 $as_echo "no" >&6; }
5599 test -n "$ac_ct_AR" && break
5602 if test "x$ac_ct_AR" = x
; then
5605 case $cross_compiling:$ac_tool_warned in
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5608 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5609 ac_tool_warned
=yes ;;
5615 if test -n "$ac_tool_prefix"; then
5616 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5617 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5619 $as_echo_n "checking for $ac_word... " >&6; }
5620 if ${ac_cv_prog_STRIP+:} false
; then :
5621 $as_echo_n "(cached) " >&6
5623 if test -n "$STRIP"; then
5624 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5630 test -z "$as_dir" && as_dir
=.
5631 for ac_exec_ext
in '' $ac_executable_extensions; do
5632 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5633 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5643 STRIP
=$ac_cv_prog_STRIP
5644 if test -n "$STRIP"; then
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5646 $as_echo "$STRIP" >&6; }
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5649 $as_echo "no" >&6; }
5654 if test -z "$ac_cv_prog_STRIP"; then
5656 # Extract the first word of "strip", so it can be a program name with args.
5657 set dummy strip
; ac_word
=$2
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5659 $as_echo_n "checking for $ac_word... " >&6; }
5660 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5661 $as_echo_n "(cached) " >&6
5663 if test -n "$ac_ct_STRIP"; then
5664 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5670 test -z "$as_dir" && as_dir
=.
5671 for ac_exec_ext
in '' $ac_executable_extensions; do
5672 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5673 ac_cv_prog_ac_ct_STRIP
="strip"
5674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5683 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5684 if test -n "$ac_ct_STRIP"; then
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5686 $as_echo "$ac_ct_STRIP" >&6; }
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5689 $as_echo "no" >&6; }
5692 if test "x$ac_ct_STRIP" = x
; then
5695 case $cross_compiling:$ac_tool_warned in
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5699 ac_tool_warned
=yes ;;
5704 STRIP
="$ac_cv_prog_STRIP"
5709 if test -n "$ac_tool_prefix"; then
5710 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5711 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5713 $as_echo_n "checking for $ac_word... " >&6; }
5714 if ${ac_cv_prog_RANLIB+:} false
; then :
5715 $as_echo_n "(cached) " >&6
5717 if test -n "$RANLIB"; then
5718 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5720 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5724 test -z "$as_dir" && as_dir
=.
5725 for ac_exec_ext
in '' $ac_executable_extensions; do
5726 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5727 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5737 RANLIB
=$ac_cv_prog_RANLIB
5738 if test -n "$RANLIB"; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5740 $as_echo "$RANLIB" >&6; }
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5743 $as_echo "no" >&6; }
5748 if test -z "$ac_cv_prog_RANLIB"; then
5749 ac_ct_RANLIB
=$RANLIB
5750 # Extract the first word of "ranlib", so it can be a program name with args.
5751 set dummy ranlib
; ac_word
=$2
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5753 $as_echo_n "checking for $ac_word... " >&6; }
5754 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5755 $as_echo_n "(cached) " >&6
5757 if test -n "$ac_ct_RANLIB"; then
5758 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5760 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5764 test -z "$as_dir" && as_dir
=.
5765 for ac_exec_ext
in '' $ac_executable_extensions; do
5766 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5767 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5777 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5778 if test -n "$ac_ct_RANLIB"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5780 $as_echo "$ac_ct_RANLIB" >&6; }
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783 $as_echo "no" >&6; }
5786 if test "x$ac_ct_RANLIB" = x
; then
5789 case $cross_compiling:$ac_tool_warned in
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5792 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5793 ac_tool_warned
=yes ;;
5795 RANLIB
=$ac_ct_RANLIB
5798 RANLIB
="$ac_cv_prog_RANLIB"
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5802 $as_echo_n "checking whether ln -s works... " >&6; }
5804 if test "$LN_S" = "ln -s"; then
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5806 $as_echo "yes" >&6; }
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5809 $as_echo "no, using $LN_S" >&6; }
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5813 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5814 if ${ac_cv_path_GREP+:} false
; then :
5815 $as_echo_n "(cached) " >&6
5817 if test -z "$GREP"; then
5818 ac_path_GREP_found
=false
5819 # Loop through the user's path and test for each of PROGNAME-LIST
5820 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5821 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5824 test -z "$as_dir" && as_dir
=.
5825 for ac_prog
in grep ggrep
; do
5826 for ac_exec_ext
in '' $ac_executable_extensions; do
5827 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5828 as_fn_executable_p
"$ac_path_GREP" ||
continue
5829 # Check for GNU ac_path_GREP and select it if it is found.
5830 # Check for GNU $ac_path_GREP
5831 case `"$ac_path_GREP" --version 2>&1` in
5833 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5836 $as_echo_n 0123456789 >"conftest.in"
5839 cat "conftest.in" "conftest.in" >"conftest.tmp"
5840 mv "conftest.tmp" "conftest.in"
5841 cp "conftest.in" "conftest.nl"
5842 $as_echo 'GREP' >> "conftest.nl"
5843 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5844 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5845 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5846 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5847 # Best one so far, save it but keep looking for a better one
5848 ac_cv_path_GREP
="$ac_path_GREP"
5849 ac_path_GREP_max
=$ac_count
5851 # 10*(2^10) chars as input seems more than enough
5852 test $ac_count -gt 10 && break
5854 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5857 $ac_path_GREP_found && break 3
5862 if test -z "$ac_cv_path_GREP"; then
5863 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5866 ac_cv_path_GREP
=$GREP
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5871 $as_echo "$ac_cv_path_GREP" >&6; }
5872 GREP
="$ac_cv_path_GREP"
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5876 $as_echo_n "checking for egrep... " >&6; }
5877 if ${ac_cv_path_EGREP+:} false
; then :
5878 $as_echo_n "(cached) " >&6
5880 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5881 then ac_cv_path_EGREP
="$GREP -E"
5883 if test -z "$EGREP"; then
5884 ac_path_EGREP_found
=false
5885 # Loop through the user's path and test for each of PROGNAME-LIST
5886 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5887 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5890 test -z "$as_dir" && as_dir
=.
5891 for ac_prog
in egrep; do
5892 for ac_exec_ext
in '' $ac_executable_extensions; do
5893 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5894 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5895 # Check for GNU ac_path_EGREP and select it if it is found.
5896 # Check for GNU $ac_path_EGREP
5897 case `"$ac_path_EGREP" --version 2>&1` in
5899 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5902 $as_echo_n 0123456789 >"conftest.in"
5905 cat "conftest.in" "conftest.in" >"conftest.tmp"
5906 mv "conftest.tmp" "conftest.in"
5907 cp "conftest.in" "conftest.nl"
5908 $as_echo 'EGREP' >> "conftest.nl"
5909 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5910 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5911 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5912 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5913 # Best one so far, save it but keep looking for a better one
5914 ac_cv_path_EGREP
="$ac_path_EGREP"
5915 ac_path_EGREP_max
=$ac_count
5917 # 10*(2^10) chars as input seems more than enough
5918 test $ac_count -gt 10 && break
5920 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5923 $ac_path_EGREP_found && break 3
5928 if test -z "$ac_cv_path_EGREP"; then
5929 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5932 ac_cv_path_EGREP
=$EGREP
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5938 $as_echo "$ac_cv_path_EGREP" >&6; }
5939 EGREP
="$ac_cv_path_EGREP"
5942 # Extract the first word of "ldconfig", so it can be a program name with args.
5943 set dummy ldconfig
; ac_word
=$2
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if ${ac_cv_path_LDCONFIG+:} false
; then :
5947 $as_echo_n "(cached) " >&6
5951 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5954 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5955 for as_dir
in /sbin
/usr
/sbin
$PATH
5958 test -z "$as_dir" && as_dir
=.
5959 for ac_exec_ext
in '' $ac_executable_extensions; do
5960 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5961 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5969 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5973 LDCONFIG
=$ac_cv_path_LDCONFIG
5974 if test -n "$LDCONFIG"; then
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5976 $as_echo "$LDCONFIG" >&6; }
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5979 $as_echo "no" >&6; }
5983 for ac_prog
in msgfmt
5985 # Extract the first word of "$ac_prog", so it can be a program name with args.
5986 set dummy
$ac_prog; ac_word
=$2
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5988 $as_echo_n "checking for $ac_word... " >&6; }
5989 if ${ac_cv_prog_MSGFMT+:} false
; then :
5990 $as_echo_n "(cached) " >&6
5992 if test -n "$MSGFMT"; then
5993 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5999 test -z "$as_dir" && as_dir
=.
6000 for ac_exec_ext
in '' $ac_executable_extensions; do
6001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6002 ac_cv_prog_MSGFMT
="$ac_prog"
6003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6012 MSGFMT
=$ac_cv_prog_MSGFMT
6013 if test -n "$MSGFMT"; then
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6015 $as_echo "$MSGFMT" >&6; }
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6018 $as_echo "no" >&6; }
6022 test -n "$MSGFMT" && break
6024 test -n "$MSGFMT" || MSGFMT
="false"
6026 if ${ac_tool_prefix+:} false
; then :
6027 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6028 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6030 $as_echo_n "checking for $ac_word... " >&6; }
6031 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6032 $as_echo_n "(cached) " >&6
6034 if test -n "$PKG_CONFIG"; then
6035 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6041 test -z "$as_dir" && as_dir
=.
6042 for ac_exec_ext
in '' $ac_executable_extensions; do
6043 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6044 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6054 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6055 if test -n "$PKG_CONFIG"; then
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6057 $as_echo "$PKG_CONFIG" >&6; }
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6060 $as_echo "no" >&6; }
6065 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6066 if test "x$cross_compiling" = xyes
; then :
6069 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6070 # Extract the first word of "pkg-config", so it can be a program name with args.
6071 set dummy pkg-config
; ac_word
=$2
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6073 $as_echo_n "checking for $ac_word... " >&6; }
6074 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6075 $as_echo_n "(cached) " >&6
6077 if test -n "$PKG_CONFIG"; then
6078 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6084 test -z "$as_dir" && as_dir
=.
6085 for ac_exec_ext
in '' $ac_executable_extensions; do
6086 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6087 ac_cv_prog_PKG_CONFIG
="pkg-config"
6088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6097 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6098 if test -n "$PKG_CONFIG"; then
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6100 $as_echo "$PKG_CONFIG" >&6; }
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6103 $as_echo "no" >&6; }
6109 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6112 if test "x$enable_maintainer_mode" != "xyes"
6119 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6120 for ac_prog
in fontforge
6122 # Extract the first word of "$ac_prog", so it can be a program name with args.
6123 set dummy
$ac_prog; ac_word
=$2
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6125 $as_echo_n "checking for $ac_word... " >&6; }
6126 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6127 $as_echo_n "(cached) " >&6
6129 if test -n "$FONTFORGE"; then
6130 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6136 test -z "$as_dir" && as_dir
=.
6137 for ac_exec_ext
in '' $ac_executable_extensions; do
6138 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6139 ac_cv_prog_FONTFORGE
="$ac_prog"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 FONTFORGE
=$ac_cv_prog_FONTFORGE
6150 if test -n "$FONTFORGE"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6152 $as_echo "$FONTFORGE" >&6; }
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155 $as_echo "no" >&6; }
6159 test -n "$FONTFORGE" && break
6161 test -n "$FONTFORGE" || FONTFORGE
="false"
6163 for ac_prog
in rsvg-convert rsvg
6165 # Extract the first word of "$ac_prog", so it can be a program name with args.
6166 set dummy
$ac_prog; ac_word
=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if ${ac_cv_prog_RSVG+:} false
; then :
6170 $as_echo_n "(cached) " >&6
6172 if test -n "$RSVG"; then
6173 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6175 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6179 test -z "$as_dir" && as_dir
=.
6180 for ac_exec_ext
in '' $ac_executable_extensions; do
6181 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6182 ac_cv_prog_RSVG
="$ac_prog"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6192 RSVG
=$ac_cv_prog_RSVG
6193 if test -n "$RSVG"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6195 $as_echo "$RSVG" >&6; }
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6202 test -n "$RSVG" && break
6204 test -n "$RSVG" || RSVG
="false"
6206 for ac_prog
in convert
6208 # Extract the first word of "$ac_prog", so it can be a program name with args.
6209 set dummy
$ac_prog; ac_word
=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if ${ac_cv_prog_CONVERT+:} false
; then :
6213 $as_echo_n "(cached) " >&6
6215 if test -n "$CONVERT"; then
6216 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6222 test -z "$as_dir" && as_dir
=.
6223 for ac_exec_ext
in '' $ac_executable_extensions; do
6224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6225 ac_cv_prog_CONVERT
="$ac_prog"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6235 CONVERT
=$ac_cv_prog_CONVERT
6236 if test -n "$CONVERT"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6238 $as_echo "$CONVERT" >&6; }
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6245 test -n "$CONVERT" && break
6247 test -n "$CONVERT" || CONVERT
="false"
6249 for ac_prog
in icotool
6251 # Extract the first word of "$ac_prog", so it can be a program name with args.
6252 set dummy
$ac_prog; ac_word
=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6256 $as_echo_n "(cached) " >&6
6258 if test -n "$ICOTOOL"; then
6259 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6265 test -z "$as_dir" && as_dir
=.
6266 for ac_exec_ext
in '' $ac_executable_extensions; do
6267 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6268 ac_cv_prog_ICOTOOL
="$ac_prog"
6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 ICOTOOL
=$ac_cv_prog_ICOTOOL
6279 if test -n "$ICOTOOL"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6281 $as_echo "$ICOTOOL" >&6; }
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6288 test -n "$ICOTOOL" && break
6290 test -n "$ICOTOOL" || ICOTOOL
="false"
6292 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6293 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6295 if test "$CONVERT" = false
6297 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6300 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6301 convert_version
=`convert --version | head -n1`
6302 if test "x$convert_version" != "x"
6304 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6305 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6306 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6311 if test "$CONVERT" = false
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6314 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6315 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6318 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6322 if test "$ICOTOOL" = false
6324 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6327 $as_echo_n "checking for recent enough icotool... " >&6; }
6328 icotool_version
=`icotool --version | head -n1`
6329 if test "x$icotool_version" != "x"
6331 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6332 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6333 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6336 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6339 if test "$ICOTOOL" = false
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6342 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6343 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6346 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6352 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6355 test "x$with_gettext" != xno || MSGFMT
=false
6356 if test "$MSGFMT" != "false"
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6359 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6360 cat >conftest.po
<<EOF
6366 if $MSGFMT -o /dev
/null conftest.po
2>&5
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6369 $as_echo "yes" >&6; }
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6372 $as_echo "no" >&6; }
6376 if test "$MSGFMT" = false
; then :
6377 case "x$with_gettext" in
6378 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6380 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6381 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6383 enable_po
=${enable_po:-no}
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6388 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6389 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6390 $as_echo_n "(cached) " >&6
6392 ac_check_lib_save_LIBS
=$LIBS
6394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6395 /* end confdefs.h. */
6397 /* Override any GCC internal prototype to avoid an error.
6398 Use char because int might match the return type of a GCC
6399 builtin and then its argument prototype would still apply. */
6403 char i386_set_ldt ();
6407 return i386_set_ldt ();
6412 if ac_fn_c_try_link
"$LINENO"; then :
6413 ac_cv_lib_i386_i386_set_ldt
=yes
6415 ac_cv_lib_i386_i386_set_ldt
=no
6417 rm -f core conftest.err conftest.
$ac_objext \
6418 conftest
$ac_exeext conftest.
$ac_ext
6419 LIBS
=$ac_check_lib_save_LIBS
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6422 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6423 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6424 cat >>confdefs.h
<<_ACEOF
6425 #define HAVE_LIBI386 1
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6433 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6434 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6435 $as_echo_n "(cached) " >&6
6437 ac_check_lib_save_LIBS
=$LIBS
6438 LIBS
="-lossaudio $LIBS"
6439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6440 /* end confdefs.h. */
6442 /* Override any GCC internal prototype to avoid an error.
6443 Use char because int might match the return type of a GCC
6444 builtin and then its argument prototype would still apply. */
6452 return _oss_ioctl ();
6457 if ac_fn_c_try_link
"$LINENO"; then :
6458 ac_cv_lib_ossaudio__oss_ioctl
=yes
6460 ac_cv_lib_ossaudio__oss_ioctl
=no
6462 rm -f core conftest.err conftest.
$ac_objext \
6463 conftest
$ac_exeext conftest.
$ac_ext
6464 LIBS
=$ac_check_lib_save_LIBS
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6467 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6468 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6469 cat >>confdefs.h
<<_ACEOF
6470 #define HAVE_LIBOSSAUDIO 1
6473 LIBS
="-lossaudio $LIBS"
6482 # Check whether --enable-largefile was given.
6483 if test "${enable_largefile+set}" = set; then :
6484 enableval
=$enable_largefile;
6487 if test "$enable_largefile" != no
; then
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6490 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6491 if ${ac_cv_sys_largefile_CC+:} false
; then :
6492 $as_echo_n "(cached) " >&6
6494 ac_cv_sys_largefile_CC
=no
6495 if test "$GCC" != yes; then
6498 # IRIX 6.2 and later do not support large files by default,
6499 # so use the C compiler's -n32 option if that helps.
6500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6501 /* end confdefs.h. */
6502 #include <sys/types.h>
6503 /* Check that off_t can represent 2**63 - 1 correctly.
6504 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6505 since some C++ compilers masquerading as C compilers
6506 incorrectly reject 9223372036854775807. */
6507 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6508 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6509 && LARGE_OFF_T % 2147483647 == 1)
6519 if ac_fn_c_try_compile
"$LINENO"; then :
6522 rm -f core conftest.err conftest.
$ac_objext
6524 if ac_fn_c_try_compile
"$LINENO"; then :
6525 ac_cv_sys_largefile_CC
=' -n32'; break
6527 rm -f core conftest.err conftest.
$ac_objext
6531 rm -f conftest.
$ac_ext
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6535 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6536 if test "$ac_cv_sys_largefile_CC" != no
; then
6537 CC
=$CC$ac_cv_sys_largefile_CC
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6541 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6542 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6543 $as_echo_n "(cached) " >&6
6546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6548 #include <sys/types.h>
6549 /* Check that off_t can represent 2**63 - 1 correctly.
6550 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6551 since some C++ compilers masquerading as C compilers
6552 incorrectly reject 9223372036854775807. */
6553 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6554 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6555 && LARGE_OFF_T % 2147483647 == 1)
6565 if ac_fn_c_try_compile
"$LINENO"; then :
6566 ac_cv_sys_file_offset_bits
=no
; break
6568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6570 /* end confdefs.h. */
6571 #define _FILE_OFFSET_BITS 64
6572 #include <sys/types.h>
6573 /* Check that off_t can represent 2**63 - 1 correctly.
6574 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6575 since some C++ compilers masquerading as C compilers
6576 incorrectly reject 9223372036854775807. */
6577 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6578 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6579 && LARGE_OFF_T % 2147483647 == 1)
6589 if ac_fn_c_try_compile
"$LINENO"; then :
6590 ac_cv_sys_file_offset_bits
=64; break
6592 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6593 ac_cv_sys_file_offset_bits
=unknown
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6598 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6599 case $ac_cv_sys_file_offset_bits in #(
6602 cat >>confdefs.h
<<_ACEOF
6603 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6608 if test $ac_cv_sys_file_offset_bits = unknown
; then
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6610 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6611 if ${ac_cv_sys_large_files+:} false
; then :
6612 $as_echo_n "(cached) " >&6
6615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6616 /* end confdefs.h. */
6617 #include <sys/types.h>
6618 /* Check that off_t can represent 2**63 - 1 correctly.
6619 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6620 since some C++ compilers masquerading as C compilers
6621 incorrectly reject 9223372036854775807. */
6622 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6623 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6624 && LARGE_OFF_T % 2147483647 == 1)
6634 if ac_fn_c_try_compile
"$LINENO"; then :
6635 ac_cv_sys_large_files
=no
; break
6637 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h. */
6640 #define _LARGE_FILES 1
6641 #include <sys/types.h>
6642 /* Check that off_t can represent 2**63 - 1 correctly.
6643 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6644 since some C++ compilers masquerading as C compilers
6645 incorrectly reject 9223372036854775807. */
6646 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6647 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6648 && LARGE_OFF_T % 2147483647 == 1)
6658 if ac_fn_c_try_compile
"$LINENO"; then :
6659 ac_cv_sys_large_files
=1; break
6661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6662 ac_cv_sys_large_files
=unknown
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6667 $as_echo "$ac_cv_sys_large_files" >&6; }
6668 case $ac_cv_sys_large_files in #(
6671 cat >>confdefs.h
<<_ACEOF
6672 #define _LARGE_FILES $ac_cv_sys_large_files
6684 ac_cpp
='$CPP $CPPFLAGS'
6685 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6686 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6687 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6689 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6690 # On Suns, sometimes $CPP names a directory.
6691 if test -n "$CPP" && test -d "$CPP"; then
6694 if test -z "$CPP"; then
6695 if ${ac_cv_prog_CPP+:} false
; then :
6696 $as_echo_n "(cached) " >&6
6698 # Double quotes because CPP needs to be expanded
6699 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6702 for ac_c_preproc_warn_flag
in '' yes
6704 # Use a header file that comes with gcc, so configuring glibc
6705 # with a fresh cross-compiler works.
6706 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6707 # <limits.h> exists even on freestanding compilers.
6708 # On the NeXT, cc -E runs the code through the compiler's parser,
6709 # not just through cpp. "Syntax error" is here to catch this case.
6710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h. */
6713 # include <limits.h>
6715 # include <assert.h>
6719 if ac_fn_c_try_cpp
"$LINENO"; then :
6722 # Broken: fails on valid input.
6725 rm -f conftest.err conftest.i conftest.
$ac_ext
6727 # OK, works on sane cases. Now check whether nonexistent headers
6728 # can be detected and how.
6729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6730 /* end confdefs.h. */
6731 #include <ac_nonexistent.h>
6733 if ac_fn_c_try_cpp
"$LINENO"; then :
6734 # Broken: success on invalid input.
6737 # Passes both tests.
6741 rm -f conftest.err conftest.i conftest.
$ac_ext
6744 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6745 rm -f conftest.i conftest.err conftest.
$ac_ext
6746 if $ac_preproc_ok; then :
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6759 $as_echo "$CPP" >&6; }
6761 for ac_c_preproc_warn_flag
in '' yes
6763 # Use a header file that comes with gcc, so configuring glibc
6764 # with a fresh cross-compiler works.
6765 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6766 # <limits.h> exists even on freestanding compilers.
6767 # On the NeXT, cc -E runs the code through the compiler's parser,
6768 # not just through cpp. "Syntax error" is here to catch this case.
6769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h. */
6772 # include <limits.h>
6774 # include <assert.h>
6778 if ac_fn_c_try_cpp
"$LINENO"; then :
6781 # Broken: fails on valid input.
6784 rm -f conftest.err conftest.i conftest.
$ac_ext
6786 # OK, works on sane cases. Now check whether nonexistent headers
6787 # can be detected and how.
6788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 #include <ac_nonexistent.h>
6792 if ac_fn_c_try_cpp
"$LINENO"; then :
6793 # Broken: success on invalid input.
6796 # Passes both tests.
6800 rm -f conftest.err conftest.i conftest.
$ac_ext
6803 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6804 rm -f conftest.i conftest.err conftest.
$ac_ext
6805 if $ac_preproc_ok; then :
6808 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6809 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6810 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6811 See \`config.log' for more details" "$LINENO" 5; }
6815 ac_cpp
='$CPP $CPPFLAGS'
6816 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6817 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6818 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6822 $as_echo_n "checking for ANSI C header files... " >&6; }
6823 if ${ac_cv_header_stdc+:} false
; then :
6824 $as_echo_n "(cached) " >&6
6826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6827 /* end confdefs.h. */
6841 if ac_fn_c_try_compile
"$LINENO"; then :
6842 ac_cv_header_stdc
=yes
6844 ac_cv_header_stdc
=no
6846 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6848 if test $ac_cv_header_stdc = yes; then
6849 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6851 /* end confdefs.h. */
6855 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6856 $EGREP "memchr" >/dev
/null
2>&1; then :
6859 ac_cv_header_stdc
=no
6865 if test $ac_cv_header_stdc = yes; then
6866 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6868 /* end confdefs.h. */
6872 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6873 $EGREP "free" >/dev
/null
2>&1; then :
6876 ac_cv_header_stdc
=no
6882 if test $ac_cv_header_stdc = yes; then
6883 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6884 if test "$cross_compiling" = yes; then :
6887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6888 /* end confdefs.h. */
6891 #if ((' ' & 0x0FF) == 0x020)
6892 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6893 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6895 # define ISLOWER(c) \
6896 (('a' <= (c) && (c) <= 'i') \
6897 || ('j' <= (c) && (c) <= 'r') \
6898 || ('s' <= (c) && (c) <= 'z'))
6899 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6902 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6907 for (i = 0; i < 256; i++)
6908 if (XOR (islower (i), ISLOWER (i))
6909 || toupper (i) != TOUPPER (i))
6914 if ac_fn_c_try_run
"$LINENO"; then :
6917 ac_cv_header_stdc
=no
6919 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6920 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6926 $as_echo "$ac_cv_header_stdc" >&6; }
6927 if test $ac_cv_header_stdc = yes; then
6929 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6933 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6934 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6935 inttypes.h stdint.h unistd.h
6937 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6938 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6940 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6941 cat >>confdefs.h
<<_ACEOF
6942 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6952 ApplicationServices
/ApplicationServices.h \
6953 AudioToolbox
/AudioConverter.h \
6954 AudioUnit
/AudioUnit.h \
6955 AudioUnit
/AudioComponent.h \
6958 CommonCrypto
/CommonCryptor.h \
6959 CoreAudio
/CoreAudio.h \
6960 CoreServices
/CoreServices.h \
6961 DiskArbitration
/DiskArbitration.h \
6964 IOKit
/hid
/IOHIDLib.h \
6967 QuickTime
/ImageCompression.h \
6968 Security
/Security.h \
7018 netinet
/in_systm.h \
7082 valgrind
/memcheck.h \
7083 valgrind
/valgrind.h \
7087 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7088 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7089 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7090 cat >>confdefs.h
<<_ACEOF
7091 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7098 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7099 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7101 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7106 if test $ac_cv_header_sys_mkdev_h = no
; then
7107 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7108 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7110 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7117 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7118 if ${ac_cv_header_stat_broken+:} false
; then :
7119 $as_echo_n "(cached) " >&6
7121 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7122 /* end confdefs.h. */
7123 #include <sys/types.h>
7124 #include <sys/stat.h>
7126 #if defined S_ISBLK && defined S_IFDIR
7127 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7130 #if defined S_ISBLK && defined S_IFCHR
7131 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7134 #if defined S_ISLNK && defined S_IFREG
7135 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7138 #if defined S_ISSOCK && defined S_IFREG
7139 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7143 if ac_fn_c_try_compile
"$LINENO"; then :
7144 ac_cv_header_stat_broken
=no
7146 ac_cv_header_stat_broken
=yes
7148 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7151 $as_echo "$ac_cv_header_stat_broken" >&6; }
7152 if test $ac_cv_header_stat_broken = yes; then
7154 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7160 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7162 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7163 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7164 #ifdef HAVE_SYS_PARAM_H
7165 # include <sys/param.h>
7168 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7169 cat >>confdefs.h
<<_ACEOF
7170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7185 netinet
/if_ether.h \
7186 netinet
/if_inarp.h \
7195 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7196 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7197 #ifdef HAVE_SYS_SOCKET_H
7198 # include <sys/socket.h>
7200 #ifdef HAVE_SYS_SOCKETVAR_H
7201 # include <sys/socketvar.h>
7203 #ifdef HAVE_NET_ROUTE_H
7204 # include <net/route.h>
7206 #ifdef HAVE_NETINET_IN_H
7207 # include <netinet/in.h>
7209 #ifdef HAVE_NETINET_IN_SYSTM_H
7210 # include <netinet/in_systm.h>
7212 #ifdef HAVE_NET_IF_H
7213 # include <net/if.h>
7215 #ifdef HAVE_NETINET_IP_H
7216 # include <netinet/ip.h>
7219 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7220 cat >>confdefs.h
<<_ACEOF
7221 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7229 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7231 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7232 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7236 #ifdef HAVE_SYS_SOCKET_H
7237 # include <sys/socket.h>
7239 #ifdef HAVE_SYS_SOCKETVAR_H
7240 # include <sys/socketvar.h>
7242 #ifdef HAVE_SYS_TIMEOUT_H
7243 # include <sys/timeout.h>
7245 #ifdef HAVE_NETINET_IN_H
7246 # include <netinet/in.h>
7248 #ifdef HAVE_NETINET_IN_SYSTM_H
7249 # include <netinet/in_systm.h>
7251 #ifdef HAVE_NETINET_IP_H
7252 # include <netinet/ip.h>
7254 #ifdef HAVE_NETINET_IP_VAR_H
7255 # include <netinet/ip_var.h>
7257 #ifdef HAVE_NETINET_IP_ICMP_H
7258 # include <netinet/ip_icmp.h>
7260 #ifdef HAVE_NETINET_UDP_H
7261 # include <netinet/udp.h>
7263 #ifdef HAVE_NETINET_TCP_H
7264 # include <netinet/tcp.h>
7266 #ifdef HAVE_NETINET_TCP_TIMER_H
7267 #include <netinet/tcp_timer.h>
7270 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7271 cat >>confdefs.h
<<_ACEOF
7272 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7280 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7282 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7283 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7284 #ifdef HAVE_ASM_TYPES_H
7285 # include <asm/types.h>
7287 #ifdef HAVE_SYS_SOCKET_H
7288 # include <sys/socket.h>
7290 #ifdef HAVE_LINUX_TYPES_H
7291 # include <linux/types.h>
7294 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7295 cat >>confdefs.h
<<_ACEOF
7296 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7304 for ac_header
in mach-o
/dyld_images.h
7306 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7307 # include <stdbool.h>
7309 #ifdef HAVE_STDINT_H
7310 # include <stdint.h>
7313 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7314 cat >>confdefs.h
<<_ACEOF
7315 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7323 for ac_header
in resolv.h
7325 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7326 #ifdef HAVE_SYS_SOCKET_H
7327 # include <sys/socket.h>
7329 #ifdef HAVE_NETINET_IN_H
7330 # include <netinet/in.h>
7332 #ifdef HAVE_ARPA_NAMESER_H
7333 # include <arpa/nameser.h>
7336 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7337 cat >>confdefs.h
<<_ACEOF
7338 #define HAVE_RESOLV_H 1
7346 for ac_header
in ifaddrs.h
7348 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7350 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7351 cat >>confdefs.h
<<_ACEOF
7352 #define HAVE_IFADDRS_H 1
7360 for ac_header
in sys
/ucontext.h
7362 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7364 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7365 cat >>confdefs.h
<<_ACEOF
7366 #define HAVE_SYS_UCONTEXT_H 1
7374 for ac_header
in sys
/thr.h
7376 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7377 #ifdef HAVE_SYS_UCONTEXT_H
7378 #include <sys/ucontext.h>
7381 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7382 cat >>confdefs.h
<<_ACEOF
7383 #define HAVE_SYS_THR_H 1
7391 for ac_header
in pthread_np.h
7393 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7394 #include <pthread.h>
7397 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7398 cat >>confdefs.h
<<_ACEOF
7399 #define HAVE_PTHREAD_NP_H 1
7407 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7409 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7410 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7411 #include <sys/time.h>
7413 #include <sys/types.h>
7414 #ifdef HAVE_ASM_TYPES_H
7415 #include <asm/types.h>
7418 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7419 cat >>confdefs.h
<<_ACEOF
7420 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7428 for ac_header
in libprocstat.h
7430 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7431 #include <sys/param.h>
7433 #ifdef HAVE_SYS_QUEUE_H
7434 #include <sys/queue.h>
7436 #ifdef HAVE_SYS_SOCKET_H
7437 #include <sys/socket.h>
7440 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7441 cat >>confdefs.h
<<_ACEOF
7442 #define HAVE_LIBPROCSTAT_H 1
7451 dlldir
="\${libdir}/wine"
7453 DLLFLAGS
="-D_REENTRANT"
7461 WINELOADER_LDFLAGS
=""
7466 # Extract the first word of "ldd", so it can be a program name with args.
7467 set dummy ldd
; ac_word
=$2
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7469 $as_echo_n "checking for $ac_word... " >&6; }
7470 if ${ac_cv_path_LDD+:} false
; then :
7471 $as_echo_n "(cached) " >&6
7475 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7479 as_dummy
="/sbin:/usr/sbin:$PATH"
7480 for as_dir
in $as_dummy
7483 test -z "$as_dir" && as_dir
=.
7484 for ac_exec_ext
in '' $ac_executable_extensions; do
7485 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7486 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7494 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7499 if test -n "$LDD"; then
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7501 $as_echo "$LDD" >&6; }
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7504 $as_echo "no" >&6; }
7508 if test -n "$ac_tool_prefix"; then
7509 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7510 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7512 $as_echo_n "checking for $ac_word... " >&6; }
7513 if ${ac_cv_prog_OTOOL+:} false
; then :
7514 $as_echo_n "(cached) " >&6
7516 if test -n "$OTOOL"; then
7517 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7519 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7523 test -z "$as_dir" && as_dir
=.
7524 for ac_exec_ext
in '' $ac_executable_extensions; do
7525 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7526 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7536 OTOOL
=$ac_cv_prog_OTOOL
7537 if test -n "$OTOOL"; then
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7539 $as_echo "$OTOOL" >&6; }
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7542 $as_echo "no" >&6; }
7547 if test -z "$ac_cv_prog_OTOOL"; then
7549 # Extract the first word of "otool", so it can be a program name with args.
7550 set dummy otool
; ac_word
=$2
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7552 $as_echo_n "checking for $ac_word... " >&6; }
7553 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7554 $as_echo_n "(cached) " >&6
7556 if test -n "$ac_ct_OTOOL"; then
7557 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7559 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7563 test -z "$as_dir" && as_dir
=.
7564 for ac_exec_ext
in '' $ac_executable_extensions; do
7565 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7566 ac_cv_prog_ac_ct_OTOOL
="otool"
7567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7576 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7577 if test -n "$ac_ct_OTOOL"; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7579 $as_echo "$ac_ct_OTOOL" >&6; }
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7582 $as_echo "no" >&6; }
7585 if test "x$ac_ct_OTOOL" = x
; then
7588 case $cross_compiling:$ac_tool_warned in
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7591 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7592 ac_tool_warned
=yes ;;
7597 OTOOL
="$ac_cv_prog_OTOOL"
7600 if test -n "$ac_tool_prefix"; then
7601 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7602 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7604 $as_echo_n "checking for $ac_word... " >&6; }
7605 if ${ac_cv_prog_READELF+:} false
; then :
7606 $as_echo_n "(cached) " >&6
7608 if test -n "$READELF"; then
7609 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7611 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7615 test -z "$as_dir" && as_dir
=.
7616 for ac_exec_ext
in '' $ac_executable_extensions; do
7617 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7618 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7628 READELF
=$ac_cv_prog_READELF
7629 if test -n "$READELF"; then
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7631 $as_echo "$READELF" >&6; }
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7634 $as_echo "no" >&6; }
7639 if test -z "$ac_cv_prog_READELF"; then
7640 ac_ct_READELF
=$READELF
7641 # Extract the first word of "readelf", so it can be a program name with args.
7642 set dummy readelf
; ac_word
=$2
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7644 $as_echo_n "checking for $ac_word... " >&6; }
7645 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7646 $as_echo_n "(cached) " >&6
7648 if test -n "$ac_ct_READELF"; then
7649 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7655 test -z "$as_dir" && as_dir
=.
7656 for ac_exec_ext
in '' $ac_executable_extensions; do
7657 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7658 ac_cv_prog_ac_ct_READELF
="readelf"
7659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7668 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7669 if test -n "$ac_ct_READELF"; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7671 $as_echo "$ac_ct_READELF" >&6; }
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7674 $as_echo "no" >&6; }
7677 if test "x$ac_ct_READELF" = x
; then
7680 case $cross_compiling:$ac_tool_warned in
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7683 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7684 ac_tool_warned
=yes ;;
7686 READELF
=$ac_ct_READELF
7689 READELF
="$ac_cv_prog_READELF"
7692 wine_rules_file
=conf$
$rules.
make
7693 rm -f $wine_rules_file
7698 CONFIGURE_TARGETS
=""
7700 ALL_TEST_RESOURCES
=""
7703 wine_fn_append_file
()
7705 as_fn_append
$1 " \\$as_nl $2"
7708 wine_fn_append_rule
()
7710 $as_echo "$1" >>$wine_rules_file
7715 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7718 wine_fn_all_rules
()
7720 wine_fn_append_file SUBDIRS
$ac_dir
7721 wine_fn_append_rule \
7725 @cd $ac_dir && \$(MAKE)"
7728 wine_fn_install_rules
()
7730 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7732 wine_fn_append_rule \
7733 ".PHONY: $ac_dir/install $ac_dir/uninstall
7734 $ac_dir/install:: $ac_dir
7735 @cd $ac_dir && \$(MAKE) install
7737 @cd $ac_dir && \$(MAKE) uninstall
7738 install:: $ac_dir/install
7739 __uninstall__: $ac_dir/uninstall"
7741 if wine_fn_has_flag install-lib
7743 wine_fn_append_rule \
7744 ".PHONY: $ac_dir/install-lib
7745 $ac_dir/install-lib:: $ac_dir
7746 @cd $ac_dir && \$(MAKE) install-lib
7747 install-lib:: $ac_dir/install-lib"
7750 if wine_fn_has_flag install-dev
7752 wine_fn_append_rule \
7753 ".PHONY: $ac_dir/install-dev
7754 $ac_dir/install-dev:: $ac_dir
7755 @cd $ac_dir && \$(MAKE) install-dev
7756 install-dev:: $ac_dir/install-dev"
7760 wine_fn_clean_rules
()
7764 if wine_fn_has_flag clean
7766 wine_fn_append_rule \
7767 "$ac_dir/clean: dummy
7768 @cd $ac_dir && \$(MAKE) clean"
7770 wine_fn_append_rule \
7771 "$ac_dir/clean: dummy
7772 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7774 wine_fn_append_rule \
7775 "__clean__: $ac_dir/clean
7776 .PHONY: $ac_dir/clean"
7779 wine_fn_disabled_rules
()
7783 wine_fn_append_file SUBDIRS
$ac_dir
7784 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7785 wine_fn_append_rule \
7786 "__clean__: $ac_dir/clean
7787 .PHONY: $ac_dir/clean
7788 $ac_dir/clean: dummy
7789 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7792 wine_fn_config_makefile
()
7799 fonts|server
) test -z "$with_wine64" ||
return ;;
7801 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7802 wine_fn_disabled_rules
; return
7805 wine_fn_install_rules
7809 wine_fn_config_lib
()
7813 ac_dir
=dlls
/$ac_name
7816 if test "x$enable_tools" = xno
; then :
7819 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7824 wine_fn_append_rule \
7825 ".PHONY: $ac_dir/install $ac_dir/uninstall
7826 $ac_dir/install:: $ac_dir
7827 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7829 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7830 install install-dev:: $ac_dir/install
7831 __uninstall__: $ac_dir/uninstall
7832 __builddeps__: $ac_dir
7836 wine_fn_config_dll
()
7839 ac_dir
=dlls
/$ac_name
7842 ac_implib
=${4:-$ac_name}
7843 ac_file
=$ac_dir/lib
$ac_implib
7848 if test "x$enable_tools" = xno
; then :
7851 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7854 *.
*16) ac_implibflags
=" -m16" ;;
7856 *) ac_dll
=$ac_dll.dll
;;
7860 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7861 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7863 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7864 if test "$ac_enable" != enable_win16
7866 wine_fn_clean_rules
$ac_clean
7867 wine_fn_append_file SUBDIRS
$ac_dir
7868 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7870 wine_fn_disabled_rules
$ac_clean
7875 wine_fn_clean_rules
$ac_clean
7876 wine_fn_append_rule \
7877 "$ac_dir: __builddeps__
7878 manpages htmlpages sgmlpages xmlpages::
7879 @cd $ac_dir && \$(MAKE) \$@
7880 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7881 install install-lib:: $ac_dir/install-lib
7882 __uninstall__: $ac_dir/uninstall"
7883 if test -n "$DLLEXT"
7885 wine_fn_append_rule \
7886 "$ac_dir/install-lib:: $ac_dir
7887 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7888 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7890 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7892 wine_fn_append_rule \
7893 "$ac_dir/install-lib:: $ac_dir
7894 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7896 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7900 if wine_fn_has_flag staticimplib
7902 wine_fn_append_rule \
7903 "__builddeps__: $ac_file.a
7904 $ac_file.a $ac_file.cross.a: $ac_deps
7906 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7907 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7908 $ac_dir/install-dev:: $ac_file.a
7909 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7911 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7912 install install-dev:: $ac_dir/install-dev
7913 __uninstall__: $ac_dir/uninstall"
7915 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7917 wine_fn_append_rule \
7918 "__builddeps__: $ac_file.cross.a
7919 $ac_file.cross.a: dummy
7920 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7923 elif wine_fn_has_flag implib
7925 wine_fn_append_rule \
7926 "__builddeps__: $ac_file.$IMPLIBEXT
7927 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7928 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7929 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7930 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7931 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7932 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7933 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7935 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7936 install install-dev:: $ac_dir/install-dev
7937 __uninstall__: $ac_dir/uninstall"
7938 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7940 wine_fn_append_rule \
7941 "__builddeps__: $ac_file.cross.a
7942 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7943 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7948 wine_fn_config_program
()
7951 ac_dir
=programs
/$ac_name
7958 *) ac_program
=$ac_program.exe
;;
7962 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7963 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7965 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7966 wine_fn_disabled_rules
$ac_clean; return
7970 wine_fn_clean_rules
$ac_clean
7971 wine_fn_append_rule
"$ac_dir: __builddeps__"
7973 wine_fn_has_flag
install ||
return
7974 wine_fn_append_rule \
7975 ".PHONY: $ac_dir/install $ac_dir/uninstall
7976 install install-lib:: $ac_dir/install
7977 __uninstall__: $ac_dir/uninstall"
7979 if test -n "$DLLEXT"
7981 wine_fn_append_rule \
7982 "$ac_dir/install:: $ac_dir
7983 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7984 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7986 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7988 if test -z "$with_wine64" && wine_fn_has_flag installbin
7990 wine_fn_append_rule \
7991 "$ac_dir/install:: __tooldeps__
7992 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7994 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7997 wine_fn_append_rule \
7998 "$ac_dir/install:: $ac_dir
7999 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
8001 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
8004 if test -z "$with_wine64" && wine_fn_has_flag manpage
8006 wine_fn_append_rule \
8007 "$ac_dir/install:: $ac_dir
8008 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
8010 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
8014 wine_fn_config_test
()
8021 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
8022 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
8024 if test "x$enable_tests" = xno
; then :
8025 wine_fn_disabled_rules
$ac_clean; return
8028 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
8030 wine_fn_clean_rules
$ac_clean
8032 wine_fn_append_rule \
8033 "$ac_dir: __builddeps__
8034 programs/winetest: $ac_dir
8035 check test: $ac_dir/test
8036 .PHONY: $ac_dir/test
8038 @cd $ac_dir && \$(MAKE) test
8040 \$(RM) $ac_dir/*.ok"
8042 if test -n "$CROSSTARGET"
8044 wine_fn_append_rule \
8045 "crosstest: $ac_dir/crosstest
8046 .PHONY: $ac_dir/crosstest
8047 $ac_dir/crosstest: __builddeps__ dummy
8048 @cd $ac_dir && \$(MAKE) crosstest"
8052 wine_fn_config_tool
()
8056 if test "x$enable_tools" = xno
; then :
8057 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
8061 wine_fn_install_rules
8064 wine_fn_append_rule
"__tooldeps__: $ac_dir"
8065 wine_fn_append_rule
"$ac_dir: libs/port"
8067 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
8071 wine_fn_config_symlink
()
8074 if test "x$1" = "x-d"
8080 wine_fn_append_rule \
8082 @./config.status \$@"
8083 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8084 test -n "$ac_linkdir" ||
return
8085 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
8089 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8090 WINELOADER_PROGRAMS
="$wine_binary"
8092 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8096 if test -n "$ac_tool_prefix"; then
8097 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8098 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8100 $as_echo_n "checking for $ac_word... " >&6; }
8101 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8102 $as_echo_n "(cached) " >&6
8104 if test -n "$DLLTOOL"; then
8105 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8111 test -z "$as_dir" && as_dir
=.
8112 for ac_exec_ext
in '' $ac_executable_extensions; do
8113 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8114 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8124 DLLTOOL
=$ac_cv_prog_DLLTOOL
8125 if test -n "$DLLTOOL"; then
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8127 $as_echo "$DLLTOOL" >&6; }
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8130 $as_echo "no" >&6; }
8135 if test -z "$ac_cv_prog_DLLTOOL"; then
8136 ac_ct_DLLTOOL
=$DLLTOOL
8137 # Extract the first word of "dlltool", so it can be a program name with args.
8138 set dummy dlltool
; ac_word
=$2
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8140 $as_echo_n "checking for $ac_word... " >&6; }
8141 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8142 $as_echo_n "(cached) " >&6
8144 if test -n "$ac_ct_DLLTOOL"; then
8145 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8151 test -z "$as_dir" && as_dir
=.
8152 for ac_exec_ext
in '' $ac_executable_extensions; do
8153 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8154 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8164 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8165 if test -n "$ac_ct_DLLTOOL"; then
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8167 $as_echo "$ac_ct_DLLTOOL" >&6; }
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8170 $as_echo "no" >&6; }
8173 if test "x$ac_ct_DLLTOOL" = x
; then
8176 case $cross_compiling:$ac_tool_warned in
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8179 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8180 ac_tool_warned
=yes ;;
8182 DLLTOOL
=$ac_ct_DLLTOOL
8185 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8191 enable_iphlpapi
=${enable_iphlpapi:-no}
8192 enable_kernel32
=${enable_kernel32:-no}
8193 enable_msvcrt
=${enable_msvcrt:-no}
8194 enable_ntdll
=${enable_ntdll:-no}
8195 enable_ws2_32
=${enable_ws2_32:-no}
8196 enable_loader
=${enable_loader:-no}
8197 enable_server
=${enable_server:-no}
8198 with_x
=${with_x:-no}
8199 with_pthread
=${with_pthread:-no}
8205 SOCKET_LIBS
="-lws2_32"
8209 LIBWINE_SHAREDLIB
="libwine.dll"
8211 LIBWINE_IMPORTLIB
="libwine.a"
8213 LIBWINE_INSTALL_LIB
="libwine.dll"
8215 LIBWINE_INSTALL_DEV
="libwine.a"
8217 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8219 LIBWINE_DEPENDS
="wine.def"
8224 for ac_header
in libunwind.h
8226 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8227 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8228 cat >>confdefs.h
<<_ACEOF
8229 #define HAVE_LIBUNWIND_H 1
8237 DLLFLAGS
="$DLLFLAGS -fPIC"
8238 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8239 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8240 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8242 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8244 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8246 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8248 CORESERVICES_LIBS
="-framework CoreServices"
8250 APPKIT_LIBS
="-framework AppKit"
8252 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8254 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8255 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8256 $as_echo_n "(cached) " >&6
8258 ac_wine_try_cflags_saved
=$CFLAGS
8259 CFLAGS
="$CFLAGS -Wl,-no_pie"
8260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8261 /* end confdefs.h. */
8262 int main(int argc, char **argv) { return 0; }
8264 if ac_fn_c_try_link
"$LINENO"; then :
8265 ac_cv_cflags__Wl__no_pie
=yes
8267 ac_cv_cflags__Wl__no_pie
=no
8269 rm -f core conftest.err conftest.
$ac_objext \
8270 conftest
$ac_exeext conftest.
$ac_ext
8271 CFLAGS
=$ac_wine_try_cflags_saved
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8274 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8275 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8276 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8278 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8280 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8283 if test "$ac_cv_header_Security_Security_h" = "yes"
8285 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8287 ac_save_LIBS
="$LIBS"
8288 LIBS
="$LIBS $SECURITY_LIBS"
8289 for ac_func
in SSLCopyPeerCertificates
8291 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8292 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8293 cat >>confdefs.h
<<_ACEOF
8294 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8300 LIBS
="$ac_save_LIBS"
8301 with_gnutls
=${with_gnutls:-no}
8303 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8305 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8307 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8310 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8313 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8314 ac_save_LIBS
="$LIBS"
8315 LIBS
="$LIBS $COREAUDIO_LIBS"
8316 for ac_func
in AUGraphAddNode
8318 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8319 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8320 cat >>confdefs.h
<<_ACEOF
8321 #define HAVE_AUGRAPHADDNODE 1
8327 LIBS
="$ac_save_LIBS"
8329 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8331 OPENAL_LIBS
="-framework OpenAL"
8334 cat >>confdefs.h
<<_ACEOF
8335 #define HAVE_OPENAL 1
8338 ac_cv_lib_openal
=yes
8340 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8342 OPENCL_LIBS
="-framework OpenCL"
8344 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8346 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8348 ac_save_LIBS
="$LIBS"
8349 LIBS
="$LIBS $IOKIT_LIBS"
8350 for ac_func
in IOHIDManagerCreate
8352 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8353 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8354 cat >>confdefs.h
<<_ACEOF
8355 #define HAVE_IOHIDMANAGERCREATE 1
8361 LIBS
="$ac_save_LIBS"
8363 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8365 ac_save_LIBS
="$LIBS"
8366 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8368 $as_echo_n "checking for the QuickTime framework... " >&6; }
8369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8370 /* end confdefs.h. */
8371 #include <QuickTime/ImageCompression.h>
8375 CodecManagerVersion(NULL);
8380 if ac_fn_c_try_link
"$LINENO"; then :
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8382 $as_echo "yes" >&6; }
8383 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8385 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388 $as_echo "no" >&6; }
8389 ac_cv_header_QuickTime_ImageCompression_h
=no
8391 rm -f core conftest.err conftest.
$ac_objext \
8392 conftest
$ac_exeext conftest.
$ac_ext
8393 LIBS
="$ac_save_LIBS"
8395 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8397 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8399 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8401 CARBON_LIBS
="-framework Carbon"
8405 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8407 ac_save_LIBS
="$LIBS"
8408 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8409 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8410 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8411 enable_winemac_drv
=${enable_winemac_drv:-yes}
8414 LIBS
="$ac_save_LIBS"
8417 if test "x$enable_win16" = "xyes"
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8420 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8421 if test "$cross_compiling" = yes; then :
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8423 $as_echo "cross-compiling, assuming yes" >&6; }
8425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8426 /* end confdefs.h. */
8429 "good:\tnop;nop\n\t"
8430 ".globl _testfunc\n"
8431 "_testfunc:\tcallw good");
8432 extern void testfunc();
8436 unsigned short *p = (unsigned short *)testfunc;
8437 return p[0] != 0xe866 || p[1] != 0xfffa
8442 if ac_fn_c_try_run
"$LINENO"; then :
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8444 $as_echo "yes" >&6; }
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8447 $as_echo "no" >&6; }
8448 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
8450 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8451 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8456 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8458 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8460 LIBWINE_INSTALL_DEV
="libwine.dylib"
8462 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8464 WINELOADER_DEPENDS
="wine_info.plist"
8469 DLLFLAGS
="$DLLFLAGS -fPIC"
8470 LDEXECFLAGS
="-Wl,-pie"
8471 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8473 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8474 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8475 $as_echo_n "(cached) " >&6
8477 ac_wine_try_cflags_saved
=$CFLAGS
8478 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8480 /* end confdefs.h. */
8481 int main(int argc, char **argv) { return 0; }
8483 if ac_fn_c_try_link
"$LINENO"; then :
8484 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8486 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8488 rm -f core conftest.err conftest.
$ac_objext \
8489 conftest
$ac_exeext conftest.
$ac_ext
8490 CFLAGS
=$ac_wine_try_cflags_saved
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8493 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8494 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8495 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8497 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8499 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8500 if eval \
${$as_ac_var+:} false
; then :
8501 $as_echo_n "(cached) " >&6
8503 ac_wine_try_cflags_saved
=$CFLAGS
8504 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8506 /* end confdefs.h. */
8507 int main(int argc, char **argv) { return 0; }
8509 if ac_fn_c_try_link
"$LINENO"; then :
8510 eval "$as_ac_var=yes"
8512 eval "$as_ac_var=no"
8514 rm -f core conftest.err conftest.
$ac_objext \
8515 conftest
$ac_exeext conftest.
$ac_ext
8516 CFLAGS
=$ac_wine_try_cflags_saved
8518 eval ac_res
=\$
$as_ac_var
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8520 $as_echo "$ac_res" >&6; }
8521 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8522 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8523 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8525 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8527 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8528 if eval \
${$as_ac_var+:} false
; then :
8529 $as_echo_n "(cached) " >&6
8531 ac_wine_try_cflags_saved
=$CFLAGS
8532 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8534 /* end confdefs.h. */
8535 int main(int argc, char **argv) { return 0; }
8537 if ac_fn_c_try_link
"$LINENO"; then :
8538 eval "$as_ac_var=yes"
8540 eval "$as_ac_var=no"
8542 rm -f core conftest.err conftest.
$ac_objext \
8543 conftest
$ac_exeext conftest.
$ac_ext
8544 CFLAGS
=$ac_wine_try_cflags_saved
8546 eval ac_res
=\$
$as_ac_var
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8548 $as_echo "$ac_res" >&6; }
8549 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8550 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8551 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8555 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8556 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8557 $as_echo_n "(cached) " >&6
8559 ac_wine_try_cflags_saved
=$CFLAGS
8560 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8562 /* end confdefs.h. */
8563 int main(int argc, char **argv) { return 0; }
8565 if ac_fn_c_try_link
"$LINENO"; then :
8566 ac_cv_cflags__Wl___enable_new_dtags
=yes
8568 ac_cv_cflags__Wl___enable_new_dtags
=no
8570 rm -f core conftest.err conftest.
$ac_objext \
8571 conftest
$ac_exeext conftest.
$ac_ext
8572 CFLAGS
=$ac_wine_try_cflags_saved
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8575 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8576 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8577 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8580 LIBWINE_SHAREDLIB
="libwine.so"
8582 LIBWINE_INSTALL_LIB
="libwine.so"
8584 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8588 $as_echo_n "checking for -lEGL... " >&6; }
8589 if ${ac_cv_lib_soname_EGL+:} false
; then :
8590 $as_echo_n "(cached) " >&6
8592 ac_check_soname_save_LIBS
=$LIBS
8594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8595 /* end confdefs.h. */
8597 /* Override any GCC internal prototype to avoid an error.
8598 Use char because int might match the return type of a GCC
8599 builtin and then its argument prototype would still apply. */
8603 char eglGetProcAddress ();
8607 return eglGetProcAddress ();
8612 if ac_fn_c_try_link
"$LINENO"; then :
8614 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8615 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'` ;;
8616 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8617 if ${ac_cv_lib_soname_EGL:+false} :; then :
8618 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8622 rm -f core conftest.err conftest.
$ac_objext \
8623 conftest
$ac_exeext conftest.
$ac_ext
8624 LIBS
=$ac_check_soname_save_LIBS
8626 if ${ac_cv_lib_soname_EGL:+false} :; then :
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8628 $as_echo "not found" >&6; }
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8632 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8634 cat >>confdefs.h
<<_ACEOF
8635 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8641 $as_echo_n "checking for -lGLESv2... " >&6; }
8642 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8643 $as_echo_n "(cached) " >&6
8645 ac_check_soname_save_LIBS
=$LIBS
8646 LIBS
="-lGLESv2 $LIBS"
8647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8648 /* end confdefs.h. */
8650 /* Override any GCC internal prototype to avoid an error.
8651 Use char because int might match the return type of a GCC
8652 builtin and then its argument prototype would still apply. */
8665 if ac_fn_c_try_link
"$LINENO"; then :
8667 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8668 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'` ;;
8669 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8670 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8671 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8675 rm -f core conftest.err conftest.
$ac_objext \
8676 conftest
$ac_exeext conftest.
$ac_ext
8677 LIBS
=$ac_check_soname_save_LIBS
8679 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8681 $as_echo "not found" >&6; }
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8685 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8687 cat >>confdefs.h
<<_ACEOF
8688 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8694 if test "x$exec_prefix" = xNONE
8697 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8698 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8699 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8700 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8706 DLLFLAGS
="$DLLFLAGS -fPIC"
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8708 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8709 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8710 $as_echo_n "(cached) " >&6
8712 ac_wine_try_cflags_saved
=$CFLAGS
8713 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8715 /* end confdefs.h. */
8718 if ac_fn_c_try_link
"$LINENO"; then :
8719 ac_cv_c_dll_gnuelf
="yes"
8721 ac_cv_c_dll_gnuelf
="no"
8723 rm -f core conftest.err conftest.
$ac_objext \
8724 conftest
$ac_exeext conftest.
$ac_ext
8725 CFLAGS
=$ac_wine_try_cflags_saved
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8728 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8729 if test "$ac_cv_c_dll_gnuelf" = "yes"
8731 LIBWINE_LDFLAGS
="-shared"
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8733 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8734 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8735 $as_echo_n "(cached) " >&6
8737 ac_wine_try_cflags_saved
=$CFLAGS
8738 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8740 /* end confdefs.h. */
8741 int main(int argc, char **argv) { return 0; }
8743 if ac_fn_c_try_link
"$LINENO"; then :
8744 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8746 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8748 rm -f core conftest.err conftest.
$ac_objext \
8749 conftest
$ac_exeext conftest.
$ac_ext
8750 CFLAGS
=$ac_wine_try_cflags_saved
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8753 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8754 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8755 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8758 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8759 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8760 $as_echo_n "(cached) " >&6
8762 ac_wine_try_cflags_saved
=$CFLAGS
8763 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8765 /* end confdefs.h. */
8766 int main(int argc, char **argv) { return 0; }
8768 if ac_fn_c_try_link
"$LINENO"; then :
8769 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8771 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8773 rm -f core conftest.err conftest.
$ac_objext \
8774 conftest
$ac_exeext conftest.
$ac_ext
8775 CFLAGS
=$ac_wine_try_cflags_saved
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8778 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8779 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8780 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8784 echo '{ global: *; };' >conftest.map
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8786 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8787 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8788 $as_echo_n "(cached) " >&6
8790 ac_wine_try_cflags_saved
=$CFLAGS
8791 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8792 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8793 /* end confdefs.h. */
8794 int main(int argc, char **argv) { return 0; }
8796 if ac_fn_c_try_link
"$LINENO"; then :
8797 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8799 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8801 rm -f core conftest.err conftest.
$ac_objext \
8802 conftest
$ac_exeext conftest.
$ac_ext
8803 CFLAGS
=$ac_wine_try_cflags_saved
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8806 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8807 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8808 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8813 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8814 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8815 $as_echo_n "(cached) " >&6
8817 ac_wine_try_cflags_saved
=$CFLAGS
8818 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8820 /* end confdefs.h. */
8821 int main(int argc, char **argv) { return 0; }
8823 if ac_fn_c_try_link
"$LINENO"; then :
8824 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8826 ac_cv_cflags__fPIC__Wl___export_dynamic
=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_cflags__fPIC__Wl___export_dynamic" >&5
8833 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8834 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8835 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8838 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8840 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8841 if eval \
${$as_ac_var+:} false
; then :
8842 $as_echo_n "(cached) " >&6
8844 ac_wine_try_cflags_saved
=$CFLAGS
8845 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8847 /* end confdefs.h. */
8848 int main(int argc, char **argv) { return 0; }
8850 if ac_fn_c_try_link
"$LINENO"; then :
8851 eval "$as_ac_var=yes"
8853 eval "$as_ac_var=no"
8855 rm -f core conftest.err conftest.
$ac_objext \
8856 conftest
$ac_exeext conftest.
$ac_ext
8857 CFLAGS
=$ac_wine_try_cflags_saved
8859 eval ac_res
=\$
$as_ac_var
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8861 $as_echo "$ac_res" >&6; }
8862 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8863 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8864 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8866 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8868 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8869 if eval \
${$as_ac_var+:} false
; then :
8870 $as_echo_n "(cached) " >&6
8872 ac_wine_try_cflags_saved
=$CFLAGS
8873 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8875 /* end confdefs.h. */
8876 int main(int argc, char **argv) { return 0; }
8878 if ac_fn_c_try_link
"$LINENO"; then :
8879 eval "$as_ac_var=yes"
8881 eval "$as_ac_var=no"
8883 rm -f core conftest.err conftest.
$ac_objext \
8884 conftest
$ac_exeext conftest.
$ac_ext
8885 CFLAGS
=$ac_wine_try_cflags_saved
8887 eval ac_res
=\$
$as_ac_var
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8889 $as_echo "$ac_res" >&6; }
8890 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8891 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8892 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8897 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8898 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8899 $as_echo_n "(cached) " >&6
8901 ac_wine_try_cflags_saved
=$CFLAGS
8902 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8904 /* end confdefs.h. */
8905 int main(int argc, char **argv) { return 0; }
8907 if ac_fn_c_try_link
"$LINENO"; then :
8908 ac_cv_cflags__Wl___enable_new_dtags
=yes
8910 ac_cv_cflags__Wl___enable_new_dtags
=no
8912 rm -f core conftest.err conftest.
$ac_objext \
8913 conftest
$ac_exeext conftest.
$ac_ext
8914 CFLAGS
=$ac_wine_try_cflags_saved
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8917 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8918 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8919 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8923 *i
[3456789]86* | x86_64 |
*aarch64
*)
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8925 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8926 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8927 $as_echo_n "(cached) " >&6
8929 ac_wine_try_cflags_saved
=$CFLAGS
8930 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8932 /* end confdefs.h. */
8933 int main(int argc, char **argv) { return 0; }
8935 if ac_fn_c_try_link
"$LINENO"; then :
8936 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8938 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8940 rm -f core conftest.err conftest.
$ac_objext \
8941 conftest
$ac_exeext conftest.
$ac_ext
8942 CFLAGS
=$ac_wine_try_cflags_saved
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8945 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8946 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8948 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8949 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8953 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8954 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8955 $as_echo_n "(cached) " >&6
8957 ac_wine_try_cflags_saved
=$CFLAGS
8958 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8960 /* end confdefs.h. */
8961 int main(int argc, char **argv) { return 0; }
8963 if ac_fn_c_try_link
"$LINENO"; then :
8964 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8966 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8968 rm -f core conftest.err conftest.
$ac_objext \
8969 conftest
$ac_exeext conftest.
$ac_ext
8970 CFLAGS
=$ac_wine_try_cflags_saved
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8973 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8974 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8976 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8977 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8980 # Extract the first word of "prelink", so it can be a program name with args.
8981 set dummy prelink
; ac_word
=$2
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8983 $as_echo_n "checking for $ac_word... " >&6; }
8984 if ${ac_cv_path_PRELINK+:} false
; then :
8985 $as_echo_n "(cached) " >&6
8989 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8992 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8993 for as_dir
in /sbin
/usr
/sbin
$PATH
8996 test -z "$as_dir" && as_dir
=.
8997 for ac_exec_ext
in '' $ac_executable_extensions; do
8998 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8999 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
9000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9007 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
9011 PRELINK
=$ac_cv_path_PRELINK
9012 if test -n "$PRELINK"; then
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
9014 $as_echo "$PRELINK" >&6; }
9016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9017 $as_echo "no" >&6; }
9021 if test "x$PRELINK" = xfalse
9023 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9027 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9028 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9029 $as_echo_n "(cached) " >&6
9031 ac_wine_try_cflags_saved
=$CFLAGS
9032 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9034 /* end confdefs.h. */
9035 int main(int argc, char **argv) { return 0; }
9037 if ac_fn_c_try_link
"$LINENO"; then :
9038 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9040 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9042 rm -f core conftest.err conftest.
$ac_objext \
9043 conftest
$ac_exeext conftest.
$ac_ext
9044 CFLAGS
=$ac_wine_try_cflags_saved
9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9047 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9048 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9049 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9056 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9057 if ${ac_cv_c_dll_unixware+:} false
; then :
9058 $as_echo_n "(cached) " >&6
9060 ac_wine_try_cflags_saved
=$CFLAGS
9061 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9063 /* end confdefs.h. */
9066 if ac_fn_c_try_link
"$LINENO"; then :
9067 ac_cv_c_dll_unixware
="yes"
9069 ac_cv_c_dll_unixware
="no"
9071 rm -f core conftest.err conftest.
$ac_objext \
9072 conftest
$ac_exeext conftest.
$ac_ext
9073 CFLAGS
=$ac_wine_try_cflags_saved
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9076 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9077 if test "$ac_cv_c_dll_unixware" = "yes"
9079 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9082 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9084 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
9086 LIBWINE_INSTALL_DEV
="libwine.so"
9088 LIBWINE_DEPENDS
="wine.map"
9093 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9094 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9095 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9096 enable_winemac_drv
=${enable_winemac_drv:-no}
9097 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9101 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
9105 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9107 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
9108 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9111 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
9112 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9114 ac_prefix_list
="" ;;
9116 for ac_prog
in $ac_prefix_list
9118 # Extract the first word of "$ac_prog", so it can be a program name with args.
9119 set dummy
$ac_prog; ac_word
=$2
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9121 $as_echo_n "checking for $ac_word... " >&6; }
9122 if ${ac_cv_prog_CROSSCC+:} false
; then :
9123 $as_echo_n "(cached) " >&6
9125 if test -n "$CROSSCC"; then
9126 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9128 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9132 test -z "$as_dir" && as_dir
=.
9133 for ac_exec_ext
in '' $ac_executable_extensions; do
9134 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9135 ac_cv_prog_CROSSCC
="$ac_prog"
9136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9145 CROSSCC
=$ac_cv_prog_CROSSCC
9146 if test -n "$CROSSCC"; then
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9148 $as_echo "$CROSSCC" >&6; }
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9151 $as_echo "no" >&6; }
9155 test -n "$CROSSCC" && break
9157 test -n "$CROSSCC" || CROSSCC
="false"
9159 if test "$CROSSCC" != "false"
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9164 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9165 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9166 /* end confdefs.h. */
9176 if ac_fn_c_try_compile
"$LINENO"; then :
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9178 $as_echo "yes" >&6; }
9184 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9185 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9191 $as_echo "no" >&6; }
9193 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9195 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
9201 if test "$ac_cv_header_pthread_h" = "yes"
9203 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
9204 if test "x$ac_cv_func_pthread_create" = xyes
; then :
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
9208 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
9209 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
9210 $as_echo_n "(cached) " >&6
9212 ac_check_lib_save_LIBS
=$LIBS
9213 LIBS
="-lpthread $LIBS"
9214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9215 /* end confdefs.h. */
9217 /* Override any GCC internal prototype to avoid an error.
9218 Use char because int might match the return type of a GCC
9219 builtin and then its argument prototype would still apply. */
9223 char pthread_create ();
9227 return pthread_create ();
9232 if ac_fn_c_try_link
"$LINENO"; then :
9233 ac_cv_lib_pthread_pthread_create
=yes
9235 ac_cv_lib_pthread_pthread_create
=no
9237 rm -f core conftest.err conftest.
$ac_objext \
9238 conftest
$ac_exeext conftest.
$ac_ext
9239 LIBS
=$ac_check_lib_save_LIBS
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9242 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9243 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9244 PTHREAD_LIBS
="-lpthread"
9251 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9252 case "x$with_pthread" in
9254 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9255 Wine cannot support threads without libpthread.
9256 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9263 $as_echo_n "checking for X... " >&6; }
9266 # Check whether --with-x was given.
9267 if test "${with_x+set}" = set; then :
9271 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9272 if test "x$with_x" = xno
; then
9273 # The user explicitly disabled X.
9276 case $x_includes,$x_libraries in #(
9277 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9278 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9279 $as_echo_n "(cached) " >&6
9281 # One or both of the vars are not set, and there is no cached value.
9282 ac_x_includes
=no ac_x_libraries
=no
9283 rm -f -r conftest.dir
9284 if mkdir conftest.dir
; then
9286 cat >Imakefile
<<'_ACEOF'
9288 @echo incroot='${INCROOT}'
9290 @echo usrlibdir='${USRLIBDIR}'
9292 @echo libdir='${LIBDIR}'
9294 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9295 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9296 for ac_var
in incroot usrlibdir libdir
; do
9297 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9299 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9300 for ac_extension
in a so sl dylib la dll
; do
9301 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9302 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9303 ac_im_usrlibdir
=$ac_im_libdir; break
9306 # Screen out bogus values from the imake configuration. They are
9307 # bogus both because they are the default anyway, and because
9308 # using them would break gcc on systems where it needs fixed includes.
9309 case $ac_im_incroot in
9310 /usr
/include
) ac_x_includes
= ;;
9311 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9313 case $ac_im_usrlibdir in
9314 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9315 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9319 rm -f -r conftest.dir
9322 # Standard set of common directories for X headers.
9323 # Check X11 before X11Rn because it is often a symlink to the current release.
9337 /usr/local/X11/include
9338 /usr/local/X11R7/include
9339 /usr/local/X11R6/include
9340 /usr/local/X11R5/include
9341 /usr/local/X11R4/include
9343 /usr/local/include/X11
9344 /usr/local/include/X11R7
9345 /usr/local/include/X11R6
9346 /usr/local/include/X11R5
9347 /usr/local/include/X11R4
9351 /usr/XFree86/include/X11
9355 /usr/unsupported/include
9357 /usr/local/x11r5/include
9358 /usr/lpp/Xamples/include
9360 /usr/openwin/include
9361 /usr/openwin/share/include'
9363 if test "$ac_x_includes" = no
; then
9364 # Guess where to find include files, by looking for Xlib.h.
9365 # First, try using that file with no special directory specified.
9366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9367 /* end confdefs.h. */
9368 #include <X11/Xlib.h>
9370 if ac_fn_c_try_cpp
"$LINENO"; then :
9371 # We can compile using X headers with no special include directory.
9374 for ac_dir
in $ac_x_header_dirs; do
9375 if test -r "$ac_dir/X11/Xlib.h"; then
9376 ac_x_includes
=$ac_dir
9381 rm -f conftest.err conftest.i conftest.
$ac_ext
9382 fi # $ac_x_includes = no
9384 if test "$ac_x_libraries" = no
; then
9385 # Check for the libraries.
9386 # See if we find them without any special options.
9387 # Don't add to $LIBS permanently.
9390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9391 /* end confdefs.h. */
9392 #include <X11/Xlib.h>
9401 if ac_fn_c_try_link
"$LINENO"; then :
9403 # We can link X programs with no special library path.
9407 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9409 # Don't even attempt the hair of trying to link an X program!
9410 for ac_extension
in a so sl dylib la dll
; do
9411 if test -r "$ac_dir/libX11.$ac_extension"; then
9412 ac_x_libraries
=$ac_dir
9418 rm -f core conftest.err conftest.
$ac_objext \
9419 conftest
$ac_exeext conftest.
$ac_ext
9420 fi # $ac_x_libraries = no
9422 case $ac_x_includes,$ac_x_libraries in #(
9424 # Didn't find X, or a directory has "'" in its name.
9425 ac_cv_have_x
="have_x=no";; #(
9427 # Record where we found X for the cache.
9428 ac_cv_have_x
="have_x=yes\
9429 ac_x_includes='$ac_x_includes'\
9430 ac_x_libraries='$ac_x_libraries'"
9436 eval "$ac_cv_have_x"
9439 if test "$have_x" != yes; then
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9441 $as_echo "$have_x" >&6; }
9444 # If each of the values was on the command line, it overrides each guess.
9445 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9446 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9447 # Update the cache value to reflect the command line values.
9448 ac_cv_have_x
="have_x=yes\
9449 ac_x_includes='$x_includes'\
9450 ac_x_libraries='$x_libraries'"
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9452 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9455 if test "$no_x" = yes; then
9456 # Not all programs may use this symbol, but it does not hurt to define it.
9458 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9460 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9462 if test -n "$x_includes"; then
9463 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9466 # It would also be nice to do this for all -L options, not just this one.
9467 if test -n "$x_libraries"; then
9468 X_LIBS
="$X_LIBS -L$x_libraries"
9469 # For Solaris; some versions of Sun CC require a space after -R and
9470 # others require no space. Words are not sufficient . . . .
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9472 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9473 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9474 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9475 ac_c_werror_flag
=yes
9476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9477 /* end confdefs.h. */
9487 if ac_fn_c_try_link
"$LINENO"; then :
9488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9489 $as_echo "no" >&6; }
9490 X_LIBS
="$X_LIBS -R$x_libraries"
9492 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9494 /* end confdefs.h. */
9504 if ac_fn_c_try_link
"$LINENO"; then :
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9506 $as_echo "yes" >&6; }
9507 X_LIBS
="$X_LIBS -R $x_libraries"
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9510 $as_echo "neither works" >&6; }
9512 rm -f core conftest.err conftest.
$ac_objext \
9513 conftest
$ac_exeext conftest.
$ac_ext
9515 rm -f core conftest.err conftest.
$ac_objext \
9516 conftest
$ac_exeext conftest.
$ac_ext
9517 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9521 # Check for system-dependent libraries X programs must link with.
9522 # Do this before checking for the system-independent R6 libraries
9523 # (-lICE), since we may need -lsocket or whatever for X linking.
9525 if test "$ISC" = yes; then
9526 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9528 # Martyn Johnson says this is needed for Ultrix, if the X
9529 # libraries were built with DECnet support. And Karl Berry says
9530 # the Alpha needs dnet_stub (dnet does not exist).
9531 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9533 /* end confdefs.h. */
9535 /* Override any GCC internal prototype to avoid an error.
9536 Use char because int might match the return type of a GCC
9537 builtin and then its argument prototype would still apply. */
9541 char XOpenDisplay ();
9545 return XOpenDisplay ();
9550 if ac_fn_c_try_link
"$LINENO"; then :
9553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9554 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9555 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9556 $as_echo_n "(cached) " >&6
9558 ac_check_lib_save_LIBS
=$LIBS
9560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9561 /* end confdefs.h. */
9563 /* Override any GCC internal prototype to avoid an error.
9564 Use char because int might match the return type of a GCC
9565 builtin and then its argument prototype would still apply. */
9573 return dnet_ntoa ();
9578 if ac_fn_c_try_link
"$LINENO"; then :
9579 ac_cv_lib_dnet_dnet_ntoa
=yes
9581 ac_cv_lib_dnet_dnet_ntoa
=no
9583 rm -f core conftest.err conftest.
$ac_objext \
9584 conftest
$ac_exeext conftest.
$ac_ext
9585 LIBS
=$ac_check_lib_save_LIBS
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9588 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9589 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9590 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9593 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9595 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9596 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9597 $as_echo_n "(cached) " >&6
9599 ac_check_lib_save_LIBS
=$LIBS
9600 LIBS
="-ldnet_stub $LIBS"
9601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9602 /* end confdefs.h. */
9604 /* Override any GCC internal prototype to avoid an error.
9605 Use char because int might match the return type of a GCC
9606 builtin and then its argument prototype would still apply. */
9614 return dnet_ntoa ();
9619 if ac_fn_c_try_link
"$LINENO"; then :
9620 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9622 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9624 rm -f core conftest.err conftest.
$ac_objext \
9625 conftest
$ac_exeext conftest.
$ac_ext
9626 LIBS
=$ac_check_lib_save_LIBS
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9629 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9630 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9631 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9636 rm -f core conftest.err conftest.
$ac_objext \
9637 conftest
$ac_exeext conftest.
$ac_ext
9638 LIBS
="$ac_xsave_LIBS"
9640 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9641 # to get the SysV transport functions.
9642 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9644 # The nsl library prevents programs from opening the X display
9645 # on Irix 5.2, according to T.E. Dickey.
9646 # The functions gethostbyname, getservbyname, and inet_addr are
9647 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9648 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9649 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9653 if test $ac_cv_func_gethostbyname = no
; then
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9655 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9656 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9657 $as_echo_n "(cached) " >&6
9659 ac_check_lib_save_LIBS
=$LIBS
9661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9662 /* end confdefs.h. */
9664 /* Override any GCC internal prototype to avoid an error.
9665 Use char because int might match the return type of a GCC
9666 builtin and then its argument prototype would still apply. */
9670 char gethostbyname ();
9674 return gethostbyname ();
9679 if ac_fn_c_try_link
"$LINENO"; then :
9680 ac_cv_lib_nsl_gethostbyname
=yes
9682 ac_cv_lib_nsl_gethostbyname
=no
9684 rm -f core conftest.err conftest.
$ac_objext \
9685 conftest
$ac_exeext conftest.
$ac_ext
9686 LIBS
=$ac_check_lib_save_LIBS
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9689 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9690 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9691 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9694 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9696 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9697 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9698 $as_echo_n "(cached) " >&6
9700 ac_check_lib_save_LIBS
=$LIBS
9702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9703 /* end confdefs.h. */
9705 /* Override any GCC internal prototype to avoid an error.
9706 Use char because int might match the return type of a GCC
9707 builtin and then its argument prototype would still apply. */
9711 char gethostbyname ();
9715 return gethostbyname ();
9720 if ac_fn_c_try_link
"$LINENO"; then :
9721 ac_cv_lib_bsd_gethostbyname
=yes
9723 ac_cv_lib_bsd_gethostbyname
=no
9725 rm -f core conftest.err conftest.
$ac_objext \
9726 conftest
$ac_exeext conftest.
$ac_ext
9727 LIBS
=$ac_check_lib_save_LIBS
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9730 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9731 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9732 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9738 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9739 # socket/setsockopt and other routines are undefined under SCO ODT
9740 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9741 # on later versions), says Simon Leinen: it contains gethostby*
9742 # variants that don't use the name server (or something). -lsocket
9743 # must be given before -lnsl if both are needed. We assume that
9744 # if connect needs -lnsl, so does gethostbyname.
9745 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9746 if test "x$ac_cv_func_connect" = xyes
; then :
9750 if test $ac_cv_func_connect = no
; then
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9752 $as_echo_n "checking for connect in -lsocket... " >&6; }
9753 if ${ac_cv_lib_socket_connect+:} false
; then :
9754 $as_echo_n "(cached) " >&6
9756 ac_check_lib_save_LIBS
=$LIBS
9757 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9759 /* end confdefs.h. */
9761 /* Override any GCC internal prototype to avoid an error.
9762 Use char because int might match the return type of a GCC
9763 builtin and then its argument prototype would still apply. */
9776 if ac_fn_c_try_link
"$LINENO"; then :
9777 ac_cv_lib_socket_connect
=yes
9779 ac_cv_lib_socket_connect
=no
9781 rm -f core conftest.err conftest.
$ac_objext \
9782 conftest
$ac_exeext conftest.
$ac_ext
9783 LIBS
=$ac_check_lib_save_LIBS
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9786 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9787 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9788 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9793 # Guillermo Gomez says -lposix is necessary on A/UX.
9794 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9795 if test "x$ac_cv_func_remove" = xyes
; then :
9799 if test $ac_cv_func_remove = no
; then
9800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9801 $as_echo_n "checking for remove in -lposix... " >&6; }
9802 if ${ac_cv_lib_posix_remove+:} false
; then :
9803 $as_echo_n "(cached) " >&6
9805 ac_check_lib_save_LIBS
=$LIBS
9806 LIBS
="-lposix $LIBS"
9807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9808 /* end confdefs.h. */
9810 /* Override any GCC internal prototype to avoid an error.
9811 Use char because int might match the return type of a GCC
9812 builtin and then its argument prototype would still apply. */
9825 if ac_fn_c_try_link
"$LINENO"; then :
9826 ac_cv_lib_posix_remove
=yes
9828 ac_cv_lib_posix_remove
=no
9830 rm -f core conftest.err conftest.
$ac_objext \
9831 conftest
$ac_exeext conftest.
$ac_ext
9832 LIBS
=$ac_check_lib_save_LIBS
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9835 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9836 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9837 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9842 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9843 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9844 if test "x$ac_cv_func_shmat" = xyes
; then :
9848 if test $ac_cv_func_shmat = no
; then
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9850 $as_echo_n "checking for shmat in -lipc... " >&6; }
9851 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9852 $as_echo_n "(cached) " >&6
9854 ac_check_lib_save_LIBS
=$LIBS
9856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9857 /* end confdefs.h. */
9859 /* Override any GCC internal prototype to avoid an error.
9860 Use char because int might match the return type of a GCC
9861 builtin and then its argument prototype would still apply. */
9874 if ac_fn_c_try_link
"$LINENO"; then :
9875 ac_cv_lib_ipc_shmat
=yes
9877 ac_cv_lib_ipc_shmat
=no
9879 rm -f core conftest.err conftest.
$ac_objext \
9880 conftest
$ac_exeext conftest.
$ac_ext
9881 LIBS
=$ac_check_lib_save_LIBS
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9884 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9885 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9886 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9892 # Check for libraries that X11R6 Xt/Xaw programs need.
9893 ac_save_LDFLAGS
=$LDFLAGS
9894 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9895 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9896 # check for ICE first), but we must link in the order -lSM -lICE or
9897 # we get undefined symbols. So assume we have SM if we have ICE.
9898 # These have to be linked with before -lX11, unlike the other
9899 # libraries we check for below, so use a different variable.
9900 # John Interrante, Karl Berry
9901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9902 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9903 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9904 $as_echo_n "(cached) " >&6
9906 ac_check_lib_save_LIBS
=$LIBS
9907 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9917 char IceConnectionNumber ();
9921 return IceConnectionNumber ();
9926 if ac_fn_c_try_link
"$LINENO"; then :
9927 ac_cv_lib_ICE_IceConnectionNumber
=yes
9929 ac_cv_lib_ICE_IceConnectionNumber
=no
9931 rm -f core conftest.err conftest.
$ac_objext \
9932 conftest
$ac_exeext conftest.
$ac_ext
9933 LIBS
=$ac_check_lib_save_LIBS
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9936 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9937 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9938 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9941 LDFLAGS
=$ac_save_LDFLAGS
9946 if test "$have_x" = "yes"
9948 ac_save_CPPFLAGS
="$CPPFLAGS"
9949 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9952 $as_echo_n "checking for -lX11... " >&6; }
9953 if ${ac_cv_lib_soname_X11+:} false
; then :
9954 $as_echo_n "(cached) " >&6
9956 ac_check_soname_save_LIBS
=$LIBS
9957 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9959 /* end confdefs.h. */
9961 /* Override any GCC internal prototype to avoid an error.
9962 Use char because int might match the return type of a GCC
9963 builtin and then its argument prototype would still apply. */
9967 char XCreateWindow ();
9971 return XCreateWindow ();
9976 if ac_fn_c_try_link
"$LINENO"; then :
9978 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9979 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'` ;;
9980 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9981 if ${ac_cv_lib_soname_X11:+false} :; then :
9982 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9986 rm -f core conftest.err conftest.
$ac_objext \
9987 conftest
$ac_exeext conftest.
$ac_ext
9988 LIBS
=$ac_check_soname_save_LIBS
9990 if ${ac_cv_lib_soname_X11:+false} :; then :
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9992 $as_echo "not found" >&6; }
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9996 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9998 cat >>confdefs.h
<<_ACEOF
9999 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
10005 $as_echo_n "checking for -lXext... " >&6; }
10006 if ${ac_cv_lib_soname_Xext+:} false
; then :
10007 $as_echo_n "(cached) " >&6
10009 ac_check_soname_save_LIBS
=$LIBS
10010 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10012 /* end confdefs.h. */
10014 /* Override any GCC internal prototype to avoid an error.
10015 Use char because int might match the return type of a GCC
10016 builtin and then its argument prototype would still apply. */
10020 char XextCreateExtension ();
10024 return XextCreateExtension ();
10029 if ac_fn_c_try_link
"$LINENO"; then :
10031 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10032 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'` ;;
10033 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10034 if ${ac_cv_lib_soname_Xext:+false} :; then :
10035 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10039 rm -f core conftest.err conftest.
$ac_objext \
10040 conftest
$ac_exeext conftest.
$ac_ext
10041 LIBS
=$ac_check_soname_save_LIBS
10043 if ${ac_cv_lib_soname_Xext:+false} :; then :
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10045 $as_echo "not found" >&6; }
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
10049 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10051 cat >>confdefs.h
<<_ACEOF
10052 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10055 X_LIBS
="$X_LIBS -lXext"
10057 X_LIBS
="$X_LIBS -lX11"
10059 for ac_header
in X11
/Xlib.h \
10062 X11
/Xcursor
/Xcursor.h \
10063 X11
/extensions
/shape.h \
10064 X11
/extensions
/XInput.h \
10065 X11
/extensions
/XInput2.h \
10066 X11
/extensions
/XShm.h \
10067 X11
/extensions
/Xcomposite.h \
10068 X11
/extensions
/Xfixes.h \
10069 X11
/extensions
/Xinerama.h \
10070 X11
/extensions
/Xrandr.h \
10071 X11
/extensions
/Xrender.h \
10072 X11
/extensions
/xf86vmode.h \
10073 X11
/extensions
/xf86vmproto.h
10075 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10076 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
10077 # include <X11/Xlib.h>
10079 #ifdef HAVE_X11_XUTIL_H
10080 # include <X11/Xutil.h>
10083 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10084 cat >>confdefs.h
<<_ACEOF
10085 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10093 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
10096 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10097 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
10098 $as_echo_n "(cached) " >&6
10100 ac_check_lib_save_LIBS
=$LIBS
10101 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10103 /* end confdefs.h. */
10105 /* Override any GCC internal prototype to avoid an error.
10106 Use char because int might match the return type of a GCC
10107 builtin and then its argument prototype would still apply. */
10111 char XkbQueryExtension ();
10115 return XkbQueryExtension ();
10120 if ac_fn_c_try_link
"$LINENO"; then :
10121 ac_cv_lib_X11_XkbQueryExtension
=yes
10123 ac_cv_lib_X11_XkbQueryExtension
=no
10125 rm -f core conftest.err conftest.
$ac_objext \
10126 conftest
$ac_exeext conftest.
$ac_ext
10127 LIBS
=$ac_check_lib_save_LIBS
10129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10130 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10131 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
10133 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10139 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
10142 $as_echo_n "checking for -lXcursor... " >&6; }
10143 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
10144 $as_echo_n "(cached) " >&6
10146 ac_check_soname_save_LIBS
=$LIBS
10147 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
10148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10149 /* end confdefs.h. */
10151 /* Override any GCC internal prototype to avoid an error.
10152 Use char because int might match the return type of a GCC
10153 builtin and then its argument prototype would still apply. */
10157 char XcursorImageLoadCursor ();
10161 return XcursorImageLoadCursor ();
10166 if ac_fn_c_try_link
"$LINENO"; then :
10168 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10169 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'` ;;
10170 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10171 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10172 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10176 rm -f core conftest.err conftest.
$ac_objext \
10177 conftest
$ac_exeext conftest.
$ac_ext
10178 LIBS
=$ac_check_soname_save_LIBS
10180 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10182 $as_echo "not found" >&6; }
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
10186 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10188 cat >>confdefs.h
<<_ACEOF
10189 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10195 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
10196 case "x$with_xcursor" in
10197 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10199 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10200 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
10205 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
10208 $as_echo_n "checking for -lXi... " >&6; }
10209 if ${ac_cv_lib_soname_Xi+:} false
; then :
10210 $as_echo_n "(cached) " >&6
10212 ac_check_soname_save_LIBS
=$LIBS
10213 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
10214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h. */
10217 /* Override any GCC internal prototype to avoid an error.
10218 Use char because int might match the return type of a GCC
10219 builtin and then its argument prototype would still apply. */
10223 char XOpenDevice ();
10227 return XOpenDevice ();
10232 if ac_fn_c_try_link
"$LINENO"; then :
10234 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10235 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'` ;;
10236 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10237 if ${ac_cv_lib_soname_Xi:+false} :; then :
10238 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10242 rm -f core conftest.err conftest.
$ac_objext \
10243 conftest
$ac_exeext conftest.
$ac_ext
10244 LIBS
=$ac_check_soname_save_LIBS
10246 if ${ac_cv_lib_soname_Xi:+false} :; then :
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10248 $as_echo "not found" >&6; }
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10252 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10254 cat >>confdefs.h
<<_ACEOF
10255 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10261 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10262 case "x$with_xinput" in
10263 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10265 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10266 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10271 if test "x$ac_cv_lib_soname_Xi" != x
10273 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10274 case "x$with_xinput2" in
10275 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10277 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10278 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10284 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10287 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10288 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10289 $as_echo_n "(cached) " >&6
10291 ac_check_lib_save_LIBS
=$LIBS
10292 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10302 char XShmQueryExtension ();
10306 return XShmQueryExtension ();
10311 if ac_fn_c_try_link
"$LINENO"; then :
10312 ac_cv_lib_Xext_XShmQueryExtension
=yes
10314 ac_cv_lib_Xext_XShmQueryExtension
=no
10316 rm -f core conftest.err conftest.
$ac_objext \
10317 conftest
$ac_exeext conftest.
$ac_ext
10318 LIBS
=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10321 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10322 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10324 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10329 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10330 case "x$with_xshm" in
10331 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10333 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10334 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10339 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10342 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10343 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10344 $as_echo_n "(cached) " >&6
10346 ac_check_lib_save_LIBS
=$LIBS
10347 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10349 /* end confdefs.h. */
10351 /* Override any GCC internal prototype to avoid an error.
10352 Use char because int might match the return type of a GCC
10353 builtin and then its argument prototype would still apply. */
10357 char XShapeQueryExtension ();
10361 return XShapeQueryExtension ();
10366 if ac_fn_c_try_link
"$LINENO"; then :
10367 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10369 ac_cv_lib_Xext_XShapeQueryExtension
=no
10371 rm -f core conftest.err conftest.
$ac_objext \
10372 conftest
$ac_exeext conftest.
$ac_ext
10373 LIBS
=$ac_check_lib_save_LIBS
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10376 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10377 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10379 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10384 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10385 case "x$with_xshape" in
10386 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10388 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10389 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10394 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10397 $as_echo_n "checking for -lXxf86vm... " >&6; }
10398 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10399 $as_echo_n "(cached) " >&6
10401 ac_check_soname_save_LIBS
=$LIBS
10402 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10404 /* end confdefs.h. */
10406 /* Override any GCC internal prototype to avoid an error.
10407 Use char because int might match the return type of a GCC
10408 builtin and then its argument prototype would still apply. */
10412 char XF86VidModeQueryExtension ();
10416 return XF86VidModeQueryExtension ();
10421 if ac_fn_c_try_link
"$LINENO"; then :
10423 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10424 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'` ;;
10425 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10426 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10427 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10431 rm -f core conftest.err conftest.
$ac_objext \
10432 conftest
$ac_exeext conftest.
$ac_ext
10433 LIBS
=$ac_check_soname_save_LIBS
10435 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10437 $as_echo "not found" >&6; }
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10441 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10443 cat >>confdefs.h
<<_ACEOF
10444 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10450 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10451 case "x$with_xxf86vm" in
10452 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10454 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10455 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10460 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10463 $as_echo_n "checking for -lXrender... " >&6; }
10464 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10465 $as_echo_n "(cached) " >&6
10467 ac_check_soname_save_LIBS
=$LIBS
10468 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10470 /* end confdefs.h. */
10472 /* Override any GCC internal prototype to avoid an error.
10473 Use char because int might match the return type of a GCC
10474 builtin and then its argument prototype would still apply. */
10478 char XRenderQueryExtension ();
10482 return XRenderQueryExtension ();
10487 if ac_fn_c_try_link
"$LINENO"; then :
10489 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10490 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'` ;;
10491 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10492 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10493 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10497 rm -f core conftest.err conftest.
$ac_objext \
10498 conftest
$ac_exeext conftest.
$ac_ext
10499 LIBS
=$ac_check_soname_save_LIBS
10501 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10503 $as_echo "not found" >&6; }
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10507 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10509 cat >>confdefs.h
<<_ACEOF
10510 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10514 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10515 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10516 $as_echo_n "(cached) " >&6
10518 ac_check_lib_save_LIBS
=$LIBS
10519 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10520 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10521 /* end confdefs.h. */
10523 /* Override any GCC internal prototype to avoid an error.
10524 Use char because int might match the return type of a GCC
10525 builtin and then its argument prototype would still apply. */
10529 char XRenderSetPictureTransform ();
10533 return XRenderSetPictureTransform ();
10538 if ac_fn_c_try_link
"$LINENO"; then :
10539 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10541 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10543 rm -f core conftest.err conftest.
$ac_objext \
10544 conftest
$ac_exeext conftest.
$ac_ext
10545 LIBS
=$ac_check_lib_save_LIBS
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10548 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10549 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10551 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10556 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10557 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10558 $as_echo_n "(cached) " >&6
10560 ac_check_lib_save_LIBS
=$LIBS
10561 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10563 /* end confdefs.h. */
10565 /* Override any GCC internal prototype to avoid an error.
10566 Use char because int might match the return type of a GCC
10567 builtin and then its argument prototype would still apply. */
10571 char XRenderCreateLinearGradient ();
10575 return XRenderCreateLinearGradient ();
10580 if ac_fn_c_try_link
"$LINENO"; then :
10581 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10583 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10585 rm -f core conftest.err conftest.
$ac_objext \
10586 conftest
$ac_exeext conftest.
$ac_ext
10587 LIBS
=$ac_check_lib_save_LIBS
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10590 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10591 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10593 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10600 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10601 case "x$with_xrender" in
10602 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10604 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10605 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10610 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10613 /* end confdefs.h. */
10614 #include <X11/Xlib.h>
10615 #include <X11/extensions/Xrandr.h>
10619 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10624 if ac_fn_c_try_compile
"$LINENO"; then :
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10626 $as_echo_n "checking for -lXrandr... " >&6; }
10627 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10628 $as_echo_n "(cached) " >&6
10630 ac_check_soname_save_LIBS
=$LIBS
10631 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10641 char XRRQueryExtension ();
10645 return XRRQueryExtension ();
10650 if ac_fn_c_try_link
"$LINENO"; then :
10652 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10653 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'` ;;
10654 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10655 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10656 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10660 rm -f core conftest.err conftest.
$ac_objext \
10661 conftest
$ac_exeext conftest.
$ac_ext
10662 LIBS
=$ac_check_soname_save_LIBS
10664 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10666 $as_echo "not found" >&6; }
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10670 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10672 cat >>confdefs.h
<<_ACEOF
10673 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h. */
10678 #include <X11/Xlib.h>
10679 #include <X11/extensions/Xrandr.h>
10683 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10688 if ac_fn_c_try_compile
"$LINENO"; then :
10690 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10696 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10698 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10699 case "x$with_xrandr" in
10700 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10702 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10703 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10708 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10711 /* end confdefs.h. */
10712 #include <X11/Xlib.h>
10713 #include <X11/extensions/Xfixes.h>
10717 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10722 if ac_fn_c_try_compile
"$LINENO"; then :
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10724 $as_echo_n "checking for -lXfixes... " >&6; }
10725 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10726 $as_echo_n "(cached) " >&6
10728 ac_check_soname_save_LIBS
=$LIBS
10729 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10731 /* end confdefs.h. */
10733 /* Override any GCC internal prototype to avoid an error.
10734 Use char because int might match the return type of a GCC
10735 builtin and then its argument prototype would still apply. */
10739 char XFixesQueryVersion ();
10743 return XFixesQueryVersion ();
10748 if ac_fn_c_try_link
"$LINENO"; then :
10750 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10751 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'` ;;
10752 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10753 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10754 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10758 rm -f core conftest.err conftest.
$ac_objext \
10759 conftest
$ac_exeext conftest.
$ac_ext
10760 LIBS
=$ac_check_soname_save_LIBS
10762 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10764 $as_echo "not found" >&6; }
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10768 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10770 cat >>confdefs.h
<<_ACEOF
10771 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10779 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10780 case "x$with_xfixes" in
10781 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10783 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10784 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10789 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10793 #include <X11/Xlib.h>
10794 #include <X11/extensions/Xinerama.h>
10798 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10803 if ac_fn_c_try_compile
"$LINENO"; then :
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10805 $as_echo_n "checking for -lXinerama... " >&6; }
10806 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10807 $as_echo_n "(cached) " >&6
10809 ac_check_soname_save_LIBS
=$LIBS
10810 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10812 /* end confdefs.h. */
10814 /* Override any GCC internal prototype to avoid an error.
10815 Use char because int might match the return type of a GCC
10816 builtin and then its argument prototype would still apply. */
10820 char XineramaQueryScreens ();
10824 return XineramaQueryScreens ();
10829 if ac_fn_c_try_link
"$LINENO"; then :
10831 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10832 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'` ;;
10833 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10834 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10835 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10839 rm -f core conftest.err conftest.
$ac_objext \
10840 conftest
$ac_exeext conftest.
$ac_ext
10841 LIBS
=$ac_check_soname_save_LIBS
10843 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10845 $as_echo "not found" >&6; }
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10849 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10851 cat >>confdefs.h
<<_ACEOF
10852 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10858 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10860 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10861 case "x$with_xinerama" in
10862 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10864 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10865 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10870 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10873 $as_echo_n "checking for -lXcomposite... " >&6; }
10874 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10875 $as_echo_n "(cached) " >&6
10877 ac_check_soname_save_LIBS
=$LIBS
10878 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10880 /* end confdefs.h. */
10882 /* Override any GCC internal prototype to avoid an error.
10883 Use char because int might match the return type of a GCC
10884 builtin and then its argument prototype would still apply. */
10888 char XCompositeRedirectWindow ();
10892 return XCompositeRedirectWindow ();
10897 if ac_fn_c_try_link
"$LINENO"; then :
10899 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10900 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'` ;;
10901 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10902 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10903 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10907 rm -f core conftest.err conftest.
$ac_objext \
10908 conftest
$ac_exeext conftest.
$ac_ext
10909 LIBS
=$ac_check_soname_save_LIBS
10911 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10913 $as_echo "not found" >&6; }
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10917 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10919 cat >>confdefs.h
<<_ACEOF
10920 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10926 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10927 case "x$with_xcomposite" in
10928 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10930 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10931 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10936 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10937 #include <X11/Xlib.h>
10940 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10942 cat >>confdefs.h
<<_ACEOF
10943 #define HAVE_XICCALLBACK_CALLBACK 1
10948 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10952 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10954 cat >>confdefs.h
<<_ACEOF
10955 #define HAVE_XEVENT_XCOOKIE 1
10964 if test "x$with_opengl" != "xno"
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10967 $as_echo_n "checking for -lGL... " >&6; }
10968 if ${ac_cv_lib_soname_GL+:} false
; then :
10969 $as_echo_n "(cached) " >&6
10971 ac_check_soname_save_LIBS
=$LIBS
10972 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10974 /* end confdefs.h. */
10976 /* Override any GCC internal prototype to avoid an error.
10977 Use char because int might match the return type of a GCC
10978 builtin and then its argument prototype would still apply. */
10982 char glXCreateContext ();
10986 return glXCreateContext ();
10991 if ac_fn_c_try_link
"$LINENO"; then :
10993 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10994 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'` ;;
10995 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10996 if ${ac_cv_lib_soname_GL:+false} :; then :
10997 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11001 rm -f core conftest.err conftest.
$ac_objext \
11002 conftest
$ac_exeext conftest.
$ac_ext
11003 LIBS
=$ac_check_soname_save_LIBS
11005 if ${ac_cv_lib_soname_GL:+false} :; then :
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11007 $as_echo "not found" >&6; }
11008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
11009 $as_echo_n "checking for -lGL... " >&6; }
11010 if ${ac_cv_lib_soname_GL+:} false
; then :
11011 $as_echo_n "(cached) " >&6
11013 ac_check_soname_save_LIBS
=$LIBS
11014 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"
11015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11016 /* end confdefs.h. */
11018 /* Override any GCC internal prototype to avoid an error.
11019 Use char because int might match the return type of a GCC
11020 builtin and then its argument prototype would still apply. */
11024 char glXCreateContext ();
11028 return glXCreateContext ();
11033 if ac_fn_c_try_link
"$LINENO"; then :
11035 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11036 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'` ;;
11037 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11038 if ${ac_cv_lib_soname_GL:+false} :; then :
11039 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11043 rm -f core conftest.err conftest.
$ac_objext \
11044 conftest
$ac_exeext conftest.
$ac_ext
11045 LIBS
=$ac_check_soname_save_LIBS
11047 if ${ac_cv_lib_soname_GL:+false} :; then :
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11049 $as_echo "not found" >&6; }
11050 if test -f /usr
/X11R
6/lib
/libGL.a
11052 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
11053 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11055 opengl_msg
="No OpenGL library found on this system."
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11059 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11061 cat >>confdefs.h
<<_ACEOF
11062 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11065 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"
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11069 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11071 cat >>confdefs.h
<<_ACEOF
11072 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11077 if test "x$with_glu" != "xno"
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
11080 $as_echo_n "checking for -lGLU... " >&6; }
11081 if ${ac_cv_lib_soname_GLU+:} false
; then :
11082 $as_echo_n "(cached) " >&6
11084 ac_check_soname_save_LIBS
=$LIBS
11085 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11087 /* end confdefs.h. */
11089 /* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
11099 return gluLookAt ();
11104 if ac_fn_c_try_link
"$LINENO"; then :
11106 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11107 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'` ;;
11108 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11109 if ${ac_cv_lib_soname_GLU:+false} :; then :
11110 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11114 rm -f core conftest.err conftest.
$ac_objext \
11115 conftest
$ac_exeext conftest.
$ac_ext
11116 LIBS
=$ac_check_soname_save_LIBS
11118 if ${ac_cv_lib_soname_GLU:+false} :; then :
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11120 $as_echo "not found" >&6; }
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
11124 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11126 cat >>confdefs.h
<<_ACEOF
11127 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11132 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
11133 case "x$with_glu" in
11134 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11136 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
11137 This is an error since --with-glu was requested." "$LINENO" 5 ;;
11143 if test "x$with_osmesa" != "xno"
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
11146 $as_echo_n "checking for -lOSMesa... " >&6; }
11147 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
11148 $as_echo_n "(cached) " >&6
11150 ac_check_soname_save_LIBS
=$LIBS
11151 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11161 char OSMesaGetProcAddress ();
11165 return OSMesaGetProcAddress ();
11170 if ac_fn_c_try_link
"$LINENO"; then :
11172 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11173 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'` ;;
11174 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11175 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11176 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11180 rm -f core conftest.err conftest.
$ac_objext \
11181 conftest
$ac_exeext conftest.
$ac_ext
11182 LIBS
=$ac_check_soname_save_LIBS
11184 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11186 $as_echo "not found" >&6; }
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
11190 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
11192 cat >>confdefs.h
<<_ACEOF
11193 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
11198 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
11199 case "x$with_osmesa" in
11200 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
11202 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
11203 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
11209 if test -n "$opengl_msg"; then :
11210 case "x$with_opengl" in
11211 x
) as_fn_append wine_warnings
"|$opengl_msg
11212 OpenGL and Direct3D won't be supported." ;;
11214 *) as_fn_error $?
"$opengl_msg
11215 OpenGL and Direct3D won't be supported.
11216 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
11221 CPPFLAGS
="$ac_save_CPPFLAGS"
11227 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
11229 if test "x$X_LIBS" = "x"; then :
11232 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
11233 without X support, which probably isn't what you want. You will need
11234 to install ${notice_platform}development packages of Xlib at the very least.
11235 Use the --without-x option if you really want this." "$LINENO" 5 ;;
11237 enable_winex11_drv
=${enable_winex11_drv:-no}
11240 if test "x$X_LIBS" = "x"; then :
11242 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11244 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11245 This is an error since --with-x was requested." "$LINENO" 5 ;;
11247 enable_winex11_drv
=${enable_winex11_drv:-no}
11251 if test "$ac_cv_header_CL_cl_h" = "yes"
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11254 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11255 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11256 $as_echo_n "(cached) " >&6
11258 ac_check_lib_save_LIBS
=$LIBS
11259 LIBS
="-lOpenCL $LIBS"
11260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11261 /* end confdefs.h. */
11263 /* Override any GCC internal prototype to avoid an error.
11264 Use char because int might match the return type of a GCC
11265 builtin and then its argument prototype would still apply. */
11269 char clGetPlatformInfo ();
11273 return clGetPlatformInfo ();
11278 if ac_fn_c_try_link
"$LINENO"; then :
11279 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11281 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11283 rm -f core conftest.err conftest.
$ac_objext \
11284 conftest
$ac_exeext conftest.
$ac_ext
11285 LIBS
=$ac_check_lib_save_LIBS
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11288 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11289 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11290 OPENCL_LIBS
="-lOpenCL"
11295 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11296 case "x$with_opencl" in
11297 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11299 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11300 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11302 enable_opencl
=${enable_opencl:-no}
11305 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11308 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11309 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11310 $as_echo_n "(cached) " >&6
11312 ac_check_lib_save_LIBS
=$LIBS
11313 LIBS
="-lpcap $LIBS"
11314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11315 /* end confdefs.h. */
11317 /* Override any GCC internal prototype to avoid an error.
11318 Use char because int might match the return type of a GCC
11319 builtin and then its argument prototype would still apply. */
11323 char pcap_create ();
11327 return pcap_create ();
11332 if ac_fn_c_try_link
"$LINENO"; then :
11333 ac_cv_lib_pcap_pcap_create
=yes
11335 ac_cv_lib_pcap_pcap_create
=no
11337 rm -f core conftest.err conftest.
$ac_objext \
11338 conftest
$ac_exeext conftest.
$ac_ext
11339 LIBS
=$ac_check_lib_save_LIBS
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11342 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11343 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11349 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11350 case "x$with_pcap" in
11351 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11353 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11354 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11356 enable_wpcap
=${enable_wpcap:-no}
11360 if test "x$with_xml" != "xno"
11362 if ${XML2_CFLAGS:+false} :; then :
11363 if ${PKG_CONFIG+:} false
; then :
11364 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11367 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11368 if ${XML2_LIBS:+false} :; then :
11369 if ${PKG_CONFIG+:} false
; then :
11370 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11373 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11374 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11375 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11376 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11377 ac_save_CPPFLAGS
=$CPPFLAGS
11378 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11379 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11381 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11382 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11383 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11384 cat >>confdefs.h
<<_ACEOF
11385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11392 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"
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11395 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11396 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11397 $as_echo_n "(cached) " >&6
11399 ac_check_lib_save_LIBS
=$LIBS
11400 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11402 /* end confdefs.h. */
11404 /* Override any GCC internal prototype to avoid an error.
11405 Use char because int might match the return type of a GCC
11406 builtin and then its argument prototype would still apply. */
11410 char xmlParseMemory ();
11414 return xmlParseMemory ();
11419 if ac_fn_c_try_link
"$LINENO"; then :
11420 ac_cv_lib_xml2_xmlParseMemory
=yes
11422 ac_cv_lib_xml2_xmlParseMemory
=no
11424 rm -f core conftest.err conftest.
$ac_objext \
11425 conftest
$ac_exeext conftest.
$ac_ext
11426 LIBS
=$ac_check_lib_save_LIBS
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11429 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11430 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11432 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11439 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11440 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11441 $as_echo_n "(cached) " >&6
11443 ac_check_lib_save_LIBS
=$LIBS
11444 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11446 /* end confdefs.h. */
11448 /* Override any GCC internal prototype to avoid an error.
11449 Use char because int might match the return type of a GCC
11450 builtin and then its argument prototype would still apply. */
11454 char xmlReadMemory ();
11458 return xmlReadMemory ();
11463 if ac_fn_c_try_link
"$LINENO"; then :
11464 ac_cv_lib_xml2_xmlReadMemory
=yes
11466 ac_cv_lib_xml2_xmlReadMemory
=no
11468 rm -f core conftest.err conftest.
$ac_objext \
11469 conftest
$ac_exeext conftest.
$ac_ext
11470 LIBS
=$ac_check_lib_save_LIBS
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11473 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11474 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11476 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11481 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11482 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11483 $as_echo_n "(cached) " >&6
11485 ac_check_lib_save_LIBS
=$LIBS
11486 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11488 /* end confdefs.h. */
11490 /* Override any GCC internal prototype to avoid an error.
11491 Use char because int might match the return type of a GCC
11492 builtin and then its argument prototype would still apply. */
11496 char xmlNewDocPI ();
11500 return xmlNewDocPI ();
11505 if ac_fn_c_try_link
"$LINENO"; then :
11506 ac_cv_lib_xml2_xmlNewDocPI
=yes
11508 ac_cv_lib_xml2_xmlNewDocPI
=no
11510 rm -f core conftest.err conftest.
$ac_objext \
11511 conftest
$ac_exeext conftest.
$ac_ext
11512 LIBS
=$ac_check_lib_save_LIBS
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11515 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11516 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11518 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11523 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11524 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11525 $as_echo_n "(cached) " >&6
11527 ac_check_lib_save_LIBS
=$LIBS
11528 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11530 /* end confdefs.h. */
11532 /* Override any GCC internal prototype to avoid an error.
11533 Use char because int might match the return type of a GCC
11534 builtin and then its argument prototype would still apply. */
11538 char xmlSchemaSetParserStructuredErrors ();
11542 return xmlSchemaSetParserStructuredErrors ();
11547 if ac_fn_c_try_link
"$LINENO"; then :
11548 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11550 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11552 rm -f core conftest.err conftest.
$ac_objext \
11553 conftest
$ac_exeext conftest.
$ac_ext
11554 LIBS
=$ac_check_lib_save_LIBS
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11557 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11558 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11560 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11565 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11566 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11567 $as_echo_n "(cached) " >&6
11569 ac_check_lib_save_LIBS
=$LIBS
11570 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11572 /* end confdefs.h. */
11574 /* Override any GCC internal prototype to avoid an error.
11575 Use char because int might match the return type of a GCC
11576 builtin and then its argument prototype would still apply. */
11580 char xmlSchemaSetValidStructuredErrors ();
11584 return xmlSchemaSetValidStructuredErrors ();
11589 if ac_fn_c_try_link
"$LINENO"; then :
11590 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11592 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11594 rm -f core conftest.err conftest.
$ac_objext \
11595 conftest
$ac_exeext conftest.
$ac_ext
11596 LIBS
=$ac_check_lib_save_LIBS
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11599 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11600 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11602 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11607 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11608 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11609 $as_echo_n "(cached) " >&6
11611 ac_check_lib_save_LIBS
=$LIBS
11612 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11614 /* end confdefs.h. */
11616 /* Override any GCC internal prototype to avoid an error.
11617 Use char because int might match the return type of a GCC
11618 builtin and then its argument prototype would still apply. */
11622 char xmlFirstElementChild ();
11626 return xmlFirstElementChild ();
11631 if ac_fn_c_try_link
"$LINENO"; then :
11632 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11634 ac_cv_lib_xml2_xmlFirstElementChild
=no
11636 rm -f core conftest.err conftest.
$ac_objext \
11637 conftest
$ac_exeext conftest.
$ac_ext
11638 LIBS
=$ac_check_lib_save_LIBS
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11641 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11642 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11644 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11648 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11650 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11652 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11660 CPPFLAGS
=$ac_save_CPPFLAGS
11661 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11662 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11665 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11666 case "x$with_xml" in
11667 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11669 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11670 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11675 if test "x$with_xslt" != "xno"
11677 if ${XSLT_CFLAGS:+false} :; then :
11678 if ${PKG_CONFIG+:} false
; then :
11679 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11682 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11683 if ${XSLT_LIBS:+false} :; then :
11684 if ${PKG_CONFIG+:} false
; then :
11685 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11688 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11689 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11690 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11691 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11692 ac_save_CPPFLAGS
=$CPPFLAGS
11693 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11694 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11696 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11697 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11698 # include <libxslt/pattern.h>
11701 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11702 cat >>confdefs.h
<<_ACEOF
11703 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11710 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11713 $as_echo_n "checking for -lxslt... " >&6; }
11714 if ${ac_cv_lib_soname_xslt+:} false
; then :
11715 $as_echo_n "(cached) " >&6
11717 ac_check_soname_save_LIBS
=$LIBS
11718 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11720 /* end confdefs.h. */
11722 /* Override any GCC internal prototype to avoid an error.
11723 Use char because int might match the return type of a GCC
11724 builtin and then its argument prototype would still apply. */
11728 char xsltCompilePattern ();
11732 return xsltCompilePattern ();
11737 if ac_fn_c_try_link
"$LINENO"; then :
11739 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11740 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'` ;;
11741 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11742 if ${ac_cv_lib_soname_xslt:+false} :; then :
11743 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11747 rm -f core conftest.err conftest.
$ac_objext \
11748 conftest
$ac_exeext conftest.
$ac_ext
11749 LIBS
=$ac_check_soname_save_LIBS
11751 if ${ac_cv_lib_soname_xslt:+false} :; then :
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11753 $as_echo "not found" >&6; }
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11757 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11759 cat >>confdefs.h
<<_ACEOF
11760 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11768 CPPFLAGS
=$ac_save_CPPFLAGS
11769 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11770 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11773 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11774 case "x$with_xslt" in
11775 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11777 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11778 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11783 if test "x$with_dbus" != "xno"
11785 if ${DBUS_CFLAGS:+false} :; then :
11786 if ${PKG_CONFIG+:} false
; then :
11787 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11791 if ${DBUS_LIBS:+false} :; then :
11792 if ${PKG_CONFIG+:} false
; then :
11793 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11798 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11799 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11800 ac_save_CPPFLAGS
=$CPPFLAGS
11801 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11802 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11803 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11805 $as_echo_n "checking for -ldbus-1... " >&6; }
11806 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11807 $as_echo_n "(cached) " >&6
11809 ac_check_soname_save_LIBS
=$LIBS
11810 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11812 /* end confdefs.h. */
11814 /* Override any GCC internal prototype to avoid an error.
11815 Use char because int might match the return type of a GCC
11816 builtin and then its argument prototype would still apply. */
11820 char dbus_connection_close ();
11824 return dbus_connection_close ();
11829 if ac_fn_c_try_link
"$LINENO"; then :
11831 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11832 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'` ;;
11833 *) 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'`
11834 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11835 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11839 rm -f core conftest.err conftest.
$ac_objext \
11840 conftest
$ac_exeext conftest.
$ac_ext
11841 LIBS
=$ac_check_soname_save_LIBS
11843 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11845 $as_echo "not found" >&6; }
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11849 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11851 cat >>confdefs.h
<<_ACEOF
11852 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11862 CPPFLAGS
=$ac_save_CPPFLAGS
11863 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11864 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11867 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11868 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11869 case "x$with_dbus" in
11870 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11872 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11873 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11878 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11880 if ${HAL_CFLAGS:+false} :; then :
11881 if ${PKG_CONFIG+:} false
; then :
11882 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11886 if ${HAL_LIBS:+false} :; then :
11887 if ${PKG_CONFIG+:} false
; then :
11888 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11892 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11893 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11894 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11895 ac_save_CPPFLAGS
=$CPPFLAGS
11896 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11897 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11898 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11900 $as_echo_n "checking for -lhal... " >&6; }
11901 if ${ac_cv_lib_soname_hal+:} false
; then :
11902 $as_echo_n "(cached) " >&6
11904 ac_check_soname_save_LIBS
=$LIBS
11905 LIBS
="-lhal $HAL_LIBS $LIBS"
11906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11907 /* end confdefs.h. */
11909 /* Override any GCC internal prototype to avoid an error.
11910 Use char because int might match the return type of a GCC
11911 builtin and then its argument prototype would still apply. */
11915 char libhal_ctx_new ();
11919 return libhal_ctx_new ();
11924 if ac_fn_c_try_link
"$LINENO"; then :
11926 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11927 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'` ;;
11928 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11929 if ${ac_cv_lib_soname_hal:+false} :; then :
11930 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11934 rm -f core conftest.err conftest.
$ac_objext \
11935 conftest
$ac_exeext conftest.
$ac_ext
11936 LIBS
=$ac_check_soname_save_LIBS
11938 if ${ac_cv_lib_soname_hal:+false} :; then :
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11940 $as_echo "not found" >&6; }
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11944 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11946 cat >>confdefs.h
<<_ACEOF
11947 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11957 CPPFLAGS
=$ac_save_CPPFLAGS
11958 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11959 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11961 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11962 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11963 case "x$with_hal" in
11964 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11966 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11967 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11973 if test "x$with_gnutls" != "xno"
11975 if ${GNUTLS_CFLAGS:+false} :; then :
11976 if ${PKG_CONFIG+:} false
; then :
11977 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11981 if ${GNUTLS_LIBS:+false} :; then :
11982 if ${PKG_CONFIG+:} false
; then :
11983 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11988 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11989 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11990 ac_save_CPPFLAGS
=$CPPFLAGS
11991 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11992 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11993 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h. */
11996 #include <gnutls/gnutls.h>
11997 #include <gnutls/crypto.h>
12001 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
12006 if ac_fn_c_try_compile
"$LINENO"; then :
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
12008 $as_echo_n "checking for -lgnutls... " >&6; }
12009 if ${ac_cv_lib_soname_gnutls+:} false
; then :
12010 $as_echo_n "(cached) " >&6
12012 ac_check_soname_save_LIBS
=$LIBS
12013 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
12014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12015 /* end confdefs.h. */
12017 /* Override any GCC internal prototype to avoid an error.
12018 Use char because int might match the return type of a GCC
12019 builtin and then its argument prototype would still apply. */
12023 char gnutls_global_init ();
12027 return gnutls_global_init ();
12032 if ac_fn_c_try_link
"$LINENO"; then :
12034 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12035 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'` ;;
12036 *) 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'`
12037 if ${ac_cv_lib_soname_gnutls:+false} :; then :
12038 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'`
12042 rm -f core conftest.err conftest.
$ac_objext \
12043 conftest
$ac_exeext conftest.
$ac_ext
12044 LIBS
=$ac_check_soname_save_LIBS
12046 if ${ac_cv_lib_soname_gnutls:+false} :; then :
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12048 $as_echo "not found" >&6; }
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
12052 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
12054 cat >>confdefs.h
<<_ACEOF
12055 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12060 ac_wine_check_funcs_save_LIBS
="$LIBS"
12061 LIBS
="$LIBS $GNUTLS_LIBS"
12062 for ac_func
in gnutls_cipher_init
12064 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
12065 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
12066 cat >>confdefs.h
<<_ACEOF
12067 #define HAVE_GNUTLS_CIPHER_INIT 1
12071 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
12075 LIBS
="$ac_wine_check_funcs_save_LIBS"
12077 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12083 CPPFLAGS
=$ac_save_CPPFLAGS
12084 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12085 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12088 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
12089 case "x$with_gnutls" in
12090 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12092 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
12093 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
12099 if test "$ac_cv_header_ncurses_h" = "yes"
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
12102 $as_echo_n "checking for -lncurses... " >&6; }
12103 if ${ac_cv_lib_soname_ncurses+:} false
; then :
12104 $as_echo_n "(cached) " >&6
12106 ac_check_soname_save_LIBS
=$LIBS
12107 LIBS
="-lncurses $LIBS"
12108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h. */
12111 /* Override any GCC internal prototype to avoid an error.
12112 Use char because int might match the return type of a GCC
12113 builtin and then its argument prototype would still apply. */
12126 if ac_fn_c_try_link
"$LINENO"; then :
12128 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12129 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'` ;;
12130 *) 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'`
12131 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12132 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12136 rm -f core conftest.err conftest.
$ac_objext \
12137 conftest
$ac_exeext conftest.
$ac_ext
12138 LIBS
=$ac_check_soname_save_LIBS
12140 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12142 $as_echo "not found" >&6; }
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
12146 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
12148 cat >>confdefs.h
<<_ACEOF
12149 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12152 CURSES_LIBS
="-lncurses"
12154 elif test "$ac_cv_header_curses_h" = "yes"
12156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
12157 $as_echo_n "checking for -lcurses... " >&6; }
12158 if ${ac_cv_lib_soname_curses+:} false
; then :
12159 $as_echo_n "(cached) " >&6
12161 ac_check_soname_save_LIBS
=$LIBS
12162 LIBS
="-lcurses $LIBS"
12163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12164 /* end confdefs.h. */
12166 /* Override any GCC internal prototype to avoid an error.
12167 Use char because int might match the return type of a GCC
12168 builtin and then its argument prototype would still apply. */
12181 if ac_fn_c_try_link
"$LINENO"; then :
12183 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12184 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'` ;;
12185 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12186 if ${ac_cv_lib_soname_curses:+false} :; then :
12187 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12191 rm -f core conftest.err conftest.
$ac_objext \
12192 conftest
$ac_exeext conftest.
$ac_ext
12193 LIBS
=$ac_check_soname_save_LIBS
12195 if ${ac_cv_lib_soname_curses:+false} :; then :
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12197 $as_echo "not found" >&6; }
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
12201 $as_echo "$ac_cv_lib_soname_curses" >&6; }
12203 cat >>confdefs.h
<<_ACEOF
12204 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12207 CURSES_LIBS
="-lcurses"
12210 ac_save_LIBS
="$LIBS"
12211 LIBS
="$LIBS $CURSES_LIBS"
12212 for ac_func
in mousemask
12214 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
12215 if test "x$ac_cv_func_mousemask" = xyes
; then :
12216 cat >>confdefs.h
<<_ACEOF
12217 #define HAVE_MOUSEMASK 1
12223 LIBS
="$ac_save_LIBS"
12224 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
12225 case "x$with_curses" in
12226 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
12228 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
12229 This is an error since --with-curses was requested." "$LINENO" 5 ;;
12234 if test "x$with_sane" != "xno"
12236 if ${SANE_CFLAGS:+false} :; then :
12237 if ${PKG_CONFIG+:} false
; then :
12238 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12241 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12242 if ${SANE_LIBS:+false} :; then :
12243 if ${PKG_CONFIG+:} false
; then :
12244 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12247 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12249 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12250 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12251 ac_save_CPPFLAGS
=$CPPFLAGS
12252 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12253 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12254 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12256 $as_echo_n "checking for -lsane... " >&6; }
12257 if ${ac_cv_lib_soname_sane+:} false
; then :
12258 $as_echo_n "(cached) " >&6
12260 ac_check_soname_save_LIBS
=$LIBS
12261 LIBS
="-lsane $SANE_LIBS $LIBS"
12262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12263 /* end confdefs.h. */
12265 /* Override any GCC internal prototype to avoid an error.
12266 Use char because int might match the return type of a GCC
12267 builtin and then its argument prototype would still apply. */
12275 return sane_init ();
12280 if ac_fn_c_try_link
"$LINENO"; then :
12282 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12283 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'` ;;
12284 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12285 if ${ac_cv_lib_soname_sane:+false} :; then :
12286 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12290 rm -f core conftest.err conftest.
$ac_objext \
12291 conftest
$ac_exeext conftest.
$ac_ext
12292 LIBS
=$ac_check_soname_save_LIBS
12294 if ${ac_cv_lib_soname_sane:+false} :; then :
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12296 $as_echo "not found" >&6; }
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12300 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12302 cat >>confdefs.h
<<_ACEOF
12303 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12313 CPPFLAGS
=$ac_save_CPPFLAGS
12314 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12315 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12318 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12319 case "x$with_sane" in
12320 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12322 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12323 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12328 if test "x$with_v4l" != "xno"
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12331 $as_echo_n "checking for -lv4l1... " >&6; }
12332 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12333 $as_echo_n "(cached) " >&6
12335 ac_check_soname_save_LIBS
=$LIBS
12336 LIBS
="-lv4l1 $LIBS"
12337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12338 /* end confdefs.h. */
12340 /* Override any GCC internal prototype to avoid an error.
12341 Use char because int might match the return type of a GCC
12342 builtin and then its argument prototype would still apply. */
12350 return v4l1_open ();
12355 if ac_fn_c_try_link
"$LINENO"; then :
12357 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12358 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'` ;;
12359 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12360 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12361 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12365 rm -f core conftest.err conftest.
$ac_objext \
12366 conftest
$ac_exeext conftest.
$ac_ext
12367 LIBS
=$ac_check_soname_save_LIBS
12369 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12371 $as_echo "not found" >&6; }
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12375 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12377 cat >>confdefs.h
<<_ACEOF
12378 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12384 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12385 case "x$with_v4l" in
12386 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12388 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12389 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12394 if test "x$with_gphoto" != "xno"
12396 if ${GPHOTO2_CFLAGS:+false} :; then :
12397 if ${PKG_CONFIG+:} false
; then :
12398 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12401 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12402 if ${GPHOTO2_LIBS:+false} :; then :
12403 if ${PKG_CONFIG+:} false
; then :
12404 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12407 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12408 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12409 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12410 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12411 ac_save_CPPFLAGS
=$CPPFLAGS
12412 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12413 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12414 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12416 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12417 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12418 $as_echo_n "(cached) " >&6
12420 ac_check_lib_save_LIBS
=$LIBS
12421 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12423 /* end confdefs.h. */
12425 /* Override any GCC internal prototype to avoid an error.
12426 Use char because int might match the return type of a GCC
12427 builtin and then its argument prototype would still apply. */
12431 char gp_camera_new ();
12435 return gp_camera_new ();
12440 if ac_fn_c_try_link
"$LINENO"; then :
12441 ac_cv_lib_gphoto2_gp_camera_new
=yes
12443 ac_cv_lib_gphoto2_gp_camera_new
=no
12445 rm -f core conftest.err conftest.
$ac_objext \
12446 conftest
$ac_exeext conftest.
$ac_ext
12447 LIBS
=$ac_check_lib_save_LIBS
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12450 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12451 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12453 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12456 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12460 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12464 CPPFLAGS
=$ac_save_CPPFLAGS
12465 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12466 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12468 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12469 if ${PKG_CONFIG+:} false
; then :
12470 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12473 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12474 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12475 if ${PKG_CONFIG+:} false
; then :
12476 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12479 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12480 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12481 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12482 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12483 ac_save_CPPFLAGS
=$CPPFLAGS
12484 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12485 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12486 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12488 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12489 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12490 $as_echo_n "(cached) " >&6
12492 ac_check_lib_save_LIBS
=$LIBS
12493 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12495 /* end confdefs.h. */
12497 /* Override any GCC internal prototype to avoid an error.
12498 Use char because int might match the return type of a GCC
12499 builtin and then its argument prototype would still apply. */
12503 char gp_port_info_list_new ();
12507 return gp_port_info_list_new ();
12512 if ac_fn_c_try_link
"$LINENO"; then :
12513 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12515 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12517 rm -f core conftest.err conftest.
$ac_objext \
12518 conftest
$ac_exeext conftest.
$ac_ext
12519 LIBS
=$ac_check_lib_save_LIBS
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12522 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12523 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12525 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12528 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12532 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12536 CPPFLAGS
=$ac_save_CPPFLAGS
12537 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12538 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12541 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12542 case "x$with_gphoto" in
12543 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12545 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12546 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12550 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12551 case "x$with_gphoto" in
12552 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12554 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12555 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12561 if test "$ac_cv_header_resolv_h" = "yes"
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12564 $as_echo_n "checking for resolver library... " >&6; }
12565 if ${ac_cv_have_resolv+:} false
; then :
12566 $as_echo_n "(cached) " >&6
12568 ac_save_LIBS
="$LIBS"
12569 for lib
in '' -lresolv
12571 LIBS
="$lib $ac_save_LIBS"
12572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12574 #ifdef HAVE_NETINET_IN_H
12575 #include <netinet/in.h>
12577 #include <resolv.h>
12581 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12586 if ac_fn_c_try_link
"$LINENO"; then :
12587 ac_cv_have_resolv
=${lib:-"none required"}
12589 ac_cv_have_resolv
="not found"
12591 rm -f core conftest.err conftest.
$ac_objext \
12592 conftest
$ac_exeext conftest.
$ac_ext
12593 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12595 LIBS
="$ac_save_LIBS"
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12598 $as_echo "$ac_cv_have_resolv" >&6; }
12600 case "$ac_cv_have_resolv" in
12604 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12607 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12609 RESOLV_LIBS
=$ac_cv_have_resolv
12614 if test "x$with_cms" != "xno"
12616 if ${LCMS2_CFLAGS:+false} :; then :
12617 if ${PKG_CONFIG+:} false
; then :
12618 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12622 if ${LCMS2_LIBS:+false} :; then :
12623 if ${PKG_CONFIG+:} false
; then :
12624 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12628 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12629 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12630 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12631 ac_save_CPPFLAGS
=$CPPFLAGS
12632 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12633 for ac_header
in lcms2.h
12635 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12636 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12637 cat >>confdefs.h
<<_ACEOF
12638 #define HAVE_LCMS2_H 1
12645 if test "$ac_cv_header_lcms2_h" = "yes"
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12648 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12649 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12650 $as_echo_n "(cached) " >&6
12652 ac_check_lib_save_LIBS
=$LIBS
12653 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12655 /* end confdefs.h. */
12657 /* Override any GCC internal prototype to avoid an error.
12658 Use char because int might match the return type of a GCC
12659 builtin and then its argument prototype would still apply. */
12663 char cmsOpenProfileFromFile ();
12667 return cmsOpenProfileFromFile ();
12672 if ac_fn_c_try_link
"$LINENO"; then :
12673 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12675 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12677 rm -f core conftest.err conftest.
$ac_objext \
12678 conftest
$ac_exeext conftest.
$ac_ext
12679 LIBS
=$ac_check_lib_save_LIBS
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12682 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12683 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12685 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12695 CPPFLAGS
=$ac_save_CPPFLAGS
12696 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12697 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12700 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12701 case "x$with_cms" in
12702 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12704 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12705 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12710 if test "x$with_freetype" != "xno"
12712 if ${FREETYPE_CFLAGS:+false} :; then :
12713 if ${PKG_CONFIG+:} false
; then :
12714 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12717 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12718 if ${FREETYPE_LIBS:+false} :; then :
12719 if ${PKG_CONFIG+:} false
; then :
12720 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12723 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12724 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12725 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12726 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12727 ac_save_CPPFLAGS
=$CPPFLAGS
12728 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12729 for ac_header
in ft2build.h
12731 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12732 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12733 cat >>confdefs.h
<<_ACEOF
12734 #define HAVE_FT2BUILD_H 1
12741 if test "$ac_cv_header_ft2build_h" = "yes"
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12744 $as_echo_n "checking for -lfreetype... " >&6; }
12745 if ${ac_cv_lib_soname_freetype+:} false
; then :
12746 $as_echo_n "(cached) " >&6
12748 ac_check_soname_save_LIBS
=$LIBS
12749 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12751 /* end confdefs.h. */
12753 /* Override any GCC internal prototype to avoid an error.
12754 Use char because int might match the return type of a GCC
12755 builtin and then its argument prototype would still apply. */
12759 char FT_Init_FreeType ();
12763 return FT_Init_FreeType ();
12768 if ac_fn_c_try_link
"$LINENO"; then :
12770 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12771 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'` ;;
12772 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12773 if ${ac_cv_lib_soname_freetype:+false} :; then :
12774 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12778 rm -f core conftest.err conftest.
$ac_objext \
12779 conftest
$ac_exeext conftest.
$ac_ext
12780 LIBS
=$ac_check_soname_save_LIBS
12782 if ${ac_cv_lib_soname_freetype:+false} :; then :
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12784 $as_echo "not found" >&6; }
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12788 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12790 cat >>confdefs.h
<<_ACEOF
12791 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12795 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12797 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12798 #include FT_MODULE_H
12800 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12802 cat >>confdefs.h
<<_ACEOF
12803 #define HAVE_FT_TRUETYPEENGINETYPE 1
12814 CPPFLAGS
=$ac_save_CPPFLAGS
12815 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12816 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12819 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12820 case "x$with_freetype" in
12822 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12823 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12825 enable_fonts
=${enable_fonts:-no}
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12829 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12830 if ${ac_cv_c_ppdev+:} false
; then :
12831 $as_echo_n "(cached) " >&6
12833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12834 /* end confdefs.h. */
12835 #ifdef HAVE_SYS_IOCTL_H
12836 # include <sys/ioctl.h>
12838 #include <linux/ppdev.h>
12842 ioctl (1,PPCLAIM,0)
12847 if ac_fn_c_try_compile
"$LINENO"; then :
12848 ac_cv_c_ppdev
="yes"
12852 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12855 $as_echo "$ac_cv_c_ppdev" >&6; }
12856 if test "$ac_cv_c_ppdev" = "yes"
12859 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12863 ac_wine_check_funcs_save_LIBS
="$LIBS"
12864 LIBS
="$LIBS $PTHREAD_LIBS"
12866 pthread_attr_get_np \
12867 pthread_getattr_np \
12868 pthread_getthreadid_np \
12869 pthread_get_stackaddr_np \
12870 pthread_get_stacksize_np
12872 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12873 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12874 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12875 cat >>confdefs.h
<<_ACEOF
12876 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12882 LIBS
="$ac_wine_check_funcs_save_LIBS"
12884 if test "$ac_cv_header_zlib_h" = "yes"
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12887 $as_echo_n "checking for inflate in -lz... " >&6; }
12888 if ${ac_cv_lib_z_inflate+:} false
; then :
12889 $as_echo_n "(cached) " >&6
12891 ac_check_lib_save_LIBS
=$LIBS
12893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12894 /* end confdefs.h. */
12896 /* Override any GCC internal prototype to avoid an error.
12897 Use char because int might match the return type of a GCC
12898 builtin and then its argument prototype would still apply. */
12911 if ac_fn_c_try_link
"$LINENO"; then :
12912 ac_cv_lib_z_inflate
=yes
12914 ac_cv_lib_z_inflate
=no
12916 rm -f core conftest.err conftest.
$ac_objext \
12917 conftest
$ac_exeext conftest.
$ac_ext
12918 LIBS
=$ac_check_lib_save_LIBS
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12921 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12922 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12924 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12931 if test "x$Z_LIBS" = "x"; then :
12932 case "x$with_zlib" in
12933 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12935 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12936 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12941 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12943 if test "$ac_cv_header_gettext_po_h" = "yes"
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12946 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12947 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12948 $as_echo_n "(cached) " >&6
12950 ac_check_lib_save_LIBS
=$LIBS
12951 LIBS
="-lgettextpo $LIBS"
12952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h. */
12955 /* Override any GCC internal prototype to avoid an error.
12956 Use char because int might match the return type of a GCC
12957 builtin and then its argument prototype would still apply. */
12961 char po_message_msgctxt ();
12965 return po_message_msgctxt ();
12970 if ac_fn_c_try_link
"$LINENO"; then :
12971 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12973 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12975 rm -f core conftest.err conftest.
$ac_objext \
12976 conftest
$ac_exeext conftest.
$ac_ext
12977 LIBS
=$ac_check_lib_save_LIBS
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12980 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12981 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12983 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12985 GETTEXTPO_LIBS
="-lgettextpo"
12990 if test "x$GETTEXTPO_LIBS" = "x"; then :
12991 case "x$with_gettextpo" in
12992 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12994 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12995 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12999 if test "$srcdir" != .
; then :
13000 case "x$with_gettextpo" in
13001 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
13003 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
13004 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
13010 if test "x$with_pulse" != "xno";
13012 if ${PULSE_CFLAGS:+false} :; then :
13013 if ${PKG_CONFIG+:} false
; then :
13014 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
13018 if ${PULSE_LIBS:+false} :; then :
13019 if ${PKG_CONFIG+:} false
; then :
13020 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
13025 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
13026 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
13027 ac_save_CPPFLAGS
=$CPPFLAGS
13028 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
13029 for ac_header
in pulse
/pulseaudio.h
13031 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
13032 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
13033 cat >>confdefs.h
<<_ACEOF
13034 #define HAVE_PULSE_PULSEAUDIO_H 1
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
13037 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
13038 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
13039 $as_echo_n "(cached) " >&6
13041 ac_check_lib_save_LIBS
=$LIBS
13042 LIBS
="-lpulse $PULSE_LIBS $LIBS"
13043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13044 /* end confdefs.h. */
13046 /* Override any GCC internal prototype to avoid an error.
13047 Use char because int might match the return type of a GCC
13048 builtin and then its argument prototype would still apply. */
13052 char pa_stream_is_corked ();
13056 return pa_stream_is_corked ();
13061 if ac_fn_c_try_link
"$LINENO"; then :
13062 ac_cv_lib_pulse_pa_stream_is_corked
=yes
13064 ac_cv_lib_pulse_pa_stream_is_corked
=no
13066 rm -f core conftest.err conftest.
$ac_objext \
13067 conftest
$ac_exeext conftest.
$ac_ext
13068 LIBS
=$ac_check_lib_save_LIBS
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
13071 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
13072 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
13084 CPPFLAGS
=$ac_save_CPPFLAGS
13085 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13086 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13089 if test -z "$PULSE_LIBS"; then :
13090 case "x$with_pulse" in
13091 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
13093 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
13094 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
13096 enable_winepulse_drv
=${enable_winepulse_drv:-no}
13099 if test "x$with_gstreamer" != "xno"
13101 if ${GSTREAMER_CFLAGS:+false} :; then :
13102 if ${PKG_CONFIG+:} false
; then :
13103 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13107 if ${GSTREAMER_LIBS:+false} :; then :
13108 if ${PKG_CONFIG+:} false
; then :
13109 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13114 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
13115 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
13116 ac_save_CPPFLAGS
=$CPPFLAGS
13117 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
13119 for i
in $GSTREAMER_CFLAGS
13122 -I*) ac_gst_incl
="$ac_gst_incl $i";;
13125 GSTREAMER_CFLAGS
=$ac_gst_incl
13126 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
13127 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
13128 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
13130 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
13131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13132 /* end confdefs.h. */
13133 #include <gst/gst.h>
13137 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
13142 if ac_fn_c_try_compile
"$LINENO"; then :
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13144 $as_echo "yes" >&6; }
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
13146 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
13147 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
13148 $as_echo_n "(cached) " >&6
13150 ac_check_lib_save_LIBS
=$LIBS
13151 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
13152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13155 /* Override any GCC internal prototype to avoid an error.
13156 Use char because int might match the return type of a GCC
13157 builtin and then its argument prototype would still apply. */
13161 char gst_pad_new ();
13165 return gst_pad_new ();
13170 if ac_fn_c_try_link
"$LINENO"; then :
13171 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
13173 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
13175 rm -f core conftest.err conftest.
$ac_objext \
13176 conftest
$ac_exeext conftest.
$ac_ext
13177 LIBS
=$ac_check_lib_save_LIBS
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
13180 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
13181 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13187 $as_echo "no" >&6; }
13188 ac_glib2_broken
=yes
13189 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
13191 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13195 CPPFLAGS
=$ac_save_CPPFLAGS
13196 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13197 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13200 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 :
13201 case "x$with_gstreamer" in
13202 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
13204 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
13205 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
13209 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
13213 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
13216 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
13217 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
13218 $as_echo_n "(cached) " >&6
13220 ac_check_lib_save_LIBS
=$LIBS
13221 LIBS
="-lasound $LIBS"
13222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13223 /* end confdefs.h. */
13225 /* Override any GCC internal prototype to avoid an error.
13226 Use char because int might match the return type of a GCC
13227 builtin and then its argument prototype would still apply. */
13231 char snd_pcm_hw_params_get_access_mask ();
13235 return snd_pcm_hw_params_get_access_mask ();
13240 if ac_fn_c_try_link
"$LINENO"; then :
13241 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13243 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13245 rm -f core conftest.err conftest.
$ac_objext \
13246 conftest
$ac_exeext conftest.
$ac_ext
13247 LIBS
=$ac_check_lib_save_LIBS
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13250 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13251 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13253 /* end confdefs.h. */
13254 #ifdef HAVE_ALSA_ASOUNDLIB_H
13255 #include <alsa/asoundlib.h>
13256 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13257 #include <sys/asoundlib.h>
13262 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13267 if ac_fn_c_try_compile
"$LINENO"; then :
13268 ALSA_LIBS
="-lasound"
13270 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13274 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13276 if test "x$with_oss" != xno
13278 ac_save_CPPFLAGS
="$CPPFLAGS"
13279 if test -f /etc
/oss.conf
13283 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13284 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13285 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13286 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13287 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13289 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13291 cat >>confdefs.h
<<_ACEOF
13292 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13295 OSS4_CFLAGS
="$ac_oss_incl"
13302 CPPFLAGS
="$ac_save_CPPFLAGS"
13304 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13305 case "x$with_oss" in
13306 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13308 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13309 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13311 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13314 if test "x$with_udev" != "xno"
13316 if ${UDEV_CFLAGS:+false} :; then :
13317 if ${PKG_CONFIG+:} false
; then :
13318 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13322 if ${UDEV_LIBS:+false} :; then :
13323 if ${PKG_CONFIG+:} false
; then :
13324 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13328 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13329 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13330 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13331 ac_save_CPPFLAGS
=$CPPFLAGS
13332 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13333 for ac_header
in libudev.h
13335 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13336 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13337 cat >>confdefs.h
<<_ACEOF
13338 #define HAVE_LIBUDEV_H 1
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13341 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13342 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13343 $as_echo_n "(cached) " >&6
13345 ac_check_lib_save_LIBS
=$LIBS
13346 LIBS
="-ludev $UDEV_LIBS $LIBS"
13347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13348 /* end confdefs.h. */
13350 /* Override any GCC internal prototype to avoid an error.
13351 Use char because int might match the return type of a GCC
13352 builtin and then its argument prototype would still apply. */
13360 return udev_new ();
13365 if ac_fn_c_try_link
"$LINENO"; then :
13366 ac_cv_lib_udev_udev_new
=yes
13368 ac_cv_lib_udev_udev_new
=no
13370 rm -f core conftest.err conftest.
$ac_objext \
13371 conftest
$ac_exeext conftest.
$ac_ext
13372 LIBS
=$ac_check_lib_save_LIBS
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13375 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13376 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13378 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13390 CPPFLAGS
=$ac_save_CPPFLAGS
13391 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13392 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13395 if test "x$UDEV_LIBS" = "x"; then :
13396 case "x$with_udev" in
13397 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13399 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13400 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13405 if test "x$with_capi" != "xno"
13407 if ${CAPI20_CFLAGS:+false} :; then :
13408 if ${PKG_CONFIG+:} false
; then :
13409 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13413 if ${CAPI20_LIBS:+false} :; then :
13414 if ${PKG_CONFIG+:} false
; then :
13415 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13420 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13421 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13422 ac_save_CPPFLAGS
=$CPPFLAGS
13423 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13424 for ac_header
in capi20.h linux
/capi.h
13426 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13427 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13429 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13430 cat >>confdefs.h
<<_ACEOF
13431 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13438 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13441 $as_echo_n "checking for -lcapi20... " >&6; }
13442 if ${ac_cv_lib_soname_capi20+:} false
; then :
13443 $as_echo_n "(cached) " >&6
13445 ac_check_soname_save_LIBS
=$LIBS
13446 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13450 /* Override any GCC internal prototype to avoid an error.
13451 Use char because int might match the return type of a GCC
13452 builtin and then its argument prototype would still apply. */
13456 char capi20_register ();
13460 return capi20_register ();
13465 if ac_fn_c_try_link
"$LINENO"; then :
13467 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13468 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'` ;;
13469 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13470 if ${ac_cv_lib_soname_capi20:+false} :; then :
13471 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13475 rm -f core conftest.err conftest.
$ac_objext \
13476 conftest
$ac_exeext conftest.
$ac_ext
13477 LIBS
=$ac_check_soname_save_LIBS
13479 if ${ac_cv_lib_soname_capi20:+false} :; then :
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13481 $as_echo "not found" >&6; }
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13485 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13487 cat >>confdefs.h
<<_ACEOF
13488 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13494 CPPFLAGS
=$ac_save_CPPFLAGS
13495 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13496 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13499 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13500 case "x$with_capi" in
13501 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13503 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13504 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13509 if test "x$with_cups" != "xno"
13511 if ${CUPS_CFLAGS:+false} :; then :
13512 if ${PKG_CONFIG+:} false
; then :
13513 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13516 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13517 if ${CUPS_LIBS:+false} :; then :
13518 if ${PKG_CONFIG+:} false
; then :
13519 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13522 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13523 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13524 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13525 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13526 ac_save_CPPFLAGS
=$CPPFLAGS
13527 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13528 for ac_header
in cups
/cups.h cups
/ppd.h
13530 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13531 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13532 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13533 cat >>confdefs.h
<<_ACEOF
13534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13541 if test "$ac_cv_header_cups_cups_h" = "yes"
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13544 $as_echo_n "checking for -lcups... " >&6; }
13545 if ${ac_cv_lib_soname_cups+:} false
; then :
13546 $as_echo_n "(cached) " >&6
13548 ac_check_soname_save_LIBS
=$LIBS
13549 LIBS
="-lcups $CUPS_LIBS $LIBS"
13550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13551 /* end confdefs.h. */
13553 /* Override any GCC internal prototype to avoid an error.
13554 Use char because int might match the return type of a GCC
13555 builtin and then its argument prototype would still apply. */
13559 char cupsGetDefault ();
13563 return cupsGetDefault ();
13568 if ac_fn_c_try_link
"$LINENO"; then :
13570 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13571 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'` ;;
13572 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13573 if ${ac_cv_lib_soname_cups:+false} :; then :
13574 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13578 rm -f core conftest.err conftest.
$ac_objext \
13579 conftest
$ac_exeext conftest.
$ac_ext
13580 LIBS
=$ac_check_soname_save_LIBS
13582 if ${ac_cv_lib_soname_cups:+false} :; then :
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13584 $as_echo "not found" >&6; }
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13588 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13590 cat >>confdefs.h
<<_ACEOF
13591 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13600 CPPFLAGS
=$ac_save_CPPFLAGS
13601 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13602 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13605 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13606 case "x$with_cups" in
13607 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13609 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13610 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13615 if test "x$with_fontconfig" != "xno"
13617 if ${FONTCONFIG_CFLAGS:+false} :; then :
13618 if ${PKG_CONFIG+:} false
; then :
13619 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13622 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13623 if ${FONTCONFIG_LIBS:+false} :; then :
13624 if ${PKG_CONFIG+:} false
; then :
13625 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13628 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13630 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13631 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13632 ac_save_CPPFLAGS
=$CPPFLAGS
13633 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13634 for ac_header
in fontconfig
/fontconfig.h
13636 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13637 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13638 cat >>confdefs.h
<<_ACEOF
13639 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13646 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13649 $as_echo_n "checking for -lfontconfig... " >&6; }
13650 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13651 $as_echo_n "(cached) " >&6
13653 ac_check_soname_save_LIBS
=$LIBS
13654 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13656 /* end confdefs.h. */
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13673 if ac_fn_c_try_link
"$LINENO"; then :
13675 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13676 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'` ;;
13677 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13678 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13679 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13683 rm -f core conftest.err conftest.
$ac_objext \
13684 conftest
$ac_exeext conftest.
$ac_ext
13685 LIBS
=$ac_check_soname_save_LIBS
13687 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13689 $as_echo "not found" >&6; }
13690 FONTCONFIG_CFLAGS
=""
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13693 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13695 cat >>confdefs.h
<<_ACEOF
13696 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13702 FONTCONFIG_CFLAGS
=""
13704 CPPFLAGS
=$ac_save_CPPFLAGS
13705 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13706 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13709 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13710 case "x$with_fontconfig" in
13711 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13713 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13714 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13719 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13722 $as_echo_n "checking for -lgsm... " >&6; }
13723 if ${ac_cv_lib_soname_gsm+:} false
; then :
13724 $as_echo_n "(cached) " >&6
13726 ac_check_soname_save_LIBS
=$LIBS
13728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13729 /* end confdefs.h. */
13731 /* Override any GCC internal prototype to avoid an error.
13732 Use char because int might match the return type of a GCC
13733 builtin and then its argument prototype would still apply. */
13737 char gsm_create ();
13741 return gsm_create ();
13746 if ac_fn_c_try_link
"$LINENO"; then :
13748 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13749 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'` ;;
13750 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13751 if ${ac_cv_lib_soname_gsm:+false} :; then :
13752 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13756 rm -f core conftest.err conftest.
$ac_objext \
13757 conftest
$ac_exeext conftest.
$ac_ext
13758 LIBS
=$ac_check_soname_save_LIBS
13760 if ${ac_cv_lib_soname_gsm:+false} :; then :
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13762 $as_echo "not found" >&6; }
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13766 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13768 cat >>confdefs.h
<<_ACEOF
13769 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13775 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13776 case "x$with_gsm" in
13777 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13779 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13780 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13785 if test "x$with_krb5" != "xno"
13787 if ${KRB5_CFLAGS:+false} :; then :
13788 if ${PKG_CONFIG+:} false
; then :
13789 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13792 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13793 if ${KRB5_LIBS:+false} :; then :
13794 if ${PKG_CONFIG+:} false
; then :
13795 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13798 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13800 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13801 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13802 ac_save_CPPFLAGS
=$CPPFLAGS
13803 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13804 for ac_header
in krb
5/krb5.h
13806 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13807 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13808 cat >>confdefs.h
<<_ACEOF
13809 #define HAVE_KRB5_KRB5_H 1
13816 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13819 $as_echo_n "checking for -lkrb5... " >&6; }
13820 if ${ac_cv_lib_soname_krb5+:} false
; then :
13821 $as_echo_n "(cached) " >&6
13823 ac_check_soname_save_LIBS
=$LIBS
13824 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13826 /* end confdefs.h. */
13828 /* Override any GCC internal prototype to avoid an error.
13829 Use char because int might match the return type of a GCC
13830 builtin and then its argument prototype would still apply. */
13834 char krb5_init_context ();
13838 return krb5_init_context ();
13843 if ac_fn_c_try_link
"$LINENO"; then :
13845 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13846 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'` ;;
13847 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13848 if ${ac_cv_lib_soname_krb5:+false} :; then :
13849 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13853 rm -f core conftest.err conftest.
$ac_objext \
13854 conftest
$ac_exeext conftest.
$ac_ext
13855 LIBS
=$ac_check_soname_save_LIBS
13857 if ${ac_cv_lib_soname_krb5:+false} :; then :
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13859 $as_echo "not found" >&6; }
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13863 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13865 cat >>confdefs.h
<<_ACEOF
13866 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13874 CPPFLAGS
=$ac_save_CPPFLAGS
13875 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13876 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13879 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13880 case "x$with_krb5" in
13881 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found, Kerberos won't be supported." ;;
13883 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.
13884 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13889 if test "x$with_gssapi" != "xno"
13891 if ${GSSAPI_CFLAGS:+false} :; then :
13892 if ${PKG_CONFIG+:} false
; then :
13893 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13896 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13897 if ${GSSAPI_LIBS:+false} :; then :
13898 if ${PKG_CONFIG+:} false
; then :
13899 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13902 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13904 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13905 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13906 ac_save_CPPFLAGS
=$CPPFLAGS
13907 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13908 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13910 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13911 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13912 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13913 cat >>confdefs.h
<<_ACEOF
13914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13921 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13924 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13925 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13926 $as_echo_n "(cached) " >&6
13928 ac_check_soname_save_LIBS
=$LIBS
13929 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13931 /* end confdefs.h. */
13933 /* Override any GCC internal prototype to avoid an error.
13934 Use char because int might match the return type of a GCC
13935 builtin and then its argument prototype would still apply. */
13939 char gss_init_sec_context ();
13943 return gss_init_sec_context ();
13948 if ac_fn_c_try_link
"$LINENO"; then :
13950 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13951 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'` ;;
13952 *) 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'`
13953 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13954 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13958 rm -f core conftest.err conftest.
$ac_objext \
13959 conftest
$ac_exeext conftest.
$ac_ext
13960 LIBS
=$ac_check_soname_save_LIBS
13962 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13964 $as_echo "not found" >&6; }
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13968 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13970 cat >>confdefs.h
<<_ACEOF
13971 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13979 CPPFLAGS
=$ac_save_CPPFLAGS
13980 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13981 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13984 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13985 case "x$with_gssapi" in
13986 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13988 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13989 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13994 if test "x$with_jpeg" != "xno"
13996 if ${JPEG_CFLAGS:+false} :; then :
13997 if ${PKG_CONFIG+:} false
; then :
13998 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
14002 if ${JPEG_LIBS:+false} :; then :
14003 if ${PKG_CONFIG+:} false
; then :
14004 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
14009 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
14010 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
14011 ac_save_CPPFLAGS
=$CPPFLAGS
14012 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
14013 for ac_header
in jpeglib.h
14015 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
14016 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
14017 cat >>confdefs.h
<<_ACEOF
14018 #define HAVE_JPEGLIB_H 1
14025 if test "$ac_cv_header_jpeglib_h" = "yes"
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
14028 $as_echo_n "checking for -ljpeg... " >&6; }
14029 if ${ac_cv_lib_soname_jpeg+:} false
; then :
14030 $as_echo_n "(cached) " >&6
14032 ac_check_soname_save_LIBS
=$LIBS
14033 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
14034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14035 /* end confdefs.h. */
14037 /* Override any GCC internal prototype to avoid an error.
14038 Use char because int might match the return type of a GCC
14039 builtin and then its argument prototype would still apply. */
14043 char jpeg_start_decompress ();
14047 return jpeg_start_decompress ();
14052 if ac_fn_c_try_link
"$LINENO"; then :
14054 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14055 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'` ;;
14056 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14057 if ${ac_cv_lib_soname_jpeg:+false} :; then :
14058 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14062 rm -f core conftest.err conftest.
$ac_objext \
14063 conftest
$ac_exeext conftest.
$ac_ext
14064 LIBS
=$ac_check_soname_save_LIBS
14066 if ${ac_cv_lib_soname_jpeg:+false} :; then :
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14068 $as_echo "not found" >&6; }
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
14072 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
14074 cat >>confdefs.h
<<_ACEOF
14075 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14083 CPPFLAGS
=$ac_save_CPPFLAGS
14084 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14085 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14088 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
14089 case "x$with_jpeg" in
14090 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
14092 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
14093 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
14098 if test "x$with_png" != "xno"
14100 if ${PNG_CFLAGS:+false} :; then :
14101 if ${PKG_CONFIG+:} false
; then :
14102 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
14105 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
14106 if ${PNG_LIBS:+false} :; then :
14107 if ${PKG_CONFIG+:} false
; then :
14108 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
14111 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
14113 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
14114 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
14115 ac_save_CPPFLAGS
=$CPPFLAGS
14116 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
14117 for ac_header
in png.h
14119 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
14120 if test "x$ac_cv_header_png_h" = xyes
; then :
14121 cat >>confdefs.h
<<_ACEOF
14122 #define HAVE_PNG_H 1
14129 if test "$ac_cv_header_png_h" = "yes"
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
14132 $as_echo_n "checking for -lpng... " >&6; }
14133 if ${ac_cv_lib_soname_png+:} false
; then :
14134 $as_echo_n "(cached) " >&6
14136 ac_check_soname_save_LIBS
=$LIBS
14137 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
14138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14139 /* end confdefs.h. */
14141 /* Override any GCC internal prototype to avoid an error.
14142 Use char because int might match the return type of a GCC
14143 builtin and then its argument prototype would still apply. */
14147 char png_create_read_struct ();
14151 return png_create_read_struct ();
14156 if ac_fn_c_try_link
"$LINENO"; then :
14158 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14159 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'` ;;
14160 *) 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'`
14161 if ${ac_cv_lib_soname_png:+false} :; then :
14162 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14166 rm -f core conftest.err conftest.
$ac_objext \
14167 conftest
$ac_exeext conftest.
$ac_ext
14168 LIBS
=$ac_check_soname_save_LIBS
14170 if ${ac_cv_lib_soname_png:+false} :; then :
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14172 $as_echo "not found" >&6; }
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
14176 $as_echo "$ac_cv_lib_soname_png" >&6; }
14178 cat >>confdefs.h
<<_ACEOF
14179 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14187 CPPFLAGS
=$ac_save_CPPFLAGS
14188 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14189 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14192 if test "x$ac_cv_lib_soname_png" = "x"; then :
14193 case "x$with_png" in
14194 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14196 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14197 This is an error since --with-png was requested." "$LINENO" 5 ;;
14202 if test "x$with_tiff" != "xno"
14204 if ${TIFF_CFLAGS:+false} :; then :
14205 if ${PKG_CONFIG+:} false
; then :
14206 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14210 if ${TIFF_LIBS:+false} :; then :
14211 if ${PKG_CONFIG+:} false
; then :
14212 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14217 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14218 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14219 ac_save_CPPFLAGS
=$CPPFLAGS
14220 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14221 for ac_header
in tiffio.h
14223 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14224 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14225 cat >>confdefs.h
<<_ACEOF
14226 #define HAVE_TIFFIO_H 1
14233 if test "$ac_cv_header_tiffio_h" = "yes"
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14236 $as_echo_n "checking for -ltiff... " >&6; }
14237 if ${ac_cv_lib_soname_tiff+:} false
; then :
14238 $as_echo_n "(cached) " >&6
14240 ac_check_soname_save_LIBS
=$LIBS
14241 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14243 /* end confdefs.h. */
14245 /* Override any GCC internal prototype to avoid an error.
14246 Use char because int might match the return type of a GCC
14247 builtin and then its argument prototype would still apply. */
14251 char TIFFClientOpen ();
14255 return TIFFClientOpen ();
14260 if ac_fn_c_try_link
"$LINENO"; then :
14262 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14263 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'` ;;
14264 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14265 if ${ac_cv_lib_soname_tiff:+false} :; then :
14266 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14270 rm -f core conftest.err conftest.
$ac_objext \
14271 conftest
$ac_exeext conftest.
$ac_ext
14272 LIBS
=$ac_check_soname_save_LIBS
14274 if ${ac_cv_lib_soname_tiff:+false} :; then :
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14276 $as_echo "not found" >&6; }
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14280 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14282 cat >>confdefs.h
<<_ACEOF
14283 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14289 CPPFLAGS
=$ac_save_CPPFLAGS
14290 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14291 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14294 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14295 case "x$with_tiff" in
14296 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14298 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14299 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14304 if test "x$with_mpg123" != "xno"
14306 if ${MPG123_CFLAGS:+false} :; then :
14307 if ${PKG_CONFIG+:} false
; then :
14308 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14312 if ${MPG123_LIBS:+false} :; then :
14313 if ${PKG_CONFIG+:} false
; then :
14314 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14318 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14319 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14320 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14321 ac_save_CPPFLAGS
=$CPPFLAGS
14322 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14323 for ac_header
in mpg123.h
14325 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14326 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14327 cat >>confdefs.h
<<_ACEOF
14328 #define HAVE_MPG123_H 1
14335 if test "$ac_cv_header_mpg123_h" = "yes"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14338 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14339 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14340 $as_echo_n "(cached) " >&6
14342 ac_check_lib_save_LIBS
=$LIBS
14343 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14347 /* Override any GCC internal prototype to avoid an error.
14348 Use char because int might match the return type of a GCC
14349 builtin and then its argument prototype would still apply. */
14353 char mpg123_feed ();
14357 return mpg123_feed ();
14362 if ac_fn_c_try_link
"$LINENO"; then :
14363 ac_cv_lib_mpg123_mpg123_feed
=yes
14365 ac_cv_lib_mpg123_mpg123_feed
=no
14367 rm -f core conftest.err conftest.
$ac_objext \
14368 conftest
$ac_exeext conftest.
$ac_ext
14369 LIBS
=$ac_check_lib_save_LIBS
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14372 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14373 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14383 CPPFLAGS
=$ac_save_CPPFLAGS
14384 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14385 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14388 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14389 case "x$with_mpg123" in
14390 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14392 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14393 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14395 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14398 if test "$ac_cv_header_AL_al_h" = "yes"
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14401 $as_echo_n "checking for -lopenal... " >&6; }
14402 if ${ac_cv_lib_soname_openal+:} false
; then :
14403 $as_echo_n "(cached) " >&6
14405 ac_check_soname_save_LIBS
=$LIBS
14406 LIBS
="-lopenal $LIBS"
14407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14408 /* end confdefs.h. */
14410 /* Override any GCC internal prototype to avoid an error.
14411 Use char because int might match the return type of a GCC
14412 builtin and then its argument prototype would still apply. */
14416 char alGetSource3i ();
14420 return alGetSource3i ();
14425 if ac_fn_c_try_link
"$LINENO"; then :
14427 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14428 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'` ;;
14429 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14430 if ${ac_cv_lib_soname_openal:+false} :; then :
14431 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14435 rm -f core conftest.err conftest.
$ac_objext \
14436 conftest
$ac_exeext conftest.
$ac_ext
14437 LIBS
=$ac_check_soname_save_LIBS
14439 if ${ac_cv_lib_soname_openal:+false} :; then :
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14441 $as_echo "not found" >&6; }
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14445 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14447 cat >>confdefs.h
<<_ACEOF
14448 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14451 OPENAL_LIBS
="-lopenal"
14453 ac_cv_lib_openal
=yes
14455 cat >>confdefs.h
<<_ACEOF
14456 #define HAVE_OPENAL 1
14461 if test "x$ac_cv_lib_openal" != xyes
; then :
14462 case "x$with_openal" in
14463 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14465 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14466 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14468 enable_openal32
=${enable_openal32:-no}
14471 if test "x$ac_cv_lib_openal" = xyes
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14474 $as_echo_n "checking for openal-soft... " >&6; }
14475 if ${ac_cv_have_openalsoft+:} false
; then :
14476 $as_echo_n "(cached) " >&6
14478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14479 /* end confdefs.h. */
14481 #include <AL/alc.h>
14482 #include <AL/alext.h>
14483 LPALCRENDERSAMPLESSOFT x;
14492 if ac_fn_c_try_compile
"$LINENO"; then :
14493 ac_cv_have_openalsoft
=yes
14495 ac_cv_have_openalsoft
=no
14497 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14500 $as_echo "$ac_cv_have_openalsoft" >&6; }
14502 if test "x$ac_cv_have_openalsoft" != xyes
14504 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14505 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14506 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14507 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14508 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14509 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14510 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14511 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14512 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14513 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14514 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14515 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14516 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14517 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14518 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14519 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14520 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14521 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14522 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14523 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14524 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14525 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14526 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14527 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14530 if test "$ac_cv_header_kstat_h" = "yes"
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14533 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14534 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14535 $as_echo_n "(cached) " >&6
14537 ac_check_lib_save_LIBS
=$LIBS
14538 LIBS
="-lkstat $LIBS"
14539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14540 /* end confdefs.h. */
14542 /* Override any GCC internal prototype to avoid an error.
14543 Use char because int might match the return type of a GCC
14544 builtin and then its argument prototype would still apply. */
14548 char kstat_open ();
14552 return kstat_open ();
14557 if ac_fn_c_try_link
"$LINENO"; then :
14558 ac_cv_lib_kstat_kstat_open
=yes
14560 ac_cv_lib_kstat_kstat_open
=no
14562 rm -f core conftest.err conftest.
$ac_objext \
14563 conftest
$ac_exeext conftest.
$ac_ext
14564 LIBS
=$ac_check_lib_save_LIBS
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14567 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14568 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14570 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14572 KSTAT_LIBS
="-lkstat"
14578 if test "$ac_cv_header_libprocstat_h" = "yes"
14580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14581 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14582 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14583 $as_echo_n "(cached) " >&6
14585 ac_check_lib_save_LIBS
=$LIBS
14586 LIBS
="-lprocstat $LIBS"
14587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14590 /* Override any GCC internal prototype to avoid an error.
14591 Use char because int might match the return type of a GCC
14592 builtin and then its argument prototype would still apply. */
14596 char procstat_open_sysctl ();
14600 return procstat_open_sysctl ();
14605 if ac_fn_c_try_link
"$LINENO"; then :
14606 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14608 ac_cv_lib_procstat_procstat_open_sysctl
=no
14610 rm -f core conftest.err conftest.
$ac_objext \
14611 conftest
$ac_exeext conftest.
$ac_ext
14612 LIBS
=$ac_check_lib_save_LIBS
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14615 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14616 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14618 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14620 PROCSTAT_LIBS
="-lprocstat"
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14627 $as_echo_n "checking for -lodbc... " >&6; }
14628 if ${ac_cv_lib_soname_odbc+:} false
; then :
14629 $as_echo_n "(cached) " >&6
14631 ac_check_soname_save_LIBS
=$LIBS
14632 LIBS
="-lodbc $LIBS"
14633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14636 /* Override any GCC internal prototype to avoid an error.
14637 Use char because int might match the return type of a GCC
14638 builtin and then its argument prototype would still apply. */
14642 char SQLConnect ();
14646 return SQLConnect ();
14651 if ac_fn_c_try_link
"$LINENO"; then :
14653 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14654 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'` ;;
14655 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14656 if ${ac_cv_lib_soname_odbc:+false} :; then :
14657 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14661 rm -f core conftest.err conftest.
$ac_objext \
14662 conftest
$ac_exeext conftest.
$ac_ext
14663 LIBS
=$ac_check_soname_save_LIBS
14665 if ${ac_cv_lib_soname_odbc:+false} :; then :
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14667 $as_echo "not found" >&6; }
14668 cat >>confdefs.h
<<_ACEOF
14669 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14674 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14676 cat >>confdefs.h
<<_ACEOF
14677 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14683 if test "x$with_netapi" != "xno"
14685 if ${NETAPI_CFLAGS:+false} :; then :
14686 if ${PKG_CONFIG+:} false
; then :
14687 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14691 if ${NETAPI_LIBS:+false} :; then :
14692 if ${PKG_CONFIG+:} false
; then :
14693 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14698 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14699 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14700 ac_save_CPPFLAGS
=$CPPFLAGS
14701 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14703 $as_echo_n "checking for -lnetapi... " >&6; }
14704 if ${ac_cv_lib_soname_netapi+:} false
; then :
14705 $as_echo_n "(cached) " >&6
14707 ac_check_soname_save_LIBS
=$LIBS
14708 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14712 /* Override any GCC internal prototype to avoid an error.
14713 Use char because int might match the return type of a GCC
14714 builtin and then its argument prototype would still apply. */
14718 char libnetapi_init ();
14722 return libnetapi_init ();
14727 if ac_fn_c_try_link
"$LINENO"; then :
14729 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14730 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'` ;;
14731 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14732 if ${ac_cv_lib_soname_netapi:+false} :; then :
14733 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14737 rm -f core conftest.err conftest.
$ac_objext \
14738 conftest
$ac_exeext conftest.
$ac_ext
14739 LIBS
=$ac_check_soname_save_LIBS
14741 if ${ac_cv_lib_soname_netapi:+false} :; then :
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14743 $as_echo "not found" >&6; }
14744 cat >>confdefs.h
<<_ACEOF
14745 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14750 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14752 cat >>confdefs.h
<<_ACEOF
14753 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14758 CPPFLAGS
=$ac_save_CPPFLAGS
14759 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14760 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14764 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14765 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14767 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14773 if test "x${GCC}" = "xyes"
14775 EXTRACFLAGS
="-Wall -pipe"
14777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14778 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14779 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14780 $as_echo_n "(cached) " >&6
14782 if test "$cross_compiling" = yes; then :
14783 ac_cv_c_gcc_strength_bug
="no"
14785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14786 /* end confdefs.h. */
14787 int L[4] = {0,1,2,3};
14791 static int Array[3];
14792 unsigned int B = 3;
14794 for(i=0; i<B; i++) Array[i] = i - 3;
14795 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14797 return (Array[1] != -2 || L[2] != 3)
14802 if ac_fn_c_try_run
"$LINENO"; then :
14803 ac_cv_c_gcc_strength_bug
="no"
14805 ac_cv_c_gcc_strength_bug
="yes"
14807 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14808 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14813 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14814 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14816 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14820 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14821 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14822 $as_echo_n "(cached) " >&6
14824 ac_wine_try_cflags_saved
=$CFLAGS
14825 CFLAGS
="$CFLAGS -fno-builtin"
14826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14828 int main(int argc, char **argv) { return 0; }
14830 if ac_fn_c_try_link
"$LINENO"; then :
14831 ac_cv_cflags__fno_builtin
=yes
14833 ac_cv_cflags__fno_builtin
=no
14835 rm -f core conftest.err conftest.
$ac_objext \
14836 conftest
$ac_exeext conftest.
$ac_ext
14837 CFLAGS
=$ac_wine_try_cflags_saved
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14840 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14841 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14842 BUILTINFLAG
="-fno-builtin"
14845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14846 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14847 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14848 $as_echo_n "(cached) " >&6
14850 ac_wine_try_cflags_saved
=$CFLAGS
14851 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14853 /* end confdefs.h. */
14854 int main(int argc, char **argv) { return 0; }
14856 if ac_fn_c_try_link
"$LINENO"; then :
14857 ac_cv_cflags__fno_strict_aliasing
=yes
14859 ac_cv_cflags__fno_strict_aliasing
=no
14861 rm -f core conftest.err conftest.
$ac_objext \
14862 conftest
$ac_exeext conftest.
$ac_ext
14863 CFLAGS
=$ac_wine_try_cflags_saved
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14866 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14867 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14868 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14871 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14872 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14873 $as_echo_n "(cached) " >&6
14875 ac_wine_try_cflags_saved
=$CFLAGS
14876 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14878 /* end confdefs.h. */
14879 int main(int argc, char **argv) { return 0; }
14881 if ac_fn_c_try_link
"$LINENO"; then :
14882 ac_cv_cflags__fexcess_precision_standard
=yes
14884 ac_cv_cflags__fexcess_precision_standard
=no
14886 rm -f core conftest.err conftest.
$ac_objext \
14887 conftest
$ac_exeext conftest.
$ac_ext
14888 CFLAGS
=$ac_wine_try_cflags_saved
14890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14891 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14892 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14893 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14896 saved_CFLAGS
=$CFLAGS
14897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14898 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14899 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14900 $as_echo_n "(cached) " >&6
14902 ac_wine_try_cflags_saved
=$CFLAGS
14903 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14905 /* end confdefs.h. */
14906 int main(int argc, char **argv) { return 0; }
14908 if ac_fn_c_try_link
"$LINENO"; then :
14909 ac_cv_cflags__Werror_unknown_warning_option
=yes
14911 ac_cv_cflags__Werror_unknown_warning_option
=no
14913 rm -f core conftest.err conftest.
$ac_objext \
14914 conftest
$ac_exeext conftest.
$ac_ext
14915 CFLAGS
=$ac_wine_try_cflags_saved
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14918 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14919 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14920 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14923 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14924 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14925 $as_echo_n "(cached) " >&6
14927 ac_wine_try_cflags_saved
=$CFLAGS
14928 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14930 /* end confdefs.h. */
14931 int main(int argc, char **argv) { return 0; }
14933 if ac_fn_c_try_link
"$LINENO"; then :
14934 ac_cv_cflags__Wdeclaration_after_statement
=yes
14936 ac_cv_cflags__Wdeclaration_after_statement
=no
14938 rm -f core conftest.err conftest.
$ac_objext \
14939 conftest
$ac_exeext conftest.
$ac_ext
14940 CFLAGS
=$ac_wine_try_cflags_saved
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14943 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14944 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14945 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14948 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14949 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14950 $as_echo_n "(cached) " >&6
14952 ac_wine_try_cflags_saved
=$CFLAGS
14953 CFLAGS
="$CFLAGS -Wempty-body"
14954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14955 /* end confdefs.h. */
14956 int main(int argc, char **argv) { return 0; }
14958 if ac_fn_c_try_link
"$LINENO"; then :
14959 ac_cv_cflags__Wempty_body
=yes
14961 ac_cv_cflags__Wempty_body
=no
14963 rm -f core conftest.err conftest.
$ac_objext \
14964 conftest
$ac_exeext conftest.
$ac_ext
14965 CFLAGS
=$ac_wine_try_cflags_saved
14967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14968 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14969 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14970 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14973 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14974 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14975 $as_echo_n "(cached) " >&6
14977 ac_wine_try_cflags_saved
=$CFLAGS
14978 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14980 /* end confdefs.h. */
14981 int main(int argc, char **argv) { return 0; }
14983 if ac_fn_c_try_link
"$LINENO"; then :
14984 ac_cv_cflags__Wignored_qualifiers
=yes
14986 ac_cv_cflags__Wignored_qualifiers
=no
14988 rm -f core conftest.err conftest.
$ac_objext \
14989 conftest
$ac_exeext conftest.
$ac_ext
14990 CFLAGS
=$ac_wine_try_cflags_saved
14992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14993 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14994 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14995 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
14998 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
14999 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
15000 $as_echo_n "(cached) " >&6
15002 ac_wine_try_cflags_saved
=$CFLAGS
15003 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
15004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15006 int main(int argc, char **argv) { return 0; }
15008 if ac_fn_c_try_link
"$LINENO"; then :
15009 ac_cv_cflags__Wpacked_not_aligned
=yes
15011 ac_cv_cflags__Wpacked_not_aligned
=no
15013 rm -f core conftest.err conftest.
$ac_objext \
15014 conftest
$ac_exeext conftest.
$ac_ext
15015 CFLAGS
=$ac_wine_try_cflags_saved
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
15018 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
15019 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
15020 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
15023 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
15024 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
15025 $as_echo_n "(cached) " >&6
15027 ac_wine_try_cflags_saved
=$CFLAGS
15028 CFLAGS
="$CFLAGS -Wpragma-pack"
15029 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15030 /* end confdefs.h. */
15031 int main(int argc, char **argv) { return 0; }
15033 if ac_fn_c_try_link
"$LINENO"; then :
15034 ac_cv_cflags__Wpragma_pack
=yes
15036 ac_cv_cflags__Wpragma_pack
=no
15038 rm -f core conftest.err conftest.
$ac_objext \
15039 conftest
$ac_exeext conftest.
$ac_ext
15040 CFLAGS
=$ac_wine_try_cflags_saved
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
15043 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
15044 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
15045 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
15047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
15048 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
15049 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
15050 $as_echo_n "(cached) " >&6
15052 ac_wine_try_cflags_saved
=$CFLAGS
15053 CFLAGS
="$CFLAGS -Wshift-overflow=2"
15054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15055 /* end confdefs.h. */
15056 int main(int argc, char **argv) { return 0; }
15058 if ac_fn_c_try_link
"$LINENO"; then :
15059 ac_cv_cflags__Wshift_overflow_2
=yes
15061 ac_cv_cflags__Wshift_overflow_2
=no
15063 rm -f core conftest.err conftest.
$ac_objext \
15064 conftest
$ac_exeext conftest.
$ac_ext
15065 CFLAGS
=$ac_wine_try_cflags_saved
15067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
15068 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
15069 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
15070 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
15072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
15073 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
15074 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
15075 $as_echo_n "(cached) " >&6
15077 ac_wine_try_cflags_saved
=$CFLAGS
15078 CFLAGS
="$CFLAGS -Wstrict-prototypes"
15079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15080 /* end confdefs.h. */
15081 int main(int argc, char **argv) { return 0; }
15083 if ac_fn_c_try_link
"$LINENO"; then :
15084 ac_cv_cflags__Wstrict_prototypes
=yes
15086 ac_cv_cflags__Wstrict_prototypes
=no
15088 rm -f core conftest.err conftest.
$ac_objext \
15089 conftest
$ac_exeext conftest.
$ac_ext
15090 CFLAGS
=$ac_wine_try_cflags_saved
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
15093 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
15094 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
15095 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
15097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
15098 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
15099 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
15100 $as_echo_n "(cached) " >&6
15102 ac_wine_try_cflags_saved
=$CFLAGS
15103 CFLAGS
="$CFLAGS -Wtype-limits"
15104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15105 /* end confdefs.h. */
15106 int main(int argc, char **argv) { return 0; }
15108 if ac_fn_c_try_link
"$LINENO"; then :
15109 ac_cv_cflags__Wtype_limits
=yes
15111 ac_cv_cflags__Wtype_limits
=no
15113 rm -f core conftest.err conftest.
$ac_objext \
15114 conftest
$ac_exeext conftest.
$ac_ext
15115 CFLAGS
=$ac_wine_try_cflags_saved
15117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
15118 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
15119 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
15120 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
15123 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
15124 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
15125 $as_echo_n "(cached) " >&6
15127 ac_wine_try_cflags_saved
=$CFLAGS
15128 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
15129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15130 /* end confdefs.h. */
15131 int main(int argc, char **argv) { return 0; }
15133 if ac_fn_c_try_link
"$LINENO"; then :
15134 ac_cv_cflags__Wunused_but_set_parameter
=yes
15136 ac_cv_cflags__Wunused_but_set_parameter
=no
15138 rm -f core conftest.err conftest.
$ac_objext \
15139 conftest
$ac_exeext conftest.
$ac_ext
15140 CFLAGS
=$ac_wine_try_cflags_saved
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15143 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15144 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15145 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15148 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15149 if ${ac_cv_cflags__Wvla+:} false
; then :
15150 $as_echo_n "(cached) " >&6
15152 ac_wine_try_cflags_saved
=$CFLAGS
15153 CFLAGS
="$CFLAGS -Wvla"
15154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15155 /* end confdefs.h. */
15156 int main(int argc, char **argv) { return 0; }
15158 if ac_fn_c_try_link
"$LINENO"; then :
15159 ac_cv_cflags__Wvla
=yes
15161 ac_cv_cflags__Wvla
=no
15163 rm -f core conftest.err conftest.
$ac_objext \
15164 conftest
$ac_exeext conftest.
$ac_ext
15165 CFLAGS
=$ac_wine_try_cflags_saved
15167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15168 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15169 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15170 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15173 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15174 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15175 $as_echo_n "(cached) " >&6
15177 ac_wine_try_cflags_saved
=$CFLAGS
15178 CFLAGS
="$CFLAGS -Wwrite-strings"
15179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15180 /* end confdefs.h. */
15181 int main(int argc, char **argv) { return 0; }
15183 if ac_fn_c_try_link
"$LINENO"; then :
15184 ac_cv_cflags__Wwrite_strings
=yes
15186 ac_cv_cflags__Wwrite_strings
=no
15188 rm -f core conftest.err conftest.
$ac_objext \
15189 conftest
$ac_exeext conftest.
$ac_ext
15190 CFLAGS
=$ac_wine_try_cflags_saved
15192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15193 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15194 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15195 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15199 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15200 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15201 $as_echo_n "(cached) " >&6
15203 ac_wine_try_cflags_saved
=$CFLAGS
15204 CFLAGS
="$CFLAGS -Wpointer-arith"
15205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15206 /* end confdefs.h. */
15207 int main(int argc, char **argv) { return 0; }
15209 if ac_fn_c_try_link
"$LINENO"; then :
15210 ac_cv_cflags__Wpointer_arith
=yes
15212 ac_cv_cflags__Wpointer_arith
=no
15214 rm -f core conftest.err conftest.
$ac_objext \
15215 conftest
$ac_exeext conftest.
$ac_ext
15216 CFLAGS
=$ac_wine_try_cflags_saved
15218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15219 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15220 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15221 saved_string_h_CFLAGS
=$CFLAGS
15222 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15224 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15225 if ${ac_cv_c_string_h_warnings+:} false
; then :
15226 $as_echo_n "(cached) " >&6
15228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15229 /* end confdefs.h. */
15230 #include <string.h>
15239 if ac_fn_c_try_compile
"$LINENO"; then :
15240 ac_cv_c_string_h_warnings
=no
15242 ac_cv_c_string_h_warnings
=yes
15244 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15247 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15248 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15249 CFLAGS
=$saved_string_h_CFLAGS
15252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15253 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15254 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15255 $as_echo_n "(cached) " >&6
15257 ac_wine_try_cflags_saved
=$CFLAGS
15258 CFLAGS
="$CFLAGS -Wlogical-op"
15259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15260 /* end confdefs.h. */
15261 int main(int argc, char **argv) { return 0; }
15263 if ac_fn_c_try_link
"$LINENO"; then :
15264 ac_cv_cflags__Wlogical_op
=yes
15266 ac_cv_cflags__Wlogical_op
=no
15268 rm -f core conftest.err conftest.
$ac_objext \
15269 conftest
$ac_exeext conftest.
$ac_ext
15270 CFLAGS
=$ac_wine_try_cflags_saved
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15273 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15274 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15275 saved_string_h_CFLAGS
=$CFLAGS
15276 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15278 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15279 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15280 $as_echo_n "(cached) " >&6
15282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15283 /* end confdefs.h. */
15284 #include <string.h>
15285 char*f(const char *h,char n) {return strchr(h,n);}
15294 if ac_fn_c_try_compile
"$LINENO"; then :
15295 ac_cv_c_logicalop_noisy
=no
15297 ac_cv_c_logicalop_noisy
=yes
15299 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15302 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15303 CFLAGS
=$saved_string_h_CFLAGS
15304 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15307 CFLAGS
=$saved_CFLAGS
15309 for ac_flag
in $CFLAGS; do
15311 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15312 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15313 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15314 $as_echo_n "(cached) " >&6
15316 ac_wine_try_cflags_saved
=$CFLAGS
15317 CFLAGS
="$CFLAGS -gdwarf-2"
15318 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15319 /* end confdefs.h. */
15320 int main(int argc, char **argv) { return 0; }
15322 if ac_fn_c_try_link
"$LINENO"; then :
15323 ac_cv_cflags__gdwarf_2
=yes
15325 ac_cv_cflags__gdwarf_2
=no
15327 rm -f core conftest.err conftest.
$ac_objext \
15328 conftest
$ac_exeext conftest.
$ac_ext
15329 CFLAGS
=$ac_wine_try_cflags_saved
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15332 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15333 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15334 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15337 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15338 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15339 $as_echo_n "(cached) " >&6
15341 ac_wine_try_cflags_saved
=$CFLAGS
15342 CFLAGS
="$CFLAGS -gstrict-dwarf"
15343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15344 /* end confdefs.h. */
15345 int main(int argc, char **argv) { return 0; }
15347 if ac_fn_c_try_link
"$LINENO"; then :
15348 ac_cv_cflags__gstrict_dwarf
=yes
15350 ac_cv_cflags__gstrict_dwarf
=no
15352 rm -f core conftest.err conftest.
$ac_objext \
15353 conftest
$ac_exeext conftest.
$ac_ext
15354 CFLAGS
=$ac_wine_try_cflags_saved
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15357 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15358 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15359 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15365 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15366 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15367 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15368 $as_echo_n "(cached) " >&6
15370 ac_wine_try_cflags_saved
=$CFLAGS
15371 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15373 /* end confdefs.h. */
15374 int main(int argc, char **argv) { return 0; }
15376 if ac_fn_c_try_link
"$LINENO"; then :
15377 ac_cv_cflags__fno_omit_frame_pointer
=yes
15379 ac_cv_cflags__fno_omit_frame_pointer
=no
15381 rm -f core conftest.err conftest.
$ac_objext \
15382 conftest
$ac_exeext conftest.
$ac_ext
15383 CFLAGS
=$ac_wine_try_cflags_saved
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15386 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15387 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15388 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15393 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15394 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15395 if ${ac_cv_cflags__Wno_format+:} false
; then :
15396 $as_echo_n "(cached) " >&6
15398 ac_wine_try_cflags_saved
=$CFLAGS
15399 CFLAGS
="$CFLAGS -Wno-format"
15400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15401 /* end confdefs.h. */
15402 int main(int argc, char **argv) { return 0; }
15404 if ac_fn_c_try_link
"$LINENO"; then :
15405 ac_cv_cflags__Wno_format
=yes
15407 ac_cv_cflags__Wno_format
=no
15409 rm -f core conftest.err conftest.
$ac_objext \
15410 conftest
$ac_exeext conftest.
$ac_ext
15411 CFLAGS
=$ac_wine_try_cflags_saved
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15414 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15415 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15416 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15420 if test "x$enable_maintainer_mode" = "xyes"
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15423 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15424 if ${ac_cv_cflags__Werror+:} false
; then :
15425 $as_echo_n "(cached) " >&6
15427 ac_wine_try_cflags_saved
=$CFLAGS
15428 CFLAGS
="$CFLAGS -Werror"
15429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15430 /* end confdefs.h. */
15431 int main(int argc, char **argv) { return 0; }
15433 if ac_fn_c_try_link
"$LINENO"; then :
15434 ac_cv_cflags__Werror
=yes
15436 ac_cv_cflags__Werror
=no
15438 rm -f core conftest.err conftest.
$ac_objext \
15439 conftest
$ac_exeext conftest.
$ac_ext
15440 CFLAGS
=$ac_wine_try_cflags_saved
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15443 $as_echo "$ac_cv_cflags__Werror" >&6; }
15444 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15445 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15449 saved_CFLAGS
="$CFLAGS"
15450 CFLAGS
="$CFLAGS -Werror"
15451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15452 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15453 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15454 $as_echo_n "(cached) " >&6
15456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15457 /* end confdefs.h. */
15458 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15467 if ac_fn_c_try_compile
"$LINENO"; then :
15468 ac_cv_have_ms_hook_prologue
="yes"
15470 ac_cv_have_ms_hook_prologue
="no"
15472 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15475 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15476 CFLAGS
="$saved_CFLAGS"
15477 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15480 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15483 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15490 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15491 if ${ac_cv_c_fortify_enabled+:} false
; then :
15492 $as_echo_n "(cached) " >&6
15494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15495 /* end confdefs.h. */
15496 #include <string.h>
15500 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15501 #error Fortify enabled
15507 if ac_fn_c_try_compile
"$LINENO"; then :
15508 ac_cv_c_fortify_enabled
=no
15510 ac_cv_c_fortify_enabled
=yes
15512 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15515 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15516 if test "$ac_cv_c_fortify_enabled" = yes
15518 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15523 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15524 if ${ac_cv_c_extern_prefix+:} false
; then :
15525 $as_echo_n "(cached) " >&6
15527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15528 /* end confdefs.h. */
15529 extern int ac_test;
15533 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15538 if ac_fn_c_try_link
"$LINENO"; then :
15539 ac_cv_c_extern_prefix
="yes"
15541 ac_cv_c_extern_prefix
="no"
15543 rm -f core conftest.err conftest.
$ac_objext \
15544 conftest
$ac_exeext conftest.
$ac_ext
15546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15547 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15552 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15553 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15554 $as_echo_n "(cached) " >&6
15556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15557 /* end confdefs.h. */
15559 #define __stdcall __attribute__((__stdcall__))
15561 int __stdcall ac_test(int i) { return i; }
15565 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15570 if ac_fn_c_try_link
"$LINENO"; then :
15571 ac_cv_c_stdcall_suffix
="yes"
15573 ac_cv_c_stdcall_suffix
="no"
15575 rm -f core conftest.err conftest.
$ac_objext \
15576 conftest
$ac_exeext conftest.
$ac_ext
15578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15579 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15580 *) ac_cv_c_stdcall_suffix
="no" ;;
15584 if test "$ac_cv_c_extern_prefix" = "yes"
15586 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15588 asm_name_prefix
="_"
15590 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15596 if test "$ac_cv_c_stdcall_suffix" = "yes"
15598 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15601 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15607 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15608 if ${ac_cv_asm_func_def+:} false
; then :
15609 $as_echo_n "(cached) " >&6
15611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15612 /* end confdefs.h. */
15617 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15622 if ac_fn_c_try_link
"$LINENO"; then :
15623 ac_cv_asm_func_def
=".def"
15625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15626 /* end confdefs.h. */
15631 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15636 if ac_fn_c_try_link
"$LINENO"; then :
15637 ac_cv_asm_func_def
=".type @function"
15639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15645 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15650 if ac_fn_c_try_link
"$LINENO"; then :
15651 ac_cv_asm_func_def
=".type 2"
15653 ac_cv_asm_func_def
="unknown"
15655 rm -f core conftest.err conftest.
$ac_objext \
15656 conftest
$ac_exeext conftest.
$ac_ext
15658 rm -f core conftest.err conftest.
$ac_objext \
15659 conftest
$ac_exeext conftest.
$ac_ext
15661 rm -f core conftest.err conftest.
$ac_objext \
15662 conftest
$ac_exeext conftest.
$ac_ext
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15665 $as_echo "$ac_cv_asm_func_def" >&6; }
15668 case "$ac_cv_asm_func_def" in
15670 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15672 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15674 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15676 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15678 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15680 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15682 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15684 asm_func_header
="" ;;
15687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15688 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15689 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15690 $as_echo_n "(cached) " >&6
15692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15693 /* end confdefs.h. */
15694 asm(".text\n\t.long 0");
15703 if ac_fn_c_try_compile
"$LINENO"; then :
15704 ac_cv_c_asm_outside_funcs
="yes"
15706 ac_cv_c_asm_outside_funcs
="no"
15708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15711 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15714 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15715 if ${ac_cv_c_dot_previous+:} false
; then :
15716 $as_echo_n "(cached) " >&6
15718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15719 /* end confdefs.h. */
15724 asm(".text\nac_test:\t.long 0\n\t.previous");
15729 if ac_fn_c_try_link
"$LINENO"; then :
15730 ac_cv_c_dot_previous
="yes"
15732 ac_cv_c_dot_previous
="no"
15734 rm -f core conftest.err conftest.
$ac_objext \
15735 conftest
$ac_exeext conftest.
$ac_ext
15737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15738 $as_echo "$ac_cv_c_dot_previous" >&6; }
15740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15741 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15742 if ${ac_cv_c_cfi_support+:} false
; then :
15743 $as_echo_n "(cached) " >&6
15745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15746 /* end confdefs.h. */
15747 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15756 if ac_fn_c_try_compile
"$LINENO"; then :
15757 ac_cv_c_cfi_support
="yes"
15759 ac_cv_c_cfi_support
="no"
15761 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15764 $as_echo "$ac_cv_c_cfi_support" >&6; }
15766 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15767 asm_func_trailer
=""
15768 if test "$ac_cv_c_dot_previous" = "yes"
15770 asm_func_trailer
="\\n\\t.previous"
15772 if test "$ac_cv_c_cfi_support" = "yes"
15774 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15775 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15777 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15779 UNWINDFLAGS
=-fasynchronous-unwind-tables
15782 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15784 if test "x$enable_win64" = "xyes"
15786 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15790 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15793 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15795 cat >>confdefs.h
<<_ACEOF
15796 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15800 cat >>confdefs.h
<<_ACEOF
15801 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15806 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15809 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15814 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15821 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15822 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15823 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15830 ac_save_CFLAGS
="$CFLAGS"
15831 CFLAGS
="$CFLAGS $BUILTINFLAG"
15913 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15914 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15915 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15916 cat >>confdefs.h
<<_ACEOF
15917 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15923 CFLAGS
="$ac_save_CFLAGS"
15925 if test "$ac_cv_func_dlopen" = no
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15928 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15929 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15930 $as_echo_n "(cached) " >&6
15932 ac_check_lib_save_LIBS
=$LIBS
15934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15935 /* end confdefs.h. */
15937 /* Override any GCC internal prototype to avoid an error.
15938 Use char because int might match the return type of a GCC
15939 builtin and then its argument prototype would still apply. */
15952 if ac_fn_c_try_link
"$LINENO"; then :
15953 ac_cv_lib_dl_dlopen
=yes
15955 ac_cv_lib_dl_dlopen
=no
15957 rm -f core conftest.err conftest.
$ac_objext \
15958 conftest
$ac_exeext conftest.
$ac_ext
15959 LIBS
=$ac_check_lib_save_LIBS
15961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15962 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15963 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15964 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15970 ac_wine_check_funcs_save_LIBS
="$LIBS"
15971 LIBS
="$LIBS $DL_LIBS"
15972 for ac_func
in dladdr
15974 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15975 if test "x$ac_cv_func_dladdr" = xyes
; then :
15976 cat >>confdefs.h
<<_ACEOF
15977 #define HAVE_DLADDR 1
15983 LIBS
="$ac_wine_check_funcs_save_LIBS"
15985 if test "$ac_cv_func_poll" = no
15987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15988 $as_echo_n "checking for poll in -lpoll... " >&6; }
15989 if ${ac_cv_lib_poll_poll+:} false
; then :
15990 $as_echo_n "(cached) " >&6
15992 ac_check_lib_save_LIBS
=$LIBS
15993 LIBS
="-lpoll $LIBS"
15994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15995 /* end confdefs.h. */
15997 /* Override any GCC internal prototype to avoid an error.
15998 Use char because int might match the return type of a GCC
15999 builtin and then its argument prototype would still apply. */
16012 if ac_fn_c_try_link
"$LINENO"; then :
16013 ac_cv_lib_poll_poll
=yes
16015 ac_cv_lib_poll_poll
=no
16017 rm -f core conftest.err conftest.
$ac_objext \
16018 conftest
$ac_exeext conftest.
$ac_ext
16019 LIBS
=$ac_check_lib_save_LIBS
16021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
16022 $as_echo "$ac_cv_lib_poll_poll" >&6; }
16023 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
16024 $as_echo "#define HAVE_POLL 1" >>confdefs.h
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
16032 $as_echo_n "checking for library containing gethostbyname... " >&6; }
16033 if ${ac_cv_search_gethostbyname+:} false
; then :
16034 $as_echo_n "(cached) " >&6
16036 ac_func_search_save_LIBS
=$LIBS
16037 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16038 /* end confdefs.h. */
16040 /* Override any GCC internal prototype to avoid an error.
16041 Use char because int might match the return type of a GCC
16042 builtin and then its argument prototype would still apply. */
16046 char gethostbyname ();
16050 return gethostbyname ();
16055 for ac_lib
in '' nsl
; do
16056 if test -z "$ac_lib"; then
16057 ac_res
="none required"
16060 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16062 if ac_fn_c_try_link
"$LINENO"; then :
16063 ac_cv_search_gethostbyname
=$ac_res
16065 rm -f core conftest.err conftest.
$ac_objext \
16067 if ${ac_cv_search_gethostbyname+:} false
; then :
16071 if ${ac_cv_search_gethostbyname+:} false
; then :
16074 ac_cv_search_gethostbyname
=no
16076 rm conftest.
$ac_ext
16077 LIBS
=$ac_func_search_save_LIBS
16079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
16080 $as_echo "$ac_cv_search_gethostbyname" >&6; }
16081 ac_res
=$ac_cv_search_gethostbyname
16082 if test "$ac_res" != no
; then :
16083 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
16089 $as_echo_n "checking for library containing connect... " >&6; }
16090 if ${ac_cv_search_connect+:} false
; then :
16091 $as_echo_n "(cached) " >&6
16093 ac_func_search_save_LIBS
=$LIBS
16094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16095 /* end confdefs.h. */
16097 /* Override any GCC internal prototype to avoid an error.
16098 Use char because int might match the return type of a GCC
16099 builtin and then its argument prototype would still apply. */
16112 for ac_lib
in '' socket
; do
16113 if test -z "$ac_lib"; then
16114 ac_res
="none required"
16117 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16119 if ac_fn_c_try_link
"$LINENO"; then :
16120 ac_cv_search_connect
=$ac_res
16122 rm -f core conftest.err conftest.
$ac_objext \
16124 if ${ac_cv_search_connect+:} false
; then :
16128 if ${ac_cv_search_connect+:} false
; then :
16131 ac_cv_search_connect
=no
16133 rm conftest.
$ac_ext
16134 LIBS
=$ac_func_search_save_LIBS
16136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16137 $as_echo "$ac_cv_search_connect" >&6; }
16138 ac_res
=$ac_cv_search_connect
16139 if test "$ac_res" != no
; then :
16140 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16146 $as_echo_n "checking for library containing inet_aton... " >&6; }
16147 if ${ac_cv_search_inet_aton+:} false
; then :
16148 $as_echo_n "(cached) " >&6
16150 ac_func_search_save_LIBS
=$LIBS
16151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16152 /* end confdefs.h. */
16154 /* Override any GCC internal prototype to avoid an error.
16155 Use char because int might match the return type of a GCC
16156 builtin and then its argument prototype would still apply. */
16164 return inet_aton ();
16169 for ac_lib
in '' resolv
; do
16170 if test -z "$ac_lib"; then
16171 ac_res
="none required"
16174 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16176 if ac_fn_c_try_link
"$LINENO"; then :
16177 ac_cv_search_inet_aton
=$ac_res
16179 rm -f core conftest.err conftest.
$ac_objext \
16181 if ${ac_cv_search_inet_aton+:} false
; then :
16185 if ${ac_cv_search_inet_aton+:} false
; then :
16188 ac_cv_search_inet_aton
=no
16190 rm conftest.
$ac_ext
16191 LIBS
=$ac_func_search_save_LIBS
16193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16194 $as_echo "$ac_cv_search_inet_aton" >&6; }
16195 ac_res
=$ac_cv_search_inet_aton
16196 if test "$ac_res" != no
; then :
16197 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16217 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16218 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16219 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16220 cat >>confdefs.h
<<_ACEOF
16221 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16230 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16231 if ${ac_cv_search_clock_gettime+:} false
; then :
16232 $as_echo_n "(cached) " >&6
16234 ac_func_search_save_LIBS
=$LIBS
16235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16236 /* end confdefs.h. */
16238 /* Override any GCC internal prototype to avoid an error.
16239 Use char because int might match the return type of a GCC
16240 builtin and then its argument prototype would still apply. */
16244 char clock_gettime ();
16248 return clock_gettime ();
16253 for ac_lib
in '' rt
; do
16254 if test -z "$ac_lib"; then
16255 ac_res
="none required"
16258 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16260 if ac_fn_c_try_link
"$LINENO"; then :
16261 ac_cv_search_clock_gettime
=$ac_res
16263 rm -f core conftest.err conftest.
$ac_objext \
16265 if ${ac_cv_search_clock_gettime+:} false
; then :
16269 if ${ac_cv_search_clock_gettime+:} false
; then :
16272 ac_cv_search_clock_gettime
=no
16274 rm conftest.
$ac_ext
16275 LIBS
=$ac_func_search_save_LIBS
16277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16278 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16279 ac_res
=$ac_cv_search_clock_gettime
16280 if test "$ac_res" != no
; then :
16281 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16283 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16285 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16291 if test "x$with_ldap" != "xno"
16293 if ${LDAP_CFLAGS:+false} :; then :
16294 if ${PKG_CONFIG+:} false
; then :
16295 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16299 if ${LDAP_LIBS:+false} :; then :
16300 if ${PKG_CONFIG+:} false
; then :
16301 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16305 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16306 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16307 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16308 ac_save_CPPFLAGS
=$CPPFLAGS
16309 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16310 for ac_header
in ldap.h lber.h
16312 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16313 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16314 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16315 cat >>confdefs.h
<<_ACEOF
16316 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16323 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16325 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16327 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16329 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16330 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16331 $as_echo_n "(cached) " >&6
16333 ac_check_lib_save_LIBS
=$LIBS
16334 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16336 /* end confdefs.h. */
16338 /* Override any GCC internal prototype to avoid an error.
16339 Use char because int might match the return type of a GCC
16340 builtin and then its argument prototype would still apply. */
16344 char ldap_initialize ();
16348 return ldap_initialize ();
16353 if ac_fn_c_try_link
"$LINENO"; then :
16354 ac_cv_lib_ldap_r_ldap_initialize
=yes
16356 ac_cv_lib_ldap_r_ldap_initialize
=no
16358 rm -f core conftest.err conftest.
$ac_objext \
16359 conftest
$ac_exeext conftest.
$ac_ext
16360 LIBS
=$ac_check_lib_save_LIBS
16362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16363 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16364 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16366 $as_echo_n "checking for ber_init in -llber... " >&6; }
16367 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16368 $as_echo_n "(cached) " >&6
16370 ac_check_lib_save_LIBS
=$LIBS
16371 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16373 /* end confdefs.h. */
16375 /* Override any GCC internal prototype to avoid an error.
16376 Use char because int might match the return type of a GCC
16377 builtin and then its argument prototype would still apply. */
16385 return ber_init ();
16390 if ac_fn_c_try_link
"$LINENO"; then :
16391 ac_cv_lib_lber_ber_init
=yes
16393 ac_cv_lib_lber_ber_init
=no
16395 rm -f core conftest.err conftest.
$ac_objext \
16396 conftest
$ac_exeext conftest.
$ac_ext
16397 LIBS
=$ac_check_lib_save_LIBS
16399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16400 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16401 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16403 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16417 ac_wine_check_funcs_save_LIBS
="$LIBS"
16418 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16420 ldap_count_references \
16421 ldap_first_reference \
16422 ldap_next_reference \
16423 ldap_parse_reference \
16424 ldap_parse_sort_control \
16425 ldap_parse_sortresponse_control \
16426 ldap_parse_vlv_control \
16427 ldap_parse_vlvresponse_control
16429 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16430 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16431 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16432 cat >>confdefs.h
<<_ACEOF
16433 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16439 LIBS
="$ac_wine_check_funcs_save_LIBS"
16443 CPPFLAGS
=$ac_save_CPPFLAGS
16444 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16445 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16448 if test "x$LDAP_LIBS" = "x"; then :
16449 case "x$with_ldap" in
16450 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16452 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16453 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16459 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16460 if ${wine_cv_one_arg_mkdir+:} false
; then :
16461 $as_echo_n "(cached) " >&6
16463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16464 /* end confdefs.h. */
16465 #include <sys/stat.h>
16474 if ac_fn_c_try_compile
"$LINENO"; then :
16475 wine_cv_one_arg_mkdir
=yes
16477 wine_cv_one_arg_mkdir
=no
16479 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16482 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16483 if test "$wine_cv_one_arg_mkdir" = "yes"
16486 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16491 $as_echo_n "checking for sched_setaffinity... " >&6; }
16492 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16493 $as_echo_n "(cached) " >&6
16495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16496 /* end confdefs.h. */
16497 #define _GNU_SOURCE
16502 sched_setaffinity(0, 0, 0);
16507 if ac_fn_c_try_link
"$LINENO"; then :
16508 wine_cv_have_sched_setaffinity
=yes
16510 wine_cv_have_sched_setaffinity
=no
16512 rm -f core conftest.err conftest.
$ac_objext \
16513 conftest
$ac_exeext conftest.
$ac_ext
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16516 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16517 if test "$wine_cv_have_sched_setaffinity" = "yes"
16520 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16525 $as_echo_n "checking for fallocate... " >&6; }
16526 if ${wine_cv_have_fallocate+:} false
; then :
16527 $as_echo_n "(cached) " >&6
16529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16530 /* end confdefs.h. */
16531 #define _GNU_SOURCE
16536 fallocate(-1, 0, 0, 0);
16541 if ac_fn_c_try_link
"$LINENO"; then :
16542 wine_cv_have_fallocate
=yes
16544 wine_cv_have_fallocate
=no
16546 rm -f core conftest.err conftest.
$ac_objext \
16547 conftest
$ac_exeext conftest.
$ac_ext
16549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16550 $as_echo "$wine_cv_have_fallocate" >&6; }
16551 if test "$wine_cv_have_fallocate" = "yes"
16554 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16560 $as_echo_n "checking for inline... " >&6; }
16561 if ${ac_cv_c_inline+:} false
; then :
16562 $as_echo_n "(cached) " >&6
16565 for ac_kw
in inline __inline__ __inline
; do
16566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16567 /* end confdefs.h. */
16568 #ifndef __cplusplus
16570 static $ac_kw foo_t static_foo () {return 0; }
16571 $ac_kw foo_t foo () {return 0; }
16575 if ac_fn_c_try_compile
"$LINENO"; then :
16576 ac_cv_c_inline
=$ac_kw
16578 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16579 test "$ac_cv_c_inline" != no
&& break
16583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16584 $as_echo "$ac_cv_c_inline" >&6; }
16586 case $ac_cv_c_inline in
16589 case $ac_cv_c_inline in
16591 *) ac_val
=$ac_cv_c_inline;;
16593 cat >>confdefs.h
<<_ACEOF
16594 #ifndef __cplusplus
16595 #define inline $ac_val
16601 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16602 if test "x$ac_cv_type_mode_t" = xyes
; then :
16604 cat >>confdefs.h
<<_ACEOF
16605 #define HAVE_MODE_T 1
16610 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16611 if test "x$ac_cv_type_off_t" = xyes
; then :
16613 cat >>confdefs.h
<<_ACEOF
16614 #define HAVE_OFF_T 1
16619 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16620 if test "x$ac_cv_type_pid_t" = xyes
; then :
16622 cat >>confdefs.h
<<_ACEOF
16623 #define HAVE_PID_T 1
16628 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16629 if test "x$ac_cv_type_size_t" = xyes
; then :
16631 cat >>confdefs.h
<<_ACEOF
16632 #define HAVE_SIZE_T 1
16637 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16638 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16640 cat >>confdefs.h
<<_ACEOF
16641 #define HAVE_SSIZE_T 1
16646 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16647 if test "x$ac_cv_type_long_long" = xyes
; then :
16649 cat >>confdefs.h
<<_ACEOF
16650 #define HAVE_LONG_LONG 1
16655 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16656 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16658 cat >>confdefs.h
<<_ACEOF
16659 #define HAVE_FSBLKCNT_T 1
16664 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16665 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16667 cat >>confdefs.h
<<_ACEOF
16668 #define HAVE_FSFILCNT_T 1
16674 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16675 #include <signal.h>
16677 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16679 cat >>confdefs.h
<<_ACEOF
16680 #define HAVE_SIGSET_T 1
16686 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16688 if test "x$ac_cv_type_request_sense" = xyes
; then :
16690 cat >>confdefs.h
<<_ACEOF
16691 #define HAVE_REQUEST_SENSE 1
16698 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16699 #ifdef HAVE_SYS_SOCKET_H
16700 #include <sys/socket.h>
16702 #ifdef HAVE_SYS_SOCKETVAR_H
16703 #include <sys/socketvar.h>
16705 #ifdef HAVE_NET_ROUTE_H
16706 #include <net/route.h>
16708 #ifdef HAVE_NETINET_IN_H
16709 #include <netinet/in.h>
16711 #ifdef HAVE_NETINET_IN_SYSTM_H
16712 #include <netinet/in_systm.h>
16714 #ifdef HAVE_NETINET_IP_H
16715 #include <netinet/ip.h>
16717 #ifdef HAVE_NETINET_IN_PCB_H
16718 #include <netinet/in_pcb.h>
16721 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16723 cat >>confdefs.h
<<_ACEOF
16724 #define HAVE_STRUCT_XINPGEN 1
16731 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16734 #ifdef HAVE_SYS_LINK_H
16735 #include <sys/link.h>
16738 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16740 cat >>confdefs.h
<<_ACEOF
16741 #define HAVE_STRUCT_R_DEBUG 1
16746 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16749 #ifdef HAVE_SYS_LINK_H
16750 #include <sys/link.h>
16753 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16755 cat >>confdefs.h
<<_ACEOF
16756 #define HAVE_STRUCT_LINK_MAP 1
16763 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16764 #include <linux/input.h>
16767 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16769 cat >>confdefs.h
<<_ACEOF
16770 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16778 $as_echo_n "checking for if_nameindex... " >&6; }
16779 if ${wine_cv_have_if_nameindex+:} false
; then :
16780 $as_echo_n "(cached) " >&6
16782 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16783 /* end confdefs.h. */
16784 #ifdef HAVE_SYS_TYPES_H
16785 #include <sys/types.h>
16787 #ifdef HAVE_SYS_SOCKET_H
16788 #include <sys/socket.h>
16790 #ifdef HAVE_NET_IF_H
16791 # include <net/if.h>
16796 struct if_nameindex *p = if_nameindex(); return p->if_index;
16801 if ac_fn_c_try_link
"$LINENO"; then :
16802 wine_cv_have_if_nameindex
=yes
16804 wine_cv_have_if_nameindex
=no
16806 rm -f core conftest.err conftest.
$ac_objext \
16807 conftest
$ac_exeext conftest.
$ac_ext
16809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16810 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16811 if test "$wine_cv_have_if_nameindex" = "yes"
16814 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16819 $as_echo_n "checking for sigaddset... " >&6; }
16820 if ${wine_cv_have_sigaddset+:} false
; then :
16821 $as_echo_n "(cached) " >&6
16823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16824 /* end confdefs.h. */
16825 #include <signal.h>
16829 sigset_t set; sigaddset(&set,SIGTERM);
16834 if ac_fn_c_try_link
"$LINENO"; then :
16835 wine_cv_have_sigaddset
=yes
16837 wine_cv_have_sigaddset
=no
16839 rm -f core conftest.err conftest.
$ac_objext \
16840 conftest
$ac_exeext conftest.
$ac_ext
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16843 $as_echo "$wine_cv_have_sigaddset" >&6; }
16844 if test "$wine_cv_have_sigaddset" = "yes"
16847 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16853 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16854 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16855 $as_echo_n "(cached) " >&6
16857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16858 /* end confdefs.h. */
16866 struct hostent *result;
16873 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16874 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16880 if ac_fn_c_try_link
"$LINENO"; then :
16881 wine_cv_linux_gethostbyname_r_6
=yes
16883 wine_cv_linux_gethostbyname_r_6
=no
16886 rm -f core conftest.err conftest.
$ac_objext \
16887 conftest
$ac_exeext conftest.
$ac_ext
16890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16891 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16892 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16895 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16899 if test "$ac_cv_header_linux_joystick_h" = "yes"
16901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16902 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16903 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16904 $as_echo_n "(cached) " >&6
16906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16907 /* end confdefs.h. */
16909 #include <sys/ioctl.h>
16910 #include <sys/types.h>
16911 #include <linux/joystick.h>
16913 struct js_event blub;
16914 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16915 #error "no 2.2 header"
16926 if ac_fn_c_try_compile
"$LINENO"; then :
16927 wine_cv_linux_joystick_22_api
=yes
16929 wine_cv_linux_joystick_22_api
=no
16931 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16935 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16936 if test "$wine_cv_linux_joystick_22_api" = "yes"
16939 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16945 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16946 #ifdef HAVE_SYS_PARAM_H
16947 # include <sys/param.h>
16949 #ifdef HAVE_SYS_MOUNT_H
16950 # include <sys/mount.h>
16952 #ifdef HAVE_SYS_VFS_H
16953 # include <sys/vfs.h>
16955 #ifdef HAVE_SYS_STATFS_H
16956 # include <sys/statfs.h>
16959 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16961 cat >>confdefs.h
<<_ACEOF
16962 #define HAVE_STRUCT_STATFS_F_BFREE 1
16967 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16968 #ifdef HAVE_SYS_PARAM_H
16969 # include <sys/param.h>
16971 #ifdef HAVE_SYS_MOUNT_H
16972 # include <sys/mount.h>
16974 #ifdef HAVE_SYS_VFS_H
16975 # include <sys/vfs.h>
16977 #ifdef HAVE_SYS_STATFS_H
16978 # include <sys/statfs.h>
16981 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16983 cat >>confdefs.h
<<_ACEOF
16984 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16989 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16990 #ifdef HAVE_SYS_PARAM_H
16991 # include <sys/param.h>
16993 #ifdef HAVE_SYS_MOUNT_H
16994 # include <sys/mount.h>
16996 #ifdef HAVE_SYS_VFS_H
16997 # include <sys/vfs.h>
16999 #ifdef HAVE_SYS_STATFS_H
17000 # include <sys/statfs.h>
17003 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
17005 cat >>confdefs.h
<<_ACEOF
17006 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17011 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
17012 #ifdef HAVE_SYS_PARAM_H
17013 # include <sys/param.h>
17015 #ifdef HAVE_SYS_MOUNT_H
17016 # include <sys/mount.h>
17018 #ifdef HAVE_SYS_VFS_H
17019 # include <sys/vfs.h>
17021 #ifdef HAVE_SYS_STATFS_H
17022 # include <sys/statfs.h>
17025 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
17027 cat >>confdefs.h
<<_ACEOF
17028 #define HAVE_STRUCT_STATFS_F_FFREE 1
17033 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
17034 #ifdef HAVE_SYS_PARAM_H
17035 # include <sys/param.h>
17037 #ifdef HAVE_SYS_MOUNT_H
17038 # include <sys/mount.h>
17040 #ifdef HAVE_SYS_VFS_H
17041 # include <sys/vfs.h>
17043 #ifdef HAVE_SYS_STATFS_H
17044 # include <sys/statfs.h>
17047 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
17049 cat >>confdefs.h
<<_ACEOF
17050 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
17055 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
17056 #ifdef HAVE_SYS_PARAM_H
17057 # include <sys/param.h>
17059 #ifdef HAVE_SYS_MOUNT_H
17060 # include <sys/mount.h>
17062 #ifdef HAVE_SYS_VFS_H
17063 # include <sys/vfs.h>
17065 #ifdef HAVE_SYS_STATFS_H
17066 # include <sys/statfs.h>
17069 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
17071 cat >>confdefs.h
<<_ACEOF
17072 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
17079 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
17080 #include <sys/statvfs.h>
17083 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
17085 cat >>confdefs.h
<<_ACEOF
17086 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17093 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
17094 #include <dirent.h>
17097 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
17099 cat >>confdefs.h
<<_ACEOF
17100 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
17107 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
17108 #ifdef HAVE_SYS_SOCKET_H
17109 # include <sys/socket.h>
17111 #ifdef HAVE_SYS_UN_H
17112 # include <sys/un.h>
17115 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
17117 cat >>confdefs.h
<<_ACEOF
17118 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17123 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
17124 #ifdef HAVE_SYS_SOCKET_H
17125 # include <sys/socket.h>
17127 #ifdef HAVE_SYS_UN_H
17128 # include <sys/un.h>
17131 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
17133 cat >>confdefs.h
<<_ACEOF
17134 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17139 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17140 #ifdef HAVE_SYS_SOCKET_H
17141 # include <sys/socket.h>
17143 #ifdef HAVE_SYS_UN_H
17144 # include <sys/un.h>
17147 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17149 cat >>confdefs.h
<<_ACEOF
17150 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17157 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17158 #ifdef HAVE_SCSI_SG_H
17159 #include <scsi/sg.h>
17162 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17164 cat >>confdefs.h
<<_ACEOF
17165 #define HAVE_SCSIREQ_T_CMD 1
17170 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>
17171 #ifdef HAVE_SCSI_SG_H
17172 #include <scsi/sg.h>
17175 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17177 cat >>confdefs.h
<<_ACEOF
17178 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17185 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17187 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17189 cat >>confdefs.h
<<_ACEOF
17190 #define HAVE_SIGINFO_T_SI_FD 1
17197 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17198 #ifdef HAVE_SYS_MTIO_H
17199 #include <sys/mtio.h>
17202 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17204 cat >>confdefs.h
<<_ACEOF
17205 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17210 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17211 #ifdef HAVE_SYS_MTIO_H
17212 #include <sys/mtio.h>
17215 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17217 cat >>confdefs.h
<<_ACEOF
17218 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17223 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17224 #ifdef HAVE_SYS_MTIO_H
17225 #include <sys/mtio.h>
17228 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17230 cat >>confdefs.h
<<_ACEOF
17231 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17238 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17239 #include <getopt.h>
17242 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17244 cat >>confdefs.h
<<_ACEOF
17245 #define HAVE_STRUCT_OPTION_NAME 1
17252 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17253 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17255 cat >>confdefs.h
<<_ACEOF
17256 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17261 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17262 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17264 cat >>confdefs.h
<<_ACEOF
17265 #define HAVE_STRUCT_STAT_ST_MTIM 1
17270 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17271 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17273 cat >>confdefs.h
<<_ACEOF
17274 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17279 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17280 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17282 cat >>confdefs.h
<<_ACEOF
17283 #define HAVE_STRUCT_STAT_ST_CTIM 1
17288 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17289 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17291 cat >>confdefs.h
<<_ACEOF
17292 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17297 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17298 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17300 cat >>confdefs.h
<<_ACEOF
17301 #define HAVE_STRUCT_STAT_ST_ATIM 1
17306 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17307 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17309 cat >>confdefs.h
<<_ACEOF
17310 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17315 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17316 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17318 cat >>confdefs.h
<<_ACEOF
17319 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17324 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17325 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17327 cat >>confdefs.h
<<_ACEOF
17328 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17333 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17334 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17336 cat >>confdefs.h
<<_ACEOF
17337 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17342 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17343 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17345 cat >>confdefs.h
<<_ACEOF
17346 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17351 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17352 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17354 cat >>confdefs.h
<<_ACEOF
17355 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17362 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
17363 #include <sys/types.h>
17365 #ifdef HAVE_NETINET_IN_H
17366 #include <netinet/in.h>
17369 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17371 cat >>confdefs.h
<<_ACEOF
17372 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17379 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17380 #include <sys/types.h>
17382 #ifdef HAVE_NETINET_IN_H
17383 #include <netinet/in.h>
17385 #ifdef HAVE_RESOLV_H
17386 #include <resolv.h>
17389 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17391 cat >>confdefs.h
<<_ACEOF
17392 #define HAVE_STRUCT___RES_STATE 1
17399 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
17400 #include <resolv.h>
17403 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17405 cat >>confdefs.h
<<_ACEOF
17406 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17413 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17414 #include <sys/types.h>
17416 #ifdef HAVE_NETINET_IN_H
17417 # include <netinet/in.h>
17419 #ifdef HAVE_ARPA_NAMESER_H
17420 # include <arpa/nameser.h>
17423 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17425 cat >>confdefs.h
<<_ACEOF
17426 #define HAVE_NS_MSG__MSG_PTR 1
17433 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17434 #include <sys/types.h>
17436 #ifdef HAVE_NETINET_IN_H
17437 #include <netinet/in.h>
17439 #ifdef HAVE_NETINET_IP_H
17440 #include <netinet/ip.h>
17442 #ifdef HAVE_NETINET_IP_ICMP_H
17443 #include <netinet/ip_icmp.h>
17445 #ifdef HAVE_NETINET_ICMP_VAR_H
17446 #include <netinet/icmp_var.h>
17449 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17451 cat >>confdefs.h
<<_ACEOF
17452 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17459 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17460 #include <sys/types.h>
17462 #ifdef HAVE_ALIAS_H
17465 #ifdef HAVE_SYS_SOCKET_H
17466 #include <sys/socket.h>
17468 #ifdef HAVE_SYS_SOCKETVAR_H
17469 #include <sys/socketvar.h>
17471 #ifdef HAVE_SYS_TIMEOUT_H
17472 #include <sys/timeout.h>
17474 #ifdef HAVE_NETINET_IN_H
17475 #include <netinet/in.h>
17477 #ifdef HAVE_NETINET_IN_SYSTM_H
17478 #include <netinet/in_systm.h>
17480 #ifdef HAVE_NETINET_IP_H
17481 #include <netinet/ip.h>
17483 #ifdef HAVE_NETINET_IP_VAR_H
17484 #include <netinet/ip_var.h>
17486 #ifdef HAVE_NETINET_IP_ICMP_H
17487 #include <netinet/ip_icmp.h>
17489 #ifdef HAVE_NETINET_ICMP_VAR_H
17490 #include <netinet/icmp_var.h>
17493 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17495 cat >>confdefs.h
<<_ACEOF
17496 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17503 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17504 #include <sys/types.h>
17506 #ifdef HAVE_SYS_SOCKETVAR_H
17507 #include <sys/socketvar.h>
17509 #ifdef HAVE_NETINET_IN_H
17510 #include <netinet/in.h>
17512 #ifdef HAVE_NETINET_IP_VAR_H
17513 #include <netinet/ip_var.h>
17516 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17518 cat >>confdefs.h
<<_ACEOF
17519 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17526 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
17527 #include <netinet/ip_var.h>
17530 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17532 cat >>confdefs.h
<<_ACEOF
17533 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17540 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17541 #include <sys/types.h>
17543 #ifdef HAVE_SYS_SOCKETVAR_H
17544 #include <sys/socketvar.h>
17546 #ifdef HAVE_NETINET_IN_H
17547 #include <netinet/in.h>
17549 #ifdef HAVE_NETINET_TCP_H
17550 #include <netinet/tcp.h>
17552 #ifdef HAVE_NETINET_TCP_VAR_H
17553 #include <netinet/tcp_var.h>
17556 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17558 cat >>confdefs.h
<<_ACEOF
17559 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17566 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
17567 #include <netinet/tcp_var.h>
17570 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17572 cat >>confdefs.h
<<_ACEOF
17573 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17580 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17581 #include <sys/types.h>
17583 #ifdef HAVE_NETINET_IN_H
17584 #include <netinet/in.h>
17586 #ifdef HAVE_NETINET_IP_VAR_H
17587 #include <netinet/ip_var.h>
17589 #ifdef HAVE_NETINET_UDP_H
17590 #include <netinet/udp.h>
17592 #ifdef HAVE_NETINET_UDP_VAR_H
17593 #include <netinet/udp_var.h>
17596 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17598 cat >>confdefs.h
<<_ACEOF
17599 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17606 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17607 #include <sys/types.h>
17609 #ifdef HAVE_NET_IF_H
17610 # include <net/if.h>
17613 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17615 cat >>confdefs.h
<<_ACEOF
17616 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17624 $as_echo_n "checking for timezone variable... " >&6; }
17625 if ${ac_cv_have_timezone+:} false
; then :
17626 $as_echo_n "(cached) " >&6
17628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17629 /* end confdefs.h. */
17639 if ac_fn_c_try_link
"$LINENO"; then :
17640 ac_cv_have_timezone
="yes"
17642 ac_cv_have_timezone
="no"
17644 rm -f core conftest.err conftest.
$ac_objext \
17645 conftest
$ac_exeext conftest.
$ac_ext
17647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17648 $as_echo "$ac_cv_have_timezone" >&6; }
17649 if test "$ac_cv_have_timezone" = "yes"
17652 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17656 $as_echo_n "checking for daylight variable... " >&6; }
17657 if ${ac_cv_have_daylight+:} false
; then :
17658 $as_echo_n "(cached) " >&6
17660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17661 /* end confdefs.h. */
17671 if ac_fn_c_try_link
"$LINENO"; then :
17672 ac_cv_have_daylight
="yes"
17674 ac_cv_have_daylight
="no"
17676 rm -f core conftest.err conftest.
$ac_objext \
17677 conftest
$ac_exeext conftest.
$ac_ext
17679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17680 $as_echo "$ac_cv_have_daylight" >&6; }
17681 if test "$ac_cv_have_daylight" = "yes"
17684 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17688 ac_save_LIBS
="$LIBS"
17690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17691 $as_echo_n "checking for isfinite... " >&6; }
17692 if ${ac_cv_have_isfinite+:} false
; then :
17693 $as_echo_n "(cached) " >&6
17695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17696 /* end confdefs.h. */
17697 #define _GNU_SOURCE
17702 float f = 0.0; return isfinite(f)
17707 if ac_fn_c_try_link
"$LINENO"; then :
17708 ac_cv_have_isfinite
="yes"
17710 ac_cv_have_isfinite
="no"
17712 rm -f core conftest.err conftest.
$ac_objext \
17713 conftest
$ac_exeext conftest.
$ac_ext
17715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17716 $as_echo "$ac_cv_have_isfinite" >&6; }
17717 if test "$ac_cv_have_isfinite" = "yes"
17720 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17725 $as_echo_n "checking for isinf... " >&6; }
17726 if ${ac_cv_have_isinf+:} false
; then :
17727 $as_echo_n "(cached) " >&6
17729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17730 /* end confdefs.h. */
17735 float f = 0.0; return isinf(f)
17740 if ac_fn_c_try_link
"$LINENO"; then :
17741 ac_cv_have_isinf
="yes"
17743 ac_cv_have_isinf
="no"
17745 rm -f core conftest.err conftest.
$ac_objext \
17746 conftest
$ac_exeext conftest.
$ac_ext
17748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17749 $as_echo "$ac_cv_have_isinf" >&6; }
17750 if test "$ac_cv_have_isinf" = "yes"
17753 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17758 $as_echo_n "checking for isnan... " >&6; }
17759 if ${ac_cv_have_isnan+:} false
; then :
17760 $as_echo_n "(cached) " >&6
17762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17763 /* end confdefs.h. */
17768 float f = 0.0; return isnan(f)
17773 if ac_fn_c_try_link
"$LINENO"; then :
17774 ac_cv_have_isnan
="yes"
17776 ac_cv_have_isnan
="no"
17778 rm -f core conftest.err conftest.
$ac_objext \
17779 conftest
$ac_exeext conftest.
$ac_ext
17781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17782 $as_echo "$ac_cv_have_isnan" >&6; }
17783 if test "$ac_cv_have_isnan" = "yes"
17786 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17834 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17835 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17836 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17837 cat >>confdefs.h
<<_ACEOF
17838 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17844 LIBS
="$ac_save_LIBS"
17846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17847 $as_echo_n "checking for __builtin_clz... " >&6; }
17848 if ${ac_cv_have___builtin_clz+:} false
; then :
17849 $as_echo_n "(cached) " >&6
17851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17852 /* end confdefs.h. */
17857 return __builtin_clz(1)
17862 if ac_fn_c_try_link
"$LINENO"; then :
17863 ac_cv_have___builtin_clz
="yes"
17865 ac_cv_have___builtin_clz
="no"
17867 rm -f core conftest.err conftest.
$ac_objext \
17868 conftest
$ac_exeext conftest.
$ac_ext
17870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17871 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17872 if test "$ac_cv_have___builtin_clz" = "yes"
17875 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17880 $as_echo_n "checking for __builtin_popcount... " >&6; }
17881 if ${ac_cv_have___builtin_popcount+:} false
; then :
17882 $as_echo_n "(cached) " >&6
17884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17885 /* end confdefs.h. */
17890 return __builtin_popcount(1)
17895 if ac_fn_c_try_link
"$LINENO"; then :
17896 ac_cv_have___builtin_popcount
="yes"
17898 ac_cv_have___builtin_popcount
="no"
17900 rm -f core conftest.err conftest.
$ac_objext \
17901 conftest
$ac_exeext conftest.
$ac_ext
17903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17904 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17905 if test "$ac_cv_have___builtin_popcount" = "yes"
17908 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17913 $as_echo_n "checking for __clear_cache... " >&6; }
17914 if ${ac_cv_have___clear_cache+:} false
; then :
17915 $as_echo_n "(cached) " >&6
17917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17918 /* end confdefs.h. */
17923 __clear_cache((void*)0, (void*)0); return 0;
17928 if ac_fn_c_try_link
"$LINENO"; then :
17929 ac_cv_have___clear_cache
="yes"
17931 ac_cv_have___clear_cache
="no"
17933 rm -f core conftest.err conftest.
$ac_objext \
17934 conftest
$ac_exeext conftest.
$ac_ext
17936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17937 $as_echo "$ac_cv_have___clear_cache" >&6; }
17938 if test "$ac_cv_have___clear_cache" = "yes"
17941 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17947 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17948 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17949 if ${ac_cv_cpp_def___i386__+:} false
; then :
17950 $as_echo_n "(cached) " >&6
17952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17953 /* end confdefs.h. */
17958 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17959 $EGREP "yes" >/dev
/null
2>&1; then :
17960 ac_cv_cpp_def___i386__
=yes
17962 ac_cv_cpp_def___i386__
=no
17967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17968 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17969 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17970 CFLAGS
="$CFLAGS -D__i386__"
17971 LINTFLAGS
="$LINTFLAGS -D__i386__"
17973 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17974 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17975 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17976 $as_echo_n "(cached) " >&6
17978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17979 /* end confdefs.h. */
17984 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17985 $EGREP "yes" >/dev
/null
2>&1; then :
17986 ac_cv_cpp_def___x86_64__
=yes
17988 ac_cv_cpp_def___x86_64__
=no
17993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17994 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17995 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17996 CFLAGS
="$CFLAGS -D__x86_64__"
17997 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17999 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
18000 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
18001 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
18002 $as_echo_n "(cached) " >&6
18004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18005 /* end confdefs.h. */
18006 #ifndef __sparc64__
18010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18011 $EGREP "yes" >/dev
/null
2>&1; then :
18012 ac_cv_cpp_def___sparc64__
=yes
18014 ac_cv_cpp_def___sparc64__
=no
18019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
18020 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
18021 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
18022 CFLAGS
="$CFLAGS -D__sparc64__"
18023 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
18025 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
18026 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
18027 if ${ac_cv_cpp_def___sparc__+:} false
; then :
18028 $as_echo_n "(cached) " >&6
18030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18031 /* end confdefs.h. */
18036 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18037 $EGREP "yes" >/dev
/null
2>&1; then :
18038 ac_cv_cpp_def___sparc__
=yes
18040 ac_cv_cpp_def___sparc__
=no
18045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
18046 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
18047 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
18048 CFLAGS
="$CFLAGS -D__sparc__"
18049 LINTFLAGS
="$LINTFLAGS -D__sparc__"
18051 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
18052 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
18053 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
18054 $as_echo_n "(cached) " >&6
18056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18057 /* end confdefs.h. */
18058 #ifndef __powerpc64__
18062 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18063 $EGREP "yes" >/dev
/null
2>&1; then :
18064 ac_cv_cpp_def___powerpc64__
=yes
18066 ac_cv_cpp_def___powerpc64__
=no
18071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
18072 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
18073 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
18074 CFLAGS
="$CFLAGS -D__powerpc64__"
18075 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
18077 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
18078 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
18079 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
18080 $as_echo_n "(cached) " >&6
18082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18083 /* end confdefs.h. */
18084 #ifndef __powerpc__
18088 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18089 $EGREP "yes" >/dev
/null
2>&1; then :
18090 ac_cv_cpp_def___powerpc__
=yes
18092 ac_cv_cpp_def___powerpc__
=no
18097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18098 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18099 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
18100 CFLAGS
="$CFLAGS -D__powerpc__"
18101 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
18103 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18104 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18105 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
18106 $as_echo_n "(cached) " >&6
18108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18109 /* end confdefs.h. */
18110 #ifndef __aarch64__
18114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18115 $EGREP "yes" >/dev
/null
2>&1; then :
18116 ac_cv_cpp_def___aarch64__
=yes
18118 ac_cv_cpp_def___aarch64__
=no
18123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18124 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18125 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18126 CFLAGS
="$CFLAGS -D__aarch64__"
18127 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18129 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18130 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18131 if ${ac_cv_cpp_def___arm__+:} false
; then :
18132 $as_echo_n "(cached) " >&6
18134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18135 /* end confdefs.h. */
18140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18141 $EGREP "yes" >/dev
/null
2>&1; then :
18142 ac_cv_cpp_def___arm__
=yes
18144 ac_cv_cpp_def___arm__
=no
18149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18150 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18151 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18152 CFLAGS
="$CFLAGS -D__arm__"
18153 LINTFLAGS
="$LINTFLAGS -D__arm__"
18157 case $host_vendor in
18158 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18159 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18160 if ${ac_cv_cpp_def___sun__+:} false
; then :
18161 $as_echo_n "(cached) " >&6
18163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18164 /* end confdefs.h. */
18169 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18170 $EGREP "yes" >/dev
/null
2>&1; then :
18171 ac_cv_cpp_def___sun__
=yes
18173 ac_cv_cpp_def___sun__
=no
18178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18179 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18180 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18181 CFLAGS
="$CFLAGS -D__sun__"
18182 LINTFLAGS
="$LINTFLAGS -D__sun__"
18190 ac_config_commands
="$ac_config_commands include/stamp-h"
18192 $as_echo_n "creating Makefile rules..." >&6
18194 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18195 SOCKET_LIBS = $SOCKET_LIBS
18196 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18197 IOKIT_LIBS = $IOKIT_LIBS
18198 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18199 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18200 CORESERVICES_LIBS = $CORESERVICES_LIBS
18201 APPKIT_LIBS = $APPKIT_LIBS
18202 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18203 SECURITY_LIBS = $SECURITY_LIBS
18204 COREAUDIO_LIBS = $COREAUDIO_LIBS
18205 OPENAL_LIBS = $OPENAL_LIBS
18206 OPENCL_LIBS = $OPENCL_LIBS
18207 QUICKTIME_LIBS = $QUICKTIME_LIBS
18208 CARBON_LIBS = $CARBON_LIBS
18209 PTHREAD_LIBS = $PTHREAD_LIBS
18210 X_CFLAGS = $X_CFLAGS
18211 X_PRE_LIBS = $X_PRE_LIBS
18213 X_EXTRA_LIBS = $X_EXTRA_LIBS
18214 PCAP_LIBS = $PCAP_LIBS
18215 XML2_CFLAGS = $XML2_CFLAGS
18216 XML2_LIBS = $XML2_LIBS
18217 XSLT_CFLAGS = $XSLT_CFLAGS
18218 XSLT_LIBS = $XSLT_LIBS
18219 DBUS_CFLAGS = $DBUS_CFLAGS
18220 DBUS_LIBS = $DBUS_LIBS
18221 HAL_CFLAGS = $HAL_CFLAGS
18222 HAL_LIBS = $HAL_LIBS
18223 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18224 GNUTLS_LIBS = $GNUTLS_LIBS
18225 SANE_CFLAGS = $SANE_CFLAGS
18226 SANE_LIBS = $SANE_LIBS
18227 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18228 GPHOTO2_LIBS = $GPHOTO2_LIBS
18229 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18230 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18231 RESOLV_LIBS = $RESOLV_LIBS
18232 LCMS2_CFLAGS = $LCMS2_CFLAGS
18233 LCMS2_LIBS = $LCMS2_LIBS
18234 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18235 FREETYPE_LIBS = $FREETYPE_LIBS
18237 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18238 PULSE_CFLAGS = $PULSE_CFLAGS
18239 PULSE_LIBS = $PULSE_LIBS
18240 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18241 GSTREAMER_LIBS = $GSTREAMER_LIBS
18242 ALSA_LIBS = $ALSA_LIBS
18243 OSS4_CFLAGS = $OSS4_CFLAGS
18244 UDEV_CFLAGS = $UDEV_CFLAGS
18245 UDEV_LIBS = $UDEV_LIBS
18246 CAPI20_CFLAGS = $CAPI20_CFLAGS
18247 CAPI20_LIBS = $CAPI20_LIBS
18248 CUPS_CFLAGS = $CUPS_CFLAGS
18249 CUPS_LIBS = $CUPS_LIBS
18250 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18251 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18252 KRB5_CFLAGS = $KRB5_CFLAGS
18253 KRB5_LIBS = $KRB5_LIBS
18254 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18255 GSSAPI_LIBS = $GSSAPI_LIBS
18256 JPEG_CFLAGS = $JPEG_CFLAGS
18257 JPEG_LIBS = $JPEG_LIBS
18258 PNG_CFLAGS = $PNG_CFLAGS
18259 PNG_LIBS = $PNG_LIBS
18260 TIFF_CFLAGS = $TIFF_CFLAGS
18261 TIFF_LIBS = $TIFF_LIBS
18262 MPG123_CFLAGS = $MPG123_CFLAGS
18263 MPG123_LIBS = $MPG123_LIBS
18264 KSTAT_LIBS = $KSTAT_LIBS
18265 PROCSTAT_LIBS = $PROCSTAT_LIBS
18266 NETAPI_CFLAGS = $NETAPI_CFLAGS
18267 NETAPI_LIBS = $NETAPI_LIBS
18268 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18270 POLL_LIBS = $POLL_LIBS
18272 LDAP_CFLAGS = $LDAP_CFLAGS
18273 LDAP_LIBS = $LDAP_LIBS
18278 wine_fn_append_rule
"
18279 # Rules automatically generated by configure
18281 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
18286 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18287 @./config.status Make.tmp Makefile
18288 depend: \$(MAKEDEP) dummy
18291 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
18292 @echo \"crosstest is not supported (mingw not installed?)\" && false"
18294 if test "x$enable_fonts" != xno
; then
18295 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18296 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18297 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18298 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18299 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18300 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18302 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18303 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18304 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18305 wine_fn_config_symlink wine
18306 if test "x$enable_win64" != xno
; then
18307 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18308 wine_fn_config_symlink wine64
18311 wine_fn_config_dll acledit enable_acledit
18312 wine_fn_config_dll aclui enable_aclui implib
18313 wine_fn_config_dll activeds enable_activeds implib
18314 wine_fn_config_dll actxprxy enable_actxprxy clean
18315 wine_fn_config_lib adsiid
18316 wine_fn_config_dll adsldpc enable_adsldpc
18317 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
18318 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
18319 wine_fn_config_dll advpack enable_advpack implib
18320 wine_fn_config_test dlls
/advpack
/tests advpack_test
18321 wine_fn_config_dll amstream enable_amstream clean
18322 wine_fn_config_test dlls
/amstream
/tests amstream_test
18323 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18324 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18325 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18326 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18327 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18328 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18329 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18330 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18331 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18332 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18333 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18334 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18335 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18336 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18337 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18338 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18339 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18340 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18341 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18342 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18343 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18344 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18345 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18346 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18347 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18348 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18349 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18350 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18351 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18352 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18353 wine_fn_config_dll api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18354 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18355 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18356 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18357 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18358 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18359 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18360 wine_fn_config_dll api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18361 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18362 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18363 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18364 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18365 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18366 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18367 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18368 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18369 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18370 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18371 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18372 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18373 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18374 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18375 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18376 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18377 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18378 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18379 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18380 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18381 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18382 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18383 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18384 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18385 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18386 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18387 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18388 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18389 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18390 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18391 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18392 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18393 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18394 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18395 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18396 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18397 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18398 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18399 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18400 wine_fn_config_dll api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18401 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18402 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18403 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18404 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18405 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18406 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18407 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18408 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18409 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18410 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18411 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18412 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18413 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18414 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18415 wine_fn_config_dll api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18416 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18417 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18418 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18419 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18420 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18421 wine_fn_config_dll api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18422 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18423 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18424 wine_fn_config_dll api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18425 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18426 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18427 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18428 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18429 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18430 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18431 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18432 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18433 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18434 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18435 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18436 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18437 wine_fn_config_dll api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18438 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18439 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18440 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18441 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18442 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18443 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18444 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18445 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18446 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18447 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18448 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18449 wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18450 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18451 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18452 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18453 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18454 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18455 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18456 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18457 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18458 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18459 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18460 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18461 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18462 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18463 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18464 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18465 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18466 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18467 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18468 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18469 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18470 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18471 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18472 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18473 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18474 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18475 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18476 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18477 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18478 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18479 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18480 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18481 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18482 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18483 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18484 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18485 wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18486 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18487 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18488 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18489 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18490 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18491 wine_fn_config_dll api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18492 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18493 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18494 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18495 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18496 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18497 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18498 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18499 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18500 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18501 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18502 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18503 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18504 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18505 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18506 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18507 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18508 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18509 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18510 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18511 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18512 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18513 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18514 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18515 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18516 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18517 wine_fn_config_dll api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18518 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18519 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18520 wine_fn_config_dll apphelp enable_apphelp
18521 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18522 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
18523 wine_fn_config_dll atl enable_atl clean
,implib
18524 wine_fn_config_test dlls
/atl
/tests atl_test
18525 wine_fn_config_dll atl100 enable_atl100 clean
,implib
18526 wine_fn_config_test dlls
/atl100
/tests atl100_test
18527 wine_fn_config_dll atl110 enable_atl110 clean
18528 wine_fn_config_dll atl80 enable_atl80 clean
,implib
18529 wine_fn_config_test dlls
/atl80
/tests atl80_test
18530 wine_fn_config_dll atl90 enable_atl90 clean
18531 wine_fn_config_dll authz enable_authz
18532 wine_fn_config_dll avicap32 enable_avicap32 implib
18533 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
18534 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18535 wine_fn_config_dll avifile.dll16 enable_win16
18536 wine_fn_config_dll avrt enable_avrt implib
18537 wine_fn_config_dll bcrypt enable_bcrypt implib
18538 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18539 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18540 wine_fn_config_dll browseui enable_browseui clean
18541 wine_fn_config_test dlls
/browseui
/tests browseui_test
18542 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18543 wine_fn_config_dll cabinet enable_cabinet implib
18544 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18545 wine_fn_config_dll capi2032 enable_capi2032 implib
18546 wine_fn_config_dll cards enable_cards implib
18547 wine_fn_config_dll cdosys enable_cdosys
18548 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
18549 wine_fn_config_dll clusapi enable_clusapi implib
18550 wine_fn_config_dll combase enable_combase
18551 wine_fn_config_test dlls
/combase
/tests combase_test
18552 wine_fn_config_dll comcat enable_comcat
18553 wine_fn_config_test dlls
/comcat
/tests comcat_test
18554 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
18555 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18556 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
18557 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18558 wine_fn_config_dll
comm.drv16 enable_win16
18559 wine_fn_config_dll commdlg.dll16 enable_win16
18560 wine_fn_config_dll compobj.dll16 enable_win16
18561 wine_fn_config_dll compstui enable_compstui implib
18562 wine_fn_config_dll comsvcs enable_comsvcs clean
,implib
18563 wine_fn_config_dll concrt140 enable_concrt140
18564 wine_fn_config_dll connect enable_connect
18565 wine_fn_config_dll credui enable_credui clean
,implib
18566 wine_fn_config_test dlls
/credui
/tests credui_test
18567 wine_fn_config_dll crtdll enable_crtdll
18568 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
18569 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18570 wine_fn_config_dll cryptdlg enable_cryptdlg clean
18571 wine_fn_config_dll cryptdll enable_cryptdll implib
18572 wine_fn_config_dll cryptext enable_cryptext
18573 wine_fn_config_dll cryptnet enable_cryptnet implib
18574 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18575 wine_fn_config_dll cryptui enable_cryptui clean
,implib
18576 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18577 wine_fn_config_dll ctapi32 enable_ctapi32
18578 wine_fn_config_dll ctl3d.dll16 enable_win16
18579 wine_fn_config_dll ctl3d32 enable_ctl3d32
18580 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18581 wine_fn_config_dll d2d1 enable_d2d1 implib
18582 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18583 wine_fn_config_dll d3d10 enable_d3d10 implib
18584 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18585 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
18586 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18587 wine_fn_config_dll d3d10core enable_d3d10core implib
18588 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18589 wine_fn_config_dll d3d11 enable_d3d11 implib
18590 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18591 wine_fn_config_dll d3d8 enable_d3d8 implib
18592 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18593 wine_fn_config_dll d3d9 enable_d3d9 implib
18594 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18595 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18596 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18597 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18598 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18599 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18600 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18601 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18602 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18603 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18604 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18605 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
18606 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18607 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18608 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18609 wine_fn_config_dll d3dim enable_d3dim
18610 wine_fn_config_dll d3drm enable_d3drm implib
18611 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18612 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18613 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18614 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18615 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18616 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18617 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18618 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18619 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18620 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18621 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18622 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
18623 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18624 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18625 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
18626 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18627 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18628 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18629 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18630 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18631 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18632 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18633 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18634 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18635 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18636 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18637 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18638 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18639 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
18640 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18641 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18642 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18643 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18644 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18645 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18646 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18647 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18648 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
18649 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18650 wine_fn_config_dll davclnt enable_davclnt
18651 wine_fn_config_dll dbgeng enable_dbgeng implib
18652 wine_fn_config_dll dbghelp enable_dbghelp implib
18653 wine_fn_config_dll dciman32 enable_dciman32 implib
18654 wine_fn_config_dll ddeml.dll16 enable_win16
18655 wine_fn_config_dll ddraw enable_ddraw clean
,implib
18656 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18657 wine_fn_config_dll ddrawex enable_ddrawex clean
18658 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18659 wine_fn_config_dll devenum enable_devenum clean
18660 wine_fn_config_test dlls
/devenum
/tests devenum_test
18661 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18662 wine_fn_config_dll dhtmled.ocx enable_dhtmled_ocx clean
18663 wine_fn_config_dll difxapi enable_difxapi
18664 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
18665 wine_fn_config_test dlls
/dinput
/tests dinput_test
18666 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
18667 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18668 wine_fn_config_dll dispdib.dll16 enable_win16
18669 wine_fn_config_dll dispex enable_dispex clean
18670 wine_fn_config_test dlls
/dispex
/tests dispex_test
18671 wine_fn_config_dll display.drv16 enable_win16
18672 wine_fn_config_dll dmband enable_dmband clean
18673 wine_fn_config_test dlls
/dmband
/tests dmband_test
18674 wine_fn_config_dll dmcompos enable_dmcompos clean
18675 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18676 wine_fn_config_dll dmime enable_dmime clean
18677 wine_fn_config_test dlls
/dmime
/tests dmime_test
18678 wine_fn_config_dll dmloader enable_dmloader clean
18679 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18680 wine_fn_config_dll dmscript enable_dmscript clean
18681 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18682 wine_fn_config_dll dmstyle enable_dmstyle clean
18683 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18684 wine_fn_config_dll dmsynth enable_dmsynth clean
18685 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18686 wine_fn_config_dll dmusic enable_dmusic clean
18687 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18688 wine_fn_config_dll dmusic32 enable_dmusic32
18689 wine_fn_config_dll dnsapi enable_dnsapi implib
18690 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18691 wine_fn_config_dll dplay enable_dplay
18692 wine_fn_config_dll dplayx enable_dplayx clean
,implib
18693 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18694 wine_fn_config_dll dpnaddr enable_dpnaddr
18695 wine_fn_config_dll dpnet enable_dpnet clean
,implib
18696 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18697 wine_fn_config_dll dpnhpast enable_dpnhpast
18698 wine_fn_config_dll dpnlobby enable_dpnlobby
18699 wine_fn_config_dll dpvoice enable_dpvoice clean
18700 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18701 wine_fn_config_dll dpwsockx enable_dpwsockx
18702 wine_fn_config_dll drmclien enable_drmclien
18703 wine_fn_config_dll dsound enable_dsound clean
,implib
18704 wine_fn_config_test dlls
/dsound
/tests dsound_test
18705 wine_fn_config_dll dsquery enable_dsquery clean
18706 wine_fn_config_dll dssenh enable_dssenh
18707 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18708 wine_fn_config_dll dswave enable_dswave clean
18709 wine_fn_config_test dlls
/dswave
/tests dswave_test
18710 wine_fn_config_dll dwmapi enable_dwmapi implib
18711 wine_fn_config_dll dwrite enable_dwrite implib
18712 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18713 wine_fn_config_dll dx8vb enable_dx8vb clean
18714 wine_fn_config_dll dxdiagn enable_dxdiagn clean
18715 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18716 wine_fn_config_lib dxerr8
18717 wine_fn_config_lib dxerr9
18718 wine_fn_config_dll dxgi enable_dxgi implib
18719 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18720 wine_fn_config_lib dxguid
18721 wine_fn_config_dll dxva2 enable_dxva2
18722 wine_fn_config_dll esent enable_esent
18723 wine_fn_config_dll evr enable_evr clean
18724 wine_fn_config_test dlls
/evr
/tests evr_test
18725 wine_fn_config_dll explorerframe enable_explorerframe clean
18726 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18727 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18728 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18729 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18730 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18731 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18732 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18733 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18734 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18735 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18736 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18737 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18738 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18739 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18740 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18741 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18742 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18743 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18744 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18745 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18746 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18747 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18748 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18749 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18750 wine_fn_config_dll faultrep enable_faultrep implib
18751 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18752 wine_fn_config_dll fltlib enable_fltlib
18753 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18754 wine_fn_config_dll fntcache enable_fntcache
18755 wine_fn_config_dll fontsub enable_fontsub
18756 wine_fn_config_dll fusion enable_fusion
18757 wine_fn_config_test dlls
/fusion
/tests fusion_test
18758 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18759 wine_fn_config_dll gameux enable_gameux clean
18760 wine_fn_config_test dlls
/gameux
/tests gameux_test
18761 wine_fn_config_dll gdi.exe16 enable_win16
18762 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
18763 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18764 wine_fn_config_dll gdiplus enable_gdiplus implib
18765 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18766 wine_fn_config_dll glu32 enable_glu32 implib
18767 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
18768 wine_fn_config_dll gpkcsp enable_gpkcsp
18769 wine_fn_config_dll hal enable_hal
18770 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
18771 wine_fn_config_dll hid enable_hid implib
18772 wine_fn_config_test dlls
/hid
/tests hid_test
18773 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
18774 wine_fn_config_dll hlink enable_hlink clean
,implib
18775 wine_fn_config_test dlls
/hlink
/tests hlink_test
18776 wine_fn_config_dll hnetcfg enable_hnetcfg clean
18777 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18778 wine_fn_config_dll httpapi enable_httpapi implib
18779 wine_fn_config_test dlls
/httpapi
/tests httpapi_test
18780 wine_fn_config_dll iccvid enable_iccvid clean
18781 wine_fn_config_dll icmp enable_icmp
18782 wine_fn_config_dll ieframe enable_ieframe clean
,implib
18783 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18784 wine_fn_config_dll ieproxy enable_ieproxy clean
18785 wine_fn_config_dll ifsmgr.vxd enable_win16
18786 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18787 wine_fn_config_dll imagehlp enable_imagehlp implib
18788 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18789 wine_fn_config_dll imm.dll16 enable_win16
18790 wine_fn_config_dll imm32 enable_imm32 implib
18791 wine_fn_config_test dlls
/imm32
/tests imm32_test
18792 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
18793 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18794 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
18795 wine_fn_config_dll inetmib1 enable_inetmib1
18796 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18797 wine_fn_config_dll infosoft enable_infosoft clean
18798 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18799 wine_fn_config_dll initpki enable_initpki
18800 wine_fn_config_dll inkobj enable_inkobj
18801 wine_fn_config_dll inseng enable_inseng clean
18802 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18803 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18804 wine_fn_config_dll iprop enable_iprop
18805 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18806 wine_fn_config_dll itircl enable_itircl
18807 wine_fn_config_dll itss enable_itss clean
18808 wine_fn_config_test dlls
/itss
/tests itss_test
18809 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18810 wine_fn_config_dll jscript enable_jscript clean
18811 wine_fn_config_test dlls
/jscript
/tests jscript_test
18812 wine_fn_config_dll jsproxy enable_jsproxy implib
18813 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18814 wine_fn_config_dll kerberos enable_kerberos
18815 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18816 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18817 wine_fn_config_dll kernelbase enable_kernelbase
18818 wine_fn_config_dll keyboard.drv16 enable_win16
18819 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18820 wine_fn_config_dll ksuser enable_ksuser
18821 wine_fn_config_dll ktmw32 enable_ktmw32
18822 wine_fn_config_dll l3codeca.acm enable_l3codeca_acm
18823 wine_fn_config_dll loadperf enable_loadperf implib
18824 wine_fn_config_dll localspl enable_localspl clean
18825 wine_fn_config_test dlls
/localspl
/tests localspl_test
18826 wine_fn_config_dll localui enable_localui clean
18827 wine_fn_config_test dlls
/localui
/tests localui_test
18828 wine_fn_config_dll lz32 enable_lz32 implib
18829 wine_fn_config_test dlls
/lz32
/tests lz32_test
18830 wine_fn_config_dll lzexpand.dll16 enable_win16
18831 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18832 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18833 wine_fn_config_dll mapistub enable_mapistub
18834 wine_fn_config_dll mciavi32 enable_mciavi32
18835 wine_fn_config_dll mcicda enable_mcicda
18836 wine_fn_config_dll mciqtz32 enable_mciqtz32
18837 wine_fn_config_dll mciseq enable_mciseq
18838 wine_fn_config_dll mciwave enable_mciwave
18839 wine_fn_config_dll mf enable_mf implib
18840 wine_fn_config_test dlls
/mf
/tests mf_test
18841 wine_fn_config_dll mf3216 enable_mf3216
18842 wine_fn_config_dll mfplat enable_mfplat implib
18843 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18844 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18845 wine_fn_config_lib mfuuid
18846 wine_fn_config_dll mgmtapi enable_mgmtapi
18847 wine_fn_config_dll midimap enable_midimap
18848 wine_fn_config_dll mlang enable_mlang clean
,implib
18849 wine_fn_config_test dlls
/mlang
/tests mlang_test
18850 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18851 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18852 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18853 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18854 wine_fn_config_dll mmdevldr.vxd enable_win16
18855 wine_fn_config_dll mmsystem.dll16 enable_win16
18856 wine_fn_config_dll monodebg.vxd enable_win16
18857 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18858 wine_fn_config_dll mouse.drv16 enable_win16
18859 wine_fn_config_dll mpr enable_mpr clean
,implib
18860 wine_fn_config_test dlls
/mpr
/tests mpr_test
18861 wine_fn_config_dll mprapi enable_mprapi implib
18862 wine_fn_config_dll msacm.dll16 enable_win16
18863 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18864 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18865 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18866 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18867 wine_fn_config_dll msasn1 enable_msasn1 implib
18868 wine_fn_config_dll mscat32 enable_mscat32
18869 wine_fn_config_dll mscms enable_mscms implib
18870 wine_fn_config_test dlls
/mscms
/tests mscms_test
18871 wine_fn_config_dll mscoree enable_mscoree clean
18872 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18873 wine_fn_config_dll msctf enable_msctf clean
18874 wine_fn_config_test dlls
/msctf
/tests msctf_test
18875 wine_fn_config_dll msctfp enable_msctfp clean
18876 wine_fn_config_dll msdaps enable_msdaps clean
18877 wine_fn_config_dll msdelta enable_msdelta
18878 wine_fn_config_dll msdmo enable_msdmo implib
18879 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18880 wine_fn_config_dll msdrm enable_msdrm
18881 wine_fn_config_dll msftedit enable_msftedit
18882 wine_fn_config_dll msg711.acm enable_msg711_acm
18883 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18884 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18885 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18886 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18887 wine_fn_config_dll msi enable_msi clean
,implib
18888 wine_fn_config_test dlls
/msi
/tests msi_test
18889 wine_fn_config_dll msident enable_msident clean
18890 wine_fn_config_dll msimg32 enable_msimg32 implib
18891 wine_fn_config_dll msimsg enable_msimsg
18892 wine_fn_config_dll msimtf enable_msimtf clean
18893 wine_fn_config_dll msisip enable_msisip
18894 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18895 wine_fn_config_dll msls31 enable_msls31
18896 wine_fn_config_dll msnet32 enable_msnet32
18897 wine_fn_config_dll mspatcha enable_mspatcha implib
18898 wine_fn_config_dll msports enable_msports
18899 wine_fn_config_dll msrle32 enable_msrle32 clean
18900 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18901 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18902 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18903 wine_fn_config_dll mssign32 enable_mssign32
18904 wine_fn_config_dll mssip32 enable_mssip32
18905 wine_fn_config_dll mstask enable_mstask clean
18906 wine_fn_config_test dlls
/mstask
/tests mstask_test
18907 wine_fn_config_dll msvcirt enable_msvcirt
18908 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18909 wine_fn_config_dll msvcm80 enable_msvcm80
18910 wine_fn_config_dll msvcm90 enable_msvcm90
18911 wine_fn_config_dll msvcp100 enable_msvcp100
18912 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18913 wine_fn_config_dll msvcp110 enable_msvcp110
18914 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18915 wine_fn_config_dll msvcp120 enable_msvcp120
18916 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18917 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18918 wine_fn_config_dll msvcp140 enable_msvcp140
18919 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18920 wine_fn_config_dll msvcp60 enable_msvcp60
18921 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18922 wine_fn_config_dll msvcp70 enable_msvcp70
18923 wine_fn_config_dll msvcp71 enable_msvcp71
18924 wine_fn_config_dll msvcp80 enable_msvcp80
18925 wine_fn_config_dll msvcp90 enable_msvcp90
18926 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18927 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18928 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18929 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18930 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18931 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18932 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18933 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18934 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18935 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18936 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18937 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18938 wine_fn_config_dll msvcrt enable_msvcrt implib
18939 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18940 wine_fn_config_dll msvcrt20 enable_msvcrt20
18941 wine_fn_config_dll msvcrt40 enable_msvcrt40
18942 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18943 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18944 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18945 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18946 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18947 wine_fn_config_dll msvideo.dll16 enable_win16
18948 wine_fn_config_dll mswsock enable_mswsock implib
18949 wine_fn_config_dll msxml enable_msxml clean
18950 wine_fn_config_dll msxml2 enable_msxml2 clean
18951 wine_fn_config_dll msxml3 enable_msxml3 clean
18952 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18953 wine_fn_config_dll msxml4 enable_msxml4 clean
18954 wine_fn_config_dll msxml6 enable_msxml6 clean
18955 wine_fn_config_dll mtxdm enable_mtxdm
18956 wine_fn_config_dll ncrypt enable_ncrypt
18957 wine_fn_config_dll nddeapi enable_nddeapi implib
18958 wine_fn_config_dll ndis.sys enable_ndis_sys
18959 wine_fn_config_dll netapi32 enable_netapi32 implib
18960 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18961 wine_fn_config_dll netcfgx enable_netcfgx clean
18962 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18963 wine_fn_config_dll netprofm enable_netprofm clean
18964 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18965 wine_fn_config_dll newdev enable_newdev implib
18966 wine_fn_config_dll normaliz enable_normaliz implib
18967 wine_fn_config_dll npmshtml enable_npmshtml
18968 wine_fn_config_dll npptools enable_npptools
18969 wine_fn_config_dll ntdll enable_ntdll implib
18970 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18971 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18972 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18973 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18974 wine_fn_config_dll ntprint enable_ntprint
18975 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18976 wine_fn_config_dll objsel enable_objsel clean
18977 wine_fn_config_dll odbc32 enable_odbc32 implib
18978 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18979 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18980 wine_fn_config_dll odbccu32 enable_odbccu32
18981 wine_fn_config_dll ole2.dll16 enable_win16
18982 wine_fn_config_dll ole2conv.dll16 enable_win16
18983 wine_fn_config_dll ole2disp.dll16 enable_win16
18984 wine_fn_config_dll ole2nls.dll16 enable_win16
18985 wine_fn_config_dll ole2prox.dll16 enable_win16
18986 wine_fn_config_dll ole2thk.dll16 enable_win16
18987 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18988 wine_fn_config_test dlls
/ole32
/tests ole32_test
18989 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18990 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18991 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18992 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18993 wine_fn_config_dll olecli.dll16 enable_win16
18994 wine_fn_config_dll olecli32 enable_olecli32 implib
18995 wine_fn_config_dll oledb32 enable_oledb32 clean
18996 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18997 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18998 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18999 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
19000 wine_fn_config_dll olesvr.dll16 enable_win16
19001 wine_fn_config_dll olesvr32 enable_olesvr32 implib
19002 wine_fn_config_dll olethk32 enable_olethk32
19003 wine_fn_config_dll openal32 enable_openal32
19004 wine_fn_config_dll opencl enable_opencl
19005 wine_fn_config_dll opengl32 enable_opengl32 implib
19006 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
19007 wine_fn_config_dll packager enable_packager clean
19008 wine_fn_config_test dlls
/packager
/tests packager_test
19009 wine_fn_config_dll pdh enable_pdh implib
19010 wine_fn_config_test dlls
/pdh
/tests pdh_test
19011 wine_fn_config_dll photometadatahandler enable_photometadatahandler
19012 wine_fn_config_dll pidgen enable_pidgen
19013 wine_fn_config_dll powrprof enable_powrprof implib
19014 wine_fn_config_dll printui enable_printui
19015 wine_fn_config_dll prntvpt enable_prntvpt
19016 wine_fn_config_dll propsys enable_propsys clean
,implib
19017 wine_fn_config_test dlls
/propsys
/tests propsys_test
19018 wine_fn_config_dll psapi enable_psapi implib
19019 wine_fn_config_test dlls
/psapi
/tests psapi_test
19020 wine_fn_config_dll pstorec enable_pstorec clean
19021 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
19022 wine_fn_config_dll qcap enable_qcap
19023 wine_fn_config_test dlls
/qcap
/tests qcap_test
19024 wine_fn_config_dll qedit enable_qedit clean
19025 wine_fn_config_test dlls
/qedit
/tests qedit_test
19026 wine_fn_config_dll qmgr enable_qmgr clean
19027 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
19028 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
19029 wine_fn_config_dll quartz enable_quartz clean
,implib
19030 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
19031 wine_fn_config_dll query enable_query
19032 wine_fn_config_dll rasapi16.dll16 enable_win16
19033 wine_fn_config_dll rasapi32 enable_rasapi32 implib
19034 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
19035 wine_fn_config_dll rasdlg enable_rasdlg implib
19036 wine_fn_config_dll regapi enable_regapi
19037 wine_fn_config_dll resutils enable_resutils implib
19038 wine_fn_config_dll riched20 enable_riched20 clean
,implib
19039 wine_fn_config_test dlls
/riched20
/tests riched20_test
19040 wine_fn_config_dll riched32 enable_riched32
19041 wine_fn_config_test dlls
/riched32
/tests riched32_test
19042 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
19043 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
19044 wine_fn_config_dll rsabase enable_rsabase
19045 wine_fn_config_dll rsaenh enable_rsaenh implib
19046 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
19047 wine_fn_config_dll rstrtmgr enable_rstrtmgr
19048 wine_fn_config_dll rtutils enable_rtutils implib
19049 wine_fn_config_dll samlib enable_samlib
19050 wine_fn_config_dll sane.ds enable_sane_ds clean
19051 wine_fn_config_dll sapi enable_sapi clean
19052 wine_fn_config_test dlls
/sapi
/tests sapi_test
19053 wine_fn_config_dll scarddlg enable_scarddlg
19054 wine_fn_config_dll sccbase enable_sccbase
19055 wine_fn_config_dll schannel enable_schannel
19056 wine_fn_config_test dlls
/schannel
/tests schannel_test
19057 wine_fn_config_dll schedsvc enable_schedsvc clean
19058 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
19059 wine_fn_config_dll scrobj enable_scrobj clean
19060 wine_fn_config_dll scrrun enable_scrrun clean
19061 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
19062 wine_fn_config_dll scsiport.sys enable_scsiport_sys
19063 wine_fn_config_dll secur32 enable_secur32 implib
19064 wine_fn_config_test dlls
/secur32
/tests secur32_test
19065 wine_fn_config_dll security enable_security
19066 wine_fn_config_dll sensapi enable_sensapi implib
19067 wine_fn_config_dll serialui enable_serialui clean
19068 wine_fn_config_test dlls
/serialui
/tests serialui_test
19069 wine_fn_config_dll setupapi enable_setupapi clean
,implib
19070 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
19071 wine_fn_config_dll setupx.dll16 enable_win16
19072 wine_fn_config_dll sfc enable_sfc implib
19073 wine_fn_config_dll sfc_os enable_sfc_os implib
19074 wine_fn_config_dll shcore enable_shcore
19075 wine_fn_config_dll shdoclc enable_shdoclc clean
19076 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
19077 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
19078 wine_fn_config_dll shell.dll16 enable_win16
19079 wine_fn_config_dll shell32 enable_shell32 clean
,implib
19080 wine_fn_config_test dlls
/shell32
/tests shell32_test
19081 wine_fn_config_dll shfolder enable_shfolder implib
19082 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
19083 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
19084 wine_fn_config_dll slbcsp enable_slbcsp
19085 wine_fn_config_dll slc enable_slc implib
19086 wine_fn_config_test dlls
/slc
/tests slc_test
19087 wine_fn_config_dll snmpapi enable_snmpapi implib
19088 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
19089 wine_fn_config_dll softpub enable_softpub
19090 wine_fn_config_dll sound.drv16 enable_win16
19091 wine_fn_config_dll spoolss enable_spoolss implib
19092 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
19093 wine_fn_config_dll sspicli enable_sspicli
19094 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
19095 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
19096 wine_fn_config_dll sti enable_sti clean
,implib
19097 wine_fn_config_test dlls
/sti
/tests sti_test
19098 wine_fn_config_dll storage.dll16 enable_win16
19099 wine_fn_config_dll stress.dll16 enable_win16
19100 wine_fn_config_lib strmbase
19101 wine_fn_config_lib strmiids
19102 wine_fn_config_dll svrapi enable_svrapi
19103 wine_fn_config_dll sxs enable_sxs implib
19104 wine_fn_config_test dlls
/sxs
/tests sxs_test
19105 wine_fn_config_dll system.drv16 enable_win16
19106 wine_fn_config_dll t2embed enable_t2embed implib
19107 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
19108 wine_fn_config_dll tapi32 enable_tapi32 implib
19109 wine_fn_config_dll taskschd enable_taskschd clean
19110 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
19111 wine_fn_config_dll tdh enable_tdh
19112 wine_fn_config_dll tdi.sys enable_tdi_sys
19113 wine_fn_config_dll toolhelp.dll16 enable_win16
19114 wine_fn_config_dll traffic enable_traffic
19115 wine_fn_config_dll twain.dll16 enable_win16
19116 wine_fn_config_dll twain_32 enable_twain_32 clean
19117 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
19118 wine_fn_config_dll typelib.dll16 enable_win16
19119 wine_fn_config_dll ucrtbase enable_ucrtbase implib
19120 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
19121 wine_fn_config_dll uiautomationcore enable_uiautomationcore
19122 wine_fn_config_dll uiribbon enable_uiribbon clean
19123 wine_fn_config_dll unicows enable_unicows implib
19124 wine_fn_config_dll updspapi enable_updspapi
19125 wine_fn_config_dll url enable_url implib
19126 wine_fn_config_dll urlmon enable_urlmon clean
,implib
19127 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
19128 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
19129 wine_fn_config_dll user.exe16 enable_win16
19130 wine_fn_config_dll user32 enable_user32 clean
,implib
19131 wine_fn_config_test dlls
/user32
/tests user32_test
19132 wine_fn_config_dll userenv enable_userenv implib
19133 wine_fn_config_test dlls
/userenv
/tests userenv_test
19134 wine_fn_config_dll usp10 enable_usp10 implib
19135 wine_fn_config_test dlls
/usp10
/tests usp10_test
19136 wine_fn_config_lib uuid
19137 wine_fn_config_dll uxtheme enable_uxtheme implib
19138 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
19139 wine_fn_config_dll vbscript enable_vbscript clean
19140 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
19141 wine_fn_config_dll vcomp enable_vcomp
19142 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
19143 wine_fn_config_dll vcomp100 enable_vcomp100
19144 wine_fn_config_dll vcomp110 enable_vcomp110
19145 wine_fn_config_dll vcomp120 enable_vcomp120
19146 wine_fn_config_dll vcomp140 enable_vcomp140
19147 wine_fn_config_dll vcomp90 enable_vcomp90
19148 wine_fn_config_dll vcruntime140 enable_vcruntime140
19149 wine_fn_config_dll vdhcp.vxd enable_win16
19150 wine_fn_config_dll vdmdbg enable_vdmdbg implib
19151 wine_fn_config_dll ver.dll16 enable_win16
19152 wine_fn_config_dll version enable_version implib
19153 wine_fn_config_test dlls
/version
/tests version_test
19154 wine_fn_config_dll virtdisk enable_virtdisk
19155 wine_fn_config_dll vmm.vxd enable_win16
19156 wine_fn_config_dll vnbt.vxd enable_win16
19157 wine_fn_config_dll vnetbios.vxd enable_win16
19158 wine_fn_config_dll vssapi enable_vssapi
19159 wine_fn_config_dll vtdapi.vxd enable_win16
19160 wine_fn_config_dll vwin32.vxd enable_win16
19161 wine_fn_config_dll w32skrnl enable_win16
19162 wine_fn_config_dll w32sys.dll16 enable_win16
19163 wine_fn_config_dll wbemdisp enable_wbemdisp clean
19164 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
19165 wine_fn_config_dll wbemprox enable_wbemprox clean
19166 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
19167 wine_fn_config_dll wdscore enable_wdscore
19168 wine_fn_config_dll webservices enable_webservices implib
19169 wine_fn_config_test dlls
/webservices
/tests webservices_test
19170 wine_fn_config_dll wer enable_wer implib
19171 wine_fn_config_test dlls
/wer
/tests wer_test
19172 wine_fn_config_dll wevtapi enable_wevtapi
19173 wine_fn_config_dll wiaservc enable_wiaservc clean
19174 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
19175 wine_fn_config_dll wimgapi enable_wimgapi
19176 wine_fn_config_dll win32s16.dll16 enable_win16
19177 wine_fn_config_dll win87em.dll16 enable_win16
19178 wine_fn_config_dll winaspi.dll16 enable_win16
19179 wine_fn_config_dll windebug.dll16 enable_win16
19180 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
19181 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
19182 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
19183 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
19184 wine_fn_config_dll winealsa.drv enable_winealsa_drv
19185 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv clean
19186 wine_fn_config_dll winebus.sys enable_winebus_sys
19187 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
19188 wine_fn_config_lib winecrt0
19189 wine_fn_config_dll wined3d enable_wined3d implib
19190 wine_fn_config_dll winegstreamer enable_winegstreamer
19191 wine_fn_config_dll winehid.sys enable_winehid_sys
19192 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
19193 wine_fn_config_dll winemac.drv enable_winemac_drv clean
19194 wine_fn_config_dll winemapi enable_winemapi
19195 wine_fn_config_dll wineoss.drv enable_wineoss_drv
19196 wine_fn_config_dll wineps.drv enable_wineps_drv clean
19197 wine_fn_config_dll wineps16.drv16 enable_win16
19198 wine_fn_config_dll winepulse.drv enable_winepulse_drv
19199 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
19200 wine_fn_config_dll winex11.drv enable_winex11_drv
19201 wine_fn_config_dll wing.dll16 enable_win16
19202 wine_fn_config_dll wing32 enable_wing32
19203 wine_fn_config_dll winhttp enable_winhttp clean
,implib
19204 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
19205 wine_fn_config_dll wininet enable_wininet clean
,implib
19206 wine_fn_config_test dlls
/wininet
/tests wininet_test
19207 wine_fn_config_dll winmm enable_winmm clean
,implib
19208 wine_fn_config_test dlls
/winmm
/tests winmm_test
19209 wine_fn_config_dll winnls.dll16 enable_win16
19210 wine_fn_config_dll winnls32 enable_winnls32 implib
19211 wine_fn_config_dll winscard enable_winscard implib
19212 wine_fn_config_dll winsock.dll16 enable_win16
19213 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
19214 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
19215 wine_fn_config_dll winsta enable_winsta
19216 wine_fn_config_dll wintab.dll16 enable_win16
19217 wine_fn_config_dll wintab32 enable_wintab32 implib
19218 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
19219 wine_fn_config_dll wintrust enable_wintrust implib
19220 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
19221 wine_fn_config_dll winusb enable_winusb
19222 wine_fn_config_dll wlanapi enable_wlanapi implib
19223 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
19224 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
19225 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
19226 wine_fn_config_dll wmasf enable_wmasf
19227 wine_fn_config_dll wmi enable_wmi
19228 wine_fn_config_dll wmiutils enable_wmiutils clean
19229 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
19230 wine_fn_config_dll wmp enable_wmp clean
19231 wine_fn_config_test dlls
/wmp
/tests wmp_test
19232 wine_fn_config_dll wmphoto enable_wmphoto clean
19233 wine_fn_config_dll wmvcore enable_wmvcore implib
19234 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
19235 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
19236 wine_fn_config_dll wow32 enable_win16 implib
19237 wine_fn_config_dll wpc enable_wpc clean
19238 wine_fn_config_test dlls
/wpc
/tests wpc_test
19239 wine_fn_config_dll wpcap enable_wpcap
19240 wine_fn_config_dll ws2_32 enable_ws2_32 implib
19241 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
19242 wine_fn_config_dll wsdapi enable_wsdapi implib
19243 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
19244 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
19245 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
19246 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
19247 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
19248 wine_fn_config_dll wsock32 enable_wsock32 implib
19249 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
19250 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
19251 wine_fn_config_dll wuapi enable_wuapi clean
19252 wine_fn_config_dll wuaueng enable_wuaueng
19253 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
19254 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
19255 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
19256 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
19257 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
19258 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
19259 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
19260 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
19261 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
19262 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
19263 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
19264 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
19265 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
19266 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
19267 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
19268 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
19269 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
19270 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
19271 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
19272 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
19273 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
19274 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
19275 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
19276 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
19277 wine_fn_config_dll xinput1_1 enable_xinput1_1
19278 wine_fn_config_dll xinput1_2 enable_xinput1_2
19279 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
19280 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
19281 wine_fn_config_dll xinput1_4 enable_xinput1_4
19282 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
19283 wine_fn_config_dll xmllite enable_xmllite implib
19284 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
19285 wine_fn_config_dll xolehlp enable_xolehlp
19286 wine_fn_config_dll xpsprint enable_xpsprint
19287 wine_fn_config_dll xpssvcs enable_xpssvcs
19288 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
19289 wine_fn_config_makefile include enable_include clean
,install-dev
19290 wine_fn_config_makefile libs
/port enable_libs_port
19291 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
19292 wine_fn_config_makefile libs
/wpp enable_libs_wpp
19293 wine_fn_config_makefile loader enable_loader clean
,install-lib
19294 wine_fn_config_makefile po enable_po clean
19295 wine_fn_config_program arp enable_arp
install
19296 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
19297 wine_fn_config_program attrib enable_attrib clean
,install
19298 wine_fn_config_program cabarc enable_cabarc
install
19299 wine_fn_config_program cacls enable_cacls
install
19300 wine_fn_config_program
clock enable_clock clean
,install
19301 wine_fn_config_program cmd enable_cmd clean
,install
19302 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
19303 wine_fn_config_program conhost enable_conhost
install
19304 wine_fn_config_program control enable_control
install
19305 wine_fn_config_program cscript enable_cscript clean
,install
19306 wine_fn_config_program dpnsvr enable_dpnsvr
install
19307 wine_fn_config_program dxdiag enable_dxdiag clean
,install
19308 wine_fn_config_program eject enable_eject
install
19309 wine_fn_config_program
expand enable_expand
install
19310 wine_fn_config_program explorer enable_explorer clean
,install
19311 wine_fn_config_program extrac32 enable_extrac32
install
19312 wine_fn_config_program findstr enable_findstr
install
19313 wine_fn_config_program fsutil enable_fsutil
install
19314 wine_fn_config_program hh enable_hh
install
19315 wine_fn_config_program hostname enable_hostname clean
,install
19316 wine_fn_config_program icacls enable_icacls
install
19317 wine_fn_config_program icinfo enable_icinfo
install
19318 wine_fn_config_program iexplore enable_iexplore
install
19319 wine_fn_config_program ipconfig enable_ipconfig clean
,install
19320 wine_fn_config_program lodctr enable_lodctr
install
19321 wine_fn_config_program mofcomp enable_mofcomp
install
19322 wine_fn_config_program mshta enable_mshta
install
19323 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
19324 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
19325 wine_fn_config_program net enable_net clean
,install
19326 wine_fn_config_program netsh enable_netsh
install
19327 wine_fn_config_program netstat enable_netstat clean
,install
19328 wine_fn_config_program ngen enable_ngen
install
19329 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
19330 wine_fn_config_program oleview enable_oleview clean
,install
19331 wine_fn_config_program
ping enable_ping
install
19332 wine_fn_config_program plugplay enable_plugplay
install
19333 wine_fn_config_program powershell enable_powershell
install
19334 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
19335 wine_fn_config_program progman enable_progman clean
,install
19336 wine_fn_config_program reg enable_reg clean
,install
19337 wine_fn_config_test programs
/reg
/tests reg.exe_test
19338 wine_fn_config_program regasm enable_regasm
install
19339 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
19340 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
19341 wine_fn_config_program regsvcs enable_regsvcs
install
19342 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
19343 wine_fn_config_program rpcss enable_rpcss clean
,install
19344 wine_fn_config_program rundll.exe16 enable_win16
install
19345 wine_fn_config_program rundll32 enable_rundll32
install
19346 wine_fn_config_program sc enable_sc
install
19347 wine_fn_config_program schtasks enable_schtasks
install
19348 wine_fn_config_test programs
/schtasks
/tests schtasks.exe_test
19349 wine_fn_config_program sdbinst enable_sdbinst
install
19350 wine_fn_config_program secedit enable_secedit
install
19351 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
19352 wine_fn_config_program services enable_services clean
,install
19353 wine_fn_config_test programs
/services
/tests services.exe_test
19354 wine_fn_config_program shutdown enable_shutdown
install
19355 wine_fn_config_program spoolsv enable_spoolsv
install
19356 wine_fn_config_program start enable_start clean
,install
19357 wine_fn_config_program subst enable_subst
install
19358 wine_fn_config_program svchost enable_svchost
install
19359 wine_fn_config_program systeminfo enable_systeminfo
install
19360 wine_fn_config_program taskkill enable_taskkill clean
,install
19361 wine_fn_config_program tasklist enable_tasklist
install
19362 wine_fn_config_program taskmgr enable_taskmgr clean
,install
19363 wine_fn_config_program termsv enable_termsv
install
19364 wine_fn_config_program uninstaller enable_uninstaller clean
,install
19365 wine_fn_config_program unlodctr enable_unlodctr
install
19366 wine_fn_config_program view enable_view clean
,install
19367 wine_fn_config_program wevtutil enable_wevtutil
install
19368 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
19369 wine_fn_config_program winebrowser enable_winebrowser
install
19370 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
19371 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
19372 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
19373 wine_fn_config_program winedevice enable_winedevice
install
19374 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
19375 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
19376 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
19377 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
19378 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
19379 wine_fn_config_program winetest enable_winetest clean
19380 wine_fn_config_program winevdm enable_win16
install
19381 wine_fn_config_program winhelp.exe16 enable_win16
install
19382 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
19383 wine_fn_config_program winoldap.mod16 enable_win16
install
19384 wine_fn_config_program winver enable_winver
install
19385 wine_fn_config_program wmic enable_wmic clean
,install
19386 wine_fn_config_program wmplayer enable_wmplayer
install
19387 wine_fn_config_program wordpad enable_wordpad clean
,install
19388 wine_fn_config_program
write enable_write clean
,install
19389 wine_fn_config_program wscript enable_wscript clean
,install
19390 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
19391 wine_fn_config_program wusa enable_wusa
install
19392 wine_fn_config_program xcopy enable_xcopy clean
,install
19393 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
19394 wine_fn_config_makefile server enable_server clean
,install-lib
19395 wine_fn_config_tool tools clean
19396 wine_fn_config_tool tools
/sfnt2fon clean
19397 wine_fn_config_tool tools
/widl clean
,install-dev
19398 wine_fn_config_tool tools
/winebuild clean
,install-dev
19399 wine_fn_config_tool tools
/winedump clean
,install-dev
19400 wine_fn_config_tool tools
/winegcc clean
,install-dev
19401 wine_fn_config_tool tools
/winemaker clean
,install-dev
19402 wine_fn_config_tool tools
/wmc clean
,install-dev
19403 wine_fn_config_tool tools
/wrc clean
,install-dev
19406 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19407 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19408 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19409 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19410 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19411 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19412 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19413 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19415 if test "x$enable_tools" != xno
19417 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19418 ac_config_commands
="$ac_config_commands tools/makedep"
19422 ac_config_commands
="$ac_config_commands Makefile"
19425 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19429 if test "x$enable_maintainer_mode" = xyes
19431 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19432 autoconf --warnings=all
19433 include/config.h.in: include/stamp-h.in
19434 include/stamp-h.in: configure.ac aclocal.m4
19435 autoheader --warnings=all
19436 @echo timestamp > \$@"
19439 if test "x$enable_tools" != xno
19441 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19442 @./config.status tools/makedep
19443 Makefile: tools/makedep$ac_exeext"
19445 wine_fn_append_rule
"\$(MAKEDEP):
19446 @echo \"You need to run make in $TOOLSDIR first\" && false"
19449 if test -n "$with_wine64"
19451 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19453 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19454 $with_wine64/loader/wine:
19455 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19456 $with_wine64/loader/wine-preloader:
19457 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19459 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19461 WINELOADER_INSTALL
="wine.inf"
19463 wine_fn_append_rule
"install install-lib::
19464 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19465 .PHONY: l_intl.nls/uninstall
19466 l_intl.nls/uninstall::
19467 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19468 __uninstall__: l_intl.nls/uninstall"
19470 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19471 *) wine_fn_append_rule
"install install-lib::
19472 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
19474 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
19478 $as_echo " done" >&6
19479 cat >confcache
<<\_ACEOF
19480 # This file is a shell script that caches the results of configure
19481 # tests run on this system so they can be shared between configure
19482 # scripts and configure runs, see configure's option --config-cache.
19483 # It is not useful on other systems. If it contains results you don't
19484 # want to keep, you may remove or edit it.
19486 # config.status only pays attention to the cache file if you give it
19487 # the --recheck option to rerun configure.
19489 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19490 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19491 # following values.
19495 # The following way of writing the cache mishandles newlines in values,
19496 # but we know of no workaround that is simple, portable, and efficient.
19497 # So, we kill variables containing newlines.
19498 # Ultrix sh set writes to stderr and can't be redirected directly,
19499 # and sets the high bit in the cache file unless we assign to the vars.
19501 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19502 eval ac_val
=\$
$ac_var
19506 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19507 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19510 _ | IFS | as_nl
) ;; #(
19511 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19512 *) { eval $ac_var=; unset $ac_var;} ;;
19518 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19519 *${as_nl}ac_space
=\
*)
19520 # `set' does not quote correctly, so add quotes: double-quote
19521 # substitution turns \\\\ into \\, and sed turns \\ into \.
19524 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19527 # `set' quotes correctly as required by POSIX, so do not add quotes.
19528 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19537 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19539 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19541 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19542 if test -w "$cache_file"; then
19543 if test "x$cache_file" != "x/dev/null"; then
19544 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19545 $as_echo "$as_me: updating cache $cache_file" >&6;}
19546 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19547 cat confcache
>"$cache_file"
19549 case $cache_file in #(
19551 mv -f confcache
"$cache_file"$$
&&
19552 mv -f "$cache_file"$$
"$cache_file" ;; #(
19554 mv -f confcache
"$cache_file" ;;
19559 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19560 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19565 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19566 # Let make expand exec_prefix.
19567 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19569 DEFS
=-DHAVE_CONFIG_H
19574 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19575 # 1. Remove the extension, and $U if already installed.
19576 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19577 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19578 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19579 # will be set to the directory where LIBOBJS objects are built.
19580 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19581 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19583 LIBOBJS
=$ac_libobjs
19585 LTLIBOBJS
=$ac_ltlibobjs
19589 : "${CONFIG_STATUS=./config.status}"
19591 ac_clean_files_save
=$ac_clean_files
19592 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19593 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19594 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19596 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19598 # Generated by $as_me.
19599 # Run this file to recreate the current configuration.
19600 # Compiler output produced by configure, useful for debugging
19601 # configure, is in config.log if it exists.
19604 ac_cs_recheck=false
19607 SHELL=\${CONFIG_SHELL-$SHELL}
19610 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19611 ## -------------------- ##
19612 ## M4sh Initialization. ##
19613 ## -------------------- ##
19615 # Be more Bourne compatible
19616 DUALCASE
=1; export DUALCASE
# for MKS sh
19617 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19620 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19621 # is contrary to our usage. Disable this feature.
19622 alias -g '${1+"$@"}'='"$@"'
19623 setopt NO_GLOB_SUBST
19625 case `(set -o) 2>/dev/null` in #(
19637 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19638 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19639 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19640 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19641 # Prefer a ksh shell builtin over an external printf program on Solaris,
19642 # but without wasting forks for bash or zsh.
19643 if test -z "$BASH_VERSION$ZSH_VERSION" \
19644 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19645 as_echo='print
-r --'
19646 as_echo_n='print
-rn --'
19647 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19648 as_echo='printf %s
\n'
19649 as_echo_n='printf %s
'
19651 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19652 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19653 as_echo_n='/usr
/ucb
/echo -n'
19655 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19656 as_echo_n_body='eval
19660 expr "X$arg" : "X\\(.*\\)$as_nl";
19661 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19663 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19665 export as_echo_n_body
19666 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19668 export as_echo_body
19669 as_echo='sh
-c $as_echo_body as_echo
'
19672 # The user is always right.
19673 if test "${PATH_SEPARATOR+set}" != set; then
19675 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19676 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19683 # We need space, tab and new line, in precisely that order. Quoting is
19684 # there to prevent editors from complaining about space-tab.
19685 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19686 # splitting by setting IFS to empty value.)
19689 # Find who we are. Look in the path if we contain no directory separator.
19692 *[\\/]* ) as_myself=$0 ;;
19693 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19694 for as_dir in $PATH
19697 test -z "$as_dir" && as_dir=.
19698 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19704 # We did not find ourselves, most probably we were run as `sh COMMAND'
19705 # in which case we are not to be found in the path.
19706 if test "x$as_myself" = x
; then
19709 if test ! -f "$as_myself"; then
19710 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19714 # Unset variables that we do not need and which cause bugs (e.g. in
19715 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19716 # suppresses any "Segmentation fault" message there. '((' could
19717 # trigger a bug in pdksh 5.2.14.
19718 for as_var
in BASH_ENV ENV MAIL MAILPATH
19719 do eval test x\
${$as_var+set} = xset \
19720 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19733 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19736 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19737 # ----------------------------------------
19738 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19739 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19740 # script with STATUS, using 1 if that was 0.
19743 as_status
=$1; test $as_status -eq 0 && as_status
=1
19745 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19746 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19748 $as_echo "$as_me: error: $2" >&2
19749 as_fn_exit
$as_status
19753 # as_fn_set_status STATUS
19754 # -----------------------
19755 # Set $? to STATUS, without forking.
19756 as_fn_set_status
()
19759 } # as_fn_set_status
19761 # as_fn_exit STATUS
19762 # -----------------
19763 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19767 as_fn_set_status
$1
19773 # Portably unset VAR.
19776 { eval $1=; unset $1;}
19778 as_unset
=as_fn_unset
19779 # as_fn_append VAR VALUE
19780 # ----------------------
19781 # Append the text in VALUE to the end of the definition contained in VAR. Take
19782 # advantage of any shell optimizations that allow amortized linear growth over
19783 # repeated appends, instead of the typical quadratic growth present in naive
19785 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19786 eval 'as_fn_append ()
19797 # as_fn_arith ARG...
19798 # ------------------
19799 # Perform arithmetic evaluation on the ARGs, and store the result in the
19800 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19801 # must be portable across $(()) and expr.
19802 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19803 eval 'as_fn_arith ()
19810 as_val
=`expr "$@" || test $? -eq 1`
19815 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19816 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19822 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19823 as_basename
=basename
19828 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19834 as_me
=`$as_basename -- "$0" ||
19835 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19836 X"$0" : 'X\(//\)$' \| \
19837 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19839 sed '/^.*\/\([^/][^/]*\)\/*$/{
19853 # Avoid depending upon Character Ranges.
19854 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19855 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19856 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19857 as_cr_digits
='0123456789'
19858 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19860 ECHO_C
= ECHO_N
= ECHO_T
=
19861 case `echo -n x` in #(((((
19863 case `echo 'xy\c'` in
19864 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19866 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19873 rm -f conf$$ conf$$.exe conf$$.
file
19874 if test -d conf$$.dir
; then
19875 rm -f conf$$.dir
/conf$$.
file
19878 mkdir conf$$.dir
2>/dev
/null
19880 if (echo >conf$$.
file) 2>/dev
/null
; then
19881 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19883 # ... but there are two gotchas:
19884 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19885 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19886 # In both cases, we have to default to `cp -pR'.
19887 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19889 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19897 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19898 rmdir conf$$.dir
2>/dev
/null
19903 # Create "$as_dir" as a directory, including parents if necessary.
19908 -*) as_dir
=.
/$as_dir;;
19910 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19914 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19915 *) as_qdir
=$as_dir;;
19917 as_dirs
="'$as_qdir' $as_dirs"
19918 as_dir
=`$as_dirname -- "$as_dir" ||
19919 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19920 X"$as_dir" : 'X\(//\)[^/]' \| \
19921 X"$as_dir" : 'X\(//\)$' \| \
19922 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19923 $as_echo X"$as_dir" |
19924 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19928 /^X\(\/\/\)[^/].*/{
19941 test -d "$as_dir" && break
19943 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19944 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19948 if mkdir
-p .
2>/dev
/null
; then
19949 as_mkdir_p
='mkdir -p "$as_dir"'
19951 test -d .
/-p && rmdir .
/-p
19956 # as_fn_executable_p FILE
19957 # -----------------------
19958 # Test if FILE is an executable regular file.
19959 as_fn_executable_p
()
19961 test -f "$1" && test -x "$1"
19962 } # as_fn_executable_p
19963 as_test_x
='test -x'
19964 as_executable_p
=as_fn_executable_p
19966 # Sed expression to map a string onto a valid CPP name.
19967 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19969 # Sed expression to map a string onto a valid variable name.
19970 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19974 ## ----------------------------------- ##
19975 ## Main body of $CONFIG_STATUS script. ##
19976 ## ----------------------------------- ##
19978 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19980 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19981 # Save the log message, to keep $0 and so on meaningful, and to
19982 # report actual input values of CONFIG_FILES etc. instead of their
19983 # values after options handling.
19985 This file was extended by Wine $as_me 3.1, which was
19986 generated by GNU Autoconf 2.69. Invocation command line was
19988 CONFIG_FILES = $CONFIG_FILES
19989 CONFIG_HEADERS = $CONFIG_HEADERS
19990 CONFIG_LINKS = $CONFIG_LINKS
19991 CONFIG_COMMANDS = $CONFIG_COMMANDS
19994 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19999 case $ac_config_files in *"
20000 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
20003 case $ac_config_headers in *"
20004 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
20008 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20009 # Files that config.status was made for.
20010 config_files="$ac_config_files"
20011 config_headers="$ac_config_headers"
20012 config_links="$ac_config_links"
20013 config_commands="$ac_config_commands"
20017 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20019 \`$as_me' instantiates files and other configuration actions
20020 from templates according to the current configuration. Unless the files
20021 and actions are specified as TAGs, all are instantiated by default.
20023 Usage: $0 [OPTION]... [TAG]...
20025 -h, --help print this help, then exit
20026 -V, --version print version number and configuration settings, then exit
20027 --config print configuration, then exit
20028 -q, --quiet, --silent
20029 do not print progress messages
20030 -d, --debug don't remove temporary files
20031 --recheck update $as_me by reconfiguring in the same conditions
20032 --file=FILE[:TEMPLATE]
20033 instantiate the configuration file FILE
20034 --header=FILE[:TEMPLATE]
20035 instantiate the configuration header FILE
20037 Configuration files:
20040 Configuration headers:
20043 Configuration links:
20046 Configuration commands:
20049 Report bugs to <wine-devel@winehq.org>.
20050 Wine home page: <https://www.winehq.org>."
20053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20054 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20056 Wine config.status 3.1
20057 configured by $0, generated by GNU Autoconf 2.69,
20058 with options \\"\$ac_cs_config\\"
20060 Copyright (C) 2012 Free Software Foundation, Inc.
20061 This config.status script is free software; the Free Software Foundation
20062 gives unlimited permission to copy, distribute and modify it."
20066 test -n "\$AWK" || AWK=awk
20069 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20070 # The default lists apply if the user does not specify any file.
20076 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20077 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
20081 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20093 # Handling of the options.
20094 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
20096 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
20097 $as_echo "$ac_cs_version"; exit ;;
20098 --config |
--confi |
--conf |
--con |
--co |
--c )
20099 $as_echo "$ac_cs_config"; exit ;;
20100 --debug |
--debu |
--deb |
--de |
--d |
-d )
20102 --file |
--fil |
--fi |
--f )
20105 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20106 '') as_fn_error $?
"missing file argument" ;;
20108 as_fn_append CONFIG_FILES
" '$ac_optarg'"
20109 ac_need_defaults
=false
;;
20110 --header |
--heade |
--head |
--hea )
20113 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20115 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
20116 ac_need_defaults
=false
;;
20118 # Conflict between --help and --header
20119 as_fn_error $?
"ambiguous option: \`$1'
20120 Try \`$0 --help' for more information.";;
20121 --help |
--hel |
-h )
20122 $as_echo "$ac_cs_usage"; exit ;;
20123 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
20124 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
20127 # This is an error.
20128 -*) as_fn_error $?
"unrecognized option: \`$1'
20129 Try \`$0 --help' for more information." ;;
20131 *) as_fn_append ac_config_targets
" $1"
20132 ac_need_defaults
=false
;;
20138 ac_configure_extra_args
=
20140 if $ac_cs_silent; then
20142 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20147 if \$ac_cs_recheck; then
20148 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20150 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20151 CONFIG_SHELL='$SHELL'
20152 export CONFIG_SHELL
20157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20161 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20162 ## Running $as_me. ##
20168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20172 wine_fn_output_makedep ()
20174 as_dir=tools; as_fn_mkdir_p
20175 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20177 wine_fn_output_makefile ()
20179 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
20180 `cat $wine_rules_file`
20182 as_fn_error $? "could not create Makefile" "$LINENO" 5
20187 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20189 # Handling of arguments.
20190 for ac_config_target
in $ac_config_targets
20192 case $ac_config_target in
20193 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20194 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20195 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20196 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20197 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20198 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20199 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20200 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20201 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20202 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20203 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20204 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20205 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20207 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20212 # If the user did not use the arguments to specify the items to instantiate,
20213 # then the envvar interface is used. Set only those that are not.
20214 # We use the long form for the default assignment because of an extremely
20215 # bizarre bug on SunOS 4.1.3.
20216 if $ac_need_defaults; then
20217 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20218 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20219 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20220 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20223 # Have a temporary directory for convenience. Make it in the build tree
20224 # simply because there is no reason against having it here, and in addition,
20225 # creating and moving files from /tmp can sometimes cause problems.
20226 # Hook for its removal unless debugging.
20227 # Note that there is a small window in which the directory will not be cleaned:
20228 # after its creation but before its name has been assigned to `$tmp'.
20232 trap 'exit_status=$?
20233 : "${ac_tmp:=$tmp}"
20234 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20236 trap 'as_fn_exit 1' 1 2 13 15
20238 # Create a (secure) tmp directory for tmp files.
20241 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20245 tmp
=.
/conf$$
-$RANDOM
20246 (umask 077 && mkdir
"$tmp")
20247 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20250 # Set up the scripts for CONFIG_FILES section.
20251 # No need to generate them if there are no CONFIG_FILES.
20252 # This happens for instance with `./config.status config.h'.
20253 if test -n "$CONFIG_FILES"; then
20256 ac_cr
=`echo X | tr X '\015'`
20257 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20258 # But we know of no other shell where ac_cr would be empty at this
20259 # point, so we can use a bashism as a fallback.
20260 if test "x$ac_cr" = x
; then
20261 eval ac_cr
=\$
\'\\r
\'
20263 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20264 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20267 ac_cs_awk_cr
=$ac_cr
20270 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20275 echo "cat >conf$$subs.awk <<_ACEOF" &&
20276 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20278 } >conf$$subs.sh ||
20279 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20280 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20282 for ac_last_try in false false false false false :; do
20283 . ./conf$$subs.sh ||
20284 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20286 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20287 if test $ac_delim_n = $ac_delim_num; then
20289 elif $ac_last_try; then
20290 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20292 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20295 rm -f conf$$subs.sh
20297 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20298 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20302 s/^/S["/; s
/!.
*/"]=/
20312 s/\(.\{148\}\)..*/\1/
20314 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20319 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20326 s/\(.\{148\}\)..*/\1/
20328 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20332 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20337 ' <conf$$subs.awk | sed '
20342 ' >>$CONFIG_STATUS || ac_write_fail=1
20343 rm -f conf$$subs.awk
20344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20346 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20347 for (key in S) S_is_set[key] = 1
20353 nfields = split(line, field, "@
")
20355 len = length(field[1])
20356 for (i = 2; i < nfields; i++) {
20358 keylen = length(key)
20359 if (S_is_set[key]) {
20361 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20362 len += length(value) + length(field[++i])
20373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20374 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20375 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20378 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20379 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20382 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20383 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20384 # trailing colons and then remove the whole line if VPATH becomes empty
20385 # (actually we leave an empty line to preserve line numbers).
20386 if test "x
$srcdir" = x.; then
20387 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20405 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20406 fi # test -n "$CONFIG_FILES"
20408 # Set up the scripts for CONFIG_HEADERS section.
20409 # No need to generate them if there are no CONFIG_HEADERS.
20410 # This happens for instance with `./config.status Makefile'.
20411 if test -n "$CONFIG_HEADERS"; then
20412 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20416 # Transform confdefs.h into an awk script `defines.awk', embedded as
20417 # here-document in config.status, that substitutes the proper values into
20418 # config.h.in to produce config.h.
20420 # Create a delimiter string that does not exist in confdefs.h, to ease
20421 # handling of long lines.
20423 for ac_last_try in false false :; do
20424 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20425 if test -z "$ac_tt"; then
20427 elif $ac_last_try; then
20428 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20430 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20434 # For the awk script, D is an array of macro values keyed by name,
20435 # likewise P contains macro parameters if any. Preserve backslash
20436 # newline sequences.
20438 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20440 s/.\{148\}/&'"$ac_delim"'/g
20443 s/^[ ]*#[ ]*define[ ][ ]*/ /
20450 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20452 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20456 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20457 D["\
1"]=" \
3\\\\\\n
"\\/p
20459 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20464 s/.\{148\}/&'"$ac_delim"'/g
20469 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20472 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20474 ' <confdefs.h | sed '
20475 s/'"$ac_delim"'/"\\\
20476 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20479 for (key in D) D_is_set[key] = 1
20482 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20484 split(line, arg, " ")
20485 if (arg[1] == "#") {
20489 defundef
= substr
(arg
[1], 2)
20492 split(mac1
, mac2
, "(") #)
20494 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20495 if (D_is_set
[macro
]) {
20496 # Preserve the white space surrounding the "#".
20497 print prefix
"define", macro P
[macro
] D
[macro
]
20500 # Replace #undef with comments. This is necessary, for example,
20501 # in the case of _POSIX_SOURCE, which is predefined and required
20502 # on some systems where configure will not decide to define it.
20503 if (defundef
== "undef") {
20504 print
"/*", prefix defundef
, macro
, "*/"
20512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20513 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20514 fi # test -n "$CONFIG_HEADERS"
20517 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20522 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20524 case $ac_mode$ac_tag in
20526 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20527 :[FH
]-) ac_tag
=-:-;;
20528 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20545 -) ac_f
="$ac_tmp/stdin";;
20546 *) # Look for the file first in the build tree, then in the source tree
20547 # (if the path is not absolute). The absolute path cannot be DOS-style,
20548 # because $ac_f cannot contain `:'.
20552 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20554 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20556 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20557 as_fn_append ac_file_inputs
" '$ac_f'"
20560 # Let's still pretend it is `configure' which instantiates (i.e., don't
20561 # use $as_me), people would be surprised to read:
20562 # /* config.h. Generated by config.status. */
20563 configure_input
='Generated from '`
20564 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20566 if test x
"$ac_file" != x-
; then
20567 configure_input
="$ac_file. $configure_input"
20568 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20569 $as_echo "$as_me: creating $ac_file" >&6;}
20571 # Neutralize special characters interpreted by sed in replacement strings.
20572 case $configure_input in #(
20573 *\
&* |
*\|
* |
*\\* )
20574 ac_sed_conf_input
=`$as_echo "$configure_input" |
20575 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20576 *) ac_sed_conf_input
=$configure_input;;
20580 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20581 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20586 ac_dir
=`$as_dirname -- "$ac_file" ||
20587 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20588 X"$ac_file" : 'X\(//\)[^/]' \| \
20589 X"$ac_file" : 'X\(//\)$' \| \
20590 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20591 $as_echo X"$ac_file" |
20592 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20596 /^X\(\/\/\)[^/].*/{
20609 as_dir
="$ac_dir"; as_fn_mkdir_p
20613 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20615 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20616 # A ".." for each directory in $ac_dir_suffix.
20617 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20618 case $ac_top_builddir_sub in
20619 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20620 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20623 ac_abs_top_builddir
=$ac_pwd
20624 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20625 # for backward compatibility:
20626 ac_top_builddir
=$ac_top_build_prefix
20629 .
) # We are building in place.
20631 ac_top_srcdir
=$ac_top_builddir_sub
20632 ac_abs_top_srcdir
=$ac_pwd ;;
20633 [\\/]* | ?
:[\\/]* ) # Absolute name.
20634 ac_srcdir
=$srcdir$ac_dir_suffix;
20635 ac_top_srcdir
=$srcdir
20636 ac_abs_top_srcdir
=$srcdir ;;
20637 *) # Relative name.
20638 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20639 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20640 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20642 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20653 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20654 # If the template does not know about datarootdir, expand it.
20655 # FIXME: This hack should be removed a few years after 2.60.
20656 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20667 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20668 *datarootdir
*) ac_datarootdir_seen
=yes;;
20669 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20671 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20674 ac_datarootdir_hack='
20675 s&@datadir@&$datadir&g
20676 s&@docdir@&$docdir&g
20677 s&@infodir@&$infodir&g
20678 s&@localedir@&$localedir&g
20679 s&@mandir@&$mandir&g
20680 s&\\\${datarootdir}&$datarootdir&g' ;;
20684 # Neutralize VPATH when `$srcdir' = `.'.
20685 # Shell code in configure.ac might set extrasub.
20686 # FIXME: do we really want to maintain this feature?
20687 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20688 ac_sed_extra="$ac_vpsub
20691 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20693 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20694 s|@configure_input@|
$ac_sed_conf_input|
;t t
20695 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20696 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20697 s
&@srcdir@
&$ac_srcdir&;t t
20698 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20699 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20700 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20701 s
&@builddir@
&$ac_builddir&;t t
20702 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20703 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20704 $ac_datarootdir_hack
20706 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20707 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20709 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20710 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20711 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20712 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20714 which seems to be undefined. Please make sure it is defined" >&5
20715 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20716 which seems to be undefined. Please make sure it is defined" >&2;}
20718 rm -f "$ac_tmp/stdin"
20720 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20721 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20723 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20729 if test x"$ac_file" != x-; then
20731 $as_echo "/* $configure_input */" \
20732 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20733 } >"$ac_tmp/config.h" \
20734 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20735 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20736 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20737 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20740 mv "$ac_tmp/config.h" "$ac_file" \
20741 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20744 $as_echo "/* $configure_input */" \
20745 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20746 || as_fn_error $? "could not create -" "$LINENO" 5
20754 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20757 # Prefer the file from the source tree if names are identical.
20758 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20759 ac_source=$srcdir/$ac_source
20762 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20763 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20765 if test ! -r "$ac_source"; then
20766 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20770 # Try a relative symlink, then a hard link, then a copy.
20772 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20773 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20775 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20776 ln "$ac_source" "$ac_file" 2>/dev/null ||
20777 cp -p "$ac_source" "$ac_file" ||
20778 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20781 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20782 $as_echo "$as_me: executing $ac_file commands" >&6;}
20787 case $ac_file$ac_mode in
20788 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20789 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20790 "Makefile":C) wine_fn_output_makefile Makefile ;;
20798 ac_clean_files=$ac_clean_files_save
20800 test $ac_write_fail = 0 ||
20801 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20804 # configure is writing to config.log, and then calls config.status.
20805 # config.status does its own redirection, appending to config.log.
20806 # Unfortunately, on DOS this fails, as config.log is still kept open
20807 # by configure, so config.status won't be able to
write to it
; its
20808 # output is simply discarded. So we exec the FD to /dev/null,
20809 # effectively closing config.log, so it can be properly (re)opened and
20810 # appended to by config.status. When coming back to configure, we
20811 # need to make the FD available again.
20812 if test "$no_create" != yes; then
20814 ac_config_status_args
=
20815 test "$silent" = yes &&
20816 ac_config_status_args
="$ac_config_status_args --quiet"
20818 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20820 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20821 # would make configure fail if this is the last instruction.
20822 $ac_cs_success || as_fn_exit
1
20824 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20826 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20830 if test "$no_create" = "yes"
20836 if test "x$wine_notices" != x
; then
20839 for msg
in $wine_notices; do
20841 if ${msg:+false} :; then :
20844 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20845 $as_echo "$as_me: $msg" >&6;}
20850 for msg
in $wine_warnings; do
20852 if ${msg:+false} :; then :
20856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20857 $as_echo "$as_me: WARNING: $msg" >&2;}
20863 $as_me: Finished. Do '${ac_make}' to compile Wine.