2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 3.0-rc3.
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.0-rc3'
584 PACKAGE_STRING
='Wine 3.0-rc3'
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
711 APPLICATIONSERVICES_LIBS
807 program_transform_name
820 enable_option_checking
824 enable_maintainer_mode
887 enable_api_ms_win_appmodel_identity_l1_1_0
888 enable_api_ms_win_appmodel_runtime_l1_1_1
889 enable_api_ms_win_appmodel_runtime_l1_1_2
890 enable_api_ms_win_core_apiquery_l1_1_0
891 enable_api_ms_win_core_appcompat_l1_1_1
892 enable_api_ms_win_core_appinit_l1_1_0
893 enable_api_ms_win_core_atoms_l1_1_0
894 enable_api_ms_win_core_bem_l1_1_0
895 enable_api_ms_win_core_com_l1_1_0
896 enable_api_ms_win_core_com_l1_1_1
897 enable_api_ms_win_core_com_private_l1_1_0
898 enable_api_ms_win_core_console_l1_1_0
899 enable_api_ms_win_core_console_l2_1_0
900 enable_api_ms_win_core_crt_l1_1_0
901 enable_api_ms_win_core_crt_l2_1_0
902 enable_api_ms_win_core_datetime_l1_1_0
903 enable_api_ms_win_core_datetime_l1_1_1
904 enable_api_ms_win_core_debug_l1_1_0
905 enable_api_ms_win_core_debug_l1_1_1
906 enable_api_ms_win_core_delayload_l1_1_0
907 enable_api_ms_win_core_delayload_l1_1_1
908 enable_api_ms_win_core_errorhandling_l1_1_0
909 enable_api_ms_win_core_errorhandling_l1_1_1
910 enable_api_ms_win_core_errorhandling_l1_1_2
911 enable_api_ms_win_core_errorhandling_l1_1_3
912 enable_api_ms_win_core_fibers_l1_1_0
913 enable_api_ms_win_core_fibers_l1_1_1
914 enable_api_ms_win_core_file_l1_1_0
915 enable_api_ms_win_core_file_l1_2_0
916 enable_api_ms_win_core_file_l1_2_1
917 enable_api_ms_win_core_file_l1_2_2
918 enable_api_ms_win_core_file_l2_1_0
919 enable_api_ms_win_core_file_l2_1_1
920 enable_api_ms_win_core_file_l2_1_2
921 enable_api_ms_win_core_handle_l1_1_0
922 enable_api_ms_win_core_heap_l1_1_0
923 enable_api_ms_win_core_heap_l1_2_0
924 enable_api_ms_win_core_heap_l2_1_0
925 enable_api_ms_win_core_heap_obsolete_l1_1_0
926 enable_api_ms_win_core_interlocked_l1_1_0
927 enable_api_ms_win_core_interlocked_l1_2_0
928 enable_api_ms_win_core_io_l1_1_0
929 enable_api_ms_win_core_io_l1_1_1
930 enable_api_ms_win_core_job_l1_1_0
931 enable_api_ms_win_core_job_l2_1_0
932 enable_api_ms_win_core_kernel32_legacy_l1_1_0
933 enable_api_ms_win_core_kernel32_legacy_l1_1_1
934 enable_api_ms_win_core_kernel32_private_l1_1_1
935 enable_api_ms_win_core_libraryloader_l1_1_0
936 enable_api_ms_win_core_libraryloader_l1_1_1
937 enable_api_ms_win_core_libraryloader_l1_2_0
938 enable_api_ms_win_core_libraryloader_l1_2_1
939 enable_api_ms_win_core_libraryloader_l1_2_2
940 enable_api_ms_win_core_localization_l1_1_0
941 enable_api_ms_win_core_localization_l1_2_0
942 enable_api_ms_win_core_localization_l1_2_1
943 enable_api_ms_win_core_localization_l2_1_0
944 enable_api_ms_win_core_localization_obsolete_l1_1_0
945 enable_api_ms_win_core_localization_obsolete_l1_2_0
946 enable_api_ms_win_core_localization_obsolete_l1_3_0
947 enable_api_ms_win_core_localization_private_l1_1_0
948 enable_api_ms_win_core_localregistry_l1_1_0
949 enable_api_ms_win_core_memory_l1_1_0
950 enable_api_ms_win_core_memory_l1_1_1
951 enable_api_ms_win_core_memory_l1_1_2
952 enable_api_ms_win_core_misc_l1_1_0
953 enable_api_ms_win_core_namedpipe_l1_1_0
954 enable_api_ms_win_core_namedpipe_l1_2_0
955 enable_api_ms_win_core_namespace_l1_1_0
956 enable_api_ms_win_core_normalization_l1_1_0
957 enable_api_ms_win_core_path_l1_1_0
958 enable_api_ms_win_core_privateprofile_l1_1_1
959 enable_api_ms_win_core_processenvironment_l1_1_0
960 enable_api_ms_win_core_processenvironment_l1_2_0
961 enable_api_ms_win_core_processthreads_l1_1_0
962 enable_api_ms_win_core_processthreads_l1_1_1
963 enable_api_ms_win_core_processthreads_l1_1_2
964 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
965 enable_api_ms_win_core_profile_l1_1_0
966 enable_api_ms_win_core_psapi_ansi_l1_1_0
967 enable_api_ms_win_core_psapi_l1_1_0
968 enable_api_ms_win_core_psapi_obsolete_l1_1_0
969 enable_api_ms_win_core_quirks_l1_1_0
970 enable_api_ms_win_core_realtime_l1_1_0
971 enable_api_ms_win_core_registry_l1_1_0
972 enable_api_ms_win_core_registry_l2_1_0
973 enable_api_ms_win_core_registryuserspecific_l1_1_0
974 enable_api_ms_win_core_rtlsupport_l1_1_0
975 enable_api_ms_win_core_rtlsupport_l1_2_0
976 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
977 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
978 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
979 enable_api_ms_win_core_sidebyside_l1_1_0
980 enable_api_ms_win_core_string_l1_1_0
981 enable_api_ms_win_core_string_l2_1_0
982 enable_api_ms_win_core_string_obsolete_l1_1_0
983 enable_api_ms_win_core_stringansi_l1_1_0
984 enable_api_ms_win_core_synch_ansi_l1_1_0
985 enable_api_ms_win_core_synch_l1_1_0
986 enable_api_ms_win_core_synch_l1_2_0
987 enable_api_ms_win_core_synch_l1_2_1
988 enable_api_ms_win_core_sysinfo_l1_1_0
989 enable_api_ms_win_core_sysinfo_l1_2_0
990 enable_api_ms_win_core_sysinfo_l1_2_1
991 enable_api_ms_win_core_threadpool_l1_1_0
992 enable_api_ms_win_core_threadpool_l1_2_0
993 enable_api_ms_win_core_threadpool_legacy_l1_1_0
994 enable_api_ms_win_core_threadpool_private_l1_1_0
995 enable_api_ms_win_core_timezone_l1_1_0
996 enable_api_ms_win_core_toolhelp_l1_1_0
997 enable_api_ms_win_core_url_l1_1_0
998 enable_api_ms_win_core_util_l1_1_0
999 enable_api_ms_win_core_version_l1_1_0
1000 enable_api_ms_win_core_version_l1_1_1
1001 enable_api_ms_win_core_version_private_l1_1_0
1002 enable_api_ms_win_core_versionansi_l1_1_0
1003 enable_api_ms_win_core_windowserrorreporting_l1_1_0
1004 enable_api_ms_win_core_winrt_error_l1_1_0
1005 enable_api_ms_win_core_winrt_error_l1_1_1
1006 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1007 enable_api_ms_win_core_winrt_l1_1_0
1008 enable_api_ms_win_core_winrt_registration_l1_1_0
1009 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1010 enable_api_ms_win_core_winrt_string_l1_1_0
1011 enable_api_ms_win_core_wow64_l1_1_0
1012 enable_api_ms_win_core_wow64_l1_1_1
1013 enable_api_ms_win_core_xstate_l1_1_0
1014 enable_api_ms_win_core_xstate_l2_1_0
1015 enable_api_ms_win_crt_conio_l1_1_0
1016 enable_api_ms_win_crt_convert_l1_1_0
1017 enable_api_ms_win_crt_environment_l1_1_0
1018 enable_api_ms_win_crt_filesystem_l1_1_0
1019 enable_api_ms_win_crt_heap_l1_1_0
1020 enable_api_ms_win_crt_locale_l1_1_0
1021 enable_api_ms_win_crt_math_l1_1_0
1022 enable_api_ms_win_crt_multibyte_l1_1_0
1023 enable_api_ms_win_crt_private_l1_1_0
1024 enable_api_ms_win_crt_process_l1_1_0
1025 enable_api_ms_win_crt_runtime_l1_1_0
1026 enable_api_ms_win_crt_stdio_l1_1_0
1027 enable_api_ms_win_crt_string_l1_1_0
1028 enable_api_ms_win_crt_time_l1_1_0
1029 enable_api_ms_win_crt_utility_l1_1_0
1030 enable_api_ms_win_devices_config_l1_1_1
1031 enable_api_ms_win_devices_query_l1_1_1
1032 enable_api_ms_win_downlevel_advapi32_l1_1_0
1033 enable_api_ms_win_downlevel_advapi32_l2_1_0
1034 enable_api_ms_win_downlevel_normaliz_l1_1_0
1035 enable_api_ms_win_downlevel_ole32_l1_1_0
1036 enable_api_ms_win_downlevel_shell32_l1_1_0
1037 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1038 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1039 enable_api_ms_win_downlevel_user32_l1_1_0
1040 enable_api_ms_win_downlevel_version_l1_1_0
1041 enable_api_ms_win_dx_d3dkmt_l1_1_0
1042 enable_api_ms_win_eventing_classicprovider_l1_1_0
1043 enable_api_ms_win_eventing_consumer_l1_1_0
1044 enable_api_ms_win_eventing_controller_l1_1_0
1045 enable_api_ms_win_eventing_legacy_l1_1_0
1046 enable_api_ms_win_eventing_provider_l1_1_0
1047 enable_api_ms_win_eventlog_legacy_l1_1_0
1048 enable_api_ms_win_mm_joystick_l1_1_0
1049 enable_api_ms_win_mm_misc_l1_1_1
1050 enable_api_ms_win_mm_mme_l1_1_0
1051 enable_api_ms_win_mm_time_l1_1_0
1052 enable_api_ms_win_ntuser_dc_access_l1_1_0
1053 enable_api_ms_win_ntuser_rectangle_l1_1_0
1054 enable_api_ms_win_power_base_l1_1_0
1055 enable_api_ms_win_power_setting_l1_1_0
1056 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1057 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1058 enable_api_ms_win_security_audit_l1_1_1
1059 enable_api_ms_win_security_base_l1_1_0
1060 enable_api_ms_win_security_base_l1_2_0
1061 enable_api_ms_win_security_base_private_l1_1_1
1062 enable_api_ms_win_security_credentials_l1_1_0
1063 enable_api_ms_win_security_grouppolicy_l1_1_0
1064 enable_api_ms_win_security_lsalookup_l1_1_0
1065 enable_api_ms_win_security_lsalookup_l1_1_1
1066 enable_api_ms_win_security_lsalookup_l2_1_1
1067 enable_api_ms_win_security_lsapolicy_l1_1_0
1068 enable_api_ms_win_security_provider_l1_1_0
1069 enable_api_ms_win_security_sddl_l1_1_0
1070 enable_api_ms_win_security_systemfunctions_l1_1_0
1071 enable_api_ms_win_service_core_l1_1_0
1072 enable_api_ms_win_service_core_l1_1_1
1073 enable_api_ms_win_service_management_l1_1_0
1074 enable_api_ms_win_service_management_l2_1_0
1075 enable_api_ms_win_service_private_l1_1_1
1076 enable_api_ms_win_service_winsvc_l1_1_0
1077 enable_api_ms_win_service_winsvc_l1_2_0
1078 enable_api_ms_win_shcore_scaling_l1_1_1
1079 enable_api_ms_win_shell_shellcom_l1_1_0
1080 enable_api_ms_win_shell_shellfolders_l1_1_0
1093 enable_bluetoothapis
1126 enable_d3dcompiler_33
1127 enable_d3dcompiler_34
1128 enable_d3dcompiler_35
1129 enable_d3dcompiler_36
1130 enable_d3dcompiler_37
1131 enable_d3dcompiler_38
1132 enable_d3dcompiler_39
1133 enable_d3dcompiler_40
1134 enable_d3dcompiler_41
1135 enable_d3dcompiler_42
1136 enable_d3dcompiler_43
1137 enable_d3dcompiler_46
1138 enable_d3dcompiler_47
1218 enable_explorerframe
1219 enable_ext_ms_win_authz_context_l1_1_0
1220 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1221 enable_ext_ms_win_gdi_dc_create_l1_1_1
1222 enable_ext_ms_win_gdi_dc_l1_2_0
1223 enable_ext_ms_win_gdi_devcaps_l1_1_0
1224 enable_ext_ms_win_gdi_draw_l1_1_1
1225 enable_ext_ms_win_gdi_render_l1_1_0
1226 enable_ext_ms_win_kernel32_package_current_l1_1_0
1227 enable_ext_ms_win_kernel32_package_l1_1_1
1228 enable_ext_ms_win_ntuser_message_l1_1_1
1229 enable_ext_ms_win_ntuser_private_l1_1_1
1230 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1231 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1232 enable_ext_ms_win_ntuser_window_l1_1_1
1233 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1234 enable_ext_ms_win_ras_rasapi32_l1_1_0
1235 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1236 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1237 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1238 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1239 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1240 enable_ext_ms_win_security_credui_l1_1_0
1241 enable_ext_ms_win_security_cryptui_l1_1_0
1413 enable_photometadatahandler
1479 enable_uiautomationcore
1510 enable_windowscodecs
1511 enable_windowscodecsext
1513 enable_wineandroid_drv
1515 enable_winecoreaudio_drv
1517 enable_winegstreamer
1519 enable_winejoystick_drv
1524 enable_winepulse_drv
1525 enable_wineqtdecoder
1597 enable_aspnet_regiis
1634 enable_presentationfontcache
1647 enable_servicemodelreg
1670 enable_winemenubuilder
1672 enable_winemsibuilder
1687 ac_precious_vars
='build_alias
1748 # Initialize some variables set by options.
1750 ac_init_version
=false
1751 ac_unrecognized_opts
=
1752 ac_unrecognized_sep
=
1753 # The variables have the same names as the options, with
1754 # dashes changed to underlines.
1755 cache_file
=/dev
/null
1762 program_transform_name
=s
,x
,x
,
1770 # Installation directory options.
1771 # These are left unexpanded so users can "make install exec_prefix=/foo"
1772 # and all the variables that are supposed to be based on exec_prefix
1773 # by default will actually change.
1774 # Use braces instead of parens because sh, perl, etc. also accept them.
1775 # (The list follows the same order as the GNU Coding Standards.)
1776 bindir
='${exec_prefix}/bin'
1777 sbindir
='${exec_prefix}/sbin'
1778 libexecdir
='${exec_prefix}/libexec'
1779 datarootdir
='${prefix}/share'
1780 datadir
='${datarootdir}'
1781 sysconfdir
='${prefix}/etc'
1782 sharedstatedir
='${prefix}/com'
1783 localstatedir
='${prefix}/var'
1784 runstatedir
='${localstatedir}/run'
1785 includedir
='${prefix}/include'
1786 oldincludedir
='/usr/include'
1787 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1788 infodir
='${datarootdir}/info'
1793 libdir
='${exec_prefix}/lib'
1794 localedir
='${datarootdir}/locale'
1795 mandir
='${datarootdir}/man'
1801 # If the previous option needs an argument, assign it.
1802 if test -n "$ac_prev"; then
1803 eval $ac_prev=\
$ac_option
1809 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1814 # Accept the important Cygnus configure options, so we can diagnose typos.
1816 case $ac_dashdash$ac_option in
1820 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1822 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1823 bindir
=$ac_optarg ;;
1825 -build |
--build |
--buil |
--bui |
--bu)
1826 ac_prev
=build_alias
;;
1827 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1828 build_alias
=$ac_optarg ;;
1830 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1831 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1832 ac_prev
=cache_file
;;
1833 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1834 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1835 cache_file
=$ac_optarg ;;
1837 --config-cache |
-C)
1838 cache_file
=config.cache
;;
1840 -datadir |
--datadir |
--datadi |
--datad)
1842 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1843 datadir
=$ac_optarg ;;
1845 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1846 |
--dataroo |
--dataro |
--datar)
1847 ac_prev
=datarootdir
;;
1848 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1849 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1850 datarootdir
=$ac_optarg ;;
1852 -disable-* |
--disable-*)
1853 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1854 # Reject names that are not valid shell variable names.
1855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1856 as_fn_error $?
"invalid feature name: $ac_useropt"
1857 ac_useropt_orig
=$ac_useropt
1858 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1859 case $ac_user_opts in
1861 "enable_
$ac_useropt"
1863 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1864 ac_unrecognized_sep
=', ';;
1866 eval enable_
$ac_useropt=no
;;
1868 -docdir |
--docdir |
--docdi |
--doc |
--do)
1870 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1871 docdir
=$ac_optarg ;;
1873 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1875 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1876 dvidir
=$ac_optarg ;;
1878 -enable-* |
--enable-*)
1879 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1880 # Reject names that are not valid shell variable names.
1881 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1882 as_fn_error $?
"invalid feature name: $ac_useropt"
1883 ac_useropt_orig
=$ac_useropt
1884 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1885 case $ac_user_opts in
1887 "enable_
$ac_useropt"
1889 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1890 ac_unrecognized_sep
=', ';;
1892 eval enable_
$ac_useropt=\
$ac_optarg ;;
1894 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1895 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1896 |
--exec |
--exe |
--ex)
1897 ac_prev
=exec_prefix
;;
1898 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1899 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1900 |
--exec=* |
--exe=* |
--ex=*)
1901 exec_prefix
=$ac_optarg ;;
1903 -gas |
--gas |
--ga |
--g)
1904 # Obsolete; use --with-gas.
1907 -help |
--help |
--hel |
--he |
-h)
1908 ac_init_help
=long
;;
1909 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1910 ac_init_help
=recursive
;;
1911 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1912 ac_init_help
=short
;;
1914 -host |
--host |
--hos |
--ho)
1915 ac_prev
=host_alias
;;
1916 -host=* |
--host=* |
--hos=* |
--ho=*)
1917 host_alias
=$ac_optarg ;;
1919 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1921 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1923 htmldir
=$ac_optarg ;;
1925 -includedir |
--includedir |
--includedi |
--included |
--include \
1926 |
--includ |
--inclu |
--incl |
--inc)
1927 ac_prev
=includedir
;;
1928 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1929 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1930 includedir
=$ac_optarg ;;
1932 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1934 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1935 infodir
=$ac_optarg ;;
1937 -libdir |
--libdir |
--libdi |
--libd)
1939 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1940 libdir
=$ac_optarg ;;
1942 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1943 |
--libexe |
--libex |
--libe)
1944 ac_prev
=libexecdir
;;
1945 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1946 |
--libexe=* |
--libex=* |
--libe=*)
1947 libexecdir
=$ac_optarg ;;
1949 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1950 ac_prev
=localedir
;;
1951 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1952 localedir
=$ac_optarg ;;
1954 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1955 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1956 ac_prev
=localstatedir
;;
1957 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1958 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1959 localstatedir
=$ac_optarg ;;
1961 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1963 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1964 mandir
=$ac_optarg ;;
1966 -nfp |
--nfp |
--nf)
1967 # Obsolete; use --without-fp.
1970 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1971 |
--no-cr |
--no-c |
-n)
1974 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1975 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1978 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1979 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1980 |
--oldin |
--oldi |
--old |
--ol |
--o)
1981 ac_prev
=oldincludedir
;;
1982 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1983 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1984 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1985 oldincludedir
=$ac_optarg ;;
1987 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1989 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1990 prefix
=$ac_optarg ;;
1992 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1993 |
--program-pre |
--program-pr |
--program-p)
1994 ac_prev
=program_prefix
;;
1995 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1996 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1997 program_prefix
=$ac_optarg ;;
1999 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
2000 |
--program-suf |
--program-su |
--program-s)
2001 ac_prev
=program_suffix
;;
2002 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
2003 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
2004 program_suffix
=$ac_optarg ;;
2006 -program-transform-name |
--program-transform-name \
2007 |
--program-transform-nam |
--program-transform-na \
2008 |
--program-transform-n |
--program-transform- \
2009 |
--program-transform |
--program-transfor \
2010 |
--program-transfo |
--program-transf \
2011 |
--program-trans |
--program-tran \
2012 |
--progr-tra |
--program-tr |
--program-t)
2013 ac_prev
=program_transform_name
;;
2014 -program-transform-name=* |
--program-transform-name=* \
2015 |
--program-transform-nam=* |
--program-transform-na=* \
2016 |
--program-transform-n=* |
--program-transform-=* \
2017 |
--program-transform=* |
--program-transfor=* \
2018 |
--program-transfo=* |
--program-transf=* \
2019 |
--program-trans=* |
--program-tran=* \
2020 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2021 program_transform_name
=$ac_optarg ;;
2023 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2025 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2026 pdfdir
=$ac_optarg ;;
2028 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2030 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2033 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2034 |
-silent |
--silent |
--silen |
--sile |
--sil)
2037 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2038 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2039 |
--run |
--ru |
--r)
2040 ac_prev
=runstatedir
;;
2041 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2042 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2043 |
--run=* |
--ru=* |
--r=*)
2044 runstatedir
=$ac_optarg ;;
2046 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2048 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2050 sbindir
=$ac_optarg ;;
2052 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2053 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2054 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2056 ac_prev
=sharedstatedir
;;
2057 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2058 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2059 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2061 sharedstatedir
=$ac_optarg ;;
2063 -site |
--site |
--sit)
2065 -site=* |
--site=* |
--sit=*)
2068 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2070 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2071 srcdir
=$ac_optarg ;;
2073 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2074 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2075 ac_prev
=sysconfdir
;;
2076 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2077 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2078 sysconfdir
=$ac_optarg ;;
2080 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2081 ac_prev
=target_alias
;;
2082 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2083 target_alias
=$ac_optarg ;;
2085 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2088 -version |
--version |
--versio |
--versi |
--vers |
-V)
2089 ac_init_version
=: ;;
2092 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2093 # Reject names that are not valid shell variable names.
2094 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2095 as_fn_error $?
"invalid package name: $ac_useropt"
2096 ac_useropt_orig
=$ac_useropt
2097 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2098 case $ac_user_opts in
2102 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2103 ac_unrecognized_sep
=', ';;
2105 eval with_
$ac_useropt=\
$ac_optarg ;;
2107 -without-* |
--without-*)
2108 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2109 # Reject names that are not valid shell variable names.
2110 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2111 as_fn_error $?
"invalid package name: $ac_useropt"
2112 ac_useropt_orig
=$ac_useropt
2113 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2114 case $ac_user_opts in
2118 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2119 ac_unrecognized_sep
=', ';;
2121 eval with_
$ac_useropt=no
;;
2124 # Obsolete; use --with-x.
2127 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2128 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2129 ac_prev
=x_includes
;;
2130 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2131 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2132 x_includes
=$ac_optarg ;;
2134 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2135 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2136 ac_prev
=x_libraries
;;
2137 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2138 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2139 x_libraries
=$ac_optarg ;;
2141 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2142 Try \`$0 --help' for more information"
2146 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2147 # Reject names that are not valid shell variable names.
2148 case $ac_envvar in #(
2149 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2150 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2152 eval $ac_envvar=\
$ac_optarg
2153 export $ac_envvar ;;
2156 # FIXME: should be removed in autoconf 3.0.
2157 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2158 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2159 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2160 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2166 if test -n "$ac_prev"; then
2167 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2168 as_fn_error $?
"missing argument to $ac_option"
2171 if test -n "$ac_unrecognized_opts"; then
2172 case $enable_option_checking in
2174 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2175 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2179 # Check all directory arguments for consistency.
2180 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2181 datadir sysconfdir sharedstatedir localstatedir includedir \
2182 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2183 libdir localedir mandir runstatedir
2185 eval ac_val
=\$
$ac_var
2186 # Remove trailing slashes.
2189 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2190 eval $ac_var=\
$ac_val;;
2192 # Be sure to have absolute directory names.
2194 [\\/$
]* | ?
:[\\/]* ) continue;;
2195 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2197 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2200 # There might be people who depend on the old broken behavior: `$host'
2201 # used to hold the argument of --host etc.
2202 # FIXME: To remove some day.
2205 target
=$target_alias
2207 # FIXME: To remove some day.
2208 if test "x$host_alias" != x
; then
2209 if test "x$build_alias" = x
; then
2210 cross_compiling
=maybe
2211 elif test "x$build_alias" != "x$host_alias"; then
2217 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2219 test "$silent" = yes && exec 6>/dev
/null
2222 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2223 ac_ls_di
=`ls -di .` &&
2224 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2225 as_fn_error $?
"working directory cannot be determined"
2226 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2227 as_fn_error $?
"pwd does not report name of working directory"
2230 # Find the source files, if location was not specified.
2231 if test -z "$srcdir"; then
2232 ac_srcdir_defaulted
=yes
2233 # Try the directory containing this script, then the parent directory.
2234 ac_confdir
=`$as_dirname -- "$as_myself" ||
2235 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2236 X"$as_myself" : 'X\(//\)[^/]' \| \
2237 X"$as_myself" : 'X\(//\)$' \| \
2238 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2239 $as_echo X"$as_myself" |
2240 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2258 if test ! -r "$srcdir/$ac_unique_file"; then
2262 ac_srcdir_defaulted
=no
2264 if test ! -r "$srcdir/$ac_unique_file"; then
2265 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2266 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2268 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2270 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2272 # When building in place, set srcdir=.
2273 if test "$ac_abs_confdir" = "$ac_pwd"; then
2276 # Remove unnecessary trailing slashes from srcdir.
2277 # Double slashes in file names in object file debugging info
2278 # mess up M-x gdb in Emacs.
2280 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2282 for ac_var
in $ac_precious_vars; do
2283 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2284 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2285 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2286 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2290 # Report the --help message.
2292 if test "$ac_init_help" = "long"; then
2293 # Omit some internal or obsolete options to make the list less imposing.
2294 # This message is too long to be a string in the A/UX 3.1 sh.
2296 \`configure' configures Wine 3.0-rc3 to adapt to many kinds of systems.
2298 Usage: $0 [OPTION]... [VAR=VALUE]...
2300 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2301 VAR=VALUE. See below for descriptions of some of the useful variables.
2303 Defaults for the options are specified in brackets.
2306 -h, --help display this help and exit
2307 --help=short display options specific to this package
2308 --help=recursive display the short help of all the included packages
2309 -V, --version display version information and exit
2310 -q, --quiet, --silent do not print \`checking ...' messages
2311 --cache-file=FILE cache test results in FILE [disabled]
2312 -C, --config-cache alias for \`--cache-file=config.cache'
2313 -n, --no-create do not create output files
2314 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2316 Installation directories:
2317 --prefix=PREFIX install architecture-independent files in PREFIX
2318 [$ac_default_prefix]
2319 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2322 By default, \`make install' will install all the files in
2323 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2324 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2325 for instance \`--prefix=\$HOME'.
2327 For better control, use the options below.
2329 Fine tuning of the installation directories:
2330 --bindir=DIR user executables [EPREFIX/bin]
2331 --sbindir=DIR system admin executables [EPREFIX/sbin]
2332 --libexecdir=DIR program executables [EPREFIX/libexec]
2333 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2334 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2335 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2336 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2337 --libdir=DIR object code libraries [EPREFIX/lib]
2338 --includedir=DIR C header files [PREFIX/include]
2339 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2340 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2341 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2342 --infodir=DIR info documentation [DATAROOTDIR/info]
2343 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2344 --mandir=DIR man documentation [DATAROOTDIR/man]
2345 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2346 --htmldir=DIR html documentation [DOCDIR]
2347 --dvidir=DIR dvi documentation [DOCDIR]
2348 --pdfdir=DIR pdf documentation [DOCDIR]
2349 --psdir=DIR ps documentation [DOCDIR]
2355 --x-includes=DIR X include files are
in DIR
2356 --x-libraries=DIR X library files are
in DIR
2359 --build=BUILD configure
for building on BUILD
[guessed
]
2360 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2364 if test -n "$ac_init_help"; then
2365 case $ac_init_help in
2366 short | recursive
) echo "Configuration of Wine 3.0-rc3:";;
2371 --disable-option-checking ignore unrecognized
--enable/--with options
2372 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2373 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2374 --disable-win16 do not include Win16 support
2375 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2377 --disable-tests do not build the regression tests
2378 --enable-maintainer-mode
2379 enable maintainer-specific build rules
2380 --disable-largefile omit support for large files
2383 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2384 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2385 --without-alsa do not use the Alsa sound support
2386 --without-capi do not use CAPI (ISDN support)
2387 --without-cms do not use CMS (color management support)
2388 --without-coreaudio do not use the CoreAudio sound support
2389 --without-cups do not use CUPS
2390 --without-curses do not use (n)curses
2391 --without-dbus do not use DBus (dynamic device support)
2392 --with-float-abi=abi specify the ABI (soft|softfp|hard) for ARM platforms
2393 --without-fontconfig do not use fontconfig
2394 --without-freetype do not use the FreeType library
2395 --without-gettext do not use gettext
2396 --with-gettextpo use the GetTextPO library to rebuild po files
2397 --without-gphoto do not use gphoto (Digital Camera support)
2398 --without-glu do not use the GLU library
2399 --without-gnutls do not use GnuTLS (schannel support)
2400 --without-gsm do not use libgsm (GSM 06.10 codec support)
2401 --without-gstreamer do not use GStreamer (codecs support)
2402 --without-hal do not use HAL (dynamic device support)
2403 --without-jpeg do not use JPEG
2404 --without-krb5 do not use krb5 (Kerberos)
2405 --without-ldap do not use LDAP
2406 --without-mpg123 do not use the mpg123 library
2407 --without-netapi do not use the Samba NetAPI library
2408 --without-openal do not use OpenAL
2409 --without-opencl do not use OpenCL
2410 --without-opengl do not use OpenGL
2411 --without-osmesa do not use the OSMesa library
2412 --without-oss do not use the OSS sound support
2413 --without-pcap do not use the Packet Capture library
2414 --without-png do not use PNG
2415 --without-pthread do not use the pthread library
2416 --without-pulse do not use PulseAudio sound support
2417 --without-sane do not use SANE (scanner support)
2418 --without-tiff do not use TIFF
2419 --without-udev do not use udev (plug and play support)
2420 --without-v4l do not use v4l1 (v4l support)
2421 --without-xcomposite do not use the Xcomposite extension
2422 --without-xcursor do not use the Xcursor extension
2423 --without-xfixes do not use Xfixes for clipboard change notifications
2424 --without-xinerama do not use Xinerama (multi-monitor support)
2425 --without-xinput do not use the Xinput extension
2426 --without-xinput2 do not use the Xinput 2 extension
2427 --without-xml do not use XML
2428 --without-xrandr do not use Xrandr (resolution changes)
2429 --without-xrender do not use the Xrender extension
2430 --without-xshape do not use the Xshape extension
2431 --without-xshm do not use XShm (shared memory extension)
2432 --without-xslt do not use XSLT
2433 --without-xxf86vm do not use XFree video mode extension
2434 --without-zlib do not use Zlib (data compression)
2435 --with-wine-tools=DIR use Wine tools from directory DIR
2436 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2437 --with-x use the X Window System
2439 Some influential environment variables:
2440 CC C compiler command
2441 CFLAGS C compiler flags
2442 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2443 nonstandard directory <lib dir>
2444 LIBS libraries to pass to the linker, e.g. -l<library>
2445 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2446 you have headers in a nonstandard directory <include dir>
2447 CXX C++ compiler command
2448 CXXFLAGS C++ compiler flags
2450 XMKMF Path to xmkmf, Makefile generator for X Window System
2451 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2452 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2453 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2454 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2455 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2456 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2457 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2458 HAL_LIBS Linker flags for hal, overriding pkg-config
2460 C compiler flags for gnutls, overriding pkg-config
2461 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2462 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2463 SANE_LIBS Linker flags for libsane, overriding pkg-config
2465 C compiler flags for libgphoto2, overriding pkg-config
2467 Linker flags for libgphoto2, overriding pkg-config
2469 C compiler flags for libgphoto2_port, overriding pkg-config
2471 Linker flags for libgphoto2_port, overriding pkg-config
2473 C compiler flags for lcms2, overriding pkg-config
2474 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2476 C compiler flags for freetype2, overriding pkg-config
2478 Linker flags for freetype2, overriding pkg-config
2480 C compiler flags for libpulse, overriding pkg-config
2481 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2483 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2484 gstreamer-audio-1.0, overriding pkg-config
2486 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2487 gstreamer-audio-1.0, overriding pkg-config
2488 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2489 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2491 C compiler flags for capi20, overriding pkg-config
2492 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2493 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2494 CUPS_LIBS Linker flags for cups, overriding pkg-config
2496 C compiler flags for fontconfig, overriding pkg-config
2498 Linker flags for fontconfig, overriding pkg-config
2499 KRB5_CFLAGS C compiler flags for krb5, overriding pkg-config
2500 KRB5_LIBS Linker flags for krb5, overriding pkg-config
2501 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2502 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2503 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2504 PNG_LIBS Linker flags for libpng, overriding pkg-config
2505 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2506 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2508 C compiler flags for libmpg123, overriding pkg-config
2509 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2511 C compiler flags for netapi, overriding pkg-config
2512 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2513 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2514 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2516 Use these variables to override the choices made by `configure' or to
help
2517 it to
find libraries and programs with nonstandard names
/locations.
2519 Report bugs to
<wine-devel@winehq.org
>.
2520 Wine home page
: <https
://www.winehq.org
>.
2525 if test "$ac_init_help" = "recursive"; then
2526 # If there are subdirs, report their specific --help.
2527 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2528 test -d "$ac_dir" ||
2529 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2534 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2536 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2537 # A ".." for each directory in $ac_dir_suffix.
2538 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2539 case $ac_top_builddir_sub in
2540 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2541 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2544 ac_abs_top_builddir
=$ac_pwd
2545 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2546 # for backward compatibility:
2547 ac_top_builddir
=$ac_top_build_prefix
2550 .
) # We are building in place.
2552 ac_top_srcdir
=$ac_top_builddir_sub
2553 ac_abs_top_srcdir
=$ac_pwd ;;
2554 [\\/]* | ?
:[\\/]* ) # Absolute name.
2555 ac_srcdir
=$srcdir$ac_dir_suffix;
2556 ac_top_srcdir
=$srcdir
2557 ac_abs_top_srcdir
=$srcdir ;;
2559 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2560 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2561 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2563 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2565 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2566 # Check for guested configure.
2567 if test -f "$ac_srcdir/configure.gnu"; then
2569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2570 elif test -f "$ac_srcdir/configure"; then
2572 $SHELL "$ac_srcdir/configure" --help=recursive
2574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2576 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2580 test -n "$ac_init_help" && exit $ac_status
2581 if $ac_init_version; then
2583 Wine configure
3.0-rc3
2584 generated by GNU Autoconf
2.69
2586 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2587 This configure
script is free software
; the Free Software Foundation
2588 gives unlimited permission to copy
, distribute and modify it.
2593 ## ------------------------ ##
2594 ## Autoconf initialization. ##
2595 ## ------------------------ ##
2597 # ac_fn_c_try_compile LINENO
2598 # --------------------------
2599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2600 ac_fn_c_try_compile
()
2602 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2603 rm -f conftest.
$ac_objext
2604 if { { ac_try
="$ac_compile"
2606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2610 $as_echo "$ac_try_echo"; } >&5
2611 (eval "$ac_compile") 2>conftest.err
2613 if test -s conftest.err; then
2614 grep -v '^ *+' conftest.err >conftest.er1
2615 cat conftest.er1 >&5
2616 mv -f conftest.er1 conftest.err
2618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2619 test $ac_status = 0; } && {
2620 test -z "$ac_c_werror_flag" ||
2621 test ! -s conftest.err
2622 } && test -s conftest.$ac_objext; then :
2625 $as_echo "$as_me: failed program was:" >&5
2626 sed 's/^/| /' conftest.$ac_ext >&5
2630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2631 as_fn_set_status $ac_retval
2633 } # ac_fn_c_try_compile
2635 # ac_fn_cxx_try_compile LINENO
2636 # ----------------------------
2637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2638 ac_fn_cxx_try_compile ()
2640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2641 rm -f conftest.$ac_objext
2642 if { { ac_try="$ac_compile"
2644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2645 *) ac_try_echo
=$ac_try;;
2647 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2648 $as_echo "$ac_try_echo"; } >&5
2649 (eval "$ac_compile") 2>conftest.err
2651 if test -s conftest.err
; then
2652 grep -v '^ *+' conftest.err
>conftest.er1
2653 cat conftest.er1
>&5
2654 mv -f conftest.er1 conftest.err
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; } && {
2658 test -z "$ac_cxx_werror_flag" ||
2659 test ! -s conftest.err
2660 } && test -s conftest.
$ac_objext; then :
2663 $as_echo "$as_me: failed program was:" >&5
2664 sed 's/^/| /' conftest.
$ac_ext >&5
2668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2669 as_fn_set_status
$ac_retval
2671 } # ac_fn_cxx_try_compile
2673 # ac_fn_c_try_link LINENO
2674 # -----------------------
2675 # Try to link conftest.$ac_ext, and return whether this succeeded.
2678 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2679 rm -f conftest.
$ac_objext conftest
$ac_exeext
2680 if { { ac_try
="$ac_link"
2682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2683 *) ac_try_echo=$ac_try;;
2685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2686 $as_echo "$ac_try_echo"; } >&5
2687 (eval "$ac_link") 2>conftest.err
2689 if test -s conftest.err; then
2690 grep -v '^ *+' conftest.err >conftest.er1
2691 cat conftest.er1 >&5
2692 mv -f conftest.er1 conftest.err
2694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2695 test $ac_status = 0; } && {
2696 test -z "$ac_c_werror_flag" ||
2697 test ! -s conftest.err
2698 } && test -s conftest$ac_exeext && {
2699 test "$cross_compiling" = yes ||
2700 test -x conftest$ac_exeext
2704 $as_echo "$as_me: failed program was:" >&5
2705 sed 's/^/| /' conftest.$ac_ext >&5
2709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2711 # interfere with the next link command; also delete a directory that is
2712 # left behind by Apple's compiler. We do this before executing the actions.
2713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2715 as_fn_set_status $ac_retval
2717 } # ac_fn_c_try_link
2719 # ac_fn_c_try_cpp LINENO
2720 # ----------------------
2721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2725 if { { ac_try="$ac_cpp conftest.$ac_ext"
2727 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2728 *) ac_try_echo
=$ac_try;;
2730 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2731 $as_echo "$ac_try_echo"; } >&5
2732 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2734 if test -s conftest.err
; then
2735 grep -v '^ *+' conftest.err
>conftest.er1
2736 cat conftest.er1
>&5
2737 mv -f conftest.er1 conftest.err
2739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2740 test $ac_status = 0; } > conftest.i
&& {
2741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2742 test ! -s conftest.err
2746 $as_echo "$as_me: failed program was:" >&5
2747 sed 's/^/| /' conftest.
$ac_ext >&5
2751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2752 as_fn_set_status
$ac_retval
2756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2757 # -------------------------------------------------------
2758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2759 # the include files in INCLUDES and setting the cache variable VAR
2761 ac_fn_c_check_header_mongrel
()
2763 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2764 if eval \
${$3+:} false
; then :
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2766 $as_echo_n "checking for $2... " >&6; }
2767 if eval \
${$3+:} false
; then :
2768 $as_echo_n "(cached) " >&6
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2772 $as_echo "$ac_res" >&6; }
2774 # Is the header compilable?
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2776 $as_echo_n "checking $2 usability... " >&6; }
2777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2778 /* end confdefs.h. */
2782 if ac_fn_c_try_compile
"$LINENO"; then :
2783 ac_header_compiler
=yes
2785 ac_header_compiler
=no
2787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2789 $as_echo "$ac_header_compiler" >&6; }
2791 # Is the header present?
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2793 $as_echo_n "checking $2 presence... " >&6; }
2794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2795 /* end confdefs.h. */
2798 if ac_fn_c_try_cpp
"$LINENO"; then :
2799 ac_header_preproc
=yes
2801 ac_header_preproc
=no
2803 rm -f conftest.err conftest.i conftest.
$ac_ext
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2805 $as_echo "$ac_header_preproc" >&6; }
2807 # So? What about this header?
2808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2819 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2823 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2826 ( $as_echo "## ------------------------------------ ##
2827 ## Report this to wine-devel@winehq.org ##
2828 ## ------------------------------------ ##"
2829 ) |
sed "s/^/$as_me: WARNING: /" >&2
2832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2833 $as_echo_n "checking for $2... " >&6; }
2834 if eval \
${$3+:} false
; then :
2835 $as_echo_n "(cached) " >&6
2837 eval "$3=\$ac_header_compiler"
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2841 $as_echo "$ac_res" >&6; }
2843 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2845 } # ac_fn_c_check_header_mongrel
2847 # ac_fn_c_try_run LINENO
2848 # ----------------------
2849 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2850 # that executables *can* be run.
2853 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2854 if { { ac_try
="$ac_link"
2856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2857 *) ac_try_echo=$ac_try;;
2859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2860 $as_echo "$ac_try_echo"; } >&5
2861 (eval "$ac_link") 2>&5
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2865 { { case "(($ac_try" in
2866 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2867 *) ac_try_echo
=$ac_try;;
2869 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2870 $as_echo "$ac_try_echo"; } >&5
2871 (eval "$ac_try") 2>&5
2873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2874 test $ac_status = 0; }; }; then :
2877 $as_echo "$as_me: program exited with status $ac_status" >&5
2878 $as_echo "$as_me: failed program was:" >&5
2879 sed 's/^/| /' conftest.
$ac_ext >&5
2881 ac_retval
=$ac_status
2883 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2885 as_fn_set_status
$ac_retval
2889 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2890 # -------------------------------------------------------
2891 # Tests whether HEADER exists and can be compiled using the include files in
2892 # INCLUDES, setting the cache variable VAR accordingly.
2893 ac_fn_c_check_header_compile
()
2895 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2897 $as_echo_n "checking for $2... " >&6; }
2898 if eval \
${$3+:} false
; then :
2899 $as_echo_n "(cached) " >&6
2901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2902 /* end confdefs.h. */
2906 if ac_fn_c_try_compile
"$LINENO"; then :
2911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2915 $as_echo "$ac_res" >&6; }
2916 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2918 } # ac_fn_c_check_header_compile
2920 # ac_fn_c_check_func LINENO FUNC VAR
2921 # ----------------------------------
2922 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2923 ac_fn_c_check_func
()
2925 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2927 $as_echo_n "checking for $2... " >&6; }
2928 if eval \
${$3+:} false
; then :
2929 $as_echo_n "(cached) " >&6
2931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2932 /* end confdefs.h. */
2933 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2935 #define $2 innocuous_$2
2937 /* System header to define __stub macros and hopefully few prototypes,
2938 which can conflict with char $2 (); below.
2939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2940 <limits.h> exists even on freestanding compilers. */
2943 # include <limits.h>
2945 # include <assert.h>
2950 /* Override any GCC internal prototype to avoid an error.
2951 Use char because int might match the return type of a GCC
2952 builtin and then its argument prototype would still apply. */
2957 /* The GNU C library defines this for functions which it implements
2958 to always fail with ENOSYS. Some functions are actually named
2959 something starting with __ and the normal name is an alias. */
2960 #if defined __stub_$2 || defined __stub___$2
2972 if ac_fn_c_try_link
"$LINENO"; then :
2977 rm -f core conftest.err conftest.
$ac_objext \
2978 conftest
$ac_exeext conftest.
$ac_ext
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2982 $as_echo "$ac_res" >&6; }
2983 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2985 } # ac_fn_c_check_func
2987 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2988 # ----------------------------------------------------
2989 # Tries to find if the field MEMBER exists in type AGGR, after including
2990 # INCLUDES, setting cache variable VAR accordingly.
2991 ac_fn_c_check_member
()
2993 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2995 $as_echo_n "checking for $2.$3... " >&6; }
2996 if eval \
${$4+:} false
; then :
2997 $as_echo_n "(cached) " >&6
2999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3000 /* end confdefs.h. */
3012 if ac_fn_c_try_compile
"$LINENO"; then :
3015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3016 /* end confdefs.h. */
3022 if (sizeof ac_aggr.$3)
3028 if ac_fn_c_try_compile
"$LINENO"; then :
3033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3039 $as_echo "$ac_res" >&6; }
3040 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3042 } # ac_fn_c_check_member
3044 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3045 # -------------------------------------------
3046 # Tests whether TYPE exists after having included INCLUDES, setting cache
3047 # variable VAR accordingly.
3048 ac_fn_c_check_type
()
3050 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3052 $as_echo_n "checking for $2... " >&6; }
3053 if eval \
${$3+:} false
; then :
3054 $as_echo_n "(cached) " >&6
3057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3058 /* end confdefs.h. */
3069 if ac_fn_c_try_compile
"$LINENO"; then :
3070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3071 /* end confdefs.h. */
3082 if ac_fn_c_try_compile
"$LINENO"; then :
3087 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3089 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3093 $as_echo "$ac_res" >&6; }
3094 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3096 } # ac_fn_c_check_type
3097 cat >config.log
<<_ACEOF
3098 This file contains any messages produced by compilers while
3099 running configure, to aid debugging if configure makes a mistake.
3101 It was created by Wine $as_me 3.0-rc3, which was
3102 generated by GNU Autoconf 2.69. Invocation command line was
3114 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3115 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3116 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3117 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3118 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3120 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3121 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3123 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3124 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3125 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3126 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3127 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3128 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3129 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3137 test -z "$as_dir" && as_dir
=.
3138 $as_echo "PATH: $as_dir"
3154 # Keep a trace of the command line.
3155 # Strip out --no-create and --no-recursion so they do not pile up.
3156 # Strip out --silent because we don't want to record it for future runs.
3157 # Also quote any args containing shell meta-characters.
3158 # Make two passes to allow for proper duplicate-argument suppression.
3162 ac_must_keep_next
=false
3168 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3169 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3170 |
-silent |
--silent |
--silen |
--sile |
--sil)
3173 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3176 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3178 as_fn_append ac_configure_args1
" '$ac_arg'"
3179 if test $ac_must_keep_next = true
; then
3180 ac_must_keep_next
=false
# Got value, back to normal.
3183 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3184 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3185 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3186 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3187 case "$ac_configure_args0 " in
3188 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3191 -* ) ac_must_keep_next
=true
;;
3194 as_fn_append ac_configure_args
" '$ac_arg'"
3199 { ac_configure_args0
=; unset ac_configure_args0
;}
3200 { ac_configure_args1
=; unset ac_configure_args1
;}
3202 # When interrupted or exit'd, cleanup temporary files, and complete
3203 # config.log. We remove comments because anyway the quotes in there
3204 # would cause problems or look ugly.
3205 # WARNING: Use '\'' to represent an apostrophe within the trap.
3206 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3207 trap 'exit_status=$?
3208 # Save into config.log some information that might help in debugging.
3212 $as_echo "## ---------------- ##
3213 ## Cache variables. ##
3214 ## ---------------- ##"
3216 # The following way of writing the cache mishandles newlines in values,
3218 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3219 eval ac_val=\$$ac_var
3223 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3224 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3227 _ | IFS | as_nl) ;; #(
3228 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3229 *) { eval $ac_var=; unset $ac_var;} ;;
3234 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3235 *${as_nl}ac_space=\ *)
3237 "s/'\''/'\''\\\\'\'''\''/g;
3238 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3241 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3248 $as_echo "## ----------------- ##
3249 ## Output variables. ##
3250 ## ----------------- ##"
3252 for ac_var in $ac_subst_vars
3254 eval ac_val=\$$ac_var
3256 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3258 $as_echo "$ac_var='\''$ac_val'\''"
3262 if test -n "$ac_subst_files"; then
3263 $as_echo "## ------------------- ##
3264 ## File substitutions. ##
3265 ## ------------------- ##"
3267 for ac_var
in $ac_subst_files
3269 eval ac_val
=\$
$ac_var
3271 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3273 $as_echo "$ac_var='\''$ac_val'\''"
3278 if test -s confdefs.h; then
3279 $as_echo "## ----------- ##
3286 test "$ac_signal" != 0 &&
3287 $as_echo "$as_me: caught signal $ac_signal"
3288 $as_echo "$as_me: exit $exit_status"
3290 rm -f core *.core core.conftest.* &&
3291 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3294 for ac_signal
in 1 2 13 15; do
3295 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3299 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3300 rm -f -r conftest
* confdefs.h
3302 $as_echo "/* confdefs.h */" > confdefs.h
3304 # Predefined preprocessor variables.
3306 cat >>confdefs.h
<<_ACEOF
3307 #define PACKAGE_NAME "$PACKAGE_NAME"
3310 cat >>confdefs.h
<<_ACEOF
3311 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3314 cat >>confdefs.h
<<_ACEOF
3315 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3318 cat >>confdefs.h
<<_ACEOF
3319 #define PACKAGE_STRING "$PACKAGE_STRING"
3322 cat >>confdefs.h
<<_ACEOF
3323 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3326 cat >>confdefs.h
<<_ACEOF
3327 #define PACKAGE_URL "$PACKAGE_URL"
3331 # Let the site file select an alternate cache file if it wants to.
3332 # Prefer an explicitly selected file to automatically selected ones.
3335 if test -n "$CONFIG_SITE"; then
3336 # We do not want a PATH search for config.site.
3337 case $CONFIG_SITE in #((
3338 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3339 */*) ac_site_file1
=$CONFIG_SITE;;
3340 *) ac_site_file1
=.
/$CONFIG_SITE;;
3342 elif test "x$prefix" != xNONE
; then
3343 ac_site_file1
=$prefix/share
/config.site
3344 ac_site_file2
=$prefix/etc
/config.site
3346 ac_site_file1
=$ac_default_prefix/share
/config.site
3347 ac_site_file2
=$ac_default_prefix/etc
/config.site
3349 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3351 test "x$ac_site_file" = xNONE
&& continue
3352 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3354 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3355 sed 's/^/| /' "$ac_site_file" >&5
3357 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3358 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3359 as_fn_error $?
"failed to load site script $ac_site_file
3360 See \`config.log' for more details" "$LINENO" 5; }
3364 if test -r "$cache_file"; then
3365 # Some versions of bash will fail to source /dev/null (special files
3366 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3367 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3369 $as_echo "$as_me: loading cache $cache_file" >&6;}
3371 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3372 *) .
"./$cache_file";;
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3377 $as_echo "$as_me: creating cache $cache_file" >&6;}
3381 # Check that the precious variables saved in the cache have kept the same
3383 ac_cache_corrupted
=false
3384 for ac_var
in $ac_precious_vars; do
3385 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3386 eval ac_new_set
=\
$ac_env_${ac_var}_set
3387 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3388 eval ac_new_val
=\
$ac_env_${ac_var}_value
3389 case $ac_old_set,$ac_new_set in
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3392 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3393 ac_cache_corrupted
=: ;;
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3396 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3397 ac_cache_corrupted
=: ;;
3400 if test "x$ac_old_val" != "x$ac_new_val"; then
3401 # differences in whitespace do not lead to failure.
3402 ac_old_val_w
=`echo x $ac_old_val`
3403 ac_new_val_w
=`echo x $ac_new_val`
3404 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3406 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3407 ac_cache_corrupted
=:
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3410 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3411 eval $ac_var=\
$ac_old_val
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3414 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3416 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3419 # Pass precious variables to config.status.
3420 if test "$ac_new_set" = set; then
3422 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3423 *) ac_arg
=$ac_var=$ac_new_val ;;
3425 case " $ac_configure_args " in
3426 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3427 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3431 if $ac_cache_corrupted; then
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3435 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3436 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3438 ## -------------------- ##
3439 ## Main body of script. ##
3440 ## -------------------- ##
3443 ac_cpp
='$CPP $CPPFLAGS'
3444 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3445 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3446 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3450 ac_config_headers
="$ac_config_headers include/config.h"
3453 for ac_dir
in tools
"$srcdir"/tools
; do
3454 if test -f "$ac_dir/install-sh"; then
3456 ac_install_sh
="$ac_aux_dir/install-sh -c"
3458 elif test -f "$ac_dir/install.sh"; then
3460 ac_install_sh
="$ac_aux_dir/install.sh -c"
3462 elif test -f "$ac_dir/shtool"; then
3464 ac_install_sh
="$ac_aux_dir/shtool install -c"
3468 if test -z "$ac_aux_dir"; then
3469 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3472 # These three variables are undocumented and unsupported,
3473 # and are intended to be withdrawn in a future Autoconf release.
3474 # They can cause serious problems if a builder's source tree is in a directory
3475 # whose full name contains unusual characters.
3476 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3477 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3478 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3482 libwine_version
="1.0"
3486 # Check whether --enable-win16 was given.
3487 if test "${enable_win16+set}" = set; then :
3488 enableval
=$enable_win16;
3491 # Check whether --enable-win64 was given.
3492 if test "${enable_win64+set}" = set; then :
3493 enableval
=$enable_win64;
3496 # Check whether --enable-tests was given.
3497 if test "${enable_tests+set}" = set; then :
3498 enableval
=$enable_tests;
3501 # Check whether --enable-maintainer-mode was given.
3502 if test "${enable_maintainer_mode+set}" = set; then :
3503 enableval
=$enable_maintainer_mode;
3508 # Check whether --with-alsa was given.
3509 if test "${with_alsa+set}" = set; then :
3510 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3514 # Check whether --with-capi was given.
3515 if test "${with_capi+set}" = set; then :
3520 # Check whether --with-cms was given.
3521 if test "${with_cms+set}" = set; then :
3526 # Check whether --with-coreaudio was given.
3527 if test "${with_coreaudio+set}" = set; then :
3528 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3532 # Check whether --with-cups was given.
3533 if test "${with_cups+set}" = set; then :
3538 # Check whether --with-curses was given.
3539 if test "${with_curses+set}" = set; then :
3540 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3544 # Check whether --with-dbus was given.
3545 if test "${with_dbus+set}" = set; then :
3550 # Check whether --with-float-abi was given.
3551 if test "${with_float_abi+set}" = set; then :
3552 withval
=$with_float_abi;
3556 # Check whether --with-fontconfig was given.
3557 if test "${with_fontconfig+set}" = set; then :
3558 withval
=$with_fontconfig;
3562 # Check whether --with-freetype was given.
3563 if test "${with_freetype+set}" = set; then :
3564 withval
=$with_freetype;
3568 # Check whether --with-gettext was given.
3569 if test "${with_gettext+set}" = set; then :
3570 withval
=$with_gettext;
3574 # Check whether --with-gettextpo was given.
3575 if test "${with_gettextpo+set}" = set; then :
3576 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3580 # Check whether --with-gphoto was given.
3581 if test "${with_gphoto+set}" = set; then :
3582 withval
=$with_gphoto;
3586 # Check whether --with-glu was given.
3587 if test "${with_glu+set}" = set; then :
3592 # Check whether --with-gnutls was given.
3593 if test "${with_gnutls+set}" = set; then :
3594 withval
=$with_gnutls;
3598 # Check whether --with-gsm was given.
3599 if test "${with_gsm+set}" = set; then :
3600 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3604 # Check whether --with-gstreamer was given.
3605 if test "${with_gstreamer+set}" = set; then :
3606 withval
=$with_gstreamer;
3610 # Check whether --with-hal was given.
3611 if test "${with_hal+set}" = set; then :
3616 # Check whether --with-jpeg was given.
3617 if test "${with_jpeg+set}" = set; then :
3622 # Check whether --with-krb5 was given.
3623 if test "${with_krb5+set}" = set; then :
3628 # Check whether --with-ldap was given.
3629 if test "${with_ldap+set}" = set; then :
3630 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3634 # Check whether --with-mpg123 was given.
3635 if test "${with_mpg123+set}" = set; then :
3636 withval
=$with_mpg123;
3640 # Check whether --with-netapi was given.
3641 if test "${with_netapi+set}" = set; then :
3642 withval
=$with_netapi;
3646 # Check whether --with-openal was given.
3647 if test "${with_openal+set}" = set; then :
3648 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3652 # Check whether --with-opencl was given.
3653 if test "${with_opencl+set}" = set; then :
3654 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3658 # Check whether --with-opengl was given.
3659 if test "${with_opengl+set}" = set; then :
3660 withval
=$with_opengl;
3664 # Check whether --with-osmesa was given.
3665 if test "${with_osmesa+set}" = set; then :
3666 withval
=$with_osmesa;
3670 # Check whether --with-oss was given.
3671 if test "${with_oss+set}" = set; then :
3676 # Check whether --with-pcap was given.
3677 if test "${with_pcap+set}" = set; then :
3678 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3682 # Check whether --with-png was given.
3683 if test "${with_png+set}" = set; then :
3688 # Check whether --with-pthread was given.
3689 if test "${with_pthread+set}" = set; then :
3690 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3694 # Check whether --with-pulse was given.
3695 if test "${with_pulse+set}" = set; then :
3696 withval
=$with_pulse;
3700 # Check whether --with-sane was given.
3701 if test "${with_sane+set}" = set; then :
3706 # Check whether --with-tiff was given.
3707 if test "${with_tiff+set}" = set; then :
3712 # Check whether --with-udev was given.
3713 if test "${with_udev+set}" = set; then :
3718 # Check whether --with-v4l was given.
3719 if test "${with_v4l+set}" = set; then :
3724 # Check whether --with-xcomposite was given.
3725 if test "${with_xcomposite+set}" = set; then :
3726 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3730 # Check whether --with-xcursor was given.
3731 if test "${with_xcursor+set}" = set; then :
3732 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3736 # Check whether --with-xfixes was given.
3737 if test "${with_xfixes+set}" = set; then :
3738 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3742 # Check whether --with-xinerama was given.
3743 if test "${with_xinerama+set}" = set; then :
3744 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3748 # Check whether --with-xinput was given.
3749 if test "${with_xinput+set}" = set; then :
3750 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3754 # Check whether --with-xinput2 was given.
3755 if test "${with_xinput2+set}" = set; then :
3756 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3760 # Check whether --with-xml was given.
3761 if test "${with_xml+set}" = set; then :
3766 # Check whether --with-xrandr was given.
3767 if test "${with_xrandr+set}" = set; then :
3768 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3772 # Check whether --with-xrender was given.
3773 if test "${with_xrender+set}" = set; then :
3774 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3778 # Check whether --with-xshape was given.
3779 if test "${with_xshape+set}" = set; then :
3780 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3784 # Check whether --with-xshm was given.
3785 if test "${with_xshm+set}" = set; then :
3786 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3790 # Check whether --with-xslt was given.
3791 if test "${with_xslt+set}" = set; then :
3796 # Check whether --with-xxf86vm was given.
3797 if test "${with_xxf86vm+set}" = set; then :
3798 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
3802 # Check whether --with-zlib was given.
3803 if test "${with_zlib+set}" = set; then :
3804 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3809 # Check whether --with-wine-tools was given.
3810 if test "${with_wine_tools+set}" = set; then :
3811 withval
=$with_wine_tools;
3815 # Check whether --with-wine64 was given.
3816 if test "${with_wine64+set}" = set; then :
3817 withval
=$with_wine64;
3821 # Make sure we can run config.sub.
3822 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3823 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3826 $as_echo_n "checking build system type... " >&6; }
3827 if ${ac_cv_build+:} false
; then :
3828 $as_echo_n "(cached) " >&6
3830 ac_build_alias
=$build_alias
3831 test "x$ac_build_alias" = x
&&
3832 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3833 test "x$ac_build_alias" = x
&&
3834 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3835 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3836 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3840 $as_echo "$ac_cv_build" >&6; }
3841 case $ac_cv_build in
3843 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3846 ac_save_IFS
=$IFS; IFS
='-'
3852 # Remember, the first character of IFS is used to create $*,
3853 # except with old shells:
3856 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3860 $as_echo_n "checking host system type... " >&6; }
3861 if ${ac_cv_host+:} false
; then :
3862 $as_echo_n "(cached) " >&6
3864 if test "x$host_alias" = x
; then
3865 ac_cv_host
=$ac_cv_build
3867 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3868 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3873 $as_echo "$ac_cv_host" >&6; }
3876 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3879 ac_save_IFS
=$IFS; IFS
='-'
3885 # Remember, the first character of IFS is used to create $*,
3886 # except with old shells:
3889 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3895 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3896 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3897 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3903 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3905 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3906 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3907 $as_echo_n "(cached) " >&6
3909 cat >conftest.
make <<\_ACEOF
3912 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3914 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3915 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3917 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3919 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3923 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3925 $as_echo "yes" >&6; }
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3929 $as_echo "no" >&6; }
3930 SET_MAKE
="MAKE=${MAKE-make}"
3934 ac_cpp
='$CPP $CPPFLAGS'
3935 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3938 if test -n "$ac_tool_prefix"; then
3939 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3940 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942 $as_echo_n "checking for $ac_word... " >&6; }
3943 if ${ac_cv_prog_CC+:} false
; then :
3944 $as_echo_n "(cached) " >&6
3946 if test -n "$CC"; then
3947 ac_cv_prog_CC
="$CC" # Let the user override the test.
3949 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3953 test -z "$as_dir" && as_dir
=.
3954 for ac_exec_ext
in '' $ac_executable_extensions; do
3955 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3956 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3967 if test -n "$CC"; then
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3969 $as_echo "$CC" >&6; }
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972 $as_echo "no" >&6; }
3977 if test -z "$ac_cv_prog_CC"; then
3979 # Extract the first word of "gcc", so it can be a program name with args.
3980 set dummy gcc
; ac_word
=$2
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3982 $as_echo_n "checking for $ac_word... " >&6; }
3983 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3984 $as_echo_n "(cached) " >&6
3986 if test -n "$ac_ct_CC"; then
3987 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3993 test -z "$as_dir" && as_dir
=.
3994 for ac_exec_ext
in '' $ac_executable_extensions; do
3995 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3996 ac_cv_prog_ac_ct_CC
="gcc"
3997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4006 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4007 if test -n "$ac_ct_CC"; then
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4009 $as_echo "$ac_ct_CC" >&6; }
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4012 $as_echo "no" >&6; }
4015 if test "x$ac_ct_CC" = x
; then
4018 case $cross_compiling:$ac_tool_warned in
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4021 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4022 ac_tool_warned
=yes ;;
4030 if test -z "$CC"; then
4031 if test -n "$ac_tool_prefix"; then
4032 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4033 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035 $as_echo_n "checking for $ac_word... " >&6; }
4036 if ${ac_cv_prog_CC+:} false
; then :
4037 $as_echo_n "(cached) " >&6
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC
="$CC" # Let the user override the test.
4042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4046 test -z "$as_dir" && as_dir
=.
4047 for ac_exec_ext
in '' $ac_executable_extensions; do
4048 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4049 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4060 if test -n "$CC"; then
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4062 $as_echo "$CC" >&6; }
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065 $as_echo "no" >&6; }
4071 if test -z "$CC"; then
4072 # Extract the first word of "cc", so it can be a program name with args.
4073 set dummy cc
; ac_word
=$2
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4075 $as_echo_n "checking for $ac_word... " >&6; }
4076 if ${ac_cv_prog_CC+:} false
; then :
4077 $as_echo_n "(cached) " >&6
4079 if test -n "$CC"; then
4080 ac_cv_prog_CC
="$CC" # Let the user override the test.
4083 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4087 test -z "$as_dir" && as_dir
=.
4088 for ac_exec_ext
in '' $ac_executable_extensions; do
4089 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4090 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4091 ac_prog_rejected
=yes
4095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4102 if test $ac_prog_rejected = yes; then
4103 # We found a bogon in the path, so make sure we never use it.
4104 set dummy
$ac_cv_prog_CC
4106 if test $# != 0; then
4107 # We chose a different compiler from the bogus one.
4108 # However, it has the same basename, so the bogon will be chosen
4109 # first if we set CC to just the basename; use the full file name.
4111 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4117 if test -n "$CC"; then
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4119 $as_echo "$CC" >&6; }
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4122 $as_echo "no" >&6; }
4127 if test -z "$CC"; then
4128 if test -n "$ac_tool_prefix"; then
4129 for ac_prog
in cl.exe
4131 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4132 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4134 $as_echo_n "checking for $ac_word... " >&6; }
4135 if ${ac_cv_prog_CC+:} false
; then :
4136 $as_echo_n "(cached) " >&6
4138 if test -n "$CC"; then
4139 ac_cv_prog_CC
="$CC" # Let the user override the test.
4141 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4145 test -z "$as_dir" && as_dir
=.
4146 for ac_exec_ext
in '' $ac_executable_extensions; do
4147 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4148 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4159 if test -n "$CC"; then
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4161 $as_echo "$CC" >&6; }
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4164 $as_echo "no" >&6; }
4168 test -n "$CC" && break
4171 if test -z "$CC"; then
4173 for ac_prog
in cl.exe
4175 # Extract the first word of "$ac_prog", so it can be a program name with args.
4176 set dummy
$ac_prog; ac_word
=$2
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4178 $as_echo_n "checking for $ac_word... " >&6; }
4179 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4180 $as_echo_n "(cached) " >&6
4182 if test -n "$ac_ct_CC"; then
4183 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4185 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4189 test -z "$as_dir" && as_dir
=.
4190 for ac_exec_ext
in '' $ac_executable_extensions; do
4191 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4192 ac_cv_prog_ac_ct_CC
="$ac_prog"
4193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4202 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4203 if test -n "$ac_ct_CC"; then
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4205 $as_echo "$ac_ct_CC" >&6; }
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4208 $as_echo "no" >&6; }
4212 test -n "$ac_ct_CC" && break
4215 if test "x$ac_ct_CC" = x
; then
4218 case $cross_compiling:$ac_tool_warned in
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4221 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4222 ac_tool_warned
=yes ;;
4231 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4233 as_fn_error $?
"no acceptable C compiler found in \$PATH
4234 See \`config.log' for more details" "$LINENO" 5; }
4236 # Provide some information about the compiler.
4237 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4240 for ac_option
in --version -v -V -qversion; do
4241 { { ac_try
="$ac_compiler $ac_option >&5"
4243 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4244 *) ac_try_echo=$ac_try;;
4246 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4247 $as_echo "$ac_try_echo"; } >&5
4248 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4250 if test -s conftest.err; then
4252 ... rest of stderr output deleted ...
4253 10q' conftest.err >conftest.er1
4254 cat conftest.er1 >&5
4256 rm -f conftest.er1 conftest.err
4257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4258 test $ac_status = 0; }
4261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4262 /* end confdefs.h. */
4272 ac_clean_files_save=$ac_clean_files
4273 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4274 # Try to create an executable without -o first, disregard a.out.
4275 # It will help us diagnose broken compilers, and finding out an intuition
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4278 $as_echo_n "checking whether the C compiler works... " >&6; }
4279 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4281 # The possible output files:
4282 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4285 for ac_file in $ac_files
4288 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4289 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4294 if { { ac_try="$ac_link_default"
4296 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4297 *) ac_try_echo
=$ac_try;;
4299 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4300 $as_echo "$ac_try_echo"; } >&5
4301 (eval "$ac_link_default") 2>&5
4303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4304 test $ac_status = 0; }; then :
4305 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4306 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4307 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4308 # so that the user can short-circuit this test for compilers unknown to
4310 for ac_file
in $ac_files ''
4312 test -f "$ac_file" ||
continue
4314 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4317 # We found the default executable, but exeext='' is most
4321 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4323 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4325 # We set ac_cv_exeext here because the later test for it is not
4326 # safe: cross compilers may not add the suffix if given an `-o'
4327 # argument, so we may need to know it at that point already.
4328 # Even if this section looks crufty: it has the advantage of
4335 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4340 if test -z "$ac_file"; then :
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4342 $as_echo "no" >&6; }
4343 $as_echo "$as_me: failed program was:" >&5
4344 sed 's/^/| /' conftest.
$ac_ext >&5
4346 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4347 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4348 as_fn_error
77 "C compiler cannot create executables
4349 See \`config.log' for more details" "$LINENO" 5; }
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4352 $as_echo "yes" >&6; }
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4355 $as_echo_n "checking for C compiler default output file name... " >&6; }
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4357 $as_echo "$ac_file" >&6; }
4358 ac_exeext
=$ac_cv_exeext
4360 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4361 ac_clean_files
=$ac_clean_files_save
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4363 $as_echo_n "checking for suffix of executables... " >&6; }
4364 if { { ac_try
="$ac_link"
4366 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4367 *) ac_try_echo=$ac_try;;
4369 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4370 $as_echo "$ac_try_echo"; } >&5
4371 (eval "$ac_link") 2>&5
4373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4374 test $ac_status = 0; }; then :
4375 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4376 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4377 # work properly (i.e., refer to `conftest.exe'), while it won't with
4379 for ac_file
in conftest.exe conftest conftest.
*; do
4380 test -f "$ac_file" ||
continue
4382 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4383 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4389 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4391 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4392 See \`config.log' for more details" "$LINENO" 5; }
4394 rm -f conftest conftest
$ac_cv_exeext
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4396 $as_echo "$ac_cv_exeext" >&6; }
4398 rm -f conftest.
$ac_ext
4399 EXEEXT
=$ac_cv_exeext
4401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4402 /* end confdefs.h. */
4407 FILE *f = fopen ("conftest.out", "w");
4408 return ferror (f) || fclose (f) != 0;
4414 ac_clean_files
="$ac_clean_files conftest.out"
4415 # Check that the compiler produces executables we can run. If not, either
4416 # the compiler is broken, or we cross compile.
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4418 $as_echo_n "checking whether we are cross compiling... " >&6; }
4419 if test "$cross_compiling" != yes; then
4420 { { ac_try
="$ac_link"
4422 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4423 *) ac_try_echo=$ac_try;;
4425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4426 $as_echo "$ac_try_echo"; } >&5
4427 (eval "$ac_link") 2>&5
4429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4430 test $ac_status = 0; }
4431 if { ac_try='./conftest$ac_cv_exeext'
4432 { { case "(($ac_try" in
4433 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4434 *) ac_try_echo
=$ac_try;;
4436 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4437 $as_echo "$ac_try_echo"; } >&5
4438 (eval "$ac_try") 2>&5
4440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4441 test $ac_status = 0; }; }; then
4444 if test "$cross_compiling" = maybe
; then
4447 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4448 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4449 as_fn_error $?
"cannot run C compiled programs.
4450 If you meant to cross compile, use \`--host'.
4451 See \`config.log' for more details" "$LINENO" 5; }
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4456 $as_echo "$cross_compiling" >&6; }
4458 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4459 ac_clean_files
=$ac_clean_files_save
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4461 $as_echo_n "checking for suffix of object files... " >&6; }
4462 if ${ac_cv_objext+:} false
; then :
4463 $as_echo_n "(cached) " >&6
4465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4466 /* end confdefs.h. */
4476 rm -f conftest.o conftest.obj
4477 if { { ac_try
="$ac_compile"
4479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4480 *) ac_try_echo=$ac_try;;
4482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4483 $as_echo "$ac_try_echo"; } >&5
4484 (eval "$ac_compile") 2>&5
4486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4487 test $ac_status = 0; }; then :
4488 for ac_file in conftest.o conftest.obj conftest.*; do
4489 test -f "$ac_file" || continue;
4491 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4492 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4497 $as_echo "$as_me: failed program was:" >&5
4498 sed 's/^/| /' conftest.$ac_ext >&5
4500 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4501 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4502 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4503 See \
`config.log' for more details" "$LINENO" 5; }
4505 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4508 $as_echo "$ac_cv_objext" >&6; }
4509 OBJEXT=$ac_cv_objext
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4512 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4513 if ${ac_cv_c_compiler_gnu+:} false; then :
4514 $as_echo_n "(cached) " >&6
4516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4517 /* end confdefs.h. */
4530 if ac_fn_c_try_compile "$LINENO"; then :
4535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4536 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4540 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4541 if test $ac_compiler_gnu = yes; then
4546 ac_test_CFLAGS=${CFLAGS+set}
4547 ac_save_CFLAGS=$CFLAGS
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4549 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4550 if ${ac_cv_prog_cc_g+:} false; then :
4551 $as_echo_n "(cached) " >&6
4553 ac_save_c_werror_flag=$ac_c_werror_flag
4554 ac_c_werror_flag=yes
4557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4558 /* end confdefs.h. */
4568 if ac_fn_c_try_compile "$LINENO"; then :
4572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4573 /* end confdefs.h. */
4583 if ac_fn_c_try_compile "$LINENO"; then :
4586 ac_c_werror_flag=$ac_save_c_werror_flag
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4599 if ac_fn_c_try_compile "$LINENO"; then :
4602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4607 ac_c_werror_flag=$ac_save_c_werror_flag
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4610 $as_echo "$ac_cv_prog_cc_g" >&6; }
4611 if test "$ac_test_CFLAGS" = set; then
4612 CFLAGS=$ac_save_CFLAGS
4613 elif test $ac_cv_prog_cc_g = yes; then
4614 if test "$GCC" = yes; then
4620 if test "$GCC" = yes; then
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4627 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4628 if ${ac_cv_prog_cc_c89+:} false; then :
4629 $as_echo_n "(cached) " >&6
4631 ac_cv_prog_cc_c89=no
4633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4634 /* end confdefs.h. */
4638 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4639 struct buf { int x; };
4640 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4641 static char *e (p, i)
4647 static char *f (char * (*g) (char **, int), char **p, ...)
4652 s = g (p, va_arg (v,int));
4657 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4658 function prototypes and stuff, but not '\xHH' hex character constants.
4659 These don't provoke an error unfortunately, instead are silently treated
4660 as 'x'. The following induces an error, until -std is added to get
4661 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4662 array size at least. It's necessary to write '\x00'==0 to get something
4663 that's true only with -std. */
4664 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4666 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4667 inside strings and character constants. */
4669 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4671 int test (int i, double x);
4672 struct s1 {int (*f) (int a);};
4673 struct s2 {int (*f) (double a);};
4674 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4680 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4685 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4686 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4688 CC="$ac_save_CC $ac_arg"
4689 if ac_fn_c_try_compile "$LINENO"; then :
4690 ac_cv_prog_cc_c89=$ac_arg
4692 rm -f core conftest.err conftest.$ac_objext
4693 test "x$ac_cv_prog_cc_c89" != "xno" && break
4695 rm -f conftest.$ac_ext
4700 case "x$ac_cv_prog_cc_c89" in
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4703 $as_echo "none needed" >&6; } ;;
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4706 $as_echo "unsupported" >&6; } ;;
4708 CC="$CC $ac_cv_prog_cc_c89"
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4710 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4712 if test "x$ac_cv_prog_cc_c89" != xno; then :
4717 ac_cpp='$CPP $CPPFLAGS'
4718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4723 ac_cpp='$CXXCPP $CPPFLAGS'
4724 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4725 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4726 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4727 if test -z "$CXX"; then
4728 if test -n "$CCC"; then
4731 if test -n "$ac_tool_prefix"; then
4732 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4734 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4735 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4737 $as_echo_n "checking for $ac_word... " >&6; }
4738 if ${ac_cv_prog_CXX+:} false; then :
4739 $as_echo_n "(cached) " >&6
4741 if test -n "$CXX"; then
4742 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4748 test -z "$as_dir" && as_dir=.
4749 for ac_exec_ext in '' $ac_executable_extensions; do
4750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4751 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4762 if test -n "$CXX"; then
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4764 $as_echo "$CXX" >&6; }
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4767 $as_echo "no" >&6; }
4771 test -n "$CXX" && break
4774 if test -z "$CXX"; then
4776 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4778 # Extract the first word of "$ac_prog", so it can be a program name with args.
4779 set dummy $ac_prog; ac_word=$2
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4781 $as_echo_n "checking for $ac_word... " >&6; }
4782 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4783 $as_echo_n "(cached) " >&6
4785 if test -n "$ac_ct_CXX"; then
4786 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4795 ac_cv_prog_ac_ct_CXX="$ac_prog"
4796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4805 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4806 if test -n "$ac_ct_CXX"; then
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4808 $as_echo "$ac_ct_CXX" >&6; }
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4811 $as_echo "no" >&6; }
4815 test -n "$ac_ct_CXX" && break
4818 if test "x$ac_ct_CXX" = x; then
4821 case $cross_compiling:$ac_tool_warned in
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4825 ac_tool_warned=yes ;;
4833 # Provide some information about the compiler.
4834 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4837 for ac_option in --version -v -V -qversion; do
4838 { { ac_try="$ac_compiler $ac_option >&5"
4840 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4841 *) ac_try_echo
=$ac_try;;
4843 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4844 $as_echo "$ac_try_echo"; } >&5
4845 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4847 if test -s conftest.err
; then
4849 ... rest of stderr output deleted ...
4850 10q' conftest.err
>conftest.er1
4851 cat conftest.er1
>&5
4853 rm -f conftest.er1 conftest.err
4854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4855 test $ac_status = 0; }
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4859 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4860 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4861 $as_echo_n "(cached) " >&6
4863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4864 /* end confdefs.h. */
4877 if ac_fn_cxx_try_compile
"$LINENO"; then :
4882 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4883 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4887 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4888 if test $ac_compiler_gnu = yes; then
4893 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4894 ac_save_CXXFLAGS
=$CXXFLAGS
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4896 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4897 if ${ac_cv_prog_cxx_g+:} false
; then :
4898 $as_echo_n "(cached) " >&6
4900 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4901 ac_cxx_werror_flag
=yes
4904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4905 /* end confdefs.h. */
4915 if ac_fn_cxx_try_compile
"$LINENO"; then :
4916 ac_cv_prog_cxx_g
=yes
4919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4920 /* end confdefs.h. */
4930 if ac_fn_cxx_try_compile
"$LINENO"; then :
4933 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4936 /* end confdefs.h. */
4946 if ac_fn_cxx_try_compile
"$LINENO"; then :
4947 ac_cv_prog_cxx_g
=yes
4949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4951 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4953 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4954 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4957 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4958 if test "$ac_test_CXXFLAGS" = set; then
4959 CXXFLAGS
=$ac_save_CXXFLAGS
4960 elif test $ac_cv_prog_cxx_g = yes; then
4961 if test "$GXX" = yes; then
4967 if test "$GXX" = yes; then
4974 ac_cpp
='$CPP $CPPFLAGS'
4975 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4976 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4977 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4979 if test -n "$ac_tool_prefix"; then
4980 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4981 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4983 $as_echo_n "checking for $ac_word... " >&6; }
4984 if ${ac_cv_prog_CPPBIN+:} false
; then :
4985 $as_echo_n "(cached) " >&6
4987 if test -n "$CPPBIN"; then
4988 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4994 test -z "$as_dir" && as_dir
=.
4995 for ac_exec_ext
in '' $ac_executable_extensions; do
4996 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4997 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5007 CPPBIN
=$ac_cv_prog_CPPBIN
5008 if test -n "$CPPBIN"; then
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
5010 $as_echo "$CPPBIN" >&6; }
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5018 if test -z "$ac_cv_prog_CPPBIN"; then
5019 ac_ct_CPPBIN
=$CPPBIN
5020 # Extract the first word of "cpp", so it can be a program name with args.
5021 set dummy cpp
; ac_word
=$2
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5023 $as_echo_n "checking for $ac_word... " >&6; }
5024 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
5025 $as_echo_n "(cached) " >&6
5027 if test -n "$ac_ct_CPPBIN"; then
5028 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5030 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5034 test -z "$as_dir" && as_dir
=.
5035 for ac_exec_ext
in '' $ac_executable_extensions; do
5036 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5037 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5048 if test -n "$ac_ct_CPPBIN"; then
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5050 $as_echo "$ac_ct_CPPBIN" >&6; }
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5053 $as_echo "no" >&6; }
5056 if test "x$ac_ct_CPPBIN" = x
; then
5059 case $cross_compiling:$ac_tool_warned in
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5062 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5063 ac_tool_warned
=yes ;;
5065 CPPBIN
=$ac_ct_CPPBIN
5068 CPPBIN
="$ac_cv_prog_CPPBIN"
5072 cat >>confdefs.h
<<_ACEOF
5073 #define EXEEXT "$ac_exeext"
5076 if test -n "$ac_tool_prefix"; then
5077 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5078 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5080 $as_echo_n "checking for $ac_word... " >&6; }
5081 if ${ac_cv_prog_LD+:} false
; then :
5082 $as_echo_n "(cached) " >&6
5084 if test -n "$LD"; then
5085 ac_cv_prog_LD
="$LD" # Let the user override the test.
5087 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5091 test -z "$as_dir" && as_dir
=.
5092 for ac_exec_ext
in '' $ac_executable_extensions; do
5093 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5094 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5105 if test -n "$LD"; then
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5107 $as_echo "$LD" >&6; }
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5110 $as_echo "no" >&6; }
5115 if test -z "$ac_cv_prog_LD"; then
5117 # Extract the first word of "ld", so it can be a program name with args.
5118 set dummy ld
; ac_word
=$2
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5120 $as_echo_n "checking for $ac_word... " >&6; }
5121 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5122 $as_echo_n "(cached) " >&6
5124 if test -n "$ac_ct_LD"; then
5125 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5131 test -z "$as_dir" && as_dir
=.
5132 for ac_exec_ext
in '' $ac_executable_extensions; do
5133 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5134 ac_cv_prog_ac_ct_LD
="ld"
5135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5144 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5145 if test -n "$ac_ct_LD"; then
5146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5147 $as_echo "$ac_ct_LD" >&6; }
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5150 $as_echo "no" >&6; }
5153 if test "x$ac_ct_LD" = x
; then
5156 case $cross_compiling:$ac_tool_warned in
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160 ac_tool_warned
=yes ;;
5171 with_fontconfig
=${with_fontconfig:-no}
5173 *-mingw32*|
*-cygwin*)
5174 enable_win16
=${enable_win16:-no}
5175 CFLAGS
="$CFLAGS -D_WIN32"
5181 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5186 $as_echo_n "checking whether $CC works... " >&6; }
5188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5189 /* end confdefs.h. */
5199 if ac_fn_c_try_link
"$LINENO"; then :
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5201 $as_echo "yes" >&6; }
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5204 $as_echo "no" >&6; }
5205 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5207 rm -f core conftest.err conftest.
$ac_objext \
5208 conftest
$ac_exeext conftest.
$ac_ext
5210 notice_platform
="32-bit "
5213 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5214 export PKG_CONFIG_PATH
5215 enable_win16
=${enable_win16:-yes}
5217 if test "x${GCC}" = "xyes"
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5220 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5222 /* end confdefs.h. */
5227 void func(__builtin_ms_va_list *args);
5232 if ac_fn_c_try_compile
"$LINENO"; then :
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5234 $as_echo "yes" >&6; }
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5237 $as_echo "no" >&6; }
5238 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5240 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5245 notice_platform
="64-bit "
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5252 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5254 /* end confdefs.h. */
5255 int ac_test(int i) { return i; }
5259 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5264 if ac_fn_c_try_link
"$LINENO"; then :
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5266 $as_echo "yes" >&6; }
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5269 $as_echo "no" >&6; }
5270 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5272 rm -f core conftest.err conftest.
$ac_objext \
5273 conftest
$ac_exeext conftest.
$ac_ext
5274 case $with_float_abi in
5276 float_abi
=$with_float_abi ;;
5283 saved_CFLAGS
=$CFLAGS
5284 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports -mfloat-abi=$float_abi" >&5
5286 $as_echo_n "checking whether $CC supports -mfloat-abi=$float_abi... " >&6; }
5287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5288 /* end confdefs.h. */
5293 asm("vmrs r2,fpscr");
5298 if ac_fn_c_try_link
"$LINENO"; then :
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5300 $as_echo "yes" >&6; }
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5303 $as_echo "no" >&6; }
5305 as_fn_append wine_warnings
"|Floating point is not supported for this target. The resulting build won't be compatible with Windows ARM binaries."
5307 rm -f core conftest.err conftest.
$ac_objext \
5308 conftest
$ac_exeext conftest.
$ac_ext
5309 CFLAGS
=$saved_CFLAGS
5313 CFLAGS
="$CFLAGS -marm -mfloat-abi=$float_abi"
5314 TARGETFLAGS
="-marm -mfloat-abi=$float_abi"
5318 enable_win16
=${enable_win16:-yes}
5322 enable_win16
=${enable_win16:-no}
5323 enable_win64
=${enable_win64:-no}
5325 enable_winetest
=${enable_winetest:-$enable_tests}
5327 if test -n "$with_wine64"
5329 if test "x$enable_win64" = "xyes"
5331 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5332 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5334 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5335 You should create a separate build directory and run configure from there." "$LINENO" 5
5336 enable_fonts
=${enable_fonts:-no}
5337 enable_server
=${enable_server:-no}
5338 elif test "x$enable_win64" = "xyes"
5340 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5344 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5345 if ${wine_cv_toolsdir+:} false
; then :
5346 $as_echo_n "(cached) " >&6
5348 wine_cv_toolsdir
="$with_wine_tools"
5349 if test -z "$with_wine_tools"; then
5350 if test "$cross_compiling" = "yes"; then
5351 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5352 elif test -n "$with_wine64"; then
5353 wine_cv_toolsdir
="$with_wine64"
5356 if test -z "$wine_cv_toolsdir"; then
5357 wine_makedep
=tools
/makedep
5358 wine_cv_toolsdir
="\$(top_builddir)"
5359 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5360 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5361 case "$wine_cv_toolsdir" in
5363 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5365 enable_tools
=${enable_tools:-no}
5366 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5368 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5372 $as_echo "$wine_cv_toolsdir" >&6; }
5373 TOOLSDIR
=$wine_cv_toolsdir
5375 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5377 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5383 # Extract the first word of "$ac_prog", so it can be a program name with args.
5384 set dummy
$ac_prog; ac_word
=$2
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5386 $as_echo_n "checking for $ac_word... " >&6; }
5387 if ${ac_cv_prog_FLEX+:} false
; then :
5388 $as_echo_n "(cached) " >&6
5390 if test -n "$FLEX"; then
5391 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5393 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5397 test -z "$as_dir" && as_dir
=.
5398 for ac_exec_ext
in '' $ac_executable_extensions; do
5399 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5400 ac_cv_prog_FLEX
="$ac_prog"
5401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5410 FLEX
=$ac_cv_prog_FLEX
5411 if test -n "$FLEX"; then
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5413 $as_echo "$FLEX" >&6; }
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5416 $as_echo "no" >&6; }
5420 test -n "$FLEX" && break
5422 test -n "$FLEX" || FLEX
="none"
5424 if test "$FLEX" = "none"
5426 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5429 $as_echo_n "checking whether flex is recent enough... " >&6; }
5430 cat >conftest.l
<<EOF
5432 #include "prediluvian.h"
5436 if $FLEX -t conftest.l
>/dev
/null
2>&5
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5439 $as_echo "yes" >&6; }
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5442 $as_echo "no" >&6; }
5443 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5446 for ac_prog
in bison
5448 # Extract the first word of "$ac_prog", so it can be a program name with args.
5449 set dummy
$ac_prog; ac_word
=$2
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5451 $as_echo_n "checking for $ac_word... " >&6; }
5452 if ${ac_cv_prog_BISON+:} false
; then :
5453 $as_echo_n "(cached) " >&6
5455 if test -n "$BISON"; then
5456 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5458 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5462 test -z "$as_dir" && as_dir
=.
5463 for ac_exec_ext
in '' $ac_executable_extensions; do
5464 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5465 ac_cv_prog_BISON
="$ac_prog"
5466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5475 BISON
=$ac_cv_prog_BISON
5476 if test -n "$BISON"; then
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5478 $as_echo "$BISON" >&6; }
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5481 $as_echo "no" >&6; }
5485 test -n "$BISON" && break
5487 test -n "$BISON" || BISON
="none"
5489 if test "$BISON" = "none"
5491 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5494 if test -n "$ac_tool_prefix"; then
5495 for ac_prog
in ar gar
5497 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5498 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if ${ac_cv_prog_AR+:} false
; then :
5502 $as_echo_n "(cached) " >&6
5504 if test -n "$AR"; then
5505 ac_cv_prog_AR
="$AR" # Let the user override the test.
5507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5511 test -z "$as_dir" && as_dir
=.
5512 for ac_exec_ext
in '' $ac_executable_extensions; do
5513 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5514 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5525 if test -n "$AR"; then
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5527 $as_echo "$AR" >&6; }
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5530 $as_echo "no" >&6; }
5534 test -n "$AR" && break
5537 if test -z "$AR"; then
5539 for ac_prog
in ar gar
5541 # Extract the first word of "$ac_prog", so it can be a program name with args.
5542 set dummy
$ac_prog; ac_word
=$2
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5544 $as_echo_n "checking for $ac_word... " >&6; }
5545 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5546 $as_echo_n "(cached) " >&6
5548 if test -n "$ac_ct_AR"; then
5549 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5555 test -z "$as_dir" && as_dir
=.
5556 for ac_exec_ext
in '' $ac_executable_extensions; do
5557 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5558 ac_cv_prog_ac_ct_AR
="$ac_prog"
5559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5568 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5569 if test -n "$ac_ct_AR"; then
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5571 $as_echo "$ac_ct_AR" >&6; }
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5574 $as_echo "no" >&6; }
5578 test -n "$ac_ct_AR" && break
5581 if test "x$ac_ct_AR" = x
; then
5584 case $cross_compiling:$ac_tool_warned in
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5587 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5588 ac_tool_warned
=yes ;;
5594 if test -n "$ac_tool_prefix"; then
5595 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5596 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5598 $as_echo_n "checking for $ac_word... " >&6; }
5599 if ${ac_cv_prog_STRIP+:} false
; then :
5600 $as_echo_n "(cached) " >&6
5602 if test -n "$STRIP"; then
5603 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5605 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5609 test -z "$as_dir" && as_dir
=.
5610 for ac_exec_ext
in '' $ac_executable_extensions; do
5611 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5612 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5622 STRIP
=$ac_cv_prog_STRIP
5623 if test -n "$STRIP"; then
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5625 $as_echo "$STRIP" >&6; }
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5628 $as_echo "no" >&6; }
5633 if test -z "$ac_cv_prog_STRIP"; then
5635 # Extract the first word of "strip", so it can be a program name with args.
5636 set dummy strip
; ac_word
=$2
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5638 $as_echo_n "checking for $ac_word... " >&6; }
5639 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5640 $as_echo_n "(cached) " >&6
5642 if test -n "$ac_ct_STRIP"; then
5643 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5645 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5649 test -z "$as_dir" && as_dir
=.
5650 for ac_exec_ext
in '' $ac_executable_extensions; do
5651 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5652 ac_cv_prog_ac_ct_STRIP
="strip"
5653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5662 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5663 if test -n "$ac_ct_STRIP"; then
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5665 $as_echo "$ac_ct_STRIP" >&6; }
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5668 $as_echo "no" >&6; }
5671 if test "x$ac_ct_STRIP" = x
; then
5674 case $cross_compiling:$ac_tool_warned in
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5677 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5678 ac_tool_warned
=yes ;;
5683 STRIP
="$ac_cv_prog_STRIP"
5688 if test -n "$ac_tool_prefix"; then
5689 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5690 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5692 $as_echo_n "checking for $ac_word... " >&6; }
5693 if ${ac_cv_prog_RANLIB+:} false
; then :
5694 $as_echo_n "(cached) " >&6
5696 if test -n "$RANLIB"; then
5697 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5703 test -z "$as_dir" && as_dir
=.
5704 for ac_exec_ext
in '' $ac_executable_extensions; do
5705 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5706 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5716 RANLIB
=$ac_cv_prog_RANLIB
5717 if test -n "$RANLIB"; then
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5719 $as_echo "$RANLIB" >&6; }
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5722 $as_echo "no" >&6; }
5727 if test -z "$ac_cv_prog_RANLIB"; then
5728 ac_ct_RANLIB
=$RANLIB
5729 # Extract the first word of "ranlib", so it can be a program name with args.
5730 set dummy ranlib
; ac_word
=$2
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5732 $as_echo_n "checking for $ac_word... " >&6; }
5733 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5734 $as_echo_n "(cached) " >&6
5736 if test -n "$ac_ct_RANLIB"; then
5737 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5743 test -z "$as_dir" && as_dir
=.
5744 for ac_exec_ext
in '' $ac_executable_extensions; do
5745 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5746 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5757 if test -n "$ac_ct_RANLIB"; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5759 $as_echo "$ac_ct_RANLIB" >&6; }
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5762 $as_echo "no" >&6; }
5765 if test "x$ac_ct_RANLIB" = x
; then
5768 case $cross_compiling:$ac_tool_warned in
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5772 ac_tool_warned
=yes ;;
5774 RANLIB
=$ac_ct_RANLIB
5777 RANLIB
="$ac_cv_prog_RANLIB"
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5781 $as_echo_n "checking whether ln -s works... " >&6; }
5783 if test "$LN_S" = "ln -s"; then
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5785 $as_echo "yes" >&6; }
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5788 $as_echo "no, using $LN_S" >&6; }
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5792 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5793 if ${ac_cv_path_GREP+:} false
; then :
5794 $as_echo_n "(cached) " >&6
5796 if test -z "$GREP"; then
5797 ac_path_GREP_found
=false
5798 # Loop through the user's path and test for each of PROGNAME-LIST
5799 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5800 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5803 test -z "$as_dir" && as_dir
=.
5804 for ac_prog
in grep ggrep
; do
5805 for ac_exec_ext
in '' $ac_executable_extensions; do
5806 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5807 as_fn_executable_p
"$ac_path_GREP" ||
continue
5808 # Check for GNU ac_path_GREP and select it if it is found.
5809 # Check for GNU $ac_path_GREP
5810 case `"$ac_path_GREP" --version 2>&1` in
5812 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5815 $as_echo_n 0123456789 >"conftest.in"
5818 cat "conftest.in" "conftest.in" >"conftest.tmp"
5819 mv "conftest.tmp" "conftest.in"
5820 cp "conftest.in" "conftest.nl"
5821 $as_echo 'GREP' >> "conftest.nl"
5822 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5823 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5824 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5825 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5826 # Best one so far, save it but keep looking for a better one
5827 ac_cv_path_GREP
="$ac_path_GREP"
5828 ac_path_GREP_max
=$ac_count
5830 # 10*(2^10) chars as input seems more than enough
5831 test $ac_count -gt 10 && break
5833 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5836 $ac_path_GREP_found && break 3
5841 if test -z "$ac_cv_path_GREP"; then
5842 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5845 ac_cv_path_GREP
=$GREP
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5850 $as_echo "$ac_cv_path_GREP" >&6; }
5851 GREP
="$ac_cv_path_GREP"
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5855 $as_echo_n "checking for egrep... " >&6; }
5856 if ${ac_cv_path_EGREP+:} false
; then :
5857 $as_echo_n "(cached) " >&6
5859 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5860 then ac_cv_path_EGREP
="$GREP -E"
5862 if test -z "$EGREP"; then
5863 ac_path_EGREP_found
=false
5864 # Loop through the user's path and test for each of PROGNAME-LIST
5865 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5866 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5869 test -z "$as_dir" && as_dir
=.
5870 for ac_prog
in egrep; do
5871 for ac_exec_ext
in '' $ac_executable_extensions; do
5872 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5873 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5874 # Check for GNU ac_path_EGREP and select it if it is found.
5875 # Check for GNU $ac_path_EGREP
5876 case `"$ac_path_EGREP" --version 2>&1` in
5878 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5881 $as_echo_n 0123456789 >"conftest.in"
5884 cat "conftest.in" "conftest.in" >"conftest.tmp"
5885 mv "conftest.tmp" "conftest.in"
5886 cp "conftest.in" "conftest.nl"
5887 $as_echo 'EGREP' >> "conftest.nl"
5888 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5889 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5890 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5891 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5892 # Best one so far, save it but keep looking for a better one
5893 ac_cv_path_EGREP
="$ac_path_EGREP"
5894 ac_path_EGREP_max
=$ac_count
5896 # 10*(2^10) chars as input seems more than enough
5897 test $ac_count -gt 10 && break
5899 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5902 $ac_path_EGREP_found && break 3
5907 if test -z "$ac_cv_path_EGREP"; then
5908 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5911 ac_cv_path_EGREP
=$EGREP
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5917 $as_echo "$ac_cv_path_EGREP" >&6; }
5918 EGREP
="$ac_cv_path_EGREP"
5921 # Extract the first word of "ldconfig", so it can be a program name with args.
5922 set dummy ldconfig
; ac_word
=$2
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5924 $as_echo_n "checking for $ac_word... " >&6; }
5925 if ${ac_cv_path_LDCONFIG+:} false
; then :
5926 $as_echo_n "(cached) " >&6
5930 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5934 for as_dir
in /sbin
/usr
/sbin
$PATH
5937 test -z "$as_dir" && as_dir
=.
5938 for ac_exec_ext
in '' $ac_executable_extensions; do
5939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5940 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5948 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5952 LDCONFIG
=$ac_cv_path_LDCONFIG
5953 if test -n "$LDCONFIG"; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5955 $as_echo "$LDCONFIG" >&6; }
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5962 for ac_prog
in msgfmt
5964 # Extract the first word of "$ac_prog", so it can be a program name with args.
5965 set dummy
$ac_prog; ac_word
=$2
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if ${ac_cv_prog_MSGFMT+:} false
; then :
5969 $as_echo_n "(cached) " >&6
5971 if test -n "$MSGFMT"; then
5972 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5978 test -z "$as_dir" && as_dir
=.
5979 for ac_exec_ext
in '' $ac_executable_extensions; do
5980 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5981 ac_cv_prog_MSGFMT
="$ac_prog"
5982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 MSGFMT
=$ac_cv_prog_MSGFMT
5992 if test -n "$MSGFMT"; then
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5994 $as_echo "$MSGFMT" >&6; }
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997 $as_echo "no" >&6; }
6001 test -n "$MSGFMT" && break
6003 test -n "$MSGFMT" || MSGFMT
="false"
6005 if ${ac_tool_prefix+:} false
; then :
6006 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6007 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6009 $as_echo_n "checking for $ac_word... " >&6; }
6010 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6011 $as_echo_n "(cached) " >&6
6013 if test -n "$PKG_CONFIG"; then
6014 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6016 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6020 test -z "$as_dir" && as_dir
=.
6021 for ac_exec_ext
in '' $ac_executable_extensions; do
6022 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6023 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
6024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6034 if test -n "$PKG_CONFIG"; then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6036 $as_echo "$PKG_CONFIG" >&6; }
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6039 $as_echo "no" >&6; }
6044 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
6045 if test "x$cross_compiling" = xyes
; then :
6048 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
6049 # Extract the first word of "pkg-config", so it can be a program name with args.
6050 set dummy pkg-config
; ac_word
=$2
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052 $as_echo_n "checking for $ac_word... " >&6; }
6053 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
6054 $as_echo_n "(cached) " >&6
6056 if test -n "$PKG_CONFIG"; then
6057 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6059 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6063 test -z "$as_dir" && as_dir
=.
6064 for ac_exec_ext
in '' $ac_executable_extensions; do
6065 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6066 ac_cv_prog_PKG_CONFIG
="pkg-config"
6067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6076 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6077 if test -n "$PKG_CONFIG"; then
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6079 $as_echo "$PKG_CONFIG" >&6; }
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6082 $as_echo "no" >&6; }
6088 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6091 if test "x$enable_maintainer_mode" != "xyes"
6098 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6099 for ac_prog
in fontforge
6101 # Extract the first word of "$ac_prog", so it can be a program name with args.
6102 set dummy
$ac_prog; ac_word
=$2
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6104 $as_echo_n "checking for $ac_word... " >&6; }
6105 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6106 $as_echo_n "(cached) " >&6
6108 if test -n "$FONTFORGE"; then
6109 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6111 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6115 test -z "$as_dir" && as_dir
=.
6116 for ac_exec_ext
in '' $ac_executable_extensions; do
6117 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6118 ac_cv_prog_FONTFORGE
="$ac_prog"
6119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6128 FONTFORGE
=$ac_cv_prog_FONTFORGE
6129 if test -n "$FONTFORGE"; then
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6131 $as_echo "$FONTFORGE" >&6; }
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6134 $as_echo "no" >&6; }
6138 test -n "$FONTFORGE" && break
6140 test -n "$FONTFORGE" || FONTFORGE
="false"
6142 for ac_prog
in rsvg-convert rsvg
6144 # Extract the first word of "$ac_prog", so it can be a program name with args.
6145 set dummy
$ac_prog; ac_word
=$2
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6147 $as_echo_n "checking for $ac_word... " >&6; }
6148 if ${ac_cv_prog_RSVG+:} false
; then :
6149 $as_echo_n "(cached) " >&6
6151 if test -n "$RSVG"; then
6152 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6154 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6158 test -z "$as_dir" && as_dir
=.
6159 for ac_exec_ext
in '' $ac_executable_extensions; do
6160 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6161 ac_cv_prog_RSVG
="$ac_prog"
6162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6171 RSVG
=$ac_cv_prog_RSVG
6172 if test -n "$RSVG"; then
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6174 $as_echo "$RSVG" >&6; }
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6177 $as_echo "no" >&6; }
6181 test -n "$RSVG" && break
6183 test -n "$RSVG" || RSVG
="false"
6185 for ac_prog
in convert
6187 # Extract the first word of "$ac_prog", so it can be a program name with args.
6188 set dummy
$ac_prog; ac_word
=$2
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6190 $as_echo_n "checking for $ac_word... " >&6; }
6191 if ${ac_cv_prog_CONVERT+:} false
; then :
6192 $as_echo_n "(cached) " >&6
6194 if test -n "$CONVERT"; then
6195 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6197 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6201 test -z "$as_dir" && as_dir
=.
6202 for ac_exec_ext
in '' $ac_executable_extensions; do
6203 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6204 ac_cv_prog_CONVERT
="$ac_prog"
6205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6214 CONVERT
=$ac_cv_prog_CONVERT
6215 if test -n "$CONVERT"; then
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6217 $as_echo "$CONVERT" >&6; }
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6220 $as_echo "no" >&6; }
6224 test -n "$CONVERT" && break
6226 test -n "$CONVERT" || CONVERT
="false"
6228 for ac_prog
in icotool
6230 # Extract the first word of "$ac_prog", so it can be a program name with args.
6231 set dummy
$ac_prog; ac_word
=$2
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6233 $as_echo_n "checking for $ac_word... " >&6; }
6234 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6235 $as_echo_n "(cached) " >&6
6237 if test -n "$ICOTOOL"; then
6238 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6240 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6244 test -z "$as_dir" && as_dir
=.
6245 for ac_exec_ext
in '' $ac_executable_extensions; do
6246 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6247 ac_cv_prog_ICOTOOL
="$ac_prog"
6248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6257 ICOTOOL
=$ac_cv_prog_ICOTOOL
6258 if test -n "$ICOTOOL"; then
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6260 $as_echo "$ICOTOOL" >&6; }
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6263 $as_echo "no" >&6; }
6267 test -n "$ICOTOOL" && break
6269 test -n "$ICOTOOL" || ICOTOOL
="false"
6271 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6272 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6274 if test "$CONVERT" = false
6276 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6279 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6280 convert_version
=`convert --version | head -n1`
6281 if test "x$convert_version" != "x"
6283 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6284 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6285 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6290 if test "$CONVERT" = false
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6293 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6294 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6297 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6301 if test "$ICOTOOL" = false
6303 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6306 $as_echo_n "checking for recent enough icotool... " >&6; }
6307 icotool_version
=`icotool --version | head -n1`
6308 if test "x$icotool_version" != "x"
6310 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6311 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6312 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6315 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6318 if test "$ICOTOOL" = false
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6321 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6322 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6325 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6331 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6334 test "x$with_gettext" != xno || MSGFMT
=false
6335 if test "$MSGFMT" != "false"
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6338 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6339 cat >conftest.po
<<EOF
6345 if $MSGFMT -o /dev
/null conftest.po
2>&5
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6348 $as_echo "yes" >&6; }
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6351 $as_echo "no" >&6; }
6355 if test "$MSGFMT" = false
; then :
6356 case "x$with_gettext" in
6357 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6359 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6360 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6362 enable_po
=${enable_po:-no}
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6367 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6368 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6369 $as_echo_n "(cached) " >&6
6371 ac_check_lib_save_LIBS
=$LIBS
6373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6374 /* end confdefs.h. */
6376 /* Override any GCC internal prototype to avoid an error.
6377 Use char because int might match the return type of a GCC
6378 builtin and then its argument prototype would still apply. */
6382 char i386_set_ldt ();
6386 return i386_set_ldt ();
6391 if ac_fn_c_try_link
"$LINENO"; then :
6392 ac_cv_lib_i386_i386_set_ldt
=yes
6394 ac_cv_lib_i386_i386_set_ldt
=no
6396 rm -f core conftest.err conftest.
$ac_objext \
6397 conftest
$ac_exeext conftest.
$ac_ext
6398 LIBS
=$ac_check_lib_save_LIBS
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6401 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6402 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6403 cat >>confdefs.h
<<_ACEOF
6404 #define HAVE_LIBI386 1
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6412 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6413 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6414 $as_echo_n "(cached) " >&6
6416 ac_check_lib_save_LIBS
=$LIBS
6417 LIBS
="-lossaudio $LIBS"
6418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6419 /* end confdefs.h. */
6421 /* Override any GCC internal prototype to avoid an error.
6422 Use char because int might match the return type of a GCC
6423 builtin and then its argument prototype would still apply. */
6431 return _oss_ioctl ();
6436 if ac_fn_c_try_link
"$LINENO"; then :
6437 ac_cv_lib_ossaudio__oss_ioctl
=yes
6439 ac_cv_lib_ossaudio__oss_ioctl
=no
6441 rm -f core conftest.err conftest.
$ac_objext \
6442 conftest
$ac_exeext conftest.
$ac_ext
6443 LIBS
=$ac_check_lib_save_LIBS
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6446 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6447 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6448 cat >>confdefs.h
<<_ACEOF
6449 #define HAVE_LIBOSSAUDIO 1
6452 LIBS
="-lossaudio $LIBS"
6461 # Check whether --enable-largefile was given.
6462 if test "${enable_largefile+set}" = set; then :
6463 enableval
=$enable_largefile;
6466 if test "$enable_largefile" != no
; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6469 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6470 if ${ac_cv_sys_largefile_CC+:} false
; then :
6471 $as_echo_n "(cached) " >&6
6473 ac_cv_sys_largefile_CC
=no
6474 if test "$GCC" != yes; then
6477 # IRIX 6.2 and later do not support large files by default,
6478 # so use the C compiler's -n32 option if that helps.
6479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6480 /* end confdefs.h. */
6481 #include <sys/types.h>
6482 /* Check that off_t can represent 2**63 - 1 correctly.
6483 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6484 since some C++ compilers masquerading as C compilers
6485 incorrectly reject 9223372036854775807. */
6486 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6487 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6488 && LARGE_OFF_T % 2147483647 == 1)
6498 if ac_fn_c_try_compile
"$LINENO"; then :
6501 rm -f core conftest.err conftest.
$ac_objext
6503 if ac_fn_c_try_compile
"$LINENO"; then :
6504 ac_cv_sys_largefile_CC
=' -n32'; break
6506 rm -f core conftest.err conftest.
$ac_objext
6510 rm -f conftest.
$ac_ext
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6514 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6515 if test "$ac_cv_sys_largefile_CC" != no
; then
6516 CC
=$CC$ac_cv_sys_largefile_CC
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6520 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6521 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6522 $as_echo_n "(cached) " >&6
6525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6526 /* end confdefs.h. */
6527 #include <sys/types.h>
6528 /* Check that off_t can represent 2**63 - 1 correctly.
6529 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6530 since some C++ compilers masquerading as C compilers
6531 incorrectly reject 9223372036854775807. */
6532 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6533 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6534 && LARGE_OFF_T % 2147483647 == 1)
6544 if ac_fn_c_try_compile
"$LINENO"; then :
6545 ac_cv_sys_file_offset_bits
=no
; break
6547 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6549 /* end confdefs.h. */
6550 #define _FILE_OFFSET_BITS 64
6551 #include <sys/types.h>
6552 /* Check that off_t can represent 2**63 - 1 correctly.
6553 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6554 since some C++ compilers masquerading as C compilers
6555 incorrectly reject 9223372036854775807. */
6556 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6557 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6558 && LARGE_OFF_T % 2147483647 == 1)
6568 if ac_fn_c_try_compile
"$LINENO"; then :
6569 ac_cv_sys_file_offset_bits
=64; break
6571 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6572 ac_cv_sys_file_offset_bits
=unknown
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6577 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6578 case $ac_cv_sys_file_offset_bits in #(
6581 cat >>confdefs.h
<<_ACEOF
6582 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6587 if test $ac_cv_sys_file_offset_bits = unknown
; then
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6589 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6590 if ${ac_cv_sys_large_files+:} false
; then :
6591 $as_echo_n "(cached) " >&6
6594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6595 /* end confdefs.h. */
6596 #include <sys/types.h>
6597 /* Check that off_t can represent 2**63 - 1 correctly.
6598 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6599 since some C++ compilers masquerading as C compilers
6600 incorrectly reject 9223372036854775807. */
6601 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6602 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6603 && LARGE_OFF_T % 2147483647 == 1)
6613 if ac_fn_c_try_compile
"$LINENO"; then :
6614 ac_cv_sys_large_files
=no
; break
6616 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6617 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6618 /* end confdefs.h. */
6619 #define _LARGE_FILES 1
6620 #include <sys/types.h>
6621 /* Check that off_t can represent 2**63 - 1 correctly.
6622 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6623 since some C++ compilers masquerading as C compilers
6624 incorrectly reject 9223372036854775807. */
6625 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6626 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6627 && LARGE_OFF_T % 2147483647 == 1)
6637 if ac_fn_c_try_compile
"$LINENO"; then :
6638 ac_cv_sys_large_files
=1; break
6640 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6641 ac_cv_sys_large_files
=unknown
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6646 $as_echo "$ac_cv_sys_large_files" >&6; }
6647 case $ac_cv_sys_large_files in #(
6650 cat >>confdefs.h
<<_ACEOF
6651 #define _LARGE_FILES $ac_cv_sys_large_files
6663 ac_cpp
='$CPP $CPPFLAGS'
6664 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6665 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6666 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6668 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6669 # On Suns, sometimes $CPP names a directory.
6670 if test -n "$CPP" && test -d "$CPP"; then
6673 if test -z "$CPP"; then
6674 if ${ac_cv_prog_CPP+:} false
; then :
6675 $as_echo_n "(cached) " >&6
6677 # Double quotes because CPP needs to be expanded
6678 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6681 for ac_c_preproc_warn_flag
in '' yes
6683 # Use a header file that comes with gcc, so configuring glibc
6684 # with a fresh cross-compiler works.
6685 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6686 # <limits.h> exists even on freestanding compilers.
6687 # On the NeXT, cc -E runs the code through the compiler's parser,
6688 # not just through cpp. "Syntax error" is here to catch this case.
6689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6690 /* end confdefs.h. */
6692 # include <limits.h>
6694 # include <assert.h>
6698 if ac_fn_c_try_cpp
"$LINENO"; then :
6701 # Broken: fails on valid input.
6704 rm -f conftest.err conftest.i conftest.
$ac_ext
6706 # OK, works on sane cases. Now check whether nonexistent headers
6707 # can be detected and how.
6708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h. */
6710 #include <ac_nonexistent.h>
6712 if ac_fn_c_try_cpp
"$LINENO"; then :
6713 # Broken: success on invalid input.
6716 # Passes both tests.
6720 rm -f conftest.err conftest.i conftest.
$ac_ext
6723 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6724 rm -f conftest.i conftest.err conftest.
$ac_ext
6725 if $ac_preproc_ok; then :
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6738 $as_echo "$CPP" >&6; }
6740 for ac_c_preproc_warn_flag
in '' yes
6742 # Use a header file that comes with gcc, so configuring glibc
6743 # with a fresh cross-compiler works.
6744 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6745 # <limits.h> exists even on freestanding compilers.
6746 # On the NeXT, cc -E runs the code through the compiler's parser,
6747 # not just through cpp. "Syntax error" is here to catch this case.
6748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6749 /* end confdefs.h. */
6751 # include <limits.h>
6753 # include <assert.h>
6757 if ac_fn_c_try_cpp
"$LINENO"; then :
6760 # Broken: fails on valid input.
6763 rm -f conftest.err conftest.i conftest.
$ac_ext
6765 # OK, works on sane cases. Now check whether nonexistent headers
6766 # can be detected and how.
6767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6768 /* end confdefs.h. */
6769 #include <ac_nonexistent.h>
6771 if ac_fn_c_try_cpp
"$LINENO"; then :
6772 # Broken: success on invalid input.
6775 # Passes both tests.
6779 rm -f conftest.err conftest.i conftest.
$ac_ext
6782 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6783 rm -f conftest.i conftest.err conftest.
$ac_ext
6784 if $ac_preproc_ok; then :
6787 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6788 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6789 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6790 See \`config.log' for more details" "$LINENO" 5; }
6794 ac_cpp
='$CPP $CPPFLAGS'
6795 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6796 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6797 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6801 $as_echo_n "checking for ANSI C header files... " >&6; }
6802 if ${ac_cv_header_stdc+:} false
; then :
6803 $as_echo_n "(cached) " >&6
6805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6806 /* end confdefs.h. */
6820 if ac_fn_c_try_compile
"$LINENO"; then :
6821 ac_cv_header_stdc
=yes
6823 ac_cv_header_stdc
=no
6825 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6827 if test $ac_cv_header_stdc = yes; then
6828 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h. */
6834 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6835 $EGREP "memchr" >/dev
/null
2>&1; then :
6838 ac_cv_header_stdc
=no
6844 if test $ac_cv_header_stdc = yes; then
6845 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6847 /* end confdefs.h. */
6851 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6852 $EGREP "free" >/dev
/null
2>&1; then :
6855 ac_cv_header_stdc
=no
6861 if test $ac_cv_header_stdc = yes; then
6862 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6863 if test "$cross_compiling" = yes; then :
6866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6867 /* end confdefs.h. */
6870 #if ((' ' & 0x0FF) == 0x020)
6871 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6872 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6874 # define ISLOWER(c) \
6875 (('a' <= (c) && (c) <= 'i') \
6876 || ('j' <= (c) && (c) <= 'r') \
6877 || ('s' <= (c) && (c) <= 'z'))
6878 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6881 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6886 for (i = 0; i < 256; i++)
6887 if (XOR (islower (i), ISLOWER (i))
6888 || toupper (i) != TOUPPER (i))
6893 if ac_fn_c_try_run
"$LINENO"; then :
6896 ac_cv_header_stdc
=no
6898 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6899 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6905 $as_echo "$ac_cv_header_stdc" >&6; }
6906 if test $ac_cv_header_stdc = yes; then
6908 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6912 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6913 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6914 inttypes.h stdint.h unistd.h
6916 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6917 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6919 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6920 cat >>confdefs.h
<<_ACEOF
6921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6931 ApplicationServices
/ApplicationServices.h \
6932 AudioToolbox
/AudioConverter.h \
6933 AudioUnit
/AudioUnit.h \
6934 AudioUnit
/AudioComponent.h \
6937 CommonCrypto
/CommonCryptor.h \
6938 CoreAudio
/CoreAudio.h \
6939 CoreServices
/CoreServices.h \
6940 DiskArbitration
/DiskArbitration.h \
6943 IOKit
/hid
/IOHIDLib.h \
6946 QuickTime
/ImageCompression.h \
6947 Security
/Security.h \
6997 netinet
/in_systm.h \
7062 valgrind
/memcheck.h \
7063 valgrind
/valgrind.h \
7067 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7068 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7069 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7070 cat >>confdefs.h
<<_ACEOF
7071 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7078 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7079 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7081 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7086 if test $ac_cv_header_sys_mkdev_h = no
; then
7087 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7088 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7090 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7097 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7098 if ${ac_cv_header_stat_broken+:} false
; then :
7099 $as_echo_n "(cached) " >&6
7101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7102 /* end confdefs.h. */
7103 #include <sys/types.h>
7104 #include <sys/stat.h>
7106 #if defined S_ISBLK && defined S_IFDIR
7107 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7110 #if defined S_ISBLK && defined S_IFCHR
7111 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7114 #if defined S_ISLNK && defined S_IFREG
7115 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7118 #if defined S_ISSOCK && defined S_IFREG
7119 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7123 if ac_fn_c_try_compile
"$LINENO"; then :
7124 ac_cv_header_stat_broken
=no
7126 ac_cv_header_stat_broken
=yes
7128 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7131 $as_echo "$ac_cv_header_stat_broken" >&6; }
7132 if test $ac_cv_header_stat_broken = yes; then
7134 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7140 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7142 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7143 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7144 #ifdef HAVE_SYS_PARAM_H
7145 # include <sys/param.h>
7148 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7149 cat >>confdefs.h
<<_ACEOF
7150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7165 netinet
/if_ether.h \
7166 netinet
/if_inarp.h \
7175 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7176 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7177 #ifdef HAVE_SYS_SOCKET_H
7178 # include <sys/socket.h>
7180 #ifdef HAVE_SYS_SOCKETVAR_H
7181 # include <sys/socketvar.h>
7183 #ifdef HAVE_NET_ROUTE_H
7184 # include <net/route.h>
7186 #ifdef HAVE_NETINET_IN_H
7187 # include <netinet/in.h>
7189 #ifdef HAVE_NETINET_IN_SYSTM_H
7190 # include <netinet/in_systm.h>
7192 #ifdef HAVE_NET_IF_H
7193 # include <net/if.h>
7195 #ifdef HAVE_NETINET_IP_H
7196 # include <netinet/ip.h>
7199 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7200 cat >>confdefs.h
<<_ACEOF
7201 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7209 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7211 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7212 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7216 #ifdef HAVE_SYS_SOCKET_H
7217 # include <sys/socket.h>
7219 #ifdef HAVE_SYS_SOCKETVAR_H
7220 # include <sys/socketvar.h>
7222 #ifdef HAVE_SYS_TIMEOUT_H
7223 # include <sys/timeout.h>
7225 #ifdef HAVE_NETINET_IN_H
7226 # include <netinet/in.h>
7228 #ifdef HAVE_NETINET_IN_SYSTM_H
7229 # include <netinet/in_systm.h>
7231 #ifdef HAVE_NETINET_IP_H
7232 # include <netinet/ip.h>
7234 #ifdef HAVE_NETINET_IP_VAR_H
7235 # include <netinet/ip_var.h>
7237 #ifdef HAVE_NETINET_IP_ICMP_H
7238 # include <netinet/ip_icmp.h>
7240 #ifdef HAVE_NETINET_UDP_H
7241 # include <netinet/udp.h>
7243 #ifdef HAVE_NETINET_TCP_H
7244 # include <netinet/tcp.h>
7246 #ifdef HAVE_NETINET_TCP_TIMER_H
7247 #include <netinet/tcp_timer.h>
7250 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7251 cat >>confdefs.h
<<_ACEOF
7252 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7260 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7262 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7263 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7264 #ifdef HAVE_ASM_TYPES_H
7265 # include <asm/types.h>
7267 #ifdef HAVE_SYS_SOCKET_H
7268 # include <sys/socket.h>
7270 #ifdef HAVE_LINUX_TYPES_H
7271 # include <linux/types.h>
7274 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7275 cat >>confdefs.h
<<_ACEOF
7276 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7284 for ac_header
in mach-o
/dyld_images.h
7286 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7287 # include <stdbool.h>
7289 #ifdef HAVE_STDINT_H
7290 # include <stdint.h>
7293 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7294 cat >>confdefs.h
<<_ACEOF
7295 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7303 for ac_header
in resolv.h
7305 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7306 #ifdef HAVE_SYS_SOCKET_H
7307 # include <sys/socket.h>
7309 #ifdef HAVE_NETINET_IN_H
7310 # include <netinet/in.h>
7312 #ifdef HAVE_ARPA_NAMESER_H
7313 # include <arpa/nameser.h>
7316 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7317 cat >>confdefs.h
<<_ACEOF
7318 #define HAVE_RESOLV_H 1
7326 for ac_header
in ifaddrs.h
7328 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7330 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7331 cat >>confdefs.h
<<_ACEOF
7332 #define HAVE_IFADDRS_H 1
7340 for ac_header
in sys
/ucontext.h
7342 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7344 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7345 cat >>confdefs.h
<<_ACEOF
7346 #define HAVE_SYS_UCONTEXT_H 1
7354 for ac_header
in sys
/thr.h
7356 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7357 #ifdef HAVE_SYS_UCONTEXT_H
7358 #include <sys/ucontext.h>
7361 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7362 cat >>confdefs.h
<<_ACEOF
7363 #define HAVE_SYS_THR_H 1
7371 for ac_header
in pthread_np.h
7373 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7374 #include <pthread.h>
7377 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7378 cat >>confdefs.h
<<_ACEOF
7379 #define HAVE_PTHREAD_NP_H 1
7387 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7389 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7390 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7391 #include <sys/time.h>
7393 #include <sys/types.h>
7394 #ifdef HAVE_ASM_TYPES_H
7395 #include <asm/types.h>
7398 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7399 cat >>confdefs.h
<<_ACEOF
7400 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7408 for ac_header
in libprocstat.h
7410 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7411 #include <sys/param.h>
7413 #ifdef HAVE_SYS_QUEUE_H
7414 #include <sys/queue.h>
7416 #ifdef HAVE_SYS_SOCKET_H
7417 #include <sys/socket.h>
7420 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7421 cat >>confdefs.h
<<_ACEOF
7422 #define HAVE_LIBPROCSTAT_H 1
7431 dlldir
="\${libdir}/wine"
7433 DLLFLAGS
="-D_REENTRANT"
7441 WINELOADER_LDFLAGS
=""
7446 # Extract the first word of "ldd", so it can be a program name with args.
7447 set dummy ldd
; ac_word
=$2
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7449 $as_echo_n "checking for $ac_word... " >&6; }
7450 if ${ac_cv_path_LDD+:} false
; then :
7451 $as_echo_n "(cached) " >&6
7455 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7458 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7459 as_dummy
="/sbin:/usr/sbin:$PATH"
7460 for as_dir
in $as_dummy
7463 test -z "$as_dir" && as_dir
=.
7464 for ac_exec_ext
in '' $ac_executable_extensions; do
7465 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7466 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7474 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7479 if test -n "$LDD"; then
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7481 $as_echo "$LDD" >&6; }
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7484 $as_echo "no" >&6; }
7488 if test -n "$ac_tool_prefix"; then
7489 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7490 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7492 $as_echo_n "checking for $ac_word... " >&6; }
7493 if ${ac_cv_prog_OTOOL+:} false
; then :
7494 $as_echo_n "(cached) " >&6
7496 if test -n "$OTOOL"; then
7497 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7499 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7503 test -z "$as_dir" && as_dir
=.
7504 for ac_exec_ext
in '' $ac_executable_extensions; do
7505 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7506 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7516 OTOOL
=$ac_cv_prog_OTOOL
7517 if test -n "$OTOOL"; then
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7519 $as_echo "$OTOOL" >&6; }
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7522 $as_echo "no" >&6; }
7527 if test -z "$ac_cv_prog_OTOOL"; then
7529 # Extract the first word of "otool", so it can be a program name with args.
7530 set dummy otool
; ac_word
=$2
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7532 $as_echo_n "checking for $ac_word... " >&6; }
7533 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7534 $as_echo_n "(cached) " >&6
7536 if test -n "$ac_ct_OTOOL"; then
7537 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7543 test -z "$as_dir" && as_dir
=.
7544 for ac_exec_ext
in '' $ac_executable_extensions; do
7545 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7546 ac_cv_prog_ac_ct_OTOOL
="otool"
7547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7556 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7557 if test -n "$ac_ct_OTOOL"; then
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7559 $as_echo "$ac_ct_OTOOL" >&6; }
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7562 $as_echo "no" >&6; }
7565 if test "x$ac_ct_OTOOL" = x
; then
7568 case $cross_compiling:$ac_tool_warned in
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7571 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7572 ac_tool_warned
=yes ;;
7577 OTOOL
="$ac_cv_prog_OTOOL"
7580 if test -n "$ac_tool_prefix"; then
7581 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7582 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584 $as_echo_n "checking for $ac_word... " >&6; }
7585 if ${ac_cv_prog_READELF+:} false
; then :
7586 $as_echo_n "(cached) " >&6
7588 if test -n "$READELF"; then
7589 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7591 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7595 test -z "$as_dir" && as_dir
=.
7596 for ac_exec_ext
in '' $ac_executable_extensions; do
7597 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7598 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7608 READELF
=$ac_cv_prog_READELF
7609 if test -n "$READELF"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7611 $as_echo "$READELF" >&6; }
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614 $as_echo "no" >&6; }
7619 if test -z "$ac_cv_prog_READELF"; then
7620 ac_ct_READELF
=$READELF
7621 # Extract the first word of "readelf", so it can be a program name with args.
7622 set dummy readelf
; ac_word
=$2
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7624 $as_echo_n "checking for $ac_word... " >&6; }
7625 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7626 $as_echo_n "(cached) " >&6
7628 if test -n "$ac_ct_READELF"; then
7629 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7635 test -z "$as_dir" && as_dir
=.
7636 for ac_exec_ext
in '' $ac_executable_extensions; do
7637 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7638 ac_cv_prog_ac_ct_READELF
="readelf"
7639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7648 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7649 if test -n "$ac_ct_READELF"; then
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7651 $as_echo "$ac_ct_READELF" >&6; }
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654 $as_echo "no" >&6; }
7657 if test "x$ac_ct_READELF" = x
; then
7660 case $cross_compiling:$ac_tool_warned in
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7663 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7664 ac_tool_warned
=yes ;;
7666 READELF
=$ac_ct_READELF
7669 READELF
="$ac_cv_prog_READELF"
7672 wine_rules_file
=conf$
$rules.
make
7673 rm -f $wine_rules_file
7678 CONFIGURE_TARGETS
=""
7680 ALL_TEST_RESOURCES
=""
7683 wine_fn_append_file
()
7685 as_fn_append
$1 " \\$as_nl $2"
7688 wine_fn_append_rule
()
7690 $as_echo "$1" >>$wine_rules_file
7695 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7698 wine_fn_all_rules
()
7700 wine_fn_append_file SUBDIRS
$ac_dir
7701 wine_fn_append_rule \
7705 @cd $ac_dir && \$(MAKE)"
7708 wine_fn_install_rules
()
7710 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7712 wine_fn_append_rule \
7713 ".PHONY: $ac_dir/install $ac_dir/uninstall
7714 $ac_dir/install:: $ac_dir
7715 @cd $ac_dir && \$(MAKE) install
7717 @cd $ac_dir && \$(MAKE) uninstall
7718 install:: $ac_dir/install
7719 __uninstall__: $ac_dir/uninstall"
7721 if wine_fn_has_flag install-lib
7723 wine_fn_append_rule \
7724 ".PHONY: $ac_dir/install-lib
7725 $ac_dir/install-lib:: $ac_dir
7726 @cd $ac_dir && \$(MAKE) install-lib
7727 install-lib:: $ac_dir/install-lib"
7730 if wine_fn_has_flag install-dev
7732 wine_fn_append_rule \
7733 ".PHONY: $ac_dir/install-dev
7734 $ac_dir/install-dev:: $ac_dir
7735 @cd $ac_dir && \$(MAKE) install-dev
7736 install-dev:: $ac_dir/install-dev"
7740 wine_fn_clean_rules
()
7744 if wine_fn_has_flag clean
7746 wine_fn_append_rule \
7747 "$ac_dir/clean: dummy
7748 @cd $ac_dir && \$(MAKE) clean"
7750 wine_fn_append_rule \
7751 "$ac_dir/clean: dummy
7752 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7754 wine_fn_append_rule \
7755 "__clean__: $ac_dir/clean
7756 .PHONY: $ac_dir/clean"
7759 wine_fn_disabled_rules
()
7763 wine_fn_append_file SUBDIRS
$ac_dir
7764 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7765 wine_fn_append_rule \
7766 "__clean__: $ac_dir/clean
7767 .PHONY: $ac_dir/clean
7768 $ac_dir/clean: dummy
7769 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7772 wine_fn_config_makefile
()
7779 fonts|server
) test -z "$with_wine64" ||
return ;;
7781 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7782 wine_fn_disabled_rules
; return
7785 wine_fn_install_rules
7789 wine_fn_config_lib
()
7793 ac_dir
=dlls
/$ac_name
7796 if test "x$enable_tools" = xno
; then :
7799 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7804 wine_fn_append_rule \
7805 ".PHONY: $ac_dir/install $ac_dir/uninstall
7806 $ac_dir/install:: $ac_dir
7807 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7809 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7810 install install-dev:: $ac_dir/install
7811 __uninstall__: $ac_dir/uninstall
7812 __builddeps__: $ac_dir
7816 wine_fn_config_dll
()
7819 ac_dir
=dlls
/$ac_name
7822 ac_implib
=${4:-$ac_name}
7823 ac_file
=$ac_dir/lib
$ac_implib
7828 if test "x$enable_tools" = xno
; then :
7831 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7834 *.
*16) ac_implibflags
=" -m16" ;;
7836 *) ac_dll
=$ac_dll.dll
;;
7840 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7841 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7843 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7844 if test "$ac_enable" != enable_win16
7846 wine_fn_clean_rules
$ac_clean
7847 wine_fn_append_file SUBDIRS
$ac_dir
7848 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7850 wine_fn_disabled_rules
$ac_clean
7855 wine_fn_clean_rules
$ac_clean
7856 wine_fn_append_rule \
7857 "$ac_dir: __builddeps__
7858 manpages htmlpages sgmlpages xmlpages::
7859 @cd $ac_dir && \$(MAKE) \$@
7860 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7861 install install-lib:: $ac_dir/install-lib
7862 __uninstall__: $ac_dir/uninstall"
7863 if test -n "$DLLEXT"
7865 wine_fn_append_rule \
7866 "$ac_dir/install-lib:: $ac_dir
7867 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7868 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7870 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7872 wine_fn_append_rule \
7873 "$ac_dir/install-lib:: $ac_dir
7874 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7876 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7880 if wine_fn_has_flag staticimplib
7882 wine_fn_append_rule \
7883 "__builddeps__: $ac_file.a
7884 $ac_file.a $ac_file.cross.a: $ac_deps
7886 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7887 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7888 $ac_dir/install-dev:: $ac_file.a
7889 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7891 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7892 install install-dev:: $ac_dir/install-dev
7893 __uninstall__: $ac_dir/uninstall"
7895 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7897 wine_fn_append_rule \
7898 "__builddeps__: $ac_file.cross.a
7899 $ac_file.cross.a: dummy
7900 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7903 elif wine_fn_has_flag implib
7905 wine_fn_append_rule \
7906 "__builddeps__: $ac_file.$IMPLIBEXT
7907 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7908 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7909 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7910 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7911 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7912 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7913 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7915 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7916 install install-dev:: $ac_dir/install-dev
7917 __uninstall__: $ac_dir/uninstall"
7918 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7920 wine_fn_append_rule \
7921 "__builddeps__: $ac_file.cross.a
7922 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7923 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7928 wine_fn_config_program
()
7931 ac_dir
=programs
/$ac_name
7938 *) ac_program
=$ac_program.exe
;;
7942 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7943 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7945 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7946 wine_fn_disabled_rules
$ac_clean; return
7950 wine_fn_clean_rules
$ac_clean
7951 wine_fn_append_rule
"$ac_dir: __builddeps__"
7953 wine_fn_has_flag
install ||
return
7954 wine_fn_append_rule \
7955 ".PHONY: $ac_dir/install $ac_dir/uninstall
7956 install install-lib:: $ac_dir/install
7957 __uninstall__: $ac_dir/uninstall"
7959 if test -n "$DLLEXT"
7961 wine_fn_append_rule \
7962 "$ac_dir/install:: $ac_dir
7963 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7964 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7966 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7968 if test -z "$with_wine64" && wine_fn_has_flag installbin
7970 wine_fn_append_rule \
7971 "$ac_dir/install:: __tooldeps__
7972 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7974 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7977 wine_fn_append_rule \
7978 "$ac_dir/install:: $ac_dir
7979 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7981 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7984 if test -z "$with_wine64" && wine_fn_has_flag manpage
7986 wine_fn_append_rule \
7987 "$ac_dir/install:: $ac_dir
7988 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7990 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7994 wine_fn_config_test
()
8001 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
8002 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
8004 if test "x$enable_tests" = xno
; then :
8005 wine_fn_disabled_rules
$ac_clean; return
8008 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
8010 wine_fn_clean_rules
$ac_clean
8012 wine_fn_append_rule \
8013 "$ac_dir: __builddeps__
8014 programs/winetest: $ac_dir
8015 check test: $ac_dir/test
8016 .PHONY: $ac_dir/test
8018 @cd $ac_dir && \$(MAKE) test
8020 \$(RM) $ac_dir/*.ok"
8022 if test -n "$CROSSTARGET"
8024 wine_fn_append_rule \
8025 "crosstest: $ac_dir/crosstest
8026 .PHONY: $ac_dir/crosstest
8027 $ac_dir/crosstest: __builddeps__ dummy
8028 @cd $ac_dir && \$(MAKE) crosstest"
8032 wine_fn_config_tool
()
8036 if test "x$enable_tools" = xno
; then :
8037 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
8041 wine_fn_install_rules
8044 wine_fn_append_rule
"__tooldeps__: $ac_dir"
8045 wine_fn_append_rule
"$ac_dir: libs/port"
8047 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
8051 wine_fn_config_symlink
()
8054 if test "x$1" = "x-d"
8060 wine_fn_append_rule \
8062 @./config.status \$@"
8063 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8064 test -n "$ac_linkdir" ||
return
8065 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
8069 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8070 WINELOADER_PROGRAMS
="$wine_binary"
8072 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8076 if test -n "$ac_tool_prefix"; then
8077 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8078 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8080 $as_echo_n "checking for $ac_word... " >&6; }
8081 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8082 $as_echo_n "(cached) " >&6
8084 if test -n "$DLLTOOL"; then
8085 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8087 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8091 test -z "$as_dir" && as_dir
=.
8092 for ac_exec_ext
in '' $ac_executable_extensions; do
8093 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8094 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8104 DLLTOOL
=$ac_cv_prog_DLLTOOL
8105 if test -n "$DLLTOOL"; then
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8107 $as_echo "$DLLTOOL" >&6; }
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8110 $as_echo "no" >&6; }
8115 if test -z "$ac_cv_prog_DLLTOOL"; then
8116 ac_ct_DLLTOOL
=$DLLTOOL
8117 # Extract the first word of "dlltool", so it can be a program name with args.
8118 set dummy dlltool
; ac_word
=$2
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8120 $as_echo_n "checking for $ac_word... " >&6; }
8121 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8122 $as_echo_n "(cached) " >&6
8124 if test -n "$ac_ct_DLLTOOL"; then
8125 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8127 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8131 test -z "$as_dir" && as_dir
=.
8132 for ac_exec_ext
in '' $ac_executable_extensions; do
8133 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8134 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8144 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8145 if test -n "$ac_ct_DLLTOOL"; then
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8147 $as_echo "$ac_ct_DLLTOOL" >&6; }
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8150 $as_echo "no" >&6; }
8153 if test "x$ac_ct_DLLTOOL" = x
; then
8156 case $cross_compiling:$ac_tool_warned in
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8160 ac_tool_warned
=yes ;;
8162 DLLTOOL
=$ac_ct_DLLTOOL
8165 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8171 enable_iphlpapi
=${enable_iphlpapi:-no}
8172 enable_kernel32
=${enable_kernel32:-no}
8173 enable_msvcrt
=${enable_msvcrt:-no}
8174 enable_ntdll
=${enable_ntdll:-no}
8175 enable_ws2_32
=${enable_ws2_32:-no}
8176 enable_loader
=${enable_loader:-no}
8177 enable_server
=${enable_server:-no}
8178 with_x
=${with_x:-no}
8179 with_pthread
=${with_pthread:-no}
8185 SOCKET_LIBS
="-lws2_32"
8189 LIBWINE_SHAREDLIB
="libwine.dll"
8191 LIBWINE_IMPORTLIB
="libwine.a"
8193 LIBWINE_INSTALL_LIB
="libwine.dll"
8195 LIBWINE_INSTALL_DEV
="libwine.a"
8197 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8199 LIBWINE_DEPENDS
="wine.def"
8204 for ac_header
in libunwind.h
8206 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8207 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8208 cat >>confdefs.h
<<_ACEOF
8209 #define HAVE_LIBUNWIND_H 1
8217 DLLFLAGS
="$DLLFLAGS -fPIC"
8218 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8219 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8220 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8222 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8224 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8226 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8228 CORESERVICES_LIBS
="-framework CoreServices"
8230 APPKIT_LIBS
="-framework AppKit"
8232 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8234 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8235 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8236 $as_echo_n "(cached) " >&6
8238 ac_wine_try_cflags_saved
=$CFLAGS
8239 CFLAGS
="$CFLAGS -Wl,-no_pie"
8240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8241 /* end confdefs.h. */
8242 int main(int argc, char **argv) { return 0; }
8244 if ac_fn_c_try_link
"$LINENO"; then :
8245 ac_cv_cflags__Wl__no_pie
=yes
8247 ac_cv_cflags__Wl__no_pie
=no
8249 rm -f core conftest.err conftest.
$ac_objext \
8250 conftest
$ac_exeext conftest.
$ac_ext
8251 CFLAGS
=$ac_wine_try_cflags_saved
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8254 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8255 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8256 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8258 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8260 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8263 if test "$ac_cv_header_Security_Security_h" = "yes"
8265 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8267 ac_save_LIBS
="$LIBS"
8268 LIBS
="$LIBS $SECURITY_LIBS"
8269 for ac_func
in SSLCopyPeerCertificates
8271 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8272 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8273 cat >>confdefs.h
<<_ACEOF
8274 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8280 LIBS
="$ac_save_LIBS"
8281 with_gnutls
=${with_gnutls:-no}
8283 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8285 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8287 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8290 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8293 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8294 ac_save_LIBS
="$LIBS"
8295 LIBS
="$LIBS $COREAUDIO_LIBS"
8296 for ac_func
in AUGraphAddNode
8298 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8299 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8300 cat >>confdefs.h
<<_ACEOF
8301 #define HAVE_AUGRAPHADDNODE 1
8307 LIBS
="$ac_save_LIBS"
8309 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8311 OPENAL_LIBS
="-framework OpenAL"
8314 cat >>confdefs.h
<<_ACEOF
8315 #define HAVE_OPENAL 1
8318 ac_cv_lib_openal
=yes
8320 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8322 OPENCL_LIBS
="-framework OpenCL"
8324 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8326 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8328 ac_save_LIBS
="$LIBS"
8329 LIBS
="$LIBS $IOKIT_LIBS"
8330 for ac_func
in IOHIDManagerCreate
8332 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8333 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8334 cat >>confdefs.h
<<_ACEOF
8335 #define HAVE_IOHIDMANAGERCREATE 1
8341 LIBS
="$ac_save_LIBS"
8343 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8345 ac_save_LIBS
="$LIBS"
8346 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8348 $as_echo_n "checking for the QuickTime framework... " >&6; }
8349 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8350 /* end confdefs.h. */
8351 #include <QuickTime/ImageCompression.h>
8355 CodecManagerVersion(NULL);
8360 if ac_fn_c_try_link
"$LINENO"; then :
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8362 $as_echo "yes" >&6; }
8363 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8365 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8368 $as_echo "no" >&6; }
8369 ac_cv_header_QuickTime_ImageCompression_h
=no
8371 rm -f core conftest.err conftest.
$ac_objext \
8372 conftest
$ac_exeext conftest.
$ac_ext
8373 LIBS
="$ac_save_LIBS"
8375 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8377 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8379 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8381 CARBON_LIBS
="-framework Carbon"
8385 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8387 ac_save_LIBS
="$LIBS"
8388 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8389 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8390 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8391 enable_winemac_drv
=${enable_winemac_drv:-yes}
8394 LIBS
="$ac_save_LIBS"
8397 if test "x$enable_win16" = "xyes"
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8400 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8401 if test "$cross_compiling" = yes; then :
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8403 $as_echo "cross-compiling, assuming yes" >&6; }
8405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8409 "good:\tnop;nop\n\t"
8410 ".globl _testfunc\n"
8411 "_testfunc:\tcallw good");
8412 extern void testfunc();
8416 unsigned short *p = (unsigned short *)testfunc;
8417 return p[0] != 0xe866 || p[1] != 0xfffa
8422 if ac_fn_c_try_run
"$LINENO"; then :
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8424 $as_echo "yes" >&6; }
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427 $as_echo "no" >&6; }
8428 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
8430 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8431 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8436 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8438 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8440 LIBWINE_INSTALL_DEV
="libwine.dylib"
8442 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8444 WINELOADER_DEPENDS
="wine_info.plist"
8449 DLLFLAGS
="$DLLFLAGS -fPIC"
8450 LDEXECFLAGS
="-Wl,-pie"
8451 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8453 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8454 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8455 $as_echo_n "(cached) " >&6
8457 ac_wine_try_cflags_saved
=$CFLAGS
8458 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8460 /* end confdefs.h. */
8461 int main(int argc, char **argv) { return 0; }
8463 if ac_fn_c_try_link
"$LINENO"; then :
8464 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8466 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8468 rm -f core conftest.err conftest.
$ac_objext \
8469 conftest
$ac_exeext conftest.
$ac_ext
8470 CFLAGS
=$ac_wine_try_cflags_saved
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8473 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8474 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8475 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8477 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8479 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8480 if eval \
${$as_ac_var+:} false
; then :
8481 $as_echo_n "(cached) " >&6
8483 ac_wine_try_cflags_saved
=$CFLAGS
8484 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8486 /* end confdefs.h. */
8487 int main(int argc, char **argv) { return 0; }
8489 if ac_fn_c_try_link
"$LINENO"; then :
8490 eval "$as_ac_var=yes"
8492 eval "$as_ac_var=no"
8494 rm -f core conftest.err conftest.
$ac_objext \
8495 conftest
$ac_exeext conftest.
$ac_ext
8496 CFLAGS
=$ac_wine_try_cflags_saved
8498 eval ac_res
=\$
$as_ac_var
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8500 $as_echo "$ac_res" >&6; }
8501 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8502 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8503 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8505 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8507 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8508 if eval \
${$as_ac_var+:} false
; then :
8509 $as_echo_n "(cached) " >&6
8511 ac_wine_try_cflags_saved
=$CFLAGS
8512 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8514 /* end confdefs.h. */
8515 int main(int argc, char **argv) { return 0; }
8517 if ac_fn_c_try_link
"$LINENO"; then :
8518 eval "$as_ac_var=yes"
8520 eval "$as_ac_var=no"
8522 rm -f core conftest.err conftest.
$ac_objext \
8523 conftest
$ac_exeext conftest.
$ac_ext
8524 CFLAGS
=$ac_wine_try_cflags_saved
8526 eval ac_res
=\$
$as_ac_var
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8528 $as_echo "$ac_res" >&6; }
8529 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8530 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8531 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8535 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8536 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8537 $as_echo_n "(cached) " >&6
8539 ac_wine_try_cflags_saved
=$CFLAGS
8540 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8542 /* end confdefs.h. */
8543 int main(int argc, char **argv) { return 0; }
8545 if ac_fn_c_try_link
"$LINENO"; then :
8546 ac_cv_cflags__Wl___enable_new_dtags
=yes
8548 ac_cv_cflags__Wl___enable_new_dtags
=no
8550 rm -f core conftest.err conftest.
$ac_objext \
8551 conftest
$ac_exeext conftest.
$ac_ext
8552 CFLAGS
=$ac_wine_try_cflags_saved
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8555 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8556 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8557 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8560 LIBWINE_SHAREDLIB
="libwine.so"
8562 LIBWINE_INSTALL_LIB
="libwine.so"
8564 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8568 $as_echo_n "checking for -lEGL... " >&6; }
8569 if ${ac_cv_lib_soname_EGL+:} false
; then :
8570 $as_echo_n "(cached) " >&6
8572 ac_check_soname_save_LIBS
=$LIBS
8574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8575 /* end confdefs.h. */
8577 /* Override any GCC internal prototype to avoid an error.
8578 Use char because int might match the return type of a GCC
8579 builtin and then its argument prototype would still apply. */
8583 char eglGetProcAddress ();
8587 return eglGetProcAddress ();
8592 if ac_fn_c_try_link
"$LINENO"; then :
8594 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8595 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'` ;;
8596 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8597 if ${ac_cv_lib_soname_EGL:+false} :; then :
8598 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8602 rm -f core conftest.err conftest.
$ac_objext \
8603 conftest
$ac_exeext conftest.
$ac_ext
8604 LIBS
=$ac_check_soname_save_LIBS
8606 if ${ac_cv_lib_soname_EGL:+false} :; then :
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8608 $as_echo "not found" >&6; }
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8612 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8614 cat >>confdefs.h
<<_ACEOF
8615 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8621 $as_echo_n "checking for -lGLESv2... " >&6; }
8622 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8623 $as_echo_n "(cached) " >&6
8625 ac_check_soname_save_LIBS
=$LIBS
8626 LIBS
="-lGLESv2 $LIBS"
8627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8628 /* end confdefs.h. */
8630 /* Override any GCC internal prototype to avoid an error.
8631 Use char because int might match the return type of a GCC
8632 builtin and then its argument prototype would still apply. */
8645 if ac_fn_c_try_link
"$LINENO"; then :
8647 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8648 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'` ;;
8649 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8650 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8651 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8655 rm -f core conftest.err conftest.
$ac_objext \
8656 conftest
$ac_exeext conftest.
$ac_ext
8657 LIBS
=$ac_check_soname_save_LIBS
8659 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8661 $as_echo "not found" >&6; }
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8665 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8667 cat >>confdefs.h
<<_ACEOF
8668 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8674 if test "x$exec_prefix" = xNONE
8677 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8678 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8679 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8680 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8686 DLLFLAGS
="$DLLFLAGS -fPIC"
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8688 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8689 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8690 $as_echo_n "(cached) " >&6
8692 ac_wine_try_cflags_saved
=$CFLAGS
8693 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8695 /* end confdefs.h. */
8698 if ac_fn_c_try_link
"$LINENO"; then :
8699 ac_cv_c_dll_gnuelf
="yes"
8701 ac_cv_c_dll_gnuelf
="no"
8703 rm -f core conftest.err conftest.
$ac_objext \
8704 conftest
$ac_exeext conftest.
$ac_ext
8705 CFLAGS
=$ac_wine_try_cflags_saved
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8708 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8709 if test "$ac_cv_c_dll_gnuelf" = "yes"
8711 LIBWINE_LDFLAGS
="-shared"
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8713 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8714 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8715 $as_echo_n "(cached) " >&6
8717 ac_wine_try_cflags_saved
=$CFLAGS
8718 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8720 /* end confdefs.h. */
8721 int main(int argc, char **argv) { return 0; }
8723 if ac_fn_c_try_link
"$LINENO"; then :
8724 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8726 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8728 rm -f core conftest.err conftest.
$ac_objext \
8729 conftest
$ac_exeext conftest.
$ac_ext
8730 CFLAGS
=$ac_wine_try_cflags_saved
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8733 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8734 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8735 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8738 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8739 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8740 $as_echo_n "(cached) " >&6
8742 ac_wine_try_cflags_saved
=$CFLAGS
8743 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8745 /* end confdefs.h. */
8746 int main(int argc, char **argv) { return 0; }
8748 if ac_fn_c_try_link
"$LINENO"; then :
8749 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8751 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8753 rm -f core conftest.err conftest.
$ac_objext \
8754 conftest
$ac_exeext conftest.
$ac_ext
8755 CFLAGS
=$ac_wine_try_cflags_saved
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8758 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8759 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8760 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8764 echo '{ global: *; };' >conftest.map
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8766 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8767 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8768 $as_echo_n "(cached) " >&6
8770 ac_wine_try_cflags_saved
=$CFLAGS
8771 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8773 /* end confdefs.h. */
8774 int main(int argc, char **argv) { return 0; }
8776 if ac_fn_c_try_link
"$LINENO"; then :
8777 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8779 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8781 rm -f core conftest.err conftest.
$ac_objext \
8782 conftest
$ac_exeext conftest.
$ac_ext
8783 CFLAGS
=$ac_wine_try_cflags_saved
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8786 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8787 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8788 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8793 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8794 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8795 $as_echo_n "(cached) " >&6
8797 ac_wine_try_cflags_saved
=$CFLAGS
8798 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8800 /* end confdefs.h. */
8801 int main(int argc, char **argv) { return 0; }
8803 if ac_fn_c_try_link
"$LINENO"; then :
8804 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8806 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8808 rm -f core conftest.err conftest.
$ac_objext \
8809 conftest
$ac_exeext conftest.
$ac_ext
8810 CFLAGS
=$ac_wine_try_cflags_saved
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8813 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8814 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8815 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8818 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8820 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8821 if eval \
${$as_ac_var+:} false
; then :
8822 $as_echo_n "(cached) " >&6
8824 ac_wine_try_cflags_saved
=$CFLAGS
8825 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8827 /* end confdefs.h. */
8828 int main(int argc, char **argv) { return 0; }
8830 if ac_fn_c_try_link
"$LINENO"; then :
8831 eval "$as_ac_var=yes"
8833 eval "$as_ac_var=no"
8835 rm -f core conftest.err conftest.
$ac_objext \
8836 conftest
$ac_exeext conftest.
$ac_ext
8837 CFLAGS
=$ac_wine_try_cflags_saved
8839 eval ac_res
=\$
$as_ac_var
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8841 $as_echo "$ac_res" >&6; }
8842 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8843 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8844 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8846 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8848 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8849 if eval \
${$as_ac_var+:} false
; then :
8850 $as_echo_n "(cached) " >&6
8852 ac_wine_try_cflags_saved
=$CFLAGS
8853 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8855 /* end confdefs.h. */
8856 int main(int argc, char **argv) { return 0; }
8858 if ac_fn_c_try_link
"$LINENO"; then :
8859 eval "$as_ac_var=yes"
8861 eval "$as_ac_var=no"
8863 rm -f core conftest.err conftest.
$ac_objext \
8864 conftest
$ac_exeext conftest.
$ac_ext
8865 CFLAGS
=$ac_wine_try_cflags_saved
8867 eval ac_res
=\$
$as_ac_var
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8869 $as_echo "$ac_res" >&6; }
8870 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8871 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8872 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8877 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8878 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8879 $as_echo_n "(cached) " >&6
8881 ac_wine_try_cflags_saved
=$CFLAGS
8882 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8884 /* end confdefs.h. */
8885 int main(int argc, char **argv) { return 0; }
8887 if ac_fn_c_try_link
"$LINENO"; then :
8888 ac_cv_cflags__Wl___enable_new_dtags
=yes
8890 ac_cv_cflags__Wl___enable_new_dtags
=no
8892 rm -f core conftest.err conftest.
$ac_objext \
8893 conftest
$ac_exeext conftest.
$ac_ext
8894 CFLAGS
=$ac_wine_try_cflags_saved
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8897 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8898 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8899 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8903 *i
[3456789]86* | x86_64 |
*aarch64
*)
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8905 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8906 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8907 $as_echo_n "(cached) " >&6
8909 ac_wine_try_cflags_saved
=$CFLAGS
8910 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8912 /* end confdefs.h. */
8913 int main(int argc, char **argv) { return 0; }
8915 if ac_fn_c_try_link
"$LINENO"; then :
8916 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8918 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8920 rm -f core conftest.err conftest.
$ac_objext \
8921 conftest
$ac_exeext conftest.
$ac_ext
8922 CFLAGS
=$ac_wine_try_cflags_saved
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8925 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8926 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8928 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8929 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8933 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8934 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8935 $as_echo_n "(cached) " >&6
8937 ac_wine_try_cflags_saved
=$CFLAGS
8938 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8940 /* end confdefs.h. */
8941 int main(int argc, char **argv) { return 0; }
8943 if ac_fn_c_try_link
"$LINENO"; then :
8944 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8946 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8948 rm -f core conftest.err conftest.
$ac_objext \
8949 conftest
$ac_exeext conftest.
$ac_ext
8950 CFLAGS
=$ac_wine_try_cflags_saved
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8953 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8954 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8956 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8957 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8960 # Extract the first word of "prelink", so it can be a program name with args.
8961 set dummy prelink
; ac_word
=$2
8962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8963 $as_echo_n "checking for $ac_word... " >&6; }
8964 if ${ac_cv_path_PRELINK+:} false
; then :
8965 $as_echo_n "(cached) " >&6
8969 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8972 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8973 for as_dir
in /sbin
/usr
/sbin
$PATH
8976 test -z "$as_dir" && as_dir
=.
8977 for ac_exec_ext
in '' $ac_executable_extensions; do
8978 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8979 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8987 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8991 PRELINK
=$ac_cv_path_PRELINK
8992 if test -n "$PRELINK"; then
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8994 $as_echo "$PRELINK" >&6; }
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8997 $as_echo "no" >&6; }
9001 if test "x$PRELINK" = xfalse
9003 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
9007 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
9008 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
9009 $as_echo_n "(cached) " >&6
9011 ac_wine_try_cflags_saved
=$CFLAGS
9012 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
9013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9014 /* end confdefs.h. */
9015 int main(int argc, char **argv) { return 0; }
9017 if ac_fn_c_try_link
"$LINENO"; then :
9018 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
9020 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
9022 rm -f core conftest.err conftest.
$ac_objext \
9023 conftest
$ac_exeext conftest.
$ac_ext
9024 CFLAGS
=$ac_wine_try_cflags_saved
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
9027 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
9028 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
9029 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9036 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9037 if ${ac_cv_c_dll_unixware+:} false
; then :
9038 $as_echo_n "(cached) " >&6
9040 ac_wine_try_cflags_saved
=$CFLAGS
9041 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9043 /* end confdefs.h. */
9046 if ac_fn_c_try_link
"$LINENO"; then :
9047 ac_cv_c_dll_unixware
="yes"
9049 ac_cv_c_dll_unixware
="no"
9051 rm -f core conftest.err conftest.
$ac_objext \
9052 conftest
$ac_exeext conftest.
$ac_ext
9053 CFLAGS
=$ac_wine_try_cflags_saved
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9056 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9057 if test "$ac_cv_c_dll_unixware" = "yes"
9059 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9062 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9064 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
9066 LIBWINE_INSTALL_DEV
="libwine.so"
9068 LIBWINE_DEPENDS
="wine.map"
9073 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9074 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9075 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9076 enable_winemac_drv
=${enable_winemac_drv:-no}
9077 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9081 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
9085 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9087 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
9088 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9091 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
9092 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9094 ac_prefix_list
="" ;;
9096 for ac_prog
in $ac_prefix_list
9098 # Extract the first word of "$ac_prog", so it can be a program name with args.
9099 set dummy
$ac_prog; ac_word
=$2
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9101 $as_echo_n "checking for $ac_word... " >&6; }
9102 if ${ac_cv_prog_CROSSCC+:} false
; then :
9103 $as_echo_n "(cached) " >&6
9105 if test -n "$CROSSCC"; then
9106 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9108 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9112 test -z "$as_dir" && as_dir
=.
9113 for ac_exec_ext
in '' $ac_executable_extensions; do
9114 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9115 ac_cv_prog_CROSSCC
="$ac_prog"
9116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9125 CROSSCC
=$ac_cv_prog_CROSSCC
9126 if test -n "$CROSSCC"; then
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9128 $as_echo "$CROSSCC" >&6; }
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9131 $as_echo "no" >&6; }
9135 test -n "$CROSSCC" && break
9137 test -n "$CROSSCC" || CROSSCC
="false"
9139 if test "$CROSSCC" != "false"
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9144 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9146 /* end confdefs.h. */
9156 if ac_fn_c_try_compile
"$LINENO"; then :
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9158 $as_echo "yes" >&6; }
9164 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9165 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9171 $as_echo "no" >&6; }
9173 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9175 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
9181 if test "$ac_cv_header_pthread_h" = "yes"
9183 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
9184 if test "x$ac_cv_func_pthread_create" = xyes
; then :
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
9188 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
9189 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
9190 $as_echo_n "(cached) " >&6
9192 ac_check_lib_save_LIBS
=$LIBS
9193 LIBS
="-lpthread $LIBS"
9194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9195 /* end confdefs.h. */
9197 /* Override any GCC internal prototype to avoid an error.
9198 Use char because int might match the return type of a GCC
9199 builtin and then its argument prototype would still apply. */
9203 char pthread_create ();
9207 return pthread_create ();
9212 if ac_fn_c_try_link
"$LINENO"; then :
9213 ac_cv_lib_pthread_pthread_create
=yes
9215 ac_cv_lib_pthread_pthread_create
=no
9217 rm -f core conftest.err conftest.
$ac_objext \
9218 conftest
$ac_exeext conftest.
$ac_ext
9219 LIBS
=$ac_check_lib_save_LIBS
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9222 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9223 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9224 PTHREAD_LIBS
="-lpthread"
9231 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9232 case "x$with_pthread" in
9234 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9235 Wine cannot support threads without libpthread.
9236 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9243 $as_echo_n "checking for X... " >&6; }
9246 # Check whether --with-x was given.
9247 if test "${with_x+set}" = set; then :
9251 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9252 if test "x$with_x" = xno
; then
9253 # The user explicitly disabled X.
9256 case $x_includes,$x_libraries in #(
9257 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9258 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9259 $as_echo_n "(cached) " >&6
9261 # One or both of the vars are not set, and there is no cached value.
9262 ac_x_includes
=no ac_x_libraries
=no
9263 rm -f -r conftest.dir
9264 if mkdir conftest.dir
; then
9266 cat >Imakefile
<<'_ACEOF'
9268 @echo incroot='${INCROOT}'
9270 @echo usrlibdir='${USRLIBDIR}'
9272 @echo libdir='${LIBDIR}'
9274 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9275 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9276 for ac_var
in incroot usrlibdir libdir
; do
9277 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9279 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9280 for ac_extension
in a so sl dylib la dll
; do
9281 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9282 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9283 ac_im_usrlibdir
=$ac_im_libdir; break
9286 # Screen out bogus values from the imake configuration. They are
9287 # bogus both because they are the default anyway, and because
9288 # using them would break gcc on systems where it needs fixed includes.
9289 case $ac_im_incroot in
9290 /usr
/include
) ac_x_includes
= ;;
9291 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9293 case $ac_im_usrlibdir in
9294 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9295 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9299 rm -f -r conftest.dir
9302 # Standard set of common directories for X headers.
9303 # Check X11 before X11Rn because it is often a symlink to the current release.
9317 /usr/local/X11/include
9318 /usr/local/X11R7/include
9319 /usr/local/X11R6/include
9320 /usr/local/X11R5/include
9321 /usr/local/X11R4/include
9323 /usr/local/include/X11
9324 /usr/local/include/X11R7
9325 /usr/local/include/X11R6
9326 /usr/local/include/X11R5
9327 /usr/local/include/X11R4
9331 /usr/XFree86/include/X11
9335 /usr/unsupported/include
9337 /usr/local/x11r5/include
9338 /usr/lpp/Xamples/include
9340 /usr/openwin/include
9341 /usr/openwin/share/include'
9343 if test "$ac_x_includes" = no
; then
9344 # Guess where to find include files, by looking for Xlib.h.
9345 # First, try using that file with no special directory specified.
9346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h. */
9348 #include <X11/Xlib.h>
9350 if ac_fn_c_try_cpp
"$LINENO"; then :
9351 # We can compile using X headers with no special include directory.
9354 for ac_dir
in $ac_x_header_dirs; do
9355 if test -r "$ac_dir/X11/Xlib.h"; then
9356 ac_x_includes
=$ac_dir
9361 rm -f conftest.err conftest.i conftest.
$ac_ext
9362 fi # $ac_x_includes = no
9364 if test "$ac_x_libraries" = no
; then
9365 # Check for the libraries.
9366 # See if we find them without any special options.
9367 # Don't add to $LIBS permanently.
9370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9371 /* end confdefs.h. */
9372 #include <X11/Xlib.h>
9381 if ac_fn_c_try_link
"$LINENO"; then :
9383 # We can link X programs with no special library path.
9387 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9389 # Don't even attempt the hair of trying to link an X program!
9390 for ac_extension
in a so sl dylib la dll
; do
9391 if test -r "$ac_dir/libX11.$ac_extension"; then
9392 ac_x_libraries
=$ac_dir
9398 rm -f core conftest.err conftest.
$ac_objext \
9399 conftest
$ac_exeext conftest.
$ac_ext
9400 fi # $ac_x_libraries = no
9402 case $ac_x_includes,$ac_x_libraries in #(
9404 # Didn't find X, or a directory has "'" in its name.
9405 ac_cv_have_x
="have_x=no";; #(
9407 # Record where we found X for the cache.
9408 ac_cv_have_x
="have_x=yes\
9409 ac_x_includes='$ac_x_includes'\
9410 ac_x_libraries='$ac_x_libraries'"
9416 eval "$ac_cv_have_x"
9419 if test "$have_x" != yes; then
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9421 $as_echo "$have_x" >&6; }
9424 # If each of the values was on the command line, it overrides each guess.
9425 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9426 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9427 # Update the cache value to reflect the command line values.
9428 ac_cv_have_x
="have_x=yes\
9429 ac_x_includes='$x_includes'\
9430 ac_x_libraries='$x_libraries'"
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9432 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9435 if test "$no_x" = yes; then
9436 # Not all programs may use this symbol, but it does not hurt to define it.
9438 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9440 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9442 if test -n "$x_includes"; then
9443 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9446 # It would also be nice to do this for all -L options, not just this one.
9447 if test -n "$x_libraries"; then
9448 X_LIBS
="$X_LIBS -L$x_libraries"
9449 # For Solaris; some versions of Sun CC require a space after -R and
9450 # others require no space. Words are not sufficient . . . .
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9452 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9453 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9454 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9455 ac_c_werror_flag
=yes
9456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h. */
9467 if ac_fn_c_try_link
"$LINENO"; then :
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9469 $as_echo "no" >&6; }
9470 X_LIBS
="$X_LIBS -R$x_libraries"
9472 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9474 /* end confdefs.h. */
9484 if ac_fn_c_try_link
"$LINENO"; then :
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9486 $as_echo "yes" >&6; }
9487 X_LIBS
="$X_LIBS -R $x_libraries"
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9490 $as_echo "neither works" >&6; }
9492 rm -f core conftest.err conftest.
$ac_objext \
9493 conftest
$ac_exeext conftest.
$ac_ext
9495 rm -f core conftest.err conftest.
$ac_objext \
9496 conftest
$ac_exeext conftest.
$ac_ext
9497 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9501 # Check for system-dependent libraries X programs must link with.
9502 # Do this before checking for the system-independent R6 libraries
9503 # (-lICE), since we may need -lsocket or whatever for X linking.
9505 if test "$ISC" = yes; then
9506 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9508 # Martyn Johnson says this is needed for Ultrix, if the X
9509 # libraries were built with DECnet support. And Karl Berry says
9510 # the Alpha needs dnet_stub (dnet does not exist).
9511 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9513 /* end confdefs.h. */
9515 /* Override any GCC internal prototype to avoid an error.
9516 Use char because int might match the return type of a GCC
9517 builtin and then its argument prototype would still apply. */
9521 char XOpenDisplay ();
9525 return XOpenDisplay ();
9530 if ac_fn_c_try_link
"$LINENO"; then :
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9534 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9535 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9536 $as_echo_n "(cached) " >&6
9538 ac_check_lib_save_LIBS
=$LIBS
9540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h. */
9543 /* Override any GCC internal prototype to avoid an error.
9544 Use char because int might match the return type of a GCC
9545 builtin and then its argument prototype would still apply. */
9553 return dnet_ntoa ();
9558 if ac_fn_c_try_link
"$LINENO"; then :
9559 ac_cv_lib_dnet_dnet_ntoa
=yes
9561 ac_cv_lib_dnet_dnet_ntoa
=no
9563 rm -f core conftest.err conftest.
$ac_objext \
9564 conftest
$ac_exeext conftest.
$ac_ext
9565 LIBS
=$ac_check_lib_save_LIBS
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9568 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9569 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9570 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9573 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9575 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9576 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9577 $as_echo_n "(cached) " >&6
9579 ac_check_lib_save_LIBS
=$LIBS
9580 LIBS
="-ldnet_stub $LIBS"
9581 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9582 /* end confdefs.h. */
9584 /* Override any GCC internal prototype to avoid an error.
9585 Use char because int might match the return type of a GCC
9586 builtin and then its argument prototype would still apply. */
9594 return dnet_ntoa ();
9599 if ac_fn_c_try_link
"$LINENO"; then :
9600 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9602 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9604 rm -f core conftest.err conftest.
$ac_objext \
9605 conftest
$ac_exeext conftest.
$ac_ext
9606 LIBS
=$ac_check_lib_save_LIBS
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9609 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9610 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9611 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9616 rm -f core conftest.err conftest.
$ac_objext \
9617 conftest
$ac_exeext conftest.
$ac_ext
9618 LIBS
="$ac_xsave_LIBS"
9620 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9621 # to get the SysV transport functions.
9622 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9624 # The nsl library prevents programs from opening the X display
9625 # on Irix 5.2, according to T.E. Dickey.
9626 # The functions gethostbyname, getservbyname, and inet_addr are
9627 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9628 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9629 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9633 if test $ac_cv_func_gethostbyname = no
; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9635 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9636 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9637 $as_echo_n "(cached) " >&6
9639 ac_check_lib_save_LIBS
=$LIBS
9641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9642 /* end confdefs.h. */
9644 /* Override any GCC internal prototype to avoid an error.
9645 Use char because int might match the return type of a GCC
9646 builtin and then its argument prototype would still apply. */
9650 char gethostbyname ();
9654 return gethostbyname ();
9659 if ac_fn_c_try_link
"$LINENO"; then :
9660 ac_cv_lib_nsl_gethostbyname
=yes
9662 ac_cv_lib_nsl_gethostbyname
=no
9664 rm -f core conftest.err conftest.
$ac_objext \
9665 conftest
$ac_exeext conftest.
$ac_ext
9666 LIBS
=$ac_check_lib_save_LIBS
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9669 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9670 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9671 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9674 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9676 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9677 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9678 $as_echo_n "(cached) " >&6
9680 ac_check_lib_save_LIBS
=$LIBS
9682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9683 /* end confdefs.h. */
9685 /* Override any GCC internal prototype to avoid an error.
9686 Use char because int might match the return type of a GCC
9687 builtin and then its argument prototype would still apply. */
9691 char gethostbyname ();
9695 return gethostbyname ();
9700 if ac_fn_c_try_link
"$LINENO"; then :
9701 ac_cv_lib_bsd_gethostbyname
=yes
9703 ac_cv_lib_bsd_gethostbyname
=no
9705 rm -f core conftest.err conftest.
$ac_objext \
9706 conftest
$ac_exeext conftest.
$ac_ext
9707 LIBS
=$ac_check_lib_save_LIBS
9709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9710 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9711 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9712 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9718 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9719 # socket/setsockopt and other routines are undefined under SCO ODT
9720 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9721 # on later versions), says Simon Leinen: it contains gethostby*
9722 # variants that don't use the name server (or something). -lsocket
9723 # must be given before -lnsl if both are needed. We assume that
9724 # if connect needs -lnsl, so does gethostbyname.
9725 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9726 if test "x$ac_cv_func_connect" = xyes
; then :
9730 if test $ac_cv_func_connect = no
; then
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9732 $as_echo_n "checking for connect in -lsocket... " >&6; }
9733 if ${ac_cv_lib_socket_connect+:} false
; then :
9734 $as_echo_n "(cached) " >&6
9736 ac_check_lib_save_LIBS
=$LIBS
9737 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9739 /* end confdefs.h. */
9741 /* Override any GCC internal prototype to avoid an error.
9742 Use char because int might match the return type of a GCC
9743 builtin and then its argument prototype would still apply. */
9756 if ac_fn_c_try_link
"$LINENO"; then :
9757 ac_cv_lib_socket_connect
=yes
9759 ac_cv_lib_socket_connect
=no
9761 rm -f core conftest.err conftest.
$ac_objext \
9762 conftest
$ac_exeext conftest.
$ac_ext
9763 LIBS
=$ac_check_lib_save_LIBS
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9766 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9767 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9768 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9773 # Guillermo Gomez says -lposix is necessary on A/UX.
9774 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9775 if test "x$ac_cv_func_remove" = xyes
; then :
9779 if test $ac_cv_func_remove = no
; then
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9781 $as_echo_n "checking for remove in -lposix... " >&6; }
9782 if ${ac_cv_lib_posix_remove+:} false
; then :
9783 $as_echo_n "(cached) " >&6
9785 ac_check_lib_save_LIBS
=$LIBS
9786 LIBS
="-lposix $LIBS"
9787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9788 /* end confdefs.h. */
9790 /* Override any GCC internal prototype to avoid an error.
9791 Use char because int might match the return type of a GCC
9792 builtin and then its argument prototype would still apply. */
9805 if ac_fn_c_try_link
"$LINENO"; then :
9806 ac_cv_lib_posix_remove
=yes
9808 ac_cv_lib_posix_remove
=no
9810 rm -f core conftest.err conftest.
$ac_objext \
9811 conftest
$ac_exeext conftest.
$ac_ext
9812 LIBS
=$ac_check_lib_save_LIBS
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9815 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9816 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9817 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9822 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9823 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9824 if test "x$ac_cv_func_shmat" = xyes
; then :
9828 if test $ac_cv_func_shmat = no
; then
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9830 $as_echo_n "checking for shmat in -lipc... " >&6; }
9831 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9832 $as_echo_n "(cached) " >&6
9834 ac_check_lib_save_LIBS
=$LIBS
9836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9837 /* end confdefs.h. */
9839 /* Override any GCC internal prototype to avoid an error.
9840 Use char because int might match the return type of a GCC
9841 builtin and then its argument prototype would still apply. */
9854 if ac_fn_c_try_link
"$LINENO"; then :
9855 ac_cv_lib_ipc_shmat
=yes
9857 ac_cv_lib_ipc_shmat
=no
9859 rm -f core conftest.err conftest.
$ac_objext \
9860 conftest
$ac_exeext conftest.
$ac_ext
9861 LIBS
=$ac_check_lib_save_LIBS
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9864 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9865 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9866 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9872 # Check for libraries that X11R6 Xt/Xaw programs need.
9873 ac_save_LDFLAGS
=$LDFLAGS
9874 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9875 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9876 # check for ICE first), but we must link in the order -lSM -lICE or
9877 # we get undefined symbols. So assume we have SM if we have ICE.
9878 # These have to be linked with before -lX11, unlike the other
9879 # libraries we check for below, so use a different variable.
9880 # John Interrante, Karl Berry
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9882 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9883 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9884 $as_echo_n "(cached) " >&6
9886 ac_check_lib_save_LIBS
=$LIBS
9887 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9889 /* end confdefs.h. */
9891 /* Override any GCC internal prototype to avoid an error.
9892 Use char because int might match the return type of a GCC
9893 builtin and then its argument prototype would still apply. */
9897 char IceConnectionNumber ();
9901 return IceConnectionNumber ();
9906 if ac_fn_c_try_link
"$LINENO"; then :
9907 ac_cv_lib_ICE_IceConnectionNumber
=yes
9909 ac_cv_lib_ICE_IceConnectionNumber
=no
9911 rm -f core conftest.err conftest.
$ac_objext \
9912 conftest
$ac_exeext conftest.
$ac_ext
9913 LIBS
=$ac_check_lib_save_LIBS
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9916 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9917 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9918 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9921 LDFLAGS
=$ac_save_LDFLAGS
9926 if test "$have_x" = "yes"
9928 ac_save_CPPFLAGS
="$CPPFLAGS"
9929 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9932 $as_echo_n "checking for -lX11... " >&6; }
9933 if ${ac_cv_lib_soname_X11+:} false
; then :
9934 $as_echo_n "(cached) " >&6
9936 ac_check_soname_save_LIBS
=$LIBS
9937 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9947 char XCreateWindow ();
9951 return XCreateWindow ();
9956 if ac_fn_c_try_link
"$LINENO"; then :
9958 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9959 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'` ;;
9960 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9961 if ${ac_cv_lib_soname_X11:+false} :; then :
9962 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9966 rm -f core conftest.err conftest.
$ac_objext \
9967 conftest
$ac_exeext conftest.
$ac_ext
9968 LIBS
=$ac_check_soname_save_LIBS
9970 if ${ac_cv_lib_soname_X11:+false} :; then :
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9972 $as_echo "not found" >&6; }
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9976 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9978 cat >>confdefs.h
<<_ACEOF
9979 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9985 $as_echo_n "checking for -lXext... " >&6; }
9986 if ${ac_cv_lib_soname_Xext+:} false
; then :
9987 $as_echo_n "(cached) " >&6
9989 ac_check_soname_save_LIBS
=$LIBS
9990 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9992 /* end confdefs.h. */
9994 /* Override any GCC internal prototype to avoid an error.
9995 Use char because int might match the return type of a GCC
9996 builtin and then its argument prototype would still apply. */
10000 char XextCreateExtension ();
10004 return XextCreateExtension ();
10009 if ac_fn_c_try_link
"$LINENO"; then :
10011 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10012 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'` ;;
10013 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10014 if ${ac_cv_lib_soname_Xext:+false} :; then :
10015 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10019 rm -f core conftest.err conftest.
$ac_objext \
10020 conftest
$ac_exeext conftest.
$ac_ext
10021 LIBS
=$ac_check_soname_save_LIBS
10023 if ${ac_cv_lib_soname_Xext:+false} :; then :
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10025 $as_echo "not found" >&6; }
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
10029 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10031 cat >>confdefs.h
<<_ACEOF
10032 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10035 X_LIBS
="$X_LIBS -lXext"
10037 X_LIBS
="$X_LIBS -lX11"
10039 for ac_header
in X11
/Xlib.h \
10042 X11
/Xcursor
/Xcursor.h \
10043 X11
/extensions
/shape.h \
10044 X11
/extensions
/XInput.h \
10045 X11
/extensions
/XInput2.h \
10046 X11
/extensions
/XShm.h \
10047 X11
/extensions
/Xcomposite.h \
10048 X11
/extensions
/Xfixes.h \
10049 X11
/extensions
/Xinerama.h \
10050 X11
/extensions
/Xrandr.h \
10051 X11
/extensions
/Xrender.h \
10052 X11
/extensions
/xf86vmode.h \
10053 X11
/extensions
/xf86vmproto.h
10055 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10056 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
10057 # include <X11/Xlib.h>
10059 #ifdef HAVE_X11_XUTIL_H
10060 # include <X11/Xutil.h>
10063 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10064 cat >>confdefs.h
<<_ACEOF
10065 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10073 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
10076 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10077 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
10078 $as_echo_n "(cached) " >&6
10080 ac_check_lib_save_LIBS
=$LIBS
10081 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10085 /* Override any GCC internal prototype to avoid an error.
10086 Use char because int might match the return type of a GCC
10087 builtin and then its argument prototype would still apply. */
10091 char XkbQueryExtension ();
10095 return XkbQueryExtension ();
10100 if ac_fn_c_try_link
"$LINENO"; then :
10101 ac_cv_lib_X11_XkbQueryExtension
=yes
10103 ac_cv_lib_X11_XkbQueryExtension
=no
10105 rm -f core conftest.err conftest.
$ac_objext \
10106 conftest
$ac_exeext conftest.
$ac_ext
10107 LIBS
=$ac_check_lib_save_LIBS
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10110 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10111 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
10113 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10119 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
10122 $as_echo_n "checking for -lXcursor... " >&6; }
10123 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
10124 $as_echo_n "(cached) " >&6
10126 ac_check_soname_save_LIBS
=$LIBS
10127 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
10128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10129 /* end confdefs.h. */
10131 /* Override any GCC internal prototype to avoid an error.
10132 Use char because int might match the return type of a GCC
10133 builtin and then its argument prototype would still apply. */
10137 char XcursorImageLoadCursor ();
10141 return XcursorImageLoadCursor ();
10146 if ac_fn_c_try_link
"$LINENO"; then :
10148 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10149 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'` ;;
10150 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10151 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10152 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10156 rm -f core conftest.err conftest.
$ac_objext \
10157 conftest
$ac_exeext conftest.
$ac_ext
10158 LIBS
=$ac_check_soname_save_LIBS
10160 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10162 $as_echo "not found" >&6; }
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
10166 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10168 cat >>confdefs.h
<<_ACEOF
10169 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10175 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
10176 case "x$with_xcursor" in
10177 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10179 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10180 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
10185 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
10188 $as_echo_n "checking for -lXi... " >&6; }
10189 if ${ac_cv_lib_soname_Xi+:} false
; then :
10190 $as_echo_n "(cached) " >&6
10192 ac_check_soname_save_LIBS
=$LIBS
10193 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
10194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10195 /* end confdefs.h. */
10197 /* Override any GCC internal prototype to avoid an error.
10198 Use char because int might match the return type of a GCC
10199 builtin and then its argument prototype would still apply. */
10203 char XOpenDevice ();
10207 return XOpenDevice ();
10212 if ac_fn_c_try_link
"$LINENO"; then :
10214 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10215 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'` ;;
10216 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10217 if ${ac_cv_lib_soname_Xi:+false} :; then :
10218 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10222 rm -f core conftest.err conftest.
$ac_objext \
10223 conftest
$ac_exeext conftest.
$ac_ext
10224 LIBS
=$ac_check_soname_save_LIBS
10226 if ${ac_cv_lib_soname_Xi:+false} :; then :
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10228 $as_echo "not found" >&6; }
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10232 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10234 cat >>confdefs.h
<<_ACEOF
10235 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10241 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10242 case "x$with_xinput" in
10243 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10245 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10246 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10251 if test "x$ac_cv_lib_soname_Xi" != x
10253 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10254 case "x$with_xinput2" in
10255 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10257 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10258 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10264 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10267 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10268 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10269 $as_echo_n "(cached) " >&6
10271 ac_check_lib_save_LIBS
=$LIBS
10272 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10282 char XShmQueryExtension ();
10286 return XShmQueryExtension ();
10291 if ac_fn_c_try_link
"$LINENO"; then :
10292 ac_cv_lib_Xext_XShmQueryExtension
=yes
10294 ac_cv_lib_Xext_XShmQueryExtension
=no
10296 rm -f core conftest.err conftest.
$ac_objext \
10297 conftest
$ac_exeext conftest.
$ac_ext
10298 LIBS
=$ac_check_lib_save_LIBS
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10301 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10302 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10304 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10309 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10310 case "x$with_xshm" in
10311 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10313 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10314 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10319 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10322 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10323 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10324 $as_echo_n "(cached) " >&6
10326 ac_check_lib_save_LIBS
=$LIBS
10327 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10329 /* end confdefs.h. */
10331 /* Override any GCC internal prototype to avoid an error.
10332 Use char because int might match the return type of a GCC
10333 builtin and then its argument prototype would still apply. */
10337 char XShapeQueryExtension ();
10341 return XShapeQueryExtension ();
10346 if ac_fn_c_try_link
"$LINENO"; then :
10347 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10349 ac_cv_lib_Xext_XShapeQueryExtension
=no
10351 rm -f core conftest.err conftest.
$ac_objext \
10352 conftest
$ac_exeext conftest.
$ac_ext
10353 LIBS
=$ac_check_lib_save_LIBS
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10356 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10357 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10359 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10364 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10365 case "x$with_xshape" in
10366 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10368 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10369 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10374 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10377 $as_echo_n "checking for -lXxf86vm... " >&6; }
10378 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10379 $as_echo_n "(cached) " >&6
10381 ac_check_soname_save_LIBS
=$LIBS
10382 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10384 /* end confdefs.h. */
10386 /* Override any GCC internal prototype to avoid an error.
10387 Use char because int might match the return type of a GCC
10388 builtin and then its argument prototype would still apply. */
10392 char XF86VidModeQueryExtension ();
10396 return XF86VidModeQueryExtension ();
10401 if ac_fn_c_try_link
"$LINENO"; then :
10403 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10404 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'` ;;
10405 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10406 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10407 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10411 rm -f core conftest.err conftest.
$ac_objext \
10412 conftest
$ac_exeext conftest.
$ac_ext
10413 LIBS
=$ac_check_soname_save_LIBS
10415 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10417 $as_echo "not found" >&6; }
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10421 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10423 cat >>confdefs.h
<<_ACEOF
10424 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10430 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10431 case "x$with_xxf86vm" in
10432 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10434 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10435 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10440 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10443 $as_echo_n "checking for -lXrender... " >&6; }
10444 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10445 $as_echo_n "(cached) " >&6
10447 ac_check_soname_save_LIBS
=$LIBS
10448 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10458 char XRenderQueryExtension ();
10462 return XRenderQueryExtension ();
10467 if ac_fn_c_try_link
"$LINENO"; then :
10469 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10470 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'` ;;
10471 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10472 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10473 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10477 rm -f core conftest.err conftest.
$ac_objext \
10478 conftest
$ac_exeext conftest.
$ac_ext
10479 LIBS
=$ac_check_soname_save_LIBS
10481 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10483 $as_echo "not found" >&6; }
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10487 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10489 cat >>confdefs.h
<<_ACEOF
10490 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10494 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10495 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10496 $as_echo_n "(cached) " >&6
10498 ac_check_lib_save_LIBS
=$LIBS
10499 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10501 /* end confdefs.h. */
10503 /* Override any GCC internal prototype to avoid an error.
10504 Use char because int might match the return type of a GCC
10505 builtin and then its argument prototype would still apply. */
10509 char XRenderSetPictureTransform ();
10513 return XRenderSetPictureTransform ();
10518 if ac_fn_c_try_link
"$LINENO"; then :
10519 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10521 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10523 rm -f core conftest.err conftest.
$ac_objext \
10524 conftest
$ac_exeext conftest.
$ac_ext
10525 LIBS
=$ac_check_lib_save_LIBS
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10528 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10529 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10531 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10536 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10537 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10538 $as_echo_n "(cached) " >&6
10540 ac_check_lib_save_LIBS
=$LIBS
10541 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10543 /* end confdefs.h. */
10545 /* Override any GCC internal prototype to avoid an error.
10546 Use char because int might match the return type of a GCC
10547 builtin and then its argument prototype would still apply. */
10551 char XRenderCreateLinearGradient ();
10555 return XRenderCreateLinearGradient ();
10560 if ac_fn_c_try_link
"$LINENO"; then :
10561 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10563 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10565 rm -f core conftest.err conftest.
$ac_objext \
10566 conftest
$ac_exeext conftest.
$ac_ext
10567 LIBS
=$ac_check_lib_save_LIBS
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10570 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10571 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10573 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10580 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10581 case "x$with_xrender" in
10582 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10584 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10585 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10590 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10594 #include <X11/Xlib.h>
10595 #include <X11/extensions/Xrandr.h>
10599 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10604 if ac_fn_c_try_compile
"$LINENO"; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10606 $as_echo_n "checking for -lXrandr... " >&6; }
10607 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10608 $as_echo_n "(cached) " >&6
10610 ac_check_soname_save_LIBS
=$LIBS
10611 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10613 /* end confdefs.h. */
10615 /* Override any GCC internal prototype to avoid an error.
10616 Use char because int might match the return type of a GCC
10617 builtin and then its argument prototype would still apply. */
10621 char XRRQueryExtension ();
10625 return XRRQueryExtension ();
10630 if ac_fn_c_try_link
"$LINENO"; then :
10632 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10633 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'` ;;
10634 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10635 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10636 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10640 rm -f core conftest.err conftest.
$ac_objext \
10641 conftest
$ac_exeext conftest.
$ac_ext
10642 LIBS
=$ac_check_soname_save_LIBS
10644 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10646 $as_echo "not found" >&6; }
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10650 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10652 cat >>confdefs.h
<<_ACEOF
10653 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10657 /* end confdefs.h. */
10658 #include <X11/Xlib.h>
10659 #include <X11/extensions/Xrandr.h>
10663 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10668 if ac_fn_c_try_compile
"$LINENO"; then :
10670 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10673 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10678 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10679 case "x$with_xrandr" in
10680 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10682 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10683 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10688 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10691 /* end confdefs.h. */
10692 #include <X11/Xlib.h>
10693 #include <X11/extensions/Xfixes.h>
10697 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10702 if ac_fn_c_try_compile
"$LINENO"; then :
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10704 $as_echo_n "checking for -lXfixes... " >&6; }
10705 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10706 $as_echo_n "(cached) " >&6
10708 ac_check_soname_save_LIBS
=$LIBS
10709 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10711 /* end confdefs.h. */
10713 /* Override any GCC internal prototype to avoid an error.
10714 Use char because int might match the return type of a GCC
10715 builtin and then its argument prototype would still apply. */
10719 char XFixesQueryVersion ();
10723 return XFixesQueryVersion ();
10728 if ac_fn_c_try_link
"$LINENO"; then :
10730 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10731 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'` ;;
10732 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10733 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10734 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10738 rm -f core conftest.err conftest.
$ac_objext \
10739 conftest
$ac_exeext conftest.
$ac_ext
10740 LIBS
=$ac_check_soname_save_LIBS
10742 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10744 $as_echo "not found" >&6; }
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10748 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10750 cat >>confdefs.h
<<_ACEOF
10751 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10759 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10760 case "x$with_xfixes" in
10761 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10763 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10764 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10769 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10772 /* end confdefs.h. */
10773 #include <X11/Xlib.h>
10774 #include <X11/extensions/Xinerama.h>
10778 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10783 if ac_fn_c_try_compile
"$LINENO"; then :
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10785 $as_echo_n "checking for -lXinerama... " >&6; }
10786 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10787 $as_echo_n "(cached) " >&6
10789 ac_check_soname_save_LIBS
=$LIBS
10790 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10794 /* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10800 char XineramaQueryScreens ();
10804 return XineramaQueryScreens ();
10809 if ac_fn_c_try_link
"$LINENO"; then :
10811 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10812 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'` ;;
10813 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10814 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10815 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10819 rm -f core conftest.err conftest.
$ac_objext \
10820 conftest
$ac_exeext conftest.
$ac_ext
10821 LIBS
=$ac_check_soname_save_LIBS
10823 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10825 $as_echo "not found" >&6; }
10828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10829 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10831 cat >>confdefs.h
<<_ACEOF
10832 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10838 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10840 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10841 case "x$with_xinerama" in
10842 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10844 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10845 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10850 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10853 $as_echo_n "checking for -lXcomposite... " >&6; }
10854 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10855 $as_echo_n "(cached) " >&6
10857 ac_check_soname_save_LIBS
=$LIBS
10858 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10860 /* end confdefs.h. */
10862 /* Override any GCC internal prototype to avoid an error.
10863 Use char because int might match the return type of a GCC
10864 builtin and then its argument prototype would still apply. */
10868 char XCompositeRedirectWindow ();
10872 return XCompositeRedirectWindow ();
10877 if ac_fn_c_try_link
"$LINENO"; then :
10879 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10880 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'` ;;
10881 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10882 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10883 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10887 rm -f core conftest.err conftest.
$ac_objext \
10888 conftest
$ac_exeext conftest.
$ac_ext
10889 LIBS
=$ac_check_soname_save_LIBS
10891 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10893 $as_echo "not found" >&6; }
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10897 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10899 cat >>confdefs.h
<<_ACEOF
10900 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10906 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10907 case "x$with_xcomposite" in
10908 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10910 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10911 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10916 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10917 #include <X11/Xlib.h>
10920 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10922 cat >>confdefs.h
<<_ACEOF
10923 #define HAVE_XICCALLBACK_CALLBACK 1
10928 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10929 #include <X11/Xlib.h>
10932 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10934 cat >>confdefs.h
<<_ACEOF
10935 #define HAVE_XEVENT_XCOOKIE 1
10944 if test "x$with_opengl" != "xno"
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10947 $as_echo_n "checking for -lGL... " >&6; }
10948 if ${ac_cv_lib_soname_GL+:} false
; then :
10949 $as_echo_n "(cached) " >&6
10951 ac_check_soname_save_LIBS
=$LIBS
10952 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10954 /* end confdefs.h. */
10956 /* Override any GCC internal prototype to avoid an error.
10957 Use char because int might match the return type of a GCC
10958 builtin and then its argument prototype would still apply. */
10962 char glXCreateContext ();
10966 return glXCreateContext ();
10971 if ac_fn_c_try_link
"$LINENO"; then :
10973 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10974 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'` ;;
10975 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10976 if ${ac_cv_lib_soname_GL:+false} :; then :
10977 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10981 rm -f core conftest.err conftest.
$ac_objext \
10982 conftest
$ac_exeext conftest.
$ac_ext
10983 LIBS
=$ac_check_soname_save_LIBS
10985 if ${ac_cv_lib_soname_GL:+false} :; then :
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10987 $as_echo "not found" >&6; }
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10989 $as_echo_n "checking for -lGL... " >&6; }
10990 if ${ac_cv_lib_soname_GL+:} false
; then :
10991 $as_echo_n "(cached) " >&6
10993 ac_check_soname_save_LIBS
=$LIBS
10994 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"
10995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10996 /* end confdefs.h. */
10998 /* Override any GCC internal prototype to avoid an error.
10999 Use char because int might match the return type of a GCC
11000 builtin and then its argument prototype would still apply. */
11004 char glXCreateContext ();
11008 return glXCreateContext ();
11013 if ac_fn_c_try_link
"$LINENO"; then :
11015 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11016 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'` ;;
11017 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11018 if ${ac_cv_lib_soname_GL:+false} :; then :
11019 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11023 rm -f core conftest.err conftest.
$ac_objext \
11024 conftest
$ac_exeext conftest.
$ac_ext
11025 LIBS
=$ac_check_soname_save_LIBS
11027 if ${ac_cv_lib_soname_GL:+false} :; then :
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11029 $as_echo "not found" >&6; }
11030 if test -f /usr
/X11R
6/lib
/libGL.a
11032 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
11033 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11035 opengl_msg
="No OpenGL library found on this system."
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11039 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11041 cat >>confdefs.h
<<_ACEOF
11042 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11045 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"
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11049 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11051 cat >>confdefs.h
<<_ACEOF
11052 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11057 if test "x$with_glu" != "xno"
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
11060 $as_echo_n "checking for -lGLU... " >&6; }
11061 if ${ac_cv_lib_soname_GLU+:} false
; then :
11062 $as_echo_n "(cached) " >&6
11064 ac_check_soname_save_LIBS
=$LIBS
11065 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11067 /* end confdefs.h. */
11069 /* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
11071 builtin and then its argument prototype would still apply. */
11079 return gluLookAt ();
11084 if ac_fn_c_try_link
"$LINENO"; then :
11086 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11087 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'` ;;
11088 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11089 if ${ac_cv_lib_soname_GLU:+false} :; then :
11090 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11094 rm -f core conftest.err conftest.
$ac_objext \
11095 conftest
$ac_exeext conftest.
$ac_ext
11096 LIBS
=$ac_check_soname_save_LIBS
11098 if ${ac_cv_lib_soname_GLU:+false} :; then :
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11100 $as_echo "not found" >&6; }
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
11104 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11106 cat >>confdefs.h
<<_ACEOF
11107 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11112 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
11113 case "x$with_glu" in
11114 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11116 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
11117 This is an error since --with-glu was requested." "$LINENO" 5 ;;
11123 if test "x$with_osmesa" != "xno"
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
11126 $as_echo_n "checking for -lOSMesa... " >&6; }
11127 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
11128 $as_echo_n "(cached) " >&6
11130 ac_check_soname_save_LIBS
=$LIBS
11131 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11133 /* end confdefs.h. */
11135 /* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11141 char OSMesaGetProcAddress ();
11145 return OSMesaGetProcAddress ();
11150 if ac_fn_c_try_link
"$LINENO"; then :
11152 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11153 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'` ;;
11154 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11155 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11156 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11160 rm -f core conftest.err conftest.
$ac_objext \
11161 conftest
$ac_exeext conftest.
$ac_ext
11162 LIBS
=$ac_check_soname_save_LIBS
11164 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11166 $as_echo "not found" >&6; }
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
11170 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
11172 cat >>confdefs.h
<<_ACEOF
11173 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
11178 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
11179 case "x$with_osmesa" in
11180 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
11182 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
11183 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
11189 if test -n "$opengl_msg"; then :
11190 case "x$with_opengl" in
11191 x
) as_fn_append wine_warnings
"|$opengl_msg
11192 OpenGL and Direct3D won't be supported." ;;
11194 *) as_fn_error $?
"$opengl_msg
11195 OpenGL and Direct3D won't be supported.
11196 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
11201 CPPFLAGS
="$ac_save_CPPFLAGS"
11207 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
11209 if test "x$X_LIBS" = "x"; then :
11212 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
11213 without X support, which probably isn't what you want. You will need
11214 to install ${notice_platform}development packages of Xlib at the very least.
11215 Use the --without-x option if you really want this." "$LINENO" 5 ;;
11217 enable_winex11_drv
=${enable_winex11_drv:-no}
11220 if test "x$X_LIBS" = "x"; then :
11222 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11224 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11225 This is an error since --with-x was requested." "$LINENO" 5 ;;
11227 enable_winex11_drv
=${enable_winex11_drv:-no}
11231 if test "$ac_cv_header_CL_cl_h" = "yes"
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11234 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11235 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11236 $as_echo_n "(cached) " >&6
11238 ac_check_lib_save_LIBS
=$LIBS
11239 LIBS
="-lOpenCL $LIBS"
11240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11241 /* end confdefs.h. */
11243 /* Override any GCC internal prototype to avoid an error.
11244 Use char because int might match the return type of a GCC
11245 builtin and then its argument prototype would still apply. */
11249 char clGetPlatformInfo ();
11253 return clGetPlatformInfo ();
11258 if ac_fn_c_try_link
"$LINENO"; then :
11259 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11261 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11263 rm -f core conftest.err conftest.
$ac_objext \
11264 conftest
$ac_exeext conftest.
$ac_ext
11265 LIBS
=$ac_check_lib_save_LIBS
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11268 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11269 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11270 OPENCL_LIBS
="-lOpenCL"
11275 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11276 case "x$with_opencl" in
11277 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11279 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11280 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11282 enable_opencl
=${enable_opencl:-no}
11285 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11288 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11289 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11290 $as_echo_n "(cached) " >&6
11292 ac_check_lib_save_LIBS
=$LIBS
11293 LIBS
="-lpcap $LIBS"
11294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11295 /* end confdefs.h. */
11297 /* Override any GCC internal prototype to avoid an error.
11298 Use char because int might match the return type of a GCC
11299 builtin and then its argument prototype would still apply. */
11303 char pcap_create ();
11307 return pcap_create ();
11312 if ac_fn_c_try_link
"$LINENO"; then :
11313 ac_cv_lib_pcap_pcap_create
=yes
11315 ac_cv_lib_pcap_pcap_create
=no
11317 rm -f core conftest.err conftest.
$ac_objext \
11318 conftest
$ac_exeext conftest.
$ac_ext
11319 LIBS
=$ac_check_lib_save_LIBS
11321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11322 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11323 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11329 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11330 case "x$with_pcap" in
11331 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11333 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11334 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11336 enable_wpcap
=${enable_wpcap:-no}
11340 if test "x$with_xml" != "xno"
11342 if ${XML2_CFLAGS:+false} :; then :
11343 if ${PKG_CONFIG+:} false
; then :
11344 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11347 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11348 if ${XML2_LIBS:+false} :; then :
11349 if ${PKG_CONFIG+:} false
; then :
11350 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11353 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11354 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11355 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11356 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11357 ac_save_CPPFLAGS
=$CPPFLAGS
11358 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11359 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11361 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11362 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11363 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11364 cat >>confdefs.h
<<_ACEOF
11365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11372 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"
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11375 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11376 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11377 $as_echo_n "(cached) " >&6
11379 ac_check_lib_save_LIBS
=$LIBS
11380 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11382 /* end confdefs.h. */
11384 /* Override any GCC internal prototype to avoid an error.
11385 Use char because int might match the return type of a GCC
11386 builtin and then its argument prototype would still apply. */
11390 char xmlParseMemory ();
11394 return xmlParseMemory ();
11399 if ac_fn_c_try_link
"$LINENO"; then :
11400 ac_cv_lib_xml2_xmlParseMemory
=yes
11402 ac_cv_lib_xml2_xmlParseMemory
=no
11404 rm -f core conftest.err conftest.
$ac_objext \
11405 conftest
$ac_exeext conftest.
$ac_ext
11406 LIBS
=$ac_check_lib_save_LIBS
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11409 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11410 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11412 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11419 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11420 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11421 $as_echo_n "(cached) " >&6
11423 ac_check_lib_save_LIBS
=$LIBS
11424 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11426 /* end confdefs.h. */
11428 /* Override any GCC internal prototype to avoid an error.
11429 Use char because int might match the return type of a GCC
11430 builtin and then its argument prototype would still apply. */
11434 char xmlReadMemory ();
11438 return xmlReadMemory ();
11443 if ac_fn_c_try_link
"$LINENO"; then :
11444 ac_cv_lib_xml2_xmlReadMemory
=yes
11446 ac_cv_lib_xml2_xmlReadMemory
=no
11448 rm -f core conftest.err conftest.
$ac_objext \
11449 conftest
$ac_exeext conftest.
$ac_ext
11450 LIBS
=$ac_check_lib_save_LIBS
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11453 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11454 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11456 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11461 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11462 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11463 $as_echo_n "(cached) " >&6
11465 ac_check_lib_save_LIBS
=$LIBS
11466 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11468 /* end confdefs.h. */
11470 /* Override any GCC internal prototype to avoid an error.
11471 Use char because int might match the return type of a GCC
11472 builtin and then its argument prototype would still apply. */
11476 char xmlNewDocPI ();
11480 return xmlNewDocPI ();
11485 if ac_fn_c_try_link
"$LINENO"; then :
11486 ac_cv_lib_xml2_xmlNewDocPI
=yes
11488 ac_cv_lib_xml2_xmlNewDocPI
=no
11490 rm -f core conftest.err conftest.
$ac_objext \
11491 conftest
$ac_exeext conftest.
$ac_ext
11492 LIBS
=$ac_check_lib_save_LIBS
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11495 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11496 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11498 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11503 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11504 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11505 $as_echo_n "(cached) " >&6
11507 ac_check_lib_save_LIBS
=$LIBS
11508 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11510 /* end confdefs.h. */
11512 /* Override any GCC internal prototype to avoid an error.
11513 Use char because int might match the return type of a GCC
11514 builtin and then its argument prototype would still apply. */
11518 char xmlSchemaSetParserStructuredErrors ();
11522 return xmlSchemaSetParserStructuredErrors ();
11527 if ac_fn_c_try_link
"$LINENO"; then :
11528 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11530 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11532 rm -f core conftest.err conftest.
$ac_objext \
11533 conftest
$ac_exeext conftest.
$ac_ext
11534 LIBS
=$ac_check_lib_save_LIBS
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11537 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11538 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11540 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11545 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11546 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11547 $as_echo_n "(cached) " >&6
11549 ac_check_lib_save_LIBS
=$LIBS
11550 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h. */
11554 /* Override any GCC internal prototype to avoid an error.
11555 Use char because int might match the return type of a GCC
11556 builtin and then its argument prototype would still apply. */
11560 char xmlSchemaSetValidStructuredErrors ();
11564 return xmlSchemaSetValidStructuredErrors ();
11569 if ac_fn_c_try_link
"$LINENO"; then :
11570 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11572 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11574 rm -f core conftest.err conftest.
$ac_objext \
11575 conftest
$ac_exeext conftest.
$ac_ext
11576 LIBS
=$ac_check_lib_save_LIBS
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11579 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11580 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11582 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11587 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11588 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11589 $as_echo_n "(cached) " >&6
11591 ac_check_lib_save_LIBS
=$LIBS
11592 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11594 /* end confdefs.h. */
11596 /* Override any GCC internal prototype to avoid an error.
11597 Use char because int might match the return type of a GCC
11598 builtin and then its argument prototype would still apply. */
11602 char xmlFirstElementChild ();
11606 return xmlFirstElementChild ();
11611 if ac_fn_c_try_link
"$LINENO"; then :
11612 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11614 ac_cv_lib_xml2_xmlFirstElementChild
=no
11616 rm -f core conftest.err conftest.
$ac_objext \
11617 conftest
$ac_exeext conftest.
$ac_ext
11618 LIBS
=$ac_check_lib_save_LIBS
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11621 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11622 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11624 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11628 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11630 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11632 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11640 CPPFLAGS
=$ac_save_CPPFLAGS
11641 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11642 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11645 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11646 case "x$with_xml" in
11647 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11649 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11650 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11655 if test "x$with_xslt" != "xno"
11657 if ${XSLT_CFLAGS:+false} :; then :
11658 if ${PKG_CONFIG+:} false
; then :
11659 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11662 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11663 if ${XSLT_LIBS:+false} :; then :
11664 if ${PKG_CONFIG+:} false
; then :
11665 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11668 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11669 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11670 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11671 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11672 ac_save_CPPFLAGS
=$CPPFLAGS
11673 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11674 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11676 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11677 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11678 # include <libxslt/pattern.h>
11681 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11682 cat >>confdefs.h
<<_ACEOF
11683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11690 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11693 $as_echo_n "checking for -lxslt... " >&6; }
11694 if ${ac_cv_lib_soname_xslt+:} false
; then :
11695 $as_echo_n "(cached) " >&6
11697 ac_check_soname_save_LIBS
=$LIBS
11698 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11700 /* end confdefs.h. */
11702 /* Override any GCC internal prototype to avoid an error.
11703 Use char because int might match the return type of a GCC
11704 builtin and then its argument prototype would still apply. */
11708 char xsltCompilePattern ();
11712 return xsltCompilePattern ();
11717 if ac_fn_c_try_link
"$LINENO"; then :
11719 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11720 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'` ;;
11721 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11722 if ${ac_cv_lib_soname_xslt:+false} :; then :
11723 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11727 rm -f core conftest.err conftest.
$ac_objext \
11728 conftest
$ac_exeext conftest.
$ac_ext
11729 LIBS
=$ac_check_soname_save_LIBS
11731 if ${ac_cv_lib_soname_xslt:+false} :; then :
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11733 $as_echo "not found" >&6; }
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11737 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11739 cat >>confdefs.h
<<_ACEOF
11740 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11748 CPPFLAGS
=$ac_save_CPPFLAGS
11749 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11750 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11753 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11754 case "x$with_xslt" in
11755 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11757 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11758 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11763 if test "x$with_dbus" != "xno"
11765 if ${DBUS_CFLAGS:+false} :; then :
11766 if ${PKG_CONFIG+:} false
; then :
11767 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11771 if ${DBUS_LIBS:+false} :; then :
11772 if ${PKG_CONFIG+:} false
; then :
11773 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11778 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11779 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11780 ac_save_CPPFLAGS
=$CPPFLAGS
11781 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11782 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11783 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11785 $as_echo_n "checking for -ldbus-1... " >&6; }
11786 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11787 $as_echo_n "(cached) " >&6
11789 ac_check_soname_save_LIBS
=$LIBS
11790 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11792 /* end confdefs.h. */
11794 /* Override any GCC internal prototype to avoid an error.
11795 Use char because int might match the return type of a GCC
11796 builtin and then its argument prototype would still apply. */
11800 char dbus_connection_close ();
11804 return dbus_connection_close ();
11809 if ac_fn_c_try_link
"$LINENO"; then :
11811 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11812 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'` ;;
11813 *) 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'`
11814 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11815 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11819 rm -f core conftest.err conftest.
$ac_objext \
11820 conftest
$ac_exeext conftest.
$ac_ext
11821 LIBS
=$ac_check_soname_save_LIBS
11823 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11825 $as_echo "not found" >&6; }
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11829 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11831 cat >>confdefs.h
<<_ACEOF
11832 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11842 CPPFLAGS
=$ac_save_CPPFLAGS
11843 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11844 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11847 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11848 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11849 case "x$with_dbus" in
11850 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11852 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11853 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11858 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11860 if ${HAL_CFLAGS:+false} :; then :
11861 if ${PKG_CONFIG+:} false
; then :
11862 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11866 if ${HAL_LIBS:+false} :; then :
11867 if ${PKG_CONFIG+:} false
; then :
11868 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11872 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11873 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11874 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11875 ac_save_CPPFLAGS
=$CPPFLAGS
11876 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11877 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11878 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11880 $as_echo_n "checking for -lhal... " >&6; }
11881 if ${ac_cv_lib_soname_hal+:} false
; then :
11882 $as_echo_n "(cached) " >&6
11884 ac_check_soname_save_LIBS
=$LIBS
11885 LIBS
="-lhal $HAL_LIBS $LIBS"
11886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11889 /* Override any GCC internal prototype to avoid an error.
11890 Use char because int might match the return type of a GCC
11891 builtin and then its argument prototype would still apply. */
11895 char libhal_ctx_new ();
11899 return libhal_ctx_new ();
11904 if ac_fn_c_try_link
"$LINENO"; then :
11906 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11907 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'` ;;
11908 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11909 if ${ac_cv_lib_soname_hal:+false} :; then :
11910 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11914 rm -f core conftest.err conftest.
$ac_objext \
11915 conftest
$ac_exeext conftest.
$ac_ext
11916 LIBS
=$ac_check_soname_save_LIBS
11918 if ${ac_cv_lib_soname_hal:+false} :; then :
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11920 $as_echo "not found" >&6; }
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11924 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11926 cat >>confdefs.h
<<_ACEOF
11927 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11937 CPPFLAGS
=$ac_save_CPPFLAGS
11938 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11939 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11941 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11942 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11943 case "x$with_hal" in
11944 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11946 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11947 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11953 if test "x$with_gnutls" != "xno"
11955 if ${GNUTLS_CFLAGS:+false} :; then :
11956 if ${PKG_CONFIG+:} false
; then :
11957 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11961 if ${GNUTLS_LIBS:+false} :; then :
11962 if ${PKG_CONFIG+:} false
; then :
11963 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11968 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11969 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11970 ac_save_CPPFLAGS
=$CPPFLAGS
11971 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11972 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11973 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11975 /* end confdefs.h. */
11976 #include <gnutls/gnutls.h>
11977 #include <gnutls/crypto.h>
11981 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11986 if ac_fn_c_try_compile
"$LINENO"; then :
11987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11988 $as_echo_n "checking for -lgnutls... " >&6; }
11989 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11990 $as_echo_n "(cached) " >&6
11992 ac_check_soname_save_LIBS
=$LIBS
11993 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h. */
11997 /* Override any GCC internal prototype to avoid an error.
11998 Use char because int might match the return type of a GCC
11999 builtin and then its argument prototype would still apply. */
12003 char gnutls_global_init ();
12007 return gnutls_global_init ();
12012 if ac_fn_c_try_link
"$LINENO"; then :
12014 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12015 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'` ;;
12016 *) 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'`
12017 if ${ac_cv_lib_soname_gnutls:+false} :; then :
12018 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'`
12022 rm -f core conftest.err conftest.
$ac_objext \
12023 conftest
$ac_exeext conftest.
$ac_ext
12024 LIBS
=$ac_check_soname_save_LIBS
12026 if ${ac_cv_lib_soname_gnutls:+false} :; then :
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12028 $as_echo "not found" >&6; }
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
12032 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
12034 cat >>confdefs.h
<<_ACEOF
12035 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12040 ac_wine_check_funcs_save_LIBS
="$LIBS"
12041 LIBS
="$LIBS $GNUTLS_LIBS"
12042 for ac_func
in gnutls_cipher_init
12044 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
12045 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
12046 cat >>confdefs.h
<<_ACEOF
12047 #define HAVE_GNUTLS_CIPHER_INIT 1
12051 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
12055 LIBS
="$ac_wine_check_funcs_save_LIBS"
12057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12063 CPPFLAGS
=$ac_save_CPPFLAGS
12064 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12065 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12068 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
12069 case "x$with_gnutls" in
12070 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12072 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
12073 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
12079 if test "$ac_cv_header_ncurses_h" = "yes"
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
12082 $as_echo_n "checking for -lncurses... " >&6; }
12083 if ${ac_cv_lib_soname_ncurses+:} false
; then :
12084 $as_echo_n "(cached) " >&6
12086 ac_check_soname_save_LIBS
=$LIBS
12087 LIBS
="-lncurses $LIBS"
12088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12089 /* end confdefs.h. */
12091 /* Override any GCC internal prototype to avoid an error.
12092 Use char because int might match the return type of a GCC
12093 builtin and then its argument prototype would still apply. */
12106 if ac_fn_c_try_link
"$LINENO"; then :
12108 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12109 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'` ;;
12110 *) 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'`
12111 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12112 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12116 rm -f core conftest.err conftest.
$ac_objext \
12117 conftest
$ac_exeext conftest.
$ac_ext
12118 LIBS
=$ac_check_soname_save_LIBS
12120 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12122 $as_echo "not found" >&6; }
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
12126 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
12128 cat >>confdefs.h
<<_ACEOF
12129 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12132 CURSES_LIBS
="-lncurses"
12134 elif test "$ac_cv_header_curses_h" = "yes"
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
12137 $as_echo_n "checking for -lcurses... " >&6; }
12138 if ${ac_cv_lib_soname_curses+:} false
; then :
12139 $as_echo_n "(cached) " >&6
12141 ac_check_soname_save_LIBS
=$LIBS
12142 LIBS
="-lcurses $LIBS"
12143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12144 /* end confdefs.h. */
12146 /* Override any GCC internal prototype to avoid an error.
12147 Use char because int might match the return type of a GCC
12148 builtin and then its argument prototype would still apply. */
12161 if ac_fn_c_try_link
"$LINENO"; then :
12163 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12164 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'` ;;
12165 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12166 if ${ac_cv_lib_soname_curses:+false} :; then :
12167 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12171 rm -f core conftest.err conftest.
$ac_objext \
12172 conftest
$ac_exeext conftest.
$ac_ext
12173 LIBS
=$ac_check_soname_save_LIBS
12175 if ${ac_cv_lib_soname_curses:+false} :; then :
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12177 $as_echo "not found" >&6; }
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
12181 $as_echo "$ac_cv_lib_soname_curses" >&6; }
12183 cat >>confdefs.h
<<_ACEOF
12184 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12187 CURSES_LIBS
="-lcurses"
12190 ac_save_LIBS
="$LIBS"
12191 LIBS
="$LIBS $CURSES_LIBS"
12192 for ac_func
in mousemask
12194 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
12195 if test "x$ac_cv_func_mousemask" = xyes
; then :
12196 cat >>confdefs.h
<<_ACEOF
12197 #define HAVE_MOUSEMASK 1
12203 LIBS
="$ac_save_LIBS"
12204 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
12205 case "x$with_curses" in
12206 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
12208 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
12209 This is an error since --with-curses was requested." "$LINENO" 5 ;;
12214 if test "x$with_sane" != "xno"
12216 if ${SANE_CFLAGS:+false} :; then :
12217 if ${PKG_CONFIG+:} false
; then :
12218 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12221 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12222 if ${SANE_LIBS:+false} :; then :
12223 if ${PKG_CONFIG+:} false
; then :
12224 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12227 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12229 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12230 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12231 ac_save_CPPFLAGS
=$CPPFLAGS
12232 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12233 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12234 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12236 $as_echo_n "checking for -lsane... " >&6; }
12237 if ${ac_cv_lib_soname_sane+:} false
; then :
12238 $as_echo_n "(cached) " >&6
12240 ac_check_soname_save_LIBS
=$LIBS
12241 LIBS
="-lsane $SANE_LIBS $LIBS"
12242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12255 return sane_init ();
12260 if ac_fn_c_try_link
"$LINENO"; then :
12262 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12263 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'` ;;
12264 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12265 if ${ac_cv_lib_soname_sane:+false} :; then :
12266 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12270 rm -f core conftest.err conftest.
$ac_objext \
12271 conftest
$ac_exeext conftest.
$ac_ext
12272 LIBS
=$ac_check_soname_save_LIBS
12274 if ${ac_cv_lib_soname_sane:+false} :; then :
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12276 $as_echo "not found" >&6; }
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12280 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12282 cat >>confdefs.h
<<_ACEOF
12283 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12293 CPPFLAGS
=$ac_save_CPPFLAGS
12294 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12295 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12298 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12299 case "x$with_sane" in
12300 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12302 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12303 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12308 if test "x$with_v4l" != "xno"
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12311 $as_echo_n "checking for -lv4l1... " >&6; }
12312 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12313 $as_echo_n "(cached) " >&6
12315 ac_check_soname_save_LIBS
=$LIBS
12316 LIBS
="-lv4l1 $LIBS"
12317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12318 /* end confdefs.h. */
12320 /* Override any GCC internal prototype to avoid an error.
12321 Use char because int might match the return type of a GCC
12322 builtin and then its argument prototype would still apply. */
12330 return v4l1_open ();
12335 if ac_fn_c_try_link
"$LINENO"; then :
12337 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12338 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'` ;;
12339 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12340 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12341 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12345 rm -f core conftest.err conftest.
$ac_objext \
12346 conftest
$ac_exeext conftest.
$ac_ext
12347 LIBS
=$ac_check_soname_save_LIBS
12349 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12351 $as_echo "not found" >&6; }
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12355 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12357 cat >>confdefs.h
<<_ACEOF
12358 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12364 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12365 case "x$with_v4l" in
12366 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12368 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12369 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12374 if test "x$with_gphoto" != "xno"
12376 if ${GPHOTO2_CFLAGS:+false} :; then :
12377 if ${PKG_CONFIG+:} false
; then :
12378 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12381 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12382 if ${GPHOTO2_LIBS:+false} :; then :
12383 if ${PKG_CONFIG+:} false
; then :
12384 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12387 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12388 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12389 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12390 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12391 ac_save_CPPFLAGS
=$CPPFLAGS
12392 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12393 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12394 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12396 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12397 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12398 $as_echo_n "(cached) " >&6
12400 ac_check_lib_save_LIBS
=$LIBS
12401 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12402 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12403 /* end confdefs.h. */
12405 /* Override any GCC internal prototype to avoid an error.
12406 Use char because int might match the return type of a GCC
12407 builtin and then its argument prototype would still apply. */
12411 char gp_camera_new ();
12415 return gp_camera_new ();
12420 if ac_fn_c_try_link
"$LINENO"; then :
12421 ac_cv_lib_gphoto2_gp_camera_new
=yes
12423 ac_cv_lib_gphoto2_gp_camera_new
=no
12425 rm -f core conftest.err conftest.
$ac_objext \
12426 conftest
$ac_exeext conftest.
$ac_ext
12427 LIBS
=$ac_check_lib_save_LIBS
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12430 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12431 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12433 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12436 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12440 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12444 CPPFLAGS
=$ac_save_CPPFLAGS
12445 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12446 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12448 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12449 if ${PKG_CONFIG+:} false
; then :
12450 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12453 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12454 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12455 if ${PKG_CONFIG+:} false
; then :
12456 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12459 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12460 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12461 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12462 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12463 ac_save_CPPFLAGS
=$CPPFLAGS
12464 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12465 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12466 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12468 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12469 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12470 $as_echo_n "(cached) " >&6
12472 ac_check_lib_save_LIBS
=$LIBS
12473 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12475 /* end confdefs.h. */
12477 /* Override any GCC internal prototype to avoid an error.
12478 Use char because int might match the return type of a GCC
12479 builtin and then its argument prototype would still apply. */
12483 char gp_port_info_list_new ();
12487 return gp_port_info_list_new ();
12492 if ac_fn_c_try_link
"$LINENO"; then :
12493 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12495 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12497 rm -f core conftest.err conftest.
$ac_objext \
12498 conftest
$ac_exeext conftest.
$ac_ext
12499 LIBS
=$ac_check_lib_save_LIBS
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12502 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12503 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12505 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12508 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12512 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12516 CPPFLAGS
=$ac_save_CPPFLAGS
12517 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12518 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12521 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12522 case "x$with_gphoto" in
12523 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12525 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12526 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12530 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12531 case "x$with_gphoto" in
12532 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12534 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12535 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12541 if test "$ac_cv_header_resolv_h" = "yes"
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12544 $as_echo_n "checking for resolver library... " >&6; }
12545 if ${ac_cv_have_resolv+:} false
; then :
12546 $as_echo_n "(cached) " >&6
12548 ac_save_LIBS
="$LIBS"
12549 for lib
in '' -lresolv
12551 LIBS
="$lib $ac_save_LIBS"
12552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h. */
12554 #ifdef HAVE_NETINET_IN_H
12555 #include <netinet/in.h>
12557 #include <resolv.h>
12561 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12566 if ac_fn_c_try_link
"$LINENO"; then :
12567 ac_cv_have_resolv
=${lib:-"none required"}
12569 ac_cv_have_resolv
="not found"
12571 rm -f core conftest.err conftest.
$ac_objext \
12572 conftest
$ac_exeext conftest.
$ac_ext
12573 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12575 LIBS
="$ac_save_LIBS"
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12578 $as_echo "$ac_cv_have_resolv" >&6; }
12580 case "$ac_cv_have_resolv" in
12584 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12587 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12589 RESOLV_LIBS
=$ac_cv_have_resolv
12594 if test "x$with_cms" != "xno"
12596 if ${LCMS2_CFLAGS:+false} :; then :
12597 if ${PKG_CONFIG+:} false
; then :
12598 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12602 if ${LCMS2_LIBS:+false} :; then :
12603 if ${PKG_CONFIG+:} false
; then :
12604 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12608 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12609 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12610 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12611 ac_save_CPPFLAGS
=$CPPFLAGS
12612 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12613 for ac_header
in lcms2.h
12615 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12616 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12617 cat >>confdefs.h
<<_ACEOF
12618 #define HAVE_LCMS2_H 1
12625 if test "$ac_cv_header_lcms2_h" = "yes"
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12628 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12629 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12630 $as_echo_n "(cached) " >&6
12632 ac_check_lib_save_LIBS
=$LIBS
12633 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12635 /* end confdefs.h. */
12637 /* Override any GCC internal prototype to avoid an error.
12638 Use char because int might match the return type of a GCC
12639 builtin and then its argument prototype would still apply. */
12643 char cmsOpenProfileFromFile ();
12647 return cmsOpenProfileFromFile ();
12652 if ac_fn_c_try_link
"$LINENO"; then :
12653 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12655 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12657 rm -f core conftest.err conftest.
$ac_objext \
12658 conftest
$ac_exeext conftest.
$ac_ext
12659 LIBS
=$ac_check_lib_save_LIBS
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12662 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12663 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12665 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12675 CPPFLAGS
=$ac_save_CPPFLAGS
12676 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12677 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12680 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12681 case "x$with_cms" in
12682 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12684 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12685 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12690 if test "x$with_freetype" != "xno"
12692 if ${FREETYPE_CFLAGS:+false} :; then :
12693 if ${PKG_CONFIG+:} false
; then :
12694 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12697 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12698 if ${FREETYPE_LIBS:+false} :; then :
12699 if ${PKG_CONFIG+:} false
; then :
12700 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12703 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12704 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12705 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12706 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12707 ac_save_CPPFLAGS
=$CPPFLAGS
12708 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12709 for ac_header
in ft2build.h
12711 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12712 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12713 cat >>confdefs.h
<<_ACEOF
12714 #define HAVE_FT2BUILD_H 1
12721 if test "$ac_cv_header_ft2build_h" = "yes"
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12724 $as_echo_n "checking for -lfreetype... " >&6; }
12725 if ${ac_cv_lib_soname_freetype+:} false
; then :
12726 $as_echo_n "(cached) " >&6
12728 ac_check_soname_save_LIBS
=$LIBS
12729 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12731 /* end confdefs.h. */
12733 /* Override any GCC internal prototype to avoid an error.
12734 Use char because int might match the return type of a GCC
12735 builtin and then its argument prototype would still apply. */
12739 char FT_Init_FreeType ();
12743 return FT_Init_FreeType ();
12748 if ac_fn_c_try_link
"$LINENO"; then :
12750 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12751 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'` ;;
12752 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12753 if ${ac_cv_lib_soname_freetype:+false} :; then :
12754 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12758 rm -f core conftest.err conftest.
$ac_objext \
12759 conftest
$ac_exeext conftest.
$ac_ext
12760 LIBS
=$ac_check_soname_save_LIBS
12762 if ${ac_cv_lib_soname_freetype:+false} :; then :
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12764 $as_echo "not found" >&6; }
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12768 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12770 cat >>confdefs.h
<<_ACEOF
12771 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12775 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12777 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12778 #include FT_MODULE_H
12780 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12782 cat >>confdefs.h
<<_ACEOF
12783 #define HAVE_FT_TRUETYPEENGINETYPE 1
12794 CPPFLAGS
=$ac_save_CPPFLAGS
12795 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12796 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12799 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12800 case "x$with_freetype" in
12802 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12803 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12805 enable_fonts
=${enable_fonts:-no}
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12809 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12810 if ${ac_cv_c_ppdev+:} false
; then :
12811 $as_echo_n "(cached) " >&6
12813 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12814 /* end confdefs.h. */
12815 #ifdef HAVE_SYS_IOCTL_H
12816 # include <sys/ioctl.h>
12818 #include <linux/ppdev.h>
12822 ioctl (1,PPCLAIM,0)
12827 if ac_fn_c_try_compile
"$LINENO"; then :
12828 ac_cv_c_ppdev
="yes"
12832 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12835 $as_echo "$ac_cv_c_ppdev" >&6; }
12836 if test "$ac_cv_c_ppdev" = "yes"
12839 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12843 ac_wine_check_funcs_save_LIBS
="$LIBS"
12844 LIBS
="$LIBS $PTHREAD_LIBS"
12846 pthread_attr_get_np \
12847 pthread_getattr_np \
12848 pthread_getthreadid_np \
12849 pthread_get_stackaddr_np \
12850 pthread_get_stacksize_np
12852 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12853 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12854 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12855 cat >>confdefs.h
<<_ACEOF
12856 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12862 LIBS
="$ac_wine_check_funcs_save_LIBS"
12864 if test "$ac_cv_header_zlib_h" = "yes"
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12867 $as_echo_n "checking for inflate in -lz... " >&6; }
12868 if ${ac_cv_lib_z_inflate+:} false
; then :
12869 $as_echo_n "(cached) " >&6
12871 ac_check_lib_save_LIBS
=$LIBS
12873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12876 /* Override any GCC internal prototype to avoid an error.
12877 Use char because int might match the return type of a GCC
12878 builtin and then its argument prototype would still apply. */
12891 if ac_fn_c_try_link
"$LINENO"; then :
12892 ac_cv_lib_z_inflate
=yes
12894 ac_cv_lib_z_inflate
=no
12896 rm -f core conftest.err conftest.
$ac_objext \
12897 conftest
$ac_exeext conftest.
$ac_ext
12898 LIBS
=$ac_check_lib_save_LIBS
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12901 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12902 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12904 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12911 if test "x$Z_LIBS" = "x"; then :
12912 case "x$with_zlib" in
12913 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12915 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12916 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12921 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12923 if test "$ac_cv_header_gettext_po_h" = "yes"
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12926 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12927 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12928 $as_echo_n "(cached) " >&6
12930 ac_check_lib_save_LIBS
=$LIBS
12931 LIBS
="-lgettextpo $LIBS"
12932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12933 /* end confdefs.h. */
12935 /* Override any GCC internal prototype to avoid an error.
12936 Use char because int might match the return type of a GCC
12937 builtin and then its argument prototype would still apply. */
12941 char po_message_msgctxt ();
12945 return po_message_msgctxt ();
12950 if ac_fn_c_try_link
"$LINENO"; then :
12951 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12953 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12955 rm -f core conftest.err conftest.
$ac_objext \
12956 conftest
$ac_exeext conftest.
$ac_ext
12957 LIBS
=$ac_check_lib_save_LIBS
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12960 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12961 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12963 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12965 GETTEXTPO_LIBS
="-lgettextpo"
12970 if test "x$GETTEXTPO_LIBS" = "x"; then :
12971 case "x$with_gettextpo" in
12972 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12974 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12975 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12979 if test "$srcdir" != .
; then :
12980 case "x$with_gettextpo" in
12981 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12983 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12984 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12990 if test "x$with_pulse" != "xno";
12992 if ${PULSE_CFLAGS:+false} :; then :
12993 if ${PKG_CONFIG+:} false
; then :
12994 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12998 if ${PULSE_LIBS:+false} :; then :
12999 if ${PKG_CONFIG+:} false
; then :
13000 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
13005 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
13006 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
13007 ac_save_CPPFLAGS
=$CPPFLAGS
13008 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
13009 for ac_header
in pulse
/pulseaudio.h
13011 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
13012 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
13013 cat >>confdefs.h
<<_ACEOF
13014 #define HAVE_PULSE_PULSEAUDIO_H 1
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
13017 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
13018 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
13019 $as_echo_n "(cached) " >&6
13021 ac_check_lib_save_LIBS
=$LIBS
13022 LIBS
="-lpulse $PULSE_LIBS $LIBS"
13023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13024 /* end confdefs.h. */
13026 /* Override any GCC internal prototype to avoid an error.
13027 Use char because int might match the return type of a GCC
13028 builtin and then its argument prototype would still apply. */
13032 char pa_stream_is_corked ();
13036 return pa_stream_is_corked ();
13041 if ac_fn_c_try_link
"$LINENO"; then :
13042 ac_cv_lib_pulse_pa_stream_is_corked
=yes
13044 ac_cv_lib_pulse_pa_stream_is_corked
=no
13046 rm -f core conftest.err conftest.
$ac_objext \
13047 conftest
$ac_exeext conftest.
$ac_ext
13048 LIBS
=$ac_check_lib_save_LIBS
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
13051 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
13052 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
13064 CPPFLAGS
=$ac_save_CPPFLAGS
13065 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13066 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13069 if test -z "$PULSE_LIBS"; then :
13070 case "x$with_pulse" in
13071 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
13073 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
13074 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
13076 enable_winepulse_drv
=${enable_winepulse_drv:-no}
13079 if test "x$with_gstreamer" != "xno"
13081 if ${GSTREAMER_CFLAGS:+false} :; then :
13082 if ${PKG_CONFIG+:} false
; then :
13083 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13087 if ${GSTREAMER_LIBS:+false} :; then :
13088 if ${PKG_CONFIG+:} false
; then :
13089 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13094 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
13095 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
13096 ac_save_CPPFLAGS
=$CPPFLAGS
13097 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
13099 for i
in $GSTREAMER_CFLAGS
13102 -I*) ac_gst_incl
="$ac_gst_incl $i";;
13105 GSTREAMER_CFLAGS
=$ac_gst_incl
13106 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
13107 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
13108 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
13110 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
13111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13112 /* end confdefs.h. */
13113 #include <gst/gst.h>
13117 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
13122 if ac_fn_c_try_compile
"$LINENO"; then :
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13124 $as_echo "yes" >&6; }
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
13126 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
13127 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
13128 $as_echo_n "(cached) " >&6
13130 ac_check_lib_save_LIBS
=$LIBS
13131 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
13132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13133 /* end confdefs.h. */
13135 /* Override any GCC internal prototype to avoid an error.
13136 Use char because int might match the return type of a GCC
13137 builtin and then its argument prototype would still apply. */
13141 char gst_pad_new ();
13145 return gst_pad_new ();
13150 if ac_fn_c_try_link
"$LINENO"; then :
13151 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
13153 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
13155 rm -f core conftest.err conftest.
$ac_objext \
13156 conftest
$ac_exeext conftest.
$ac_ext
13157 LIBS
=$ac_check_lib_save_LIBS
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
13160 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
13161 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13167 $as_echo "no" >&6; }
13168 ac_glib2_broken
=yes
13169 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
13171 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13175 CPPFLAGS
=$ac_save_CPPFLAGS
13176 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13177 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13180 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 :
13181 case "x$with_gstreamer" in
13182 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
13184 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
13185 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
13189 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
13193 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
13196 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
13197 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
13198 $as_echo_n "(cached) " >&6
13200 ac_check_lib_save_LIBS
=$LIBS
13201 LIBS
="-lasound $LIBS"
13202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13203 /* end confdefs.h. */
13205 /* Override any GCC internal prototype to avoid an error.
13206 Use char because int might match the return type of a GCC
13207 builtin and then its argument prototype would still apply. */
13211 char snd_pcm_hw_params_get_access_mask ();
13215 return snd_pcm_hw_params_get_access_mask ();
13220 if ac_fn_c_try_link
"$LINENO"; then :
13221 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13223 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13225 rm -f core conftest.err conftest.
$ac_objext \
13226 conftest
$ac_exeext conftest.
$ac_ext
13227 LIBS
=$ac_check_lib_save_LIBS
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13230 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13231 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13233 /* end confdefs.h. */
13234 #ifdef HAVE_ALSA_ASOUNDLIB_H
13235 #include <alsa/asoundlib.h>
13236 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13237 #include <sys/asoundlib.h>
13242 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13247 if ac_fn_c_try_compile
"$LINENO"; then :
13248 ALSA_LIBS
="-lasound"
13250 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13254 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13256 if test "x$with_oss" != xno
13258 ac_save_CPPFLAGS
="$CPPFLAGS"
13259 if test -f /etc
/oss.conf
13263 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13264 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13265 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13266 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13267 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13269 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13271 cat >>confdefs.h
<<_ACEOF
13272 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13275 OSS4_CFLAGS
="$ac_oss_incl"
13282 CPPFLAGS
="$ac_save_CPPFLAGS"
13284 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13285 case "x$with_oss" in
13286 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13288 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13289 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13291 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13294 if test "x$with_udev" != "xno"
13296 if ${UDEV_CFLAGS:+false} :; then :
13297 if ${PKG_CONFIG+:} false
; then :
13298 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13302 if ${UDEV_LIBS:+false} :; then :
13303 if ${PKG_CONFIG+:} false
; then :
13304 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13308 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13309 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13310 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13311 ac_save_CPPFLAGS
=$CPPFLAGS
13312 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13313 for ac_header
in libudev.h
13315 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13316 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13317 cat >>confdefs.h
<<_ACEOF
13318 #define HAVE_LIBUDEV_H 1
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13321 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13322 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13323 $as_echo_n "(cached) " >&6
13325 ac_check_lib_save_LIBS
=$LIBS
13326 LIBS
="-ludev $UDEV_LIBS $LIBS"
13327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13328 /* end confdefs.h. */
13330 /* Override any GCC internal prototype to avoid an error.
13331 Use char because int might match the return type of a GCC
13332 builtin and then its argument prototype would still apply. */
13340 return udev_new ();
13345 if ac_fn_c_try_link
"$LINENO"; then :
13346 ac_cv_lib_udev_udev_new
=yes
13348 ac_cv_lib_udev_udev_new
=no
13350 rm -f core conftest.err conftest.
$ac_objext \
13351 conftest
$ac_exeext conftest.
$ac_ext
13352 LIBS
=$ac_check_lib_save_LIBS
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13355 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13356 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13358 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13370 CPPFLAGS
=$ac_save_CPPFLAGS
13371 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13372 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13375 if test "x$UDEV_LIBS" = "x"; then :
13376 case "x$with_udev" in
13377 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13379 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13380 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13385 if test "x$with_capi" != "xno"
13387 if ${CAPI20_CFLAGS:+false} :; then :
13388 if ${PKG_CONFIG+:} false
; then :
13389 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13393 if ${CAPI20_LIBS:+false} :; then :
13394 if ${PKG_CONFIG+:} false
; then :
13395 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13400 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13401 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13402 ac_save_CPPFLAGS
=$CPPFLAGS
13403 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13404 for ac_header
in capi20.h linux
/capi.h
13406 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13407 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13409 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13410 cat >>confdefs.h
<<_ACEOF
13411 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13418 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13421 $as_echo_n "checking for -lcapi20... " >&6; }
13422 if ${ac_cv_lib_soname_capi20+:} false
; then :
13423 $as_echo_n "(cached) " >&6
13425 ac_check_soname_save_LIBS
=$LIBS
13426 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13428 /* end confdefs.h. */
13430 /* Override any GCC internal prototype to avoid an error.
13431 Use char because int might match the return type of a GCC
13432 builtin and then its argument prototype would still apply. */
13436 char capi20_register ();
13440 return capi20_register ();
13445 if ac_fn_c_try_link
"$LINENO"; then :
13447 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13448 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'` ;;
13449 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13450 if ${ac_cv_lib_soname_capi20:+false} :; then :
13451 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13455 rm -f core conftest.err conftest.
$ac_objext \
13456 conftest
$ac_exeext conftest.
$ac_ext
13457 LIBS
=$ac_check_soname_save_LIBS
13459 if ${ac_cv_lib_soname_capi20:+false} :; then :
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13461 $as_echo "not found" >&6; }
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13465 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13467 cat >>confdefs.h
<<_ACEOF
13468 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13474 CPPFLAGS
=$ac_save_CPPFLAGS
13475 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13476 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13479 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13480 case "x$with_capi" in
13481 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13483 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13484 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13489 if test "x$with_cups" != "xno"
13491 if ${CUPS_CFLAGS:+false} :; then :
13492 if ${PKG_CONFIG+:} false
; then :
13493 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13496 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13497 if ${CUPS_LIBS:+false} :; then :
13498 if ${PKG_CONFIG+:} false
; then :
13499 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13502 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13503 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13504 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13505 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13506 ac_save_CPPFLAGS
=$CPPFLAGS
13507 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13508 for ac_header
in cups
/cups.h cups
/ppd.h
13510 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13511 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13512 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13513 cat >>confdefs.h
<<_ACEOF
13514 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13521 if test "$ac_cv_header_cups_cups_h" = "yes"
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13524 $as_echo_n "checking for -lcups... " >&6; }
13525 if ${ac_cv_lib_soname_cups+:} false
; then :
13526 $as_echo_n "(cached) " >&6
13528 ac_check_soname_save_LIBS
=$LIBS
13529 LIBS
="-lcups $CUPS_LIBS $LIBS"
13530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13531 /* end confdefs.h. */
13533 /* Override any GCC internal prototype to avoid an error.
13534 Use char because int might match the return type of a GCC
13535 builtin and then its argument prototype would still apply. */
13539 char cupsGetDefault ();
13543 return cupsGetDefault ();
13548 if ac_fn_c_try_link
"$LINENO"; then :
13550 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13551 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'` ;;
13552 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13553 if ${ac_cv_lib_soname_cups:+false} :; then :
13554 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13558 rm -f core conftest.err conftest.
$ac_objext \
13559 conftest
$ac_exeext conftest.
$ac_ext
13560 LIBS
=$ac_check_soname_save_LIBS
13562 if ${ac_cv_lib_soname_cups:+false} :; then :
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13564 $as_echo "not found" >&6; }
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13568 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13570 cat >>confdefs.h
<<_ACEOF
13571 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13580 CPPFLAGS
=$ac_save_CPPFLAGS
13581 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13582 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13585 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13586 case "x$with_cups" in
13587 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13589 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13590 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13595 if test "x$with_fontconfig" != "xno"
13597 if ${FONTCONFIG_CFLAGS:+false} :; then :
13598 if ${PKG_CONFIG+:} false
; then :
13599 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13602 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13603 if ${FONTCONFIG_LIBS:+false} :; then :
13604 if ${PKG_CONFIG+:} false
; then :
13605 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13608 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13610 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13611 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13612 ac_save_CPPFLAGS
=$CPPFLAGS
13613 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13614 for ac_header
in fontconfig
/fontconfig.h
13616 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13617 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13618 cat >>confdefs.h
<<_ACEOF
13619 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13626 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13629 $as_echo_n "checking for -lfontconfig... " >&6; }
13630 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13631 $as_echo_n "(cached) " >&6
13633 ac_check_soname_save_LIBS
=$LIBS
13634 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13636 /* end confdefs.h. */
13638 /* Override any GCC internal prototype to avoid an error.
13639 Use char because int might match the return type of a GCC
13640 builtin and then its argument prototype would still apply. */
13653 if ac_fn_c_try_link
"$LINENO"; then :
13655 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13656 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'` ;;
13657 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13658 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13659 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13663 rm -f core conftest.err conftest.
$ac_objext \
13664 conftest
$ac_exeext conftest.
$ac_ext
13665 LIBS
=$ac_check_soname_save_LIBS
13667 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13669 $as_echo "not found" >&6; }
13670 FONTCONFIG_CFLAGS
=""
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13673 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13675 cat >>confdefs.h
<<_ACEOF
13676 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13682 FONTCONFIG_CFLAGS
=""
13684 CPPFLAGS
=$ac_save_CPPFLAGS
13685 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13686 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13689 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13690 case "x$with_fontconfig" in
13691 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13693 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13694 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13699 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13702 $as_echo_n "checking for -lgsm... " >&6; }
13703 if ${ac_cv_lib_soname_gsm+:} false
; then :
13704 $as_echo_n "(cached) " >&6
13706 ac_check_soname_save_LIBS
=$LIBS
13708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13709 /* end confdefs.h. */
13711 /* Override any GCC internal prototype to avoid an error.
13712 Use char because int might match the return type of a GCC
13713 builtin and then its argument prototype would still apply. */
13717 char gsm_create ();
13721 return gsm_create ();
13726 if ac_fn_c_try_link
"$LINENO"; then :
13728 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13729 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'` ;;
13730 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13731 if ${ac_cv_lib_soname_gsm:+false} :; then :
13732 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13736 rm -f core conftest.err conftest.
$ac_objext \
13737 conftest
$ac_exeext conftest.
$ac_ext
13738 LIBS
=$ac_check_soname_save_LIBS
13740 if ${ac_cv_lib_soname_gsm:+false} :; then :
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13742 $as_echo "not found" >&6; }
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13746 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13748 cat >>confdefs.h
<<_ACEOF
13749 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13755 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13756 case "x$with_gsm" in
13757 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13759 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13760 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13765 if test "x$with_krb5" != "xno"
13767 if ${KRB5_CFLAGS:+false} :; then :
13768 if ${PKG_CONFIG+:} false
; then :
13769 KRB5_CFLAGS
=`$PKG_CONFIG --cflags krb5 2>/dev/null`
13772 test "$cross_compiling" = yes || KRB5_CFLAGS
=${KRB5_CFLAGS:-`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`}
13773 if ${KRB5_LIBS:+false} :; then :
13774 if ${PKG_CONFIG+:} false
; then :
13775 KRB5_LIBS
=`$PKG_CONFIG --libs krb5 2>/dev/null`
13778 test "$cross_compiling" = yes || KRB5_LIBS
=${KRB5_LIBS:-`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`}
13780 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 cflags: $KRB5_CFLAGS" >&5
13781 $as_echo "$as_me:${as_lineno-$LINENO}: krb5 libs: $KRB5_LIBS" >&5
13782 ac_save_CPPFLAGS
=$CPPFLAGS
13783 CPPFLAGS
="$CPPFLAGS $KRB5_CFLAGS"
13784 for ac_header
in krb
5/krb5.h
13786 ac_fn_c_check_header_mongrel
"$LINENO" "krb5/krb5.h" "ac_cv_header_krb5_krb5_h" "$ac_includes_default"
13787 if test "x$ac_cv_header_krb5_krb5_h" = xyes
; then :
13788 cat >>confdefs.h
<<_ACEOF
13789 #define HAVE_KRB5_KRB5_H 1
13796 if test "$ac_cv_header_krb5_krb5_h" = "yes"
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lkrb5" >&5
13799 $as_echo_n "checking for -lkrb5... " >&6; }
13800 if ${ac_cv_lib_soname_krb5+:} false
; then :
13801 $as_echo_n "(cached) " >&6
13803 ac_check_soname_save_LIBS
=$LIBS
13804 LIBS
="-lkrb5 $KRB5_LIBS $LIBS"
13805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13806 /* end confdefs.h. */
13808 /* Override any GCC internal prototype to avoid an error.
13809 Use char because int might match the return type of a GCC
13810 builtin and then its argument prototype would still apply. */
13814 char krb5_init_context ();
13818 return krb5_init_context ();
13823 if ac_fn_c_try_link
"$LINENO"; then :
13825 dll
) ac_cv_lib_soname_krb5
=`$ac_cv_path_LDD conftest.exe | grep "krb5" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13826 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'` ;;
13827 *) ac_cv_lib_soname_krb5
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libkrb5\\.$LIBEXT" | sed -e "s/^.*\\[\\(libkrb5\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13828 if ${ac_cv_lib_soname_krb5:+false} :; then :
13829 ac_cv_lib_soname_krb5
=`$LDD conftest$ac_exeext | grep "libkrb5\\.$LIBEXT" | sed -e "s/^.*\(libkrb5\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13833 rm -f core conftest.err conftest.
$ac_objext \
13834 conftest
$ac_exeext conftest.
$ac_ext
13835 LIBS
=$ac_check_soname_save_LIBS
13837 if ${ac_cv_lib_soname_krb5:+false} :; then :
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13839 $as_echo "not found" >&6; }
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_krb5" >&5
13843 $as_echo "$ac_cv_lib_soname_krb5" >&6; }
13845 cat >>confdefs.h
<<_ACEOF
13846 #define SONAME_LIBKRB5 "$ac_cv_lib_soname_krb5"
13854 CPPFLAGS
=$ac_save_CPPFLAGS
13855 test -z "$KRB5_CFLAGS" || KRB5_CFLAGS
=`echo " $KRB5_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13856 test -z "$KRB5_LIBS" || KRB5_LIBS
=`echo " $KRB5_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13859 if test "x$ac_cv_lib_soname_krb5" = "x"; then :
13860 case "x$with_krb5" in
13861 x
) as_fn_append wine_notices
"|libkrb5 ${notice_platform}development files not found, Kerberos won't be supported." ;;
13863 *) as_fn_error $?
"libkrb5 ${notice_platform}development files not found, Kerberos won't be supported.
13864 This is an error since --with-krb5 was requested." "$LINENO" 5 ;;
13869 if test "x$with_jpeg" != "xno"
13871 if ${JPEG_CFLAGS:+false} :; then :
13872 if ${PKG_CONFIG+:} false
; then :
13873 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13877 if ${JPEG_LIBS:+false} :; then :
13878 if ${PKG_CONFIG+:} false
; then :
13879 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13884 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13885 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13886 ac_save_CPPFLAGS
=$CPPFLAGS
13887 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13888 for ac_header
in jpeglib.h
13890 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13891 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13892 cat >>confdefs.h
<<_ACEOF
13893 #define HAVE_JPEGLIB_H 1
13900 if test "$ac_cv_header_jpeglib_h" = "yes"
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13903 $as_echo_n "checking for -ljpeg... " >&6; }
13904 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13905 $as_echo_n "(cached) " >&6
13907 ac_check_soname_save_LIBS
=$LIBS
13908 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13910 /* end confdefs.h. */
13912 /* Override any GCC internal prototype to avoid an error.
13913 Use char because int might match the return type of a GCC
13914 builtin and then its argument prototype would still apply. */
13918 char jpeg_start_decompress ();
13922 return jpeg_start_decompress ();
13927 if ac_fn_c_try_link
"$LINENO"; then :
13929 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13930 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'` ;;
13931 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13932 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13933 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13937 rm -f core conftest.err conftest.
$ac_objext \
13938 conftest
$ac_exeext conftest.
$ac_ext
13939 LIBS
=$ac_check_soname_save_LIBS
13941 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13943 $as_echo "not found" >&6; }
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13947 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13949 cat >>confdefs.h
<<_ACEOF
13950 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13958 CPPFLAGS
=$ac_save_CPPFLAGS
13959 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13960 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13963 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13964 case "x$with_jpeg" in
13965 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13967 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13968 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13973 if test "x$with_png" != "xno"
13975 if ${PNG_CFLAGS:+false} :; then :
13976 if ${PKG_CONFIG+:} false
; then :
13977 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13980 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13981 if ${PNG_LIBS:+false} :; then :
13982 if ${PKG_CONFIG+:} false
; then :
13983 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13986 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13988 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13989 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13990 ac_save_CPPFLAGS
=$CPPFLAGS
13991 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13992 for ac_header
in png.h
13994 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13995 if test "x$ac_cv_header_png_h" = xyes
; then :
13996 cat >>confdefs.h
<<_ACEOF
13997 #define HAVE_PNG_H 1
14004 if test "$ac_cv_header_png_h" = "yes"
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
14007 $as_echo_n "checking for -lpng... " >&6; }
14008 if ${ac_cv_lib_soname_png+:} false
; then :
14009 $as_echo_n "(cached) " >&6
14011 ac_check_soname_save_LIBS
=$LIBS
14012 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
14013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14014 /* end confdefs.h. */
14016 /* Override any GCC internal prototype to avoid an error.
14017 Use char because int might match the return type of a GCC
14018 builtin and then its argument prototype would still apply. */
14022 char png_create_read_struct ();
14026 return png_create_read_struct ();
14031 if ac_fn_c_try_link
"$LINENO"; then :
14033 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14034 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'` ;;
14035 *) 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'`
14036 if ${ac_cv_lib_soname_png:+false} :; then :
14037 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14041 rm -f core conftest.err conftest.
$ac_objext \
14042 conftest
$ac_exeext conftest.
$ac_ext
14043 LIBS
=$ac_check_soname_save_LIBS
14045 if ${ac_cv_lib_soname_png:+false} :; then :
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14047 $as_echo "not found" >&6; }
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
14051 $as_echo "$ac_cv_lib_soname_png" >&6; }
14053 cat >>confdefs.h
<<_ACEOF
14054 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14062 CPPFLAGS
=$ac_save_CPPFLAGS
14063 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14064 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14067 if test "x$ac_cv_lib_soname_png" = "x"; then :
14068 case "x$with_png" in
14069 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
14071 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
14072 This is an error since --with-png was requested." "$LINENO" 5 ;;
14077 if test "x$with_tiff" != "xno"
14079 if ${TIFF_CFLAGS:+false} :; then :
14080 if ${PKG_CONFIG+:} false
; then :
14081 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
14085 if ${TIFF_LIBS:+false} :; then :
14086 if ${PKG_CONFIG+:} false
; then :
14087 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
14092 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
14093 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
14094 ac_save_CPPFLAGS
=$CPPFLAGS
14095 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
14096 for ac_header
in tiffio.h
14098 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
14099 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
14100 cat >>confdefs.h
<<_ACEOF
14101 #define HAVE_TIFFIO_H 1
14108 if test "$ac_cv_header_tiffio_h" = "yes"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
14111 $as_echo_n "checking for -ltiff... " >&6; }
14112 if ${ac_cv_lib_soname_tiff+:} false
; then :
14113 $as_echo_n "(cached) " >&6
14115 ac_check_soname_save_LIBS
=$LIBS
14116 LIBS
="-ltiff $TIFF_LIBS $LIBS"
14117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14120 /* Override any GCC internal prototype to avoid an error.
14121 Use char because int might match the return type of a GCC
14122 builtin and then its argument prototype would still apply. */
14126 char TIFFClientOpen ();
14130 return TIFFClientOpen ();
14135 if ac_fn_c_try_link
"$LINENO"; then :
14137 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14138 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'` ;;
14139 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14140 if ${ac_cv_lib_soname_tiff:+false} :; then :
14141 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14145 rm -f core conftest.err conftest.
$ac_objext \
14146 conftest
$ac_exeext conftest.
$ac_ext
14147 LIBS
=$ac_check_soname_save_LIBS
14149 if ${ac_cv_lib_soname_tiff:+false} :; then :
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14151 $as_echo "not found" >&6; }
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14155 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14157 cat >>confdefs.h
<<_ACEOF
14158 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14164 CPPFLAGS
=$ac_save_CPPFLAGS
14165 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14166 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14169 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14170 case "x$with_tiff" in
14171 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14173 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14174 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14179 if test "x$with_mpg123" != "xno"
14181 if ${MPG123_CFLAGS:+false} :; then :
14182 if ${PKG_CONFIG+:} false
; then :
14183 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14187 if ${MPG123_LIBS:+false} :; then :
14188 if ${PKG_CONFIG+:} false
; then :
14189 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14193 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14194 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14195 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14196 ac_save_CPPFLAGS
=$CPPFLAGS
14197 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14198 for ac_header
in mpg123.h
14200 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14201 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14202 cat >>confdefs.h
<<_ACEOF
14203 #define HAVE_MPG123_H 1
14210 if test "$ac_cv_header_mpg123_h" = "yes"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14213 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14214 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14215 $as_echo_n "(cached) " >&6
14217 ac_check_lib_save_LIBS
=$LIBS
14218 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14222 /* Override any GCC internal prototype to avoid an error.
14223 Use char because int might match the return type of a GCC
14224 builtin and then its argument prototype would still apply. */
14228 char mpg123_feed ();
14232 return mpg123_feed ();
14237 if ac_fn_c_try_link
"$LINENO"; then :
14238 ac_cv_lib_mpg123_mpg123_feed
=yes
14240 ac_cv_lib_mpg123_mpg123_feed
=no
14242 rm -f core conftest.err conftest.
$ac_objext \
14243 conftest
$ac_exeext conftest.
$ac_ext
14244 LIBS
=$ac_check_lib_save_LIBS
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14247 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14248 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14258 CPPFLAGS
=$ac_save_CPPFLAGS
14259 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14260 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14263 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14264 case "x$with_mpg123" in
14265 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14267 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14268 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14270 enable_l3codeca_acm
=${enable_l3codeca_acm:-no}
14273 if test "$ac_cv_header_AL_al_h" = "yes"
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14276 $as_echo_n "checking for -lopenal... " >&6; }
14277 if ${ac_cv_lib_soname_openal+:} false
; then :
14278 $as_echo_n "(cached) " >&6
14280 ac_check_soname_save_LIBS
=$LIBS
14281 LIBS
="-lopenal $LIBS"
14282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14285 /* Override any GCC internal prototype to avoid an error.
14286 Use char because int might match the return type of a GCC
14287 builtin and then its argument prototype would still apply. */
14291 char alGetSource3i ();
14295 return alGetSource3i ();
14300 if ac_fn_c_try_link
"$LINENO"; then :
14302 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14303 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'` ;;
14304 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14305 if ${ac_cv_lib_soname_openal:+false} :; then :
14306 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14310 rm -f core conftest.err conftest.
$ac_objext \
14311 conftest
$ac_exeext conftest.
$ac_ext
14312 LIBS
=$ac_check_soname_save_LIBS
14314 if ${ac_cv_lib_soname_openal:+false} :; then :
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14316 $as_echo "not found" >&6; }
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14320 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14322 cat >>confdefs.h
<<_ACEOF
14323 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14326 OPENAL_LIBS
="-lopenal"
14328 ac_cv_lib_openal
=yes
14330 cat >>confdefs.h
<<_ACEOF
14331 #define HAVE_OPENAL 1
14336 if test "x$ac_cv_lib_openal" != xyes
; then :
14337 case "x$with_openal" in
14338 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14340 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14341 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14343 enable_openal32
=${enable_openal32:-no}
14346 if test "x$ac_cv_lib_openal" = xyes
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14349 $as_echo_n "checking for openal-soft... " >&6; }
14350 if ${ac_cv_have_openalsoft+:} false
; then :
14351 $as_echo_n "(cached) " >&6
14353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14354 /* end confdefs.h. */
14356 #include <AL/alc.h>
14357 #include <AL/alext.h>
14358 LPALCRENDERSAMPLESSOFT x;
14367 if ac_fn_c_try_compile
"$LINENO"; then :
14368 ac_cv_have_openalsoft
=yes
14370 ac_cv_have_openalsoft
=no
14372 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14375 $as_echo "$ac_cv_have_openalsoft" >&6; }
14377 if test "x$ac_cv_have_openalsoft" != xyes
14379 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14380 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14381 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14382 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14383 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14384 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14385 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14386 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14387 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14388 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14389 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14390 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14391 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14392 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14393 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14394 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14395 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14396 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14397 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14398 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14399 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14400 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14401 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14402 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14405 if test "$ac_cv_header_kstat_h" = "yes"
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14408 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14409 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14410 $as_echo_n "(cached) " >&6
14412 ac_check_lib_save_LIBS
=$LIBS
14413 LIBS
="-lkstat $LIBS"
14414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14415 /* end confdefs.h. */
14417 /* Override any GCC internal prototype to avoid an error.
14418 Use char because int might match the return type of a GCC
14419 builtin and then its argument prototype would still apply. */
14423 char kstat_open ();
14427 return kstat_open ();
14432 if ac_fn_c_try_link
"$LINENO"; then :
14433 ac_cv_lib_kstat_kstat_open
=yes
14435 ac_cv_lib_kstat_kstat_open
=no
14437 rm -f core conftest.err conftest.
$ac_objext \
14438 conftest
$ac_exeext conftest.
$ac_ext
14439 LIBS
=$ac_check_lib_save_LIBS
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14442 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14443 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14445 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14447 KSTAT_LIBS
="-lkstat"
14453 if test "$ac_cv_header_libprocstat_h" = "yes"
14455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14456 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14457 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14458 $as_echo_n "(cached) " >&6
14460 ac_check_lib_save_LIBS
=$LIBS
14461 LIBS
="-lprocstat $LIBS"
14462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14463 /* end confdefs.h. */
14465 /* Override any GCC internal prototype to avoid an error.
14466 Use char because int might match the return type of a GCC
14467 builtin and then its argument prototype would still apply. */
14471 char procstat_open_sysctl ();
14475 return procstat_open_sysctl ();
14480 if ac_fn_c_try_link
"$LINENO"; then :
14481 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14483 ac_cv_lib_procstat_procstat_open_sysctl
=no
14485 rm -f core conftest.err conftest.
$ac_objext \
14486 conftest
$ac_exeext conftest.
$ac_ext
14487 LIBS
=$ac_check_lib_save_LIBS
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14490 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14491 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14493 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14495 PROCSTAT_LIBS
="-lprocstat"
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14502 $as_echo_n "checking for -lodbc... " >&6; }
14503 if ${ac_cv_lib_soname_odbc+:} false
; then :
14504 $as_echo_n "(cached) " >&6
14506 ac_check_soname_save_LIBS
=$LIBS
14507 LIBS
="-lodbc $LIBS"
14508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14509 /* end confdefs.h. */
14511 /* Override any GCC internal prototype to avoid an error.
14512 Use char because int might match the return type of a GCC
14513 builtin and then its argument prototype would still apply. */
14517 char SQLConnect ();
14521 return SQLConnect ();
14526 if ac_fn_c_try_link
"$LINENO"; then :
14528 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14529 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'` ;;
14530 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14531 if ${ac_cv_lib_soname_odbc:+false} :; then :
14532 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14536 rm -f core conftest.err conftest.
$ac_objext \
14537 conftest
$ac_exeext conftest.
$ac_ext
14538 LIBS
=$ac_check_soname_save_LIBS
14540 if ${ac_cv_lib_soname_odbc:+false} :; then :
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14542 $as_echo "not found" >&6; }
14543 cat >>confdefs.h
<<_ACEOF
14544 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14549 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14551 cat >>confdefs.h
<<_ACEOF
14552 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14558 if test "x$with_netapi" != "xno"
14560 if ${NETAPI_CFLAGS:+false} :; then :
14561 if ${PKG_CONFIG+:} false
; then :
14562 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14566 if ${NETAPI_LIBS:+false} :; then :
14567 if ${PKG_CONFIG+:} false
; then :
14568 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14573 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14574 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14575 ac_save_CPPFLAGS
=$CPPFLAGS
14576 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14578 $as_echo_n "checking for -lnetapi... " >&6; }
14579 if ${ac_cv_lib_soname_netapi+:} false
; then :
14580 $as_echo_n "(cached) " >&6
14582 ac_check_soname_save_LIBS
=$LIBS
14583 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14585 /* end confdefs.h. */
14587 /* Override any GCC internal prototype to avoid an error.
14588 Use char because int might match the return type of a GCC
14589 builtin and then its argument prototype would still apply. */
14593 char libnetapi_init ();
14597 return libnetapi_init ();
14602 if ac_fn_c_try_link
"$LINENO"; then :
14604 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14605 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'` ;;
14606 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14607 if ${ac_cv_lib_soname_netapi:+false} :; then :
14608 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14612 rm -f core conftest.err conftest.
$ac_objext \
14613 conftest
$ac_exeext conftest.
$ac_ext
14614 LIBS
=$ac_check_soname_save_LIBS
14616 if ${ac_cv_lib_soname_netapi:+false} :; then :
14617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14618 $as_echo "not found" >&6; }
14619 cat >>confdefs.h
<<_ACEOF
14620 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14625 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14627 cat >>confdefs.h
<<_ACEOF
14628 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14633 CPPFLAGS
=$ac_save_CPPFLAGS
14634 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14635 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14639 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14640 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14642 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14648 if test "x${GCC}" = "xyes"
14650 EXTRACFLAGS
="-Wall -pipe"
14652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14653 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14654 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14655 $as_echo_n "(cached) " >&6
14657 if test "$cross_compiling" = yes; then :
14658 ac_cv_c_gcc_strength_bug
="no"
14660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14661 /* end confdefs.h. */
14662 int L[4] = {0,1,2,3};
14666 static int Array[3];
14667 unsigned int B = 3;
14669 for(i=0; i<B; i++) Array[i] = i - 3;
14670 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14672 return (Array[1] != -2 || L[2] != 3)
14677 if ac_fn_c_try_run
"$LINENO"; then :
14678 ac_cv_c_gcc_strength_bug
="no"
14680 ac_cv_c_gcc_strength_bug
="yes"
14682 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14683 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14688 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14689 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14691 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14695 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14696 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14697 $as_echo_n "(cached) " >&6
14699 ac_wine_try_cflags_saved
=$CFLAGS
14700 CFLAGS
="$CFLAGS -fno-builtin"
14701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14702 /* end confdefs.h. */
14703 int main(int argc, char **argv) { return 0; }
14705 if ac_fn_c_try_link
"$LINENO"; then :
14706 ac_cv_cflags__fno_builtin
=yes
14708 ac_cv_cflags__fno_builtin
=no
14710 rm -f core conftest.err conftest.
$ac_objext \
14711 conftest
$ac_exeext conftest.
$ac_ext
14712 CFLAGS
=$ac_wine_try_cflags_saved
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14715 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14716 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14717 BUILTINFLAG
="-fno-builtin"
14720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14721 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14722 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14723 $as_echo_n "(cached) " >&6
14725 ac_wine_try_cflags_saved
=$CFLAGS
14726 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14728 /* end confdefs.h. */
14729 int main(int argc, char **argv) { return 0; }
14731 if ac_fn_c_try_link
"$LINENO"; then :
14732 ac_cv_cflags__fno_strict_aliasing
=yes
14734 ac_cv_cflags__fno_strict_aliasing
=no
14736 rm -f core conftest.err conftest.
$ac_objext \
14737 conftest
$ac_exeext conftest.
$ac_ext
14738 CFLAGS
=$ac_wine_try_cflags_saved
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14741 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14742 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14743 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14746 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14747 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14748 $as_echo_n "(cached) " >&6
14750 ac_wine_try_cflags_saved
=$CFLAGS
14751 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14753 /* end confdefs.h. */
14754 int main(int argc, char **argv) { return 0; }
14756 if ac_fn_c_try_link
"$LINENO"; then :
14757 ac_cv_cflags__fexcess_precision_standard
=yes
14759 ac_cv_cflags__fexcess_precision_standard
=no
14761 rm -f core conftest.err conftest.
$ac_objext \
14762 conftest
$ac_exeext conftest.
$ac_ext
14763 CFLAGS
=$ac_wine_try_cflags_saved
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14766 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14767 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14768 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14771 saved_CFLAGS
=$CFLAGS
14772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14773 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14774 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14775 $as_echo_n "(cached) " >&6
14777 ac_wine_try_cflags_saved
=$CFLAGS
14778 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14780 /* end confdefs.h. */
14781 int main(int argc, char **argv) { return 0; }
14783 if ac_fn_c_try_link
"$LINENO"; then :
14784 ac_cv_cflags__Werror_unknown_warning_option
=yes
14786 ac_cv_cflags__Werror_unknown_warning_option
=no
14788 rm -f core conftest.err conftest.
$ac_objext \
14789 conftest
$ac_exeext conftest.
$ac_ext
14790 CFLAGS
=$ac_wine_try_cflags_saved
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14793 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14794 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14795 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14798 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14799 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14800 $as_echo_n "(cached) " >&6
14802 ac_wine_try_cflags_saved
=$CFLAGS
14803 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14805 /* end confdefs.h. */
14806 int main(int argc, char **argv) { return 0; }
14808 if ac_fn_c_try_link
"$LINENO"; then :
14809 ac_cv_cflags__Wdeclaration_after_statement
=yes
14811 ac_cv_cflags__Wdeclaration_after_statement
=no
14813 rm -f core conftest.err conftest.
$ac_objext \
14814 conftest
$ac_exeext conftest.
$ac_ext
14815 CFLAGS
=$ac_wine_try_cflags_saved
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14818 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14819 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14820 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14823 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14824 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14825 $as_echo_n "(cached) " >&6
14827 ac_wine_try_cflags_saved
=$CFLAGS
14828 CFLAGS
="$CFLAGS -Wempty-body"
14829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14830 /* end confdefs.h. */
14831 int main(int argc, char **argv) { return 0; }
14833 if ac_fn_c_try_link
"$LINENO"; then :
14834 ac_cv_cflags__Wempty_body
=yes
14836 ac_cv_cflags__Wempty_body
=no
14838 rm -f core conftest.err conftest.
$ac_objext \
14839 conftest
$ac_exeext conftest.
$ac_ext
14840 CFLAGS
=$ac_wine_try_cflags_saved
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14843 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14844 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14845 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14848 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14849 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14850 $as_echo_n "(cached) " >&6
14852 ac_wine_try_cflags_saved
=$CFLAGS
14853 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14856 int main(int argc, char **argv) { return 0; }
14858 if ac_fn_c_try_link
"$LINENO"; then :
14859 ac_cv_cflags__Wignored_qualifiers
=yes
14861 ac_cv_cflags__Wignored_qualifiers
=no
14863 rm -f core conftest.err conftest.
$ac_objext \
14864 conftest
$ac_exeext conftest.
$ac_ext
14865 CFLAGS
=$ac_wine_try_cflags_saved
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14868 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14869 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14870 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-packed-not-aligned" >&5
14873 $as_echo_n "checking whether the compiler supports -Wno-packed-not-aligned... " >&6; }
14874 if ${ac_cv_cflags__Wno_packed_not_aligned+:} false
; then :
14875 $as_echo_n "(cached) " >&6
14877 ac_wine_try_cflags_saved
=$CFLAGS
14878 CFLAGS
="$CFLAGS -Wno-packed-not-aligned"
14879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14880 /* end confdefs.h. */
14881 int main(int argc, char **argv) { return 0; }
14883 if ac_fn_c_try_link
"$LINENO"; then :
14884 ac_cv_cflags__Wno_packed_not_aligned
=yes
14886 ac_cv_cflags__Wno_packed_not_aligned
=no
14888 rm -f core conftest.err conftest.
$ac_objext \
14889 conftest
$ac_exeext conftest.
$ac_ext
14890 CFLAGS
=$ac_wine_try_cflags_saved
14892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_packed_not_aligned" >&5
14893 $as_echo "$ac_cv_cflags__Wno_packed_not_aligned" >&6; }
14894 if test "x$ac_cv_cflags__Wno_packed_not_aligned" = xyes
; then :
14895 EXTRACFLAGS
="$EXTRACFLAGS -Wno-packed-not-aligned"
14897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14898 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14899 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14900 $as_echo_n "(cached) " >&6
14902 ac_wine_try_cflags_saved
=$CFLAGS
14903 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14905 /* end confdefs.h. */
14906 int main(int argc, char **argv) { return 0; }
14908 if ac_fn_c_try_link
"$LINENO"; then :
14909 ac_cv_cflags__Wshift_overflow_2
=yes
14911 ac_cv_cflags__Wshift_overflow_2
=no
14913 rm -f core conftest.err conftest.
$ac_objext \
14914 conftest
$ac_exeext conftest.
$ac_ext
14915 CFLAGS
=$ac_wine_try_cflags_saved
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14918 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14919 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14920 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14923 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14924 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14925 $as_echo_n "(cached) " >&6
14927 ac_wine_try_cflags_saved
=$CFLAGS
14928 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14930 /* end confdefs.h. */
14931 int main(int argc, char **argv) { return 0; }
14933 if ac_fn_c_try_link
"$LINENO"; then :
14934 ac_cv_cflags__Wstrict_prototypes
=yes
14936 ac_cv_cflags__Wstrict_prototypes
=no
14938 rm -f core conftest.err conftest.
$ac_objext \
14939 conftest
$ac_exeext conftest.
$ac_ext
14940 CFLAGS
=$ac_wine_try_cflags_saved
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14943 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14944 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14945 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14948 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14949 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14950 $as_echo_n "(cached) " >&6
14952 ac_wine_try_cflags_saved
=$CFLAGS
14953 CFLAGS
="$CFLAGS -Wtype-limits"
14954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14955 /* end confdefs.h. */
14956 int main(int argc, char **argv) { return 0; }
14958 if ac_fn_c_try_link
"$LINENO"; then :
14959 ac_cv_cflags__Wtype_limits
=yes
14961 ac_cv_cflags__Wtype_limits
=no
14963 rm -f core conftest.err conftest.
$ac_objext \
14964 conftest
$ac_exeext conftest.
$ac_ext
14965 CFLAGS
=$ac_wine_try_cflags_saved
14967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14968 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14969 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14970 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14973 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14974 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14975 $as_echo_n "(cached) " >&6
14977 ac_wine_try_cflags_saved
=$CFLAGS
14978 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14980 /* end confdefs.h. */
14981 int main(int argc, char **argv) { return 0; }
14983 if ac_fn_c_try_link
"$LINENO"; then :
14984 ac_cv_cflags__Wunused_but_set_parameter
=yes
14986 ac_cv_cflags__Wunused_but_set_parameter
=no
14988 rm -f core conftest.err conftest.
$ac_objext \
14989 conftest
$ac_exeext conftest.
$ac_ext
14990 CFLAGS
=$ac_wine_try_cflags_saved
14992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14993 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14994 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14995 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14998 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14999 if ${ac_cv_cflags__Wvla+:} false
; then :
15000 $as_echo_n "(cached) " >&6
15002 ac_wine_try_cflags_saved
=$CFLAGS
15003 CFLAGS
="$CFLAGS -Wvla"
15004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15006 int main(int argc, char **argv) { return 0; }
15008 if ac_fn_c_try_link
"$LINENO"; then :
15009 ac_cv_cflags__Wvla
=yes
15011 ac_cv_cflags__Wvla
=no
15013 rm -f core conftest.err conftest.
$ac_objext \
15014 conftest
$ac_exeext conftest.
$ac_ext
15015 CFLAGS
=$ac_wine_try_cflags_saved
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
15018 $as_echo "$ac_cv_cflags__Wvla" >&6; }
15019 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
15020 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
15023 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
15024 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
15025 $as_echo_n "(cached) " >&6
15027 ac_wine_try_cflags_saved
=$CFLAGS
15028 CFLAGS
="$CFLAGS -Wwrite-strings"
15029 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15030 /* end confdefs.h. */
15031 int main(int argc, char **argv) { return 0; }
15033 if ac_fn_c_try_link
"$LINENO"; then :
15034 ac_cv_cflags__Wwrite_strings
=yes
15036 ac_cv_cflags__Wwrite_strings
=no
15038 rm -f core conftest.err conftest.
$ac_objext \
15039 conftest
$ac_exeext conftest.
$ac_ext
15040 CFLAGS
=$ac_wine_try_cflags_saved
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
15043 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
15044 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
15045 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
15049 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
15050 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
15051 $as_echo_n "(cached) " >&6
15053 ac_wine_try_cflags_saved
=$CFLAGS
15054 CFLAGS
="$CFLAGS -Wpointer-arith"
15055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15056 /* end confdefs.h. */
15057 int main(int argc, char **argv) { return 0; }
15059 if ac_fn_c_try_link
"$LINENO"; then :
15060 ac_cv_cflags__Wpointer_arith
=yes
15062 ac_cv_cflags__Wpointer_arith
=no
15064 rm -f core conftest.err conftest.
$ac_objext \
15065 conftest
$ac_exeext conftest.
$ac_ext
15066 CFLAGS
=$ac_wine_try_cflags_saved
15068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
15069 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
15070 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
15071 saved_string_h_CFLAGS
=$CFLAGS
15072 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
15074 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
15075 if ${ac_cv_c_string_h_warnings+:} false
; then :
15076 $as_echo_n "(cached) " >&6
15078 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15079 /* end confdefs.h. */
15080 #include <string.h>
15089 if ac_fn_c_try_compile
"$LINENO"; then :
15090 ac_cv_c_string_h_warnings
=no
15092 ac_cv_c_string_h_warnings
=yes
15094 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
15097 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
15098 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
15099 CFLAGS
=$saved_string_h_CFLAGS
15102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
15103 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
15104 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
15105 $as_echo_n "(cached) " >&6
15107 ac_wine_try_cflags_saved
=$CFLAGS
15108 CFLAGS
="$CFLAGS -Wlogical-op"
15109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15110 /* end confdefs.h. */
15111 int main(int argc, char **argv) { return 0; }
15113 if ac_fn_c_try_link
"$LINENO"; then :
15114 ac_cv_cflags__Wlogical_op
=yes
15116 ac_cv_cflags__Wlogical_op
=no
15118 rm -f core conftest.err conftest.
$ac_objext \
15119 conftest
$ac_exeext conftest.
$ac_ext
15120 CFLAGS
=$ac_wine_try_cflags_saved
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
15123 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
15124 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
15125 saved_string_h_CFLAGS
=$CFLAGS
15126 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
15127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
15128 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
15129 if ${ac_cv_c_logicalop_noisy+:} false
; then :
15130 $as_echo_n "(cached) " >&6
15132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15133 /* end confdefs.h. */
15134 #include <string.h>
15135 char*f(const char *h,char n) {return strchr(h,n);}
15144 if ac_fn_c_try_compile
"$LINENO"; then :
15145 ac_cv_c_logicalop_noisy
=no
15147 ac_cv_c_logicalop_noisy
=yes
15149 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
15152 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
15153 CFLAGS
=$saved_string_h_CFLAGS
15154 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
15157 CFLAGS
=$saved_CFLAGS
15159 for ac_flag
in $CFLAGS; do
15161 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
15162 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
15163 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15164 $as_echo_n "(cached) " >&6
15166 ac_wine_try_cflags_saved
=$CFLAGS
15167 CFLAGS
="$CFLAGS -gdwarf-2"
15168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15169 /* end confdefs.h. */
15170 int main(int argc, char **argv) { return 0; }
15172 if ac_fn_c_try_link
"$LINENO"; then :
15173 ac_cv_cflags__gdwarf_2
=yes
15175 ac_cv_cflags__gdwarf_2
=no
15177 rm -f core conftest.err conftest.
$ac_objext \
15178 conftest
$ac_exeext conftest.
$ac_ext
15179 CFLAGS
=$ac_wine_try_cflags_saved
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15182 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15183 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15184 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15187 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15188 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15189 $as_echo_n "(cached) " >&6
15191 ac_wine_try_cflags_saved
=$CFLAGS
15192 CFLAGS
="$CFLAGS -gstrict-dwarf"
15193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15194 /* end confdefs.h. */
15195 int main(int argc, char **argv) { return 0; }
15197 if ac_fn_c_try_link
"$LINENO"; then :
15198 ac_cv_cflags__gstrict_dwarf
=yes
15200 ac_cv_cflags__gstrict_dwarf
=no
15202 rm -f core conftest.err conftest.
$ac_objext \
15203 conftest
$ac_exeext conftest.
$ac_ext
15204 CFLAGS
=$ac_wine_try_cflags_saved
15206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15207 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15208 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15209 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15215 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15216 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15217 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15218 $as_echo_n "(cached) " >&6
15220 ac_wine_try_cflags_saved
=$CFLAGS
15221 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15223 /* end confdefs.h. */
15224 int main(int argc, char **argv) { return 0; }
15226 if ac_fn_c_try_link
"$LINENO"; then :
15227 ac_cv_cflags__fno_omit_frame_pointer
=yes
15229 ac_cv_cflags__fno_omit_frame_pointer
=no
15231 rm -f core conftest.err conftest.
$ac_objext \
15232 conftest
$ac_exeext conftest.
$ac_ext
15233 CFLAGS
=$ac_wine_try_cflags_saved
15235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15236 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15237 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15238 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15243 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15244 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15245 if ${ac_cv_cflags__Wno_format+:} false
; then :
15246 $as_echo_n "(cached) " >&6
15248 ac_wine_try_cflags_saved
=$CFLAGS
15249 CFLAGS
="$CFLAGS -Wno-format"
15250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15251 /* end confdefs.h. */
15252 int main(int argc, char **argv) { return 0; }
15254 if ac_fn_c_try_link
"$LINENO"; then :
15255 ac_cv_cflags__Wno_format
=yes
15257 ac_cv_cflags__Wno_format
=no
15259 rm -f core conftest.err conftest.
$ac_objext \
15260 conftest
$ac_exeext conftest.
$ac_ext
15261 CFLAGS
=$ac_wine_try_cflags_saved
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15264 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15265 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15266 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15270 if test "x$enable_maintainer_mode" = "xyes"
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15273 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15274 if ${ac_cv_cflags__Werror+:} false
; then :
15275 $as_echo_n "(cached) " >&6
15277 ac_wine_try_cflags_saved
=$CFLAGS
15278 CFLAGS
="$CFLAGS -Werror"
15279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15280 /* end confdefs.h. */
15281 int main(int argc, char **argv) { return 0; }
15283 if ac_fn_c_try_link
"$LINENO"; then :
15284 ac_cv_cflags__Werror
=yes
15286 ac_cv_cflags__Werror
=no
15288 rm -f core conftest.err conftest.
$ac_objext \
15289 conftest
$ac_exeext conftest.
$ac_ext
15290 CFLAGS
=$ac_wine_try_cflags_saved
15292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15293 $as_echo "$ac_cv_cflags__Werror" >&6; }
15294 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15295 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15299 saved_CFLAGS
="$CFLAGS"
15300 CFLAGS
="$CFLAGS -Werror"
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15302 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15303 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15304 $as_echo_n "(cached) " >&6
15306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15307 /* end confdefs.h. */
15308 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15317 if ac_fn_c_try_compile
"$LINENO"; then :
15318 ac_cv_have_ms_hook_prologue
="yes"
15320 ac_cv_have_ms_hook_prologue
="no"
15322 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15325 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15326 CFLAGS
="$saved_CFLAGS"
15327 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15330 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15333 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15340 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15341 if ${ac_cv_c_fortify_enabled+:} false
; then :
15342 $as_echo_n "(cached) " >&6
15344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15345 /* end confdefs.h. */
15346 #include <string.h>
15350 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15351 #error Fortify enabled
15357 if ac_fn_c_try_compile
"$LINENO"; then :
15358 ac_cv_c_fortify_enabled
=no
15360 ac_cv_c_fortify_enabled
=yes
15362 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15365 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15366 if test "$ac_cv_c_fortify_enabled" = yes
15368 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15373 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15374 if ${ac_cv_c_extern_prefix+:} false
; then :
15375 $as_echo_n "(cached) " >&6
15377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15378 /* end confdefs.h. */
15379 extern int ac_test;
15383 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15388 if ac_fn_c_try_link
"$LINENO"; then :
15389 ac_cv_c_extern_prefix
="yes"
15391 ac_cv_c_extern_prefix
="no"
15393 rm -f core conftest.err conftest.
$ac_objext \
15394 conftest
$ac_exeext conftest.
$ac_ext
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15397 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15402 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15403 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15404 $as_echo_n "(cached) " >&6
15406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15407 /* end confdefs.h. */
15409 #define __stdcall __attribute__((__stdcall__))
15411 int __stdcall ac_test(int i) { return i; }
15415 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15420 if ac_fn_c_try_link
"$LINENO"; then :
15421 ac_cv_c_stdcall_suffix
="yes"
15423 ac_cv_c_stdcall_suffix
="no"
15425 rm -f core conftest.err conftest.
$ac_objext \
15426 conftest
$ac_exeext conftest.
$ac_ext
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15429 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15430 *) ac_cv_c_stdcall_suffix
="no" ;;
15434 if test "$ac_cv_c_extern_prefix" = "yes"
15436 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15438 asm_name_prefix
="_"
15440 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15446 if test "$ac_cv_c_stdcall_suffix" = "yes"
15448 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15451 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15457 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15458 if ${ac_cv_asm_func_def+:} false
; then :
15459 $as_echo_n "(cached) " >&6
15461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15462 /* end confdefs.h. */
15467 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15472 if ac_fn_c_try_link
"$LINENO"; then :
15473 ac_cv_asm_func_def
=".def"
15475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15476 /* end confdefs.h. */
15481 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15486 if ac_fn_c_try_link
"$LINENO"; then :
15487 ac_cv_asm_func_def
=".type @function"
15489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15490 /* end confdefs.h. */
15495 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15500 if ac_fn_c_try_link
"$LINENO"; then :
15501 ac_cv_asm_func_def
=".type 2"
15503 ac_cv_asm_func_def
="unknown"
15505 rm -f core conftest.err conftest.
$ac_objext \
15506 conftest
$ac_exeext conftest.
$ac_ext
15508 rm -f core conftest.err conftest.
$ac_objext \
15509 conftest
$ac_exeext conftest.
$ac_ext
15511 rm -f core conftest.err conftest.
$ac_objext \
15512 conftest
$ac_exeext conftest.
$ac_ext
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15515 $as_echo "$ac_cv_asm_func_def" >&6; }
15518 case "$ac_cv_asm_func_def" in
15520 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15522 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15524 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15526 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15528 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15530 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15532 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15534 asm_func_header
="" ;;
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15538 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15539 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15540 $as_echo_n "(cached) " >&6
15542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15543 /* end confdefs.h. */
15544 asm(".text\n\t.long 0");
15553 if ac_fn_c_try_compile
"$LINENO"; then :
15554 ac_cv_c_asm_outside_funcs
="yes"
15556 ac_cv_c_asm_outside_funcs
="no"
15558 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15561 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15564 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15565 if ${ac_cv_c_dot_previous+:} false
; then :
15566 $as_echo_n "(cached) " >&6
15568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15569 /* end confdefs.h. */
15574 asm(".text\nac_test:\t.long 0\n\t.previous");
15579 if ac_fn_c_try_link
"$LINENO"; then :
15580 ac_cv_c_dot_previous
="yes"
15582 ac_cv_c_dot_previous
="no"
15584 rm -f core conftest.err conftest.
$ac_objext \
15585 conftest
$ac_exeext conftest.
$ac_ext
15587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15588 $as_echo "$ac_cv_c_dot_previous" >&6; }
15590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15591 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15592 if ${ac_cv_c_cfi_support+:} false
; then :
15593 $as_echo_n "(cached) " >&6
15595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15596 /* end confdefs.h. */
15597 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15606 if ac_fn_c_try_compile
"$LINENO"; then :
15607 ac_cv_c_cfi_support
="yes"
15609 ac_cv_c_cfi_support
="no"
15611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15614 $as_echo "$ac_cv_c_cfi_support" >&6; }
15616 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15617 asm_func_trailer
=""
15618 if test "$ac_cv_c_dot_previous" = "yes"
15620 asm_func_trailer
="\\n\\t.previous"
15622 if test "$ac_cv_c_cfi_support" = "yes"
15624 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15625 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15627 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15629 UNWINDFLAGS
=-fasynchronous-unwind-tables
15632 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15634 if test "x$enable_win64" = "xyes"
15636 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15640 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15643 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15645 cat >>confdefs.h
<<_ACEOF
15646 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15650 cat >>confdefs.h
<<_ACEOF
15651 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15656 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15659 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15664 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15671 *i
[3456789]86*|x86_64
*|
*aarch64
*)
15672 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15673 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15680 ac_save_CFLAGS
="$CFLAGS"
15681 CFLAGS
="$CFLAGS $BUILTINFLAG"
15763 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15764 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15765 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15766 cat >>confdefs.h
<<_ACEOF
15767 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15773 CFLAGS
="$ac_save_CFLAGS"
15775 if test "$ac_cv_func_dlopen" = no
15777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15778 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15779 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15780 $as_echo_n "(cached) " >&6
15782 ac_check_lib_save_LIBS
=$LIBS
15784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15785 /* end confdefs.h. */
15787 /* Override any GCC internal prototype to avoid an error.
15788 Use char because int might match the return type of a GCC
15789 builtin and then its argument prototype would still apply. */
15802 if ac_fn_c_try_link
"$LINENO"; then :
15803 ac_cv_lib_dl_dlopen
=yes
15805 ac_cv_lib_dl_dlopen
=no
15807 rm -f core conftest.err conftest.
$ac_objext \
15808 conftest
$ac_exeext conftest.
$ac_ext
15809 LIBS
=$ac_check_lib_save_LIBS
15811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15812 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15813 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15814 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15820 ac_wine_check_funcs_save_LIBS
="$LIBS"
15821 LIBS
="$LIBS $DL_LIBS"
15822 for ac_func
in dladdr
15824 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15825 if test "x$ac_cv_func_dladdr" = xyes
; then :
15826 cat >>confdefs.h
<<_ACEOF
15827 #define HAVE_DLADDR 1
15833 LIBS
="$ac_wine_check_funcs_save_LIBS"
15835 if test "$ac_cv_func_poll" = no
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15838 $as_echo_n "checking for poll in -lpoll... " >&6; }
15839 if ${ac_cv_lib_poll_poll+:} false
; then :
15840 $as_echo_n "(cached) " >&6
15842 ac_check_lib_save_LIBS
=$LIBS
15843 LIBS
="-lpoll $LIBS"
15844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15845 /* end confdefs.h. */
15847 /* Override any GCC internal prototype to avoid an error.
15848 Use char because int might match the return type of a GCC
15849 builtin and then its argument prototype would still apply. */
15862 if ac_fn_c_try_link
"$LINENO"; then :
15863 ac_cv_lib_poll_poll
=yes
15865 ac_cv_lib_poll_poll
=no
15867 rm -f core conftest.err conftest.
$ac_objext \
15868 conftest
$ac_exeext conftest.
$ac_ext
15869 LIBS
=$ac_check_lib_save_LIBS
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15872 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15873 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15874 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15882 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15883 if ${ac_cv_search_gethostbyname+:} false
; then :
15884 $as_echo_n "(cached) " >&6
15886 ac_func_search_save_LIBS
=$LIBS
15887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15888 /* end confdefs.h. */
15890 /* Override any GCC internal prototype to avoid an error.
15891 Use char because int might match the return type of a GCC
15892 builtin and then its argument prototype would still apply. */
15896 char gethostbyname ();
15900 return gethostbyname ();
15905 for ac_lib
in '' nsl
; do
15906 if test -z "$ac_lib"; then
15907 ac_res
="none required"
15910 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15912 if ac_fn_c_try_link
"$LINENO"; then :
15913 ac_cv_search_gethostbyname
=$ac_res
15915 rm -f core conftest.err conftest.
$ac_objext \
15917 if ${ac_cv_search_gethostbyname+:} false
; then :
15921 if ${ac_cv_search_gethostbyname+:} false
; then :
15924 ac_cv_search_gethostbyname
=no
15926 rm conftest.
$ac_ext
15927 LIBS
=$ac_func_search_save_LIBS
15929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15930 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15931 ac_res
=$ac_cv_search_gethostbyname
15932 if test "$ac_res" != no
; then :
15933 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15939 $as_echo_n "checking for library containing connect... " >&6; }
15940 if ${ac_cv_search_connect+:} false
; then :
15941 $as_echo_n "(cached) " >&6
15943 ac_func_search_save_LIBS
=$LIBS
15944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15945 /* end confdefs.h. */
15947 /* Override any GCC internal prototype to avoid an error.
15948 Use char because int might match the return type of a GCC
15949 builtin and then its argument prototype would still apply. */
15962 for ac_lib
in '' socket
; do
15963 if test -z "$ac_lib"; then
15964 ac_res
="none required"
15967 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15969 if ac_fn_c_try_link
"$LINENO"; then :
15970 ac_cv_search_connect
=$ac_res
15972 rm -f core conftest.err conftest.
$ac_objext \
15974 if ${ac_cv_search_connect+:} false
; then :
15978 if ${ac_cv_search_connect+:} false
; then :
15981 ac_cv_search_connect
=no
15983 rm conftest.
$ac_ext
15984 LIBS
=$ac_func_search_save_LIBS
15986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15987 $as_echo "$ac_cv_search_connect" >&6; }
15988 ac_res
=$ac_cv_search_connect
15989 if test "$ac_res" != no
; then :
15990 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15996 $as_echo_n "checking for library containing inet_aton... " >&6; }
15997 if ${ac_cv_search_inet_aton+:} false
; then :
15998 $as_echo_n "(cached) " >&6
16000 ac_func_search_save_LIBS
=$LIBS
16001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16002 /* end confdefs.h. */
16004 /* Override any GCC internal prototype to avoid an error.
16005 Use char because int might match the return type of a GCC
16006 builtin and then its argument prototype would still apply. */
16014 return inet_aton ();
16019 for ac_lib
in '' resolv
; do
16020 if test -z "$ac_lib"; then
16021 ac_res
="none required"
16024 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16026 if ac_fn_c_try_link
"$LINENO"; then :
16027 ac_cv_search_inet_aton
=$ac_res
16029 rm -f core conftest.err conftest.
$ac_objext \
16031 if ${ac_cv_search_inet_aton+:} false
; then :
16035 if ${ac_cv_search_inet_aton+:} false
; then :
16038 ac_cv_search_inet_aton
=no
16040 rm conftest.
$ac_ext
16041 LIBS
=$ac_func_search_save_LIBS
16043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
16044 $as_echo "$ac_cv_search_inet_aton" >&6; }
16045 ac_res
=$ac_cv_search_inet_aton
16046 if test "$ac_res" != no
; then :
16047 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16067 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16068 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16069 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16070 cat >>confdefs.h
<<_ACEOF
16071 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
16080 $as_echo_n "checking for library containing clock_gettime... " >&6; }
16081 if ${ac_cv_search_clock_gettime+:} false
; then :
16082 $as_echo_n "(cached) " >&6
16084 ac_func_search_save_LIBS
=$LIBS
16085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16086 /* end confdefs.h. */
16088 /* Override any GCC internal prototype to avoid an error.
16089 Use char because int might match the return type of a GCC
16090 builtin and then its argument prototype would still apply. */
16094 char clock_gettime ();
16098 return clock_gettime ();
16103 for ac_lib
in '' rt
; do
16104 if test -z "$ac_lib"; then
16105 ac_res
="none required"
16108 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16110 if ac_fn_c_try_link
"$LINENO"; then :
16111 ac_cv_search_clock_gettime
=$ac_res
16113 rm -f core conftest.err conftest.
$ac_objext \
16115 if ${ac_cv_search_clock_gettime+:} false
; then :
16119 if ${ac_cv_search_clock_gettime+:} false
; then :
16122 ac_cv_search_clock_gettime
=no
16124 rm conftest.
$ac_ext
16125 LIBS
=$ac_func_search_save_LIBS
16127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
16128 $as_echo "$ac_cv_search_clock_gettime" >&6; }
16129 ac_res
=$ac_cv_search_clock_gettime
16130 if test "$ac_res" != no
; then :
16131 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16133 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16135 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
16141 if test "x$with_ldap" != "xno"
16143 if ${LDAP_CFLAGS:+false} :; then :
16144 if ${PKG_CONFIG+:} false
; then :
16145 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
16149 if ${LDAP_LIBS:+false} :; then :
16150 if ${PKG_CONFIG+:} false
; then :
16151 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
16155 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
16156 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
16157 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
16158 ac_save_CPPFLAGS
=$CPPFLAGS
16159 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
16160 for ac_header
in ldap.h lber.h
16162 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16163 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16164 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16165 cat >>confdefs.h
<<_ACEOF
16166 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16173 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16175 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16177 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16179 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16180 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16181 $as_echo_n "(cached) " >&6
16183 ac_check_lib_save_LIBS
=$LIBS
16184 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16186 /* end confdefs.h. */
16188 /* Override any GCC internal prototype to avoid an error.
16189 Use char because int might match the return type of a GCC
16190 builtin and then its argument prototype would still apply. */
16194 char ldap_initialize ();
16198 return ldap_initialize ();
16203 if ac_fn_c_try_link
"$LINENO"; then :
16204 ac_cv_lib_ldap_r_ldap_initialize
=yes
16206 ac_cv_lib_ldap_r_ldap_initialize
=no
16208 rm -f core conftest.err conftest.
$ac_objext \
16209 conftest
$ac_exeext conftest.
$ac_ext
16210 LIBS
=$ac_check_lib_save_LIBS
16212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16213 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16214 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16216 $as_echo_n "checking for ber_init in -llber... " >&6; }
16217 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16218 $as_echo_n "(cached) " >&6
16220 ac_check_lib_save_LIBS
=$LIBS
16221 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16223 /* end confdefs.h. */
16225 /* Override any GCC internal prototype to avoid an error.
16226 Use char because int might match the return type of a GCC
16227 builtin and then its argument prototype would still apply. */
16235 return ber_init ();
16240 if ac_fn_c_try_link
"$LINENO"; then :
16241 ac_cv_lib_lber_ber_init
=yes
16243 ac_cv_lib_lber_ber_init
=no
16245 rm -f core conftest.err conftest.
$ac_objext \
16246 conftest
$ac_exeext conftest.
$ac_ext
16247 LIBS
=$ac_check_lib_save_LIBS
16249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16250 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16251 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16253 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16267 ac_wine_check_funcs_save_LIBS
="$LIBS"
16268 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16270 ldap_count_references \
16271 ldap_first_reference \
16272 ldap_next_reference \
16273 ldap_parse_reference \
16274 ldap_parse_sort_control \
16275 ldap_parse_sortresponse_control \
16276 ldap_parse_vlv_control \
16277 ldap_parse_vlvresponse_control
16279 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16280 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16281 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16282 cat >>confdefs.h
<<_ACEOF
16283 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16289 LIBS
="$ac_wine_check_funcs_save_LIBS"
16293 CPPFLAGS
=$ac_save_CPPFLAGS
16294 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16295 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16298 if test "x$LDAP_LIBS" = "x"; then :
16299 case "x$with_ldap" in
16300 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16302 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16303 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16309 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16310 if ${wine_cv_one_arg_mkdir+:} false
; then :
16311 $as_echo_n "(cached) " >&6
16313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16314 /* end confdefs.h. */
16315 #include <sys/stat.h>
16324 if ac_fn_c_try_compile
"$LINENO"; then :
16325 wine_cv_one_arg_mkdir
=yes
16327 wine_cv_one_arg_mkdir
=no
16329 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16332 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16333 if test "$wine_cv_one_arg_mkdir" = "yes"
16336 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16341 $as_echo_n "checking for sched_setaffinity... " >&6; }
16342 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16343 $as_echo_n "(cached) " >&6
16345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16346 /* end confdefs.h. */
16347 #define _GNU_SOURCE
16352 sched_setaffinity(0, 0, 0);
16357 if ac_fn_c_try_link
"$LINENO"; then :
16358 wine_cv_have_sched_setaffinity
=yes
16360 wine_cv_have_sched_setaffinity
=no
16362 rm -f core conftest.err conftest.
$ac_objext \
16363 conftest
$ac_exeext conftest.
$ac_ext
16365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16366 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16367 if test "$wine_cv_have_sched_setaffinity" = "yes"
16370 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16375 $as_echo_n "checking for fallocate... " >&6; }
16376 if ${wine_cv_have_fallocate+:} false
; then :
16377 $as_echo_n "(cached) " >&6
16379 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16380 /* end confdefs.h. */
16381 #define _GNU_SOURCE
16386 fallocate(-1, 0, 0, 0);
16391 if ac_fn_c_try_link
"$LINENO"; then :
16392 wine_cv_have_fallocate
=yes
16394 wine_cv_have_fallocate
=no
16396 rm -f core conftest.err conftest.
$ac_objext \
16397 conftest
$ac_exeext conftest.
$ac_ext
16399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16400 $as_echo "$wine_cv_have_fallocate" >&6; }
16401 if test "$wine_cv_have_fallocate" = "yes"
16404 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16410 $as_echo_n "checking for inline... " >&6; }
16411 if ${ac_cv_c_inline+:} false
; then :
16412 $as_echo_n "(cached) " >&6
16415 for ac_kw
in inline __inline__ __inline
; do
16416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16417 /* end confdefs.h. */
16418 #ifndef __cplusplus
16420 static $ac_kw foo_t static_foo () {return 0; }
16421 $ac_kw foo_t foo () {return 0; }
16425 if ac_fn_c_try_compile
"$LINENO"; then :
16426 ac_cv_c_inline
=$ac_kw
16428 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16429 test "$ac_cv_c_inline" != no
&& break
16433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16434 $as_echo "$ac_cv_c_inline" >&6; }
16436 case $ac_cv_c_inline in
16439 case $ac_cv_c_inline in
16441 *) ac_val
=$ac_cv_c_inline;;
16443 cat >>confdefs.h
<<_ACEOF
16444 #ifndef __cplusplus
16445 #define inline $ac_val
16451 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16452 if test "x$ac_cv_type_mode_t" = xyes
; then :
16454 cat >>confdefs.h
<<_ACEOF
16455 #define HAVE_MODE_T 1
16460 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16461 if test "x$ac_cv_type_off_t" = xyes
; then :
16463 cat >>confdefs.h
<<_ACEOF
16464 #define HAVE_OFF_T 1
16469 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16470 if test "x$ac_cv_type_pid_t" = xyes
; then :
16472 cat >>confdefs.h
<<_ACEOF
16473 #define HAVE_PID_T 1
16478 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16479 if test "x$ac_cv_type_size_t" = xyes
; then :
16481 cat >>confdefs.h
<<_ACEOF
16482 #define HAVE_SIZE_T 1
16487 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16488 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16490 cat >>confdefs.h
<<_ACEOF
16491 #define HAVE_SSIZE_T 1
16496 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16497 if test "x$ac_cv_type_long_long" = xyes
; then :
16499 cat >>confdefs.h
<<_ACEOF
16500 #define HAVE_LONG_LONG 1
16505 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16506 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16508 cat >>confdefs.h
<<_ACEOF
16509 #define HAVE_FSBLKCNT_T 1
16514 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16515 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16517 cat >>confdefs.h
<<_ACEOF
16518 #define HAVE_FSFILCNT_T 1
16524 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16525 #include <signal.h>
16527 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16529 cat >>confdefs.h
<<_ACEOF
16530 #define HAVE_SIGSET_T 1
16536 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16538 if test "x$ac_cv_type_request_sense" = xyes
; then :
16540 cat >>confdefs.h
<<_ACEOF
16541 #define HAVE_REQUEST_SENSE 1
16548 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16549 #ifdef HAVE_SYS_SOCKET_H
16550 #include <sys/socket.h>
16552 #ifdef HAVE_SYS_SOCKETVAR_H
16553 #include <sys/socketvar.h>
16555 #ifdef HAVE_NET_ROUTE_H
16556 #include <net/route.h>
16558 #ifdef HAVE_NETINET_IN_H
16559 #include <netinet/in.h>
16561 #ifdef HAVE_NETINET_IN_SYSTM_H
16562 #include <netinet/in_systm.h>
16564 #ifdef HAVE_NETINET_IP_H
16565 #include <netinet/ip.h>
16567 #ifdef HAVE_NETINET_IN_PCB_H
16568 #include <netinet/in_pcb.h>
16571 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16573 cat >>confdefs.h
<<_ACEOF
16574 #define HAVE_STRUCT_XINPGEN 1
16581 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16584 #ifdef HAVE_SYS_LINK_H
16585 #include <sys/link.h>
16588 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16590 cat >>confdefs.h
<<_ACEOF
16591 #define HAVE_STRUCT_R_DEBUG 1
16596 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16599 #ifdef HAVE_SYS_LINK_H
16600 #include <sys/link.h>
16603 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16605 cat >>confdefs.h
<<_ACEOF
16606 #define HAVE_STRUCT_LINK_MAP 1
16613 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16614 #include <linux/input.h>
16617 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16619 cat >>confdefs.h
<<_ACEOF
16620 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16628 $as_echo_n "checking for if_nameindex... " >&6; }
16629 if ${wine_cv_have_if_nameindex+:} false
; then :
16630 $as_echo_n "(cached) " >&6
16632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16633 /* end confdefs.h. */
16634 #ifdef HAVE_SYS_TYPES_H
16635 #include <sys/types.h>
16637 #ifdef HAVE_SYS_SOCKET_H
16638 #include <sys/socket.h>
16640 #ifdef HAVE_NET_IF_H
16641 # include <net/if.h>
16646 struct if_nameindex *p = if_nameindex(); return p->if_index;
16651 if ac_fn_c_try_link
"$LINENO"; then :
16652 wine_cv_have_if_nameindex
=yes
16654 wine_cv_have_if_nameindex
=no
16656 rm -f core conftest.err conftest.
$ac_objext \
16657 conftest
$ac_exeext conftest.
$ac_ext
16659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16660 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16661 if test "$wine_cv_have_if_nameindex" = "yes"
16664 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16669 $as_echo_n "checking for sigaddset... " >&6; }
16670 if ${wine_cv_have_sigaddset+:} false
; then :
16671 $as_echo_n "(cached) " >&6
16673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16674 /* end confdefs.h. */
16675 #include <signal.h>
16679 sigset_t set; sigaddset(&set,SIGTERM);
16684 if ac_fn_c_try_link
"$LINENO"; then :
16685 wine_cv_have_sigaddset
=yes
16687 wine_cv_have_sigaddset
=no
16689 rm -f core conftest.err conftest.
$ac_objext \
16690 conftest
$ac_exeext conftest.
$ac_ext
16692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16693 $as_echo "$wine_cv_have_sigaddset" >&6; }
16694 if test "$wine_cv_have_sigaddset" = "yes"
16697 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16703 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16704 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16705 $as_echo_n "(cached) " >&6
16707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16708 /* end confdefs.h. */
16716 struct hostent *result;
16723 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16724 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16730 if ac_fn_c_try_link
"$LINENO"; then :
16731 wine_cv_linux_gethostbyname_r_6
=yes
16733 wine_cv_linux_gethostbyname_r_6
=no
16736 rm -f core conftest.err conftest.
$ac_objext \
16737 conftest
$ac_exeext conftest.
$ac_ext
16740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16741 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16742 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16745 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16749 if test "$ac_cv_header_linux_joystick_h" = "yes"
16751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16752 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16753 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16754 $as_echo_n "(cached) " >&6
16756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16757 /* end confdefs.h. */
16759 #include <sys/ioctl.h>
16760 #include <sys/types.h>
16761 #include <linux/joystick.h>
16763 struct js_event blub;
16764 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16765 #error "no 2.2 header"
16776 if ac_fn_c_try_compile
"$LINENO"; then :
16777 wine_cv_linux_joystick_22_api
=yes
16779 wine_cv_linux_joystick_22_api
=no
16781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16785 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16786 if test "$wine_cv_linux_joystick_22_api" = "yes"
16789 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16795 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16796 #ifdef HAVE_SYS_PARAM_H
16797 # include <sys/param.h>
16799 #ifdef HAVE_SYS_MOUNT_H
16800 # include <sys/mount.h>
16802 #ifdef HAVE_SYS_VFS_H
16803 # include <sys/vfs.h>
16805 #ifdef HAVE_SYS_STATFS_H
16806 # include <sys/statfs.h>
16809 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16811 cat >>confdefs.h
<<_ACEOF
16812 #define HAVE_STRUCT_STATFS_F_BFREE 1
16817 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16818 #ifdef HAVE_SYS_PARAM_H
16819 # include <sys/param.h>
16821 #ifdef HAVE_SYS_MOUNT_H
16822 # include <sys/mount.h>
16824 #ifdef HAVE_SYS_VFS_H
16825 # include <sys/vfs.h>
16827 #ifdef HAVE_SYS_STATFS_H
16828 # include <sys/statfs.h>
16831 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16833 cat >>confdefs.h
<<_ACEOF
16834 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16839 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16840 #ifdef HAVE_SYS_PARAM_H
16841 # include <sys/param.h>
16843 #ifdef HAVE_SYS_MOUNT_H
16844 # include <sys/mount.h>
16846 #ifdef HAVE_SYS_VFS_H
16847 # include <sys/vfs.h>
16849 #ifdef HAVE_SYS_STATFS_H
16850 # include <sys/statfs.h>
16853 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16855 cat >>confdefs.h
<<_ACEOF
16856 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16861 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16862 #ifdef HAVE_SYS_PARAM_H
16863 # include <sys/param.h>
16865 #ifdef HAVE_SYS_MOUNT_H
16866 # include <sys/mount.h>
16868 #ifdef HAVE_SYS_VFS_H
16869 # include <sys/vfs.h>
16871 #ifdef HAVE_SYS_STATFS_H
16872 # include <sys/statfs.h>
16875 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16877 cat >>confdefs.h
<<_ACEOF
16878 #define HAVE_STRUCT_STATFS_F_FFREE 1
16883 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16884 #ifdef HAVE_SYS_PARAM_H
16885 # include <sys/param.h>
16887 #ifdef HAVE_SYS_MOUNT_H
16888 # include <sys/mount.h>
16890 #ifdef HAVE_SYS_VFS_H
16891 # include <sys/vfs.h>
16893 #ifdef HAVE_SYS_STATFS_H
16894 # include <sys/statfs.h>
16897 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16899 cat >>confdefs.h
<<_ACEOF
16900 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16905 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16906 #ifdef HAVE_SYS_PARAM_H
16907 # include <sys/param.h>
16909 #ifdef HAVE_SYS_MOUNT_H
16910 # include <sys/mount.h>
16912 #ifdef HAVE_SYS_VFS_H
16913 # include <sys/vfs.h>
16915 #ifdef HAVE_SYS_STATFS_H
16916 # include <sys/statfs.h>
16919 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16921 cat >>confdefs.h
<<_ACEOF
16922 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16929 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16930 #include <sys/statvfs.h>
16933 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16935 cat >>confdefs.h
<<_ACEOF
16936 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16943 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16944 #include <dirent.h>
16947 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16949 cat >>confdefs.h
<<_ACEOF
16950 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16957 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16958 #ifdef HAVE_SYS_SOCKET_H
16959 # include <sys/socket.h>
16961 #ifdef HAVE_SYS_UN_H
16962 # include <sys/un.h>
16965 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16967 cat >>confdefs.h
<<_ACEOF
16968 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16973 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16974 #ifdef HAVE_SYS_SOCKET_H
16975 # include <sys/socket.h>
16977 #ifdef HAVE_SYS_UN_H
16978 # include <sys/un.h>
16981 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16983 cat >>confdefs.h
<<_ACEOF
16984 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16989 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16990 #ifdef HAVE_SYS_SOCKET_H
16991 # include <sys/socket.h>
16993 #ifdef HAVE_SYS_UN_H
16994 # include <sys/un.h>
16997 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16999 cat >>confdefs.h
<<_ACEOF
17000 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
17007 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
17008 #ifdef HAVE_SCSI_SG_H
17009 #include <scsi/sg.h>
17012 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
17014 cat >>confdefs.h
<<_ACEOF
17015 #define HAVE_SCSIREQ_T_CMD 1
17020 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>
17021 #ifdef HAVE_SCSI_SG_H
17022 #include <scsi/sg.h>
17025 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
17027 cat >>confdefs.h
<<_ACEOF
17028 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
17035 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
17037 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
17039 cat >>confdefs.h
<<_ACEOF
17040 #define HAVE_SIGINFO_T_SI_FD 1
17047 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
17048 #ifdef HAVE_SYS_MTIO_H
17049 #include <sys/mtio.h>
17052 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
17054 cat >>confdefs.h
<<_ACEOF
17055 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
17060 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
17061 #ifdef HAVE_SYS_MTIO_H
17062 #include <sys/mtio.h>
17065 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
17067 cat >>confdefs.h
<<_ACEOF
17068 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
17073 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
17074 #ifdef HAVE_SYS_MTIO_H
17075 #include <sys/mtio.h>
17078 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
17080 cat >>confdefs.h
<<_ACEOF
17081 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
17088 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
17089 #include <getopt.h>
17092 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
17094 cat >>confdefs.h
<<_ACEOF
17095 #define HAVE_STRUCT_OPTION_NAME 1
17102 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
17103 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
17105 cat >>confdefs.h
<<_ACEOF
17106 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
17111 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
17112 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
17114 cat >>confdefs.h
<<_ACEOF
17115 #define HAVE_STRUCT_STAT_ST_MTIM 1
17120 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
17121 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
17123 cat >>confdefs.h
<<_ACEOF
17124 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
17129 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
17130 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
17132 cat >>confdefs.h
<<_ACEOF
17133 #define HAVE_STRUCT_STAT_ST_CTIM 1
17138 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
17139 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
17141 cat >>confdefs.h
<<_ACEOF
17142 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
17147 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
17148 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
17150 cat >>confdefs.h
<<_ACEOF
17151 #define HAVE_STRUCT_STAT_ST_ATIM 1
17156 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
17157 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
17159 cat >>confdefs.h
<<_ACEOF
17160 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17165 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17166 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17168 cat >>confdefs.h
<<_ACEOF
17169 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17174 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17175 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17177 cat >>confdefs.h
<<_ACEOF
17178 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17183 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17184 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17186 cat >>confdefs.h
<<_ACEOF
17187 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17192 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17193 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17195 cat >>confdefs.h
<<_ACEOF
17196 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17201 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17202 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17204 cat >>confdefs.h
<<_ACEOF
17205 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17212 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
17213 #include <sys/types.h>
17215 #ifdef HAVE_NETINET_IN_H
17216 #include <netinet/in.h>
17219 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17221 cat >>confdefs.h
<<_ACEOF
17222 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17229 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17230 #include <sys/types.h>
17232 #ifdef HAVE_NETINET_IN_H
17233 #include <netinet/in.h>
17235 #ifdef HAVE_RESOLV_H
17236 #include <resolv.h>
17239 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17241 cat >>confdefs.h
<<_ACEOF
17242 #define HAVE_STRUCT___RES_STATE 1
17249 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
17250 #include <resolv.h>
17253 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17255 cat >>confdefs.h
<<_ACEOF
17256 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17263 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17264 #include <sys/types.h>
17266 #ifdef HAVE_NETINET_IN_H
17267 # include <netinet/in.h>
17269 #ifdef HAVE_ARPA_NAMESER_H
17270 # include <arpa/nameser.h>
17273 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17275 cat >>confdefs.h
<<_ACEOF
17276 #define HAVE_NS_MSG__MSG_PTR 1
17283 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17284 #include <sys/types.h>
17286 #ifdef HAVE_NETINET_IN_H
17287 #include <netinet/in.h>
17289 #ifdef HAVE_NETINET_IP_H
17290 #include <netinet/ip.h>
17292 #ifdef HAVE_NETINET_IP_ICMP_H
17293 #include <netinet/ip_icmp.h>
17295 #ifdef HAVE_NETINET_ICMP_VAR_H
17296 #include <netinet/icmp_var.h>
17299 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17301 cat >>confdefs.h
<<_ACEOF
17302 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17309 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17310 #include <sys/types.h>
17312 #ifdef HAVE_ALIAS_H
17315 #ifdef HAVE_SYS_SOCKET_H
17316 #include <sys/socket.h>
17318 #ifdef HAVE_SYS_SOCKETVAR_H
17319 #include <sys/socketvar.h>
17321 #ifdef HAVE_SYS_TIMEOUT_H
17322 #include <sys/timeout.h>
17324 #ifdef HAVE_NETINET_IN_H
17325 #include <netinet/in.h>
17327 #ifdef HAVE_NETINET_IN_SYSTM_H
17328 #include <netinet/in_systm.h>
17330 #ifdef HAVE_NETINET_IP_H
17331 #include <netinet/ip.h>
17333 #ifdef HAVE_NETINET_IP_VAR_H
17334 #include <netinet/ip_var.h>
17336 #ifdef HAVE_NETINET_IP_ICMP_H
17337 #include <netinet/ip_icmp.h>
17339 #ifdef HAVE_NETINET_ICMP_VAR_H
17340 #include <netinet/icmp_var.h>
17343 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17345 cat >>confdefs.h
<<_ACEOF
17346 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17353 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17354 #include <sys/types.h>
17356 #ifdef HAVE_SYS_SOCKETVAR_H
17357 #include <sys/socketvar.h>
17359 #ifdef HAVE_NETINET_IN_H
17360 #include <netinet/in.h>
17362 #ifdef HAVE_NETINET_IP_VAR_H
17363 #include <netinet/ip_var.h>
17366 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17368 cat >>confdefs.h
<<_ACEOF
17369 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17376 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
17377 #include <netinet/ip_var.h>
17380 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17382 cat >>confdefs.h
<<_ACEOF
17383 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17390 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17391 #include <sys/types.h>
17393 #ifdef HAVE_SYS_SOCKETVAR_H
17394 #include <sys/socketvar.h>
17396 #ifdef HAVE_NETINET_IN_H
17397 #include <netinet/in.h>
17399 #ifdef HAVE_NETINET_TCP_H
17400 #include <netinet/tcp.h>
17402 #ifdef HAVE_NETINET_TCP_VAR_H
17403 #include <netinet/tcp_var.h>
17406 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17408 cat >>confdefs.h
<<_ACEOF
17409 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17416 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
17417 #include <netinet/tcp_var.h>
17420 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17422 cat >>confdefs.h
<<_ACEOF
17423 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17430 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17431 #include <sys/types.h>
17433 #ifdef HAVE_NETINET_IN_H
17434 #include <netinet/in.h>
17436 #ifdef HAVE_NETINET_IP_VAR_H
17437 #include <netinet/ip_var.h>
17439 #ifdef HAVE_NETINET_UDP_H
17440 #include <netinet/udp.h>
17442 #ifdef HAVE_NETINET_UDP_VAR_H
17443 #include <netinet/udp_var.h>
17446 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17448 cat >>confdefs.h
<<_ACEOF
17449 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17456 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17457 #include <sys/types.h>
17459 #ifdef HAVE_NET_IF_H
17460 # include <net/if.h>
17463 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17465 cat >>confdefs.h
<<_ACEOF
17466 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17474 $as_echo_n "checking for timezone variable... " >&6; }
17475 if ${ac_cv_have_timezone+:} false
; then :
17476 $as_echo_n "(cached) " >&6
17478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17479 /* end confdefs.h. */
17489 if ac_fn_c_try_link
"$LINENO"; then :
17490 ac_cv_have_timezone
="yes"
17492 ac_cv_have_timezone
="no"
17494 rm -f core conftest.err conftest.
$ac_objext \
17495 conftest
$ac_exeext conftest.
$ac_ext
17497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17498 $as_echo "$ac_cv_have_timezone" >&6; }
17499 if test "$ac_cv_have_timezone" = "yes"
17502 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17506 $as_echo_n "checking for daylight variable... " >&6; }
17507 if ${ac_cv_have_daylight+:} false
; then :
17508 $as_echo_n "(cached) " >&6
17510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17511 /* end confdefs.h. */
17521 if ac_fn_c_try_link
"$LINENO"; then :
17522 ac_cv_have_daylight
="yes"
17524 ac_cv_have_daylight
="no"
17526 rm -f core conftest.err conftest.
$ac_objext \
17527 conftest
$ac_exeext conftest.
$ac_ext
17529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17530 $as_echo "$ac_cv_have_daylight" >&6; }
17531 if test "$ac_cv_have_daylight" = "yes"
17534 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17538 ac_save_LIBS
="$LIBS"
17540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17541 $as_echo_n "checking for isfinite... " >&6; }
17542 if ${ac_cv_have_isfinite+:} false
; then :
17543 $as_echo_n "(cached) " >&6
17545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17546 /* end confdefs.h. */
17547 #define _GNU_SOURCE
17552 float f = 0.0; return isfinite(f)
17557 if ac_fn_c_try_link
"$LINENO"; then :
17558 ac_cv_have_isfinite
="yes"
17560 ac_cv_have_isfinite
="no"
17562 rm -f core conftest.err conftest.
$ac_objext \
17563 conftest
$ac_exeext conftest.
$ac_ext
17565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17566 $as_echo "$ac_cv_have_isfinite" >&6; }
17567 if test "$ac_cv_have_isfinite" = "yes"
17570 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17575 $as_echo_n "checking for isinf... " >&6; }
17576 if ${ac_cv_have_isinf+:} false
; then :
17577 $as_echo_n "(cached) " >&6
17579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17580 /* end confdefs.h. */
17585 float f = 0.0; return isinf(f)
17590 if ac_fn_c_try_link
"$LINENO"; then :
17591 ac_cv_have_isinf
="yes"
17593 ac_cv_have_isinf
="no"
17595 rm -f core conftest.err conftest.
$ac_objext \
17596 conftest
$ac_exeext conftest.
$ac_ext
17598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17599 $as_echo "$ac_cv_have_isinf" >&6; }
17600 if test "$ac_cv_have_isinf" = "yes"
17603 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17608 $as_echo_n "checking for isnan... " >&6; }
17609 if ${ac_cv_have_isnan+:} false
; then :
17610 $as_echo_n "(cached) " >&6
17612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17613 /* end confdefs.h. */
17618 float f = 0.0; return isnan(f)
17623 if ac_fn_c_try_link
"$LINENO"; then :
17624 ac_cv_have_isnan
="yes"
17626 ac_cv_have_isnan
="no"
17628 rm -f core conftest.err conftest.
$ac_objext \
17629 conftest
$ac_exeext conftest.
$ac_ext
17631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17632 $as_echo "$ac_cv_have_isnan" >&6; }
17633 if test "$ac_cv_have_isnan" = "yes"
17636 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17684 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17685 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17686 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17687 cat >>confdefs.h
<<_ACEOF
17688 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17694 LIBS
="$ac_save_LIBS"
17696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17697 $as_echo_n "checking for __builtin_clz... " >&6; }
17698 if ${ac_cv_have___builtin_clz+:} false
; then :
17699 $as_echo_n "(cached) " >&6
17701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17702 /* end confdefs.h. */
17707 return __builtin_clz(1)
17712 if ac_fn_c_try_link
"$LINENO"; then :
17713 ac_cv_have___builtin_clz
="yes"
17715 ac_cv_have___builtin_clz
="no"
17717 rm -f core conftest.err conftest.
$ac_objext \
17718 conftest
$ac_exeext conftest.
$ac_ext
17720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17721 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17722 if test "$ac_cv_have___builtin_clz" = "yes"
17725 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17730 $as_echo_n "checking for __builtin_popcount... " >&6; }
17731 if ${ac_cv_have___builtin_popcount+:} false
; then :
17732 $as_echo_n "(cached) " >&6
17734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17735 /* end confdefs.h. */
17740 return __builtin_popcount(1)
17745 if ac_fn_c_try_link
"$LINENO"; then :
17746 ac_cv_have___builtin_popcount
="yes"
17748 ac_cv_have___builtin_popcount
="no"
17750 rm -f core conftest.err conftest.
$ac_objext \
17751 conftest
$ac_exeext conftest.
$ac_ext
17753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17754 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17755 if test "$ac_cv_have___builtin_popcount" = "yes"
17758 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17764 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17765 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17766 if ${ac_cv_cpp_def___i386__+:} false
; then :
17767 $as_echo_n "(cached) " >&6
17769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17770 /* end confdefs.h. */
17775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17776 $EGREP "yes" >/dev
/null
2>&1; then :
17777 ac_cv_cpp_def___i386__
=yes
17779 ac_cv_cpp_def___i386__
=no
17784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17785 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17786 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17787 CFLAGS
="$CFLAGS -D__i386__"
17788 LINTFLAGS
="$LINTFLAGS -D__i386__"
17790 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17791 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17792 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17793 $as_echo_n "(cached) " >&6
17795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17796 /* end confdefs.h. */
17801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17802 $EGREP "yes" >/dev
/null
2>&1; then :
17803 ac_cv_cpp_def___x86_64__
=yes
17805 ac_cv_cpp_def___x86_64__
=no
17810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17811 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17812 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17813 CFLAGS
="$CFLAGS -D__x86_64__"
17814 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17816 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17817 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17818 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17819 $as_echo_n "(cached) " >&6
17821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17822 /* end confdefs.h. */
17823 #ifndef __sparc64__
17827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17828 $EGREP "yes" >/dev
/null
2>&1; then :
17829 ac_cv_cpp_def___sparc64__
=yes
17831 ac_cv_cpp_def___sparc64__
=no
17836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17837 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17838 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17839 CFLAGS
="$CFLAGS -D__sparc64__"
17840 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17842 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17843 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17844 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17845 $as_echo_n "(cached) " >&6
17847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17848 /* end confdefs.h. */
17853 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17854 $EGREP "yes" >/dev
/null
2>&1; then :
17855 ac_cv_cpp_def___sparc__
=yes
17857 ac_cv_cpp_def___sparc__
=no
17862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17863 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17864 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17865 CFLAGS
="$CFLAGS -D__sparc__"
17866 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17868 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17869 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17870 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17871 $as_echo_n "(cached) " >&6
17873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17874 /* end confdefs.h. */
17875 #ifndef __powerpc64__
17879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17880 $EGREP "yes" >/dev
/null
2>&1; then :
17881 ac_cv_cpp_def___powerpc64__
=yes
17883 ac_cv_cpp_def___powerpc64__
=no
17888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17889 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17890 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17891 CFLAGS
="$CFLAGS -D__powerpc64__"
17892 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17894 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17895 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17896 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17897 $as_echo_n "(cached) " >&6
17899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17900 /* end confdefs.h. */
17901 #ifndef __powerpc__
17905 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17906 $EGREP "yes" >/dev
/null
2>&1; then :
17907 ac_cv_cpp_def___powerpc__
=yes
17909 ac_cv_cpp_def___powerpc__
=no
17914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17915 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17916 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17917 CFLAGS
="$CFLAGS -D__powerpc__"
17918 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17920 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17921 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17922 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17923 $as_echo_n "(cached) " >&6
17925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17926 /* end confdefs.h. */
17927 #ifndef __aarch64__
17931 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17932 $EGREP "yes" >/dev
/null
2>&1; then :
17933 ac_cv_cpp_def___aarch64__
=yes
17935 ac_cv_cpp_def___aarch64__
=no
17940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17941 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17942 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17943 CFLAGS
="$CFLAGS -D__aarch64__"
17944 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17946 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17947 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17948 if ${ac_cv_cpp_def___arm__+:} false
; then :
17949 $as_echo_n "(cached) " >&6
17951 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17952 /* end confdefs.h. */
17957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17958 $EGREP "yes" >/dev
/null
2>&1; then :
17959 ac_cv_cpp_def___arm__
=yes
17961 ac_cv_cpp_def___arm__
=no
17966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17967 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17968 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17969 CFLAGS
="$CFLAGS -D__arm__"
17970 LINTFLAGS
="$LINTFLAGS -D__arm__"
17974 case $host_vendor in
17975 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17976 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17977 if ${ac_cv_cpp_def___sun__+:} false
; then :
17978 $as_echo_n "(cached) " >&6
17980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17981 /* end confdefs.h. */
17986 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17987 $EGREP "yes" >/dev
/null
2>&1; then :
17988 ac_cv_cpp_def___sun__
=yes
17990 ac_cv_cpp_def___sun__
=no
17995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17996 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17997 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17998 CFLAGS
="$CFLAGS -D__sun__"
17999 LINTFLAGS
="$LINTFLAGS -D__sun__"
18007 ac_config_commands
="$ac_config_commands include/stamp-h"
18009 $as_echo_n "creating Makefile rules..." >&6
18011 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
18012 SOCKET_LIBS = $SOCKET_LIBS
18013 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
18014 IOKIT_LIBS = $IOKIT_LIBS
18015 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
18016 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
18017 CORESERVICES_LIBS = $CORESERVICES_LIBS
18018 APPKIT_LIBS = $APPKIT_LIBS
18019 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
18020 SECURITY_LIBS = $SECURITY_LIBS
18021 COREAUDIO_LIBS = $COREAUDIO_LIBS
18022 OPENAL_LIBS = $OPENAL_LIBS
18023 OPENCL_LIBS = $OPENCL_LIBS
18024 QUICKTIME_LIBS = $QUICKTIME_LIBS
18025 CARBON_LIBS = $CARBON_LIBS
18026 PTHREAD_LIBS = $PTHREAD_LIBS
18027 X_CFLAGS = $X_CFLAGS
18028 X_PRE_LIBS = $X_PRE_LIBS
18030 X_EXTRA_LIBS = $X_EXTRA_LIBS
18031 PCAP_LIBS = $PCAP_LIBS
18032 XML2_CFLAGS = $XML2_CFLAGS
18033 XML2_LIBS = $XML2_LIBS
18034 XSLT_CFLAGS = $XSLT_CFLAGS
18035 XSLT_LIBS = $XSLT_LIBS
18036 DBUS_CFLAGS = $DBUS_CFLAGS
18037 DBUS_LIBS = $DBUS_LIBS
18038 HAL_CFLAGS = $HAL_CFLAGS
18039 HAL_LIBS = $HAL_LIBS
18040 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
18041 GNUTLS_LIBS = $GNUTLS_LIBS
18042 SANE_CFLAGS = $SANE_CFLAGS
18043 SANE_LIBS = $SANE_LIBS
18044 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
18045 GPHOTO2_LIBS = $GPHOTO2_LIBS
18046 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
18047 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
18048 RESOLV_LIBS = $RESOLV_LIBS
18049 LCMS2_CFLAGS = $LCMS2_CFLAGS
18050 LCMS2_LIBS = $LCMS2_LIBS
18051 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
18052 FREETYPE_LIBS = $FREETYPE_LIBS
18054 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
18055 PULSE_CFLAGS = $PULSE_CFLAGS
18056 PULSE_LIBS = $PULSE_LIBS
18057 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
18058 GSTREAMER_LIBS = $GSTREAMER_LIBS
18059 ALSA_LIBS = $ALSA_LIBS
18060 OSS4_CFLAGS = $OSS4_CFLAGS
18061 UDEV_CFLAGS = $UDEV_CFLAGS
18062 UDEV_LIBS = $UDEV_LIBS
18063 CAPI20_CFLAGS = $CAPI20_CFLAGS
18064 CAPI20_LIBS = $CAPI20_LIBS
18065 CUPS_CFLAGS = $CUPS_CFLAGS
18066 CUPS_LIBS = $CUPS_LIBS
18067 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
18068 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
18069 KRB5_CFLAGS = $KRB5_CFLAGS
18070 KRB5_LIBS = $KRB5_LIBS
18071 JPEG_CFLAGS = $JPEG_CFLAGS
18072 JPEG_LIBS = $JPEG_LIBS
18073 PNG_CFLAGS = $PNG_CFLAGS
18074 PNG_LIBS = $PNG_LIBS
18075 TIFF_CFLAGS = $TIFF_CFLAGS
18076 TIFF_LIBS = $TIFF_LIBS
18077 MPG123_CFLAGS = $MPG123_CFLAGS
18078 MPG123_LIBS = $MPG123_LIBS
18079 KSTAT_LIBS = $KSTAT_LIBS
18080 PROCSTAT_LIBS = $PROCSTAT_LIBS
18081 NETAPI_CFLAGS = $NETAPI_CFLAGS
18082 NETAPI_LIBS = $NETAPI_LIBS
18083 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
18085 POLL_LIBS = $POLL_LIBS
18087 LDAP_CFLAGS = $LDAP_CFLAGS
18088 LDAP_LIBS = $LDAP_LIBS
18093 wine_fn_append_rule
"
18094 # Rules automatically generated by configure
18096 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
18101 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
18102 @./config.status Make.tmp Makefile
18103 depend: \$(MAKEDEP) dummy
18106 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
18107 @echo \"crosstest is not supported (mingw not installed?)\" && false"
18109 if test "x$enable_fonts" != xno
; then
18110 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
18111 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
18112 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
18113 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
18114 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
18115 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
18117 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
18118 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
18119 ac_config_links
="$ac_config_links wine:tools/winewrapper"
18120 wine_fn_config_symlink wine
18121 if test "x$enable_win64" != xno
; then
18122 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
18123 wine_fn_config_symlink wine64
18126 wine_fn_config_dll acledit enable_acledit
18127 wine_fn_config_dll aclui enable_aclui implib
18128 wine_fn_config_dll activeds enable_activeds implib
18129 wine_fn_config_dll actxprxy enable_actxprxy clean
18130 wine_fn_config_lib adsiid
18131 wine_fn_config_dll adsldpc enable_adsldpc
18132 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
18133 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
18134 wine_fn_config_dll advpack enable_advpack implib
18135 wine_fn_config_test dlls
/advpack
/tests advpack_test
18136 wine_fn_config_dll amstream enable_amstream clean
18137 wine_fn_config_test dlls
/amstream
/tests amstream_test
18138 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
18139 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
18140 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
18141 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
18142 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
18143 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
18144 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
18145 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
18146 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
18147 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
18148 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
18149 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
18150 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
18151 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
18152 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
18153 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
18154 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
18155 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
18156 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
18157 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
18158 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
18159 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
18160 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
18161 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
18162 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
18163 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
18164 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
18165 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
18166 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18167 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18168 wine_fn_config_dll api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
18169 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18170 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18171 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18172 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18173 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18174 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18175 wine_fn_config_dll api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18176 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18177 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18178 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18179 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18180 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18181 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18182 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18183 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18184 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18185 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18186 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18187 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18188 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18189 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-1 enable_api_ms_win_core_libraryloader_l1_2_1
18190 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18191 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18192 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18193 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18194 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18195 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18196 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18197 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18198 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18199 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18200 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18201 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18202 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18203 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18204 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18205 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18206 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18207 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18208 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18209 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18210 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18211 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18212 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18213 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18214 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18215 wine_fn_config_dll api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18216 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18217 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18218 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18219 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18220 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18221 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18222 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18223 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18224 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18225 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18226 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18227 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18228 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18229 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18230 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18231 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18232 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18233 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18234 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18235 wine_fn_config_dll api-ms-win-core-synch-ansi-l1-1-0 enable_api_ms_win_core_synch_ansi_l1_1_0
18236 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18237 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18238 wine_fn_config_dll api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18239 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18240 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18241 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18242 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18243 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18244 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18245 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18246 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18247 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18248 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18249 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18250 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18251 wine_fn_config_dll api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18252 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18253 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18254 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18255 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18256 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18257 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18258 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18259 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18260 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18261 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18262 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18263 wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18264 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18265 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18266 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18267 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18268 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18269 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18270 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18271 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18272 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18273 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18274 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18275 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18276 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18277 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18278 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18279 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18280 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18281 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18282 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18283 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18284 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18285 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18286 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18287 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18288 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18289 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18290 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18291 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18292 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18293 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18294 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18295 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18296 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18297 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18298 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18299 wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18300 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18301 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18302 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18303 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18304 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18305 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18306 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18307 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18308 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18309 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18310 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18311 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18312 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18313 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18314 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18315 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18316 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18317 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18318 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18319 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18320 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18321 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18322 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18323 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18324 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18325 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18326 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18327 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18328 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18329 wine_fn_config_dll api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
18330 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18331 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18332 wine_fn_config_dll apphelp enable_apphelp
18333 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18334 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
18335 wine_fn_config_dll atl enable_atl clean
,implib
18336 wine_fn_config_test dlls
/atl
/tests atl_test
18337 wine_fn_config_dll atl100 enable_atl100 clean
,implib
18338 wine_fn_config_test dlls
/atl100
/tests atl100_test
18339 wine_fn_config_dll atl110 enable_atl110 clean
18340 wine_fn_config_dll atl80 enable_atl80 clean
,implib
18341 wine_fn_config_test dlls
/atl80
/tests atl80_test
18342 wine_fn_config_dll atl90 enable_atl90 clean
18343 wine_fn_config_dll authz enable_authz
18344 wine_fn_config_dll avicap32 enable_avicap32 implib
18345 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
18346 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18347 wine_fn_config_dll avifile.dll16 enable_win16
18348 wine_fn_config_dll avrt enable_avrt implib
18349 wine_fn_config_dll bcrypt enable_bcrypt implib
18350 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18351 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18352 wine_fn_config_dll browseui enable_browseui clean
18353 wine_fn_config_test dlls
/browseui
/tests browseui_test
18354 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18355 wine_fn_config_dll cabinet enable_cabinet implib
18356 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18357 wine_fn_config_dll capi2032 enable_capi2032 implib
18358 wine_fn_config_dll cards enable_cards implib
18359 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
18360 wine_fn_config_dll clusapi enable_clusapi implib
18361 wine_fn_config_dll combase enable_combase
18362 wine_fn_config_test dlls
/combase
/tests combase_test
18363 wine_fn_config_dll comcat enable_comcat
18364 wine_fn_config_test dlls
/comcat
/tests comcat_test
18365 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
18366 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18367 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
18368 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18369 wine_fn_config_dll
comm.drv16 enable_win16
18370 wine_fn_config_dll commdlg.dll16 enable_win16
18371 wine_fn_config_dll compobj.dll16 enable_win16
18372 wine_fn_config_dll compstui enable_compstui implib
18373 wine_fn_config_dll comsvcs enable_comsvcs clean
,implib
18374 wine_fn_config_dll concrt140 enable_concrt140
18375 wine_fn_config_dll connect enable_connect
18376 wine_fn_config_dll credui enable_credui clean
,implib
18377 wine_fn_config_test dlls
/credui
/tests credui_test
18378 wine_fn_config_dll crtdll enable_crtdll
18379 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
18380 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18381 wine_fn_config_dll cryptdlg enable_cryptdlg clean
18382 wine_fn_config_dll cryptdll enable_cryptdll implib
18383 wine_fn_config_dll cryptext enable_cryptext
18384 wine_fn_config_dll cryptnet enable_cryptnet implib
18385 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18386 wine_fn_config_dll cryptui enable_cryptui clean
,implib
18387 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18388 wine_fn_config_dll ctapi32 enable_ctapi32
18389 wine_fn_config_dll ctl3d.dll16 enable_win16
18390 wine_fn_config_dll ctl3d32 enable_ctl3d32
18391 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18392 wine_fn_config_dll d2d1 enable_d2d1 implib
18393 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18394 wine_fn_config_dll d3d10 enable_d3d10 implib
18395 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18396 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
18397 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18398 wine_fn_config_dll d3d10core enable_d3d10core implib
18399 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18400 wine_fn_config_dll d3d11 enable_d3d11 implib
18401 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18402 wine_fn_config_dll d3d8 enable_d3d8 implib
18403 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18404 wine_fn_config_dll d3d9 enable_d3d9 implib
18405 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18406 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18407 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18408 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18409 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18410 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18411 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18412 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18413 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18414 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18415 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18416 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
18417 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18418 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18419 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18420 wine_fn_config_dll d3dim enable_d3dim
18421 wine_fn_config_dll d3drm enable_d3drm implib
18422 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18423 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18424 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18425 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18426 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18427 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18428 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18429 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18430 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18431 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18432 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18433 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
18434 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18435 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18436 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
18437 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18438 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18439 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18440 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18441 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18442 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18443 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18444 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18445 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18446 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18447 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18448 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18449 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18450 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
18451 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18452 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18453 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18454 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18455 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18456 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18457 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18458 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18459 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
18460 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18461 wine_fn_config_dll davclnt enable_davclnt
18462 wine_fn_config_dll dbgeng enable_dbgeng implib
18463 wine_fn_config_dll dbghelp enable_dbghelp implib
18464 wine_fn_config_dll dciman32 enable_dciman32 implib
18465 wine_fn_config_dll ddeml.dll16 enable_win16
18466 wine_fn_config_dll ddraw enable_ddraw clean
,implib
18467 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18468 wine_fn_config_dll ddrawex enable_ddrawex clean
18469 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18470 wine_fn_config_dll devenum enable_devenum clean
18471 wine_fn_config_test dlls
/devenum
/tests devenum_test
18472 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18473 wine_fn_config_dll difxapi enable_difxapi
18474 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
18475 wine_fn_config_test dlls
/dinput
/tests dinput_test
18476 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
18477 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18478 wine_fn_config_dll dispdib.dll16 enable_win16
18479 wine_fn_config_dll dispex enable_dispex clean
18480 wine_fn_config_test dlls
/dispex
/tests dispex_test
18481 wine_fn_config_dll display.drv16 enable_win16
18482 wine_fn_config_dll dmband enable_dmband clean
18483 wine_fn_config_test dlls
/dmband
/tests dmband_test
18484 wine_fn_config_dll dmcompos enable_dmcompos clean
18485 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18486 wine_fn_config_dll dmime enable_dmime clean
18487 wine_fn_config_test dlls
/dmime
/tests dmime_test
18488 wine_fn_config_dll dmloader enable_dmloader clean
18489 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18490 wine_fn_config_dll dmscript enable_dmscript clean
18491 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18492 wine_fn_config_dll dmstyle enable_dmstyle clean
18493 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18494 wine_fn_config_dll dmsynth enable_dmsynth clean
18495 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18496 wine_fn_config_dll dmusic enable_dmusic clean
18497 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18498 wine_fn_config_dll dmusic32 enable_dmusic32
18499 wine_fn_config_dll dnsapi enable_dnsapi implib
18500 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18501 wine_fn_config_dll dplay enable_dplay
18502 wine_fn_config_dll dplayx enable_dplayx clean
,implib
18503 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18504 wine_fn_config_dll dpnaddr enable_dpnaddr
18505 wine_fn_config_dll dpnet enable_dpnet clean
,implib
18506 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18507 wine_fn_config_dll dpnhpast enable_dpnhpast
18508 wine_fn_config_dll dpnlobby enable_dpnlobby
18509 wine_fn_config_dll dpvoice enable_dpvoice clean
18510 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18511 wine_fn_config_dll dpwsockx enable_dpwsockx
18512 wine_fn_config_dll drmclien enable_drmclien
18513 wine_fn_config_dll dsound enable_dsound clean
,implib
18514 wine_fn_config_test dlls
/dsound
/tests dsound_test
18515 wine_fn_config_dll dsquery enable_dsquery clean
18516 wine_fn_config_dll dssenh enable_dssenh
18517 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18518 wine_fn_config_dll dswave enable_dswave clean
18519 wine_fn_config_test dlls
/dswave
/tests dswave_test
18520 wine_fn_config_dll dwmapi enable_dwmapi implib
18521 wine_fn_config_dll dwrite enable_dwrite implib
18522 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18523 wine_fn_config_dll dx8vb enable_dx8vb clean
18524 wine_fn_config_dll dxdiagn enable_dxdiagn clean
18525 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18526 wine_fn_config_lib dxerr8
18527 wine_fn_config_lib dxerr9
18528 wine_fn_config_dll dxgi enable_dxgi implib
18529 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18530 wine_fn_config_lib dxguid
18531 wine_fn_config_dll dxva2 enable_dxva2
18532 wine_fn_config_dll esent enable_esent
18533 wine_fn_config_dll evr enable_evr clean
18534 wine_fn_config_test dlls
/evr
/tests evr_test
18535 wine_fn_config_dll explorerframe enable_explorerframe clean
18536 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18537 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18538 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18539 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18540 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18541 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18542 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18543 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18544 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18545 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18546 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18547 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18548 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18549 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18550 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18551 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18552 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18553 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18554 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18555 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18556 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18557 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18558 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18559 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18560 wine_fn_config_dll faultrep enable_faultrep implib
18561 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18562 wine_fn_config_dll fltlib enable_fltlib
18563 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18564 wine_fn_config_dll fntcache enable_fntcache
18565 wine_fn_config_dll fontsub enable_fontsub
18566 wine_fn_config_dll fusion enable_fusion
18567 wine_fn_config_test dlls
/fusion
/tests fusion_test
18568 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18569 wine_fn_config_dll gameux enable_gameux clean
18570 wine_fn_config_test dlls
/gameux
/tests gameux_test
18571 wine_fn_config_dll gdi.exe16 enable_win16
18572 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
18573 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18574 wine_fn_config_dll gdiplus enable_gdiplus implib
18575 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18576 wine_fn_config_dll glu32 enable_glu32 implib
18577 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
18578 wine_fn_config_dll gpkcsp enable_gpkcsp
18579 wine_fn_config_dll hal enable_hal
18580 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
18581 wine_fn_config_dll hid enable_hid implib
18582 wine_fn_config_test dlls
/hid
/tests hid_test
18583 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
18584 wine_fn_config_dll hlink enable_hlink clean
,implib
18585 wine_fn_config_test dlls
/hlink
/tests hlink_test
18586 wine_fn_config_dll hnetcfg enable_hnetcfg clean
18587 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18588 wine_fn_config_dll httpapi enable_httpapi implib
18589 wine_fn_config_test dlls
/httpapi
/tests httpapi_test
18590 wine_fn_config_dll iccvid enable_iccvid clean
18591 wine_fn_config_dll icmp enable_icmp
18592 wine_fn_config_dll ieframe enable_ieframe clean
,implib
18593 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18594 wine_fn_config_dll ieproxy enable_ieproxy clean
18595 wine_fn_config_dll ifsmgr.vxd enable_win16
18596 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18597 wine_fn_config_dll imagehlp enable_imagehlp implib
18598 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18599 wine_fn_config_dll imm.dll16 enable_win16
18600 wine_fn_config_dll imm32 enable_imm32 implib
18601 wine_fn_config_test dlls
/imm32
/tests imm32_test
18602 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
18603 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18604 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
18605 wine_fn_config_dll inetmib1 enable_inetmib1
18606 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18607 wine_fn_config_dll infosoft enable_infosoft clean
18608 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18609 wine_fn_config_dll initpki enable_initpki
18610 wine_fn_config_dll inkobj enable_inkobj
18611 wine_fn_config_dll inseng enable_inseng clean
18612 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18613 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18614 wine_fn_config_dll iprop enable_iprop
18615 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18616 wine_fn_config_dll itircl enable_itircl
18617 wine_fn_config_dll itss enable_itss clean
18618 wine_fn_config_test dlls
/itss
/tests itss_test
18619 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18620 wine_fn_config_dll jscript enable_jscript clean
18621 wine_fn_config_test dlls
/jscript
/tests jscript_test
18622 wine_fn_config_dll jsproxy enable_jsproxy implib
18623 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18624 wine_fn_config_dll kerberos enable_kerberos
18625 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18626 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18627 wine_fn_config_dll kernelbase enable_kernelbase
18628 wine_fn_config_dll keyboard.drv16 enable_win16
18629 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18630 wine_fn_config_dll ksuser enable_ksuser
18631 wine_fn_config_dll ktmw32 enable_ktmw32
18632 wine_fn_config_dll l3codeca.acm enable_l3codeca_acm
18633 wine_fn_config_dll loadperf enable_loadperf implib
18634 wine_fn_config_dll localspl enable_localspl clean
18635 wine_fn_config_test dlls
/localspl
/tests localspl_test
18636 wine_fn_config_dll localui enable_localui clean
18637 wine_fn_config_test dlls
/localui
/tests localui_test
18638 wine_fn_config_dll lz32 enable_lz32 implib
18639 wine_fn_config_test dlls
/lz32
/tests lz32_test
18640 wine_fn_config_dll lzexpand.dll16 enable_win16
18641 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18642 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18643 wine_fn_config_dll mapistub enable_mapistub
18644 wine_fn_config_dll mciavi32 enable_mciavi32
18645 wine_fn_config_dll mcicda enable_mcicda
18646 wine_fn_config_dll mciqtz32 enable_mciqtz32
18647 wine_fn_config_dll mciseq enable_mciseq
18648 wine_fn_config_dll mciwave enable_mciwave
18649 wine_fn_config_dll mf enable_mf implib
18650 wine_fn_config_test dlls
/mf
/tests mf_test
18651 wine_fn_config_dll mf3216 enable_mf3216
18652 wine_fn_config_dll mfplat enable_mfplat implib
18653 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18654 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18655 wine_fn_config_lib mfuuid
18656 wine_fn_config_dll mgmtapi enable_mgmtapi
18657 wine_fn_config_dll midimap enable_midimap
18658 wine_fn_config_dll mlang enable_mlang clean
,implib
18659 wine_fn_config_test dlls
/mlang
/tests mlang_test
18660 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18661 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18662 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18663 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18664 wine_fn_config_dll mmdevldr.vxd enable_win16
18665 wine_fn_config_dll mmsystem.dll16 enable_win16
18666 wine_fn_config_dll monodebg.vxd enable_win16
18667 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18668 wine_fn_config_dll mouse.drv16 enable_win16
18669 wine_fn_config_dll mpr enable_mpr clean
,implib
18670 wine_fn_config_test dlls
/mpr
/tests mpr_test
18671 wine_fn_config_dll mprapi enable_mprapi implib
18672 wine_fn_config_dll msacm.dll16 enable_win16
18673 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18674 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18675 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18676 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18677 wine_fn_config_dll msasn1 enable_msasn1 implib
18678 wine_fn_config_dll mscat32 enable_mscat32
18679 wine_fn_config_dll mscms enable_mscms implib
18680 wine_fn_config_test dlls
/mscms
/tests mscms_test
18681 wine_fn_config_dll mscoree enable_mscoree clean
18682 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18683 wine_fn_config_dll msctf enable_msctf clean
18684 wine_fn_config_test dlls
/msctf
/tests msctf_test
18685 wine_fn_config_dll msctfp enable_msctfp clean
18686 wine_fn_config_dll msdaps enable_msdaps clean
18687 wine_fn_config_dll msdelta enable_msdelta
18688 wine_fn_config_dll msdmo enable_msdmo implib
18689 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18690 wine_fn_config_dll msdrm enable_msdrm
18691 wine_fn_config_dll msftedit enable_msftedit
18692 wine_fn_config_dll msg711.acm enable_msg711_acm
18693 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18694 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18695 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18696 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18697 wine_fn_config_dll msi enable_msi clean
,implib
18698 wine_fn_config_test dlls
/msi
/tests msi_test
18699 wine_fn_config_dll msident enable_msident clean
18700 wine_fn_config_dll msimg32 enable_msimg32 implib
18701 wine_fn_config_dll msimsg enable_msimsg
18702 wine_fn_config_dll msimtf enable_msimtf clean
18703 wine_fn_config_dll msisip enable_msisip
18704 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18705 wine_fn_config_dll msls31 enable_msls31
18706 wine_fn_config_dll msnet32 enable_msnet32
18707 wine_fn_config_dll mspatcha enable_mspatcha implib
18708 wine_fn_config_dll msports enable_msports
18709 wine_fn_config_dll msrle32 enable_msrle32 clean
18710 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18711 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18712 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18713 wine_fn_config_dll mssign32 enable_mssign32
18714 wine_fn_config_dll mssip32 enable_mssip32
18715 wine_fn_config_dll mstask enable_mstask clean
18716 wine_fn_config_test dlls
/mstask
/tests mstask_test
18717 wine_fn_config_dll msvcirt enable_msvcirt
18718 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18719 wine_fn_config_dll msvcm80 enable_msvcm80
18720 wine_fn_config_dll msvcm90 enable_msvcm90
18721 wine_fn_config_dll msvcp100 enable_msvcp100
18722 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18723 wine_fn_config_dll msvcp110 enable_msvcp110
18724 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18725 wine_fn_config_dll msvcp120 enable_msvcp120
18726 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18727 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18728 wine_fn_config_dll msvcp140 enable_msvcp140
18729 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18730 wine_fn_config_dll msvcp60 enable_msvcp60
18731 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18732 wine_fn_config_dll msvcp70 enable_msvcp70
18733 wine_fn_config_dll msvcp71 enable_msvcp71
18734 wine_fn_config_dll msvcp80 enable_msvcp80
18735 wine_fn_config_dll msvcp90 enable_msvcp90
18736 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18737 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18738 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18739 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18740 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18741 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18742 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18743 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18744 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18745 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18746 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18747 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18748 wine_fn_config_dll msvcrt enable_msvcrt implib
18749 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18750 wine_fn_config_dll msvcrt20 enable_msvcrt20
18751 wine_fn_config_dll msvcrt40 enable_msvcrt40
18752 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18753 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18754 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18755 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18756 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18757 wine_fn_config_dll msvideo.dll16 enable_win16
18758 wine_fn_config_dll mswsock enable_mswsock implib
18759 wine_fn_config_dll msxml enable_msxml clean
18760 wine_fn_config_dll msxml2 enable_msxml2 clean
18761 wine_fn_config_dll msxml3 enable_msxml3 clean
18762 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18763 wine_fn_config_dll msxml4 enable_msxml4 clean
18764 wine_fn_config_dll msxml6 enable_msxml6 clean
18765 wine_fn_config_dll mtxdm enable_mtxdm
18766 wine_fn_config_dll ncrypt enable_ncrypt
18767 wine_fn_config_dll nddeapi enable_nddeapi implib
18768 wine_fn_config_dll ndis.sys enable_ndis_sys
18769 wine_fn_config_dll netapi32 enable_netapi32 implib
18770 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18771 wine_fn_config_dll netcfgx enable_netcfgx clean
18772 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18773 wine_fn_config_dll netprofm enable_netprofm clean
18774 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18775 wine_fn_config_dll newdev enable_newdev implib
18776 wine_fn_config_dll normaliz enable_normaliz implib
18777 wine_fn_config_dll npmshtml enable_npmshtml
18778 wine_fn_config_dll npptools enable_npptools
18779 wine_fn_config_dll ntdll enable_ntdll implib
18780 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18781 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18782 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18783 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18784 wine_fn_config_dll ntprint enable_ntprint
18785 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18786 wine_fn_config_dll objsel enable_objsel clean
18787 wine_fn_config_dll odbc32 enable_odbc32 implib
18788 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18789 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18790 wine_fn_config_dll odbccu32 enable_odbccu32
18791 wine_fn_config_dll ole2.dll16 enable_win16
18792 wine_fn_config_dll ole2conv.dll16 enable_win16
18793 wine_fn_config_dll ole2disp.dll16 enable_win16
18794 wine_fn_config_dll ole2nls.dll16 enable_win16
18795 wine_fn_config_dll ole2prox.dll16 enable_win16
18796 wine_fn_config_dll ole2thk.dll16 enable_win16
18797 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18798 wine_fn_config_test dlls
/ole32
/tests ole32_test
18799 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18800 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18801 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18802 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18803 wine_fn_config_dll olecli.dll16 enable_win16
18804 wine_fn_config_dll olecli32 enable_olecli32 implib
18805 wine_fn_config_dll oledb32 enable_oledb32 clean
18806 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18807 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18808 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18809 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
18810 wine_fn_config_dll olesvr.dll16 enable_win16
18811 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18812 wine_fn_config_dll olethk32 enable_olethk32
18813 wine_fn_config_dll openal32 enable_openal32
18814 wine_fn_config_dll opencl enable_opencl
18815 wine_fn_config_dll opengl32 enable_opengl32 implib
18816 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18817 wine_fn_config_dll packager enable_packager clean
18818 wine_fn_config_test dlls
/packager
/tests packager_test
18819 wine_fn_config_dll pdh enable_pdh implib
18820 wine_fn_config_test dlls
/pdh
/tests pdh_test
18821 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18822 wine_fn_config_dll pidgen enable_pidgen
18823 wine_fn_config_dll powrprof enable_powrprof implib
18824 wine_fn_config_dll printui enable_printui
18825 wine_fn_config_dll prntvpt enable_prntvpt
18826 wine_fn_config_dll propsys enable_propsys clean
,implib
18827 wine_fn_config_test dlls
/propsys
/tests propsys_test
18828 wine_fn_config_dll psapi enable_psapi implib
18829 wine_fn_config_test dlls
/psapi
/tests psapi_test
18830 wine_fn_config_dll pstorec enable_pstorec clean
18831 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
18832 wine_fn_config_dll qcap enable_qcap
18833 wine_fn_config_test dlls
/qcap
/tests qcap_test
18834 wine_fn_config_dll qedit enable_qedit clean
18835 wine_fn_config_test dlls
/qedit
/tests qedit_test
18836 wine_fn_config_dll qmgr enable_qmgr clean
18837 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18838 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18839 wine_fn_config_dll quartz enable_quartz clean
,implib
18840 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18841 wine_fn_config_dll query enable_query
18842 wine_fn_config_dll rasapi16.dll16 enable_win16
18843 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18844 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18845 wine_fn_config_dll rasdlg enable_rasdlg implib
18846 wine_fn_config_dll regapi enable_regapi
18847 wine_fn_config_dll resutils enable_resutils implib
18848 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18849 wine_fn_config_test dlls
/riched20
/tests riched20_test
18850 wine_fn_config_dll riched32 enable_riched32
18851 wine_fn_config_test dlls
/riched32
/tests riched32_test
18852 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18853 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18854 wine_fn_config_dll rsabase enable_rsabase
18855 wine_fn_config_dll rsaenh enable_rsaenh implib
18856 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18857 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18858 wine_fn_config_dll rtutils enable_rtutils implib
18859 wine_fn_config_dll samlib enable_samlib
18860 wine_fn_config_dll sane.ds enable_sane_ds clean
18861 wine_fn_config_dll sapi enable_sapi clean
18862 wine_fn_config_test dlls
/sapi
/tests sapi_test
18863 wine_fn_config_dll scarddlg enable_scarddlg
18864 wine_fn_config_dll sccbase enable_sccbase
18865 wine_fn_config_dll schannel enable_schannel
18866 wine_fn_config_test dlls
/schannel
/tests schannel_test
18867 wine_fn_config_dll schedsvc enable_schedsvc clean
18868 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18869 wine_fn_config_dll scrobj enable_scrobj clean
18870 wine_fn_config_dll scrrun enable_scrrun clean
18871 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18872 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18873 wine_fn_config_dll secur32 enable_secur32 implib
18874 wine_fn_config_test dlls
/secur32
/tests secur32_test
18875 wine_fn_config_dll security enable_security
18876 wine_fn_config_dll sensapi enable_sensapi implib
18877 wine_fn_config_dll serialui enable_serialui clean
18878 wine_fn_config_test dlls
/serialui
/tests serialui_test
18879 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18880 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18881 wine_fn_config_dll setupx.dll16 enable_win16
18882 wine_fn_config_dll sfc enable_sfc implib
18883 wine_fn_config_dll sfc_os enable_sfc_os implib
18884 wine_fn_config_dll shdoclc enable_shdoclc clean
18885 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18886 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18887 wine_fn_config_dll shell.dll16 enable_win16
18888 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18889 wine_fn_config_test dlls
/shell32
/tests shell32_test
18890 wine_fn_config_dll shfolder enable_shfolder implib
18891 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18892 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18893 wine_fn_config_dll slbcsp enable_slbcsp
18894 wine_fn_config_dll slc enable_slc implib
18895 wine_fn_config_test dlls
/slc
/tests slc_test
18896 wine_fn_config_dll snmpapi enable_snmpapi implib
18897 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18898 wine_fn_config_dll softpub enable_softpub
18899 wine_fn_config_dll sound.drv16 enable_win16
18900 wine_fn_config_dll spoolss enable_spoolss implib
18901 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18902 wine_fn_config_dll sspicli enable_sspicli
18903 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18904 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18905 wine_fn_config_dll sti enable_sti clean
,implib
18906 wine_fn_config_test dlls
/sti
/tests sti_test
18907 wine_fn_config_dll storage.dll16 enable_win16
18908 wine_fn_config_dll stress.dll16 enable_win16
18909 wine_fn_config_lib strmbase
18910 wine_fn_config_lib strmiids
18911 wine_fn_config_dll svrapi enable_svrapi
18912 wine_fn_config_dll sxs enable_sxs implib
18913 wine_fn_config_test dlls
/sxs
/tests sxs_test
18914 wine_fn_config_dll system.drv16 enable_win16
18915 wine_fn_config_dll t2embed enable_t2embed implib
18916 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18917 wine_fn_config_dll tapi32 enable_tapi32 implib
18918 wine_fn_config_dll taskschd enable_taskschd clean
18919 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18920 wine_fn_config_dll tdh enable_tdh
18921 wine_fn_config_dll tdi.sys enable_tdi_sys
18922 wine_fn_config_dll toolhelp.dll16 enable_win16
18923 wine_fn_config_dll traffic enable_traffic
18924 wine_fn_config_dll twain.dll16 enable_win16
18925 wine_fn_config_dll twain_32 enable_twain_32 clean
18926 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18927 wine_fn_config_dll typelib.dll16 enable_win16
18928 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18929 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18930 wine_fn_config_dll uiautomationcore enable_uiautomationcore
18931 wine_fn_config_dll uiribbon enable_uiribbon clean
18932 wine_fn_config_dll unicows enable_unicows implib
18933 wine_fn_config_dll updspapi enable_updspapi
18934 wine_fn_config_dll url enable_url implib
18935 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18936 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18937 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18938 wine_fn_config_dll user.exe16 enable_win16
18939 wine_fn_config_dll user32 enable_user32 clean
,implib
18940 wine_fn_config_test dlls
/user32
/tests user32_test
18941 wine_fn_config_dll userenv enable_userenv implib
18942 wine_fn_config_test dlls
/userenv
/tests userenv_test
18943 wine_fn_config_dll usp10 enable_usp10 implib
18944 wine_fn_config_test dlls
/usp10
/tests usp10_test
18945 wine_fn_config_lib uuid
18946 wine_fn_config_dll uxtheme enable_uxtheme implib
18947 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18948 wine_fn_config_dll vbscript enable_vbscript clean
18949 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18950 wine_fn_config_dll vcomp enable_vcomp
18951 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18952 wine_fn_config_dll vcomp100 enable_vcomp100
18953 wine_fn_config_dll vcomp110 enable_vcomp110
18954 wine_fn_config_dll vcomp120 enable_vcomp120
18955 wine_fn_config_dll vcomp140 enable_vcomp140
18956 wine_fn_config_dll vcomp90 enable_vcomp90
18957 wine_fn_config_dll vcruntime140 enable_vcruntime140
18958 wine_fn_config_dll vdhcp.vxd enable_win16
18959 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18960 wine_fn_config_dll ver.dll16 enable_win16
18961 wine_fn_config_dll version enable_version implib
18962 wine_fn_config_test dlls
/version
/tests version_test
18963 wine_fn_config_dll virtdisk enable_virtdisk
18964 wine_fn_config_dll vmm.vxd enable_win16
18965 wine_fn_config_dll vnbt.vxd enable_win16
18966 wine_fn_config_dll vnetbios.vxd enable_win16
18967 wine_fn_config_dll vssapi enable_vssapi
18968 wine_fn_config_dll vtdapi.vxd enable_win16
18969 wine_fn_config_dll vwin32.vxd enable_win16
18970 wine_fn_config_dll w32skrnl enable_win16
18971 wine_fn_config_dll w32sys.dll16 enable_win16
18972 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18973 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18974 wine_fn_config_dll wbemprox enable_wbemprox clean
18975 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18976 wine_fn_config_dll wdscore enable_wdscore
18977 wine_fn_config_dll webservices enable_webservices implib
18978 wine_fn_config_test dlls
/webservices
/tests webservices_test
18979 wine_fn_config_dll wer enable_wer implib
18980 wine_fn_config_test dlls
/wer
/tests wer_test
18981 wine_fn_config_dll wevtapi enable_wevtapi
18982 wine_fn_config_dll wiaservc enable_wiaservc clean
18983 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18984 wine_fn_config_dll wimgapi enable_wimgapi
18985 wine_fn_config_dll win32s16.dll16 enable_win16
18986 wine_fn_config_dll win87em.dll16 enable_win16
18987 wine_fn_config_dll winaspi.dll16 enable_win16
18988 wine_fn_config_dll windebug.dll16 enable_win16
18989 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18990 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18991 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18992 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18993 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18994 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv clean
18995 wine_fn_config_dll winebus.sys enable_winebus_sys
18996 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18997 wine_fn_config_lib winecrt0
18998 wine_fn_config_dll wined3d enable_wined3d implib
18999 wine_fn_config_dll winegstreamer enable_winegstreamer
19000 wine_fn_config_dll winehid.sys enable_winehid_sys
19001 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
19002 wine_fn_config_dll winemac.drv enable_winemac_drv clean
19003 wine_fn_config_dll winemapi enable_winemapi
19004 wine_fn_config_dll wineoss.drv enable_wineoss_drv
19005 wine_fn_config_dll wineps.drv enable_wineps_drv clean
19006 wine_fn_config_dll wineps16.drv16 enable_win16
19007 wine_fn_config_dll winepulse.drv enable_winepulse_drv
19008 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
19009 wine_fn_config_dll winex11.drv enable_winex11_drv
19010 wine_fn_config_dll wing.dll16 enable_win16
19011 wine_fn_config_dll wing32 enable_wing32
19012 wine_fn_config_dll winhttp enable_winhttp clean
,implib
19013 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
19014 wine_fn_config_dll wininet enable_wininet clean
,implib
19015 wine_fn_config_test dlls
/wininet
/tests wininet_test
19016 wine_fn_config_dll winmm enable_winmm clean
,implib
19017 wine_fn_config_test dlls
/winmm
/tests winmm_test
19018 wine_fn_config_dll winnls.dll16 enable_win16
19019 wine_fn_config_dll winnls32 enable_winnls32 implib
19020 wine_fn_config_dll winscard enable_winscard implib
19021 wine_fn_config_dll winsock.dll16 enable_win16
19022 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
19023 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
19024 wine_fn_config_dll winsta enable_winsta
19025 wine_fn_config_dll wintab.dll16 enable_win16
19026 wine_fn_config_dll wintab32 enable_wintab32 implib
19027 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
19028 wine_fn_config_dll wintrust enable_wintrust implib
19029 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
19030 wine_fn_config_dll winusb enable_winusb
19031 wine_fn_config_dll wlanapi enable_wlanapi implib
19032 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
19033 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
19034 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
19035 wine_fn_config_dll wmasf enable_wmasf
19036 wine_fn_config_dll wmi enable_wmi
19037 wine_fn_config_dll wmiutils enable_wmiutils clean
19038 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
19039 wine_fn_config_dll wmp enable_wmp clean
19040 wine_fn_config_test dlls
/wmp
/tests wmp_test
19041 wine_fn_config_dll wmphoto enable_wmphoto clean
19042 wine_fn_config_dll wmvcore enable_wmvcore implib
19043 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
19044 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
19045 wine_fn_config_dll wow32 enable_win16 implib
19046 wine_fn_config_dll wpc enable_wpc clean
19047 wine_fn_config_test dlls
/wpc
/tests wpc_test
19048 wine_fn_config_dll wpcap enable_wpcap
19049 wine_fn_config_dll ws2_32 enable_ws2_32 implib
19050 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
19051 wine_fn_config_dll wsdapi enable_wsdapi implib
19052 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
19053 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
19054 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
19055 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
19056 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
19057 wine_fn_config_dll wsock32 enable_wsock32 implib
19058 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
19059 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
19060 wine_fn_config_dll wuapi enable_wuapi clean
19061 wine_fn_config_dll wuaueng enable_wuaueng
19062 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
19063 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
19064 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
19065 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
19066 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
19067 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
19068 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
19069 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
19070 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
19071 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
19072 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
19073 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
19074 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
19075 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
19076 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
19077 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
19078 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
19079 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
19080 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
19081 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
19082 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
19083 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
19084 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
19085 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
19086 wine_fn_config_dll xinput1_1 enable_xinput1_1
19087 wine_fn_config_dll xinput1_2 enable_xinput1_2
19088 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
19089 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
19090 wine_fn_config_dll xinput1_4 enable_xinput1_4
19091 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
19092 wine_fn_config_dll xmllite enable_xmllite implib
19093 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
19094 wine_fn_config_dll xolehlp enable_xolehlp
19095 wine_fn_config_dll xpsprint enable_xpsprint
19096 wine_fn_config_dll xpssvcs enable_xpssvcs
19097 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
19098 wine_fn_config_makefile include enable_include clean
,install-dev
19099 wine_fn_config_makefile libs
/port enable_libs_port
19100 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
19101 wine_fn_config_makefile libs
/wpp enable_libs_wpp
19102 wine_fn_config_makefile loader enable_loader clean
,install-lib
19103 wine_fn_config_makefile po enable_po clean
19104 wine_fn_config_program arp enable_arp
install
19105 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
19106 wine_fn_config_program attrib enable_attrib clean
,install
19107 wine_fn_config_program cabarc enable_cabarc
install
19108 wine_fn_config_program cacls enable_cacls
install
19109 wine_fn_config_program
clock enable_clock clean
,install
19110 wine_fn_config_program cmd enable_cmd clean
,install
19111 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
19112 wine_fn_config_program conhost enable_conhost
install
19113 wine_fn_config_program control enable_control
install
19114 wine_fn_config_program cscript enable_cscript clean
,install
19115 wine_fn_config_program dpnsvr enable_dpnsvr
install
19116 wine_fn_config_program dxdiag enable_dxdiag clean
,install
19117 wine_fn_config_program eject enable_eject
install
19118 wine_fn_config_program
expand enable_expand
install
19119 wine_fn_config_program explorer enable_explorer clean
,install
19120 wine_fn_config_program extrac32 enable_extrac32
install
19121 wine_fn_config_program findstr enable_findstr
install
19122 wine_fn_config_program fsutil enable_fsutil
install
19123 wine_fn_config_program hh enable_hh
install
19124 wine_fn_config_program hostname enable_hostname clean
,install
19125 wine_fn_config_program icacls enable_icacls
install
19126 wine_fn_config_program icinfo enable_icinfo
install
19127 wine_fn_config_program iexplore enable_iexplore
install
19128 wine_fn_config_program ipconfig enable_ipconfig clean
,install
19129 wine_fn_config_program lodctr enable_lodctr
install
19130 wine_fn_config_program mofcomp enable_mofcomp
install
19131 wine_fn_config_program mshta enable_mshta
install
19132 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
19133 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
19134 wine_fn_config_program net enable_net clean
,install
19135 wine_fn_config_program netsh enable_netsh
install
19136 wine_fn_config_program netstat enable_netstat clean
,install
19137 wine_fn_config_program ngen enable_ngen
install
19138 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
19139 wine_fn_config_program oleview enable_oleview clean
,install
19140 wine_fn_config_program
ping enable_ping
install
19141 wine_fn_config_program plugplay enable_plugplay
install
19142 wine_fn_config_program powershell enable_powershell
install
19143 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
19144 wine_fn_config_program progman enable_progman clean
,install
19145 wine_fn_config_program reg enable_reg clean
,install
19146 wine_fn_config_test programs
/reg
/tests reg.exe_test
19147 wine_fn_config_program regasm enable_regasm
install
19148 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
19149 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
19150 wine_fn_config_program regsvcs enable_regsvcs
install
19151 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
19152 wine_fn_config_program rpcss enable_rpcss clean
,install
19153 wine_fn_config_program rundll.exe16 enable_win16
install
19154 wine_fn_config_program rundll32 enable_rundll32
install
19155 wine_fn_config_program sc enable_sc
install
19156 wine_fn_config_program schtasks enable_schtasks
install
19157 wine_fn_config_program sdbinst enable_sdbinst
install
19158 wine_fn_config_program secedit enable_secedit
install
19159 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
19160 wine_fn_config_program services enable_services clean
,install
19161 wine_fn_config_test programs
/services
/tests services.exe_test
19162 wine_fn_config_program shutdown enable_shutdown
install
19163 wine_fn_config_program spoolsv enable_spoolsv
install
19164 wine_fn_config_program start enable_start clean
,install
19165 wine_fn_config_program subst enable_subst
install
19166 wine_fn_config_program svchost enable_svchost
install
19167 wine_fn_config_program systeminfo enable_systeminfo
install
19168 wine_fn_config_program taskkill enable_taskkill clean
,install
19169 wine_fn_config_program tasklist enable_tasklist
install
19170 wine_fn_config_program taskmgr enable_taskmgr clean
,install
19171 wine_fn_config_program termsv enable_termsv
install
19172 wine_fn_config_program uninstaller enable_uninstaller clean
,install
19173 wine_fn_config_program unlodctr enable_unlodctr
install
19174 wine_fn_config_program view enable_view clean
,install
19175 wine_fn_config_program wevtutil enable_wevtutil
install
19176 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
19177 wine_fn_config_program winebrowser enable_winebrowser
install
19178 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
19179 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
19180 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
19181 wine_fn_config_program winedevice enable_winedevice
install
19182 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
19183 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
19184 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
19185 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
19186 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
19187 wine_fn_config_program winetest enable_winetest clean
19188 wine_fn_config_program winevdm enable_win16
install
19189 wine_fn_config_program winhelp.exe16 enable_win16
install
19190 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
19191 wine_fn_config_program winoldap.mod16 enable_win16
install
19192 wine_fn_config_program winver enable_winver
install
19193 wine_fn_config_program wmic enable_wmic clean
,install
19194 wine_fn_config_program wmplayer enable_wmplayer
install
19195 wine_fn_config_program wordpad enable_wordpad clean
,install
19196 wine_fn_config_program
write enable_write clean
,install
19197 wine_fn_config_program wscript enable_wscript clean
,install
19198 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
19199 wine_fn_config_program wusa enable_wusa
install
19200 wine_fn_config_program xcopy enable_xcopy clean
,install
19201 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
19202 wine_fn_config_makefile server enable_server clean
,install-lib
19203 wine_fn_config_tool tools clean
19204 wine_fn_config_tool tools
/sfnt2fon clean
19205 wine_fn_config_tool tools
/widl clean
,install-dev
19206 wine_fn_config_tool tools
/winebuild clean
,install-dev
19207 wine_fn_config_tool tools
/winedump clean
,install-dev
19208 wine_fn_config_tool tools
/winegcc clean
,install-dev
19209 wine_fn_config_tool tools
/winemaker clean
,install-dev
19210 wine_fn_config_tool tools
/wmc clean
,install-dev
19211 wine_fn_config_tool tools
/wrc clean
,install-dev
19214 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19215 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19216 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19217 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19218 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19219 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19220 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19221 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19223 if test "x$enable_tools" != xno
19225 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19226 ac_config_commands
="$ac_config_commands tools/makedep"
19230 ac_config_commands
="$ac_config_commands Makefile"
19233 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19237 if test "x$enable_maintainer_mode" = xyes
19239 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19240 autoconf --warnings=all
19241 include/config.h.in: include/stamp-h.in
19242 include/stamp-h.in: configure.ac aclocal.m4
19243 autoheader --warnings=all
19244 @echo timestamp > \$@"
19247 if test "x$enable_tools" != xno
19249 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19250 @./config.status tools/makedep
19251 Makefile: tools/makedep$ac_exeext"
19253 wine_fn_append_rule
"\$(MAKEDEP):
19254 @echo \"You need to run make in $TOOLSDIR first\" && false"
19257 if test -n "$with_wine64"
19259 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19261 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19262 $with_wine64/loader/wine:
19263 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19264 $with_wine64/loader/wine-preloader:
19265 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19267 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19269 WINELOADER_INSTALL
="wine.inf"
19271 wine_fn_append_rule
"install install-lib::
19272 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19273 .PHONY: l_intl.nls/uninstall
19274 l_intl.nls/uninstall::
19275 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19276 __uninstall__: l_intl.nls/uninstall"
19278 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19279 *) wine_fn_append_rule
"install install-lib::
19280 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
19282 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
19286 $as_echo " done" >&6
19287 cat >confcache
<<\_ACEOF
19288 # This file is a shell script that caches the results of configure
19289 # tests run on this system so they can be shared between configure
19290 # scripts and configure runs, see configure's option --config-cache.
19291 # It is not useful on other systems. If it contains results you don't
19292 # want to keep, you may remove or edit it.
19294 # config.status only pays attention to the cache file if you give it
19295 # the --recheck option to rerun configure.
19297 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19298 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19299 # following values.
19303 # The following way of writing the cache mishandles newlines in values,
19304 # but we know of no workaround that is simple, portable, and efficient.
19305 # So, we kill variables containing newlines.
19306 # Ultrix sh set writes to stderr and can't be redirected directly,
19307 # and sets the high bit in the cache file unless we assign to the vars.
19309 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19310 eval ac_val
=\$
$ac_var
19314 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19315 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19318 _ | IFS | as_nl
) ;; #(
19319 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19320 *) { eval $ac_var=; unset $ac_var;} ;;
19326 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19327 *${as_nl}ac_space
=\
*)
19328 # `set' does not quote correctly, so add quotes: double-quote
19329 # substitution turns \\\\ into \\, and sed turns \\ into \.
19332 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19335 # `set' quotes correctly as required by POSIX, so do not add quotes.
19336 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19345 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19347 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19349 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19350 if test -w "$cache_file"; then
19351 if test "x$cache_file" != "x/dev/null"; then
19352 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19353 $as_echo "$as_me: updating cache $cache_file" >&6;}
19354 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19355 cat confcache
>"$cache_file"
19357 case $cache_file in #(
19359 mv -f confcache
"$cache_file"$$
&&
19360 mv -f "$cache_file"$$
"$cache_file" ;; #(
19362 mv -f confcache
"$cache_file" ;;
19367 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19368 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19373 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19374 # Let make expand exec_prefix.
19375 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19377 DEFS
=-DHAVE_CONFIG_H
19382 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19383 # 1. Remove the extension, and $U if already installed.
19384 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19385 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19386 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19387 # will be set to the directory where LIBOBJS objects are built.
19388 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19389 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19391 LIBOBJS
=$ac_libobjs
19393 LTLIBOBJS
=$ac_ltlibobjs
19397 : "${CONFIG_STATUS=./config.status}"
19399 ac_clean_files_save
=$ac_clean_files
19400 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19401 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19402 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19404 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19406 # Generated by $as_me.
19407 # Run this file to recreate the current configuration.
19408 # Compiler output produced by configure, useful for debugging
19409 # configure, is in config.log if it exists.
19412 ac_cs_recheck=false
19415 SHELL=\${CONFIG_SHELL-$SHELL}
19418 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19419 ## -------------------- ##
19420 ## M4sh Initialization. ##
19421 ## -------------------- ##
19423 # Be more Bourne compatible
19424 DUALCASE
=1; export DUALCASE
# for MKS sh
19425 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19428 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19429 # is contrary to our usage. Disable this feature.
19430 alias -g '${1+"$@"}'='"$@"'
19431 setopt NO_GLOB_SUBST
19433 case `(set -o) 2>/dev/null` in #(
19445 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19446 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19447 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19448 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19449 # Prefer a ksh shell builtin over an external printf program on Solaris,
19450 # but without wasting forks for bash or zsh.
19451 if test -z "$BASH_VERSION$ZSH_VERSION" \
19452 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19453 as_echo='print
-r --'
19454 as_echo_n='print
-rn --'
19455 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19456 as_echo='printf %s
\n'
19457 as_echo_n='printf %s
'
19459 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19460 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19461 as_echo_n='/usr
/ucb
/echo -n'
19463 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19464 as_echo_n_body='eval
19468 expr "X$arg" : "X\\(.*\\)$as_nl";
19469 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19471 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19473 export as_echo_n_body
19474 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19476 export as_echo_body
19477 as_echo='sh
-c $as_echo_body as_echo
'
19480 # The user is always right.
19481 if test "${PATH_SEPARATOR+set}" != set; then
19483 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19484 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19491 # We need space, tab and new line, in precisely that order. Quoting is
19492 # there to prevent editors from complaining about space-tab.
19493 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19494 # splitting by setting IFS to empty value.)
19497 # Find who we are. Look in the path if we contain no directory separator.
19500 *[\\/]* ) as_myself=$0 ;;
19501 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19502 for as_dir in $PATH
19505 test -z "$as_dir" && as_dir=.
19506 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19512 # We did not find ourselves, most probably we were run as `sh COMMAND'
19513 # in which case we are not to be found in the path.
19514 if test "x$as_myself" = x
; then
19517 if test ! -f "$as_myself"; then
19518 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19522 # Unset variables that we do not need and which cause bugs (e.g. in
19523 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19524 # suppresses any "Segmentation fault" message there. '((' could
19525 # trigger a bug in pdksh 5.2.14.
19526 for as_var
in BASH_ENV ENV MAIL MAILPATH
19527 do eval test x\
${$as_var+set} = xset \
19528 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19541 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19544 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19545 # ----------------------------------------
19546 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19547 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19548 # script with STATUS, using 1 if that was 0.
19551 as_status
=$1; test $as_status -eq 0 && as_status
=1
19553 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19554 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19556 $as_echo "$as_me: error: $2" >&2
19557 as_fn_exit
$as_status
19561 # as_fn_set_status STATUS
19562 # -----------------------
19563 # Set $? to STATUS, without forking.
19564 as_fn_set_status
()
19567 } # as_fn_set_status
19569 # as_fn_exit STATUS
19570 # -----------------
19571 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19575 as_fn_set_status
$1
19581 # Portably unset VAR.
19584 { eval $1=; unset $1;}
19586 as_unset
=as_fn_unset
19587 # as_fn_append VAR VALUE
19588 # ----------------------
19589 # Append the text in VALUE to the end of the definition contained in VAR. Take
19590 # advantage of any shell optimizations that allow amortized linear growth over
19591 # repeated appends, instead of the typical quadratic growth present in naive
19593 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19594 eval 'as_fn_append ()
19605 # as_fn_arith ARG...
19606 # ------------------
19607 # Perform arithmetic evaluation on the ARGs, and store the result in the
19608 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19609 # must be portable across $(()) and expr.
19610 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19611 eval 'as_fn_arith ()
19618 as_val
=`expr "$@" || test $? -eq 1`
19623 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19624 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19630 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19631 as_basename
=basename
19636 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19642 as_me
=`$as_basename -- "$0" ||
19643 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19644 X"$0" : 'X\(//\)$' \| \
19645 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19647 sed '/^.*\/\([^/][^/]*\)\/*$/{
19661 # Avoid depending upon Character Ranges.
19662 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19663 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19664 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19665 as_cr_digits
='0123456789'
19666 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19668 ECHO_C
= ECHO_N
= ECHO_T
=
19669 case `echo -n x` in #(((((
19671 case `echo 'xy\c'` in
19672 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19674 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19681 rm -f conf$$ conf$$.exe conf$$.
file
19682 if test -d conf$$.dir
; then
19683 rm -f conf$$.dir
/conf$$.
file
19686 mkdir conf$$.dir
2>/dev
/null
19688 if (echo >conf$$.
file) 2>/dev
/null
; then
19689 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19691 # ... but there are two gotchas:
19692 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19693 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19694 # In both cases, we have to default to `cp -pR'.
19695 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19697 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19705 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19706 rmdir conf$$.dir
2>/dev
/null
19711 # Create "$as_dir" as a directory, including parents if necessary.
19716 -*) as_dir
=.
/$as_dir;;
19718 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19722 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19723 *) as_qdir
=$as_dir;;
19725 as_dirs
="'$as_qdir' $as_dirs"
19726 as_dir
=`$as_dirname -- "$as_dir" ||
19727 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19728 X"$as_dir" : 'X\(//\)[^/]' \| \
19729 X"$as_dir" : 'X\(//\)$' \| \
19730 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19731 $as_echo X"$as_dir" |
19732 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19736 /^X\(\/\/\)[^/].*/{
19749 test -d "$as_dir" && break
19751 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19752 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19756 if mkdir
-p .
2>/dev
/null
; then
19757 as_mkdir_p
='mkdir -p "$as_dir"'
19759 test -d .
/-p && rmdir .
/-p
19764 # as_fn_executable_p FILE
19765 # -----------------------
19766 # Test if FILE is an executable regular file.
19767 as_fn_executable_p
()
19769 test -f "$1" && test -x "$1"
19770 } # as_fn_executable_p
19771 as_test_x
='test -x'
19772 as_executable_p
=as_fn_executable_p
19774 # Sed expression to map a string onto a valid CPP name.
19775 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19777 # Sed expression to map a string onto a valid variable name.
19778 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19782 ## ----------------------------------- ##
19783 ## Main body of $CONFIG_STATUS script. ##
19784 ## ----------------------------------- ##
19786 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19788 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19789 # Save the log message, to keep $0 and so on meaningful, and to
19790 # report actual input values of CONFIG_FILES etc. instead of their
19791 # values after options handling.
19793 This file was extended by Wine $as_me 3.0-rc3, which was
19794 generated by GNU Autoconf 2.69. Invocation command line was
19796 CONFIG_FILES = $CONFIG_FILES
19797 CONFIG_HEADERS = $CONFIG_HEADERS
19798 CONFIG_LINKS = $CONFIG_LINKS
19799 CONFIG_COMMANDS = $CONFIG_COMMANDS
19802 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19807 case $ac_config_files in *"
19808 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19811 case $ac_config_headers in *"
19812 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19817 # Files that config.status was made for.
19818 config_files="$ac_config_files"
19819 config_headers="$ac_config_headers"
19820 config_links="$ac_config_links"
19821 config_commands="$ac_config_commands"
19825 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19827 \`$as_me' instantiates files and other configuration actions
19828 from templates according to the current configuration. Unless the files
19829 and actions are specified as TAGs, all are instantiated by default.
19831 Usage: $0 [OPTION]... [TAG]...
19833 -h, --help print this help, then exit
19834 -V, --version print version number and configuration settings, then exit
19835 --config print configuration, then exit
19836 -q, --quiet, --silent
19837 do not print progress messages
19838 -d, --debug don't remove temporary files
19839 --recheck update $as_me by reconfiguring in the same conditions
19840 --file=FILE[:TEMPLATE]
19841 instantiate the configuration file FILE
19842 --header=FILE[:TEMPLATE]
19843 instantiate the configuration header FILE
19845 Configuration files:
19848 Configuration headers:
19851 Configuration links:
19854 Configuration commands:
19857 Report bugs to <wine-devel@winehq.org>.
19858 Wine home page: <https://www.winehq.org>."
19861 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19862 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19864 Wine config.status 3.0-rc3
19865 configured by $0, generated by GNU Autoconf 2.69,
19866 with options \\"\$ac_cs_config\\"
19868 Copyright (C) 2012 Free Software Foundation, Inc.
19869 This config.status script is free software; the Free Software Foundation
19870 gives unlimited permission to copy, distribute and modify it."
19874 test -n "\$AWK" || AWK=awk
19877 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19878 # The default lists apply if the user does not specify any file.
19884 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19885 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19889 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19901 # Handling of the options.
19902 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19904 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19905 $as_echo "$ac_cs_version"; exit ;;
19906 --config |
--confi |
--conf |
--con |
--co |
--c )
19907 $as_echo "$ac_cs_config"; exit ;;
19908 --debug |
--debu |
--deb |
--de |
--d |
-d )
19910 --file |
--fil |
--fi |
--f )
19913 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19914 '') as_fn_error $?
"missing file argument" ;;
19916 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19917 ac_need_defaults
=false
;;
19918 --header |
--heade |
--head |
--hea )
19921 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19923 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19924 ac_need_defaults
=false
;;
19926 # Conflict between --help and --header
19927 as_fn_error $?
"ambiguous option: \`$1'
19928 Try \`$0 --help' for more information.";;
19929 --help |
--hel |
-h )
19930 $as_echo "$ac_cs_usage"; exit ;;
19931 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19932 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19935 # This is an error.
19936 -*) as_fn_error $?
"unrecognized option: \`$1'
19937 Try \`$0 --help' for more information." ;;
19939 *) as_fn_append ac_config_targets
" $1"
19940 ac_need_defaults
=false
;;
19946 ac_configure_extra_args
=
19948 if $ac_cs_silent; then
19950 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19955 if \$ac_cs_recheck; then
19956 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19958 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19959 CONFIG_SHELL='$SHELL'
19960 export CONFIG_SHELL
19965 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19969 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19970 ## Running $as_me. ##
19976 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19980 wine_fn_output_makedep ()
19982 as_dir=tools; as_fn_mkdir_p
19983 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19985 wine_fn_output_makefile ()
19987 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19988 `cat $wine_rules_file`
19990 as_fn_error $? "could not create Makefile" "$LINENO" 5
19995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19997 # Handling of arguments.
19998 for ac_config_target
in $ac_config_targets
20000 case $ac_config_target in
20001 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
20002 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
20003 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
20004 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
20005 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
20006 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
20007 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
20008 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
20009 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
20010 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
20011 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
20012 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
20013 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
20015 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20020 # If the user did not use the arguments to specify the items to instantiate,
20021 # then the envvar interface is used. Set only those that are not.
20022 # We use the long form for the default assignment because of an extremely
20023 # bizarre bug on SunOS 4.1.3.
20024 if $ac_need_defaults; then
20025 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
20026 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
20027 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
20028 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
20031 # Have a temporary directory for convenience. Make it in the build tree
20032 # simply because there is no reason against having it here, and in addition,
20033 # creating and moving files from /tmp can sometimes cause problems.
20034 # Hook for its removal unless debugging.
20035 # Note that there is a small window in which the directory will not be cleaned:
20036 # after its creation but before its name has been assigned to `$tmp'.
20040 trap 'exit_status=$?
20041 : "${ac_tmp:=$tmp}"
20042 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20044 trap 'as_fn_exit 1' 1 2 13 15
20046 # Create a (secure) tmp directory for tmp files.
20049 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20053 tmp
=.
/conf$$
-$RANDOM
20054 (umask 077 && mkdir
"$tmp")
20055 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
20058 # Set up the scripts for CONFIG_FILES section.
20059 # No need to generate them if there are no CONFIG_FILES.
20060 # This happens for instance with `./config.status config.h'.
20061 if test -n "$CONFIG_FILES"; then
20064 ac_cr
=`echo X | tr X '\015'`
20065 # On cygwin, bash can eat \r inside `` if the user requested igncr.
20066 # But we know of no other shell where ac_cr would be empty at this
20067 # point, so we can use a bashism as a fallback.
20068 if test "x$ac_cr" = x
; then
20069 eval ac_cr
=\$
\'\\r
\'
20071 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20072 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20075 ac_cs_awk_cr
=$ac_cr
20078 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20083 echo "cat >conf$$subs.awk <<_ACEOF" &&
20084 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20086 } >conf$$subs.sh ||
20087 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20088 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20090 for ac_last_try in false false false false false :; do
20091 . ./conf$$subs.sh ||
20092 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20094 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
20095 if test $ac_delim_n = $ac_delim_num; then
20097 elif $ac_last_try; then
20098 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
20100 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20103 rm -f conf$$subs.sh
20105 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20106 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
20110 s/^/S["/; s
/!.
*/"]=/
20120 s/\(.\{148\}\)..*/\1/
20122 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
20127 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20134 s/\(.\{148\}\)..*/\1/
20136 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
20140 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
20145 ' <conf$$subs.awk | sed '
20150 ' >>$CONFIG_STATUS || ac_write_fail=1
20151 rm -f conf$$subs.awk
20152 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20154 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
20155 for (key in S) S_is_set[key] = 1
20161 nfields = split(line, field, "@
")
20163 len = length(field[1])
20164 for (i = 2; i < nfields; i++) {
20166 keylen = length(key)
20167 if (S_is_set[key]) {
20169 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
20170 len += length(value) + length(field[++i])
20181 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20182 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20183 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20186 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20187 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20190 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20191 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20192 # trailing colons and then remove the whole line if VPATH becomes empty
20193 # (actually we leave an empty line to preserve line numbers).
20194 if test "x
$srcdir" = x.; then
20195 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20213 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20214 fi # test -n "$CONFIG_FILES"
20216 # Set up the scripts for CONFIG_HEADERS section.
20217 # No need to generate them if there are no CONFIG_HEADERS.
20218 # This happens for instance with `./config.status Makefile'.
20219 if test -n "$CONFIG_HEADERS"; then
20220 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20224 # Transform confdefs.h into an awk script `defines.awk', embedded as
20225 # here-document in config.status, that substitutes the proper values into
20226 # config.h.in to produce config.h.
20228 # Create a delimiter string that does not exist in confdefs.h, to ease
20229 # handling of long lines.
20231 for ac_last_try in false false :; do
20232 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20233 if test -z "$ac_tt"; then
20235 elif $ac_last_try; then
20236 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20238 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20242 # For the awk script, D is an array of macro values keyed by name,
20243 # likewise P contains macro parameters if any. Preserve backslash
20244 # newline sequences.
20246 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20248 s/.\{148\}/&'"$ac_delim"'/g
20251 s/^[ ]*#[ ]*define[ ][ ]*/ /
20258 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20260 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20264 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20265 D["\
1"]=" \
3\\\\\\n
"\\/p
20267 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20272 s/.\{148\}/&'"$ac_delim"'/g
20277 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20280 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20282 ' <confdefs.h | sed '
20283 s/'"$ac_delim"'/"\\\
20284 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20286 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20287 for (key in D) D_is_set[key] = 1
20290 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20292 split(line, arg, " ")
20293 if (arg[1] == "#") {
20297 defundef
= substr
(arg
[1], 2)
20300 split(mac1
, mac2
, "(") #)
20302 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20303 if (D_is_set
[macro
]) {
20304 # Preserve the white space surrounding the "#".
20305 print prefix
"define", macro P
[macro
] D
[macro
]
20308 # Replace #undef with comments. This is necessary, for example,
20309 # in the case of _POSIX_SOURCE, which is predefined and required
20310 # on some systems where configure will not decide to define it.
20311 if (defundef
== "undef") {
20312 print
"/*", prefix defundef
, macro
, "*/"
20320 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20321 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20322 fi # test -n "$CONFIG_HEADERS"
20325 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20330 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20332 case $ac_mode$ac_tag in
20334 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20335 :[FH
]-) ac_tag
=-:-;;
20336 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20353 -) ac_f
="$ac_tmp/stdin";;
20354 *) # Look for the file first in the build tree, then in the source tree
20355 # (if the path is not absolute). The absolute path cannot be DOS-style,
20356 # because $ac_f cannot contain `:'.
20360 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20362 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20364 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20365 as_fn_append ac_file_inputs
" '$ac_f'"
20368 # Let's still pretend it is `configure' which instantiates (i.e., don't
20369 # use $as_me), people would be surprised to read:
20370 # /* config.h. Generated by config.status. */
20371 configure_input
='Generated from '`
20372 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20374 if test x
"$ac_file" != x-
; then
20375 configure_input
="$ac_file. $configure_input"
20376 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20377 $as_echo "$as_me: creating $ac_file" >&6;}
20379 # Neutralize special characters interpreted by sed in replacement strings.
20380 case $configure_input in #(
20381 *\
&* |
*\|
* |
*\\* )
20382 ac_sed_conf_input
=`$as_echo "$configure_input" |
20383 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20384 *) ac_sed_conf_input
=$configure_input;;
20388 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20389 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20394 ac_dir
=`$as_dirname -- "$ac_file" ||
20395 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20396 X"$ac_file" : 'X\(//\)[^/]' \| \
20397 X"$ac_file" : 'X\(//\)$' \| \
20398 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20399 $as_echo X"$ac_file" |
20400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20404 /^X\(\/\/\)[^/].*/{
20417 as_dir
="$ac_dir"; as_fn_mkdir_p
20421 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20423 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20424 # A ".." for each directory in $ac_dir_suffix.
20425 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20426 case $ac_top_builddir_sub in
20427 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20428 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20431 ac_abs_top_builddir
=$ac_pwd
20432 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20433 # for backward compatibility:
20434 ac_top_builddir
=$ac_top_build_prefix
20437 .
) # We are building in place.
20439 ac_top_srcdir
=$ac_top_builddir_sub
20440 ac_abs_top_srcdir
=$ac_pwd ;;
20441 [\\/]* | ?
:[\\/]* ) # Absolute name.
20442 ac_srcdir
=$srcdir$ac_dir_suffix;
20443 ac_top_srcdir
=$srcdir
20444 ac_abs_top_srcdir
=$srcdir ;;
20445 *) # Relative name.
20446 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20447 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20448 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20450 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20462 # If the template does not know about datarootdir, expand it.
20463 # FIXME: This hack should be removed a few years after 2.60.
20464 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20475 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20476 *datarootdir
*) ac_datarootdir_seen
=yes;;
20477 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20479 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20481 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20482 ac_datarootdir_hack='
20483 s&@datadir@&$datadir&g
20484 s&@docdir@&$docdir&g
20485 s&@infodir@&$infodir&g
20486 s&@localedir@&$localedir&g
20487 s&@mandir@&$mandir&g
20488 s&\\\${datarootdir}&$datarootdir&g' ;;
20492 # Neutralize VPATH when `$srcdir' = `.'.
20493 # Shell code in configure.ac might set extrasub.
20494 # FIXME: do we really want to maintain this feature?
20495 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20496 ac_sed_extra="$ac_vpsub
20499 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20501 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20502 s|@configure_input@|
$ac_sed_conf_input|
;t t
20503 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20504 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20505 s
&@srcdir@
&$ac_srcdir&;t t
20506 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20507 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20508 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20509 s
&@builddir@
&$ac_builddir&;t t
20510 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20511 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20512 $ac_datarootdir_hack
20514 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20515 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20517 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20518 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20519 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20520 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20522 which seems to be undefined. Please make sure it is defined" >&5
20523 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20524 which seems to be undefined. Please make sure it is defined" >&2;}
20526 rm -f "$ac_tmp/stdin"
20528 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20529 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20531 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20537 if test x"$ac_file" != x-; then
20539 $as_echo "/* $configure_input */" \
20540 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20541 } >"$ac_tmp/config.h" \
20542 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20543 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20544 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20545 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20548 mv "$ac_tmp/config.h" "$ac_file" \
20549 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20552 $as_echo "/* $configure_input */" \
20553 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20554 || as_fn_error $? "could not create -" "$LINENO" 5
20562 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20565 # Prefer the file from the source tree if names are identical.
20566 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20567 ac_source=$srcdir/$ac_source
20570 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20571 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20573 if test ! -r "$ac_source"; then
20574 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20578 # Try a relative symlink, then a hard link, then a copy.
20580 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20581 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20583 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20584 ln "$ac_source" "$ac_file" 2>/dev/null ||
20585 cp -p "$ac_source" "$ac_file" ||
20586 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20589 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20590 $as_echo "$as_me: executing $ac_file commands" >&6;}
20595 case $ac_file$ac_mode in
20596 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20597 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20598 "Makefile":C) wine_fn_output_makefile Makefile ;;
20606 ac_clean_files=$ac_clean_files_save
20608 test $ac_write_fail = 0 ||
20609 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20612 # configure is writing to config.log, and then calls config.status.
20613 # config.status does its own redirection, appending to config.log.
20614 # Unfortunately, on DOS this fails, as config.log is still kept open
20615 # by configure, so config.status won't be able to
write to it
; its
20616 # output is simply discarded. So we exec the FD to /dev/null,
20617 # effectively closing config.log, so it can be properly (re)opened and
20618 # appended to by config.status. When coming back to configure, we
20619 # need to make the FD available again.
20620 if test "$no_create" != yes; then
20622 ac_config_status_args
=
20623 test "$silent" = yes &&
20624 ac_config_status_args
="$ac_config_status_args --quiet"
20626 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20628 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20629 # would make configure fail if this is the last instruction.
20630 $ac_cs_success || as_fn_exit
1
20632 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20634 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20638 if test "$no_create" = "yes"
20644 if test "x$wine_notices" != x
; then
20647 for msg
in $wine_notices; do
20649 if ${msg:+false} :; then :
20652 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20653 $as_echo "$as_me: $msg" >&6;}
20658 for msg
in $wine_warnings; do
20660 if ${msg:+false} :; then :
20664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20665 $as_echo "$as_me: WARNING: $msg" >&2;}
20671 $as_me: Finished. Do '${ac_make}' to compile Wine.