2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.13.
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
='1.9.13'
584 PACKAGE_STRING
='Wine 1.9.13'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
704 APPLICATIONSERVICES_LIBS
799 program_transform_name
812 enable_option_checking
816 enable_maintainer_mode
874 enable_api_ms_win_core_com_l1_1_0
875 enable_api_ms_win_core_com_l1_1_1
876 enable_api_ms_win_core_console_l1_1_0
877 enable_api_ms_win_core_datetime_l1_1_0
878 enable_api_ms_win_core_datetime_l1_1_1
879 enable_api_ms_win_core_debug_l1_1_0
880 enable_api_ms_win_core_debug_l1_1_1
881 enable_api_ms_win_core_delayload_l1_1_1
882 enable_api_ms_win_core_errorhandling_l1_1_0
883 enable_api_ms_win_core_errorhandling_l1_1_1
884 enable_api_ms_win_core_errorhandling_l1_1_2
885 enable_api_ms_win_core_fibers_l1_1_0
886 enable_api_ms_win_core_fibers_l1_1_1
887 enable_api_ms_win_core_file_l1_1_0
888 enable_api_ms_win_core_file_l1_2_0
889 enable_api_ms_win_core_file_l1_2_1
890 enable_api_ms_win_core_file_l2_1_0
891 enable_api_ms_win_core_file_l2_1_1
892 enable_api_ms_win_core_handle_l1_1_0
893 enable_api_ms_win_core_heap_l1_1_0
894 enable_api_ms_win_core_heap_l1_2_0
895 enable_api_ms_win_core_heap_obsolete_l1_1_0
896 enable_api_ms_win_core_interlocked_l1_1_0
897 enable_api_ms_win_core_interlocked_l1_2_0
898 enable_api_ms_win_core_io_l1_1_1
899 enable_api_ms_win_core_kernel32_legacy_l1_1_0
900 enable_api_ms_win_core_kernel32_legacy_l1_1_1
901 enable_api_ms_win_core_libraryloader_l1_1_0
902 enable_api_ms_win_core_libraryloader_l1_1_1
903 enable_api_ms_win_core_libraryloader_l1_2_0
904 enable_api_ms_win_core_localization_l1_1_0
905 enable_api_ms_win_core_localization_l1_2_0
906 enable_api_ms_win_core_localization_l1_2_1
907 enable_api_ms_win_core_localization_obsolete_l1_1_0
908 enable_api_ms_win_core_localregistry_l1_1_0
909 enable_api_ms_win_core_memory_l1_1_0
910 enable_api_ms_win_core_memory_l1_1_1
911 enable_api_ms_win_core_memory_l1_1_2
912 enable_api_ms_win_core_misc_l1_1_0
913 enable_api_ms_win_core_namedpipe_l1_1_0
914 enable_api_ms_win_core_namedpipe_l1_2_0
915 enable_api_ms_win_core_path_l1_1_0
916 enable_api_ms_win_core_processenvironment_l1_1_0
917 enable_api_ms_win_core_processenvironment_l1_2_0
918 enable_api_ms_win_core_processthreads_l1_1_0
919 enable_api_ms_win_core_processthreads_l1_1_1
920 enable_api_ms_win_core_processthreads_l1_1_2
921 enable_api_ms_win_core_profile_l1_1_0
922 enable_api_ms_win_core_psapi_l1_1_0
923 enable_api_ms_win_core_registry_l1_1_0
924 enable_api_ms_win_core_rtlsupport_l1_1_0
925 enable_api_ms_win_core_rtlsupport_l1_2_0
926 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
927 enable_api_ms_win_core_string_l1_1_0
928 enable_api_ms_win_core_string_l2_1_0
929 enable_api_ms_win_core_synch_l1_1_0
930 enable_api_ms_win_core_synch_l1_2_0
931 enable_api_ms_win_core_sysinfo_l1_1_0
932 enable_api_ms_win_core_sysinfo_l1_2_0
933 enable_api_ms_win_core_sysinfo_l1_2_1
934 enable_api_ms_win_core_threadpool_l1_2_0
935 enable_api_ms_win_core_threadpool_legacy_l1_1_0
936 enable_api_ms_win_core_timezone_l1_1_0
937 enable_api_ms_win_core_url_l1_1_0
938 enable_api_ms_win_core_util_l1_1_0
939 enable_api_ms_win_core_version_l1_1_0
940 enable_api_ms_win_core_winrt_error_l1_1_0
941 enable_api_ms_win_core_winrt_error_l1_1_1
942 enable_api_ms_win_core_winrt_l1_1_0
943 enable_api_ms_win_core_winrt_registration_l1_1_0
944 enable_api_ms_win_core_winrt_string_l1_1_0
945 enable_api_ms_win_core_wow64_l1_1_0
946 enable_api_ms_win_core_xstate_l2_1_0
947 enable_api_ms_win_crt_conio_l1_1_0
948 enable_api_ms_win_crt_convert_l1_1_0
949 enable_api_ms_win_crt_environment_l1_1_0
950 enable_api_ms_win_crt_filesystem_l1_1_0
951 enable_api_ms_win_crt_heap_l1_1_0
952 enable_api_ms_win_crt_locale_l1_1_0
953 enable_api_ms_win_crt_math_l1_1_0
954 enable_api_ms_win_crt_multibyte_l1_1_0
955 enable_api_ms_win_crt_private_l1_1_0
956 enable_api_ms_win_crt_process_l1_1_0
957 enable_api_ms_win_crt_runtime_l1_1_0
958 enable_api_ms_win_crt_stdio_l1_1_0
959 enable_api_ms_win_crt_string_l1_1_0
960 enable_api_ms_win_crt_time_l1_1_0
961 enable_api_ms_win_crt_utility_l1_1_0
962 enable_api_ms_win_downlevel_advapi32_l1_1_0
963 enable_api_ms_win_downlevel_advapi32_l2_1_0
964 enable_api_ms_win_downlevel_normaliz_l1_1_0
965 enable_api_ms_win_downlevel_ole32_l1_1_0
966 enable_api_ms_win_downlevel_shell32_l1_1_0
967 enable_api_ms_win_downlevel_shlwapi_l1_1_0
968 enable_api_ms_win_downlevel_shlwapi_l2_1_0
969 enable_api_ms_win_downlevel_user32_l1_1_0
970 enable_api_ms_win_downlevel_version_l1_1_0
971 enable_api_ms_win_eventing_classicprovider_l1_1_0
972 enable_api_ms_win_eventing_provider_l1_1_0
973 enable_api_ms_win_ntuser_dc_access_l1_1_0
974 enable_api_ms_win_security_base_l1_1_0
975 enable_api_ms_win_security_base_l1_2_0
976 enable_api_ms_win_security_lsalookup_l1_1_0
977 enable_api_ms_win_security_lsalookup_l1_1_1
978 enable_api_ms_win_security_sddl_l1_1_0
979 enable_api_ms_win_service_core_l1_1_1
980 enable_api_ms_win_service_management_l1_1_0
981 enable_api_ms_win_service_winsvc_l1_2_0
1026 enable_d3dcompiler_33
1027 enable_d3dcompiler_34
1028 enable_d3dcompiler_35
1029 enable_d3dcompiler_36
1030 enable_d3dcompiler_37
1031 enable_d3dcompiler_38
1032 enable_d3dcompiler_39
1033 enable_d3dcompiler_40
1034 enable_d3dcompiler_41
1035 enable_d3dcompiler_42
1036 enable_d3dcompiler_43
1037 enable_d3dcompiler_46
1038 enable_d3dcompiler_47
1116 enable_explorerframe
1117 enable_ext_ms_win_gdi_devcaps_l1_1_0
1281 enable_photometadatahandler
1369 enable_windowscodecs
1370 enable_windowscodecsext
1372 enable_winecoreaudio_drv
1374 enable_winegstreamer
1375 enable_winejoystick_drv
1381 enable_winepulse_drv
1382 enable_wineqtdecoder
1450 enable_aspnet_regiis
1485 enable_presentationfontcache
1498 enable_servicemodelreg
1520 enable_winemenubuilder
1522 enable_winemsibuilder
1537 ac_precious_vars
='build_alias
1590 # Initialize some variables set by options.
1592 ac_init_version
=false
1593 ac_unrecognized_opts
=
1594 ac_unrecognized_sep
=
1595 # The variables have the same names as the options, with
1596 # dashes changed to underlines.
1597 cache_file
=/dev
/null
1604 program_transform_name
=s
,x
,x
,
1612 # Installation directory options.
1613 # These are left unexpanded so users can "make install exec_prefix=/foo"
1614 # and all the variables that are supposed to be based on exec_prefix
1615 # by default will actually change.
1616 # Use braces instead of parens because sh, perl, etc. also accept them.
1617 # (The list follows the same order as the GNU Coding Standards.)
1618 bindir
='${exec_prefix}/bin'
1619 sbindir
='${exec_prefix}/sbin'
1620 libexecdir
='${exec_prefix}/libexec'
1621 datarootdir
='${prefix}/share'
1622 datadir
='${datarootdir}'
1623 sysconfdir
='${prefix}/etc'
1624 sharedstatedir
='${prefix}/com'
1625 localstatedir
='${prefix}/var'
1626 runstatedir
='${localstatedir}/run'
1627 includedir
='${prefix}/include'
1628 oldincludedir
='/usr/include'
1629 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1630 infodir
='${datarootdir}/info'
1635 libdir
='${exec_prefix}/lib'
1636 localedir
='${datarootdir}/locale'
1637 mandir
='${datarootdir}/man'
1643 # If the previous option needs an argument, assign it.
1644 if test -n "$ac_prev"; then
1645 eval $ac_prev=\
$ac_option
1651 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1656 # Accept the important Cygnus configure options, so we can diagnose typos.
1658 case $ac_dashdash$ac_option in
1662 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1664 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1665 bindir
=$ac_optarg ;;
1667 -build |
--build |
--buil |
--bui |
--bu)
1668 ac_prev
=build_alias
;;
1669 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1670 build_alias
=$ac_optarg ;;
1672 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1673 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1674 ac_prev
=cache_file
;;
1675 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1676 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1677 cache_file
=$ac_optarg ;;
1679 --config-cache |
-C)
1680 cache_file
=config.cache
;;
1682 -datadir |
--datadir |
--datadi |
--datad)
1684 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1685 datadir
=$ac_optarg ;;
1687 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1688 |
--dataroo |
--dataro |
--datar)
1689 ac_prev
=datarootdir
;;
1690 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1691 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1692 datarootdir
=$ac_optarg ;;
1694 -disable-* |
--disable-*)
1695 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1696 # Reject names that are not valid shell variable names.
1697 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1698 as_fn_error $?
"invalid feature name: $ac_useropt"
1699 ac_useropt_orig
=$ac_useropt
1700 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1701 case $ac_user_opts in
1703 "enable_
$ac_useropt"
1705 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1706 ac_unrecognized_sep
=', ';;
1708 eval enable_
$ac_useropt=no
;;
1710 -docdir |
--docdir |
--docdi |
--doc |
--do)
1712 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1713 docdir
=$ac_optarg ;;
1715 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1717 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1718 dvidir
=$ac_optarg ;;
1720 -enable-* |
--enable-*)
1721 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1722 # Reject names that are not valid shell variable names.
1723 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1724 as_fn_error $?
"invalid feature name: $ac_useropt"
1725 ac_useropt_orig
=$ac_useropt
1726 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1727 case $ac_user_opts in
1729 "enable_
$ac_useropt"
1731 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1732 ac_unrecognized_sep
=', ';;
1734 eval enable_
$ac_useropt=\
$ac_optarg ;;
1736 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1737 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1738 |
--exec |
--exe |
--ex)
1739 ac_prev
=exec_prefix
;;
1740 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1741 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1742 |
--exec=* |
--exe=* |
--ex=*)
1743 exec_prefix
=$ac_optarg ;;
1745 -gas |
--gas |
--ga |
--g)
1746 # Obsolete; use --with-gas.
1749 -help |
--help |
--hel |
--he |
-h)
1750 ac_init_help
=long
;;
1751 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1752 ac_init_help
=recursive
;;
1753 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1754 ac_init_help
=short
;;
1756 -host |
--host |
--hos |
--ho)
1757 ac_prev
=host_alias
;;
1758 -host=* |
--host=* |
--hos=* |
--ho=*)
1759 host_alias
=$ac_optarg ;;
1761 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1763 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1765 htmldir
=$ac_optarg ;;
1767 -includedir |
--includedir |
--includedi |
--included |
--include \
1768 |
--includ |
--inclu |
--incl |
--inc)
1769 ac_prev
=includedir
;;
1770 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1771 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1772 includedir
=$ac_optarg ;;
1774 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1776 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1777 infodir
=$ac_optarg ;;
1779 -libdir |
--libdir |
--libdi |
--libd)
1781 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1782 libdir
=$ac_optarg ;;
1784 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1785 |
--libexe |
--libex |
--libe)
1786 ac_prev
=libexecdir
;;
1787 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1788 |
--libexe=* |
--libex=* |
--libe=*)
1789 libexecdir
=$ac_optarg ;;
1791 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1792 ac_prev
=localedir
;;
1793 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1794 localedir
=$ac_optarg ;;
1796 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1797 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1798 ac_prev
=localstatedir
;;
1799 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1800 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1801 localstatedir
=$ac_optarg ;;
1803 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1805 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1806 mandir
=$ac_optarg ;;
1808 -nfp |
--nfp |
--nf)
1809 # Obsolete; use --without-fp.
1812 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1813 |
--no-cr |
--no-c |
-n)
1816 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1817 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1820 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1821 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1822 |
--oldin |
--oldi |
--old |
--ol |
--o)
1823 ac_prev
=oldincludedir
;;
1824 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1825 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1826 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1827 oldincludedir
=$ac_optarg ;;
1829 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1831 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1832 prefix
=$ac_optarg ;;
1834 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1835 |
--program-pre |
--program-pr |
--program-p)
1836 ac_prev
=program_prefix
;;
1837 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1838 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1839 program_prefix
=$ac_optarg ;;
1841 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1842 |
--program-suf |
--program-su |
--program-s)
1843 ac_prev
=program_suffix
;;
1844 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1845 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1846 program_suffix
=$ac_optarg ;;
1848 -program-transform-name |
--program-transform-name \
1849 |
--program-transform-nam |
--program-transform-na \
1850 |
--program-transform-n |
--program-transform- \
1851 |
--program-transform |
--program-transfor \
1852 |
--program-transfo |
--program-transf \
1853 |
--program-trans |
--program-tran \
1854 |
--progr-tra |
--program-tr |
--program-t)
1855 ac_prev
=program_transform_name
;;
1856 -program-transform-name=* |
--program-transform-name=* \
1857 |
--program-transform-nam=* |
--program-transform-na=* \
1858 |
--program-transform-n=* |
--program-transform-=* \
1859 |
--program-transform=* |
--program-transfor=* \
1860 |
--program-transfo=* |
--program-transf=* \
1861 |
--program-trans=* |
--program-tran=* \
1862 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1863 program_transform_name
=$ac_optarg ;;
1865 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1867 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1868 pdfdir
=$ac_optarg ;;
1870 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1872 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1875 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1876 |
-silent |
--silent |
--silen |
--sile |
--sil)
1879 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1880 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1881 |
--run |
--ru |
--r)
1882 ac_prev
=runstatedir
;;
1883 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1884 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1885 |
--run=* |
--ru=* |
--r=*)
1886 runstatedir
=$ac_optarg ;;
1888 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1890 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1892 sbindir
=$ac_optarg ;;
1894 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1895 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1896 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1898 ac_prev
=sharedstatedir
;;
1899 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1900 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1901 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1903 sharedstatedir
=$ac_optarg ;;
1905 -site |
--site |
--sit)
1907 -site=* |
--site=* |
--sit=*)
1910 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1912 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1913 srcdir
=$ac_optarg ;;
1915 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1916 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1917 ac_prev
=sysconfdir
;;
1918 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1919 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1920 sysconfdir
=$ac_optarg ;;
1922 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1923 ac_prev
=target_alias
;;
1924 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1925 target_alias
=$ac_optarg ;;
1927 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1930 -version |
--version |
--versio |
--versi |
--vers |
-V)
1931 ac_init_version
=: ;;
1934 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1935 # Reject names that are not valid shell variable names.
1936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1937 as_fn_error $?
"invalid package name: $ac_useropt"
1938 ac_useropt_orig
=$ac_useropt
1939 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1940 case $ac_user_opts in
1944 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1945 ac_unrecognized_sep
=', ';;
1947 eval with_
$ac_useropt=\
$ac_optarg ;;
1949 -without-* |
--without-*)
1950 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1951 # Reject names that are not valid shell variable names.
1952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1953 as_fn_error $?
"invalid package name: $ac_useropt"
1954 ac_useropt_orig
=$ac_useropt
1955 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1956 case $ac_user_opts in
1960 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1961 ac_unrecognized_sep
=', ';;
1963 eval with_
$ac_useropt=no
;;
1966 # Obsolete; use --with-x.
1969 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1970 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1971 ac_prev
=x_includes
;;
1972 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1973 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1974 x_includes
=$ac_optarg ;;
1976 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1977 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1978 ac_prev
=x_libraries
;;
1979 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1980 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1981 x_libraries
=$ac_optarg ;;
1983 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1984 Try \`$0 --help' for more information"
1988 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1989 # Reject names that are not valid shell variable names.
1990 case $ac_envvar in #(
1991 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1992 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1994 eval $ac_envvar=\
$ac_optarg
1995 export $ac_envvar ;;
1998 # FIXME: should be removed in autoconf 3.0.
1999 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2000 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2001 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2002 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2008 if test -n "$ac_prev"; then
2009 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2010 as_fn_error $?
"missing argument to $ac_option"
2013 if test -n "$ac_unrecognized_opts"; then
2014 case $enable_option_checking in
2016 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2017 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2021 # Check all directory arguments for consistency.
2022 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2023 datadir sysconfdir sharedstatedir localstatedir includedir \
2024 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2025 libdir localedir mandir runstatedir
2027 eval ac_val
=\$
$ac_var
2028 # Remove trailing slashes.
2031 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2032 eval $ac_var=\
$ac_val;;
2034 # Be sure to have absolute directory names.
2036 [\\/$
]* | ?
:[\\/]* ) continue;;
2037 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2039 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2042 # There might be people who depend on the old broken behavior: `$host'
2043 # used to hold the argument of --host etc.
2044 # FIXME: To remove some day.
2047 target
=$target_alias
2049 # FIXME: To remove some day.
2050 if test "x$host_alias" != x
; then
2051 if test "x$build_alias" = x
; then
2052 cross_compiling
=maybe
2053 elif test "x$build_alias" != "x$host_alias"; then
2059 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2061 test "$silent" = yes && exec 6>/dev
/null
2064 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2065 ac_ls_di
=`ls -di .` &&
2066 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2067 as_fn_error $?
"working directory cannot be determined"
2068 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2069 as_fn_error $?
"pwd does not report name of working directory"
2072 # Find the source files, if location was not specified.
2073 if test -z "$srcdir"; then
2074 ac_srcdir_defaulted
=yes
2075 # Try the directory containing this script, then the parent directory.
2076 ac_confdir
=`$as_dirname -- "$as_myself" ||
2077 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2078 X"$as_myself" : 'X\(//\)[^/]' \| \
2079 X"$as_myself" : 'X\(//\)$' \| \
2080 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2081 $as_echo X"$as_myself" |
2082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2100 if test ! -r "$srcdir/$ac_unique_file"; then
2104 ac_srcdir_defaulted
=no
2106 if test ! -r "$srcdir/$ac_unique_file"; then
2107 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2108 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2110 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2112 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2114 # When building in place, set srcdir=.
2115 if test "$ac_abs_confdir" = "$ac_pwd"; then
2118 # Remove unnecessary trailing slashes from srcdir.
2119 # Double slashes in file names in object file debugging info
2120 # mess up M-x gdb in Emacs.
2122 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2124 for ac_var
in $ac_precious_vars; do
2125 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2126 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2127 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2128 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2132 # Report the --help message.
2134 if test "$ac_init_help" = "long"; then
2135 # Omit some internal or obsolete options to make the list less imposing.
2136 # This message is too long to be a string in the A/UX 3.1 sh.
2138 \`configure' configures Wine 1.9.13 to adapt to many kinds of systems.
2140 Usage: $0 [OPTION]... [VAR=VALUE]...
2142 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2143 VAR=VALUE. See below for descriptions of some of the useful variables.
2145 Defaults for the options are specified in brackets.
2148 -h, --help display this help and exit
2149 --help=short display options specific to this package
2150 --help=recursive display the short help of all the included packages
2151 -V, --version display version information and exit
2152 -q, --quiet, --silent do not print \`checking ...' messages
2153 --cache-file=FILE cache test results in FILE [disabled]
2154 -C, --config-cache alias for \`--cache-file=config.cache'
2155 -n, --no-create do not create output files
2156 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2158 Installation directories:
2159 --prefix=PREFIX install architecture-independent files in PREFIX
2160 [$ac_default_prefix]
2161 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2164 By default, \`make install' will install all the files in
2165 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2166 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2167 for instance \`--prefix=\$HOME'.
2169 For better control, use the options below.
2171 Fine tuning of the installation directories:
2172 --bindir=DIR user executables [EPREFIX/bin]
2173 --sbindir=DIR system admin executables [EPREFIX/sbin]
2174 --libexecdir=DIR program executables [EPREFIX/libexec]
2175 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2176 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2177 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2178 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2179 --libdir=DIR object code libraries [EPREFIX/lib]
2180 --includedir=DIR C header files [PREFIX/include]
2181 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2182 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2183 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2184 --infodir=DIR info documentation [DATAROOTDIR/info]
2185 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2186 --mandir=DIR man documentation [DATAROOTDIR/man]
2187 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2188 --htmldir=DIR html documentation [DOCDIR]
2189 --dvidir=DIR dvi documentation [DOCDIR]
2190 --pdfdir=DIR pdf documentation [DOCDIR]
2191 --psdir=DIR ps documentation [DOCDIR]
2197 --x-includes=DIR X include files are
in DIR
2198 --x-libraries=DIR X library files are
in DIR
2201 --build=BUILD configure
for building on BUILD
[guessed
]
2202 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2206 if test -n "$ac_init_help"; then
2207 case $ac_init_help in
2208 short | recursive
) echo "Configuration of Wine 1.9.13:";;
2213 --disable-option-checking ignore unrecognized
--enable/--with options
2214 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2215 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2216 --disable-win16 do not include Win16 support
2217 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2219 --disable-tests do not build the regression tests
2220 --enable-maintainer-mode
2221 enable maintainer-specific build rules
2222 --disable-largefile omit support for large files
2225 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2226 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2227 --without-alsa do not use the Alsa sound support
2228 --without-capi do not use CAPI (ISDN support)
2229 --without-cms do not use CMS (color management support)
2230 --without-coreaudio do not use the CoreAudio sound support
2231 --without-cups do not use CUPS
2232 --without-curses do not use (n)curses
2233 --without-dbus do not use DBus (dynamic device support)
2234 --without-fontconfig do not use fontconfig
2235 --without-freetype do not use the FreeType library
2236 --without-gettext do not use gettext
2237 --with-gettextpo use the GetTextPO library to rebuild po files
2238 --without-gphoto do not use gphoto (Digital Camera support)
2239 --without-glu do not use the GLU library
2240 --without-gnutls do not use GnuTLS (schannel support)
2241 --without-gsm do not use libgsm (GSM 06.10 codec support)
2242 --without-gstreamer do not use GStreamer (codecs support)
2243 --without-hal do not use HAL (dynamic device support)
2244 --without-jpeg do not use JPEG
2245 --without-ldap do not use LDAP
2246 --without-mpg123 do not use the mpg123 library
2247 --without-netapi do not use the Samba NetAPI library
2248 --without-openal do not use OpenAL
2249 --without-opencl do not use OpenCL
2250 --without-opengl do not use OpenGL
2251 --without-osmesa do not use the OSMesa library
2252 --without-oss do not use the OSS sound support
2253 --without-pcap do not use the Packet Capture library
2254 --without-png do not use PNG
2255 --without-pthread do not use the pthread library
2256 --without-pulse do not use PulseAudio sound support
2257 --without-sane do not use SANE (scanner support)
2258 --without-tiff do not use TIFF
2259 --without-v4l do not use v4l1 (v4l support)
2260 --without-xcomposite do not use the Xcomposite extension
2261 --without-xcursor do not use the Xcursor extension
2262 --without-xinerama do not use Xinerama (multi-monitor support)
2263 --without-xinput do not use the Xinput extension
2264 --without-xinput2 do not use the Xinput 2 extension
2265 --without-xml do not use XML
2266 --without-xrandr do not use Xrandr (resolution changes)
2267 --without-xrender do not use the Xrender extension
2268 --without-xshape do not use the Xshape extension
2269 --without-xshm do not use XShm (shared memory extension)
2270 --without-xslt do not use XSLT
2271 --without-xxf86vm do not use XFree video mode extension
2272 --without-zlib do not use Zlib (data compression)
2273 --with-wine-tools=DIR use Wine tools from directory DIR
2274 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2275 --with-x use the X Window System
2277 Some influential environment variables:
2278 CC C compiler command
2279 CFLAGS C compiler flags
2280 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2281 nonstandard directory <lib dir>
2282 LIBS libraries to pass to the linker, e.g. -l<library>
2283 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2284 you have headers in a nonstandard directory <include dir>
2285 CXX C++ compiler command
2286 CXXFLAGS C++ compiler flags
2288 XMKMF Path to xmkmf, Makefile generator for X Window System
2289 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2290 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2291 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2292 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2293 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2294 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2295 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2296 HAL_LIBS Linker flags for hal, overriding pkg-config
2298 C compiler flags for gnutls, overriding pkg-config
2299 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2300 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2301 SANE_LIBS Linker flags for libsane, overriding pkg-config
2303 C compiler flags for libgphoto2, overriding pkg-config
2305 Linker flags for libgphoto2, overriding pkg-config
2307 C compiler flags for libgphoto2_port, overriding pkg-config
2309 Linker flags for libgphoto2_port, overriding pkg-config
2311 C compiler flags for lcms2, overriding pkg-config
2312 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2314 C compiler flags for freetype2, overriding pkg-config
2316 Linker flags for freetype2, overriding pkg-config
2318 C compiler flags for libpulse, overriding pkg-config
2319 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2321 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2322 gstreamer-audio-1.0, overriding pkg-config
2324 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2325 gstreamer-audio-1.0, overriding pkg-config
2327 C compiler flags for capi20, overriding pkg-config
2328 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2330 C compiler flags for fontconfig, overriding pkg-config
2332 Linker flags for fontconfig, overriding pkg-config
2333 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2334 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2335 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2336 PNG_LIBS Linker flags for libpng, overriding pkg-config
2337 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2338 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2340 C compiler flags for libmpg123, overriding pkg-config
2341 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2343 C compiler flags for netapi, overriding pkg-config
2344 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2346 Use these variables to override the choices made by `configure' or to
help
2347 it to
find libraries and programs with nonstandard names
/locations.
2349 Report bugs to
<wine-devel@winehq.org
>.
2350 Wine home page
: <http
://www.winehq.org
>.
2355 if test "$ac_init_help" = "recursive"; then
2356 # If there are subdirs, report their specific --help.
2357 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2358 test -d "$ac_dir" ||
2359 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2364 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2366 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2367 # A ".." for each directory in $ac_dir_suffix.
2368 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2369 case $ac_top_builddir_sub in
2370 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2371 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2374 ac_abs_top_builddir
=$ac_pwd
2375 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2376 # for backward compatibility:
2377 ac_top_builddir
=$ac_top_build_prefix
2380 .
) # We are building in place.
2382 ac_top_srcdir
=$ac_top_builddir_sub
2383 ac_abs_top_srcdir
=$ac_pwd ;;
2384 [\\/]* | ?
:[\\/]* ) # Absolute name.
2385 ac_srcdir
=$srcdir$ac_dir_suffix;
2386 ac_top_srcdir
=$srcdir
2387 ac_abs_top_srcdir
=$srcdir ;;
2389 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2390 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2391 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2393 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2395 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2396 # Check for guested configure.
2397 if test -f "$ac_srcdir/configure.gnu"; then
2399 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2400 elif test -f "$ac_srcdir/configure"; then
2402 $SHELL "$ac_srcdir/configure" --help=recursive
2404 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2406 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2410 test -n "$ac_init_help" && exit $ac_status
2411 if $ac_init_version; then
2413 Wine configure
1.9.13
2414 generated by GNU Autoconf
2.69
2416 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2417 This configure
script is free software
; the Free Software Foundation
2418 gives unlimited permission to copy
, distribute and modify it.
2423 ## ------------------------ ##
2424 ## Autoconf initialization. ##
2425 ## ------------------------ ##
2427 # ac_fn_c_try_compile LINENO
2428 # --------------------------
2429 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2430 ac_fn_c_try_compile
()
2432 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2433 rm -f conftest.
$ac_objext
2434 if { { ac_try
="$ac_compile"
2436 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2437 *) ac_try_echo=$ac_try;;
2439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2440 $as_echo "$ac_try_echo"; } >&5
2441 (eval "$ac_compile") 2>conftest.err
2443 if test -s conftest.err; then
2444 grep -v '^ *+' conftest.err >conftest.er1
2445 cat conftest.er1 >&5
2446 mv -f conftest.er1 conftest.err
2448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2449 test $ac_status = 0; } && {
2450 test -z "$ac_c_werror_flag" ||
2451 test ! -s conftest.err
2452 } && test -s conftest.$ac_objext; then :
2455 $as_echo "$as_me: failed program was:" >&5
2456 sed 's/^/| /' conftest.$ac_ext >&5
2460 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2461 as_fn_set_status $ac_retval
2463 } # ac_fn_c_try_compile
2465 # ac_fn_cxx_try_compile LINENO
2466 # ----------------------------
2467 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2468 ac_fn_cxx_try_compile ()
2470 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2471 rm -f conftest.$ac_objext
2472 if { { ac_try="$ac_compile"
2474 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2475 *) ac_try_echo
=$ac_try;;
2477 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2478 $as_echo "$ac_try_echo"; } >&5
2479 (eval "$ac_compile") 2>conftest.err
2481 if test -s conftest.err
; then
2482 grep -v '^ *+' conftest.err
>conftest.er1
2483 cat conftest.er1
>&5
2484 mv -f conftest.er1 conftest.err
2486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2487 test $ac_status = 0; } && {
2488 test -z "$ac_cxx_werror_flag" ||
2489 test ! -s conftest.err
2490 } && test -s conftest.
$ac_objext; then :
2493 $as_echo "$as_me: failed program was:" >&5
2494 sed 's/^/| /' conftest.
$ac_ext >&5
2498 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2499 as_fn_set_status
$ac_retval
2501 } # ac_fn_cxx_try_compile
2503 # ac_fn_c_try_link LINENO
2504 # -----------------------
2505 # Try to link conftest.$ac_ext, and return whether this succeeded.
2508 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2509 rm -f conftest.
$ac_objext conftest
$ac_exeext
2510 if { { ac_try
="$ac_link"
2512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2513 *) ac_try_echo=$ac_try;;
2515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2516 $as_echo "$ac_try_echo"; } >&5
2517 (eval "$ac_link") 2>conftest.err
2519 if test -s conftest.err; then
2520 grep -v '^ *+' conftest.err >conftest.er1
2521 cat conftest.er1 >&5
2522 mv -f conftest.er1 conftest.err
2524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2525 test $ac_status = 0; } && {
2526 test -z "$ac_c_werror_flag" ||
2527 test ! -s conftest.err
2528 } && test -s conftest$ac_exeext && {
2529 test "$cross_compiling" = yes ||
2530 test -x conftest$ac_exeext
2534 $as_echo "$as_me: failed program was:" >&5
2535 sed 's/^/| /' conftest.$ac_ext >&5
2539 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2540 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2541 # interfere with the next link command; also delete a directory that is
2542 # left behind by Apple's compiler. We do this before executing the actions.
2543 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2544 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2545 as_fn_set_status $ac_retval
2547 } # ac_fn_c_try_link
2549 # ac_fn_c_try_cpp LINENO
2550 # ----------------------
2551 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2555 if { { ac_try="$ac_cpp conftest.$ac_ext"
2557 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2558 *) ac_try_echo
=$ac_try;;
2560 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2561 $as_echo "$ac_try_echo"; } >&5
2562 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2564 if test -s conftest.err
; then
2565 grep -v '^ *+' conftest.err
>conftest.er1
2566 cat conftest.er1
>&5
2567 mv -f conftest.er1 conftest.err
2569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2570 test $ac_status = 0; } > conftest.i
&& {
2571 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2572 test ! -s conftest.err
2576 $as_echo "$as_me: failed program was:" >&5
2577 sed 's/^/| /' conftest.
$ac_ext >&5
2581 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2582 as_fn_set_status
$ac_retval
2586 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2587 # -------------------------------------------------------
2588 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2589 # the include files in INCLUDES and setting the cache variable VAR
2591 ac_fn_c_check_header_mongrel
()
2593 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2594 if eval \
${$3+:} false
; then :
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2596 $as_echo_n "checking for $2... " >&6; }
2597 if eval \
${$3+:} false
; then :
2598 $as_echo_n "(cached) " >&6
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2602 $as_echo "$ac_res" >&6; }
2604 # Is the header compilable?
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2606 $as_echo_n "checking $2 usability... " >&6; }
2607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2608 /* end confdefs.h. */
2612 if ac_fn_c_try_compile
"$LINENO"; then :
2613 ac_header_compiler
=yes
2615 ac_header_compiler
=no
2617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2619 $as_echo "$ac_header_compiler" >&6; }
2621 # Is the header present?
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2623 $as_echo_n "checking $2 presence... " >&6; }
2624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2625 /* end confdefs.h. */
2628 if ac_fn_c_try_cpp
"$LINENO"; then :
2629 ac_header_preproc
=yes
2631 ac_header_preproc
=no
2633 rm -f conftest.err conftest.i conftest.
$ac_ext
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2635 $as_echo "$ac_header_preproc" >&6; }
2637 # So? What about this header?
2638 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2641 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2643 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2647 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2649 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2651 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2653 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2655 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2656 ( $as_echo "## ------------------------------------ ##
2657 ## Report this to wine-devel@winehq.org ##
2658 ## ------------------------------------ ##"
2659 ) |
sed "s/^/$as_me: WARNING: /" >&2
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2663 $as_echo_n "checking for $2... " >&6; }
2664 if eval \
${$3+:} false
; then :
2665 $as_echo_n "(cached) " >&6
2667 eval "$3=\$ac_header_compiler"
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2671 $as_echo "$ac_res" >&6; }
2673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2675 } # ac_fn_c_check_header_mongrel
2677 # ac_fn_c_try_run LINENO
2678 # ----------------------
2679 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2680 # that executables *can* be run.
2683 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2684 if { { ac_try
="$ac_link"
2686 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2687 *) ac_try_echo=$ac_try;;
2689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2690 $as_echo "$ac_try_echo"; } >&5
2691 (eval "$ac_link") 2>&5
2693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2694 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2695 { { case "(($ac_try" in
2696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2697 *) ac_try_echo
=$ac_try;;
2699 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2700 $as_echo "$ac_try_echo"; } >&5
2701 (eval "$ac_try") 2>&5
2703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2704 test $ac_status = 0; }; }; then :
2707 $as_echo "$as_me: program exited with status $ac_status" >&5
2708 $as_echo "$as_me: failed program was:" >&5
2709 sed 's/^/| /' conftest.
$ac_ext >&5
2711 ac_retval
=$ac_status
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
2719 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2720 # -------------------------------------------------------
2721 # Tests whether HEADER exists and can be compiled using the include files in
2722 # INCLUDES, setting the cache variable VAR accordingly.
2723 ac_fn_c_check_header_compile
()
2725 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2727 $as_echo_n "checking for $2... " >&6; }
2728 if eval \
${$3+:} false
; then :
2729 $as_echo_n "(cached) " >&6
2731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2732 /* end confdefs.h. */
2736 if ac_fn_c_try_compile
"$LINENO"; then :
2741 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2745 $as_echo "$ac_res" >&6; }
2746 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2748 } # ac_fn_c_check_header_compile
2750 # ac_fn_c_check_func LINENO FUNC VAR
2751 # ----------------------------------
2752 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2753 ac_fn_c_check_func
()
2755 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2757 $as_echo_n "checking for $2... " >&6; }
2758 if eval \
${$3+:} false
; then :
2759 $as_echo_n "(cached) " >&6
2761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2762 /* end confdefs.h. */
2763 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2765 #define $2 innocuous_$2
2767 /* System header to define __stub macros and hopefully few prototypes,
2768 which can conflict with char $2 (); below.
2769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2770 <limits.h> exists even on freestanding compilers. */
2773 # include <limits.h>
2775 # include <assert.h>
2780 /* Override any GCC internal prototype to avoid an error.
2781 Use char because int might match the return type of a GCC
2782 builtin and then its argument prototype would still apply. */
2787 /* The GNU C library defines this for functions which it implements
2788 to always fail with ENOSYS. Some functions are actually named
2789 something starting with __ and the normal name is an alias. */
2790 #if defined __stub_$2 || defined __stub___$2
2802 if ac_fn_c_try_link
"$LINENO"; then :
2807 rm -f core conftest.err conftest.
$ac_objext \
2808 conftest
$ac_exeext conftest.
$ac_ext
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2812 $as_echo "$ac_res" >&6; }
2813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2815 } # ac_fn_c_check_func
2817 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2818 # ----------------------------------------------------
2819 # Tries to find if the field MEMBER exists in type AGGR, after including
2820 # INCLUDES, setting cache variable VAR accordingly.
2821 ac_fn_c_check_member
()
2823 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2825 $as_echo_n "checking for $2.$3... " >&6; }
2826 if eval \
${$4+:} false
; then :
2827 $as_echo_n "(cached) " >&6
2829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2830 /* end confdefs.h. */
2842 if ac_fn_c_try_compile
"$LINENO"; then :
2845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2846 /* end confdefs.h. */
2852 if (sizeof ac_aggr.$3)
2858 if ac_fn_c_try_compile
"$LINENO"; then :
2863 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2865 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2869 $as_echo "$ac_res" >&6; }
2870 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2872 } # ac_fn_c_check_member
2874 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2875 # -------------------------------------------
2876 # Tests whether TYPE exists after having included INCLUDES, setting cache
2877 # variable VAR accordingly.
2878 ac_fn_c_check_type
()
2880 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2882 $as_echo_n "checking for $2... " >&6; }
2883 if eval \
${$3+:} false
; then :
2884 $as_echo_n "(cached) " >&6
2887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2888 /* end confdefs.h. */
2899 if ac_fn_c_try_compile
"$LINENO"; then :
2900 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2901 /* end confdefs.h. */
2912 if ac_fn_c_try_compile
"$LINENO"; then :
2917 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2919 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2923 $as_echo "$ac_res" >&6; }
2924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2926 } # ac_fn_c_check_type
2927 cat >config.log
<<_ACEOF
2928 This file contains any messages produced by compilers while
2929 running configure, to aid debugging if configure makes a mistake.
2931 It was created by Wine $as_me 1.9.13, which was
2932 generated by GNU Autoconf 2.69. Invocation command line was
2944 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2945 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2946 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2947 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2948 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2950 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2951 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2953 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2954 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2955 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2956 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2957 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2958 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2959 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2963 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2967 test -z "$as_dir" && as_dir
=.
2968 $as_echo "PATH: $as_dir"
2984 # Keep a trace of the command line.
2985 # Strip out --no-create and --no-recursion so they do not pile up.
2986 # Strip out --silent because we don't want to record it for future runs.
2987 # Also quote any args containing shell meta-characters.
2988 # Make two passes to allow for proper duplicate-argument suppression.
2992 ac_must_keep_next
=false
2998 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2999 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3000 |
-silent |
--silent |
--silen |
--sile |
--sil)
3003 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3006 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3008 as_fn_append ac_configure_args1
" '$ac_arg'"
3009 if test $ac_must_keep_next = true
; then
3010 ac_must_keep_next
=false
# Got value, back to normal.
3013 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3014 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3015 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3016 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3017 case "$ac_configure_args0 " in
3018 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3021 -* ) ac_must_keep_next
=true
;;
3024 as_fn_append ac_configure_args
" '$ac_arg'"
3029 { ac_configure_args0
=; unset ac_configure_args0
;}
3030 { ac_configure_args1
=; unset ac_configure_args1
;}
3032 # When interrupted or exit'd, cleanup temporary files, and complete
3033 # config.log. We remove comments because anyway the quotes in there
3034 # would cause problems or look ugly.
3035 # WARNING: Use '\'' to represent an apostrophe within the trap.
3036 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3037 trap 'exit_status=$?
3038 # Save into config.log some information that might help in debugging.
3042 $as_echo "## ---------------- ##
3043 ## Cache variables. ##
3044 ## ---------------- ##"
3046 # The following way of writing the cache mishandles newlines in values,
3048 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3049 eval ac_val=\$$ac_var
3053 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3054 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3057 _ | IFS | as_nl) ;; #(
3058 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3059 *) { eval $ac_var=; unset $ac_var;} ;;
3064 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3065 *${as_nl}ac_space=\ *)
3067 "s/'\''/'\''\\\\'\'''\''/g;
3068 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3071 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3078 $as_echo "## ----------------- ##
3079 ## Output variables. ##
3080 ## ----------------- ##"
3082 for ac_var in $ac_subst_vars
3084 eval ac_val=\$$ac_var
3086 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3088 $as_echo "$ac_var='\''$ac_val'\''"
3092 if test -n "$ac_subst_files"; then
3093 $as_echo "## ------------------- ##
3094 ## File substitutions. ##
3095 ## ------------------- ##"
3097 for ac_var
in $ac_subst_files
3099 eval ac_val
=\$
$ac_var
3101 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3103 $as_echo "$ac_var='\''$ac_val'\''"
3108 if test -s confdefs.h; then
3109 $as_echo "## ----------- ##
3116 test "$ac_signal" != 0 &&
3117 $as_echo "$as_me: caught signal $ac_signal"
3118 $as_echo "$as_me: exit $exit_status"
3120 rm -f core *.core core.conftest.* &&
3121 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3124 for ac_signal
in 1 2 13 15; do
3125 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3129 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3130 rm -f -r conftest
* confdefs.h
3132 $as_echo "/* confdefs.h */" > confdefs.h
3134 # Predefined preprocessor variables.
3136 cat >>confdefs.h
<<_ACEOF
3137 #define PACKAGE_NAME "$PACKAGE_NAME"
3140 cat >>confdefs.h
<<_ACEOF
3141 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3144 cat >>confdefs.h
<<_ACEOF
3145 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3148 cat >>confdefs.h
<<_ACEOF
3149 #define PACKAGE_STRING "$PACKAGE_STRING"
3152 cat >>confdefs.h
<<_ACEOF
3153 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3156 cat >>confdefs.h
<<_ACEOF
3157 #define PACKAGE_URL "$PACKAGE_URL"
3161 # Let the site file select an alternate cache file if it wants to.
3162 # Prefer an explicitly selected file to automatically selected ones.
3165 if test -n "$CONFIG_SITE"; then
3166 # We do not want a PATH search for config.site.
3167 case $CONFIG_SITE in #((
3168 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3169 */*) ac_site_file1
=$CONFIG_SITE;;
3170 *) ac_site_file1
=.
/$CONFIG_SITE;;
3172 elif test "x$prefix" != xNONE
; then
3173 ac_site_file1
=$prefix/share
/config.site
3174 ac_site_file2
=$prefix/etc
/config.site
3176 ac_site_file1
=$ac_default_prefix/share
/config.site
3177 ac_site_file2
=$ac_default_prefix/etc
/config.site
3179 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3181 test "x$ac_site_file" = xNONE
&& continue
3182 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3184 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3185 sed 's/^/| /' "$ac_site_file" >&5
3187 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3188 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3189 as_fn_error $?
"failed to load site script $ac_site_file
3190 See \`config.log' for more details" "$LINENO" 5; }
3194 if test -r "$cache_file"; then
3195 # Some versions of bash will fail to source /dev/null (special files
3196 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3197 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3199 $as_echo "$as_me: loading cache $cache_file" >&6;}
3201 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3202 *) .
"./$cache_file";;
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3207 $as_echo "$as_me: creating cache $cache_file" >&6;}
3211 # Check that the precious variables saved in the cache have kept the same
3213 ac_cache_corrupted
=false
3214 for ac_var
in $ac_precious_vars; do
3215 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3216 eval ac_new_set
=\
$ac_env_${ac_var}_set
3217 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3218 eval ac_new_val
=\
$ac_env_${ac_var}_value
3219 case $ac_old_set,$ac_new_set in
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3222 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3223 ac_cache_corrupted
=: ;;
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3226 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3227 ac_cache_corrupted
=: ;;
3230 if test "x$ac_old_val" != "x$ac_new_val"; then
3231 # differences in whitespace do not lead to failure.
3232 ac_old_val_w
=`echo x $ac_old_val`
3233 ac_new_val_w
=`echo x $ac_new_val`
3234 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3236 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3237 ac_cache_corrupted
=:
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3240 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3241 eval $ac_var=\
$ac_old_val
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3244 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3246 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3249 # Pass precious variables to config.status.
3250 if test "$ac_new_set" = set; then
3252 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3253 *) ac_arg
=$ac_var=$ac_new_val ;;
3255 case " $ac_configure_args " in
3256 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3257 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3261 if $ac_cache_corrupted; then
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3263 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3265 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3266 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3268 ## -------------------- ##
3269 ## Main body of script. ##
3270 ## -------------------- ##
3273 ac_cpp
='$CPP $CPPFLAGS'
3274 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3275 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3276 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3280 ac_config_headers
="$ac_config_headers include/config.h"
3283 for ac_dir
in tools
"$srcdir"/tools
; do
3284 if test -f "$ac_dir/install-sh"; then
3286 ac_install_sh
="$ac_aux_dir/install-sh -c"
3288 elif test -f "$ac_dir/install.sh"; then
3290 ac_install_sh
="$ac_aux_dir/install.sh -c"
3292 elif test -f "$ac_dir/shtool"; then
3294 ac_install_sh
="$ac_aux_dir/shtool install -c"
3298 if test -z "$ac_aux_dir"; then
3299 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3302 # These three variables are undocumented and unsupported,
3303 # and are intended to be withdrawn in a future Autoconf release.
3304 # They can cause serious problems if a builder's source tree is in a directory
3305 # whose full name contains unusual characters.
3306 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3307 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3308 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3312 libwine_version
="1.0"
3316 # Check whether --enable-win16 was given.
3317 if test "${enable_win16+set}" = set; then :
3318 enableval
=$enable_win16;
3321 # Check whether --enable-win64 was given.
3322 if test "${enable_win64+set}" = set; then :
3323 enableval
=$enable_win64;
3326 # Check whether --enable-tests was given.
3327 if test "${enable_tests+set}" = set; then :
3328 enableval
=$enable_tests;
3331 # Check whether --enable-maintainer-mode was given.
3332 if test "${enable_maintainer_mode+set}" = set; then :
3333 enableval
=$enable_maintainer_mode;
3338 # Check whether --with-alsa was given.
3339 if test "${with_alsa+set}" = set; then :
3340 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3344 # Check whether --with-capi was given.
3345 if test "${with_capi+set}" = set; then :
3350 # Check whether --with-cms was given.
3351 if test "${with_cms+set}" = set; then :
3356 # Check whether --with-coreaudio was given.
3357 if test "${with_coreaudio+set}" = set; then :
3358 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3362 # Check whether --with-cups was given.
3363 if test "${with_cups+set}" = set; then :
3368 # Check whether --with-curses was given.
3369 if test "${with_curses+set}" = set; then :
3370 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3374 # Check whether --with-dbus was given.
3375 if test "${with_dbus+set}" = set; then :
3380 # Check whether --with-fontconfig was given.
3381 if test "${with_fontconfig+set}" = set; then :
3382 withval
=$with_fontconfig;
3386 # Check whether --with-freetype was given.
3387 if test "${with_freetype+set}" = set; then :
3388 withval
=$with_freetype;
3392 # Check whether --with-gettext was given.
3393 if test "${with_gettext+set}" = set; then :
3394 withval
=$with_gettext;
3398 # Check whether --with-gettextpo was given.
3399 if test "${with_gettextpo+set}" = set; then :
3400 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3404 # Check whether --with-gphoto was given.
3405 if test "${with_gphoto+set}" = set; then :
3406 withval
=$with_gphoto;
3410 # Check whether --with-glu was given.
3411 if test "${with_glu+set}" = set; then :
3416 # Check whether --with-gnutls was given.
3417 if test "${with_gnutls+set}" = set; then :
3418 withval
=$with_gnutls;
3422 # Check whether --with-gsm was given.
3423 if test "${with_gsm+set}" = set; then :
3424 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3428 # Check whether --with-gstreamer was given.
3429 if test "${with_gstreamer+set}" = set; then :
3430 withval
=$with_gstreamer;
3434 # Check whether --with-hal was given.
3435 if test "${with_hal+set}" = set; then :
3440 # Check whether --with-jpeg was given.
3441 if test "${with_jpeg+set}" = set; then :
3446 # Check whether --with-ldap was given.
3447 if test "${with_ldap+set}" = set; then :
3448 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3452 # Check whether --with-mpg123 was given.
3453 if test "${with_mpg123+set}" = set; then :
3454 withval
=$with_mpg123;
3458 # Check whether --with-netapi was given.
3459 if test "${with_netapi+set}" = set; then :
3460 withval
=$with_netapi;
3464 # Check whether --with-openal was given.
3465 if test "${with_openal+set}" = set; then :
3466 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3470 # Check whether --with-opencl was given.
3471 if test "${with_opencl+set}" = set; then :
3472 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3476 # Check whether --with-opengl was given.
3477 if test "${with_opengl+set}" = set; then :
3478 withval
=$with_opengl;
3482 # Check whether --with-osmesa was given.
3483 if test "${with_osmesa+set}" = set; then :
3484 withval
=$with_osmesa;
3488 # Check whether --with-oss was given.
3489 if test "${with_oss+set}" = set; then :
3494 # Check whether --with-pcap was given.
3495 if test "${with_pcap+set}" = set; then :
3496 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3500 # Check whether --with-png was given.
3501 if test "${with_png+set}" = set; then :
3506 # Check whether --with-pthread was given.
3507 if test "${with_pthread+set}" = set; then :
3508 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3512 # Check whether --with-pulse was given.
3513 if test "${with_pulse+set}" = set; then :
3514 withval
=$with_pulse;
3518 # Check whether --with-sane was given.
3519 if test "${with_sane+set}" = set; then :
3524 # Check whether --with-tiff was given.
3525 if test "${with_tiff+set}" = set; then :
3530 # Check whether --with-v4l was given.
3531 if test "${with_v4l+set}" = set; then :
3536 # Check whether --with-xcomposite was given.
3537 if test "${with_xcomposite+set}" = set; then :
3538 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3542 # Check whether --with-xcursor was given.
3543 if test "${with_xcursor+set}" = set; then :
3544 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3548 # Check whether --with-xinerama was given.
3549 if test "${with_xinerama+set}" = set; then :
3550 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3554 # Check whether --with-xinput was given.
3555 if test "${with_xinput+set}" = set; then :
3556 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3560 # Check whether --with-xinput2 was given.
3561 if test "${with_xinput2+set}" = set; then :
3562 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3566 # Check whether --with-xml was given.
3567 if test "${with_xml+set}" = set; then :
3572 # Check whether --with-xrandr was given.
3573 if test "${with_xrandr+set}" = set; then :
3574 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3578 # Check whether --with-xrender was given.
3579 if test "${with_xrender+set}" = set; then :
3580 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3584 # Check whether --with-xshape was given.
3585 if test "${with_xshape+set}" = set; then :
3586 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3590 # Check whether --with-xshm was given.
3591 if test "${with_xshm+set}" = set; then :
3592 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3596 # Check whether --with-xslt was given.
3597 if test "${with_xslt+set}" = set; then :
3602 # Check whether --with-xxf86vm was given.
3603 if test "${with_xxf86vm+set}" = set; then :
3604 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
3608 # Check whether --with-zlib was given.
3609 if test "${with_zlib+set}" = set; then :
3610 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3615 # Check whether --with-wine-tools was given.
3616 if test "${with_wine_tools+set}" = set; then :
3617 withval
=$with_wine_tools;
3621 # Check whether --with-wine64 was given.
3622 if test "${with_wine64+set}" = set; then :
3623 withval
=$with_wine64;
3627 # Make sure we can run config.sub.
3628 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3629 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3632 $as_echo_n "checking build system type... " >&6; }
3633 if ${ac_cv_build+:} false
; then :
3634 $as_echo_n "(cached) " >&6
3636 ac_build_alias
=$build_alias
3637 test "x$ac_build_alias" = x
&&
3638 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3639 test "x$ac_build_alias" = x
&&
3640 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3641 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3642 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3646 $as_echo "$ac_cv_build" >&6; }
3647 case $ac_cv_build in
3649 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3652 ac_save_IFS
=$IFS; IFS
='-'
3658 # Remember, the first character of IFS is used to create $*,
3659 # except with old shells:
3662 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3666 $as_echo_n "checking host system type... " >&6; }
3667 if ${ac_cv_host+:} false
; then :
3668 $as_echo_n "(cached) " >&6
3670 if test "x$host_alias" = x
; then
3671 ac_cv_host
=$ac_cv_build
3673 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3674 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3679 $as_echo "$ac_cv_host" >&6; }
3682 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3685 ac_save_IFS
=$IFS; IFS
='-'
3691 # Remember, the first character of IFS is used to create $*,
3692 # except with old shells:
3695 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3701 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3702 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3703 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3709 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3711 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3712 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3713 $as_echo_n "(cached) " >&6
3715 cat >conftest.
make <<\_ACEOF
3718 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3720 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3721 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3723 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3725 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3729 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3731 $as_echo "yes" >&6; }
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3735 $as_echo "no" >&6; }
3736 SET_MAKE
="MAKE=${MAKE-make}"
3740 ac_cpp
='$CPP $CPPFLAGS'
3741 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3742 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3743 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3744 if test -n "$ac_tool_prefix"; then
3745 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3746 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3748 $as_echo_n "checking for $ac_word... " >&6; }
3749 if ${ac_cv_prog_CC+:} false
; then :
3750 $as_echo_n "(cached) " >&6
3752 if test -n "$CC"; then
3753 ac_cv_prog_CC
="$CC" # Let the user override the test.
3755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3759 test -z "$as_dir" && as_dir
=.
3760 for ac_exec_ext
in '' $ac_executable_extensions; do
3761 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3762 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3773 if test -n "$CC"; then
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3775 $as_echo "$CC" >&6; }
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3778 $as_echo "no" >&6; }
3783 if test -z "$ac_cv_prog_CC"; then
3785 # Extract the first word of "gcc", so it can be a program name with args.
3786 set dummy gcc
; ac_word
=$2
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3788 $as_echo_n "checking for $ac_word... " >&6; }
3789 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3790 $as_echo_n "(cached) " >&6
3792 if test -n "$ac_ct_CC"; then
3793 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3795 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3799 test -z "$as_dir" && as_dir
=.
3800 for ac_exec_ext
in '' $ac_executable_extensions; do
3801 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3802 ac_cv_prog_ac_ct_CC
="gcc"
3803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3812 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3813 if test -n "$ac_ct_CC"; then
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3815 $as_echo "$ac_ct_CC" >&6; }
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3818 $as_echo "no" >&6; }
3821 if test "x$ac_ct_CC" = x
; then
3824 case $cross_compiling:$ac_tool_warned in
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3828 ac_tool_warned
=yes ;;
3836 if test -z "$CC"; then
3837 if test -n "$ac_tool_prefix"; then
3838 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3839 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3841 $as_echo_n "checking for $ac_word... " >&6; }
3842 if ${ac_cv_prog_CC+:} false
; then :
3843 $as_echo_n "(cached) " >&6
3845 if test -n "$CC"; then
3846 ac_cv_prog_CC
="$CC" # Let the user override the test.
3848 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3852 test -z "$as_dir" && as_dir
=.
3853 for ac_exec_ext
in '' $ac_executable_extensions; do
3854 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3855 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3866 if test -n "$CC"; then
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3868 $as_echo "$CC" >&6; }
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3871 $as_echo "no" >&6; }
3877 if test -z "$CC"; then
3878 # Extract the first word of "cc", so it can be a program name with args.
3879 set dummy cc
; ac_word
=$2
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3881 $as_echo_n "checking for $ac_word... " >&6; }
3882 if ${ac_cv_prog_CC+:} false
; then :
3883 $as_echo_n "(cached) " >&6
3885 if test -n "$CC"; then
3886 ac_cv_prog_CC
="$CC" # Let the user override the test.
3889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3893 test -z "$as_dir" && as_dir
=.
3894 for ac_exec_ext
in '' $ac_executable_extensions; do
3895 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3896 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3897 ac_prog_rejected
=yes
3901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3908 if test $ac_prog_rejected = yes; then
3909 # We found a bogon in the path, so make sure we never use it.
3910 set dummy
$ac_cv_prog_CC
3912 if test $# != 0; then
3913 # We chose a different compiler from the bogus one.
3914 # However, it has the same basename, so the bogon will be chosen
3915 # first if we set CC to just the basename; use the full file name.
3917 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3923 if test -n "$CC"; then
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3925 $as_echo "$CC" >&6; }
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3928 $as_echo "no" >&6; }
3933 if test -z "$CC"; then
3934 if test -n "$ac_tool_prefix"; then
3935 for ac_prog
in cl.exe
3937 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3938 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3940 $as_echo_n "checking for $ac_word... " >&6; }
3941 if ${ac_cv_prog_CC+:} false
; then :
3942 $as_echo_n "(cached) " >&6
3944 if test -n "$CC"; then
3945 ac_cv_prog_CC
="$CC" # Let the user override the test.
3947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3951 test -z "$as_dir" && as_dir
=.
3952 for ac_exec_ext
in '' $ac_executable_extensions; do
3953 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3954 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3965 if test -n "$CC"; then
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3967 $as_echo "$CC" >&6; }
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3970 $as_echo "no" >&6; }
3974 test -n "$CC" && break
3977 if test -z "$CC"; then
3979 for ac_prog
in cl.exe
3981 # Extract the first word of "$ac_prog", so it can be a program name with args.
3982 set dummy
$ac_prog; ac_word
=$2
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3984 $as_echo_n "checking for $ac_word... " >&6; }
3985 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3986 $as_echo_n "(cached) " >&6
3988 if test -n "$ac_ct_CC"; then
3989 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3995 test -z "$as_dir" && as_dir
=.
3996 for ac_exec_ext
in '' $ac_executable_extensions; do
3997 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3998 ac_cv_prog_ac_ct_CC
="$ac_prog"
3999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4009 if test -n "$ac_ct_CC"; then
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4011 $as_echo "$ac_ct_CC" >&6; }
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4014 $as_echo "no" >&6; }
4018 test -n "$ac_ct_CC" && break
4021 if test "x$ac_ct_CC" = x
; then
4024 case $cross_compiling:$ac_tool_warned in
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4027 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4028 ac_tool_warned
=yes ;;
4037 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039 as_fn_error $?
"no acceptable C compiler found in \$PATH
4040 See \`config.log' for more details" "$LINENO" 5; }
4042 # Provide some information about the compiler.
4043 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4046 for ac_option
in --version -v -V -qversion; do
4047 { { ac_try
="$ac_compiler $ac_option >&5"
4049 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4050 *) ac_try_echo=$ac_try;;
4052 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4053 $as_echo "$ac_try_echo"; } >&5
4054 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4056 if test -s conftest.err; then
4058 ... rest of stderr output deleted ...
4059 10q' conftest.err >conftest.er1
4060 cat conftest.er1 >&5
4062 rm -f conftest.er1 conftest.err
4063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4064 test $ac_status = 0; }
4067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4068 /* end confdefs.h. */
4078 ac_clean_files_save=$ac_clean_files
4079 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4080 # Try to create an executable without -o first, disregard a.out.
4081 # It will help us diagnose broken compilers, and finding out an intuition
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4084 $as_echo_n "checking whether the C compiler works... " >&6; }
4085 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4087 # The possible output files:
4088 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4091 for ac_file in $ac_files
4094 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4095 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4100 if { { ac_try="$ac_link_default"
4102 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4103 *) ac_try_echo
=$ac_try;;
4105 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4106 $as_echo "$ac_try_echo"; } >&5
4107 (eval "$ac_link_default") 2>&5
4109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4110 test $ac_status = 0; }; then :
4111 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4112 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4113 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4114 # so that the user can short-circuit this test for compilers unknown to
4116 for ac_file
in $ac_files ''
4118 test -f "$ac_file" ||
continue
4120 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4123 # We found the default executable, but exeext='' is most
4127 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4129 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4131 # We set ac_cv_exeext here because the later test for it is not
4132 # safe: cross compilers may not add the suffix if given an `-o'
4133 # argument, so we may need to know it at that point already.
4134 # Even if this section looks crufty: it has the advantage of
4141 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4146 if test -z "$ac_file"; then :
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4148 $as_echo "no" >&6; }
4149 $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.
$ac_ext >&5
4152 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4153 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4154 as_fn_error
77 "C compiler cannot create executables
4155 See \`config.log' for more details" "$LINENO" 5; }
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4158 $as_echo "yes" >&6; }
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4161 $as_echo_n "checking for C compiler default output file name... " >&6; }
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4163 $as_echo "$ac_file" >&6; }
4164 ac_exeext
=$ac_cv_exeext
4166 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4167 ac_clean_files
=$ac_clean_files_save
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4169 $as_echo_n "checking for suffix of executables... " >&6; }
4170 if { { ac_try
="$ac_link"
4172 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4173 *) ac_try_echo=$ac_try;;
4175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4176 $as_echo "$ac_try_echo"; } >&5
4177 (eval "$ac_link") 2>&5
4179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4180 test $ac_status = 0; }; then :
4181 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4182 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4183 # work properly (i.e., refer to `conftest.exe'), while it won't with
4185 for ac_file
in conftest.exe conftest conftest.
*; do
4186 test -f "$ac_file" ||
continue
4188 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4189 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4195 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4197 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4198 See \`config.log' for more details" "$LINENO" 5; }
4200 rm -f conftest conftest
$ac_cv_exeext
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4202 $as_echo "$ac_cv_exeext" >&6; }
4204 rm -f conftest.
$ac_ext
4205 EXEEXT
=$ac_cv_exeext
4207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4208 /* end confdefs.h. */
4213 FILE *f = fopen ("conftest.out", "w");
4214 return ferror (f) || fclose (f) != 0;
4220 ac_clean_files
="$ac_clean_files conftest.out"
4221 # Check that the compiler produces executables we can run. If not, either
4222 # the compiler is broken, or we cross compile.
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4224 $as_echo_n "checking whether we are cross compiling... " >&6; }
4225 if test "$cross_compiling" != yes; then
4226 { { ac_try
="$ac_link"
4228 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4229 *) ac_try_echo=$ac_try;;
4231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4232 $as_echo "$ac_try_echo"; } >&5
4233 (eval "$ac_link") 2>&5
4235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4236 test $ac_status = 0; }
4237 if { ac_try='./conftest$ac_cv_exeext'
4238 { { case "(($ac_try" in
4239 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4240 *) ac_try_echo
=$ac_try;;
4242 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4243 $as_echo "$ac_try_echo"; } >&5
4244 (eval "$ac_try") 2>&5
4246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4247 test $ac_status = 0; }; }; then
4250 if test "$cross_compiling" = maybe
; then
4253 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4254 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4255 as_fn_error $?
"cannot run C compiled programs.
4256 If you meant to cross compile, use \`--host'.
4257 See \`config.log' for more details" "$LINENO" 5; }
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4262 $as_echo "$cross_compiling" >&6; }
4264 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4265 ac_clean_files
=$ac_clean_files_save
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4267 $as_echo_n "checking for suffix of object files... " >&6; }
4268 if ${ac_cv_objext+:} false
; then :
4269 $as_echo_n "(cached) " >&6
4271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4282 rm -f conftest.o conftest.obj
4283 if { { ac_try
="$ac_compile"
4285 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4286 *) ac_try_echo=$ac_try;;
4288 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4289 $as_echo "$ac_try_echo"; } >&5
4290 (eval "$ac_compile") 2>&5
4292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4293 test $ac_status = 0; }; then :
4294 for ac_file in conftest.o conftest.obj conftest.*; do
4295 test -f "$ac_file" || continue;
4297 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4298 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4303 $as_echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.$ac_ext >&5
4306 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4307 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4308 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4309 See \
`config.log' for more details" "$LINENO" 5; }
4311 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4314 $as_echo "$ac_cv_objext" >&6; }
4315 OBJEXT=$ac_cv_objext
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4318 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4319 if ${ac_cv_c_compiler_gnu+:} false; then :
4320 $as_echo_n "(cached) " >&6
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4323 /* end confdefs.h. */
4336 if ac_fn_c_try_compile "$LINENO"; then :
4341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4342 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4346 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4347 if test $ac_compiler_gnu = yes; then
4352 ac_test_CFLAGS=${CFLAGS+set}
4353 ac_save_CFLAGS=$CFLAGS
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4355 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4356 if ${ac_cv_prog_cc_g+:} false; then :
4357 $as_echo_n "(cached) " >&6
4359 ac_save_c_werror_flag=$ac_c_werror_flag
4360 ac_c_werror_flag=yes
4363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4364 /* end confdefs.h. */
4374 if ac_fn_c_try_compile "$LINENO"; then :
4378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4379 /* end confdefs.h. */
4389 if ac_fn_c_try_compile "$LINENO"; then :
4392 ac_c_werror_flag=$ac_save_c_werror_flag
4394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4395 /* end confdefs.h. */
4405 if ac_fn_c_try_compile "$LINENO"; then :
4408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4413 ac_c_werror_flag=$ac_save_c_werror_flag
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4416 $as_echo "$ac_cv_prog_cc_g" >&6; }
4417 if test "$ac_test_CFLAGS" = set; then
4418 CFLAGS=$ac_save_CFLAGS
4419 elif test $ac_cv_prog_cc_g = yes; then
4420 if test "$GCC" = yes; then
4426 if test "$GCC" = yes; then
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4433 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4434 if ${ac_cv_prog_cc_c89+:} false; then :
4435 $as_echo_n "(cached) " >&6
4437 ac_cv_prog_cc_c89=no
4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4440 /* end confdefs.h. */
4444 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4445 struct buf { int x; };
4446 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4447 static char *e (p, i)
4453 static char *f (char * (*g) (char **, int), char **p, ...)
4458 s = g (p, va_arg (v,int));
4463 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4464 function prototypes and stuff, but not '\xHH' hex character constants.
4465 These don't provoke an error unfortunately, instead are silently treated
4466 as 'x'. The following induces an error, until -std is added to get
4467 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4468 array size at least. It's necessary to write '\x00'==0 to get something
4469 that's true only with -std. */
4470 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4472 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4473 inside strings and character constants. */
4475 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4477 int test (int i, double x);
4478 struct s1 {int (*f) (int a);};
4479 struct s2 {int (*f) (double a);};
4480 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4486 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4491 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4492 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4494 CC="$ac_save_CC $ac_arg"
4495 if ac_fn_c_try_compile "$LINENO"; then :
4496 ac_cv_prog_cc_c89=$ac_arg
4498 rm -f core conftest.err conftest.$ac_objext
4499 test "x$ac_cv_prog_cc_c89" != "xno" && break
4501 rm -f conftest.$ac_ext
4506 case "x$ac_cv_prog_cc_c89" in
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4509 $as_echo "none needed" >&6; } ;;
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4512 $as_echo "unsupported" >&6; } ;;
4514 CC="$CC $ac_cv_prog_cc_c89"
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4516 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4518 if test "x$ac_cv_prog_cc_c89" != xno; then :
4523 ac_cpp='$CPP $CPPFLAGS'
4524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4529 ac_cpp='$CXXCPP $CPPFLAGS'
4530 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4531 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4532 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4533 if test -z "$CXX"; then
4534 if test -n "$CCC"; then
4537 if test -n "$ac_tool_prefix"; then
4538 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4540 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4541 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4543 $as_echo_n "checking for $ac_word... " >&6; }
4544 if ${ac_cv_prog_CXX+:} false; then :
4545 $as_echo_n "(cached) " >&6
4547 if test -n "$CXX"; then
4548 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554 test -z "$as_dir" && as_dir=.
4555 for ac_exec_ext in '' $ac_executable_extensions; do
4556 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4557 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4568 if test -n "$CXX"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4570 $as_echo "$CXX" >&6; }
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4573 $as_echo "no" >&6; }
4577 test -n "$CXX" && break
4580 if test -z "$CXX"; then
4582 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4584 # Extract the first word of "$ac_prog", so it can be a program name with args.
4585 set dummy $ac_prog; ac_word=$2
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4587 $as_echo_n "checking for $ac_word... " >&6; }
4588 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4589 $as_echo_n "(cached) " >&6
4591 if test -n "$ac_ct_CXX"; then
4592 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 test -z "$as_dir" && as_dir=.
4599 for ac_exec_ext in '' $ac_executable_extensions; do
4600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4601 ac_cv_prog_ac_ct_CXX="$ac_prog"
4602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4611 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4612 if test -n "$ac_ct_CXX"; then
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4614 $as_echo "$ac_ct_CXX" >&6; }
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4617 $as_echo "no" >&6; }
4621 test -n "$ac_ct_CXX" && break
4624 if test "x$ac_ct_CXX" = x; then
4627 case $cross_compiling:$ac_tool_warned in
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4630 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4631 ac_tool_warned=yes ;;
4639 # Provide some information about the compiler.
4640 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4643 for ac_option in --version -v -V -qversion; do
4644 { { ac_try="$ac_compiler $ac_option >&5"
4646 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4647 *) ac_try_echo
=$ac_try;;
4649 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4650 $as_echo "$ac_try_echo"; } >&5
4651 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4653 if test -s conftest.err
; then
4655 ... rest of stderr output deleted ...
4656 10q' conftest.err
>conftest.er1
4657 cat conftest.er1
>&5
4659 rm -f conftest.er1 conftest.err
4660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4661 test $ac_status = 0; }
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4665 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4666 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4667 $as_echo_n "(cached) " >&6
4669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4670 /* end confdefs.h. */
4683 if ac_fn_cxx_try_compile
"$LINENO"; then :
4688 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4689 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4693 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4694 if test $ac_compiler_gnu = yes; then
4699 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4700 ac_save_CXXFLAGS
=$CXXFLAGS
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4702 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4703 if ${ac_cv_prog_cxx_g+:} false
; then :
4704 $as_echo_n "(cached) " >&6
4706 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4707 ac_cxx_werror_flag
=yes
4710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4711 /* end confdefs.h. */
4721 if ac_fn_cxx_try_compile
"$LINENO"; then :
4722 ac_cv_prog_cxx_g
=yes
4725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4726 /* end confdefs.h. */
4736 if ac_fn_cxx_try_compile
"$LINENO"; then :
4739 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4741 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4742 /* end confdefs.h. */
4752 if ac_fn_cxx_try_compile
"$LINENO"; then :
4753 ac_cv_prog_cxx_g
=yes
4755 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4759 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4760 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4763 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4764 if test "$ac_test_CXXFLAGS" = set; then
4765 CXXFLAGS
=$ac_save_CXXFLAGS
4766 elif test $ac_cv_prog_cxx_g = yes; then
4767 if test "$GXX" = yes; then
4773 if test "$GXX" = yes; then
4780 ac_cpp
='$CPP $CPPFLAGS'
4781 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4782 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4783 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4785 if test -n "$ac_tool_prefix"; then
4786 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4787 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4789 $as_echo_n "checking for $ac_word... " >&6; }
4790 if ${ac_cv_prog_CPPBIN+:} false
; then :
4791 $as_echo_n "(cached) " >&6
4793 if test -n "$CPPBIN"; then
4794 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4796 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4800 test -z "$as_dir" && as_dir
=.
4801 for ac_exec_ext
in '' $ac_executable_extensions; do
4802 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4803 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4813 CPPBIN
=$ac_cv_prog_CPPBIN
4814 if test -n "$CPPBIN"; then
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4816 $as_echo "$CPPBIN" >&6; }
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819 $as_echo "no" >&6; }
4824 if test -z "$ac_cv_prog_CPPBIN"; then
4825 ac_ct_CPPBIN
=$CPPBIN
4826 # Extract the first word of "cpp", so it can be a program name with args.
4827 set dummy cpp
; ac_word
=$2
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4829 $as_echo_n "checking for $ac_word... " >&6; }
4830 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4831 $as_echo_n "(cached) " >&6
4833 if test -n "$ac_ct_CPPBIN"; then
4834 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4836 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4840 test -z "$as_dir" && as_dir
=.
4841 for ac_exec_ext
in '' $ac_executable_extensions; do
4842 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4843 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4853 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4854 if test -n "$ac_ct_CPPBIN"; then
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4856 $as_echo "$ac_ct_CPPBIN" >&6; }
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4859 $as_echo "no" >&6; }
4862 if test "x$ac_ct_CPPBIN" = x
; then
4865 case $cross_compiling:$ac_tool_warned in
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4869 ac_tool_warned
=yes ;;
4871 CPPBIN
=$ac_ct_CPPBIN
4874 CPPBIN
="$ac_cv_prog_CPPBIN"
4878 cat >>confdefs.h
<<_ACEOF
4879 #define EXEEXT "$ac_exeext"
4882 if test -n "$ac_tool_prefix"; then
4883 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4884 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4886 $as_echo_n "checking for $ac_word... " >&6; }
4887 if ${ac_cv_prog_LD+:} false
; then :
4888 $as_echo_n "(cached) " >&6
4890 if test -n "$LD"; then
4891 ac_cv_prog_LD
="$LD" # Let the user override the test.
4893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4897 test -z "$as_dir" && as_dir
=.
4898 for ac_exec_ext
in '' $ac_executable_extensions; do
4899 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4900 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4911 if test -n "$LD"; then
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4913 $as_echo "$LD" >&6; }
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4916 $as_echo "no" >&6; }
4921 if test -z "$ac_cv_prog_LD"; then
4923 # Extract the first word of "ld", so it can be a program name with args.
4924 set dummy ld
; ac_word
=$2
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4926 $as_echo_n "checking for $ac_word... " >&6; }
4927 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4928 $as_echo_n "(cached) " >&6
4930 if test -n "$ac_ct_LD"; then
4931 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4937 test -z "$as_dir" && as_dir
=.
4938 for ac_exec_ext
in '' $ac_executable_extensions; do
4939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4940 ac_cv_prog_ac_ct_LD
="ld"
4941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4950 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4951 if test -n "$ac_ct_LD"; then
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4953 $as_echo "$ac_ct_LD" >&6; }
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4959 if test "x$ac_ct_LD" = x
; then
4962 case $cross_compiling:$ac_tool_warned in
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4966 ac_tool_warned
=yes ;;
4977 with_fontconfig
=${with_fontconfig:-no}
4979 *-mingw32*|
*-cygwin*)
4980 enable_win16
=${enable_win16:-no}
4981 CFLAGS
="$CFLAGS -D_WIN32"
4987 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4992 $as_echo_n "checking whether $CC works... " >&6; }
4994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4995 /* end confdefs.h. */
5005 if ac_fn_c_try_link
"$LINENO"; then :
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5007 $as_echo "yes" >&6; }
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5010 $as_echo "no" >&6; }
5011 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5013 rm -f core conftest.err conftest.
$ac_objext \
5014 conftest
$ac_exeext conftest.
$ac_ext
5016 notice_platform
="32-bit "
5019 enable_win16
=${enable_win16:-yes}
5021 if test "x${GCC}" = "xyes"
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5024 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5026 /* end confdefs.h. */
5031 void func(__builtin_ms_va_list *args);
5036 if ac_fn_c_try_compile
"$LINENO"; then :
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5038 $as_echo "yes" >&6; }
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5041 $as_echo "no" >&6; }
5042 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5049 notice_platform
="64-bit "
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5056 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5058 /* end confdefs.h. */
5059 int ac_test(int i) { return i; }
5063 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5068 if ac_fn_c_try_link
"$LINENO"; then :
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5070 $as_echo "yes" >&6; }
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5073 $as_echo "no" >&6; }
5074 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5076 rm -f core conftest.err conftest.
$ac_objext \
5077 conftest
$ac_exeext conftest.
$ac_ext
5078 CFLAGS
="$CFLAGS -marm"
5083 enable_win16
=${enable_win16:-yes}
5087 enable_win16
=${enable_win16:-no}
5088 enable_win64
=${enable_win64:-no}
5090 enable_winetest
=${enable_winetest:-$enable_tests}
5092 if test -n "$with_wine64"
5094 if test "x$enable_win64" = "xyes"
5096 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5097 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5099 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5100 You should create a separate build directory and run configure from there." "$LINENO" 5
5101 enable_fonts
=${enable_fonts:-no}
5102 enable_server
=${enable_server:-no}
5103 elif test "x$enable_win64" = "xyes"
5105 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5109 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5110 if ${wine_cv_toolsdir+:} false
; then :
5111 $as_echo_n "(cached) " >&6
5113 wine_cv_toolsdir
="$with_wine_tools"
5114 if test -z "$with_wine_tools"; then
5115 if test "$cross_compiling" = "yes"; then
5116 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5117 elif test -n "$with_wine64"; then
5118 wine_cv_toolsdir
="$with_wine64"
5121 if test -z "$wine_cv_toolsdir"; then
5122 wine_makedep
=tools
/makedep
5123 wine_cv_toolsdir
="\$(top_builddir)"
5124 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5125 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5126 case "$wine_cv_toolsdir" in
5128 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5130 enable_tools
=${enable_tools:-no}
5131 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5133 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5137 $as_echo "$wine_cv_toolsdir" >&6; }
5138 TOOLSDIR
=$wine_cv_toolsdir
5140 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5142 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5148 # Extract the first word of "$ac_prog", so it can be a program name with args.
5149 set dummy
$ac_prog; ac_word
=$2
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5151 $as_echo_n "checking for $ac_word... " >&6; }
5152 if ${ac_cv_prog_FLEX+:} false
; then :
5153 $as_echo_n "(cached) " >&6
5155 if test -n "$FLEX"; then
5156 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5158 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5162 test -z "$as_dir" && as_dir
=.
5163 for ac_exec_ext
in '' $ac_executable_extensions; do
5164 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5165 ac_cv_prog_FLEX
="$ac_prog"
5166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5175 FLEX
=$ac_cv_prog_FLEX
5176 if test -n "$FLEX"; then
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5178 $as_echo "$FLEX" >&6; }
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5181 $as_echo "no" >&6; }
5185 test -n "$FLEX" && break
5187 test -n "$FLEX" || FLEX
="none"
5189 if test "$FLEX" = "none"
5191 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5194 $as_echo_n "checking whether flex is recent enough... " >&6; }
5195 cat >conftest.l
<<EOF
5197 #include "prediluvian.h"
5201 if $FLEX -t conftest.l
>/dev
/null
2>&5
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5204 $as_echo "yes" >&6; }
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5207 $as_echo "no" >&6; }
5208 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5211 for ac_prog
in bison
5213 # Extract the first word of "$ac_prog", so it can be a program name with args.
5214 set dummy
$ac_prog; ac_word
=$2
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5216 $as_echo_n "checking for $ac_word... " >&6; }
5217 if ${ac_cv_prog_BISON+:} false
; then :
5218 $as_echo_n "(cached) " >&6
5220 if test -n "$BISON"; then
5221 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5227 test -z "$as_dir" && as_dir
=.
5228 for ac_exec_ext
in '' $ac_executable_extensions; do
5229 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5230 ac_cv_prog_BISON
="$ac_prog"
5231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5240 BISON
=$ac_cv_prog_BISON
5241 if test -n "$BISON"; then
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5243 $as_echo "$BISON" >&6; }
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5246 $as_echo "no" >&6; }
5250 test -n "$BISON" && break
5252 test -n "$BISON" || BISON
="none"
5254 if test "$BISON" = "none"
5256 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5259 if test -n "$ac_tool_prefix"; then
5260 for ac_prog
in ar gar
5262 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5263 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5265 $as_echo_n "checking for $ac_word... " >&6; }
5266 if ${ac_cv_prog_AR+:} false
; then :
5267 $as_echo_n "(cached) " >&6
5269 if test -n "$AR"; then
5270 ac_cv_prog_AR
="$AR" # Let the user override the test.
5272 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5276 test -z "$as_dir" && as_dir
=.
5277 for ac_exec_ext
in '' $ac_executable_extensions; do
5278 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5279 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5290 if test -n "$AR"; then
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5292 $as_echo "$AR" >&6; }
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295 $as_echo "no" >&6; }
5299 test -n "$AR" && break
5302 if test -z "$AR"; then
5304 for ac_prog
in ar gar
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy
$ac_prog; ac_word
=$2
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5309 $as_echo_n "checking for $ac_word... " >&6; }
5310 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5311 $as_echo_n "(cached) " >&6
5313 if test -n "$ac_ct_AR"; then
5314 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5320 test -z "$as_dir" && as_dir
=.
5321 for ac_exec_ext
in '' $ac_executable_extensions; do
5322 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5323 ac_cv_prog_ac_ct_AR
="$ac_prog"
5324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5334 if test -n "$ac_ct_AR"; then
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5336 $as_echo "$ac_ct_AR" >&6; }
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5339 $as_echo "no" >&6; }
5343 test -n "$ac_ct_AR" && break
5346 if test "x$ac_ct_AR" = x
; then
5349 case $cross_compiling:$ac_tool_warned in
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5352 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5353 ac_tool_warned
=yes ;;
5359 if test -n "$ac_tool_prefix"; then
5360 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5361 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5363 $as_echo_n "checking for $ac_word... " >&6; }
5364 if ${ac_cv_prog_STRIP+:} false
; then :
5365 $as_echo_n "(cached) " >&6
5367 if test -n "$STRIP"; then
5368 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5370 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5374 test -z "$as_dir" && as_dir
=.
5375 for ac_exec_ext
in '' $ac_executable_extensions; do
5376 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5377 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5387 STRIP
=$ac_cv_prog_STRIP
5388 if test -n "$STRIP"; then
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5390 $as_echo "$STRIP" >&6; }
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5393 $as_echo "no" >&6; }
5398 if test -z "$ac_cv_prog_STRIP"; then
5400 # Extract the first word of "strip", so it can be a program name with args.
5401 set dummy strip
; ac_word
=$2
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5403 $as_echo_n "checking for $ac_word... " >&6; }
5404 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5405 $as_echo_n "(cached) " >&6
5407 if test -n "$ac_ct_STRIP"; then
5408 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5414 test -z "$as_dir" && as_dir
=.
5415 for ac_exec_ext
in '' $ac_executable_extensions; do
5416 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5417 ac_cv_prog_ac_ct_STRIP
="strip"
5418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5427 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5428 if test -n "$ac_ct_STRIP"; then
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5430 $as_echo "$ac_ct_STRIP" >&6; }
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5433 $as_echo "no" >&6; }
5436 if test "x$ac_ct_STRIP" = x
; then
5439 case $cross_compiling:$ac_tool_warned in
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5443 ac_tool_warned
=yes ;;
5448 STRIP
="$ac_cv_prog_STRIP"
5453 if test -n "$ac_tool_prefix"; then
5454 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5455 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5457 $as_echo_n "checking for $ac_word... " >&6; }
5458 if ${ac_cv_prog_RANLIB+:} false
; then :
5459 $as_echo_n "(cached) " >&6
5461 if test -n "$RANLIB"; then
5462 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5468 test -z "$as_dir" && as_dir
=.
5469 for ac_exec_ext
in '' $ac_executable_extensions; do
5470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5471 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 RANLIB
=$ac_cv_prog_RANLIB
5482 if test -n "$RANLIB"; then
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5484 $as_echo "$RANLIB" >&6; }
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5487 $as_echo "no" >&6; }
5492 if test -z "$ac_cv_prog_RANLIB"; then
5493 ac_ct_RANLIB
=$RANLIB
5494 # Extract the first word of "ranlib", so it can be a program name with args.
5495 set dummy ranlib
; ac_word
=$2
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5497 $as_echo_n "checking for $ac_word... " >&6; }
5498 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5499 $as_echo_n "(cached) " >&6
5501 if test -n "$ac_ct_RANLIB"; then
5502 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5508 test -z "$as_dir" && as_dir
=.
5509 for ac_exec_ext
in '' $ac_executable_extensions; do
5510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5511 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5521 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5522 if test -n "$ac_ct_RANLIB"; then
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5524 $as_echo "$ac_ct_RANLIB" >&6; }
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5527 $as_echo "no" >&6; }
5530 if test "x$ac_ct_RANLIB" = x
; then
5533 case $cross_compiling:$ac_tool_warned in
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5537 ac_tool_warned
=yes ;;
5539 RANLIB
=$ac_ct_RANLIB
5542 RANLIB
="$ac_cv_prog_RANLIB"
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5546 $as_echo_n "checking whether ln -s works... " >&6; }
5548 if test "$LN_S" = "ln -s"; then
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5550 $as_echo "yes" >&6; }
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5553 $as_echo "no, using $LN_S" >&6; }
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5557 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5558 if ${ac_cv_path_GREP+:} false
; then :
5559 $as_echo_n "(cached) " >&6
5561 if test -z "$GREP"; then
5562 ac_path_GREP_found
=false
5563 # Loop through the user's path and test for each of PROGNAME-LIST
5564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5565 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5568 test -z "$as_dir" && as_dir
=.
5569 for ac_prog
in grep ggrep
; do
5570 for ac_exec_ext
in '' $ac_executable_extensions; do
5571 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5572 as_fn_executable_p
"$ac_path_GREP" ||
continue
5573 # Check for GNU ac_path_GREP and select it if it is found.
5574 # Check for GNU $ac_path_GREP
5575 case `"$ac_path_GREP" --version 2>&1` in
5577 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5580 $as_echo_n 0123456789 >"conftest.in"
5583 cat "conftest.in" "conftest.in" >"conftest.tmp"
5584 mv "conftest.tmp" "conftest.in"
5585 cp "conftest.in" "conftest.nl"
5586 $as_echo 'GREP' >> "conftest.nl"
5587 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5588 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5589 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5590 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5591 # Best one so far, save it but keep looking for a better one
5592 ac_cv_path_GREP
="$ac_path_GREP"
5593 ac_path_GREP_max
=$ac_count
5595 # 10*(2^10) chars as input seems more than enough
5596 test $ac_count -gt 10 && break
5598 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5601 $ac_path_GREP_found && break 3
5606 if test -z "$ac_cv_path_GREP"; then
5607 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5610 ac_cv_path_GREP
=$GREP
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5615 $as_echo "$ac_cv_path_GREP" >&6; }
5616 GREP
="$ac_cv_path_GREP"
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5620 $as_echo_n "checking for egrep... " >&6; }
5621 if ${ac_cv_path_EGREP+:} false
; then :
5622 $as_echo_n "(cached) " >&6
5624 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5625 then ac_cv_path_EGREP
="$GREP -E"
5627 if test -z "$EGREP"; then
5628 ac_path_EGREP_found
=false
5629 # Loop through the user's path and test for each of PROGNAME-LIST
5630 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5631 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5634 test -z "$as_dir" && as_dir
=.
5635 for ac_prog
in egrep; do
5636 for ac_exec_ext
in '' $ac_executable_extensions; do
5637 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5638 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5639 # Check for GNU ac_path_EGREP and select it if it is found.
5640 # Check for GNU $ac_path_EGREP
5641 case `"$ac_path_EGREP" --version 2>&1` in
5643 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5646 $as_echo_n 0123456789 >"conftest.in"
5649 cat "conftest.in" "conftest.in" >"conftest.tmp"
5650 mv "conftest.tmp" "conftest.in"
5651 cp "conftest.in" "conftest.nl"
5652 $as_echo 'EGREP' >> "conftest.nl"
5653 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5654 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5655 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5656 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5657 # Best one so far, save it but keep looking for a better one
5658 ac_cv_path_EGREP
="$ac_path_EGREP"
5659 ac_path_EGREP_max
=$ac_count
5661 # 10*(2^10) chars as input seems more than enough
5662 test $ac_count -gt 10 && break
5664 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5667 $ac_path_EGREP_found && break 3
5672 if test -z "$ac_cv_path_EGREP"; then
5673 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5676 ac_cv_path_EGREP
=$EGREP
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5682 $as_echo "$ac_cv_path_EGREP" >&6; }
5683 EGREP
="$ac_cv_path_EGREP"
5686 # Extract the first word of "ldconfig", so it can be a program name with args.
5687 set dummy ldconfig
; ac_word
=$2
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5689 $as_echo_n "checking for $ac_word... " >&6; }
5690 if ${ac_cv_path_LDCONFIG+:} false
; then :
5691 $as_echo_n "(cached) " >&6
5695 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5699 for as_dir
in /sbin
/usr
/sbin
$PATH
5702 test -z "$as_dir" && as_dir
=.
5703 for ac_exec_ext
in '' $ac_executable_extensions; do
5704 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5713 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5717 LDCONFIG
=$ac_cv_path_LDCONFIG
5718 if test -n "$LDCONFIG"; then
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5720 $as_echo "$LDCONFIG" >&6; }
5722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5723 $as_echo "no" >&6; }
5727 for ac_prog
in msgfmt
5729 # Extract the first word of "$ac_prog", so it can be a program name with args.
5730 set dummy
$ac_prog; 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_MSGFMT+:} false
; then :
5734 $as_echo_n "(cached) " >&6
5736 if test -n "$MSGFMT"; then
5737 ac_cv_prog_MSGFMT
="$MSGFMT" # 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_MSGFMT
="$ac_prog"
5747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 MSGFMT
=$ac_cv_prog_MSGFMT
5757 if test -n "$MSGFMT"; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5759 $as_echo "$MSGFMT" >&6; }
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5762 $as_echo "no" >&6; }
5766 test -n "$MSGFMT" && break
5768 test -n "$MSGFMT" || MSGFMT
="false"
5770 if ${ac_tool_prefix+:} false
; then :
5771 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5772 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5774 $as_echo_n "checking for $ac_word... " >&6; }
5775 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5776 $as_echo_n "(cached) " >&6
5778 if test -n "$PKG_CONFIG"; then
5779 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5781 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5785 test -z "$as_dir" && as_dir
=.
5786 for ac_exec_ext
in '' $ac_executable_extensions; do
5787 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5788 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5798 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5799 if test -n "$PKG_CONFIG"; then
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5801 $as_echo "$PKG_CONFIG" >&6; }
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5804 $as_echo "no" >&6; }
5809 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5810 if test "x$cross_compiling" = xyes
; then :
5813 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5814 # Extract the first word of "pkg-config", so it can be a program name with args.
5815 set dummy pkg-config
; ac_word
=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; }
5818 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5819 $as_echo_n "(cached) " >&6
5821 if test -n "$PKG_CONFIG"; then
5822 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5828 test -z "$as_dir" && as_dir
=.
5829 for ac_exec_ext
in '' $ac_executable_extensions; do
5830 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_PKG_CONFIG
="pkg-config"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5841 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5842 if test -n "$PKG_CONFIG"; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5844 $as_echo "$PKG_CONFIG" >&6; }
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5847 $as_echo "no" >&6; }
5853 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5856 if test "x$enable_maintainer_mode" != "xyes"
5863 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5864 for ac_prog
in fontforge
5866 # Extract the first word of "$ac_prog", so it can be a program name with args.
5867 set dummy
$ac_prog; ac_word
=$2
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5869 $as_echo_n "checking for $ac_word... " >&6; }
5870 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5871 $as_echo_n "(cached) " >&6
5873 if test -n "$FONTFORGE"; then
5874 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5880 test -z "$as_dir" && as_dir
=.
5881 for ac_exec_ext
in '' $ac_executable_extensions; do
5882 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5883 ac_cv_prog_FONTFORGE
="$ac_prog"
5884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893 FONTFORGE
=$ac_cv_prog_FONTFORGE
5894 if test -n "$FONTFORGE"; then
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5896 $as_echo "$FONTFORGE" >&6; }
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5899 $as_echo "no" >&6; }
5903 test -n "$FONTFORGE" && break
5905 test -n "$FONTFORGE" || FONTFORGE
="false"
5907 for ac_prog
in rsvg-convert rsvg
5909 # Extract the first word of "$ac_prog", so it can be a program name with args.
5910 set dummy
$ac_prog; ac_word
=$2
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5912 $as_echo_n "checking for $ac_word... " >&6; }
5913 if ${ac_cv_prog_RSVG+:} false
; then :
5914 $as_echo_n "(cached) " >&6
5916 if test -n "$RSVG"; then
5917 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5923 test -z "$as_dir" && as_dir
=.
5924 for ac_exec_ext
in '' $ac_executable_extensions; do
5925 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5926 ac_cv_prog_RSVG
="$ac_prog"
5927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 RSVG
=$ac_cv_prog_RSVG
5937 if test -n "$RSVG"; then
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5939 $as_echo "$RSVG" >&6; }
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5942 $as_echo "no" >&6; }
5946 test -n "$RSVG" && break
5948 test -n "$RSVG" || RSVG
="false"
5950 for ac_prog
in convert
5952 # Extract the first word of "$ac_prog", so it can be a program name with args.
5953 set dummy
$ac_prog; ac_word
=$2
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5955 $as_echo_n "checking for $ac_word... " >&6; }
5956 if ${ac_cv_prog_CONVERT+:} false
; then :
5957 $as_echo_n "(cached) " >&6
5959 if test -n "$CONVERT"; then
5960 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5962 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5966 test -z "$as_dir" && as_dir
=.
5967 for ac_exec_ext
in '' $ac_executable_extensions; do
5968 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5969 ac_cv_prog_CONVERT
="$ac_prog"
5970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5979 CONVERT
=$ac_cv_prog_CONVERT
5980 if test -n "$CONVERT"; then
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5982 $as_echo "$CONVERT" >&6; }
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5985 $as_echo "no" >&6; }
5989 test -n "$CONVERT" && break
5991 test -n "$CONVERT" || CONVERT
="false"
5993 for ac_prog
in icotool
5995 # Extract the first word of "$ac_prog", so it can be a program name with args.
5996 set dummy
$ac_prog; ac_word
=$2
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998 $as_echo_n "checking for $ac_word... " >&6; }
5999 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6000 $as_echo_n "(cached) " >&6
6002 if test -n "$ICOTOOL"; then
6003 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6005 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6009 test -z "$as_dir" && as_dir
=.
6010 for ac_exec_ext
in '' $ac_executable_extensions; do
6011 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6012 ac_cv_prog_ICOTOOL
="$ac_prog"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 ICOTOOL
=$ac_cv_prog_ICOTOOL
6023 if test -n "$ICOTOOL"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6025 $as_echo "$ICOTOOL" >&6; }
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028 $as_echo "no" >&6; }
6032 test -n "$ICOTOOL" && break
6034 test -n "$ICOTOOL" || ICOTOOL
="false"
6036 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6037 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6039 if test "$CONVERT" = false
6041 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6044 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6045 convert_version
=`convert --version | head -n1`
6046 if test "x$convert_version" != "x"
6048 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6049 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6050 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6055 if test "$CONVERT" = false
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6058 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6059 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6062 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6066 if test "$ICOTOOL" = false
6068 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6071 $as_echo_n "checking for recent enough icotool... " >&6; }
6072 icotool_version
=`icotool --version | head -n1`
6073 if test "x$icotool_version" != "x"
6075 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6076 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6077 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6080 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6083 if test "$ICOTOOL" = false
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6086 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6087 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6090 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6096 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6099 test "x$with_gettext" != xno || MSGFMT
=false
6100 if test "$MSGFMT" != "false"
6102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6103 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6104 cat >conftest.po
<<EOF
6110 if $MSGFMT -o /dev
/null conftest.po
2>&5
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6113 $as_echo "yes" >&6; }
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6116 $as_echo "no" >&6; }
6120 if test "$MSGFMT" = false
; then :
6121 case "x$with_gettext" in
6122 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6124 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6125 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6127 enable_po
=${enable_po:-no}
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6132 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6133 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6134 $as_echo_n "(cached) " >&6
6136 ac_check_lib_save_LIBS
=$LIBS
6138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6139 /* end confdefs.h. */
6141 /* Override any GCC internal prototype to avoid an error.
6142 Use char because int might match the return type of a GCC
6143 builtin and then its argument prototype would still apply. */
6147 char i386_set_ldt ();
6151 return i386_set_ldt ();
6156 if ac_fn_c_try_link
"$LINENO"; then :
6157 ac_cv_lib_i386_i386_set_ldt
=yes
6159 ac_cv_lib_i386_i386_set_ldt
=no
6161 rm -f core conftest.err conftest.
$ac_objext \
6162 conftest
$ac_exeext conftest.
$ac_ext
6163 LIBS
=$ac_check_lib_save_LIBS
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6166 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6167 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6168 cat >>confdefs.h
<<_ACEOF
6169 #define HAVE_LIBI386 1
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6177 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6178 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6179 $as_echo_n "(cached) " >&6
6181 ac_check_lib_save_LIBS
=$LIBS
6182 LIBS
="-lossaudio $LIBS"
6183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6184 /* end confdefs.h. */
6186 /* Override any GCC internal prototype to avoid an error.
6187 Use char because int might match the return type of a GCC
6188 builtin and then its argument prototype would still apply. */
6196 return _oss_ioctl ();
6201 if ac_fn_c_try_link
"$LINENO"; then :
6202 ac_cv_lib_ossaudio__oss_ioctl
=yes
6204 ac_cv_lib_ossaudio__oss_ioctl
=no
6206 rm -f core conftest.err conftest.
$ac_objext \
6207 conftest
$ac_exeext conftest.
$ac_ext
6208 LIBS
=$ac_check_lib_save_LIBS
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6211 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6212 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6213 cat >>confdefs.h
<<_ACEOF
6214 #define HAVE_LIBOSSAUDIO 1
6217 LIBS
="-lossaudio $LIBS"
6226 # Check whether --enable-largefile was given.
6227 if test "${enable_largefile+set}" = set; then :
6228 enableval
=$enable_largefile;
6231 if test "$enable_largefile" != no
; then
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6234 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6235 if ${ac_cv_sys_largefile_CC+:} false
; then :
6236 $as_echo_n "(cached) " >&6
6238 ac_cv_sys_largefile_CC
=no
6239 if test "$GCC" != yes; then
6242 # IRIX 6.2 and later do not support large files by default,
6243 # so use the C compiler's -n32 option if that helps.
6244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6245 /* end confdefs.h. */
6246 #include <sys/types.h>
6247 /* Check that off_t can represent 2**63 - 1 correctly.
6248 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6249 since some C++ compilers masquerading as C compilers
6250 incorrectly reject 9223372036854775807. */
6251 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6252 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6253 && LARGE_OFF_T % 2147483647 == 1)
6263 if ac_fn_c_try_compile
"$LINENO"; then :
6266 rm -f core conftest.err conftest.
$ac_objext
6268 if ac_fn_c_try_compile
"$LINENO"; then :
6269 ac_cv_sys_largefile_CC
=' -n32'; break
6271 rm -f core conftest.err conftest.
$ac_objext
6275 rm -f conftest.
$ac_ext
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6279 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6280 if test "$ac_cv_sys_largefile_CC" != no
; then
6281 CC
=$CC$ac_cv_sys_largefile_CC
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6285 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6286 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6287 $as_echo_n "(cached) " >&6
6290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6291 /* end confdefs.h. */
6292 #include <sys/types.h>
6293 /* Check that off_t can represent 2**63 - 1 correctly.
6294 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6295 since some C++ compilers masquerading as C compilers
6296 incorrectly reject 9223372036854775807. */
6297 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6298 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6299 && LARGE_OFF_T % 2147483647 == 1)
6309 if ac_fn_c_try_compile
"$LINENO"; then :
6310 ac_cv_sys_file_offset_bits
=no
; break
6312 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6314 /* end confdefs.h. */
6315 #define _FILE_OFFSET_BITS 64
6316 #include <sys/types.h>
6317 /* Check that off_t can represent 2**63 - 1 correctly.
6318 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6319 since some C++ compilers masquerading as C compilers
6320 incorrectly reject 9223372036854775807. */
6321 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6322 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6323 && LARGE_OFF_T % 2147483647 == 1)
6333 if ac_fn_c_try_compile
"$LINENO"; then :
6334 ac_cv_sys_file_offset_bits
=64; break
6336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6337 ac_cv_sys_file_offset_bits
=unknown
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6342 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6343 case $ac_cv_sys_file_offset_bits in #(
6346 cat >>confdefs.h
<<_ACEOF
6347 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6352 if test $ac_cv_sys_file_offset_bits = unknown
; then
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6354 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6355 if ${ac_cv_sys_large_files+:} false
; then :
6356 $as_echo_n "(cached) " >&6
6359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6360 /* end confdefs.h. */
6361 #include <sys/types.h>
6362 /* Check that off_t can represent 2**63 - 1 correctly.
6363 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6364 since some C++ compilers masquerading as C compilers
6365 incorrectly reject 9223372036854775807. */
6366 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6367 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6368 && LARGE_OFF_T % 2147483647 == 1)
6378 if ac_fn_c_try_compile
"$LINENO"; then :
6379 ac_cv_sys_large_files
=no
; break
6381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6383 /* end confdefs.h. */
6384 #define _LARGE_FILES 1
6385 #include <sys/types.h>
6386 /* Check that off_t can represent 2**63 - 1 correctly.
6387 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6388 since some C++ compilers masquerading as C compilers
6389 incorrectly reject 9223372036854775807. */
6390 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6391 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6392 && LARGE_OFF_T % 2147483647 == 1)
6402 if ac_fn_c_try_compile
"$LINENO"; then :
6403 ac_cv_sys_large_files
=1; break
6405 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6406 ac_cv_sys_large_files
=unknown
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6411 $as_echo "$ac_cv_sys_large_files" >&6; }
6412 case $ac_cv_sys_large_files in #(
6415 cat >>confdefs.h
<<_ACEOF
6416 #define _LARGE_FILES $ac_cv_sys_large_files
6428 ac_cpp
='$CPP $CPPFLAGS'
6429 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6430 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6431 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6433 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6434 # On Suns, sometimes $CPP names a directory.
6435 if test -n "$CPP" && test -d "$CPP"; then
6438 if test -z "$CPP"; then
6439 if ${ac_cv_prog_CPP+:} false
; then :
6440 $as_echo_n "(cached) " >&6
6442 # Double quotes because CPP needs to be expanded
6443 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6446 for ac_c_preproc_warn_flag
in '' yes
6448 # Use a header file that comes with gcc, so configuring glibc
6449 # with a fresh cross-compiler works.
6450 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6451 # <limits.h> exists even on freestanding compilers.
6452 # On the NeXT, cc -E runs the code through the compiler's parser,
6453 # not just through cpp. "Syntax error" is here to catch this case.
6454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6455 /* end confdefs.h. */
6457 # include <limits.h>
6459 # include <assert.h>
6463 if ac_fn_c_try_cpp
"$LINENO"; then :
6466 # Broken: fails on valid input.
6469 rm -f conftest.err conftest.i conftest.
$ac_ext
6471 # OK, works on sane cases. Now check whether nonexistent headers
6472 # can be detected and how.
6473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6474 /* end confdefs.h. */
6475 #include <ac_nonexistent.h>
6477 if ac_fn_c_try_cpp
"$LINENO"; then :
6478 # Broken: success on invalid input.
6481 # Passes both tests.
6485 rm -f conftest.err conftest.i conftest.
$ac_ext
6488 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6489 rm -f conftest.i conftest.err conftest.
$ac_ext
6490 if $ac_preproc_ok; then :
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6503 $as_echo "$CPP" >&6; }
6505 for ac_c_preproc_warn_flag
in '' yes
6507 # Use a header file that comes with gcc, so configuring glibc
6508 # with a fresh cross-compiler works.
6509 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6510 # <limits.h> exists even on freestanding compilers.
6511 # On the NeXT, cc -E runs the code through the compiler's parser,
6512 # not just through cpp. "Syntax error" is here to catch this case.
6513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6514 /* end confdefs.h. */
6516 # include <limits.h>
6518 # include <assert.h>
6522 if ac_fn_c_try_cpp
"$LINENO"; then :
6525 # Broken: fails on valid input.
6528 rm -f conftest.err conftest.i conftest.
$ac_ext
6530 # OK, works on sane cases. Now check whether nonexistent headers
6531 # can be detected and how.
6532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6534 #include <ac_nonexistent.h>
6536 if ac_fn_c_try_cpp
"$LINENO"; then :
6537 # Broken: success on invalid input.
6540 # Passes both tests.
6544 rm -f conftest.err conftest.i conftest.
$ac_ext
6547 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6548 rm -f conftest.i conftest.err conftest.
$ac_ext
6549 if $ac_preproc_ok; then :
6552 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6554 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6555 See \`config.log' for more details" "$LINENO" 5; }
6559 ac_cpp
='$CPP $CPPFLAGS'
6560 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6561 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6562 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6566 $as_echo_n "checking for ANSI C header files... " >&6; }
6567 if ${ac_cv_header_stdc+:} false
; then :
6568 $as_echo_n "(cached) " >&6
6570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6585 if ac_fn_c_try_compile
"$LINENO"; then :
6586 ac_cv_header_stdc
=yes
6588 ac_cv_header_stdc
=no
6590 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6592 if test $ac_cv_header_stdc = yes; then
6593 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6595 /* end confdefs.h. */
6599 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6600 $EGREP "memchr" >/dev
/null
2>&1; then :
6603 ac_cv_header_stdc
=no
6609 if test $ac_cv_header_stdc = yes; then
6610 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6612 /* end confdefs.h. */
6616 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6617 $EGREP "free" >/dev
/null
2>&1; then :
6620 ac_cv_header_stdc
=no
6626 if test $ac_cv_header_stdc = yes; then
6627 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6628 if test "$cross_compiling" = yes; then :
6631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6632 /* end confdefs.h. */
6635 #if ((' ' & 0x0FF) == 0x020)
6636 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6637 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6639 # define ISLOWER(c) \
6640 (('a' <= (c) && (c) <= 'i') \
6641 || ('j' <= (c) && (c) <= 'r') \
6642 || ('s' <= (c) && (c) <= 'z'))
6643 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6646 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6651 for (i = 0; i < 256; i++)
6652 if (XOR (islower (i), ISLOWER (i))
6653 || toupper (i) != TOUPPER (i))
6658 if ac_fn_c_try_run
"$LINENO"; then :
6661 ac_cv_header_stdc
=no
6663 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6664 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6670 $as_echo "$ac_cv_header_stdc" >&6; }
6671 if test $ac_cv_header_stdc = yes; then
6673 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6677 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6678 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6679 inttypes.h stdint.h unistd.h
6681 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6682 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6684 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6685 cat >>confdefs.h
<<_ACEOF
6686 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6696 ApplicationServices
/ApplicationServices.h \
6697 AudioToolbox
/AudioConverter.h \
6698 AudioUnit
/AudioUnit.h \
6699 AudioUnit
/AudioComponent.h \
6702 CommonCrypto
/CommonDigest.h \
6703 CoreAudio
/CoreAudio.h \
6704 CoreServices
/CoreServices.h \
6705 DiskArbitration
/DiskArbitration.h \
6707 IOKit
/hid
/IOHIDLib.h \
6710 QuickTime
/ImageCompression.h \
6711 Security
/Security.h \
6762 netinet
/in_systm.h \
6825 valgrind
/memcheck.h \
6826 valgrind
/valgrind.h \
6830 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6832 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6833 cat >>confdefs.h
<<_ACEOF
6834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6842 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6843 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
6844 $as_echo_n "(cached) " >&6
6846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6847 /* end confdefs.h. */
6848 #include <sys/types.h>
6852 return makedev(0, 0);
6857 if ac_fn_c_try_link
"$LINENO"; then :
6858 ac_cv_header_sys_types_h_makedev
=yes
6860 ac_cv_header_sys_types_h_makedev
=no
6862 rm -f core conftest.err conftest.
$ac_objext \
6863 conftest
$ac_exeext conftest.
$ac_ext
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6867 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6869 if test $ac_cv_header_sys_types_h_makedev = no
; then
6870 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6871 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
6873 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6879 if test $ac_cv_header_sys_mkdev_h = no
; then
6880 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6881 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
6883 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6892 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6893 if ${ac_cv_header_stat_broken+:} false
; then :
6894 $as_echo_n "(cached) " >&6
6896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6897 /* end confdefs.h. */
6898 #include <sys/types.h>
6899 #include <sys/stat.h>
6901 #if defined S_ISBLK && defined S_IFDIR
6902 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6905 #if defined S_ISBLK && defined S_IFCHR
6906 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6909 #if defined S_ISLNK && defined S_IFREG
6910 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6913 #if defined S_ISSOCK && defined S_IFREG
6914 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6918 if ac_fn_c_try_compile
"$LINENO"; then :
6919 ac_cv_header_stat_broken
=no
6921 ac_cv_header_stat_broken
=yes
6923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6926 $as_echo "$ac_cv_header_stat_broken" >&6; }
6927 if test $ac_cv_header_stat_broken = yes; then
6929 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6935 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6937 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6938 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6939 #ifdef HAVE_SYS_PARAM_H
6940 # include <sys/param.h>
6943 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6944 cat >>confdefs.h
<<_ACEOF
6945 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6960 netinet
/if_ether.h \
6961 netinet
/if_inarp.h \
6970 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6971 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6972 #ifdef HAVE_SYS_SOCKET_H
6973 # include <sys/socket.h>
6975 #ifdef HAVE_SYS_SOCKETVAR_H
6976 # include <sys/socketvar.h>
6978 #ifdef HAVE_NET_ROUTE_H
6979 # include <net/route.h>
6981 #ifdef HAVE_NETINET_IN_H
6982 # include <netinet/in.h>
6984 #ifdef HAVE_NETINET_IN_SYSTM_H
6985 # include <netinet/in_systm.h>
6987 #ifdef HAVE_NET_IF_H
6988 # include <net/if.h>
6990 #ifdef HAVE_NETINET_IP_H
6991 # include <netinet/ip.h>
6994 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6995 cat >>confdefs.h
<<_ACEOF
6996 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7004 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7006 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7007 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7011 #ifdef HAVE_SYS_SOCKET_H
7012 # include <sys/socket.h>
7014 #ifdef HAVE_SYS_SOCKETVAR_H
7015 # include <sys/socketvar.h>
7017 #ifdef HAVE_SYS_TIMEOUT_H
7018 # include <sys/timeout.h>
7020 #ifdef HAVE_NETINET_IN_H
7021 # include <netinet/in.h>
7023 #ifdef HAVE_NETINET_IN_SYSTM_H
7024 # include <netinet/in_systm.h>
7026 #ifdef HAVE_NETINET_IP_H
7027 # include <netinet/ip.h>
7029 #ifdef HAVE_NETINET_IP_VAR_H
7030 # include <netinet/ip_var.h>
7032 #ifdef HAVE_NETINET_IP_ICMP_H
7033 # include <netinet/ip_icmp.h>
7035 #ifdef HAVE_NETINET_UDP_H
7036 # include <netinet/udp.h>
7038 #ifdef HAVE_NETINET_TCP_H
7039 # include <netinet/tcp.h>
7041 #ifdef HAVE_NETINET_TCP_TIMER_H
7042 #include <netinet/tcp_timer.h>
7045 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7046 cat >>confdefs.h
<<_ACEOF
7047 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7055 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7057 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7058 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7059 #ifdef HAVE_ASM_TYPES_H
7060 # include <asm/types.h>
7062 #ifdef HAVE_SYS_SOCKET_H
7063 # include <sys/socket.h>
7065 #ifdef HAVE_LINUX_TYPES_H
7066 # include <linux/types.h>
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
7079 for ac_header
in mach-o
/dyld_images.h
7081 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7082 # include <stdbool.h>
7084 #ifdef HAVE_STDINT_H
7085 # include <stdint.h>
7088 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7089 cat >>confdefs.h
<<_ACEOF
7090 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7098 for ac_header
in resolv.h
7100 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7101 #ifdef HAVE_SYS_SOCKET_H
7102 # include <sys/socket.h>
7104 #ifdef HAVE_NETINET_IN_H
7105 # include <netinet/in.h>
7107 #ifdef HAVE_ARPA_NAMESER_H
7108 # include <arpa/nameser.h>
7111 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7112 cat >>confdefs.h
<<_ACEOF
7113 #define HAVE_RESOLV_H 1
7121 for ac_header
in ifaddrs.h
7123 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7125 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7126 cat >>confdefs.h
<<_ACEOF
7127 #define HAVE_IFADDRS_H 1
7135 for ac_header
in sys
/ucontext.h
7137 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7139 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7140 cat >>confdefs.h
<<_ACEOF
7141 #define HAVE_SYS_UCONTEXT_H 1
7149 for ac_header
in sys
/thr.h
7151 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7152 #ifdef HAVE_SYS_UCONTEXT_H
7153 #include <sys/ucontext.h>
7156 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7157 cat >>confdefs.h
<<_ACEOF
7158 #define HAVE_SYS_THR_H 1
7166 for ac_header
in pthread_np.h
7168 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7169 #include <pthread.h>
7172 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7173 cat >>confdefs.h
<<_ACEOF
7174 #define HAVE_PTHREAD_NP_H 1
7182 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7184 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7185 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7186 #include <sys/time.h>
7188 #include <sys/types.h>
7189 #ifdef HAVE_ASM_TYPES_H
7190 #include <asm/types.h>
7193 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7194 cat >>confdefs.h
<<_ACEOF
7195 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7203 for ac_header
in libprocstat.h
7205 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7206 #include <sys/param.h>
7208 #ifdef HAVE_SYS_QUEUE_H
7209 #include <sys/queue.h>
7211 #ifdef HAVE_SYS_SOCKET_H
7212 #include <sys/socket.h>
7215 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7216 cat >>confdefs.h
<<_ACEOF
7217 #define HAVE_LIBPROCSTAT_H 1
7226 dlldir
="\${libdir}/wine"
7228 DLLFLAGS
="-D_REENTRANT"
7239 # Extract the first word of "ldd", so it can be a program name with args.
7240 set dummy ldd
; ac_word
=$2
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7242 $as_echo_n "checking for $ac_word... " >&6; }
7243 if ${ac_cv_path_LDD+:} false
; then :
7244 $as_echo_n "(cached) " >&6
7248 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7252 as_dummy
="/sbin:/usr/sbin:$PATH"
7253 for as_dir
in $as_dummy
7256 test -z "$as_dir" && as_dir
=.
7257 for ac_exec_ext
in '' $ac_executable_extensions; do
7258 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7259 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7267 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7272 if test -n "$LDD"; then
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7274 $as_echo "$LDD" >&6; }
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 $as_echo "no" >&6; }
7281 if test -n "$ac_tool_prefix"; then
7282 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7283 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7285 $as_echo_n "checking for $ac_word... " >&6; }
7286 if ${ac_cv_prog_OTOOL+:} false
; then :
7287 $as_echo_n "(cached) " >&6
7289 if test -n "$OTOOL"; then
7290 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7292 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7296 test -z "$as_dir" && as_dir
=.
7297 for ac_exec_ext
in '' $ac_executable_extensions; do
7298 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7299 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7309 OTOOL
=$ac_cv_prog_OTOOL
7310 if test -n "$OTOOL"; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7312 $as_echo "$OTOOL" >&6; }
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7315 $as_echo "no" >&6; }
7320 if test -z "$ac_cv_prog_OTOOL"; then
7322 # Extract the first word of "otool", so it can be a program name with args.
7323 set dummy otool
; ac_word
=$2
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7325 $as_echo_n "checking for $ac_word... " >&6; }
7326 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7327 $as_echo_n "(cached) " >&6
7329 if test -n "$ac_ct_OTOOL"; then
7330 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7336 test -z "$as_dir" && as_dir
=.
7337 for ac_exec_ext
in '' $ac_executable_extensions; do
7338 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7339 ac_cv_prog_ac_ct_OTOOL
="otool"
7340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7349 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7350 if test -n "$ac_ct_OTOOL"; then
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7352 $as_echo "$ac_ct_OTOOL" >&6; }
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7355 $as_echo "no" >&6; }
7358 if test "x$ac_ct_OTOOL" = x
; then
7361 case $cross_compiling:$ac_tool_warned in
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7364 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7365 ac_tool_warned
=yes ;;
7370 OTOOL
="$ac_cv_prog_OTOOL"
7373 if test -n "$ac_tool_prefix"; then
7374 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7375 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7377 $as_echo_n "checking for $ac_word... " >&6; }
7378 if ${ac_cv_prog_READELF+:} false
; then :
7379 $as_echo_n "(cached) " >&6
7381 if test -n "$READELF"; then
7382 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7384 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7388 test -z "$as_dir" && as_dir
=.
7389 for ac_exec_ext
in '' $ac_executable_extensions; do
7390 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7391 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7401 READELF
=$ac_cv_prog_READELF
7402 if test -n "$READELF"; then
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7404 $as_echo "$READELF" >&6; }
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7407 $as_echo "no" >&6; }
7412 if test -z "$ac_cv_prog_READELF"; then
7413 ac_ct_READELF
=$READELF
7414 # Extract the first word of "readelf", so it can be a program name with args.
7415 set dummy readelf
; ac_word
=$2
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7417 $as_echo_n "checking for $ac_word... " >&6; }
7418 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7419 $as_echo_n "(cached) " >&6
7421 if test -n "$ac_ct_READELF"; then
7422 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7428 test -z "$as_dir" && as_dir
=.
7429 for ac_exec_ext
in '' $ac_executable_extensions; do
7430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7431 ac_cv_prog_ac_ct_READELF
="readelf"
7432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7441 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7442 if test -n "$ac_ct_READELF"; then
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7444 $as_echo "$ac_ct_READELF" >&6; }
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7447 $as_echo "no" >&6; }
7450 if test "x$ac_ct_READELF" = x
; then
7453 case $cross_compiling:$ac_tool_warned in
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7456 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7457 ac_tool_warned
=yes ;;
7459 READELF
=$ac_ct_READELF
7462 READELF
="$ac_cv_prog_READELF"
7465 wine_rules_file
=conf$
$rules.
make
7466 rm -f $wine_rules_file
7471 CONFIGURE_TARGETS
=""
7473 ALL_TEST_RESOURCES
=""
7476 wine_fn_append_file
()
7478 as_fn_append
$1 " \\$as_nl $2"
7481 wine_fn_append_rule
()
7483 $as_echo "$1" >>$wine_rules_file
7488 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7491 wine_fn_all_rules
()
7493 wine_fn_append_file SUBDIRS
$ac_dir
7494 wine_fn_append_rule \
7498 @cd $ac_dir && \$(MAKE)"
7501 wine_fn_install_rules
()
7503 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7505 wine_fn_append_rule \
7506 ".PHONY: $ac_dir/install $ac_dir/uninstall
7507 $ac_dir/install:: $ac_dir
7508 @cd $ac_dir && \$(MAKE) install
7510 @cd $ac_dir && \$(MAKE) uninstall
7511 install:: $ac_dir/install
7512 __uninstall__: $ac_dir/uninstall"
7514 if wine_fn_has_flag install-lib
7516 wine_fn_append_rule \
7517 ".PHONY: $ac_dir/install-lib
7518 $ac_dir/install-lib:: $ac_dir
7519 @cd $ac_dir && \$(MAKE) install-lib
7520 install-lib:: $ac_dir/install-lib"
7523 if wine_fn_has_flag install-dev
7525 wine_fn_append_rule \
7526 ".PHONY: $ac_dir/install-dev
7527 $ac_dir/install-dev:: $ac_dir
7528 @cd $ac_dir && \$(MAKE) install-dev
7529 install-dev:: $ac_dir/install-dev"
7533 wine_fn_clean_rules
()
7537 if wine_fn_has_flag clean
7539 wine_fn_append_rule \
7540 "$ac_dir/clean: dummy
7541 @cd $ac_dir && \$(MAKE) clean"
7543 wine_fn_append_rule \
7544 "$ac_dir/clean: dummy
7545 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7547 wine_fn_append_rule \
7548 "__clean__: $ac_dir/clean
7549 .PHONY: $ac_dir/clean"
7552 wine_fn_disabled_rules
()
7556 wine_fn_append_file SUBDIRS
$ac_dir
7557 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7558 wine_fn_append_rule \
7559 "__clean__: $ac_dir/clean
7560 .PHONY: $ac_dir/clean
7561 $ac_dir/clean: dummy
7562 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7565 wine_fn_config_makefile
()
7572 fonts|server
) test -z "$with_wine64" ||
return ;;
7574 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7575 wine_fn_disabled_rules
; return
7578 wine_fn_install_rules
7582 wine_fn_config_lib
()
7586 ac_dir
=dlls
/$ac_name
7589 if test "x$enable_tools" = xno
; then :
7592 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7597 wine_fn_append_rule \
7598 ".PHONY: $ac_dir/install $ac_dir/uninstall
7599 $ac_dir/install:: $ac_dir
7600 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7602 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7603 install install-dev:: $ac_dir/install
7604 __uninstall__: $ac_dir/uninstall
7605 __builddeps__: $ac_dir
7609 wine_fn_config_dll
()
7612 ac_dir
=dlls
/$ac_name
7615 ac_implib
=${4:-$ac_name}
7616 ac_file
=$ac_dir/lib
$ac_implib
7621 if test "x$enable_tools" = xno
; then :
7624 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7627 *16) ac_implibflags
=" -m16" ;;
7629 *) ac_dll
=$ac_dll.dll
;;
7633 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7634 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7636 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7637 if test "$ac_enable" != enable_win16
7639 wine_fn_clean_rules
$ac_clean
7640 wine_fn_append_file SUBDIRS
$ac_dir
7641 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7643 wine_fn_disabled_rules
$ac_clean
7648 wine_fn_clean_rules
$ac_clean
7649 wine_fn_append_rule \
7650 "$ac_dir: __builddeps__
7651 manpages htmlpages sgmlpages xmlpages::
7652 @cd $ac_dir && \$(MAKE) \$@
7653 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7654 install install-lib:: $ac_dir/install-lib
7655 __uninstall__: $ac_dir/uninstall"
7656 if test -n "$DLLEXT"
7658 wine_fn_append_rule \
7659 "$ac_dir/install-lib:: $ac_dir
7660 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7661 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7663 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7665 wine_fn_append_rule \
7666 "$ac_dir/install-lib:: $ac_dir
7667 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7669 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7673 if wine_fn_has_flag staticimplib
7675 wine_fn_append_rule \
7676 "__builddeps__: $ac_file.a
7677 $ac_file.a $ac_file.cross.a: $ac_deps
7679 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7680 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7681 $ac_dir/install-dev:: $ac_file.a
7682 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7684 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7685 install install-dev:: $ac_dir/install-dev
7686 __uninstall__: $ac_dir/uninstall"
7688 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7690 wine_fn_append_rule \
7691 "__builddeps__: $ac_file.cross.a
7692 $ac_file.cross.a: dummy
7693 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7696 elif wine_fn_has_flag implib
7698 wine_fn_append_rule \
7699 "__builddeps__: $ac_file.$IMPLIBEXT
7700 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7701 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7702 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7703 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7704 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7705 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7706 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7708 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7709 install install-dev:: $ac_dir/install-dev
7710 __uninstall__: $ac_dir/uninstall"
7711 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7713 wine_fn_append_rule \
7714 "__builddeps__: $ac_file.cross.a
7715 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7716 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7721 wine_fn_config_program
()
7724 ac_dir
=programs
/$ac_name
7731 *) ac_program
=$ac_program.exe
;;
7735 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7736 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7738 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7739 wine_fn_disabled_rules
$ac_clean; return
7743 wine_fn_clean_rules
$ac_clean
7744 wine_fn_append_rule
"$ac_dir: __builddeps__"
7746 wine_fn_has_flag
install ||
return
7747 wine_fn_append_rule \
7748 ".PHONY: $ac_dir/install $ac_dir/uninstall
7749 install install-lib:: $ac_dir/install
7750 __uninstall__: $ac_dir/uninstall"
7752 if test -n "$DLLEXT"
7754 wine_fn_append_rule \
7755 "$ac_dir/install:: $ac_dir
7756 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7757 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7759 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7761 if test -z "$with_wine64" && wine_fn_has_flag installbin
7763 wine_fn_append_rule \
7764 "$ac_dir/install:: __tooldeps__
7765 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7767 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7770 wine_fn_append_rule \
7771 "$ac_dir/install:: $ac_dir
7772 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7774 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7777 if test -z "$with_wine64" && wine_fn_has_flag manpage
7779 wine_fn_append_rule \
7780 "$ac_dir/install:: $ac_dir
7781 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7783 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7787 wine_fn_config_test
()
7794 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7795 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7797 if test "x$enable_tests" = xno
; then :
7798 wine_fn_disabled_rules
$ac_clean; return
7801 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7803 wine_fn_clean_rules
$ac_clean
7805 wine_fn_append_rule \
7806 "$ac_dir: __builddeps__
7807 programs/winetest: $ac_dir
7808 check test: $ac_dir/test
7809 .PHONY: $ac_dir/test
7811 @cd $ac_dir && \$(MAKE) test
7813 \$(RM) $ac_dir/*.ok"
7815 if test -n "$CROSSTARGET"
7817 wine_fn_append_rule \
7818 "crosstest: $ac_dir/crosstest
7819 .PHONY: $ac_dir/crosstest
7820 $ac_dir/crosstest: __builddeps__ dummy
7821 @cd $ac_dir && \$(MAKE) crosstest"
7825 wine_fn_config_tool
()
7829 if test "x$enable_tools" = xno
; then :
7830 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7834 wine_fn_install_rules
7837 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7838 wine_fn_append_rule
"$ac_dir: libs/port"
7840 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7844 wine_fn_config_symlink
()
7847 if test "x$1" = "x-d"
7853 wine_fn_append_rule \
7855 @./config.status \$@"
7856 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7857 test -n "$ac_linkdir" ||
return
7858 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7862 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7863 WINELOADER_PROGRAMS
="$wine_binary"
7865 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7869 if test -n "$ac_tool_prefix"; then
7870 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7871 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7873 $as_echo_n "checking for $ac_word... " >&6; }
7874 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7875 $as_echo_n "(cached) " >&6
7877 if test -n "$DLLTOOL"; then
7878 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7884 test -z "$as_dir" && as_dir
=.
7885 for ac_exec_ext
in '' $ac_executable_extensions; do
7886 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7887 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7897 DLLTOOL
=$ac_cv_prog_DLLTOOL
7898 if test -n "$DLLTOOL"; then
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7900 $as_echo "$DLLTOOL" >&6; }
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7903 $as_echo "no" >&6; }
7908 if test -z "$ac_cv_prog_DLLTOOL"; then
7909 ac_ct_DLLTOOL
=$DLLTOOL
7910 # Extract the first word of "dlltool", so it can be a program name with args.
7911 set dummy dlltool
; ac_word
=$2
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7913 $as_echo_n "checking for $ac_word... " >&6; }
7914 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7915 $as_echo_n "(cached) " >&6
7917 if test -n "$ac_ct_DLLTOOL"; then
7918 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7924 test -z "$as_dir" && as_dir
=.
7925 for ac_exec_ext
in '' $ac_executable_extensions; do
7926 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7927 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7937 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7938 if test -n "$ac_ct_DLLTOOL"; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7940 $as_echo "$ac_ct_DLLTOOL" >&6; }
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7943 $as_echo "no" >&6; }
7946 if test "x$ac_ct_DLLTOOL" = x
; then
7949 case $cross_compiling:$ac_tool_warned in
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7953 ac_tool_warned
=yes ;;
7955 DLLTOOL
=$ac_ct_DLLTOOL
7958 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7964 enable_iphlpapi
=${enable_iphlpapi:-no}
7965 enable_kernel32
=${enable_kernel32:-no}
7966 enable_msvcrt
=${enable_msvcrt:-no}
7967 enable_ntdll
=${enable_ntdll:-no}
7968 enable_ws2_32
=${enable_ws2_32:-no}
7969 enable_loader
=${enable_loader:-no}
7970 enable_server
=${enable_server:-no}
7971 with_x
=${with_x:-no}
7972 with_pthread
=${with_pthread:-no}
7978 SOCKET_LIBS
="-lws2_32"
7982 LIBWINE_SHAREDLIB
="libwine.dll"
7984 LIBWINE_IMPORTLIB
="libwine.a"
7986 LIBWINE_INSTALL_LIB
="libwine.dll"
7988 LIBWINE_INSTALL_DEV
="libwine.a"
7990 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7992 LIBWINE_DEPENDS
="wine.def"
7997 for ac_header
in libunwind.h
7999 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8000 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8001 cat >>confdefs.h
<<_ACEOF
8002 #define HAVE_LIBUNWIND_H 1
8010 DLLFLAGS
="$DLLFLAGS -fPIC"
8011 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8012 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8013 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8015 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8017 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8019 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8021 CORESERVICES_LIBS
="-framework CoreServices"
8023 APPKIT_LIBS
="-framework AppKit"
8025 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8027 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8028 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8029 $as_echo_n "(cached) " >&6
8031 ac_wine_try_cflags_saved
=$CFLAGS
8032 CFLAGS
="$CFLAGS -Wl,-no_pie"
8033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8034 /* end confdefs.h. */
8035 int main(int argc, char **argv) { return 0; }
8037 if ac_fn_c_try_link
"$LINENO"; then :
8038 ac_cv_cflags__Wl__no_pie
=yes
8040 ac_cv_cflags__Wl__no_pie
=no
8042 rm -f core conftest.err conftest.
$ac_objext \
8043 conftest
$ac_exeext conftest.
$ac_ext
8044 CFLAGS
=$ac_wine_try_cflags_saved
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8047 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8048 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8049 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8051 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8053 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8056 if test "$ac_cv_header_Security_Security_h" = "yes"
8058 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8060 ac_save_LIBS
="$LIBS"
8061 LIBS
="$LIBS $SECURITY_LIBS"
8062 for ac_func
in SSLCopyPeerCertificates
8064 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8065 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8066 cat >>confdefs.h
<<_ACEOF
8067 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8073 LIBS
="$ac_save_LIBS"
8074 with_gnutls
=${with_gnutls:-no}
8076 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8078 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8080 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8083 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8086 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8087 ac_save_LIBS
="$LIBS"
8088 LIBS
="$LIBS $COREAUDIO_LIBS"
8089 for ac_func
in AUGraphAddNode
8091 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8092 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8093 cat >>confdefs.h
<<_ACEOF
8094 #define HAVE_AUGRAPHADDNODE 1
8100 LIBS
="$ac_save_LIBS"
8102 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8104 OPENAL_LIBS
="-framework OpenAL"
8107 cat >>confdefs.h
<<_ACEOF
8108 #define HAVE_OPENAL 1
8111 ac_cv_lib_openal
=yes
8113 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8115 OPENCL_LIBS
="-framework OpenCL"
8117 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8119 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8121 ac_save_LIBS
="$LIBS"
8122 LIBS
="$LIBS $IOKIT_LIBS"
8123 for ac_func
in IOHIDManagerCreate
8125 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8126 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8127 cat >>confdefs.h
<<_ACEOF
8128 #define HAVE_IOHIDMANAGERCREATE 1
8134 LIBS
="$ac_save_LIBS"
8136 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8138 ac_save_LIBS
="$LIBS"
8139 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8141 $as_echo_n "checking for the QuickTime framework... " >&6; }
8142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8143 /* end confdefs.h. */
8144 #include <QuickTime/ImageCompression.h>
8148 CodecManagerVersion(NULL);
8153 if ac_fn_c_try_link
"$LINENO"; then :
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8155 $as_echo "yes" >&6; }
8156 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8158 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8161 $as_echo "no" >&6; }
8162 ac_cv_header_QuickTime_ImageCompression_h
=no
8164 rm -f core conftest.err conftest.
$ac_objext \
8165 conftest
$ac_exeext conftest.
$ac_ext
8166 LIBS
="$ac_save_LIBS"
8168 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8170 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8172 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8174 CARBON_LIBS
="-framework Carbon"
8178 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8180 ac_save_LIBS
="$LIBS"
8181 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8182 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8183 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8184 enable_winemac_drv
=${enable_winemac_drv:-yes}
8187 LIBS
="$ac_save_LIBS"
8190 if test "x$enable_win16" = "xyes"
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8193 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8194 if test "$cross_compiling" = yes; then :
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8196 $as_echo "cross-compiling, assuming yes" >&6; }
8198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8199 /* end confdefs.h. */
8202 "good:\tnop;nop\n\t"
8203 ".globl _testfunc\n"
8204 "_testfunc:\tcallw good");
8205 extern void testfunc();
8209 unsigned short *p = (unsigned short *)testfunc;
8210 return p[0] != 0xe866 || p[1] != 0xfffa
8215 if ac_fn_c_try_run
"$LINENO"; then :
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8217 $as_echo "yes" >&6; }
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8220 $as_echo "no" >&6; }
8221 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
8223 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8224 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8229 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8231 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8233 LIBWINE_INSTALL_DEV
="libwine.dylib"
8235 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8237 WINELOADER_DEPENDS
="wine_info.plist"
8242 DLLFLAGS
="$DLLFLAGS -fPIC"
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8244 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8245 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8246 $as_echo_n "(cached) " >&6
8248 ac_wine_try_cflags_saved
=$CFLAGS
8249 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8251 /* end confdefs.h. */
8252 int main(int argc, char **argv) { return 0; }
8254 if ac_fn_c_try_link
"$LINENO"; then :
8255 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8257 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8259 rm -f core conftest.err conftest.
$ac_objext \
8260 conftest
$ac_exeext conftest.
$ac_ext
8261 CFLAGS
=$ac_wine_try_cflags_saved
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8264 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8265 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8266 LDEXECFLAGS
="-Wl,--export-dynamic"
8268 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8270 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8271 if eval \
${$as_ac_var+:} false
; then :
8272 $as_echo_n "(cached) " >&6
8274 ac_wine_try_cflags_saved
=$CFLAGS
8275 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8277 /* end confdefs.h. */
8278 int main(int argc, char **argv) { return 0; }
8280 if ac_fn_c_try_link
"$LINENO"; then :
8281 eval "$as_ac_var=yes"
8283 eval "$as_ac_var=no"
8285 rm -f core conftest.err conftest.
$ac_objext \
8286 conftest
$ac_exeext conftest.
$ac_ext
8287 CFLAGS
=$ac_wine_try_cflags_saved
8289 eval ac_res
=\$
$as_ac_var
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8291 $as_echo "$ac_res" >&6; }
8292 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8293 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8294 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8296 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8298 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8299 if eval \
${$as_ac_var+:} false
; then :
8300 $as_echo_n "(cached) " >&6
8302 ac_wine_try_cflags_saved
=$CFLAGS
8303 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8306 int main(int argc, char **argv) { return 0; }
8308 if ac_fn_c_try_link
"$LINENO"; then :
8309 eval "$as_ac_var=yes"
8311 eval "$as_ac_var=no"
8313 rm -f core conftest.err conftest.
$ac_objext \
8314 conftest
$ac_exeext conftest.
$ac_ext
8315 CFLAGS
=$ac_wine_try_cflags_saved
8317 eval ac_res
=\$
$as_ac_var
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8319 $as_echo "$ac_res" >&6; }
8320 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8321 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8322 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8327 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8328 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8329 $as_echo_n "(cached) " >&6
8331 ac_wine_try_cflags_saved
=$CFLAGS
8332 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8334 /* end confdefs.h. */
8335 int main(int argc, char **argv) { return 0; }
8337 if ac_fn_c_try_link
"$LINENO"; then :
8338 ac_cv_cflags__Wl___enable_new_dtags
=yes
8340 ac_cv_cflags__Wl___enable_new_dtags
=no
8342 rm -f core conftest.err conftest.
$ac_objext \
8343 conftest
$ac_exeext conftest.
$ac_ext
8344 CFLAGS
=$ac_wine_try_cflags_saved
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8347 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8348 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8349 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8352 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8353 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8354 $as_echo_n "(cached) " >&6
8356 ac_wine_try_cflags_saved
=$CFLAGS
8357 CFLAGS
="$CFLAGS -Wl,-pie"
8358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8359 /* end confdefs.h. */
8360 int main(int argc, char **argv) { return 0; }
8362 if ac_fn_c_try_link
"$LINENO"; then :
8363 ac_cv_cflags__Wl__pie
=yes
8365 ac_cv_cflags__Wl__pie
=no
8367 rm -f core conftest.err conftest.
$ac_objext \
8368 conftest
$ac_exeext conftest.
$ac_ext
8369 CFLAGS
=$ac_wine_try_cflags_saved
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8372 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8373 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8374 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8377 LIBWINE_SHAREDLIB
="libwine.so"
8379 LIBWINE_INSTALL_LIB
="libwine.so"
8381 LIBWINE_LDFLAGS
="-shared"
8386 DLLFLAGS
="$DLLFLAGS -fPIC"
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8389 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8390 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8391 $as_echo_n "(cached) " >&6
8393 ac_wine_try_cflags_saved
=$CFLAGS
8394 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8396 /* end confdefs.h. */
8399 if ac_fn_c_try_link
"$LINENO"; then :
8400 ac_cv_c_dll_gnuelf
="yes"
8402 ac_cv_c_dll_gnuelf
="no"
8404 rm -f core conftest.err conftest.
$ac_objext \
8405 conftest
$ac_exeext conftest.
$ac_ext
8406 CFLAGS
=$ac_wine_try_cflags_saved
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8409 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8410 if test "$ac_cv_c_dll_gnuelf" = "yes"
8412 LIBWINE_LDFLAGS
="-shared"
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8414 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8415 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8416 $as_echo_n "(cached) " >&6
8418 ac_wine_try_cflags_saved
=$CFLAGS
8419 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8421 /* end confdefs.h. */
8422 int main(int argc, char **argv) { return 0; }
8424 if ac_fn_c_try_link
"$LINENO"; then :
8425 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8427 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8429 rm -f core conftest.err conftest.
$ac_objext \
8430 conftest
$ac_exeext conftest.
$ac_ext
8431 CFLAGS
=$ac_wine_try_cflags_saved
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8434 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8435 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8436 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8439 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8440 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8441 $as_echo_n "(cached) " >&6
8443 ac_wine_try_cflags_saved
=$CFLAGS
8444 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8447 int main(int argc, char **argv) { return 0; }
8449 if ac_fn_c_try_link
"$LINENO"; then :
8450 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8452 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8454 rm -f core conftest.err conftest.
$ac_objext \
8455 conftest
$ac_exeext conftest.
$ac_ext
8456 CFLAGS
=$ac_wine_try_cflags_saved
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8459 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8460 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8461 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8465 echo '{ global: *; };' >conftest.map
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8467 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8468 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8469 $as_echo_n "(cached) " >&6
8471 ac_wine_try_cflags_saved
=$CFLAGS
8472 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8474 /* end confdefs.h. */
8475 int main(int argc, char **argv) { return 0; }
8477 if ac_fn_c_try_link
"$LINENO"; then :
8478 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8480 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8482 rm -f core conftest.err conftest.
$ac_objext \
8483 conftest
$ac_exeext conftest.
$ac_ext
8484 CFLAGS
=$ac_wine_try_cflags_saved
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8487 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8488 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8489 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8494 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8495 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8496 $as_echo_n "(cached) " >&6
8498 ac_wine_try_cflags_saved
=$CFLAGS
8499 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8501 /* end confdefs.h. */
8502 int main(int argc, char **argv) { return 0; }
8504 if ac_fn_c_try_link
"$LINENO"; then :
8505 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8507 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8509 rm -f core conftest.err conftest.
$ac_objext \
8510 conftest
$ac_exeext conftest.
$ac_ext
8511 CFLAGS
=$ac_wine_try_cflags_saved
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8514 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8515 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8516 LDEXECFLAGS
="-Wl,--export-dynamic"
8519 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8521 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8522 if eval \
${$as_ac_var+:} false
; then :
8523 $as_echo_n "(cached) " >&6
8525 ac_wine_try_cflags_saved
=$CFLAGS
8526 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8528 /* end confdefs.h. */
8529 int main(int argc, char **argv) { return 0; }
8531 if ac_fn_c_try_link
"$LINENO"; then :
8532 eval "$as_ac_var=yes"
8534 eval "$as_ac_var=no"
8536 rm -f core conftest.err conftest.
$ac_objext \
8537 conftest
$ac_exeext conftest.
$ac_ext
8538 CFLAGS
=$ac_wine_try_cflags_saved
8540 eval ac_res
=\$
$as_ac_var
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8542 $as_echo "$ac_res" >&6; }
8543 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8544 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8545 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8547 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8549 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8550 if eval \
${$as_ac_var+:} false
; then :
8551 $as_echo_n "(cached) " >&6
8553 ac_wine_try_cflags_saved
=$CFLAGS
8554 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8556 /* end confdefs.h. */
8557 int main(int argc, char **argv) { return 0; }
8559 if ac_fn_c_try_link
"$LINENO"; then :
8560 eval "$as_ac_var=yes"
8562 eval "$as_ac_var=no"
8564 rm -f core conftest.err conftest.
$ac_objext \
8565 conftest
$ac_exeext conftest.
$ac_ext
8566 CFLAGS
=$ac_wine_try_cflags_saved
8568 eval ac_res
=\$
$as_ac_var
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8570 $as_echo "$ac_res" >&6; }
8571 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8572 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8573 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8578 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8579 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8580 $as_echo_n "(cached) " >&6
8582 ac_wine_try_cflags_saved
=$CFLAGS
8583 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8585 /* end confdefs.h. */
8586 int main(int argc, char **argv) { return 0; }
8588 if ac_fn_c_try_link
"$LINENO"; then :
8589 ac_cv_cflags__Wl___enable_new_dtags
=yes
8591 ac_cv_cflags__Wl___enable_new_dtags
=no
8593 rm -f core conftest.err conftest.
$ac_objext \
8594 conftest
$ac_exeext conftest.
$ac_ext
8595 CFLAGS
=$ac_wine_try_cflags_saved
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8598 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8599 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8600 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8604 *i
[3456789]86* | x86_64
)
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8606 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8607 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8608 $as_echo_n "(cached) " >&6
8610 ac_wine_try_cflags_saved
=$CFLAGS
8611 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8613 /* end confdefs.h. */
8614 int main(int argc, char **argv) { return 0; }
8616 if ac_fn_c_try_link
"$LINENO"; then :
8617 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8619 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8621 rm -f core conftest.err conftest.
$ac_objext \
8622 conftest
$ac_exeext conftest.
$ac_ext
8623 CFLAGS
=$ac_wine_try_cflags_saved
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8626 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8627 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8629 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8630 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8634 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8635 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8636 $as_echo_n "(cached) " >&6
8638 ac_wine_try_cflags_saved
=$CFLAGS
8639 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8641 /* end confdefs.h. */
8642 int main(int argc, char **argv) { return 0; }
8644 if ac_fn_c_try_link
"$LINENO"; then :
8645 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8647 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8649 rm -f core conftest.err conftest.
$ac_objext \
8650 conftest
$ac_exeext conftest.
$ac_ext
8651 CFLAGS
=$ac_wine_try_cflags_saved
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8654 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8655 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8657 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8658 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8661 # Extract the first word of "prelink", so it can be a program name with args.
8662 set dummy prelink
; ac_word
=$2
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8664 $as_echo_n "checking for $ac_word... " >&6; }
8665 if ${ac_cv_path_PRELINK+:} false
; then :
8666 $as_echo_n "(cached) " >&6
8670 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8673 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8674 for as_dir
in /sbin
/usr
/sbin
$PATH
8677 test -z "$as_dir" && as_dir
=.
8678 for ac_exec_ext
in '' $ac_executable_extensions; do
8679 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8680 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8688 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8692 PRELINK
=$ac_cv_path_PRELINK
8693 if test -n "$PRELINK"; then
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8695 $as_echo "$PRELINK" >&6; }
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8698 $as_echo "no" >&6; }
8702 if test "x$PRELINK" = xfalse
8704 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8708 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8709 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8710 $as_echo_n "(cached) " >&6
8712 ac_wine_try_cflags_saved
=$CFLAGS
8713 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8715 /* end confdefs.h. */
8716 int main(int argc, char **argv) { return 0; }
8718 if ac_fn_c_try_link
"$LINENO"; then :
8719 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8721 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8723 rm -f core conftest.err conftest.
$ac_objext \
8724 conftest
$ac_exeext conftest.
$ac_ext
8725 CFLAGS
=$ac_wine_try_cflags_saved
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8728 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8729 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8730 LDEXECFLAGS
="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8737 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8738 if ${ac_cv_c_dll_unixware+:} false
; then :
8739 $as_echo_n "(cached) " >&6
8741 ac_wine_try_cflags_saved
=$CFLAGS
8742 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8744 /* end confdefs.h. */
8747 if ac_fn_c_try_link
"$LINENO"; then :
8748 ac_cv_c_dll_unixware
="yes"
8750 ac_cv_c_dll_unixware
="no"
8752 rm -f core conftest.err conftest.
$ac_objext \
8753 conftest
$ac_exeext conftest.
$ac_ext
8754 CFLAGS
=$ac_wine_try_cflags_saved
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8757 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8758 if test "$ac_cv_c_dll_unixware" = "yes"
8760 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8763 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8765 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8767 LIBWINE_INSTALL_DEV
="libwine.so"
8769 LIBWINE_DEPENDS
="wine.map"
8774 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8775 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8776 enable_winemac_drv
=${enable_winemac_drv:-no}
8777 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8781 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8785 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8787 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
8788 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8791 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
8792 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8794 ac_prefix_list
="" ;;
8796 for ac_prog
in $ac_prefix_list
8798 # Extract the first word of "$ac_prog", so it can be a program name with args.
8799 set dummy
$ac_prog; ac_word
=$2
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8801 $as_echo_n "checking for $ac_word... " >&6; }
8802 if ${ac_cv_prog_CROSSCC+:} false
; then :
8803 $as_echo_n "(cached) " >&6
8805 if test -n "$CROSSCC"; then
8806 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8808 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8812 test -z "$as_dir" && as_dir
=.
8813 for ac_exec_ext
in '' $ac_executable_extensions; do
8814 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8815 ac_cv_prog_CROSSCC
="$ac_prog"
8816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8825 CROSSCC
=$ac_cv_prog_CROSSCC
8826 if test -n "$CROSSCC"; then
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8828 $as_echo "$CROSSCC" >&6; }
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8831 $as_echo "no" >&6; }
8835 test -n "$CROSSCC" && break
8837 test -n "$CROSSCC" || CROSSCC
="false"
8839 if test "$CROSSCC" != "false"
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8844 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8846 /* end confdefs.h. */
8856 if ac_fn_c_try_compile
"$LINENO"; then :
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8858 $as_echo "yes" >&6; }
8864 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8865 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8871 $as_echo "no" >&6; }
8873 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8879 if test "$ac_cv_header_pthread_h" = "yes"
8881 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8882 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8886 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8887 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8888 $as_echo_n "(cached) " >&6
8890 ac_check_lib_save_LIBS
=$LIBS
8891 LIBS
="-lpthread $LIBS"
8892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8893 /* end confdefs.h. */
8895 /* Override any GCC internal prototype to avoid an error.
8896 Use char because int might match the return type of a GCC
8897 builtin and then its argument prototype would still apply. */
8901 char pthread_create ();
8905 return pthread_create ();
8910 if ac_fn_c_try_link
"$LINENO"; then :
8911 ac_cv_lib_pthread_pthread_create
=yes
8913 ac_cv_lib_pthread_pthread_create
=no
8915 rm -f core conftest.err conftest.
$ac_objext \
8916 conftest
$ac_exeext conftest.
$ac_ext
8917 LIBS
=$ac_check_lib_save_LIBS
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8920 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8921 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8922 PTHREAD_LIBS
="-lpthread"
8929 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8930 case "x$with_pthread" in
8932 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8933 Wine cannot support threads without libpthread.
8934 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8941 $as_echo_n "checking for X... " >&6; }
8944 # Check whether --with-x was given.
8945 if test "${with_x+set}" = set; then :
8949 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8950 if test "x$with_x" = xno
; then
8951 # The user explicitly disabled X.
8954 case $x_includes,$x_libraries in #(
8955 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8956 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8957 $as_echo_n "(cached) " >&6
8959 # One or both of the vars are not set, and there is no cached value.
8960 ac_x_includes
=no ac_x_libraries
=no
8961 rm -f -r conftest.dir
8962 if mkdir conftest.dir
; then
8964 cat >Imakefile
<<'_ACEOF'
8966 @echo incroot='${INCROOT}'
8968 @echo usrlibdir='${USRLIBDIR}'
8970 @echo libdir='${LIBDIR}'
8972 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8973 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8974 for ac_var
in incroot usrlibdir libdir
; do
8975 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8977 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8978 for ac_extension
in a so sl dylib la dll
; do
8979 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8980 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8981 ac_im_usrlibdir
=$ac_im_libdir; break
8984 # Screen out bogus values from the imake configuration. They are
8985 # bogus both because they are the default anyway, and because
8986 # using them would break gcc on systems where it needs fixed includes.
8987 case $ac_im_incroot in
8988 /usr
/include
) ac_x_includes
= ;;
8989 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8991 case $ac_im_usrlibdir in
8992 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8993 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8997 rm -f -r conftest.dir
9000 # Standard set of common directories for X headers.
9001 # Check X11 before X11Rn because it is often a symlink to the current release.
9015 /usr/local/X11/include
9016 /usr/local/X11R7/include
9017 /usr/local/X11R6/include
9018 /usr/local/X11R5/include
9019 /usr/local/X11R4/include
9021 /usr/local/include/X11
9022 /usr/local/include/X11R7
9023 /usr/local/include/X11R6
9024 /usr/local/include/X11R5
9025 /usr/local/include/X11R4
9029 /usr/XFree86/include/X11
9033 /usr/unsupported/include
9035 /usr/local/x11r5/include
9036 /usr/lpp/Xamples/include
9038 /usr/openwin/include
9039 /usr/openwin/share/include'
9041 if test "$ac_x_includes" = no
; then
9042 # Guess where to find include files, by looking for Xlib.h.
9043 # First, try using that file with no special directory specified.
9044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9045 /* end confdefs.h. */
9046 #include <X11/Xlib.h>
9048 if ac_fn_c_try_cpp
"$LINENO"; then :
9049 # We can compile using X headers with no special include directory.
9052 for ac_dir
in $ac_x_header_dirs; do
9053 if test -r "$ac_dir/X11/Xlib.h"; then
9054 ac_x_includes
=$ac_dir
9059 rm -f conftest.err conftest.i conftest.
$ac_ext
9060 fi # $ac_x_includes = no
9062 if test "$ac_x_libraries" = no
; then
9063 # Check for the libraries.
9064 # See if we find them without any special options.
9065 # Don't add to $LIBS permanently.
9068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9069 /* end confdefs.h. */
9070 #include <X11/Xlib.h>
9079 if ac_fn_c_try_link
"$LINENO"; then :
9081 # We can link X programs with no special library path.
9085 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9087 # Don't even attempt the hair of trying to link an X program!
9088 for ac_extension
in a so sl dylib la dll
; do
9089 if test -r "$ac_dir/libX11.$ac_extension"; then
9090 ac_x_libraries
=$ac_dir
9096 rm -f core conftest.err conftest.
$ac_objext \
9097 conftest
$ac_exeext conftest.
$ac_ext
9098 fi # $ac_x_libraries = no
9100 case $ac_x_includes,$ac_x_libraries in #(
9102 # Didn't find X, or a directory has "'" in its name.
9103 ac_cv_have_x
="have_x=no";; #(
9105 # Record where we found X for the cache.
9106 ac_cv_have_x
="have_x=yes\
9107 ac_x_includes='$ac_x_includes'\
9108 ac_x_libraries='$ac_x_libraries'"
9114 eval "$ac_cv_have_x"
9117 if test "$have_x" != yes; then
9118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9119 $as_echo "$have_x" >&6; }
9122 # If each of the values was on the command line, it overrides each guess.
9123 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9124 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9125 # Update the cache value to reflect the command line values.
9126 ac_cv_have_x
="have_x=yes\
9127 ac_x_includes='$x_includes'\
9128 ac_x_libraries='$x_libraries'"
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9130 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9133 if test "$no_x" = yes; then
9134 # Not all programs may use this symbol, but it does not hurt to define it.
9136 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9138 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9140 if test -n "$x_includes"; then
9141 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9144 # It would also be nice to do this for all -L options, not just this one.
9145 if test -n "$x_libraries"; then
9146 X_LIBS
="$X_LIBS -L$x_libraries"
9147 # For Solaris; some versions of Sun CC require a space after -R and
9148 # others require no space. Words are not sufficient . . . .
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9150 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9151 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9152 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9153 ac_c_werror_flag
=yes
9154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9155 /* end confdefs.h. */
9165 if ac_fn_c_try_link
"$LINENO"; then :
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9167 $as_echo "no" >&6; }
9168 X_LIBS
="$X_LIBS -R$x_libraries"
9170 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9172 /* end confdefs.h. */
9182 if ac_fn_c_try_link
"$LINENO"; then :
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9184 $as_echo "yes" >&6; }
9185 X_LIBS
="$X_LIBS -R $x_libraries"
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9188 $as_echo "neither works" >&6; }
9190 rm -f core conftest.err conftest.
$ac_objext \
9191 conftest
$ac_exeext conftest.
$ac_ext
9193 rm -f core conftest.err conftest.
$ac_objext \
9194 conftest
$ac_exeext conftest.
$ac_ext
9195 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9199 # Check for system-dependent libraries X programs must link with.
9200 # Do this before checking for the system-independent R6 libraries
9201 # (-lICE), since we may need -lsocket or whatever for X linking.
9203 if test "$ISC" = yes; then
9204 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9206 # Martyn Johnson says this is needed for Ultrix, if the X
9207 # libraries were built with DECnet support. And Karl Berry says
9208 # the Alpha needs dnet_stub (dnet does not exist).
9209 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9211 /* end confdefs.h. */
9213 /* Override any GCC internal prototype to avoid an error.
9214 Use char because int might match the return type of a GCC
9215 builtin and then its argument prototype would still apply. */
9219 char XOpenDisplay ();
9223 return XOpenDisplay ();
9228 if ac_fn_c_try_link
"$LINENO"; then :
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9232 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9233 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9234 $as_echo_n "(cached) " >&6
9236 ac_check_lib_save_LIBS
=$LIBS
9238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9239 /* end confdefs.h. */
9241 /* Override any GCC internal prototype to avoid an error.
9242 Use char because int might match the return type of a GCC
9243 builtin and then its argument prototype would still apply. */
9251 return dnet_ntoa ();
9256 if ac_fn_c_try_link
"$LINENO"; then :
9257 ac_cv_lib_dnet_dnet_ntoa
=yes
9259 ac_cv_lib_dnet_dnet_ntoa
=no
9261 rm -f core conftest.err conftest.
$ac_objext \
9262 conftest
$ac_exeext conftest.
$ac_ext
9263 LIBS
=$ac_check_lib_save_LIBS
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9266 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9267 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9268 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9271 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9273 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9274 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9275 $as_echo_n "(cached) " >&6
9277 ac_check_lib_save_LIBS
=$LIBS
9278 LIBS
="-ldnet_stub $LIBS"
9279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9280 /* end confdefs.h. */
9282 /* Override any GCC internal prototype to avoid an error.
9283 Use char because int might match the return type of a GCC
9284 builtin and then its argument prototype would still apply. */
9292 return dnet_ntoa ();
9297 if ac_fn_c_try_link
"$LINENO"; then :
9298 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9300 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9302 rm -f core conftest.err conftest.
$ac_objext \
9303 conftest
$ac_exeext conftest.
$ac_ext
9304 LIBS
=$ac_check_lib_save_LIBS
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9307 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9308 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9309 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9314 rm -f core conftest.err conftest.
$ac_objext \
9315 conftest
$ac_exeext conftest.
$ac_ext
9316 LIBS
="$ac_xsave_LIBS"
9318 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9319 # to get the SysV transport functions.
9320 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9322 # The nsl library prevents programs from opening the X display
9323 # on Irix 5.2, according to T.E. Dickey.
9324 # The functions gethostbyname, getservbyname, and inet_addr are
9325 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9326 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9327 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9331 if test $ac_cv_func_gethostbyname = no
; then
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9333 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9334 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9335 $as_echo_n "(cached) " >&6
9337 ac_check_lib_save_LIBS
=$LIBS
9339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9340 /* end confdefs.h. */
9342 /* Override any GCC internal prototype to avoid an error.
9343 Use char because int might match the return type of a GCC
9344 builtin and then its argument prototype would still apply. */
9348 char gethostbyname ();
9352 return gethostbyname ();
9357 if ac_fn_c_try_link
"$LINENO"; then :
9358 ac_cv_lib_nsl_gethostbyname
=yes
9360 ac_cv_lib_nsl_gethostbyname
=no
9362 rm -f core conftest.err conftest.
$ac_objext \
9363 conftest
$ac_exeext conftest.
$ac_ext
9364 LIBS
=$ac_check_lib_save_LIBS
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9367 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9368 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9369 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9372 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9374 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9375 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9376 $as_echo_n "(cached) " >&6
9378 ac_check_lib_save_LIBS
=$LIBS
9380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9381 /* end confdefs.h. */
9383 /* Override any GCC internal prototype to avoid an error.
9384 Use char because int might match the return type of a GCC
9385 builtin and then its argument prototype would still apply. */
9389 char gethostbyname ();
9393 return gethostbyname ();
9398 if ac_fn_c_try_link
"$LINENO"; then :
9399 ac_cv_lib_bsd_gethostbyname
=yes
9401 ac_cv_lib_bsd_gethostbyname
=no
9403 rm -f core conftest.err conftest.
$ac_objext \
9404 conftest
$ac_exeext conftest.
$ac_ext
9405 LIBS
=$ac_check_lib_save_LIBS
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9408 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9409 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9410 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9416 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9417 # socket/setsockopt and other routines are undefined under SCO ODT
9418 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9419 # on later versions), says Simon Leinen: it contains gethostby*
9420 # variants that don't use the name server (or something). -lsocket
9421 # must be given before -lnsl if both are needed. We assume that
9422 # if connect needs -lnsl, so does gethostbyname.
9423 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9424 if test "x$ac_cv_func_connect" = xyes
; then :
9428 if test $ac_cv_func_connect = no
; then
9429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9430 $as_echo_n "checking for connect in -lsocket... " >&6; }
9431 if ${ac_cv_lib_socket_connect+:} false
; then :
9432 $as_echo_n "(cached) " >&6
9434 ac_check_lib_save_LIBS
=$LIBS
9435 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9436 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9437 /* end confdefs.h. */
9439 /* Override any GCC internal prototype to avoid an error.
9440 Use char because int might match the return type of a GCC
9441 builtin and then its argument prototype would still apply. */
9454 if ac_fn_c_try_link
"$LINENO"; then :
9455 ac_cv_lib_socket_connect
=yes
9457 ac_cv_lib_socket_connect
=no
9459 rm -f core conftest.err conftest.
$ac_objext \
9460 conftest
$ac_exeext conftest.
$ac_ext
9461 LIBS
=$ac_check_lib_save_LIBS
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9464 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9465 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9466 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9471 # Guillermo Gomez says -lposix is necessary on A/UX.
9472 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9473 if test "x$ac_cv_func_remove" = xyes
; then :
9477 if test $ac_cv_func_remove = no
; then
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9479 $as_echo_n "checking for remove in -lposix... " >&6; }
9480 if ${ac_cv_lib_posix_remove+:} false
; then :
9481 $as_echo_n "(cached) " >&6
9483 ac_check_lib_save_LIBS
=$LIBS
9484 LIBS
="-lposix $LIBS"
9485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9488 /* Override any GCC internal prototype to avoid an error.
9489 Use char because int might match the return type of a GCC
9490 builtin and then its argument prototype would still apply. */
9503 if ac_fn_c_try_link
"$LINENO"; then :
9504 ac_cv_lib_posix_remove
=yes
9506 ac_cv_lib_posix_remove
=no
9508 rm -f core conftest.err conftest.
$ac_objext \
9509 conftest
$ac_exeext conftest.
$ac_ext
9510 LIBS
=$ac_check_lib_save_LIBS
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9513 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9514 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9515 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9520 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9521 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9522 if test "x$ac_cv_func_shmat" = xyes
; then :
9526 if test $ac_cv_func_shmat = no
; then
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9528 $as_echo_n "checking for shmat in -lipc... " >&6; }
9529 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9530 $as_echo_n "(cached) " >&6
9532 ac_check_lib_save_LIBS
=$LIBS
9534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9535 /* end confdefs.h. */
9537 /* Override any GCC internal prototype to avoid an error.
9538 Use char because int might match the return type of a GCC
9539 builtin and then its argument prototype would still apply. */
9552 if ac_fn_c_try_link
"$LINENO"; then :
9553 ac_cv_lib_ipc_shmat
=yes
9555 ac_cv_lib_ipc_shmat
=no
9557 rm -f core conftest.err conftest.
$ac_objext \
9558 conftest
$ac_exeext conftest.
$ac_ext
9559 LIBS
=$ac_check_lib_save_LIBS
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9562 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9563 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9564 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9570 # Check for libraries that X11R6 Xt/Xaw programs need.
9571 ac_save_LDFLAGS
=$LDFLAGS
9572 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9573 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9574 # check for ICE first), but we must link in the order -lSM -lICE or
9575 # we get undefined symbols. So assume we have SM if we have ICE.
9576 # These have to be linked with before -lX11, unlike the other
9577 # libraries we check for below, so use a different variable.
9578 # John Interrante, Karl Berry
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9580 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9581 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9582 $as_echo_n "(cached) " >&6
9584 ac_check_lib_save_LIBS
=$LIBS
9585 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9587 /* end confdefs.h. */
9589 /* Override any GCC internal prototype to avoid an error.
9590 Use char because int might match the return type of a GCC
9591 builtin and then its argument prototype would still apply. */
9595 char IceConnectionNumber ();
9599 return IceConnectionNumber ();
9604 if ac_fn_c_try_link
"$LINENO"; then :
9605 ac_cv_lib_ICE_IceConnectionNumber
=yes
9607 ac_cv_lib_ICE_IceConnectionNumber
=no
9609 rm -f core conftest.err conftest.
$ac_objext \
9610 conftest
$ac_exeext conftest.
$ac_ext
9611 LIBS
=$ac_check_lib_save_LIBS
9613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9614 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9615 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9616 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9619 LDFLAGS
=$ac_save_LDFLAGS
9624 if test "$have_x" = "yes"
9626 ac_save_CPPFLAGS
="$CPPFLAGS"
9627 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9630 $as_echo_n "checking for -lX11... " >&6; }
9631 if ${ac_cv_lib_soname_X11+:} false
; then :
9632 $as_echo_n "(cached) " >&6
9634 ac_check_soname_save_LIBS
=$LIBS
9635 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9637 /* end confdefs.h. */
9639 /* Override any GCC internal prototype to avoid an error.
9640 Use char because int might match the return type of a GCC
9641 builtin and then its argument prototype would still apply. */
9645 char XCreateWindow ();
9649 return XCreateWindow ();
9654 if ac_fn_c_try_link
"$LINENO"; then :
9656 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9657 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'` ;;
9658 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9659 if ${ac_cv_lib_soname_X11:+false} :; then :
9660 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9664 rm -f core conftest.err conftest.
$ac_objext \
9665 conftest
$ac_exeext conftest.
$ac_ext
9666 LIBS
=$ac_check_soname_save_LIBS
9668 if ${ac_cv_lib_soname_X11:+false} :; then :
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9670 $as_echo "not found" >&6; }
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9674 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9676 cat >>confdefs.h
<<_ACEOF
9677 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9683 $as_echo_n "checking for -lXext... " >&6; }
9684 if ${ac_cv_lib_soname_Xext+:} false
; then :
9685 $as_echo_n "(cached) " >&6
9687 ac_check_soname_save_LIBS
=$LIBS
9688 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9690 /* end confdefs.h. */
9692 /* Override any GCC internal prototype to avoid an error.
9693 Use char because int might match the return type of a GCC
9694 builtin and then its argument prototype would still apply. */
9698 char XextCreateExtension ();
9702 return XextCreateExtension ();
9707 if ac_fn_c_try_link
"$LINENO"; then :
9709 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9710 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'` ;;
9711 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9712 if ${ac_cv_lib_soname_Xext:+false} :; then :
9713 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9717 rm -f core conftest.err conftest.
$ac_objext \
9718 conftest
$ac_exeext conftest.
$ac_ext
9719 LIBS
=$ac_check_soname_save_LIBS
9721 if ${ac_cv_lib_soname_Xext:+false} :; then :
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9723 $as_echo "not found" >&6; }
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9727 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9729 cat >>confdefs.h
<<_ACEOF
9730 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9733 X_LIBS
="$X_LIBS -lXext"
9735 X_LIBS
="$X_LIBS -lX11"
9737 for ac_header
in X11
/Xlib.h \
9740 X11
/Xcursor
/Xcursor.h \
9741 X11
/extensions
/shape.h \
9742 X11
/extensions
/XInput.h \
9743 X11
/extensions
/XInput2.h \
9744 X11
/extensions
/XShm.h \
9745 X11
/extensions
/Xcomposite.h \
9746 X11
/extensions
/Xinerama.h \
9747 X11
/extensions
/Xrandr.h \
9748 X11
/extensions
/Xrender.h \
9749 X11
/extensions
/xf86vmode.h \
9750 X11
/extensions
/xf86vmproto.h
9752 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9753 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9754 # include <X11/Xlib.h>
9756 #ifdef HAVE_X11_XUTIL_H
9757 # include <X11/Xutil.h>
9760 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9761 cat >>confdefs.h
<<_ACEOF
9762 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9770 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9773 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9774 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9775 $as_echo_n "(cached) " >&6
9777 ac_check_lib_save_LIBS
=$LIBS
9778 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9780 /* end confdefs.h. */
9782 /* Override any GCC internal prototype to avoid an error.
9783 Use char because int might match the return type of a GCC
9784 builtin and then its argument prototype would still apply. */
9788 char XkbQueryExtension ();
9792 return XkbQueryExtension ();
9797 if ac_fn_c_try_link
"$LINENO"; then :
9798 ac_cv_lib_X11_XkbQueryExtension
=yes
9800 ac_cv_lib_X11_XkbQueryExtension
=no
9802 rm -f core conftest.err conftest.
$ac_objext \
9803 conftest
$ac_exeext conftest.
$ac_ext
9804 LIBS
=$ac_check_lib_save_LIBS
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9807 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9808 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9810 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9816 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9819 $as_echo_n "checking for -lXcursor... " >&6; }
9820 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9821 $as_echo_n "(cached) " >&6
9823 ac_check_soname_save_LIBS
=$LIBS
9824 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9826 /* end confdefs.h. */
9828 /* Override any GCC internal prototype to avoid an error.
9829 Use char because int might match the return type of a GCC
9830 builtin and then its argument prototype would still apply. */
9834 char XcursorImageLoadCursor ();
9838 return XcursorImageLoadCursor ();
9843 if ac_fn_c_try_link
"$LINENO"; then :
9845 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9846 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'` ;;
9847 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9848 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9849 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9853 rm -f core conftest.err conftest.
$ac_objext \
9854 conftest
$ac_exeext conftest.
$ac_ext
9855 LIBS
=$ac_check_soname_save_LIBS
9857 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9859 $as_echo "not found" >&6; }
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9863 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9865 cat >>confdefs.h
<<_ACEOF
9866 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9872 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9873 case "x$with_xcursor" in
9874 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9876 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9877 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9882 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9885 $as_echo_n "checking for -lXi... " >&6; }
9886 if ${ac_cv_lib_soname_Xi+:} false
; then :
9887 $as_echo_n "(cached) " >&6
9889 ac_check_soname_save_LIBS
=$LIBS
9890 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9892 /* end confdefs.h. */
9894 /* Override any GCC internal prototype to avoid an error.
9895 Use char because int might match the return type of a GCC
9896 builtin and then its argument prototype would still apply. */
9900 char XOpenDevice ();
9904 return XOpenDevice ();
9909 if ac_fn_c_try_link
"$LINENO"; then :
9911 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9912 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'` ;;
9913 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9914 if ${ac_cv_lib_soname_Xi:+false} :; then :
9915 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9919 rm -f core conftest.err conftest.
$ac_objext \
9920 conftest
$ac_exeext conftest.
$ac_ext
9921 LIBS
=$ac_check_soname_save_LIBS
9923 if ${ac_cv_lib_soname_Xi:+false} :; then :
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9925 $as_echo "not found" >&6; }
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9929 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9931 cat >>confdefs.h
<<_ACEOF
9932 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9938 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9939 case "x$with_xinput" in
9940 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9942 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9943 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9948 if test "x$ac_cv_lib_soname_Xi" != x
9950 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9951 case "x$with_xinput2" in
9952 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9954 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9955 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9961 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9964 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9965 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9966 $as_echo_n "(cached) " >&6
9968 ac_check_lib_save_LIBS
=$LIBS
9969 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9971 /* end confdefs.h. */
9973 /* Override any GCC internal prototype to avoid an error.
9974 Use char because int might match the return type of a GCC
9975 builtin and then its argument prototype would still apply. */
9979 char XShmQueryExtension ();
9983 return XShmQueryExtension ();
9988 if ac_fn_c_try_link
"$LINENO"; then :
9989 ac_cv_lib_Xext_XShmQueryExtension
=yes
9991 ac_cv_lib_Xext_XShmQueryExtension
=no
9993 rm -f core conftest.err conftest.
$ac_objext \
9994 conftest
$ac_exeext conftest.
$ac_ext
9995 LIBS
=$ac_check_lib_save_LIBS
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9998 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9999 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10001 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10006 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10007 case "x$with_xshm" in
10008 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10010 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10011 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10016 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10019 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10020 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10021 $as_echo_n "(cached) " >&6
10023 ac_check_lib_save_LIBS
=$LIBS
10024 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10026 /* end confdefs.h. */
10028 /* Override any GCC internal prototype to avoid an error.
10029 Use char because int might match the return type of a GCC
10030 builtin and then its argument prototype would still apply. */
10034 char XShapeQueryExtension ();
10038 return XShapeQueryExtension ();
10043 if ac_fn_c_try_link
"$LINENO"; then :
10044 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10046 ac_cv_lib_Xext_XShapeQueryExtension
=no
10048 rm -f core conftest.err conftest.
$ac_objext \
10049 conftest
$ac_exeext conftest.
$ac_ext
10050 LIBS
=$ac_check_lib_save_LIBS
10052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10053 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10054 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10056 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10061 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10062 case "x$with_xshape" in
10063 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10065 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10066 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10071 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10074 $as_echo_n "checking for -lXxf86vm... " >&6; }
10075 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10076 $as_echo_n "(cached) " >&6
10078 ac_check_soname_save_LIBS
=$LIBS
10079 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10081 /* end confdefs.h. */
10083 /* Override any GCC internal prototype to avoid an error.
10084 Use char because int might match the return type of a GCC
10085 builtin and then its argument prototype would still apply. */
10089 char XF86VidModeQueryExtension ();
10093 return XF86VidModeQueryExtension ();
10098 if ac_fn_c_try_link
"$LINENO"; then :
10100 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10101 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'` ;;
10102 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10103 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10104 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10108 rm -f core conftest.err conftest.
$ac_objext \
10109 conftest
$ac_exeext conftest.
$ac_ext
10110 LIBS
=$ac_check_soname_save_LIBS
10112 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10114 $as_echo "not found" >&6; }
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10118 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10120 cat >>confdefs.h
<<_ACEOF
10121 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10127 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10128 case "x$with_xxf86vm" in
10129 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10131 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10132 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10137 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10140 $as_echo_n "checking for -lXrender... " >&6; }
10141 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10142 $as_echo_n "(cached) " >&6
10144 ac_check_soname_save_LIBS
=$LIBS
10145 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10146 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10147 /* end confdefs.h. */
10149 /* Override any GCC internal prototype to avoid an error.
10150 Use char because int might match the return type of a GCC
10151 builtin and then its argument prototype would still apply. */
10155 char XRenderQueryExtension ();
10159 return XRenderQueryExtension ();
10164 if ac_fn_c_try_link
"$LINENO"; then :
10166 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10167 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'` ;;
10168 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10169 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10170 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10174 rm -f core conftest.err conftest.
$ac_objext \
10175 conftest
$ac_exeext conftest.
$ac_ext
10176 LIBS
=$ac_check_soname_save_LIBS
10178 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10180 $as_echo "not found" >&6; }
10183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10184 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10186 cat >>confdefs.h
<<_ACEOF
10187 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10191 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10192 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10193 $as_echo_n "(cached) " >&6
10195 ac_check_lib_save_LIBS
=$LIBS
10196 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10206 char XRenderSetPictureTransform ();
10210 return XRenderSetPictureTransform ();
10215 if ac_fn_c_try_link
"$LINENO"; then :
10216 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10218 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10220 rm -f core conftest.err conftest.
$ac_objext \
10221 conftest
$ac_exeext conftest.
$ac_ext
10222 LIBS
=$ac_check_lib_save_LIBS
10224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10225 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10226 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10228 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10233 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10234 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10235 $as_echo_n "(cached) " >&6
10237 ac_check_lib_save_LIBS
=$LIBS
10238 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10240 /* end confdefs.h. */
10242 /* Override any GCC internal prototype to avoid an error.
10243 Use char because int might match the return type of a GCC
10244 builtin and then its argument prototype would still apply. */
10248 char XRenderCreateLinearGradient ();
10252 return XRenderCreateLinearGradient ();
10257 if ac_fn_c_try_link
"$LINENO"; then :
10258 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10260 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10262 rm -f core conftest.err conftest.
$ac_objext \
10263 conftest
$ac_exeext conftest.
$ac_ext
10264 LIBS
=$ac_check_lib_save_LIBS
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10267 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10268 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10270 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10277 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10278 case "x$with_xrender" in
10279 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10281 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10282 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10287 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10290 /* end confdefs.h. */
10291 #include <X11/Xlib.h>
10292 #include <X11/extensions/Xrandr.h>
10296 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10301 if ac_fn_c_try_compile
"$LINENO"; then :
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10303 $as_echo_n "checking for -lXrandr... " >&6; }
10304 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10305 $as_echo_n "(cached) " >&6
10307 ac_check_soname_save_LIBS
=$LIBS
10308 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10310 /* end confdefs.h. */
10312 /* Override any GCC internal prototype to avoid an error.
10313 Use char because int might match the return type of a GCC
10314 builtin and then its argument prototype would still apply. */
10318 char XRRQueryExtension ();
10322 return XRRQueryExtension ();
10327 if ac_fn_c_try_link
"$LINENO"; then :
10329 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10330 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'` ;;
10331 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10332 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10333 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10337 rm -f core conftest.err conftest.
$ac_objext \
10338 conftest
$ac_exeext conftest.
$ac_ext
10339 LIBS
=$ac_check_soname_save_LIBS
10341 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10343 $as_echo "not found" >&6; }
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10347 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10349 cat >>confdefs.h
<<_ACEOF
10350 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10354 /* end confdefs.h. */
10355 #include <X11/Xlib.h>
10356 #include <X11/extensions/Xrandr.h>
10360 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10365 if ac_fn_c_try_compile
"$LINENO"; then :
10367 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10370 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10375 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10376 case "x$with_xrandr" in
10377 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10379 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10380 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10385 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10388 /* end confdefs.h. */
10389 #include <X11/Xlib.h>
10390 #include <X11/extensions/Xinerama.h>
10394 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10399 if ac_fn_c_try_compile
"$LINENO"; then :
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10401 $as_echo_n "checking for -lXinerama... " >&6; }
10402 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10403 $as_echo_n "(cached) " >&6
10405 ac_check_soname_save_LIBS
=$LIBS
10406 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10408 /* end confdefs.h. */
10410 /* Override any GCC internal prototype to avoid an error.
10411 Use char because int might match the return type of a GCC
10412 builtin and then its argument prototype would still apply. */
10416 char XineramaQueryScreens ();
10420 return XineramaQueryScreens ();
10425 if ac_fn_c_try_link
"$LINENO"; then :
10427 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10428 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'` ;;
10429 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10430 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10431 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10435 rm -f core conftest.err conftest.
$ac_objext \
10436 conftest
$ac_exeext conftest.
$ac_ext
10437 LIBS
=$ac_check_soname_save_LIBS
10439 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10441 $as_echo "not found" >&6; }
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10445 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10447 cat >>confdefs.h
<<_ACEOF
10448 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10454 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10456 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10457 case "x$with_xinerama" in
10458 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10460 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10461 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10466 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10469 $as_echo_n "checking for -lXcomposite... " >&6; }
10470 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10471 $as_echo_n "(cached) " >&6
10473 ac_check_soname_save_LIBS
=$LIBS
10474 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10484 char XCompositeRedirectWindow ();
10488 return XCompositeRedirectWindow ();
10493 if ac_fn_c_try_link
"$LINENO"; then :
10495 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10496 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'` ;;
10497 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10498 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10499 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10503 rm -f core conftest.err conftest.
$ac_objext \
10504 conftest
$ac_exeext conftest.
$ac_ext
10505 LIBS
=$ac_check_soname_save_LIBS
10507 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10509 $as_echo "not found" >&6; }
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10513 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10515 cat >>confdefs.h
<<_ACEOF
10516 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10522 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10523 case "x$with_xcomposite" in
10524 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10526 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10527 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10532 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10533 #include <X11/Xlib.h>
10536 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10538 cat >>confdefs.h
<<_ACEOF
10539 #define HAVE_XICCALLBACK_CALLBACK 1
10544 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10545 #include <X11/Xlib.h>
10548 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10550 cat >>confdefs.h
<<_ACEOF
10551 #define HAVE_XEVENT_XCOOKIE 1
10560 if test "x$with_opengl" != "xno"
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10563 $as_echo_n "checking for -lGL... " >&6; }
10564 if ${ac_cv_lib_soname_GL+:} false
; then :
10565 $as_echo_n "(cached) " >&6
10567 ac_check_soname_save_LIBS
=$LIBS
10568 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10570 /* end confdefs.h. */
10572 /* Override any GCC internal prototype to avoid an error.
10573 Use char because int might match the return type of a GCC
10574 builtin and then its argument prototype would still apply. */
10578 char glXCreateContext ();
10582 return glXCreateContext ();
10587 if ac_fn_c_try_link
"$LINENO"; then :
10589 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10590 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'` ;;
10591 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10592 if ${ac_cv_lib_soname_GL:+false} :; then :
10593 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10597 rm -f core conftest.err conftest.
$ac_objext \
10598 conftest
$ac_exeext conftest.
$ac_ext
10599 LIBS
=$ac_check_soname_save_LIBS
10601 if ${ac_cv_lib_soname_GL:+false} :; then :
10602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10603 $as_echo "not found" >&6; }
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10605 $as_echo_n "checking for -lGL... " >&6; }
10606 if ${ac_cv_lib_soname_GL+:} false
; then :
10607 $as_echo_n "(cached) " >&6
10609 ac_check_soname_save_LIBS
=$LIBS
10610 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"
10611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10620 char glXCreateContext ();
10624 return glXCreateContext ();
10629 if ac_fn_c_try_link
"$LINENO"; then :
10631 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10632 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'` ;;
10633 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10634 if ${ac_cv_lib_soname_GL:+false} :; then :
10635 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10639 rm -f core conftest.err conftest.
$ac_objext \
10640 conftest
$ac_exeext conftest.
$ac_ext
10641 LIBS
=$ac_check_soname_save_LIBS
10643 if ${ac_cv_lib_soname_GL:+false} :; then :
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10645 $as_echo "not found" >&6; }
10646 if test -f /usr
/X11R
6/lib
/libGL.a
10648 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10649 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10651 opengl_msg
="No OpenGL library found on this system."
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10655 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10657 cat >>confdefs.h
<<_ACEOF
10658 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10661 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"
10664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10665 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10667 cat >>confdefs.h
<<_ACEOF
10668 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10673 if test "x$with_glu" != "xno"
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10676 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10677 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10678 $as_echo_n "(cached) " >&6
10680 ac_check_lib_save_LIBS
=$LIBS
10681 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10683 /* end confdefs.h. */
10685 /* Override any GCC internal prototype to avoid an error.
10686 Use char because int might match the return type of a GCC
10687 builtin and then its argument prototype would still apply. */
10695 return gluLookAt ();
10700 if ac_fn_c_try_link
"$LINENO"; then :
10701 ac_cv_lib_GLU_gluLookAt
=yes
10703 ac_cv_lib_GLU_gluLookAt
=no
10705 rm -f core conftest.err conftest.
$ac_objext \
10706 conftest
$ac_exeext conftest.
$ac_ext
10707 LIBS
=$ac_check_lib_save_LIBS
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10710 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10711 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10715 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10716 case "x$with_glu" in
10717 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10719 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10720 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10726 if test "x$with_osmesa" != "xno"
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10729 $as_echo_n "checking for -lOSMesa... " >&6; }
10730 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10731 $as_echo_n "(cached) " >&6
10733 ac_check_soname_save_LIBS
=$LIBS
10734 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10735 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10736 /* end confdefs.h. */
10738 /* Override any GCC internal prototype to avoid an error.
10739 Use char because int might match the return type of a GCC
10740 builtin and then its argument prototype would still apply. */
10753 if ac_fn_c_try_link
"$LINENO"; then :
10755 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10756 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'` ;;
10757 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10758 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10759 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10763 rm -f core conftest.err conftest.
$ac_objext \
10764 conftest
$ac_exeext conftest.
$ac_ext
10765 LIBS
=$ac_check_soname_save_LIBS
10767 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10769 $as_echo "not found" >&6; }
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10773 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10775 cat >>confdefs.h
<<_ACEOF
10776 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10781 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10782 case "x$with_osmesa" in
10783 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10785 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10786 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10792 if test -n "$opengl_msg"; then :
10793 case "x$with_opengl" in
10794 x
) as_fn_append wine_warnings
"|$opengl_msg
10795 OpenGL and Direct3D won't be supported." ;;
10797 *) as_fn_error $?
"$opengl_msg
10798 OpenGL and Direct3D won't be supported.
10799 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10804 CPPFLAGS
="$ac_save_CPPFLAGS"
10809 if test "x$X_LIBS" = "x"; then :
10812 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10813 without X support, which probably isn't what you want. You will need
10814 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10815 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10817 enable_winex11_drv
=${enable_winex11_drv:-no}
10820 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10822 if test "$ac_cv_header_CL_cl_h" = "yes"
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10825 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10826 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10827 $as_echo_n "(cached) " >&6
10829 ac_check_lib_save_LIBS
=$LIBS
10830 LIBS
="-lOpenCL $LIBS"
10831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10832 /* end confdefs.h. */
10834 /* Override any GCC internal prototype to avoid an error.
10835 Use char because int might match the return type of a GCC
10836 builtin and then its argument prototype would still apply. */
10840 char clGetPlatformInfo ();
10844 return clGetPlatformInfo ();
10849 if ac_fn_c_try_link
"$LINENO"; then :
10850 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10852 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10854 rm -f core conftest.err conftest.
$ac_objext \
10855 conftest
$ac_exeext conftest.
$ac_ext
10856 LIBS
=$ac_check_lib_save_LIBS
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10859 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10860 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10861 OPENCL_LIBS
="-lOpenCL"
10866 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10867 case "x$with_opencl" in
10868 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10870 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10871 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10873 enable_opencl
=${enable_opencl:-no}
10876 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10879 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10880 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10881 $as_echo_n "(cached) " >&6
10883 ac_check_lib_save_LIBS
=$LIBS
10884 LIBS
="-lpcap $LIBS"
10885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10886 /* end confdefs.h. */
10888 /* Override any GCC internal prototype to avoid an error.
10889 Use char because int might match the return type of a GCC
10890 builtin and then its argument prototype would still apply. */
10894 char pcap_create ();
10898 return pcap_create ();
10903 if ac_fn_c_try_link
"$LINENO"; then :
10904 ac_cv_lib_pcap_pcap_create
=yes
10906 ac_cv_lib_pcap_pcap_create
=no
10908 rm -f core conftest.err conftest.
$ac_objext \
10909 conftest
$ac_exeext conftest.
$ac_ext
10910 LIBS
=$ac_check_lib_save_LIBS
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10913 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10914 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10920 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10921 case "x$with_pcap" in
10922 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10924 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10925 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10927 enable_wpcap
=${enable_wpcap:-no}
10931 if test "x$with_xml" != "xno"
10933 if ${XML2_CFLAGS:+false} :; then :
10934 if ${PKG_CONFIG+:} false
; then :
10935 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10938 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10939 if ${XML2_LIBS:+false} :; then :
10940 if ${PKG_CONFIG+:} false
; then :
10941 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10944 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10945 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10946 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10947 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10948 ac_save_CPPFLAGS
=$CPPFLAGS
10949 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10950 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10952 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10953 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10954 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10955 cat >>confdefs.h
<<_ACEOF
10956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10963 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"
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10966 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10967 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10968 $as_echo_n "(cached) " >&6
10970 ac_check_lib_save_LIBS
=$LIBS
10971 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10981 char xmlParseMemory ();
10985 return xmlParseMemory ();
10990 if ac_fn_c_try_link
"$LINENO"; then :
10991 ac_cv_lib_xml2_xmlParseMemory
=yes
10993 ac_cv_lib_xml2_xmlParseMemory
=no
10995 rm -f core conftest.err conftest.
$ac_objext \
10996 conftest
$ac_exeext conftest.
$ac_ext
10997 LIBS
=$ac_check_lib_save_LIBS
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11000 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11001 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11003 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11010 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11011 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11012 $as_echo_n "(cached) " >&6
11014 ac_check_lib_save_LIBS
=$LIBS
11015 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11025 char xmlReadMemory ();
11029 return xmlReadMemory ();
11034 if ac_fn_c_try_link
"$LINENO"; then :
11035 ac_cv_lib_xml2_xmlReadMemory
=yes
11037 ac_cv_lib_xml2_xmlReadMemory
=no
11039 rm -f core conftest.err conftest.
$ac_objext \
11040 conftest
$ac_exeext conftest.
$ac_ext
11041 LIBS
=$ac_check_lib_save_LIBS
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11044 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11045 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11047 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11052 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11053 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11054 $as_echo_n "(cached) " >&6
11056 ac_check_lib_save_LIBS
=$LIBS
11057 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11067 char xmlNewDocPI ();
11071 return xmlNewDocPI ();
11076 if ac_fn_c_try_link
"$LINENO"; then :
11077 ac_cv_lib_xml2_xmlNewDocPI
=yes
11079 ac_cv_lib_xml2_xmlNewDocPI
=no
11081 rm -f core conftest.err conftest.
$ac_objext \
11082 conftest
$ac_exeext conftest.
$ac_ext
11083 LIBS
=$ac_check_lib_save_LIBS
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11086 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11087 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11089 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11094 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11095 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11096 $as_echo_n "(cached) " >&6
11098 ac_check_lib_save_LIBS
=$LIBS
11099 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11109 char xmlSchemaSetParserStructuredErrors ();
11113 return xmlSchemaSetParserStructuredErrors ();
11118 if ac_fn_c_try_link
"$LINENO"; then :
11119 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11121 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11123 rm -f core conftest.err conftest.
$ac_objext \
11124 conftest
$ac_exeext conftest.
$ac_ext
11125 LIBS
=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11128 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11129 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11131 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11136 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11137 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11138 $as_echo_n "(cached) " >&6
11140 ac_check_lib_save_LIBS
=$LIBS
11141 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11143 /* end confdefs.h. */
11145 /* Override any GCC internal prototype to avoid an error.
11146 Use char because int might match the return type of a GCC
11147 builtin and then its argument prototype would still apply. */
11151 char xmlSchemaSetValidStructuredErrors ();
11155 return xmlSchemaSetValidStructuredErrors ();
11160 if ac_fn_c_try_link
"$LINENO"; then :
11161 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11163 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11165 rm -f core conftest.err conftest.
$ac_objext \
11166 conftest
$ac_exeext conftest.
$ac_ext
11167 LIBS
=$ac_check_lib_save_LIBS
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11170 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11171 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11173 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11178 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11179 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11180 $as_echo_n "(cached) " >&6
11182 ac_check_lib_save_LIBS
=$LIBS
11183 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11185 /* end confdefs.h. */
11187 /* Override any GCC internal prototype to avoid an error.
11188 Use char because int might match the return type of a GCC
11189 builtin and then its argument prototype would still apply. */
11193 char xmlFirstElementChild ();
11197 return xmlFirstElementChild ();
11202 if ac_fn_c_try_link
"$LINENO"; then :
11203 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11205 ac_cv_lib_xml2_xmlFirstElementChild
=no
11207 rm -f core conftest.err conftest.
$ac_objext \
11208 conftest
$ac_exeext conftest.
$ac_ext
11209 LIBS
=$ac_check_lib_save_LIBS
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11212 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11213 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11215 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11219 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11221 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11223 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11231 CPPFLAGS
=$ac_save_CPPFLAGS
11232 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11233 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11236 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11237 case "x$with_xml" in
11238 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11240 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11241 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11246 if test "x$with_xslt" != "xno"
11248 if ${XSLT_CFLAGS:+false} :; then :
11249 if ${PKG_CONFIG+:} false
; then :
11250 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11253 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11254 if ${XSLT_LIBS:+false} :; then :
11255 if ${PKG_CONFIG+:} false
; then :
11256 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11259 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11260 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11261 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11262 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11263 ac_save_CPPFLAGS
=$CPPFLAGS
11264 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11265 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11267 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11268 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11269 # include <libxslt/pattern.h>
11272 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11273 cat >>confdefs.h
<<_ACEOF
11274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11281 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11284 $as_echo_n "checking for -lxslt... " >&6; }
11285 if ${ac_cv_lib_soname_xslt+:} false
; then :
11286 $as_echo_n "(cached) " >&6
11288 ac_check_soname_save_LIBS
=$LIBS
11289 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11291 /* end confdefs.h. */
11293 /* Override any GCC internal prototype to avoid an error.
11294 Use char because int might match the return type of a GCC
11295 builtin and then its argument prototype would still apply. */
11299 char xsltCompilePattern ();
11303 return xsltCompilePattern ();
11308 if ac_fn_c_try_link
"$LINENO"; then :
11310 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11311 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'` ;;
11312 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11313 if ${ac_cv_lib_soname_xslt:+false} :; then :
11314 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11318 rm -f core conftest.err conftest.
$ac_objext \
11319 conftest
$ac_exeext conftest.
$ac_ext
11320 LIBS
=$ac_check_soname_save_LIBS
11322 if ${ac_cv_lib_soname_xslt:+false} :; then :
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11324 $as_echo "not found" >&6; }
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11328 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11330 cat >>confdefs.h
<<_ACEOF
11331 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11339 CPPFLAGS
=$ac_save_CPPFLAGS
11340 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11341 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11344 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11345 case "x$with_xslt" in
11346 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11348 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11349 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11354 if test "x$with_dbus" != "xno"
11356 if ${DBUS_CFLAGS:+false} :; then :
11357 if ${PKG_CONFIG+:} false
; then :
11358 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11362 if ${DBUS_LIBS:+false} :; then :
11363 if ${PKG_CONFIG+:} false
; then :
11364 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11369 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11370 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11371 ac_save_CPPFLAGS
=$CPPFLAGS
11372 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11373 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11374 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11376 $as_echo_n "checking for -ldbus-1... " >&6; }
11377 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11378 $as_echo_n "(cached) " >&6
11380 ac_check_soname_save_LIBS
=$LIBS
11381 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11383 /* end confdefs.h. */
11385 /* Override any GCC internal prototype to avoid an error.
11386 Use char because int might match the return type of a GCC
11387 builtin and then its argument prototype would still apply. */
11391 char dbus_connection_close ();
11395 return dbus_connection_close ();
11400 if ac_fn_c_try_link
"$LINENO"; then :
11402 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11403 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'` ;;
11404 *) 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'`
11405 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11406 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11410 rm -f core conftest.err conftest.
$ac_objext \
11411 conftest
$ac_exeext conftest.
$ac_ext
11412 LIBS
=$ac_check_soname_save_LIBS
11414 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11416 $as_echo "not found" >&6; }
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11420 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11422 cat >>confdefs.h
<<_ACEOF
11423 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11433 CPPFLAGS
=$ac_save_CPPFLAGS
11434 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11435 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11438 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11439 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11440 case "x$with_dbus" in
11441 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11443 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11444 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11449 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11451 if ${HAL_CFLAGS:+false} :; then :
11452 if ${PKG_CONFIG+:} false
; then :
11453 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11457 if ${HAL_LIBS:+false} :; then :
11458 if ${PKG_CONFIG+:} false
; then :
11459 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11463 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11464 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11465 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11466 ac_save_CPPFLAGS
=$CPPFLAGS
11467 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11468 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11469 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11471 $as_echo_n "checking for -lhal... " >&6; }
11472 if ${ac_cv_lib_soname_hal+:} false
; then :
11473 $as_echo_n "(cached) " >&6
11475 ac_check_soname_save_LIBS
=$LIBS
11476 LIBS
="-lhal $HAL_LIBS $LIBS"
11477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11478 /* end confdefs.h. */
11480 /* Override any GCC internal prototype to avoid an error.
11481 Use char because int might match the return type of a GCC
11482 builtin and then its argument prototype would still apply. */
11486 char libhal_ctx_new ();
11490 return libhal_ctx_new ();
11495 if ac_fn_c_try_link
"$LINENO"; then :
11497 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11498 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'` ;;
11499 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11500 if ${ac_cv_lib_soname_hal:+false} :; then :
11501 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11505 rm -f core conftest.err conftest.
$ac_objext \
11506 conftest
$ac_exeext conftest.
$ac_ext
11507 LIBS
=$ac_check_soname_save_LIBS
11509 if ${ac_cv_lib_soname_hal:+false} :; then :
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11511 $as_echo "not found" >&6; }
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11515 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11517 cat >>confdefs.h
<<_ACEOF
11518 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11528 CPPFLAGS
=$ac_save_CPPFLAGS
11529 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11530 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11532 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11533 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11534 case "x$with_hal" in
11535 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11537 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11538 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11544 if test "x$with_gnutls" != "xno"
11546 if ${GNUTLS_CFLAGS:+false} :; then :
11547 if ${PKG_CONFIG+:} false
; then :
11548 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11552 if ${GNUTLS_LIBS:+false} :; then :
11553 if ${PKG_CONFIG+:} false
; then :
11554 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11559 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11560 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11561 ac_save_CPPFLAGS
=$CPPFLAGS
11562 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11563 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11564 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11566 /* end confdefs.h. */
11567 #include <gnutls/gnutls.h>
11568 #include <gnutls/crypto.h>
11572 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11577 if ac_fn_c_try_compile
"$LINENO"; then :
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11579 $as_echo_n "checking for -lgnutls... " >&6; }
11580 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11581 $as_echo_n "(cached) " >&6
11583 ac_check_soname_save_LIBS
=$LIBS
11584 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11586 /* end confdefs.h. */
11588 /* Override any GCC internal prototype to avoid an error.
11589 Use char because int might match the return type of a GCC
11590 builtin and then its argument prototype would still apply. */
11594 char gnutls_global_init ();
11598 return gnutls_global_init ();
11603 if ac_fn_c_try_link
"$LINENO"; then :
11605 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11606 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'` ;;
11607 *) 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'`
11608 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11609 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'`
11613 rm -f core conftest.err conftest.
$ac_objext \
11614 conftest
$ac_exeext conftest.
$ac_ext
11615 LIBS
=$ac_check_soname_save_LIBS
11617 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11619 $as_echo "not found" >&6; }
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11623 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11625 cat >>confdefs.h
<<_ACEOF
11626 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11631 ac_wine_check_funcs_save_LIBS
="$LIBS"
11632 LIBS
="$LIBS $GNUTLS_LIBS"
11633 for ac_func
in gnutls_hash
11635 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11636 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11637 cat >>confdefs.h
<<_ACEOF
11638 #define HAVE_GNUTLS_HASH 1
11642 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11646 LIBS
="$ac_wine_check_funcs_save_LIBS"
11648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11654 CPPFLAGS
=$ac_save_CPPFLAGS
11655 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11656 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11659 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11660 case "x$with_gnutls" in
11661 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11663 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11664 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11670 if test "$ac_cv_header_ncurses_h" = "yes"
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11673 $as_echo_n "checking for -lncurses... " >&6; }
11674 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11675 $as_echo_n "(cached) " >&6
11677 ac_check_soname_save_LIBS
=$LIBS
11678 LIBS
="-lncurses $LIBS"
11679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11680 /* end confdefs.h. */
11682 /* Override any GCC internal prototype to avoid an error.
11683 Use char because int might match the return type of a GCC
11684 builtin and then its argument prototype would still apply. */
11697 if ac_fn_c_try_link
"$LINENO"; then :
11699 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11700 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'` ;;
11701 *) 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'`
11702 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11703 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11707 rm -f core conftest.err conftest.
$ac_objext \
11708 conftest
$ac_exeext conftest.
$ac_ext
11709 LIBS
=$ac_check_soname_save_LIBS
11711 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11713 $as_echo "not found" >&6; }
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11717 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11719 cat >>confdefs.h
<<_ACEOF
11720 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11723 CURSES_LIBS
="-lncurses"
11725 elif test "$ac_cv_header_curses_h" = "yes"
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11728 $as_echo_n "checking for -lcurses... " >&6; }
11729 if ${ac_cv_lib_soname_curses+:} false
; then :
11730 $as_echo_n "(cached) " >&6
11732 ac_check_soname_save_LIBS
=$LIBS
11733 LIBS
="-lcurses $LIBS"
11734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11735 /* end confdefs.h. */
11737 /* Override any GCC internal prototype to avoid an error.
11738 Use char because int might match the return type of a GCC
11739 builtin and then its argument prototype would still apply. */
11752 if ac_fn_c_try_link
"$LINENO"; then :
11754 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11755 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'` ;;
11756 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11757 if ${ac_cv_lib_soname_curses:+false} :; then :
11758 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11762 rm -f core conftest.err conftest.
$ac_objext \
11763 conftest
$ac_exeext conftest.
$ac_ext
11764 LIBS
=$ac_check_soname_save_LIBS
11766 if ${ac_cv_lib_soname_curses:+false} :; then :
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11768 $as_echo "not found" >&6; }
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11772 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11774 cat >>confdefs.h
<<_ACEOF
11775 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11778 CURSES_LIBS
="-lcurses"
11781 ac_save_LIBS
="$LIBS"
11782 LIBS
="$LIBS $CURSES_LIBS"
11783 for ac_func
in mousemask
11785 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11786 if test "x$ac_cv_func_mousemask" = xyes
; then :
11787 cat >>confdefs.h
<<_ACEOF
11788 #define HAVE_MOUSEMASK 1
11794 LIBS
="$ac_save_LIBS"
11795 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11796 case "x$with_curses" in
11797 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11799 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11800 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11805 if test "x$with_sane" != "xno"
11807 if ${SANE_CFLAGS:+false} :; then :
11808 if ${PKG_CONFIG+:} false
; then :
11809 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11812 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11813 if ${SANE_LIBS:+false} :; then :
11814 if ${PKG_CONFIG+:} false
; then :
11815 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11818 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11820 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11821 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11822 ac_save_CPPFLAGS
=$CPPFLAGS
11823 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11824 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11825 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11827 $as_echo_n "checking for -lsane... " >&6; }
11828 if ${ac_cv_lib_soname_sane+:} false
; then :
11829 $as_echo_n "(cached) " >&6
11831 ac_check_soname_save_LIBS
=$LIBS
11832 LIBS
="-lsane $SANE_LIBS $LIBS"
11833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11834 /* end confdefs.h. */
11836 /* Override any GCC internal prototype to avoid an error.
11837 Use char because int might match the return type of a GCC
11838 builtin and then its argument prototype would still apply. */
11846 return sane_init ();
11851 if ac_fn_c_try_link
"$LINENO"; then :
11853 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11854 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'` ;;
11855 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11856 if ${ac_cv_lib_soname_sane:+false} :; then :
11857 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11861 rm -f core conftest.err conftest.
$ac_objext \
11862 conftest
$ac_exeext conftest.
$ac_ext
11863 LIBS
=$ac_check_soname_save_LIBS
11865 if ${ac_cv_lib_soname_sane:+false} :; then :
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11867 $as_echo "not found" >&6; }
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11871 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11873 cat >>confdefs.h
<<_ACEOF
11874 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11884 CPPFLAGS
=$ac_save_CPPFLAGS
11885 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11886 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11889 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11890 case "x$with_sane" in
11891 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11893 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11894 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11899 if test "x$with_v4l" != "xno"
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11902 $as_echo_n "checking for -lv4l1... " >&6; }
11903 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11904 $as_echo_n "(cached) " >&6
11906 ac_check_soname_save_LIBS
=$LIBS
11907 LIBS
="-lv4l1 $LIBS"
11908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11909 /* end confdefs.h. */
11911 /* Override any GCC internal prototype to avoid an error.
11912 Use char because int might match the return type of a GCC
11913 builtin and then its argument prototype would still apply. */
11921 return v4l1_open ();
11926 if ac_fn_c_try_link
"$LINENO"; then :
11928 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11929 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'` ;;
11930 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11931 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11932 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11936 rm -f core conftest.err conftest.
$ac_objext \
11937 conftest
$ac_exeext conftest.
$ac_ext
11938 LIBS
=$ac_check_soname_save_LIBS
11940 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11942 $as_echo "not found" >&6; }
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11946 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11948 cat >>confdefs.h
<<_ACEOF
11949 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11955 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11956 case "x$with_v4l" in
11957 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11959 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11960 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11965 if test "x$with_gphoto" != "xno"
11967 if ${GPHOTO2_CFLAGS:+false} :; then :
11968 if ${PKG_CONFIG+:} false
; then :
11969 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11972 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11973 if ${GPHOTO2_LIBS:+false} :; then :
11974 if ${PKG_CONFIG+:} false
; then :
11975 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11978 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11979 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11980 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11981 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11982 ac_save_CPPFLAGS
=$CPPFLAGS
11983 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11984 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11985 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11987 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11988 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11989 $as_echo_n "(cached) " >&6
11991 ac_check_lib_save_LIBS
=$LIBS
11992 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11994 /* end confdefs.h. */
11996 /* Override any GCC internal prototype to avoid an error.
11997 Use char because int might match the return type of a GCC
11998 builtin and then its argument prototype would still apply. */
12002 char gp_camera_new ();
12006 return gp_camera_new ();
12011 if ac_fn_c_try_link
"$LINENO"; then :
12012 ac_cv_lib_gphoto2_gp_camera_new
=yes
12014 ac_cv_lib_gphoto2_gp_camera_new
=no
12016 rm -f core conftest.err conftest.
$ac_objext \
12017 conftest
$ac_exeext conftest.
$ac_ext
12018 LIBS
=$ac_check_lib_save_LIBS
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12021 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12022 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12024 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12027 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12031 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12035 CPPFLAGS
=$ac_save_CPPFLAGS
12036 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12037 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12039 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12040 if ${PKG_CONFIG+:} false
; then :
12041 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12044 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12045 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12046 if ${PKG_CONFIG+:} false
; then :
12047 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12050 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12051 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12052 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12053 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12054 ac_save_CPPFLAGS
=$CPPFLAGS
12055 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12056 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12057 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12059 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12060 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12061 $as_echo_n "(cached) " >&6
12063 ac_check_lib_save_LIBS
=$LIBS
12064 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12066 /* end confdefs.h. */
12068 /* Override any GCC internal prototype to avoid an error.
12069 Use char because int might match the return type of a GCC
12070 builtin and then its argument prototype would still apply. */
12074 char gp_port_info_list_new ();
12078 return gp_port_info_list_new ();
12083 if ac_fn_c_try_link
"$LINENO"; then :
12084 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12086 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12088 rm -f core conftest.err conftest.
$ac_objext \
12089 conftest
$ac_exeext conftest.
$ac_ext
12090 LIBS
=$ac_check_lib_save_LIBS
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12093 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12094 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12096 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12099 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12103 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12107 CPPFLAGS
=$ac_save_CPPFLAGS
12108 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12109 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12112 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12113 case "x$with_gphoto" in
12114 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12116 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12117 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12121 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12122 case "x$with_gphoto" in
12123 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12125 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12126 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12132 if test "$ac_cv_header_resolv_h" = "yes"
12134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12135 $as_echo_n "checking for resolver library... " >&6; }
12136 if ${ac_cv_have_resolv+:} false
; then :
12137 $as_echo_n "(cached) " >&6
12139 ac_save_LIBS
="$LIBS"
12140 for lib
in '' -lresolv
12142 LIBS
="$lib $ac_save_LIBS"
12143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12144 /* end confdefs.h. */
12145 #ifdef HAVE_NETINET_IN_H
12146 #include <netinet/in.h>
12148 #include <resolv.h>
12152 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12157 if ac_fn_c_try_link
"$LINENO"; then :
12158 ac_cv_have_resolv
=${lib:-"none required"}
12160 ac_cv_have_resolv
="not found"
12162 rm -f core conftest.err conftest.
$ac_objext \
12163 conftest
$ac_exeext conftest.
$ac_ext
12164 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12166 LIBS
="$ac_save_LIBS"
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12169 $as_echo "$ac_cv_have_resolv" >&6; }
12171 case "$ac_cv_have_resolv" in
12175 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12178 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12180 RESOLV_LIBS
=$ac_cv_have_resolv
12185 if test "x$with_cms" != "xno"
12187 if ${LCMS2_CFLAGS:+false} :; then :
12188 if ${PKG_CONFIG+:} false
; then :
12189 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12193 if ${LCMS2_LIBS:+false} :; then :
12194 if ${PKG_CONFIG+:} false
; then :
12195 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12199 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12200 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12201 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12202 ac_save_CPPFLAGS
=$CPPFLAGS
12203 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12204 for ac_header
in lcms2.h
12206 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12207 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12208 cat >>confdefs.h
<<_ACEOF
12209 #define HAVE_LCMS2_H 1
12216 if test "$ac_cv_header_lcms2_h" = "yes"
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12219 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12220 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12221 $as_echo_n "(cached) " >&6
12223 ac_check_lib_save_LIBS
=$LIBS
12224 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12226 /* end confdefs.h. */
12228 /* Override any GCC internal prototype to avoid an error.
12229 Use char because int might match the return type of a GCC
12230 builtin and then its argument prototype would still apply. */
12234 char cmsOpenProfileFromFile ();
12238 return cmsOpenProfileFromFile ();
12243 if ac_fn_c_try_link
"$LINENO"; then :
12244 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12246 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12248 rm -f core conftest.err conftest.
$ac_objext \
12249 conftest
$ac_exeext conftest.
$ac_ext
12250 LIBS
=$ac_check_lib_save_LIBS
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12253 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12254 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12256 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12266 CPPFLAGS
=$ac_save_CPPFLAGS
12267 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12268 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12271 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12272 case "x$with_cms" in
12273 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12275 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12276 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12281 if test "x$with_freetype" != "xno"
12283 if ${FREETYPE_CFLAGS:+false} :; then :
12284 if ${PKG_CONFIG+:} false
; then :
12285 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12288 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12289 if ${FREETYPE_LIBS:+false} :; then :
12290 if ${PKG_CONFIG+:} false
; then :
12291 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12294 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12295 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12296 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12297 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12298 ac_save_CPPFLAGS
=$CPPFLAGS
12299 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12300 for ac_header
in ft2build.h
12302 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12303 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12304 cat >>confdefs.h
<<_ACEOF
12305 #define HAVE_FT2BUILD_H 1
12312 if test "$ac_cv_header_ft2build_h" = "yes"
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12315 $as_echo_n "checking for -lfreetype... " >&6; }
12316 if ${ac_cv_lib_soname_freetype+:} false
; then :
12317 $as_echo_n "(cached) " >&6
12319 ac_check_soname_save_LIBS
=$LIBS
12320 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12322 /* end confdefs.h. */
12324 /* Override any GCC internal prototype to avoid an error.
12325 Use char because int might match the return type of a GCC
12326 builtin and then its argument prototype would still apply. */
12330 char FT_Init_FreeType ();
12334 return FT_Init_FreeType ();
12339 if ac_fn_c_try_link
"$LINENO"; then :
12341 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12342 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'` ;;
12343 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12344 if ${ac_cv_lib_soname_freetype:+false} :; then :
12345 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12349 rm -f core conftest.err conftest.
$ac_objext \
12350 conftest
$ac_exeext conftest.
$ac_ext
12351 LIBS
=$ac_check_soname_save_LIBS
12353 if ${ac_cv_lib_soname_freetype:+false} :; then :
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12355 $as_echo "not found" >&6; }
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12359 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12361 cat >>confdefs.h
<<_ACEOF
12362 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12366 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12368 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12369 #include FT_MODULE_H
12371 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12373 cat >>confdefs.h
<<_ACEOF
12374 #define HAVE_FT_TRUETYPEENGINETYPE 1
12385 CPPFLAGS
=$ac_save_CPPFLAGS
12386 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12387 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12390 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12391 case "x$with_freetype" in
12393 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12394 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12396 enable_fonts
=${enable_fonts:-no}
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12400 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12401 if ${ac_cv_c_ppdev+:} false
; then :
12402 $as_echo_n "(cached) " >&6
12404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12405 /* end confdefs.h. */
12406 #ifdef HAVE_SYS_IOCTL_H
12407 # include <sys/ioctl.h>
12409 #include <linux/ppdev.h>
12413 ioctl (1,PPCLAIM,0)
12418 if ac_fn_c_try_compile
"$LINENO"; then :
12419 ac_cv_c_ppdev
="yes"
12423 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12426 $as_echo "$ac_cv_c_ppdev" >&6; }
12427 if test "$ac_cv_c_ppdev" = "yes"
12430 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12434 ac_wine_check_funcs_save_LIBS
="$LIBS"
12435 LIBS
="$LIBS $PTHREAD_LIBS"
12437 pthread_attr_get_np \
12438 pthread_getattr_np \
12439 pthread_getthreadid_np \
12440 pthread_get_stackaddr_np \
12441 pthread_get_stacksize_np
12443 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12444 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12445 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12446 cat >>confdefs.h
<<_ACEOF
12447 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12453 LIBS
="$ac_wine_check_funcs_save_LIBS"
12455 if test "$ac_cv_header_zlib_h" = "yes"
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12458 $as_echo_n "checking for inflate in -lz... " >&6; }
12459 if ${ac_cv_lib_z_inflate+:} false
; then :
12460 $as_echo_n "(cached) " >&6
12462 ac_check_lib_save_LIBS
=$LIBS
12464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12465 /* end confdefs.h. */
12467 /* Override any GCC internal prototype to avoid an error.
12468 Use char because int might match the return type of a GCC
12469 builtin and then its argument prototype would still apply. */
12482 if ac_fn_c_try_link
"$LINENO"; then :
12483 ac_cv_lib_z_inflate
=yes
12485 ac_cv_lib_z_inflate
=no
12487 rm -f core conftest.err conftest.
$ac_objext \
12488 conftest
$ac_exeext conftest.
$ac_ext
12489 LIBS
=$ac_check_lib_save_LIBS
12491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12492 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12493 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12495 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12502 if test "x$Z_LIBS" = "x"; then :
12503 case "x$with_zlib" in
12504 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12506 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12507 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12512 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12514 if test "$ac_cv_header_gettext_po_h" = "yes"
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12517 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12518 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12519 $as_echo_n "(cached) " >&6
12521 ac_check_lib_save_LIBS
=$LIBS
12522 LIBS
="-lgettextpo $LIBS"
12523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12524 /* end confdefs.h. */
12526 /* Override any GCC internal prototype to avoid an error.
12527 Use char because int might match the return type of a GCC
12528 builtin and then its argument prototype would still apply. */
12532 char po_message_msgctxt ();
12536 return po_message_msgctxt ();
12541 if ac_fn_c_try_link
"$LINENO"; then :
12542 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12544 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12546 rm -f core conftest.err conftest.
$ac_objext \
12547 conftest
$ac_exeext conftest.
$ac_ext
12548 LIBS
=$ac_check_lib_save_LIBS
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12551 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12552 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12554 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12556 GETTEXTPO_LIBS
="-lgettextpo"
12561 if test "x$GETTEXTPO_LIBS" = "x"; then :
12562 case "x$with_gettextpo" in
12563 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12565 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12566 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12570 if test "$srcdir" != .
; then :
12571 case "x$with_gettextpo" in
12572 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12574 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12575 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12581 if test "x$with_pulse" != "xno";
12583 if ${PULSE_CFLAGS:+false} :; then :
12584 if ${PKG_CONFIG+:} false
; then :
12585 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12589 if ${PULSE_LIBS:+false} :; then :
12590 if ${PKG_CONFIG+:} false
; then :
12591 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12596 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12597 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12598 ac_save_CPPFLAGS
=$CPPFLAGS
12599 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12600 for ac_header
in pulse
/pulseaudio.h
12602 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12603 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12604 cat >>confdefs.h
<<_ACEOF
12605 #define HAVE_PULSE_PULSEAUDIO_H 1
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12608 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12609 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12610 $as_echo_n "(cached) " >&6
12612 ac_check_lib_save_LIBS
=$LIBS
12613 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12615 /* end confdefs.h. */
12617 /* Override any GCC internal prototype to avoid an error.
12618 Use char because int might match the return type of a GCC
12619 builtin and then its argument prototype would still apply. */
12623 char pa_stream_is_corked ();
12627 return pa_stream_is_corked ();
12632 if ac_fn_c_try_link
"$LINENO"; then :
12633 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12635 ac_cv_lib_pulse_pa_stream_is_corked
=no
12637 rm -f core conftest.err conftest.
$ac_objext \
12638 conftest
$ac_exeext conftest.
$ac_ext
12639 LIBS
=$ac_check_lib_save_LIBS
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12642 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12643 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12655 CPPFLAGS
=$ac_save_CPPFLAGS
12656 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12657 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12660 if test -z "$PULSE_LIBS"; then :
12661 case "x$with_pulse" in
12662 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12664 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12665 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12667 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12670 if test "x$with_gstreamer" != "xno"
12672 if ${GSTREAMER_CFLAGS:+false} :; then :
12673 if ${PKG_CONFIG+:} false
; then :
12674 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12678 if ${GSTREAMER_LIBS:+false} :; then :
12679 if ${PKG_CONFIG+:} false
; then :
12680 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12685 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12686 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12687 ac_save_CPPFLAGS
=$CPPFLAGS
12688 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12690 for i
in $GSTREAMER_CFLAGS
12693 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12696 GSTREAMER_CFLAGS
=$ac_gst_incl
12697 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12698 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12699 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12701 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12703 /* end confdefs.h. */
12704 #include <gst/gst.h>
12708 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12713 if ac_fn_c_try_compile
"$LINENO"; then :
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12715 $as_echo "yes" >&6; }
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12717 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12718 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12719 $as_echo_n "(cached) " >&6
12721 ac_check_lib_save_LIBS
=$LIBS
12722 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12724 /* end confdefs.h. */
12726 /* Override any GCC internal prototype to avoid an error.
12727 Use char because int might match the return type of a GCC
12728 builtin and then its argument prototype would still apply. */
12732 char gst_pad_new ();
12736 return gst_pad_new ();
12741 if ac_fn_c_try_link
"$LINENO"; then :
12742 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12744 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12746 rm -f core conftest.err conftest.
$ac_objext \
12747 conftest
$ac_exeext conftest.
$ac_ext
12748 LIBS
=$ac_check_lib_save_LIBS
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12751 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12752 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12758 $as_echo "no" >&6; }
12759 ac_glib2_broken
=yes
12760 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12766 CPPFLAGS
=$ac_save_CPPFLAGS
12767 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12768 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12771 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 :
12772 case "x$with_gstreamer" in
12773 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12775 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12776 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12780 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12784 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12787 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12788 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12789 $as_echo_n "(cached) " >&6
12791 ac_check_lib_save_LIBS
=$LIBS
12792 LIBS
="-lasound $LIBS"
12793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12794 /* end confdefs.h. */
12796 /* Override any GCC internal prototype to avoid an error.
12797 Use char because int might match the return type of a GCC
12798 builtin and then its argument prototype would still apply. */
12802 char snd_pcm_hw_params_get_access_mask ();
12806 return snd_pcm_hw_params_get_access_mask ();
12811 if ac_fn_c_try_link
"$LINENO"; then :
12812 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12814 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12816 rm -f core conftest.err conftest.
$ac_objext \
12817 conftest
$ac_exeext conftest.
$ac_ext
12818 LIBS
=$ac_check_lib_save_LIBS
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12821 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12822 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12824 /* end confdefs.h. */
12825 #ifdef HAVE_ALSA_ASOUNDLIB_H
12826 #include <alsa/asoundlib.h>
12827 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12828 #include <sys/asoundlib.h>
12833 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12838 if ac_fn_c_try_compile
"$LINENO"; then :
12839 ALSA_LIBS
="-lasound"
12841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12845 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12847 if test "x$with_oss" != xno
12849 ac_save_CPPFLAGS
="$CPPFLAGS"
12850 if test -f /etc
/oss.conf
12854 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12855 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12856 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12857 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12858 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12860 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12862 cat >>confdefs.h
<<_ACEOF
12863 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12866 OSS4_CFLAGS
="$ac_oss_incl"
12873 CPPFLAGS
="$ac_save_CPPFLAGS"
12875 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
12876 case "x$with_oss" in
12877 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12879 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12880 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12882 enable_wineoss_drv
=${enable_wineoss_drv:-no}
12885 if test "x$with_capi" != "xno"
12887 if ${CAPI20_CFLAGS:+false} :; then :
12888 if ${PKG_CONFIG+:} false
; then :
12889 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12893 if ${CAPI20_LIBS:+false} :; then :
12894 if ${PKG_CONFIG+:} false
; then :
12895 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12900 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12901 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12902 ac_save_CPPFLAGS
=$CPPFLAGS
12903 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12904 for ac_header
in capi20.h linux
/capi.h
12906 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12907 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12909 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12910 cat >>confdefs.h
<<_ACEOF
12911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12918 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12921 $as_echo_n "checking for -lcapi20... " >&6; }
12922 if ${ac_cv_lib_soname_capi20+:} false
; then :
12923 $as_echo_n "(cached) " >&6
12925 ac_check_soname_save_LIBS
=$LIBS
12926 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12928 /* end confdefs.h. */
12930 /* Override any GCC internal prototype to avoid an error.
12931 Use char because int might match the return type of a GCC
12932 builtin and then its argument prototype would still apply. */
12936 char capi20_register ();
12940 return capi20_register ();
12945 if ac_fn_c_try_link
"$LINENO"; then :
12947 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12948 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'` ;;
12949 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12950 if ${ac_cv_lib_soname_capi20:+false} :; then :
12951 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12955 rm -f core conftest.err conftest.
$ac_objext \
12956 conftest
$ac_exeext conftest.
$ac_ext
12957 LIBS
=$ac_check_soname_save_LIBS
12959 if ${ac_cv_lib_soname_capi20:+false} :; then :
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12961 $as_echo "not found" >&6; }
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12965 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12967 cat >>confdefs.h
<<_ACEOF
12968 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12974 CPPFLAGS
=$ac_save_CPPFLAGS
12975 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12976 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12979 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12980 case "x$with_capi" in
12981 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12983 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12984 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12991 if test "x$with_cups" != "xno"
12993 ac_save_CPPFLAGS
="$CPPFLAGS"
12994 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12995 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12996 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12997 for ac_header
in cups
/cups.h
12999 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13000 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13001 cat >>confdefs.h
<<_ACEOF
13002 #define HAVE_CUPS_CUPS_H 1
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13005 $as_echo_n "checking for -lcups... " >&6; }
13006 if ${ac_cv_lib_soname_cups+:} false
; then :
13007 $as_echo_n "(cached) " >&6
13009 ac_check_soname_save_LIBS
=$LIBS
13010 LIBS
="-lcups $ac_cups_libs $LIBS"
13011 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13012 /* end confdefs.h. */
13014 /* Override any GCC internal prototype to avoid an error.
13015 Use char because int might match the return type of a GCC
13016 builtin and then its argument prototype would still apply. */
13020 char cupsGetDefault ();
13024 return cupsGetDefault ();
13029 if ac_fn_c_try_link
"$LINENO"; then :
13031 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13032 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'` ;;
13033 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13034 if ${ac_cv_lib_soname_cups:+false} :; then :
13035 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13039 rm -f core conftest.err conftest.
$ac_objext \
13040 conftest
$ac_exeext conftest.
$ac_ext
13041 LIBS
=$ac_check_soname_save_LIBS
13043 if ${ac_cv_lib_soname_cups:+false} :; then :
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13045 $as_echo "not found" >&6; }
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13049 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13051 cat >>confdefs.h
<<_ACEOF
13052 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13055 CUPS_CFLAGS
="$ac_cups_cflags"
13061 CPPFLAGS
="$ac_save_CPPFLAGS"
13063 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13064 case "x$with_cups" in
13065 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13067 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13068 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13073 if test "x$with_fontconfig" != "xno"
13075 if ${FONTCONFIG_CFLAGS:+false} :; then :
13076 if ${PKG_CONFIG+:} false
; then :
13077 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13080 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13081 if ${FONTCONFIG_LIBS:+false} :; then :
13082 if ${PKG_CONFIG+:} false
; then :
13083 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13086 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13088 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13089 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13090 ac_save_CPPFLAGS
=$CPPFLAGS
13091 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13092 for ac_header
in fontconfig
/fontconfig.h
13094 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13095 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13096 cat >>confdefs.h
<<_ACEOF
13097 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13104 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13107 $as_echo_n "checking for -lfontconfig... " >&6; }
13108 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13109 $as_echo_n "(cached) " >&6
13111 ac_check_soname_save_LIBS
=$LIBS
13112 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13114 /* end confdefs.h. */
13116 /* Override any GCC internal prototype to avoid an error.
13117 Use char because int might match the return type of a GCC
13118 builtin and then its argument prototype would still apply. */
13131 if ac_fn_c_try_link
"$LINENO"; then :
13133 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13134 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'` ;;
13135 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13136 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13137 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13141 rm -f core conftest.err conftest.
$ac_objext \
13142 conftest
$ac_exeext conftest.
$ac_ext
13143 LIBS
=$ac_check_soname_save_LIBS
13145 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13147 $as_echo "not found" >&6; }
13148 FONTCONFIG_CFLAGS
=""
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13151 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13153 cat >>confdefs.h
<<_ACEOF
13154 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13160 FONTCONFIG_CFLAGS
=""
13162 CPPFLAGS
=$ac_save_CPPFLAGS
13163 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13164 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13167 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13168 case "x$with_fontconfig" in
13169 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13171 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13172 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13177 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13180 $as_echo_n "checking for -lgsm... " >&6; }
13181 if ${ac_cv_lib_soname_gsm+:} false
; then :
13182 $as_echo_n "(cached) " >&6
13184 ac_check_soname_save_LIBS
=$LIBS
13186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13187 /* end confdefs.h. */
13189 /* Override any GCC internal prototype to avoid an error.
13190 Use char because int might match the return type of a GCC
13191 builtin and then its argument prototype would still apply. */
13195 char gsm_create ();
13199 return gsm_create ();
13204 if ac_fn_c_try_link
"$LINENO"; then :
13206 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13207 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'` ;;
13208 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13209 if ${ac_cv_lib_soname_gsm:+false} :; then :
13210 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13214 rm -f core conftest.err conftest.
$ac_objext \
13215 conftest
$ac_exeext conftest.
$ac_ext
13216 LIBS
=$ac_check_soname_save_LIBS
13218 if ${ac_cv_lib_soname_gsm:+false} :; then :
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13220 $as_echo "not found" >&6; }
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13224 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13226 cat >>confdefs.h
<<_ACEOF
13227 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13233 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13234 case "x$with_gsm" in
13235 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13237 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13238 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13243 if test "x$with_jpeg" != "xno"
13245 if ${JPEG_CFLAGS:+false} :; then :
13246 if ${PKG_CONFIG+:} false
; then :
13247 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13251 if ${JPEG_LIBS:+false} :; then :
13252 if ${PKG_CONFIG+:} false
; then :
13253 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13258 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13259 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13260 ac_save_CPPFLAGS
=$CPPFLAGS
13261 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13262 for ac_header
in jpeglib.h
13264 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13265 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13266 cat >>confdefs.h
<<_ACEOF
13267 #define HAVE_JPEGLIB_H 1
13274 if test "$ac_cv_header_jpeglib_h" = "yes"
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13277 $as_echo_n "checking for -ljpeg... " >&6; }
13278 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13279 $as_echo_n "(cached) " >&6
13281 ac_check_soname_save_LIBS
=$LIBS
13282 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13284 /* end confdefs.h. */
13286 /* Override any GCC internal prototype to avoid an error.
13287 Use char because int might match the return type of a GCC
13288 builtin and then its argument prototype would still apply. */
13292 char jpeg_start_decompress ();
13296 return jpeg_start_decompress ();
13301 if ac_fn_c_try_link
"$LINENO"; then :
13303 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13304 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'` ;;
13305 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13306 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13307 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13311 rm -f core conftest.err conftest.
$ac_objext \
13312 conftest
$ac_exeext conftest.
$ac_ext
13313 LIBS
=$ac_check_soname_save_LIBS
13315 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13317 $as_echo "not found" >&6; }
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13321 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13323 cat >>confdefs.h
<<_ACEOF
13324 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13332 CPPFLAGS
=$ac_save_CPPFLAGS
13333 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13334 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13337 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13338 case "x$with_jpeg" in
13339 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13341 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13342 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13347 if test "x$with_png" != "xno"
13349 if ${PNG_CFLAGS:+false} :; then :
13350 if ${PKG_CONFIG+:} false
; then :
13351 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13354 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13355 if ${PNG_LIBS:+false} :; then :
13356 if ${PKG_CONFIG+:} false
; then :
13357 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13360 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13362 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13363 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13364 ac_save_CPPFLAGS
=$CPPFLAGS
13365 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13366 for ac_header
in png.h
13368 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13369 if test "x$ac_cv_header_png_h" = xyes
; then :
13370 cat >>confdefs.h
<<_ACEOF
13371 #define HAVE_PNG_H 1
13378 if test "$ac_cv_header_png_h" = "yes"
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13381 $as_echo_n "checking for -lpng... " >&6; }
13382 if ${ac_cv_lib_soname_png+:} false
; then :
13383 $as_echo_n "(cached) " >&6
13385 ac_check_soname_save_LIBS
=$LIBS
13386 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13388 /* end confdefs.h. */
13390 /* Override any GCC internal prototype to avoid an error.
13391 Use char because int might match the return type of a GCC
13392 builtin and then its argument prototype would still apply. */
13396 char png_create_read_struct ();
13400 return png_create_read_struct ();
13405 if ac_fn_c_try_link
"$LINENO"; then :
13407 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13408 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'` ;;
13409 *) 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'`
13410 if ${ac_cv_lib_soname_png:+false} :; then :
13411 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13415 rm -f core conftest.err conftest.
$ac_objext \
13416 conftest
$ac_exeext conftest.
$ac_ext
13417 LIBS
=$ac_check_soname_save_LIBS
13419 if ${ac_cv_lib_soname_png:+false} :; then :
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13421 $as_echo "not found" >&6; }
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13425 $as_echo "$ac_cv_lib_soname_png" >&6; }
13427 cat >>confdefs.h
<<_ACEOF
13428 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13432 /* end confdefs.h. */
13437 typeof(png_set_expand_gray_1_2_4_to_8) *p
13442 if ac_fn_c_try_compile
"$LINENO"; then :
13444 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13447 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13452 CPPFLAGS
=$ac_save_CPPFLAGS
13453 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13454 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13457 if test "x$ac_cv_lib_soname_png" = "x"; then :
13458 case "x$with_png" in
13459 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13461 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13462 This is an error since --with-png was requested." "$LINENO" 5 ;;
13467 if test "x$with_tiff" != "xno"
13469 if ${TIFF_CFLAGS:+false} :; then :
13470 if ${PKG_CONFIG+:} false
; then :
13471 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13475 if ${TIFF_LIBS:+false} :; then :
13476 if ${PKG_CONFIG+:} false
; then :
13477 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13482 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13483 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13484 ac_save_CPPFLAGS
=$CPPFLAGS
13485 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13486 for ac_header
in tiffio.h
13488 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13489 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13490 cat >>confdefs.h
<<_ACEOF
13491 #define HAVE_TIFFIO_H 1
13498 if test "$ac_cv_header_tiffio_h" = "yes"
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13501 $as_echo_n "checking for -ltiff... " >&6; }
13502 if ${ac_cv_lib_soname_tiff+:} false
; then :
13503 $as_echo_n "(cached) " >&6
13505 ac_check_soname_save_LIBS
=$LIBS
13506 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13508 /* end confdefs.h. */
13510 /* Override any GCC internal prototype to avoid an error.
13511 Use char because int might match the return type of a GCC
13512 builtin and then its argument prototype would still apply. */
13516 char TIFFClientOpen ();
13520 return TIFFClientOpen ();
13525 if ac_fn_c_try_link
"$LINENO"; then :
13527 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13528 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'` ;;
13529 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13530 if ${ac_cv_lib_soname_tiff:+false} :; then :
13531 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13535 rm -f core conftest.err conftest.
$ac_objext \
13536 conftest
$ac_exeext conftest.
$ac_ext
13537 LIBS
=$ac_check_soname_save_LIBS
13539 if ${ac_cv_lib_soname_tiff:+false} :; then :
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13541 $as_echo "not found" >&6; }
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13545 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13547 cat >>confdefs.h
<<_ACEOF
13548 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13554 CPPFLAGS
=$ac_save_CPPFLAGS
13555 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13556 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13559 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13560 case "x$with_tiff" in
13561 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13563 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13564 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13569 if test "x$with_mpg123" != "xno"
13571 if ${MPG123_CFLAGS:+false} :; then :
13572 if ${PKG_CONFIG+:} false
; then :
13573 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13577 if ${MPG123_LIBS:+false} :; then :
13578 if ${PKG_CONFIG+:} false
; then :
13579 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13583 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13584 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13585 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13586 ac_save_CPPFLAGS
=$CPPFLAGS
13587 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13588 for ac_header
in mpg123.h
13590 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13591 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13592 cat >>confdefs.h
<<_ACEOF
13593 #define HAVE_MPG123_H 1
13600 if test "$ac_cv_header_mpg123_h" = "yes"
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13603 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13604 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13605 $as_echo_n "(cached) " >&6
13607 ac_check_lib_save_LIBS
=$LIBS
13608 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13610 /* end confdefs.h. */
13612 /* Override any GCC internal prototype to avoid an error.
13613 Use char because int might match the return type of a GCC
13614 builtin and then its argument prototype would still apply. */
13618 char mpg123_feed ();
13622 return mpg123_feed ();
13627 if ac_fn_c_try_link
"$LINENO"; then :
13628 ac_cv_lib_mpg123_mpg123_feed
=yes
13630 ac_cv_lib_mpg123_mpg123_feed
=no
13632 rm -f core conftest.err conftest.
$ac_objext \
13633 conftest
$ac_exeext conftest.
$ac_ext
13634 LIBS
=$ac_check_lib_save_LIBS
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13637 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13638 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13648 CPPFLAGS
=$ac_save_CPPFLAGS
13649 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13650 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13653 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13654 case "x$with_mpg123" in
13655 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13657 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13658 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13660 enable_winemp3_acm
=${enable_winemp3_acm:-no}
13663 if test "$ac_cv_header_AL_al_h" = "yes"
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13666 $as_echo_n "checking for -lopenal... " >&6; }
13667 if ${ac_cv_lib_soname_openal+:} false
; then :
13668 $as_echo_n "(cached) " >&6
13670 ac_check_soname_save_LIBS
=$LIBS
13671 LIBS
="-lopenal $LIBS"
13672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13673 /* end confdefs.h. */
13675 /* Override any GCC internal prototype to avoid an error.
13676 Use char because int might match the return type of a GCC
13677 builtin and then its argument prototype would still apply. */
13681 char alGetSource3i ();
13685 return alGetSource3i ();
13690 if ac_fn_c_try_link
"$LINENO"; then :
13692 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13693 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'` ;;
13694 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13695 if ${ac_cv_lib_soname_openal:+false} :; then :
13696 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13700 rm -f core conftest.err conftest.
$ac_objext \
13701 conftest
$ac_exeext conftest.
$ac_ext
13702 LIBS
=$ac_check_soname_save_LIBS
13704 if ${ac_cv_lib_soname_openal:+false} :; then :
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13706 $as_echo "not found" >&6; }
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13710 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13712 cat >>confdefs.h
<<_ACEOF
13713 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13716 OPENAL_LIBS
="-lopenal"
13718 ac_cv_lib_openal
=yes
13720 cat >>confdefs.h
<<_ACEOF
13721 #define HAVE_OPENAL 1
13726 if test "x$ac_cv_lib_openal" != xyes
; then :
13727 case "x$with_openal" in
13728 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13730 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13731 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13733 enable_openal32
=${enable_openal32:-no}
13736 if test "x$ac_cv_lib_openal" = xyes
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13739 $as_echo_n "checking for openal-soft... " >&6; }
13740 if ${ac_cv_have_openalsoft+:} false
; then :
13741 $as_echo_n "(cached) " >&6
13743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13744 /* end confdefs.h. */
13746 #include <AL/alc.h>
13747 #include <AL/alext.h>
13748 LPALCRENDERSAMPLESSOFT x;
13757 if ac_fn_c_try_compile
"$LINENO"; then :
13758 ac_cv_have_openalsoft
=yes
13760 ac_cv_have_openalsoft
=no
13762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13765 $as_echo "$ac_cv_have_openalsoft" >&6; }
13767 if test "x$ac_cv_have_openalsoft" != xyes
13769 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13770 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
13771 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
13772 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
13773 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
13774 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
13775 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
13776 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
13777 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
13778 enable_xapofx1_1
=${enable_xapofx1_1:-no}
13779 enable_xapofx1_2
=${enable_xapofx1_2:-no}
13780 enable_xapofx1_3
=${enable_xapofx1_3:-no}
13781 enable_xapofx1_4
=${enable_xapofx1_4:-no}
13782 enable_xapofx1_5
=${enable_xapofx1_5:-no}
13783 enable_xaudio2_0
=${enable_xaudio2_0:-no}
13784 enable_xaudio2_1
=${enable_xaudio2_1:-no}
13785 enable_xaudio2_2
=${enable_xaudio2_2:-no}
13786 enable_xaudio2_3
=${enable_xaudio2_3:-no}
13787 enable_xaudio2_4
=${enable_xaudio2_4:-no}
13788 enable_xaudio2_5
=${enable_xaudio2_5:-no}
13789 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13790 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13791 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13792 enable_xaudio2_9
=${enable_xaudio2_9:-no}
13795 if test "$ac_cv_header_kstat_h" = "yes"
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13798 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13799 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13800 $as_echo_n "(cached) " >&6
13802 ac_check_lib_save_LIBS
=$LIBS
13803 LIBS
="-lkstat $LIBS"
13804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13805 /* end confdefs.h. */
13807 /* Override any GCC internal prototype to avoid an error.
13808 Use char because int might match the return type of a GCC
13809 builtin and then its argument prototype would still apply. */
13813 char kstat_open ();
13817 return kstat_open ();
13822 if ac_fn_c_try_link
"$LINENO"; then :
13823 ac_cv_lib_kstat_kstat_open
=yes
13825 ac_cv_lib_kstat_kstat_open
=no
13827 rm -f core conftest.err conftest.
$ac_objext \
13828 conftest
$ac_exeext conftest.
$ac_ext
13829 LIBS
=$ac_check_lib_save_LIBS
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13832 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13833 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13835 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13837 KSTAT_LIBS
="-lkstat"
13843 if test "$ac_cv_header_libprocstat_h" = "yes"
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13846 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13847 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13848 $as_echo_n "(cached) " >&6
13850 ac_check_lib_save_LIBS
=$LIBS
13851 LIBS
="-lprocstat $LIBS"
13852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13853 /* end confdefs.h. */
13855 /* Override any GCC internal prototype to avoid an error.
13856 Use char because int might match the return type of a GCC
13857 builtin and then its argument prototype would still apply. */
13861 char procstat_open_sysctl ();
13865 return procstat_open_sysctl ();
13870 if ac_fn_c_try_link
"$LINENO"; then :
13871 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13873 ac_cv_lib_procstat_procstat_open_sysctl
=no
13875 rm -f core conftest.err conftest.
$ac_objext \
13876 conftest
$ac_exeext conftest.
$ac_ext
13877 LIBS
=$ac_check_lib_save_LIBS
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13880 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13881 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13883 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13885 PROCSTAT_LIBS
="-lprocstat"
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13892 $as_echo_n "checking for -lodbc... " >&6; }
13893 if ${ac_cv_lib_soname_odbc+:} false
; then :
13894 $as_echo_n "(cached) " >&6
13896 ac_check_soname_save_LIBS
=$LIBS
13897 LIBS
="-lodbc $LIBS"
13898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13899 /* end confdefs.h. */
13901 /* Override any GCC internal prototype to avoid an error.
13902 Use char because int might match the return type of a GCC
13903 builtin and then its argument prototype would still apply. */
13907 char SQLConnect ();
13911 return SQLConnect ();
13916 if ac_fn_c_try_link
"$LINENO"; then :
13918 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13919 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'` ;;
13920 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13921 if ${ac_cv_lib_soname_odbc:+false} :; then :
13922 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13926 rm -f core conftest.err conftest.
$ac_objext \
13927 conftest
$ac_exeext conftest.
$ac_ext
13928 LIBS
=$ac_check_soname_save_LIBS
13930 if ${ac_cv_lib_soname_odbc:+false} :; then :
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13932 $as_echo "not found" >&6; }
13933 cat >>confdefs.h
<<_ACEOF
13934 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13939 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13941 cat >>confdefs.h
<<_ACEOF
13942 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13948 if test "x$with_netapi" != "xno"
13950 if ${NETAPI_CFLAGS:+false} :; then :
13951 if ${PKG_CONFIG+:} false
; then :
13952 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
13956 if ${NETAPI_LIBS:+false} :; then :
13957 if ${PKG_CONFIG+:} false
; then :
13958 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
13963 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
13964 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
13965 ac_save_CPPFLAGS
=$CPPFLAGS
13966 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13968 $as_echo_n "checking for -lnetapi... " >&6; }
13969 if ${ac_cv_lib_soname_netapi+:} false
; then :
13970 $as_echo_n "(cached) " >&6
13972 ac_check_soname_save_LIBS
=$LIBS
13973 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
13974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13975 /* end confdefs.h. */
13977 /* Override any GCC internal prototype to avoid an error.
13978 Use char because int might match the return type of a GCC
13979 builtin and then its argument prototype would still apply. */
13983 char libnetapi_init ();
13987 return libnetapi_init ();
13992 if ac_fn_c_try_link
"$LINENO"; then :
13994 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13995 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'` ;;
13996 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13997 if ${ac_cv_lib_soname_netapi:+false} :; then :
13998 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14002 rm -f core conftest.err conftest.
$ac_objext \
14003 conftest
$ac_exeext conftest.
$ac_ext
14004 LIBS
=$ac_check_soname_save_LIBS
14006 if ${ac_cv_lib_soname_netapi:+false} :; then :
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14008 $as_echo "not found" >&6; }
14009 cat >>confdefs.h
<<_ACEOF
14010 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14015 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14017 cat >>confdefs.h
<<_ACEOF
14018 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14023 CPPFLAGS
=$ac_save_CPPFLAGS
14024 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14025 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14029 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
14030 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14032 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14038 if test "x${GCC}" = "xyes"
14040 EXTRACFLAGS
="-Wall -pipe"
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14043 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14044 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14045 $as_echo_n "(cached) " >&6
14047 if test "$cross_compiling" = yes; then :
14048 ac_cv_c_gcc_strength_bug
="no"
14050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14051 /* end confdefs.h. */
14052 int L[4] = {0,1,2,3};
14056 static int Array[3];
14057 unsigned int B = 3;
14059 for(i=0; i<B; i++) Array[i] = i - 3;
14060 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14062 return (Array[1] != -2 || L[2] != 3)
14067 if ac_fn_c_try_run
"$LINENO"; then :
14068 ac_cv_c_gcc_strength_bug
="no"
14070 ac_cv_c_gcc_strength_bug
="yes"
14072 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14073 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14078 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14079 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14081 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14085 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14086 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14087 $as_echo_n "(cached) " >&6
14089 ac_wine_try_cflags_saved
=$CFLAGS
14090 CFLAGS
="$CFLAGS -fno-builtin"
14091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14092 /* end confdefs.h. */
14093 int main(int argc, char **argv) { return 0; }
14095 if ac_fn_c_try_link
"$LINENO"; then :
14096 ac_cv_cflags__fno_builtin
=yes
14098 ac_cv_cflags__fno_builtin
=no
14100 rm -f core conftest.err conftest.
$ac_objext \
14101 conftest
$ac_exeext conftest.
$ac_ext
14102 CFLAGS
=$ac_wine_try_cflags_saved
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14105 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14106 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14107 BUILTINFLAG
="-fno-builtin"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14111 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14112 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14113 $as_echo_n "(cached) " >&6
14115 ac_wine_try_cflags_saved
=$CFLAGS
14116 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14118 /* end confdefs.h. */
14119 int main(int argc, char **argv) { return 0; }
14121 if ac_fn_c_try_link
"$LINENO"; then :
14122 ac_cv_cflags__fno_strict_aliasing
=yes
14124 ac_cv_cflags__fno_strict_aliasing
=no
14126 rm -f core conftest.err conftest.
$ac_objext \
14127 conftest
$ac_exeext conftest.
$ac_ext
14128 CFLAGS
=$ac_wine_try_cflags_saved
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14131 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14132 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14133 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14136 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14137 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14138 $as_echo_n "(cached) " >&6
14140 ac_wine_try_cflags_saved
=$CFLAGS
14141 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 int main(int argc, char **argv) { return 0; }
14146 if ac_fn_c_try_link
"$LINENO"; then :
14147 ac_cv_cflags__fexcess_precision_standard
=yes
14149 ac_cv_cflags__fexcess_precision_standard
=no
14151 rm -f core conftest.err conftest.
$ac_objext \
14152 conftest
$ac_exeext conftest.
$ac_ext
14153 CFLAGS
=$ac_wine_try_cflags_saved
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14156 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14157 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14158 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14161 saved_CFLAGS
=$CFLAGS
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14163 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14164 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14165 $as_echo_n "(cached) " >&6
14167 ac_wine_try_cflags_saved
=$CFLAGS
14168 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14173 if ac_fn_c_try_link
"$LINENO"; then :
14174 ac_cv_cflags__Werror_unknown_warning_option
=yes
14176 ac_cv_cflags__Werror_unknown_warning_option
=no
14178 rm -f core conftest.err conftest.
$ac_objext \
14179 conftest
$ac_exeext conftest.
$ac_ext
14180 CFLAGS
=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14183 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14184 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14185 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14188 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14189 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14190 $as_echo_n "(cached) " >&6
14192 ac_wine_try_cflags_saved
=$CFLAGS
14193 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14196 int main(int argc, char **argv) { return 0; }
14198 if ac_fn_c_try_link
"$LINENO"; then :
14199 ac_cv_cflags__Wdeclaration_after_statement
=yes
14201 ac_cv_cflags__Wdeclaration_after_statement
=no
14203 rm -f core conftest.err conftest.
$ac_objext \
14204 conftest
$ac_exeext conftest.
$ac_ext
14205 CFLAGS
=$ac_wine_try_cflags_saved
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14208 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14209 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14210 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14213 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14214 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14215 $as_echo_n "(cached) " >&6
14217 ac_wine_try_cflags_saved
=$CFLAGS
14218 CFLAGS
="$CFLAGS -Wempty-body"
14219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14221 int main(int argc, char **argv) { return 0; }
14223 if ac_fn_c_try_link
"$LINENO"; then :
14224 ac_cv_cflags__Wempty_body
=yes
14226 ac_cv_cflags__Wempty_body
=no
14228 rm -f core conftest.err conftest.
$ac_objext \
14229 conftest
$ac_exeext conftest.
$ac_ext
14230 CFLAGS
=$ac_wine_try_cflags_saved
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14233 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14234 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14235 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14238 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14239 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14240 $as_echo_n "(cached) " >&6
14242 ac_wine_try_cflags_saved
=$CFLAGS
14243 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14248 if ac_fn_c_try_link
"$LINENO"; then :
14249 ac_cv_cflags__Wignored_qualifiers
=yes
14251 ac_cv_cflags__Wignored_qualifiers
=no
14253 rm -f core conftest.err conftest.
$ac_objext \
14254 conftest
$ac_exeext conftest.
$ac_ext
14255 CFLAGS
=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14258 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14259 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14260 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14263 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14264 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14265 $as_echo_n "(cached) " >&6
14267 ac_wine_try_cflags_saved
=$CFLAGS
14268 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14273 if ac_fn_c_try_link
"$LINENO"; then :
14274 ac_cv_cflags__Wshift_overflow_2
=yes
14276 ac_cv_cflags__Wshift_overflow_2
=no
14278 rm -f core conftest.err conftest.
$ac_objext \
14279 conftest
$ac_exeext conftest.
$ac_ext
14280 CFLAGS
=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14283 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14284 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14285 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14288 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14289 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14290 $as_echo_n "(cached) " >&6
14292 ac_wine_try_cflags_saved
=$CFLAGS
14293 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14298 if ac_fn_c_try_link
"$LINENO"; then :
14299 ac_cv_cflags__Wstrict_prototypes
=yes
14301 ac_cv_cflags__Wstrict_prototypes
=no
14303 rm -f core conftest.err conftest.
$ac_objext \
14304 conftest
$ac_exeext conftest.
$ac_ext
14305 CFLAGS
=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14308 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14309 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14310 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14313 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14314 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14315 $as_echo_n "(cached) " >&6
14317 ac_wine_try_cflags_saved
=$CFLAGS
14318 CFLAGS
="$CFLAGS -Wtype-limits"
14319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321 int main(int argc, char **argv) { return 0; }
14323 if ac_fn_c_try_link
"$LINENO"; then :
14324 ac_cv_cflags__Wtype_limits
=yes
14326 ac_cv_cflags__Wtype_limits
=no
14328 rm -f core conftest.err conftest.
$ac_objext \
14329 conftest
$ac_exeext conftest.
$ac_ext
14330 CFLAGS
=$ac_wine_try_cflags_saved
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14333 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14334 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14335 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14338 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14339 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14340 $as_echo_n "(cached) " >&6
14342 ac_wine_try_cflags_saved
=$CFLAGS
14343 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346 int main(int argc, char **argv) { return 0; }
14348 if ac_fn_c_try_link
"$LINENO"; then :
14349 ac_cv_cflags__Wunused_but_set_parameter
=yes
14351 ac_cv_cflags__Wunused_but_set_parameter
=no
14353 rm -f core conftest.err conftest.
$ac_objext \
14354 conftest
$ac_exeext conftest.
$ac_ext
14355 CFLAGS
=$ac_wine_try_cflags_saved
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14358 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14359 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14360 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14363 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14364 if ${ac_cv_cflags__Wvla+:} false
; then :
14365 $as_echo_n "(cached) " >&6
14367 ac_wine_try_cflags_saved
=$CFLAGS
14368 CFLAGS
="$CFLAGS -Wvla"
14369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14371 int main(int argc, char **argv) { return 0; }
14373 if ac_fn_c_try_link
"$LINENO"; then :
14374 ac_cv_cflags__Wvla
=yes
14376 ac_cv_cflags__Wvla
=no
14378 rm -f core conftest.err conftest.
$ac_objext \
14379 conftest
$ac_exeext conftest.
$ac_ext
14380 CFLAGS
=$ac_wine_try_cflags_saved
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14383 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14384 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14385 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14388 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14389 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14390 $as_echo_n "(cached) " >&6
14392 ac_wine_try_cflags_saved
=$CFLAGS
14393 CFLAGS
="$CFLAGS -Wwrite-strings"
14394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14398 if ac_fn_c_try_link
"$LINENO"; then :
14399 ac_cv_cflags__Wwrite_strings
=yes
14401 ac_cv_cflags__Wwrite_strings
=no
14403 rm -f core conftest.err conftest.
$ac_objext \
14404 conftest
$ac_exeext conftest.
$ac_ext
14405 CFLAGS
=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14408 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14409 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14410 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14414 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14415 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14416 $as_echo_n "(cached) " >&6
14418 ac_wine_try_cflags_saved
=$CFLAGS
14419 CFLAGS
="$CFLAGS -Wpointer-arith"
14420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14421 /* end confdefs.h. */
14422 int main(int argc, char **argv) { return 0; }
14424 if ac_fn_c_try_link
"$LINENO"; then :
14425 ac_cv_cflags__Wpointer_arith
=yes
14427 ac_cv_cflags__Wpointer_arith
=no
14429 rm -f core conftest.err conftest.
$ac_objext \
14430 conftest
$ac_exeext conftest.
$ac_ext
14431 CFLAGS
=$ac_wine_try_cflags_saved
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14434 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14435 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14436 saved_string_h_CFLAGS
=$CFLAGS
14437 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14439 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14440 if ${ac_cv_c_string_h_warnings+:} false
; then :
14441 $as_echo_n "(cached) " >&6
14443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14444 /* end confdefs.h. */
14445 #include <string.h>
14454 if ac_fn_c_try_compile
"$LINENO"; then :
14455 ac_cv_c_string_h_warnings
=no
14457 ac_cv_c_string_h_warnings
=yes
14459 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14462 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14463 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14464 CFLAGS
=$saved_string_h_CFLAGS
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14468 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14469 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14470 $as_echo_n "(cached) " >&6
14472 ac_wine_try_cflags_saved
=$CFLAGS
14473 CFLAGS
="$CFLAGS -Wlogical-op"
14474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14475 /* end confdefs.h. */
14476 int main(int argc, char **argv) { return 0; }
14478 if ac_fn_c_try_link
"$LINENO"; then :
14479 ac_cv_cflags__Wlogical_op
=yes
14481 ac_cv_cflags__Wlogical_op
=no
14483 rm -f core conftest.err conftest.
$ac_objext \
14484 conftest
$ac_exeext conftest.
$ac_ext
14485 CFLAGS
=$ac_wine_try_cflags_saved
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14488 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14489 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14490 saved_string_h_CFLAGS
=$CFLAGS
14491 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14493 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14494 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14495 $as_echo_n "(cached) " >&6
14497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14498 /* end confdefs.h. */
14499 #include <string.h>
14500 char*f(const char *h,char n) {return strchr(h,n);}
14509 if ac_fn_c_try_compile
"$LINENO"; then :
14510 ac_cv_c_logicalop_noisy
=no
14512 ac_cv_c_logicalop_noisy
=yes
14514 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14517 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14518 CFLAGS
=$saved_string_h_CFLAGS
14519 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14522 CFLAGS
=$saved_CFLAGS
14524 for ac_flag
in $CFLAGS; do
14526 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14527 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14528 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14529 $as_echo_n "(cached) " >&6
14531 ac_wine_try_cflags_saved
=$CFLAGS
14532 CFLAGS
="$CFLAGS -gdwarf-2"
14533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14534 /* end confdefs.h. */
14535 int main(int argc, char **argv) { return 0; }
14537 if ac_fn_c_try_link
"$LINENO"; then :
14538 ac_cv_cflags__gdwarf_2
=yes
14540 ac_cv_cflags__gdwarf_2
=no
14542 rm -f core conftest.err conftest.
$ac_objext \
14543 conftest
$ac_exeext conftest.
$ac_ext
14544 CFLAGS
=$ac_wine_try_cflags_saved
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14547 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14548 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14549 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14552 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14553 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14554 $as_echo_n "(cached) " >&6
14556 ac_wine_try_cflags_saved
=$CFLAGS
14557 CFLAGS
="$CFLAGS -gstrict-dwarf"
14558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 int main(int argc, char **argv) { return 0; }
14562 if ac_fn_c_try_link
"$LINENO"; then :
14563 ac_cv_cflags__gstrict_dwarf
=yes
14565 ac_cv_cflags__gstrict_dwarf
=no
14567 rm -f core conftest.err conftest.
$ac_objext \
14568 conftest
$ac_exeext conftest.
$ac_ext
14569 CFLAGS
=$ac_wine_try_cflags_saved
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14572 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14573 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14574 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14580 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14581 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14582 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14583 $as_echo_n "(cached) " >&6
14585 ac_wine_try_cflags_saved
=$CFLAGS
14586 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14589 int main(int argc, char **argv) { return 0; }
14591 if ac_fn_c_try_link
"$LINENO"; then :
14592 ac_cv_cflags__fno_omit_frame_pointer
=yes
14594 ac_cv_cflags__fno_omit_frame_pointer
=no
14596 rm -f core conftest.err conftest.
$ac_objext \
14597 conftest
$ac_exeext conftest.
$ac_ext
14598 CFLAGS
=$ac_wine_try_cflags_saved
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14601 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14602 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14603 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14608 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14609 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14610 if ${ac_cv_cflags__Wno_format+:} false
; then :
14611 $as_echo_n "(cached) " >&6
14613 ac_wine_try_cflags_saved
=$CFLAGS
14614 CFLAGS
="$CFLAGS -Wno-format"
14615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 int main(int argc, char **argv) { return 0; }
14619 if ac_fn_c_try_link
"$LINENO"; then :
14620 ac_cv_cflags__Wno_format
=yes
14622 ac_cv_cflags__Wno_format
=no
14624 rm -f core conftest.err conftest.
$ac_objext \
14625 conftest
$ac_exeext conftest.
$ac_ext
14626 CFLAGS
=$ac_wine_try_cflags_saved
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14629 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14630 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14631 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14635 if test "x$enable_maintainer_mode" = "xyes"
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14638 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14639 if ${ac_cv_cflags__Werror+:} false
; then :
14640 $as_echo_n "(cached) " >&6
14642 ac_wine_try_cflags_saved
=$CFLAGS
14643 CFLAGS
="$CFLAGS -Werror"
14644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14646 int main(int argc, char **argv) { return 0; }
14648 if ac_fn_c_try_link
"$LINENO"; then :
14649 ac_cv_cflags__Werror
=yes
14651 ac_cv_cflags__Werror
=no
14653 rm -f core conftest.err conftest.
$ac_objext \
14654 conftest
$ac_exeext conftest.
$ac_ext
14655 CFLAGS
=$ac_wine_try_cflags_saved
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14658 $as_echo "$ac_cv_cflags__Werror" >&6; }
14659 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14660 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14664 saved_CFLAGS
="$CFLAGS"
14665 CFLAGS
="$CFLAGS -Werror"
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14667 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14668 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14682 if ac_fn_c_try_compile
"$LINENO"; then :
14683 ac_cv_have_ms_hook_prologue
="yes"
14685 ac_cv_have_ms_hook_prologue
="no"
14687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14690 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14691 CFLAGS
="$saved_CFLAGS"
14692 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14695 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14698 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14705 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14706 if ${ac_cv_c_fortify_enabled+:} false
; then :
14707 $as_echo_n "(cached) " >&6
14709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <string.h>
14715 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14716 #error Fortify enabled
14722 if ac_fn_c_try_compile
"$LINENO"; then :
14723 ac_cv_c_fortify_enabled
=no
14725 ac_cv_c_fortify_enabled
=yes
14727 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14730 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14731 if test "$ac_cv_c_fortify_enabled" = yes
14733 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14738 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14739 if ${ac_cv_c_extern_prefix+:} false
; then :
14740 $as_echo_n "(cached) " >&6
14742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14743 /* end confdefs.h. */
14744 extern int ac_test;
14748 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14753 if ac_fn_c_try_link
"$LINENO"; then :
14754 ac_cv_c_extern_prefix
="yes"
14756 ac_cv_c_extern_prefix
="no"
14758 rm -f core conftest.err conftest.
$ac_objext \
14759 conftest
$ac_exeext conftest.
$ac_ext
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14762 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14767 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14768 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14769 $as_echo_n "(cached) " >&6
14771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14774 #define __stdcall __attribute__((__stdcall__))
14776 int __stdcall ac_test(int i) { return i; }
14780 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14785 if ac_fn_c_try_link
"$LINENO"; then :
14786 ac_cv_c_stdcall_suffix
="yes"
14788 ac_cv_c_stdcall_suffix
="no"
14790 rm -f core conftest.err conftest.
$ac_objext \
14791 conftest
$ac_exeext conftest.
$ac_ext
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14794 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14795 *) ac_cv_c_stdcall_suffix
="no" ;;
14799 if test "$ac_cv_c_extern_prefix" = "yes"
14801 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14803 asm_name_prefix
="_"
14805 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14811 if test "$ac_cv_c_stdcall_suffix" = "yes"
14813 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14816 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14822 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14823 if ${ac_cv_asm_func_def+:} false
; then :
14824 $as_echo_n "(cached) " >&6
14826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14827 /* end confdefs.h. */
14832 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14837 if ac_fn_c_try_link
"$LINENO"; then :
14838 ac_cv_asm_func_def
=".def"
14840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14846 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14851 if ac_fn_c_try_link
"$LINENO"; then :
14852 ac_cv_asm_func_def
=".type @function"
14854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14855 /* end confdefs.h. */
14860 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14865 if ac_fn_c_try_link
"$LINENO"; then :
14866 ac_cv_asm_func_def
=".type 2"
14868 ac_cv_asm_func_def
="unknown"
14870 rm -f core conftest.err conftest.
$ac_objext \
14871 conftest
$ac_exeext conftest.
$ac_ext
14873 rm -f core conftest.err conftest.
$ac_objext \
14874 conftest
$ac_exeext conftest.
$ac_ext
14876 rm -f core conftest.err conftest.
$ac_objext \
14877 conftest
$ac_exeext conftest.
$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14880 $as_echo "$ac_cv_asm_func_def" >&6; }
14883 case "$ac_cv_asm_func_def" in
14885 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14887 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14889 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14891 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14893 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14895 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14897 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14899 asm_func_header
="" ;;
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14903 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14904 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14905 $as_echo_n "(cached) " >&6
14907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14908 /* end confdefs.h. */
14909 asm(".text\n\t.long 0");
14918 if ac_fn_c_try_compile
"$LINENO"; then :
14919 ac_cv_c_asm_outside_funcs
="yes"
14921 ac_cv_c_asm_outside_funcs
="no"
14923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14926 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14929 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14930 if ${ac_cv_c_dot_previous+:} false
; then :
14931 $as_echo_n "(cached) " >&6
14933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14934 /* end confdefs.h. */
14939 asm(".text\nac_test:\t.long 0\n\t.previous");
14944 if ac_fn_c_try_link
"$LINENO"; then :
14945 ac_cv_c_dot_previous
="yes"
14947 ac_cv_c_dot_previous
="no"
14949 rm -f core conftest.err conftest.
$ac_objext \
14950 conftest
$ac_exeext conftest.
$ac_ext
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14953 $as_echo "$ac_cv_c_dot_previous" >&6; }
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14956 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14957 if ${ac_cv_c_cfi_support+:} false
; then :
14958 $as_echo_n "(cached) " >&6
14960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14962 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14971 if ac_fn_c_try_compile
"$LINENO"; then :
14972 ac_cv_c_cfi_support
="yes"
14974 ac_cv_c_cfi_support
="no"
14976 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14979 $as_echo "$ac_cv_c_cfi_support" >&6; }
14981 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14982 asm_func_trailer
=""
14983 if test "$ac_cv_c_dot_previous" = "yes"
14985 asm_func_trailer
="\\n\\t.previous"
14987 if test "$ac_cv_c_cfi_support" = "yes"
14989 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14990 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14992 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14994 UNWINDFLAGS
=-fasynchronous-unwind-tables
14997 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14999 if test "x$enable_win64" = "xyes"
15001 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15005 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15008 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15010 cat >>confdefs.h
<<_ACEOF
15011 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15015 cat >>confdefs.h
<<_ACEOF
15016 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15021 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15024 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15029 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15037 *i
[3456789]86*|x86_64
*)
15038 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15039 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15046 ac_save_CFLAGS
="$CFLAGS"
15047 CFLAGS
="$CFLAGS $BUILTINFLAG"
15126 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15127 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15128 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15129 cat >>confdefs.h
<<_ACEOF
15130 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15136 CFLAGS
="$ac_save_CFLAGS"
15138 if test "$ac_cv_func_dlopen" = no
15140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15141 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15142 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15143 $as_echo_n "(cached) " >&6
15145 ac_check_lib_save_LIBS
=$LIBS
15147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15148 /* end confdefs.h. */
15150 /* Override any GCC internal prototype to avoid an error.
15151 Use char because int might match the return type of a GCC
15152 builtin and then its argument prototype would still apply. */
15165 if ac_fn_c_try_link
"$LINENO"; then :
15166 ac_cv_lib_dl_dlopen
=yes
15168 ac_cv_lib_dl_dlopen
=no
15170 rm -f core conftest.err conftest.
$ac_objext \
15171 conftest
$ac_exeext conftest.
$ac_ext
15172 LIBS
=$ac_check_lib_save_LIBS
15174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15175 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15176 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15177 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15183 ac_wine_check_funcs_save_LIBS
="$LIBS"
15184 LIBS
="$LIBS $DL_LIBS"
15185 for ac_func
in dladdr
15187 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15188 if test "x$ac_cv_func_dladdr" = xyes
; then :
15189 cat >>confdefs.h
<<_ACEOF
15190 #define HAVE_DLADDR 1
15196 LIBS
="$ac_wine_check_funcs_save_LIBS"
15198 if test "$ac_cv_func_poll" = no
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15201 $as_echo_n "checking for poll in -lpoll... " >&6; }
15202 if ${ac_cv_lib_poll_poll+:} false
; then :
15203 $as_echo_n "(cached) " >&6
15205 ac_check_lib_save_LIBS
=$LIBS
15206 LIBS
="-lpoll $LIBS"
15207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15208 /* end confdefs.h. */
15210 /* Override any GCC internal prototype to avoid an error.
15211 Use char because int might match the return type of a GCC
15212 builtin and then its argument prototype would still apply. */
15225 if ac_fn_c_try_link
"$LINENO"; then :
15226 ac_cv_lib_poll_poll
=yes
15228 ac_cv_lib_poll_poll
=no
15230 rm -f core conftest.err conftest.
$ac_objext \
15231 conftest
$ac_exeext conftest.
$ac_ext
15232 LIBS
=$ac_check_lib_save_LIBS
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15235 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15236 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15237 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15245 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15246 if ${ac_cv_search_gethostbyname+:} false
; then :
15247 $as_echo_n "(cached) " >&6
15249 ac_func_search_save_LIBS
=$LIBS
15250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15251 /* end confdefs.h. */
15253 /* Override any GCC internal prototype to avoid an error.
15254 Use char because int might match the return type of a GCC
15255 builtin and then its argument prototype would still apply. */
15259 char gethostbyname ();
15263 return gethostbyname ();
15268 for ac_lib
in '' nsl
; do
15269 if test -z "$ac_lib"; then
15270 ac_res
="none required"
15273 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15275 if ac_fn_c_try_link
"$LINENO"; then :
15276 ac_cv_search_gethostbyname
=$ac_res
15278 rm -f core conftest.err conftest.
$ac_objext \
15280 if ${ac_cv_search_gethostbyname+:} false
; then :
15284 if ${ac_cv_search_gethostbyname+:} false
; then :
15287 ac_cv_search_gethostbyname
=no
15289 rm conftest.
$ac_ext
15290 LIBS
=$ac_func_search_save_LIBS
15292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15293 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15294 ac_res
=$ac_cv_search_gethostbyname
15295 if test "$ac_res" != no
; then :
15296 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15302 $as_echo_n "checking for library containing connect... " >&6; }
15303 if ${ac_cv_search_connect+:} false
; then :
15304 $as_echo_n "(cached) " >&6
15306 ac_func_search_save_LIBS
=$LIBS
15307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15308 /* end confdefs.h. */
15310 /* Override any GCC internal prototype to avoid an error.
15311 Use char because int might match the return type of a GCC
15312 builtin and then its argument prototype would still apply. */
15325 for ac_lib
in '' socket
; do
15326 if test -z "$ac_lib"; then
15327 ac_res
="none required"
15330 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15332 if ac_fn_c_try_link
"$LINENO"; then :
15333 ac_cv_search_connect
=$ac_res
15335 rm -f core conftest.err conftest.
$ac_objext \
15337 if ${ac_cv_search_connect+:} false
; then :
15341 if ${ac_cv_search_connect+:} false
; then :
15344 ac_cv_search_connect
=no
15346 rm conftest.
$ac_ext
15347 LIBS
=$ac_func_search_save_LIBS
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15350 $as_echo "$ac_cv_search_connect" >&6; }
15351 ac_res
=$ac_cv_search_connect
15352 if test "$ac_res" != no
; then :
15353 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15359 $as_echo_n "checking for library containing inet_aton... " >&6; }
15360 if ${ac_cv_search_inet_aton+:} false
; then :
15361 $as_echo_n "(cached) " >&6
15363 ac_func_search_save_LIBS
=$LIBS
15364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15365 /* end confdefs.h. */
15367 /* Override any GCC internal prototype to avoid an error.
15368 Use char because int might match the return type of a GCC
15369 builtin and then its argument prototype would still apply. */
15377 return inet_aton ();
15382 for ac_lib
in '' resolv
; do
15383 if test -z "$ac_lib"; then
15384 ac_res
="none required"
15387 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15389 if ac_fn_c_try_link
"$LINENO"; then :
15390 ac_cv_search_inet_aton
=$ac_res
15392 rm -f core conftest.err conftest.
$ac_objext \
15394 if ${ac_cv_search_inet_aton+:} false
; then :
15398 if ${ac_cv_search_inet_aton+:} false
; then :
15401 ac_cv_search_inet_aton
=no
15403 rm conftest.
$ac_ext
15404 LIBS
=$ac_func_search_save_LIBS
15406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15407 $as_echo "$ac_cv_search_inet_aton" >&6; }
15408 ac_res
=$ac_cv_search_inet_aton
15409 if test "$ac_res" != no
; then :
15410 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15430 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15431 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15432 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15433 cat >>confdefs.h
<<_ACEOF
15434 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15443 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15444 if ${ac_cv_search_clock_gettime+:} false
; then :
15445 $as_echo_n "(cached) " >&6
15447 ac_func_search_save_LIBS
=$LIBS
15448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15449 /* end confdefs.h. */
15451 /* Override any GCC internal prototype to avoid an error.
15452 Use char because int might match the return type of a GCC
15453 builtin and then its argument prototype would still apply. */
15457 char clock_gettime ();
15461 return clock_gettime ();
15466 for ac_lib
in '' rt
; do
15467 if test -z "$ac_lib"; then
15468 ac_res
="none required"
15471 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15473 if ac_fn_c_try_link
"$LINENO"; then :
15474 ac_cv_search_clock_gettime
=$ac_res
15476 rm -f core conftest.err conftest.
$ac_objext \
15478 if ${ac_cv_search_clock_gettime+:} false
; then :
15482 if ${ac_cv_search_clock_gettime+:} false
; then :
15485 ac_cv_search_clock_gettime
=no
15487 rm conftest.
$ac_ext
15488 LIBS
=$ac_func_search_save_LIBS
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15491 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15492 ac_res
=$ac_cv_search_clock_gettime
15493 if test "$ac_res" != no
; then :
15494 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15496 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15498 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15506 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15508 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15510 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15512 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15513 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15514 $as_echo_n "(cached) " >&6
15516 ac_check_lib_save_LIBS
=$LIBS
15517 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15519 /* end confdefs.h. */
15521 /* Override any GCC internal prototype to avoid an error.
15522 Use char because int might match the return type of a GCC
15523 builtin and then its argument prototype would still apply. */
15527 char ldap_initialize ();
15531 return ldap_initialize ();
15536 if ac_fn_c_try_link
"$LINENO"; then :
15537 ac_cv_lib_ldap_r_ldap_initialize
=yes
15539 ac_cv_lib_ldap_r_ldap_initialize
=no
15541 rm -f core conftest.err conftest.
$ac_objext \
15542 conftest
$ac_exeext conftest.
$ac_ext
15543 LIBS
=$ac_check_lib_save_LIBS
15545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15546 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15547 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15549 $as_echo_n "checking for ber_init in -llber... " >&6; }
15550 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15551 $as_echo_n "(cached) " >&6
15553 ac_check_lib_save_LIBS
=$LIBS
15554 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15556 /* end confdefs.h. */
15558 /* Override any GCC internal prototype to avoid an error.
15559 Use char because int might match the return type of a GCC
15560 builtin and then its argument prototype would still apply. */
15568 return ber_init ();
15573 if ac_fn_c_try_link
"$LINENO"; then :
15574 ac_cv_lib_lber_ber_init
=yes
15576 ac_cv_lib_lber_ber_init
=no
15578 rm -f core conftest.err conftest.
$ac_objext \
15579 conftest
$ac_exeext conftest.
$ac_ext
15580 LIBS
=$ac_check_lib_save_LIBS
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15583 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15584 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15586 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15588 LDAP_LIBS
="-lldap_r -llber"
15595 ac_wine_check_funcs_save_LIBS
="$LIBS"
15596 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15598 ldap_count_references \
15599 ldap_first_reference \
15600 ldap_next_reference \
15601 ldap_parse_reference \
15602 ldap_parse_sort_control \
15603 ldap_parse_sortresponse_control \
15604 ldap_parse_vlv_control \
15605 ldap_parse_vlvresponse_control
15607 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15608 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15609 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15610 cat >>confdefs.h
<<_ACEOF
15611 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15617 LIBS
="$ac_wine_check_funcs_save_LIBS"
15619 if test "x$LDAP_LIBS" = "x"; then :
15620 case "x$with_ldap" in
15621 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15623 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15624 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15630 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15631 if ${wine_cv_one_arg_mkdir+:} false
; then :
15632 $as_echo_n "(cached) " >&6
15634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15635 /* end confdefs.h. */
15636 #include <sys/stat.h>
15645 if ac_fn_c_try_compile
"$LINENO"; then :
15646 wine_cv_one_arg_mkdir
=yes
15648 wine_cv_one_arg_mkdir
=no
15650 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15653 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15654 if test "$wine_cv_one_arg_mkdir" = "yes"
15657 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15662 $as_echo_n "checking for sched_setaffinity... " >&6; }
15663 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15664 $as_echo_n "(cached) " >&6
15666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15667 /* end confdefs.h. */
15668 #define _GNU_SOURCE
15673 sched_setaffinity(0, 0, 0);
15678 if ac_fn_c_try_link
"$LINENO"; then :
15679 wine_cv_have_sched_setaffinity
=yes
15681 wine_cv_have_sched_setaffinity
=no
15683 rm -f core conftest.err conftest.
$ac_objext \
15684 conftest
$ac_exeext conftest.
$ac_ext
15686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15687 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15688 if test "$wine_cv_have_sched_setaffinity" = "yes"
15691 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15696 $as_echo_n "checking for fallocate... " >&6; }
15697 if ${wine_cv_have_fallocate+:} false
; then :
15698 $as_echo_n "(cached) " >&6
15700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15701 /* end confdefs.h. */
15702 #define _GNU_SOURCE
15707 fallocate(-1, 0, 0, 0);
15712 if ac_fn_c_try_link
"$LINENO"; then :
15713 wine_cv_have_fallocate
=yes
15715 wine_cv_have_fallocate
=no
15717 rm -f core conftest.err conftest.
$ac_objext \
15718 conftest
$ac_exeext conftest.
$ac_ext
15720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15721 $as_echo "$wine_cv_have_fallocate" >&6; }
15722 if test "$wine_cv_have_fallocate" = "yes"
15725 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15731 $as_echo_n "checking for inline... " >&6; }
15732 if ${ac_cv_c_inline+:} false
; then :
15733 $as_echo_n "(cached) " >&6
15736 for ac_kw
in inline __inline__ __inline
; do
15737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15738 /* end confdefs.h. */
15739 #ifndef __cplusplus
15741 static $ac_kw foo_t static_foo () {return 0; }
15742 $ac_kw foo_t foo () {return 0; }
15746 if ac_fn_c_try_compile
"$LINENO"; then :
15747 ac_cv_c_inline
=$ac_kw
15749 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15750 test "$ac_cv_c_inline" != no
&& break
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15755 $as_echo "$ac_cv_c_inline" >&6; }
15757 case $ac_cv_c_inline in
15760 case $ac_cv_c_inline in
15762 *) ac_val
=$ac_cv_c_inline;;
15764 cat >>confdefs.h
<<_ACEOF
15765 #ifndef __cplusplus
15766 #define inline $ac_val
15772 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15773 if test "x$ac_cv_type_mode_t" = xyes
; then :
15775 cat >>confdefs.h
<<_ACEOF
15776 #define HAVE_MODE_T 1
15781 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15782 if test "x$ac_cv_type_off_t" = xyes
; then :
15784 cat >>confdefs.h
<<_ACEOF
15785 #define HAVE_OFF_T 1
15790 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15791 if test "x$ac_cv_type_pid_t" = xyes
; then :
15793 cat >>confdefs.h
<<_ACEOF
15794 #define HAVE_PID_T 1
15799 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15800 if test "x$ac_cv_type_size_t" = xyes
; then :
15802 cat >>confdefs.h
<<_ACEOF
15803 #define HAVE_SIZE_T 1
15808 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15809 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15811 cat >>confdefs.h
<<_ACEOF
15812 #define HAVE_SSIZE_T 1
15817 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15818 if test "x$ac_cv_type_long_long" = xyes
; then :
15820 cat >>confdefs.h
<<_ACEOF
15821 #define HAVE_LONG_LONG 1
15826 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15827 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15829 cat >>confdefs.h
<<_ACEOF
15830 #define HAVE_FSBLKCNT_T 1
15835 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15836 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15838 cat >>confdefs.h
<<_ACEOF
15839 #define HAVE_FSFILCNT_T 1
15845 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15846 #include <signal.h>
15848 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15850 cat >>confdefs.h
<<_ACEOF
15851 #define HAVE_SIGSET_T 1
15857 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15859 if test "x$ac_cv_type_request_sense" = xyes
; then :
15861 cat >>confdefs.h
<<_ACEOF
15862 #define HAVE_REQUEST_SENSE 1
15869 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15870 #ifdef HAVE_SYS_SOCKET_H
15871 #include <sys/socket.h>
15873 #ifdef HAVE_SYS_SOCKETVAR_H
15874 #include <sys/socketvar.h>
15876 #ifdef HAVE_NET_ROUTE_H
15877 #include <net/route.h>
15879 #ifdef HAVE_NETINET_IN_H
15880 #include <netinet/in.h>
15882 #ifdef HAVE_NETINET_IN_SYSTM_H
15883 #include <netinet/in_systm.h>
15885 #ifdef HAVE_NETINET_IP_H
15886 #include <netinet/ip.h>
15888 #ifdef HAVE_NETINET_IN_PCB_H
15889 #include <netinet/in_pcb.h>
15892 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15894 cat >>confdefs.h
<<_ACEOF
15895 #define HAVE_STRUCT_XINPGEN 1
15902 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15905 #ifdef HAVE_SYS_LINK_H
15906 #include <sys/link.h>
15909 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15911 cat >>confdefs.h
<<_ACEOF
15912 #define HAVE_STRUCT_R_DEBUG 1
15917 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15920 #ifdef HAVE_SYS_LINK_H
15921 #include <sys/link.h>
15924 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15926 cat >>confdefs.h
<<_ACEOF
15927 #define HAVE_STRUCT_LINK_MAP 1
15934 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15935 #include <linux/input.h>
15938 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15940 cat >>confdefs.h
<<_ACEOF
15941 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15949 $as_echo_n "checking for sigaddset... " >&6; }
15950 if ${wine_cv_have_sigaddset+:} false
; then :
15951 $as_echo_n "(cached) " >&6
15953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15954 /* end confdefs.h. */
15955 #include <signal.h>
15959 sigset_t set; sigaddset(&set,SIGTERM);
15964 if ac_fn_c_try_link
"$LINENO"; then :
15965 wine_cv_have_sigaddset
=yes
15967 wine_cv_have_sigaddset
=no
15969 rm -f core conftest.err conftest.
$ac_objext \
15970 conftest
$ac_exeext conftest.
$ac_ext
15972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15973 $as_echo "$wine_cv_have_sigaddset" >&6; }
15974 if test "$wine_cv_have_sigaddset" = "yes"
15977 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15983 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15984 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15985 $as_echo_n "(cached) " >&6
15987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15988 /* end confdefs.h. */
15996 struct hostent *result;
16003 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16004 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16010 if ac_fn_c_try_link
"$LINENO"; then :
16011 wine_cv_linux_gethostbyname_r_6
=yes
16013 wine_cv_linux_gethostbyname_r_6
=no
16016 rm -f core conftest.err conftest.
$ac_objext \
16017 conftest
$ac_exeext conftest.
$ac_ext
16020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16021 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16022 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16025 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16029 if test "$ac_cv_header_linux_joystick_h" = "yes"
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16032 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16033 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16034 $as_echo_n "(cached) " >&6
16036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16037 /* end confdefs.h. */
16039 #include <sys/ioctl.h>
16040 #include <sys/types.h>
16041 #include <linux/joystick.h>
16043 struct js_event blub;
16044 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16045 #error "no 2.2 header"
16056 if ac_fn_c_try_compile
"$LINENO"; then :
16057 wine_cv_linux_joystick_22_api
=yes
16059 wine_cv_linux_joystick_22_api
=no
16061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16065 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16066 if test "$wine_cv_linux_joystick_22_api" = "yes"
16069 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16075 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16076 #ifdef HAVE_SYS_PARAM_H
16077 # include <sys/param.h>
16079 #ifdef HAVE_SYS_MOUNT_H
16080 # include <sys/mount.h>
16082 #ifdef HAVE_SYS_VFS_H
16083 # include <sys/vfs.h>
16085 #ifdef HAVE_SYS_STATFS_H
16086 # include <sys/statfs.h>
16089 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16091 cat >>confdefs.h
<<_ACEOF
16092 #define HAVE_STRUCT_STATFS_F_BFREE 1
16097 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16098 #ifdef HAVE_SYS_PARAM_H
16099 # include <sys/param.h>
16101 #ifdef HAVE_SYS_MOUNT_H
16102 # include <sys/mount.h>
16104 #ifdef HAVE_SYS_VFS_H
16105 # include <sys/vfs.h>
16107 #ifdef HAVE_SYS_STATFS_H
16108 # include <sys/statfs.h>
16111 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16113 cat >>confdefs.h
<<_ACEOF
16114 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16119 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16120 #ifdef HAVE_SYS_PARAM_H
16121 # include <sys/param.h>
16123 #ifdef HAVE_SYS_MOUNT_H
16124 # include <sys/mount.h>
16126 #ifdef HAVE_SYS_VFS_H
16127 # include <sys/vfs.h>
16129 #ifdef HAVE_SYS_STATFS_H
16130 # include <sys/statfs.h>
16133 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16135 cat >>confdefs.h
<<_ACEOF
16136 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16141 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16142 #ifdef HAVE_SYS_PARAM_H
16143 # include <sys/param.h>
16145 #ifdef HAVE_SYS_MOUNT_H
16146 # include <sys/mount.h>
16148 #ifdef HAVE_SYS_VFS_H
16149 # include <sys/vfs.h>
16151 #ifdef HAVE_SYS_STATFS_H
16152 # include <sys/statfs.h>
16155 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16157 cat >>confdefs.h
<<_ACEOF
16158 #define HAVE_STRUCT_STATFS_F_FFREE 1
16163 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16164 #ifdef HAVE_SYS_PARAM_H
16165 # include <sys/param.h>
16167 #ifdef HAVE_SYS_MOUNT_H
16168 # include <sys/mount.h>
16170 #ifdef HAVE_SYS_VFS_H
16171 # include <sys/vfs.h>
16173 #ifdef HAVE_SYS_STATFS_H
16174 # include <sys/statfs.h>
16177 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16179 cat >>confdefs.h
<<_ACEOF
16180 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16185 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16186 #ifdef HAVE_SYS_PARAM_H
16187 # include <sys/param.h>
16189 #ifdef HAVE_SYS_MOUNT_H
16190 # include <sys/mount.h>
16192 #ifdef HAVE_SYS_VFS_H
16193 # include <sys/vfs.h>
16195 #ifdef HAVE_SYS_STATFS_H
16196 # include <sys/statfs.h>
16199 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16201 cat >>confdefs.h
<<_ACEOF
16202 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16209 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16210 #include <sys/statvfs.h>
16213 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16215 cat >>confdefs.h
<<_ACEOF
16216 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16223 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16224 #include <dirent.h>
16227 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16229 cat >>confdefs.h
<<_ACEOF
16230 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16237 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16238 #ifdef HAVE_SYS_SOCKET_H
16239 # include <sys/socket.h>
16241 #ifdef HAVE_SYS_UN_H
16242 # include <sys/un.h>
16245 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16247 cat >>confdefs.h
<<_ACEOF
16248 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16253 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16254 #ifdef HAVE_SYS_SOCKET_H
16255 # include <sys/socket.h>
16257 #ifdef HAVE_SYS_UN_H
16258 # include <sys/un.h>
16261 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16263 cat >>confdefs.h
<<_ACEOF
16264 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16269 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16270 #ifdef HAVE_SYS_SOCKET_H
16271 # include <sys/socket.h>
16273 #ifdef HAVE_SYS_UN_H
16274 # include <sys/un.h>
16277 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16279 cat >>confdefs.h
<<_ACEOF
16280 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16287 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16288 #ifdef HAVE_SCSI_SG_H
16289 #include <scsi/sg.h>
16292 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16294 cat >>confdefs.h
<<_ACEOF
16295 #define HAVE_SCSIREQ_T_CMD 1
16300 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>
16301 #ifdef HAVE_SCSI_SG_H
16302 #include <scsi/sg.h>
16305 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16307 cat >>confdefs.h
<<_ACEOF
16308 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16315 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16317 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16319 cat >>confdefs.h
<<_ACEOF
16320 #define HAVE_SIGINFO_T_SI_FD 1
16327 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16328 #ifdef HAVE_SYS_MTIO_H
16329 #include <sys/mtio.h>
16332 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16334 cat >>confdefs.h
<<_ACEOF
16335 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16340 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16341 #ifdef HAVE_SYS_MTIO_H
16342 #include <sys/mtio.h>
16345 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16347 cat >>confdefs.h
<<_ACEOF
16348 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16353 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16354 #ifdef HAVE_SYS_MTIO_H
16355 #include <sys/mtio.h>
16358 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16360 cat >>confdefs.h
<<_ACEOF
16361 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16368 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16369 #include <getopt.h>
16372 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16374 cat >>confdefs.h
<<_ACEOF
16375 #define HAVE_STRUCT_OPTION_NAME 1
16382 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16383 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16385 cat >>confdefs.h
<<_ACEOF
16386 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16391 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16392 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16394 cat >>confdefs.h
<<_ACEOF
16395 #define HAVE_STRUCT_STAT_ST_MTIM 1
16400 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16401 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16403 cat >>confdefs.h
<<_ACEOF
16404 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16409 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16410 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16412 cat >>confdefs.h
<<_ACEOF
16413 #define HAVE_STRUCT_STAT_ST_CTIM 1
16418 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16419 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16421 cat >>confdefs.h
<<_ACEOF
16422 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16427 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16428 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16430 cat >>confdefs.h
<<_ACEOF
16431 #define HAVE_STRUCT_STAT_ST_ATIM 1
16436 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16437 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16439 cat >>confdefs.h
<<_ACEOF
16440 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16445 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16446 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16448 cat >>confdefs.h
<<_ACEOF
16449 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16454 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16455 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16457 cat >>confdefs.h
<<_ACEOF
16458 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16463 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16464 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16466 cat >>confdefs.h
<<_ACEOF
16467 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16472 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16473 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16475 cat >>confdefs.h
<<_ACEOF
16476 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16481 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16482 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16484 cat >>confdefs.h
<<_ACEOF
16485 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16492 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
16493 #include <sys/types.h>
16495 #ifdef HAVE_NETINET_IN_H
16496 #include <netinet/in.h>
16499 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16501 cat >>confdefs.h
<<_ACEOF
16502 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16509 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16510 #include <resolv.h>
16513 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16515 cat >>confdefs.h
<<_ACEOF
16516 #define HAVE_STRUCT___RES_STATE 1
16523 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
16524 #include <resolv.h>
16527 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16529 cat >>confdefs.h
<<_ACEOF
16530 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16537 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16538 #include <sys/types.h>
16540 #ifdef HAVE_NETINET_IN_H
16541 # include <netinet/in.h>
16543 #ifdef HAVE_ARPA_NAMESER_H
16544 # include <arpa/nameser.h>
16547 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16549 cat >>confdefs.h
<<_ACEOF
16550 #define HAVE_NS_MSG__MSG_PTR 1
16557 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16558 #include <sys/types.h>
16560 #ifdef HAVE_NETINET_IP_H
16561 #include <netinet/ip.h>
16563 #ifdef HAVE_NETINET_IP_ICMP_H
16564 #include <netinet/ip_icmp.h>
16566 #ifdef HAVE_NETINET_ICMP_VAR_H
16567 #include <netinet/icmp_var.h>
16570 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16572 cat >>confdefs.h
<<_ACEOF
16573 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16580 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16581 #include <sys/types.h>
16583 #ifdef HAVE_ALIAS_H
16586 #ifdef HAVE_SYS_SOCKET_H
16587 #include <sys/socket.h>
16589 #ifdef HAVE_SYS_SOCKETVAR_H
16590 #include <sys/socketvar.h>
16592 #ifdef HAVE_SYS_TIMEOUT_H
16593 #include <sys/timeout.h>
16595 #ifdef HAVE_NETINET_IN_H
16596 #include <netinet/in.h>
16598 #ifdef HAVE_NETINET_IN_SYSTM_H
16599 #include <netinet/in_systm.h>
16601 #ifdef HAVE_NETINET_IP_H
16602 #include <netinet/ip.h>
16604 #ifdef HAVE_NETINET_IP_VAR_H
16605 #include <netinet/ip_var.h>
16607 #ifdef HAVE_NETINET_IP_ICMP_H
16608 #include <netinet/ip_icmp.h>
16610 #ifdef HAVE_NETINET_ICMP_VAR_H
16611 #include <netinet/icmp_var.h>
16614 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16616 cat >>confdefs.h
<<_ACEOF
16617 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16624 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16625 #include <sys/types.h>
16627 #ifdef HAVE_SYS_SOCKETVAR_H
16628 #include <sys/socketvar.h>
16630 #ifdef HAVE_NETINET_IN_H
16631 #include <netinet/in.h>
16633 #ifdef HAVE_NETINET_IP_VAR_H
16634 #include <netinet/ip_var.h>
16637 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16639 cat >>confdefs.h
<<_ACEOF
16640 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16647 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
16648 #include <netinet/ip_var.h>
16651 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16653 cat >>confdefs.h
<<_ACEOF
16654 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16661 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16662 #include <sys/types.h>
16664 #ifdef HAVE_SYS_SOCKETVAR_H
16665 #include <sys/socketvar.h>
16667 #ifdef HAVE_NETINET_IN_H
16668 #include <netinet/in.h>
16670 #ifdef HAVE_NETINET_TCP_H
16671 #include <netinet/tcp.h>
16673 #ifdef HAVE_NETINET_TCP_VAR_H
16674 #include <netinet/tcp_var.h>
16677 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16679 cat >>confdefs.h
<<_ACEOF
16680 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16687 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
16688 #include <netinet/tcp_var.h>
16691 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16693 cat >>confdefs.h
<<_ACEOF
16694 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16701 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16702 #include <sys/types.h>
16704 #ifdef HAVE_NETINET_IN_H
16705 #include <netinet/in.h>
16707 #ifdef HAVE_NETINET_IP_VAR_H
16708 #include <netinet/ip_var.h>
16710 #ifdef HAVE_NETINET_UDP_H
16711 #include <netinet/udp.h>
16713 #ifdef HAVE_NETINET_UDP_VAR_H
16714 #include <netinet/udp_var.h>
16717 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16719 cat >>confdefs.h
<<_ACEOF
16720 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16727 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16728 #include <sys/types.h>
16730 #ifdef HAVE_NET_IF_H
16731 # include <net/if.h>
16734 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16736 cat >>confdefs.h
<<_ACEOF
16737 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16745 $as_echo_n "checking for timezone variable... " >&6; }
16746 if ${ac_cv_have_timezone+:} false
; then :
16747 $as_echo_n "(cached) " >&6
16749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16750 /* end confdefs.h. */
16760 if ac_fn_c_try_link
"$LINENO"; then :
16761 ac_cv_have_timezone
="yes"
16763 ac_cv_have_timezone
="no"
16765 rm -f core conftest.err conftest.
$ac_objext \
16766 conftest
$ac_exeext conftest.
$ac_ext
16768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16769 $as_echo "$ac_cv_have_timezone" >&6; }
16770 if test "$ac_cv_have_timezone" = "yes"
16773 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16777 $as_echo_n "checking for daylight variable... " >&6; }
16778 if ${ac_cv_have_daylight+:} false
; then :
16779 $as_echo_n "(cached) " >&6
16781 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16782 /* end confdefs.h. */
16792 if ac_fn_c_try_link
"$LINENO"; then :
16793 ac_cv_have_daylight
="yes"
16795 ac_cv_have_daylight
="no"
16797 rm -f core conftest.err conftest.
$ac_objext \
16798 conftest
$ac_exeext conftest.
$ac_ext
16800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16801 $as_echo "$ac_cv_have_daylight" >&6; }
16802 if test "$ac_cv_have_daylight" = "yes"
16805 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16809 ac_save_LIBS
="$LIBS"
16811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16812 $as_echo_n "checking for isfinite... " >&6; }
16813 if ${ac_cv_have_isfinite+:} false
; then :
16814 $as_echo_n "(cached) " >&6
16816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16817 /* end confdefs.h. */
16818 #define _GNU_SOURCE
16823 float f = 0.0; return isfinite(f)
16828 if ac_fn_c_try_link
"$LINENO"; then :
16829 ac_cv_have_isfinite
="yes"
16831 ac_cv_have_isfinite
="no"
16833 rm -f core conftest.err conftest.
$ac_objext \
16834 conftest
$ac_exeext conftest.
$ac_ext
16836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16837 $as_echo "$ac_cv_have_isfinite" >&6; }
16838 if test "$ac_cv_have_isfinite" = "yes"
16841 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16846 $as_echo_n "checking for isinf... " >&6; }
16847 if ${ac_cv_have_isinf+:} false
; then :
16848 $as_echo_n "(cached) " >&6
16850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16851 /* end confdefs.h. */
16856 float f = 0.0; return isinf(f)
16861 if ac_fn_c_try_link
"$LINENO"; then :
16862 ac_cv_have_isinf
="yes"
16864 ac_cv_have_isinf
="no"
16866 rm -f core conftest.err conftest.
$ac_objext \
16867 conftest
$ac_exeext conftest.
$ac_ext
16869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16870 $as_echo "$ac_cv_have_isinf" >&6; }
16871 if test "$ac_cv_have_isinf" = "yes"
16874 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16879 $as_echo_n "checking for isnan... " >&6; }
16880 if ${ac_cv_have_isnan+:} false
; then :
16881 $as_echo_n "(cached) " >&6
16883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16884 /* end confdefs.h. */
16889 float f = 0.0; return isnan(f)
16894 if ac_fn_c_try_link
"$LINENO"; then :
16895 ac_cv_have_isnan
="yes"
16897 ac_cv_have_isnan
="no"
16899 rm -f core conftest.err conftest.
$ac_objext \
16900 conftest
$ac_exeext conftest.
$ac_ext
16902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16903 $as_echo "$ac_cv_have_isnan" >&6; }
16904 if test "$ac_cv_have_isnan" = "yes"
16907 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16940 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16941 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16942 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16943 cat >>confdefs.h
<<_ACEOF
16944 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16950 LIBS
="$ac_save_LIBS"
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16953 $as_echo_n "checking for __builtin_clz... " >&6; }
16954 if ${ac_cv_have___builtin_clz+:} false
; then :
16955 $as_echo_n "(cached) " >&6
16957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16963 return __builtin_clz(1)
16968 if ac_fn_c_try_link
"$LINENO"; then :
16969 ac_cv_have___builtin_clz
="yes"
16971 ac_cv_have___builtin_clz
="no"
16973 rm -f core conftest.err conftest.
$ac_objext \
16974 conftest
$ac_exeext conftest.
$ac_ext
16976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16977 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16978 if test "$ac_cv_have___builtin_clz" = "yes"
16981 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
16986 $as_echo_n "checking for __builtin_popcount... " >&6; }
16987 if ${ac_cv_have___builtin_popcount+:} false
; then :
16988 $as_echo_n "(cached) " >&6
16990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16991 /* end confdefs.h. */
16996 return __builtin_popcount(1)
17001 if ac_fn_c_try_link
"$LINENO"; then :
17002 ac_cv_have___builtin_popcount
="yes"
17004 ac_cv_have___builtin_popcount
="no"
17006 rm -f core conftest.err conftest.
$ac_objext \
17007 conftest
$ac_exeext conftest.
$ac_ext
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17010 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17011 if test "$ac_cv_have___builtin_popcount" = "yes"
17014 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17020 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17021 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17022 if ${ac_cv_cpp_def___i386__+:} false
; then :
17023 $as_echo_n "(cached) " >&6
17025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17026 /* end confdefs.h. */
17031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17032 $EGREP "yes" >/dev
/null
2>&1; then :
17033 ac_cv_cpp_def___i386__
=yes
17035 ac_cv_cpp_def___i386__
=no
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17041 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17042 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17043 CFLAGS
="$CFLAGS -D__i386__"
17044 LINTFLAGS
="$LINTFLAGS -D__i386__"
17046 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17047 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17048 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17049 $as_echo_n "(cached) " >&6
17051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17052 /* end confdefs.h. */
17057 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17058 $EGREP "yes" >/dev
/null
2>&1; then :
17059 ac_cv_cpp_def___x86_64__
=yes
17061 ac_cv_cpp_def___x86_64__
=no
17066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17067 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17068 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17069 CFLAGS
="$CFLAGS -D__x86_64__"
17070 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17072 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17073 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17074 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17075 $as_echo_n "(cached) " >&6
17077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17078 /* end confdefs.h. */
17079 #ifndef __sparc64__
17083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17084 $EGREP "yes" >/dev
/null
2>&1; then :
17085 ac_cv_cpp_def___sparc64__
=yes
17087 ac_cv_cpp_def___sparc64__
=no
17092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17093 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17094 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17095 CFLAGS
="$CFLAGS -D__sparc64__"
17096 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17098 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17099 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17100 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17101 $as_echo_n "(cached) " >&6
17103 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17104 /* end confdefs.h. */
17109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17110 $EGREP "yes" >/dev
/null
2>&1; then :
17111 ac_cv_cpp_def___sparc__
=yes
17113 ac_cv_cpp_def___sparc__
=no
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17119 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17120 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17121 CFLAGS
="$CFLAGS -D__sparc__"
17122 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17124 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17125 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17126 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17127 $as_echo_n "(cached) " >&6
17129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17130 /* end confdefs.h. */
17131 #ifndef __powerpc64__
17135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17136 $EGREP "yes" >/dev
/null
2>&1; then :
17137 ac_cv_cpp_def___powerpc64__
=yes
17139 ac_cv_cpp_def___powerpc64__
=no
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17145 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17146 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17147 CFLAGS
="$CFLAGS -D__powerpc64__"
17148 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17150 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17151 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17152 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17153 $as_echo_n "(cached) " >&6
17155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17156 /* end confdefs.h. */
17157 #ifndef __powerpc__
17161 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17162 $EGREP "yes" >/dev
/null
2>&1; then :
17163 ac_cv_cpp_def___powerpc__
=yes
17165 ac_cv_cpp_def___powerpc__
=no
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17171 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17172 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17173 CFLAGS
="$CFLAGS -D__powerpc__"
17174 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17176 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17177 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17178 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17179 $as_echo_n "(cached) " >&6
17181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17182 /* end confdefs.h. */
17183 #ifndef __aarch64__
17187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17188 $EGREP "yes" >/dev
/null
2>&1; then :
17189 ac_cv_cpp_def___aarch64__
=yes
17191 ac_cv_cpp_def___aarch64__
=no
17196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17197 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17198 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17199 CFLAGS
="$CFLAGS -D__aarch64__"
17200 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17202 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17203 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17204 if ${ac_cv_cpp_def___arm__+:} false
; then :
17205 $as_echo_n "(cached) " >&6
17207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17208 /* end confdefs.h. */
17213 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17214 $EGREP "yes" >/dev
/null
2>&1; then :
17215 ac_cv_cpp_def___arm__
=yes
17217 ac_cv_cpp_def___arm__
=no
17222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17223 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17224 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17225 CFLAGS
="$CFLAGS -D__arm__"
17226 LINTFLAGS
="$LINTFLAGS -D__arm__"
17230 case $host_vendor in
17231 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17232 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17233 if ${ac_cv_cpp_def___sun__+:} false
; then :
17234 $as_echo_n "(cached) " >&6
17236 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17237 /* end confdefs.h. */
17242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17243 $EGREP "yes" >/dev
/null
2>&1; then :
17244 ac_cv_cpp_def___sun__
=yes
17246 ac_cv_cpp_def___sun__
=no
17251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17252 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17253 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17254 CFLAGS
="$CFLAGS -D__sun__"
17255 LINTFLAGS
="$LINTFLAGS -D__sun__"
17263 ac_config_commands
="$ac_config_commands include/stamp-h"
17265 $as_echo_n "creating Makefile rules..." >&6
17267 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17268 SOCKET_LIBS = $SOCKET_LIBS
17269 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17270 IOKIT_LIBS = $IOKIT_LIBS
17271 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17272 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17273 CORESERVICES_LIBS = $CORESERVICES_LIBS
17274 APPKIT_LIBS = $APPKIT_LIBS
17275 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17276 SECURITY_LIBS = $SECURITY_LIBS
17277 COREAUDIO_LIBS = $COREAUDIO_LIBS
17278 OPENAL_LIBS = $OPENAL_LIBS
17279 OPENCL_LIBS = $OPENCL_LIBS
17280 QUICKTIME_LIBS = $QUICKTIME_LIBS
17281 CARBON_LIBS = $CARBON_LIBS
17282 PTHREAD_LIBS = $PTHREAD_LIBS
17283 X_CFLAGS = $X_CFLAGS
17284 X_PRE_LIBS = $X_PRE_LIBS
17286 X_EXTRA_LIBS = $X_EXTRA_LIBS
17287 PCAP_LIBS = $PCAP_LIBS
17288 XML2_CFLAGS = $XML2_CFLAGS
17289 XML2_LIBS = $XML2_LIBS
17290 XSLT_CFLAGS = $XSLT_CFLAGS
17291 XSLT_LIBS = $XSLT_LIBS
17292 DBUS_CFLAGS = $DBUS_CFLAGS
17293 DBUS_LIBS = $DBUS_LIBS
17294 HAL_CFLAGS = $HAL_CFLAGS
17295 HAL_LIBS = $HAL_LIBS
17296 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17297 GNUTLS_LIBS = $GNUTLS_LIBS
17298 SANE_CFLAGS = $SANE_CFLAGS
17299 SANE_LIBS = $SANE_LIBS
17300 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17301 GPHOTO2_LIBS = $GPHOTO2_LIBS
17302 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17303 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17304 RESOLV_LIBS = $RESOLV_LIBS
17305 LCMS2_CFLAGS = $LCMS2_CFLAGS
17306 LCMS2_LIBS = $LCMS2_LIBS
17307 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17308 FREETYPE_LIBS = $FREETYPE_LIBS
17310 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17311 PULSE_CFLAGS = $PULSE_CFLAGS
17312 PULSE_LIBS = $PULSE_LIBS
17313 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17314 GSTREAMER_LIBS = $GSTREAMER_LIBS
17315 ALSA_LIBS = $ALSA_LIBS
17316 OSS4_CFLAGS = $OSS4_CFLAGS
17317 CAPI20_CFLAGS = $CAPI20_CFLAGS
17318 CAPI20_LIBS = $CAPI20_LIBS
17319 CUPS_CFLAGS = $CUPS_CFLAGS
17320 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17321 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17322 JPEG_CFLAGS = $JPEG_CFLAGS
17323 JPEG_LIBS = $JPEG_LIBS
17324 PNG_CFLAGS = $PNG_CFLAGS
17325 PNG_LIBS = $PNG_LIBS
17326 TIFF_CFLAGS = $TIFF_CFLAGS
17327 TIFF_LIBS = $TIFF_LIBS
17328 MPG123_CFLAGS = $MPG123_CFLAGS
17329 MPG123_LIBS = $MPG123_LIBS
17330 KSTAT_LIBS = $KSTAT_LIBS
17331 PROCSTAT_LIBS = $PROCSTAT_LIBS
17332 NETAPI_CFLAGS = $NETAPI_CFLAGS
17333 NETAPI_LIBS = $NETAPI_LIBS
17334 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17336 POLL_LIBS = $POLL_LIBS
17338 LDAP_LIBS = $LDAP_LIBS
17343 wine_fn_append_rule
"
17344 # Rules automatically generated by configure
17346 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17351 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17352 @./config.status Make.tmp Makefile
17353 depend: \$(MAKEDEP) dummy
17356 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17357 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17359 if test "x$enable_fonts" != xno
; then
17360 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17361 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17362 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17363 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17364 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17365 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17367 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17368 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17369 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17370 wine_fn_config_symlink wine
17371 if test "x$enable_win64" != xno
; then
17372 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17373 wine_fn_config_symlink wine64
17376 wine_fn_config_dll acledit enable_acledit
17377 wine_fn_config_dll aclui enable_aclui implib
17378 wine_fn_config_dll activeds enable_activeds implib
17379 wine_fn_config_dll actxprxy enable_actxprxy clean
17380 wine_fn_config_lib adsiid
17381 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17382 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17383 wine_fn_config_dll advpack enable_advpack implib
17384 wine_fn_config_test dlls
/advpack
/tests advpack_test
17385 wine_fn_config_dll amstream enable_amstream clean
17386 wine_fn_config_test dlls
/amstream
/tests amstream_test
17387 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17388 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17389 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17392 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17394 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17395 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17396 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17397 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17398 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17399 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17400 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17401 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17402 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17403 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17404 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17405 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17406 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17407 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17408 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17409 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17411 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17412 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17414 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17415 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17416 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17417 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17418 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17419 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17420 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17421 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17422 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17423 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17424 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17425 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17426 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17427 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17428 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17429 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17430 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17431 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17432 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17433 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17434 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17435 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17436 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17437 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17438 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17439 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17440 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17441 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17442 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17443 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17444 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17445 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17446 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17447 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17448 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17449 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17450 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17451 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17452 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17453 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17454 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17455 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17456 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17457 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17458 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17459 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17460 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17461 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17462 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17463 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17464 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17465 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17466 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17467 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17468 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17469 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17470 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17471 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17472 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17473 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17474 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17475 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17476 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17477 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17478 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17479 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17480 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17481 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17482 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17483 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17484 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17485 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17486 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17487 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17488 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17489 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17490 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17491 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17492 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17493 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17494 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17495 wine_fn_config_dll apphelp enable_apphelp
17496 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17497 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17498 wine_fn_config_dll atl enable_atl clean
,implib
17499 wine_fn_config_test dlls
/atl
/tests atl_test
17500 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17501 wine_fn_config_test dlls
/atl100
/tests atl100_test
17502 wine_fn_config_dll atl110 enable_atl110 clean
17503 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17504 wine_fn_config_test dlls
/atl80
/tests atl80_test
17505 wine_fn_config_dll atl90 enable_atl90 clean
17506 wine_fn_config_dll authz enable_authz
17507 wine_fn_config_dll avicap32 enable_avicap32 implib
17508 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
17509 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17510 wine_fn_config_dll avifile.dll16 enable_win16
17511 wine_fn_config_dll avrt enable_avrt implib
17512 wine_fn_config_dll bcrypt enable_bcrypt implib
17513 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17514 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17515 wine_fn_config_dll browseui enable_browseui clean
17516 wine_fn_config_test dlls
/browseui
/tests browseui_test
17517 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17518 wine_fn_config_dll cabinet enable_cabinet implib
17519 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17520 wine_fn_config_dll capi2032 enable_capi2032 implib
17521 wine_fn_config_dll cards enable_cards implib
17522 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17523 wine_fn_config_dll clusapi enable_clusapi implib
17524 wine_fn_config_dll combase enable_combase
17525 wine_fn_config_test dlls
/combase
/tests combase_test
17526 wine_fn_config_dll comcat enable_comcat
17527 wine_fn_config_test dlls
/comcat
/tests comcat_test
17528 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
17529 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17530 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
17531 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17532 wine_fn_config_dll
comm.drv16 enable_win16
17533 wine_fn_config_dll commdlg.dll16 enable_win16
17534 wine_fn_config_dll compobj.dll16 enable_win16
17535 wine_fn_config_dll compstui enable_compstui implib
17536 wine_fn_config_dll comsvcs enable_comsvcs implib
17537 wine_fn_config_dll connect enable_connect
17538 wine_fn_config_dll credui enable_credui clean
,implib
17539 wine_fn_config_test dlls
/credui
/tests credui_test
17540 wine_fn_config_dll crtdll enable_crtdll
17541 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
17542 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17543 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17544 wine_fn_config_dll cryptdll enable_cryptdll implib
17545 wine_fn_config_dll cryptext enable_cryptext
17546 wine_fn_config_dll cryptnet enable_cryptnet implib
17547 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17548 wine_fn_config_dll cryptui enable_cryptui clean
,implib
17549 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17550 wine_fn_config_dll ctapi32 enable_ctapi32
17551 wine_fn_config_dll ctl3d.dll16 enable_win16
17552 wine_fn_config_dll ctl3d32 enable_ctl3d32
17553 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17554 wine_fn_config_dll d2d1 enable_d2d1 implib
17555 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17556 wine_fn_config_dll d3d10 enable_d3d10 implib
17557 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17558 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17559 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17560 wine_fn_config_dll d3d10core enable_d3d10core implib
17561 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17562 wine_fn_config_dll d3d11 enable_d3d11 implib
17563 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17564 wine_fn_config_dll d3d8 enable_d3d8 implib
17565 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17566 wine_fn_config_dll d3d9 enable_d3d9 implib
17567 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17568 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17569 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17570 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17571 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17572 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17573 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17574 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17575 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17576 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17577 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17578 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17579 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17580 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17581 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17582 wine_fn_config_dll d3dim enable_d3dim
17583 wine_fn_config_dll d3drm enable_d3drm implib
17584 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17585 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17586 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17587 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17588 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17589 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17590 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17591 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17592 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17593 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17594 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17595 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17596 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
17597 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17598 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17599 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17600 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17601 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17602 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17603 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17604 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17605 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17606 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17607 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17608 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17609 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17610 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17611 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17612 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17613 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17614 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17615 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17616 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17617 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17618 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17619 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17620 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17621 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17622 wine_fn_config_dll davclnt enable_davclnt
17623 wine_fn_config_dll dbgeng enable_dbgeng implib
17624 wine_fn_config_dll dbghelp enable_dbghelp implib
17625 wine_fn_config_dll dciman32 enable_dciman32 implib
17626 wine_fn_config_dll ddeml.dll16 enable_win16
17627 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17628 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17629 wine_fn_config_dll ddrawex enable_ddrawex clean
17630 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17631 wine_fn_config_dll devenum enable_devenum clean
17632 wine_fn_config_test dlls
/devenum
/tests devenum_test
17633 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17634 wine_fn_config_dll difxapi enable_difxapi
17635 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
17636 wine_fn_config_test dlls
/dinput
/tests dinput_test
17637 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17638 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17639 wine_fn_config_dll dispdib.dll16 enable_win16
17640 wine_fn_config_dll dispex enable_dispex clean
17641 wine_fn_config_test dlls
/dispex
/tests dispex_test
17642 wine_fn_config_dll display.drv16 enable_win16
17643 wine_fn_config_dll dmband enable_dmband clean
17644 wine_fn_config_test dlls
/dmband
/tests dmband_test
17645 wine_fn_config_dll dmcompos enable_dmcompos clean
17646 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17647 wine_fn_config_dll dmime enable_dmime clean
17648 wine_fn_config_test dlls
/dmime
/tests dmime_test
17649 wine_fn_config_dll dmloader enable_dmloader clean
17650 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17651 wine_fn_config_dll dmscript enable_dmscript clean
17652 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17653 wine_fn_config_dll dmstyle enable_dmstyle clean
17654 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17655 wine_fn_config_dll dmsynth enable_dmsynth clean
17656 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17657 wine_fn_config_dll dmusic enable_dmusic clean
17658 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17659 wine_fn_config_dll dmusic32 enable_dmusic32
17660 wine_fn_config_dll dnsapi enable_dnsapi implib
17661 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17662 wine_fn_config_dll dplay enable_dplay
17663 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17664 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17665 wine_fn_config_dll dpnaddr enable_dpnaddr
17666 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17667 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17668 wine_fn_config_dll dpnhpast enable_dpnhpast
17669 wine_fn_config_dll dpnlobby enable_dpnlobby
17670 wine_fn_config_dll dpvoice enable_dpvoice clean
17671 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17672 wine_fn_config_dll dpwsockx enable_dpwsockx
17673 wine_fn_config_dll drmclien enable_drmclien
17674 wine_fn_config_dll dsound enable_dsound clean
,implib
17675 wine_fn_config_test dlls
/dsound
/tests dsound_test
17676 wine_fn_config_dll dssenh enable_dssenh
17677 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17678 wine_fn_config_dll dswave enable_dswave clean
17679 wine_fn_config_test dlls
/dswave
/tests dswave_test
17680 wine_fn_config_dll dwmapi enable_dwmapi implib
17681 wine_fn_config_dll dwrite enable_dwrite implib
17682 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17683 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17684 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17685 wine_fn_config_lib dxerr8
17686 wine_fn_config_lib dxerr9
17687 wine_fn_config_dll dxgi enable_dxgi implib
17688 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17689 wine_fn_config_lib dxguid
17690 wine_fn_config_dll dxva2 enable_dxva2
17691 wine_fn_config_dll esent enable_esent
17692 wine_fn_config_dll evr enable_evr
17693 wine_fn_config_dll explorerframe enable_explorerframe clean
17694 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17695 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17696 wine_fn_config_dll faultrep enable_faultrep implib
17697 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17698 wine_fn_config_dll fltlib enable_fltlib
17699 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17700 wine_fn_config_dll fntcache enable_fntcache
17701 wine_fn_config_dll fontsub enable_fontsub
17702 wine_fn_config_dll fusion enable_fusion
17703 wine_fn_config_test dlls
/fusion
/tests fusion_test
17704 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17705 wine_fn_config_dll gameux enable_gameux clean
17706 wine_fn_config_test dlls
/gameux
/tests gameux_test
17707 wine_fn_config_dll gdi.exe16 enable_win16
17708 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
17709 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17710 wine_fn_config_dll gdiplus enable_gdiplus implib
17711 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17712 wine_fn_config_dll glu32 enable_glu32 implib
17713 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17714 wine_fn_config_dll gpkcsp enable_gpkcsp
17715 wine_fn_config_dll hal enable_hal
17716 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
17717 wine_fn_config_dll hid enable_hid implib
17718 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17719 wine_fn_config_dll hlink enable_hlink clean
,implib
17720 wine_fn_config_test dlls
/hlink
/tests hlink_test
17721 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17722 wine_fn_config_dll httpapi enable_httpapi
17723 wine_fn_config_dll iccvid enable_iccvid clean
17724 wine_fn_config_dll icmp enable_icmp
17725 wine_fn_config_dll ieframe enable_ieframe clean
,implib
17726 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17727 wine_fn_config_dll ifsmgr.vxd enable_win16
17728 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17729 wine_fn_config_dll imagehlp enable_imagehlp implib
17730 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17731 wine_fn_config_dll imm.dll16 enable_win16
17732 wine_fn_config_dll imm32 enable_imm32 implib
17733 wine_fn_config_test dlls
/imm32
/tests imm32_test
17734 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17735 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17736 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17737 wine_fn_config_dll inetmib1 enable_inetmib1
17738 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17739 wine_fn_config_dll infosoft enable_infosoft clean
17740 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17741 wine_fn_config_dll initpki enable_initpki
17742 wine_fn_config_dll inkobj enable_inkobj
17743 wine_fn_config_dll inseng enable_inseng clean
17744 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17745 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17746 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17747 wine_fn_config_dll itircl enable_itircl
17748 wine_fn_config_dll itss enable_itss clean
17749 wine_fn_config_test dlls
/itss
/tests itss_test
17750 wine_fn_config_dll joy.cpl enable_joy_cpl clean
17751 wine_fn_config_dll jscript enable_jscript clean
17752 wine_fn_config_test dlls
/jscript
/tests jscript_test
17753 wine_fn_config_dll jsproxy enable_jsproxy implib
17754 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
17755 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
17756 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17757 wine_fn_config_dll kernelbase enable_kernelbase
17758 wine_fn_config_dll keyboard.drv16 enable_win16
17759 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17760 wine_fn_config_dll ksuser enable_ksuser
17761 wine_fn_config_dll ktmw32 enable_ktmw32
17762 wine_fn_config_dll loadperf enable_loadperf implib
17763 wine_fn_config_dll localspl enable_localspl clean
17764 wine_fn_config_test dlls
/localspl
/tests localspl_test
17765 wine_fn_config_dll localui enable_localui clean
17766 wine_fn_config_test dlls
/localui
/tests localui_test
17767 wine_fn_config_dll lz32 enable_lz32 implib
17768 wine_fn_config_test dlls
/lz32
/tests lz32_test
17769 wine_fn_config_dll lzexpand.dll16 enable_win16
17770 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
17771 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17772 wine_fn_config_dll mapistub enable_mapistub
17773 wine_fn_config_dll mciavi32 enable_mciavi32
17774 wine_fn_config_dll mcicda enable_mcicda
17775 wine_fn_config_dll mciqtz32 enable_mciqtz32
17776 wine_fn_config_dll mciseq enable_mciseq
17777 wine_fn_config_dll mciwave enable_mciwave
17778 wine_fn_config_dll mf enable_mf
17779 wine_fn_config_dll mfplat enable_mfplat
17780 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17781 wine_fn_config_dll mgmtapi enable_mgmtapi
17782 wine_fn_config_dll midimap enable_midimap
17783 wine_fn_config_dll mlang enable_mlang clean
,implib
17784 wine_fn_config_test dlls
/mlang
/tests mlang_test
17785 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17786 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17787 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17788 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17789 wine_fn_config_dll mmdevldr.vxd enable_win16
17790 wine_fn_config_dll mmsystem.dll16 enable_win16
17791 wine_fn_config_dll monodebg.vxd enable_win16
17792 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17793 wine_fn_config_dll mouse.drv16 enable_win16
17794 wine_fn_config_dll mpr enable_mpr clean
,implib
17795 wine_fn_config_test dlls
/mpr
/tests mpr_test
17796 wine_fn_config_dll mprapi enable_mprapi implib
17797 wine_fn_config_dll msacm.dll16 enable_win16
17798 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17799 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
17800 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17801 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17802 wine_fn_config_dll msasn1 enable_msasn1 implib
17803 wine_fn_config_dll mscat32 enable_mscat32
17804 wine_fn_config_dll mscms enable_mscms implib
17805 wine_fn_config_test dlls
/mscms
/tests mscms_test
17806 wine_fn_config_dll mscoree enable_mscoree clean
17807 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17808 wine_fn_config_dll msctf enable_msctf clean
17809 wine_fn_config_test dlls
/msctf
/tests msctf_test
17810 wine_fn_config_dll msctfp enable_msctfp clean
17811 wine_fn_config_dll msdaps enable_msdaps clean
17812 wine_fn_config_dll msdelta enable_msdelta
17813 wine_fn_config_dll msdmo enable_msdmo implib
17814 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17815 wine_fn_config_dll msdrm enable_msdrm
17816 wine_fn_config_dll msftedit enable_msftedit
17817 wine_fn_config_dll msg711.acm enable_msg711_acm
17818 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17819 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17820 wine_fn_config_dll mshtml enable_mshtml clean
,implib
17821 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17822 wine_fn_config_dll msi enable_msi clean
,implib
17823 wine_fn_config_test dlls
/msi
/tests msi_test
17824 wine_fn_config_dll msident enable_msident clean
17825 wine_fn_config_dll msimg32 enable_msimg32 implib
17826 wine_fn_config_dll msimsg enable_msimsg
17827 wine_fn_config_dll msimtf enable_msimtf clean
17828 wine_fn_config_dll msisip enable_msisip
17829 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17830 wine_fn_config_dll msls31 enable_msls31
17831 wine_fn_config_dll msnet32 enable_msnet32
17832 wine_fn_config_dll mspatcha enable_mspatcha implib
17833 wine_fn_config_dll msrle32 enable_msrle32 clean
17834 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17835 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17836 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
17837 wine_fn_config_dll mssign32 enable_mssign32
17838 wine_fn_config_dll mssip32 enable_mssip32
17839 wine_fn_config_dll mstask enable_mstask clean
17840 wine_fn_config_test dlls
/mstask
/tests mstask_test
17841 wine_fn_config_dll msvcirt enable_msvcirt
17842 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17843 wine_fn_config_dll msvcm80 enable_msvcm80
17844 wine_fn_config_dll msvcm90 enable_msvcm90
17845 wine_fn_config_dll msvcp100 enable_msvcp100
17846 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17847 wine_fn_config_dll msvcp110 enable_msvcp110
17848 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17849 wine_fn_config_dll msvcp120 enable_msvcp120
17850 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17851 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17852 wine_fn_config_dll msvcp60 enable_msvcp60
17853 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17854 wine_fn_config_dll msvcp70 enable_msvcp70
17855 wine_fn_config_dll msvcp71 enable_msvcp71
17856 wine_fn_config_dll msvcp80 enable_msvcp80
17857 wine_fn_config_dll msvcp90 enable_msvcp90
17858 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17859 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17860 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17861 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17862 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17863 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17864 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17865 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17866 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17867 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17868 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17869 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17870 wine_fn_config_dll msvcrt enable_msvcrt implib
17871 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17872 wine_fn_config_dll msvcrt20 enable_msvcrt20
17873 wine_fn_config_dll msvcrt40 enable_msvcrt40
17874 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17875 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17876 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
17877 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17878 wine_fn_config_dll msvidc32 enable_msvidc32 clean
17879 wine_fn_config_dll msvideo.dll16 enable_win16
17880 wine_fn_config_dll mswsock enable_mswsock implib
17881 wine_fn_config_dll msxml enable_msxml clean
17882 wine_fn_config_dll msxml2 enable_msxml2 clean
17883 wine_fn_config_dll msxml3 enable_msxml3 clean
17884 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17885 wine_fn_config_dll msxml4 enable_msxml4 clean
17886 wine_fn_config_dll msxml6 enable_msxml6 clean
17887 wine_fn_config_dll ncrypt enable_ncrypt
17888 wine_fn_config_dll nddeapi enable_nddeapi implib
17889 wine_fn_config_dll ndis.sys enable_ndis_sys
17890 wine_fn_config_dll netapi32 enable_netapi32 implib
17891 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17892 wine_fn_config_dll netcfgx enable_netcfgx clean
17893 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17894 wine_fn_config_dll netprofm enable_netprofm clean
17895 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17896 wine_fn_config_dll newdev enable_newdev implib
17897 wine_fn_config_dll normaliz enable_normaliz implib
17898 wine_fn_config_dll npmshtml enable_npmshtml
17899 wine_fn_config_dll npptools enable_npptools
17900 wine_fn_config_dll ntdll enable_ntdll implib
17901 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17902 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17903 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17904 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
17905 wine_fn_config_dll ntprint enable_ntprint
17906 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17907 wine_fn_config_dll objsel enable_objsel clean
17908 wine_fn_config_dll odbc32 enable_odbc32 implib
17909 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17910 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17911 wine_fn_config_dll odbccu32 enable_odbccu32
17912 wine_fn_config_dll ole2.dll16 enable_win16
17913 wine_fn_config_dll ole2conv.dll16 enable_win16
17914 wine_fn_config_dll ole2disp.dll16 enable_win16
17915 wine_fn_config_dll ole2nls.dll16 enable_win16
17916 wine_fn_config_dll ole2prox.dll16 enable_win16
17917 wine_fn_config_dll ole2thk.dll16 enable_win16
17918 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17919 wine_fn_config_test dlls
/ole32
/tests ole32_test
17920 wine_fn_config_dll oleacc enable_oleacc clean
,implib
17921 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17922 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
17923 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17924 wine_fn_config_dll olecli.dll16 enable_win16
17925 wine_fn_config_dll olecli32 enable_olecli32 implib
17926 wine_fn_config_dll oledb32 enable_oledb32 clean
17927 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17928 wine_fn_config_dll oledlg enable_oledlg clean
,implib
17929 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17930 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
17931 wine_fn_config_dll olesvr.dll16 enable_win16
17932 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17933 wine_fn_config_dll olethk32 enable_olethk32
17934 wine_fn_config_dll openal32 enable_openal32
17935 wine_fn_config_dll opencl enable_opencl
17936 wine_fn_config_dll opengl32 enable_opengl32 implib
17937 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17938 wine_fn_config_dll packager enable_packager clean
17939 wine_fn_config_test dlls
/packager
/tests packager_test
17940 wine_fn_config_dll pdh enable_pdh implib
17941 wine_fn_config_test dlls
/pdh
/tests pdh_test
17942 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17943 wine_fn_config_dll pidgen enable_pidgen
17944 wine_fn_config_dll powrprof enable_powrprof implib
17945 wine_fn_config_dll printui enable_printui
17946 wine_fn_config_dll prntvpt enable_prntvpt
17947 wine_fn_config_dll propsys enable_propsys clean
,implib
17948 wine_fn_config_test dlls
/propsys
/tests propsys_test
17949 wine_fn_config_dll psapi enable_psapi implib
17950 wine_fn_config_test dlls
/psapi
/tests psapi_test
17951 wine_fn_config_dll pstorec enable_pstorec clean
17952 wine_fn_config_dll qcap enable_qcap
17953 wine_fn_config_test dlls
/qcap
/tests qcap_test
17954 wine_fn_config_dll qedit enable_qedit clean
17955 wine_fn_config_test dlls
/qedit
/tests qedit_test
17956 wine_fn_config_dll qmgr enable_qmgr clean
17957 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17958 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17959 wine_fn_config_dll quartz enable_quartz clean
,implib
17960 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17961 wine_fn_config_dll query enable_query
17962 wine_fn_config_dll rasapi16.dll16 enable_win16
17963 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17964 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17965 wine_fn_config_dll rasdlg enable_rasdlg implib
17966 wine_fn_config_dll regapi enable_regapi
17967 wine_fn_config_dll resutils enable_resutils implib
17968 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17969 wine_fn_config_test dlls
/riched20
/tests riched20_test
17970 wine_fn_config_dll riched32 enable_riched32
17971 wine_fn_config_test dlls
/riched32
/tests riched32_test
17972 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17973 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17974 wine_fn_config_dll rsabase enable_rsabase
17975 wine_fn_config_dll rsaenh enable_rsaenh implib
17976 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17977 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17978 wine_fn_config_dll rtutils enable_rtutils implib
17979 wine_fn_config_dll samlib enable_samlib
17980 wine_fn_config_dll sane.ds enable_sane_ds clean
17981 wine_fn_config_dll scarddlg enable_scarddlg
17982 wine_fn_config_dll sccbase enable_sccbase
17983 wine_fn_config_dll schannel enable_schannel
17984 wine_fn_config_test dlls
/schannel
/tests schannel_test
17985 wine_fn_config_dll schedsvc enable_schedsvc clean
17986 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17987 wine_fn_config_dll scrrun enable_scrrun clean
17988 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17989 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17990 wine_fn_config_dll secur32 enable_secur32 implib
17991 wine_fn_config_test dlls
/secur32
/tests secur32_test
17992 wine_fn_config_dll security enable_security
17993 wine_fn_config_dll sensapi enable_sensapi implib
17994 wine_fn_config_dll serialui enable_serialui clean
17995 wine_fn_config_test dlls
/serialui
/tests serialui_test
17996 wine_fn_config_dll setupapi enable_setupapi clean
,implib
17997 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17998 wine_fn_config_dll setupx.dll16 enable_win16
17999 wine_fn_config_dll sfc enable_sfc implib
18000 wine_fn_config_dll sfc_os enable_sfc_os implib
18001 wine_fn_config_dll shdoclc enable_shdoclc clean
18002 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18003 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18004 wine_fn_config_dll shell.dll16 enable_win16
18005 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18006 wine_fn_config_test dlls
/shell32
/tests shell32_test
18007 wine_fn_config_dll shfolder enable_shfolder implib
18008 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18009 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18010 wine_fn_config_dll slbcsp enable_slbcsp
18011 wine_fn_config_dll slc enable_slc implib
18012 wine_fn_config_test dlls
/slc
/tests slc_test
18013 wine_fn_config_dll snmpapi enable_snmpapi implib
18014 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18015 wine_fn_config_dll softpub enable_softpub
18016 wine_fn_config_dll sound.drv16 enable_win16
18017 wine_fn_config_dll spoolss enable_spoolss implib
18018 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18019 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18020 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18021 wine_fn_config_dll sti enable_sti clean
,implib
18022 wine_fn_config_test dlls
/sti
/tests sti_test
18023 wine_fn_config_dll storage.dll16 enable_win16
18024 wine_fn_config_dll stress.dll16 enable_win16
18025 wine_fn_config_lib strmbase
18026 wine_fn_config_lib strmiids
18027 wine_fn_config_dll svrapi enable_svrapi
18028 wine_fn_config_dll sxs enable_sxs implib
18029 wine_fn_config_test dlls
/sxs
/tests sxs_test
18030 wine_fn_config_dll system.drv16 enable_win16
18031 wine_fn_config_dll t2embed enable_t2embed implib
18032 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18033 wine_fn_config_dll tapi32 enable_tapi32 implib
18034 wine_fn_config_dll taskschd enable_taskschd clean
18035 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18036 wine_fn_config_dll tdi.sys enable_tdi_sys
18037 wine_fn_config_dll toolhelp.dll16 enable_win16
18038 wine_fn_config_dll traffic enable_traffic
18039 wine_fn_config_dll twain.dll16 enable_win16
18040 wine_fn_config_dll twain_32 enable_twain_32
18041 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18042 wine_fn_config_dll typelib.dll16 enable_win16
18043 wine_fn_config_dll ucrtbase enable_ucrtbase
18044 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18045 wine_fn_config_dll unicows enable_unicows implib
18046 wine_fn_config_dll updspapi enable_updspapi
18047 wine_fn_config_dll url enable_url implib
18048 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18049 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18050 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18051 wine_fn_config_dll user.exe16 enable_win16
18052 wine_fn_config_dll user32 enable_user32 clean
,implib
18053 wine_fn_config_test dlls
/user32
/tests user32_test
18054 wine_fn_config_dll userenv enable_userenv implib
18055 wine_fn_config_test dlls
/userenv
/tests userenv_test
18056 wine_fn_config_dll usp10 enable_usp10 implib
18057 wine_fn_config_test dlls
/usp10
/tests usp10_test
18058 wine_fn_config_lib uuid
18059 wine_fn_config_dll uxtheme enable_uxtheme implib
18060 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18061 wine_fn_config_dll vbscript enable_vbscript clean
18062 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18063 wine_fn_config_dll vcomp enable_vcomp
18064 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18065 wine_fn_config_dll vcomp100 enable_vcomp100
18066 wine_fn_config_dll vcomp110 enable_vcomp110
18067 wine_fn_config_dll vcomp120 enable_vcomp120
18068 wine_fn_config_dll vcomp90 enable_vcomp90
18069 wine_fn_config_dll vcruntime140 enable_vcruntime140
18070 wine_fn_config_dll vdhcp.vxd enable_win16
18071 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18072 wine_fn_config_dll ver.dll16 enable_win16
18073 wine_fn_config_dll version enable_version implib
18074 wine_fn_config_test dlls
/version
/tests version_test
18075 wine_fn_config_dll vmm.vxd enable_win16
18076 wine_fn_config_dll vnbt.vxd enable_win16
18077 wine_fn_config_dll vnetbios.vxd enable_win16
18078 wine_fn_config_dll vssapi enable_vssapi
18079 wine_fn_config_dll vtdapi.vxd enable_win16
18080 wine_fn_config_dll vwin32.vxd enable_win16
18081 wine_fn_config_dll w32skrnl enable_win16
18082 wine_fn_config_dll w32sys.dll16 enable_win16
18083 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18084 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18085 wine_fn_config_dll wbemprox enable_wbemprox clean
18086 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18087 wine_fn_config_dll webservices enable_webservices implib
18088 wine_fn_config_test dlls
/webservices
/tests webservices_test
18089 wine_fn_config_dll wer enable_wer implib
18090 wine_fn_config_test dlls
/wer
/tests wer_test
18091 wine_fn_config_dll wevtapi enable_wevtapi
18092 wine_fn_config_dll wiaservc enable_wiaservc clean
18093 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18094 wine_fn_config_dll wimgapi enable_wimgapi
18095 wine_fn_config_dll win32s16.dll16 enable_win16
18096 wine_fn_config_dll win87em.dll16 enable_win16
18097 wine_fn_config_dll winaspi.dll16 enable_win16
18098 wine_fn_config_dll windebug.dll16 enable_win16
18099 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18100 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18101 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18102 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18103 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18104 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18105 wine_fn_config_lib winecrt0
18106 wine_fn_config_dll wined3d enable_wined3d implib
18107 wine_fn_config_dll winegstreamer enable_winegstreamer
18108 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18109 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18110 wine_fn_config_dll winemapi enable_winemapi
18111 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18112 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18113 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18114 wine_fn_config_dll wineps16.drv16 enable_win16
18115 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18116 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18117 wine_fn_config_dll winex11.drv enable_winex11_drv
18118 wine_fn_config_dll wing.dll16 enable_win16
18119 wine_fn_config_dll wing32 enable_wing32
18120 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18121 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18122 wine_fn_config_dll wininet enable_wininet clean
,implib
18123 wine_fn_config_test dlls
/wininet
/tests wininet_test
18124 wine_fn_config_dll winmm enable_winmm clean
,implib
18125 wine_fn_config_test dlls
/winmm
/tests winmm_test
18126 wine_fn_config_dll winnls.dll16 enable_win16
18127 wine_fn_config_dll winnls32 enable_winnls32 implib
18128 wine_fn_config_dll winscard enable_winscard implib
18129 wine_fn_config_dll winsock.dll16 enable_win16
18130 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18131 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18132 wine_fn_config_dll winsta enable_winsta
18133 wine_fn_config_dll wintab.dll16 enable_win16
18134 wine_fn_config_dll wintab32 enable_wintab32 implib
18135 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18136 wine_fn_config_dll wintrust enable_wintrust implib
18137 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18138 wine_fn_config_dll wlanapi enable_wlanapi
18139 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18140 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18141 wine_fn_config_dll wmasf enable_wmasf
18142 wine_fn_config_dll wmi enable_wmi
18143 wine_fn_config_dll wmiutils enable_wmiutils clean
18144 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18145 wine_fn_config_dll wmp enable_wmp clean
18146 wine_fn_config_test dlls
/wmp
/tests wmp_test
18147 wine_fn_config_dll wmvcore enable_wmvcore
18148 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18149 wine_fn_config_dll wow32 enable_win16 implib
18150 wine_fn_config_dll wpcap enable_wpcap
18151 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18152 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18153 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18154 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18155 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18156 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18157 wine_fn_config_dll wsock32 enable_wsock32 implib
18158 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18159 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18160 wine_fn_config_dll wuapi enable_wuapi clean
18161 wine_fn_config_dll wuaueng enable_wuaueng
18162 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18163 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18164 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18165 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18166 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18167 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18168 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18169 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18170 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18171 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18172 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18173 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18174 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18175 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18176 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18177 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18178 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18179 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18180 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18181 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18182 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18183 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18184 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18185 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18186 wine_fn_config_dll xinput1_1 enable_xinput1_1
18187 wine_fn_config_dll xinput1_2 enable_xinput1_2
18188 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18189 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18190 wine_fn_config_dll xinput1_4 enable_xinput1_4
18191 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18192 wine_fn_config_dll xmllite enable_xmllite implib
18193 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18194 wine_fn_config_dll xolehlp enable_xolehlp
18195 wine_fn_config_dll xpsprint enable_xpsprint
18196 wine_fn_config_dll xpssvcs enable_xpssvcs
18197 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18198 wine_fn_config_makefile include enable_include clean
,install-dev
18199 wine_fn_config_makefile libs
/port enable_libs_port
18200 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18201 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18202 wine_fn_config_makefile loader enable_loader clean
,install-lib
18203 wine_fn_config_makefile po enable_po clean
18204 wine_fn_config_program arp enable_arp
install
18205 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18206 wine_fn_config_program attrib enable_attrib clean
,install
18207 wine_fn_config_program cabarc enable_cabarc
install
18208 wine_fn_config_program cacls enable_cacls
install
18209 wine_fn_config_program
clock enable_clock clean
,install
18210 wine_fn_config_program cmd enable_cmd clean
,install
18211 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18212 wine_fn_config_program conhost enable_conhost
install
18213 wine_fn_config_program control enable_control
install
18214 wine_fn_config_program cscript enable_cscript clean
,install
18215 wine_fn_config_program dpnsvr enable_dpnsvr
install
18216 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18217 wine_fn_config_program eject enable_eject
install
18218 wine_fn_config_program
expand enable_expand
install
18219 wine_fn_config_program explorer enable_explorer clean
,install
18220 wine_fn_config_program extrac32 enable_extrac32
install
18221 wine_fn_config_program findstr enable_findstr
install
18222 wine_fn_config_program fsutil enable_fsutil
install
18223 wine_fn_config_program hh enable_hh
install
18224 wine_fn_config_program hostname enable_hostname clean
,install
18225 wine_fn_config_program icacls enable_icacls
install
18226 wine_fn_config_program icinfo enable_icinfo
install
18227 wine_fn_config_program iexplore enable_iexplore
install
18228 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18229 wine_fn_config_program lodctr enable_lodctr
install
18230 wine_fn_config_program mofcomp enable_mofcomp
install
18231 wine_fn_config_program mshta enable_mshta
install
18232 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18233 wine_fn_config_program net enable_net clean
,install
18234 wine_fn_config_program netsh enable_netsh
install
18235 wine_fn_config_program netstat enable_netstat clean
,install
18236 wine_fn_config_program ngen enable_ngen
install
18237 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18238 wine_fn_config_program oleview enable_oleview clean
,install
18239 wine_fn_config_program
ping enable_ping
install
18240 wine_fn_config_program plugplay enable_plugplay
install
18241 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18242 wine_fn_config_program progman enable_progman clean
,install
18243 wine_fn_config_program reg enable_reg clean
,install
18244 wine_fn_config_test programs
/reg
/tests reg.exe_test
18245 wine_fn_config_program regasm enable_regasm
install
18246 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18247 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18248 wine_fn_config_program regsvcs enable_regsvcs
install
18249 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18250 wine_fn_config_program rpcss enable_rpcss clean
,install
18251 wine_fn_config_program rundll.exe16 enable_win16
install
18252 wine_fn_config_program rundll32 enable_rundll32
install
18253 wine_fn_config_program sc enable_sc
install
18254 wine_fn_config_program schtasks enable_schtasks
install
18255 wine_fn_config_program sdbinst enable_sdbinst
install
18256 wine_fn_config_program secedit enable_secedit
install
18257 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18258 wine_fn_config_program services enable_services clean
,install
18259 wine_fn_config_test programs
/services
/tests services.exe_test
18260 wine_fn_config_program shutdown enable_shutdown
install
18261 wine_fn_config_program spoolsv enable_spoolsv
install
18262 wine_fn_config_program start enable_start clean
,install
18263 wine_fn_config_program svchost enable_svchost
install
18264 wine_fn_config_program systeminfo enable_systeminfo
install
18265 wine_fn_config_program taskkill enable_taskkill clean
,install
18266 wine_fn_config_program tasklist enable_tasklist
install
18267 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18268 wine_fn_config_program termsv enable_termsv
install
18269 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18270 wine_fn_config_program unlodctr enable_unlodctr
install
18271 wine_fn_config_program view enable_view clean
,install
18272 wine_fn_config_program wevtutil enable_wevtutil
install
18273 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18274 wine_fn_config_program winebrowser enable_winebrowser
install
18275 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18276 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18277 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18278 wine_fn_config_program winedevice enable_winedevice
install
18279 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18280 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18281 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18282 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18283 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18284 wine_fn_config_program winetest enable_winetest clean
18285 wine_fn_config_program winevdm enable_win16
install
18286 wine_fn_config_program winhelp.exe16 enable_win16
install
18287 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18288 wine_fn_config_program winoldap.mod16 enable_win16
install
18289 wine_fn_config_program winver enable_winver
install
18290 wine_fn_config_program wmic enable_wmic clean
,install
18291 wine_fn_config_program wmplayer enable_wmplayer
install
18292 wine_fn_config_program wordpad enable_wordpad clean
,install
18293 wine_fn_config_program
write enable_write clean
,install
18294 wine_fn_config_program wscript enable_wscript clean
,install
18295 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18296 wine_fn_config_program wusa enable_wusa
install
18297 wine_fn_config_program xcopy enable_xcopy clean
,install
18298 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18299 wine_fn_config_makefile server enable_server clean
,install-lib
18300 wine_fn_config_tool tools clean
18301 wine_fn_config_tool tools
/sfnt2fon clean
18302 wine_fn_config_tool tools
/widl clean
,install-dev
18303 wine_fn_config_tool tools
/winebuild clean
,install-dev
18304 wine_fn_config_tool tools
/winedump clean
,install-dev
18305 wine_fn_config_tool tools
/winegcc clean
,install-dev
18306 wine_fn_config_tool tools
/winemaker clean
,install-dev
18307 wine_fn_config_tool tools
/wmc clean
,install-dev
18308 wine_fn_config_tool tools
/wrc clean
,install-dev
18311 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
18312 wine_fn_append_file CONFIGURE_TARGETS
"tags"
18313 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
18314 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
18315 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
18316 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
18317 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
18318 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
18320 if test "x$enable_tools" != xno
18322 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
18323 ac_config_commands
="$ac_config_commands tools/makedep"
18327 ac_config_commands
="$ac_config_commands Makefile"
18330 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18334 if test "x$enable_maintainer_mode" = xyes
18336 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18337 autoconf --warnings=all
18338 include/config.h.in: include/stamp-h.in
18339 include/stamp-h.in: configure.ac aclocal.m4
18340 autoheader --warnings=all
18341 @echo timestamp > \$@"
18344 if test "x$enable_tools" != xno
18346 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18347 @./config.status tools/makedep
18348 Makefile: tools/makedep$ac_exeext"
18350 wine_fn_append_rule
"\$(MAKEDEP):
18351 @echo \"You need to run make in $TOOLSDIR first\" && false"
18354 if test -n "$with_wine64"
18356 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18358 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18359 $with_wine64/loader/wine:
18360 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18361 $with_wine64/loader/wine-preloader:
18362 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18364 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18366 WINELOADER_INSTALL
="wine.inf"
18368 wine_fn_append_rule
"install install-lib::
18369 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18371 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18373 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18374 *) wine_fn_append_rule
"install install-lib::
18375 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18377 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18381 $as_echo " done" >&6
18382 cat >confcache
<<\_ACEOF
18383 # This file is a shell script that caches the results of configure
18384 # tests run on this system so they can be shared between configure
18385 # scripts and configure runs, see configure's option --config-cache.
18386 # It is not useful on other systems. If it contains results you don't
18387 # want to keep, you may remove or edit it.
18389 # config.status only pays attention to the cache file if you give it
18390 # the --recheck option to rerun configure.
18392 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18393 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18394 # following values.
18398 # The following way of writing the cache mishandles newlines in values,
18399 # but we know of no workaround that is simple, portable, and efficient.
18400 # So, we kill variables containing newlines.
18401 # Ultrix sh set writes to stderr and can't be redirected directly,
18402 # and sets the high bit in the cache file unless we assign to the vars.
18404 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18405 eval ac_val
=\$
$ac_var
18409 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18410 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18413 _ | IFS | as_nl
) ;; #(
18414 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18415 *) { eval $ac_var=; unset $ac_var;} ;;
18421 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18422 *${as_nl}ac_space
=\
*)
18423 # `set' does not quote correctly, so add quotes: double-quote
18424 # substitution turns \\\\ into \\, and sed turns \\ into \.
18427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18430 # `set' quotes correctly as required by POSIX, so do not add quotes.
18431 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18440 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18442 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18444 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18445 if test -w "$cache_file"; then
18446 if test "x$cache_file" != "x/dev/null"; then
18447 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18448 $as_echo "$as_me: updating cache $cache_file" >&6;}
18449 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18450 cat confcache
>"$cache_file"
18452 case $cache_file in #(
18454 mv -f confcache
"$cache_file"$$
&&
18455 mv -f "$cache_file"$$
"$cache_file" ;; #(
18457 mv -f confcache
"$cache_file" ;;
18462 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18463 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18468 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18469 # Let make expand exec_prefix.
18470 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18472 DEFS
=-DHAVE_CONFIG_H
18477 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18478 # 1. Remove the extension, and $U if already installed.
18479 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18480 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18481 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18482 # will be set to the directory where LIBOBJS objects are built.
18483 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18484 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18486 LIBOBJS
=$ac_libobjs
18488 LTLIBOBJS
=$ac_ltlibobjs
18492 : "${CONFIG_STATUS=./config.status}"
18494 ac_clean_files_save
=$ac_clean_files
18495 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18496 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18497 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18499 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18501 # Generated by $as_me.
18502 # Run this file to recreate the current configuration.
18503 # Compiler output produced by configure, useful for debugging
18504 # configure, is in config.log if it exists.
18507 ac_cs_recheck=false
18510 SHELL=\${CONFIG_SHELL-$SHELL}
18513 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18514 ## -------------------- ##
18515 ## M4sh Initialization. ##
18516 ## -------------------- ##
18518 # Be more Bourne compatible
18519 DUALCASE
=1; export DUALCASE
# for MKS sh
18520 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18523 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18524 # is contrary to our usage. Disable this feature.
18525 alias -g '${1+"$@"}'='"$@"'
18526 setopt NO_GLOB_SUBST
18528 case `(set -o) 2>/dev/null` in #(
18540 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18541 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18542 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18543 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18544 # Prefer a ksh shell builtin over an external printf program on Solaris,
18545 # but without wasting forks for bash or zsh.
18546 if test -z "$BASH_VERSION$ZSH_VERSION" \
18547 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18548 as_echo='print
-r --'
18549 as_echo_n='print
-rn --'
18550 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18551 as_echo='printf %s
\n'
18552 as_echo_n='printf %s
'
18554 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18555 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18556 as_echo_n='/usr
/ucb
/echo -n'
18558 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18559 as_echo_n_body='eval
18563 expr "X$arg" : "X\\(.*\\)$as_nl";
18564 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18566 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18568 export as_echo_n_body
18569 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18571 export as_echo_body
18572 as_echo='sh
-c $as_echo_body as_echo
'
18575 # The user is always right.
18576 if test "${PATH_SEPARATOR+set}" != set; then
18578 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18579 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18586 # We need space, tab and new line, in precisely that order. Quoting is
18587 # there to prevent editors from complaining about space-tab.
18588 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18589 # splitting by setting IFS to empty value.)
18592 # Find who we are. Look in the path if we contain no directory separator.
18595 *[\\/]* ) as_myself=$0 ;;
18596 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18597 for as_dir in $PATH
18600 test -z "$as_dir" && as_dir=.
18601 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18607 # We did not find ourselves, most probably we were run as `sh COMMAND'
18608 # in which case we are not to be found in the path.
18609 if test "x$as_myself" = x
; then
18612 if test ! -f "$as_myself"; then
18613 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18617 # Unset variables that we do not need and which cause bugs (e.g. in
18618 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18619 # suppresses any "Segmentation fault" message there. '((' could
18620 # trigger a bug in pdksh 5.2.14.
18621 for as_var
in BASH_ENV ENV MAIL MAILPATH
18622 do eval test x\
${$as_var+set} = xset \
18623 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18636 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18639 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18640 # ----------------------------------------
18641 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18642 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18643 # script with STATUS, using 1 if that was 0.
18646 as_status
=$1; test $as_status -eq 0 && as_status
=1
18648 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18649 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18651 $as_echo "$as_me: error: $2" >&2
18652 as_fn_exit
$as_status
18656 # as_fn_set_status STATUS
18657 # -----------------------
18658 # Set $? to STATUS, without forking.
18659 as_fn_set_status
()
18662 } # as_fn_set_status
18664 # as_fn_exit STATUS
18665 # -----------------
18666 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18670 as_fn_set_status
$1
18676 # Portably unset VAR.
18679 { eval $1=; unset $1;}
18681 as_unset
=as_fn_unset
18682 # as_fn_append VAR VALUE
18683 # ----------------------
18684 # Append the text in VALUE to the end of the definition contained in VAR. Take
18685 # advantage of any shell optimizations that allow amortized linear growth over
18686 # repeated appends, instead of the typical quadratic growth present in naive
18688 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18689 eval 'as_fn_append ()
18700 # as_fn_arith ARG...
18701 # ------------------
18702 # Perform arithmetic evaluation on the ARGs, and store the result in the
18703 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18704 # must be portable across $(()) and expr.
18705 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18706 eval 'as_fn_arith ()
18713 as_val
=`expr "$@" || test $? -eq 1`
18718 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18719 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18725 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18726 as_basename
=basename
18731 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18737 as_me
=`$as_basename -- "$0" ||
18738 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18739 X"$0" : 'X\(//\)$' \| \
18740 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18742 sed '/^.*\/\([^/][^/]*\)\/*$/{
18756 # Avoid depending upon Character Ranges.
18757 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18758 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18759 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18760 as_cr_digits
='0123456789'
18761 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18763 ECHO_C
= ECHO_N
= ECHO_T
=
18764 case `echo -n x` in #(((((
18766 case `echo 'xy\c'` in
18767 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18769 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18776 rm -f conf$$ conf$$.exe conf$$.
file
18777 if test -d conf$$.dir
; then
18778 rm -f conf$$.dir
/conf$$.
file
18781 mkdir conf$$.dir
2>/dev
/null
18783 if (echo >conf$$.
file) 2>/dev
/null
; then
18784 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18786 # ... but there are two gotchas:
18787 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18788 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18789 # In both cases, we have to default to `cp -pR'.
18790 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18792 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18800 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18801 rmdir conf$$.dir
2>/dev
/null
18806 # Create "$as_dir" as a directory, including parents if necessary.
18811 -*) as_dir
=.
/$as_dir;;
18813 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18817 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18818 *) as_qdir
=$as_dir;;
18820 as_dirs
="'$as_qdir' $as_dirs"
18821 as_dir
=`$as_dirname -- "$as_dir" ||
18822 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18823 X"$as_dir" : 'X\(//\)[^/]' \| \
18824 X"$as_dir" : 'X\(//\)$' \| \
18825 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18826 $as_echo X"$as_dir" |
18827 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18831 /^X\(\/\/\)[^/].*/{
18844 test -d "$as_dir" && break
18846 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18847 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18851 if mkdir
-p .
2>/dev
/null
; then
18852 as_mkdir_p
='mkdir -p "$as_dir"'
18854 test -d .
/-p && rmdir .
/-p
18859 # as_fn_executable_p FILE
18860 # -----------------------
18861 # Test if FILE is an executable regular file.
18862 as_fn_executable_p
()
18864 test -f "$1" && test -x "$1"
18865 } # as_fn_executable_p
18866 as_test_x
='test -x'
18867 as_executable_p
=as_fn_executable_p
18869 # Sed expression to map a string onto a valid CPP name.
18870 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18872 # Sed expression to map a string onto a valid variable name.
18873 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18877 ## ----------------------------------- ##
18878 ## Main body of $CONFIG_STATUS script. ##
18879 ## ----------------------------------- ##
18881 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18884 # Save the log message, to keep $0 and so on meaningful, and to
18885 # report actual input values of CONFIG_FILES etc. instead of their
18886 # values after options handling.
18888 This file was extended by Wine $as_me 1.9.13, which was
18889 generated by GNU Autoconf 2.69. Invocation command line was
18891 CONFIG_FILES = $CONFIG_FILES
18892 CONFIG_HEADERS = $CONFIG_HEADERS
18893 CONFIG_LINKS = $CONFIG_LINKS
18894 CONFIG_COMMANDS = $CONFIG_COMMANDS
18897 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18902 case $ac_config_files in *"
18903 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18906 case $ac_config_headers in *"
18907 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18911 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18912 # Files that config.status was made for.
18913 config_files="$ac_config_files"
18914 config_headers="$ac_config_headers"
18915 config_links="$ac_config_links"
18916 config_commands="$ac_config_commands"
18920 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18922 \`$as_me' instantiates files and other configuration actions
18923 from templates according to the current configuration. Unless the files
18924 and actions are specified as TAGs, all are instantiated by default.
18926 Usage: $0 [OPTION]... [TAG]...
18928 -h, --help print this help, then exit
18929 -V, --version print version number and configuration settings, then exit
18930 --config print configuration, then exit
18931 -q, --quiet, --silent
18932 do not print progress messages
18933 -d, --debug don't remove temporary files
18934 --recheck update $as_me by reconfiguring in the same conditions
18935 --file=FILE[:TEMPLATE]
18936 instantiate the configuration file FILE
18937 --header=FILE[:TEMPLATE]
18938 instantiate the configuration header FILE
18940 Configuration files:
18943 Configuration headers:
18946 Configuration links:
18949 Configuration commands:
18952 Report bugs to <wine-devel@winehq.org>.
18953 Wine home page: <http://www.winehq.org>."
18956 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18957 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18959 Wine config.status 1.9.13
18960 configured by $0, generated by GNU Autoconf 2.69,
18961 with options \\"\$ac_cs_config\\"
18963 Copyright (C) 2012 Free Software Foundation, Inc.
18964 This config.status script is free software; the Free Software Foundation
18965 gives unlimited permission to copy, distribute and modify it."
18969 test -n "\$AWK" || AWK=awk
18972 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18973 # The default lists apply if the user does not specify any file.
18979 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18980 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18984 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18996 # Handling of the options.
18997 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18999 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19000 $as_echo "$ac_cs_version"; exit ;;
19001 --config |
--confi |
--conf |
--con |
--co |
--c )
19002 $as_echo "$ac_cs_config"; exit ;;
19003 --debug |
--debu |
--deb |
--de |
--d |
-d )
19005 --file |
--fil |
--fi |
--f )
19008 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19009 '') as_fn_error $?
"missing file argument" ;;
19011 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19012 ac_need_defaults
=false
;;
19013 --header |
--heade |
--head |
--hea )
19016 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19018 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19019 ac_need_defaults
=false
;;
19021 # Conflict between --help and --header
19022 as_fn_error $?
"ambiguous option: \`$1'
19023 Try \`$0 --help' for more information.";;
19024 --help |
--hel |
-h )
19025 $as_echo "$ac_cs_usage"; exit ;;
19026 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19027 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19030 # This is an error.
19031 -*) as_fn_error $?
"unrecognized option: \`$1'
19032 Try \`$0 --help' for more information." ;;
19034 *) as_fn_append ac_config_targets
" $1"
19035 ac_need_defaults
=false
;;
19041 ac_configure_extra_args
=
19043 if $ac_cs_silent; then
19045 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19049 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19050 if \$ac_cs_recheck; then
19051 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19053 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19054 CONFIG_SHELL='$SHELL'
19055 export CONFIG_SHELL
19060 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19064 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19065 ## Running $as_me. ##
19071 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19075 wine_fn_output_makedep ()
19077 as_dir=tools; as_fn_mkdir_p
19078 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19080 wine_fn_output_makefile ()
19082 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19083 `cat $wine_rules_file`
19085 as_fn_error $? "could not create Makefile" "$LINENO" 5
19090 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19092 # Handling of arguments.
19093 for ac_config_target
in $ac_config_targets
19095 case $ac_config_target in
19096 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19097 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19098 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19099 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19100 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19101 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19102 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19103 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19104 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19105 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19106 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19107 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19108 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19110 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19115 # If the user did not use the arguments to specify the items to instantiate,
19116 # then the envvar interface is used. Set only those that are not.
19117 # We use the long form for the default assignment because of an extremely
19118 # bizarre bug on SunOS 4.1.3.
19119 if $ac_need_defaults; then
19120 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19121 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19122 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19123 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19126 # Have a temporary directory for convenience. Make it in the build tree
19127 # simply because there is no reason against having it here, and in addition,
19128 # creating and moving files from /tmp can sometimes cause problems.
19129 # Hook for its removal unless debugging.
19130 # Note that there is a small window in which the directory will not be cleaned:
19131 # after its creation but before its name has been assigned to `$tmp'.
19135 trap 'exit_status=$?
19136 : "${ac_tmp:=$tmp}"
19137 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19139 trap 'as_fn_exit 1' 1 2 13 15
19141 # Create a (secure) tmp directory for tmp files.
19144 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19148 tmp
=.
/conf$$
-$RANDOM
19149 (umask 077 && mkdir
"$tmp")
19150 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19153 # Set up the scripts for CONFIG_FILES section.
19154 # No need to generate them if there are no CONFIG_FILES.
19155 # This happens for instance with `./config.status config.h'.
19156 if test -n "$CONFIG_FILES"; then
19159 ac_cr
=`echo X | tr X '\015'`
19160 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19161 # But we know of no other shell where ac_cr would be empty at this
19162 # point, so we can use a bashism as a fallback.
19163 if test "x$ac_cr" = x
; then
19164 eval ac_cr
=\$
\'\\r
\'
19166 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19167 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19170 ac_cs_awk_cr
=$ac_cr
19173 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19178 echo "cat >conf$$subs.awk <<_ACEOF" &&
19179 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19181 } >conf$$subs.sh ||
19182 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19183 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19185 for ac_last_try in false false false false false :; do
19186 . ./conf$$subs.sh ||
19187 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19189 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19190 if test $ac_delim_n = $ac_delim_num; then
19192 elif $ac_last_try; then
19193 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19195 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19198 rm -f conf$$subs.sh
19200 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19201 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19205 s/^/S["/; s
/!.
*/"]=/
19215 s/\(.\{148\}\)..*/\1/
19217 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19222 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19229 s/\(.\{148\}\)..*/\1/
19231 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19235 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19240 ' <conf$$subs.awk | sed '
19245 ' >>$CONFIG_STATUS || ac_write_fail=1
19246 rm -f conf$$subs.awk
19247 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19249 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19250 for (key in S) S_is_set[key] = 1
19256 nfields = split(line, field, "@
")
19258 len = length(field[1])
19259 for (i = 2; i < nfields; i++) {
19261 keylen = length(key)
19262 if (S_is_set[key]) {
19264 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19265 len += length(value) + length(field[++i])
19276 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19277 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19278 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19281 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19282 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19285 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19286 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19287 # trailing colons and then remove the whole line if VPATH becomes empty
19288 # (actually we leave an empty line to preserve line numbers).
19289 if test "x
$srcdir" = x.; then
19290 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19308 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19309 fi # test -n "$CONFIG_FILES"
19311 # Set up the scripts for CONFIG_HEADERS section.
19312 # No need to generate them if there are no CONFIG_HEADERS.
19313 # This happens for instance with `./config.status Makefile'.
19314 if test -n "$CONFIG_HEADERS"; then
19315 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19319 # Transform confdefs.h into an awk script `defines.awk', embedded as
19320 # here-document in config.status, that substitutes the proper values into
19321 # config.h.in to produce config.h.
19323 # Create a delimiter string that does not exist in confdefs.h, to ease
19324 # handling of long lines.
19326 for ac_last_try in false false :; do
19327 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19328 if test -z "$ac_tt"; then
19330 elif $ac_last_try; then
19331 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19333 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19337 # For the awk script, D is an array of macro values keyed by name,
19338 # likewise P contains macro parameters if any. Preserve backslash
19339 # newline sequences.
19341 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19343 s/.\{148\}/&'"$ac_delim"'/g
19346 s/^[ ]*#[ ]*define[ ][ ]*/ /
19353 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19355 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19359 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19360 D["\
1"]=" \
3\\\\\\n
"\\/p
19362 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19367 s/.\{148\}/&'"$ac_delim"'/g
19372 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19375 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19377 ' <confdefs.h | sed '
19378 s/'"$ac_delim"'/"\\\
19379 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19381 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19382 for (key in D) D_is_set[key] = 1
19385 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19387 split(line, arg, " ")
19388 if (arg[1] == "#") {
19392 defundef
= substr
(arg
[1], 2)
19395 split(mac1
, mac2
, "(") #)
19397 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19398 if (D_is_set
[macro
]) {
19399 # Preserve the white space surrounding the "#".
19400 print prefix
"define", macro P
[macro
] D
[macro
]
19403 # Replace #undef with comments. This is necessary, for example,
19404 # in the case of _POSIX_SOURCE, which is predefined and required
19405 # on some systems where configure will not decide to define it.
19406 if (defundef
== "undef") {
19407 print
"/*", prefix defundef
, macro
, "*/"
19415 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19416 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19417 fi # test -n "$CONFIG_HEADERS"
19420 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19425 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19427 case $ac_mode$ac_tag in
19429 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19430 :[FH
]-) ac_tag
=-:-;;
19431 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19448 -) ac_f
="$ac_tmp/stdin";;
19449 *) # Look for the file first in the build tree, then in the source tree
19450 # (if the path is not absolute). The absolute path cannot be DOS-style,
19451 # because $ac_f cannot contain `:'.
19455 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19457 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19459 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19460 as_fn_append ac_file_inputs
" '$ac_f'"
19463 # Let's still pretend it is `configure' which instantiates (i.e., don't
19464 # use $as_me), people would be surprised to read:
19465 # /* config.h. Generated by config.status. */
19466 configure_input
='Generated from '`
19467 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19469 if test x
"$ac_file" != x-
; then
19470 configure_input
="$ac_file. $configure_input"
19471 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19472 $as_echo "$as_me: creating $ac_file" >&6;}
19474 # Neutralize special characters interpreted by sed in replacement strings.
19475 case $configure_input in #(
19476 *\
&* |
*\|
* |
*\\* )
19477 ac_sed_conf_input
=`$as_echo "$configure_input" |
19478 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19479 *) ac_sed_conf_input
=$configure_input;;
19483 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19484 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19489 ac_dir
=`$as_dirname -- "$ac_file" ||
19490 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19491 X"$ac_file" : 'X\(//\)[^/]' \| \
19492 X"$ac_file" : 'X\(//\)$' \| \
19493 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19494 $as_echo X"$ac_file" |
19495 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19499 /^X\(\/\/\)[^/].*/{
19512 as_dir
="$ac_dir"; as_fn_mkdir_p
19516 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19518 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19519 # A ".." for each directory in $ac_dir_suffix.
19520 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19521 case $ac_top_builddir_sub in
19522 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19523 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19526 ac_abs_top_builddir
=$ac_pwd
19527 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19528 # for backward compatibility:
19529 ac_top_builddir
=$ac_top_build_prefix
19532 .
) # We are building in place.
19534 ac_top_srcdir
=$ac_top_builddir_sub
19535 ac_abs_top_srcdir
=$ac_pwd ;;
19536 [\\/]* | ?
:[\\/]* ) # Absolute name.
19537 ac_srcdir
=$srcdir$ac_dir_suffix;
19538 ac_top_srcdir
=$srcdir
19539 ac_abs_top_srcdir
=$srcdir ;;
19540 *) # Relative name.
19541 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19542 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19543 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19545 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19556 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19557 # If the template does not know about datarootdir, expand it.
19558 # FIXME: This hack should be removed a few years after 2.60.
19559 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19570 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19571 *datarootdir
*) ac_datarootdir_seen
=yes;;
19572 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19574 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19576 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19577 ac_datarootdir_hack='
19578 s&@datadir@&$datadir&g
19579 s&@docdir@&$docdir&g
19580 s&@infodir@&$infodir&g
19581 s&@localedir@&$localedir&g
19582 s&@mandir@&$mandir&g
19583 s&\\\${datarootdir}&$datarootdir&g' ;;
19587 # Neutralize VPATH when `$srcdir' = `.'.
19588 # Shell code in configure.ac might set extrasub.
19589 # FIXME: do we really want to maintain this feature?
19590 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19591 ac_sed_extra="$ac_vpsub
19594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19596 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19597 s|@configure_input@|
$ac_sed_conf_input|
;t t
19598 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19599 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19600 s
&@srcdir@
&$ac_srcdir&;t t
19601 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19602 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19603 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19604 s
&@builddir@
&$ac_builddir&;t t
19605 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19606 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19607 $ac_datarootdir_hack
19609 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19610 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19612 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19613 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19614 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19615 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19617 which seems to be undefined. Please make sure it is defined" >&5
19618 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19619 which seems to be undefined. Please make sure it is defined" >&2;}
19621 rm -f "$ac_tmp/stdin"
19623 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19624 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19626 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19632 if test x"$ac_file" != x-; then
19634 $as_echo "/* $configure_input */" \
19635 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19636 } >"$ac_tmp/config.h" \
19637 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19638 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19639 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19640 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19643 mv "$ac_tmp/config.h" "$ac_file" \
19644 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19647 $as_echo "/* $configure_input */" \
19648 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19649 || as_fn_error $? "could not create -" "$LINENO" 5
19657 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19660 # Prefer the file from the source tree if names are identical.
19661 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19662 ac_source=$srcdir/$ac_source
19665 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19666 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19668 if test ! -r "$ac_source"; then
19669 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19673 # Try a relative symlink, then a hard link, then a copy.
19675 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19676 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19678 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19679 ln "$ac_source" "$ac_file" 2>/dev/null ||
19680 cp -p "$ac_source" "$ac_file" ||
19681 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19684 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19685 $as_echo "$as_me: executing $ac_file commands" >&6;}
19690 case $ac_file$ac_mode in
19691 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19692 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19693 "Makefile":C) wine_fn_output_makefile Makefile ;;
19701 ac_clean_files=$ac_clean_files_save
19703 test $ac_write_fail = 0 ||
19704 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19707 # configure is writing to config.log, and then calls config.status.
19708 # config.status does its own redirection, appending to config.log.
19709 # Unfortunately, on DOS this fails, as config.log is still kept open
19710 # by configure, so config.status won't be able to
write to it
; its
19711 # output is simply discarded. So we exec the FD to /dev/null,
19712 # effectively closing config.log, so it can be properly (re)opened and
19713 # appended to by config.status. When coming back to configure, we
19714 # need to make the FD available again.
19715 if test "$no_create" != yes; then
19717 ac_config_status_args
=
19718 test "$silent" = yes &&
19719 ac_config_status_args
="$ac_config_status_args --quiet"
19721 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19723 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19724 # would make configure fail if this is the last instruction.
19725 $ac_cs_success || as_fn_exit
1
19727 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19729 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19733 if test "$no_create" = "yes"
19739 if test "x$wine_notices" != x
; then
19742 for msg
in $wine_notices; do
19744 if ${msg:+false} :; then :
19747 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19748 $as_echo "$as_me: $msg" >&6;}
19753 for msg
in $wine_warnings; do
19755 if ${msg:+false} :; then :
19759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19760 $as_echo "$as_me: WARNING: $msg" >&2;}
19766 $as_me: Finished. Do '${ac_make}' to compile Wine.