2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.11.
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.11'
584 PACKAGE_STRING
='Wine 3.11'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='https://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
717 APPLICATIONSERVICES_LIBS
812 program_transform_name
825 enable_option_checking
829 enable_maintainer_mode
898 enable_api_ms_win_appmodel_identity_l1_1_0
899 enable_api_ms_win_appmodel_runtime_l1_1_1
900 enable_api_ms_win_appmodel_runtime_l1_1_2
901 enable_api_ms_win_core_apiquery_l1_1_0
902 enable_api_ms_win_core_appcompat_l1_1_1
903 enable_api_ms_win_core_appinit_l1_1_0
904 enable_api_ms_win_core_atoms_l1_1_0
905 enable_api_ms_win_core_bem_l1_1_0
906 enable_api_ms_win_core_com_l1_1_0
907 enable_api_ms_win_core_com_l1_1_1
908 enable_api_ms_win_core_com_private_l1_1_0
909 enable_api_ms_win_core_console_l1_1_0
910 enable_api_ms_win_core_console_l2_1_0
911 enable_api_ms_win_core_crt_l1_1_0
912 enable_api_ms_win_core_crt_l2_1_0
913 enable_api_ms_win_core_datetime_l1_1_0
914 enable_api_ms_win_core_datetime_l1_1_1
915 enable_api_ms_win_core_debug_l1_1_0
916 enable_api_ms_win_core_debug_l1_1_1
917 enable_api_ms_win_core_delayload_l1_1_0
918 enable_api_ms_win_core_delayload_l1_1_1
919 enable_api_ms_win_core_errorhandling_l1_1_0
920 enable_api_ms_win_core_errorhandling_l1_1_1
921 enable_api_ms_win_core_errorhandling_l1_1_2
922 enable_api_ms_win_core_errorhandling_l1_1_3
923 enable_api_ms_win_core_fibers_l1_1_0
924 enable_api_ms_win_core_fibers_l1_1_1
925 enable_api_ms_win_core_file_l1_1_0
926 enable_api_ms_win_core_file_l1_2_0
927 enable_api_ms_win_core_file_l1_2_1
928 enable_api_ms_win_core_file_l1_2_2
929 enable_api_ms_win_core_file_l2_1_0
930 enable_api_ms_win_core_file_l2_1_1
931 enable_api_ms_win_core_file_l2_1_2
932 enable_api_ms_win_core_handle_l1_1_0
933 enable_api_ms_win_core_heap_l1_1_0
934 enable_api_ms_win_core_heap_l1_2_0
935 enable_api_ms_win_core_heap_l2_1_0
936 enable_api_ms_win_core_heap_obsolete_l1_1_0
937 enable_api_ms_win_core_interlocked_l1_1_0
938 enable_api_ms_win_core_interlocked_l1_2_0
939 enable_api_ms_win_core_io_l1_1_0
940 enable_api_ms_win_core_io_l1_1_1
941 enable_api_ms_win_core_job_l1_1_0
942 enable_api_ms_win_core_job_l2_1_0
943 enable_api_ms_win_core_kernel32_legacy_l1_1_0
944 enable_api_ms_win_core_kernel32_legacy_l1_1_1
945 enable_api_ms_win_core_kernel32_private_l1_1_1
946 enable_api_ms_win_core_largeinteger_l1_1_0
947 enable_api_ms_win_core_libraryloader_l1_1_0
948 enable_api_ms_win_core_libraryloader_l1_1_1
949 enable_api_ms_win_core_libraryloader_l1_2_0
950 enable_api_ms_win_core_libraryloader_l1_2_1
951 enable_api_ms_win_core_libraryloader_l1_2_2
952 enable_api_ms_win_core_localization_l1_1_0
953 enable_api_ms_win_core_localization_l1_2_0
954 enable_api_ms_win_core_localization_l1_2_1
955 enable_api_ms_win_core_localization_l2_1_0
956 enable_api_ms_win_core_localization_obsolete_l1_1_0
957 enable_api_ms_win_core_localization_obsolete_l1_2_0
958 enable_api_ms_win_core_localization_obsolete_l1_3_0
959 enable_api_ms_win_core_localization_private_l1_1_0
960 enable_api_ms_win_core_localregistry_l1_1_0
961 enable_api_ms_win_core_memory_l1_1_0
962 enable_api_ms_win_core_memory_l1_1_1
963 enable_api_ms_win_core_memory_l1_1_2
964 enable_api_ms_win_core_misc_l1_1_0
965 enable_api_ms_win_core_namedpipe_l1_1_0
966 enable_api_ms_win_core_namedpipe_l1_2_0
967 enable_api_ms_win_core_namespace_l1_1_0
968 enable_api_ms_win_core_normalization_l1_1_0
969 enable_api_ms_win_core_path_l1_1_0
970 enable_api_ms_win_core_privateprofile_l1_1_1
971 enable_api_ms_win_core_processenvironment_l1_1_0
972 enable_api_ms_win_core_processenvironment_l1_2_0
973 enable_api_ms_win_core_processthreads_l1_1_0
974 enable_api_ms_win_core_processthreads_l1_1_1
975 enable_api_ms_win_core_processthreads_l1_1_2
976 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
977 enable_api_ms_win_core_profile_l1_1_0
978 enable_api_ms_win_core_psapi_ansi_l1_1_0
979 enable_api_ms_win_core_psapi_l1_1_0
980 enable_api_ms_win_core_psapi_obsolete_l1_1_0
981 enable_api_ms_win_core_quirks_l1_1_0
982 enable_api_ms_win_core_realtime_l1_1_0
983 enable_api_ms_win_core_registry_l1_1_0
984 enable_api_ms_win_core_registry_l2_1_0
985 enable_api_ms_win_core_registryuserspecific_l1_1_0
986 enable_api_ms_win_core_rtlsupport_l1_1_0
987 enable_api_ms_win_core_rtlsupport_l1_2_0
988 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
989 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
990 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
991 enable_api_ms_win_core_shutdown_l1_1_0
992 enable_api_ms_win_core_sidebyside_l1_1_0
993 enable_api_ms_win_core_string_l1_1_0
994 enable_api_ms_win_core_string_l2_1_0
995 enable_api_ms_win_core_string_obsolete_l1_1_0
996 enable_api_ms_win_core_stringansi_l1_1_0
997 enable_api_ms_win_core_synch_ansi_l1_1_0
998 enable_api_ms_win_core_synch_l1_1_0
999 enable_api_ms_win_core_synch_l1_2_0
1000 enable_api_ms_win_core_synch_l1_2_1
1001 enable_api_ms_win_core_sysinfo_l1_1_0
1002 enable_api_ms_win_core_sysinfo_l1_2_0
1003 enable_api_ms_win_core_sysinfo_l1_2_1
1004 enable_api_ms_win_core_threadpool_l1_1_0
1005 enable_api_ms_win_core_threadpool_l1_2_0
1006 enable_api_ms_win_core_threadpool_legacy_l1_1_0
1007 enable_api_ms_win_core_threadpool_private_l1_1_0
1008 enable_api_ms_win_core_timezone_l1_1_0
1009 enable_api_ms_win_core_toolhelp_l1_1_0
1010 enable_api_ms_win_core_url_l1_1_0
1011 enable_api_ms_win_core_util_l1_1_0
1012 enable_api_ms_win_core_version_l1_1_0
1013 enable_api_ms_win_core_version_l1_1_1
1014 enable_api_ms_win_core_version_private_l1_1_0
1015 enable_api_ms_win_core_versionansi_l1_1_0
1016 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1017 enable_api_ms_win_core_winrt_error_l1_1_0
1018 enable_api_ms_win_core_winrt_error_l1_1_1
1019 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1020 enable_api_ms_win_core_winrt_l1_1_0
1021 enable_api_ms_win_core_winrt_registration_l1_1_0
1022 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1023 enable_api_ms_win_core_winrt_string_l1_1_0
1024 enable_api_ms_win_core_wow64_l1_1_0
1025 enable_api_ms_win_core_wow64_l1_1_1
1026 enable_api_ms_win_core_xstate_l1_1_0
1027 enable_api_ms_win_core_xstate_l2_1_0
1028 enable_api_ms_win_crt_conio_l1_1_0
1029 enable_api_ms_win_crt_convert_l1_1_0
1030 enable_api_ms_win_crt_environment_l1_1_0
1031 enable_api_ms_win_crt_filesystem_l1_1_0
1032 enable_api_ms_win_crt_heap_l1_1_0
1033 enable_api_ms_win_crt_locale_l1_1_0
1034 enable_api_ms_win_crt_math_l1_1_0
1035 enable_api_ms_win_crt_multibyte_l1_1_0
1036 enable_api_ms_win_crt_private_l1_1_0
1037 enable_api_ms_win_crt_process_l1_1_0
1038 enable_api_ms_win_crt_runtime_l1_1_0
1039 enable_api_ms_win_crt_stdio_l1_1_0
1040 enable_api_ms_win_crt_string_l1_1_0
1041 enable_api_ms_win_crt_time_l1_1_0
1042 enable_api_ms_win_crt_utility_l1_1_0
1043 enable_api_ms_win_devices_config_l1_1_1
1044 enable_api_ms_win_devices_query_l1_1_1
1045 enable_api_ms_win_downlevel_advapi32_l1_1_0
1046 enable_api_ms_win_downlevel_advapi32_l2_1_0
1047 enable_api_ms_win_downlevel_normaliz_l1_1_0
1048 enable_api_ms_win_downlevel_ole32_l1_1_0
1049 enable_api_ms_win_downlevel_shell32_l1_1_0
1050 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1051 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1052 enable_api_ms_win_downlevel_user32_l1_1_0
1053 enable_api_ms_win_downlevel_version_l1_1_0
1054 enable_api_ms_win_dx_d3dkmt_l1_1_0
1055 enable_api_ms_win_eventing_classicprovider_l1_1_0
1056 enable_api_ms_win_eventing_consumer_l1_1_0
1057 enable_api_ms_win_eventing_controller_l1_1_0
1058 enable_api_ms_win_eventing_legacy_l1_1_0
1059 enable_api_ms_win_eventing_provider_l1_1_0
1060 enable_api_ms_win_eventlog_legacy_l1_1_0
1061 enable_api_ms_win_gdi_dpiinfo_l1_1_0
1062 enable_api_ms_win_mm_joystick_l1_1_0
1063 enable_api_ms_win_mm_misc_l1_1_1
1064 enable_api_ms_win_mm_mme_l1_1_0
1065 enable_api_ms_win_mm_time_l1_1_0
1066 enable_api_ms_win_ntuser_dc_access_l1_1_0
1067 enable_api_ms_win_ntuser_rectangle_l1_1_0
1068 enable_api_ms_win_perf_legacy_l1_1_0
1069 enable_api_ms_win_power_base_l1_1_0
1070 enable_api_ms_win_power_setting_l1_1_0
1071 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
1072 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1073 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
1074 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
1075 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
1076 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
1077 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
1078 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1079 enable_api_ms_win_security_audit_l1_1_1
1080 enable_api_ms_win_security_base_l1_1_0
1081 enable_api_ms_win_security_base_l1_2_0
1082 enable_api_ms_win_security_base_private_l1_1_1
1083 enable_api_ms_win_security_credentials_l1_1_0
1084 enable_api_ms_win_security_grouppolicy_l1_1_0
1085 enable_api_ms_win_security_lsalookup_l1_1_0
1086 enable_api_ms_win_security_lsalookup_l1_1_1
1087 enable_api_ms_win_security_lsalookup_l2_1_0
1088 enable_api_ms_win_security_lsalookup_l2_1_1
1089 enable_api_ms_win_security_lsapolicy_l1_1_0
1090 enable_api_ms_win_security_provider_l1_1_0
1091 enable_api_ms_win_security_sddl_l1_1_0
1092 enable_api_ms_win_security_systemfunctions_l1_1_0
1093 enable_api_ms_win_service_core_l1_1_0
1094 enable_api_ms_win_service_core_l1_1_1
1095 enable_api_ms_win_service_management_l1_1_0
1096 enable_api_ms_win_service_management_l2_1_0
1097 enable_api_ms_win_service_private_l1_1_1
1098 enable_api_ms_win_service_winsvc_l1_1_0
1099 enable_api_ms_win_service_winsvc_l1_2_0
1100 enable_api_ms_win_shcore_obsolete_l1_1_0
1101 enable_api_ms_win_shcore_scaling_l1_1_1
1102 enable_api_ms_win_shcore_stream_l1_1_0
1103 enable_api_ms_win_shcore_thread_l1_1_0
1104 enable_api_ms_win_shell_shellcom_l1_1_0
1105 enable_api_ms_win_shell_shellfolders_l1_1_0
1119 enable_bluetoothapis
1154 enable_d3dcompiler_33
1155 enable_d3dcompiler_34
1156 enable_d3dcompiler_35
1157 enable_d3dcompiler_36
1158 enable_d3dcompiler_37
1159 enable_d3dcompiler_38
1160 enable_d3dcompiler_39
1161 enable_d3dcompiler_40
1162 enable_d3dcompiler_41
1163 enable_d3dcompiler_42
1164 enable_d3dcompiler_43
1165 enable_d3dcompiler_46
1166 enable_d3dcompiler_47
1251 enable_explorerframe
1252 enable_ext_ms_win_authz_context_l1_1_0
1253 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1254 enable_ext_ms_win_dwmapi_ext_l1_1_0
1255 enable_ext_ms_win_gdi_dc_create_l1_1_1
1256 enable_ext_ms_win_gdi_dc_l1_2_0
1257 enable_ext_ms_win_gdi_devcaps_l1_1_0
1258 enable_ext_ms_win_gdi_draw_l1_1_1
1259 enable_ext_ms_win_gdi_render_l1_1_0
1260 enable_ext_ms_win_kernel32_package_current_l1_1_0
1261 enable_ext_ms_win_kernel32_package_l1_1_1
1262 enable_ext_ms_win_ntuser_draw_l1_1_0
1263 enable_ext_ms_win_ntuser_gui_l1_3_0
1264 enable_ext_ms_win_ntuser_keyboard_l1_3_0
1265 enable_ext_ms_win_ntuser_message_l1_1_1
1266 enable_ext_ms_win_ntuser_misc_l1_5_1
1267 enable_ext_ms_win_ntuser_mouse_l1_1_0
1268 enable_ext_ms_win_ntuser_private_l1_1_1
1269 enable_ext_ms_win_ntuser_private_l1_3_1
1270 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1271 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1272 enable_ext_ms_win_ntuser_window_l1_1_1
1273 enable_ext_ms_win_ntuser_window_l1_1_4
1274 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1275 enable_ext_ms_win_oleacc_l1_1_0
1276 enable_ext_ms_win_ras_rasapi32_l1_1_0
1277 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
1278 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1279 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1280 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
1281 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1282 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1283 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
1284 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
1285 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
1286 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1287 enable_ext_ms_win_security_credui_l1_1_0
1288 enable_ext_ms_win_security_cryptui_l1_1_0
1289 enable_ext_ms_win_uxtheme_themes_l1_1_0
1465 enable_photometadatahandler
1537 enable_uiautomationcore
1570 enable_windowscodecs
1571 enable_windowscodecsext
1573 enable_wineandroid_drv
1575 enable_winecoreaudio_drv
1578 enable_winegstreamer
1580 enable_winejoystick_drv
1585 enable_winepulse_drv
1586 enable_wineqtdecoder
1603 enable_wmcodecdspuuid
1660 enable_aspnet_regiis
1700 enable_presentationfontcache
1713 enable_servicemodelreg
1736 enable_winemenubuilder
1738 enable_winemsibuilder
1762 ac_precious_vars
='build_alias
1829 # Initialize some variables set by options.
1831 ac_init_version
=false
1832 ac_unrecognized_opts
=
1833 ac_unrecognized_sep
=
1834 # The variables have the same names as the options, with
1835 # dashes changed to underlines.
1836 cache_file
=/dev
/null
1843 program_transform_name
=s
,x
,x
,
1851 # Installation directory options.
1852 # These are left unexpanded so users can "make install exec_prefix=/foo"
1853 # and all the variables that are supposed to be based on exec_prefix
1854 # by default will actually change.
1855 # Use braces instead of parens because sh, perl, etc. also accept them.
1856 # (The list follows the same order as the GNU Coding Standards.)
1857 bindir
='${exec_prefix}/bin'
1858 sbindir
='${exec_prefix}/sbin'
1859 libexecdir
='${exec_prefix}/libexec'
1860 datarootdir
='${prefix}/share'
1861 datadir
='${datarootdir}'
1862 sysconfdir
='${prefix}/etc'
1863 sharedstatedir
='${prefix}/com'
1864 localstatedir
='${prefix}/var'
1865 runstatedir
='${localstatedir}/run'
1866 includedir
='${prefix}/include'
1867 oldincludedir
='/usr/include'
1868 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1869 infodir
='${datarootdir}/info'
1874 libdir
='${exec_prefix}/lib'
1875 localedir
='${datarootdir}/locale'
1876 mandir
='${datarootdir}/man'
1882 # If the previous option needs an argument, assign it.
1883 if test -n "$ac_prev"; then
1884 eval $ac_prev=\
$ac_option
1890 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1895 # Accept the important Cygnus configure options, so we can diagnose typos.
1897 case $ac_dashdash$ac_option in
1901 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1903 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1904 bindir
=$ac_optarg ;;
1906 -build |
--build |
--buil |
--bui |
--bu)
1907 ac_prev
=build_alias
;;
1908 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1909 build_alias
=$ac_optarg ;;
1911 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1912 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1913 ac_prev
=cache_file
;;
1914 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1915 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1916 cache_file
=$ac_optarg ;;
1918 --config-cache |
-C)
1919 cache_file
=config.cache
;;
1921 -datadir |
--datadir |
--datadi |
--datad)
1923 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1924 datadir
=$ac_optarg ;;
1926 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1927 |
--dataroo |
--dataro |
--datar)
1928 ac_prev
=datarootdir
;;
1929 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1930 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1931 datarootdir
=$ac_optarg ;;
1933 -disable-* |
--disable-*)
1934 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1935 # Reject names that are not valid shell variable names.
1936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1937 as_fn_error $?
"invalid feature name: $ac_useropt"
1938 ac_useropt_orig
=$ac_useropt
1939 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1940 case $ac_user_opts in
1942 "enable_
$ac_useropt"
1944 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1945 ac_unrecognized_sep
=', ';;
1947 eval enable_
$ac_useropt=no
;;
1949 -docdir |
--docdir |
--docdi |
--doc |
--do)
1951 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1952 docdir
=$ac_optarg ;;
1954 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1956 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1957 dvidir
=$ac_optarg ;;
1959 -enable-* |
--enable-*)
1960 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1961 # Reject names that are not valid shell variable names.
1962 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1963 as_fn_error $?
"invalid feature name: $ac_useropt"
1964 ac_useropt_orig
=$ac_useropt
1965 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1966 case $ac_user_opts in
1968 "enable_
$ac_useropt"
1970 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1971 ac_unrecognized_sep
=', ';;
1973 eval enable_
$ac_useropt=\
$ac_optarg ;;
1975 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1976 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1977 |
--exec |
--exe |
--ex)
1978 ac_prev
=exec_prefix
;;
1979 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1980 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1981 |
--exec=* |
--exe=* |
--ex=*)
1982 exec_prefix
=$ac_optarg ;;
1984 -gas |
--gas |
--ga |
--g)
1985 # Obsolete; use --with-gas.
1988 -help |
--help |
--hel |
--he |
-h)
1989 ac_init_help
=long
;;
1990 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1991 ac_init_help
=recursive
;;
1992 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1993 ac_init_help
=short
;;
1995 -host |
--host |
--hos |
--ho)
1996 ac_prev
=host_alias
;;
1997 -host=* |
--host=* |
--hos=* |
--ho=*)
1998 host_alias
=$ac_optarg ;;
2000 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
2002 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
2004 htmldir
=$ac_optarg ;;
2006 -includedir |
--includedir |
--includedi |
--included |
--include \
2007 |
--includ |
--inclu |
--incl |
--inc)
2008 ac_prev
=includedir
;;
2009 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
2010 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
2011 includedir
=$ac_optarg ;;
2013 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
2015 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
2016 infodir
=$ac_optarg ;;
2018 -libdir |
--libdir |
--libdi |
--libd)
2020 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
2021 libdir
=$ac_optarg ;;
2023 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
2024 |
--libexe |
--libex |
--libe)
2025 ac_prev
=libexecdir
;;
2026 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
2027 |
--libexe=* |
--libex=* |
--libe=*)
2028 libexecdir
=$ac_optarg ;;
2030 -localedir |
--localedir |
--localedi |
--localed |
--locale)
2031 ac_prev
=localedir
;;
2032 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
2033 localedir
=$ac_optarg ;;
2035 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
2036 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
2037 ac_prev
=localstatedir
;;
2038 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
2039 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
2040 localstatedir
=$ac_optarg ;;
2042 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
2044 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
2045 mandir
=$ac_optarg ;;
2047 -nfp |
--nfp |
--nf)
2048 # Obsolete; use --without-fp.
2051 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
2052 |
--no-cr |
--no-c |
-n)
2055 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
2056 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
2059 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
2060 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
2061 |
--oldin |
--oldi |
--old |
--ol |
--o)
2062 ac_prev
=oldincludedir
;;
2063 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
2064 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
2065 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
2066 oldincludedir
=$ac_optarg ;;
2068 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
2070 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
2071 prefix
=$ac_optarg ;;
2073 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
2074 |
--program-pre |
--program-pr |
--program-p)
2075 ac_prev
=program_prefix
;;
2076 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
2077 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
2078 program_prefix
=$ac_optarg ;;
2080 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2081 |
--program-suf |
--program-su |
--program-s)
2082 ac_prev
=program_suffix
;;
2083 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2084 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2085 program_suffix
=$ac_optarg ;;
2087 -program-transform-name |
--program-transform-name \
2088 |
--program-transform-nam |
--program-transform-na \
2089 |
--program-transform-n |
--program-transform- \
2090 |
--program-transform |
--program-transfor \
2091 |
--program-transfo |
--program-transf \
2092 |
--program-trans |
--program-tran \
2093 |
--progr-tra |
--program-tr |
--program-t)
2094 ac_prev
=program_transform_name
;;
2095 -program-transform-name=* |
--program-transform-name=* \
2096 |
--program-transform-nam=* |
--program-transform-na=* \
2097 |
--program-transform-n=* |
--program-transform-=* \
2098 |
--program-transform=* |
--program-transfor=* \
2099 |
--program-transfo=* |
--program-transf=* \
2100 |
--program-trans=* |
--program-tran=* \
2101 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2102 program_transform_name
=$ac_optarg ;;
2104 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2106 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2107 pdfdir
=$ac_optarg ;;
2109 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2111 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2114 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2115 |
-silent |
--silent |
--silen |
--sile |
--sil)
2118 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2119 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2120 |
--run |
--ru |
--r)
2121 ac_prev
=runstatedir
;;
2122 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2123 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2124 |
--run=* |
--ru=* |
--r=*)
2125 runstatedir
=$ac_optarg ;;
2127 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2129 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2131 sbindir
=$ac_optarg ;;
2133 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2134 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2135 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2137 ac_prev
=sharedstatedir
;;
2138 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2139 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2140 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2142 sharedstatedir
=$ac_optarg ;;
2144 -site |
--site |
--sit)
2146 -site=* |
--site=* |
--sit=*)
2149 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2151 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2152 srcdir
=$ac_optarg ;;
2154 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2155 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2156 ac_prev
=sysconfdir
;;
2157 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2158 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2159 sysconfdir
=$ac_optarg ;;
2161 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2162 ac_prev
=target_alias
;;
2163 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2164 target_alias
=$ac_optarg ;;
2166 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2169 -version |
--version |
--versio |
--versi |
--vers |
-V)
2170 ac_init_version
=: ;;
2173 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2174 # Reject names that are not valid shell variable names.
2175 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2176 as_fn_error $?
"invalid package name: $ac_useropt"
2177 ac_useropt_orig
=$ac_useropt
2178 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2179 case $ac_user_opts in
2183 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2184 ac_unrecognized_sep
=', ';;
2186 eval with_
$ac_useropt=\
$ac_optarg ;;
2188 -without-* |
--without-*)
2189 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2190 # Reject names that are not valid shell variable names.
2191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2192 as_fn_error $?
"invalid package name: $ac_useropt"
2193 ac_useropt_orig
=$ac_useropt
2194 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2195 case $ac_user_opts in
2199 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2200 ac_unrecognized_sep
=', ';;
2202 eval with_
$ac_useropt=no
;;
2205 # Obsolete; use --with-x.
2208 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2209 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2210 ac_prev
=x_includes
;;
2211 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2212 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2213 x_includes
=$ac_optarg ;;
2215 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2216 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2217 ac_prev
=x_libraries
;;
2218 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2219 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2220 x_libraries
=$ac_optarg ;;
2222 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2223 Try \`$0 --help' for more information"
2227 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2228 # Reject names that are not valid shell variable names.
2229 case $ac_envvar in #(
2230 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2231 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2233 eval $ac_envvar=\
$ac_optarg
2234 export $ac_envvar ;;
2237 # FIXME: should be removed in autoconf 3.0.
2238 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2239 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2240 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2241 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2247 if test -n "$ac_prev"; then
2248 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2249 as_fn_error $?
"missing argument to $ac_option"
2252 if test -n "$ac_unrecognized_opts"; then
2253 case $enable_option_checking in
2255 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2256 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2260 # Check all directory arguments for consistency.
2261 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2262 datadir sysconfdir sharedstatedir localstatedir includedir \
2263 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2264 libdir localedir mandir runstatedir
2266 eval ac_val
=\$
$ac_var
2267 # Remove trailing slashes.
2270 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2271 eval $ac_var=\
$ac_val;;
2273 # Be sure to have absolute directory names.
2275 [\\/$
]* | ?
:[\\/]* ) continue;;
2276 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2278 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2281 # There might be people who depend on the old broken behavior: `$host'
2282 # used to hold the argument of --host etc.
2283 # FIXME: To remove some day.
2286 target
=$target_alias
2288 # FIXME: To remove some day.
2289 if test "x$host_alias" != x
; then
2290 if test "x$build_alias" = x
; then
2291 cross_compiling
=maybe
2292 elif test "x$build_alias" != "x$host_alias"; then
2298 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2300 test "$silent" = yes && exec 6>/dev
/null
2303 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2304 ac_ls_di
=`ls -di .` &&
2305 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2306 as_fn_error $?
"working directory cannot be determined"
2307 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2308 as_fn_error $?
"pwd does not report name of working directory"
2311 # Find the source files, if location was not specified.
2312 if test -z "$srcdir"; then
2313 ac_srcdir_defaulted
=yes
2314 # Try the directory containing this script, then the parent directory.
2315 ac_confdir
=`$as_dirname -- "$as_myself" ||
2316 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2317 X"$as_myself" : 'X\(//\)[^/]' \| \
2318 X"$as_myself" : 'X\(//\)$' \| \
2319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2320 $as_echo X"$as_myself" |
2321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2339 if test ! -r "$srcdir/$ac_unique_file"; then
2343 ac_srcdir_defaulted
=no
2345 if test ! -r "$srcdir/$ac_unique_file"; then
2346 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2347 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2349 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2353 # When building in place, set srcdir=.
2354 if test "$ac_abs_confdir" = "$ac_pwd"; then
2357 # Remove unnecessary trailing slashes from srcdir.
2358 # Double slashes in file names in object file debugging info
2359 # mess up M-x gdb in Emacs.
2361 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2363 for ac_var
in $ac_precious_vars; do
2364 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2365 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2366 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2367 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2371 # Report the --help message.
2373 if test "$ac_init_help" = "long"; then
2374 # Omit some internal or obsolete options to make the list less imposing.
2375 # This message is too long to be a string in the A/UX 3.1 sh.
2377 \`configure' configures Wine 3.11 to adapt to many kinds of systems.
2379 Usage: $0 [OPTION]... [VAR=VALUE]...
2381 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2382 VAR=VALUE. See below for descriptions of some of the useful variables.
2384 Defaults for the options are specified in brackets.
2387 -h, --help display this help and exit
2388 --help=short display options specific to this package
2389 --help=recursive display the short help of all the included packages
2390 -V, --version display version information and exit
2391 -q, --quiet, --silent do not print \`checking ...' messages
2392 --cache-file=FILE cache test results in FILE [disabled]
2393 -C, --config-cache alias for \`--cache-file=config.cache'
2394 -n, --no-create do not create output files
2395 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2397 Installation directories:
2398 --prefix=PREFIX install architecture-independent files in PREFIX
2399 [$ac_default_prefix]
2400 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2403 By default, \`make install' will install all the files in
2404 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2405 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2406 for instance \`--prefix=\$HOME'.
2408 For better control, use the options below.
2410 Fine tuning of the installation directories:
2411 --bindir=DIR user executables [EPREFIX/bin]
2412 --sbindir=DIR system admin executables [EPREFIX/sbin]
2413 --libexecdir=DIR program executables [EPREFIX/libexec]
2414 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2415 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2416 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2417 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2418 --libdir=DIR object code libraries [EPREFIX/lib]
2419 --includedir=DIR C header files [PREFIX/include]
2420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2423 --infodir=DIR info documentation [DATAROOTDIR/info]
2424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2425 --mandir=DIR man documentation [DATAROOTDIR/man]
2426 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2427 --htmldir=DIR html documentation [DOCDIR]
2428 --dvidir=DIR dvi documentation [DOCDIR]
2429 --pdfdir=DIR pdf documentation [DOCDIR]
2430 --psdir=DIR ps documentation [DOCDIR]
2436 --x-includes=DIR X include files are
in DIR
2437 --x-libraries=DIR X library files are
in DIR
2440 --build=BUILD configure
for building on BUILD
[guessed
]
2441 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2445 if test -n "$ac_init_help"; then
2446 case $ac_init_help in
2447 short | recursive
) echo "Configuration of Wine 3.11:";;
2452 --disable-option-checking ignore unrecognized
--enable/--with options
2453 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2454 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2455 --disable-win16 do not include Win16 support
2456 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2458 --disable-tests do not build the regression tests
2459 --enable-maintainer-mode
2460 enable maintainer-specific build rules
2461 --disable-largefile omit support for large files
2464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2466 --without-alsa do not use the Alsa sound support
2467 --without-capi do not use CAPI (ISDN support)
2468 --without-cms do not use CMS (color management support)
2469 --without-coreaudio do not use the CoreAudio sound support
2470 --without-cups do not use CUPS
2471 --without-curses do not use (n)curses
2472 --without-dbus do not use DBus (dynamic device support)
2473 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2474 --without-fontconfig do not use fontconfig
2475 --without-freetype do not use the FreeType library
2476 --without-gettext do not use gettext
2477 --with-gettextpo use the GetTextPO library to rebuild po files
2478 --without-gphoto do not use gphoto (Digital Camera support)
2479 --without-glu do not use the GLU library
2480 --without-gnutls do not use GnuTLS (schannel support)
2481 --without-gsm do not use libgsm (GSM 06.10 codec support)
2482 --without-gssapi do not use GSSAPI (Kerberos SSP support)
2483 --without-gstreamer do not use GStreamer (codecs support)
2484 --without-hal do not use HAL (dynamic device support)
2485 --without-jpeg do not use JPEG
2486 --without-krb5 do not use krb5 (Kerberos)
2487 --without-ldap do not use LDAP
2488 --without-mpg123 do not use the mpg123 library
2489 --without-netapi do not use the Samba NetAPI library
2490 --without-openal do not use OpenAL
2491 --without-opencl do not use OpenCL
2492 --without-opengl do not use OpenGL
2493 --without-osmesa do not use the OSMesa library
2494 --without-oss do not use the OSS sound support
2495 --without-pcap do not use the Packet Capture library
2496 --without-png do not use PNG
2497 --without-pthread do not use the pthread library
2498 --without-pulse do not use PulseAudio sound support
2499 --without-sane do not use SANE (scanner support)
2500 --without-sdl do not use SDL
2501 --without-tiff do not use TIFF
2502 --without-udev do not use udev (plug and play support)
2503 --without-v4l do not use v4l1 (v4l support)
2504 --without-vkd3d do not use vkd3d (Direct3D 12 support)
2505 --without-vulkan do not use Vulkan
2506 --without-xcomposite do not use the Xcomposite extension
2507 --without-xcursor do not use the Xcursor extension
2508 --without-xfixes do not use Xfixes for clipboard change notifications
2509 --without-xinerama do not use Xinerama (multi-monitor support)
2510 --without-xinput do not use the Xinput extension
2511 --without-xinput2 do not use the Xinput 2 extension
2512 --without-xml do not use XML
2513 --without-xrandr do not use Xrandr (resolution changes)
2514 --without-xrender do not use the Xrender extension
2515 --without-xshape do not use the Xshape extension
2516 --without-xshm do not use XShm (shared memory extension)
2517 --without-xslt do not use XSLT
2518 --without-xxf86vm do not use XFree video mode extension
2519 --without-zlib do not use Zlib (data compression)
2520 --with-wine-tools=DIR use Wine tools from directory DIR
2521 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2522 --with-x use the X Window System
2524 Some influential environment variables:
2525 CC C compiler command
2526 CFLAGS C compiler flags
2527 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2528 nonstandard directory <lib dir>
2529 LIBS libraries to pass to the linker, e.g. -l<library>
2530 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2531 you have headers in a nonstandard directory <include dir>
2532 CXX C++ compiler command
2533 CXXFLAGS C++ compiler flags
2535 XMKMF Path to xmkmf, Makefile generator for X Window System
2536 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2537 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2538 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2539 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2540 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2541 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2542 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2543 HAL_LIBS Linker flags for hal, overriding pkg-config
2545 C compiler flags for gnutls, overriding pkg-config
2546 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2547 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2548 SANE_LIBS Linker flags for libsane, overriding pkg-config
2550 C compiler flags for libgphoto2, overriding pkg-config
2552 Linker flags for libgphoto2, overriding pkg-config
2554 C compiler flags for libgphoto2_port, overriding pkg-config
2556 Linker flags for libgphoto2_port, overriding pkg-config
2558 C compiler flags for lcms2, overriding pkg-config
2559 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2561 C compiler flags for freetype2, overriding pkg-config
2563 Linker flags for freetype2, overriding pkg-config
2565 C compiler flags for libpulse, overriding pkg-config
2566 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2568 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2569 gstreamer-audio-1.0, overriding pkg-config
2571 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2572 gstreamer-audio-1.0, overriding pkg-config
2573 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2574 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2575 SDL2_CFLAGS C compiler flags for sdl2, overriding pkg-config
2576 SDL2_LIBS Linker flags for sdl2, overriding pkg-config
2578 C compiler flags for capi20, overriding pkg-config
2579 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2580 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2581 CUPS_LIBS Linker flags for cups, overriding pkg-config
2583 C compiler flags for fontconfig, overriding pkg-config
2585 Linker flags for fontconfig, overriding pkg-config
2586 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2587 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2589 C compiler flags for krb5-gssapi, overriding pkg-config
2590 GSSAPI_LIBS Linker flags for krb5-gssapi, overriding pkg-config
2591 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2592 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2593 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2594 PNG_LIBS Linker flags for libpng, overriding pkg-config
2595 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2596 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2598 C compiler flags for libmpg123, overriding pkg-config
2599 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2601 C compiler flags for netapi, overriding pkg-config
2602 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2604 C compiler flags for libvkd3d, overriding pkg-config
2605 VKD3D_LIBS Linker flags for libvkd3d, overriding pkg-config
2606 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2607 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2609 Use these variables to override the choices made by `configure' or to
help
2610 it to
find libraries and programs with nonstandard names
/locations.
2612 Report bugs to
<wine-devel@winehq.org
>.
2613 Wine home page
: <https
://www.winehq.org
>.
2618 if test "$ac_init_help" = "recursive"; then
2619 # If there are subdirs, report their specific --help.
2620 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2621 test -d "$ac_dir" ||
2622 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2627 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2629 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2630 # A ".." for each directory in $ac_dir_suffix.
2631 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2632 case $ac_top_builddir_sub in
2633 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2634 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2637 ac_abs_top_builddir
=$ac_pwd
2638 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2639 # for backward compatibility:
2640 ac_top_builddir
=$ac_top_build_prefix
2643 .
) # We are building in place.
2645 ac_top_srcdir
=$ac_top_builddir_sub
2646 ac_abs_top_srcdir
=$ac_pwd ;;
2647 [\\/]* | ?
:[\\/]* ) # Absolute name.
2648 ac_srcdir
=$srcdir$ac_dir_suffix;
2649 ac_top_srcdir
=$srcdir
2650 ac_abs_top_srcdir
=$srcdir ;;
2652 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2653 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2654 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2656 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2658 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2659 # Check for guested configure.
2660 if test -f "$ac_srcdir/configure.gnu"; then
2662 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2663 elif test -f "$ac_srcdir/configure"; then
2665 $SHELL "$ac_srcdir/configure" --help=recursive
2667 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2669 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2673 test -n "$ac_init_help" && exit $ac_status
2674 if $ac_init_version; then
2677 generated by GNU Autoconf
2.69
2679 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2680 This configure
script is free software
; the Free Software Foundation
2681 gives unlimited permission to copy
, distribute and modify it.
2686 ## ------------------------ ##
2687 ## Autoconf initialization. ##
2688 ## ------------------------ ##
2690 # ac_fn_c_try_compile LINENO
2691 # --------------------------
2692 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2693 ac_fn_c_try_compile
()
2695 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2696 rm -f conftest.
$ac_objext
2697 if { { ac_try
="$ac_compile"
2699 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2700 *) ac_try_echo=$ac_try;;
2702 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2703 $as_echo "$ac_try_echo"; } >&5
2704 (eval "$ac_compile") 2>conftest.err
2706 if test -s conftest.err; then
2707 grep -v '^ *+' conftest.err >conftest.er1
2708 cat conftest.er1 >&5
2709 mv -f conftest.er1 conftest.err
2711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2712 test $ac_status = 0; } && {
2713 test -z "$ac_c_werror_flag" ||
2714 test ! -s conftest.err
2715 } && test -s conftest.$ac_objext; then :
2718 $as_echo "$as_me: failed program was:" >&5
2719 sed 's/^/| /' conftest.$ac_ext >&5
2723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2724 as_fn_set_status $ac_retval
2726 } # ac_fn_c_try_compile
2728 # ac_fn_cxx_try_compile LINENO
2729 # ----------------------------
2730 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2731 ac_fn_cxx_try_compile ()
2733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2734 rm -f conftest.$ac_objext
2735 if { { ac_try="$ac_compile"
2737 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2738 *) ac_try_echo
=$ac_try;;
2740 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2741 $as_echo "$ac_try_echo"; } >&5
2742 (eval "$ac_compile") 2>conftest.err
2744 if test -s conftest.err
; then
2745 grep -v '^ *+' conftest.err
>conftest.er1
2746 cat conftest.er1
>&5
2747 mv -f conftest.er1 conftest.err
2749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2750 test $ac_status = 0; } && {
2751 test -z "$ac_cxx_werror_flag" ||
2752 test ! -s conftest.err
2753 } && test -s conftest.
$ac_objext; then :
2756 $as_echo "$as_me: failed program was:" >&5
2757 sed 's/^/| /' conftest.
$ac_ext >&5
2761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2762 as_fn_set_status
$ac_retval
2764 } # ac_fn_cxx_try_compile
2766 # ac_fn_c_try_link LINENO
2767 # -----------------------
2768 # Try to link conftest.$ac_ext, and return whether this succeeded.
2771 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2772 rm -f conftest.
$ac_objext conftest
$ac_exeext
2773 if { { ac_try
="$ac_link"
2775 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779 $as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_link") 2>conftest.err
2782 if test -s conftest.err; then
2783 grep -v '^ *+' conftest.err >conftest.er1
2784 cat conftest.er1 >&5
2785 mv -f conftest.er1 conftest.err
2787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2788 test $ac_status = 0; } && {
2789 test -z "$ac_c_werror_flag" ||
2790 test ! -s conftest.err
2791 } && test -s conftest$ac_exeext && {
2792 test "$cross_compiling" = yes ||
2793 test -x conftest$ac_exeext
2797 $as_echo "$as_me: failed program was:" >&5
2798 sed 's/^/| /' conftest.$ac_ext >&5
2802 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2803 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2804 # interfere with the next link command; also delete a directory that is
2805 # left behind by Apple's compiler. We do this before executing the actions.
2806 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2807 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2808 as_fn_set_status $ac_retval
2810 } # ac_fn_c_try_link
2812 # ac_fn_c_try_cpp LINENO
2813 # ----------------------
2814 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2818 if { { ac_try="$ac_cpp conftest.$ac_ext"
2820 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2821 *) ac_try_echo
=$ac_try;;
2823 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2824 $as_echo "$ac_try_echo"; } >&5
2825 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2827 if test -s conftest.err
; then
2828 grep -v '^ *+' conftest.err
>conftest.er1
2829 cat conftest.er1
>&5
2830 mv -f conftest.er1 conftest.err
2832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2833 test $ac_status = 0; } > conftest.i
&& {
2834 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2835 test ! -s conftest.err
2839 $as_echo "$as_me: failed program was:" >&5
2840 sed 's/^/| /' conftest.
$ac_ext >&5
2844 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2845 as_fn_set_status
$ac_retval
2849 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2850 # -------------------------------------------------------
2851 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2852 # the include files in INCLUDES and setting the cache variable VAR
2854 ac_fn_c_check_header_mongrel
()
2856 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2857 if eval \
${$3+:} false
; then :
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2859 $as_echo_n "checking for $2... " >&6; }
2860 if eval \
${$3+:} false
; then :
2861 $as_echo_n "(cached) " >&6
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2865 $as_echo "$ac_res" >&6; }
2867 # Is the header compilable?
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2869 $as_echo_n "checking $2 usability... " >&6; }
2870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2871 /* end confdefs.h. */
2875 if ac_fn_c_try_compile
"$LINENO"; then :
2876 ac_header_compiler
=yes
2878 ac_header_compiler
=no
2880 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2882 $as_echo "$ac_header_compiler" >&6; }
2884 # Is the header present?
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2886 $as_echo_n "checking $2 presence... " >&6; }
2887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2888 /* end confdefs.h. */
2891 if ac_fn_c_try_cpp
"$LINENO"; then :
2892 ac_header_preproc
=yes
2894 ac_header_preproc
=no
2896 rm -f conftest.err conftest.i conftest.
$ac_ext
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2898 $as_echo "$ac_header_preproc" >&6; }
2900 # So? What about this header?
2901 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2904 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2906 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2910 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2912 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2914 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2916 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2918 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2919 ( $as_echo "## ------------------------------------ ##
2920 ## Report this to wine-devel@winehq.org ##
2921 ## ------------------------------------ ##"
2922 ) |
sed "s/^/$as_me: WARNING: /" >&2
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2926 $as_echo_n "checking for $2... " >&6; }
2927 if eval \
${$3+:} false
; then :
2928 $as_echo_n "(cached) " >&6
2930 eval "$3=\$ac_header_compiler"
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2934 $as_echo "$ac_res" >&6; }
2936 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2938 } # ac_fn_c_check_header_mongrel
2940 # ac_fn_c_try_run LINENO
2941 # ----------------------
2942 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2943 # that executables *can* be run.
2946 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2947 if { { ac_try
="$ac_link"
2949 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2950 *) ac_try_echo=$ac_try;;
2952 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2953 $as_echo "$ac_try_echo"; } >&5
2954 (eval "$ac_link") 2>&5
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2958 { { case "(($ac_try" in
2959 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2960 *) ac_try_echo
=$ac_try;;
2962 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2963 $as_echo "$ac_try_echo"; } >&5
2964 (eval "$ac_try") 2>&5
2966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2967 test $ac_status = 0; }; }; then :
2970 $as_echo "$as_me: program exited with status $ac_status" >&5
2971 $as_echo "$as_me: failed program was:" >&5
2972 sed 's/^/| /' conftest.
$ac_ext >&5
2974 ac_retval
=$ac_status
2976 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2977 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2978 as_fn_set_status
$ac_retval
2982 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2983 # -------------------------------------------------------
2984 # Tests whether HEADER exists and can be compiled using the include files in
2985 # INCLUDES, setting the cache variable VAR accordingly.
2986 ac_fn_c_check_header_compile
()
2988 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2990 $as_echo_n "checking for $2... " >&6; }
2991 if eval \
${$3+:} false
; then :
2992 $as_echo_n "(cached) " >&6
2994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2995 /* end confdefs.h. */
2999 if ac_fn_c_try_compile
"$LINENO"; then :
3004 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3008 $as_echo "$ac_res" >&6; }
3009 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3011 } # ac_fn_c_check_header_compile
3013 # ac_fn_c_check_func LINENO FUNC VAR
3014 # ----------------------------------
3015 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3016 ac_fn_c_check_func
()
3018 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3020 $as_echo_n "checking for $2... " >&6; }
3021 if eval \
${$3+:} false
; then :
3022 $as_echo_n "(cached) " >&6
3024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3025 /* end confdefs.h. */
3026 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3028 #define $2 innocuous_$2
3030 /* System header to define __stub macros and hopefully few prototypes,
3031 which can conflict with char $2 (); below.
3032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3033 <limits.h> exists even on freestanding compilers. */
3036 # include <limits.h>
3038 # include <assert.h>
3043 /* Override any GCC internal prototype to avoid an error.
3044 Use char because int might match the return type of a GCC
3045 builtin and then its argument prototype would still apply. */
3050 /* The GNU C library defines this for functions which it implements
3051 to always fail with ENOSYS. Some functions are actually named
3052 something starting with __ and the normal name is an alias. */
3053 #if defined __stub_$2 || defined __stub___$2
3065 if ac_fn_c_try_link
"$LINENO"; then :
3070 rm -f core conftest.err conftest.
$ac_objext \
3071 conftest
$ac_exeext conftest.
$ac_ext
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3075 $as_echo "$ac_res" >&6; }
3076 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3078 } # ac_fn_c_check_func
3080 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
3081 # ----------------------------------------------------
3082 # Tries to find if the field MEMBER exists in type AGGR, after including
3083 # INCLUDES, setting cache variable VAR accordingly.
3084 ac_fn_c_check_member
()
3086 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
3088 $as_echo_n "checking for $2.$3... " >&6; }
3089 if eval \
${$4+:} false
; then :
3090 $as_echo_n "(cached) " >&6
3092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3093 /* end confdefs.h. */
3105 if ac_fn_c_try_compile
"$LINENO"; then :
3108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3109 /* end confdefs.h. */
3115 if (sizeof ac_aggr.$3)
3121 if ac_fn_c_try_compile
"$LINENO"; then :
3126 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3128 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3132 $as_echo "$ac_res" >&6; }
3133 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3135 } # ac_fn_c_check_member
3137 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3138 # -------------------------------------------
3139 # Tests whether TYPE exists after having included INCLUDES, setting cache
3140 # variable VAR accordingly.
3141 ac_fn_c_check_type
()
3143 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3145 $as_echo_n "checking for $2... " >&6; }
3146 if eval \
${$3+:} false
; then :
3147 $as_echo_n "(cached) " >&6
3150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3151 /* end confdefs.h. */
3162 if ac_fn_c_try_compile
"$LINENO"; then :
3163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3164 /* end confdefs.h. */
3175 if ac_fn_c_try_compile
"$LINENO"; then :
3180 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3182 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3186 $as_echo "$ac_res" >&6; }
3187 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3189 } # ac_fn_c_check_type
3190 cat >config.log
<<_ACEOF
3191 This file contains any messages produced by compilers while
3192 running configure, to aid debugging if configure makes a mistake.
3194 It was created by Wine $as_me 3.11, which was
3195 generated by GNU Autoconf 2.69. Invocation command line was
3207 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3208 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3209 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3210 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3211 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3213 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3214 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3216 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3217 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3218 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3219 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3220 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3221 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3222 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3226 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3230 test -z "$as_dir" && as_dir
=.
3231 $as_echo "PATH: $as_dir"
3247 # Keep a trace of the command line.
3248 # Strip out --no-create and --no-recursion so they do not pile up.
3249 # Strip out --silent because we don't want to record it for future runs.
3250 # Also quote any args containing shell meta-characters.
3251 # Make two passes to allow for proper duplicate-argument suppression.
3255 ac_must_keep_next
=false
3261 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3262 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3263 |
-silent |
--silent |
--silen |
--sile |
--sil)
3266 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3269 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3271 as_fn_append ac_configure_args1
" '$ac_arg'"
3272 if test $ac_must_keep_next = true
; then
3273 ac_must_keep_next
=false
# Got value, back to normal.
3276 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3277 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3278 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3279 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3280 case "$ac_configure_args0 " in
3281 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3284 -* ) ac_must_keep_next
=true
;;
3287 as_fn_append ac_configure_args
" '$ac_arg'"
3292 { ac_configure_args0
=; unset ac_configure_args0
;}
3293 { ac_configure_args1
=; unset ac_configure_args1
;}
3295 # When interrupted or exit'd, cleanup temporary files, and complete
3296 # config.log. We remove comments because anyway the quotes in there
3297 # would cause problems or look ugly.
3298 # WARNING: Use '\'' to represent an apostrophe within the trap.
3299 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3300 trap 'exit_status=$?
3301 # Save into config.log some information that might help in debugging.
3305 $as_echo "## ---------------- ##
3306 ## Cache variables. ##
3307 ## ---------------- ##"
3309 # The following way of writing the cache mishandles newlines in values,
3311 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3312 eval ac_val=\$$ac_var
3316 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3317 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3320 _ | IFS | as_nl) ;; #(
3321 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3322 *) { eval $ac_var=; unset $ac_var;} ;;
3327 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3328 *${as_nl}ac_space=\ *)
3330 "s/'\''/'\''\\\\'\'''\''/g;
3331 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3334 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3341 $as_echo "## ----------------- ##
3342 ## Output variables. ##
3343 ## ----------------- ##"
3345 for ac_var in $ac_subst_vars
3347 eval ac_val=\$$ac_var
3349 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3351 $as_echo "$ac_var='\''$ac_val'\''"
3355 if test -n "$ac_subst_files"; then
3356 $as_echo "## ------------------- ##
3357 ## File substitutions. ##
3358 ## ------------------- ##"
3360 for ac_var
in $ac_subst_files
3362 eval ac_val
=\$
$ac_var
3364 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3366 $as_echo "$ac_var='\''$ac_val'\''"
3371 if test -s confdefs.h; then
3372 $as_echo "## ----------- ##
3379 test "$ac_signal" != 0 &&
3380 $as_echo "$as_me: caught signal $ac_signal"
3381 $as_echo "$as_me: exit $exit_status"
3383 rm -f core *.core core.conftest.* &&
3384 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3387 for ac_signal
in 1 2 13 15; do
3388 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3392 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3393 rm -f -r conftest
* confdefs.h
3395 $as_echo "/* confdefs.h */" > confdefs.h
3397 # Predefined preprocessor variables.
3399 cat >>confdefs.h
<<_ACEOF
3400 #define PACKAGE_NAME "$PACKAGE_NAME"
3403 cat >>confdefs.h
<<_ACEOF
3404 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3407 cat >>confdefs.h
<<_ACEOF
3408 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3411 cat >>confdefs.h
<<_ACEOF
3412 #define PACKAGE_STRING "$PACKAGE_STRING"
3415 cat >>confdefs.h
<<_ACEOF
3416 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3419 cat >>confdefs.h
<<_ACEOF
3420 #define PACKAGE_URL "$PACKAGE_URL"
3424 # Let the site file select an alternate cache file if it wants to.
3425 # Prefer an explicitly selected file to automatically selected ones.
3428 if test -n "$CONFIG_SITE"; then
3429 # We do not want a PATH search for config.site.
3430 case $CONFIG_SITE in #((
3431 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3432 */*) ac_site_file1
=$CONFIG_SITE;;
3433 *) ac_site_file1
=.
/$CONFIG_SITE;;
3435 elif test "x$prefix" != xNONE
; then
3436 ac_site_file1
=$prefix/share
/config.site
3437 ac_site_file2
=$prefix/etc
/config.site
3439 ac_site_file1
=$ac_default_prefix/share
/config.site
3440 ac_site_file2
=$ac_default_prefix/etc
/config.site
3442 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3444 test "x$ac_site_file" = xNONE
&& continue
3445 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3447 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3448 sed 's/^/| /' "$ac_site_file" >&5
3450 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3451 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3452 as_fn_error $?
"failed to load site script $ac_site_file
3453 See \`config.log' for more details" "$LINENO" 5; }
3457 if test -r "$cache_file"; then
3458 # Some versions of bash will fail to source /dev/null (special files
3459 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3460 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3462 $as_echo "$as_me: loading cache $cache_file" >&6;}
3464 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3465 *) .
"./$cache_file";;
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3470 $as_echo "$as_me: creating cache $cache_file" >&6;}
3474 # Check that the precious variables saved in the cache have kept the same
3476 ac_cache_corrupted
=false
3477 for ac_var
in $ac_precious_vars; do
3478 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3479 eval ac_new_set
=\
$ac_env_${ac_var}_set
3480 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3481 eval ac_new_val
=\
$ac_env_${ac_var}_value
3482 case $ac_old_set,$ac_new_set in
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3485 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3486 ac_cache_corrupted
=: ;;
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3489 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3490 ac_cache_corrupted
=: ;;
3493 if test "x$ac_old_val" != "x$ac_new_val"; then
3494 # differences in whitespace do not lead to failure.
3495 ac_old_val_w
=`echo x $ac_old_val`
3496 ac_new_val_w
=`echo x $ac_new_val`
3497 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3499 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3500 ac_cache_corrupted
=:
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3503 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3504 eval $ac_var=\
$ac_old_val
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3507 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3509 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3512 # Pass precious variables to config.status.
3513 if test "$ac_new_set" = set; then
3515 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3516 *) ac_arg
=$ac_var=$ac_new_val ;;
3518 case " $ac_configure_args " in
3519 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3520 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3524 if $ac_cache_corrupted; then
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3526 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3527 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3528 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3529 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3531 ## -------------------- ##
3532 ## Main body of script. ##
3533 ## -------------------- ##
3536 ac_cpp
='$CPP $CPPFLAGS'
3537 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3538 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3539 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3543 ac_config_headers
="$ac_config_headers include/config.h"
3546 for ac_dir
in tools
"$srcdir"/tools
; do
3547 if test -f "$ac_dir/install-sh"; then
3549 ac_install_sh
="$ac_aux_dir/install-sh -c"
3551 elif test -f "$ac_dir/install.sh"; then
3553 ac_install_sh
="$ac_aux_dir/install.sh -c"
3555 elif test -f "$ac_dir/shtool"; then
3557 ac_install_sh
="$ac_aux_dir/shtool install -c"
3561 if test -z "$ac_aux_dir"; then
3562 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3565 # These three variables are undocumented and unsupported,
3566 # and are intended to be withdrawn in a future Autoconf release.
3567 # They can cause serious problems if a builder's source tree is in a directory
3568 # whose full name contains unusual characters.
3569 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3570 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3571 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3575 libwine_version
="1.0"
3579 # Check whether --enable-win16 was given.
3580 if test "${enable_win16+set}" = set; then :
3581 enableval
=$enable_win16;
3584 # Check whether --enable-win64 was given.
3585 if test "${enable_win64+set}" = set; then :
3586 enableval
=$enable_win64;
3589 # Check whether --enable-tests was given.
3590 if test "${enable_tests+set}" = set; then :
3591 enableval
=$enable_tests;
3594 # Check whether --enable-maintainer-mode was given.
3595 if test "${enable_maintainer_mode+set}" = set; then :
3596 enableval
=$enable_maintainer_mode;
3601 # Check whether --with-alsa was given.
3602 if test "${with_alsa+set}" = set; then :
3603 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3607 # Check whether --with-capi was given.
3608 if test "${with_capi+set}" = set; then :
3613 # Check whether --with-cms was given.
3614 if test "${with_cms+set}" = set; then :
3619 # Check whether --with-coreaudio was given.
3620 if test "${with_coreaudio+set}" = set; then :
3621 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3625 # Check whether --with-cups was given.
3626 if test "${with_cups+set}" = set; then :
3631 # Check whether --with-curses was given.
3632 if test "${with_curses+set}" = set; then :
3633 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3637 # Check whether --with-dbus was given.
3638 if test "${with_dbus+set}" = set; then :
3643 # Check whether --with-float-abi was given.
3644 if test "${with_float_abi+set}" = set; then :
3645 withval
=$with_float_abi;
3649 # Check whether --with-fontconfig was given.
3650 if test "${with_fontconfig+set}" = set; then :
3651 withval
=$with_fontconfig;
3655 # Check whether --with-freetype was given.
3656 if test "${with_freetype+set}" = set; then :
3657 withval
=$with_freetype;
3661 # Check whether --with-gettext was given.
3662 if test "${with_gettext+set}" = set; then :
3663 withval
=$with_gettext;
3667 # Check whether --with-gettextpo was given.
3668 if test "${with_gettextpo+set}" = set; then :
3669 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3673 # Check whether --with-gphoto was given.
3674 if test "${with_gphoto+set}" = set; then :
3675 withval
=$with_gphoto;
3679 # Check whether --with-glu was given.
3680 if test "${with_glu+set}" = set; then :
3685 # Check whether --with-gnutls was given.
3686 if test "${with_gnutls+set}" = set; then :
3687 withval
=$with_gnutls;
3691 # Check whether --with-gsm was given.
3692 if test "${with_gsm+set}" = set; then :
3693 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3697 # Check whether --with-gssapi was given.
3698 if test "${with_gssapi+set}" = set; then :
3699 withval
=$with_gssapi;
3703 # Check whether --with-gstreamer was given.
3704 if test "${with_gstreamer+set}" = set; then :
3705 withval
=$with_gstreamer;
3709 # Check whether --with-hal was given.
3710 if test "${with_hal+set}" = set; then :
3715 # Check whether --with-jpeg was given.
3716 if test "${with_jpeg+set}" = set; then :
3721 # Check whether --with-krb5 was given.
3722 if test "${with_krb5+set}" = set; then :
3727 # Check whether --with-ldap was given.
3728 if test "${with_ldap+set}" = set; then :
3729 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3733 # Check whether --with-mpg123 was given.
3734 if test "${with_mpg123+set}" = set; then :
3735 withval
=$with_mpg123;
3739 # Check whether --with-netapi was given.
3740 if test "${with_netapi+set}" = set; then :
3741 withval
=$with_netapi;
3745 # Check whether --with-openal was given.
3746 if test "${with_openal+set}" = set; then :
3747 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3751 # Check whether --with-opencl was given.
3752 if test "${with_opencl+set}" = set; then :
3753 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3757 # Check whether --with-opengl was given.
3758 if test "${with_opengl+set}" = set; then :
3759 withval
=$with_opengl;
3763 # Check whether --with-osmesa was given.
3764 if test "${with_osmesa+set}" = set; then :
3765 withval
=$with_osmesa;
3769 # Check whether --with-oss was given.
3770 if test "${with_oss+set}" = set; then :
3775 # Check whether --with-pcap was given.
3776 if test "${with_pcap+set}" = set; then :
3777 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3781 # Check whether --with-png was given.
3782 if test "${with_png+set}" = set; then :
3787 # Check whether --with-pthread was given.
3788 if test "${with_pthread+set}" = set; then :
3789 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3793 # Check whether --with-pulse was given.
3794 if test "${with_pulse+set}" = set; then :
3795 withval
=$with_pulse;
3799 # Check whether --with-sane was given.
3800 if test "${with_sane+set}" = set; then :
3805 # Check whether --with-sdl was given.
3806 if test "${with_sdl+set}" = set; then :
3811 # Check whether --with-tiff was given.
3812 if test "${with_tiff+set}" = set; then :
3817 # Check whether --with-udev was given.
3818 if test "${with_udev+set}" = set; then :
3823 # Check whether --with-v4l was given.
3824 if test "${with_v4l+set}" = set; then :
3829 # Check whether --with-vkd3d was given.
3830 if test "${with_vkd3d+set}" = set; then :
3831 withval
=$with_vkd3d;
3835 # Check whether --with-vulkan was given.
3836 if test "${with_vulkan+set}" = set; then :
3837 withval
=$with_vulkan;
3841 # Check whether --with-xcomposite was given.
3842 if test "${with_xcomposite+set}" = set; then :
3843 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3847 # Check whether --with-xcursor was given.
3848 if test "${with_xcursor+set}" = set; then :
3849 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3853 # Check whether --with-xfixes was given.
3854 if test "${with_xfixes+set}" = set; then :
3855 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3859 # Check whether --with-xinerama was given.
3860 if test "${with_xinerama+set}" = set; then :
3861 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3865 # Check whether --with-xinput was given.
3866 if test "${with_xinput+set}" = set; then :
3867 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3871 # Check whether --with-xinput2 was given.
3872 if test "${with_xinput2+set}" = set; then :
3873 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3877 # Check whether --with-xml was given.
3878 if test "${with_xml+set}" = set; then :
3883 # Check whether --with-xrandr was given.
3884 if test "${with_xrandr+set}" = set; then :
3885 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3889 # Check whether --with-xrender was given.
3890 if test "${with_xrender+set}" = set; then :
3891 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3895 # Check whether --with-xshape was given.
3896 if test "${with_xshape+set}" = set; then :
3897 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3901 # Check whether --with-xshm was given.
3902 if test "${with_xshm+set}" = set; then :
3903 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3907 # Check whether --with-xslt was given.
3908 if test "${with_xslt+set}" = set; then :
3913 # Check whether --with-xxf86vm was given.
3914 if test "${with_xxf86vm+set}" = set; then :
3915 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
3919 # Check whether --with-zlib was given.
3920 if test "${with_zlib+set}" = set; then :
3921 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3926 # Check whether --with-wine-tools was given.
3927 if test "${with_wine_tools+set}" = set; then :
3928 withval
=$with_wine_tools;
3932 # Check whether --with-wine64 was given.
3933 if test "${with_wine64+set}" = set; then :
3934 withval
=$with_wine64;
3938 # Make sure we can run config.sub.
3939 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3940 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3943 $as_echo_n "checking build system type... " >&6; }
3944 if ${ac_cv_build+:} false
; then :
3945 $as_echo_n "(cached) " >&6
3947 ac_build_alias
=$build_alias
3948 test "x$ac_build_alias" = x
&&
3949 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3950 test "x$ac_build_alias" = x
&&
3951 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3952 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3953 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3957 $as_echo "$ac_cv_build" >&6; }
3958 case $ac_cv_build in
3960 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3963 ac_save_IFS
=$IFS; IFS
='-'
3969 # Remember, the first character of IFS is used to create $*,
3970 # except with old shells:
3973 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3977 $as_echo_n "checking host system type... " >&6; }
3978 if ${ac_cv_host+:} false
; then :
3979 $as_echo_n "(cached) " >&6
3981 if test "x$host_alias" = x
; then
3982 ac_cv_host
=$ac_cv_build
3984 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3985 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3990 $as_echo "$ac_cv_host" >&6; }
3993 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3996 ac_save_IFS
=$IFS; IFS
='-'
4002 # Remember, the first character of IFS is used to create $*,
4003 # except with old shells:
4006 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
4012 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
4013 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
4014 You need to run 'make distclean' in the source tree first." "$LINENO" 5
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4020 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4022 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4023 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4024 $as_echo_n "(cached) " >&6
4026 cat >conftest.
make <<\_ACEOF
4029 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4031 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4032 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4034 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4036 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4040 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4042 $as_echo "yes" >&6; }
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4046 $as_echo "no" >&6; }
4047 SET_MAKE
="MAKE=${MAKE-make}"
4051 ac_cpp
='$CPP $CPPFLAGS'
4052 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4053 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4054 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4055 if test -n "$ac_tool_prefix"; then
4056 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4057 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059 $as_echo_n "checking for $ac_word... " >&6; }
4060 if ${ac_cv_prog_CC+:} false
; then :
4061 $as_echo_n "(cached) " >&6
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC
="$CC" # Let the user override the test.
4066 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4070 test -z "$as_dir" && as_dir
=.
4071 for ac_exec_ext
in '' $ac_executable_extensions; do
4072 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4073 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 if test -n "$CC"; then
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086 $as_echo "$CC" >&6; }
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089 $as_echo "no" >&6; }
4094 if test -z "$ac_cv_prog_CC"; then
4096 # Extract the first word of "gcc", so it can be a program name with args.
4097 set dummy gcc
; ac_word
=$2
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4099 $as_echo_n "checking for $ac_word... " >&6; }
4100 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4101 $as_echo_n "(cached) " >&6
4103 if test -n "$ac_ct_CC"; then
4104 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4110 test -z "$as_dir" && as_dir
=.
4111 for ac_exec_ext
in '' $ac_executable_extensions; do
4112 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4113 ac_cv_prog_ac_ct_CC
="gcc"
4114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4123 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4124 if test -n "$ac_ct_CC"; then
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4126 $as_echo "$ac_ct_CC" >&6; }
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4129 $as_echo "no" >&6; }
4132 if test "x$ac_ct_CC" = x
; then
4135 case $cross_compiling:$ac_tool_warned in
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4138 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4139 ac_tool_warned
=yes ;;
4147 if test -z "$CC"; then
4148 if test -n "$ac_tool_prefix"; then
4149 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4150 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4152 $as_echo_n "checking for $ac_word... " >&6; }
4153 if ${ac_cv_prog_CC+:} false
; then :
4154 $as_echo_n "(cached) " >&6
4156 if test -n "$CC"; then
4157 ac_cv_prog_CC
="$CC" # Let the user override the test.
4159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4163 test -z "$as_dir" && as_dir
=.
4164 for ac_exec_ext
in '' $ac_executable_extensions; do
4165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4166 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 if test -n "$CC"; then
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4179 $as_echo "$CC" >&6; }
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4182 $as_echo "no" >&6; }
4188 if test -z "$CC"; then
4189 # Extract the first word of "cc", so it can be a program name with args.
4190 set dummy cc
; ac_word
=$2
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4192 $as_echo_n "checking for $ac_word... " >&6; }
4193 if ${ac_cv_prog_CC+:} false
; then :
4194 $as_echo_n "(cached) " >&6
4196 if test -n "$CC"; then
4197 ac_cv_prog_CC
="$CC" # Let the user override the test.
4200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4204 test -z "$as_dir" && as_dir
=.
4205 for ac_exec_ext
in '' $ac_executable_extensions; do
4206 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4207 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4208 ac_prog_rejected
=yes
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4219 if test $ac_prog_rejected = yes; then
4220 # We found a bogon in the path, so make sure we never use it.
4221 set dummy
$ac_cv_prog_CC
4223 if test $# != 0; then
4224 # We chose a different compiler from the bogus one.
4225 # However, it has the same basename, so the bogon will be chosen
4226 # first if we set CC to just the basename; use the full file name.
4228 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4234 if test -n "$CC"; then
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4236 $as_echo "$CC" >&6; }
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4239 $as_echo "no" >&6; }
4244 if test -z "$CC"; then
4245 if test -n "$ac_tool_prefix"; then
4246 for ac_prog
in cl.exe
4248 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4249 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251 $as_echo_n "checking for $ac_word... " >&6; }
4252 if ${ac_cv_prog_CC+:} false
; then :
4253 $as_echo_n "(cached) " >&6
4255 if test -n "$CC"; then
4256 ac_cv_prog_CC
="$CC" # Let the user override the test.
4258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4262 test -z "$as_dir" && as_dir
=.
4263 for ac_exec_ext
in '' $ac_executable_extensions; do
4264 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4265 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4276 if test -n "$CC"; then
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278 $as_echo "$CC" >&6; }
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281 $as_echo "no" >&6; }
4285 test -n "$CC" && break
4288 if test -z "$CC"; then
4290 for ac_prog
in cl.exe
4292 # Extract the first word of "$ac_prog", so it can be a program name with args.
4293 set dummy
$ac_prog; ac_word
=$2
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4295 $as_echo_n "checking for $ac_word... " >&6; }
4296 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4297 $as_echo_n "(cached) " >&6
4299 if test -n "$ac_ct_CC"; then
4300 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4302 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4306 test -z "$as_dir" && as_dir
=.
4307 for ac_exec_ext
in '' $ac_executable_extensions; do
4308 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4309 ac_cv_prog_ac_ct_CC
="$ac_prog"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4319 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4320 if test -n "$ac_ct_CC"; then
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4322 $as_echo "$ac_ct_CC" >&6; }
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4325 $as_echo "no" >&6; }
4329 test -n "$ac_ct_CC" && break
4332 if test "x$ac_ct_CC" = x
; then
4335 case $cross_compiling:$ac_tool_warned in
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4338 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4339 ac_tool_warned
=yes ;;
4348 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4350 as_fn_error $?
"no acceptable C compiler found in \$PATH
4351 See \`config.log' for more details" "$LINENO" 5; }
4353 # Provide some information about the compiler.
4354 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4357 for ac_option
in --version -v -V -qversion; do
4358 { { ac_try
="$ac_compiler $ac_option >&5"
4360 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4361 *) ac_try_echo=$ac_try;;
4363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4364 $as_echo "$ac_try_echo"; } >&5
4365 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4367 if test -s conftest.err; then
4369 ... rest of stderr output deleted ...
4370 10q' conftest.err >conftest.er1
4371 cat conftest.er1 >&5
4373 rm -f conftest.er1 conftest.err
4374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4375 test $ac_status = 0; }
4378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4379 /* end confdefs.h. */
4389 ac_clean_files_save=$ac_clean_files
4390 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4391 # Try to create an executable without -o first, disregard a.out.
4392 # It will help us diagnose broken compilers, and finding out an intuition
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4395 $as_echo_n "checking whether the C compiler works... " >&6; }
4396 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4398 # The possible output files:
4399 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4402 for ac_file in $ac_files
4405 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4406 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4411 if { { ac_try="$ac_link_default"
4413 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4414 *) ac_try_echo
=$ac_try;;
4416 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4417 $as_echo "$ac_try_echo"; } >&5
4418 (eval "$ac_link_default") 2>&5
4420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4421 test $ac_status = 0; }; then :
4422 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4423 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4424 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4425 # so that the user can short-circuit this test for compilers unknown to
4427 for ac_file
in $ac_files ''
4429 test -f "$ac_file" ||
continue
4431 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4434 # We found the default executable, but exeext='' is most
4438 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4440 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4442 # We set ac_cv_exeext here because the later test for it is not
4443 # safe: cross compilers may not add the suffix if given an `-o'
4444 # argument, so we may need to know it at that point already.
4445 # Even if this section looks crufty: it has the advantage of
4452 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4457 if test -z "$ac_file"; then :
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4460 $as_echo "$as_me: failed program was:" >&5
4461 sed 's/^/| /' conftest.
$ac_ext >&5
4463 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4464 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4465 as_fn_error
77 "C compiler cannot create executables
4466 See \`config.log' for more details" "$LINENO" 5; }
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4469 $as_echo "yes" >&6; }
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4472 $as_echo_n "checking for C compiler default output file name... " >&6; }
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4474 $as_echo "$ac_file" >&6; }
4475 ac_exeext
=$ac_cv_exeext
4477 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4478 ac_clean_files
=$ac_clean_files_save
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4480 $as_echo_n "checking for suffix of executables... " >&6; }
4481 if { { ac_try
="$ac_link"
4483 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4484 *) ac_try_echo=$ac_try;;
4486 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4487 $as_echo "$ac_try_echo"; } >&5
4488 (eval "$ac_link") 2>&5
4490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4491 test $ac_status = 0; }; then :
4492 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4493 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4494 # work properly (i.e., refer to `conftest.exe'), while it won't with
4496 for ac_file
in conftest.exe conftest conftest.
*; do
4497 test -f "$ac_file" ||
continue
4499 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4500 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4506 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4507 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4508 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4509 See \`config.log' for more details" "$LINENO" 5; }
4511 rm -f conftest conftest
$ac_cv_exeext
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4513 $as_echo "$ac_cv_exeext" >&6; }
4515 rm -f conftest.
$ac_ext
4516 EXEEXT
=$ac_cv_exeext
4518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4519 /* end confdefs.h. */
4524 FILE *f = fopen ("conftest.out", "w");
4525 return ferror (f) || fclose (f) != 0;
4531 ac_clean_files
="$ac_clean_files conftest.out"
4532 # Check that the compiler produces executables we can run. If not, either
4533 # the compiler is broken, or we cross compile.
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4535 $as_echo_n "checking whether we are cross compiling... " >&6; }
4536 if test "$cross_compiling" != yes; then
4537 { { ac_try
="$ac_link"
4539 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4540 *) ac_try_echo=$ac_try;;
4542 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4543 $as_echo "$ac_try_echo"; } >&5
4544 (eval "$ac_link") 2>&5
4546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4547 test $ac_status = 0; }
4548 if { ac_try='./conftest$ac_cv_exeext'
4549 { { case "(($ac_try" in
4550 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4551 *) ac_try_echo
=$ac_try;;
4553 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4554 $as_echo "$ac_try_echo"; } >&5
4555 (eval "$ac_try") 2>&5
4557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4558 test $ac_status = 0; }; }; then
4561 if test "$cross_compiling" = maybe
; then
4564 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4565 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4566 as_fn_error $?
"cannot run C compiled programs.
4567 If you meant to cross compile, use \`--host'.
4568 See \`config.log' for more details" "$LINENO" 5; }
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4573 $as_echo "$cross_compiling" >&6; }
4575 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4576 ac_clean_files
=$ac_clean_files_save
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4578 $as_echo_n "checking for suffix of object files... " >&6; }
4579 if ${ac_cv_objext+:} false
; then :
4580 $as_echo_n "(cached) " >&6
4582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4583 /* end confdefs.h. */
4593 rm -f conftest.o conftest.obj
4594 if { { ac_try
="$ac_compile"
4596 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4597 *) ac_try_echo=$ac_try;;
4599 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4600 $as_echo "$ac_try_echo"; } >&5
4601 (eval "$ac_compile") 2>&5
4603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4604 test $ac_status = 0; }; then :
4605 for ac_file in conftest.o conftest.obj conftest.*; do
4606 test -f "$ac_file" || continue;
4608 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4609 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4614 $as_echo "$as_me: failed program was:" >&5
4615 sed 's/^/| /' conftest.$ac_ext >&5
4617 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4618 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4619 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4620 See \
`config.log' for more details" "$LINENO" 5; }
4622 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4625 $as_echo "$ac_cv_objext" >&6; }
4626 OBJEXT=$ac_cv_objext
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4629 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4630 if ${ac_cv_c_compiler_gnu+:} false; then :
4631 $as_echo_n "(cached) " >&6
4633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4634 /* end confdefs.h. */
4647 if ac_fn_c_try_compile "$LINENO"; then :
4652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4653 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4657 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4658 if test $ac_compiler_gnu = yes; then
4663 ac_test_CFLAGS=${CFLAGS+set}
4664 ac_save_CFLAGS=$CFLAGS
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4666 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4667 if ${ac_cv_prog_cc_g+:} false; then :
4668 $as_echo_n "(cached) " >&6
4670 ac_save_c_werror_flag=$ac_c_werror_flag
4671 ac_c_werror_flag=yes
4674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4675 /* end confdefs.h. */
4685 if ac_fn_c_try_compile "$LINENO"; then :
4689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4690 /* end confdefs.h. */
4700 if ac_fn_c_try_compile "$LINENO"; then :
4703 ac_c_werror_flag=$ac_save_c_werror_flag
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706 /* end confdefs.h. */
4716 if ac_fn_c_try_compile "$LINENO"; then :
4719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4724 ac_c_werror_flag=$ac_save_c_werror_flag
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4727 $as_echo "$ac_cv_prog_cc_g" >&6; }
4728 if test "$ac_test_CFLAGS" = set; then
4729 CFLAGS=$ac_save_CFLAGS
4730 elif test $ac_cv_prog_cc_g = yes; then
4731 if test "$GCC" = yes; then
4737 if test "$GCC" = yes; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4744 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4745 if ${ac_cv_prog_cc_c89+:} false; then :
4746 $as_echo_n "(cached) " >&6
4748 ac_cv_prog_cc_c89=no
4750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4751 /* end confdefs.h. */
4755 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4756 struct buf { int x; };
4757 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4758 static char *e (p, i)
4764 static char *f (char * (*g) (char **, int), char **p, ...)
4769 s = g (p, va_arg (v,int));
4774 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4775 function prototypes and stuff, but not '\xHH' hex character constants.
4776 These don't provoke an error unfortunately, instead are silently treated
4777 as 'x'. The following induces an error, until -std is added to get
4778 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4779 array size at least. It's necessary to write '\x00'==0 to get something
4780 that's true only with -std. */
4781 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4783 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4784 inside strings and character constants. */
4786 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4788 int test (int i, double x);
4789 struct s1 {int (*f) (int a);};
4790 struct s2 {int (*f) (double a);};
4791 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4797 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4802 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4803 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4805 CC="$ac_save_CC $ac_arg"
4806 if ac_fn_c_try_compile "$LINENO"; then :
4807 ac_cv_prog_cc_c89=$ac_arg
4809 rm -f core conftest.err conftest.$ac_objext
4810 test "x$ac_cv_prog_cc_c89" != "xno" && break
4812 rm -f conftest.$ac_ext
4817 case "x$ac_cv_prog_cc_c89" in
4819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4820 $as_echo "none needed" >&6; } ;;
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4823 $as_echo "unsupported" >&6; } ;;
4825 CC="$CC $ac_cv_prog_cc_c89"
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4827 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4829 if test "x$ac_cv_prog_cc_c89" != xno; then :
4834 ac_cpp='$CPP $CPPFLAGS'
4835 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4836 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4837 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4840 ac_cpp='$CXXCPP $CPPFLAGS'
4841 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4842 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4843 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4844 if test -z "$CXX"; then
4845 if test -n "$CCC"; then
4848 if test -n "$ac_tool_prefix"; then
4849 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4851 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4852 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if ${ac_cv_prog_CXX+:} false; then :
4856 $as_echo_n "(cached) " >&6
4858 if test -n "$CXX"; then
4859 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4865 test -z "$as_dir" && as_dir=.
4866 for ac_exec_ext in '' $ac_executable_extensions; do
4867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4868 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4879 if test -n "$CXX"; then
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4881 $as_echo "$CXX" >&6; }
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4888 test -n "$CXX" && break
4891 if test -z "$CXX"; then
4893 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4895 # Extract the first word of "$ac_prog", so it can be a program name with args.
4896 set dummy $ac_prog; ac_word=$2
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898 $as_echo_n "checking for $ac_word... " >&6; }
4899 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4900 $as_echo_n "(cached) " >&6
4902 if test -n "$ac_ct_CXX"; then
4903 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4912 ac_cv_prog_ac_ct_CXX="$ac_prog"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4923 if test -n "$ac_ct_CXX"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4925 $as_echo "$ac_ct_CXX" >&6; }
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4932 test -n "$ac_ct_CXX" && break
4935 if test "x$ac_ct_CXX" = x; then
4938 case $cross_compiling:$ac_tool_warned in
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4941 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4942 ac_tool_warned=yes ;;
4950 # Provide some information about the compiler.
4951 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4954 for ac_option in --version -v -V -qversion; do
4955 { { ac_try="$ac_compiler $ac_option >&5"
4957 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4958 *) ac_try_echo
=$ac_try;;
4960 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4961 $as_echo "$ac_try_echo"; } >&5
4962 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4964 if test -s conftest.err
; then
4966 ... rest of stderr output deleted ...
4967 10q' conftest.err
>conftest.er1
4968 cat conftest.er1
>&5
4970 rm -f conftest.er1 conftest.err
4971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4972 test $ac_status = 0; }
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4976 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4977 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4978 $as_echo_n "(cached) " >&6
4980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4981 /* end confdefs.h. */
4994 if ac_fn_cxx_try_compile
"$LINENO"; then :
4999 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5000 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5004 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5005 if test $ac_compiler_gnu = yes; then
5010 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5011 ac_save_CXXFLAGS
=$CXXFLAGS
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5013 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5014 if ${ac_cv_prog_cxx_g+:} false
; then :
5015 $as_echo_n "(cached) " >&6
5017 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5018 ac_cxx_werror_flag
=yes
5021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5022 /* end confdefs.h. */
5032 if ac_fn_cxx_try_compile
"$LINENO"; then :
5033 ac_cv_prog_cxx_g
=yes
5036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5037 /* end confdefs.h. */
5047 if ac_fn_cxx_try_compile
"$LINENO"; then :
5050 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5053 /* end confdefs.h. */
5063 if ac_fn_cxx_try_compile
"$LINENO"; then :
5064 ac_cv_prog_cxx_g
=yes
5066 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5068 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5070 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5071 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5074 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5075 if test "$ac_test_CXXFLAGS" = set; then
5076 CXXFLAGS
=$ac_save_CXXFLAGS
5077 elif test $ac_cv_prog_cxx_g = yes; then
5078 if test "$GXX" = yes; then
5084 if test "$GXX" = yes; then
5091 ac_cpp
='$CPP $CPPFLAGS'
5092 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5093 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5094 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5096 if test -n "$ac_tool_prefix"; then
5097 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
5098 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5100 $as_echo_n "checking for $ac_word... " >&6; }
5101 if ${ac_cv_prog_CPPBIN+:} false
; then :
5102 $as_echo_n "(cached) " >&6
5104 if test -n "$CPPBIN"; then
5105 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
5107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5111 test -z "$as_dir" && as_dir
=.
5112 for ac_exec_ext
in '' $ac_executable_extensions; do
5113 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5114 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5124 CPPBIN
=$ac_cv_prog_CPPBIN
5125 if test -n "$CPPBIN"; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5127 $as_echo "$CPPBIN" >&6; }
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130 $as_echo "no" >&6; }
5135 if test -z "$ac_cv_prog_CPPBIN"; then
5136 ac_ct_CPPBIN
=$CPPBIN
5137 # Extract the first word of "cpp", so it can be a program name with args.
5138 set dummy cpp
; ac_word
=$2
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140 $as_echo_n "checking for $ac_word... " >&6; }
5141 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5142 $as_echo_n "(cached) " >&6
5144 if test -n "$ac_ct_CPPBIN"; then
5145 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5151 test -z "$as_dir" && as_dir
=.
5152 for ac_exec_ext
in '' $ac_executable_extensions; do
5153 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5154 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5164 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5165 if test -n "$ac_ct_CPPBIN"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5167 $as_echo "$ac_ct_CPPBIN" >&6; }
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170 $as_echo "no" >&6; }
5173 if test "x$ac_ct_CPPBIN" = x
; then
5176 case $cross_compiling:$ac_tool_warned in
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5179 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5180 ac_tool_warned
=yes ;;
5182 CPPBIN
=$ac_ct_CPPBIN
5185 CPPBIN
="$ac_cv_prog_CPPBIN"
5189 cat >>confdefs.h
<<_ACEOF
5190 #define EXEEXT "$ac_exeext"
5193 if test -n "$ac_tool_prefix"; then
5194 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5195 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5197 $as_echo_n "checking for $ac_word... " >&6; }
5198 if ${ac_cv_prog_LD+:} false
; then :
5199 $as_echo_n "(cached) " >&6
5201 if test -n "$LD"; then
5202 ac_cv_prog_LD
="$LD" # Let the user override the test.
5204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5208 test -z "$as_dir" && as_dir
=.
5209 for ac_exec_ext
in '' $ac_executable_extensions; do
5210 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5211 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5222 if test -n "$LD"; then
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5224 $as_echo "$LD" >&6; }
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5227 $as_echo "no" >&6; }
5232 if test -z "$ac_cv_prog_LD"; then
5234 # Extract the first word of "ld", so it can be a program name with args.
5235 set dummy ld
; ac_word
=$2
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5237 $as_echo_n "checking for $ac_word... " >&6; }
5238 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5239 $as_echo_n "(cached) " >&6
5241 if test -n "$ac_ct_LD"; then
5242 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5244 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5248 test -z "$as_dir" && as_dir
=.
5249 for ac_exec_ext
in '' $ac_executable_extensions; do
5250 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5251 ac_cv_prog_ac_ct_LD
="ld"
5252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5262 if test -n "$ac_ct_LD"; then
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5264 $as_echo "$ac_ct_LD" >&6; }
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5267 $as_echo "no" >&6; }
5270 if test "x$ac_ct_LD" = x
; then
5273 case $cross_compiling:$ac_tool_warned in
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5277 ac_tool_warned
=yes ;;
5288 with_fontconfig
=${with_fontconfig:-no}
5290 *-mingw32*|
*-cygwin*)
5291 enable_win16
=${enable_win16:-no}
5292 CFLAGS
="$CFLAGS -D_WIN32"
5298 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5303 $as_echo_n "checking whether $CC works... " >&6; }
5305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5306 /* end confdefs.h. */
5316 if ac_fn_c_try_link
"$LINENO"; then :
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5318 $as_echo "yes" >&6; }
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5321 $as_echo "no" >&6; }
5322 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5324 rm -f core conftest.err conftest.
$ac_objext \
5325 conftest
$ac_exeext conftest.
$ac_ext
5327 notice_platform
="32-bit "
5330 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5331 export PKG_CONFIG_PATH
5332 enable_win16
=${enable_win16:-yes}
5334 if test "x${GCC}" = "xyes"
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5337 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5339 /* end confdefs.h. */
5344 void func(__builtin_ms_va_list *args);
5349 if ac_fn_c_try_compile
"$LINENO"; then :
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5351 $as_echo "yes" >&6; }
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5354 $as_echo "no" >&6; }
5355 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5362 notice_platform
="64-bit "
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5369 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5371 /* end confdefs.h. */
5372 int ac_test(int i) { return i; }
5376 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5381 if ac_fn_c_try_link
"$LINENO"; then :
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5383 $as_echo "yes" >&6; }
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5386 $as_echo "no" >&6; }
5387 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5389 rm -f core conftest.err conftest.
$ac_objext \
5390 conftest
$ac_exeext conftest.
$ac_ext
5391 case $with_float_abi in
5393 float_abi
=$with_float_abi ;;
5400 saved_CFLAGS
=$CFLAGS
5401 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5403 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5405 /* end confdefs.h. */
5410 asm("vmrs r2,fpscr");
5415 if ac_fn_c_try_link
"$LINENO"; then :
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5417 $as_echo "yes" >&6; }
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5420 $as_echo "no" >&6; }
5422 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5424 rm -f core conftest.err conftest.
$ac_objext \
5425 conftest
$ac_exeext conftest.
$ac_ext
5426 CFLAGS
=$saved_CFLAGS
5430 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5431 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5436 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5438 /* end confdefs.h. */
5443 void func(__builtin_ms_va_list *args);
5448 if ac_fn_c_try_compile
"$LINENO"; then :
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5450 $as_echo "yes" >&6; }
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5453 $as_echo "no" >&6; }
5454 as_fn_error $?
"You need clang >= 5.0 to build Wine for arm64." "$LINENO" 5
5456 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5459 enable_win16
=${enable_win16:-yes}
5463 enable_win16
=${enable_win16:-no}
5464 enable_win64
=${enable_win64:-no}
5466 enable_winetest
=${enable_winetest:-$enable_tests}
5468 if test -n "$with_wine64"
5470 if test "x$enable_win64" = "xyes"
5472 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5473 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5475 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5476 You should create a separate build directory and run configure from there." "$LINENO" 5
5477 enable_fonts
=${enable_fonts:-no}
5478 enable_server
=${enable_server:-no}
5481 elif test "x$enable_win64" = "xyes"
5483 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5487 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5488 if ${wine_cv_toolsdir+:} false
; then :
5489 $as_echo_n "(cached) " >&6
5491 wine_cv_toolsdir
="$with_wine_tools"
5492 if test -z "$with_wine_tools"; then
5493 if test "$cross_compiling" = "yes"; then
5494 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5495 elif test -n "$with_wine64"; then
5496 wine_cv_toolsdir
="$with_wine64"
5499 if test -z "$wine_cv_toolsdir"; then
5500 wine_makedep
=tools
/makedep
5501 wine_cv_toolsdir
="\$(top_builddir)"
5502 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5503 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5504 case "$wine_cv_toolsdir" in
5506 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5508 enable_tools
=${enable_tools:-no}
5509 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5511 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5515 $as_echo "$wine_cv_toolsdir" >&6; }
5516 TOOLSDIR
=$wine_cv_toolsdir
5518 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5520 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5526 # Extract the first word of "$ac_prog", so it can be a program name with args.
5527 set dummy
$ac_prog; ac_word
=$2
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5529 $as_echo_n "checking for $ac_word... " >&6; }
5530 if ${ac_cv_prog_FLEX+:} false
; then :
5531 $as_echo_n "(cached) " >&6
5533 if test -n "$FLEX"; then
5534 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5536 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5540 test -z "$as_dir" && as_dir
=.
5541 for ac_exec_ext
in '' $ac_executable_extensions; do
5542 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5543 ac_cv_prog_FLEX
="$ac_prog"
5544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 FLEX
=$ac_cv_prog_FLEX
5554 if test -n "$FLEX"; then
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5556 $as_echo "$FLEX" >&6; }
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5559 $as_echo "no" >&6; }
5563 test -n "$FLEX" && break
5565 test -n "$FLEX" || FLEX
="none"
5567 if test "$FLEX" = "none"
5569 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5572 $as_echo_n "checking whether flex is recent enough... " >&6; }
5573 cat >conftest.l
<<EOF
5575 #include "prediluvian.h"
5579 if $FLEX -t conftest.l
>/dev
/null
2>&5
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5582 $as_echo "yes" >&6; }
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5585 $as_echo "no" >&6; }
5586 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5589 for ac_prog
in bison
5591 # Extract the first word of "$ac_prog", so it can be a program name with args.
5592 set dummy
$ac_prog; ac_word
=$2
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5594 $as_echo_n "checking for $ac_word... " >&6; }
5595 if ${ac_cv_prog_BISON+:} false
; then :
5596 $as_echo_n "(cached) " >&6
5598 if test -n "$BISON"; then
5599 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5601 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5605 test -z "$as_dir" && as_dir
=.
5606 for ac_exec_ext
in '' $ac_executable_extensions; do
5607 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5608 ac_cv_prog_BISON
="$ac_prog"
5609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5618 BISON
=$ac_cv_prog_BISON
5619 if test -n "$BISON"; then
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5621 $as_echo "$BISON" >&6; }
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5624 $as_echo "no" >&6; }
5628 test -n "$BISON" && break
5630 test -n "$BISON" || BISON
="none"
5632 if test "$BISON" = "none"
5634 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5637 if test -n "$ac_tool_prefix"; then
5638 for ac_prog
in ar gar
5640 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5641 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5643 $as_echo_n "checking for $ac_word... " >&6; }
5644 if ${ac_cv_prog_AR+:} false
; then :
5645 $as_echo_n "(cached) " >&6
5647 if test -n "$AR"; then
5648 ac_cv_prog_AR
="$AR" # Let the user override the test.
5650 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5654 test -z "$as_dir" && as_dir
=.
5655 for ac_exec_ext
in '' $ac_executable_extensions; do
5656 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5657 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5668 if test -n "$AR"; then
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5670 $as_echo "$AR" >&6; }
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5673 $as_echo "no" >&6; }
5677 test -n "$AR" && break
5680 if test -z "$AR"; then
5682 for ac_prog
in ar gar
5684 # Extract the first word of "$ac_prog", so it can be a program name with args.
5685 set dummy
$ac_prog; ac_word
=$2
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5687 $as_echo_n "checking for $ac_word... " >&6; }
5688 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5689 $as_echo_n "(cached) " >&6
5691 if test -n "$ac_ct_AR"; then
5692 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5694 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5698 test -z "$as_dir" && as_dir
=.
5699 for ac_exec_ext
in '' $ac_executable_extensions; do
5700 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5701 ac_cv_prog_ac_ct_AR
="$ac_prog"
5702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5711 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5712 if test -n "$ac_ct_AR"; then
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5714 $as_echo "$ac_ct_AR" >&6; }
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5717 $as_echo "no" >&6; }
5721 test -n "$ac_ct_AR" && break
5724 if test "x$ac_ct_AR" = x
; then
5727 case $cross_compiling:$ac_tool_warned in
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5730 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5731 ac_tool_warned
=yes ;;
5737 if test -n "$ac_tool_prefix"; then
5738 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5739 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5741 $as_echo_n "checking for $ac_word... " >&6; }
5742 if ${ac_cv_prog_STRIP+:} false
; then :
5743 $as_echo_n "(cached) " >&6
5745 if test -n "$STRIP"; then
5746 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5748 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5752 test -z "$as_dir" && as_dir
=.
5753 for ac_exec_ext
in '' $ac_executable_extensions; do
5754 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5755 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5765 STRIP
=$ac_cv_prog_STRIP
5766 if test -n "$STRIP"; then
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5768 $as_echo "$STRIP" >&6; }
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5771 $as_echo "no" >&6; }
5776 if test -z "$ac_cv_prog_STRIP"; then
5778 # Extract the first word of "strip", so it can be a program name with args.
5779 set dummy strip
; ac_word
=$2
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5781 $as_echo_n "checking for $ac_word... " >&6; }
5782 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5783 $as_echo_n "(cached) " >&6
5785 if test -n "$ac_ct_STRIP"; then
5786 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5788 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5792 test -z "$as_dir" && as_dir
=.
5793 for ac_exec_ext
in '' $ac_executable_extensions; do
5794 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5795 ac_cv_prog_ac_ct_STRIP
="strip"
5796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5805 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5806 if test -n "$ac_ct_STRIP"; then
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5808 $as_echo "$ac_ct_STRIP" >&6; }
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5811 $as_echo "no" >&6; }
5814 if test "x$ac_ct_STRIP" = x
; then
5817 case $cross_compiling:$ac_tool_warned in
5819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5820 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5821 ac_tool_warned
=yes ;;
5826 STRIP
="$ac_cv_prog_STRIP"
5831 if test -n "$ac_tool_prefix"; then
5832 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5833 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5835 $as_echo_n "checking for $ac_word... " >&6; }
5836 if ${ac_cv_prog_RANLIB+:} false
; then :
5837 $as_echo_n "(cached) " >&6
5839 if test -n "$RANLIB"; then
5840 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5842 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5846 test -z "$as_dir" && as_dir
=.
5847 for ac_exec_ext
in '' $ac_executable_extensions; do
5848 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5859 RANLIB
=$ac_cv_prog_RANLIB
5860 if test -n "$RANLIB"; then
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5862 $as_echo "$RANLIB" >&6; }
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5865 $as_echo "no" >&6; }
5870 if test -z "$ac_cv_prog_RANLIB"; then
5871 ac_ct_RANLIB
=$RANLIB
5872 # Extract the first word of "ranlib", so it can be a program name with args.
5873 set dummy ranlib
; ac_word
=$2
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5875 $as_echo_n "checking for $ac_word... " >&6; }
5876 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5877 $as_echo_n "(cached) " >&6
5879 if test -n "$ac_ct_RANLIB"; then
5880 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5886 test -z "$as_dir" && as_dir
=.
5887 for ac_exec_ext
in '' $ac_executable_extensions; do
5888 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5889 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5899 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5900 if test -n "$ac_ct_RANLIB"; then
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5902 $as_echo "$ac_ct_RANLIB" >&6; }
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5905 $as_echo "no" >&6; }
5908 if test "x$ac_ct_RANLIB" = x
; then
5911 case $cross_compiling:$ac_tool_warned in
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5914 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5915 ac_tool_warned
=yes ;;
5917 RANLIB
=$ac_ct_RANLIB
5920 RANLIB
="$ac_cv_prog_RANLIB"
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5924 $as_echo_n "checking whether ln -s works... " >&6; }
5926 if test "$LN_S" = "ln -s"; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5928 $as_echo "yes" >&6; }
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5931 $as_echo "no, using $LN_S" >&6; }
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5935 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5936 if ${ac_cv_path_GREP+:} false
; then :
5937 $as_echo_n "(cached) " >&6
5939 if test -z "$GREP"; then
5940 ac_path_GREP_found
=false
5941 # Loop through the user's path and test for each of PROGNAME-LIST
5942 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5943 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5946 test -z "$as_dir" && as_dir
=.
5947 for ac_prog
in grep ggrep
; do
5948 for ac_exec_ext
in '' $ac_executable_extensions; do
5949 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5950 as_fn_executable_p
"$ac_path_GREP" ||
continue
5951 # Check for GNU ac_path_GREP and select it if it is found.
5952 # Check for GNU $ac_path_GREP
5953 case `"$ac_path_GREP" --version 2>&1` in
5955 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5958 $as_echo_n 0123456789 >"conftest.in"
5961 cat "conftest.in" "conftest.in" >"conftest.tmp"
5962 mv "conftest.tmp" "conftest.in"
5963 cp "conftest.in" "conftest.nl"
5964 $as_echo 'GREP' >> "conftest.nl"
5965 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5966 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5967 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5968 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5969 # Best one so far, save it but keep looking for a better one
5970 ac_cv_path_GREP
="$ac_path_GREP"
5971 ac_path_GREP_max
=$ac_count
5973 # 10*(2^10) chars as input seems more than enough
5974 test $ac_count -gt 10 && break
5976 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5979 $ac_path_GREP_found && break 3
5984 if test -z "$ac_cv_path_GREP"; then
5985 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5988 ac_cv_path_GREP
=$GREP
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5993 $as_echo "$ac_cv_path_GREP" >&6; }
5994 GREP
="$ac_cv_path_GREP"
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5998 $as_echo_n "checking for egrep... " >&6; }
5999 if ${ac_cv_path_EGREP+:} false
; then :
6000 $as_echo_n "(cached) " >&6
6002 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6003 then ac_cv_path_EGREP
="$GREP -E"
6005 if test -z "$EGREP"; then
6006 ac_path_EGREP_found
=false
6007 # Loop through the user's path and test for each of PROGNAME-LIST
6008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6009 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6012 test -z "$as_dir" && as_dir
=.
6013 for ac_prog
in egrep; do
6014 for ac_exec_ext
in '' $ac_executable_extensions; do
6015 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6016 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6017 # Check for GNU ac_path_EGREP and select it if it is found.
6018 # Check for GNU $ac_path_EGREP
6019 case `"$ac_path_EGREP" --version 2>&1` in
6021 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6024 $as_echo_n 0123456789 >"conftest.in"
6027 cat "conftest.in" "conftest.in" >"conftest.tmp"
6028 mv "conftest.tmp" "conftest.in"
6029 cp "conftest.in" "conftest.nl"
6030 $as_echo 'EGREP' >> "conftest.nl"
6031 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6032 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6033 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6034 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6035 # Best one so far, save it but keep looking for a better one
6036 ac_cv_path_EGREP
="$ac_path_EGREP"
6037 ac_path_EGREP_max
=$ac_count
6039 # 10*(2^10) chars as input seems more than enough
6040 test $ac_count -gt 10 && break
6042 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6045 $ac_path_EGREP_found && break 3
6050 if test -z "$ac_cv_path_EGREP"; then
6051 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6054 ac_cv_path_EGREP
=$EGREP
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6060 $as_echo "$ac_cv_path_EGREP" >&6; }
6061 EGREP
="$ac_cv_path_EGREP"
6064 # Extract the first word of "ldconfig", so it can be a program name with args.
6065 set dummy ldconfig
; ac_word
=$2
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if ${ac_cv_path_LDCONFIG+:} false
; then :
6069 $as_echo_n "(cached) " >&6
6073 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6076 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6077 for as_dir
in /sbin
/usr
/sbin
$PATH
6080 test -z "$as_dir" && as_dir
=.
6081 for ac_exec_ext
in '' $ac_executable_extensions; do
6082 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6083 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6091 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6095 LDCONFIG
=$ac_cv_path_LDCONFIG
6096 if test -n "$LDCONFIG"; then
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
6098 $as_echo "$LDCONFIG" >&6; }
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6101 $as_echo "no" >&6; }
6105 for ac_prog
in msgfmt
6107 # Extract the first word of "$ac_prog", so it can be a program name with args.
6108 set dummy
$ac_prog; ac_word
=$2
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6110 $as_echo_n "checking for $ac_word... " >&6; }
6111 if ${ac_cv_prog_MSGFMT+:} false
; then :
6112 $as_echo_n "(cached) " >&6
6114 if test -n "$MSGFMT"; then
6115 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
6117 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6121 test -z "$as_dir" && as_dir
=.
6122 for ac_exec_ext
in '' $ac_executable_extensions; do
6123 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6124 ac_cv_prog_MSGFMT
="$ac_prog"
6125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6134 MSGFMT
=$ac_cv_prog_MSGFMT
6135 if test -n "$MSGFMT"; then
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
6137 $as_echo "$MSGFMT" >&6; }
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6140 $as_echo "no" >&6; }
6144 test -n "$MSGFMT" && break
6146 test -n "$MSGFMT" || MSGFMT
="false"
6148 if ${ac_tool_prefix+:} false
; then :
6149 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6150 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152 $as_echo_n "checking for $ac_word... " >&6; }
6153 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6154 $as_echo_n "(cached) " >&6
6156 if test -n "$PKG_CONFIG"; then
6157 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6163 test -z "$as_dir" && as_dir
=.
6164 for ac_exec_ext
in '' $ac_executable_extensions; do
6165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6166 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6176 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6177 if test -n "$PKG_CONFIG"; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6179 $as_echo "$PKG_CONFIG" >&6; }
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182 $as_echo "no" >&6; }
6187 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6188 if test "x$cross_compiling" = xyes
; then :
6191 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6192 # Extract the first word of "pkg-config", so it can be a program name with args.
6193 set dummy pkg-config
; ac_word
=$2
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6195 $as_echo_n "checking for $ac_word... " >&6; }
6196 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6197 $as_echo_n "(cached) " >&6
6199 if test -n "$PKG_CONFIG"; then
6200 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6202 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6206 test -z "$as_dir" && as_dir
=.
6207 for ac_exec_ext
in '' $ac_executable_extensions; do
6208 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6209 ac_cv_prog_PKG_CONFIG
="pkg-config"
6210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6219 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6220 if test -n "$PKG_CONFIG"; then
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6222 $as_echo "$PKG_CONFIG" >&6; }
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6225 $as_echo "no" >&6; }
6231 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6234 if test "x$enable_maintainer_mode" != "xyes"
6241 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6242 for ac_prog
in fontforge
6244 # Extract the first word of "$ac_prog", so it can be a program name with args.
6245 set dummy
$ac_prog; ac_word
=$2
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6247 $as_echo_n "checking for $ac_word... " >&6; }
6248 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6249 $as_echo_n "(cached) " >&6
6251 if test -n "$FONTFORGE"; then
6252 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6258 test -z "$as_dir" && as_dir
=.
6259 for ac_exec_ext
in '' $ac_executable_extensions; do
6260 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6261 ac_cv_prog_FONTFORGE
="$ac_prog"
6262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6271 FONTFORGE
=$ac_cv_prog_FONTFORGE
6272 if test -n "$FONTFORGE"; then
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6274 $as_echo "$FONTFORGE" >&6; }
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277 $as_echo "no" >&6; }
6281 test -n "$FONTFORGE" && break
6283 test -n "$FONTFORGE" || FONTFORGE
="false"
6285 for ac_prog
in rsvg-convert rsvg
6287 # Extract the first word of "$ac_prog", so it can be a program name with args.
6288 set dummy
$ac_prog; ac_word
=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if ${ac_cv_prog_RSVG+:} false
; then :
6292 $as_echo_n "(cached) " >&6
6294 if test -n "$RSVG"; then
6295 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6297 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6301 test -z "$as_dir" && as_dir
=.
6302 for ac_exec_ext
in '' $ac_executable_extensions; do
6303 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6304 ac_cv_prog_RSVG
="$ac_prog"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6314 RSVG
=$ac_cv_prog_RSVG
6315 if test -n "$RSVG"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6317 $as_echo "$RSVG" >&6; }
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6324 test -n "$RSVG" && break
6326 test -n "$RSVG" || RSVG
="false"
6328 for ac_prog
in convert
6330 # Extract the first word of "$ac_prog", so it can be a program name with args.
6331 set dummy
$ac_prog; ac_word
=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if ${ac_cv_prog_CONVERT+:} false
; then :
6335 $as_echo_n "(cached) " >&6
6337 if test -n "$CONVERT"; then
6338 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6344 test -z "$as_dir" && as_dir
=.
6345 for ac_exec_ext
in '' $ac_executable_extensions; do
6346 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6347 ac_cv_prog_CONVERT
="$ac_prog"
6348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 CONVERT
=$ac_cv_prog_CONVERT
6358 if test -n "$CONVERT"; then
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6360 $as_echo "$CONVERT" >&6; }
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6367 test -n "$CONVERT" && break
6369 test -n "$CONVERT" || CONVERT
="false"
6371 for ac_prog
in icotool
6373 # Extract the first word of "$ac_prog", so it can be a program name with args.
6374 set dummy
$ac_prog; ac_word
=$2
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6376 $as_echo_n "checking for $ac_word... " >&6; }
6377 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6378 $as_echo_n "(cached) " >&6
6380 if test -n "$ICOTOOL"; then
6381 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6387 test -z "$as_dir" && as_dir
=.
6388 for ac_exec_ext
in '' $ac_executable_extensions; do
6389 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6390 ac_cv_prog_ICOTOOL
="$ac_prog"
6391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6400 ICOTOOL
=$ac_cv_prog_ICOTOOL
6401 if test -n "$ICOTOOL"; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6403 $as_echo "$ICOTOOL" >&6; }
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6406 $as_echo "no" >&6; }
6410 test -n "$ICOTOOL" && break
6412 test -n "$ICOTOOL" || ICOTOOL
="false"
6414 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6415 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6417 if test "$CONVERT" = false
6419 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6422 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6423 convert_version
=`convert --version | head -n1`
6424 if test "x$convert_version" != "x"
6426 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6427 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6428 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6433 if test "$CONVERT" = false
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6436 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6437 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6440 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6444 if test "$ICOTOOL" = false
6446 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6449 $as_echo_n "checking for recent enough icotool... " >&6; }
6450 icotool_version
=`icotool --version | head -n1`
6451 if test "x$icotool_version" != "x"
6453 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6454 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6455 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6458 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6461 if test "$ICOTOOL" = false
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6464 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6465 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6468 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6474 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6477 test "x$with_gettext" != xno || MSGFMT
=false
6478 if test "$MSGFMT" != "false"
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6481 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6482 cat >conftest.po
<<EOF
6488 if $MSGFMT -o /dev
/null conftest.po
2>&5
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6491 $as_echo "yes" >&6; }
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6494 $as_echo "no" >&6; }
6498 if test "$MSGFMT" = false
; then :
6499 case "x$with_gettext" in
6500 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6502 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6503 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6505 enable_po
=${enable_po:-no}
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6510 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6511 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6512 $as_echo_n "(cached) " >&6
6514 ac_check_lib_save_LIBS
=$LIBS
6516 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6517 /* end confdefs.h. */
6519 /* Override any GCC internal prototype to avoid an error.
6520 Use char because int might match the return type of a GCC
6521 builtin and then its argument prototype would still apply. */
6525 char i386_set_ldt ();
6529 return i386_set_ldt ();
6534 if ac_fn_c_try_link
"$LINENO"; then :
6535 ac_cv_lib_i386_i386_set_ldt
=yes
6537 ac_cv_lib_i386_i386_set_ldt
=no
6539 rm -f core conftest.err conftest.
$ac_objext \
6540 conftest
$ac_exeext conftest.
$ac_ext
6541 LIBS
=$ac_check_lib_save_LIBS
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6544 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6545 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6546 cat >>confdefs.h
<<_ACEOF
6547 #define HAVE_LIBI386 1
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6555 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6556 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6557 $as_echo_n "(cached) " >&6
6559 ac_check_lib_save_LIBS
=$LIBS
6560 LIBS
="-lossaudio $LIBS"
6561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6562 /* end confdefs.h. */
6564 /* Override any GCC internal prototype to avoid an error.
6565 Use char because int might match the return type of a GCC
6566 builtin and then its argument prototype would still apply. */
6574 return _oss_ioctl ();
6579 if ac_fn_c_try_link
"$LINENO"; then :
6580 ac_cv_lib_ossaudio__oss_ioctl
=yes
6582 ac_cv_lib_ossaudio__oss_ioctl
=no
6584 rm -f core conftest.err conftest.
$ac_objext \
6585 conftest
$ac_exeext conftest.
$ac_ext
6586 LIBS
=$ac_check_lib_save_LIBS
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6589 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6590 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6591 cat >>confdefs.h
<<_ACEOF
6592 #define HAVE_LIBOSSAUDIO 1
6595 LIBS
="-lossaudio $LIBS"
6604 # Check whether --enable-largefile was given.
6605 if test "${enable_largefile+set}" = set; then :
6606 enableval
=$enable_largefile;
6609 if test "$enable_largefile" != no
; then
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6612 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6613 if ${ac_cv_sys_largefile_CC+:} false
; then :
6614 $as_echo_n "(cached) " >&6
6616 ac_cv_sys_largefile_CC
=no
6617 if test "$GCC" != yes; then
6620 # IRIX 6.2 and later do not support large files by default,
6621 # so use the C compiler's -n32 option if that helps.
6622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h. */
6624 #include <sys/types.h>
6625 /* Check that off_t can represent 2**63 - 1 correctly.
6626 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6627 since some C++ compilers masquerading as C compilers
6628 incorrectly reject 9223372036854775807. */
6629 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6630 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6631 && LARGE_OFF_T % 2147483647 == 1)
6641 if ac_fn_c_try_compile
"$LINENO"; then :
6644 rm -f core conftest.err conftest.
$ac_objext
6646 if ac_fn_c_try_compile
"$LINENO"; then :
6647 ac_cv_sys_largefile_CC
=' -n32'; break
6649 rm -f core conftest.err conftest.
$ac_objext
6653 rm -f conftest.
$ac_ext
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6657 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6658 if test "$ac_cv_sys_largefile_CC" != no
; then
6659 CC
=$CC$ac_cv_sys_largefile_CC
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6663 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6664 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6665 $as_echo_n "(cached) " >&6
6668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6669 /* end confdefs.h. */
6670 #include <sys/types.h>
6671 /* Check that off_t can represent 2**63 - 1 correctly.
6672 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6673 since some C++ compilers masquerading as C compilers
6674 incorrectly reject 9223372036854775807. */
6675 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6676 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6677 && LARGE_OFF_T % 2147483647 == 1)
6687 if ac_fn_c_try_compile
"$LINENO"; then :
6688 ac_cv_sys_file_offset_bits
=no
; break
6690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h. */
6693 #define _FILE_OFFSET_BITS 64
6694 #include <sys/types.h>
6695 /* Check that off_t can represent 2**63 - 1 correctly.
6696 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6697 since some C++ compilers masquerading as C compilers
6698 incorrectly reject 9223372036854775807. */
6699 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6700 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6701 && LARGE_OFF_T % 2147483647 == 1)
6711 if ac_fn_c_try_compile
"$LINENO"; then :
6712 ac_cv_sys_file_offset_bits
=64; break
6714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6715 ac_cv_sys_file_offset_bits
=unknown
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6720 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6721 case $ac_cv_sys_file_offset_bits in #(
6724 cat >>confdefs.h
<<_ACEOF
6725 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6730 if test $ac_cv_sys_file_offset_bits = unknown
; then
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6732 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6733 if ${ac_cv_sys_large_files+:} false
; then :
6734 $as_echo_n "(cached) " >&6
6737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6738 /* end confdefs.h. */
6739 #include <sys/types.h>
6740 /* Check that off_t can represent 2**63 - 1 correctly.
6741 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6742 since some C++ compilers masquerading as C compilers
6743 incorrectly reject 9223372036854775807. */
6744 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6745 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6746 && LARGE_OFF_T % 2147483647 == 1)
6756 if ac_fn_c_try_compile
"$LINENO"; then :
6757 ac_cv_sys_large_files
=no
; break
6759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 #define _LARGE_FILES 1
6763 #include <sys/types.h>
6764 /* Check that off_t can represent 2**63 - 1 correctly.
6765 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6766 since some C++ compilers masquerading as C compilers
6767 incorrectly reject 9223372036854775807. */
6768 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6769 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6770 && LARGE_OFF_T % 2147483647 == 1)
6780 if ac_fn_c_try_compile
"$LINENO"; then :
6781 ac_cv_sys_large_files
=1; break
6783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6784 ac_cv_sys_large_files
=unknown
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6789 $as_echo "$ac_cv_sys_large_files" >&6; }
6790 case $ac_cv_sys_large_files in #(
6793 cat >>confdefs.h
<<_ACEOF
6794 #define _LARGE_FILES $ac_cv_sys_large_files
6806 ac_cpp
='$CPP $CPPFLAGS'
6807 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6808 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6809 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6811 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6812 # On Suns, sometimes $CPP names a directory.
6813 if test -n "$CPP" && test -d "$CPP"; then
6816 if test -z "$CPP"; then
6817 if ${ac_cv_prog_CPP+:} false
; then :
6818 $as_echo_n "(cached) " >&6
6820 # Double quotes because CPP needs to be expanded
6821 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6824 for ac_c_preproc_warn_flag
in '' yes
6826 # Use a header file that comes with gcc, so configuring glibc
6827 # with a fresh cross-compiler works.
6828 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6829 # <limits.h> exists even on freestanding compilers.
6830 # On the NeXT, cc -E runs the code through the compiler's parser,
6831 # not just through cpp. "Syntax error" is here to catch this case.
6832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6833 /* end confdefs.h. */
6835 # include <limits.h>
6837 # include <assert.h>
6841 if ac_fn_c_try_cpp
"$LINENO"; then :
6844 # Broken: fails on valid input.
6847 rm -f conftest.err conftest.i conftest.
$ac_ext
6849 # OK, works on sane cases. Now check whether nonexistent headers
6850 # can be detected and how.
6851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6852 /* end confdefs.h. */
6853 #include <ac_nonexistent.h>
6855 if ac_fn_c_try_cpp
"$LINENO"; then :
6856 # Broken: success on invalid input.
6859 # Passes both tests.
6863 rm -f conftest.err conftest.i conftest.
$ac_ext
6866 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6867 rm -f conftest.i conftest.err conftest.
$ac_ext
6868 if $ac_preproc_ok; then :
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6881 $as_echo "$CPP" >&6; }
6883 for ac_c_preproc_warn_flag
in '' yes
6885 # Use a header file that comes with gcc, so configuring glibc
6886 # with a fresh cross-compiler works.
6887 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6888 # <limits.h> exists even on freestanding compilers.
6889 # On the NeXT, cc -E runs the code through the compiler's parser,
6890 # not just through cpp. "Syntax error" is here to catch this case.
6891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6892 /* end confdefs.h. */
6894 # include <limits.h>
6896 # include <assert.h>
6900 if ac_fn_c_try_cpp
"$LINENO"; then :
6903 # Broken: fails on valid input.
6906 rm -f conftest.err conftest.i conftest.
$ac_ext
6908 # OK, works on sane cases. Now check whether nonexistent headers
6909 # can be detected and how.
6910 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6911 /* end confdefs.h. */
6912 #include <ac_nonexistent.h>
6914 if ac_fn_c_try_cpp
"$LINENO"; then :
6915 # Broken: success on invalid input.
6918 # Passes both tests.
6922 rm -f conftest.err conftest.i conftest.
$ac_ext
6925 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6926 rm -f conftest.i conftest.err conftest.
$ac_ext
6927 if $ac_preproc_ok; then :
6930 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6932 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6933 See \`config.log' for more details" "$LINENO" 5; }
6937 ac_cpp
='$CPP $CPPFLAGS'
6938 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6939 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6940 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6944 $as_echo_n "checking for ANSI C header files... " >&6; }
6945 if ${ac_cv_header_stdc+:} false
; then :
6946 $as_echo_n "(cached) " >&6
6948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6949 /* end confdefs.h. */
6963 if ac_fn_c_try_compile
"$LINENO"; then :
6964 ac_cv_header_stdc
=yes
6966 ac_cv_header_stdc
=no
6968 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6970 if test $ac_cv_header_stdc = yes; then
6971 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6973 /* end confdefs.h. */
6977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6978 $EGREP "memchr" >/dev
/null
2>&1; then :
6981 ac_cv_header_stdc
=no
6987 if test $ac_cv_header_stdc = yes; then
6988 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6990 /* end confdefs.h. */
6994 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6995 $EGREP "free" >/dev
/null
2>&1; then :
6998 ac_cv_header_stdc
=no
7004 if test $ac_cv_header_stdc = yes; then
7005 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7006 if test "$cross_compiling" = yes; then :
7009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7010 /* end confdefs.h. */
7013 #if ((' ' & 0x0FF) == 0x020)
7014 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7015 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7017 # define ISLOWER(c) \
7018 (('a' <= (c) && (c) <= 'i') \
7019 || ('j' <= (c) && (c) <= 'r') \
7020 || ('s' <= (c) && (c) <= 'z'))
7021 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7024 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7029 for (i = 0; i < 256; i++)
7030 if (XOR (islower (i), ISLOWER (i))
7031 || toupper (i) != TOUPPER (i))
7036 if ac_fn_c_try_run
"$LINENO"; then :
7039 ac_cv_header_stdc
=no
7041 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7042 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7048 $as_echo "$ac_cv_header_stdc" >&6; }
7049 if test $ac_cv_header_stdc = yes; then
7051 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7055 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7056 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7057 inttypes.h stdint.h unistd.h
7059 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7060 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7062 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7063 cat >>confdefs.h
<<_ACEOF
7064 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7074 ApplicationServices
/ApplicationServices.h \
7075 AudioToolbox
/AudioConverter.h \
7076 AudioUnit
/AudioUnit.h \
7077 AudioUnit
/AudioComponent.h \
7080 CommonCrypto
/CommonCryptor.h \
7081 CoreAudio
/CoreAudio.h \
7082 CoreServices
/CoreServices.h \
7083 DiskArbitration
/DiskArbitration.h \
7086 IOKit
/hid
/IOHIDLib.h \
7089 QuickTime
/ImageCompression.h \
7090 Security
/Security.h \
7140 netinet
/in_systm.h \
7204 valgrind
/memcheck.h \
7205 valgrind
/valgrind.h \
7209 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7210 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7211 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7212 cat >>confdefs.h
<<_ACEOF
7213 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7220 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7221 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7223 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7228 if test $ac_cv_header_sys_mkdev_h = no
; then
7229 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7230 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7232 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7239 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7240 if ${ac_cv_header_stat_broken+:} false
; then :
7241 $as_echo_n "(cached) " >&6
7243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7244 /* end confdefs.h. */
7245 #include <sys/types.h>
7246 #include <sys/stat.h>
7248 #if defined S_ISBLK && defined S_IFDIR
7249 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7252 #if defined S_ISBLK && defined S_IFCHR
7253 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7256 #if defined S_ISLNK && defined S_IFREG
7257 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7260 #if defined S_ISSOCK && defined S_IFREG
7261 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7265 if ac_fn_c_try_compile
"$LINENO"; then :
7266 ac_cv_header_stat_broken
=no
7268 ac_cv_header_stat_broken
=yes
7270 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7273 $as_echo "$ac_cv_header_stat_broken" >&6; }
7274 if test $ac_cv_header_stat_broken = yes; then
7276 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7282 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7284 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7285 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7286 #ifdef HAVE_SYS_PARAM_H
7287 # include <sys/param.h>
7290 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7291 cat >>confdefs.h
<<_ACEOF
7292 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7307 netinet
/if_ether.h \
7308 netinet
/if_inarp.h \
7317 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7318 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7319 #ifdef HAVE_SYS_SOCKET_H
7320 # include <sys/socket.h>
7322 #ifdef HAVE_SYS_SOCKETVAR_H
7323 # include <sys/socketvar.h>
7325 #ifdef HAVE_NET_ROUTE_H
7326 # include <net/route.h>
7328 #ifdef HAVE_NETINET_IN_H
7329 # include <netinet/in.h>
7331 #ifdef HAVE_NETINET_IN_SYSTM_H
7332 # include <netinet/in_systm.h>
7334 #ifdef HAVE_NET_IF_H
7335 # include <net/if.h>
7337 #ifdef HAVE_NETINET_IP_H
7338 # include <netinet/ip.h>
7341 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7342 cat >>confdefs.h
<<_ACEOF
7343 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7351 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7353 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7354 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7358 #ifdef HAVE_SYS_SOCKET_H
7359 # include <sys/socket.h>
7361 #ifdef HAVE_SYS_SOCKETVAR_H
7362 # include <sys/socketvar.h>
7364 #ifdef HAVE_SYS_TIMEOUT_H
7365 # include <sys/timeout.h>
7367 #ifdef HAVE_NETINET_IN_H
7368 # include <netinet/in.h>
7370 #ifdef HAVE_NETINET_IN_SYSTM_H
7371 # include <netinet/in_systm.h>
7373 #ifdef HAVE_NETINET_IP_H
7374 # include <netinet/ip.h>
7376 #ifdef HAVE_NETINET_IP_VAR_H
7377 # include <netinet/ip_var.h>
7379 #ifdef HAVE_NETINET_IP_ICMP_H
7380 # include <netinet/ip_icmp.h>
7382 #ifdef HAVE_NETINET_UDP_H
7383 # include <netinet/udp.h>
7385 #ifdef HAVE_NETINET_TCP_H
7386 # include <netinet/tcp.h>
7388 #ifdef HAVE_NETINET_TCP_TIMER_H
7389 #include <netinet/tcp_timer.h>
7392 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7393 cat >>confdefs.h
<<_ACEOF
7394 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7402 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7404 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7405 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7406 #ifdef HAVE_ASM_TYPES_H
7407 # include <asm/types.h>
7409 #ifdef HAVE_SYS_SOCKET_H
7410 # include <sys/socket.h>
7412 #ifdef HAVE_LINUX_TYPES_H
7413 # include <linux/types.h>
7416 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7417 cat >>confdefs.h
<<_ACEOF
7418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7426 for ac_header
in mach-o
/dyld_images.h
7428 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7429 # include <stdbool.h>
7431 #ifdef HAVE_STDINT_H
7432 # include <stdint.h>
7435 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7436 cat >>confdefs.h
<<_ACEOF
7437 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7445 for ac_header
in resolv.h
7447 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7448 #ifdef HAVE_SYS_SOCKET_H
7449 # include <sys/socket.h>
7451 #ifdef HAVE_NETINET_IN_H
7452 # include <netinet/in.h>
7454 #ifdef HAVE_ARPA_NAMESER_H
7455 # include <arpa/nameser.h>
7458 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7459 cat >>confdefs.h
<<_ACEOF
7460 #define HAVE_RESOLV_H 1
7468 for ac_header
in ifaddrs.h
7470 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7472 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7473 cat >>confdefs.h
<<_ACEOF
7474 #define HAVE_IFADDRS_H 1
7482 for ac_header
in sys
/ucontext.h
7484 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7486 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7487 cat >>confdefs.h
<<_ACEOF
7488 #define HAVE_SYS_UCONTEXT_H 1
7496 for ac_header
in sys
/thr.h
7498 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7499 #ifdef HAVE_SYS_UCONTEXT_H
7500 #include <sys/ucontext.h>
7503 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7504 cat >>confdefs.h
<<_ACEOF
7505 #define HAVE_SYS_THR_H 1
7513 for ac_header
in pthread_np.h
7515 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7516 #include <pthread.h>
7519 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7520 cat >>confdefs.h
<<_ACEOF
7521 #define HAVE_PTHREAD_NP_H 1
7529 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7531 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7532 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7533 #include <sys/time.h>
7535 #include <sys/types.h>
7536 #ifdef HAVE_ASM_TYPES_H
7537 #include <asm/types.h>
7540 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7541 cat >>confdefs.h
<<_ACEOF
7542 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7550 for ac_header
in libprocstat.h
7552 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7553 #include <sys/param.h>
7555 #ifdef HAVE_SYS_QUEUE_H
7556 #include <sys/queue.h>
7558 #ifdef HAVE_SYS_SOCKET_H
7559 #include <sys/socket.h>
7562 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7563 cat >>confdefs.h
<<_ACEOF
7564 #define HAVE_LIBPROCSTAT_H 1
7573 DLLFLAGS
="-D_REENTRANT"
7581 WINELOADER_LDFLAGS
=""
7586 # Extract the first word of "ldd", so it can be a program name with args.
7587 set dummy ldd
; ac_word
=$2
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7589 $as_echo_n "checking for $ac_word... " >&6; }
7590 if ${ac_cv_path_LDD+:} false
; then :
7591 $as_echo_n "(cached) " >&6
7595 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7598 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7599 as_dummy
="/sbin:/usr/sbin:$PATH"
7600 for as_dir
in $as_dummy
7603 test -z "$as_dir" && as_dir
=.
7604 for ac_exec_ext
in '' $ac_executable_extensions; do
7605 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7606 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7614 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7619 if test -n "$LDD"; then
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7621 $as_echo "$LDD" >&6; }
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7624 $as_echo "no" >&6; }
7628 if test -n "$ac_tool_prefix"; then
7629 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7630 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7632 $as_echo_n "checking for $ac_word... " >&6; }
7633 if ${ac_cv_prog_OTOOL+:} false
; then :
7634 $as_echo_n "(cached) " >&6
7636 if test -n "$OTOOL"; then
7637 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7639 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7643 test -z "$as_dir" && as_dir
=.
7644 for ac_exec_ext
in '' $ac_executable_extensions; do
7645 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7646 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7656 OTOOL
=$ac_cv_prog_OTOOL
7657 if test -n "$OTOOL"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7659 $as_echo "$OTOOL" >&6; }
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662 $as_echo "no" >&6; }
7667 if test -z "$ac_cv_prog_OTOOL"; then
7669 # Extract the first word of "otool", so it can be a program name with args.
7670 set dummy otool
; ac_word
=$2
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672 $as_echo_n "checking for $ac_word... " >&6; }
7673 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7674 $as_echo_n "(cached) " >&6
7676 if test -n "$ac_ct_OTOOL"; then
7677 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7683 test -z "$as_dir" && as_dir
=.
7684 for ac_exec_ext
in '' $ac_executable_extensions; do
7685 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7686 ac_cv_prog_ac_ct_OTOOL
="otool"
7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7696 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7697 if test -n "$ac_ct_OTOOL"; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7699 $as_echo "$ac_ct_OTOOL" >&6; }
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702 $as_echo "no" >&6; }
7705 if test "x$ac_ct_OTOOL" = x
; then
7708 case $cross_compiling:$ac_tool_warned in
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7711 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7712 ac_tool_warned
=yes ;;
7717 OTOOL
="$ac_cv_prog_OTOOL"
7720 if test -n "$ac_tool_prefix"; then
7721 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7722 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7724 $as_echo_n "checking for $ac_word... " >&6; }
7725 if ${ac_cv_prog_READELF+:} false
; then :
7726 $as_echo_n "(cached) " >&6
7728 if test -n "$READELF"; then
7729 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7731 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7735 test -z "$as_dir" && as_dir
=.
7736 for ac_exec_ext
in '' $ac_executable_extensions; do
7737 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7738 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7748 READELF
=$ac_cv_prog_READELF
7749 if test -n "$READELF"; then
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7751 $as_echo "$READELF" >&6; }
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754 $as_echo "no" >&6; }
7759 if test -z "$ac_cv_prog_READELF"; then
7760 ac_ct_READELF
=$READELF
7761 # Extract the first word of "readelf", so it can be a program name with args.
7762 set dummy readelf
; ac_word
=$2
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764 $as_echo_n "checking for $ac_word... " >&6; }
7765 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7766 $as_echo_n "(cached) " >&6
7768 if test -n "$ac_ct_READELF"; then
7769 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7771 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7775 test -z "$as_dir" && as_dir
=.
7776 for ac_exec_ext
in '' $ac_executable_extensions; do
7777 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7778 ac_cv_prog_ac_ct_READELF
="readelf"
7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7788 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7789 if test -n "$ac_ct_READELF"; then
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7791 $as_echo "$ac_ct_READELF" >&6; }
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794 $as_echo "no" >&6; }
7797 if test "x$ac_ct_READELF" = x
; then
7800 case $cross_compiling:$ac_tool_warned in
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7804 ac_tool_warned
=yes ;;
7806 READELF
=$ac_ct_READELF
7809 READELF
="$ac_cv_prog_READELF"
7812 wine_rules_file
=conf$
$rules.
make
7813 rm -f $wine_rules_file
7818 CONFIGURE_TARGETS
=""
7821 wine_fn_append_file
()
7823 as_fn_append
$1 " \\$as_nl $2"
7826 wine_fn_append_rule
()
7828 $as_echo "$1" >>$wine_rules_file
7831 wine_fn_config_makefile
()
7833 wine_fn_append_file SUBDIRS
$1
7834 if eval test \"x\$
"$2"\" = x
"no"; then :
7835 wine_fn_append_file DISABLED_SUBDIRS
$1
7839 wine_fn_config_symlink
()
7842 wine_fn_append_rule \
7844 @./config.status \$@"
7845 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7849 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7850 WINELOADER_PROGRAMS
="$wine_binary"
7852 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7856 if test -n "$ac_tool_prefix"; then
7857 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7858 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860 $as_echo_n "checking for $ac_word... " >&6; }
7861 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7862 $as_echo_n "(cached) " >&6
7864 if test -n "$DLLTOOL"; then
7865 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7867 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7871 test -z "$as_dir" && as_dir
=.
7872 for ac_exec_ext
in '' $ac_executable_extensions; do
7873 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7874 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7884 DLLTOOL
=$ac_cv_prog_DLLTOOL
7885 if test -n "$DLLTOOL"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7887 $as_echo "$DLLTOOL" >&6; }
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890 $as_echo "no" >&6; }
7895 if test -z "$ac_cv_prog_DLLTOOL"; then
7896 ac_ct_DLLTOOL
=$DLLTOOL
7897 # Extract the first word of "dlltool", so it can be a program name with args.
7898 set dummy dlltool
; ac_word
=$2
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900 $as_echo_n "checking for $ac_word... " >&6; }
7901 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7902 $as_echo_n "(cached) " >&6
7904 if test -n "$ac_ct_DLLTOOL"; then
7905 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7911 test -z "$as_dir" && as_dir
=.
7912 for ac_exec_ext
in '' $ac_executable_extensions; do
7913 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7914 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7924 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7925 if test -n "$ac_ct_DLLTOOL"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7927 $as_echo "$ac_ct_DLLTOOL" >&6; }
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930 $as_echo "no" >&6; }
7933 if test "x$ac_ct_DLLTOOL" = x
; then
7936 case $cross_compiling:$ac_tool_warned in
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7939 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7940 ac_tool_warned
=yes ;;
7942 DLLTOOL
=$ac_ct_DLLTOOL
7945 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7951 enable_iphlpapi
=${enable_iphlpapi:-no}
7952 enable_kernel32
=${enable_kernel32:-no}
7953 enable_msvcrt
=${enable_msvcrt:-no}
7954 enable_ntdll
=${enable_ntdll:-no}
7955 enable_ws2_32
=${enable_ws2_32:-no}
7956 enable_loader
=${enable_loader:-no}
7957 enable_server
=${enable_server:-no}
7958 with_x
=${with_x:-no}
7959 with_pthread
=${with_pthread:-no}
7965 SOCKET_LIBS
="-lws2_32"
7969 LIBWINE_SHAREDLIB
="libwine.dll"
7971 LIBWINE_IMPORTLIB
="libwine.a"
7973 LIBWINE_INSTALL_LIB
="libwine.dll"
7975 LIBWINE_INSTALL_DEV
="libwine.a"
7977 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7979 LIBWINE_DEPENDS
="wine.def"
7984 for ac_header
in libunwind.h
7986 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7987 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7988 cat >>confdefs.h
<<_ACEOF
7989 #define HAVE_LIBUNWIND_H 1
7997 DLLFLAGS
="$DLLFLAGS -fPIC"
7998 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
7999 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8000 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8002 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8004 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8006 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8008 CORESERVICES_LIBS
="-framework CoreServices"
8010 APPKIT_LIBS
="-framework AppKit"
8012 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8014 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8015 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8016 $as_echo_n "(cached) " >&6
8018 ac_wine_try_cflags_saved
=$CFLAGS
8019 CFLAGS
="$CFLAGS -Wl,-no_pie"
8020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8021 /* end confdefs.h. */
8022 int main(int argc, char **argv) { return 0; }
8024 if ac_fn_c_try_link
"$LINENO"; then :
8025 ac_cv_cflags__Wl__no_pie
=yes
8027 ac_cv_cflags__Wl__no_pie
=no
8029 rm -f core conftest.err conftest.
$ac_objext \
8030 conftest
$ac_exeext conftest.
$ac_ext
8031 CFLAGS
=$ac_wine_try_cflags_saved
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8034 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8035 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8036 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8038 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8040 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8043 if test "$ac_cv_header_Security_Security_h" = "yes"
8045 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8047 ac_save_LIBS
="$LIBS"
8048 LIBS
="$LIBS $SECURITY_LIBS"
8049 for ac_func
in SSLCopyPeerCertificates
8051 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8052 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8053 cat >>confdefs.h
<<_ACEOF
8054 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8060 LIBS
="$ac_save_LIBS"
8062 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8064 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8066 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8069 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8072 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8073 ac_save_LIBS
="$LIBS"
8074 LIBS
="$LIBS $COREAUDIO_LIBS"
8075 for ac_func
in AUGraphAddNode
8077 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8078 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8079 cat >>confdefs.h
<<_ACEOF
8080 #define HAVE_AUGRAPHADDNODE 1
8086 LIBS
="$ac_save_LIBS"
8088 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8090 OPENAL_LIBS
="-framework OpenAL"
8093 cat >>confdefs.h
<<_ACEOF
8094 #define HAVE_OPENAL 1
8097 ac_cv_lib_openal
=yes
8099 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8101 OPENCL_LIBS
="-framework OpenCL"
8103 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8105 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8107 ac_save_LIBS
="$LIBS"
8108 LIBS
="$LIBS $IOKIT_LIBS"
8109 for ac_func
in IOHIDManagerCreate
8111 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8112 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8113 cat >>confdefs.h
<<_ACEOF
8114 #define HAVE_IOHIDMANAGERCREATE 1
8120 LIBS
="$ac_save_LIBS"
8122 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8124 ac_save_LIBS
="$LIBS"
8125 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8127 $as_echo_n "checking for the QuickTime framework... " >&6; }
8128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8129 /* end confdefs.h. */
8130 #include <QuickTime/ImageCompression.h>
8134 CodecManagerVersion(NULL);
8139 if ac_fn_c_try_link
"$LINENO"; then :
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8141 $as_echo "yes" >&6; }
8142 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8144 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8147 $as_echo "no" >&6; }
8148 ac_cv_header_QuickTime_ImageCompression_h
=no
8150 rm -f core conftest.err conftest.
$ac_objext \
8151 conftest
$ac_exeext conftest.
$ac_ext
8152 LIBS
="$ac_save_LIBS"
8154 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8156 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8158 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8160 CARBON_LIBS
="-framework Carbon"
8164 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8166 ac_save_LIBS
="$LIBS"
8167 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8168 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8169 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8170 enable_winemac_drv
=${enable_winemac_drv:-yes}
8173 LIBS
="$ac_save_LIBS"
8176 if test "x$enable_win16" = "xyes"
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8179 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8180 if test "$cross_compiling" = yes; then :
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8182 $as_echo "cross-compiling, assuming yes" >&6; }
8184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8188 "good:\tnop;nop\n\t"
8189 ".globl _testfunc\n"
8190 "_testfunc:\tcallw good");
8191 extern void testfunc();
8195 unsigned short *p = (unsigned short *)testfunc;
8196 return p[0] != 0xe866 || p[1] != 0xfffa
8201 if ac_fn_c_try_run
"$LINENO"; then :
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8203 $as_echo "yes" >&6; }
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8206 $as_echo "no" >&6; }
8207 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
8209 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8210 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8215 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8217 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8219 LIBWINE_INSTALL_DEV
="libwine.dylib"
8221 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8223 WINELOADER_DEPENDS
="wine_info.plist"
8228 DLLFLAGS
="$DLLFLAGS -fPIC"
8229 LDEXECFLAGS
="-Wl,-pie"
8230 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8232 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8233 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8234 $as_echo_n "(cached) " >&6
8236 ac_wine_try_cflags_saved
=$CFLAGS
8237 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8239 /* end confdefs.h. */
8240 int main(int argc, char **argv) { return 0; }
8242 if ac_fn_c_try_link
"$LINENO"; then :
8243 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8245 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8247 rm -f core conftest.err conftest.
$ac_objext \
8248 conftest
$ac_exeext conftest.
$ac_ext
8249 CFLAGS
=$ac_wine_try_cflags_saved
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8252 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8253 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8254 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8256 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8258 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8259 if eval \
${$as_ac_var+:} false
; then :
8260 $as_echo_n "(cached) " >&6
8262 ac_wine_try_cflags_saved
=$CFLAGS
8263 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8264 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8265 /* end confdefs.h. */
8266 int main(int argc, char **argv) { return 0; }
8268 if ac_fn_c_try_link
"$LINENO"; then :
8269 eval "$as_ac_var=yes"
8271 eval "$as_ac_var=no"
8273 rm -f core conftest.err conftest.
$ac_objext \
8274 conftest
$ac_exeext conftest.
$ac_ext
8275 CFLAGS
=$ac_wine_try_cflags_saved
8277 eval ac_res
=\$
$as_ac_var
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8279 $as_echo "$ac_res" >&6; }
8280 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8281 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8282 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8284 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8286 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8287 if eval \
${$as_ac_var+:} false
; then :
8288 $as_echo_n "(cached) " >&6
8290 ac_wine_try_cflags_saved
=$CFLAGS
8291 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8293 /* end confdefs.h. */
8294 int main(int argc, char **argv) { return 0; }
8296 if ac_fn_c_try_link
"$LINENO"; then :
8297 eval "$as_ac_var=yes"
8299 eval "$as_ac_var=no"
8301 rm -f core conftest.err conftest.
$ac_objext \
8302 conftest
$ac_exeext conftest.
$ac_ext
8303 CFLAGS
=$ac_wine_try_cflags_saved
8305 eval ac_res
=\$
$as_ac_var
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8307 $as_echo "$ac_res" >&6; }
8308 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8309 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8310 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8314 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8315 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8316 $as_echo_n "(cached) " >&6
8318 ac_wine_try_cflags_saved
=$CFLAGS
8319 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h. */
8322 int main(int argc, char **argv) { return 0; }
8324 if ac_fn_c_try_link
"$LINENO"; then :
8325 ac_cv_cflags__Wl___enable_new_dtags
=yes
8327 ac_cv_cflags__Wl___enable_new_dtags
=no
8329 rm -f core conftest.err conftest.
$ac_objext \
8330 conftest
$ac_exeext conftest.
$ac_ext
8331 CFLAGS
=$ac_wine_try_cflags_saved
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8334 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8335 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8336 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8339 LIBWINE_SHAREDLIB
="libwine.so"
8341 LIBWINE_INSTALL_LIB
="libwine.so"
8343 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8347 $as_echo_n "checking for -lEGL... " >&6; }
8348 if ${ac_cv_lib_soname_EGL+:} false
; then :
8349 $as_echo_n "(cached) " >&6
8351 ac_check_soname_save_LIBS
=$LIBS
8353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8354 /* end confdefs.h. */
8356 /* Override any GCC internal prototype to avoid an error.
8357 Use char because int might match the return type of a GCC
8358 builtin and then its argument prototype would still apply. */
8362 char eglGetProcAddress ();
8366 return eglGetProcAddress ();
8371 if ac_fn_c_try_link
"$LINENO"; then :
8373 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8374 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'` ;;
8375 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8376 if ${ac_cv_lib_soname_EGL:+false} :; then :
8377 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8381 rm -f core conftest.err conftest.
$ac_objext \
8382 conftest
$ac_exeext conftest.
$ac_ext
8383 LIBS
=$ac_check_soname_save_LIBS
8385 if ${ac_cv_lib_soname_EGL:+false} :; then :
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8387 $as_echo "not found" >&6; }
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8391 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8393 cat >>confdefs.h
<<_ACEOF
8394 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8400 $as_echo_n "checking for -lGLESv2... " >&6; }
8401 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8402 $as_echo_n "(cached) " >&6
8404 ac_check_soname_save_LIBS
=$LIBS
8405 LIBS
="-lGLESv2 $LIBS"
8406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8407 /* end confdefs.h. */
8409 /* Override any GCC internal prototype to avoid an error.
8410 Use char because int might match the return type of a GCC
8411 builtin and then its argument prototype would still apply. */
8424 if ac_fn_c_try_link
"$LINENO"; then :
8426 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8427 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'` ;;
8428 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8429 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8430 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8434 rm -f core conftest.err conftest.
$ac_objext \
8435 conftest
$ac_exeext conftest.
$ac_ext
8436 LIBS
=$ac_check_soname_save_LIBS
8438 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8440 $as_echo "not found" >&6; }
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8444 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8446 cat >>confdefs.h
<<_ACEOF
8447 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8453 if test "x$exec_prefix" = xNONE
8456 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8457 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8458 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8459 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8465 DLLFLAGS
="$DLLFLAGS -fPIC"
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8467 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8468 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8469 $as_echo_n "(cached) " >&6
8471 ac_wine_try_cflags_saved
=$CFLAGS
8472 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8474 /* end confdefs.h. */
8477 if ac_fn_c_try_link
"$LINENO"; then :
8478 ac_cv_c_dll_gnuelf
="yes"
8480 ac_cv_c_dll_gnuelf
="no"
8482 rm -f core conftest.err conftest.
$ac_objext \
8483 conftest
$ac_exeext conftest.
$ac_ext
8484 CFLAGS
=$ac_wine_try_cflags_saved
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8487 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8488 if test "$ac_cv_c_dll_gnuelf" = "yes"
8490 LIBWINE_LDFLAGS
="-shared"
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8492 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8493 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8494 $as_echo_n "(cached) " >&6
8496 ac_wine_try_cflags_saved
=$CFLAGS
8497 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8499 /* end confdefs.h. */
8500 int main(int argc, char **argv) { return 0; }
8502 if ac_fn_c_try_link
"$LINENO"; then :
8503 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8505 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8507 rm -f core conftest.err conftest.
$ac_objext \
8508 conftest
$ac_exeext conftest.
$ac_ext
8509 CFLAGS
=$ac_wine_try_cflags_saved
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8512 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8513 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8514 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8517 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8518 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8519 $as_echo_n "(cached) " >&6
8521 ac_wine_try_cflags_saved
=$CFLAGS
8522 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8524 /* end confdefs.h. */
8525 int main(int argc, char **argv) { return 0; }
8527 if ac_fn_c_try_link
"$LINENO"; then :
8528 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8530 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8532 rm -f core conftest.err conftest.
$ac_objext \
8533 conftest
$ac_exeext conftest.
$ac_ext
8534 CFLAGS
=$ac_wine_try_cflags_saved
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8537 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8538 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8539 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8543 echo '{ global: *; };' >conftest.map
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8545 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8546 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8547 $as_echo_n "(cached) " >&6
8549 ac_wine_try_cflags_saved
=$CFLAGS
8550 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8552 /* end confdefs.h. */
8553 int main(int argc, char **argv) { return 0; }
8555 if ac_fn_c_try_link
"$LINENO"; then :
8556 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8558 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8560 rm -f core conftest.err conftest.
$ac_objext \
8561 conftest
$ac_exeext conftest.
$ac_ext
8562 CFLAGS
=$ac_wine_try_cflags_saved
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8565 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8566 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8567 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8572 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8573 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8574 $as_echo_n "(cached) " >&6
8576 ac_wine_try_cflags_saved
=$CFLAGS
8577 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8579 /* end confdefs.h. */
8580 int main(int argc, char **argv) { return 0; }
8582 if ac_fn_c_try_link
"$LINENO"; then :
8583 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8585 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8587 rm -f core conftest.err conftest.
$ac_objext \
8588 conftest
$ac_exeext conftest.
$ac_ext
8589 CFLAGS
=$ac_wine_try_cflags_saved
8591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8592 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8593 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8594 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8597 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8599 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8600 if eval \
${$as_ac_var+:} false
; then :
8601 $as_echo_n "(cached) " >&6
8603 ac_wine_try_cflags_saved
=$CFLAGS
8604 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8606 /* end confdefs.h. */
8607 int main(int argc, char **argv) { return 0; }
8609 if ac_fn_c_try_link
"$LINENO"; then :
8610 eval "$as_ac_var=yes"
8612 eval "$as_ac_var=no"
8614 rm -f core conftest.err conftest.
$ac_objext \
8615 conftest
$ac_exeext conftest.
$ac_ext
8616 CFLAGS
=$ac_wine_try_cflags_saved
8618 eval ac_res
=\$
$as_ac_var
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8620 $as_echo "$ac_res" >&6; }
8621 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8622 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8623 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8625 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8627 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8628 if eval \
${$as_ac_var+:} false
; then :
8629 $as_echo_n "(cached) " >&6
8631 ac_wine_try_cflags_saved
=$CFLAGS
8632 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8634 /* end confdefs.h. */
8635 int main(int argc, char **argv) { return 0; }
8637 if ac_fn_c_try_link
"$LINENO"; then :
8638 eval "$as_ac_var=yes"
8640 eval "$as_ac_var=no"
8642 rm -f core conftest.err conftest.
$ac_objext \
8643 conftest
$ac_exeext conftest.
$ac_ext
8644 CFLAGS
=$ac_wine_try_cflags_saved
8646 eval ac_res
=\$
$as_ac_var
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8648 $as_echo "$ac_res" >&6; }
8649 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8650 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8651 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8656 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8657 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8658 $as_echo_n "(cached) " >&6
8660 ac_wine_try_cflags_saved
=$CFLAGS
8661 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8663 /* end confdefs.h. */
8664 int main(int argc, char **argv) { return 0; }
8666 if ac_fn_c_try_link
"$LINENO"; then :
8667 ac_cv_cflags__Wl___enable_new_dtags
=yes
8669 ac_cv_cflags__Wl___enable_new_dtags
=no
8671 rm -f core conftest.err conftest.
$ac_objext \
8672 conftest
$ac_exeext conftest.
$ac_ext
8673 CFLAGS
=$ac_wine_try_cflags_saved
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8676 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8677 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8678 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8682 *i
[3456789]86* | x86_64 |
*aarch64
*)
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8684 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8685 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8686 $as_echo_n "(cached) " >&6
8688 ac_wine_try_cflags_saved
=$CFLAGS
8689 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8691 /* end confdefs.h. */
8692 int main(int argc, char **argv) { return 0; }
8694 if ac_fn_c_try_link
"$LINENO"; then :
8695 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8697 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8699 rm -f core conftest.err conftest.
$ac_objext \
8700 conftest
$ac_exeext conftest.
$ac_ext
8701 CFLAGS
=$ac_wine_try_cflags_saved
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8704 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8705 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8707 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8708 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8712 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8713 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8714 $as_echo_n "(cached) " >&6
8716 ac_wine_try_cflags_saved
=$CFLAGS
8717 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8719 /* end confdefs.h. */
8720 int main(int argc, char **argv) { return 0; }
8722 if ac_fn_c_try_link
"$LINENO"; then :
8723 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8725 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8727 rm -f core conftest.err conftest.
$ac_objext \
8728 conftest
$ac_exeext conftest.
$ac_ext
8729 CFLAGS
=$ac_wine_try_cflags_saved
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8732 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8733 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8735 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8736 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8739 # Extract the first word of "prelink", so it can be a program name with args.
8740 set dummy prelink
; ac_word
=$2
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8742 $as_echo_n "checking for $ac_word... " >&6; }
8743 if ${ac_cv_path_PRELINK+:} false
; then :
8744 $as_echo_n "(cached) " >&6
8748 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8751 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8752 for as_dir
in /sbin
/usr
/sbin
$PATH
8755 test -z "$as_dir" && as_dir
=.
8756 for ac_exec_ext
in '' $ac_executable_extensions; do
8757 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8758 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8766 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8770 PRELINK
=$ac_cv_path_PRELINK
8771 if test -n "$PRELINK"; then
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8773 $as_echo "$PRELINK" >&6; }
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8776 $as_echo "no" >&6; }
8780 if test "x$PRELINK" = xfalse
8782 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8786 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8787 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8788 $as_echo_n "(cached) " >&6
8790 ac_wine_try_cflags_saved
=$CFLAGS
8791 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
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__Wl__z_max_page_size_0x1000
=yes
8799 ac_cv_cflags__Wl__z_max_page_size_0x1000
=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__Wl__z_max_page_size_0x1000" >&5
8806 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8807 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8808 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8815 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8816 if ${ac_cv_c_dll_unixware+:} false
; then :
8817 $as_echo_n "(cached) " >&6
8819 ac_wine_try_cflags_saved
=$CFLAGS
8820 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8822 /* end confdefs.h. */
8825 if ac_fn_c_try_link
"$LINENO"; then :
8826 ac_cv_c_dll_unixware
="yes"
8828 ac_cv_c_dll_unixware
="no"
8830 rm -f core conftest.err conftest.
$ac_objext \
8831 conftest
$ac_exeext conftest.
$ac_ext
8832 CFLAGS
=$ac_wine_try_cflags_saved
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8835 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8836 if test "$ac_cv_c_dll_unixware" = "yes"
8838 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8841 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8843 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8845 LIBWINE_INSTALL_DEV
="libwine.so"
8847 LIBWINE_DEPENDS
="wine.map"
8852 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8853 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8854 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
8855 enable_winemac_drv
=${enable_winemac_drv:-no}
8856 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8860 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8864 ac_prefix_list
="aarch64-w64-mingw32-clang aarch64-w64-mingw32-gcc" ;;
8866 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8868 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
8869 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8872 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
8873 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8875 ac_prefix_list
="" ;;
8877 for ac_prog
in $ac_prefix_list
8879 # Extract the first word of "$ac_prog", so it can be a program name with args.
8880 set dummy
$ac_prog; ac_word
=$2
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8882 $as_echo_n "checking for $ac_word... " >&6; }
8883 if ${ac_cv_prog_CROSSCC+:} false
; then :
8884 $as_echo_n "(cached) " >&6
8886 if test -n "$CROSSCC"; then
8887 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8893 test -z "$as_dir" && as_dir
=.
8894 for ac_exec_ext
in '' $ac_executable_extensions; do
8895 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8896 ac_cv_prog_CROSSCC
="$ac_prog"
8897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8906 CROSSCC
=$ac_cv_prog_CROSSCC
8907 if test -n "$CROSSCC"; then
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8909 $as_echo "$CROSSCC" >&6; }
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8912 $as_echo "no" >&6; }
8916 test -n "$CROSSCC" && break
8918 test -n "$CROSSCC" || CROSSCC
="false"
8920 if test "$CROSSCC" != "false"
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8925 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8927 /* end confdefs.h. */
8937 if ac_fn_c_try_compile
"$LINENO"; then :
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8939 $as_echo "yes" >&6; }
8945 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8946 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8952 $as_echo "no" >&6; }
8954 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8956 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
8962 if test "$ac_cv_header_pthread_h" = "yes"
8964 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8965 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8969 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8970 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8971 $as_echo_n "(cached) " >&6
8973 ac_check_lib_save_LIBS
=$LIBS
8974 LIBS
="-lpthread $LIBS"
8975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8976 /* end confdefs.h. */
8978 /* Override any GCC internal prototype to avoid an error.
8979 Use char because int might match the return type of a GCC
8980 builtin and then its argument prototype would still apply. */
8984 char pthread_create ();
8988 return pthread_create ();
8993 if ac_fn_c_try_link
"$LINENO"; then :
8994 ac_cv_lib_pthread_pthread_create
=yes
8996 ac_cv_lib_pthread_pthread_create
=no
8998 rm -f core conftest.err conftest.
$ac_objext \
8999 conftest
$ac_exeext conftest.
$ac_ext
9000 LIBS
=$ac_check_lib_save_LIBS
9002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9003 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9004 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9005 PTHREAD_LIBS
="-lpthread"
9012 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9013 case "x$with_pthread" in
9015 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9016 Wine cannot support threads without libpthread.
9017 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9024 $as_echo_n "checking for X... " >&6; }
9027 # Check whether --with-x was given.
9028 if test "${with_x+set}" = set; then :
9032 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9033 if test "x$with_x" = xno
; then
9034 # The user explicitly disabled X.
9037 case $x_includes,$x_libraries in #(
9038 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9039 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9040 $as_echo_n "(cached) " >&6
9042 # One or both of the vars are not set, and there is no cached value.
9043 ac_x_includes
=no ac_x_libraries
=no
9044 rm -f -r conftest.dir
9045 if mkdir conftest.dir
; then
9047 cat >Imakefile
<<'_ACEOF'
9049 @echo incroot='${INCROOT}'
9051 @echo usrlibdir='${USRLIBDIR}'
9053 @echo libdir='${LIBDIR}'
9055 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9056 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9057 for ac_var
in incroot usrlibdir libdir
; do
9058 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9060 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9061 for ac_extension
in a so sl dylib la dll
; do
9062 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9063 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9064 ac_im_usrlibdir
=$ac_im_libdir; break
9067 # Screen out bogus values from the imake configuration. They are
9068 # bogus both because they are the default anyway, and because
9069 # using them would break gcc on systems where it needs fixed includes.
9070 case $ac_im_incroot in
9071 /usr
/include
) ac_x_includes
= ;;
9072 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9074 case $ac_im_usrlibdir in
9075 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9076 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9080 rm -f -r conftest.dir
9083 # Standard set of common directories for X headers.
9084 # Check X11 before X11Rn because it is often a symlink to the current release.
9098 /usr/local/X11/include
9099 /usr/local/X11R7/include
9100 /usr/local/X11R6/include
9101 /usr/local/X11R5/include
9102 /usr/local/X11R4/include
9104 /usr/local/include/X11
9105 /usr/local/include/X11R7
9106 /usr/local/include/X11R6
9107 /usr/local/include/X11R5
9108 /usr/local/include/X11R4
9112 /usr/XFree86/include/X11
9116 /usr/unsupported/include
9118 /usr/local/x11r5/include
9119 /usr/lpp/Xamples/include
9121 /usr/openwin/include
9122 /usr/openwin/share/include'
9124 if test "$ac_x_includes" = no
; then
9125 # Guess where to find include files, by looking for Xlib.h.
9126 # First, try using that file with no special directory specified.
9127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9129 #include <X11/Xlib.h>
9131 if ac_fn_c_try_cpp
"$LINENO"; then :
9132 # We can compile using X headers with no special include directory.
9135 for ac_dir
in $ac_x_header_dirs; do
9136 if test -r "$ac_dir/X11/Xlib.h"; then
9137 ac_x_includes
=$ac_dir
9142 rm -f conftest.err conftest.i conftest.
$ac_ext
9143 fi # $ac_x_includes = no
9145 if test "$ac_x_libraries" = no
; then
9146 # Check for the libraries.
9147 # See if we find them without any special options.
9148 # Don't add to $LIBS permanently.
9151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h. */
9153 #include <X11/Xlib.h>
9162 if ac_fn_c_try_link
"$LINENO"; then :
9164 # We can link X programs with no special library path.
9168 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9170 # Don't even attempt the hair of trying to link an X program!
9171 for ac_extension
in a so sl dylib la dll
; do
9172 if test -r "$ac_dir/libX11.$ac_extension"; then
9173 ac_x_libraries
=$ac_dir
9179 rm -f core conftest.err conftest.
$ac_objext \
9180 conftest
$ac_exeext conftest.
$ac_ext
9181 fi # $ac_x_libraries = no
9183 case $ac_x_includes,$ac_x_libraries in #(
9185 # Didn't find X, or a directory has "'" in its name.
9186 ac_cv_have_x
="have_x=no";; #(
9188 # Record where we found X for the cache.
9189 ac_cv_have_x
="have_x=yes\
9190 ac_x_includes='$ac_x_includes'\
9191 ac_x_libraries='$ac_x_libraries'"
9197 eval "$ac_cv_have_x"
9200 if test "$have_x" != yes; then
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9202 $as_echo "$have_x" >&6; }
9205 # If each of the values was on the command line, it overrides each guess.
9206 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9207 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9208 # Update the cache value to reflect the command line values.
9209 ac_cv_have_x
="have_x=yes\
9210 ac_x_includes='$x_includes'\
9211 ac_x_libraries='$x_libraries'"
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9213 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9216 if test "$no_x" = yes; then
9217 # Not all programs may use this symbol, but it does not hurt to define it.
9219 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9221 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9223 if test -n "$x_includes"; then
9224 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9227 # It would also be nice to do this for all -L options, not just this one.
9228 if test -n "$x_libraries"; then
9229 X_LIBS
="$X_LIBS -L$x_libraries"
9230 # For Solaris; some versions of Sun CC require a space after -R and
9231 # others require no space. Words are not sufficient . . . .
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9233 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9234 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9235 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9236 ac_c_werror_flag
=yes
9237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9238 /* end confdefs.h. */
9248 if ac_fn_c_try_link
"$LINENO"; then :
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9250 $as_echo "no" >&6; }
9251 X_LIBS
="$X_LIBS -R$x_libraries"
9253 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9255 /* end confdefs.h. */
9265 if ac_fn_c_try_link
"$LINENO"; then :
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9267 $as_echo "yes" >&6; }
9268 X_LIBS
="$X_LIBS -R $x_libraries"
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9271 $as_echo "neither works" >&6; }
9273 rm -f core conftest.err conftest.
$ac_objext \
9274 conftest
$ac_exeext conftest.
$ac_ext
9276 rm -f core conftest.err conftest.
$ac_objext \
9277 conftest
$ac_exeext conftest.
$ac_ext
9278 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9282 # Check for system-dependent libraries X programs must link with.
9283 # Do this before checking for the system-independent R6 libraries
9284 # (-lICE), since we may need -lsocket or whatever for X linking.
9286 if test "$ISC" = yes; then
9287 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9289 # Martyn Johnson says this is needed for Ultrix, if the X
9290 # libraries were built with DECnet support. And Karl Berry says
9291 # the Alpha needs dnet_stub (dnet does not exist).
9292 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9294 /* end confdefs.h. */
9296 /* Override any GCC internal prototype to avoid an error.
9297 Use char because int might match the return type of a GCC
9298 builtin and then its argument prototype would still apply. */
9302 char XOpenDisplay ();
9306 return XOpenDisplay ();
9311 if ac_fn_c_try_link
"$LINENO"; then :
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9315 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9316 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9317 $as_echo_n "(cached) " >&6
9319 ac_check_lib_save_LIBS
=$LIBS
9321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h. */
9324 /* Override any GCC internal prototype to avoid an error.
9325 Use char because int might match the return type of a GCC
9326 builtin and then its argument prototype would still apply. */
9334 return dnet_ntoa ();
9339 if ac_fn_c_try_link
"$LINENO"; then :
9340 ac_cv_lib_dnet_dnet_ntoa
=yes
9342 ac_cv_lib_dnet_dnet_ntoa
=no
9344 rm -f core conftest.err conftest.
$ac_objext \
9345 conftest
$ac_exeext conftest.
$ac_ext
9346 LIBS
=$ac_check_lib_save_LIBS
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9349 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9350 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9351 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9354 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9356 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9357 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9358 $as_echo_n "(cached) " >&6
9360 ac_check_lib_save_LIBS
=$LIBS
9361 LIBS
="-ldnet_stub $LIBS"
9362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9363 /* end confdefs.h. */
9365 /* Override any GCC internal prototype to avoid an error.
9366 Use char because int might match the return type of a GCC
9367 builtin and then its argument prototype would still apply. */
9375 return dnet_ntoa ();
9380 if ac_fn_c_try_link
"$LINENO"; then :
9381 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9383 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9385 rm -f core conftest.err conftest.
$ac_objext \
9386 conftest
$ac_exeext conftest.
$ac_ext
9387 LIBS
=$ac_check_lib_save_LIBS
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9390 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9391 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9392 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9397 rm -f core conftest.err conftest.
$ac_objext \
9398 conftest
$ac_exeext conftest.
$ac_ext
9399 LIBS
="$ac_xsave_LIBS"
9401 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9402 # to get the SysV transport functions.
9403 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9405 # The nsl library prevents programs from opening the X display
9406 # on Irix 5.2, according to T.E. Dickey.
9407 # The functions gethostbyname, getservbyname, and inet_addr are
9408 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9409 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9410 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9414 if test $ac_cv_func_gethostbyname = no
; then
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9416 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9417 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9418 $as_echo_n "(cached) " >&6
9420 ac_check_lib_save_LIBS
=$LIBS
9422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9423 /* end confdefs.h. */
9425 /* Override any GCC internal prototype to avoid an error.
9426 Use char because int might match the return type of a GCC
9427 builtin and then its argument prototype would still apply. */
9431 char gethostbyname ();
9435 return gethostbyname ();
9440 if ac_fn_c_try_link
"$LINENO"; then :
9441 ac_cv_lib_nsl_gethostbyname
=yes
9443 ac_cv_lib_nsl_gethostbyname
=no
9445 rm -f core conftest.err conftest.
$ac_objext \
9446 conftest
$ac_exeext conftest.
$ac_ext
9447 LIBS
=$ac_check_lib_save_LIBS
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9450 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9451 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9452 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9455 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9457 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9458 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9459 $as_echo_n "(cached) " >&6
9461 ac_check_lib_save_LIBS
=$LIBS
9463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9464 /* end confdefs.h. */
9466 /* Override any GCC internal prototype to avoid an error.
9467 Use char because int might match the return type of a GCC
9468 builtin and then its argument prototype would still apply. */
9472 char gethostbyname ();
9476 return gethostbyname ();
9481 if ac_fn_c_try_link
"$LINENO"; then :
9482 ac_cv_lib_bsd_gethostbyname
=yes
9484 ac_cv_lib_bsd_gethostbyname
=no
9486 rm -f core conftest.err conftest.
$ac_objext \
9487 conftest
$ac_exeext conftest.
$ac_ext
9488 LIBS
=$ac_check_lib_save_LIBS
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9491 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9492 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9493 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9499 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9500 # socket/setsockopt and other routines are undefined under SCO ODT
9501 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9502 # on later versions), says Simon Leinen: it contains gethostby*
9503 # variants that don't use the name server (or something). -lsocket
9504 # must be given before -lnsl if both are needed. We assume that
9505 # if connect needs -lnsl, so does gethostbyname.
9506 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9507 if test "x$ac_cv_func_connect" = xyes
; then :
9511 if test $ac_cv_func_connect = no
; then
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9513 $as_echo_n "checking for connect in -lsocket... " >&6; }
9514 if ${ac_cv_lib_socket_connect+:} false
; then :
9515 $as_echo_n "(cached) " >&6
9517 ac_check_lib_save_LIBS
=$LIBS
9518 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9520 /* end confdefs.h. */
9522 /* Override any GCC internal prototype to avoid an error.
9523 Use char because int might match the return type of a GCC
9524 builtin and then its argument prototype would still apply. */
9537 if ac_fn_c_try_link
"$LINENO"; then :
9538 ac_cv_lib_socket_connect
=yes
9540 ac_cv_lib_socket_connect
=no
9542 rm -f core conftest.err conftest.
$ac_objext \
9543 conftest
$ac_exeext conftest.
$ac_ext
9544 LIBS
=$ac_check_lib_save_LIBS
9546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9547 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9548 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9549 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9554 # Guillermo Gomez says -lposix is necessary on A/UX.
9555 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9556 if test "x$ac_cv_func_remove" = xyes
; then :
9560 if test $ac_cv_func_remove = no
; then
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9562 $as_echo_n "checking for remove in -lposix... " >&6; }
9563 if ${ac_cv_lib_posix_remove+:} false
; then :
9564 $as_echo_n "(cached) " >&6
9566 ac_check_lib_save_LIBS
=$LIBS
9567 LIBS
="-lposix $LIBS"
9568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9569 /* end confdefs.h. */
9571 /* Override any GCC internal prototype to avoid an error.
9572 Use char because int might match the return type of a GCC
9573 builtin and then its argument prototype would still apply. */
9586 if ac_fn_c_try_link
"$LINENO"; then :
9587 ac_cv_lib_posix_remove
=yes
9589 ac_cv_lib_posix_remove
=no
9591 rm -f core conftest.err conftest.
$ac_objext \
9592 conftest
$ac_exeext conftest.
$ac_ext
9593 LIBS
=$ac_check_lib_save_LIBS
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9596 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9597 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9598 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9603 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9604 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9605 if test "x$ac_cv_func_shmat" = xyes
; then :
9609 if test $ac_cv_func_shmat = no
; then
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9611 $as_echo_n "checking for shmat in -lipc... " >&6; }
9612 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9613 $as_echo_n "(cached) " >&6
9615 ac_check_lib_save_LIBS
=$LIBS
9617 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9618 /* end confdefs.h. */
9620 /* Override any GCC internal prototype to avoid an error.
9621 Use char because int might match the return type of a GCC
9622 builtin and then its argument prototype would still apply. */
9635 if ac_fn_c_try_link
"$LINENO"; then :
9636 ac_cv_lib_ipc_shmat
=yes
9638 ac_cv_lib_ipc_shmat
=no
9640 rm -f core conftest.err conftest.
$ac_objext \
9641 conftest
$ac_exeext conftest.
$ac_ext
9642 LIBS
=$ac_check_lib_save_LIBS
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9645 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9646 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9647 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9653 # Check for libraries that X11R6 Xt/Xaw programs need.
9654 ac_save_LDFLAGS
=$LDFLAGS
9655 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9656 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9657 # check for ICE first), but we must link in the order -lSM -lICE or
9658 # we get undefined symbols. So assume we have SM if we have ICE.
9659 # These have to be linked with before -lX11, unlike the other
9660 # libraries we check for below, so use a different variable.
9661 # John Interrante, Karl Berry
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9663 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9664 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9665 $as_echo_n "(cached) " >&6
9667 ac_check_lib_save_LIBS
=$LIBS
9668 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9670 /* end confdefs.h. */
9672 /* Override any GCC internal prototype to avoid an error.
9673 Use char because int might match the return type of a GCC
9674 builtin and then its argument prototype would still apply. */
9678 char IceConnectionNumber ();
9682 return IceConnectionNumber ();
9687 if ac_fn_c_try_link
"$LINENO"; then :
9688 ac_cv_lib_ICE_IceConnectionNumber
=yes
9690 ac_cv_lib_ICE_IceConnectionNumber
=no
9692 rm -f core conftest.err conftest.
$ac_objext \
9693 conftest
$ac_exeext conftest.
$ac_ext
9694 LIBS
=$ac_check_lib_save_LIBS
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9697 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9698 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9699 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9702 LDFLAGS
=$ac_save_LDFLAGS
9707 if test "$have_x" = "yes"
9709 ac_save_CPPFLAGS
="$CPPFLAGS"
9710 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9713 $as_echo_n "checking for -lX11... " >&6; }
9714 if ${ac_cv_lib_soname_X11+:} false
; then :
9715 $as_echo_n "(cached) " >&6
9717 ac_check_soname_save_LIBS
=$LIBS
9718 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9720 /* end confdefs.h. */
9722 /* Override any GCC internal prototype to avoid an error.
9723 Use char because int might match the return type of a GCC
9724 builtin and then its argument prototype would still apply. */
9728 char XCreateWindow ();
9732 return XCreateWindow ();
9737 if ac_fn_c_try_link
"$LINENO"; then :
9739 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9740 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'` ;;
9741 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9742 if ${ac_cv_lib_soname_X11:+false} :; then :
9743 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9747 rm -f core conftest.err conftest.
$ac_objext \
9748 conftest
$ac_exeext conftest.
$ac_ext
9749 LIBS
=$ac_check_soname_save_LIBS
9751 if ${ac_cv_lib_soname_X11:+false} :; then :
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9753 $as_echo "not found" >&6; }
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9757 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9759 cat >>confdefs.h
<<_ACEOF
9760 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9766 $as_echo_n "checking for -lXext... " >&6; }
9767 if ${ac_cv_lib_soname_Xext+:} false
; then :
9768 $as_echo_n "(cached) " >&6
9770 ac_check_soname_save_LIBS
=$LIBS
9771 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9773 /* end confdefs.h. */
9775 /* Override any GCC internal prototype to avoid an error.
9776 Use char because int might match the return type of a GCC
9777 builtin and then its argument prototype would still apply. */
9781 char XextCreateExtension ();
9785 return XextCreateExtension ();
9790 if ac_fn_c_try_link
"$LINENO"; then :
9792 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9793 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'` ;;
9794 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9795 if ${ac_cv_lib_soname_Xext:+false} :; then :
9796 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9800 rm -f core conftest.err conftest.
$ac_objext \
9801 conftest
$ac_exeext conftest.
$ac_ext
9802 LIBS
=$ac_check_soname_save_LIBS
9804 if ${ac_cv_lib_soname_Xext:+false} :; then :
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9806 $as_echo "not found" >&6; }
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9810 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9812 cat >>confdefs.h
<<_ACEOF
9813 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9816 X_LIBS
="$X_LIBS -lXext"
9818 X_LIBS
="$X_LIBS -lX11"
9820 for ac_header
in X11
/Xlib.h \
9823 X11
/Xcursor
/Xcursor.h \
9824 X11
/extensions
/shape.h \
9825 X11
/extensions
/XInput.h \
9826 X11
/extensions
/XInput2.h \
9827 X11
/extensions
/XShm.h \
9828 X11
/extensions
/Xcomposite.h \
9829 X11
/extensions
/Xfixes.h \
9830 X11
/extensions
/Xinerama.h \
9831 X11
/extensions
/Xrandr.h \
9832 X11
/extensions
/Xrender.h \
9833 X11
/extensions
/xf86vmode.h \
9834 X11
/extensions
/xf86vmproto.h
9836 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9837 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9838 # include <X11/Xlib.h>
9840 #ifdef HAVE_X11_XUTIL_H
9841 # include <X11/Xutil.h>
9844 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9845 cat >>confdefs.h
<<_ACEOF
9846 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9854 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9857 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9858 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9859 $as_echo_n "(cached) " >&6
9861 ac_check_lib_save_LIBS
=$LIBS
9862 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9872 char XkbQueryExtension ();
9876 return XkbQueryExtension ();
9881 if ac_fn_c_try_link
"$LINENO"; then :
9882 ac_cv_lib_X11_XkbQueryExtension
=yes
9884 ac_cv_lib_X11_XkbQueryExtension
=no
9886 rm -f core conftest.err conftest.
$ac_objext \
9887 conftest
$ac_exeext conftest.
$ac_ext
9888 LIBS
=$ac_check_lib_save_LIBS
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9891 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9892 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9894 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9900 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9903 $as_echo_n "checking for -lXcursor... " >&6; }
9904 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9905 $as_echo_n "(cached) " >&6
9907 ac_check_soname_save_LIBS
=$LIBS
9908 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9910 /* end confdefs.h. */
9912 /* Override any GCC internal prototype to avoid an error.
9913 Use char because int might match the return type of a GCC
9914 builtin and then its argument prototype would still apply. */
9918 char XcursorImageLoadCursor ();
9922 return XcursorImageLoadCursor ();
9927 if ac_fn_c_try_link
"$LINENO"; then :
9929 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9930 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'` ;;
9931 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9932 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9933 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9937 rm -f core conftest.err conftest.
$ac_objext \
9938 conftest
$ac_exeext conftest.
$ac_ext
9939 LIBS
=$ac_check_soname_save_LIBS
9941 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9943 $as_echo "not found" >&6; }
9946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9947 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9949 cat >>confdefs.h
<<_ACEOF
9950 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9956 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9957 case "x$with_xcursor" in
9958 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9960 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9961 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9966 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9969 $as_echo_n "checking for -lXi... " >&6; }
9970 if ${ac_cv_lib_soname_Xi+:} false
; then :
9971 $as_echo_n "(cached) " >&6
9973 ac_check_soname_save_LIBS
=$LIBS
9974 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9984 char XOpenDevice ();
9988 return XOpenDevice ();
9993 if ac_fn_c_try_link
"$LINENO"; then :
9995 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9998 if ${ac_cv_lib_soname_Xi:+false} :; then :
9999 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10003 rm -f core conftest.err conftest.
$ac_objext \
10004 conftest
$ac_exeext conftest.
$ac_ext
10005 LIBS
=$ac_check_soname_save_LIBS
10007 if ${ac_cv_lib_soname_Xi:+false} :; then :
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10009 $as_echo "not found" >&6; }
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10013 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10015 cat >>confdefs.h
<<_ACEOF
10016 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10022 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10023 case "x$with_xinput" in
10024 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10026 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10027 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10032 if test "x$ac_cv_lib_soname_Xi" != x
10034 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10035 case "x$with_xinput2" in
10036 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10038 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10039 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10045 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10048 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10049 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10050 $as_echo_n "(cached) " >&6
10052 ac_check_lib_save_LIBS
=$LIBS
10053 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10055 /* end confdefs.h. */
10057 /* Override any GCC internal prototype to avoid an error.
10058 Use char because int might match the return type of a GCC
10059 builtin and then its argument prototype would still apply. */
10063 char XShmQueryExtension ();
10067 return XShmQueryExtension ();
10072 if ac_fn_c_try_link
"$LINENO"; then :
10073 ac_cv_lib_Xext_XShmQueryExtension
=yes
10075 ac_cv_lib_Xext_XShmQueryExtension
=no
10077 rm -f core conftest.err conftest.
$ac_objext \
10078 conftest
$ac_exeext conftest.
$ac_ext
10079 LIBS
=$ac_check_lib_save_LIBS
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10082 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10083 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10085 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10090 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10091 case "x$with_xshm" in
10092 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10094 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10095 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10100 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10103 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10104 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10105 $as_echo_n "(cached) " >&6
10107 ac_check_lib_save_LIBS
=$LIBS
10108 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10110 /* end confdefs.h. */
10112 /* Override any GCC internal prototype to avoid an error.
10113 Use char because int might match the return type of a GCC
10114 builtin and then its argument prototype would still apply. */
10118 char XShapeQueryExtension ();
10122 return XShapeQueryExtension ();
10127 if ac_fn_c_try_link
"$LINENO"; then :
10128 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10130 ac_cv_lib_Xext_XShapeQueryExtension
=no
10132 rm -f core conftest.err conftest.
$ac_objext \
10133 conftest
$ac_exeext conftest.
$ac_ext
10134 LIBS
=$ac_check_lib_save_LIBS
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10137 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10138 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10140 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10145 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10146 case "x$with_xshape" in
10147 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10149 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10150 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10155 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10158 $as_echo_n "checking for -lXxf86vm... " >&6; }
10159 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10160 $as_echo_n "(cached) " >&6
10162 ac_check_soname_save_LIBS
=$LIBS
10163 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10165 /* end confdefs.h. */
10167 /* Override any GCC internal prototype to avoid an error.
10168 Use char because int might match the return type of a GCC
10169 builtin and then its argument prototype would still apply. */
10173 char XF86VidModeQueryExtension ();
10177 return XF86VidModeQueryExtension ();
10182 if ac_fn_c_try_link
"$LINENO"; then :
10184 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10185 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'` ;;
10186 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10187 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10188 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10192 rm -f core conftest.err conftest.
$ac_objext \
10193 conftest
$ac_exeext conftest.
$ac_ext
10194 LIBS
=$ac_check_soname_save_LIBS
10196 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10198 $as_echo "not found" >&6; }
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10202 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10204 cat >>confdefs.h
<<_ACEOF
10205 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10211 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10212 case "x$with_xxf86vm" in
10213 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10215 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10216 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10221 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10224 $as_echo_n "checking for -lXrender... " >&6; }
10225 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10226 $as_echo_n "(cached) " >&6
10228 ac_check_soname_save_LIBS
=$LIBS
10229 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10231 /* end confdefs.h. */
10233 /* Override any GCC internal prototype to avoid an error.
10234 Use char because int might match the return type of a GCC
10235 builtin and then its argument prototype would still apply. */
10239 char XRenderQueryExtension ();
10243 return XRenderQueryExtension ();
10248 if ac_fn_c_try_link
"$LINENO"; then :
10250 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10251 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'` ;;
10252 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10253 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10254 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10258 rm -f core conftest.err conftest.
$ac_objext \
10259 conftest
$ac_exeext conftest.
$ac_ext
10260 LIBS
=$ac_check_soname_save_LIBS
10262 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10264 $as_echo "not found" >&6; }
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10268 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10270 cat >>confdefs.h
<<_ACEOF
10271 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10275 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10276 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10277 $as_echo_n "(cached) " >&6
10279 ac_check_lib_save_LIBS
=$LIBS
10280 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10282 /* end confdefs.h. */
10284 /* Override any GCC internal prototype to avoid an error.
10285 Use char because int might match the return type of a GCC
10286 builtin and then its argument prototype would still apply. */
10290 char XRenderSetPictureTransform ();
10294 return XRenderSetPictureTransform ();
10299 if ac_fn_c_try_link
"$LINENO"; then :
10300 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10302 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10304 rm -f core conftest.err conftest.
$ac_objext \
10305 conftest
$ac_exeext conftest.
$ac_ext
10306 LIBS
=$ac_check_lib_save_LIBS
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10309 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10310 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10312 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10317 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10318 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10319 $as_echo_n "(cached) " >&6
10321 ac_check_lib_save_LIBS
=$LIBS
10322 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10324 /* end confdefs.h. */
10326 /* Override any GCC internal prototype to avoid an error.
10327 Use char because int might match the return type of a GCC
10328 builtin and then its argument prototype would still apply. */
10332 char XRenderCreateLinearGradient ();
10336 return XRenderCreateLinearGradient ();
10341 if ac_fn_c_try_link
"$LINENO"; then :
10342 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10344 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10346 rm -f core conftest.err conftest.
$ac_objext \
10347 conftest
$ac_exeext conftest.
$ac_ext
10348 LIBS
=$ac_check_lib_save_LIBS
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10351 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10352 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10354 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10361 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10362 case "x$with_xrender" in
10363 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10365 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10366 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10371 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10374 /* end confdefs.h. */
10375 #include <X11/Xlib.h>
10376 #include <X11/extensions/Xrandr.h>
10380 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10385 if ac_fn_c_try_compile
"$LINENO"; then :
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10387 $as_echo_n "checking for -lXrandr... " >&6; }
10388 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10389 $as_echo_n "(cached) " >&6
10391 ac_check_soname_save_LIBS
=$LIBS
10392 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10393 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10394 /* end confdefs.h. */
10396 /* Override any GCC internal prototype to avoid an error.
10397 Use char because int might match the return type of a GCC
10398 builtin and then its argument prototype would still apply. */
10402 char XRRQueryExtension ();
10406 return XRRQueryExtension ();
10411 if ac_fn_c_try_link
"$LINENO"; then :
10413 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10414 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'` ;;
10415 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10416 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10417 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10421 rm -f core conftest.err conftest.
$ac_objext \
10422 conftest
$ac_exeext conftest.
$ac_ext
10423 LIBS
=$ac_check_soname_save_LIBS
10425 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10427 $as_echo "not found" >&6; }
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10431 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10433 cat >>confdefs.h
<<_ACEOF
10434 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10439 #include <X11/Xlib.h>
10440 #include <X11/extensions/Xrandr.h>
10444 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10449 if ac_fn_c_try_compile
"$LINENO"; then :
10451 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10454 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10457 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10459 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10460 case "x$with_xrandr" in
10461 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10463 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10464 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10469 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10473 #include <X11/Xlib.h>
10474 #include <X11/extensions/Xfixes.h>
10478 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10483 if ac_fn_c_try_compile
"$LINENO"; then :
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10485 $as_echo_n "checking for -lXfixes... " >&6; }
10486 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10487 $as_echo_n "(cached) " >&6
10489 ac_check_soname_save_LIBS
=$LIBS
10490 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10492 /* end confdefs.h. */
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10500 char XFixesQueryVersion ();
10504 return XFixesQueryVersion ();
10509 if ac_fn_c_try_link
"$LINENO"; then :
10511 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10512 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'` ;;
10513 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10514 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10515 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10519 rm -f core conftest.err conftest.
$ac_objext \
10520 conftest
$ac_exeext conftest.
$ac_ext
10521 LIBS
=$ac_check_soname_save_LIBS
10523 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10525 $as_echo "not found" >&6; }
10528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10529 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10531 cat >>confdefs.h
<<_ACEOF
10532 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10538 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10540 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10541 case "x$with_xfixes" in
10542 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10544 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10545 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10550 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10553 /* end confdefs.h. */
10554 #include <X11/Xlib.h>
10555 #include <X11/extensions/Xinerama.h>
10559 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10564 if ac_fn_c_try_compile
"$LINENO"; then :
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10566 $as_echo_n "checking for -lXinerama... " >&6; }
10567 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10568 $as_echo_n "(cached) " >&6
10570 ac_check_soname_save_LIBS
=$LIBS
10571 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10581 char XineramaQueryScreens ();
10585 return XineramaQueryScreens ();
10590 if ac_fn_c_try_link
"$LINENO"; then :
10592 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10595 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10596 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10600 rm -f core conftest.err conftest.
$ac_objext \
10601 conftest
$ac_exeext conftest.
$ac_ext
10602 LIBS
=$ac_check_soname_save_LIBS
10604 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10606 $as_echo "not found" >&6; }
10609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10610 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10612 cat >>confdefs.h
<<_ACEOF
10613 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10619 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10621 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10622 case "x$with_xinerama" in
10623 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10625 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10626 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10631 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10634 $as_echo_n "checking for -lXcomposite... " >&6; }
10635 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10636 $as_echo_n "(cached) " >&6
10638 ac_check_soname_save_LIBS
=$LIBS
10639 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10641 /* end confdefs.h. */
10643 /* Override any GCC internal prototype to avoid an error.
10644 Use char because int might match the return type of a GCC
10645 builtin and then its argument prototype would still apply. */
10649 char XCompositeRedirectWindow ();
10653 return XCompositeRedirectWindow ();
10658 if ac_fn_c_try_link
"$LINENO"; then :
10660 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10661 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'` ;;
10662 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10663 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10664 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10668 rm -f core conftest.err conftest.
$ac_objext \
10669 conftest
$ac_exeext conftest.
$ac_ext
10670 LIBS
=$ac_check_soname_save_LIBS
10672 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10674 $as_echo "not found" >&6; }
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10678 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10680 cat >>confdefs.h
<<_ACEOF
10681 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10687 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10688 case "x$with_xcomposite" in
10689 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10691 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10692 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10697 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10698 #include <X11/Xlib.h>
10701 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10703 cat >>confdefs.h
<<_ACEOF
10704 #define HAVE_XICCALLBACK_CALLBACK 1
10709 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10710 #include <X11/Xlib.h>
10713 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10715 cat >>confdefs.h
<<_ACEOF
10716 #define HAVE_XEVENT_XCOOKIE 1
10725 if test "x$with_opengl" != "xno"
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10728 $as_echo_n "checking for -lGL... " >&6; }
10729 if ${ac_cv_lib_soname_GL+:} false
; then :
10730 $as_echo_n "(cached) " >&6
10732 ac_check_soname_save_LIBS
=$LIBS
10733 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10735 /* end confdefs.h. */
10737 /* Override any GCC internal prototype to avoid an error.
10738 Use char because int might match the return type of a GCC
10739 builtin and then its argument prototype would still apply. */
10743 char glXCreateContext ();
10747 return glXCreateContext ();
10752 if ac_fn_c_try_link
"$LINENO"; then :
10754 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10755 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'` ;;
10756 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10757 if ${ac_cv_lib_soname_GL:+false} :; then :
10758 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10762 rm -f core conftest.err conftest.
$ac_objext \
10763 conftest
$ac_exeext conftest.
$ac_ext
10764 LIBS
=$ac_check_soname_save_LIBS
10766 if ${ac_cv_lib_soname_GL:+false} :; then :
10767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10768 $as_echo "not found" >&6; }
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10770 $as_echo_n "checking for -lGL... " >&6; }
10771 if ${ac_cv_lib_soname_GL+:} false
; then :
10772 $as_echo_n "(cached) " >&6
10774 ac_check_soname_save_LIBS
=$LIBS
10775 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"
10776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10777 /* end confdefs.h. */
10779 /* Override any GCC internal prototype to avoid an error.
10780 Use char because int might match the return type of a GCC
10781 builtin and then its argument prototype would still apply. */
10785 char glXCreateContext ();
10789 return glXCreateContext ();
10794 if ac_fn_c_try_link
"$LINENO"; then :
10796 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10797 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'` ;;
10798 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10799 if ${ac_cv_lib_soname_GL:+false} :; then :
10800 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10804 rm -f core conftest.err conftest.
$ac_objext \
10805 conftest
$ac_exeext conftest.
$ac_ext
10806 LIBS
=$ac_check_soname_save_LIBS
10808 if ${ac_cv_lib_soname_GL:+false} :; then :
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10810 $as_echo "not found" >&6; }
10811 if test -f /usr
/X11R
6/lib
/libGL.a
10813 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10814 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10816 opengl_msg
="No OpenGL library found on this system."
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10820 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10822 cat >>confdefs.h
<<_ACEOF
10823 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10826 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"
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10830 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10832 cat >>confdefs.h
<<_ACEOF
10833 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10838 if test "x$with_glu" != "xno"
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
10841 $as_echo_n "checking for -lGLU... " >&6; }
10842 if ${ac_cv_lib_soname_GLU+:} false
; then :
10843 $as_echo_n "(cached) " >&6
10845 ac_check_soname_save_LIBS
=$LIBS
10846 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10848 /* end confdefs.h. */
10850 /* Override any GCC internal prototype to avoid an error.
10851 Use char because int might match the return type of a GCC
10852 builtin and then its argument prototype would still apply. */
10860 return gluLookAt ();
10865 if ac_fn_c_try_link
"$LINENO"; then :
10867 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10868 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'` ;;
10869 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10870 if ${ac_cv_lib_soname_GLU:+false} :; then :
10871 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10875 rm -f core conftest.err conftest.
$ac_objext \
10876 conftest
$ac_exeext conftest.
$ac_ext
10877 LIBS
=$ac_check_soname_save_LIBS
10879 if ${ac_cv_lib_soname_GLU:+false} :; then :
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10881 $as_echo "not found" >&6; }
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
10885 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
10887 cat >>confdefs.h
<<_ACEOF
10888 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
10893 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
10894 case "x$with_glu" in
10895 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10897 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10898 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10904 if test "x$with_osmesa" != "xno"
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10907 $as_echo_n "checking for -lOSMesa... " >&6; }
10908 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10909 $as_echo_n "(cached) " >&6
10911 ac_check_soname_save_LIBS
=$LIBS
10912 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h. */
10916 /* Override any GCC internal prototype to avoid an error.
10917 Use char because int might match the return type of a GCC
10918 builtin and then its argument prototype would still apply. */
10922 char OSMesaGetProcAddress ();
10926 return OSMesaGetProcAddress ();
10931 if ac_fn_c_try_link
"$LINENO"; then :
10933 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10934 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'` ;;
10935 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10936 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10937 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10941 rm -f core conftest.err conftest.
$ac_objext \
10942 conftest
$ac_exeext conftest.
$ac_ext
10943 LIBS
=$ac_check_soname_save_LIBS
10945 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10947 $as_echo "not found" >&6; }
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10951 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10953 cat >>confdefs.h
<<_ACEOF
10954 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10959 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10960 case "x$with_osmesa" in
10961 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10963 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10964 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10970 if test -n "$opengl_msg"; then :
10971 case "x$with_opengl" in
10972 x
) as_fn_append wine_warnings
"|$opengl_msg
10973 OpenGL and Direct3D won't be supported." ;;
10975 *) as_fn_error $?
"$opengl_msg
10976 OpenGL and Direct3D won't be supported.
10977 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10982 CPPFLAGS
="$ac_save_CPPFLAGS"
10988 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
10990 if test "x$X_LIBS" = "x"; then :
10993 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10994 without X support, which probably isn't what you want. You will need
10995 to install ${notice_platform}development packages of Xlib at the very least.
10996 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10998 enable_winex11_drv
=${enable_winex11_drv:-no}
11001 if test "x$X_LIBS" = "x"; then :
11003 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11005 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11006 This is an error since --with-x was requested." "$LINENO" 5 ;;
11008 enable_winex11_drv
=${enable_winex11_drv:-no}
11012 if test "$ac_cv_header_CL_cl_h" = "yes"
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11015 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11016 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11017 $as_echo_n "(cached) " >&6
11019 ac_check_lib_save_LIBS
=$LIBS
11020 LIBS
="-lOpenCL $LIBS"
11021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11022 /* end confdefs.h. */
11024 /* Override any GCC internal prototype to avoid an error.
11025 Use char because int might match the return type of a GCC
11026 builtin and then its argument prototype would still apply. */
11030 char clGetPlatformInfo ();
11034 return clGetPlatformInfo ();
11039 if ac_fn_c_try_link
"$LINENO"; then :
11040 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11042 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11044 rm -f core conftest.err conftest.
$ac_objext \
11045 conftest
$ac_exeext conftest.
$ac_ext
11046 LIBS
=$ac_check_lib_save_LIBS
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11049 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11050 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11051 OPENCL_LIBS
="-lOpenCL"
11056 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11057 case "x$with_opencl" in
11058 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11060 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11061 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11063 enable_opencl
=${enable_opencl:-no}
11066 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11069 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11070 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11071 $as_echo_n "(cached) " >&6
11073 ac_check_lib_save_LIBS
=$LIBS
11074 LIBS
="-lpcap $LIBS"
11075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11076 /* end confdefs.h. */
11078 /* Override any GCC internal prototype to avoid an error.
11079 Use char because int might match the return type of a GCC
11080 builtin and then its argument prototype would still apply. */
11084 char pcap_create ();
11088 return pcap_create ();
11093 if ac_fn_c_try_link
"$LINENO"; then :
11094 ac_cv_lib_pcap_pcap_create
=yes
11096 ac_cv_lib_pcap_pcap_create
=no
11098 rm -f core conftest.err conftest.
$ac_objext \
11099 conftest
$ac_exeext conftest.
$ac_ext
11100 LIBS
=$ac_check_lib_save_LIBS
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11103 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11104 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11110 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11111 case "x$with_pcap" in
11112 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11114 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11115 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11117 enable_wpcap
=${enable_wpcap:-no}
11121 if test "x$with_xml" != "xno"
11123 if ${XML2_CFLAGS:+false} :; then :
11124 if ${PKG_CONFIG+:} false
; then :
11125 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11128 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11129 if ${XML2_LIBS:+false} :; then :
11130 if ${PKG_CONFIG+:} false
; then :
11131 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11134 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11135 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11136 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11137 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11138 ac_save_CPPFLAGS
=$CPPFLAGS
11139 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11140 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11142 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11143 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11144 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11145 cat >>confdefs.h
<<_ACEOF
11146 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11153 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"
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11156 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11157 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11158 $as_echo_n "(cached) " >&6
11160 ac_check_lib_save_LIBS
=$LIBS
11161 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11163 /* end confdefs.h. */
11165 /* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11171 char xmlParseMemory ();
11175 return xmlParseMemory ();
11180 if ac_fn_c_try_link
"$LINENO"; then :
11181 ac_cv_lib_xml2_xmlParseMemory
=yes
11183 ac_cv_lib_xml2_xmlParseMemory
=no
11185 rm -f core conftest.err conftest.
$ac_objext \
11186 conftest
$ac_exeext conftest.
$ac_ext
11187 LIBS
=$ac_check_lib_save_LIBS
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11190 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11191 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11193 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11200 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11201 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11202 $as_echo_n "(cached) " >&6
11204 ac_check_lib_save_LIBS
=$LIBS
11205 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11207 /* end confdefs.h. */
11209 /* Override any GCC internal prototype to avoid an error.
11210 Use char because int might match the return type of a GCC
11211 builtin and then its argument prototype would still apply. */
11215 char xmlReadMemory ();
11219 return xmlReadMemory ();
11224 if ac_fn_c_try_link
"$LINENO"; then :
11225 ac_cv_lib_xml2_xmlReadMemory
=yes
11227 ac_cv_lib_xml2_xmlReadMemory
=no
11229 rm -f core conftest.err conftest.
$ac_objext \
11230 conftest
$ac_exeext conftest.
$ac_ext
11231 LIBS
=$ac_check_lib_save_LIBS
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11234 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11235 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11237 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11242 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11243 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11244 $as_echo_n "(cached) " >&6
11246 ac_check_lib_save_LIBS
=$LIBS
11247 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11249 /* end confdefs.h. */
11251 /* Override any GCC internal prototype to avoid an error.
11252 Use char because int might match the return type of a GCC
11253 builtin and then its argument prototype would still apply. */
11257 char xmlNewDocPI ();
11261 return xmlNewDocPI ();
11266 if ac_fn_c_try_link
"$LINENO"; then :
11267 ac_cv_lib_xml2_xmlNewDocPI
=yes
11269 ac_cv_lib_xml2_xmlNewDocPI
=no
11271 rm -f core conftest.err conftest.
$ac_objext \
11272 conftest
$ac_exeext conftest.
$ac_ext
11273 LIBS
=$ac_check_lib_save_LIBS
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11276 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11277 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11279 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11284 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11285 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11286 $as_echo_n "(cached) " >&6
11288 ac_check_lib_save_LIBS
=$LIBS
11289 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11291 /* end confdefs.h. */
11293 /* Override any GCC internal prototype to avoid an error.
11294 Use char because int might match the return type of a GCC
11295 builtin and then its argument prototype would still apply. */
11299 char xmlSchemaSetParserStructuredErrors ();
11303 return xmlSchemaSetParserStructuredErrors ();
11308 if ac_fn_c_try_link
"$LINENO"; then :
11309 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11311 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11313 rm -f core conftest.err conftest.
$ac_objext \
11314 conftest
$ac_exeext conftest.
$ac_ext
11315 LIBS
=$ac_check_lib_save_LIBS
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11318 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11319 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11321 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11326 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11327 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11328 $as_echo_n "(cached) " >&6
11330 ac_check_lib_save_LIBS
=$LIBS
11331 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11333 /* end confdefs.h. */
11335 /* Override any GCC internal prototype to avoid an error.
11336 Use char because int might match the return type of a GCC
11337 builtin and then its argument prototype would still apply. */
11341 char xmlSchemaSetValidStructuredErrors ();
11345 return xmlSchemaSetValidStructuredErrors ();
11350 if ac_fn_c_try_link
"$LINENO"; then :
11351 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11353 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11355 rm -f core conftest.err conftest.
$ac_objext \
11356 conftest
$ac_exeext conftest.
$ac_ext
11357 LIBS
=$ac_check_lib_save_LIBS
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11360 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11361 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11363 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11368 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11369 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11370 $as_echo_n "(cached) " >&6
11372 ac_check_lib_save_LIBS
=$LIBS
11373 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11377 /* Override any GCC internal prototype to avoid an error.
11378 Use char because int might match the return type of a GCC
11379 builtin and then its argument prototype would still apply. */
11383 char xmlFirstElementChild ();
11387 return xmlFirstElementChild ();
11392 if ac_fn_c_try_link
"$LINENO"; then :
11393 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11395 ac_cv_lib_xml2_xmlFirstElementChild
=no
11397 rm -f core conftest.err conftest.
$ac_objext \
11398 conftest
$ac_exeext conftest.
$ac_ext
11399 LIBS
=$ac_check_lib_save_LIBS
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11402 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11403 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11405 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11409 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11411 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11413 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11421 CPPFLAGS
=$ac_save_CPPFLAGS
11422 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11423 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11426 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11427 case "x$with_xml" in
11428 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11430 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11431 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11436 if test "x$with_xslt" != "xno"
11438 if ${XSLT_CFLAGS:+false} :; then :
11439 if ${PKG_CONFIG+:} false
; then :
11440 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11443 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11444 if ${XSLT_LIBS:+false} :; then :
11445 if ${PKG_CONFIG+:} false
; then :
11446 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11449 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11450 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11451 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11452 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11453 ac_save_CPPFLAGS
=$CPPFLAGS
11454 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11455 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11457 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11458 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11459 # include <libxslt/pattern.h>
11462 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11463 cat >>confdefs.h
<<_ACEOF
11464 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11471 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11474 $as_echo_n "checking for -lxslt... " >&6; }
11475 if ${ac_cv_lib_soname_xslt+:} false
; then :
11476 $as_echo_n "(cached) " >&6
11478 ac_check_soname_save_LIBS
=$LIBS
11479 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h. */
11483 /* Override any GCC internal prototype to avoid an error.
11484 Use char because int might match the return type of a GCC
11485 builtin and then its argument prototype would still apply. */
11489 char xsltCompilePattern ();
11493 return xsltCompilePattern ();
11498 if ac_fn_c_try_link
"$LINENO"; then :
11500 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11501 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'` ;;
11502 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11503 if ${ac_cv_lib_soname_xslt:+false} :; then :
11504 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11508 rm -f core conftest.err conftest.
$ac_objext \
11509 conftest
$ac_exeext conftest.
$ac_ext
11510 LIBS
=$ac_check_soname_save_LIBS
11512 if ${ac_cv_lib_soname_xslt:+false} :; then :
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11514 $as_echo "not found" >&6; }
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11518 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11520 cat >>confdefs.h
<<_ACEOF
11521 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11529 CPPFLAGS
=$ac_save_CPPFLAGS
11530 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11531 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11534 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11535 case "x$with_xslt" in
11536 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11538 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11539 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11544 if test "x$with_dbus" != "xno"
11546 if ${DBUS_CFLAGS:+false} :; then :
11547 if ${PKG_CONFIG+:} false
; then :
11548 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11552 if ${DBUS_LIBS:+false} :; then :
11553 if ${PKG_CONFIG+:} false
; then :
11554 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11559 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11560 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11561 ac_save_CPPFLAGS
=$CPPFLAGS
11562 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11563 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11564 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11566 $as_echo_n "checking for -ldbus-1... " >&6; }
11567 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11568 $as_echo_n "(cached) " >&6
11570 ac_check_soname_save_LIBS
=$LIBS
11571 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11575 /* Override any GCC internal prototype to avoid an error.
11576 Use char because int might match the return type of a GCC
11577 builtin and then its argument prototype would still apply. */
11581 char dbus_connection_close ();
11585 return dbus_connection_close ();
11590 if ac_fn_c_try_link
"$LINENO"; then :
11592 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11593 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'` ;;
11594 *) 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'`
11595 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11596 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11600 rm -f core conftest.err conftest.
$ac_objext \
11601 conftest
$ac_exeext conftest.
$ac_ext
11602 LIBS
=$ac_check_soname_save_LIBS
11604 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11606 $as_echo "not found" >&6; }
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11610 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11612 cat >>confdefs.h
<<_ACEOF
11613 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11623 CPPFLAGS
=$ac_save_CPPFLAGS
11624 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11625 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11628 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11629 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11630 case "x$with_dbus" in
11631 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11633 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11634 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11639 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11641 if ${HAL_CFLAGS:+false} :; then :
11642 if ${PKG_CONFIG+:} false
; then :
11643 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11647 if ${HAL_LIBS:+false} :; then :
11648 if ${PKG_CONFIG+:} false
; then :
11649 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11653 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11654 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11655 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11656 ac_save_CPPFLAGS
=$CPPFLAGS
11657 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11658 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11659 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11661 $as_echo_n "checking for -lhal... " >&6; }
11662 if ${ac_cv_lib_soname_hal+:} false
; then :
11663 $as_echo_n "(cached) " >&6
11665 ac_check_soname_save_LIBS
=$LIBS
11666 LIBS
="-lhal $HAL_LIBS $LIBS"
11667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11668 /* end confdefs.h. */
11670 /* Override any GCC internal prototype to avoid an error.
11671 Use char because int might match the return type of a GCC
11672 builtin and then its argument prototype would still apply. */
11676 char libhal_ctx_new ();
11680 return libhal_ctx_new ();
11685 if ac_fn_c_try_link
"$LINENO"; then :
11687 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11688 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'` ;;
11689 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11690 if ${ac_cv_lib_soname_hal:+false} :; then :
11691 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11695 rm -f core conftest.err conftest.
$ac_objext \
11696 conftest
$ac_exeext conftest.
$ac_ext
11697 LIBS
=$ac_check_soname_save_LIBS
11699 if ${ac_cv_lib_soname_hal:+false} :; then :
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11701 $as_echo "not found" >&6; }
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11705 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11707 cat >>confdefs.h
<<_ACEOF
11708 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11718 CPPFLAGS
=$ac_save_CPPFLAGS
11719 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11720 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11722 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11723 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11724 case "x$with_hal" in
11725 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11727 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11728 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11734 if test "x$with_gnutls" != "xno"
11736 if ${GNUTLS_CFLAGS:+false} :; then :
11737 if ${PKG_CONFIG+:} false
; then :
11738 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11742 if ${GNUTLS_LIBS:+false} :; then :
11743 if ${PKG_CONFIG+:} false
; then :
11744 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11749 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11750 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11751 ac_save_CPPFLAGS
=$CPPFLAGS
11752 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11753 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11754 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11756 /* end confdefs.h. */
11757 #include <gnutls/gnutls.h>
11758 #include <gnutls/crypto.h>
11762 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11767 if ac_fn_c_try_compile
"$LINENO"; then :
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11769 $as_echo_n "checking for -lgnutls... " >&6; }
11770 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11771 $as_echo_n "(cached) " >&6
11773 ac_check_soname_save_LIBS
=$LIBS
11774 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11776 /* end confdefs.h. */
11778 /* Override any GCC internal prototype to avoid an error.
11779 Use char because int might match the return type of a GCC
11780 builtin and then its argument prototype would still apply. */
11784 char gnutls_global_init ();
11788 return gnutls_global_init ();
11793 if ac_fn_c_try_link
"$LINENO"; then :
11795 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11796 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'` ;;
11797 *) 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'`
11798 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11799 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'`
11803 rm -f core conftest.err conftest.
$ac_objext \
11804 conftest
$ac_exeext conftest.
$ac_ext
11805 LIBS
=$ac_check_soname_save_LIBS
11807 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11809 $as_echo "not found" >&6; }
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11813 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11815 cat >>confdefs.h
<<_ACEOF
11816 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11821 ac_wine_check_funcs_save_LIBS
="$LIBS"
11822 LIBS
="$LIBS $GNUTLS_LIBS"
11823 for ac_func
in gnutls_cipher_init
11825 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
11826 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
11827 cat >>confdefs.h
<<_ACEOF
11828 #define HAVE_GNUTLS_CIPHER_INIT 1
11832 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
11836 LIBS
="$ac_wine_check_funcs_save_LIBS"
11838 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11844 CPPFLAGS
=$ac_save_CPPFLAGS
11845 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11846 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11849 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11850 case "x$with_gnutls" in
11851 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11853 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11854 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11860 if test "$ac_cv_header_ncurses_h" = "yes"
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11863 $as_echo_n "checking for -lncurses... " >&6; }
11864 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11865 $as_echo_n "(cached) " >&6
11867 ac_check_soname_save_LIBS
=$LIBS
11868 LIBS
="-lncurses $LIBS"
11869 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11870 /* end confdefs.h. */
11872 /* Override any GCC internal prototype to avoid an error.
11873 Use char because int might match the return type of a GCC
11874 builtin and then its argument prototype would still apply. */
11887 if ac_fn_c_try_link
"$LINENO"; then :
11889 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11890 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'` ;;
11891 *) 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'`
11892 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11893 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11897 rm -f core conftest.err conftest.
$ac_objext \
11898 conftest
$ac_exeext conftest.
$ac_ext
11899 LIBS
=$ac_check_soname_save_LIBS
11901 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11903 $as_echo "not found" >&6; }
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11907 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11909 cat >>confdefs.h
<<_ACEOF
11910 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11913 CURSES_LIBS
="-lncurses"
11915 elif test "$ac_cv_header_curses_h" = "yes"
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11918 $as_echo_n "checking for -lcurses... " >&6; }
11919 if ${ac_cv_lib_soname_curses+:} false
; then :
11920 $as_echo_n "(cached) " >&6
11922 ac_check_soname_save_LIBS
=$LIBS
11923 LIBS
="-lcurses $LIBS"
11924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11925 /* end confdefs.h. */
11927 /* Override any GCC internal prototype to avoid an error.
11928 Use char because int might match the return type of a GCC
11929 builtin and then its argument prototype would still apply. */
11942 if ac_fn_c_try_link
"$LINENO"; then :
11944 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11945 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'` ;;
11946 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11947 if ${ac_cv_lib_soname_curses:+false} :; then :
11948 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11952 rm -f core conftest.err conftest.
$ac_objext \
11953 conftest
$ac_exeext conftest.
$ac_ext
11954 LIBS
=$ac_check_soname_save_LIBS
11956 if ${ac_cv_lib_soname_curses:+false} :; then :
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11958 $as_echo "not found" >&6; }
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11962 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11964 cat >>confdefs.h
<<_ACEOF
11965 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11968 CURSES_LIBS
="-lcurses"
11971 ac_save_LIBS
="$LIBS"
11972 LIBS
="$LIBS $CURSES_LIBS"
11973 for ac_func
in mousemask
11975 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11976 if test "x$ac_cv_func_mousemask" = xyes
; then :
11977 cat >>confdefs.h
<<_ACEOF
11978 #define HAVE_MOUSEMASK 1
11984 LIBS
="$ac_save_LIBS"
11985 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11986 case "x$with_curses" in
11987 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11989 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11990 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11995 if test "x$with_sane" != "xno"
11997 if ${SANE_CFLAGS:+false} :; then :
11998 if ${PKG_CONFIG+:} false
; then :
11999 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12002 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12003 if ${SANE_LIBS:+false} :; then :
12004 if ${PKG_CONFIG+:} false
; then :
12005 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12008 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12010 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12011 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12012 ac_save_CPPFLAGS
=$CPPFLAGS
12013 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12014 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12015 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12017 $as_echo_n "checking for -lsane... " >&6; }
12018 if ${ac_cv_lib_soname_sane+:} false
; then :
12019 $as_echo_n "(cached) " >&6
12021 ac_check_soname_save_LIBS
=$LIBS
12022 LIBS
="-lsane $SANE_LIBS $LIBS"
12023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12024 /* end confdefs.h. */
12026 /* Override any GCC internal prototype to avoid an error.
12027 Use char because int might match the return type of a GCC
12028 builtin and then its argument prototype would still apply. */
12036 return sane_init ();
12041 if ac_fn_c_try_link
"$LINENO"; then :
12043 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12044 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'` ;;
12045 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12046 if ${ac_cv_lib_soname_sane:+false} :; then :
12047 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12051 rm -f core conftest.err conftest.
$ac_objext \
12052 conftest
$ac_exeext conftest.
$ac_ext
12053 LIBS
=$ac_check_soname_save_LIBS
12055 if ${ac_cv_lib_soname_sane:+false} :; then :
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12057 $as_echo "not found" >&6; }
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12061 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12063 cat >>confdefs.h
<<_ACEOF
12064 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12074 CPPFLAGS
=$ac_save_CPPFLAGS
12075 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12076 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12079 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12080 case "x$with_sane" in
12081 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12083 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12084 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12089 if test "x$with_v4l" != "xno"
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12092 $as_echo_n "checking for -lv4l1... " >&6; }
12093 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12094 $as_echo_n "(cached) " >&6
12096 ac_check_soname_save_LIBS
=$LIBS
12097 LIBS
="-lv4l1 $LIBS"
12098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12099 /* end confdefs.h. */
12101 /* Override any GCC internal prototype to avoid an error.
12102 Use char because int might match the return type of a GCC
12103 builtin and then its argument prototype would still apply. */
12111 return v4l1_open ();
12116 if ac_fn_c_try_link
"$LINENO"; then :
12118 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12119 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'` ;;
12120 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12121 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12122 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12126 rm -f core conftest.err conftest.
$ac_objext \
12127 conftest
$ac_exeext conftest.
$ac_ext
12128 LIBS
=$ac_check_soname_save_LIBS
12130 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12132 $as_echo "not found" >&6; }
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12136 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12138 cat >>confdefs.h
<<_ACEOF
12139 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12145 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12146 case "x$with_v4l" in
12147 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12149 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12150 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12155 if test "x$with_gphoto" != "xno"
12157 if ${GPHOTO2_CFLAGS:+false} :; then :
12158 if ${PKG_CONFIG+:} false
; then :
12159 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12162 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12163 if ${GPHOTO2_LIBS:+false} :; then :
12164 if ${PKG_CONFIG+:} false
; then :
12165 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12168 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12169 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12170 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12171 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12172 ac_save_CPPFLAGS
=$CPPFLAGS
12173 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12174 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12175 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12177 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12178 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12179 $as_echo_n "(cached) " >&6
12181 ac_check_lib_save_LIBS
=$LIBS
12182 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12186 /* Override any GCC internal prototype to avoid an error.
12187 Use char because int might match the return type of a GCC
12188 builtin and then its argument prototype would still apply. */
12192 char gp_camera_new ();
12196 return gp_camera_new ();
12201 if ac_fn_c_try_link
"$LINENO"; then :
12202 ac_cv_lib_gphoto2_gp_camera_new
=yes
12204 ac_cv_lib_gphoto2_gp_camera_new
=no
12206 rm -f core conftest.err conftest.
$ac_objext \
12207 conftest
$ac_exeext conftest.
$ac_ext
12208 LIBS
=$ac_check_lib_save_LIBS
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12211 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12212 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12214 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12217 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12221 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12225 CPPFLAGS
=$ac_save_CPPFLAGS
12226 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12227 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12229 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12230 if ${PKG_CONFIG+:} false
; then :
12231 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12234 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12235 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12236 if ${PKG_CONFIG+:} false
; then :
12237 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12240 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12241 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12242 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12243 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12244 ac_save_CPPFLAGS
=$CPPFLAGS
12245 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12246 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12247 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12249 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12250 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12251 $as_echo_n "(cached) " >&6
12253 ac_check_lib_save_LIBS
=$LIBS
12254 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12256 /* end confdefs.h. */
12258 /* Override any GCC internal prototype to avoid an error.
12259 Use char because int might match the return type of a GCC
12260 builtin and then its argument prototype would still apply. */
12264 char gp_port_info_list_new ();
12268 return gp_port_info_list_new ();
12273 if ac_fn_c_try_link
"$LINENO"; then :
12274 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12276 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12278 rm -f core conftest.err conftest.
$ac_objext \
12279 conftest
$ac_exeext conftest.
$ac_ext
12280 LIBS
=$ac_check_lib_save_LIBS
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12283 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12284 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12286 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12289 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12293 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12297 CPPFLAGS
=$ac_save_CPPFLAGS
12298 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12299 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12302 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12303 case "x$with_gphoto" in
12304 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12306 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12307 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12311 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12312 case "x$with_gphoto" in
12313 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12315 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12316 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12322 if test "$ac_cv_header_resolv_h" = "yes"
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12325 $as_echo_n "checking for resolver library... " >&6; }
12326 if ${ac_cv_have_resolv+:} false
; then :
12327 $as_echo_n "(cached) " >&6
12329 ac_save_LIBS
="$LIBS"
12330 for lib
in '' -lresolv
12332 LIBS
="$lib $ac_save_LIBS"
12333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12334 /* end confdefs.h. */
12335 #ifdef HAVE_NETINET_IN_H
12336 #include <netinet/in.h>
12338 #include <resolv.h>
12342 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12347 if ac_fn_c_try_link
"$LINENO"; then :
12348 ac_cv_have_resolv
=${lib:-"none required"}
12350 ac_cv_have_resolv
="not found"
12352 rm -f core conftest.err conftest.
$ac_objext \
12353 conftest
$ac_exeext conftest.
$ac_ext
12354 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12356 LIBS
="$ac_save_LIBS"
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12359 $as_echo "$ac_cv_have_resolv" >&6; }
12361 case "$ac_cv_have_resolv" in
12365 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12368 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12370 RESOLV_LIBS
=$ac_cv_have_resolv
12375 if test "x$with_cms" != "xno"
12377 if ${LCMS2_CFLAGS:+false} :; then :
12378 if ${PKG_CONFIG+:} false
; then :
12379 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12383 if ${LCMS2_LIBS:+false} :; then :
12384 if ${PKG_CONFIG+:} false
; then :
12385 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12389 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12390 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12391 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12392 ac_save_CPPFLAGS
=$CPPFLAGS
12393 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12394 for ac_header
in lcms2.h
12396 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12397 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12398 cat >>confdefs.h
<<_ACEOF
12399 #define HAVE_LCMS2_H 1
12406 if test "$ac_cv_header_lcms2_h" = "yes"
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12409 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12410 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12411 $as_echo_n "(cached) " >&6
12413 ac_check_lib_save_LIBS
=$LIBS
12414 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12416 /* end confdefs.h. */
12418 /* Override any GCC internal prototype to avoid an error.
12419 Use char because int might match the return type of a GCC
12420 builtin and then its argument prototype would still apply. */
12424 char cmsOpenProfileFromFile ();
12428 return cmsOpenProfileFromFile ();
12433 if ac_fn_c_try_link
"$LINENO"; then :
12434 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12436 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12438 rm -f core conftest.err conftest.
$ac_objext \
12439 conftest
$ac_exeext conftest.
$ac_ext
12440 LIBS
=$ac_check_lib_save_LIBS
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12443 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12444 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12446 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12456 CPPFLAGS
=$ac_save_CPPFLAGS
12457 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12458 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12461 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12462 case "x$with_cms" in
12463 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12465 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12466 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12471 if test "x$with_freetype" != "xno"
12473 if ${FREETYPE_CFLAGS:+false} :; then :
12474 if ${PKG_CONFIG+:} false
; then :
12475 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12478 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12479 if ${FREETYPE_LIBS:+false} :; then :
12480 if ${PKG_CONFIG+:} false
; then :
12481 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12484 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12485 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12486 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12487 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12488 ac_save_CPPFLAGS
=$CPPFLAGS
12489 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12490 for ac_header
in ft2build.h
12492 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12493 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12494 cat >>confdefs.h
<<_ACEOF
12495 #define HAVE_FT2BUILD_H 1
12502 if test "$ac_cv_header_ft2build_h" = "yes"
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12505 $as_echo_n "checking for -lfreetype... " >&6; }
12506 if ${ac_cv_lib_soname_freetype+:} false
; then :
12507 $as_echo_n "(cached) " >&6
12509 ac_check_soname_save_LIBS
=$LIBS
12510 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12514 /* Override any GCC internal prototype to avoid an error.
12515 Use char because int might match the return type of a GCC
12516 builtin and then its argument prototype would still apply. */
12520 char FT_Init_FreeType ();
12524 return FT_Init_FreeType ();
12529 if ac_fn_c_try_link
"$LINENO"; then :
12531 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12532 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'` ;;
12533 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12534 if ${ac_cv_lib_soname_freetype:+false} :; then :
12535 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12539 rm -f core conftest.err conftest.
$ac_objext \
12540 conftest
$ac_exeext conftest.
$ac_ext
12541 LIBS
=$ac_check_soname_save_LIBS
12543 if ${ac_cv_lib_soname_freetype:+false} :; then :
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12545 $as_echo "not found" >&6; }
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12549 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12551 cat >>confdefs.h
<<_ACEOF
12552 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12556 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12558 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12559 #include FT_MODULE_H
12561 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12563 cat >>confdefs.h
<<_ACEOF
12564 #define HAVE_FT_TRUETYPEENGINETYPE 1
12575 CPPFLAGS
=$ac_save_CPPFLAGS
12576 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12577 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12580 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12581 case "x$with_freetype" in
12583 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12584 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12586 enable_fonts
=${enable_fonts:-no}
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12590 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12591 if ${ac_cv_c_ppdev+:} false
; then :
12592 $as_echo_n "(cached) " >&6
12594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h. */
12596 #ifdef HAVE_SYS_IOCTL_H
12597 # include <sys/ioctl.h>
12599 #include <linux/ppdev.h>
12603 ioctl (1,PPCLAIM,0)
12608 if ac_fn_c_try_compile
"$LINENO"; then :
12609 ac_cv_c_ppdev
="yes"
12613 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12616 $as_echo "$ac_cv_c_ppdev" >&6; }
12617 if test "$ac_cv_c_ppdev" = "yes"
12620 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12624 ac_wine_check_funcs_save_LIBS
="$LIBS"
12625 LIBS
="$LIBS $PTHREAD_LIBS"
12627 pthread_attr_get_np \
12628 pthread_getattr_np \
12629 pthread_getthreadid_np \
12630 pthread_get_stackaddr_np \
12631 pthread_get_stacksize_np
12633 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12634 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12635 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12636 cat >>confdefs.h
<<_ACEOF
12637 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12643 LIBS
="$ac_wine_check_funcs_save_LIBS"
12645 if test "$ac_cv_header_zlib_h" = "yes"
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12648 $as_echo_n "checking for inflate in -lz... " >&6; }
12649 if ${ac_cv_lib_z_inflate+:} false
; then :
12650 $as_echo_n "(cached) " >&6
12652 ac_check_lib_save_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. */
12672 if ac_fn_c_try_link
"$LINENO"; then :
12673 ac_cv_lib_z_inflate
=yes
12675 ac_cv_lib_z_inflate
=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_z_inflate" >&5
12682 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12683 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12685 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12692 if test "x$Z_LIBS" = "x"; then :
12693 case "x$with_zlib" in
12694 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12696 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12697 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12702 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12704 if test "$ac_cv_header_gettext_po_h" = "yes"
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12707 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12708 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12709 $as_echo_n "(cached) " >&6
12711 ac_check_lib_save_LIBS
=$LIBS
12712 LIBS
="-lgettextpo $LIBS"
12713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12714 /* end confdefs.h. */
12716 /* Override any GCC internal prototype to avoid an error.
12717 Use char because int might match the return type of a GCC
12718 builtin and then its argument prototype would still apply. */
12722 char po_message_msgctxt ();
12726 return po_message_msgctxt ();
12731 if ac_fn_c_try_link
"$LINENO"; then :
12732 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12734 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12736 rm -f core conftest.err conftest.
$ac_objext \
12737 conftest
$ac_exeext conftest.
$ac_ext
12738 LIBS
=$ac_check_lib_save_LIBS
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12741 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12742 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12744 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12746 GETTEXTPO_LIBS
="-lgettextpo"
12751 if test "x$GETTEXTPO_LIBS" = "x"; then :
12752 case "x$with_gettextpo" in
12753 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12755 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12756 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12760 if test "$srcdir" != .
; then :
12761 case "x$with_gettextpo" in
12762 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12764 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12765 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12771 if test "x$with_pulse" != "xno";
12773 if ${PULSE_CFLAGS:+false} :; then :
12774 if ${PKG_CONFIG+:} false
; then :
12775 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12779 if ${PULSE_LIBS:+false} :; then :
12780 if ${PKG_CONFIG+:} false
; then :
12781 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12786 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12787 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12788 ac_save_CPPFLAGS
=$CPPFLAGS
12789 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12790 for ac_header
in pulse
/pulseaudio.h
12792 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12793 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12794 cat >>confdefs.h
<<_ACEOF
12795 #define HAVE_PULSE_PULSEAUDIO_H 1
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12798 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12799 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12800 $as_echo_n "(cached) " >&6
12802 ac_check_lib_save_LIBS
=$LIBS
12803 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12805 /* end confdefs.h. */
12807 /* Override any GCC internal prototype to avoid an error.
12808 Use char because int might match the return type of a GCC
12809 builtin and then its argument prototype would still apply. */
12813 char pa_stream_is_corked ();
12817 return pa_stream_is_corked ();
12822 if ac_fn_c_try_link
"$LINENO"; then :
12823 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12825 ac_cv_lib_pulse_pa_stream_is_corked
=no
12827 rm -f core conftest.err conftest.
$ac_objext \
12828 conftest
$ac_exeext conftest.
$ac_ext
12829 LIBS
=$ac_check_lib_save_LIBS
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12832 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12833 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12845 CPPFLAGS
=$ac_save_CPPFLAGS
12846 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12847 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12850 if test -z "$PULSE_LIBS"; then :
12851 case "x$with_pulse" in
12852 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12854 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12855 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12857 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12860 if test "x$with_gstreamer" != "xno"
12862 if ${GSTREAMER_CFLAGS:+false} :; then :
12863 if ${PKG_CONFIG+:} false
; then :
12864 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12868 if ${GSTREAMER_LIBS:+false} :; then :
12869 if ${PKG_CONFIG+:} false
; then :
12870 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12875 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12876 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12877 ac_save_CPPFLAGS
=$CPPFLAGS
12878 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12880 for i
in $GSTREAMER_CFLAGS
12883 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12886 GSTREAMER_CFLAGS
=$ac_gst_incl
12887 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12888 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12889 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12891 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12893 /* end confdefs.h. */
12894 #include <gst/gst.h>
12898 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12903 if ac_fn_c_try_compile
"$LINENO"; then :
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12905 $as_echo "yes" >&6; }
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12907 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12908 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12909 $as_echo_n "(cached) " >&6
12911 ac_check_lib_save_LIBS
=$LIBS
12912 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12914 /* end confdefs.h. */
12916 /* Override any GCC internal prototype to avoid an error.
12917 Use char because int might match the return type of a GCC
12918 builtin and then its argument prototype would still apply. */
12922 char gst_pad_new ();
12926 return gst_pad_new ();
12931 if ac_fn_c_try_link
"$LINENO"; then :
12932 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12934 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12936 rm -f core conftest.err conftest.
$ac_objext \
12937 conftest
$ac_exeext conftest.
$ac_ext
12938 LIBS
=$ac_check_lib_save_LIBS
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12941 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12942 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12948 $as_echo "no" >&6; }
12949 ac_glib2_broken
=yes
12950 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12956 CPPFLAGS
=$ac_save_CPPFLAGS
12957 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12958 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12961 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 :
12962 case "x$with_gstreamer" in
12963 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
12965 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
12966 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12970 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12974 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12977 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12978 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12979 $as_echo_n "(cached) " >&6
12981 ac_check_lib_save_LIBS
=$LIBS
12982 LIBS
="-lasound $LIBS"
12983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12984 /* end confdefs.h. */
12986 /* Override any GCC internal prototype to avoid an error.
12987 Use char because int might match the return type of a GCC
12988 builtin and then its argument prototype would still apply. */
12992 char snd_pcm_hw_params_get_access_mask ();
12996 return snd_pcm_hw_params_get_access_mask ();
13001 if ac_fn_c_try_link
"$LINENO"; then :
13002 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13004 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13006 rm -f core conftest.err conftest.
$ac_objext \
13007 conftest
$ac_exeext conftest.
$ac_ext
13008 LIBS
=$ac_check_lib_save_LIBS
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13011 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13012 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13014 /* end confdefs.h. */
13015 #ifdef HAVE_ALSA_ASOUNDLIB_H
13016 #include <alsa/asoundlib.h>
13017 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13018 #include <sys/asoundlib.h>
13023 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13028 if ac_fn_c_try_compile
"$LINENO"; then :
13029 ALSA_LIBS
="-lasound"
13031 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13035 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13037 if test "x$with_oss" != xno
13039 ac_save_CPPFLAGS
="$CPPFLAGS"
13040 if test -f /etc
/oss.conf
13044 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13045 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13046 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13047 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13048 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13050 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13052 cat >>confdefs.h
<<_ACEOF
13053 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13056 OSS4_CFLAGS
="$ac_oss_incl"
13063 CPPFLAGS
="$ac_save_CPPFLAGS"
13065 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13066 case "x$with_oss" in
13067 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13069 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13070 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13072 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13075 if test "x$with_udev" != "xno"
13077 if ${UDEV_CFLAGS:+false} :; then :
13078 if ${PKG_CONFIG+:} false
; then :
13079 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13083 if ${UDEV_LIBS:+false} :; then :
13084 if ${PKG_CONFIG+:} false
; then :
13085 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13089 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13090 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13091 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13092 ac_save_CPPFLAGS
=$CPPFLAGS
13093 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13094 for ac_header
in libudev.h
13096 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13097 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13098 cat >>confdefs.h
<<_ACEOF
13099 #define HAVE_LIBUDEV_H 1
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13102 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13103 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13104 $as_echo_n "(cached) " >&6
13106 ac_check_lib_save_LIBS
=$LIBS
13107 LIBS
="-ludev $UDEV_LIBS $LIBS"
13108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13109 /* end confdefs.h. */
13111 /* Override any GCC internal prototype to avoid an error.
13112 Use char because int might match the return type of a GCC
13113 builtin and then its argument prototype would still apply. */
13121 return udev_new ();
13126 if ac_fn_c_try_link
"$LINENO"; then :
13127 ac_cv_lib_udev_udev_new
=yes
13129 ac_cv_lib_udev_udev_new
=no
13131 rm -f core conftest.err conftest.
$ac_objext \
13132 conftest
$ac_exeext conftest.
$ac_ext
13133 LIBS
=$ac_check_lib_save_LIBS
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13136 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13137 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13139 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13151 CPPFLAGS
=$ac_save_CPPFLAGS
13152 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13153 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13156 if test "x$UDEV_LIBS" = "x"; then :
13157 case "x$with_udev" in
13158 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13160 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13161 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13166 if test "x$with_sdl" != "xno"
13168 if ${SDL2_CFLAGS:+false} :; then :
13169 if ${PKG_CONFIG+:} false
; then :
13170 SDL2_CFLAGS
=`$PKG_CONFIG --cflags sdl2 2>/dev/null`
13174 if ${SDL2_LIBS:+false} :; then :
13175 if ${PKG_CONFIG+:} false
; then :
13176 SDL2_LIBS
=`$PKG_CONFIG --libs sdl2 2>/dev/null`
13180 SDL2_LIBS
=${SDL2_LIBS:-"-lSDL2"}
13181 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 cflags: $SDL2_CFLAGS" >&5
13182 $as_echo "$as_me:${as_lineno-$LINENO}: sdl2 libs: $SDL2_LIBS" >&5
13183 ac_save_CPPFLAGS
=$CPPFLAGS
13184 CPPFLAGS
="$CPPFLAGS $SDL2_CFLAGS"
13185 for ac_header
in SDL
2/SDL.h
13187 ac_fn_c_check_header_mongrel
"$LINENO" "SDL2/SDL.h" "ac_cv_header_SDL2_SDL_h" "$ac_includes_default"
13188 if test "x$ac_cv_header_SDL2_SDL_h" = xyes
; then :
13189 cat >>confdefs.h
<<_ACEOF
13190 #define HAVE_SDL2_SDL_H 1
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lSDL2" >&5
13193 $as_echo_n "checking for -lSDL2... " >&6; }
13194 if ${ac_cv_lib_soname_SDL2+:} false
; then :
13195 $as_echo_n "(cached) " >&6
13197 ac_check_soname_save_LIBS
=$LIBS
13198 LIBS
="-lSDL2 $LIBS"
13199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13200 /* end confdefs.h. */
13202 /* Override any GCC internal prototype to avoid an error.
13203 Use char because int might match the return type of a GCC
13204 builtin and then its argument prototype would still apply. */
13212 return SDL_Init ();
13217 if ac_fn_c_try_link
"$LINENO"; then :
13219 dll
) ac_cv_lib_soname_SDL2
=`$ac_cv_path_LDD conftest.exe | grep "SDL2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13220 dylib
) ac_cv_lib_soname_SDL2
=`$OTOOL -L conftest$ac_exeext | grep "libSDL2-2.0*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libSDL2-2.0*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13221 *) ac_cv_lib_soname_SDL2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libSDL2-2.0*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13222 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13223 ac_cv_lib_soname_SDL2
=`$LDD conftest$ac_exeext | grep "libSDL2-2.0*\\.$LIBEXT" | sed -e "s/^.*\(libSDL2-2.0*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13227 rm -f core conftest.err conftest.
$ac_objext \
13228 conftest
$ac_exeext conftest.
$ac_ext
13229 LIBS
=$ac_check_soname_save_LIBS
13231 if ${ac_cv_lib_soname_SDL2:+false} :; then :
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13233 $as_echo "not found" >&6; }
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_SDL2" >&5
13237 $as_echo "$ac_cv_lib_soname_SDL2" >&6; }
13239 cat >>confdefs.h
<<_ACEOF
13240 #define SONAME_LIBSDL2 "$ac_cv_lib_soname_SDL2"
13249 CPPFLAGS
=$ac_save_CPPFLAGS
13250 test -z "$SDL2_CFLAGS" || SDL2_CFLAGS
=`echo " $SDL2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13251 test -z "$SDL2_LIBS" || SDL2_LIBS
=`echo " $SDL2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13254 if test "x$ac_cv_lib_soname_SDL2" = "x"; then :
13255 case "x$with_sdl" in
13256 x
) as_fn_append wine_notices
"|libSDL2 ${notice_platform}development files not found, SDL2 won't be supported." ;;
13258 *) as_fn_error $?
"libSDL2 ${notice_platform}development files not found, SDL2 won't be supported.
13259 This is an error since --with-sdl was requested." "$LINENO" 5 ;;
13264 if test "x$with_capi" != "xno"
13266 if ${CAPI20_CFLAGS:+false} :; then :
13267 if ${PKG_CONFIG+:} false
; then :
13268 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13272 if ${CAPI20_LIBS:+false} :; then :
13273 if ${PKG_CONFIG+:} false
; then :
13274 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13279 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13280 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13281 ac_save_CPPFLAGS
=$CPPFLAGS
13282 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13283 for ac_header
in capi20.h linux
/capi.h
13285 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13286 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13288 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13289 cat >>confdefs.h
<<_ACEOF
13290 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13297 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13300 $as_echo_n "checking for -lcapi20... " >&6; }
13301 if ${ac_cv_lib_soname_capi20+:} false
; then :
13302 $as_echo_n "(cached) " >&6
13304 ac_check_soname_save_LIBS
=$LIBS
13305 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13307 /* end confdefs.h. */
13309 /* Override any GCC internal prototype to avoid an error.
13310 Use char because int might match the return type of a GCC
13311 builtin and then its argument prototype would still apply. */
13315 char capi20_register ();
13319 return capi20_register ();
13324 if ac_fn_c_try_link
"$LINENO"; then :
13326 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13327 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'` ;;
13328 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13329 if ${ac_cv_lib_soname_capi20:+false} :; then :
13330 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13334 rm -f core conftest.err conftest.
$ac_objext \
13335 conftest
$ac_exeext conftest.
$ac_ext
13336 LIBS
=$ac_check_soname_save_LIBS
13338 if ${ac_cv_lib_soname_capi20:+false} :; then :
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13340 $as_echo "not found" >&6; }
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13344 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13346 cat >>confdefs.h
<<_ACEOF
13347 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13353 CPPFLAGS
=$ac_save_CPPFLAGS
13354 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13355 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13358 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13359 case "x$with_capi" in
13360 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13362 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13363 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13368 if test "x$with_cups" != "xno"
13370 if ${CUPS_CFLAGS:+false} :; then :
13371 if ${PKG_CONFIG+:} false
; then :
13372 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13375 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13376 if ${CUPS_LIBS:+false} :; then :
13377 if ${PKG_CONFIG+:} false
; then :
13378 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13381 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13382 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13383 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13384 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13385 ac_save_CPPFLAGS
=$CPPFLAGS
13386 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13387 for ac_header
in cups
/cups.h cups
/ppd.h
13389 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13390 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13391 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13392 cat >>confdefs.h
<<_ACEOF
13393 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13400 if test "$ac_cv_header_cups_cups_h" = "yes"
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13403 $as_echo_n "checking for -lcups... " >&6; }
13404 if ${ac_cv_lib_soname_cups+:} false
; then :
13405 $as_echo_n "(cached) " >&6
13407 ac_check_soname_save_LIBS
=$LIBS
13408 LIBS
="-lcups $CUPS_LIBS $LIBS"
13409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13410 /* end confdefs.h. */
13412 /* Override any GCC internal prototype to avoid an error.
13413 Use char because int might match the return type of a GCC
13414 builtin and then its argument prototype would still apply. */
13418 char cupsGetDefault ();
13422 return cupsGetDefault ();
13427 if ac_fn_c_try_link
"$LINENO"; then :
13429 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13430 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'` ;;
13431 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13432 if ${ac_cv_lib_soname_cups:+false} :; then :
13433 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13437 rm -f core conftest.err conftest.
$ac_objext \
13438 conftest
$ac_exeext conftest.
$ac_ext
13439 LIBS
=$ac_check_soname_save_LIBS
13441 if ${ac_cv_lib_soname_cups:+false} :; then :
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13443 $as_echo "not found" >&6; }
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13447 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13449 cat >>confdefs.h
<<_ACEOF
13450 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13459 CPPFLAGS
=$ac_save_CPPFLAGS
13460 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13461 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13464 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13465 case "x$with_cups" in
13466 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13468 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13469 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13474 if test "x$with_fontconfig" != "xno"
13476 if ${FONTCONFIG_CFLAGS:+false} :; then :
13477 if ${PKG_CONFIG+:} false
; then :
13478 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13481 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13482 if ${FONTCONFIG_LIBS:+false} :; then :
13483 if ${PKG_CONFIG+:} false
; then :
13484 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13487 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13489 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13490 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13491 ac_save_CPPFLAGS
=$CPPFLAGS
13492 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13493 for ac_header
in fontconfig
/fontconfig.h
13495 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13496 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13497 cat >>confdefs.h
<<_ACEOF
13498 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13505 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13508 $as_echo_n "checking for -lfontconfig... " >&6; }
13509 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13510 $as_echo_n "(cached) " >&6
13512 ac_check_soname_save_LIBS
=$LIBS
13513 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13515 /* end confdefs.h. */
13517 /* Override any GCC internal prototype to avoid an error.
13518 Use char because int might match the return type of a GCC
13519 builtin and then its argument prototype would still apply. */
13532 if ac_fn_c_try_link
"$LINENO"; then :
13534 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13535 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'` ;;
13536 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13537 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13538 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13542 rm -f core conftest.err conftest.
$ac_objext \
13543 conftest
$ac_exeext conftest.
$ac_ext
13544 LIBS
=$ac_check_soname_save_LIBS
13546 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13548 $as_echo "not found" >&6; }
13549 FONTCONFIG_CFLAGS
=""
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13552 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13554 cat >>confdefs.h
<<_ACEOF
13555 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13561 FONTCONFIG_CFLAGS
=""
13563 CPPFLAGS
=$ac_save_CPPFLAGS
13564 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13565 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13568 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13569 case "x$with_fontconfig" in
13570 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13572 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13573 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13578 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13581 $as_echo_n "checking for -lgsm... " >&6; }
13582 if ${ac_cv_lib_soname_gsm+:} false
; then :
13583 $as_echo_n "(cached) " >&6
13585 ac_check_soname_save_LIBS
=$LIBS
13587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13588 /* end confdefs.h. */
13590 /* Override any GCC internal prototype to avoid an error.
13591 Use char because int might match the return type of a GCC
13592 builtin and then its argument prototype would still apply. */
13596 char gsm_create ();
13600 return gsm_create ();
13605 if ac_fn_c_try_link
"$LINENO"; then :
13607 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13608 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'` ;;
13609 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13610 if ${ac_cv_lib_soname_gsm:+false} :; then :
13611 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13615 rm -f core conftest.err conftest.
$ac_objext \
13616 conftest
$ac_exeext conftest.
$ac_ext
13617 LIBS
=$ac_check_soname_save_LIBS
13619 if ${ac_cv_lib_soname_gsm:+false} :; then :
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13621 $as_echo "not found" >&6; }
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13625 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13627 cat >>confdefs.h
<<_ACEOF
13628 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13634 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13635 case "x$with_gsm" in
13636 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13638 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13639 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13644 if test "x$with_krb5" != "xno"
13646 if ${KRB5_CFLAGS:+false} :; then :
13647 if ${PKG_CONFIG+:} false
; then :
13648 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13651 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13652 if ${KRB5_LIBS:+false} :; then :
13653 if ${PKG_CONFIG+:} false
; then :
13654 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13657 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13659 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13660 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13661 ac_save_CPPFLAGS
=$CPPFLAGS
13662 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13663 for ac_header
in krb
5/krb5.h
13665 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13666 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13667 cat >>confdefs.h
<<_ACEOF
13668 #define HAVE_KRB5_KRB5_H 1
13675 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13678 $as_echo_n "checking for -lkrb5... " >&6; }
13679 if ${ac_cv_lib_soname_krb5+:} false
; then :
13680 $as_echo_n "(cached) " >&6
13682 ac_check_soname_save_LIBS
=$LIBS
13683 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13685 /* end confdefs.h. */
13687 /* Override any GCC internal prototype to avoid an error.
13688 Use char because int might match the return type of a GCC
13689 builtin and then its argument prototype would still apply. */
13693 char krb5_is_config_principal ();
13697 return krb5_is_config_principal ();
13702 if ac_fn_c_try_link
"$LINENO"; then :
13704 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13705 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'` ;;
13706 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13707 if ${ac_cv_lib_soname_krb5:+false} :; then :
13708 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13712 rm -f core conftest.err conftest.
$ac_objext \
13713 conftest
$ac_exeext conftest.
$ac_ext
13714 LIBS
=$ac_check_soname_save_LIBS
13716 if ${ac_cv_lib_soname_krb5:+false} :; then :
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13718 $as_echo "not found" >&6; }
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13722 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13724 cat >>confdefs.h
<<_ACEOF
13725 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13733 CPPFLAGS
=$ac_save_CPPFLAGS
13734 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13735 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13738 with_gssapi
=${with_gssapi:-no}
13740 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13741 case "x$with_krb5" in
13742 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported." ;;
13744 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found (or too old), Kerberos won't be supported.
13745 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13750 if test "x$with_gssapi" != "xno"
13752 if ${GSSAPI_CFLAGS:+false} :; then :
13753 if ${PKG_CONFIG+:} false
; then :
13754 GSSAPI_CFLAGS
=`$PKG_CONFIG --cflags krb5-gssapi 2>/dev/null`
13757 test "$cross_compiling" = yes || GSSAPI_CFLAGS
=${GSSAPI_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`}
13758 if ${GSSAPI_LIBS:+false} :; then :
13759 if ${PKG_CONFIG+:} false
; then :
13760 GSSAPI_LIBS
=`$PKG_CONFIG --libs krb5-gssapi 2>/dev/null`
13763 test "$cross_compiling" = yes || GSSAPI_LIBS
=${GSSAPI_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`}
13765 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi cflags: $GSSAPI_CFLAGS" >&5
13766 $as_echo "$as_me:${as_lineno-$LINENO}: krb5-gssapi libs: $GSSAPI_LIBS" >&5
13767 ac_save_CPPFLAGS
=$CPPFLAGS
13768 CPPFLAGS
="$CPPFLAGS $GSSAPI_CFLAGS"
13769 for ac_header
in gssapi
/gssapi.h gssapi
/gssapi_ext.h
13771 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13772 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13773 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13774 cat >>confdefs.h
<<_ACEOF
13775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13782 if test "$ac_cv_header_gssapi_gssapi_h" = "yes" -a "$ac_cv_header_gssapi_gssapi_ext_h" = "yes"
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgssapi_krb5" >&5
13785 $as_echo_n "checking for -lgssapi_krb5... " >&6; }
13786 if ${ac_cv_lib_soname_gssapi_krb5+:} false
; then :
13787 $as_echo_n "(cached) " >&6
13789 ac_check_soname_save_LIBS
=$LIBS
13790 LIBS
="-lgssapi_krb5 $GSSAPI_LIBS $LIBS"
13791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h. */
13794 /* Override any GCC internal prototype to avoid an error.
13795 Use char because int might match the return type of a GCC
13796 builtin and then its argument prototype would still apply. */
13800 char gss_init_sec_context ();
13804 return gss_init_sec_context ();
13809 if ac_fn_c_try_link
"$LINENO"; then :
13811 dll
) ac_cv_lib_soname_gssapi_krb5
=`$ac_cv_path_LDD conftest.exe | grep "gssapi_krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13812 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'` ;;
13813 *) 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'`
13814 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13815 ac_cv_lib_soname_gssapi_krb5
=`$LDD conftest$ac_exeext | grep "libgssapi_krb5\\.$LIBEXT" | sed -e "s/^.*\(libgssapi_krb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13819 rm -f core conftest.err conftest.
$ac_objext \
13820 conftest
$ac_exeext conftest.
$ac_ext
13821 LIBS
=$ac_check_soname_save_LIBS
13823 if ${ac_cv_lib_soname_gssapi_krb5:+false} :; then :
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13825 $as_echo "not found" >&6; }
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gssapi_krb5" >&5
13829 $as_echo "$ac_cv_lib_soname_gssapi_krb5" >&6; }
13831 cat >>confdefs.h
<<_ACEOF
13832 #define SONAME_LIBGSSAPI_KRB5 "$ac_cv_lib_soname_gssapi_krb5"
13840 CPPFLAGS
=$ac_save_CPPFLAGS
13841 test -z "$GSSAPI_CFLAGS" || GSSAPI_CFLAGS
=`echo " $GSSAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13842 test -z "$GSSAPI_LIBS" || GSSAPI_LIBS
=`echo " $GSSAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13845 if test "x$ac_cv_lib_soname_gssapi_krb5" = "x"; then :
13846 case "x$with_gssapi" in
13847 x
) as_fn_append wine_notices
"|libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support." ;;
13849 *) as_fn_error $?
"libgssapi_krb5 ${notice_platform}development files not found (or too old), no Kerberos SSP support.
13850 This is an error since --with-gssapi was requested." "$LINENO" 5 ;;
13855 if test "x$with_jpeg" != "xno"
13857 if ${JPEG_CFLAGS:+false} :; then :
13858 if ${PKG_CONFIG+:} false
; then :
13859 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13863 if ${JPEG_LIBS:+false} :; then :
13864 if ${PKG_CONFIG+:} false
; then :
13865 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13870 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13871 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13872 ac_save_CPPFLAGS
=$CPPFLAGS
13873 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13874 for ac_header
in jpeglib.h
13876 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13877 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13878 cat >>confdefs.h
<<_ACEOF
13879 #define HAVE_JPEGLIB_H 1
13886 if test "$ac_cv_header_jpeglib_h" = "yes"
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13889 $as_echo_n "checking for -ljpeg... " >&6; }
13890 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13891 $as_echo_n "(cached) " >&6
13893 ac_check_soname_save_LIBS
=$LIBS
13894 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13896 /* end confdefs.h. */
13898 /* Override any GCC internal prototype to avoid an error.
13899 Use char because int might match the return type of a GCC
13900 builtin and then its argument prototype would still apply. */
13904 char jpeg_start_decompress ();
13908 return jpeg_start_decompress ();
13913 if ac_fn_c_try_link
"$LINENO"; then :
13915 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13916 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'` ;;
13917 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13918 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13919 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13923 rm -f core conftest.err conftest.
$ac_objext \
13924 conftest
$ac_exeext conftest.
$ac_ext
13925 LIBS
=$ac_check_soname_save_LIBS
13927 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13929 $as_echo "not found" >&6; }
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13933 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13935 cat >>confdefs.h
<<_ACEOF
13936 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13944 CPPFLAGS
=$ac_save_CPPFLAGS
13945 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13946 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13949 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13950 case "x$with_jpeg" in
13951 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13953 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13954 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13959 if test "x$with_png" != "xno"
13961 if ${PNG_CFLAGS:+false} :; then :
13962 if ${PKG_CONFIG+:} false
; then :
13963 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13966 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13967 if ${PNG_LIBS:+false} :; then :
13968 if ${PKG_CONFIG+:} false
; then :
13969 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13972 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13974 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13975 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13976 ac_save_CPPFLAGS
=$CPPFLAGS
13977 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13978 for ac_header
in png.h
13980 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13981 if test "x$ac_cv_header_png_h" = xyes
; then :
13982 cat >>confdefs.h
<<_ACEOF
13983 #define HAVE_PNG_H 1
13990 if test "$ac_cv_header_png_h" = "yes"
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13993 $as_echo_n "checking for -lpng... " >&6; }
13994 if ${ac_cv_lib_soname_png+:} false
; then :
13995 $as_echo_n "(cached) " >&6
13997 ac_check_soname_save_LIBS
=$LIBS
13998 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14000 /* end confdefs.h. */
14002 /* Override any GCC internal prototype to avoid an error.
14003 Use char because int might match the return type of a GCC
14004 builtin and then its argument prototype would still apply. */
14008 char png_create_read_struct ();
14012 return png_create_read_struct ();
14017 if ac_fn_c_try_link
"$LINENO"; then :
14019 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14020 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'` ;;
14021 *) 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'`
14022 if ${ac_cv_lib_soname_png:+false} :; then :
14023 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14027 rm -f core conftest.err conftest.
$ac_objext \
14028 conftest
$ac_exeext conftest.
$ac_ext
14029 LIBS
=$ac_check_soname_save_LIBS
14031 if ${ac_cv_lib_soname_png:+false} :; then :
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14033 $as_echo "not found" >&6; }
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
14037 $as_echo "$ac_cv_lib_soname_png" >&6; }
14039 cat >>confdefs.h
<<_ACEOF
14040 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14048 CPPFLAGS
=$ac_save_CPPFLAGS
14049 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14050 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14053 if test "x$ac_cv_lib_soname_png" = "x"; then :
14054 case "x$with_png" in
14055 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14057 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14058 This is an error since --with-png was requested." "$LINENO" 5 ;;
14063 if test "x$with_tiff" != "xno"
14065 if ${TIFF_CFLAGS:+false} :; then :
14066 if ${PKG_CONFIG+:} false
; then :
14067 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14071 if ${TIFF_LIBS:+false} :; then :
14072 if ${PKG_CONFIG+:} false
; then :
14073 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14078 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14079 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14080 ac_save_CPPFLAGS
=$CPPFLAGS
14081 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14082 for ac_header
in tiffio.h
14084 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14085 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14086 cat >>confdefs.h
<<_ACEOF
14087 #define HAVE_TIFFIO_H 1
14094 if test "$ac_cv_header_tiffio_h" = "yes"
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14097 $as_echo_n "checking for -ltiff... " >&6; }
14098 if ${ac_cv_lib_soname_tiff+:} false
; then :
14099 $as_echo_n "(cached) " >&6
14101 ac_check_soname_save_LIBS
=$LIBS
14102 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14104 /* end confdefs.h. */
14106 /* Override any GCC internal prototype to avoid an error.
14107 Use char because int might match the return type of a GCC
14108 builtin and then its argument prototype would still apply. */
14112 char TIFFClientOpen ();
14116 return TIFFClientOpen ();
14121 if ac_fn_c_try_link
"$LINENO"; then :
14123 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14124 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'` ;;
14125 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14126 if ${ac_cv_lib_soname_tiff:+false} :; then :
14127 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14131 rm -f core conftest.err conftest.
$ac_objext \
14132 conftest
$ac_exeext conftest.
$ac_ext
14133 LIBS
=$ac_check_soname_save_LIBS
14135 if ${ac_cv_lib_soname_tiff:+false} :; then :
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14137 $as_echo "not found" >&6; }
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14141 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14143 cat >>confdefs.h
<<_ACEOF
14144 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14150 CPPFLAGS
=$ac_save_CPPFLAGS
14151 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14152 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14155 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14156 case "x$with_tiff" in
14157 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14159 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14160 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14165 if test "x$with_mpg123" != "xno"
14167 if ${MPG123_CFLAGS:+false} :; then :
14168 if ${PKG_CONFIG+:} false
; then :
14169 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14173 if ${MPG123_LIBS:+false} :; then :
14174 if ${PKG_CONFIG+:} false
; then :
14175 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14179 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14180 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14181 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14182 ac_save_CPPFLAGS
=$CPPFLAGS
14183 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14184 for ac_header
in mpg123.h
14186 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14187 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14188 cat >>confdefs.h
<<_ACEOF
14189 #define HAVE_MPG123_H 1
14196 if test "$ac_cv_header_mpg123_h" = "yes"
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14199 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14200 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14201 $as_echo_n "(cached) " >&6
14203 ac_check_lib_save_LIBS
=$LIBS
14204 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14206 /* end confdefs.h. */
14208 /* Override any GCC internal prototype to avoid an error.
14209 Use char because int might match the return type of a GCC
14210 builtin and then its argument prototype would still apply. */
14214 char mpg123_feed ();
14218 return mpg123_feed ();
14223 if ac_fn_c_try_link
"$LINENO"; then :
14224 ac_cv_lib_mpg123_mpg123_feed
=yes
14226 ac_cv_lib_mpg123_mpg123_feed
=no
14228 rm -f core conftest.err conftest.
$ac_objext \
14229 conftest
$ac_exeext conftest.
$ac_ext
14230 LIBS
=$ac_check_lib_save_LIBS
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14233 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14234 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14244 CPPFLAGS
=$ac_save_CPPFLAGS
14245 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14246 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14249 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14250 case "x$with_mpg123" in
14251 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14253 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14254 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14256 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14258 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_mp3dmod
=${enable_mp3dmod:-no}
14260 if test "$ac_cv_header_AL_al_h" = "yes"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14263 $as_echo_n "checking for -lopenal... " >&6; }
14264 if ${ac_cv_lib_soname_openal+:} false
; then :
14265 $as_echo_n "(cached) " >&6
14267 ac_check_soname_save_LIBS
=$LIBS
14268 LIBS
="-lopenal $LIBS"
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14272 /* Override any GCC internal prototype to avoid an error.
14273 Use char because int might match the return type of a GCC
14274 builtin and then its argument prototype would still apply. */
14278 char alGetSource3i ();
14282 return alGetSource3i ();
14287 if ac_fn_c_try_link
"$LINENO"; then :
14289 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14290 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'` ;;
14291 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14292 if ${ac_cv_lib_soname_openal:+false} :; then :
14293 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14297 rm -f core conftest.err conftest.
$ac_objext \
14298 conftest
$ac_exeext conftest.
$ac_ext
14299 LIBS
=$ac_check_soname_save_LIBS
14301 if ${ac_cv_lib_soname_openal:+false} :; then :
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14303 $as_echo "not found" >&6; }
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14307 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14309 cat >>confdefs.h
<<_ACEOF
14310 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14313 OPENAL_LIBS
="-lopenal"
14315 ac_cv_lib_openal
=yes
14317 cat >>confdefs.h
<<_ACEOF
14318 #define HAVE_OPENAL 1
14323 if test "x$ac_cv_lib_openal" != xyes
; then :
14324 case "x$with_openal" in
14325 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14327 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14328 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14330 enable_openal32
=${enable_openal32:-no}
14333 if test "x$ac_cv_lib_openal" = xyes
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14336 $as_echo_n "checking for openal-soft... " >&6; }
14337 if ${ac_cv_have_openalsoft+:} false
; then :
14338 $as_echo_n "(cached) " >&6
14340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14341 /* end confdefs.h. */
14343 #include <AL/alc.h>
14344 #include <AL/alext.h>
14345 LPALCRENDERSAMPLESSOFT x;
14354 if ac_fn_c_try_compile
"$LINENO"; then :
14355 ac_cv_have_openalsoft
=yes
14357 ac_cv_have_openalsoft
=no
14359 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14362 $as_echo "$ac_cv_have_openalsoft" >&6; }
14364 if test "x$ac_cv_have_openalsoft" != xyes
14366 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14367 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14368 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14369 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14370 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14371 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14372 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14373 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14374 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14375 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14376 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14377 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14378 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14379 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14380 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14381 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14382 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14383 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14384 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14385 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14386 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14387 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14388 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14389 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14392 if test "$ac_cv_header_kstat_h" = "yes"
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14395 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14396 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14397 $as_echo_n "(cached) " >&6
14399 ac_check_lib_save_LIBS
=$LIBS
14400 LIBS
="-lkstat $LIBS"
14401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14402 /* end confdefs.h. */
14404 /* Override any GCC internal prototype to avoid an error.
14405 Use char because int might match the return type of a GCC
14406 builtin and then its argument prototype would still apply. */
14410 char kstat_open ();
14414 return kstat_open ();
14419 if ac_fn_c_try_link
"$LINENO"; then :
14420 ac_cv_lib_kstat_kstat_open
=yes
14422 ac_cv_lib_kstat_kstat_open
=no
14424 rm -f core conftest.err conftest.
$ac_objext \
14425 conftest
$ac_exeext conftest.
$ac_ext
14426 LIBS
=$ac_check_lib_save_LIBS
14428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14429 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14430 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14432 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14434 KSTAT_LIBS
="-lkstat"
14440 if test "$ac_cv_header_libprocstat_h" = "yes"
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14443 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14444 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14445 $as_echo_n "(cached) " >&6
14447 ac_check_lib_save_LIBS
=$LIBS
14448 LIBS
="-lprocstat $LIBS"
14449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14450 /* end confdefs.h. */
14452 /* Override any GCC internal prototype to avoid an error.
14453 Use char because int might match the return type of a GCC
14454 builtin and then its argument prototype would still apply. */
14458 char procstat_open_sysctl ();
14462 return procstat_open_sysctl ();
14467 if ac_fn_c_try_link
"$LINENO"; then :
14468 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14470 ac_cv_lib_procstat_procstat_open_sysctl
=no
14472 rm -f core conftest.err conftest.
$ac_objext \
14473 conftest
$ac_exeext conftest.
$ac_ext
14474 LIBS
=$ac_check_lib_save_LIBS
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14477 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14478 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14480 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14482 PROCSTAT_LIBS
="-lprocstat"
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14489 $as_echo_n "checking for -lodbc... " >&6; }
14490 if ${ac_cv_lib_soname_odbc+:} false
; then :
14491 $as_echo_n "(cached) " >&6
14493 ac_check_soname_save_LIBS
=$LIBS
14494 LIBS
="-lodbc $LIBS"
14495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14496 /* end confdefs.h. */
14498 /* Override any GCC internal prototype to avoid an error.
14499 Use char because int might match the return type of a GCC
14500 builtin and then its argument prototype would still apply. */
14504 char SQLConnect ();
14508 return SQLConnect ();
14513 if ac_fn_c_try_link
"$LINENO"; then :
14515 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14516 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'` ;;
14517 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14518 if ${ac_cv_lib_soname_odbc:+false} :; then :
14519 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14523 rm -f core conftest.err conftest.
$ac_objext \
14524 conftest
$ac_exeext conftest.
$ac_ext
14525 LIBS
=$ac_check_soname_save_LIBS
14527 if ${ac_cv_lib_soname_odbc:+false} :; then :
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14529 $as_echo "not found" >&6; }
14530 cat >>confdefs.h
<<_ACEOF
14531 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14536 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14538 cat >>confdefs.h
<<_ACEOF
14539 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14545 if test "x$with_netapi" != "xno"
14547 if ${NETAPI_CFLAGS:+false} :; then :
14548 if ${PKG_CONFIG+:} false
; then :
14549 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14553 if ${NETAPI_LIBS:+false} :; then :
14554 if ${PKG_CONFIG+:} false
; then :
14555 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14560 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14561 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14562 ac_save_CPPFLAGS
=$CPPFLAGS
14563 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14565 $as_echo_n "checking for -lnetapi... " >&6; }
14566 if ${ac_cv_lib_soname_netapi+:} false
; then :
14567 $as_echo_n "(cached) " >&6
14569 ac_check_soname_save_LIBS
=$LIBS
14570 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14572 /* end confdefs.h. */
14574 /* Override any GCC internal prototype to avoid an error.
14575 Use char because int might match the return type of a GCC
14576 builtin and then its argument prototype would still apply. */
14580 char libnetapi_init ();
14584 return libnetapi_init ();
14589 if ac_fn_c_try_link
"$LINENO"; then :
14591 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14592 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'` ;;
14593 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14594 if ${ac_cv_lib_soname_netapi:+false} :; then :
14595 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14599 rm -f core conftest.err conftest.
$ac_objext \
14600 conftest
$ac_exeext conftest.
$ac_ext
14601 LIBS
=$ac_check_soname_save_LIBS
14603 if ${ac_cv_lib_soname_netapi:+false} :; then :
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14605 $as_echo "not found" >&6; }
14606 cat >>confdefs.h
<<_ACEOF
14607 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14612 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14614 cat >>confdefs.h
<<_ACEOF
14615 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14620 CPPFLAGS
=$ac_save_CPPFLAGS
14621 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14622 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14626 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14627 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14629 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14632 if test "x$with_vulkan" != "xno"
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvulkan" >&5
14635 $as_echo_n "checking for -lvulkan... " >&6; }
14636 if ${ac_cv_lib_soname_vulkan+:} false
; then :
14637 $as_echo_n "(cached) " >&6
14639 ac_check_soname_save_LIBS
=$LIBS
14640 LIBS
="-lvulkan $LIBS"
14641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14642 /* end confdefs.h. */
14644 /* Override any GCC internal prototype to avoid an error.
14645 Use char because int might match the return type of a GCC
14646 builtin and then its argument prototype would still apply. */
14650 char vkGetInstanceProcAddr ();
14654 return vkGetInstanceProcAddr ();
14659 if ac_fn_c_try_link
"$LINENO"; then :
14661 dll
) ac_cv_lib_soname_vulkan
=`$ac_cv_path_LDD conftest.exe | grep "vulkan" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14662 dylib
) ac_cv_lib_soname_vulkan
=`$OTOOL -L conftest$ac_exeext | grep "libvulkan\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvulkan\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14663 *) ac_cv_lib_soname_vulkan
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvulkan\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvulkan\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14664 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14665 ac_cv_lib_soname_vulkan
=`$LDD conftest$ac_exeext | grep "libvulkan\\.$LIBEXT" | sed -e "s/^.*\(libvulkan\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14669 rm -f core conftest.err conftest.
$ac_objext \
14670 conftest
$ac_exeext conftest.
$ac_ext
14671 LIBS
=$ac_check_soname_save_LIBS
14673 if ${ac_cv_lib_soname_vulkan:+false} :; then :
14674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14675 $as_echo "not found" >&6; }
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vulkan" >&5
14679 $as_echo "$ac_cv_lib_soname_vulkan" >&6; }
14681 cat >>confdefs.h
<<_ACEOF
14682 #define SONAME_LIBVULKAN "$ac_cv_lib_soname_vulkan"
14688 if test "x$ac_cv_lib_soname_vulkan" = "x"; then :
14689 case "x$with_vulkan" in
14690 x
) as_fn_append wine_notices
"|libvulkan ${notice_platform}development files not found, Vulkan won't be supported." ;;
14692 *) as_fn_error $?
"libvulkan ${notice_platform}development files not found, Vulkan won't be supported.
14693 This is an error since --with-vulkan was requested." "$LINENO" 5 ;;
14698 if test "x$with_vkd3d" != "xno"
14700 if ${VKD3D_CFLAGS:+false} :; then :
14701 if ${PKG_CONFIG+:} false
; then :
14702 VKD3D_CFLAGS
=`$PKG_CONFIG --cflags libvkd3d 2>/dev/null`
14706 if ${VKD3D_LIBS:+false} :; then :
14707 if ${PKG_CONFIG+:} false
; then :
14708 VKD3D_LIBS
=`$PKG_CONFIG --libs libvkd3d 2>/dev/null`
14713 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d cflags: $VKD3D_CFLAGS" >&5
14714 $as_echo "$as_me:${as_lineno-$LINENO}: libvkd3d libs: $VKD3D_LIBS" >&5
14715 ac_save_CPPFLAGS
=$CPPFLAGS
14716 CPPFLAGS
="$CPPFLAGS $VKD3D_CFLAGS"
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lvkd3d" >&5
14718 $as_echo_n "checking for -lvkd3d... " >&6; }
14719 if ${ac_cv_lib_soname_vkd3d+:} false
; then :
14720 $as_echo_n "(cached) " >&6
14722 ac_check_soname_save_LIBS
=$LIBS
14723 LIBS
="-lvkd3d $VKD3D_LIBS $LIBS"
14724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14725 /* end confdefs.h. */
14727 /* Override any GCC internal prototype to avoid an error.
14728 Use char because int might match the return type of a GCC
14729 builtin and then its argument prototype would still apply. */
14733 char vkd3d_create_device ();
14737 return vkd3d_create_device ();
14742 if ac_fn_c_try_link
"$LINENO"; then :
14744 dll
) ac_cv_lib_soname_vkd3d
=`$ac_cv_path_LDD conftest.exe | grep "vkd3d" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14745 dylib
) ac_cv_lib_soname_vkd3d
=`$OTOOL -L conftest$ac_exeext | grep "libvkd3d\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libvkd3d\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14746 *) ac_cv_lib_soname_vkd3d
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libvkd3d\\.$LIBEXT" | sed -e "s/^.*\\[\\(libvkd3d\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14747 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
14748 ac_cv_lib_soname_vkd3d
=`$LDD conftest$ac_exeext | grep "libvkd3d\\.$LIBEXT" | sed -e "s/^.*\(libvkd3d\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14752 rm -f core conftest.err conftest.
$ac_objext \
14753 conftest
$ac_exeext conftest.
$ac_ext
14754 LIBS
=$ac_check_soname_save_LIBS
14756 if ${ac_cv_lib_soname_vkd3d:+false} :; then :
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14758 $as_echo "not found" >&6; }
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_vkd3d" >&5
14762 $as_echo "$ac_cv_lib_soname_vkd3d" >&6; }
14764 cat >>confdefs.h
<<_ACEOF
14765 #define SONAME_LIBVKD3D "$ac_cv_lib_soname_vkd3d"
14770 CPPFLAGS
=$ac_save_CPPFLAGS
14771 test -z "$VKD3D_CFLAGS" || VKD3D_CFLAGS
=`echo " $VKD3D_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14772 test -z "$VKD3D_LIBS" || VKD3D_LIBS
=`echo " $VKD3D_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14775 if test "x$ac_cv_lib_soname_vkd3d" = "x"; then :
14776 case "x$with_vkd3d" in
14777 x
) as_fn_append wine_notices
"|vkd3d ${notice_platform}development files not found, Direct3D 12 won't be supported." ;;
14779 *) as_fn_error $?
"vkd3d ${notice_platform}development files not found, Direct3D 12 won't be supported.
14780 This is an error since --with-vkd3d was requested." "$LINENO" 5 ;;
14784 test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12
=${enable_d3d12:-no}
14789 if test "x${GCC}" = "xyes"
14791 EXTRACFLAGS
="-Wall -pipe"
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14794 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14795 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14796 $as_echo_n "(cached) " >&6
14798 if test "$cross_compiling" = yes; then :
14799 ac_cv_c_gcc_strength_bug
="no"
14801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14802 /* end confdefs.h. */
14803 int L[4] = {0,1,2,3};
14807 static int Array[3];
14808 unsigned int B = 3;
14810 for(i=0; i<B; i++) Array[i] = i - 3;
14811 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14813 return (Array[1] != -2 || L[2] != 3)
14818 if ac_fn_c_try_run
"$LINENO"; then :
14819 ac_cv_c_gcc_strength_bug
="no"
14821 ac_cv_c_gcc_strength_bug
="yes"
14823 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14824 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14829 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14830 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14832 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14836 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14837 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14838 $as_echo_n "(cached) " >&6
14840 ac_wine_try_cflags_saved
=$CFLAGS
14841 CFLAGS
="$CFLAGS -fno-builtin"
14842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14843 /* end confdefs.h. */
14844 int main(int argc, char **argv) { return 0; }
14846 if ac_fn_c_try_link
"$LINENO"; then :
14847 ac_cv_cflags__fno_builtin
=yes
14849 ac_cv_cflags__fno_builtin
=no
14851 rm -f core conftest.err conftest.
$ac_objext \
14852 conftest
$ac_exeext conftest.
$ac_ext
14853 CFLAGS
=$ac_wine_try_cflags_saved
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14856 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14857 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14858 BUILTINFLAG
="-fno-builtin"
14861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14862 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14863 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14864 $as_echo_n "(cached) " >&6
14866 ac_wine_try_cflags_saved
=$CFLAGS
14867 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14869 /* end confdefs.h. */
14870 int main(int argc, char **argv) { return 0; }
14872 if ac_fn_c_try_link
"$LINENO"; then :
14873 ac_cv_cflags__fno_strict_aliasing
=yes
14875 ac_cv_cflags__fno_strict_aliasing
=no
14877 rm -f core conftest.err conftest.
$ac_objext \
14878 conftest
$ac_exeext conftest.
$ac_ext
14879 CFLAGS
=$ac_wine_try_cflags_saved
14881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14882 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14883 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14884 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14887 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14888 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14889 $as_echo_n "(cached) " >&6
14891 ac_wine_try_cflags_saved
=$CFLAGS
14892 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14894 /* end confdefs.h. */
14895 int main(int argc, char **argv) { return 0; }
14897 if ac_fn_c_try_link
"$LINENO"; then :
14898 ac_cv_cflags__fexcess_precision_standard
=yes
14900 ac_cv_cflags__fexcess_precision_standard
=no
14902 rm -f core conftest.err conftest.
$ac_objext \
14903 conftest
$ac_exeext conftest.
$ac_ext
14904 CFLAGS
=$ac_wine_try_cflags_saved
14906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14907 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14908 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14909 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14912 saved_CFLAGS
=$CFLAGS
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14914 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14915 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14916 $as_echo_n "(cached) " >&6
14918 ac_wine_try_cflags_saved
=$CFLAGS
14919 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14921 /* end confdefs.h. */
14922 int main(int argc, char **argv) { return 0; }
14924 if ac_fn_c_try_link
"$LINENO"; then :
14925 ac_cv_cflags__Werror_unknown_warning_option
=yes
14927 ac_cv_cflags__Werror_unknown_warning_option
=no
14929 rm -f core conftest.err conftest.
$ac_objext \
14930 conftest
$ac_exeext conftest.
$ac_ext
14931 CFLAGS
=$ac_wine_try_cflags_saved
14933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14934 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14935 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14936 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14939 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14940 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14941 $as_echo_n "(cached) " >&6
14943 ac_wine_try_cflags_saved
=$CFLAGS
14944 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14946 /* end confdefs.h. */
14947 int main(int argc, char **argv) { return 0; }
14949 if ac_fn_c_try_link
"$LINENO"; then :
14950 ac_cv_cflags__Wdeclaration_after_statement
=yes
14952 ac_cv_cflags__Wdeclaration_after_statement
=no
14954 rm -f core conftest.err conftest.
$ac_objext \
14955 conftest
$ac_exeext conftest.
$ac_ext
14956 CFLAGS
=$ac_wine_try_cflags_saved
14958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14959 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14960 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14961 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14964 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14965 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14966 $as_echo_n "(cached) " >&6
14968 ac_wine_try_cflags_saved
=$CFLAGS
14969 CFLAGS
="$CFLAGS -Wempty-body"
14970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14971 /* end confdefs.h. */
14972 int main(int argc, char **argv) { return 0; }
14974 if ac_fn_c_try_link
"$LINENO"; then :
14975 ac_cv_cflags__Wempty_body
=yes
14977 ac_cv_cflags__Wempty_body
=no
14979 rm -f core conftest.err conftest.
$ac_objext \
14980 conftest
$ac_exeext conftest.
$ac_ext
14981 CFLAGS
=$ac_wine_try_cflags_saved
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14984 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14985 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14986 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14989 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14990 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14991 $as_echo_n "(cached) " >&6
14993 ac_wine_try_cflags_saved
=$CFLAGS
14994 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14996 /* end confdefs.h. */
14997 int main(int argc, char **argv) { return 0; }
14999 if ac_fn_c_try_link
"$LINENO"; then :
15000 ac_cv_cflags__Wignored_qualifiers
=yes
15002 ac_cv_cflags__Wignored_qualifiers
=no
15004 rm -f core conftest.err conftest.
$ac_objext \
15005 conftest
$ac_exeext conftest.
$ac_ext
15006 CFLAGS
=$ac_wine_try_cflags_saved
15008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
15009 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
15010 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
15011 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
15013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpacked-not-aligned" >&5
15014 $as_echo_n "checking whether the compiler supports -Wpacked-not-aligned... " >&6; }
15015 if ${ac_cv_cflags__Wpacked_not_aligned+:} false
; then :
15016 $as_echo_n "(cached) " >&6
15018 ac_wine_try_cflags_saved
=$CFLAGS
15019 CFLAGS
="$CFLAGS -Wpacked-not-aligned"
15020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15021 /* end confdefs.h. */
15022 int main(int argc, char **argv) { return 0; }
15024 if ac_fn_c_try_link
"$LINENO"; then :
15025 ac_cv_cflags__Wpacked_not_aligned
=yes
15027 ac_cv_cflags__Wpacked_not_aligned
=no
15029 rm -f core conftest.err conftest.
$ac_objext \
15030 conftest
$ac_exeext conftest.
$ac_ext
15031 CFLAGS
=$ac_wine_try_cflags_saved
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpacked_not_aligned" >&5
15034 $as_echo "$ac_cv_cflags__Wpacked_not_aligned" >&6; }
15035 if test "x$ac_cv_cflags__Wpacked_not_aligned" = xyes
; then :
15036 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
15038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpragma-pack" >&5
15039 $as_echo_n "checking whether the compiler supports -Wpragma-pack... " >&6; }
15040 if ${ac_cv_cflags__Wpragma_pack+:} false
; then :
15041 $as_echo_n "(cached) " >&6
15043 ac_wine_try_cflags_saved
=$CFLAGS
15044 CFLAGS
="$CFLAGS -Wpragma-pack"
15045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15046 /* end confdefs.h. */
15047 int main(int argc, char **argv) { return 0; }
15049 if ac_fn_c_try_link
"$LINENO"; then :
15050 ac_cv_cflags__Wpragma_pack
=yes
15052 ac_cv_cflags__Wpragma_pack
=no
15054 rm -f core conftest.err conftest.
$ac_objext \
15055 conftest
$ac_exeext conftest.
$ac_ext
15056 CFLAGS
=$ac_wine_try_cflags_saved
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpragma_pack" >&5
15059 $as_echo "$ac_cv_cflags__Wpragma_pack" >&6; }
15060 if test "x$ac_cv_cflags__Wpragma_pack" = xyes
; then :
15061 EXTRACFLAGS
="$EXTRACFLAGS -Wno-pragma-pack"
15063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
15064 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
15065 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
15066 $as_echo_n "(cached) " >&6
15068 ac_wine_try_cflags_saved
=$CFLAGS
15069 CFLAGS
="$CFLAGS -Wshift-overflow=2"
15070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15071 /* end confdefs.h. */
15072 int main(int argc, char **argv) { return 0; }
15074 if ac_fn_c_try_link
"$LINENO"; then :
15075 ac_cv_cflags__Wshift_overflow_2
=yes
15077 ac_cv_cflags__Wshift_overflow_2
=no
15079 rm -f core conftest.err conftest.
$ac_objext \
15080 conftest
$ac_exeext conftest.
$ac_ext
15081 CFLAGS
=$ac_wine_try_cflags_saved
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
15084 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
15085 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
15086 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
15088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
15089 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
15090 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
15091 $as_echo_n "(cached) " >&6
15093 ac_wine_try_cflags_saved
=$CFLAGS
15094 CFLAGS
="$CFLAGS -Wstrict-prototypes"
15095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15096 /* end confdefs.h. */
15097 int main(int argc, char **argv) { return 0; }
15099 if ac_fn_c_try_link
"$LINENO"; then :
15100 ac_cv_cflags__Wstrict_prototypes
=yes
15102 ac_cv_cflags__Wstrict_prototypes
=no
15104 rm -f core conftest.err conftest.
$ac_objext \
15105 conftest
$ac_exeext conftest.
$ac_ext
15106 CFLAGS
=$ac_wine_try_cflags_saved
15108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
15109 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
15110 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
15111 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
15114 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
15115 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
15116 $as_echo_n "(cached) " >&6
15118 ac_wine_try_cflags_saved
=$CFLAGS
15119 CFLAGS
="$CFLAGS -Wtype-limits"
15120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15121 /* end confdefs.h. */
15122 int main(int argc, char **argv) { return 0; }
15124 if ac_fn_c_try_link
"$LINENO"; then :
15125 ac_cv_cflags__Wtype_limits
=yes
15127 ac_cv_cflags__Wtype_limits
=no
15129 rm -f core conftest.err conftest.
$ac_objext \
15130 conftest
$ac_exeext conftest.
$ac_ext
15131 CFLAGS
=$ac_wine_try_cflags_saved
15133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
15134 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
15135 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
15136 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
15138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
15139 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
15140 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
15141 $as_echo_n "(cached) " >&6
15143 ac_wine_try_cflags_saved
=$CFLAGS
15144 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
15145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15146 /* end confdefs.h. */
15147 int main(int argc, char **argv) { return 0; }
15149 if ac_fn_c_try_link
"$LINENO"; then :
15150 ac_cv_cflags__Wunused_but_set_parameter
=yes
15152 ac_cv_cflags__Wunused_but_set_parameter
=no
15154 rm -f core conftest.err conftest.
$ac_objext \
15155 conftest
$ac_exeext conftest.
$ac_ext
15156 CFLAGS
=$ac_wine_try_cflags_saved
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
15159 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
15160 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
15161 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
15164 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
15165 if ${ac_cv_cflags__Wvla+:} false
; then :
15166 $as_echo_n "(cached) " >&6
15168 ac_wine_try_cflags_saved
=$CFLAGS
15169 CFLAGS
="$CFLAGS -Wvla"
15170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15171 /* end confdefs.h. */
15172 int main(int argc, char **argv) { return 0; }
15174 if ac_fn_c_try_link
"$LINENO"; then :
15175 ac_cv_cflags__Wvla
=yes
15177 ac_cv_cflags__Wvla
=no
15179 rm -f core conftest.err conftest.
$ac_objext \
15180 conftest
$ac_exeext conftest.
$ac_ext
15181 CFLAGS
=$ac_wine_try_cflags_saved
15183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15184 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15185 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15186 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15189 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15190 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15191 $as_echo_n "(cached) " >&6
15193 ac_wine_try_cflags_saved
=$CFLAGS
15194 CFLAGS
="$CFLAGS -Wwrite-strings"
15195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15196 /* end confdefs.h. */
15197 int main(int argc, char **argv) { return 0; }
15199 if ac_fn_c_try_link
"$LINENO"; then :
15200 ac_cv_cflags__Wwrite_strings
=yes
15202 ac_cv_cflags__Wwrite_strings
=no
15204 rm -f core conftest.err conftest.
$ac_objext \
15205 conftest
$ac_exeext conftest.
$ac_ext
15206 CFLAGS
=$ac_wine_try_cflags_saved
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15209 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15210 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15211 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15215 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15216 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15217 $as_echo_n "(cached) " >&6
15219 ac_wine_try_cflags_saved
=$CFLAGS
15220 CFLAGS
="$CFLAGS -Wpointer-arith"
15221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15222 /* end confdefs.h. */
15223 int main(int argc, char **argv) { return 0; }
15225 if ac_fn_c_try_link
"$LINENO"; then :
15226 ac_cv_cflags__Wpointer_arith
=yes
15228 ac_cv_cflags__Wpointer_arith
=no
15230 rm -f core conftest.err conftest.
$ac_objext \
15231 conftest
$ac_exeext conftest.
$ac_ext
15232 CFLAGS
=$ac_wine_try_cflags_saved
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15235 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15236 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15237 saved_string_h_CFLAGS
=$CFLAGS
15238 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15240 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15241 if ${ac_cv_c_string_h_warnings+:} false
; then :
15242 $as_echo_n "(cached) " >&6
15244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15245 /* end confdefs.h. */
15246 #include <string.h>
15255 if ac_fn_c_try_compile
"$LINENO"; then :
15256 ac_cv_c_string_h_warnings
=no
15258 ac_cv_c_string_h_warnings
=yes
15260 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15263 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15264 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15265 CFLAGS
=$saved_string_h_CFLAGS
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15269 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15270 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15271 $as_echo_n "(cached) " >&6
15273 ac_wine_try_cflags_saved
=$CFLAGS
15274 CFLAGS
="$CFLAGS -Wlogical-op"
15275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15276 /* end confdefs.h. */
15277 int main(int argc, char **argv) { return 0; }
15279 if ac_fn_c_try_link
"$LINENO"; then :
15280 ac_cv_cflags__Wlogical_op
=yes
15282 ac_cv_cflags__Wlogical_op
=no
15284 rm -f core conftest.err conftest.
$ac_objext \
15285 conftest
$ac_exeext conftest.
$ac_ext
15286 CFLAGS
=$ac_wine_try_cflags_saved
15288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15289 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15290 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15291 saved_string_h_CFLAGS
=$CFLAGS
15292 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15294 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15295 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15296 $as_echo_n "(cached) " >&6
15298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15299 /* end confdefs.h. */
15300 #include <string.h>
15301 char*f(const char *h,char n) {return strchr(h,n);}
15310 if ac_fn_c_try_compile
"$LINENO"; then :
15311 ac_cv_c_logicalop_noisy
=no
15313 ac_cv_c_logicalop_noisy
=yes
15315 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15318 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15319 CFLAGS
=$saved_string_h_CFLAGS
15320 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15323 CFLAGS
=$saved_CFLAGS
15325 for ac_flag
in $CFLAGS; do
15327 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15328 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15329 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15330 $as_echo_n "(cached) " >&6
15332 ac_wine_try_cflags_saved
=$CFLAGS
15333 CFLAGS
="$CFLAGS -gdwarf-2"
15334 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15335 /* end confdefs.h. */
15336 int main(int argc, char **argv) { return 0; }
15338 if ac_fn_c_try_link
"$LINENO"; then :
15339 ac_cv_cflags__gdwarf_2
=yes
15341 ac_cv_cflags__gdwarf_2
=no
15343 rm -f core conftest.err conftest.
$ac_objext \
15344 conftest
$ac_exeext conftest.
$ac_ext
15345 CFLAGS
=$ac_wine_try_cflags_saved
15347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15348 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15349 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15350 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15353 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15354 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15355 $as_echo_n "(cached) " >&6
15357 ac_wine_try_cflags_saved
=$CFLAGS
15358 CFLAGS
="$CFLAGS -gstrict-dwarf"
15359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15360 /* end confdefs.h. */
15361 int main(int argc, char **argv) { return 0; }
15363 if ac_fn_c_try_link
"$LINENO"; then :
15364 ac_cv_cflags__gstrict_dwarf
=yes
15366 ac_cv_cflags__gstrict_dwarf
=no
15368 rm -f core conftest.err conftest.
$ac_objext \
15369 conftest
$ac_exeext conftest.
$ac_ext
15370 CFLAGS
=$ac_wine_try_cflags_saved
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15373 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15374 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15375 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15381 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15382 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15383 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15384 $as_echo_n "(cached) " >&6
15386 ac_wine_try_cflags_saved
=$CFLAGS
15387 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15389 /* end confdefs.h. */
15390 int main(int argc, char **argv) { return 0; }
15392 if ac_fn_c_try_link
"$LINENO"; then :
15393 ac_cv_cflags__fno_omit_frame_pointer
=yes
15395 ac_cv_cflags__fno_omit_frame_pointer
=no
15397 rm -f core conftest.err conftest.
$ac_objext \
15398 conftest
$ac_exeext conftest.
$ac_ext
15399 CFLAGS
=$ac_wine_try_cflags_saved
15401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15402 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15403 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15404 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15409 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15410 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15411 if ${ac_cv_cflags__Wno_format+:} false
; then :
15412 $as_echo_n "(cached) " >&6
15414 ac_wine_try_cflags_saved
=$CFLAGS
15415 CFLAGS
="$CFLAGS -Wno-format"
15416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15417 /* end confdefs.h. */
15418 int main(int argc, char **argv) { return 0; }
15420 if ac_fn_c_try_link
"$LINENO"; then :
15421 ac_cv_cflags__Wno_format
=yes
15423 ac_cv_cflags__Wno_format
=no
15425 rm -f core conftest.err conftest.
$ac_objext \
15426 conftest
$ac_exeext conftest.
$ac_ext
15427 CFLAGS
=$ac_wine_try_cflags_saved
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15430 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15431 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15432 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15436 if test "x$enable_maintainer_mode" = "xyes"
15438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15439 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15440 if ${ac_cv_cflags__Werror+:} false
; then :
15441 $as_echo_n "(cached) " >&6
15443 ac_wine_try_cflags_saved
=$CFLAGS
15444 CFLAGS
="$CFLAGS -Werror"
15445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15446 /* end confdefs.h. */
15447 int main(int argc, char **argv) { return 0; }
15449 if ac_fn_c_try_link
"$LINENO"; then :
15450 ac_cv_cflags__Werror
=yes
15452 ac_cv_cflags__Werror
=no
15454 rm -f core conftest.err conftest.
$ac_objext \
15455 conftest
$ac_exeext conftest.
$ac_ext
15456 CFLAGS
=$ac_wine_try_cflags_saved
15458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15459 $as_echo "$ac_cv_cflags__Werror" >&6; }
15460 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15461 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15465 saved_CFLAGS
="$CFLAGS"
15466 CFLAGS
="$CFLAGS -Werror"
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15468 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15469 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15470 $as_echo_n "(cached) " >&6
15472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15473 /* end confdefs.h. */
15474 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15483 if ac_fn_c_try_compile
"$LINENO"; then :
15484 ac_cv_have_ms_hook_prologue
="yes"
15486 ac_cv_have_ms_hook_prologue
="no"
15488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15491 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15492 CFLAGS
="$saved_CFLAGS"
15493 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15496 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15499 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15506 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15507 if ${ac_cv_c_fortify_enabled+:} false
; then :
15508 $as_echo_n "(cached) " >&6
15510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15511 /* end confdefs.h. */
15512 #include <string.h>
15516 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15517 #error Fortify enabled
15523 if ac_fn_c_try_compile
"$LINENO"; then :
15524 ac_cv_c_fortify_enabled
=no
15526 ac_cv_c_fortify_enabled
=yes
15528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15531 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15532 if test "$ac_cv_c_fortify_enabled" = yes
15534 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15539 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15540 if ${ac_cv_c_extern_prefix+:} false
; then :
15541 $as_echo_n "(cached) " >&6
15543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15544 /* end confdefs.h. */
15545 extern int ac_test;
15549 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15554 if ac_fn_c_try_link
"$LINENO"; then :
15555 ac_cv_c_extern_prefix
="yes"
15557 ac_cv_c_extern_prefix
="no"
15559 rm -f core conftest.err conftest.
$ac_objext \
15560 conftest
$ac_exeext conftest.
$ac_ext
15562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15563 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15568 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15569 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15570 $as_echo_n "(cached) " >&6
15572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15573 /* end confdefs.h. */
15575 #define __stdcall __attribute__((__stdcall__))
15577 int __stdcall ac_test(int i) { return i; }
15581 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15586 if ac_fn_c_try_link
"$LINENO"; then :
15587 ac_cv_c_stdcall_suffix
="yes"
15589 ac_cv_c_stdcall_suffix
="no"
15591 rm -f core conftest.err conftest.
$ac_objext \
15592 conftest
$ac_exeext conftest.
$ac_ext
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15595 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15596 *) ac_cv_c_stdcall_suffix
="no" ;;
15600 if test "$ac_cv_c_extern_prefix" = "yes"
15602 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15604 asm_name_prefix
="_"
15606 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15612 if test "$ac_cv_c_stdcall_suffix" = "yes"
15614 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15617 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15623 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15624 if ${ac_cv_asm_func_def+:} false
; then :
15625 $as_echo_n "(cached) " >&6
15627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15628 /* end confdefs.h. */
15633 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15638 if ac_fn_c_try_link
"$LINENO"; then :
15639 ac_cv_asm_func_def
=".def"
15641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15642 /* end confdefs.h. */
15647 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15652 if ac_fn_c_try_link
"$LINENO"; then :
15653 ac_cv_asm_func_def
=".type @function"
15655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15656 /* end confdefs.h. */
15661 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15666 if ac_fn_c_try_link
"$LINENO"; then :
15667 ac_cv_asm_func_def
=".type 2"
15669 ac_cv_asm_func_def
="unknown"
15671 rm -f core conftest.err conftest.
$ac_objext \
15672 conftest
$ac_exeext conftest.
$ac_ext
15674 rm -f core conftest.err conftest.
$ac_objext \
15675 conftest
$ac_exeext conftest.
$ac_ext
15677 rm -f core conftest.err conftest.
$ac_objext \
15678 conftest
$ac_exeext conftest.
$ac_ext
15680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15681 $as_echo "$ac_cv_asm_func_def" >&6; }
15684 case "$ac_cv_asm_func_def" in
15686 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15688 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15690 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15692 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15694 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15696 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15698 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15700 asm_func_header
="" ;;
15703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15704 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15705 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15706 $as_echo_n "(cached) " >&6
15708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15709 /* end confdefs.h. */
15710 asm(".text\n\t.long 0");
15719 if ac_fn_c_try_compile
"$LINENO"; then :
15720 ac_cv_c_asm_outside_funcs
="yes"
15722 ac_cv_c_asm_outside_funcs
="no"
15724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15727 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15730 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15731 if ${ac_cv_c_dot_previous+:} false
; then :
15732 $as_echo_n "(cached) " >&6
15734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15735 /* end confdefs.h. */
15740 asm(".text\nac_test:\t.long 0\n\t.previous");
15745 if ac_fn_c_try_link
"$LINENO"; then :
15746 ac_cv_c_dot_previous
="yes"
15748 ac_cv_c_dot_previous
="no"
15750 rm -f core conftest.err conftest.
$ac_objext \
15751 conftest
$ac_exeext conftest.
$ac_ext
15753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15754 $as_echo "$ac_cv_c_dot_previous" >&6; }
15756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15757 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15758 if ${ac_cv_c_cfi_support+:} false
; then :
15759 $as_echo_n "(cached) " >&6
15761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15762 /* end confdefs.h. */
15763 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15772 if ac_fn_c_try_compile
"$LINENO"; then :
15773 ac_cv_c_cfi_support
="yes"
15775 ac_cv_c_cfi_support
="no"
15777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15780 $as_echo "$ac_cv_c_cfi_support" >&6; }
15782 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15783 asm_func_trailer
=""
15784 if test "$ac_cv_c_dot_previous" = "yes"
15786 asm_func_trailer
="\\n\\t.previous"
15788 if test "$ac_cv_c_cfi_support" = "yes"
15790 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15791 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15793 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15795 UNWINDFLAGS
=-fasynchronous-unwind-tables
15798 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15800 if test "x$enable_win64" = "xyes"
15802 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15806 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15809 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15811 cat >>confdefs.h
<<_ACEOF
15812 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15816 cat >>confdefs.h
<<_ACEOF
15817 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15822 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15825 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15830 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15837 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15838 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15839 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15846 ac_save_CFLAGS
="$CFLAGS"
15847 CFLAGS
="$CFLAGS $BUILTINFLAG"
15929 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15930 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15931 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15932 cat >>confdefs.h
<<_ACEOF
15933 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15939 CFLAGS
="$ac_save_CFLAGS"
15941 if test "$ac_cv_func_dlopen" = no
15943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15944 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15945 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15946 $as_echo_n "(cached) " >&6
15948 ac_check_lib_save_LIBS
=$LIBS
15950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15951 /* end confdefs.h. */
15953 /* Override any GCC internal prototype to avoid an error.
15954 Use char because int might match the return type of a GCC
15955 builtin and then its argument prototype would still apply. */
15968 if ac_fn_c_try_link
"$LINENO"; then :
15969 ac_cv_lib_dl_dlopen
=yes
15971 ac_cv_lib_dl_dlopen
=no
15973 rm -f core conftest.err conftest.
$ac_objext \
15974 conftest
$ac_exeext conftest.
$ac_ext
15975 LIBS
=$ac_check_lib_save_LIBS
15977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15978 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15979 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15980 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15986 ac_wine_check_funcs_save_LIBS
="$LIBS"
15987 LIBS
="$LIBS $DL_LIBS"
15988 for ac_func
in dladdr
15990 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15991 if test "x$ac_cv_func_dladdr" = xyes
; then :
15992 cat >>confdefs.h
<<_ACEOF
15993 #define HAVE_DLADDR 1
15999 LIBS
="$ac_wine_check_funcs_save_LIBS"
16001 if test "$ac_cv_func_poll" = no
16003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
16004 $as_echo_n "checking for poll in -lpoll... " >&6; }
16005 if ${ac_cv_lib_poll_poll+:} false
; then :
16006 $as_echo_n "(cached) " >&6
16008 ac_check_lib_save_LIBS
=$LIBS
16009 LIBS
="-lpoll $LIBS"
16010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16011 /* end confdefs.h. */
16013 /* Override any GCC internal prototype to avoid an error.
16014 Use char because int might match the return type of a GCC
16015 builtin and then its argument prototype would still apply. */
16028 if ac_fn_c_try_link
"$LINENO"; then :
16029 ac_cv_lib_poll_poll
=yes
16031 ac_cv_lib_poll_poll
=no
16033 rm -f core conftest.err conftest.
$ac_objext \
16034 conftest
$ac_exeext conftest.
$ac_ext
16035 LIBS
=$ac_check_lib_save_LIBS
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
16038 $as_echo "$ac_cv_lib_poll_poll" >&6; }
16039 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
16040 $as_echo "#define HAVE_POLL 1" >>confdefs.h
16047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
16048 $as_echo_n "checking for library containing gethostbyname... " >&6; }
16049 if ${ac_cv_search_gethostbyname+:} false
; then :
16050 $as_echo_n "(cached) " >&6
16052 ac_func_search_save_LIBS
=$LIBS
16053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16054 /* end confdefs.h. */
16056 /* Override any GCC internal prototype to avoid an error.
16057 Use char because int might match the return type of a GCC
16058 builtin and then its argument prototype would still apply. */
16062 char gethostbyname ();
16066 return gethostbyname ();
16071 for ac_lib
in '' nsl
; do
16072 if test -z "$ac_lib"; then
16073 ac_res
="none required"
16076 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16078 if ac_fn_c_try_link
"$LINENO"; then :
16079 ac_cv_search_gethostbyname
=$ac_res
16081 rm -f core conftest.err conftest.
$ac_objext \
16083 if ${ac_cv_search_gethostbyname+:} false
; then :
16087 if ${ac_cv_search_gethostbyname+:} false
; then :
16090 ac_cv_search_gethostbyname
=no
16092 rm conftest.
$ac_ext
16093 LIBS
=$ac_func_search_save_LIBS
16095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
16096 $as_echo "$ac_cv_search_gethostbyname" >&6; }
16097 ac_res
=$ac_cv_search_gethostbyname
16098 if test "$ac_res" != no
; then :
16099 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
16105 $as_echo_n "checking for library containing connect... " >&6; }
16106 if ${ac_cv_search_connect+:} false
; then :
16107 $as_echo_n "(cached) " >&6
16109 ac_func_search_save_LIBS
=$LIBS
16110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16111 /* end confdefs.h. */
16113 /* Override any GCC internal prototype to avoid an error.
16114 Use char because int might match the return type of a GCC
16115 builtin and then its argument prototype would still apply. */
16128 for ac_lib
in '' socket
; do
16129 if test -z "$ac_lib"; then
16130 ac_res
="none required"
16133 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16135 if ac_fn_c_try_link
"$LINENO"; then :
16136 ac_cv_search_connect
=$ac_res
16138 rm -f core conftest.err conftest.
$ac_objext \
16140 if ${ac_cv_search_connect+:} false
; then :
16144 if ${ac_cv_search_connect+:} false
; then :
16147 ac_cv_search_connect
=no
16149 rm conftest.
$ac_ext
16150 LIBS
=$ac_func_search_save_LIBS
16152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
16153 $as_echo "$ac_cv_search_connect" >&6; }
16154 ac_res
=$ac_cv_search_connect
16155 if test "$ac_res" != no
; then :
16156 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
16162 $as_echo_n "checking for library containing inet_aton... " >&6; }
16163 if ${ac_cv_search_inet_aton+:} false
; then :
16164 $as_echo_n "(cached) " >&6
16166 ac_func_search_save_LIBS
=$LIBS
16167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16168 /* end confdefs.h. */
16170 /* Override any GCC internal prototype to avoid an error.
16171 Use char because int might match the return type of a GCC
16172 builtin and then its argument prototype would still apply. */
16180 return inet_aton ();
16185 for ac_lib
in '' resolv
; do
16186 if test -z "$ac_lib"; then
16187 ac_res
="none required"
16190 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16192 if ac_fn_c_try_link
"$LINENO"; then :
16193 ac_cv_search_inet_aton
=$ac_res
16195 rm -f core conftest.err conftest.
$ac_objext \
16197 if ${ac_cv_search_inet_aton+:} false
; then :
16201 if ${ac_cv_search_inet_aton+:} false
; then :
16204 ac_cv_search_inet_aton
=no
16206 rm conftest.
$ac_ext
16207 LIBS
=$ac_func_search_save_LIBS
16209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16210 $as_echo "$ac_cv_search_inet_aton" >&6; }
16211 ac_res
=$ac_cv_search_inet_aton
16212 if test "$ac_res" != no
; then :
16213 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16233 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16234 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16235 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16236 cat >>confdefs.h
<<_ACEOF
16237 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16246 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16247 if ${ac_cv_search_clock_gettime+:} false
; then :
16248 $as_echo_n "(cached) " >&6
16250 ac_func_search_save_LIBS
=$LIBS
16251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16252 /* end confdefs.h. */
16254 /* Override any GCC internal prototype to avoid an error.
16255 Use char because int might match the return type of a GCC
16256 builtin and then its argument prototype would still apply. */
16260 char clock_gettime ();
16264 return clock_gettime ();
16269 for ac_lib
in '' rt
; do
16270 if test -z "$ac_lib"; then
16271 ac_res
="none required"
16274 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16276 if ac_fn_c_try_link
"$LINENO"; then :
16277 ac_cv_search_clock_gettime
=$ac_res
16279 rm -f core conftest.err conftest.
$ac_objext \
16281 if ${ac_cv_search_clock_gettime+:} false
; then :
16285 if ${ac_cv_search_clock_gettime+:} false
; then :
16288 ac_cv_search_clock_gettime
=no
16290 rm conftest.
$ac_ext
16291 LIBS
=$ac_func_search_save_LIBS
16293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16294 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16295 ac_res
=$ac_cv_search_clock_gettime
16296 if test "$ac_res" != no
; then :
16297 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16299 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16301 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16307 if test "x$with_ldap" != "xno"
16309 if ${LDAP_CFLAGS:+false} :; then :
16310 if ${PKG_CONFIG+:} false
; then :
16311 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16315 if ${LDAP_LIBS:+false} :; then :
16316 if ${PKG_CONFIG+:} false
; then :
16317 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16321 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16322 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16323 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16324 ac_save_CPPFLAGS
=$CPPFLAGS
16325 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16326 for ac_header
in ldap.h lber.h
16328 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16329 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16330 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16331 cat >>confdefs.h
<<_ACEOF
16332 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16339 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16341 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16343 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16345 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16346 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16347 $as_echo_n "(cached) " >&6
16349 ac_check_lib_save_LIBS
=$LIBS
16350 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16352 /* end confdefs.h. */
16354 /* Override any GCC internal prototype to avoid an error.
16355 Use char because int might match the return type of a GCC
16356 builtin and then its argument prototype would still apply. */
16360 char ldap_initialize ();
16364 return ldap_initialize ();
16369 if ac_fn_c_try_link
"$LINENO"; then :
16370 ac_cv_lib_ldap_r_ldap_initialize
=yes
16372 ac_cv_lib_ldap_r_ldap_initialize
=no
16374 rm -f core conftest.err conftest.
$ac_objext \
16375 conftest
$ac_exeext conftest.
$ac_ext
16376 LIBS
=$ac_check_lib_save_LIBS
16378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16379 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16380 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16382 $as_echo_n "checking for ber_init in -llber... " >&6; }
16383 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16384 $as_echo_n "(cached) " >&6
16386 ac_check_lib_save_LIBS
=$LIBS
16387 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16389 /* end confdefs.h. */
16391 /* Override any GCC internal prototype to avoid an error.
16392 Use char because int might match the return type of a GCC
16393 builtin and then its argument prototype would still apply. */
16401 return ber_init ();
16406 if ac_fn_c_try_link
"$LINENO"; then :
16407 ac_cv_lib_lber_ber_init
=yes
16409 ac_cv_lib_lber_ber_init
=no
16411 rm -f core conftest.err conftest.
$ac_objext \
16412 conftest
$ac_exeext conftest.
$ac_ext
16413 LIBS
=$ac_check_lib_save_LIBS
16415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16416 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16417 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16419 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16433 ac_wine_check_funcs_save_LIBS
="$LIBS"
16434 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16436 ldap_count_references \
16437 ldap_first_reference \
16438 ldap_next_reference \
16439 ldap_parse_reference \
16440 ldap_parse_sort_control \
16441 ldap_parse_sortresponse_control \
16442 ldap_parse_vlv_control \
16443 ldap_parse_vlvresponse_control
16445 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16446 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16447 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16448 cat >>confdefs.h
<<_ACEOF
16449 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16455 LIBS
="$ac_wine_check_funcs_save_LIBS"
16459 CPPFLAGS
=$ac_save_CPPFLAGS
16460 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16461 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16464 if test "x$LDAP_LIBS" = "x"; then :
16465 case "x$with_ldap" in
16466 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16468 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16469 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16475 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16476 if ${wine_cv_one_arg_mkdir+:} false
; then :
16477 $as_echo_n "(cached) " >&6
16479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16480 /* end confdefs.h. */
16481 #include <sys/stat.h>
16490 if ac_fn_c_try_compile
"$LINENO"; then :
16491 wine_cv_one_arg_mkdir
=yes
16493 wine_cv_one_arg_mkdir
=no
16495 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16498 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16499 if test "$wine_cv_one_arg_mkdir" = "yes"
16502 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16507 $as_echo_n "checking for sched_setaffinity... " >&6; }
16508 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16509 $as_echo_n "(cached) " >&6
16511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16512 /* end confdefs.h. */
16513 #define _GNU_SOURCE
16518 sched_setaffinity(0, 0, 0);
16523 if ac_fn_c_try_link
"$LINENO"; then :
16524 wine_cv_have_sched_setaffinity
=yes
16526 wine_cv_have_sched_setaffinity
=no
16528 rm -f core conftest.err conftest.
$ac_objext \
16529 conftest
$ac_exeext conftest.
$ac_ext
16531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16532 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16533 if test "$wine_cv_have_sched_setaffinity" = "yes"
16536 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16541 $as_echo_n "checking for fallocate... " >&6; }
16542 if ${wine_cv_have_fallocate+:} false
; then :
16543 $as_echo_n "(cached) " >&6
16545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16546 /* end confdefs.h. */
16547 #define _GNU_SOURCE
16552 fallocate(-1, 0, 0, 0);
16557 if ac_fn_c_try_link
"$LINENO"; then :
16558 wine_cv_have_fallocate
=yes
16560 wine_cv_have_fallocate
=no
16562 rm -f core conftest.err conftest.
$ac_objext \
16563 conftest
$ac_exeext conftest.
$ac_ext
16565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16566 $as_echo "$wine_cv_have_fallocate" >&6; }
16567 if test "$wine_cv_have_fallocate" = "yes"
16570 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16576 $as_echo_n "checking for inline... " >&6; }
16577 if ${ac_cv_c_inline+:} false
; then :
16578 $as_echo_n "(cached) " >&6
16581 for ac_kw
in inline __inline__ __inline
; do
16582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16583 /* end confdefs.h. */
16584 #ifndef __cplusplus
16586 static $ac_kw foo_t static_foo () {return 0; }
16587 $ac_kw foo_t foo () {return 0; }
16591 if ac_fn_c_try_compile
"$LINENO"; then :
16592 ac_cv_c_inline
=$ac_kw
16594 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16595 test "$ac_cv_c_inline" != no
&& break
16599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16600 $as_echo "$ac_cv_c_inline" >&6; }
16602 case $ac_cv_c_inline in
16605 case $ac_cv_c_inline in
16607 *) ac_val
=$ac_cv_c_inline;;
16609 cat >>confdefs.h
<<_ACEOF
16610 #ifndef __cplusplus
16611 #define inline $ac_val
16617 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16618 if test "x$ac_cv_type_mode_t" = xyes
; then :
16620 cat >>confdefs.h
<<_ACEOF
16621 #define HAVE_MODE_T 1
16626 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16627 if test "x$ac_cv_type_off_t" = xyes
; then :
16629 cat >>confdefs.h
<<_ACEOF
16630 #define HAVE_OFF_T 1
16635 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16636 if test "x$ac_cv_type_pid_t" = xyes
; then :
16638 cat >>confdefs.h
<<_ACEOF
16639 #define HAVE_PID_T 1
16644 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16645 if test "x$ac_cv_type_size_t" = xyes
; then :
16647 cat >>confdefs.h
<<_ACEOF
16648 #define HAVE_SIZE_T 1
16653 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16654 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16656 cat >>confdefs.h
<<_ACEOF
16657 #define HAVE_SSIZE_T 1
16662 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16663 if test "x$ac_cv_type_long_long" = xyes
; then :
16665 cat >>confdefs.h
<<_ACEOF
16666 #define HAVE_LONG_LONG 1
16671 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16672 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16674 cat >>confdefs.h
<<_ACEOF
16675 #define HAVE_FSBLKCNT_T 1
16680 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16681 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16683 cat >>confdefs.h
<<_ACEOF
16684 #define HAVE_FSFILCNT_T 1
16690 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16691 #include <signal.h>
16693 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16695 cat >>confdefs.h
<<_ACEOF
16696 #define HAVE_SIGSET_T 1
16702 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16704 if test "x$ac_cv_type_request_sense" = xyes
; then :
16706 cat >>confdefs.h
<<_ACEOF
16707 #define HAVE_REQUEST_SENSE 1
16714 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16715 #ifdef HAVE_SYS_SOCKET_H
16716 #include <sys/socket.h>
16718 #ifdef HAVE_SYS_SOCKETVAR_H
16719 #include <sys/socketvar.h>
16721 #ifdef HAVE_NET_ROUTE_H
16722 #include <net/route.h>
16724 #ifdef HAVE_NETINET_IN_H
16725 #include <netinet/in.h>
16727 #ifdef HAVE_NETINET_IN_SYSTM_H
16728 #include <netinet/in_systm.h>
16730 #ifdef HAVE_NETINET_IP_H
16731 #include <netinet/ip.h>
16733 #ifdef HAVE_NETINET_IN_PCB_H
16734 #include <netinet/in_pcb.h>
16737 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16739 cat >>confdefs.h
<<_ACEOF
16740 #define HAVE_STRUCT_XINPGEN 1
16747 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16750 #ifdef HAVE_SYS_LINK_H
16751 #include <sys/link.h>
16754 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16756 cat >>confdefs.h
<<_ACEOF
16757 #define HAVE_STRUCT_R_DEBUG 1
16762 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16765 #ifdef HAVE_SYS_LINK_H
16766 #include <sys/link.h>
16769 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16771 cat >>confdefs.h
<<_ACEOF
16772 #define HAVE_STRUCT_LINK_MAP 1
16779 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16780 #include <linux/input.h>
16783 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16785 cat >>confdefs.h
<<_ACEOF
16786 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16794 $as_echo_n "checking for if_nameindex... " >&6; }
16795 if ${wine_cv_have_if_nameindex+:} false
; then :
16796 $as_echo_n "(cached) " >&6
16798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16799 /* end confdefs.h. */
16800 #ifdef HAVE_SYS_TYPES_H
16801 #include <sys/types.h>
16803 #ifdef HAVE_SYS_SOCKET_H
16804 #include <sys/socket.h>
16806 #ifdef HAVE_NET_IF_H
16807 # include <net/if.h>
16812 struct if_nameindex *p = if_nameindex(); return p->if_index;
16817 if ac_fn_c_try_link
"$LINENO"; then :
16818 wine_cv_have_if_nameindex
=yes
16820 wine_cv_have_if_nameindex
=no
16822 rm -f core conftest.err conftest.
$ac_objext \
16823 conftest
$ac_exeext conftest.
$ac_ext
16825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16826 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16827 if test "$wine_cv_have_if_nameindex" = "yes"
16830 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16835 $as_echo_n "checking for sigaddset... " >&6; }
16836 if ${wine_cv_have_sigaddset+:} false
; then :
16837 $as_echo_n "(cached) " >&6
16839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16840 /* end confdefs.h. */
16841 #include <signal.h>
16845 sigset_t set; sigaddset(&set,SIGTERM);
16850 if ac_fn_c_try_link
"$LINENO"; then :
16851 wine_cv_have_sigaddset
=yes
16853 wine_cv_have_sigaddset
=no
16855 rm -f core conftest.err conftest.
$ac_objext \
16856 conftest
$ac_exeext conftest.
$ac_ext
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16859 $as_echo "$wine_cv_have_sigaddset" >&6; }
16860 if test "$wine_cv_have_sigaddset" = "yes"
16863 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16869 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16870 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16871 $as_echo_n "(cached) " >&6
16873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16874 /* end confdefs.h. */
16882 struct hostent *result;
16889 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16890 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16896 if ac_fn_c_try_link
"$LINENO"; then :
16897 wine_cv_linux_gethostbyname_r_6
=yes
16899 wine_cv_linux_gethostbyname_r_6
=no
16902 rm -f core conftest.err conftest.
$ac_objext \
16903 conftest
$ac_exeext conftest.
$ac_ext
16906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16907 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16908 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16911 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16915 if test "$ac_cv_header_linux_joystick_h" = "yes"
16917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16918 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16919 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16920 $as_echo_n "(cached) " >&6
16922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16923 /* end confdefs.h. */
16925 #include <sys/ioctl.h>
16926 #include <sys/types.h>
16927 #include <linux/joystick.h>
16929 struct js_event blub;
16930 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16931 #error "no 2.2 header"
16942 if ac_fn_c_try_compile
"$LINENO"; then :
16943 wine_cv_linux_joystick_22_api
=yes
16945 wine_cv_linux_joystick_22_api
=no
16947 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16951 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16952 if test "$wine_cv_linux_joystick_22_api" = "yes"
16955 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16961 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16962 #ifdef HAVE_SYS_PARAM_H
16963 # include <sys/param.h>
16965 #ifdef HAVE_SYS_MOUNT_H
16966 # include <sys/mount.h>
16968 #ifdef HAVE_SYS_VFS_H
16969 # include <sys/vfs.h>
16971 #ifdef HAVE_SYS_STATFS_H
16972 # include <sys/statfs.h>
16975 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16977 cat >>confdefs.h
<<_ACEOF
16978 #define HAVE_STRUCT_STATFS_F_BFREE 1
16983 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16984 #ifdef HAVE_SYS_PARAM_H
16985 # include <sys/param.h>
16987 #ifdef HAVE_SYS_MOUNT_H
16988 # include <sys/mount.h>
16990 #ifdef HAVE_SYS_VFS_H
16991 # include <sys/vfs.h>
16993 #ifdef HAVE_SYS_STATFS_H
16994 # include <sys/statfs.h>
16997 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16999 cat >>confdefs.h
<<_ACEOF
17000 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17005 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
17006 #ifdef HAVE_SYS_PARAM_H
17007 # include <sys/param.h>
17009 #ifdef HAVE_SYS_MOUNT_H
17010 # include <sys/mount.h>
17012 #ifdef HAVE_SYS_VFS_H
17013 # include <sys/vfs.h>
17015 #ifdef HAVE_SYS_STATFS_H
17016 # include <sys/statfs.h>
17019 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
17021 cat >>confdefs.h
<<_ACEOF
17022 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17027 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
17028 #ifdef HAVE_SYS_PARAM_H
17029 # include <sys/param.h>
17031 #ifdef HAVE_SYS_MOUNT_H
17032 # include <sys/mount.h>
17034 #ifdef HAVE_SYS_VFS_H
17035 # include <sys/vfs.h>
17037 #ifdef HAVE_SYS_STATFS_H
17038 # include <sys/statfs.h>
17041 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
17043 cat >>confdefs.h
<<_ACEOF
17044 #define HAVE_STRUCT_STATFS_F_FFREE 1
17049 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
17050 #ifdef HAVE_SYS_PARAM_H
17051 # include <sys/param.h>
17053 #ifdef HAVE_SYS_MOUNT_H
17054 # include <sys/mount.h>
17056 #ifdef HAVE_SYS_VFS_H
17057 # include <sys/vfs.h>
17059 #ifdef HAVE_SYS_STATFS_H
17060 # include <sys/statfs.h>
17063 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
17065 cat >>confdefs.h
<<_ACEOF
17066 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
17071 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
17072 #ifdef HAVE_SYS_PARAM_H
17073 # include <sys/param.h>
17075 #ifdef HAVE_SYS_MOUNT_H
17076 # include <sys/mount.h>
17078 #ifdef HAVE_SYS_VFS_H
17079 # include <sys/vfs.h>
17081 #ifdef HAVE_SYS_STATFS_H
17082 # include <sys/statfs.h>
17085 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
17087 cat >>confdefs.h
<<_ACEOF
17088 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
17095 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
17096 #include <sys/statvfs.h>
17099 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
17101 cat >>confdefs.h
<<_ACEOF
17102 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
17109 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
17110 #include <dirent.h>
17113 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
17115 cat >>confdefs.h
<<_ACEOF
17116 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
17123 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#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_msghdr_msg_accrights" = xyes
; then :
17133 cat >>confdefs.h
<<_ACEOF
17134 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
17139 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_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_sa_len" = xyes
; then :
17149 cat >>confdefs.h
<<_ACEOF
17150 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
17155 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
17156 #ifdef HAVE_SYS_SOCKET_H
17157 # include <sys/socket.h>
17159 #ifdef HAVE_SYS_UN_H
17160 # include <sys/un.h>
17163 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
17165 cat >>confdefs.h
<<_ACEOF
17166 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17173 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17174 #ifdef HAVE_SCSI_SG_H
17175 #include <scsi/sg.h>
17178 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17180 cat >>confdefs.h
<<_ACEOF
17181 #define HAVE_SCSIREQ_T_CMD 1
17186 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>
17187 #ifdef HAVE_SCSI_SG_H
17188 #include <scsi/sg.h>
17191 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17193 cat >>confdefs.h
<<_ACEOF
17194 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17201 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17203 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17205 cat >>confdefs.h
<<_ACEOF
17206 #define HAVE_SIGINFO_T_SI_FD 1
17213 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17214 #ifdef HAVE_SYS_MTIO_H
17215 #include <sys/mtio.h>
17218 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17220 cat >>confdefs.h
<<_ACEOF
17221 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17226 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17227 #ifdef HAVE_SYS_MTIO_H
17228 #include <sys/mtio.h>
17231 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17233 cat >>confdefs.h
<<_ACEOF
17234 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17239 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17240 #ifdef HAVE_SYS_MTIO_H
17241 #include <sys/mtio.h>
17244 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17246 cat >>confdefs.h
<<_ACEOF
17247 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17254 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17255 #include <getopt.h>
17258 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17260 cat >>confdefs.h
<<_ACEOF
17261 #define HAVE_STRUCT_OPTION_NAME 1
17268 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17269 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17271 cat >>confdefs.h
<<_ACEOF
17272 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17277 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17278 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17280 cat >>confdefs.h
<<_ACEOF
17281 #define HAVE_STRUCT_STAT_ST_MTIM 1
17286 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17287 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17289 cat >>confdefs.h
<<_ACEOF
17290 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17295 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17296 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17298 cat >>confdefs.h
<<_ACEOF
17299 #define HAVE_STRUCT_STAT_ST_CTIM 1
17304 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17305 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17307 cat >>confdefs.h
<<_ACEOF
17308 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17313 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17314 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17316 cat >>confdefs.h
<<_ACEOF
17317 #define HAVE_STRUCT_STAT_ST_ATIM 1
17322 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17323 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17325 cat >>confdefs.h
<<_ACEOF
17326 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17331 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17332 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17334 cat >>confdefs.h
<<_ACEOF
17335 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17340 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17341 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17343 cat >>confdefs.h
<<_ACEOF
17344 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17349 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17350 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17352 cat >>confdefs.h
<<_ACEOF
17353 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17358 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17359 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17361 cat >>confdefs.h
<<_ACEOF
17362 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17367 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17368 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17370 cat >>confdefs.h
<<_ACEOF
17371 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17378 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
17379 #include <sys/types.h>
17381 #ifdef HAVE_NETINET_IN_H
17382 #include <netinet/in.h>
17385 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17387 cat >>confdefs.h
<<_ACEOF
17388 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17395 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17396 #include <sys/types.h>
17398 #ifdef HAVE_NETINET_IN_H
17399 #include <netinet/in.h>
17401 #ifdef HAVE_RESOLV_H
17402 #include <resolv.h>
17405 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17407 cat >>confdefs.h
<<_ACEOF
17408 #define HAVE_STRUCT___RES_STATE 1
17415 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
17416 #include <resolv.h>
17419 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17421 cat >>confdefs.h
<<_ACEOF
17422 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17429 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17430 #include <sys/types.h>
17432 #ifdef HAVE_NETINET_IN_H
17433 # include <netinet/in.h>
17435 #ifdef HAVE_ARPA_NAMESER_H
17436 # include <arpa/nameser.h>
17439 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17441 cat >>confdefs.h
<<_ACEOF
17442 #define HAVE_NS_MSG__MSG_PTR 1
17449 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17450 #include <sys/types.h>
17452 #ifdef HAVE_NETINET_IN_H
17453 #include <netinet/in.h>
17455 #ifdef HAVE_NETINET_IP_H
17456 #include <netinet/ip.h>
17458 #ifdef HAVE_NETINET_IP_ICMP_H
17459 #include <netinet/ip_icmp.h>
17461 #ifdef HAVE_NETINET_ICMP_VAR_H
17462 #include <netinet/icmp_var.h>
17465 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17467 cat >>confdefs.h
<<_ACEOF
17468 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17475 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17476 #include <sys/types.h>
17478 #ifdef HAVE_ALIAS_H
17481 #ifdef HAVE_SYS_SOCKET_H
17482 #include <sys/socket.h>
17484 #ifdef HAVE_SYS_SOCKETVAR_H
17485 #include <sys/socketvar.h>
17487 #ifdef HAVE_SYS_TIMEOUT_H
17488 #include <sys/timeout.h>
17490 #ifdef HAVE_NETINET_IN_H
17491 #include <netinet/in.h>
17493 #ifdef HAVE_NETINET_IN_SYSTM_H
17494 #include <netinet/in_systm.h>
17496 #ifdef HAVE_NETINET_IP_H
17497 #include <netinet/ip.h>
17499 #ifdef HAVE_NETINET_IP_VAR_H
17500 #include <netinet/ip_var.h>
17502 #ifdef HAVE_NETINET_IP_ICMP_H
17503 #include <netinet/ip_icmp.h>
17505 #ifdef HAVE_NETINET_ICMP_VAR_H
17506 #include <netinet/icmp_var.h>
17509 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17511 cat >>confdefs.h
<<_ACEOF
17512 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17519 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17520 #include <sys/types.h>
17522 #ifdef HAVE_SYS_SOCKETVAR_H
17523 #include <sys/socketvar.h>
17525 #ifdef HAVE_NETINET_IN_H
17526 #include <netinet/in.h>
17528 #ifdef HAVE_NETINET_IP_VAR_H
17529 #include <netinet/ip_var.h>
17532 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17534 cat >>confdefs.h
<<_ACEOF
17535 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17542 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
17543 #include <netinet/ip_var.h>
17546 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17548 cat >>confdefs.h
<<_ACEOF
17549 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17556 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17557 #include <sys/types.h>
17559 #ifdef HAVE_SYS_SOCKETVAR_H
17560 #include <sys/socketvar.h>
17562 #ifdef HAVE_NETINET_IN_H
17563 #include <netinet/in.h>
17565 #ifdef HAVE_NETINET_TCP_H
17566 #include <netinet/tcp.h>
17568 #ifdef HAVE_NETINET_TCP_VAR_H
17569 #include <netinet/tcp_var.h>
17572 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17574 cat >>confdefs.h
<<_ACEOF
17575 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17582 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
17583 #include <netinet/tcp_var.h>
17586 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17588 cat >>confdefs.h
<<_ACEOF
17589 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17596 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17597 #include <sys/types.h>
17599 #ifdef HAVE_NETINET_IN_H
17600 #include <netinet/in.h>
17602 #ifdef HAVE_NETINET_IP_VAR_H
17603 #include <netinet/ip_var.h>
17605 #ifdef HAVE_NETINET_UDP_H
17606 #include <netinet/udp.h>
17608 #ifdef HAVE_NETINET_UDP_VAR_H
17609 #include <netinet/udp_var.h>
17612 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17614 cat >>confdefs.h
<<_ACEOF
17615 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17622 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17623 #include <sys/types.h>
17625 #ifdef HAVE_NET_IF_H
17626 # include <net/if.h>
17629 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17631 cat >>confdefs.h
<<_ACEOF
17632 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17640 $as_echo_n "checking for timezone variable... " >&6; }
17641 if ${ac_cv_have_timezone+:} false
; then :
17642 $as_echo_n "(cached) " >&6
17644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17645 /* end confdefs.h. */
17655 if ac_fn_c_try_link
"$LINENO"; then :
17656 ac_cv_have_timezone
="yes"
17658 ac_cv_have_timezone
="no"
17660 rm -f core conftest.err conftest.
$ac_objext \
17661 conftest
$ac_exeext conftest.
$ac_ext
17663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17664 $as_echo "$ac_cv_have_timezone" >&6; }
17665 if test "$ac_cv_have_timezone" = "yes"
17668 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17672 $as_echo_n "checking for daylight variable... " >&6; }
17673 if ${ac_cv_have_daylight+:} false
; then :
17674 $as_echo_n "(cached) " >&6
17676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17677 /* end confdefs.h. */
17687 if ac_fn_c_try_link
"$LINENO"; then :
17688 ac_cv_have_daylight
="yes"
17690 ac_cv_have_daylight
="no"
17692 rm -f core conftest.err conftest.
$ac_objext \
17693 conftest
$ac_exeext conftest.
$ac_ext
17695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17696 $as_echo "$ac_cv_have_daylight" >&6; }
17697 if test "$ac_cv_have_daylight" = "yes"
17700 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17704 ac_save_LIBS
="$LIBS"
17706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17707 $as_echo_n "checking for isfinite... " >&6; }
17708 if ${ac_cv_have_isfinite+:} false
; then :
17709 $as_echo_n "(cached) " >&6
17711 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17712 /* end confdefs.h. */
17713 #define _GNU_SOURCE
17718 float f = 0.0; return isfinite(f)
17723 if ac_fn_c_try_link
"$LINENO"; then :
17724 ac_cv_have_isfinite
="yes"
17726 ac_cv_have_isfinite
="no"
17728 rm -f core conftest.err conftest.
$ac_objext \
17729 conftest
$ac_exeext conftest.
$ac_ext
17731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17732 $as_echo "$ac_cv_have_isfinite" >&6; }
17733 if test "$ac_cv_have_isfinite" = "yes"
17736 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17741 $as_echo_n "checking for isinf... " >&6; }
17742 if ${ac_cv_have_isinf+:} false
; then :
17743 $as_echo_n "(cached) " >&6
17745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17746 /* end confdefs.h. */
17751 float f = 0.0; return isinf(f)
17756 if ac_fn_c_try_link
"$LINENO"; then :
17757 ac_cv_have_isinf
="yes"
17759 ac_cv_have_isinf
="no"
17761 rm -f core conftest.err conftest.
$ac_objext \
17762 conftest
$ac_exeext conftest.
$ac_ext
17764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17765 $as_echo "$ac_cv_have_isinf" >&6; }
17766 if test "$ac_cv_have_isinf" = "yes"
17769 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17774 $as_echo_n "checking for isnan... " >&6; }
17775 if ${ac_cv_have_isnan+:} false
; then :
17776 $as_echo_n "(cached) " >&6
17778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17779 /* end confdefs.h. */
17784 float f = 0.0; return isnan(f)
17789 if ac_fn_c_try_link
"$LINENO"; then :
17790 ac_cv_have_isnan
="yes"
17792 ac_cv_have_isnan
="no"
17794 rm -f core conftest.err conftest.
$ac_objext \
17795 conftest
$ac_exeext conftest.
$ac_ext
17797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17798 $as_echo "$ac_cv_have_isnan" >&6; }
17799 if test "$ac_cv_have_isnan" = "yes"
17802 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17856 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17857 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17858 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17859 cat >>confdefs.h
<<_ACEOF
17860 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17866 LIBS
="$ac_save_LIBS"
17868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17869 $as_echo_n "checking for __builtin_clz... " >&6; }
17870 if ${ac_cv_have___builtin_clz+:} false
; then :
17871 $as_echo_n "(cached) " >&6
17873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17874 /* end confdefs.h. */
17879 return __builtin_clz(1)
17884 if ac_fn_c_try_link
"$LINENO"; then :
17885 ac_cv_have___builtin_clz
="yes"
17887 ac_cv_have___builtin_clz
="no"
17889 rm -f core conftest.err conftest.
$ac_objext \
17890 conftest
$ac_exeext conftest.
$ac_ext
17892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17893 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17894 if test "$ac_cv_have___builtin_clz" = "yes"
17897 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17902 $as_echo_n "checking for __builtin_popcount... " >&6; }
17903 if ${ac_cv_have___builtin_popcount+:} false
; then :
17904 $as_echo_n "(cached) " >&6
17906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17907 /* end confdefs.h. */
17912 return __builtin_popcount(1)
17917 if ac_fn_c_try_link
"$LINENO"; then :
17918 ac_cv_have___builtin_popcount
="yes"
17920 ac_cv_have___builtin_popcount
="no"
17922 rm -f core conftest.err conftest.
$ac_objext \
17923 conftest
$ac_exeext conftest.
$ac_ext
17925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17926 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17927 if test "$ac_cv_have___builtin_popcount" = "yes"
17930 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clear_cache" >&5
17935 $as_echo_n "checking for __clear_cache... " >&6; }
17936 if ${ac_cv_have___clear_cache+:} false
; then :
17937 $as_echo_n "(cached) " >&6
17939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17940 /* end confdefs.h. */
17945 __clear_cache((void*)0, (void*)0); return 0;
17950 if ac_fn_c_try_link
"$LINENO"; then :
17951 ac_cv_have___clear_cache
="yes"
17953 ac_cv_have___clear_cache
="no"
17955 rm -f core conftest.err conftest.
$ac_objext \
17956 conftest
$ac_exeext conftest.
$ac_ext
17958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___clear_cache" >&5
17959 $as_echo "$ac_cv_have___clear_cache" >&6; }
17960 if test "$ac_cv_have___clear_cache" = "yes"
17963 $as_echo "#define HAVE___CLEAR_CACHE 1" >>confdefs.h
17969 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17970 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17971 if ${ac_cv_cpp_def___i386__+:} false
; then :
17972 $as_echo_n "(cached) " >&6
17974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17975 /* end confdefs.h. */
17980 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17981 $EGREP "yes" >/dev
/null
2>&1; then :
17982 ac_cv_cpp_def___i386__
=yes
17984 ac_cv_cpp_def___i386__
=no
17989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17990 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17991 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17992 CFLAGS
="$CFLAGS -D__i386__"
17993 LINTFLAGS
="$LINTFLAGS -D__i386__"
17995 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17996 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17997 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17998 $as_echo_n "(cached) " >&6
18000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18001 /* end confdefs.h. */
18006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18007 $EGREP "yes" >/dev
/null
2>&1; then :
18008 ac_cv_cpp_def___x86_64__
=yes
18010 ac_cv_cpp_def___x86_64__
=no
18015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
18016 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
18017 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
18018 CFLAGS
="$CFLAGS -D__x86_64__"
18019 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
18021 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
18022 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
18023 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
18024 $as_echo_n "(cached) " >&6
18026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18027 /* end confdefs.h. */
18028 #ifndef __sparc64__
18032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18033 $EGREP "yes" >/dev
/null
2>&1; then :
18034 ac_cv_cpp_def___sparc64__
=yes
18036 ac_cv_cpp_def___sparc64__
=no
18041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
18042 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
18043 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
18044 CFLAGS
="$CFLAGS -D__sparc64__"
18045 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
18047 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
18048 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
18049 if ${ac_cv_cpp_def___sparc__+:} false
; then :
18050 $as_echo_n "(cached) " >&6
18052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18053 /* end confdefs.h. */
18058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18059 $EGREP "yes" >/dev
/null
2>&1; then :
18060 ac_cv_cpp_def___sparc__
=yes
18062 ac_cv_cpp_def___sparc__
=no
18067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
18068 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
18069 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
18070 CFLAGS
="$CFLAGS -D__sparc__"
18071 LINTFLAGS
="$LINTFLAGS -D__sparc__"
18073 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
18074 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
18075 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
18076 $as_echo_n "(cached) " >&6
18078 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18079 /* end confdefs.h. */
18080 #ifndef __powerpc64__
18084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18085 $EGREP "yes" >/dev
/null
2>&1; then :
18086 ac_cv_cpp_def___powerpc64__
=yes
18088 ac_cv_cpp_def___powerpc64__
=no
18093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
18094 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
18095 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
18096 CFLAGS
="$CFLAGS -D__powerpc64__"
18097 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
18099 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
18100 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
18101 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
18102 $as_echo_n "(cached) " >&6
18104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18105 /* end confdefs.h. */
18106 #ifndef __powerpc__
18110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18111 $EGREP "yes" >/dev
/null
2>&1; then :
18112 ac_cv_cpp_def___powerpc__
=yes
18114 ac_cv_cpp_def___powerpc__
=no
18119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
18120 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
18121 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
18122 CFLAGS
="$CFLAGS -D__powerpc__"
18123 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
18125 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
18126 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
18127 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
18128 $as_echo_n "(cached) " >&6
18130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18131 /* end confdefs.h. */
18132 #ifndef __aarch64__
18136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18137 $EGREP "yes" >/dev
/null
2>&1; then :
18138 ac_cv_cpp_def___aarch64__
=yes
18140 ac_cv_cpp_def___aarch64__
=no
18145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
18146 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
18147 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
18148 CFLAGS
="$CFLAGS -D__aarch64__"
18149 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
18151 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
18152 $as_echo_n "checking whether we need to define __arm__... " >&6; }
18153 if ${ac_cv_cpp_def___arm__+:} false
; then :
18154 $as_echo_n "(cached) " >&6
18156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18157 /* end confdefs.h. */
18162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18163 $EGREP "yes" >/dev
/null
2>&1; then :
18164 ac_cv_cpp_def___arm__
=yes
18166 ac_cv_cpp_def___arm__
=no
18171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
18172 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
18173 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
18174 CFLAGS
="$CFLAGS -D__arm__"
18175 LINTFLAGS
="$LINTFLAGS -D__arm__"
18179 case $host_vendor in
18180 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
18181 $as_echo_n "checking whether we need to define __sun__... " >&6; }
18182 if ${ac_cv_cpp_def___sun__+:} false
; then :
18183 $as_echo_n "(cached) " >&6
18185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18186 /* end confdefs.h. */
18191 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18192 $EGREP "yes" >/dev
/null
2>&1; then :
18193 ac_cv_cpp_def___sun__
=yes
18195 ac_cv_cpp_def___sun__
=no
18200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
18201 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
18202 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
18203 CFLAGS
="$CFLAGS -D__sun__"
18204 LINTFLAGS
="$LINTFLAGS -D__sun__"
18212 ac_config_commands
="$ac_config_commands include/stamp-h"
18214 $as_echo_n "creating Makefile rules..." >&6
18216 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18217 SOCKET_LIBS = $SOCKET_LIBS
18218 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18219 IOKIT_LIBS = $IOKIT_LIBS
18220 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18221 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18222 CORESERVICES_LIBS = $CORESERVICES_LIBS
18223 APPKIT_LIBS = $APPKIT_LIBS
18224 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18225 SECURITY_LIBS = $SECURITY_LIBS
18226 COREAUDIO_LIBS = $COREAUDIO_LIBS
18227 OPENAL_LIBS = $OPENAL_LIBS
18228 OPENCL_LIBS = $OPENCL_LIBS
18229 QUICKTIME_LIBS = $QUICKTIME_LIBS
18230 CARBON_LIBS = $CARBON_LIBS
18231 PTHREAD_LIBS = $PTHREAD_LIBS
18232 X_CFLAGS = $X_CFLAGS
18233 X_PRE_LIBS = $X_PRE_LIBS
18235 X_EXTRA_LIBS = $X_EXTRA_LIBS
18236 PCAP_LIBS = $PCAP_LIBS
18237 XML2_CFLAGS = $XML2_CFLAGS
18238 XML2_LIBS = $XML2_LIBS
18239 XSLT_CFLAGS = $XSLT_CFLAGS
18240 XSLT_LIBS = $XSLT_LIBS
18241 DBUS_CFLAGS = $DBUS_CFLAGS
18242 DBUS_LIBS = $DBUS_LIBS
18243 HAL_CFLAGS = $HAL_CFLAGS
18244 HAL_LIBS = $HAL_LIBS
18245 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18246 GNUTLS_LIBS = $GNUTLS_LIBS
18247 SANE_CFLAGS = $SANE_CFLAGS
18248 SANE_LIBS = $SANE_LIBS
18249 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18250 GPHOTO2_LIBS = $GPHOTO2_LIBS
18251 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18252 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18253 RESOLV_LIBS = $RESOLV_LIBS
18254 LCMS2_CFLAGS = $LCMS2_CFLAGS
18255 LCMS2_LIBS = $LCMS2_LIBS
18256 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18257 FREETYPE_LIBS = $FREETYPE_LIBS
18259 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18260 PULSE_CFLAGS = $PULSE_CFLAGS
18261 PULSE_LIBS = $PULSE_LIBS
18262 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18263 GSTREAMER_LIBS = $GSTREAMER_LIBS
18264 ALSA_LIBS = $ALSA_LIBS
18265 OSS4_CFLAGS = $OSS4_CFLAGS
18266 UDEV_CFLAGS = $UDEV_CFLAGS
18267 UDEV_LIBS = $UDEV_LIBS
18268 SDL2_CFLAGS = $SDL2_CFLAGS
18269 SDL2_LIBS = $SDL2_LIBS
18270 CAPI20_CFLAGS = $CAPI20_CFLAGS
18271 CAPI20_LIBS = $CAPI20_LIBS
18272 CUPS_CFLAGS = $CUPS_CFLAGS
18273 CUPS_LIBS = $CUPS_LIBS
18274 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18275 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18276 KRB5_CFLAGS = $KRB5_CFLAGS
18277 KRB5_LIBS = $KRB5_LIBS
18278 GSSAPI_CFLAGS = $GSSAPI_CFLAGS
18279 GSSAPI_LIBS = $GSSAPI_LIBS
18280 JPEG_CFLAGS = $JPEG_CFLAGS
18281 JPEG_LIBS = $JPEG_LIBS
18282 PNG_CFLAGS = $PNG_CFLAGS
18283 PNG_LIBS = $PNG_LIBS
18284 TIFF_CFLAGS = $TIFF_CFLAGS
18285 TIFF_LIBS = $TIFF_LIBS
18286 MPG123_CFLAGS = $MPG123_CFLAGS
18287 MPG123_LIBS = $MPG123_LIBS
18288 KSTAT_LIBS = $KSTAT_LIBS
18289 PROCSTAT_LIBS = $PROCSTAT_LIBS
18290 NETAPI_CFLAGS = $NETAPI_CFLAGS
18291 NETAPI_LIBS = $NETAPI_LIBS
18292 VKD3D_CFLAGS = $VKD3D_CFLAGS
18293 VKD3D_LIBS = $VKD3D_LIBS
18294 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18296 POLL_LIBS = $POLL_LIBS
18298 LDAP_CFLAGS = $LDAP_CFLAGS
18299 LDAP_LIBS = $LDAP_LIBS
18304 wine_fn_append_rule
"
18305 # Rules automatically generated by configure
18310 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18311 @./config.status Make.tmp Makefile
18312 depend: \$(MAKEDEP) dummy
18315 if test "x$enable_fonts" != xno
; then
18316 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18317 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18318 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18319 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18320 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18321 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18323 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18324 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18325 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18326 wine_fn_config_symlink wine
18327 if test "x$enable_win64" != xno
; then
18328 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18329 wine_fn_config_symlink wine64
18332 wine_fn_config_makefile dlls
/acledit enable_acledit
18333 wine_fn_config_makefile dlls
/aclui enable_aclui
18334 wine_fn_config_makefile dlls
/activeds enable_activeds
18335 wine_fn_config_makefile dlls
/actxprxy enable_actxprxy
18336 wine_fn_config_makefile dlls
/adsiid enable_adsiid
18337 wine_fn_config_makefile dlls
/adsldp enable_adsldp
18338 wine_fn_config_makefile dlls
/adsldp
/tests enable_tests
18339 wine_fn_config_makefile dlls
/adsldpc enable_adsldpc
18340 wine_fn_config_makefile dlls
/advapi32 enable_advapi32
18341 wine_fn_config_makefile dlls
/advapi32
/tests enable_tests
18342 wine_fn_config_makefile dlls
/advpack enable_advpack
18343 wine_fn_config_makefile dlls
/advpack
/tests enable_tests
18344 wine_fn_config_makefile dlls
/amstream enable_amstream
18345 wine_fn_config_makefile dlls
/amstream
/tests enable_tests
18346 wine_fn_config_makefile dlls
/api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18347 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18348 wine_fn_config_makefile dlls
/api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18349 wine_fn_config_makefile dlls
/api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18350 wine_fn_config_makefile dlls
/api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18351 wine_fn_config_makefile dlls
/api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18352 wine_fn_config_makefile dlls
/api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18353 wine_fn_config_makefile dlls
/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18354 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18355 wine_fn_config_makefile dlls
/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18356 wine_fn_config_makefile dlls
/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18357 wine_fn_config_makefile dlls
/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18358 wine_fn_config_makefile dlls
/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18359 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18360 wine_fn_config_makefile dlls
/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18361 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18362 wine_fn_config_makefile dlls
/api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18363 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18364 wine_fn_config_makefile dlls
/api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18365 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18366 wine_fn_config_makefile dlls
/api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18367 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18368 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18369 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18370 wine_fn_config_makefile dlls
/api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18371 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18372 wine_fn_config_makefile dlls
/api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18373 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18374 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18375 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18376 wine_fn_config_makefile dlls
/api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18377 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18378 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18379 wine_fn_config_makefile dlls
/api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18380 wine_fn_config_makefile dlls
/api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18381 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18382 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18383 wine_fn_config_makefile dlls
/api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18384 wine_fn_config_makefile dlls
/api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18385 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18386 wine_fn_config_makefile dlls
/api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18387 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18388 wine_fn_config_makefile dlls
/api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18389 wine_fn_config_makefile dlls
/api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18390 wine_fn_config_makefile dlls
/api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18391 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18392 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18393 wine_fn_config_makefile dlls
/api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18394 wine_fn_config_makefile dlls
/api-ms-win-core-largeinteger-l1-1-0 enable_api_ms_win_core_largeinteger_l1_1_0
18395 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18396 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18397 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18398 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18399 wine_fn_config_makefile dlls
/api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18400 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18401 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18402 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18403 wine_fn_config_makefile dlls
/api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18404 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18405 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18406 wine_fn_config_makefile dlls
/api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18407 wine_fn_config_makefile dlls
/api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18408 wine_fn_config_makefile dlls
/api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18409 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18410 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18411 wine_fn_config_makefile dlls
/api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18412 wine_fn_config_makefile dlls
/api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18413 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18414 wine_fn_config_makefile dlls
/api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18415 wine_fn_config_makefile dlls
/api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18416 wine_fn_config_makefile dlls
/api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18417 wine_fn_config_makefile dlls
/api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18418 wine_fn_config_makefile dlls
/api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18419 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18420 wine_fn_config_makefile dlls
/api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18421 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18422 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18423 wine_fn_config_makefile dlls
/api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18424 wine_fn_config_makefile dlls
/api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18425 wine_fn_config_makefile dlls
/api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18426 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18427 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18428 wine_fn_config_makefile dlls
/api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18429 wine_fn_config_makefile dlls
/api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18430 wine_fn_config_makefile dlls
/api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18431 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18432 wine_fn_config_makefile dlls
/api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18433 wine_fn_config_makefile dlls
/api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18434 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18435 wine_fn_config_makefile dlls
/api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18436 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18437 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18438 wine_fn_config_makefile dlls
/api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18439 wine_fn_config_makefile dlls
/api-ms-win-core-shutdown-l1-1-0 enable_api_ms_win_core_shutdown_l1_1_0
18440 wine_fn_config_makefile dlls
/api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18441 wine_fn_config_makefile dlls
/api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18442 wine_fn_config_makefile dlls
/api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18443 wine_fn_config_makefile dlls
/api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18444 wine_fn_config_makefile dlls
/api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18445 wine_fn_config_makefile dlls
/api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18446 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18447 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18448 wine_fn_config_makefile dlls
/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18449 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18450 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18451 wine_fn_config_makefile dlls
/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18452 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18453 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18454 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18455 wine_fn_config_makefile dlls
/api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18456 wine_fn_config_makefile dlls
/api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18457 wine_fn_config_makefile dlls
/api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18458 wine_fn_config_makefile dlls
/api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18459 wine_fn_config_makefile dlls
/api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18460 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18461 wine_fn_config_makefile dlls
/api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18462 wine_fn_config_makefile dlls
/api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18463 wine_fn_config_makefile dlls
/api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18464 wine_fn_config_makefile dlls
/api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18465 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18466 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18467 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18468 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18469 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18470 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18471 wine_fn_config_makefile dlls
/api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18472 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18473 wine_fn_config_makefile dlls
/api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18474 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18475 wine_fn_config_makefile dlls
/api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18476 wine_fn_config_makefile dlls
/api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18477 wine_fn_config_makefile dlls
/api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18478 wine_fn_config_makefile dlls
/api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18479 wine_fn_config_makefile dlls
/api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18480 wine_fn_config_makefile dlls
/api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18481 wine_fn_config_makefile dlls
/api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18482 wine_fn_config_makefile dlls
/api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18483 wine_fn_config_makefile dlls
/api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18484 wine_fn_config_makefile dlls
/api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18485 wine_fn_config_makefile dlls
/api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18486 wine_fn_config_makefile dlls
/api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18487 wine_fn_config_makefile dlls
/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18488 wine_fn_config_makefile dlls
/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18489 wine_fn_config_makefile dlls
/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18490 wine_fn_config_makefile dlls
/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18491 wine_fn_config_makefile dlls
/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18492 wine_fn_config_makefile dlls
/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18493 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18494 wine_fn_config_makefile dlls
/api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18495 wine_fn_config_makefile dlls
/api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18496 wine_fn_config_makefile dlls
/api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18497 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18498 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18499 wine_fn_config_makefile dlls
/api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18500 wine_fn_config_makefile dlls
/api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18501 wine_fn_config_makefile dlls
/api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18502 wine_fn_config_makefile dlls
/api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18503 wine_fn_config_makefile dlls
/api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18504 wine_fn_config_makefile dlls
/api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18505 wine_fn_config_makefile dlls
/api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18506 wine_fn_config_makefile dlls
/api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18507 wine_fn_config_makefile dlls
/api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18508 wine_fn_config_makefile dlls
/api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18509 wine_fn_config_makefile dlls
/api-ms-win-gdi-dpiinfo-l1-1-0 enable_api_ms_win_gdi_dpiinfo_l1_1_0
18510 wine_fn_config_makefile dlls
/api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18511 wine_fn_config_makefile dlls
/api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18512 wine_fn_config_makefile dlls
/api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18513 wine_fn_config_makefile dlls
/api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18514 wine_fn_config_makefile dlls
/api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18515 wine_fn_config_makefile dlls
/api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18516 wine_fn_config_makefile dlls
/api-ms-win-perf-legacy-l1-1-0 enable_api_ms_win_perf_legacy_l1_1_0
18517 wine_fn_config_makefile dlls
/api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18518 wine_fn_config_makefile dlls
/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18519 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-draw-l1-1-0 enable_api_ms_win_rtcore_ntuser_draw_l1_1_0
18520 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18521 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-private-l1-1-4 enable_api_ms_win_rtcore_ntuser_private_l1_1_4
18522 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0
18523 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0
18524 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_0
18525 wine_fn_config_makefile dlls
/api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 enable_api_ms_win_rtcore_ntuser_wmpointer_l1_1_3
18526 wine_fn_config_makefile dlls
/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18527 wine_fn_config_makefile dlls
/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18528 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18529 wine_fn_config_makefile dlls
/api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18530 wine_fn_config_makefile dlls
/api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18531 wine_fn_config_makefile dlls
/api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18532 wine_fn_config_makefile dlls
/api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18533 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18534 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18535 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-0 enable_api_ms_win_security_lsalookup_l2_1_0
18536 wine_fn_config_makefile dlls
/api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18537 wine_fn_config_makefile dlls
/api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18538 wine_fn_config_makefile dlls
/api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18539 wine_fn_config_makefile dlls
/api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18540 wine_fn_config_makefile dlls
/api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18541 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18542 wine_fn_config_makefile dlls
/api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18543 wine_fn_config_makefile dlls
/api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18544 wine_fn_config_makefile dlls
/api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18545 wine_fn_config_makefile dlls
/api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18546 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18547 wine_fn_config_makefile dlls
/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18548 wine_fn_config_makefile dlls
/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
18549 wine_fn_config_makefile dlls
/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18550 wine_fn_config_makefile dlls
/api-ms-win-shcore-stream-l1-1-0 enable_api_ms_win_shcore_stream_l1_1_0
18551 wine_fn_config_makefile dlls
/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
18552 wine_fn_config_makefile dlls
/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18553 wine_fn_config_makefile dlls
/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18554 wine_fn_config_makefile dlls
/apphelp enable_apphelp
18555 wine_fn_config_makefile dlls
/apphelp
/tests enable_tests
18556 wine_fn_config_makefile dlls
/appwiz.cpl enable_appwiz_cpl
18557 wine_fn_config_makefile dlls
/atl enable_atl
18558 wine_fn_config_makefile dlls
/atl
/tests enable_tests
18559 wine_fn_config_makefile dlls
/atl100 enable_atl100
18560 wine_fn_config_makefile dlls
/atl100
/tests enable_tests
18561 wine_fn_config_makefile dlls
/atl110 enable_atl110
18562 wine_fn_config_makefile dlls
/atl80 enable_atl80
18563 wine_fn_config_makefile dlls
/atl80
/tests enable_tests
18564 wine_fn_config_makefile dlls
/atl90 enable_atl90
18565 wine_fn_config_makefile dlls
/atmlib enable_atmlib
18566 wine_fn_config_makefile dlls
/authz enable_authz
18567 wine_fn_config_makefile dlls
/avicap32 enable_avicap32
18568 wine_fn_config_makefile dlls
/avifil32 enable_avifil32
18569 wine_fn_config_makefile dlls
/avifil32
/tests enable_tests
18570 wine_fn_config_makefile dlls
/avifile.dll16 enable_win16
18571 wine_fn_config_makefile dlls
/avrt enable_avrt
18572 wine_fn_config_makefile dlls
/bcrypt enable_bcrypt
18573 wine_fn_config_makefile dlls
/bcrypt
/tests enable_tests
18574 wine_fn_config_makefile dlls
/bluetoothapis enable_bluetoothapis
18575 wine_fn_config_makefile dlls
/browseui enable_browseui
18576 wine_fn_config_makefile dlls
/browseui
/tests enable_tests
18577 wine_fn_config_makefile dlls
/bthprops.cpl enable_bthprops_cpl
18578 wine_fn_config_makefile dlls
/cabinet enable_cabinet
18579 wine_fn_config_makefile dlls
/cabinet
/tests enable_tests
18580 wine_fn_config_makefile dlls
/capi2032 enable_capi2032
18581 wine_fn_config_makefile dlls
/cards enable_cards
18582 wine_fn_config_makefile dlls
/cdosys enable_cdosys
18583 wine_fn_config_makefile dlls
/cfgmgr32 enable_cfgmgr32
18584 wine_fn_config_makefile dlls
/clusapi enable_clusapi
18585 wine_fn_config_makefile dlls
/combase enable_combase
18586 wine_fn_config_makefile dlls
/combase
/tests enable_tests
18587 wine_fn_config_makefile dlls
/comcat enable_comcat
18588 wine_fn_config_makefile dlls
/comcat
/tests enable_tests
18589 wine_fn_config_makefile dlls
/comctl32 enable_comctl32
18590 wine_fn_config_makefile dlls
/comctl32
/tests enable_tests
18591 wine_fn_config_makefile dlls
/comdlg32 enable_comdlg32
18592 wine_fn_config_makefile dlls
/comdlg32
/tests enable_tests
18593 wine_fn_config_makefile dlls
/comm.drv16 enable_win16
18594 wine_fn_config_makefile dlls
/commdlg.dll16 enable_win16
18595 wine_fn_config_makefile dlls
/compobj.dll16 enable_win16
18596 wine_fn_config_makefile dlls
/compstui enable_compstui
18597 wine_fn_config_makefile dlls
/comsvcs enable_comsvcs
18598 wine_fn_config_makefile dlls
/concrt140 enable_concrt140
18599 wine_fn_config_makefile dlls
/connect enable_connect
18600 wine_fn_config_makefile dlls
/credui enable_credui
18601 wine_fn_config_makefile dlls
/credui
/tests enable_tests
18602 wine_fn_config_makefile dlls
/crtdll enable_crtdll
18603 wine_fn_config_makefile dlls
/crypt32 enable_crypt32
18604 wine_fn_config_makefile dlls
/crypt32
/tests enable_tests
18605 wine_fn_config_makefile dlls
/cryptdlg enable_cryptdlg
18606 wine_fn_config_makefile dlls
/cryptdll enable_cryptdll
18607 wine_fn_config_makefile dlls
/cryptext enable_cryptext
18608 wine_fn_config_makefile dlls
/cryptnet enable_cryptnet
18609 wine_fn_config_makefile dlls
/cryptnet
/tests enable_tests
18610 wine_fn_config_makefile dlls
/cryptui enable_cryptui
18611 wine_fn_config_makefile dlls
/cryptui
/tests enable_tests
18612 wine_fn_config_makefile dlls
/ctapi32 enable_ctapi32
18613 wine_fn_config_makefile dlls
/ctl3d.dll16 enable_win16
18614 wine_fn_config_makefile dlls
/ctl3d32 enable_ctl3d32
18615 wine_fn_config_makefile dlls
/ctl3dv2.dll16 enable_win16
18616 wine_fn_config_makefile dlls
/d2d1 enable_d2d1
18617 wine_fn_config_makefile dlls
/d2d
1/tests enable_tests
18618 wine_fn_config_makefile dlls
/d3d10 enable_d3d10
18619 wine_fn_config_makefile dlls
/d3d10
/tests enable_tests
18620 wine_fn_config_makefile dlls
/d3d10_1 enable_d3d10_1
18621 wine_fn_config_makefile dlls
/d3d10_
1/tests enable_tests
18622 wine_fn_config_makefile dlls
/d3d10core enable_d3d10core
18623 wine_fn_config_makefile dlls
/d3d10core
/tests enable_tests
18624 wine_fn_config_makefile dlls
/d3d11 enable_d3d11
18625 wine_fn_config_makefile dlls
/d3d11
/tests enable_tests
18626 wine_fn_config_makefile dlls
/d3d12 enable_d3d12
18627 wine_fn_config_makefile dlls
/d3d12
/tests enable_tests
18628 wine_fn_config_makefile dlls
/d3d8 enable_d3d8
18629 wine_fn_config_makefile dlls
/d3d
8/tests enable_tests
18630 wine_fn_config_makefile dlls
/d3d9 enable_d3d9
18631 wine_fn_config_makefile dlls
/d3d
9/tests enable_tests
18632 wine_fn_config_makefile dlls
/d3dcompiler_33 enable_d3dcompiler_33
18633 wine_fn_config_makefile dlls
/d3dcompiler_34 enable_d3dcompiler_34
18634 wine_fn_config_makefile dlls
/d3dcompiler_35 enable_d3dcompiler_35
18635 wine_fn_config_makefile dlls
/d3dcompiler_36 enable_d3dcompiler_36
18636 wine_fn_config_makefile dlls
/d3dcompiler_37 enable_d3dcompiler_37
18637 wine_fn_config_makefile dlls
/d3dcompiler_38 enable_d3dcompiler_38
18638 wine_fn_config_makefile dlls
/d3dcompiler_39 enable_d3dcompiler_39
18639 wine_fn_config_makefile dlls
/d3dcompiler_40 enable_d3dcompiler_40
18640 wine_fn_config_makefile dlls
/d3dcompiler_41 enable_d3dcompiler_41
18641 wine_fn_config_makefile dlls
/d3dcompiler_42 enable_d3dcompiler_42
18642 wine_fn_config_makefile dlls
/d3dcompiler_43 enable_d3dcompiler_43
18643 wine_fn_config_makefile dlls
/d3dcompiler_43
/tests enable_tests
18644 wine_fn_config_makefile dlls
/d3dcompiler_46 enable_d3dcompiler_46
18645 wine_fn_config_makefile dlls
/d3dcompiler_47 enable_d3dcompiler_47
18646 wine_fn_config_makefile dlls
/d3dim enable_d3dim
18647 wine_fn_config_makefile dlls
/d3drm enable_d3drm
18648 wine_fn_config_makefile dlls
/d3drm
/tests enable_tests
18649 wine_fn_config_makefile dlls
/d3dx10_33 enable_d3dx10_33
18650 wine_fn_config_makefile dlls
/d3dx10_34 enable_d3dx10_34
18651 wine_fn_config_makefile dlls
/d3dx10_35 enable_d3dx10_35
18652 wine_fn_config_makefile dlls
/d3dx10_36 enable_d3dx10_36
18653 wine_fn_config_makefile dlls
/d3dx10_37 enable_d3dx10_37
18654 wine_fn_config_makefile dlls
/d3dx10_38 enable_d3dx10_38
18655 wine_fn_config_makefile dlls
/d3dx10_39 enable_d3dx10_39
18656 wine_fn_config_makefile dlls
/d3dx10_40 enable_d3dx10_40
18657 wine_fn_config_makefile dlls
/d3dx10_41 enable_d3dx10_41
18658 wine_fn_config_makefile dlls
/d3dx10_42 enable_d3dx10_42
18659 wine_fn_config_makefile dlls
/d3dx10_43 enable_d3dx10_43
18660 wine_fn_config_makefile dlls
/d3dx10_43
/tests enable_tests
18661 wine_fn_config_makefile dlls
/d3dx11_42 enable_d3dx11_42
18662 wine_fn_config_makefile dlls
/d3dx11_43 enable_d3dx11_43
18663 wine_fn_config_makefile dlls
/d3dx11_43
/tests enable_tests
18664 wine_fn_config_makefile dlls
/d3dx9_24 enable_d3dx9_24
18665 wine_fn_config_makefile dlls
/d3dx9_25 enable_d3dx9_25
18666 wine_fn_config_makefile dlls
/d3dx9_26 enable_d3dx9_26
18667 wine_fn_config_makefile dlls
/d3dx9_27 enable_d3dx9_27
18668 wine_fn_config_makefile dlls
/d3dx9_28 enable_d3dx9_28
18669 wine_fn_config_makefile dlls
/d3dx9_29 enable_d3dx9_29
18670 wine_fn_config_makefile dlls
/d3dx9_30 enable_d3dx9_30
18671 wine_fn_config_makefile dlls
/d3dx9_31 enable_d3dx9_31
18672 wine_fn_config_makefile dlls
/d3dx9_32 enable_d3dx9_32
18673 wine_fn_config_makefile dlls
/d3dx9_33 enable_d3dx9_33
18674 wine_fn_config_makefile dlls
/d3dx9_34 enable_d3dx9_34
18675 wine_fn_config_makefile dlls
/d3dx9_35 enable_d3dx9_35
18676 wine_fn_config_makefile dlls
/d3dx9_36 enable_d3dx9_36
18677 wine_fn_config_makefile dlls
/d3dx9_36
/tests enable_tests
18678 wine_fn_config_makefile dlls
/d3dx9_37 enable_d3dx9_37
18679 wine_fn_config_makefile dlls
/d3dx9_38 enable_d3dx9_38
18680 wine_fn_config_makefile dlls
/d3dx9_39 enable_d3dx9_39
18681 wine_fn_config_makefile dlls
/d3dx9_40 enable_d3dx9_40
18682 wine_fn_config_makefile dlls
/d3dx9_41 enable_d3dx9_41
18683 wine_fn_config_makefile dlls
/d3dx9_42 enable_d3dx9_42
18684 wine_fn_config_makefile dlls
/d3dx9_43 enable_d3dx9_43
18685 wine_fn_config_makefile dlls
/d3dxof enable_d3dxof
18686 wine_fn_config_makefile dlls
/d3dxof
/tests enable_tests
18687 wine_fn_config_makefile dlls
/davclnt enable_davclnt
18688 wine_fn_config_makefile dlls
/dbgeng enable_dbgeng
18689 wine_fn_config_makefile dlls
/dbghelp enable_dbghelp
18690 wine_fn_config_makefile dlls
/dbghelp
/tests enable_tests
18691 wine_fn_config_makefile dlls
/dciman32 enable_dciman32
18692 wine_fn_config_makefile dlls
/ddeml.dll16 enable_win16
18693 wine_fn_config_makefile dlls
/ddraw enable_ddraw
18694 wine_fn_config_makefile dlls
/ddraw
/tests enable_tests
18695 wine_fn_config_makefile dlls
/ddrawex enable_ddrawex
18696 wine_fn_config_makefile dlls
/ddrawex
/tests enable_tests
18697 wine_fn_config_makefile dlls
/devenum enable_devenum
18698 wine_fn_config_makefile dlls
/devenum
/tests enable_tests
18699 wine_fn_config_makefile dlls
/dhcpcsvc enable_dhcpcsvc
18700 wine_fn_config_makefile dlls
/dhtmled.ocx enable_dhtmled_ocx
18701 wine_fn_config_makefile dlls
/difxapi enable_difxapi
18702 wine_fn_config_makefile dlls
/dinput enable_dinput
18703 wine_fn_config_makefile dlls
/dinput
/tests enable_tests
18704 wine_fn_config_makefile dlls
/dinput8 enable_dinput8
18705 wine_fn_config_makefile dlls
/dinput
8/tests enable_tests
18706 wine_fn_config_makefile dlls
/dispdib.dll16 enable_win16
18707 wine_fn_config_makefile dlls
/dispex enable_dispex
18708 wine_fn_config_makefile dlls
/dispex
/tests enable_tests
18709 wine_fn_config_makefile dlls
/display.drv16 enable_win16
18710 wine_fn_config_makefile dlls
/dmband enable_dmband
18711 wine_fn_config_makefile dlls
/dmband
/tests enable_tests
18712 wine_fn_config_makefile dlls
/dmcompos enable_dmcompos
18713 wine_fn_config_makefile dlls
/dmcompos
/tests enable_tests
18714 wine_fn_config_makefile dlls
/dmime enable_dmime
18715 wine_fn_config_makefile dlls
/dmime
/tests enable_tests
18716 wine_fn_config_makefile dlls
/dmloader enable_dmloader
18717 wine_fn_config_makefile dlls
/dmloader
/tests enable_tests
18718 wine_fn_config_makefile dlls
/dmoguids enable_dmoguids
18719 wine_fn_config_makefile dlls
/dmscript enable_dmscript
18720 wine_fn_config_makefile dlls
/dmscript
/tests enable_tests
18721 wine_fn_config_makefile dlls
/dmstyle enable_dmstyle
18722 wine_fn_config_makefile dlls
/dmstyle
/tests enable_tests
18723 wine_fn_config_makefile dlls
/dmsynth enable_dmsynth
18724 wine_fn_config_makefile dlls
/dmsynth
/tests enable_tests
18725 wine_fn_config_makefile dlls
/dmusic enable_dmusic
18726 wine_fn_config_makefile dlls
/dmusic
/tests enable_tests
18727 wine_fn_config_makefile dlls
/dmusic32 enable_dmusic32
18728 wine_fn_config_makefile dlls
/dnsapi enable_dnsapi
18729 wine_fn_config_makefile dlls
/dnsapi
/tests enable_tests
18730 wine_fn_config_makefile dlls
/dplay enable_dplay
18731 wine_fn_config_makefile dlls
/dplayx enable_dplayx
18732 wine_fn_config_makefile dlls
/dplayx
/tests enable_tests
18733 wine_fn_config_makefile dlls
/dpnaddr enable_dpnaddr
18734 wine_fn_config_makefile dlls
/dpnet enable_dpnet
18735 wine_fn_config_makefile dlls
/dpnet
/tests enable_tests
18736 wine_fn_config_makefile dlls
/dpnhpast enable_dpnhpast
18737 wine_fn_config_makefile dlls
/dpnlobby enable_dpnlobby
18738 wine_fn_config_makefile dlls
/dpvoice enable_dpvoice
18739 wine_fn_config_makefile dlls
/dpvoice
/tests enable_tests
18740 wine_fn_config_makefile dlls
/dpwsockx enable_dpwsockx
18741 wine_fn_config_makefile dlls
/drmclien enable_drmclien
18742 wine_fn_config_makefile dlls
/dsound enable_dsound
18743 wine_fn_config_makefile dlls
/dsound
/tests enable_tests
18744 wine_fn_config_makefile dlls
/dsquery enable_dsquery
18745 wine_fn_config_makefile dlls
/dssenh enable_dssenh
18746 wine_fn_config_makefile dlls
/dssenh
/tests enable_tests
18747 wine_fn_config_makefile dlls
/dswave enable_dswave
18748 wine_fn_config_makefile dlls
/dswave
/tests enable_tests
18749 wine_fn_config_makefile dlls
/dwmapi enable_dwmapi
18750 wine_fn_config_makefile dlls
/dwrite enable_dwrite
18751 wine_fn_config_makefile dlls
/dwrite
/tests enable_tests
18752 wine_fn_config_makefile dlls
/dx8vb enable_dx8vb
18753 wine_fn_config_makefile dlls
/dxdiagn enable_dxdiagn
18754 wine_fn_config_makefile dlls
/dxdiagn
/tests enable_tests
18755 wine_fn_config_makefile dlls
/dxerr8 enable_dxerr8
18756 wine_fn_config_makefile dlls
/dxerr9 enable_dxerr9
18757 wine_fn_config_makefile dlls
/dxgi enable_dxgi
18758 wine_fn_config_makefile dlls
/dxgi
/tests enable_tests
18759 wine_fn_config_makefile dlls
/dxguid enable_dxguid
18760 wine_fn_config_makefile dlls
/dxva2 enable_dxva2
18761 wine_fn_config_makefile dlls
/esent enable_esent
18762 wine_fn_config_makefile dlls
/evr enable_evr
18763 wine_fn_config_makefile dlls
/evr
/tests enable_tests
18764 wine_fn_config_makefile dlls
/explorerframe enable_explorerframe
18765 wine_fn_config_makefile dlls
/explorerframe
/tests enable_tests
18766 wine_fn_config_makefile dlls
/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18767 wine_fn_config_makefile dlls
/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18768 wine_fn_config_makefile dlls
/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
18769 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18770 wine_fn_config_makefile dlls
/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18771 wine_fn_config_makefile dlls
/ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18772 wine_fn_config_makefile dlls
/ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18773 wine_fn_config_makefile dlls
/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18774 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18775 wine_fn_config_makefile dlls
/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18776 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
18777 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
18778 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
18779 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18780 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-misc-l1-5-1 enable_ext_ms_win_ntuser_misc_l1_5_1
18781 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-mouse-l1-1-0 enable_ext_ms_win_ntuser_mouse_l1_1_0
18782 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18783 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-private-l1-3-1 enable_ext_ms_win_ntuser_private_l1_3_1
18784 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18785 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18786 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18787 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-window-l1-1-4 enable_ext_ms_win_ntuser_window_l1_1_4
18788 wine_fn_config_makefile dlls
/ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18789 wine_fn_config_makefile dlls
/ext-ms-win-oleacc-l1-1-0 enable_ext_ms_win_oleacc_l1_1_0
18790 wine_fn_config_makefile dlls
/ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18791 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-devcaps-l1-1-0 enable_ext_ms_win_rtcore_gdi_devcaps_l1_1_0
18792 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18793 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18794 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-cursor-l1-1-0 enable_ext_ms_win_rtcore_ntuser_cursor_l1_1_0
18795 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18796 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18797 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-dpi-l1-2-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_2_0
18798 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 enable_ext_ms_win_rtcore_ntuser_rawinput_l1_1_0
18799 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
18800 wine_fn_config_makefile dlls
/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18801 wine_fn_config_makefile dlls
/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18802 wine_fn_config_makefile dlls
/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18803 wine_fn_config_makefile dlls
/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
18804 wine_fn_config_makefile dlls
/faultrep enable_faultrep
18805 wine_fn_config_makefile dlls
/faultrep
/tests enable_tests
18806 wine_fn_config_makefile dlls
/feclient enable_feclient
18807 wine_fn_config_makefile dlls
/fltlib enable_fltlib
18808 wine_fn_config_makefile dlls
/fltmgr.sys enable_fltmgr_sys
18809 wine_fn_config_makefile dlls
/fntcache enable_fntcache
18810 wine_fn_config_makefile dlls
/fontsub enable_fontsub
18811 wine_fn_config_makefile dlls
/fusion enable_fusion
18812 wine_fn_config_makefile dlls
/fusion
/tests enable_tests
18813 wine_fn_config_makefile dlls
/fwpuclnt enable_fwpuclnt
18814 wine_fn_config_makefile dlls
/gameux enable_gameux
18815 wine_fn_config_makefile dlls
/gameux
/tests enable_tests
18816 wine_fn_config_makefile dlls
/gdi.exe16 enable_win16
18817 wine_fn_config_makefile dlls
/gdi32 enable_gdi32
18818 wine_fn_config_makefile dlls
/gdi32
/tests enable_tests
18819 wine_fn_config_makefile dlls
/gdiplus enable_gdiplus
18820 wine_fn_config_makefile dlls
/gdiplus
/tests enable_tests
18821 wine_fn_config_makefile dlls
/glu32 enable_glu32
18822 wine_fn_config_makefile dlls
/gphoto2.ds enable_gphoto2_ds
18823 wine_fn_config_makefile dlls
/gpkcsp enable_gpkcsp
18824 wine_fn_config_makefile dlls
/hal enable_hal
18825 wine_fn_config_makefile dlls
/hhctrl.ocx enable_hhctrl_ocx
18826 wine_fn_config_makefile dlls
/hid enable_hid
18827 wine_fn_config_makefile dlls
/hid
/tests enable_tests
18828 wine_fn_config_makefile dlls
/hidclass.sys enable_hidclass_sys
18829 wine_fn_config_makefile dlls
/hlink enable_hlink
18830 wine_fn_config_makefile dlls
/hlink
/tests enable_tests
18831 wine_fn_config_makefile dlls
/hnetcfg enable_hnetcfg
18832 wine_fn_config_makefile dlls
/hnetcfg
/tests enable_tests
18833 wine_fn_config_makefile dlls
/httpapi enable_httpapi
18834 wine_fn_config_makefile dlls
/httpapi
/tests enable_tests
18835 wine_fn_config_makefile dlls
/iccvid enable_iccvid
18836 wine_fn_config_makefile dlls
/icmp enable_icmp
18837 wine_fn_config_makefile dlls
/ieframe enable_ieframe
18838 wine_fn_config_makefile dlls
/ieframe
/tests enable_tests
18839 wine_fn_config_makefile dlls
/ieproxy enable_ieproxy
18840 wine_fn_config_makefile dlls
/ifsmgr.vxd enable_win16
18841 wine_fn_config_makefile dlls
/imaadp32.acm enable_imaadp32_acm
18842 wine_fn_config_makefile dlls
/imagehlp enable_imagehlp
18843 wine_fn_config_makefile dlls
/imagehlp
/tests enable_tests
18844 wine_fn_config_makefile dlls
/imm.dll16 enable_win16
18845 wine_fn_config_makefile dlls
/imm32 enable_imm32
18846 wine_fn_config_makefile dlls
/imm32
/tests enable_tests
18847 wine_fn_config_makefile dlls
/inetcomm enable_inetcomm
18848 wine_fn_config_makefile dlls
/inetcomm
/tests enable_tests
18849 wine_fn_config_makefile dlls
/inetcpl.cpl enable_inetcpl_cpl
18850 wine_fn_config_makefile dlls
/inetmib1 enable_inetmib1
18851 wine_fn_config_makefile dlls
/inetmib
1/tests enable_tests
18852 wine_fn_config_makefile dlls
/infosoft enable_infosoft
18853 wine_fn_config_makefile dlls
/infosoft
/tests enable_tests
18854 wine_fn_config_makefile dlls
/initpki enable_initpki
18855 wine_fn_config_makefile dlls
/inkobj enable_inkobj
18856 wine_fn_config_makefile dlls
/inseng enable_inseng
18857 wine_fn_config_makefile dlls
/iphlpapi enable_iphlpapi
18858 wine_fn_config_makefile dlls
/iphlpapi
/tests enable_tests
18859 wine_fn_config_makefile dlls
/iprop enable_iprop
18860 wine_fn_config_makefile dlls
/irprops.cpl enable_irprops_cpl
18861 wine_fn_config_makefile dlls
/itircl enable_itircl
18862 wine_fn_config_makefile dlls
/itss enable_itss
18863 wine_fn_config_makefile dlls
/itss
/tests enable_tests
18864 wine_fn_config_makefile dlls
/joy.cpl enable_joy_cpl
18865 wine_fn_config_makefile dlls
/jscript enable_jscript
18866 wine_fn_config_makefile dlls
/jscript
/tests enable_tests
18867 wine_fn_config_makefile dlls
/jsproxy enable_jsproxy
18868 wine_fn_config_makefile dlls
/jsproxy
/tests enable_tests
18869 wine_fn_config_makefile dlls
/kerberos enable_kerberos
18870 wine_fn_config_makefile dlls
/kernel32 enable_kernel32
18871 wine_fn_config_makefile dlls
/kernel32
/tests enable_tests
18872 wine_fn_config_makefile dlls
/kernelbase enable_kernelbase
18873 wine_fn_config_makefile dlls
/kernelbase
/tests enable_tests
18874 wine_fn_config_makefile dlls
/keyboard.drv16 enable_win16
18875 wine_fn_config_makefile dlls
/krnl386.exe16 enable_win16
18876 wine_fn_config_makefile dlls
/ksuser enable_ksuser
18877 wine_fn_config_makefile dlls
/ktmw32 enable_ktmw32
18878 wine_fn_config_makefile dlls
/l3codeca.acm enable_l3codeca_acm
18879 wine_fn_config_makefile dlls
/loadperf enable_loadperf
18880 wine_fn_config_makefile dlls
/localspl enable_localspl
18881 wine_fn_config_makefile dlls
/localspl
/tests enable_tests
18882 wine_fn_config_makefile dlls
/localui enable_localui
18883 wine_fn_config_makefile dlls
/localui
/tests enable_tests
18884 wine_fn_config_makefile dlls
/lz32 enable_lz32
18885 wine_fn_config_makefile dlls
/lz32
/tests enable_tests
18886 wine_fn_config_makefile dlls
/lzexpand.dll16 enable_win16
18887 wine_fn_config_makefile dlls
/mapi32 enable_mapi32
18888 wine_fn_config_makefile dlls
/mapi32
/tests enable_tests
18889 wine_fn_config_makefile dlls
/mapistub enable_mapistub
18890 wine_fn_config_makefile dlls
/mciavi32 enable_mciavi32
18891 wine_fn_config_makefile dlls
/mcicda enable_mcicda
18892 wine_fn_config_makefile dlls
/mciqtz32 enable_mciqtz32
18893 wine_fn_config_makefile dlls
/mciseq enable_mciseq
18894 wine_fn_config_makefile dlls
/mciwave enable_mciwave
18895 wine_fn_config_makefile dlls
/mf enable_mf
18896 wine_fn_config_makefile dlls
/mf
/tests enable_tests
18897 wine_fn_config_makefile dlls
/mf3216 enable_mf3216
18898 wine_fn_config_makefile dlls
/mfplat enable_mfplat
18899 wine_fn_config_makefile dlls
/mfplat
/tests enable_tests
18900 wine_fn_config_makefile dlls
/mfreadwrite enable_mfreadwrite
18901 wine_fn_config_makefile dlls
/mfuuid enable_mfuuid
18902 wine_fn_config_makefile dlls
/mgmtapi enable_mgmtapi
18903 wine_fn_config_makefile dlls
/midimap enable_midimap
18904 wine_fn_config_makefile dlls
/mlang enable_mlang
18905 wine_fn_config_makefile dlls
/mlang
/tests enable_tests
18906 wine_fn_config_makefile dlls
/mmcndmgr enable_mmcndmgr
18907 wine_fn_config_makefile dlls
/mmcndmgr
/tests enable_tests
18908 wine_fn_config_makefile dlls
/mmdevapi enable_mmdevapi
18909 wine_fn_config_makefile dlls
/mmdevapi
/tests enable_tests
18910 wine_fn_config_makefile dlls
/mmdevldr.vxd enable_win16
18911 wine_fn_config_makefile dlls
/mmsystem.dll16 enable_win16
18912 wine_fn_config_makefile dlls
/monodebg.vxd enable_win16
18913 wine_fn_config_makefile dlls
/mountmgr.sys enable_mountmgr_sys
18914 wine_fn_config_makefile dlls
/mouse.drv16 enable_win16
18915 wine_fn_config_makefile dlls
/mp3dmod enable_mp3dmod
18916 wine_fn_config_makefile dlls
/mp3dmod
/tests enable_tests
18917 wine_fn_config_makefile dlls
/mpr enable_mpr
18918 wine_fn_config_makefile dlls
/mpr
/tests enable_tests
18919 wine_fn_config_makefile dlls
/mprapi enable_mprapi
18920 wine_fn_config_makefile dlls
/msacm.dll16 enable_win16
18921 wine_fn_config_makefile dlls
/msacm32.drv enable_msacm32_drv
18922 wine_fn_config_makefile dlls
/msacm32 enable_msacm32
18923 wine_fn_config_makefile dlls
/msacm32
/tests enable_tests
18924 wine_fn_config_makefile dlls
/msadp32.acm enable_msadp32_acm
18925 wine_fn_config_makefile dlls
/msasn1 enable_msasn1
18926 wine_fn_config_makefile dlls
/mscat32 enable_mscat32
18927 wine_fn_config_makefile dlls
/mscms enable_mscms
18928 wine_fn_config_makefile dlls
/mscms
/tests enable_tests
18929 wine_fn_config_makefile dlls
/mscoree enable_mscoree
18930 wine_fn_config_makefile dlls
/mscoree
/tests enable_tests
18931 wine_fn_config_makefile dlls
/msctf enable_msctf
18932 wine_fn_config_makefile dlls
/msctf
/tests enable_tests
18933 wine_fn_config_makefile dlls
/msctfp enable_msctfp
18934 wine_fn_config_makefile dlls
/msdaps enable_msdaps
18935 wine_fn_config_makefile dlls
/msdelta enable_msdelta
18936 wine_fn_config_makefile dlls
/msdmo enable_msdmo
18937 wine_fn_config_makefile dlls
/msdmo
/tests enable_tests
18938 wine_fn_config_makefile dlls
/msdrm enable_msdrm
18939 wine_fn_config_makefile dlls
/msftedit enable_msftedit
18940 wine_fn_config_makefile dlls
/msg711.acm enable_msg711_acm
18941 wine_fn_config_makefile dlls
/msgsm32.acm enable_msgsm32_acm
18942 wine_fn_config_makefile dlls
/mshtml.tlb enable_mshtml_tlb
18943 wine_fn_config_makefile dlls
/mshtml enable_mshtml
18944 wine_fn_config_makefile dlls
/mshtml
/tests enable_tests
18945 wine_fn_config_makefile dlls
/msi enable_msi
18946 wine_fn_config_makefile dlls
/msi
/tests enable_tests
18947 wine_fn_config_makefile dlls
/msident enable_msident
18948 wine_fn_config_makefile dlls
/msimg32 enable_msimg32
18949 wine_fn_config_makefile dlls
/msimsg enable_msimsg
18950 wine_fn_config_makefile dlls
/msimtf enable_msimtf
18951 wine_fn_config_makefile dlls
/msisip enable_msisip
18952 wine_fn_config_makefile dlls
/msisys.ocx enable_msisys_ocx
18953 wine_fn_config_makefile dlls
/msls31 enable_msls31
18954 wine_fn_config_makefile dlls
/msnet32 enable_msnet32
18955 wine_fn_config_makefile dlls
/mspatcha enable_mspatcha
18956 wine_fn_config_makefile dlls
/msports enable_msports
18957 wine_fn_config_makefile dlls
/msrle32 enable_msrle32
18958 wine_fn_config_makefile dlls
/msrle32
/tests enable_tests
18959 wine_fn_config_makefile dlls
/msscript.ocx enable_msscript_ocx
18960 wine_fn_config_makefile dlls
/msscript.ocx
/tests enable_tests
18961 wine_fn_config_makefile dlls
/mssign32 enable_mssign32
18962 wine_fn_config_makefile dlls
/mssip32 enable_mssip32
18963 wine_fn_config_makefile dlls
/mstask enable_mstask
18964 wine_fn_config_makefile dlls
/mstask
/tests enable_tests
18965 wine_fn_config_makefile dlls
/msvcirt enable_msvcirt
18966 wine_fn_config_makefile dlls
/msvcirt
/tests enable_tests
18967 wine_fn_config_makefile dlls
/msvcm80 enable_msvcm80
18968 wine_fn_config_makefile dlls
/msvcm90 enable_msvcm90
18969 wine_fn_config_makefile dlls
/msvcp100 enable_msvcp100
18970 wine_fn_config_makefile dlls
/msvcp100
/tests enable_tests
18971 wine_fn_config_makefile dlls
/msvcp110 enable_msvcp110
18972 wine_fn_config_makefile dlls
/msvcp110
/tests enable_tests
18973 wine_fn_config_makefile dlls
/msvcp120 enable_msvcp120
18974 wine_fn_config_makefile dlls
/msvcp120
/tests enable_tests
18975 wine_fn_config_makefile dlls
/msvcp120_app enable_msvcp120_app
18976 wine_fn_config_makefile dlls
/msvcp140 enable_msvcp140
18977 wine_fn_config_makefile dlls
/msvcp140
/tests enable_tests
18978 wine_fn_config_makefile dlls
/msvcp60 enable_msvcp60
18979 wine_fn_config_makefile dlls
/msvcp60
/tests enable_tests
18980 wine_fn_config_makefile dlls
/msvcp70 enable_msvcp70
18981 wine_fn_config_makefile dlls
/msvcp71 enable_msvcp71
18982 wine_fn_config_makefile dlls
/msvcp80 enable_msvcp80
18983 wine_fn_config_makefile dlls
/msvcp90 enable_msvcp90
18984 wine_fn_config_makefile dlls
/msvcp90
/tests enable_tests
18985 wine_fn_config_makefile dlls
/msvcr100 enable_msvcr100
18986 wine_fn_config_makefile dlls
/msvcr100
/tests enable_tests
18987 wine_fn_config_makefile dlls
/msvcr110 enable_msvcr110
18988 wine_fn_config_makefile dlls
/msvcr110
/tests enable_tests
18989 wine_fn_config_makefile dlls
/msvcr120 enable_msvcr120
18990 wine_fn_config_makefile dlls
/msvcr120
/tests enable_tests
18991 wine_fn_config_makefile dlls
/msvcr120_app enable_msvcr120_app
18992 wine_fn_config_makefile dlls
/msvcr70 enable_msvcr70
18993 wine_fn_config_makefile dlls
/msvcr71 enable_msvcr71
18994 wine_fn_config_makefile dlls
/msvcr80 enable_msvcr80
18995 wine_fn_config_makefile dlls
/msvcr90 enable_msvcr90
18996 wine_fn_config_makefile dlls
/msvcr90
/tests enable_tests
18997 wine_fn_config_makefile dlls
/msvcrt enable_msvcrt
18998 wine_fn_config_makefile dlls
/msvcrt
/tests enable_tests
18999 wine_fn_config_makefile dlls
/msvcrt20 enable_msvcrt20
19000 wine_fn_config_makefile dlls
/msvcrt40 enable_msvcrt40
19001 wine_fn_config_makefile dlls
/msvcrtd enable_msvcrtd
19002 wine_fn_config_makefile dlls
/msvcrtd
/tests enable_tests
19003 wine_fn_config_makefile dlls
/msvfw32 enable_msvfw32
19004 wine_fn_config_makefile dlls
/msvfw32
/tests enable_tests
19005 wine_fn_config_makefile dlls
/msvidc32 enable_msvidc32
19006 wine_fn_config_makefile dlls
/msvideo.dll16 enable_win16
19007 wine_fn_config_makefile dlls
/mswsock enable_mswsock
19008 wine_fn_config_makefile dlls
/msxml enable_msxml
19009 wine_fn_config_makefile dlls
/msxml2 enable_msxml2
19010 wine_fn_config_makefile dlls
/msxml3 enable_msxml3
19011 wine_fn_config_makefile dlls
/msxml
3/tests enable_tests
19012 wine_fn_config_makefile dlls
/msxml4 enable_msxml4
19013 wine_fn_config_makefile dlls
/msxml6 enable_msxml6
19014 wine_fn_config_makefile dlls
/mtxdm enable_mtxdm
19015 wine_fn_config_makefile dlls
/ncrypt enable_ncrypt
19016 wine_fn_config_makefile dlls
/nddeapi enable_nddeapi
19017 wine_fn_config_makefile dlls
/ndis.sys enable_ndis_sys
19018 wine_fn_config_makefile dlls
/netapi32 enable_netapi32
19019 wine_fn_config_makefile dlls
/netapi32
/tests enable_tests
19020 wine_fn_config_makefile dlls
/netcfgx enable_netcfgx
19021 wine_fn_config_makefile dlls
/netcfgx
/tests enable_tests
19022 wine_fn_config_makefile dlls
/netprofm enable_netprofm
19023 wine_fn_config_makefile dlls
/netprofm
/tests enable_tests
19024 wine_fn_config_makefile dlls
/newdev enable_newdev
19025 wine_fn_config_makefile dlls
/ninput enable_ninput
19026 wine_fn_config_makefile dlls
/ninput
/tests enable_tests
19027 wine_fn_config_makefile dlls
/normaliz enable_normaliz
19028 wine_fn_config_makefile dlls
/npmshtml enable_npmshtml
19029 wine_fn_config_makefile dlls
/npptools enable_npptools
19030 wine_fn_config_makefile dlls
/ntdll enable_ntdll
19031 wine_fn_config_makefile dlls
/ntdll
/tests enable_tests
19032 wine_fn_config_makefile dlls
/ntdsapi enable_ntdsapi
19033 wine_fn_config_makefile dlls
/ntdsapi
/tests enable_tests
19034 wine_fn_config_makefile dlls
/ntoskrnl.exe enable_ntoskrnl_exe
19035 wine_fn_config_makefile dlls
/ntoskrnl.exe
/tests enable_tests
19036 wine_fn_config_makefile dlls
/ntprint enable_ntprint
19037 wine_fn_config_makefile dlls
/ntprint
/tests enable_tests
19038 wine_fn_config_makefile dlls
/objsel enable_objsel
19039 wine_fn_config_makefile dlls
/odbc32 enable_odbc32
19040 wine_fn_config_makefile dlls
/odbccp32 enable_odbccp32
19041 wine_fn_config_makefile dlls
/odbccp32
/tests enable_tests
19042 wine_fn_config_makefile dlls
/odbccu32 enable_odbccu32
19043 wine_fn_config_makefile dlls
/ole2.dll16 enable_win16
19044 wine_fn_config_makefile dlls
/ole2conv.dll16 enable_win16
19045 wine_fn_config_makefile dlls
/ole2disp.dll16 enable_win16
19046 wine_fn_config_makefile dlls
/ole2nls.dll16 enable_win16
19047 wine_fn_config_makefile dlls
/ole2prox.dll16 enable_win16
19048 wine_fn_config_makefile dlls
/ole2thk.dll16 enable_win16
19049 wine_fn_config_makefile dlls
/ole32 enable_ole32
19050 wine_fn_config_makefile dlls
/ole32
/tests enable_tests
19051 wine_fn_config_makefile dlls
/oleacc enable_oleacc
19052 wine_fn_config_makefile dlls
/oleacc
/tests enable_tests
19053 wine_fn_config_makefile dlls
/oleaut32 enable_oleaut32
19054 wine_fn_config_makefile dlls
/oleaut32
/tests enable_tests
19055 wine_fn_config_makefile dlls
/olecli.dll16 enable_win16
19056 wine_fn_config_makefile dlls
/olecli32 enable_olecli32
19057 wine_fn_config_makefile dlls
/oledb32 enable_oledb32
19058 wine_fn_config_makefile dlls
/oledb32
/tests enable_tests
19059 wine_fn_config_makefile dlls
/oledlg enable_oledlg
19060 wine_fn_config_makefile dlls
/oledlg
/tests enable_tests
19061 wine_fn_config_makefile dlls
/olepro32 enable_olepro32
19062 wine_fn_config_makefile dlls
/olesvr.dll16 enable_win16
19063 wine_fn_config_makefile dlls
/olesvr32 enable_olesvr32
19064 wine_fn_config_makefile dlls
/olethk32 enable_olethk32
19065 wine_fn_config_makefile dlls
/openal32 enable_openal32
19066 wine_fn_config_makefile dlls
/opencl enable_opencl
19067 wine_fn_config_makefile dlls
/opengl32 enable_opengl32
19068 wine_fn_config_makefile dlls
/opengl32
/tests enable_tests
19069 wine_fn_config_makefile dlls
/packager enable_packager
19070 wine_fn_config_makefile dlls
/packager
/tests enable_tests
19071 wine_fn_config_makefile dlls
/pdh enable_pdh
19072 wine_fn_config_makefile dlls
/pdh
/tests enable_tests
19073 wine_fn_config_makefile dlls
/photometadatahandler enable_photometadatahandler
19074 wine_fn_config_makefile dlls
/pidgen enable_pidgen
19075 wine_fn_config_makefile dlls
/powrprof enable_powrprof
19076 wine_fn_config_makefile dlls
/printui enable_printui
19077 wine_fn_config_makefile dlls
/prntvpt enable_prntvpt
19078 wine_fn_config_makefile dlls
/propsys enable_propsys
19079 wine_fn_config_makefile dlls
/propsys
/tests enable_tests
19080 wine_fn_config_makefile dlls
/psapi enable_psapi
19081 wine_fn_config_makefile dlls
/psapi
/tests enable_tests
19082 wine_fn_config_makefile dlls
/pstorec enable_pstorec
19083 wine_fn_config_makefile dlls
/pstorec
/tests enable_tests
19084 wine_fn_config_makefile dlls
/qcap enable_qcap
19085 wine_fn_config_makefile dlls
/qcap
/tests enable_tests
19086 wine_fn_config_makefile dlls
/qedit enable_qedit
19087 wine_fn_config_makefile dlls
/qedit
/tests enable_tests
19088 wine_fn_config_makefile dlls
/qmgr enable_qmgr
19089 wine_fn_config_makefile dlls
/qmgr
/tests enable_tests
19090 wine_fn_config_makefile dlls
/qmgrprxy enable_qmgrprxy
19091 wine_fn_config_makefile dlls
/quartz enable_quartz
19092 wine_fn_config_makefile dlls
/quartz
/tests enable_tests
19093 wine_fn_config_makefile dlls
/query enable_query
19094 wine_fn_config_makefile dlls
/rasapi16.dll16 enable_win16
19095 wine_fn_config_makefile dlls
/rasapi32 enable_rasapi32
19096 wine_fn_config_makefile dlls
/rasapi32
/tests enable_tests
19097 wine_fn_config_makefile dlls
/rasdlg enable_rasdlg
19098 wine_fn_config_makefile dlls
/regapi enable_regapi
19099 wine_fn_config_makefile dlls
/resutils enable_resutils
19100 wine_fn_config_makefile dlls
/riched20 enable_riched20
19101 wine_fn_config_makefile dlls
/riched20
/tests enable_tests
19102 wine_fn_config_makefile dlls
/riched32 enable_riched32
19103 wine_fn_config_makefile dlls
/riched32
/tests enable_tests
19104 wine_fn_config_makefile dlls
/rpcrt4 enable_rpcrt4
19105 wine_fn_config_makefile dlls
/rpcrt
4/tests enable_tests
19106 wine_fn_config_makefile dlls
/rsabase enable_rsabase
19107 wine_fn_config_makefile dlls
/rsaenh enable_rsaenh
19108 wine_fn_config_makefile dlls
/rsaenh
/tests enable_tests
19109 wine_fn_config_makefile dlls
/rstrtmgr enable_rstrtmgr
19110 wine_fn_config_makefile dlls
/rtutils enable_rtutils
19111 wine_fn_config_makefile dlls
/samlib enable_samlib
19112 wine_fn_config_makefile dlls
/sane.ds enable_sane_ds
19113 wine_fn_config_makefile dlls
/sapi enable_sapi
19114 wine_fn_config_makefile dlls
/sapi
/tests enable_tests
19115 wine_fn_config_makefile dlls
/sas enable_sas
19116 wine_fn_config_makefile dlls
/scarddlg enable_scarddlg
19117 wine_fn_config_makefile dlls
/sccbase enable_sccbase
19118 wine_fn_config_makefile dlls
/schannel enable_schannel
19119 wine_fn_config_makefile dlls
/schannel
/tests enable_tests
19120 wine_fn_config_makefile dlls
/schedsvc enable_schedsvc
19121 wine_fn_config_makefile dlls
/schedsvc
/tests enable_tests
19122 wine_fn_config_makefile dlls
/scrobj enable_scrobj
19123 wine_fn_config_makefile dlls
/scrrun enable_scrrun
19124 wine_fn_config_makefile dlls
/scrrun
/tests enable_tests
19125 wine_fn_config_makefile dlls
/scsiport.sys enable_scsiport_sys
19126 wine_fn_config_makefile dlls
/secur32 enable_secur32
19127 wine_fn_config_makefile dlls
/secur32
/tests enable_tests
19128 wine_fn_config_makefile dlls
/security enable_security
19129 wine_fn_config_makefile dlls
/sensapi enable_sensapi
19130 wine_fn_config_makefile dlls
/serialui enable_serialui
19131 wine_fn_config_makefile dlls
/serialui
/tests enable_tests
19132 wine_fn_config_makefile dlls
/setupapi enable_setupapi
19133 wine_fn_config_makefile dlls
/setupapi
/tests enable_tests
19134 wine_fn_config_makefile dlls
/setupx.dll16 enable_win16
19135 wine_fn_config_makefile dlls
/sfc enable_sfc
19136 wine_fn_config_makefile dlls
/sfc_os enable_sfc_os
19137 wine_fn_config_makefile dlls
/shcore enable_shcore
19138 wine_fn_config_makefile dlls
/shdoclc enable_shdoclc
19139 wine_fn_config_makefile dlls
/shdocvw enable_shdocvw
19140 wine_fn_config_makefile dlls
/shdocvw
/tests enable_tests
19141 wine_fn_config_makefile dlls
/shell.dll16 enable_win16
19142 wine_fn_config_makefile dlls
/shell32 enable_shell32
19143 wine_fn_config_makefile dlls
/shell32
/tests enable_tests
19144 wine_fn_config_makefile dlls
/shfolder enable_shfolder
19145 wine_fn_config_makefile dlls
/shlwapi enable_shlwapi
19146 wine_fn_config_makefile dlls
/shlwapi
/tests enable_tests
19147 wine_fn_config_makefile dlls
/slbcsp enable_slbcsp
19148 wine_fn_config_makefile dlls
/slc enable_slc
19149 wine_fn_config_makefile dlls
/slc
/tests enable_tests
19150 wine_fn_config_makefile dlls
/snmpapi enable_snmpapi
19151 wine_fn_config_makefile dlls
/snmpapi
/tests enable_tests
19152 wine_fn_config_makefile dlls
/softpub enable_softpub
19153 wine_fn_config_makefile dlls
/sound.drv16 enable_win16
19154 wine_fn_config_makefile dlls
/spoolss enable_spoolss
19155 wine_fn_config_makefile dlls
/spoolss
/tests enable_tests
19156 wine_fn_config_makefile dlls
/srclient enable_srclient
19157 wine_fn_config_makefile dlls
/sspicli enable_sspicli
19158 wine_fn_config_makefile dlls
/stdole2.tlb enable_stdole2_tlb
19159 wine_fn_config_makefile dlls
/stdole32.tlb enable_stdole32_tlb
19160 wine_fn_config_makefile dlls
/sti enable_sti
19161 wine_fn_config_makefile dlls
/sti
/tests enable_tests
19162 wine_fn_config_makefile dlls
/storage.dll16 enable_win16
19163 wine_fn_config_makefile dlls
/stress.dll16 enable_win16
19164 wine_fn_config_makefile dlls
/strmbase enable_strmbase
19165 wine_fn_config_makefile dlls
/strmdll enable_strmdll
19166 wine_fn_config_makefile dlls
/strmiids enable_strmiids
19167 wine_fn_config_makefile dlls
/svrapi enable_svrapi
19168 wine_fn_config_makefile dlls
/sxs enable_sxs
19169 wine_fn_config_makefile dlls
/sxs
/tests enable_tests
19170 wine_fn_config_makefile dlls
/system.drv16 enable_win16
19171 wine_fn_config_makefile dlls
/t2embed enable_t2embed
19172 wine_fn_config_makefile dlls
/t2embed
/tests enable_tests
19173 wine_fn_config_makefile dlls
/tapi32 enable_tapi32
19174 wine_fn_config_makefile dlls
/taskschd enable_taskschd
19175 wine_fn_config_makefile dlls
/taskschd
/tests enable_tests
19176 wine_fn_config_makefile dlls
/tdh enable_tdh
19177 wine_fn_config_makefile dlls
/tdi.sys enable_tdi_sys
19178 wine_fn_config_makefile dlls
/toolhelp.dll16 enable_win16
19179 wine_fn_config_makefile dlls
/traffic enable_traffic
19180 wine_fn_config_makefile dlls
/twain.dll16 enable_win16
19181 wine_fn_config_makefile dlls
/twain_32 enable_twain_32
19182 wine_fn_config_makefile dlls
/twain_32
/tests enable_tests
19183 wine_fn_config_makefile dlls
/typelib.dll16 enable_win16
19184 wine_fn_config_makefile dlls
/ucrtbase enable_ucrtbase
19185 wine_fn_config_makefile dlls
/ucrtbase
/tests enable_tests
19186 wine_fn_config_makefile dlls
/uiautomationcore enable_uiautomationcore
19187 wine_fn_config_makefile dlls
/uiribbon enable_uiribbon
19188 wine_fn_config_makefile dlls
/unicows enable_unicows
19189 wine_fn_config_makefile dlls
/updspapi enable_updspapi
19190 wine_fn_config_makefile dlls
/url enable_url
19191 wine_fn_config_makefile dlls
/urlmon enable_urlmon
19192 wine_fn_config_makefile dlls
/urlmon
/tests enable_tests
19193 wine_fn_config_makefile dlls
/usbd.sys enable_usbd_sys
19194 wine_fn_config_makefile dlls
/user.exe16 enable_win16
19195 wine_fn_config_makefile dlls
/user32 enable_user32
19196 wine_fn_config_makefile dlls
/user32
/tests enable_tests
19197 wine_fn_config_makefile dlls
/userenv enable_userenv
19198 wine_fn_config_makefile dlls
/userenv
/tests enable_tests
19199 wine_fn_config_makefile dlls
/usp10 enable_usp10
19200 wine_fn_config_makefile dlls
/usp10
/tests enable_tests
19201 wine_fn_config_makefile dlls
/uuid enable_uuid
19202 wine_fn_config_makefile dlls
/uxtheme enable_uxtheme
19203 wine_fn_config_makefile dlls
/uxtheme
/tests enable_tests
19204 wine_fn_config_makefile dlls
/vbscript enable_vbscript
19205 wine_fn_config_makefile dlls
/vbscript
/tests enable_tests
19206 wine_fn_config_makefile dlls
/vcomp enable_vcomp
19207 wine_fn_config_makefile dlls
/vcomp
/tests enable_tests
19208 wine_fn_config_makefile dlls
/vcomp100 enable_vcomp100
19209 wine_fn_config_makefile dlls
/vcomp110 enable_vcomp110
19210 wine_fn_config_makefile dlls
/vcomp120 enable_vcomp120
19211 wine_fn_config_makefile dlls
/vcomp140 enable_vcomp140
19212 wine_fn_config_makefile dlls
/vcomp90 enable_vcomp90
19213 wine_fn_config_makefile dlls
/vcruntime140 enable_vcruntime140
19214 wine_fn_config_makefile dlls
/vdhcp.vxd enable_win16
19215 wine_fn_config_makefile dlls
/vdmdbg enable_vdmdbg
19216 wine_fn_config_makefile dlls
/ver.dll16 enable_win16
19217 wine_fn_config_makefile dlls
/version enable_version
19218 wine_fn_config_makefile dlls
/version
/tests enable_tests
19219 wine_fn_config_makefile dlls
/virtdisk enable_virtdisk
19220 wine_fn_config_makefile dlls
/vmm.vxd enable_win16
19221 wine_fn_config_makefile dlls
/vnbt.vxd enable_win16
19222 wine_fn_config_makefile dlls
/vnetbios.vxd enable_win16
19223 wine_fn_config_makefile dlls
/vssapi enable_vssapi
19224 wine_fn_config_makefile dlls
/vtdapi.vxd enable_win16
19225 wine_fn_config_makefile dlls
/vulkan-1 enable_vulkan_1
19226 wine_fn_config_makefile dlls
/vulkan-
1/tests enable_tests
19227 wine_fn_config_makefile dlls
/vwin32.vxd enable_win16
19228 wine_fn_config_makefile dlls
/w32skrnl enable_win16
19229 wine_fn_config_makefile dlls
/w32sys.dll16 enable_win16
19230 wine_fn_config_makefile dlls
/wbemdisp enable_wbemdisp
19231 wine_fn_config_makefile dlls
/wbemdisp
/tests enable_tests
19232 wine_fn_config_makefile dlls
/wbemprox enable_wbemprox
19233 wine_fn_config_makefile dlls
/wbemprox
/tests enable_tests
19234 wine_fn_config_makefile dlls
/wdscore enable_wdscore
19235 wine_fn_config_makefile dlls
/webservices enable_webservices
19236 wine_fn_config_makefile dlls
/webservices
/tests enable_tests
19237 wine_fn_config_makefile dlls
/wer enable_wer
19238 wine_fn_config_makefile dlls
/wer
/tests enable_tests
19239 wine_fn_config_makefile dlls
/wevtapi enable_wevtapi
19240 wine_fn_config_makefile dlls
/wiaservc enable_wiaservc
19241 wine_fn_config_makefile dlls
/wiaservc
/tests enable_tests
19242 wine_fn_config_makefile dlls
/wimgapi enable_wimgapi
19243 wine_fn_config_makefile dlls
/win32s16.dll16 enable_win16
19244 wine_fn_config_makefile dlls
/win87em.dll16 enable_win16
19245 wine_fn_config_makefile dlls
/winaspi.dll16 enable_win16
19246 wine_fn_config_makefile dlls
/windebug.dll16 enable_win16
19247 wine_fn_config_makefile dlls
/windowscodecs enable_windowscodecs
19248 wine_fn_config_makefile dlls
/windowscodecs
/tests enable_tests
19249 wine_fn_config_makefile dlls
/windowscodecsext enable_windowscodecsext
19250 wine_fn_config_makefile dlls
/windowscodecsext
/tests enable_tests
19251 wine_fn_config_makefile dlls
/winealsa.drv enable_winealsa_drv
19252 wine_fn_config_makefile dlls
/wineandroid.drv enable_wineandroid_drv
19253 wine_fn_config_makefile dlls
/winebus.sys enable_winebus_sys
19254 wine_fn_config_makefile dlls
/winecoreaudio.drv enable_winecoreaudio_drv
19255 wine_fn_config_makefile dlls
/winecrt0 enable_winecrt0
19256 wine_fn_config_makefile dlls
/wined3d enable_wined3d
19257 wine_fn_config_makefile dlls
/winegstreamer enable_winegstreamer
19258 wine_fn_config_makefile dlls
/winehid.sys enable_winehid_sys
19259 wine_fn_config_makefile dlls
/winejoystick.drv enable_winejoystick_drv
19260 wine_fn_config_makefile dlls
/winemac.drv enable_winemac_drv
19261 wine_fn_config_makefile dlls
/winemapi enable_winemapi
19262 wine_fn_config_makefile dlls
/wineoss.drv enable_wineoss_drv
19263 wine_fn_config_makefile dlls
/wineps.drv enable_wineps_drv
19264 wine_fn_config_makefile dlls
/wineps16.drv16 enable_win16
19265 wine_fn_config_makefile dlls
/winepulse.drv enable_winepulse_drv
19266 wine_fn_config_makefile dlls
/wineqtdecoder enable_wineqtdecoder
19267 wine_fn_config_makefile dlls
/winevulkan enable_winevulkan
19268 wine_fn_config_makefile dlls
/winex11.drv enable_winex11_drv
19269 wine_fn_config_makefile dlls
/wing.dll16 enable_win16
19270 wine_fn_config_makefile dlls
/wing32 enable_wing32
19271 wine_fn_config_makefile dlls
/winhttp enable_winhttp
19272 wine_fn_config_makefile dlls
/winhttp
/tests enable_tests
19273 wine_fn_config_makefile dlls
/wininet enable_wininet
19274 wine_fn_config_makefile dlls
/wininet
/tests enable_tests
19275 wine_fn_config_makefile dlls
/winmm enable_winmm
19276 wine_fn_config_makefile dlls
/winmm
/tests enable_tests
19277 wine_fn_config_makefile dlls
/winnls.dll16 enable_win16
19278 wine_fn_config_makefile dlls
/winnls32 enable_winnls32
19279 wine_fn_config_makefile dlls
/winscard enable_winscard
19280 wine_fn_config_makefile dlls
/winsock.dll16 enable_win16
19281 wine_fn_config_makefile dlls
/winspool.drv enable_winspool_drv
19282 wine_fn_config_makefile dlls
/winspool.drv
/tests enable_tests
19283 wine_fn_config_makefile dlls
/winsta enable_winsta
19284 wine_fn_config_makefile dlls
/wintab.dll16 enable_win16
19285 wine_fn_config_makefile dlls
/wintab32 enable_wintab32
19286 wine_fn_config_makefile dlls
/wintab32
/tests enable_tests
19287 wine_fn_config_makefile dlls
/wintrust enable_wintrust
19288 wine_fn_config_makefile dlls
/wintrust
/tests enable_tests
19289 wine_fn_config_makefile dlls
/winusb enable_winusb
19290 wine_fn_config_makefile dlls
/wlanapi enable_wlanapi
19291 wine_fn_config_makefile dlls
/wlanapi
/tests enable_tests
19292 wine_fn_config_makefile dlls
/wldap32 enable_wldap32
19293 wine_fn_config_makefile dlls
/wldap32
/tests enable_tests
19294 wine_fn_config_makefile dlls
/wmasf enable_wmasf
19295 wine_fn_config_makefile dlls
/wmcodecdspuuid enable_wmcodecdspuuid
19296 wine_fn_config_makefile dlls
/wmi enable_wmi
19297 wine_fn_config_makefile dlls
/wmiutils enable_wmiutils
19298 wine_fn_config_makefile dlls
/wmiutils
/tests enable_tests
19299 wine_fn_config_makefile dlls
/wmp enable_wmp
19300 wine_fn_config_makefile dlls
/wmp
/tests enable_tests
19301 wine_fn_config_makefile dlls
/wmphoto enable_wmphoto
19302 wine_fn_config_makefile dlls
/wmvcore enable_wmvcore
19303 wine_fn_config_makefile dlls
/wmvcore
/tests enable_tests
19304 wine_fn_config_makefile dlls
/wnaspi32 enable_wnaspi32
19305 wine_fn_config_makefile dlls
/wow32 enable_win16
19306 wine_fn_config_makefile dlls
/wpc enable_wpc
19307 wine_fn_config_makefile dlls
/wpc
/tests enable_tests
19308 wine_fn_config_makefile dlls
/wpcap enable_wpcap
19309 wine_fn_config_makefile dlls
/ws2_32 enable_ws2_32
19310 wine_fn_config_makefile dlls
/ws2_32
/tests enable_tests
19311 wine_fn_config_makefile dlls
/wsdapi enable_wsdapi
19312 wine_fn_config_makefile dlls
/wsdapi
/tests enable_tests
19313 wine_fn_config_makefile dlls
/wshom.ocx enable_wshom_ocx
19314 wine_fn_config_makefile dlls
/wshom.ocx
/tests enable_tests
19315 wine_fn_config_makefile dlls
/wsnmp32 enable_wsnmp32
19316 wine_fn_config_makefile dlls
/wsnmp32
/tests enable_tests
19317 wine_fn_config_makefile dlls
/wsock32 enable_wsock32
19318 wine_fn_config_makefile dlls
/wtsapi32 enable_wtsapi32
19319 wine_fn_config_makefile dlls
/wtsapi32
/tests enable_tests
19320 wine_fn_config_makefile dlls
/wuapi enable_wuapi
19321 wine_fn_config_makefile dlls
/wuaueng enable_wuaueng
19322 wine_fn_config_makefile dlls
/x3daudio1_0 enable_x3daudio1_0
19323 wine_fn_config_makefile dlls
/x3daudio1_1 enable_x3daudio1_1
19324 wine_fn_config_makefile dlls
/x3daudio1_2 enable_x3daudio1_2
19325 wine_fn_config_makefile dlls
/x3daudio1_3 enable_x3daudio1_3
19326 wine_fn_config_makefile dlls
/x3daudio1_4 enable_x3daudio1_4
19327 wine_fn_config_makefile dlls
/x3daudio1_5 enable_x3daudio1_5
19328 wine_fn_config_makefile dlls
/x3daudio1_6 enable_x3daudio1_6
19329 wine_fn_config_makefile dlls
/x3daudio1_7 enable_x3daudio1_7
19330 wine_fn_config_makefile dlls
/xapofx1_1 enable_xapofx1_1
19331 wine_fn_config_makefile dlls
/xapofx1_2 enable_xapofx1_2
19332 wine_fn_config_makefile dlls
/xapofx1_3 enable_xapofx1_3
19333 wine_fn_config_makefile dlls
/xapofx1_4 enable_xapofx1_4
19334 wine_fn_config_makefile dlls
/xapofx1_5 enable_xapofx1_5
19335 wine_fn_config_makefile dlls
/xaudio2_0 enable_xaudio2_0
19336 wine_fn_config_makefile dlls
/xaudio2_1 enable_xaudio2_1
19337 wine_fn_config_makefile dlls
/xaudio2_2 enable_xaudio2_2
19338 wine_fn_config_makefile dlls
/xaudio2_3 enable_xaudio2_3
19339 wine_fn_config_makefile dlls
/xaudio2_4 enable_xaudio2_4
19340 wine_fn_config_makefile dlls
/xaudio2_5 enable_xaudio2_5
19341 wine_fn_config_makefile dlls
/xaudio2_6 enable_xaudio2_6
19342 wine_fn_config_makefile dlls
/xaudio2_7 enable_xaudio2_7
19343 wine_fn_config_makefile dlls
/xaudio2_
7/tests enable_tests
19344 wine_fn_config_makefile dlls
/xaudio2_8 enable_xaudio2_8
19345 wine_fn_config_makefile dlls
/xaudio2_9 enable_xaudio2_9
19346 wine_fn_config_makefile dlls
/xinput1_1 enable_xinput1_1
19347 wine_fn_config_makefile dlls
/xinput1_2 enable_xinput1_2
19348 wine_fn_config_makefile dlls
/xinput1_3 enable_xinput1_3
19349 wine_fn_config_makefile dlls
/xinput1_
3/tests enable_tests
19350 wine_fn_config_makefile dlls
/xinput1_4 enable_xinput1_4
19351 wine_fn_config_makefile dlls
/xinput9_1_0 enable_xinput9_1_0
19352 wine_fn_config_makefile dlls
/xmllite enable_xmllite
19353 wine_fn_config_makefile dlls
/xmllite
/tests enable_tests
19354 wine_fn_config_makefile dlls
/xolehlp enable_xolehlp
19355 wine_fn_config_makefile dlls
/xpsprint enable_xpsprint
19356 wine_fn_config_makefile dlls
/xpssvcs enable_xpssvcs
19357 test -n "$with_wine64" || wine_fn_config_makefile fonts enable_fonts
19358 wine_fn_config_makefile include enable_include
19359 wine_fn_config_makefile libs
/port enable_port
19360 wine_fn_config_makefile libs
/wine enable_wine
19361 wine_fn_config_makefile libs
/wpp enable_wpp
19362 wine_fn_config_makefile loader enable_loader
19363 wine_fn_config_makefile po enable_po
19364 wine_fn_config_makefile programs
/arp enable_arp
19365 wine_fn_config_makefile programs
/aspnet_regiis enable_aspnet_regiis
19366 wine_fn_config_makefile programs
/attrib enable_attrib
19367 wine_fn_config_makefile programs
/cabarc enable_cabarc
19368 wine_fn_config_makefile programs
/cacls enable_cacls
19369 wine_fn_config_makefile programs
/clock enable_clock
19370 wine_fn_config_makefile programs
/cmd enable_cmd
19371 wine_fn_config_makefile programs
/cmd
/tests enable_tests
19372 wine_fn_config_makefile programs
/conhost enable_conhost
19373 wine_fn_config_makefile programs
/control enable_control
19374 wine_fn_config_makefile programs
/cscript enable_cscript
19375 wine_fn_config_makefile programs
/dism enable_dism
19376 wine_fn_config_makefile programs
/dpnsvr enable_dpnsvr
19377 wine_fn_config_makefile programs
/dxdiag enable_dxdiag
19378 wine_fn_config_makefile programs
/eject enable_eject
19379 wine_fn_config_makefile programs
/expand enable_expand
19380 wine_fn_config_makefile programs
/explorer enable_explorer
19381 wine_fn_config_makefile programs
/extrac32 enable_extrac32
19382 wine_fn_config_makefile programs
/fc enable_fc
19383 wine_fn_config_makefile programs
/find enable_find
19384 wine_fn_config_makefile programs
/findstr enable_findstr
19385 wine_fn_config_makefile programs
/fsutil enable_fsutil
19386 wine_fn_config_makefile programs
/hh enable_hh
19387 wine_fn_config_makefile programs
/hostname enable_hostname
19388 wine_fn_config_makefile programs
/icacls enable_icacls
19389 wine_fn_config_makefile programs
/icinfo enable_icinfo
19390 wine_fn_config_makefile programs
/iexplore enable_iexplore
19391 wine_fn_config_makefile programs
/ipconfig enable_ipconfig
19392 wine_fn_config_makefile programs
/lodctr enable_lodctr
19393 wine_fn_config_makefile programs
/mofcomp enable_mofcomp
19394 wine_fn_config_makefile programs
/mshta enable_mshta
19395 wine_fn_config_makefile programs
/msiexec enable_msiexec
19396 wine_fn_config_makefile programs
/msinfo32 enable_msinfo32
19397 wine_fn_config_makefile programs
/net enable_net
19398 wine_fn_config_makefile programs
/netsh enable_netsh
19399 wine_fn_config_makefile programs
/netstat enable_netstat
19400 wine_fn_config_makefile programs
/ngen enable_ngen
19401 wine_fn_config_makefile programs
/notepad enable_notepad
19402 wine_fn_config_makefile programs
/oleview enable_oleview
19403 wine_fn_config_makefile programs
/ping enable_ping
19404 wine_fn_config_makefile programs
/plugplay enable_plugplay
19405 wine_fn_config_makefile programs
/powershell enable_powershell
19406 wine_fn_config_makefile programs
/presentationfontcache enable_presentationfontcache
19407 wine_fn_config_makefile programs
/progman enable_progman
19408 wine_fn_config_makefile programs
/reg enable_reg
19409 wine_fn_config_makefile programs
/reg
/tests enable_tests
19410 wine_fn_config_makefile programs
/regasm enable_regasm
19411 wine_fn_config_makefile programs
/regedit enable_regedit
19412 wine_fn_config_makefile programs
/regedit
/tests enable_tests
19413 wine_fn_config_makefile programs
/regsvcs enable_regsvcs
19414 wine_fn_config_makefile programs
/regsvr32 enable_regsvr32
19415 wine_fn_config_makefile programs
/rpcss enable_rpcss
19416 wine_fn_config_makefile programs
/rundll.exe16 enable_win16
19417 wine_fn_config_makefile programs
/rundll32 enable_rundll32
19418 wine_fn_config_makefile programs
/sc enable_sc
19419 wine_fn_config_makefile programs
/schtasks enable_schtasks
19420 wine_fn_config_makefile programs
/schtasks
/tests enable_tests
19421 wine_fn_config_makefile programs
/sdbinst enable_sdbinst
19422 wine_fn_config_makefile programs
/secedit enable_secedit
19423 wine_fn_config_makefile programs
/servicemodelreg enable_servicemodelreg
19424 wine_fn_config_makefile programs
/services enable_services
19425 wine_fn_config_makefile programs
/services
/tests enable_tests
19426 wine_fn_config_makefile programs
/shutdown enable_shutdown
19427 wine_fn_config_makefile programs
/spoolsv enable_spoolsv
19428 wine_fn_config_makefile programs
/start enable_start
19429 wine_fn_config_makefile programs
/subst enable_subst
19430 wine_fn_config_makefile programs
/svchost enable_svchost
19431 wine_fn_config_makefile programs
/systeminfo enable_systeminfo
19432 wine_fn_config_makefile programs
/taskkill enable_taskkill
19433 wine_fn_config_makefile programs
/tasklist enable_tasklist
19434 wine_fn_config_makefile programs
/taskmgr enable_taskmgr
19435 wine_fn_config_makefile programs
/termsv enable_termsv
19436 wine_fn_config_makefile programs
/uninstaller enable_uninstaller
19437 wine_fn_config_makefile programs
/unlodctr enable_unlodctr
19438 wine_fn_config_makefile programs
/view enable_view
19439 wine_fn_config_makefile programs
/wevtutil enable_wevtutil
19440 wine_fn_config_makefile programs
/wineboot enable_wineboot
19441 wine_fn_config_makefile programs
/winebrowser enable_winebrowser
19442 wine_fn_config_makefile programs
/winecfg enable_winecfg
19443 wine_fn_config_makefile programs
/wineconsole enable_wineconsole
19444 wine_fn_config_makefile programs
/winedbg enable_winedbg
19445 wine_fn_config_makefile programs
/winedevice enable_winedevice
19446 wine_fn_config_makefile programs
/winefile enable_winefile
19447 wine_fn_config_makefile programs
/winemenubuilder enable_winemenubuilder
19448 wine_fn_config_makefile programs
/winemine enable_winemine
19449 wine_fn_config_makefile programs
/winemsibuilder enable_winemsibuilder
19450 wine_fn_config_makefile programs
/winepath enable_winepath
19451 wine_fn_config_makefile programs
/winetest enable_winetest
19452 wine_fn_config_makefile programs
/winevdm enable_win16
19453 wine_fn_config_makefile programs
/winhelp.exe16 enable_win16
19454 wine_fn_config_makefile programs
/winhlp32 enable_winhlp32
19455 wine_fn_config_makefile programs
/winmgmt enable_winmgmt
19456 wine_fn_config_makefile programs
/winoldap.mod16 enable_win16
19457 wine_fn_config_makefile programs
/winver enable_winver
19458 wine_fn_config_makefile programs
/wmic enable_wmic
19459 wine_fn_config_makefile programs
/wmplayer enable_wmplayer
19460 wine_fn_config_makefile programs
/wordpad enable_wordpad
19461 wine_fn_config_makefile programs
/write enable_write
19462 wine_fn_config_makefile programs
/wscript enable_wscript
19463 wine_fn_config_makefile programs
/wscript
/tests enable_tests
19464 wine_fn_config_makefile programs
/wusa enable_wusa
19465 wine_fn_config_makefile programs
/xcopy enable_xcopy
19466 wine_fn_config_makefile programs
/xcopy
/tests enable_tests
19467 test -n "$with_wine64" || wine_fn_config_makefile server enable_server
19468 test "x$enable_tools" = xno || wine_fn_config_makefile tools enable_tools
19469 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/sfnt2fon enable_sfnt2fon
19470 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/widl enable_widl
19471 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winebuild enable_winebuild
19472 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winedump enable_winedump
19473 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winegcc enable_winegcc
19474 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/winemaker enable_winemaker
19475 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wmc enable_wmc
19476 test "x$enable_tools" = xno || wine_fn_config_makefile tools
/wrc enable_wrc
19479 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19480 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19481 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19482 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19483 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19484 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19485 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19486 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19488 if test "x$enable_tools" != xno
19490 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19491 ac_config_commands
="$ac_config_commands tools/makedep"
19495 ac_config_commands
="$ac_config_commands Makefile"
19498 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19502 if test "x$enable_maintainer_mode" = xyes
19504 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19505 autoconf --warnings=all
19506 include/config.h.in: include/stamp-h.in
19507 include/stamp-h.in: configure.ac aclocal.m4
19508 autoheader --warnings=all
19509 @echo timestamp > \$@"
19512 if test "x$enable_tools" != xno
19514 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19515 @./config.status tools/makedep
19516 Makefile: tools/makedep$ac_exeext
19517 fonts: tools/sfnt2fon
19518 include: tools tools/widl"
19520 wine_fn_append_rule
"\$(MAKEDEP):
19521 @echo \"You need to run make in $TOOLSDIR first\" && false"
19524 if test -n "$with_wine64"
19526 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19528 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19529 $with_wine64/loader/wine:
19530 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19531 $with_wine64/loader/wine-preloader:
19532 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19534 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19536 WINELOADER_INSTALL
="wine.inf l_intl.nls"
19539 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19540 *) WINELOADER_INSTALL
="$WINELOADER_INSTALL wine.desktop" ;;
19544 $as_echo " done" >&6
19545 cat >confcache
<<\_ACEOF
19546 # This file is a shell script that caches the results of configure
19547 # tests run on this system so they can be shared between configure
19548 # scripts and configure runs, see configure's option --config-cache.
19549 # It is not useful on other systems. If it contains results you don't
19550 # want to keep, you may remove or edit it.
19552 # config.status only pays attention to the cache file if you give it
19553 # the --recheck option to rerun configure.
19555 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19556 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19557 # following values.
19561 # The following way of writing the cache mishandles newlines in values,
19562 # but we know of no workaround that is simple, portable, and efficient.
19563 # So, we kill variables containing newlines.
19564 # Ultrix sh set writes to stderr and can't be redirected directly,
19565 # and sets the high bit in the cache file unless we assign to the vars.
19567 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19568 eval ac_val
=\$
$ac_var
19572 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19573 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19576 _ | IFS | as_nl
) ;; #(
19577 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19578 *) { eval $ac_var=; unset $ac_var;} ;;
19584 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19585 *${as_nl}ac_space
=\
*)
19586 # `set' does not quote correctly, so add quotes: double-quote
19587 # substitution turns \\\\ into \\, and sed turns \\ into \.
19590 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19593 # `set' quotes correctly as required by POSIX, so do not add quotes.
19594 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19603 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19605 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19607 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19608 if test -w "$cache_file"; then
19609 if test "x$cache_file" != "x/dev/null"; then
19610 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19611 $as_echo "$as_me: updating cache $cache_file" >&6;}
19612 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19613 cat confcache
>"$cache_file"
19615 case $cache_file in #(
19617 mv -f confcache
"$cache_file"$$
&&
19618 mv -f "$cache_file"$$
"$cache_file" ;; #(
19620 mv -f confcache
"$cache_file" ;;
19625 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19626 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19631 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19632 # Let make expand exec_prefix.
19633 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19635 DEFS
=-DHAVE_CONFIG_H
19640 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19641 # 1. Remove the extension, and $U if already installed.
19642 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19643 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19644 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19645 # will be set to the directory where LIBOBJS objects are built.
19646 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19647 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19649 LIBOBJS
=$ac_libobjs
19651 LTLIBOBJS
=$ac_ltlibobjs
19655 : "${CONFIG_STATUS=./config.status}"
19657 ac_clean_files_save
=$ac_clean_files
19658 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19659 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19660 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19662 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19664 # Generated by $as_me.
19665 # Run this file to recreate the current configuration.
19666 # Compiler output produced by configure, useful for debugging
19667 # configure, is in config.log if it exists.
19670 ac_cs_recheck=false
19673 SHELL=\${CONFIG_SHELL-$SHELL}
19676 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19677 ## -------------------- ##
19678 ## M4sh Initialization. ##
19679 ## -------------------- ##
19681 # Be more Bourne compatible
19682 DUALCASE
=1; export DUALCASE
# for MKS sh
19683 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19686 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19687 # is contrary to our usage. Disable this feature.
19688 alias -g '${1+"$@"}'='"$@"'
19689 setopt NO_GLOB_SUBST
19691 case `(set -o) 2>/dev/null` in #(
19703 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19704 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19705 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19706 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19707 # Prefer a ksh shell builtin over an external printf program on Solaris,
19708 # but without wasting forks for bash or zsh.
19709 if test -z "$BASH_VERSION$ZSH_VERSION" \
19710 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19711 as_echo='print
-r --'
19712 as_echo_n='print
-rn --'
19713 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19714 as_echo='printf %s
\n'
19715 as_echo_n='printf %s
'
19717 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19718 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19719 as_echo_n='/usr
/ucb
/echo -n'
19721 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19722 as_echo_n_body='eval
19726 expr "X$arg" : "X\\(.*\\)$as_nl";
19727 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19729 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19731 export as_echo_n_body
19732 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19734 export as_echo_body
19735 as_echo='sh
-c $as_echo_body as_echo
'
19738 # The user is always right.
19739 if test "${PATH_SEPARATOR+set}" != set; then
19741 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19742 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19749 # We need space, tab and new line, in precisely that order. Quoting is
19750 # there to prevent editors from complaining about space-tab.
19751 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19752 # splitting by setting IFS to empty value.)
19755 # Find who we are. Look in the path if we contain no directory separator.
19758 *[\\/]* ) as_myself=$0 ;;
19759 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19760 for as_dir in $PATH
19763 test -z "$as_dir" && as_dir=.
19764 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19770 # We did not find ourselves, most probably we were run as `sh COMMAND'
19771 # in which case we are not to be found in the path.
19772 if test "x$as_myself" = x
; then
19775 if test ! -f "$as_myself"; then
19776 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19780 # Unset variables that we do not need and which cause bugs (e.g. in
19781 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19782 # suppresses any "Segmentation fault" message there. '((' could
19783 # trigger a bug in pdksh 5.2.14.
19784 for as_var
in BASH_ENV ENV MAIL MAILPATH
19785 do eval test x\
${$as_var+set} = xset \
19786 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19799 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19802 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19803 # ----------------------------------------
19804 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19805 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19806 # script with STATUS, using 1 if that was 0.
19809 as_status
=$1; test $as_status -eq 0 && as_status
=1
19811 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19812 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19814 $as_echo "$as_me: error: $2" >&2
19815 as_fn_exit
$as_status
19819 # as_fn_set_status STATUS
19820 # -----------------------
19821 # Set $? to STATUS, without forking.
19822 as_fn_set_status
()
19825 } # as_fn_set_status
19827 # as_fn_exit STATUS
19828 # -----------------
19829 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19833 as_fn_set_status
$1
19839 # Portably unset VAR.
19842 { eval $1=; unset $1;}
19844 as_unset
=as_fn_unset
19845 # as_fn_append VAR VALUE
19846 # ----------------------
19847 # Append the text in VALUE to the end of the definition contained in VAR. Take
19848 # advantage of any shell optimizations that allow amortized linear growth over
19849 # repeated appends, instead of the typical quadratic growth present in naive
19851 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19852 eval 'as_fn_append ()
19863 # as_fn_arith ARG...
19864 # ------------------
19865 # Perform arithmetic evaluation on the ARGs, and store the result in the
19866 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19867 # must be portable across $(()) and expr.
19868 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19869 eval 'as_fn_arith ()
19876 as_val
=`expr "$@" || test $? -eq 1`
19881 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19882 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19888 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19889 as_basename
=basename
19894 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19900 as_me
=`$as_basename -- "$0" ||
19901 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19902 X"$0" : 'X\(//\)$' \| \
19903 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19905 sed '/^.*\/\([^/][^/]*\)\/*$/{
19919 # Avoid depending upon Character Ranges.
19920 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19921 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19922 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19923 as_cr_digits
='0123456789'
19924 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19926 ECHO_C
= ECHO_N
= ECHO_T
=
19927 case `echo -n x` in #(((((
19929 case `echo 'xy\c'` in
19930 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19932 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19939 rm -f conf$$ conf$$.exe conf$$.
file
19940 if test -d conf$$.dir
; then
19941 rm -f conf$$.dir
/conf$$.
file
19944 mkdir conf$$.dir
2>/dev
/null
19946 if (echo >conf$$.
file) 2>/dev
/null
; then
19947 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19949 # ... but there are two gotchas:
19950 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19951 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19952 # In both cases, we have to default to `cp -pR'.
19953 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19955 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19963 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19964 rmdir conf$$.dir
2>/dev
/null
19969 # Create "$as_dir" as a directory, including parents if necessary.
19974 -*) as_dir
=.
/$as_dir;;
19976 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19980 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19981 *) as_qdir
=$as_dir;;
19983 as_dirs
="'$as_qdir' $as_dirs"
19984 as_dir
=`$as_dirname -- "$as_dir" ||
19985 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19986 X"$as_dir" : 'X\(//\)[^/]' \| \
19987 X"$as_dir" : 'X\(//\)$' \| \
19988 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19989 $as_echo X"$as_dir" |
19990 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19994 /^X\(\/\/\)[^/].*/{
20007 test -d "$as_dir" && break
20009 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
20010 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
20014 if mkdir
-p .
2>/dev
/null
; then
20015 as_mkdir_p
='mkdir -p "$as_dir"'
20017 test -d .
/-p && rmdir .
/-p
20022 # as_fn_executable_p FILE
20023 # -----------------------
20024 # Test if FILE is an executable regular file.
20025 as_fn_executable_p
()
20027 test -f "$1" && test -x "$1"
20028 } # as_fn_executable_p
20029 as_test_x
='test -x'
20030 as_executable_p
=as_fn_executable_p
20032 # Sed expression to map a string onto a valid CPP name.
20033 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
20035 # Sed expression to map a string onto a valid variable name.
20036 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
20040 ## ----------------------------------- ##
20041 ## Main body of $CONFIG_STATUS script. ##
20042 ## ----------------------------------- ##
20044 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
20046 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20047 # Save the log message, to keep $0 and so on meaningful, and to
20048 # report actual input values of CONFIG_FILES etc. instead of their
20049 # values after options handling.
20051 This file was extended by Wine $as_me 3.11, which was
20052 generated by GNU Autoconf 2.69. Invocation command line was
20054 CONFIG_FILES = $CONFIG_FILES
20055 CONFIG_HEADERS = $CONFIG_HEADERS
20056 CONFIG_LINKS = $CONFIG_LINKS
20057 CONFIG_COMMANDS = $CONFIG_COMMANDS
20060 on `(hostname || uname -n) 2>/dev/null | sed 1q`
20065 case $ac_config_files in *"
20066 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
20069 case $ac_config_headers in *"
20070 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
20074 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20075 # Files that config.status was made for.
20076 config_files="$ac_config_files"
20077 config_headers="$ac_config_headers"
20078 config_links="$ac_config_links"
20079 config_commands="$ac_config_commands"
20083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20085 \`$as_me' instantiates files and other configuration actions
20086 from templates according to the current configuration. Unless the files
20087 and actions are specified as TAGs, all are instantiated by default.
20089 Usage: $0 [OPTION]... [TAG]...
20091 -h, --help print this help, then exit
20092 -V, --version print version number and configuration settings, then exit
20093 --config print configuration, then exit
20094 -q, --quiet, --silent
20095 do not print progress messages
20096 -d, --debug don't remove temporary files
20097 --recheck update $as_me by reconfiguring in the same conditions
20098 --file=FILE[:TEMPLATE]
20099 instantiate the configuration file FILE
20100 --header=FILE[:TEMPLATE]
20101 instantiate the configuration header FILE
20103 Configuration files:
20106 Configuration headers:
20109 Configuration links:
20112 Configuration commands:
20115 Report bugs to <wine-devel@winehq.org>.
20116 Wine home page: <https://www.winehq.org>."
20119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20120 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20122 Wine config.status 3.11
20123 configured by $0, generated by GNU Autoconf 2.69,
20124 with options \\"\$ac_cs_config\\"
20126 Copyright (C) 2012 Free Software Foundation, Inc.
20127 This config.status script is free software; the Free Software Foundation
20128 gives unlimited permission to copy, distribute and modify it."
20132 test -n "\$AWK" || AWK=awk
20135 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20136 # The default lists apply if the user does not specify any file.
20142 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20143 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
20147 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
20159 # Handling of the options.
20160 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
20162 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
20163 $as_echo "$ac_cs_version"; exit ;;
20164 --config |
--confi |
--conf |
--con |
--co |
--c )
20165 $as_echo "$ac_cs_config"; exit ;;
20166 --debug |
--debu |
--deb |
--de |
--d |
-d )
20168 --file |
--fil |
--fi |
--f )
20171 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20172 '') as_fn_error $?
"missing file argument" ;;
20174 as_fn_append CONFIG_FILES
" '$ac_optarg'"
20175 ac_need_defaults
=false
;;
20176 --header |
--heade |
--head |
--hea )
20179 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20181 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
20182 ac_need_defaults
=false
;;
20184 # Conflict between --help and --header
20185 as_fn_error $?
"ambiguous option: \`$1'
20186 Try \`$0 --help' for more information.";;
20187 --help |
--hel |
-h )
20188 $as_echo "$ac_cs_usage"; exit ;;
20189 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
20190 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
20193 # This is an error.
20194 -*) as_fn_error $?
"unrecognized option: \`$1'
20195 Try \`$0 --help' for more information." ;;
20197 *) as_fn_append ac_config_targets
" $1"
20198 ac_need_defaults
=false
;;
20204 ac_configure_extra_args
=
20206 if $ac_cs_silent; then
20208 ac_configure_extra_args
="$ac_configure_extra_args --silent"
20212 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20213 if \$ac_cs_recheck; then
20214 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20216 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20217 CONFIG_SHELL='$SHELL'
20218 export CONFIG_SHELL
20223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20227 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
20228 ## Running $as_me. ##
20234 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20238 wine_fn_output_makedep ()
20240 as_dir=tools; as_fn_mkdir_p
20241 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
20243 wine_fn_output_makefile ()
20245 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
20246 `cat $wine_rules_file`
20248 as_fn_error $? "could not create Makefile" "$LINENO" 5
20253 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20255 # Handling of arguments.
20256 for ac_config_target
in $ac_config_targets
20258 case $ac_config_target in
20259 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20260 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20261 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20262 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20263 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20264 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20265 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20266 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20267 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20268 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20269 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20270 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20271 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20273 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20278 # If the user did not use the arguments to specify the items to instantiate,
20279 # then the envvar interface is used. Set only those that are not.
20280 # We use the long form for the default assignment because of an extremely
20281 # bizarre bug on SunOS 4.1.3.
20282 if $ac_need_defaults; then
20283 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20284 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20285 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20286 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20289 # Have a temporary directory for convenience. Make it in the build tree
20290 # simply because there is no reason against having it here, and in addition,
20291 # creating and moving files from /tmp can sometimes cause problems.
20292 # Hook for its removal unless debugging.
20293 # Note that there is a small window in which the directory will not be cleaned:
20294 # after its creation but before its name has been assigned to `$tmp'.
20298 trap 'exit_status=$?
20299 : "${ac_tmp:=$tmp}"
20300 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20302 trap 'as_fn_exit 1' 1 2 13 15
20304 # Create a (secure) tmp directory for tmp files.
20307 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20311 tmp
=.
/conf$$
-$RANDOM
20312 (umask 077 && mkdir
"$tmp")
20313 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20316 # Set up the scripts for CONFIG_FILES section.
20317 # No need to generate them if there are no CONFIG_FILES.
20318 # This happens for instance with `./config.status config.h'.
20319 if test -n "$CONFIG_FILES"; then
20322 ac_cr
=`echo X | tr X '\015'`
20323 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20324 # But we know of no other shell where ac_cr would be empty at this
20325 # point, so we can use a bashism as a fallback.
20326 if test "x$ac_cr" = x
; then
20327 eval ac_cr
=\$
\'\\r
\'
20329 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20330 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20333 ac_cs_awk_cr
=$ac_cr
20336 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20341 echo "cat >conf$$subs.awk <<_ACEOF" &&
20342 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20344 } >conf$$subs.sh ||
20345 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20346 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20348 for ac_last_try in false false false false false :; do
20349 . ./conf$$subs.sh ||
20350 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20352 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20353 if test $ac_delim_n = $ac_delim_num; then
20355 elif $ac_last_try; then
20356 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20358 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20361 rm -f conf$$subs.sh
20363 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20364 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20368 s/^/S["/; s
/!.
*/"]=/
20378 s/\(.\{148\}\)..*/\1/
20380 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20385 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20392 s/\(.\{148\}\)..*/\1/
20394 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20398 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20403 ' <conf$$subs.awk | sed '
20408 ' >>$CONFIG_STATUS || ac_write_fail=1
20409 rm -f conf$$subs.awk
20410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20412 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20413 for (key in S) S_is_set[key] = 1
20419 nfields = split(line, field, "@
")
20421 len = length(field[1])
20422 for (i = 2; i < nfields; i++) {
20424 keylen = length(key)
20425 if (S_is_set[key]) {
20427 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20428 len += length(value) + length(field[++i])
20439 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20440 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20441 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20444 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20445 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20448 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20449 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20450 # trailing colons and then remove the whole line if VPATH becomes empty
20451 # (actually we leave an empty line to preserve line numbers).
20452 if test "x
$srcdir" = x.; then
20453 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20472 fi # test -n "$CONFIG_FILES"
20474 # Set up the scripts for CONFIG_HEADERS section.
20475 # No need to generate them if there are no CONFIG_HEADERS.
20476 # This happens for instance with `./config.status Makefile'.
20477 if test -n "$CONFIG_HEADERS"; then
20478 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20482 # Transform confdefs.h into an awk script `defines.awk', embedded as
20483 # here-document in config.status, that substitutes the proper values into
20484 # config.h.in to produce config.h.
20486 # Create a delimiter string that does not exist in confdefs.h, to ease
20487 # handling of long lines.
20489 for ac_last_try in false false :; do
20490 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20491 if test -z "$ac_tt"; then
20493 elif $ac_last_try; then
20494 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20496 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20500 # For the awk script, D is an array of macro values keyed by name,
20501 # likewise P contains macro parameters if any. Preserve backslash
20502 # newline sequences.
20504 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20506 s/.\{148\}/&'"$ac_delim"'/g
20509 s/^[ ]*#[ ]*define[ ][ ]*/ /
20516 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20518 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20522 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20523 D["\
1"]=" \
3\\\\\\n
"\\/p
20525 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20530 s/.\{148\}/&'"$ac_delim"'/g
20535 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20538 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20540 ' <confdefs.h | sed '
20541 s/'"$ac_delim"'/"\\\
20542 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20544 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20545 for (key in D) D_is_set[key] = 1
20548 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20550 split(line, arg, " ")
20551 if (arg[1] == "#") {
20555 defundef
= substr
(arg
[1], 2)
20558 split(mac1
, mac2
, "(") #)
20560 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20561 if (D_is_set
[macro
]) {
20562 # Preserve the white space surrounding the "#".
20563 print prefix
"define", macro P
[macro
] D
[macro
]
20566 # Replace #undef with comments. This is necessary, for example,
20567 # in the case of _POSIX_SOURCE, which is predefined and required
20568 # on some systems where configure will not decide to define it.
20569 if (defundef
== "undef") {
20570 print
"/*", prefix defundef
, macro
, "*/"
20578 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20579 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20580 fi # test -n "$CONFIG_HEADERS"
20583 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20588 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20590 case $ac_mode$ac_tag in
20592 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20593 :[FH
]-) ac_tag
=-:-;;
20594 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20611 -) ac_f
="$ac_tmp/stdin";;
20612 *) # Look for the file first in the build tree, then in the source tree
20613 # (if the path is not absolute). The absolute path cannot be DOS-style,
20614 # because $ac_f cannot contain `:'.
20618 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20620 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20622 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20623 as_fn_append ac_file_inputs
" '$ac_f'"
20626 # Let's still pretend it is `configure' which instantiates (i.e., don't
20627 # use $as_me), people would be surprised to read:
20628 # /* config.h. Generated by config.status. */
20629 configure_input
='Generated from '`
20630 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20632 if test x
"$ac_file" != x-
; then
20633 configure_input
="$ac_file. $configure_input"
20634 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20635 $as_echo "$as_me: creating $ac_file" >&6;}
20637 # Neutralize special characters interpreted by sed in replacement strings.
20638 case $configure_input in #(
20639 *\
&* |
*\|
* |
*\\* )
20640 ac_sed_conf_input
=`$as_echo "$configure_input" |
20641 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20642 *) ac_sed_conf_input
=$configure_input;;
20646 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20647 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20652 ac_dir
=`$as_dirname -- "$ac_file" ||
20653 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20654 X"$ac_file" : 'X\(//\)[^/]' \| \
20655 X"$ac_file" : 'X\(//\)$' \| \
20656 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20657 $as_echo X"$ac_file" |
20658 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20662 /^X\(\/\/\)[^/].*/{
20675 as_dir
="$ac_dir"; as_fn_mkdir_p
20679 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20681 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20682 # A ".." for each directory in $ac_dir_suffix.
20683 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20684 case $ac_top_builddir_sub in
20685 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20686 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20689 ac_abs_top_builddir
=$ac_pwd
20690 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20691 # for backward compatibility:
20692 ac_top_builddir
=$ac_top_build_prefix
20695 .
) # We are building in place.
20697 ac_top_srcdir
=$ac_top_builddir_sub
20698 ac_abs_top_srcdir
=$ac_pwd ;;
20699 [\\/]* | ?
:[\\/]* ) # Absolute name.
20700 ac_srcdir
=$srcdir$ac_dir_suffix;
20701 ac_top_srcdir
=$srcdir
20702 ac_abs_top_srcdir
=$srcdir ;;
20703 *) # Relative name.
20704 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20705 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20706 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20708 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20719 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20720 # If the template does not know about datarootdir, expand it.
20721 # FIXME: This hack should be removed a few years after 2.60.
20722 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20733 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20734 *datarootdir
*) ac_datarootdir_seen
=yes;;
20735 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20737 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20739 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20740 ac_datarootdir_hack='
20741 s&@datadir@&$datadir&g
20742 s&@docdir@&$docdir&g
20743 s&@infodir@&$infodir&g
20744 s&@localedir@&$localedir&g
20745 s&@mandir@&$mandir&g
20746 s&\\\${datarootdir}&$datarootdir&g' ;;
20750 # Neutralize VPATH when `$srcdir' = `.'.
20751 # Shell code in configure.ac might set extrasub.
20752 # FIXME: do we really want to maintain this feature?
20753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20754 ac_sed_extra="$ac_vpsub
20757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20759 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20760 s|@configure_input@|
$ac_sed_conf_input|
;t t
20761 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20762 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20763 s
&@srcdir@
&$ac_srcdir&;t t
20764 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20765 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20766 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20767 s
&@builddir@
&$ac_builddir&;t t
20768 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20769 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20770 $ac_datarootdir_hack
20772 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20773 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20775 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20776 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20777 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20778 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20780 which seems to be undefined. Please make sure it is defined" >&5
20781 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20782 which seems to be undefined. Please make sure it is defined" >&2;}
20784 rm -f "$ac_tmp/stdin"
20786 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20787 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20789 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20795 if test x"$ac_file" != x-; then
20797 $as_echo "/* $configure_input */" \
20798 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20799 } >"$ac_tmp/config.h" \
20800 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20801 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20802 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20803 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20806 mv "$ac_tmp/config.h" "$ac_file" \
20807 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20810 $as_echo "/* $configure_input */" \
20811 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20812 || as_fn_error $? "could not create -" "$LINENO" 5
20820 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20823 # Prefer the file from the source tree if names are identical.
20824 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20825 ac_source=$srcdir/$ac_source
20828 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20829 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20831 if test ! -r "$ac_source"; then
20832 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20836 # Try a relative symlink, then a hard link, then a copy.
20838 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20839 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20841 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20842 ln "$ac_source" "$ac_file" 2>/dev/null ||
20843 cp -p "$ac_source" "$ac_file" ||
20844 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20847 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20848 $as_echo "$as_me: executing $ac_file commands" >&6;}
20853 case $ac_file$ac_mode in
20854 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20855 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20856 "Makefile":C) wine_fn_output_makefile Makefile ;;
20864 ac_clean_files=$ac_clean_files_save
20866 test $ac_write_fail = 0 ||
20867 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20870 # configure is writing to config.log, and then calls config.status.
20871 # config.status does its own redirection, appending to config.log.
20872 # Unfortunately, on DOS this fails, as config.log is still kept open
20873 # by configure, so config.status won't be able to
write to it
; its
20874 # output is simply discarded. So we exec the FD to /dev/null,
20875 # effectively closing config.log, so it can be properly (re)opened and
20876 # appended to by config.status. When coming back to configure, we
20877 # need to make the FD available again.
20878 if test "$no_create" != yes; then
20880 ac_config_status_args
=
20881 test "$silent" = yes &&
20882 ac_config_status_args
="$ac_config_status_args --quiet"
20884 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20886 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20887 # would make configure fail if this is the last instruction.
20888 $ac_cs_success || as_fn_exit
1
20890 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20892 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20896 if test "$no_create" = "yes"
20902 if test "x$wine_notices" != x
; then
20905 for msg
in $wine_notices; do
20907 if ${msg:+false} :; then :
20910 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20911 $as_echo "$as_me: $msg" >&6;}
20916 for msg
in $wine_warnings; do
20918 if ${msg:+false} :; then :
20922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20923 $as_echo "$as_me: WARNING: $msg" >&2;}
20929 $as_me: Finished. Do '${ac_make}' to compile Wine.