2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.0.
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.0'
584 PACKAGE_STRING
='Wine 1.9.0'
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
636 EXCESS_PRECISION_CFLAGS
703 APPLICATIONSERVICES_LIBS
795 program_transform_name
808 enable_option_checking
812 enable_maintainer_mode
870 enable_api_ms_win_core_com_l1_1_0
871 enable_api_ms_win_core_console_l1_1_0
872 enable_api_ms_win_core_datetime_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_1
874 enable_api_ms_win_core_debug_l1_1_0
875 enable_api_ms_win_core_debug_l1_1_1
876 enable_api_ms_win_core_errorhandling_l1_1_0
877 enable_api_ms_win_core_errorhandling_l1_1_1
878 enable_api_ms_win_core_errorhandling_l1_1_2
879 enable_api_ms_win_core_fibers_l1_1_0
880 enable_api_ms_win_core_fibers_l1_1_1
881 enable_api_ms_win_core_file_l1_1_0
882 enable_api_ms_win_core_file_l1_2_0
883 enable_api_ms_win_core_file_l2_1_0
884 enable_api_ms_win_core_file_l2_1_1
885 enable_api_ms_win_core_handle_l1_1_0
886 enable_api_ms_win_core_heap_l1_1_0
887 enable_api_ms_win_core_heap_l1_2_0
888 enable_api_ms_win_core_heap_obsolete_l1_1_0
889 enable_api_ms_win_core_interlocked_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_2_0
891 enable_api_ms_win_core_io_l1_1_1
892 enable_api_ms_win_core_kernel32_legacy_l1_1_0
893 enable_api_ms_win_core_libraryloader_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_1
895 enable_api_ms_win_core_localization_l1_2_0
896 enable_api_ms_win_core_localization_l1_2_1
897 enable_api_ms_win_core_localization_obsolete_l1_1_0
898 enable_api_ms_win_core_localregistry_l1_1_0
899 enable_api_ms_win_core_memory_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_1
901 enable_api_ms_win_core_misc_l1_1_0
902 enable_api_ms_win_core_namedpipe_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_2_0
904 enable_api_ms_win_core_path_l1_1_0
905 enable_api_ms_win_core_processenvironment_l1_1_0
906 enable_api_ms_win_core_processenvironment_l1_2_0
907 enable_api_ms_win_core_processthreads_l1_1_0
908 enable_api_ms_win_core_processthreads_l1_1_1
909 enable_api_ms_win_core_processthreads_l1_1_2
910 enable_api_ms_win_core_profile_l1_1_0
911 enable_api_ms_win_core_psapi_l1_1_0
912 enable_api_ms_win_core_registry_l1_1_0
913 enable_api_ms_win_core_rtlsupport_l1_1_0
914 enable_api_ms_win_core_rtlsupport_l1_2_0
915 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
916 enable_api_ms_win_core_string_l1_1_0
917 enable_api_ms_win_core_synch_l1_1_0
918 enable_api_ms_win_core_synch_l1_2_0
919 enable_api_ms_win_core_sysinfo_l1_1_0
920 enable_api_ms_win_core_sysinfo_l1_2_0
921 enable_api_ms_win_core_sysinfo_l1_2_1
922 enable_api_ms_win_core_threadpool_legacy_l1_1_0
923 enable_api_ms_win_core_timezone_l1_1_0
924 enable_api_ms_win_core_url_l1_1_0
925 enable_api_ms_win_core_util_l1_1_0
926 enable_api_ms_win_core_winrt_error_l1_1_0
927 enable_api_ms_win_core_winrt_error_l1_1_1
928 enable_api_ms_win_core_winrt_l1_1_0
929 enable_api_ms_win_core_winrt_string_l1_1_0
930 enable_api_ms_win_core_xstate_l2_1_0
931 enable_api_ms_win_crt_conio_l1_1_0
932 enable_api_ms_win_crt_convert_l1_1_0
933 enable_api_ms_win_crt_environment_l1_1_0
934 enable_api_ms_win_crt_filesystem_l1_1_0
935 enable_api_ms_win_crt_heap_l1_1_0
936 enable_api_ms_win_crt_locale_l1_1_0
937 enable_api_ms_win_crt_math_l1_1_0
938 enable_api_ms_win_crt_multibyte_l1_1_0
939 enable_api_ms_win_crt_private_l1_1_0
940 enable_api_ms_win_crt_process_l1_1_0
941 enable_api_ms_win_crt_runtime_l1_1_0
942 enable_api_ms_win_crt_stdio_l1_1_0
943 enable_api_ms_win_crt_string_l1_1_0
944 enable_api_ms_win_crt_time_l1_1_0
945 enable_api_ms_win_crt_utility_l1_1_0
946 enable_api_ms_win_downlevel_advapi32_l1_1_0
947 enable_api_ms_win_downlevel_advapi32_l2_1_0
948 enable_api_ms_win_downlevel_normaliz_l1_1_0
949 enable_api_ms_win_downlevel_ole32_l1_1_0
950 enable_api_ms_win_downlevel_shell32_l1_1_0
951 enable_api_ms_win_downlevel_shlwapi_l1_1_0
952 enable_api_ms_win_downlevel_shlwapi_l2_1_0
953 enable_api_ms_win_downlevel_user32_l1_1_0
954 enable_api_ms_win_downlevel_version_l1_1_0
955 enable_api_ms_win_eventing_provider_l1_1_0
956 enable_api_ms_win_ntuser_dc_access_l1_1_0
957 enable_api_ms_win_security_base_l1_1_0
958 enable_api_ms_win_security_base_l1_2_0
959 enable_api_ms_win_security_lsalookup_l1_1_0
960 enable_api_ms_win_security_lsalookup_l1_1_1
961 enable_api_ms_win_security_sddl_l1_1_0
962 enable_api_ms_win_service_core_l1_1_1
963 enable_api_ms_win_service_management_l1_1_0
964 enable_api_ms_win_service_winsvc_l1_2_0
1009 enable_d3dcompiler_33
1010 enable_d3dcompiler_34
1011 enable_d3dcompiler_35
1012 enable_d3dcompiler_36
1013 enable_d3dcompiler_37
1014 enable_d3dcompiler_38
1015 enable_d3dcompiler_39
1016 enable_d3dcompiler_40
1017 enable_d3dcompiler_41
1018 enable_d3dcompiler_42
1019 enable_d3dcompiler_43
1020 enable_d3dcompiler_46
1021 enable_d3dcompiler_47
1099 enable_explorerframe
1100 enable_ext_ms_win_gdi_devcaps_l1_1_0
1260 enable_photometadatahandler
1348 enable_windowscodecs
1349 enable_windowscodecsext
1351 enable_winecoreaudio_drv
1353 enable_winegstreamer
1354 enable_winejoystick_drv
1360 enable_winepulse_drv
1361 enable_wineqtdecoder
1426 enable_aspnet_regiis
1459 enable_presentationfontcache
1472 enable_servicemodelreg
1493 enable_winemenubuilder
1495 enable_winemsibuilder
1510 ac_precious_vars
='build_alias
1561 # Initialize some variables set by options.
1563 ac_init_version
=false
1564 ac_unrecognized_opts
=
1565 ac_unrecognized_sep
=
1566 # The variables have the same names as the options, with
1567 # dashes changed to underlines.
1568 cache_file
=/dev
/null
1575 program_transform_name
=s
,x
,x
,
1583 # Installation directory options.
1584 # These are left unexpanded so users can "make install exec_prefix=/foo"
1585 # and all the variables that are supposed to be based on exec_prefix
1586 # by default will actually change.
1587 # Use braces instead of parens because sh, perl, etc. also accept them.
1588 # (The list follows the same order as the GNU Coding Standards.)
1589 bindir
='${exec_prefix}/bin'
1590 sbindir
='${exec_prefix}/sbin'
1591 libexecdir
='${exec_prefix}/libexec'
1592 datarootdir
='${prefix}/share'
1593 datadir
='${datarootdir}'
1594 sysconfdir
='${prefix}/etc'
1595 sharedstatedir
='${prefix}/com'
1596 localstatedir
='${prefix}/var'
1597 runstatedir
='${localstatedir}/run'
1598 includedir
='${prefix}/include'
1599 oldincludedir
='/usr/include'
1600 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1601 infodir
='${datarootdir}/info'
1606 libdir
='${exec_prefix}/lib'
1607 localedir
='${datarootdir}/locale'
1608 mandir
='${datarootdir}/man'
1614 # If the previous option needs an argument, assign it.
1615 if test -n "$ac_prev"; then
1616 eval $ac_prev=\
$ac_option
1622 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1627 # Accept the important Cygnus configure options, so we can diagnose typos.
1629 case $ac_dashdash$ac_option in
1633 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1635 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1636 bindir
=$ac_optarg ;;
1638 -build |
--build |
--buil |
--bui |
--bu)
1639 ac_prev
=build_alias
;;
1640 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1641 build_alias
=$ac_optarg ;;
1643 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1644 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1645 ac_prev
=cache_file
;;
1646 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1647 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1648 cache_file
=$ac_optarg ;;
1650 --config-cache |
-C)
1651 cache_file
=config.cache
;;
1653 -datadir |
--datadir |
--datadi |
--datad)
1655 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1656 datadir
=$ac_optarg ;;
1658 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1659 |
--dataroo |
--dataro |
--datar)
1660 ac_prev
=datarootdir
;;
1661 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1662 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1663 datarootdir
=$ac_optarg ;;
1665 -disable-* |
--disable-*)
1666 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1667 # Reject names that are not valid shell variable names.
1668 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1669 as_fn_error $?
"invalid feature name: $ac_useropt"
1670 ac_useropt_orig
=$ac_useropt
1671 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1672 case $ac_user_opts in
1674 "enable_
$ac_useropt"
1676 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1677 ac_unrecognized_sep
=', ';;
1679 eval enable_
$ac_useropt=no
;;
1681 -docdir |
--docdir |
--docdi |
--doc |
--do)
1683 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1684 docdir
=$ac_optarg ;;
1686 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1688 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1689 dvidir
=$ac_optarg ;;
1691 -enable-* |
--enable-*)
1692 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1693 # Reject names that are not valid shell variable names.
1694 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1695 as_fn_error $?
"invalid feature name: $ac_useropt"
1696 ac_useropt_orig
=$ac_useropt
1697 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1698 case $ac_user_opts in
1700 "enable_
$ac_useropt"
1702 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1703 ac_unrecognized_sep
=', ';;
1705 eval enable_
$ac_useropt=\
$ac_optarg ;;
1707 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1708 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1709 |
--exec |
--exe |
--ex)
1710 ac_prev
=exec_prefix
;;
1711 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1712 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1713 |
--exec=* |
--exe=* |
--ex=*)
1714 exec_prefix
=$ac_optarg ;;
1716 -gas |
--gas |
--ga |
--g)
1717 # Obsolete; use --with-gas.
1720 -help |
--help |
--hel |
--he |
-h)
1721 ac_init_help
=long
;;
1722 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1723 ac_init_help
=recursive
;;
1724 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1725 ac_init_help
=short
;;
1727 -host |
--host |
--hos |
--ho)
1728 ac_prev
=host_alias
;;
1729 -host=* |
--host=* |
--hos=* |
--ho=*)
1730 host_alias
=$ac_optarg ;;
1732 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1734 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1736 htmldir
=$ac_optarg ;;
1738 -includedir |
--includedir |
--includedi |
--included |
--include \
1739 |
--includ |
--inclu |
--incl |
--inc)
1740 ac_prev
=includedir
;;
1741 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1742 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1743 includedir
=$ac_optarg ;;
1745 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1747 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1748 infodir
=$ac_optarg ;;
1750 -libdir |
--libdir |
--libdi |
--libd)
1752 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1753 libdir
=$ac_optarg ;;
1755 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1756 |
--libexe |
--libex |
--libe)
1757 ac_prev
=libexecdir
;;
1758 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1759 |
--libexe=* |
--libex=* |
--libe=*)
1760 libexecdir
=$ac_optarg ;;
1762 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1763 ac_prev
=localedir
;;
1764 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1765 localedir
=$ac_optarg ;;
1767 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1768 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1769 ac_prev
=localstatedir
;;
1770 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1771 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1772 localstatedir
=$ac_optarg ;;
1774 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1776 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1777 mandir
=$ac_optarg ;;
1779 -nfp |
--nfp |
--nf)
1780 # Obsolete; use --without-fp.
1783 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1784 |
--no-cr |
--no-c |
-n)
1787 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1788 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1791 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1792 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1793 |
--oldin |
--oldi |
--old |
--ol |
--o)
1794 ac_prev
=oldincludedir
;;
1795 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1796 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1797 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1798 oldincludedir
=$ac_optarg ;;
1800 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1802 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1803 prefix
=$ac_optarg ;;
1805 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1806 |
--program-pre |
--program-pr |
--program-p)
1807 ac_prev
=program_prefix
;;
1808 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1809 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1810 program_prefix
=$ac_optarg ;;
1812 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1813 |
--program-suf |
--program-su |
--program-s)
1814 ac_prev
=program_suffix
;;
1815 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1816 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1817 program_suffix
=$ac_optarg ;;
1819 -program-transform-name |
--program-transform-name \
1820 |
--program-transform-nam |
--program-transform-na \
1821 |
--program-transform-n |
--program-transform- \
1822 |
--program-transform |
--program-transfor \
1823 |
--program-transfo |
--program-transf \
1824 |
--program-trans |
--program-tran \
1825 |
--progr-tra |
--program-tr |
--program-t)
1826 ac_prev
=program_transform_name
;;
1827 -program-transform-name=* |
--program-transform-name=* \
1828 |
--program-transform-nam=* |
--program-transform-na=* \
1829 |
--program-transform-n=* |
--program-transform-=* \
1830 |
--program-transform=* |
--program-transfor=* \
1831 |
--program-transfo=* |
--program-transf=* \
1832 |
--program-trans=* |
--program-tran=* \
1833 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1834 program_transform_name
=$ac_optarg ;;
1836 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1838 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1839 pdfdir
=$ac_optarg ;;
1841 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1843 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1846 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1847 |
-silent |
--silent |
--silen |
--sile |
--sil)
1850 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1851 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1852 |
--run |
--ru |
--r)
1853 ac_prev
=runstatedir
;;
1854 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1855 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1856 |
--run=* |
--ru=* |
--r=*)
1857 runstatedir
=$ac_optarg ;;
1859 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1861 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1863 sbindir
=$ac_optarg ;;
1865 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1866 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1867 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1869 ac_prev
=sharedstatedir
;;
1870 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1871 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1872 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1874 sharedstatedir
=$ac_optarg ;;
1876 -site |
--site |
--sit)
1878 -site=* |
--site=* |
--sit=*)
1881 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1883 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1884 srcdir
=$ac_optarg ;;
1886 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1887 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1888 ac_prev
=sysconfdir
;;
1889 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1890 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1891 sysconfdir
=$ac_optarg ;;
1893 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1894 ac_prev
=target_alias
;;
1895 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1896 target_alias
=$ac_optarg ;;
1898 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1901 -version |
--version |
--versio |
--versi |
--vers |
-V)
1902 ac_init_version
=: ;;
1905 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1906 # Reject names that are not valid shell variable names.
1907 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1908 as_fn_error $?
"invalid package name: $ac_useropt"
1909 ac_useropt_orig
=$ac_useropt
1910 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1911 case $ac_user_opts in
1915 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1916 ac_unrecognized_sep
=', ';;
1918 eval with_
$ac_useropt=\
$ac_optarg ;;
1920 -without-* |
--without-*)
1921 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1922 # Reject names that are not valid shell variable names.
1923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1924 as_fn_error $?
"invalid package name: $ac_useropt"
1925 ac_useropt_orig
=$ac_useropt
1926 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1927 case $ac_user_opts in
1931 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1932 ac_unrecognized_sep
=', ';;
1934 eval with_
$ac_useropt=no
;;
1937 # Obsolete; use --with-x.
1940 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1941 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1942 ac_prev
=x_includes
;;
1943 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1944 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1945 x_includes
=$ac_optarg ;;
1947 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1948 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1949 ac_prev
=x_libraries
;;
1950 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1951 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1952 x_libraries
=$ac_optarg ;;
1954 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1955 Try \`$0 --help' for more information"
1959 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1960 # Reject names that are not valid shell variable names.
1961 case $ac_envvar in #(
1962 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1963 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1965 eval $ac_envvar=\
$ac_optarg
1966 export $ac_envvar ;;
1969 # FIXME: should be removed in autoconf 3.0.
1970 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1971 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1972 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1973 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1979 if test -n "$ac_prev"; then
1980 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1981 as_fn_error $?
"missing argument to $ac_option"
1984 if test -n "$ac_unrecognized_opts"; then
1985 case $enable_option_checking in
1987 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1988 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1992 # Check all directory arguments for consistency.
1993 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1994 datadir sysconfdir sharedstatedir localstatedir includedir \
1995 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1996 libdir localedir mandir runstatedir
1998 eval ac_val
=\$
$ac_var
1999 # Remove trailing slashes.
2002 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2003 eval $ac_var=\
$ac_val;;
2005 # Be sure to have absolute directory names.
2007 [\\/$
]* | ?
:[\\/]* ) continue;;
2008 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2010 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2013 # There might be people who depend on the old broken behavior: `$host'
2014 # used to hold the argument of --host etc.
2015 # FIXME: To remove some day.
2018 target
=$target_alias
2020 # FIXME: To remove some day.
2021 if test "x$host_alias" != x
; then
2022 if test "x$build_alias" = x
; then
2023 cross_compiling
=maybe
2024 elif test "x$build_alias" != "x$host_alias"; then
2030 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2032 test "$silent" = yes && exec 6>/dev
/null
2035 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2036 ac_ls_di
=`ls -di .` &&
2037 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2038 as_fn_error $?
"working directory cannot be determined"
2039 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2040 as_fn_error $?
"pwd does not report name of working directory"
2043 # Find the source files, if location was not specified.
2044 if test -z "$srcdir"; then
2045 ac_srcdir_defaulted
=yes
2046 # Try the directory containing this script, then the parent directory.
2047 ac_confdir
=`$as_dirname -- "$as_myself" ||
2048 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2049 X"$as_myself" : 'X\(//\)[^/]' \| \
2050 X"$as_myself" : 'X\(//\)$' \| \
2051 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2052 $as_echo X"$as_myself" |
2053 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2071 if test ! -r "$srcdir/$ac_unique_file"; then
2075 ac_srcdir_defaulted
=no
2077 if test ! -r "$srcdir/$ac_unique_file"; then
2078 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2079 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2081 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2083 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2085 # When building in place, set srcdir=.
2086 if test "$ac_abs_confdir" = "$ac_pwd"; then
2089 # Remove unnecessary trailing slashes from srcdir.
2090 # Double slashes in file names in object file debugging info
2091 # mess up M-x gdb in Emacs.
2093 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2095 for ac_var
in $ac_precious_vars; do
2096 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2097 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2098 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2099 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2103 # Report the --help message.
2105 if test "$ac_init_help" = "long"; then
2106 # Omit some internal or obsolete options to make the list less imposing.
2107 # This message is too long to be a string in the A/UX 3.1 sh.
2109 \`configure' configures Wine 1.9.0 to adapt to many kinds of systems.
2111 Usage: $0 [OPTION]... [VAR=VALUE]...
2113 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2114 VAR=VALUE. See below for descriptions of some of the useful variables.
2116 Defaults for the options are specified in brackets.
2119 -h, --help display this help and exit
2120 --help=short display options specific to this package
2121 --help=recursive display the short help of all the included packages
2122 -V, --version display version information and exit
2123 -q, --quiet, --silent do not print \`checking ...' messages
2124 --cache-file=FILE cache test results in FILE [disabled]
2125 -C, --config-cache alias for \`--cache-file=config.cache'
2126 -n, --no-create do not create output files
2127 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2129 Installation directories:
2130 --prefix=PREFIX install architecture-independent files in PREFIX
2131 [$ac_default_prefix]
2132 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2135 By default, \`make install' will install all the files in
2136 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2137 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2138 for instance \`--prefix=\$HOME'.
2140 For better control, use the options below.
2142 Fine tuning of the installation directories:
2143 --bindir=DIR user executables [EPREFIX/bin]
2144 --sbindir=DIR system admin executables [EPREFIX/sbin]
2145 --libexecdir=DIR program executables [EPREFIX/libexec]
2146 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2147 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2148 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2149 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2150 --libdir=DIR object code libraries [EPREFIX/lib]
2151 --includedir=DIR C header files [PREFIX/include]
2152 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2153 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2154 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2155 --infodir=DIR info documentation [DATAROOTDIR/info]
2156 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2157 --mandir=DIR man documentation [DATAROOTDIR/man]
2158 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2159 --htmldir=DIR html documentation [DOCDIR]
2160 --dvidir=DIR dvi documentation [DOCDIR]
2161 --pdfdir=DIR pdf documentation [DOCDIR]
2162 --psdir=DIR ps documentation [DOCDIR]
2168 --x-includes=DIR X include files are
in DIR
2169 --x-libraries=DIR X library files are
in DIR
2172 --build=BUILD configure
for building on BUILD
[guessed
]
2173 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2177 if test -n "$ac_init_help"; then
2178 case $ac_init_help in
2179 short | recursive
) echo "Configuration of Wine 1.9.0:";;
2184 --disable-option-checking ignore unrecognized
--enable/--with options
2185 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2186 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2187 --disable-win16 do not include Win16 support
2188 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2190 --disable-tests do not build the regression tests
2191 --enable-maintainer-mode
2192 enable maintainer-specific build rules
2193 --disable-largefile omit support for large files
2196 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2197 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2198 --without-alsa do not use the Alsa sound support
2199 --without-capi do not use CAPI (ISDN support)
2200 --without-cms do not use CMS (color management support)
2201 --without-coreaudio do not use the CoreAudio sound support
2202 --without-cups do not use CUPS
2203 --without-curses do not use (n)curses
2204 --without-dbus do not use DBus (dynamic device support)
2205 --without-fontconfig do not use fontconfig
2206 --without-freetype do not use the FreeType library
2207 --without-gettext do not use gettext
2208 --with-gettextpo use the GetTextPO library to rebuild po files
2209 --without-gphoto do not use gphoto (Digital Camera support)
2210 --without-glu do not use the GLU library
2211 --without-gnutls do not use GnuTLS (schannel support)
2212 --without-gsm do not use libgsm (GSM 06.10 codec support)
2213 --without-gstreamer do not use GStreamer (codecs support)
2214 --without-hal do not use HAL (dynamic device support)
2215 --without-jpeg do not use JPEG
2216 --without-ldap do not use LDAP
2217 --without-mpg123 do not use the mpg123 library
2218 --without-netapi do not use the Samba NetAPI library
2219 --without-openal do not use OpenAL
2220 --without-opencl do not use OpenCL
2221 --without-opengl do not use OpenGL
2222 --without-osmesa do not use the OSMesa library
2223 --without-oss do not use the OSS sound support
2224 --without-pcap do not use the Packet Capture library
2225 --without-png do not use PNG
2226 --without-pthread do not use the pthread library
2227 --without-pulse do not use PulseAudio sound support
2228 --without-sane do not use SANE (scanner support)
2229 --without-tiff do not use TIFF
2230 --without-v4l do not use v4l1 (v4l support)
2231 --without-xcomposite do not use the Xcomposite extension
2232 --without-xcursor do not use the Xcursor extension
2233 --without-xinerama do not use Xinerama (multi-monitor support)
2234 --without-xinput do not use the Xinput extension
2235 --without-xinput2 do not use the Xinput 2 extension
2236 --without-xml do not use XML
2237 --without-xrandr do not use Xrandr (resolution changes)
2238 --without-xrender do not use the Xrender extension
2239 --without-xshape do not use the Xshape extension
2240 --without-xshm do not use XShm (shared memory extension)
2241 --without-xslt do not use XSLT
2242 --without-xxf86vm do not use XFree video mode extension
2243 --without-zlib do not use Zlib (data compression)
2244 --with-wine-tools=DIR use Wine tools from directory DIR
2245 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2246 --with-x use the X Window System
2248 Some influential environment variables:
2249 CC C compiler command
2250 CFLAGS C compiler flags
2251 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2252 nonstandard directory <lib dir>
2253 LIBS libraries to pass to the linker, e.g. -l<library>
2254 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2255 you have headers in a nonstandard directory <include dir>
2256 CXX C++ compiler command
2257 CXXFLAGS C++ compiler flags
2259 XMKMF Path to xmkmf, Makefile generator for X Window System
2260 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2261 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2262 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2263 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2264 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2265 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2266 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2267 HAL_LIBS Linker flags for hal, overriding pkg-config
2269 C compiler flags for gnutls, overriding pkg-config
2270 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2271 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2272 SANE_LIBS Linker flags for libsane, overriding pkg-config
2274 C compiler flags for libgphoto2, overriding pkg-config
2276 Linker flags for libgphoto2, overriding pkg-config
2278 C compiler flags for libgphoto2_port, overriding pkg-config
2280 Linker flags for libgphoto2_port, overriding pkg-config
2282 C compiler flags for lcms2, overriding pkg-config
2283 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2285 C compiler flags for freetype2, overriding pkg-config
2287 Linker flags for freetype2, overriding pkg-config
2289 C compiler flags for libpulse, overriding pkg-config
2290 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2292 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2294 Linker flags for gstreamer-app-0.10, overriding pkg-config
2296 C compiler flags for capi20, overriding pkg-config
2297 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2299 C compiler flags for fontconfig, overriding pkg-config
2301 Linker flags for fontconfig, overriding pkg-config
2302 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2303 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2304 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2305 PNG_LIBS Linker flags for libpng, overriding pkg-config
2306 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2307 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2309 C compiler flags for libmpg123, overriding pkg-config
2310 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2312 Use these variables to override the choices made by `configure' or to
help
2313 it to
find libraries and programs with nonstandard names
/locations.
2315 Report bugs to
<wine-devel@winehq.org
>.
2316 Wine home page
: <http
://www.winehq.org
>.
2321 if test "$ac_init_help" = "recursive"; then
2322 # If there are subdirs, report their specific --help.
2323 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2324 test -d "$ac_dir" ||
2325 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2330 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2332 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2333 # A ".." for each directory in $ac_dir_suffix.
2334 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2335 case $ac_top_builddir_sub in
2336 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2337 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2340 ac_abs_top_builddir
=$ac_pwd
2341 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2342 # for backward compatibility:
2343 ac_top_builddir
=$ac_top_build_prefix
2346 .
) # We are building in place.
2348 ac_top_srcdir
=$ac_top_builddir_sub
2349 ac_abs_top_srcdir
=$ac_pwd ;;
2350 [\\/]* | ?
:[\\/]* ) # Absolute name.
2351 ac_srcdir
=$srcdir$ac_dir_suffix;
2352 ac_top_srcdir
=$srcdir
2353 ac_abs_top_srcdir
=$srcdir ;;
2355 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2356 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2357 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2359 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2361 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2362 # Check for guested configure.
2363 if test -f "$ac_srcdir/configure.gnu"; then
2365 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2366 elif test -f "$ac_srcdir/configure"; then
2368 $SHELL "$ac_srcdir/configure" --help=recursive
2370 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2372 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2376 test -n "$ac_init_help" && exit $ac_status
2377 if $ac_init_version; then
2379 Wine configure
1.9.0
2380 generated by GNU Autoconf
2.69
2382 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2383 This configure
script is free software
; the Free Software Foundation
2384 gives unlimited permission to copy
, distribute and modify it.
2389 ## ------------------------ ##
2390 ## Autoconf initialization. ##
2391 ## ------------------------ ##
2393 # ac_fn_c_try_compile LINENO
2394 # --------------------------
2395 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2396 ac_fn_c_try_compile
()
2398 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2399 rm -f conftest.
$ac_objext
2400 if { { ac_try
="$ac_compile"
2402 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2403 *) ac_try_echo=$ac_try;;
2405 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2406 $as_echo "$ac_try_echo"; } >&5
2407 (eval "$ac_compile") 2>conftest.err
2409 if test -s conftest.err; then
2410 grep -v '^ *+' conftest.err >conftest.er1
2411 cat conftest.er1 >&5
2412 mv -f conftest.er1 conftest.err
2414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2415 test $ac_status = 0; } && {
2416 test -z "$ac_c_werror_flag" ||
2417 test ! -s conftest.err
2418 } && test -s conftest.$ac_objext; then :
2421 $as_echo "$as_me: failed program was:" >&5
2422 sed 's/^/| /' conftest.$ac_ext >&5
2426 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2427 as_fn_set_status $ac_retval
2429 } # ac_fn_c_try_compile
2431 # ac_fn_cxx_try_compile LINENO
2432 # ----------------------------
2433 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2434 ac_fn_cxx_try_compile ()
2436 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2437 rm -f conftest.$ac_objext
2438 if { { ac_try="$ac_compile"
2440 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2441 *) ac_try_echo
=$ac_try;;
2443 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2444 $as_echo "$ac_try_echo"; } >&5
2445 (eval "$ac_compile") 2>conftest.err
2447 if test -s conftest.err
; then
2448 grep -v '^ *+' conftest.err
>conftest.er1
2449 cat conftest.er1
>&5
2450 mv -f conftest.er1 conftest.err
2452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2453 test $ac_status = 0; } && {
2454 test -z "$ac_cxx_werror_flag" ||
2455 test ! -s conftest.err
2456 } && test -s conftest.
$ac_objext; then :
2459 $as_echo "$as_me: failed program was:" >&5
2460 sed 's/^/| /' conftest.
$ac_ext >&5
2464 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2465 as_fn_set_status
$ac_retval
2467 } # ac_fn_cxx_try_compile
2469 # ac_fn_c_try_link LINENO
2470 # -----------------------
2471 # Try to link conftest.$ac_ext, and return whether this succeeded.
2474 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2475 rm -f conftest.
$ac_objext conftest
$ac_exeext
2476 if { { ac_try
="$ac_link"
2478 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2479 *) ac_try_echo=$ac_try;;
2481 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2482 $as_echo "$ac_try_echo"; } >&5
2483 (eval "$ac_link") 2>conftest.err
2485 if test -s conftest.err; then
2486 grep -v '^ *+' conftest.err >conftest.er1
2487 cat conftest.er1 >&5
2488 mv -f conftest.er1 conftest.err
2490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2491 test $ac_status = 0; } && {
2492 test -z "$ac_c_werror_flag" ||
2493 test ! -s conftest.err
2494 } && test -s conftest$ac_exeext && {
2495 test "$cross_compiling" = yes ||
2496 test -x conftest$ac_exeext
2500 $as_echo "$as_me: failed program was:" >&5
2501 sed 's/^/| /' conftest.$ac_ext >&5
2505 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2506 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2507 # interfere with the next link command; also delete a directory that is
2508 # left behind by Apple's compiler. We do this before executing the actions.
2509 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2510 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2511 as_fn_set_status $ac_retval
2513 } # ac_fn_c_try_link
2515 # ac_fn_c_try_cpp LINENO
2516 # ----------------------
2517 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2520 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2521 if { { ac_try="$ac_cpp conftest.$ac_ext"
2523 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2524 *) ac_try_echo
=$ac_try;;
2526 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2527 $as_echo "$ac_try_echo"; } >&5
2528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2530 if test -s conftest.err
; then
2531 grep -v '^ *+' conftest.err
>conftest.er1
2532 cat conftest.er1
>&5
2533 mv -f conftest.er1 conftest.err
2535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2536 test $ac_status = 0; } > conftest.i
&& {
2537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2538 test ! -s conftest.err
2542 $as_echo "$as_me: failed program was:" >&5
2543 sed 's/^/| /' conftest.
$ac_ext >&5
2547 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2548 as_fn_set_status
$ac_retval
2552 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2553 # -------------------------------------------------------
2554 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2555 # the include files in INCLUDES and setting the cache variable VAR
2557 ac_fn_c_check_header_mongrel
()
2559 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2560 if eval \
${$3+:} false
; then :
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2562 $as_echo_n "checking for $2... " >&6; }
2563 if eval \
${$3+:} false
; then :
2564 $as_echo_n "(cached) " >&6
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2568 $as_echo "$ac_res" >&6; }
2570 # Is the header compilable?
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2572 $as_echo_n "checking $2 usability... " >&6; }
2573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2574 /* end confdefs.h. */
2578 if ac_fn_c_try_compile
"$LINENO"; then :
2579 ac_header_compiler
=yes
2581 ac_header_compiler
=no
2583 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2585 $as_echo "$ac_header_compiler" >&6; }
2587 # Is the header present?
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2589 $as_echo_n "checking $2 presence... " >&6; }
2590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2591 /* end confdefs.h. */
2594 if ac_fn_c_try_cpp
"$LINENO"; then :
2595 ac_header_preproc
=yes
2597 ac_header_preproc
=no
2599 rm -f conftest.err conftest.i conftest.
$ac_ext
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2601 $as_echo "$ac_header_preproc" >&6; }
2603 # So? What about this header?
2604 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2607 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2609 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2613 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2615 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2617 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2619 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2621 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2622 ( $as_echo "## ------------------------------------ ##
2623 ## Report this to wine-devel@winehq.org ##
2624 ## ------------------------------------ ##"
2625 ) |
sed "s/^/$as_me: WARNING: /" >&2
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2629 $as_echo_n "checking for $2... " >&6; }
2630 if eval \
${$3+:} false
; then :
2631 $as_echo_n "(cached) " >&6
2633 eval "$3=\$ac_header_compiler"
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2637 $as_echo "$ac_res" >&6; }
2639 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2641 } # ac_fn_c_check_header_mongrel
2643 # ac_fn_c_try_run LINENO
2644 # ----------------------
2645 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2646 # that executables *can* be run.
2649 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2650 if { { ac_try
="$ac_link"
2652 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2653 *) ac_try_echo=$ac_try;;
2655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2656 $as_echo "$ac_try_echo"; } >&5
2657 (eval "$ac_link") 2>&5
2659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2660 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2661 { { case "(($ac_try" in
2662 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2663 *) ac_try_echo
=$ac_try;;
2665 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2666 $as_echo "$ac_try_echo"; } >&5
2667 (eval "$ac_try") 2>&5
2669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2670 test $ac_status = 0; }; }; then :
2673 $as_echo "$as_me: program exited with status $ac_status" >&5
2674 $as_echo "$as_me: failed program was:" >&5
2675 sed 's/^/| /' conftest.
$ac_ext >&5
2677 ac_retval
=$ac_status
2679 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2681 as_fn_set_status
$ac_retval
2685 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2686 # -------------------------------------------------------
2687 # Tests whether HEADER exists and can be compiled using the include files in
2688 # INCLUDES, setting the cache variable VAR accordingly.
2689 ac_fn_c_check_header_compile
()
2691 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2693 $as_echo_n "checking for $2... " >&6; }
2694 if eval \
${$3+:} false
; then :
2695 $as_echo_n "(cached) " >&6
2697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2698 /* end confdefs.h. */
2702 if ac_fn_c_try_compile
"$LINENO"; then :
2707 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2711 $as_echo "$ac_res" >&6; }
2712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2714 } # ac_fn_c_check_header_compile
2716 # ac_fn_c_check_func LINENO FUNC VAR
2717 # ----------------------------------
2718 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2719 ac_fn_c_check_func
()
2721 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2723 $as_echo_n "checking for $2... " >&6; }
2724 if eval \
${$3+:} false
; then :
2725 $as_echo_n "(cached) " >&6
2727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2728 /* end confdefs.h. */
2729 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2730 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2731 #define $2 innocuous_$2
2733 /* System header to define __stub macros and hopefully few prototypes,
2734 which can conflict with char $2 (); below.
2735 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2736 <limits.h> exists even on freestanding compilers. */
2739 # include <limits.h>
2741 # include <assert.h>
2746 /* Override any GCC internal prototype to avoid an error.
2747 Use char because int might match the return type of a GCC
2748 builtin and then its argument prototype would still apply. */
2753 /* The GNU C library defines this for functions which it implements
2754 to always fail with ENOSYS. Some functions are actually named
2755 something starting with __ and the normal name is an alias. */
2756 #if defined __stub_$2 || defined __stub___$2
2768 if ac_fn_c_try_link
"$LINENO"; then :
2773 rm -f core conftest.err conftest.
$ac_objext \
2774 conftest
$ac_exeext conftest.
$ac_ext
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2778 $as_echo "$ac_res" >&6; }
2779 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2781 } # ac_fn_c_check_func
2783 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2784 # ----------------------------------------------------
2785 # Tries to find if the field MEMBER exists in type AGGR, after including
2786 # INCLUDES, setting cache variable VAR accordingly.
2787 ac_fn_c_check_member
()
2789 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2791 $as_echo_n "checking for $2.$3... " >&6; }
2792 if eval \
${$4+:} false
; then :
2793 $as_echo_n "(cached) " >&6
2795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2796 /* end confdefs.h. */
2808 if ac_fn_c_try_compile
"$LINENO"; then :
2811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2812 /* end confdefs.h. */
2818 if (sizeof ac_aggr.$3)
2824 if ac_fn_c_try_compile
"$LINENO"; then :
2829 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2831 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2835 $as_echo "$ac_res" >&6; }
2836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2838 } # ac_fn_c_check_member
2840 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2841 # -------------------------------------------
2842 # Tests whether TYPE exists after having included INCLUDES, setting cache
2843 # variable VAR accordingly.
2844 ac_fn_c_check_type
()
2846 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2848 $as_echo_n "checking for $2... " >&6; }
2849 if eval \
${$3+:} false
; then :
2850 $as_echo_n "(cached) " >&6
2853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2854 /* end confdefs.h. */
2865 if ac_fn_c_try_compile
"$LINENO"; then :
2866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2867 /* end confdefs.h. */
2878 if ac_fn_c_try_compile
"$LINENO"; then :
2883 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2885 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2889 $as_echo "$ac_res" >&6; }
2890 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2892 } # ac_fn_c_check_type
2893 cat >config.log
<<_ACEOF
2894 This file contains any messages produced by compilers while
2895 running configure, to aid debugging if configure makes a mistake.
2897 It was created by Wine $as_me 1.9.0, which was
2898 generated by GNU Autoconf 2.69. Invocation command line was
2910 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2911 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2912 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2913 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2914 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2916 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2917 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2919 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2920 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2921 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2922 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2923 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2924 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2925 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2933 test -z "$as_dir" && as_dir
=.
2934 $as_echo "PATH: $as_dir"
2950 # Keep a trace of the command line.
2951 # Strip out --no-create and --no-recursion so they do not pile up.
2952 # Strip out --silent because we don't want to record it for future runs.
2953 # Also quote any args containing shell meta-characters.
2954 # Make two passes to allow for proper duplicate-argument suppression.
2958 ac_must_keep_next
=false
2964 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2965 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2966 |
-silent |
--silent |
--silen |
--sile |
--sil)
2969 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2972 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2974 as_fn_append ac_configure_args1
" '$ac_arg'"
2975 if test $ac_must_keep_next = true
; then
2976 ac_must_keep_next
=false
# Got value, back to normal.
2979 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2980 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2981 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2982 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2983 case "$ac_configure_args0 " in
2984 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2987 -* ) ac_must_keep_next
=true
;;
2990 as_fn_append ac_configure_args
" '$ac_arg'"
2995 { ac_configure_args0
=; unset ac_configure_args0
;}
2996 { ac_configure_args1
=; unset ac_configure_args1
;}
2998 # When interrupted or exit'd, cleanup temporary files, and complete
2999 # config.log. We remove comments because anyway the quotes in there
3000 # would cause problems or look ugly.
3001 # WARNING: Use '\'' to represent an apostrophe within the trap.
3002 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3003 trap 'exit_status=$?
3004 # Save into config.log some information that might help in debugging.
3008 $as_echo "## ---------------- ##
3009 ## Cache variables. ##
3010 ## ---------------- ##"
3012 # The following way of writing the cache mishandles newlines in values,
3014 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3015 eval ac_val=\$$ac_var
3019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3020 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3023 _ | IFS | as_nl) ;; #(
3024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3025 *) { eval $ac_var=; unset $ac_var;} ;;
3030 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3031 *${as_nl}ac_space=\ *)
3033 "s/'\''/'\''\\\\'\'''\''/g;
3034 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3037 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3044 $as_echo "## ----------------- ##
3045 ## Output variables. ##
3046 ## ----------------- ##"
3048 for ac_var in $ac_subst_vars
3050 eval ac_val=\$$ac_var
3052 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3054 $as_echo "$ac_var='\''$ac_val'\''"
3058 if test -n "$ac_subst_files"; then
3059 $as_echo "## ------------------- ##
3060 ## File substitutions. ##
3061 ## ------------------- ##"
3063 for ac_var
in $ac_subst_files
3065 eval ac_val
=\$
$ac_var
3067 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3069 $as_echo "$ac_var='\''$ac_val'\''"
3074 if test -s confdefs.h; then
3075 $as_echo "## ----------- ##
3082 test "$ac_signal" != 0 &&
3083 $as_echo "$as_me: caught signal $ac_signal"
3084 $as_echo "$as_me: exit $exit_status"
3086 rm -f core *.core core.conftest.* &&
3087 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3090 for ac_signal
in 1 2 13 15; do
3091 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3095 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3096 rm -f -r conftest
* confdefs.h
3098 $as_echo "/* confdefs.h */" > confdefs.h
3100 # Predefined preprocessor variables.
3102 cat >>confdefs.h
<<_ACEOF
3103 #define PACKAGE_NAME "$PACKAGE_NAME"
3106 cat >>confdefs.h
<<_ACEOF
3107 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3110 cat >>confdefs.h
<<_ACEOF
3111 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3114 cat >>confdefs.h
<<_ACEOF
3115 #define PACKAGE_STRING "$PACKAGE_STRING"
3118 cat >>confdefs.h
<<_ACEOF
3119 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3122 cat >>confdefs.h
<<_ACEOF
3123 #define PACKAGE_URL "$PACKAGE_URL"
3127 # Let the site file select an alternate cache file if it wants to.
3128 # Prefer an explicitly selected file to automatically selected ones.
3131 if test -n "$CONFIG_SITE"; then
3132 # We do not want a PATH search for config.site.
3133 case $CONFIG_SITE in #((
3134 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3135 */*) ac_site_file1
=$CONFIG_SITE;;
3136 *) ac_site_file1
=.
/$CONFIG_SITE;;
3138 elif test "x$prefix" != xNONE
; then
3139 ac_site_file1
=$prefix/share
/config.site
3140 ac_site_file2
=$prefix/etc
/config.site
3142 ac_site_file1
=$ac_default_prefix/share
/config.site
3143 ac_site_file2
=$ac_default_prefix/etc
/config.site
3145 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3147 test "x$ac_site_file" = xNONE
&& continue
3148 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3150 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3151 sed 's/^/| /' "$ac_site_file" >&5
3153 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3155 as_fn_error $?
"failed to load site script $ac_site_file
3156 See \`config.log' for more details" "$LINENO" 5; }
3160 if test -r "$cache_file"; then
3161 # Some versions of bash will fail to source /dev/null (special files
3162 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3163 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3165 $as_echo "$as_me: loading cache $cache_file" >&6;}
3167 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3168 *) .
"./$cache_file";;
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3173 $as_echo "$as_me: creating cache $cache_file" >&6;}
3177 # Check that the precious variables saved in the cache have kept the same
3179 ac_cache_corrupted
=false
3180 for ac_var
in $ac_precious_vars; do
3181 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3182 eval ac_new_set
=\
$ac_env_${ac_var}_set
3183 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3184 eval ac_new_val
=\
$ac_env_${ac_var}_value
3185 case $ac_old_set,$ac_new_set in
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3188 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3189 ac_cache_corrupted
=: ;;
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3192 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3193 ac_cache_corrupted
=: ;;
3196 if test "x$ac_old_val" != "x$ac_new_val"; then
3197 # differences in whitespace do not lead to failure.
3198 ac_old_val_w
=`echo x $ac_old_val`
3199 ac_new_val_w
=`echo x $ac_new_val`
3200 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3202 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3203 ac_cache_corrupted
=:
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3206 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3207 eval $ac_var=\
$ac_old_val
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3210 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3212 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3215 # Pass precious variables to config.status.
3216 if test "$ac_new_set" = set; then
3218 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3219 *) ac_arg
=$ac_var=$ac_new_val ;;
3221 case " $ac_configure_args " in
3222 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3223 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3227 if $ac_cache_corrupted; then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3229 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3231 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3232 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3234 ## -------------------- ##
3235 ## Main body of script. ##
3236 ## -------------------- ##
3239 ac_cpp
='$CPP $CPPFLAGS'
3240 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3241 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3242 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3246 ac_config_headers
="$ac_config_headers include/config.h"
3249 for ac_dir
in tools
"$srcdir"/tools
; do
3250 if test -f "$ac_dir/install-sh"; then
3252 ac_install_sh
="$ac_aux_dir/install-sh -c"
3254 elif test -f "$ac_dir/install.sh"; then
3256 ac_install_sh
="$ac_aux_dir/install.sh -c"
3258 elif test -f "$ac_dir/shtool"; then
3260 ac_install_sh
="$ac_aux_dir/shtool install -c"
3264 if test -z "$ac_aux_dir"; then
3265 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3268 # These three variables are undocumented and unsupported,
3269 # and are intended to be withdrawn in a future Autoconf release.
3270 # They can cause serious problems if a builder's source tree is in a directory
3271 # whose full name contains unusual characters.
3272 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3273 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3274 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3278 libwine_version
="1.0"
3282 # Check whether --enable-win16 was given.
3283 if test "${enable_win16+set}" = set; then :
3284 enableval
=$enable_win16;
3287 # Check whether --enable-win64 was given.
3288 if test "${enable_win64+set}" = set; then :
3289 enableval
=$enable_win64;
3292 # Check whether --enable-tests was given.
3293 if test "${enable_tests+set}" = set; then :
3294 enableval
=$enable_tests;
3297 # Check whether --enable-maintainer-mode was given.
3298 if test "${enable_maintainer_mode+set}" = set; then :
3299 enableval
=$enable_maintainer_mode;
3304 # Check whether --with-alsa was given.
3305 if test "${with_alsa+set}" = set; then :
3306 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3310 # Check whether --with-capi was given.
3311 if test "${with_capi+set}" = set; then :
3316 # Check whether --with-cms was given.
3317 if test "${with_cms+set}" = set; then :
3322 # Check whether --with-coreaudio was given.
3323 if test "${with_coreaudio+set}" = set; then :
3324 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3328 # Check whether --with-cups was given.
3329 if test "${with_cups+set}" = set; then :
3334 # Check whether --with-curses was given.
3335 if test "${with_curses+set}" = set; then :
3336 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3340 # Check whether --with-dbus was given.
3341 if test "${with_dbus+set}" = set; then :
3346 # Check whether --with-fontconfig was given.
3347 if test "${with_fontconfig+set}" = set; then :
3348 withval
=$with_fontconfig;
3352 # Check whether --with-freetype was given.
3353 if test "${with_freetype+set}" = set; then :
3354 withval
=$with_freetype;
3358 # Check whether --with-gettext was given.
3359 if test "${with_gettext+set}" = set; then :
3360 withval
=$with_gettext;
3364 # Check whether --with-gettextpo was given.
3365 if test "${with_gettextpo+set}" = set; then :
3366 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3370 # Check whether --with-gphoto was given.
3371 if test "${with_gphoto+set}" = set; then :
3372 withval
=$with_gphoto;
3376 # Check whether --with-glu was given.
3377 if test "${with_glu+set}" = set; then :
3382 # Check whether --with-gnutls was given.
3383 if test "${with_gnutls+set}" = set; then :
3384 withval
=$with_gnutls;
3388 # Check whether --with-gsm was given.
3389 if test "${with_gsm+set}" = set; then :
3390 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3394 # Check whether --with-gstreamer was given.
3395 if test "${with_gstreamer+set}" = set; then :
3396 withval
=$with_gstreamer;
3400 # Check whether --with-hal was given.
3401 if test "${with_hal+set}" = set; then :
3406 # Check whether --with-jpeg was given.
3407 if test "${with_jpeg+set}" = set; then :
3412 # Check whether --with-ldap was given.
3413 if test "${with_ldap+set}" = set; then :
3414 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3418 # Check whether --with-mpg123 was given.
3419 if test "${with_mpg123+set}" = set; then :
3420 withval
=$with_mpg123;
3424 # Check whether --with-netapi was given.
3425 if test "${with_netapi+set}" = set; then :
3426 withval
=$with_netapi;
3430 # Check whether --with-openal was given.
3431 if test "${with_openal+set}" = set; then :
3432 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3436 # Check whether --with-opencl was given.
3437 if test "${with_opencl+set}" = set; then :
3438 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3442 # Check whether --with-opengl was given.
3443 if test "${with_opengl+set}" = set; then :
3444 withval
=$with_opengl;
3448 # Check whether --with-osmesa was given.
3449 if test "${with_osmesa+set}" = set; then :
3450 withval
=$with_osmesa;
3454 # Check whether --with-oss was given.
3455 if test "${with_oss+set}" = set; then :
3460 # Check whether --with-pcap was given.
3461 if test "${with_pcap+set}" = set; then :
3462 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3466 # Check whether --with-png was given.
3467 if test "${with_png+set}" = set; then :
3472 # Check whether --with-pthread was given.
3473 if test "${with_pthread+set}" = set; then :
3474 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3478 # Check whether --with-pulse was given.
3479 if test "${with_pulse+set}" = set; then :
3480 withval
=$with_pulse;
3484 # Check whether --with-sane was given.
3485 if test "${with_sane+set}" = set; then :
3490 # Check whether --with-tiff was given.
3491 if test "${with_tiff+set}" = set; then :
3496 # Check whether --with-v4l was given.
3497 if test "${with_v4l+set}" = set; then :
3502 # Check whether --with-xcomposite was given.
3503 if test "${with_xcomposite+set}" = set; then :
3504 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3508 # Check whether --with-xcursor was given.
3509 if test "${with_xcursor+set}" = set; then :
3510 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3514 # Check whether --with-xinerama was given.
3515 if test "${with_xinerama+set}" = set; then :
3516 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3520 # Check whether --with-xinput was given.
3521 if test "${with_xinput+set}" = set; then :
3522 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3526 # Check whether --with-xinput2 was given.
3527 if test "${with_xinput2+set}" = set; then :
3528 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3532 # Check whether --with-xml was given.
3533 if test "${with_xml+set}" = set; then :
3538 # Check whether --with-xrandr was given.
3539 if test "${with_xrandr+set}" = set; then :
3540 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3544 # Check whether --with-xrender was given.
3545 if test "${with_xrender+set}" = set; then :
3546 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3550 # Check whether --with-xshape was given.
3551 if test "${with_xshape+set}" = set; then :
3552 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3556 # Check whether --with-xshm was given.
3557 if test "${with_xshm+set}" = set; then :
3558 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3562 # Check whether --with-xslt was given.
3563 if test "${with_xslt+set}" = set; then :
3568 # Check whether --with-xxf86vm was given.
3569 if test "${with_xxf86vm+set}" = set; then :
3570 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
3574 # Check whether --with-zlib was given.
3575 if test "${with_zlib+set}" = set; then :
3576 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3581 # Check whether --with-wine-tools was given.
3582 if test "${with_wine_tools+set}" = set; then :
3583 withval
=$with_wine_tools;
3587 # Check whether --with-wine64 was given.
3588 if test "${with_wine64+set}" = set; then :
3589 withval
=$with_wine64;
3593 # Make sure we can run config.sub.
3594 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3595 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3598 $as_echo_n "checking build system type... " >&6; }
3599 if ${ac_cv_build+:} false
; then :
3600 $as_echo_n "(cached) " >&6
3602 ac_build_alias
=$build_alias
3603 test "x$ac_build_alias" = x
&&
3604 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3605 test "x$ac_build_alias" = x
&&
3606 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3607 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3608 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3612 $as_echo "$ac_cv_build" >&6; }
3613 case $ac_cv_build in
3615 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3618 ac_save_IFS
=$IFS; IFS
='-'
3624 # Remember, the first character of IFS is used to create $*,
3625 # except with old shells:
3628 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3632 $as_echo_n "checking host system type... " >&6; }
3633 if ${ac_cv_host+:} false
; then :
3634 $as_echo_n "(cached) " >&6
3636 if test "x$host_alias" = x
; then
3637 ac_cv_host
=$ac_cv_build
3639 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3640 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3645 $as_echo "$ac_cv_host" >&6; }
3648 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3651 ac_save_IFS
=$IFS; IFS
='-'
3657 # Remember, the first character of IFS is used to create $*,
3658 # except with old shells:
3661 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3667 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3668 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3669 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3675 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3677 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3678 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3679 $as_echo_n "(cached) " >&6
3681 cat >conftest.
make <<\_ACEOF
3684 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3686 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3687 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3689 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3691 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3695 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3697 $as_echo "yes" >&6; }
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3701 $as_echo "no" >&6; }
3702 SET_MAKE
="MAKE=${MAKE-make}"
3706 ac_cpp
='$CPP $CPPFLAGS'
3707 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3708 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3709 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3710 if test -n "$ac_tool_prefix"; then
3711 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3712 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3714 $as_echo_n "checking for $ac_word... " >&6; }
3715 if ${ac_cv_prog_CC+:} false
; then :
3716 $as_echo_n "(cached) " >&6
3718 if test -n "$CC"; then
3719 ac_cv_prog_CC
="$CC" # Let the user override the test.
3721 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3725 test -z "$as_dir" && as_dir
=.
3726 for ac_exec_ext
in '' $ac_executable_extensions; do
3727 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3728 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 if test -n "$CC"; then
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3741 $as_echo "$CC" >&6; }
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3744 $as_echo "no" >&6; }
3749 if test -z "$ac_cv_prog_CC"; then
3751 # Extract the first word of "gcc", so it can be a program name with args.
3752 set dummy gcc
; ac_word
=$2
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3754 $as_echo_n "checking for $ac_word... " >&6; }
3755 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3756 $as_echo_n "(cached) " >&6
3758 if test -n "$ac_ct_CC"; then
3759 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3761 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3765 test -z "$as_dir" && as_dir
=.
3766 for ac_exec_ext
in '' $ac_executable_extensions; do
3767 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3768 ac_cv_prog_ac_ct_CC
="gcc"
3769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3778 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3779 if test -n "$ac_ct_CC"; then
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3781 $as_echo "$ac_ct_CC" >&6; }
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3784 $as_echo "no" >&6; }
3787 if test "x$ac_ct_CC" = x
; then
3790 case $cross_compiling:$ac_tool_warned in
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3793 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3794 ac_tool_warned
=yes ;;
3802 if test -z "$CC"; then
3803 if test -n "$ac_tool_prefix"; then
3804 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3805 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3807 $as_echo_n "checking for $ac_word... " >&6; }
3808 if ${ac_cv_prog_CC+:} false
; then :
3809 $as_echo_n "(cached) " >&6
3811 if test -n "$CC"; then
3812 ac_cv_prog_CC
="$CC" # Let the user override the test.
3814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3818 test -z "$as_dir" && as_dir
=.
3819 for ac_exec_ext
in '' $ac_executable_extensions; do
3820 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3821 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3832 if test -n "$CC"; then
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3834 $as_echo "$CC" >&6; }
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3837 $as_echo "no" >&6; }
3843 if test -z "$CC"; then
3844 # Extract the first word of "cc", so it can be a program name with args.
3845 set dummy cc
; ac_word
=$2
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3847 $as_echo_n "checking for $ac_word... " >&6; }
3848 if ${ac_cv_prog_CC+:} false
; then :
3849 $as_echo_n "(cached) " >&6
3851 if test -n "$CC"; then
3852 ac_cv_prog_CC
="$CC" # Let the user override the test.
3855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3859 test -z "$as_dir" && as_dir
=.
3860 for ac_exec_ext
in '' $ac_executable_extensions; do
3861 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3862 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3863 ac_prog_rejected
=yes
3867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3874 if test $ac_prog_rejected = yes; then
3875 # We found a bogon in the path, so make sure we never use it.
3876 set dummy
$ac_cv_prog_CC
3878 if test $# != 0; then
3879 # We chose a different compiler from the bogus one.
3880 # However, it has the same basename, so the bogon will be chosen
3881 # first if we set CC to just the basename; use the full file name.
3883 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3889 if test -n "$CC"; then
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3891 $as_echo "$CC" >&6; }
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3894 $as_echo "no" >&6; }
3899 if test -z "$CC"; then
3900 if test -n "$ac_tool_prefix"; then
3901 for ac_prog
in cl.exe
3903 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3904 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3906 $as_echo_n "checking for $ac_word... " >&6; }
3907 if ${ac_cv_prog_CC+:} false
; then :
3908 $as_echo_n "(cached) " >&6
3910 if test -n "$CC"; then
3911 ac_cv_prog_CC
="$CC" # Let the user override the test.
3913 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3917 test -z "$as_dir" && as_dir
=.
3918 for ac_exec_ext
in '' $ac_executable_extensions; do
3919 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3920 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3931 if test -n "$CC"; then
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3933 $as_echo "$CC" >&6; }
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3936 $as_echo "no" >&6; }
3940 test -n "$CC" && break
3943 if test -z "$CC"; then
3945 for ac_prog
in cl.exe
3947 # Extract the first word of "$ac_prog", so it can be a program name with args.
3948 set dummy
$ac_prog; ac_word
=$2
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3950 $as_echo_n "checking for $ac_word... " >&6; }
3951 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3952 $as_echo_n "(cached) " >&6
3954 if test -n "$ac_ct_CC"; then
3955 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3957 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3961 test -z "$as_dir" && as_dir
=.
3962 for ac_exec_ext
in '' $ac_executable_extensions; do
3963 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3964 ac_cv_prog_ac_ct_CC
="$ac_prog"
3965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3974 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3975 if test -n "$ac_ct_CC"; then
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3977 $as_echo "$ac_ct_CC" >&6; }
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3980 $as_echo "no" >&6; }
3984 test -n "$ac_ct_CC" && break
3987 if test "x$ac_ct_CC" = x
; then
3990 case $cross_compiling:$ac_tool_warned in
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3994 ac_tool_warned
=yes ;;
4003 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4004 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4005 as_fn_error $?
"no acceptable C compiler found in \$PATH
4006 See \`config.log' for more details" "$LINENO" 5; }
4008 # Provide some information about the compiler.
4009 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4012 for ac_option
in --version -v -V -qversion; do
4013 { { ac_try
="$ac_compiler $ac_option >&5"
4015 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4016 *) ac_try_echo=$ac_try;;
4018 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4019 $as_echo "$ac_try_echo"; } >&5
4020 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4022 if test -s conftest.err; then
4024 ... rest of stderr output deleted ...
4025 10q' conftest.err >conftest.er1
4026 cat conftest.er1 >&5
4028 rm -f conftest.er1 conftest.err
4029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4030 test $ac_status = 0; }
4033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034 /* end confdefs.h. */
4044 ac_clean_files_save=$ac_clean_files
4045 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4046 # Try to create an executable without -o first, disregard a.out.
4047 # It will help us diagnose broken compilers, and finding out an intuition
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4050 $as_echo_n "checking whether the C compiler works... " >&6; }
4051 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4053 # The possible output files:
4054 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4057 for ac_file in $ac_files
4060 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4061 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4066 if { { ac_try="$ac_link_default"
4068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4069 *) ac_try_echo
=$ac_try;;
4071 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4072 $as_echo "$ac_try_echo"; } >&5
4073 (eval "$ac_link_default") 2>&5
4075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4076 test $ac_status = 0; }; then :
4077 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4078 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4079 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4080 # so that the user can short-circuit this test for compilers unknown to
4082 for ac_file
in $ac_files ''
4084 test -f "$ac_file" ||
continue
4086 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4089 # We found the default executable, but exeext='' is most
4093 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4095 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4097 # We set ac_cv_exeext here because the later test for it is not
4098 # safe: cross compilers may not add the suffix if given an `-o'
4099 # argument, so we may need to know it at that point already.
4100 # Even if this section looks crufty: it has the advantage of
4107 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4112 if test -z "$ac_file"; then :
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4114 $as_echo "no" >&6; }
4115 $as_echo "$as_me: failed program was:" >&5
4116 sed 's/^/| /' conftest.
$ac_ext >&5
4118 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4119 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4120 as_fn_error
77 "C compiler cannot create executables
4121 See \`config.log' for more details" "$LINENO" 5; }
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4124 $as_echo "yes" >&6; }
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4127 $as_echo_n "checking for C compiler default output file name... " >&6; }
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4129 $as_echo "$ac_file" >&6; }
4130 ac_exeext
=$ac_cv_exeext
4132 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4133 ac_clean_files
=$ac_clean_files_save
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4135 $as_echo_n "checking for suffix of executables... " >&6; }
4136 if { { ac_try
="$ac_link"
4138 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4139 *) ac_try_echo=$ac_try;;
4141 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4142 $as_echo "$ac_try_echo"; } >&5
4143 (eval "$ac_link") 2>&5
4145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4146 test $ac_status = 0; }; then :
4147 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4148 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4149 # work properly (i.e., refer to `conftest.exe'), while it won't with
4151 for ac_file
in conftest.exe conftest conftest.
*; do
4152 test -f "$ac_file" ||
continue
4154 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4155 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4161 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4163 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4164 See \`config.log' for more details" "$LINENO" 5; }
4166 rm -f conftest conftest
$ac_cv_exeext
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4168 $as_echo "$ac_cv_exeext" >&6; }
4170 rm -f conftest.
$ac_ext
4171 EXEEXT
=$ac_cv_exeext
4173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4174 /* end confdefs.h. */
4179 FILE *f = fopen ("conftest.out", "w");
4180 return ferror (f) || fclose (f) != 0;
4186 ac_clean_files
="$ac_clean_files conftest.out"
4187 # Check that the compiler produces executables we can run. If not, either
4188 # the compiler is broken, or we cross compile.
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4190 $as_echo_n "checking whether we are cross compiling... " >&6; }
4191 if test "$cross_compiling" != yes; then
4192 { { ac_try
="$ac_link"
4194 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4195 *) ac_try_echo=$ac_try;;
4197 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4198 $as_echo "$ac_try_echo"; } >&5
4199 (eval "$ac_link") 2>&5
4201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4202 test $ac_status = 0; }
4203 if { ac_try='./conftest$ac_cv_exeext'
4204 { { case "(($ac_try" in
4205 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4206 *) ac_try_echo
=$ac_try;;
4208 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4209 $as_echo "$ac_try_echo"; } >&5
4210 (eval "$ac_try") 2>&5
4212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4213 test $ac_status = 0; }; }; then
4216 if test "$cross_compiling" = maybe
; then
4219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4221 as_fn_error $?
"cannot run C compiled programs.
4222 If you meant to cross compile, use \`--host'.
4223 See \`config.log' for more details" "$LINENO" 5; }
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4228 $as_echo "$cross_compiling" >&6; }
4230 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4231 ac_clean_files
=$ac_clean_files_save
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4233 $as_echo_n "checking for suffix of object files... " >&6; }
4234 if ${ac_cv_objext+:} false
; then :
4235 $as_echo_n "(cached) " >&6
4237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4248 rm -f conftest.o conftest.obj
4249 if { { ac_try
="$ac_compile"
4251 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4254 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4255 $as_echo "$ac_try_echo"; } >&5
4256 (eval "$ac_compile") 2>&5
4258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4259 test $ac_status = 0; }; then :
4260 for ac_file in conftest.o conftest.obj conftest.*; do
4261 test -f "$ac_file" || continue;
4263 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4264 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4269 $as_echo "$as_me: failed program was:" >&5
4270 sed 's/^/| /' conftest.$ac_ext >&5
4272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4274 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4275 See \
`config.log' for more details" "$LINENO" 5; }
4277 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4280 $as_echo "$ac_cv_objext" >&6; }
4281 OBJEXT=$ac_cv_objext
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4284 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4285 if ${ac_cv_c_compiler_gnu+:} false; then :
4286 $as_echo_n "(cached) " >&6
4288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4289 /* end confdefs.h. */
4302 if ac_fn_c_try_compile "$LINENO"; then :
4307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4308 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4312 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4313 if test $ac_compiler_gnu = yes; then
4318 ac_test_CFLAGS=${CFLAGS+set}
4319 ac_save_CFLAGS=$CFLAGS
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4321 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4322 if ${ac_cv_prog_cc_g+:} false; then :
4323 $as_echo_n "(cached) " >&6
4325 ac_save_c_werror_flag=$ac_c_werror_flag
4326 ac_c_werror_flag=yes
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4340 if ac_fn_c_try_compile "$LINENO"; then :
4344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4345 /* end confdefs.h. */
4355 if ac_fn_c_try_compile "$LINENO"; then :
4358 ac_c_werror_flag=$ac_save_c_werror_flag
4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4371 if ac_fn_c_try_compile "$LINENO"; then :
4374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 ac_c_werror_flag=$ac_save_c_werror_flag
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4382 $as_echo "$ac_cv_prog_cc_g" >&6; }
4383 if test "$ac_test_CFLAGS" = set; then
4384 CFLAGS=$ac_save_CFLAGS
4385 elif test $ac_cv_prog_cc_g = yes; then
4386 if test "$GCC" = yes; then
4392 if test "$GCC" = yes; then
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4399 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4400 if ${ac_cv_prog_cc_c89+:} false; then :
4401 $as_echo_n "(cached) " >&6
4403 ac_cv_prog_cc_c89=no
4405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4406 /* end confdefs.h. */
4410 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4411 struct buf { int x; };
4412 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4413 static char *e (p, i)
4419 static char *f (char * (*g) (char **, int), char **p, ...)
4424 s = g (p, va_arg (v,int));
4429 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4430 function prototypes and stuff, but not '\xHH' hex character constants.
4431 These don't provoke an error unfortunately, instead are silently treated
4432 as 'x'. The following induces an error, until -std is added to get
4433 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4434 array size at least. It's necessary to write '\x00'==0 to get something
4435 that's true only with -std. */
4436 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4438 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4439 inside strings and character constants. */
4441 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4443 int test (int i, double x);
4444 struct s1 {int (*f) (int a);};
4445 struct s2 {int (*f) (double a);};
4446 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4452 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4457 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4458 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4460 CC="$ac_save_CC $ac_arg"
4461 if ac_fn_c_try_compile "$LINENO"; then :
4462 ac_cv_prog_cc_c89=$ac_arg
4464 rm -f core conftest.err conftest.$ac_objext
4465 test "x$ac_cv_prog_cc_c89" != "xno" && break
4467 rm -f conftest.$ac_ext
4472 case "x$ac_cv_prog_cc_c89" in
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4475 $as_echo "none needed" >&6; } ;;
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4478 $as_echo "unsupported" >&6; } ;;
4480 CC="$CC $ac_cv_prog_cc_c89"
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4482 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4484 if test "x$ac_cv_prog_cc_c89" != xno; then :
4489 ac_cpp='$CPP $CPPFLAGS'
4490 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4491 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4492 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4495 ac_cpp='$CXXCPP $CPPFLAGS'
4496 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4497 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4498 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4499 if test -z "$CXX"; then
4500 if test -n "$CCC"; then
4503 if test -n "$ac_tool_prefix"; then
4504 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4506 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4507 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4509 $as_echo_n "checking for $ac_word... " >&6; }
4510 if ${ac_cv_prog_CXX+:} false; then :
4511 $as_echo_n "(cached) " >&6
4513 if test -n "$CXX"; then
4514 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4520 test -z "$as_dir" && as_dir=.
4521 for ac_exec_ext in '' $ac_executable_extensions; do
4522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4523 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4534 if test -n "$CXX"; then
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4536 $as_echo "$CXX" >&6; }
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4539 $as_echo "no" >&6; }
4543 test -n "$CXX" && break
4546 if test -z "$CXX"; then
4548 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4550 # Extract the first word of "$ac_prog", so it can be a program name with args.
4551 set dummy $ac_prog; ac_word=$2
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4553 $as_echo_n "checking for $ac_word... " >&6; }
4554 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4555 $as_echo_n "(cached) " >&6
4557 if test -n "$ac_ct_CXX"; then
4558 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4564 test -z "$as_dir" && as_dir=.
4565 for ac_exec_ext in '' $ac_executable_extensions; do
4566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4567 ac_cv_prog_ac_ct_CXX="$ac_prog"
4568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4577 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4578 if test -n "$ac_ct_CXX"; then
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4580 $as_echo "$ac_ct_CXX" >&6; }
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4583 $as_echo "no" >&6; }
4587 test -n "$ac_ct_CXX" && break
4590 if test "x$ac_ct_CXX" = x; then
4593 case $cross_compiling:$ac_tool_warned in
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4597 ac_tool_warned=yes ;;
4605 # Provide some information about the compiler.
4606 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4609 for ac_option in --version -v -V -qversion; do
4610 { { ac_try="$ac_compiler $ac_option >&5"
4612 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4613 *) ac_try_echo
=$ac_try;;
4615 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4616 $as_echo "$ac_try_echo"; } >&5
4617 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4619 if test -s conftest.err
; then
4621 ... rest of stderr output deleted ...
4622 10q' conftest.err
>conftest.er1
4623 cat conftest.er1
>&5
4625 rm -f conftest.er1 conftest.err
4626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4627 test $ac_status = 0; }
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4631 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4632 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4633 $as_echo_n "(cached) " >&6
4635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4636 /* end confdefs.h. */
4649 if ac_fn_cxx_try_compile
"$LINENO"; then :
4654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4655 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4659 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4660 if test $ac_compiler_gnu = yes; then
4665 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4666 ac_save_CXXFLAGS
=$CXXFLAGS
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4668 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4669 if ${ac_cv_prog_cxx_g+:} false
; then :
4670 $as_echo_n "(cached) " >&6
4672 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4673 ac_cxx_werror_flag
=yes
4676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4687 if ac_fn_cxx_try_compile
"$LINENO"; then :
4688 ac_cv_prog_cxx_g
=yes
4691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4692 /* end confdefs.h. */
4702 if ac_fn_cxx_try_compile
"$LINENO"; then :
4705 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4708 /* end confdefs.h. */
4718 if ac_fn_cxx_try_compile
"$LINENO"; then :
4719 ac_cv_prog_cxx_g
=yes
4721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4723 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4725 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4726 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4729 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4730 if test "$ac_test_CXXFLAGS" = set; then
4731 CXXFLAGS
=$ac_save_CXXFLAGS
4732 elif test $ac_cv_prog_cxx_g = yes; then
4733 if test "$GXX" = yes; then
4739 if test "$GXX" = yes; then
4746 ac_cpp
='$CPP $CPPFLAGS'
4747 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4748 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4749 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4751 if test -n "$ac_tool_prefix"; then
4752 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4753 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4755 $as_echo_n "checking for $ac_word... " >&6; }
4756 if ${ac_cv_prog_CPPBIN+:} false
; then :
4757 $as_echo_n "(cached) " >&6
4759 if test -n "$CPPBIN"; then
4760 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4762 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4766 test -z "$as_dir" && as_dir
=.
4767 for ac_exec_ext
in '' $ac_executable_extensions; do
4768 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4769 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4779 CPPBIN
=$ac_cv_prog_CPPBIN
4780 if test -n "$CPPBIN"; then
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4782 $as_echo "$CPPBIN" >&6; }
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4785 $as_echo "no" >&6; }
4790 if test -z "$ac_cv_prog_CPPBIN"; then
4791 ac_ct_CPPBIN
=$CPPBIN
4792 # Extract the first word of "cpp", so it can be a program name with args.
4793 set dummy cpp
; ac_word
=$2
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4795 $as_echo_n "checking for $ac_word... " >&6; }
4796 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4797 $as_echo_n "(cached) " >&6
4799 if test -n "$ac_ct_CPPBIN"; then
4800 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4802 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4806 test -z "$as_dir" && as_dir
=.
4807 for ac_exec_ext
in '' $ac_executable_extensions; do
4808 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4809 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4819 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4820 if test -n "$ac_ct_CPPBIN"; then
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4822 $as_echo "$ac_ct_CPPBIN" >&6; }
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4825 $as_echo "no" >&6; }
4828 if test "x$ac_ct_CPPBIN" = x
; then
4831 case $cross_compiling:$ac_tool_warned in
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4835 ac_tool_warned
=yes ;;
4837 CPPBIN
=$ac_ct_CPPBIN
4840 CPPBIN
="$ac_cv_prog_CPPBIN"
4844 cat >>confdefs.h
<<_ACEOF
4845 #define EXEEXT "$ac_exeext"
4848 if test -n "$ac_tool_prefix"; then
4849 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4850 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4852 $as_echo_n "checking for $ac_word... " >&6; }
4853 if ${ac_cv_prog_LD+:} false
; then :
4854 $as_echo_n "(cached) " >&6
4856 if test -n "$LD"; then
4857 ac_cv_prog_LD
="$LD" # Let the user override the test.
4859 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4863 test -z "$as_dir" && as_dir
=.
4864 for ac_exec_ext
in '' $ac_executable_extensions; do
4865 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4866 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4877 if test -n "$LD"; then
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4879 $as_echo "$LD" >&6; }
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4882 $as_echo "no" >&6; }
4887 if test -z "$ac_cv_prog_LD"; then
4889 # Extract the first word of "ld", so it can be a program name with args.
4890 set dummy ld
; ac_word
=$2
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892 $as_echo_n "checking for $ac_word... " >&6; }
4893 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4894 $as_echo_n "(cached) " >&6
4896 if test -n "$ac_ct_LD"; then
4897 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4903 test -z "$as_dir" && as_dir
=.
4904 for ac_exec_ext
in '' $ac_executable_extensions; do
4905 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4906 ac_cv_prog_ac_ct_LD
="ld"
4907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4917 if test -n "$ac_ct_LD"; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4919 $as_echo "$ac_ct_LD" >&6; }
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922 $as_echo "no" >&6; }
4925 if test "x$ac_ct_LD" = x
; then
4928 case $cross_compiling:$ac_tool_warned in
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4931 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4932 ac_tool_warned
=yes ;;
4943 if test "x$enable_win64" = "xyes"
4948 notice_platform
="64-bit "
4955 notice_platform
="32-bit "
4958 enable_win16
=${enable_win16:-yes}
4960 with_fontconfig
=${with_fontconfig:-no}
4963 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4968 $as_echo_n "checking whether $CC works... " >&6; }
4970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4971 /* end confdefs.h. */
4981 if ac_fn_c_try_link
"$LINENO"; then :
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4983 $as_echo "yes" >&6; }
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986 $as_echo "no" >&6; }
4987 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4989 rm -f core conftest.err conftest.
$ac_objext \
4990 conftest
$ac_exeext conftest.
$ac_ext
4992 notice_platform
="32-bit "
4995 enable_win16
=${enable_win16:-yes}
4997 if test "x${GCC}" = "xyes"
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5000 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5007 void func(__builtin_ms_va_list *args);
5012 if ac_fn_c_try_compile
"$LINENO"; then :
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5014 $as_echo "yes" >&6; }
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5018 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5020 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5029 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h. */
5032 int ac_test(int i) { return i; }
5036 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5041 if ac_fn_c_try_link
"$LINENO"; then :
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5043 $as_echo "yes" >&6; }
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5046 $as_echo "no" >&6; }
5047 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5049 rm -f core conftest.err conftest.
$ac_objext \
5050 conftest
$ac_exeext conftest.
$ac_ext
5051 CFLAGS
="$CFLAGS -marm"
5055 *-mingw32*|
*-cygwin*)
5056 enable_win16
=${enable_win16:-no}
5057 CFLAGS
="$CFLAGS -D_WIN32"
5060 enable_win16
=${enable_win16:-yes}
5064 enable_win16
=${enable_win16:-no}
5065 enable_win64
=${enable_win64:-no}
5067 enable_winetest
=${enable_winetest:-$enable_tests}
5069 if test -n "$with_wine64"
5071 if test "x$enable_win64" = "xyes"
5073 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5074 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5076 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5077 You should create a separate build directory and run configure from there." "$LINENO" 5
5078 enable_fonts
=${enable_fonts:-no}
5079 enable_server
=${enable_server:-no}
5080 elif test "x$enable_win64" = "xyes"
5082 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5086 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5087 if ${wine_cv_toolsdir+:} false
; then :
5088 $as_echo_n "(cached) " >&6
5090 wine_cv_toolsdir
="$with_wine_tools"
5091 if test -z "$with_wine_tools"; then
5092 if test "$cross_compiling" = "yes"; then
5093 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5094 elif test -n "$with_wine64"; then
5095 wine_cv_toolsdir
="$with_wine64"
5098 if test -z "$wine_cv_toolsdir"; then
5099 wine_makedep
=tools
/makedep
5100 wine_cv_toolsdir
="\$(top_builddir)"
5101 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5102 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5103 case "$wine_cv_toolsdir" in
5105 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5107 enable_tools
=${enable_tools:-no}
5108 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5110 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5114 $as_echo "$wine_cv_toolsdir" >&6; }
5115 TOOLSDIR
=$wine_cv_toolsdir
5117 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5119 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5125 # Extract the first word of "$ac_prog", so it can be a program name with args.
5126 set dummy
$ac_prog; ac_word
=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if ${ac_cv_prog_FLEX+:} false
; then :
5130 $as_echo_n "(cached) " >&6
5132 if test -n "$FLEX"; then
5133 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5135 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5139 test -z "$as_dir" && as_dir
=.
5140 for ac_exec_ext
in '' $ac_executable_extensions; do
5141 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5142 ac_cv_prog_FLEX
="$ac_prog"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5152 FLEX
=$ac_cv_prog_FLEX
5153 if test -n "$FLEX"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5155 $as_echo "$FLEX" >&6; }
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5162 test -n "$FLEX" && break
5164 test -n "$FLEX" || FLEX
="none"
5166 if test "$FLEX" = "none"
5168 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5171 $as_echo_n "checking whether flex is recent enough... " >&6; }
5172 cat >conftest.l
<<EOF
5174 #include "prediluvian.h"
5178 if $FLEX -t conftest.l
>/dev
/null
2>&5
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5181 $as_echo "yes" >&6; }
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184 $as_echo "no" >&6; }
5185 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5188 for ac_prog
in bison
5190 # Extract the first word of "$ac_prog", so it can be a program name with args.
5191 set dummy
$ac_prog; ac_word
=$2
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5193 $as_echo_n "checking for $ac_word... " >&6; }
5194 if ${ac_cv_prog_BISON+:} false
; then :
5195 $as_echo_n "(cached) " >&6
5197 if test -n "$BISON"; then
5198 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5204 test -z "$as_dir" && as_dir
=.
5205 for ac_exec_ext
in '' $ac_executable_extensions; do
5206 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5207 ac_cv_prog_BISON
="$ac_prog"
5208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5217 BISON
=$ac_cv_prog_BISON
5218 if test -n "$BISON"; then
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5220 $as_echo "$BISON" >&6; }
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5223 $as_echo "no" >&6; }
5227 test -n "$BISON" && break
5229 test -n "$BISON" || BISON
="none"
5231 if test "$BISON" = "none"
5233 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5236 if test -n "$ac_tool_prefix"; then
5237 for ac_prog
in ar gar
5239 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5240 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5242 $as_echo_n "checking for $ac_word... " >&6; }
5243 if ${ac_cv_prog_AR+:} false
; then :
5244 $as_echo_n "(cached) " >&6
5246 if test -n "$AR"; then
5247 ac_cv_prog_AR
="$AR" # Let the user override the test.
5249 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5253 test -z "$as_dir" && as_dir
=.
5254 for ac_exec_ext
in '' $ac_executable_extensions; do
5255 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5256 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 if test -n "$AR"; then
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5269 $as_echo "$AR" >&6; }
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5272 $as_echo "no" >&6; }
5276 test -n "$AR" && break
5279 if test -z "$AR"; then
5281 for ac_prog
in ar gar
5283 # Extract the first word of "$ac_prog", so it can be a program name with args.
5284 set dummy
$ac_prog; ac_word
=$2
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5286 $as_echo_n "checking for $ac_word... " >&6; }
5287 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5288 $as_echo_n "(cached) " >&6
5290 if test -n "$ac_ct_AR"; then
5291 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5293 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5297 test -z "$as_dir" && as_dir
=.
5298 for ac_exec_ext
in '' $ac_executable_extensions; do
5299 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5300 ac_cv_prog_ac_ct_AR
="$ac_prog"
5301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5310 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5311 if test -n "$ac_ct_AR"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5313 $as_echo "$ac_ct_AR" >&6; }
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5320 test -n "$ac_ct_AR" && break
5323 if test "x$ac_ct_AR" = x
; then
5326 case $cross_compiling:$ac_tool_warned in
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5329 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5330 ac_tool_warned
=yes ;;
5336 if test -n "$ac_tool_prefix"; then
5337 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5338 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5340 $as_echo_n "checking for $ac_word... " >&6; }
5341 if ${ac_cv_prog_STRIP+:} false
; then :
5342 $as_echo_n "(cached) " >&6
5344 if test -n "$STRIP"; then
5345 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5351 test -z "$as_dir" && as_dir
=.
5352 for ac_exec_ext
in '' $ac_executable_extensions; do
5353 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5354 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5364 STRIP
=$ac_cv_prog_STRIP
5365 if test -n "$STRIP"; then
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5367 $as_echo "$STRIP" >&6; }
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5370 $as_echo "no" >&6; }
5375 if test -z "$ac_cv_prog_STRIP"; then
5377 # Extract the first word of "strip", so it can be a program name with args.
5378 set dummy strip
; ac_word
=$2
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5380 $as_echo_n "checking for $ac_word... " >&6; }
5381 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5382 $as_echo_n "(cached) " >&6
5384 if test -n "$ac_ct_STRIP"; then
5385 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5387 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5391 test -z "$as_dir" && as_dir
=.
5392 for ac_exec_ext
in '' $ac_executable_extensions; do
5393 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5394 ac_cv_prog_ac_ct_STRIP
="strip"
5395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5404 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5405 if test -n "$ac_ct_STRIP"; then
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5407 $as_echo "$ac_ct_STRIP" >&6; }
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5410 $as_echo "no" >&6; }
5413 if test "x$ac_ct_STRIP" = x
; then
5416 case $cross_compiling:$ac_tool_warned in
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5419 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5420 ac_tool_warned
=yes ;;
5425 STRIP
="$ac_cv_prog_STRIP"
5430 if test -n "$ac_tool_prefix"; then
5431 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5432 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5434 $as_echo_n "checking for $ac_word... " >&6; }
5435 if ${ac_cv_prog_RANLIB+:} false
; then :
5436 $as_echo_n "(cached) " >&6
5438 if test -n "$RANLIB"; then
5439 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5445 test -z "$as_dir" && as_dir
=.
5446 for ac_exec_ext
in '' $ac_executable_extensions; do
5447 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5448 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5458 RANLIB
=$ac_cv_prog_RANLIB
5459 if test -n "$RANLIB"; then
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5461 $as_echo "$RANLIB" >&6; }
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5464 $as_echo "no" >&6; }
5469 if test -z "$ac_cv_prog_RANLIB"; then
5470 ac_ct_RANLIB
=$RANLIB
5471 # Extract the first word of "ranlib", so it can be a program name with args.
5472 set dummy ranlib
; ac_word
=$2
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5474 $as_echo_n "checking for $ac_word... " >&6; }
5475 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5476 $as_echo_n "(cached) " >&6
5478 if test -n "$ac_ct_RANLIB"; then
5479 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5481 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5485 test -z "$as_dir" && as_dir
=.
5486 for ac_exec_ext
in '' $ac_executable_extensions; do
5487 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5488 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5499 if test -n "$ac_ct_RANLIB"; then
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5501 $as_echo "$ac_ct_RANLIB" >&6; }
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5504 $as_echo "no" >&6; }
5507 if test "x$ac_ct_RANLIB" = x
; then
5510 case $cross_compiling:$ac_tool_warned in
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5513 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5514 ac_tool_warned
=yes ;;
5516 RANLIB
=$ac_ct_RANLIB
5519 RANLIB
="$ac_cv_prog_RANLIB"
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5523 $as_echo_n "checking whether ln -s works... " >&6; }
5525 if test "$LN_S" = "ln -s"; then
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5527 $as_echo "yes" >&6; }
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5530 $as_echo "no, using $LN_S" >&6; }
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5534 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5535 if ${ac_cv_path_GREP+:} false
; then :
5536 $as_echo_n "(cached) " >&6
5538 if test -z "$GREP"; then
5539 ac_path_GREP_found
=false
5540 # Loop through the user's path and test for each of PROGNAME-LIST
5541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5542 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5545 test -z "$as_dir" && as_dir
=.
5546 for ac_prog
in grep ggrep
; do
5547 for ac_exec_ext
in '' $ac_executable_extensions; do
5548 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5549 as_fn_executable_p
"$ac_path_GREP" ||
continue
5550 # Check for GNU ac_path_GREP and select it if it is found.
5551 # Check for GNU $ac_path_GREP
5552 case `"$ac_path_GREP" --version 2>&1` in
5554 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5557 $as_echo_n 0123456789 >"conftest.in"
5560 cat "conftest.in" "conftest.in" >"conftest.tmp"
5561 mv "conftest.tmp" "conftest.in"
5562 cp "conftest.in" "conftest.nl"
5563 $as_echo 'GREP' >> "conftest.nl"
5564 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5565 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5566 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5567 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5568 # Best one so far, save it but keep looking for a better one
5569 ac_cv_path_GREP
="$ac_path_GREP"
5570 ac_path_GREP_max
=$ac_count
5572 # 10*(2^10) chars as input seems more than enough
5573 test $ac_count -gt 10 && break
5575 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5578 $ac_path_GREP_found && break 3
5583 if test -z "$ac_cv_path_GREP"; then
5584 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5587 ac_cv_path_GREP
=$GREP
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5592 $as_echo "$ac_cv_path_GREP" >&6; }
5593 GREP
="$ac_cv_path_GREP"
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5597 $as_echo_n "checking for egrep... " >&6; }
5598 if ${ac_cv_path_EGREP+:} false
; then :
5599 $as_echo_n "(cached) " >&6
5601 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5602 then ac_cv_path_EGREP
="$GREP -E"
5604 if test -z "$EGREP"; then
5605 ac_path_EGREP_found
=false
5606 # Loop through the user's path and test for each of PROGNAME-LIST
5607 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5608 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5611 test -z "$as_dir" && as_dir
=.
5612 for ac_prog
in egrep; do
5613 for ac_exec_ext
in '' $ac_executable_extensions; do
5614 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5615 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5616 # Check for GNU ac_path_EGREP and select it if it is found.
5617 # Check for GNU $ac_path_EGREP
5618 case `"$ac_path_EGREP" --version 2>&1` in
5620 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5623 $as_echo_n 0123456789 >"conftest.in"
5626 cat "conftest.in" "conftest.in" >"conftest.tmp"
5627 mv "conftest.tmp" "conftest.in"
5628 cp "conftest.in" "conftest.nl"
5629 $as_echo 'EGREP' >> "conftest.nl"
5630 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5631 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5632 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5633 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5634 # Best one so far, save it but keep looking for a better one
5635 ac_cv_path_EGREP
="$ac_path_EGREP"
5636 ac_path_EGREP_max
=$ac_count
5638 # 10*(2^10) chars as input seems more than enough
5639 test $ac_count -gt 10 && break
5641 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5644 $ac_path_EGREP_found && break 3
5649 if test -z "$ac_cv_path_EGREP"; then
5650 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5653 ac_cv_path_EGREP
=$EGREP
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5659 $as_echo "$ac_cv_path_EGREP" >&6; }
5660 EGREP
="$ac_cv_path_EGREP"
5663 # Extract the first word of "ldconfig", so it can be a program name with args.
5664 set dummy ldconfig
; ac_word
=$2
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5666 $as_echo_n "checking for $ac_word... " >&6; }
5667 if ${ac_cv_path_LDCONFIG+:} false
; then :
5668 $as_echo_n "(cached) " >&6
5672 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5676 for as_dir
in /sbin
/usr
/sbin
$PATH
5679 test -z "$as_dir" && as_dir
=.
5680 for ac_exec_ext
in '' $ac_executable_extensions; do
5681 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5682 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5690 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5694 LDCONFIG
=$ac_cv_path_LDCONFIG
5695 if test -n "$LDCONFIG"; then
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5697 $as_echo "$LDCONFIG" >&6; }
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700 $as_echo "no" >&6; }
5704 for ac_prog
in msgfmt
5706 # Extract the first word of "$ac_prog", so it can be a program name with args.
5707 set dummy
$ac_prog; ac_word
=$2
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5709 $as_echo_n "checking for $ac_word... " >&6; }
5710 if ${ac_cv_prog_MSGFMT+:} false
; then :
5711 $as_echo_n "(cached) " >&6
5713 if test -n "$MSGFMT"; then
5714 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5720 test -z "$as_dir" && as_dir
=.
5721 for ac_exec_ext
in '' $ac_executable_extensions; do
5722 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5723 ac_cv_prog_MSGFMT
="$ac_prog"
5724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5733 MSGFMT
=$ac_cv_prog_MSGFMT
5734 if test -n "$MSGFMT"; then
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5736 $as_echo "$MSGFMT" >&6; }
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5739 $as_echo "no" >&6; }
5743 test -n "$MSGFMT" && break
5745 test -n "$MSGFMT" || MSGFMT
="false"
5747 if ${ac_tool_prefix+:} false
; then :
5748 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5749 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5753 $as_echo_n "(cached) " >&6
5755 if test -n "$PKG_CONFIG"; then
5756 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5762 test -z "$as_dir" && as_dir
=.
5763 for ac_exec_ext
in '' $ac_executable_extensions; do
5764 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5765 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5775 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5776 if test -n "$PKG_CONFIG"; then
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5778 $as_echo "$PKG_CONFIG" >&6; }
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5781 $as_echo "no" >&6; }
5786 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5787 if test "x$cross_compiling" = xyes
; then :
5790 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5791 # Extract the first word of "pkg-config", so it can be a program name with args.
5792 set dummy pkg-config
; ac_word
=$2
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5794 $as_echo_n "checking for $ac_word... " >&6; }
5795 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5796 $as_echo_n "(cached) " >&6
5798 if test -n "$PKG_CONFIG"; then
5799 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5801 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5805 test -z "$as_dir" && as_dir
=.
5806 for ac_exec_ext
in '' $ac_executable_extensions; do
5807 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5808 ac_cv_prog_PKG_CONFIG
="pkg-config"
5809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5818 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5819 if test -n "$PKG_CONFIG"; then
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5821 $as_echo "$PKG_CONFIG" >&6; }
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824 $as_echo "no" >&6; }
5830 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5833 if test "x$enable_maintainer_mode" != "xyes"
5840 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5841 for ac_prog
in fontforge
5843 # Extract the first word of "$ac_prog", so it can be a program name with args.
5844 set dummy
$ac_prog; ac_word
=$2
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5846 $as_echo_n "checking for $ac_word... " >&6; }
5847 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5848 $as_echo_n "(cached) " >&6
5850 if test -n "$FONTFORGE"; then
5851 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5853 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5857 test -z "$as_dir" && as_dir
=.
5858 for ac_exec_ext
in '' $ac_executable_extensions; do
5859 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5860 ac_cv_prog_FONTFORGE
="$ac_prog"
5861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5870 FONTFORGE
=$ac_cv_prog_FONTFORGE
5871 if test -n "$FONTFORGE"; then
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5873 $as_echo "$FONTFORGE" >&6; }
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5876 $as_echo "no" >&6; }
5880 test -n "$FONTFORGE" && break
5882 test -n "$FONTFORGE" || FONTFORGE
="false"
5884 for ac_prog
in rsvg-convert rsvg
5886 # Extract the first word of "$ac_prog", so it can be a program name with args.
5887 set dummy
$ac_prog; ac_word
=$2
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5889 $as_echo_n "checking for $ac_word... " >&6; }
5890 if ${ac_cv_prog_RSVG+:} false
; then :
5891 $as_echo_n "(cached) " >&6
5893 if test -n "$RSVG"; then
5894 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5896 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5900 test -z "$as_dir" && as_dir
=.
5901 for ac_exec_ext
in '' $ac_executable_extensions; do
5902 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5903 ac_cv_prog_RSVG
="$ac_prog"
5904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5913 RSVG
=$ac_cv_prog_RSVG
5914 if test -n "$RSVG"; then
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5916 $as_echo "$RSVG" >&6; }
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5919 $as_echo "no" >&6; }
5923 test -n "$RSVG" && break
5925 test -n "$RSVG" || RSVG
="false"
5927 for ac_prog
in convert
5929 # Extract the first word of "$ac_prog", so it can be a program name with args.
5930 set dummy
$ac_prog; ac_word
=$2
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5932 $as_echo_n "checking for $ac_word... " >&6; }
5933 if ${ac_cv_prog_CONVERT+:} false
; then :
5934 $as_echo_n "(cached) " >&6
5936 if test -n "$CONVERT"; then
5937 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5943 test -z "$as_dir" && as_dir
=.
5944 for ac_exec_ext
in '' $ac_executable_extensions; do
5945 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5946 ac_cv_prog_CONVERT
="$ac_prog"
5947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5956 CONVERT
=$ac_cv_prog_CONVERT
5957 if test -n "$CONVERT"; then
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5959 $as_echo "$CONVERT" >&6; }
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5962 $as_echo "no" >&6; }
5966 test -n "$CONVERT" && break
5968 test -n "$CONVERT" || CONVERT
="false"
5970 for ac_prog
in icotool
5972 # Extract the first word of "$ac_prog", so it can be a program name with args.
5973 set dummy
$ac_prog; ac_word
=$2
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975 $as_echo_n "checking for $ac_word... " >&6; }
5976 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5977 $as_echo_n "(cached) " >&6
5979 if test -n "$ICOTOOL"; then
5980 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5982 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5986 test -z "$as_dir" && as_dir
=.
5987 for ac_exec_ext
in '' $ac_executable_extensions; do
5988 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5989 ac_cv_prog_ICOTOOL
="$ac_prog"
5990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5999 ICOTOOL
=$ac_cv_prog_ICOTOOL
6000 if test -n "$ICOTOOL"; then
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6002 $as_echo "$ICOTOOL" >&6; }
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005 $as_echo "no" >&6; }
6009 test -n "$ICOTOOL" && break
6011 test -n "$ICOTOOL" || ICOTOOL
="false"
6013 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6014 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6016 if test "$CONVERT" = false
6018 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6021 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6022 convert_version
=`convert --version | head -n1`
6023 if test "x$convert_version" != "x"
6025 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6026 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6027 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6032 if test "$CONVERT" = false
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6035 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6036 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6039 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6043 if test "$ICOTOOL" = false
6045 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6048 $as_echo_n "checking for recent enough icotool... " >&6; }
6049 icotool_version
=`icotool --version | head -n1`
6050 if test "x$icotool_version" != "x"
6052 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6053 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6054 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6057 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6060 if test "$ICOTOOL" = false
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6063 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6064 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6067 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6073 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6076 test "x$with_gettext" != xno || MSGFMT
=false
6077 if test "$MSGFMT" != "false"
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6080 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6081 cat >conftest.po
<<EOF
6087 if $MSGFMT -o /dev
/null conftest.po
2>&5
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6090 $as_echo "yes" >&6; }
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6093 $as_echo "no" >&6; }
6097 if test "$MSGFMT" = false
; then :
6098 case "x$with_gettext" in
6099 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6101 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6102 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6108 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6109 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6110 $as_echo_n "(cached) " >&6
6112 ac_check_lib_save_LIBS
=$LIBS
6114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6115 /* end confdefs.h. */
6117 /* Override any GCC internal prototype to avoid an error.
6118 Use char because int might match the return type of a GCC
6119 builtin and then its argument prototype would still apply. */
6123 char i386_set_ldt ();
6127 return i386_set_ldt ();
6132 if ac_fn_c_try_link
"$LINENO"; then :
6133 ac_cv_lib_i386_i386_set_ldt
=yes
6135 ac_cv_lib_i386_i386_set_ldt
=no
6137 rm -f core conftest.err conftest.
$ac_objext \
6138 conftest
$ac_exeext conftest.
$ac_ext
6139 LIBS
=$ac_check_lib_save_LIBS
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6142 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6143 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6144 cat >>confdefs.h
<<_ACEOF
6145 #define HAVE_LIBI386 1
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6153 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6154 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6155 $as_echo_n "(cached) " >&6
6157 ac_check_lib_save_LIBS
=$LIBS
6158 LIBS
="-lossaudio $LIBS"
6159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6160 /* end confdefs.h. */
6162 /* Override any GCC internal prototype to avoid an error.
6163 Use char because int might match the return type of a GCC
6164 builtin and then its argument prototype would still apply. */
6172 return _oss_ioctl ();
6177 if ac_fn_c_try_link
"$LINENO"; then :
6178 ac_cv_lib_ossaudio__oss_ioctl
=yes
6180 ac_cv_lib_ossaudio__oss_ioctl
=no
6182 rm -f core conftest.err conftest.
$ac_objext \
6183 conftest
$ac_exeext conftest.
$ac_ext
6184 LIBS
=$ac_check_lib_save_LIBS
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6187 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6188 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6189 cat >>confdefs.h
<<_ACEOF
6190 #define HAVE_LIBOSSAUDIO 1
6193 LIBS
="-lossaudio $LIBS"
6202 # Check whether --enable-largefile was given.
6203 if test "${enable_largefile+set}" = set; then :
6204 enableval
=$enable_largefile;
6207 if test "$enable_largefile" != no
; then
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6210 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6211 if ${ac_cv_sys_largefile_CC+:} false
; then :
6212 $as_echo_n "(cached) " >&6
6214 ac_cv_sys_largefile_CC
=no
6215 if test "$GCC" != yes; then
6218 # IRIX 6.2 and later do not support large files by default,
6219 # so use the C compiler's -n32 option if that helps.
6220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6221 /* end confdefs.h. */
6222 #include <sys/types.h>
6223 /* Check that off_t can represent 2**63 - 1 correctly.
6224 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6225 since some C++ compilers masquerading as C compilers
6226 incorrectly reject 9223372036854775807. */
6227 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6228 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6229 && LARGE_OFF_T % 2147483647 == 1)
6239 if ac_fn_c_try_compile
"$LINENO"; then :
6242 rm -f core conftest.err conftest.
$ac_objext
6244 if ac_fn_c_try_compile
"$LINENO"; then :
6245 ac_cv_sys_largefile_CC
=' -n32'; break
6247 rm -f core conftest.err conftest.
$ac_objext
6251 rm -f conftest.
$ac_ext
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6255 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6256 if test "$ac_cv_sys_largefile_CC" != no
; then
6257 CC
=$CC$ac_cv_sys_largefile_CC
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6261 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6262 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6263 $as_echo_n "(cached) " >&6
6266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6267 /* end confdefs.h. */
6268 #include <sys/types.h>
6269 /* Check that off_t can represent 2**63 - 1 correctly.
6270 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6271 since some C++ compilers masquerading as C compilers
6272 incorrectly reject 9223372036854775807. */
6273 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6274 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6275 && LARGE_OFF_T % 2147483647 == 1)
6285 if ac_fn_c_try_compile
"$LINENO"; then :
6286 ac_cv_sys_file_offset_bits
=no
; break
6288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6290 /* end confdefs.h. */
6291 #define _FILE_OFFSET_BITS 64
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
=64; break
6312 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6313 ac_cv_sys_file_offset_bits
=unknown
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6318 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6319 case $ac_cv_sys_file_offset_bits in #(
6322 cat >>confdefs.h
<<_ACEOF
6323 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6328 if test $ac_cv_sys_file_offset_bits = unknown
; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6330 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6331 if ${ac_cv_sys_large_files+:} false
; then :
6332 $as_echo_n "(cached) " >&6
6335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6336 /* end confdefs.h. */
6337 #include <sys/types.h>
6338 /* Check that off_t can represent 2**63 - 1 correctly.
6339 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6340 since some C++ compilers masquerading as C compilers
6341 incorrectly reject 9223372036854775807. */
6342 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6343 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6344 && LARGE_OFF_T % 2147483647 == 1)
6354 if ac_fn_c_try_compile
"$LINENO"; then :
6355 ac_cv_sys_large_files
=no
; break
6357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6359 /* end confdefs.h. */
6360 #define _LARGE_FILES 1
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
=1; break
6381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6382 ac_cv_sys_large_files
=unknown
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6387 $as_echo "$ac_cv_sys_large_files" >&6; }
6388 case $ac_cv_sys_large_files in #(
6391 cat >>confdefs.h
<<_ACEOF
6392 #define _LARGE_FILES $ac_cv_sys_large_files
6404 ac_cpp
='$CPP $CPPFLAGS'
6405 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6406 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6407 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6409 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6410 # On Suns, sometimes $CPP names a directory.
6411 if test -n "$CPP" && test -d "$CPP"; then
6414 if test -z "$CPP"; then
6415 if ${ac_cv_prog_CPP+:} false
; then :
6416 $as_echo_n "(cached) " >&6
6418 # Double quotes because CPP needs to be expanded
6419 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6422 for ac_c_preproc_warn_flag
in '' yes
6424 # Use a header file that comes with gcc, so configuring glibc
6425 # with a fresh cross-compiler works.
6426 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6427 # <limits.h> exists even on freestanding compilers.
6428 # On the NeXT, cc -E runs the code through the compiler's parser,
6429 # not just through cpp. "Syntax error" is here to catch this case.
6430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6431 /* end confdefs.h. */
6433 # include <limits.h>
6435 # include <assert.h>
6439 if ac_fn_c_try_cpp
"$LINENO"; then :
6442 # Broken: fails on valid input.
6445 rm -f conftest.err conftest.i conftest.
$ac_ext
6447 # OK, works on sane cases. Now check whether nonexistent headers
6448 # can be detected and how.
6449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6450 /* end confdefs.h. */
6451 #include <ac_nonexistent.h>
6453 if ac_fn_c_try_cpp
"$LINENO"; then :
6454 # Broken: success on invalid input.
6457 # Passes both tests.
6461 rm -f conftest.err conftest.i conftest.
$ac_ext
6464 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6465 rm -f conftest.i conftest.err conftest.
$ac_ext
6466 if $ac_preproc_ok; then :
6478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6479 $as_echo "$CPP" >&6; }
6481 for ac_c_preproc_warn_flag
in '' yes
6483 # Use a header file that comes with gcc, so configuring glibc
6484 # with a fresh cross-compiler works.
6485 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6486 # <limits.h> exists even on freestanding compilers.
6487 # On the NeXT, cc -E runs the code through the compiler's parser,
6488 # not just through cpp. "Syntax error" is here to catch this case.
6489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6490 /* end confdefs.h. */
6492 # include <limits.h>
6494 # include <assert.h>
6498 if ac_fn_c_try_cpp
"$LINENO"; then :
6501 # Broken: fails on valid input.
6504 rm -f conftest.err conftest.i conftest.
$ac_ext
6506 # OK, works on sane cases. Now check whether nonexistent headers
6507 # can be detected and how.
6508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6509 /* end confdefs.h. */
6510 #include <ac_nonexistent.h>
6512 if ac_fn_c_try_cpp
"$LINENO"; then :
6513 # Broken: success on invalid input.
6516 # Passes both tests.
6520 rm -f conftest.err conftest.i conftest.
$ac_ext
6523 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6524 rm -f conftest.i conftest.err conftest.
$ac_ext
6525 if $ac_preproc_ok; then :
6528 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6530 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6531 See \`config.log' for more details" "$LINENO" 5; }
6535 ac_cpp
='$CPP $CPPFLAGS'
6536 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6537 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6538 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6542 $as_echo_n "checking for ANSI C header files... " >&6; }
6543 if ${ac_cv_header_stdc+:} false
; then :
6544 $as_echo_n "(cached) " >&6
6546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6561 if ac_fn_c_try_compile
"$LINENO"; then :
6562 ac_cv_header_stdc
=yes
6564 ac_cv_header_stdc
=no
6566 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6568 if test $ac_cv_header_stdc = yes; then
6569 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6576 $EGREP "memchr" >/dev
/null
2>&1; then :
6579 ac_cv_header_stdc
=no
6585 if test $ac_cv_header_stdc = yes; then
6586 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6588 /* end confdefs.h. */
6592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6593 $EGREP "free" >/dev
/null
2>&1; then :
6596 ac_cv_header_stdc
=no
6602 if test $ac_cv_header_stdc = yes; then
6603 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6604 if test "$cross_compiling" = yes; then :
6607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6608 /* end confdefs.h. */
6611 #if ((' ' & 0x0FF) == 0x020)
6612 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6613 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6615 # define ISLOWER(c) \
6616 (('a' <= (c) && (c) <= 'i') \
6617 || ('j' <= (c) && (c) <= 'r') \
6618 || ('s' <= (c) && (c) <= 'z'))
6619 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6622 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6627 for (i = 0; i < 256; i++)
6628 if (XOR (islower (i), ISLOWER (i))
6629 || toupper (i) != TOUPPER (i))
6634 if ac_fn_c_try_run
"$LINENO"; then :
6637 ac_cv_header_stdc
=no
6639 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6640 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6646 $as_echo "$ac_cv_header_stdc" >&6; }
6647 if test $ac_cv_header_stdc = yes; then
6649 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6653 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6654 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6655 inttypes.h stdint.h unistd.h
6657 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6658 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6660 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6661 cat >>confdefs.h
<<_ACEOF
6662 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6672 ApplicationServices
/ApplicationServices.h \
6673 AudioToolbox
/AudioConverter.h \
6674 AudioUnit
/AudioUnit.h \
6675 AudioUnit
/AudioComponent.h \
6678 CoreAudio
/CoreAudio.h \
6679 CoreServices
/CoreServices.h \
6680 DiskArbitration
/DiskArbitration.h \
6682 IOKit
/hid
/IOHIDLib.h \
6685 QuickTime
/ImageCompression.h \
6686 Security
/Security.h \
6737 netinet
/in_systm.h \
6800 valgrind
/memcheck.h \
6801 valgrind
/valgrind.h \
6805 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6806 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6807 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6808 cat >>confdefs.h
<<_ACEOF
6809 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6817 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6818 if ${ac_cv_header_stat_broken+:} false
; then :
6819 $as_echo_n "(cached) " >&6
6821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6822 /* end confdefs.h. */
6823 #include <sys/types.h>
6824 #include <sys/stat.h>
6826 #if defined S_ISBLK && defined S_IFDIR
6827 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6830 #if defined S_ISBLK && defined S_IFCHR
6831 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6834 #if defined S_ISLNK && defined S_IFREG
6835 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6838 #if defined S_ISSOCK && defined S_IFREG
6839 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6843 if ac_fn_c_try_compile
"$LINENO"; then :
6844 ac_cv_header_stat_broken
=no
6846 ac_cv_header_stat_broken
=yes
6848 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6851 $as_echo "$ac_cv_header_stat_broken" >&6; }
6852 if test $ac_cv_header_stat_broken = yes; then
6854 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6860 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6862 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6863 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6864 #ifdef HAVE_SYS_PARAM_H
6865 # include <sys/param.h>
6868 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6869 cat >>confdefs.h
<<_ACEOF
6870 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6885 netinet
/if_ether.h \
6886 netinet
/if_inarp.h \
6895 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6896 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6897 #ifdef HAVE_SYS_SOCKET_H
6898 # include <sys/socket.h>
6900 #ifdef HAVE_SYS_SOCKETVAR_H
6901 # include <sys/socketvar.h>
6903 #ifdef HAVE_NET_ROUTE_H
6904 # include <net/route.h>
6906 #ifdef HAVE_NETINET_IN_H
6907 # include <netinet/in.h>
6909 #ifdef HAVE_NETINET_IN_SYSTM_H
6910 # include <netinet/in_systm.h>
6912 #ifdef HAVE_NET_IF_H
6913 # include <net/if.h>
6915 #ifdef HAVE_NETINET_IP_H
6916 # include <netinet/ip.h>
6919 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6920 cat >>confdefs.h
<<_ACEOF
6921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6929 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6931 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6932 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6936 #ifdef HAVE_SYS_SOCKET_H
6937 # include <sys/socket.h>
6939 #ifdef HAVE_SYS_SOCKETVAR_H
6940 # include <sys/socketvar.h>
6942 #ifdef HAVE_SYS_TIMEOUT_H
6943 # include <sys/timeout.h>
6945 #ifdef HAVE_NETINET_IN_H
6946 # include <netinet/in.h>
6948 #ifdef HAVE_NETINET_IN_SYSTM_H
6949 # include <netinet/in_systm.h>
6951 #ifdef HAVE_NETINET_IP_H
6952 # include <netinet/ip.h>
6954 #ifdef HAVE_NETINET_IP_VAR_H
6955 # include <netinet/ip_var.h>
6957 #ifdef HAVE_NETINET_IP_ICMP_H
6958 # include <netinet/ip_icmp.h>
6960 #ifdef HAVE_NETINET_UDP_H
6961 # include <netinet/udp.h>
6963 #ifdef HAVE_NETINET_TCP_H
6964 # include <netinet/tcp.h>
6966 #ifdef HAVE_NETINET_TCP_TIMER_H
6967 #include <netinet/tcp_timer.h>
6970 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6971 cat >>confdefs.h
<<_ACEOF
6972 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6980 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6982 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6983 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6984 #ifdef HAVE_ASM_TYPES_H
6985 # include <asm/types.h>
6987 #ifdef HAVE_SYS_SOCKET_H
6988 # include <sys/socket.h>
6990 #ifdef HAVE_LINUX_TYPES_H
6991 # include <linux/types.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 mach-o
/dyld_images.h
7006 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7007 # include <stdbool.h>
7009 #ifdef HAVE_STDINT_H
7010 # include <stdint.h>
7013 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7014 cat >>confdefs.h
<<_ACEOF
7015 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7023 for ac_header
in resolv.h
7025 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7026 #ifdef HAVE_SYS_SOCKET_H
7027 # include <sys/socket.h>
7029 #ifdef HAVE_NETINET_IN_H
7030 # include <netinet/in.h>
7032 #ifdef HAVE_ARPA_NAMESER_H
7033 # include <arpa/nameser.h>
7036 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7037 cat >>confdefs.h
<<_ACEOF
7038 #define HAVE_RESOLV_H 1
7046 for ac_header
in ifaddrs.h
7048 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7050 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7051 cat >>confdefs.h
<<_ACEOF
7052 #define HAVE_IFADDRS_H 1
7060 for ac_header
in sys
/ucontext.h
7062 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7064 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7065 cat >>confdefs.h
<<_ACEOF
7066 #define HAVE_SYS_UCONTEXT_H 1
7074 for ac_header
in sys
/thr.h
7076 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7077 #ifdef HAVE_SYS_UCONTEXT_H
7078 #include <sys/ucontext.h>
7081 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7082 cat >>confdefs.h
<<_ACEOF
7083 #define HAVE_SYS_THR_H 1
7091 for ac_header
in pthread_np.h
7093 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7094 #include <pthread.h>
7097 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7098 cat >>confdefs.h
<<_ACEOF
7099 #define HAVE_PTHREAD_NP_H 1
7107 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7109 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7110 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7111 #include <sys/time.h>
7113 #include <sys/types.h>
7114 #ifdef HAVE_ASM_TYPES_H
7115 #include <asm/types.h>
7118 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7119 cat >>confdefs.h
<<_ACEOF
7120 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7128 for ac_header
in libprocstat.h
7130 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7131 #include <sys/param.h>
7133 #ifdef HAVE_SYS_QUEUE_H
7134 #include <sys/queue.h>
7136 #ifdef HAVE_SYS_SOCKET_H
7137 #include <sys/socket.h>
7140 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7141 cat >>confdefs.h
<<_ACEOF
7142 #define HAVE_LIBPROCSTAT_H 1
7151 dlldir
="\${libdir}/wine"
7153 DLLFLAGS
="-D_REENTRANT"
7164 STATIC_IMPLIBEXT
="def.a"
7165 # Extract the first word of "ldd", so it can be a program name with args.
7166 set dummy ldd
; ac_word
=$2
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7168 $as_echo_n "checking for $ac_word... " >&6; }
7169 if ${ac_cv_path_LDD+:} false
; then :
7170 $as_echo_n "(cached) " >&6
7174 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7177 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7178 as_dummy
="/sbin:/usr/sbin:$PATH"
7179 for as_dir
in $as_dummy
7182 test -z "$as_dir" && as_dir
=.
7183 for ac_exec_ext
in '' $ac_executable_extensions; do
7184 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7185 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7193 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7198 if test -n "$LDD"; then
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7200 $as_echo "$LDD" >&6; }
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7203 $as_echo "no" >&6; }
7207 if test -n "$ac_tool_prefix"; then
7208 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7209 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7211 $as_echo_n "checking for $ac_word... " >&6; }
7212 if ${ac_cv_prog_OTOOL+:} false
; then :
7213 $as_echo_n "(cached) " >&6
7215 if test -n "$OTOOL"; then
7216 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7222 test -z "$as_dir" && as_dir
=.
7223 for ac_exec_ext
in '' $ac_executable_extensions; do
7224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7225 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7235 OTOOL
=$ac_cv_prog_OTOOL
7236 if test -n "$OTOOL"; then
7237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7238 $as_echo "$OTOOL" >&6; }
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241 $as_echo "no" >&6; }
7246 if test -z "$ac_cv_prog_OTOOL"; then
7248 # Extract the first word of "otool", so it can be a program name with args.
7249 set dummy otool
; ac_word
=$2
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7251 $as_echo_n "checking for $ac_word... " >&6; }
7252 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7253 $as_echo_n "(cached) " >&6
7255 if test -n "$ac_ct_OTOOL"; then
7256 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7262 test -z "$as_dir" && as_dir
=.
7263 for ac_exec_ext
in '' $ac_executable_extensions; do
7264 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7265 ac_cv_prog_ac_ct_OTOOL
="otool"
7266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7275 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7276 if test -n "$ac_ct_OTOOL"; then
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7278 $as_echo "$ac_ct_OTOOL" >&6; }
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7281 $as_echo "no" >&6; }
7284 if test "x$ac_ct_OTOOL" = x
; then
7287 case $cross_compiling:$ac_tool_warned in
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7291 ac_tool_warned
=yes ;;
7296 OTOOL
="$ac_cv_prog_OTOOL"
7299 if test -n "$ac_tool_prefix"; then
7300 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7301 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if ${ac_cv_prog_READELF+:} false
; then :
7305 $as_echo_n "(cached) " >&6
7307 if test -n "$READELF"; then
7308 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7310 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7314 test -z "$as_dir" && as_dir
=.
7315 for ac_exec_ext
in '' $ac_executable_extensions; do
7316 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7317 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 READELF
=$ac_cv_prog_READELF
7328 if test -n "$READELF"; then
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7330 $as_echo "$READELF" >&6; }
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7333 $as_echo "no" >&6; }
7338 if test -z "$ac_cv_prog_READELF"; then
7339 ac_ct_READELF
=$READELF
7340 # Extract the first word of "readelf", so it can be a program name with args.
7341 set dummy readelf
; ac_word
=$2
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7343 $as_echo_n "checking for $ac_word... " >&6; }
7344 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7345 $as_echo_n "(cached) " >&6
7347 if test -n "$ac_ct_READELF"; then
7348 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7350 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7354 test -z "$as_dir" && as_dir
=.
7355 for ac_exec_ext
in '' $ac_executable_extensions; do
7356 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7357 ac_cv_prog_ac_ct_READELF
="readelf"
7358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7367 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7368 if test -n "$ac_ct_READELF"; then
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7370 $as_echo "$ac_ct_READELF" >&6; }
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7373 $as_echo "no" >&6; }
7376 if test "x$ac_ct_READELF" = x
; then
7379 case $cross_compiling:$ac_tool_warned in
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7383 ac_tool_warned
=yes ;;
7385 READELF
=$ac_ct_READELF
7388 READELF
="$ac_cv_prog_READELF"
7391 wine_rules_file
=conf$
$rules.
make
7392 rm -f $wine_rules_file
7394 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7395 ALL_TEST_RESOURCES
=""
7398 wine_fn_append_file
()
7400 as_fn_append
$1 " \\$as_nl $2"
7403 wine_fn_ignore_file
()
7406 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7407 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7408 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7412 wine_fn_append_rule
()
7414 $as_echo "$1" >>$wine_rules_file
7419 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7422 wine_fn_depend_rules
()
7424 wine_fn_append_rule \
7425 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7427 depend: $ac_dir/depend
7428 .PHONY: $ac_dir/depend
7429 $ac_dir/depend: \$(MAKEDEP) dummy
7430 \$(MAKEDEP) $ac_dir"
7433 wine_fn_pot_rules
()
7435 test "x$with_gettextpo" = xyes ||
return
7437 if wine_fn_has_flag mc
7439 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7440 wine_fn_append_rule \
7441 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7442 @cd $ac_dir && \$(MAKE) msg.pot
7443 $ac_dir/msg.pot: tools/wmc include"
7445 if wine_fn_has_flag po
7447 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7448 wine_fn_append_rule \
7449 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7450 @cd $ac_dir && \$(MAKE) rsrc.pot
7451 $ac_dir/rsrc.pot: tools/wrc include"
7455 wine_fn_all_rules
()
7457 wine_fn_depend_rules
7458 wine_fn_append_rule \
7461 $ac_dir: $ac_dir/Makefile dummy
7462 @cd $ac_dir && \$(MAKE)"
7465 wine_fn_install_rules
()
7467 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7469 wine_fn_append_rule \
7470 ".PHONY: $ac_dir/install $ac_dir/uninstall
7471 $ac_dir/install:: $ac_dir
7472 @cd $ac_dir && \$(MAKE) install
7473 $ac_dir/uninstall:: $ac_dir/Makefile
7474 @cd $ac_dir && \$(MAKE) uninstall
7475 install:: $ac_dir/install
7476 __uninstall__: $ac_dir/uninstall"
7478 if wine_fn_has_flag install-lib
7480 wine_fn_append_rule \
7481 ".PHONY: $ac_dir/install-lib
7482 $ac_dir/install-lib:: $ac_dir
7483 @cd $ac_dir && \$(MAKE) install-lib
7484 install-lib:: $ac_dir/install-lib"
7487 if wine_fn_has_flag install-dev
7489 wine_fn_append_rule \
7490 ".PHONY: $ac_dir/install-dev
7491 $ac_dir/install-dev:: $ac_dir
7492 @cd $ac_dir && \$(MAKE) install-dev
7493 install-dev:: $ac_dir/install-dev"
7497 wine_fn_clean_rules
()
7500 ac_extraclean
="$ac_dir/Makefile"
7501 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7503 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7506 if wine_fn_has_flag clean
7508 wine_fn_append_rule \
7509 "__clean__: $ac_dir/clean
7510 .PHONY: $ac_dir/clean
7511 $ac_dir/clean: $ac_dir/Makefile
7512 @cd $ac_dir && \$(MAKE) clean
7513 \$(RM) $ac_extraclean"
7515 wine_fn_append_rule \
7516 "__clean__: $ac_dir/clean
7517 .PHONY: $ac_dir/clean
7518 $ac_dir/clean: dummy
7519 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7523 wine_fn_disabled_rules
()
7526 ac_extraclean
="$ac_dir/Makefile"
7527 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7529 wine_fn_append_rule \
7530 "__clean__: $ac_dir/clean
7531 .PHONY: $ac_dir/clean
7532 $ac_dir/clean: dummy
7533 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7536 wine_fn_config_makefile
()
7542 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7543 wine_fn_disabled_rules
; return
7546 wine_fn_install_rules
7550 wine_fn_config_lib
()
7554 ac_dir
=dlls
/$ac_name
7557 if test "x$enable_tools" = xno
; then :
7560 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7565 wine_fn_append_rule \
7566 ".PHONY: $ac_dir/install $ac_dir/uninstall
7567 $ac_dir/install:: $ac_dir
7568 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7570 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7571 install install-dev:: $ac_dir/install
7572 __uninstall__: $ac_dir/uninstall
7573 __builddeps__: $ac_dir
7577 wine_fn_config_dll
()
7580 ac_dir
=dlls
/$ac_name
7583 ac_implib
=${4:-$ac_name}
7584 ac_file
=$ac_dir/lib
$ac_implib
7589 if test "x$enable_tools" = xno
; then :
7592 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7595 *16) ac_implibflags
=" -m16" ;;
7597 *) ac_dll
=$ac_dll.dll
;;
7601 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7602 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7603 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7604 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7606 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7607 if test "$ac_enable" != enable_win16
7609 wine_fn_depend_rules
7610 wine_fn_clean_rules
$ac_clean
7613 wine_fn_disabled_rules
$ac_clean
7618 wine_fn_clean_rules
$ac_clean
7619 wine_fn_append_rule \
7620 "$ac_dir: __builddeps__
7621 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7622 @cd $ac_dir && \$(MAKE) \$@
7623 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7624 install install-lib:: $ac_dir/install-lib
7625 __uninstall__: $ac_dir/uninstall"
7626 if test -n "$DLLEXT"
7628 wine_fn_append_rule \
7629 "$ac_dir/install-lib:: $ac_dir
7630 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7631 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7633 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7635 wine_fn_append_rule \
7636 "$ac_dir/install-lib:: $ac_dir
7637 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7639 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7645 if wine_fn_has_flag staticimplib
7647 wine_fn_append_rule \
7648 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7649 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7650 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7651 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7652 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7653 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7654 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7655 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7656 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7658 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7659 install install-dev:: $ac_dir/install-dev
7660 __uninstall__: $ac_dir/uninstall"
7662 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7664 wine_fn_append_rule \
7665 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7666 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7668 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7671 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7673 wine_fn_append_rule \
7674 "__builddeps__: $ac_file.cross.a
7675 $ac_file.cross.a: $ac_dir/Makefile dummy
7676 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7679 elif wine_fn_has_flag implib
7681 wine_fn_append_rule \
7682 "__builddeps__: $ac_file.$IMPLIBEXT
7683 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7684 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7685 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7686 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7687 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7688 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7689 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7691 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7692 install install-dev:: $ac_dir/install-dev
7693 __uninstall__: $ac_dir/uninstall"
7694 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7696 wine_fn_append_rule \
7697 "__builddeps__: $ac_file.cross.a
7698 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7699 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7702 if test "$ac_name" != "$ac_implib"
7704 wine_fn_append_rule \
7705 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7706 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7707 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7709 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7710 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7711 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7713 wine_fn_append_rule \
7714 "__builddeps__: dlls/lib$ac_implib.cross.a
7715 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7716 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7718 \$(RM) dlls/lib$ac_implib.cross.a"
7719 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7725 wine_fn_config_program
()
7728 ac_dir
=programs
/$ac_name
7735 *) ac_program
=$ac_program.exe
;;
7739 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7740 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7741 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7742 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7744 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7745 wine_fn_disabled_rules
$ac_clean; return
7749 wine_fn_clean_rules
$ac_clean
7750 wine_fn_append_rule
"$ac_dir: __builddeps__"
7753 wine_fn_has_flag
install ||
return
7754 wine_fn_append_rule \
7755 ".PHONY: $ac_dir/install $ac_dir/uninstall
7756 install install-lib:: $ac_dir/install
7757 __uninstall__: $ac_dir/uninstall"
7759 if test -n "$DLLEXT"
7761 wine_fn_append_rule \
7762 "$ac_dir/install:: $ac_dir
7763 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7764 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7766 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7768 if test -z "$with_wine64" && wine_fn_has_flag installbin
7770 wine_fn_append_rule \
7771 "$ac_dir/install:: __tooldeps__
7772 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7774 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7777 wine_fn_append_rule \
7778 "$ac_dir/install:: $ac_dir
7779 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7781 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7784 if test -z "$with_wine64" && wine_fn_has_flag manpage
7786 wine_fn_append_rule \
7787 "$ac_dir/install:: $ac_dir
7788 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7790 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7794 wine_fn_config_test
()
7801 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7802 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7804 if test "x$enable_tests" = xno
; then :
7805 wine_fn_disabled_rules
$ac_clean; return
7808 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7810 wine_fn_clean_rules
$ac_clean
7812 wine_fn_append_rule \
7813 "$ac_dir: programs/winetest/Makefile __builddeps__
7814 programs/winetest: $ac_dir
7815 check test: $ac_dir/test
7816 .PHONY: $ac_dir/test
7818 @cd $ac_dir && \$(MAKE) test
7820 \$(RM) $ac_dir/*.ok"
7822 if test -n "$CROSSTARGET"
7824 wine_fn_append_rule \
7825 "crosstest: $ac_dir/crosstest
7826 .PHONY: $ac_dir/crosstest
7827 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7828 @cd $ac_dir && \$(MAKE) crosstest"
7832 wine_fn_config_tool
()
7836 if test "x$enable_tools" = xno
; then :
7841 wine_fn_install_rules
7844 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7845 wine_fn_append_rule
"$ac_dir: libs/port"
7847 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7851 wine_fn_config_symlink
()
7854 if test "x$1" = "x-d"
7860 wine_fn_append_rule \
7862 @./config.status \$@
7865 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7866 test -n "$ac_linkdir" ||
return
7867 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7871 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7872 WINELOADER_PROGRAMS
="$wine_binary"
7874 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7878 if test -n "$ac_tool_prefix"; then
7879 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7880 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7882 $as_echo_n "checking for $ac_word... " >&6; }
7883 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7884 $as_echo_n "(cached) " >&6
7886 if test -n "$DLLTOOL"; then
7887 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7893 test -z "$as_dir" && as_dir
=.
7894 for ac_exec_ext
in '' $ac_executable_extensions; do
7895 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7896 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7906 DLLTOOL
=$ac_cv_prog_DLLTOOL
7907 if test -n "$DLLTOOL"; then
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7909 $as_echo "$DLLTOOL" >&6; }
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7912 $as_echo "no" >&6; }
7917 if test -z "$ac_cv_prog_DLLTOOL"; then
7918 ac_ct_DLLTOOL
=$DLLTOOL
7919 # Extract the first word of "dlltool", so it can be a program name with args.
7920 set dummy dlltool
; ac_word
=$2
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7922 $as_echo_n "checking for $ac_word... " >&6; }
7923 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7924 $as_echo_n "(cached) " >&6
7926 if test -n "$ac_ct_DLLTOOL"; then
7927 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7933 test -z "$as_dir" && as_dir
=.
7934 for ac_exec_ext
in '' $ac_executable_extensions; do
7935 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7936 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7946 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7947 if test -n "$ac_ct_DLLTOOL"; then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7949 $as_echo "$ac_ct_DLLTOOL" >&6; }
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7952 $as_echo "no" >&6; }
7955 if test "x$ac_ct_DLLTOOL" = x
; then
7958 case $cross_compiling:$ac_tool_warned in
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7961 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7962 ac_tool_warned
=yes ;;
7964 DLLTOOL
=$ac_ct_DLLTOOL
7967 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7973 STATIC_IMPLIBEXT
="a"
7974 enable_iphlpapi
=${enable_iphlpapi:-no}
7975 enable_kernel32
=${enable_kernel32:-no}
7976 enable_msvcrt
=${enable_msvcrt:-no}
7977 enable_ntdll
=${enable_ntdll:-no}
7978 enable_ws2_32
=${enable_ws2_32:-no}
7979 enable_loader
=${enable_loader:-no}
7980 enable_server
=${enable_server:-no}
7981 with_x
=${with_x:-no}
7982 with_pthread
=${with_pthread:-no}
7988 SOCKET_LIBS
="-lws2_32"
7992 LIBWINE_SHAREDLIB
="libwine.dll"
7994 LIBWINE_IMPORTLIB
="libwine.a"
7996 LIBWINE_INSTALL_LIB
="libwine.dll"
7998 LIBWINE_INSTALL_DEV
="libwine.a"
8000 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8002 LIBWINE_DEPENDS
="wine.def"
8007 for ac_header
in libunwind.h
8009 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8010 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8011 cat >>confdefs.h
<<_ACEOF
8012 #define HAVE_LIBUNWIND_H 1
8020 DLLFLAGS
="$DLLFLAGS -fPIC"
8021 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8022 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8023 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8025 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8027 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8029 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8031 CORESERVICES_LIBS
="-framework CoreServices"
8033 APPKIT_LIBS
="-framework AppKit"
8035 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8037 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8038 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8039 $as_echo_n "(cached) " >&6
8041 ac_wine_try_cflags_saved
=$CFLAGS
8042 CFLAGS
="$CFLAGS -Wl,-no_pie"
8043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8044 /* end confdefs.h. */
8045 int main(int argc, char **argv) { return 0; }
8047 if ac_fn_c_try_link
"$LINENO"; then :
8048 ac_cv_cflags__Wl__no_pie
=yes
8050 ac_cv_cflags__Wl__no_pie
=no
8052 rm -f core conftest.err conftest.
$ac_objext \
8053 conftest
$ac_exeext conftest.
$ac_ext
8054 CFLAGS
=$ac_wine_try_cflags_saved
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8057 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8058 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8059 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8061 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8063 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8066 if test "$ac_cv_header_Security_Security_h" = "yes"
8068 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8070 ac_save_LIBS
="$LIBS"
8071 LIBS
="$LIBS $SECURITY_LIBS"
8072 for ac_func
in SSLCopyPeerCertificates
8074 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8075 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8076 cat >>confdefs.h
<<_ACEOF
8077 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8083 LIBS
="$ac_save_LIBS"
8084 with_gnutls
=${with_gnutls:-no}
8086 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8088 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8090 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8093 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8096 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8097 ac_save_LIBS
="$LIBS"
8098 LIBS
="$LIBS $COREAUDIO_LIBS"
8099 for ac_func
in AUGraphAddNode
8101 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8102 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8103 cat >>confdefs.h
<<_ACEOF
8104 #define HAVE_AUGRAPHADDNODE 1
8110 LIBS
="$ac_save_LIBS"
8112 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8114 OPENAL_LIBS
="-framework OpenAL"
8117 cat >>confdefs.h
<<_ACEOF
8118 #define HAVE_OPENAL 1
8121 ac_cv_lib_openal
=yes
8123 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8125 OPENCL_LIBS
="-framework OpenCL"
8127 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8129 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8131 ac_save_LIBS
="$LIBS"
8132 LIBS
="$LIBS $IOKIT_LIBS"
8133 for ac_func
in IOHIDManagerCreate
8135 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8136 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8137 cat >>confdefs.h
<<_ACEOF
8138 #define HAVE_IOHIDMANAGERCREATE 1
8144 LIBS
="$ac_save_LIBS"
8146 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8148 ac_save_LIBS
="$LIBS"
8149 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8151 $as_echo_n "checking for the QuickTime framework... " >&6; }
8152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8153 /* end confdefs.h. */
8154 #include <QuickTime/ImageCompression.h>
8158 CodecManagerVersion(NULL);
8163 if ac_fn_c_try_link
"$LINENO"; then :
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8165 $as_echo "yes" >&6; }
8166 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8168 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8171 $as_echo "no" >&6; }
8172 ac_cv_header_QuickTime_ImageCompression_h
=no
8174 rm -f core conftest.err conftest.
$ac_objext \
8175 conftest
$ac_exeext conftest.
$ac_ext
8176 LIBS
="$ac_save_LIBS"
8178 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8180 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8182 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8184 CARBON_LIBS
="-framework Carbon"
8188 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8190 ac_save_LIBS
="$LIBS"
8191 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8192 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8193 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8194 enable_winemac_drv
=${enable_winemac_drv:-yes}
8197 LIBS
="$ac_save_LIBS"
8200 if test "x$enable_win16" = "xyes"
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8203 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8204 if test "$cross_compiling" = yes; then :
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8206 $as_echo "cross-compiling, assuming yes" >&6; }
8208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8209 /* end confdefs.h. */
8212 "good:\tnop;nop\n\t"
8213 ".globl _testfunc\n"
8214 "_testfunc:\tcallw good");
8215 extern void testfunc();
8219 unsigned short *p = (unsigned short *)testfunc;
8220 return p[0] != 0xe866 || p[1] != 0xfffa
8225 if ac_fn_c_try_run
"$LINENO"; then :
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8227 $as_echo "yes" >&6; }
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8230 $as_echo "no" >&6; }
8231 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
8233 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8234 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8239 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8241 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8243 LIBWINE_INSTALL_DEV
="libwine.dylib"
8245 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8247 WINELOADER_DEPENDS
="wine_info.plist"
8252 DLLFLAGS
="$DLLFLAGS -fPIC"
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8254 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8255 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8256 $as_echo_n "(cached) " >&6
8258 ac_wine_try_cflags_saved
=$CFLAGS
8259 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8261 /* end confdefs.h. */
8262 int main(int argc, char **argv) { return 0; }
8264 if ac_fn_c_try_link
"$LINENO"; then :
8265 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8267 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8269 rm -f core conftest.err conftest.
$ac_objext \
8270 conftest
$ac_exeext conftest.
$ac_ext
8271 CFLAGS
=$ac_wine_try_cflags_saved
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8274 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8275 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8276 LDEXECFLAGS
="-Wl,--export-dynamic"
8278 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8280 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8281 if eval \
${$as_ac_var+:} false
; then :
8282 $as_echo_n "(cached) " >&6
8284 ac_wine_try_cflags_saved
=$CFLAGS
8285 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8287 /* end confdefs.h. */
8288 int main(int argc, char **argv) { return 0; }
8290 if ac_fn_c_try_link
"$LINENO"; then :
8291 eval "$as_ac_var=yes"
8293 eval "$as_ac_var=no"
8295 rm -f core conftest.err conftest.
$ac_objext \
8296 conftest
$ac_exeext conftest.
$ac_ext
8297 CFLAGS
=$ac_wine_try_cflags_saved
8299 eval ac_res
=\$
$as_ac_var
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8301 $as_echo "$ac_res" >&6; }
8302 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8303 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8304 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8306 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8308 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8309 if eval \
${$as_ac_var+:} false
; then :
8310 $as_echo_n "(cached) " >&6
8312 ac_wine_try_cflags_saved
=$CFLAGS
8313 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8315 /* end confdefs.h. */
8316 int main(int argc, char **argv) { return 0; }
8318 if ac_fn_c_try_link
"$LINENO"; then :
8319 eval "$as_ac_var=yes"
8321 eval "$as_ac_var=no"
8323 rm -f core conftest.err conftest.
$ac_objext \
8324 conftest
$ac_exeext conftest.
$ac_ext
8325 CFLAGS
=$ac_wine_try_cflags_saved
8327 eval ac_res
=\$
$as_ac_var
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8329 $as_echo "$ac_res" >&6; }
8330 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8331 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8332 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8337 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8338 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8339 $as_echo_n "(cached) " >&6
8341 ac_wine_try_cflags_saved
=$CFLAGS
8342 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8344 /* end confdefs.h. */
8345 int main(int argc, char **argv) { return 0; }
8347 if ac_fn_c_try_link
"$LINENO"; then :
8348 ac_cv_cflags__Wl___enable_new_dtags
=yes
8350 ac_cv_cflags__Wl___enable_new_dtags
=no
8352 rm -f core conftest.err conftest.
$ac_objext \
8353 conftest
$ac_exeext conftest.
$ac_ext
8354 CFLAGS
=$ac_wine_try_cflags_saved
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8357 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8358 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8359 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8362 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8363 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8364 $as_echo_n "(cached) " >&6
8366 ac_wine_try_cflags_saved
=$CFLAGS
8367 CFLAGS
="$CFLAGS -Wl,-pie"
8368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8370 int main(int argc, char **argv) { return 0; }
8372 if ac_fn_c_try_link
"$LINENO"; then :
8373 ac_cv_cflags__Wl__pie
=yes
8375 ac_cv_cflags__Wl__pie
=no
8377 rm -f core conftest.err conftest.
$ac_objext \
8378 conftest
$ac_exeext conftest.
$ac_ext
8379 CFLAGS
=$ac_wine_try_cflags_saved
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8382 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8383 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8384 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8387 LIBWINE_SHAREDLIB
="libwine.so"
8389 LIBWINE_INSTALL_LIB
="libwine.so"
8391 LIBWINE_LDFLAGS
="-shared"
8396 DLLFLAGS
="$DLLFLAGS -fPIC"
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8399 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8400 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8401 $as_echo_n "(cached) " >&6
8403 ac_wine_try_cflags_saved
=$CFLAGS
8404 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8406 /* end confdefs.h. */
8409 if ac_fn_c_try_link
"$LINENO"; then :
8410 ac_cv_c_dll_gnuelf
="yes"
8412 ac_cv_c_dll_gnuelf
="no"
8414 rm -f core conftest.err conftest.
$ac_objext \
8415 conftest
$ac_exeext conftest.
$ac_ext
8416 CFLAGS
=$ac_wine_try_cflags_saved
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8419 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8420 if test "$ac_cv_c_dll_gnuelf" = "yes"
8422 LIBWINE_LDFLAGS
="-shared"
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8424 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8425 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8426 $as_echo_n "(cached) " >&6
8428 ac_wine_try_cflags_saved
=$CFLAGS
8429 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8431 /* end confdefs.h. */
8432 int main(int argc, char **argv) { return 0; }
8434 if ac_fn_c_try_link
"$LINENO"; then :
8435 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8437 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8439 rm -f core conftest.err conftest.
$ac_objext \
8440 conftest
$ac_exeext conftest.
$ac_ext
8441 CFLAGS
=$ac_wine_try_cflags_saved
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8444 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8445 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8446 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8449 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8450 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8451 $as_echo_n "(cached) " >&6
8453 ac_wine_try_cflags_saved
=$CFLAGS
8454 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8456 /* end confdefs.h. */
8457 int main(int argc, char **argv) { return 0; }
8459 if ac_fn_c_try_link
"$LINENO"; then :
8460 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8462 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8464 rm -f core conftest.err conftest.
$ac_objext \
8465 conftest
$ac_exeext conftest.
$ac_ext
8466 CFLAGS
=$ac_wine_try_cflags_saved
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8469 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8470 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8471 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8475 echo '{ global: *; };' >conftest.map
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8477 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8478 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8479 $as_echo_n "(cached) " >&6
8481 ac_wine_try_cflags_saved
=$CFLAGS
8482 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8484 /* end confdefs.h. */
8485 int main(int argc, char **argv) { return 0; }
8487 if ac_fn_c_try_link
"$LINENO"; then :
8488 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8490 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8492 rm -f core conftest.err conftest.
$ac_objext \
8493 conftest
$ac_exeext conftest.
$ac_ext
8494 CFLAGS
=$ac_wine_try_cflags_saved
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8497 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8498 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8499 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8504 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8505 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8506 $as_echo_n "(cached) " >&6
8508 ac_wine_try_cflags_saved
=$CFLAGS
8509 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8511 /* end confdefs.h. */
8512 int main(int argc, char **argv) { return 0; }
8514 if ac_fn_c_try_link
"$LINENO"; then :
8515 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8517 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8519 rm -f core conftest.err conftest.
$ac_objext \
8520 conftest
$ac_exeext conftest.
$ac_ext
8521 CFLAGS
=$ac_wine_try_cflags_saved
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8524 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8525 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8526 LDEXECFLAGS
="-Wl,--export-dynamic"
8529 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8531 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8532 if eval \
${$as_ac_var+:} false
; then :
8533 $as_echo_n "(cached) " >&6
8535 ac_wine_try_cflags_saved
=$CFLAGS
8536 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8539 int main(int argc, char **argv) { return 0; }
8541 if ac_fn_c_try_link
"$LINENO"; then :
8542 eval "$as_ac_var=yes"
8544 eval "$as_ac_var=no"
8546 rm -f core conftest.err conftest.
$ac_objext \
8547 conftest
$ac_exeext conftest.
$ac_ext
8548 CFLAGS
=$ac_wine_try_cflags_saved
8550 eval ac_res
=\$
$as_ac_var
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8552 $as_echo "$ac_res" >&6; }
8553 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8554 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8555 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8557 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8559 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8560 if eval \
${$as_ac_var+:} false
; then :
8561 $as_echo_n "(cached) " >&6
8563 ac_wine_try_cflags_saved
=$CFLAGS
8564 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8566 /* end confdefs.h. */
8567 int main(int argc, char **argv) { return 0; }
8569 if ac_fn_c_try_link
"$LINENO"; then :
8570 eval "$as_ac_var=yes"
8572 eval "$as_ac_var=no"
8574 rm -f core conftest.err conftest.
$ac_objext \
8575 conftest
$ac_exeext conftest.
$ac_ext
8576 CFLAGS
=$ac_wine_try_cflags_saved
8578 eval ac_res
=\$
$as_ac_var
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8580 $as_echo "$ac_res" >&6; }
8581 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8582 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8583 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8588 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8589 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8590 $as_echo_n "(cached) " >&6
8592 ac_wine_try_cflags_saved
=$CFLAGS
8593 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8595 /* end confdefs.h. */
8596 int main(int argc, char **argv) { return 0; }
8598 if ac_fn_c_try_link
"$LINENO"; then :
8599 ac_cv_cflags__Wl___enable_new_dtags
=yes
8601 ac_cv_cflags__Wl___enable_new_dtags
=no
8603 rm -f core conftest.err conftest.
$ac_objext \
8604 conftest
$ac_exeext conftest.
$ac_ext
8605 CFLAGS
=$ac_wine_try_cflags_saved
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8608 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8609 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8610 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8614 *i
[3456789]86* | x86_64
)
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8616 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8617 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8618 $as_echo_n "(cached) " >&6
8620 ac_wine_try_cflags_saved
=$CFLAGS
8621 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8624 int main(int argc, char **argv) { return 0; }
8626 if ac_fn_c_try_link
"$LINENO"; then :
8627 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8629 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8631 rm -f core conftest.err conftest.
$ac_objext \
8632 conftest
$ac_exeext conftest.
$ac_ext
8633 CFLAGS
=$ac_wine_try_cflags_saved
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8636 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8637 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8639 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8640 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8645 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8646 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8647 $as_echo_n "(cached) " >&6
8649 ac_wine_try_cflags_saved
=$CFLAGS
8650 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8652 /* end confdefs.h. */
8653 int main(int argc, char **argv) { return 0; }
8655 if ac_fn_c_try_link
"$LINENO"; then :
8656 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8658 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8660 rm -f core conftest.err conftest.
$ac_objext \
8661 conftest
$ac_exeext conftest.
$ac_ext
8662 CFLAGS
=$ac_wine_try_cflags_saved
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8665 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8666 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8669 # Extract the first word of "prelink", so it can be a program name with args.
8670 set dummy prelink
; ac_word
=$2
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8672 $as_echo_n "checking for $ac_word... " >&6; }
8673 if ${ac_cv_path_PRELINK+:} false
; then :
8674 $as_echo_n "(cached) " >&6
8678 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8681 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8682 for as_dir
in /sbin
/usr
/sbin
$PATH
8685 test -z "$as_dir" && as_dir
=.
8686 for ac_exec_ext
in '' $ac_executable_extensions; do
8687 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8688 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8696 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8700 PRELINK
=$ac_cv_path_PRELINK
8701 if test -n "$PRELINK"; then
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8703 $as_echo "$PRELINK" >&6; }
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8706 $as_echo "no" >&6; }
8710 if test "x$PRELINK" = xfalse
8712 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8720 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8721 if ${ac_cv_c_dll_unixware+:} false
; then :
8722 $as_echo_n "(cached) " >&6
8724 ac_wine_try_cflags_saved
=$CFLAGS
8725 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8727 /* end confdefs.h. */
8730 if ac_fn_c_try_link
"$LINENO"; then :
8731 ac_cv_c_dll_unixware
="yes"
8733 ac_cv_c_dll_unixware
="no"
8735 rm -f core conftest.err conftest.
$ac_objext \
8736 conftest
$ac_exeext conftest.
$ac_ext
8737 CFLAGS
=$ac_wine_try_cflags_saved
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8740 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8741 if test "$ac_cv_c_dll_unixware" = "yes"
8743 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8746 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8748 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8750 LIBWINE_INSTALL_DEV
="libwine.so"
8752 LIBWINE_DEPENDS
="wine.map"
8757 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8758 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8759 enable_winemac_drv
=${enable_winemac_drv:-no}
8760 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8764 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8768 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
8769 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8772 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
8773 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8775 ac_prefix_list
="" ;;
8777 for ac_prog
in $ac_prefix_list
8779 # Extract the first word of "$ac_prog", so it can be a program name with args.
8780 set dummy
$ac_prog; ac_word
=$2
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8782 $as_echo_n "checking for $ac_word... " >&6; }
8783 if ${ac_cv_prog_CROSSCC+:} false
; then :
8784 $as_echo_n "(cached) " >&6
8786 if test -n "$CROSSCC"; then
8787 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8789 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8793 test -z "$as_dir" && as_dir
=.
8794 for ac_exec_ext
in '' $ac_executable_extensions; do
8795 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8796 ac_cv_prog_CROSSCC
="$ac_prog"
8797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8806 CROSSCC
=$ac_cv_prog_CROSSCC
8807 if test -n "$CROSSCC"; then
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8809 $as_echo "$CROSSCC" >&6; }
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8812 $as_echo "no" >&6; }
8816 test -n "$CROSSCC" && break
8818 test -n "$CROSSCC" || CROSSCC
="false"
8820 if test "$CROSSCC" != "false"
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8825 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8827 /* end confdefs.h. */
8837 if ac_fn_c_try_compile
"$LINENO"; then :
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8839 $as_echo "yes" >&6; }
8845 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8846 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8852 $as_echo "no" >&6; }
8854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8860 if test "$ac_cv_header_pthread_h" = "yes"
8862 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8863 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8867 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8868 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8869 $as_echo_n "(cached) " >&6
8871 ac_check_lib_save_LIBS
=$LIBS
8872 LIBS
="-lpthread $LIBS"
8873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8874 /* end confdefs.h. */
8876 /* Override any GCC internal prototype to avoid an error.
8877 Use char because int might match the return type of a GCC
8878 builtin and then its argument prototype would still apply. */
8882 char pthread_create ();
8886 return pthread_create ();
8891 if ac_fn_c_try_link
"$LINENO"; then :
8892 ac_cv_lib_pthread_pthread_create
=yes
8894 ac_cv_lib_pthread_pthread_create
=no
8896 rm -f core conftest.err conftest.
$ac_objext \
8897 conftest
$ac_exeext conftest.
$ac_ext
8898 LIBS
=$ac_check_lib_save_LIBS
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8901 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8902 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8903 PTHREAD_LIBS
="-lpthread"
8910 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8911 case "x$with_pthread" in
8913 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8914 Wine cannot support threads without libpthread.
8915 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8921 $as_echo_n "checking for X... " >&6; }
8924 # Check whether --with-x was given.
8925 if test "${with_x+set}" = set; then :
8929 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8930 if test "x$with_x" = xno
; then
8931 # The user explicitly disabled X.
8934 case $x_includes,$x_libraries in #(
8935 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8936 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8937 $as_echo_n "(cached) " >&6
8939 # One or both of the vars are not set, and there is no cached value.
8940 ac_x_includes
=no ac_x_libraries
=no
8941 rm -f -r conftest.dir
8942 if mkdir conftest.dir
; then
8944 cat >Imakefile
<<'_ACEOF'
8946 @echo incroot='${INCROOT}'
8948 @echo usrlibdir='${USRLIBDIR}'
8950 @echo libdir='${LIBDIR}'
8952 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8953 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8954 for ac_var
in incroot usrlibdir libdir
; do
8955 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8957 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8958 for ac_extension
in a so sl dylib la dll
; do
8959 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8960 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8961 ac_im_usrlibdir
=$ac_im_libdir; break
8964 # Screen out bogus values from the imake configuration. They are
8965 # bogus both because they are the default anyway, and because
8966 # using them would break gcc on systems where it needs fixed includes.
8967 case $ac_im_incroot in
8968 /usr
/include
) ac_x_includes
= ;;
8969 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8971 case $ac_im_usrlibdir in
8972 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8973 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8977 rm -f -r conftest.dir
8980 # Standard set of common directories for X headers.
8981 # Check X11 before X11Rn because it is often a symlink to the current release.
8995 /usr/local/X11/include
8996 /usr/local/X11R7/include
8997 /usr/local/X11R6/include
8998 /usr/local/X11R5/include
8999 /usr/local/X11R4/include
9001 /usr/local/include/X11
9002 /usr/local/include/X11R7
9003 /usr/local/include/X11R6
9004 /usr/local/include/X11R5
9005 /usr/local/include/X11R4
9009 /usr/XFree86/include/X11
9013 /usr/unsupported/include
9015 /usr/local/x11r5/include
9016 /usr/lpp/Xamples/include
9018 /usr/openwin/include
9019 /usr/openwin/share/include'
9021 if test "$ac_x_includes" = no
; then
9022 # Guess where to find include files, by looking for Xlib.h.
9023 # First, try using that file with no special directory specified.
9024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9025 /* end confdefs.h. */
9026 #include <X11/Xlib.h>
9028 if ac_fn_c_try_cpp
"$LINENO"; then :
9029 # We can compile using X headers with no special include directory.
9032 for ac_dir
in $ac_x_header_dirs; do
9033 if test -r "$ac_dir/X11/Xlib.h"; then
9034 ac_x_includes
=$ac_dir
9039 rm -f conftest.err conftest.i conftest.
$ac_ext
9040 fi # $ac_x_includes = no
9042 if test "$ac_x_libraries" = no
; then
9043 # Check for the libraries.
9044 # See if we find them without any special options.
9045 # Don't add to $LIBS permanently.
9048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9049 /* end confdefs.h. */
9050 #include <X11/Xlib.h>
9059 if ac_fn_c_try_link
"$LINENO"; then :
9061 # We can link X programs with no special library path.
9065 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9067 # Don't even attempt the hair of trying to link an X program!
9068 for ac_extension
in a so sl dylib la dll
; do
9069 if test -r "$ac_dir/libX11.$ac_extension"; then
9070 ac_x_libraries
=$ac_dir
9076 rm -f core conftest.err conftest.
$ac_objext \
9077 conftest
$ac_exeext conftest.
$ac_ext
9078 fi # $ac_x_libraries = no
9080 case $ac_x_includes,$ac_x_libraries in #(
9082 # Didn't find X, or a directory has "'" in its name.
9083 ac_cv_have_x
="have_x=no";; #(
9085 # Record where we found X for the cache.
9086 ac_cv_have_x
="have_x=yes\
9087 ac_x_includes='$ac_x_includes'\
9088 ac_x_libraries='$ac_x_libraries'"
9094 eval "$ac_cv_have_x"
9097 if test "$have_x" != yes; then
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9099 $as_echo "$have_x" >&6; }
9102 # If each of the values was on the command line, it overrides each guess.
9103 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9104 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9105 # Update the cache value to reflect the command line values.
9106 ac_cv_have_x
="have_x=yes\
9107 ac_x_includes='$x_includes'\
9108 ac_x_libraries='$x_libraries'"
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9110 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9113 if test "$no_x" = yes; then
9114 # Not all programs may use this symbol, but it does not hurt to define it.
9116 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9118 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9120 if test -n "$x_includes"; then
9121 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9124 # It would also be nice to do this for all -L options, not just this one.
9125 if test -n "$x_libraries"; then
9126 X_LIBS
="$X_LIBS -L$x_libraries"
9127 # For Solaris; some versions of Sun CC require a space after -R and
9128 # others require no space. Words are not sufficient . . . .
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9130 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9131 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9132 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9133 ac_c_werror_flag
=yes
9134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h. */
9145 if ac_fn_c_try_link
"$LINENO"; then :
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9147 $as_echo "no" >&6; }
9148 X_LIBS
="$X_LIBS -R$x_libraries"
9150 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9152 /* end confdefs.h. */
9162 if ac_fn_c_try_link
"$LINENO"; then :
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9164 $as_echo "yes" >&6; }
9165 X_LIBS
="$X_LIBS -R $x_libraries"
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9168 $as_echo "neither works" >&6; }
9170 rm -f core conftest.err conftest.
$ac_objext \
9171 conftest
$ac_exeext conftest.
$ac_ext
9173 rm -f core conftest.err conftest.
$ac_objext \
9174 conftest
$ac_exeext conftest.
$ac_ext
9175 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9179 # Check for system-dependent libraries X programs must link with.
9180 # Do this before checking for the system-independent R6 libraries
9181 # (-lICE), since we may need -lsocket or whatever for X linking.
9183 if test "$ISC" = yes; then
9184 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9186 # Martyn Johnson says this is needed for Ultrix, if the X
9187 # libraries were built with DECnet support. And Karl Berry says
9188 # the Alpha needs dnet_stub (dnet does not exist).
9189 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9191 /* end confdefs.h. */
9193 /* Override any GCC internal prototype to avoid an error.
9194 Use char because int might match the return type of a GCC
9195 builtin and then its argument prototype would still apply. */
9199 char XOpenDisplay ();
9203 return XOpenDisplay ();
9208 if ac_fn_c_try_link
"$LINENO"; then :
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9212 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9213 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9214 $as_echo_n "(cached) " >&6
9216 ac_check_lib_save_LIBS
=$LIBS
9218 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9219 /* end confdefs.h. */
9221 /* Override any GCC internal prototype to avoid an error.
9222 Use char because int might match the return type of a GCC
9223 builtin and then its argument prototype would still apply. */
9231 return dnet_ntoa ();
9236 if ac_fn_c_try_link
"$LINENO"; then :
9237 ac_cv_lib_dnet_dnet_ntoa
=yes
9239 ac_cv_lib_dnet_dnet_ntoa
=no
9241 rm -f core conftest.err conftest.
$ac_objext \
9242 conftest
$ac_exeext conftest.
$ac_ext
9243 LIBS
=$ac_check_lib_save_LIBS
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9246 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9247 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9248 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9251 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9253 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9254 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9255 $as_echo_n "(cached) " >&6
9257 ac_check_lib_save_LIBS
=$LIBS
9258 LIBS
="-ldnet_stub $LIBS"
9259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9260 /* end confdefs.h. */
9262 /* Override any GCC internal prototype to avoid an error.
9263 Use char because int might match the return type of a GCC
9264 builtin and then its argument prototype would still apply. */
9272 return dnet_ntoa ();
9277 if ac_fn_c_try_link
"$LINENO"; then :
9278 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9280 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9282 rm -f core conftest.err conftest.
$ac_objext \
9283 conftest
$ac_exeext conftest.
$ac_ext
9284 LIBS
=$ac_check_lib_save_LIBS
9286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9287 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9288 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9289 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9294 rm -f core conftest.err conftest.
$ac_objext \
9295 conftest
$ac_exeext conftest.
$ac_ext
9296 LIBS
="$ac_xsave_LIBS"
9298 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9299 # to get the SysV transport functions.
9300 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9302 # The nsl library prevents programs from opening the X display
9303 # on Irix 5.2, according to T.E. Dickey.
9304 # The functions gethostbyname, getservbyname, and inet_addr are
9305 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9306 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9307 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9311 if test $ac_cv_func_gethostbyname = no
; then
9312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9313 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9314 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9315 $as_echo_n "(cached) " >&6
9317 ac_check_lib_save_LIBS
=$LIBS
9319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9320 /* end confdefs.h. */
9322 /* Override any GCC internal prototype to avoid an error.
9323 Use char because int might match the return type of a GCC
9324 builtin and then its argument prototype would still apply. */
9328 char gethostbyname ();
9332 return gethostbyname ();
9337 if ac_fn_c_try_link
"$LINENO"; then :
9338 ac_cv_lib_nsl_gethostbyname
=yes
9340 ac_cv_lib_nsl_gethostbyname
=no
9342 rm -f core conftest.err conftest.
$ac_objext \
9343 conftest
$ac_exeext conftest.
$ac_ext
9344 LIBS
=$ac_check_lib_save_LIBS
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9347 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9348 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9349 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9352 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9354 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9355 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9356 $as_echo_n "(cached) " >&6
9358 ac_check_lib_save_LIBS
=$LIBS
9360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9361 /* end confdefs.h. */
9363 /* Override any GCC internal prototype to avoid an error.
9364 Use char because int might match the return type of a GCC
9365 builtin and then its argument prototype would still apply. */
9369 char gethostbyname ();
9373 return gethostbyname ();
9378 if ac_fn_c_try_link
"$LINENO"; then :
9379 ac_cv_lib_bsd_gethostbyname
=yes
9381 ac_cv_lib_bsd_gethostbyname
=no
9383 rm -f core conftest.err conftest.
$ac_objext \
9384 conftest
$ac_exeext conftest.
$ac_ext
9385 LIBS
=$ac_check_lib_save_LIBS
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9388 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9389 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9390 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9396 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9397 # socket/setsockopt and other routines are undefined under SCO ODT
9398 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9399 # on later versions), says Simon Leinen: it contains gethostby*
9400 # variants that don't use the name server (or something). -lsocket
9401 # must be given before -lnsl if both are needed. We assume that
9402 # if connect needs -lnsl, so does gethostbyname.
9403 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9404 if test "x$ac_cv_func_connect" = xyes
; then :
9408 if test $ac_cv_func_connect = no
; then
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9410 $as_echo_n "checking for connect in -lsocket... " >&6; }
9411 if ${ac_cv_lib_socket_connect+:} false
; then :
9412 $as_echo_n "(cached) " >&6
9414 ac_check_lib_save_LIBS
=$LIBS
9415 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9417 /* end confdefs.h. */
9419 /* Override any GCC internal prototype to avoid an error.
9420 Use char because int might match the return type of a GCC
9421 builtin and then its argument prototype would still apply. */
9434 if ac_fn_c_try_link
"$LINENO"; then :
9435 ac_cv_lib_socket_connect
=yes
9437 ac_cv_lib_socket_connect
=no
9439 rm -f core conftest.err conftest.
$ac_objext \
9440 conftest
$ac_exeext conftest.
$ac_ext
9441 LIBS
=$ac_check_lib_save_LIBS
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9444 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9445 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9446 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9451 # Guillermo Gomez says -lposix is necessary on A/UX.
9452 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9453 if test "x$ac_cv_func_remove" = xyes
; then :
9457 if test $ac_cv_func_remove = no
; then
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9459 $as_echo_n "checking for remove in -lposix... " >&6; }
9460 if ${ac_cv_lib_posix_remove+:} false
; then :
9461 $as_echo_n "(cached) " >&6
9463 ac_check_lib_save_LIBS
=$LIBS
9464 LIBS
="-lposix $LIBS"
9465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9466 /* end confdefs.h. */
9468 /* Override any GCC internal prototype to avoid an error.
9469 Use char because int might match the return type of a GCC
9470 builtin and then its argument prototype would still apply. */
9483 if ac_fn_c_try_link
"$LINENO"; then :
9484 ac_cv_lib_posix_remove
=yes
9486 ac_cv_lib_posix_remove
=no
9488 rm -f core conftest.err conftest.
$ac_objext \
9489 conftest
$ac_exeext conftest.
$ac_ext
9490 LIBS
=$ac_check_lib_save_LIBS
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9493 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9494 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9495 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9500 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9501 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9502 if test "x$ac_cv_func_shmat" = xyes
; then :
9506 if test $ac_cv_func_shmat = no
; then
9507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9508 $as_echo_n "checking for shmat in -lipc... " >&6; }
9509 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9510 $as_echo_n "(cached) " >&6
9512 ac_check_lib_save_LIBS
=$LIBS
9514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9515 /* end confdefs.h. */
9517 /* Override any GCC internal prototype to avoid an error.
9518 Use char because int might match the return type of a GCC
9519 builtin and then its argument prototype would still apply. */
9532 if ac_fn_c_try_link
"$LINENO"; then :
9533 ac_cv_lib_ipc_shmat
=yes
9535 ac_cv_lib_ipc_shmat
=no
9537 rm -f core conftest.err conftest.
$ac_objext \
9538 conftest
$ac_exeext conftest.
$ac_ext
9539 LIBS
=$ac_check_lib_save_LIBS
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9542 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9543 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9544 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9550 # Check for libraries that X11R6 Xt/Xaw programs need.
9551 ac_save_LDFLAGS
=$LDFLAGS
9552 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9553 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9554 # check for ICE first), but we must link in the order -lSM -lICE or
9555 # we get undefined symbols. So assume we have SM if we have ICE.
9556 # These have to be linked with before -lX11, unlike the other
9557 # libraries we check for below, so use a different variable.
9558 # John Interrante, Karl Berry
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9560 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9561 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9562 $as_echo_n "(cached) " >&6
9564 ac_check_lib_save_LIBS
=$LIBS
9565 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9567 /* end confdefs.h. */
9569 /* Override any GCC internal prototype to avoid an error.
9570 Use char because int might match the return type of a GCC
9571 builtin and then its argument prototype would still apply. */
9575 char IceConnectionNumber ();
9579 return IceConnectionNumber ();
9584 if ac_fn_c_try_link
"$LINENO"; then :
9585 ac_cv_lib_ICE_IceConnectionNumber
=yes
9587 ac_cv_lib_ICE_IceConnectionNumber
=no
9589 rm -f core conftest.err conftest.
$ac_objext \
9590 conftest
$ac_exeext conftest.
$ac_ext
9591 LIBS
=$ac_check_lib_save_LIBS
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9594 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9595 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9596 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9599 LDFLAGS
=$ac_save_LDFLAGS
9604 if test "$have_x" = "yes"
9606 ac_save_CPPFLAGS
="$CPPFLAGS"
9607 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9610 $as_echo_n "checking for -lX11... " >&6; }
9611 if ${ac_cv_lib_soname_X11+:} false
; then :
9612 $as_echo_n "(cached) " >&6
9614 ac_check_soname_save_LIBS
=$LIBS
9615 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9617 /* end confdefs.h. */
9619 /* Override any GCC internal prototype to avoid an error.
9620 Use char because int might match the return type of a GCC
9621 builtin and then its argument prototype would still apply. */
9625 char XCreateWindow ();
9629 return XCreateWindow ();
9634 if ac_fn_c_try_link
"$LINENO"; then :
9636 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9637 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'` ;;
9638 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9639 if ${ac_cv_lib_soname_X11:+false} :; then :
9640 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9644 rm -f core conftest.err conftest.
$ac_objext \
9645 conftest
$ac_exeext conftest.
$ac_ext
9646 LIBS
=$ac_check_soname_save_LIBS
9648 if ${ac_cv_lib_soname_X11:+false} :; then :
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9650 $as_echo "not found" >&6; }
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9654 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9656 cat >>confdefs.h
<<_ACEOF
9657 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9663 $as_echo_n "checking for -lXext... " >&6; }
9664 if ${ac_cv_lib_soname_Xext+:} false
; then :
9665 $as_echo_n "(cached) " >&6
9667 ac_check_soname_save_LIBS
=$LIBS
9668 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9670 /* end confdefs.h. */
9672 /* Override any GCC internal prototype to avoid an error.
9673 Use char because int might match the return type of a GCC
9674 builtin and then its argument prototype would still apply. */
9678 char XextCreateExtension ();
9682 return XextCreateExtension ();
9687 if ac_fn_c_try_link
"$LINENO"; then :
9689 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9690 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'` ;;
9691 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9692 if ${ac_cv_lib_soname_Xext:+false} :; then :
9693 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9697 rm -f core conftest.err conftest.
$ac_objext \
9698 conftest
$ac_exeext conftest.
$ac_ext
9699 LIBS
=$ac_check_soname_save_LIBS
9701 if ${ac_cv_lib_soname_Xext:+false} :; then :
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9703 $as_echo "not found" >&6; }
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9707 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9709 cat >>confdefs.h
<<_ACEOF
9710 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9713 X_LIBS
="$X_LIBS -lXext"
9715 X_LIBS
="$X_LIBS -lX11"
9717 for ac_header
in X11
/Xlib.h \
9720 X11
/Xcursor
/Xcursor.h \
9721 X11
/extensions
/shape.h \
9722 X11
/extensions
/XInput.h \
9723 X11
/extensions
/XInput2.h \
9724 X11
/extensions
/XShm.h \
9725 X11
/extensions
/Xcomposite.h \
9726 X11
/extensions
/Xinerama.h \
9727 X11
/extensions
/Xrandr.h \
9728 X11
/extensions
/Xrender.h \
9729 X11
/extensions
/xf86vmode.h \
9730 X11
/extensions
/xf86vmproto.h
9732 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9733 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9734 # include <X11/Xlib.h>
9736 #ifdef HAVE_X11_XUTIL_H
9737 # include <X11/Xutil.h>
9740 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9741 cat >>confdefs.h
<<_ACEOF
9742 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9750 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9753 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9754 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9755 $as_echo_n "(cached) " >&6
9757 ac_check_lib_save_LIBS
=$LIBS
9758 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9760 /* end confdefs.h. */
9762 /* Override any GCC internal prototype to avoid an error.
9763 Use char because int might match the return type of a GCC
9764 builtin and then its argument prototype would still apply. */
9768 char XkbQueryExtension ();
9772 return XkbQueryExtension ();
9777 if ac_fn_c_try_link
"$LINENO"; then :
9778 ac_cv_lib_X11_XkbQueryExtension
=yes
9780 ac_cv_lib_X11_XkbQueryExtension
=no
9782 rm -f core conftest.err conftest.
$ac_objext \
9783 conftest
$ac_exeext conftest.
$ac_ext
9784 LIBS
=$ac_check_lib_save_LIBS
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9787 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9788 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9790 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9796 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9799 $as_echo_n "checking for -lXcursor... " >&6; }
9800 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9801 $as_echo_n "(cached) " >&6
9803 ac_check_soname_save_LIBS
=$LIBS
9804 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9806 /* end confdefs.h. */
9808 /* Override any GCC internal prototype to avoid an error.
9809 Use char because int might match the return type of a GCC
9810 builtin and then its argument prototype would still apply. */
9814 char XcursorImageLoadCursor ();
9818 return XcursorImageLoadCursor ();
9823 if ac_fn_c_try_link
"$LINENO"; then :
9825 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9826 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'` ;;
9827 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9828 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9829 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9833 rm -f core conftest.err conftest.
$ac_objext \
9834 conftest
$ac_exeext conftest.
$ac_ext
9835 LIBS
=$ac_check_soname_save_LIBS
9837 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9839 $as_echo "not found" >&6; }
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9843 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9845 cat >>confdefs.h
<<_ACEOF
9846 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9852 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9853 case "x$with_xcursor" in
9854 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9856 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9857 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9861 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9864 $as_echo_n "checking for -lXi... " >&6; }
9865 if ${ac_cv_lib_soname_Xi+:} false
; then :
9866 $as_echo_n "(cached) " >&6
9868 ac_check_soname_save_LIBS
=$LIBS
9869 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9871 /* end confdefs.h. */
9873 /* Override any GCC internal prototype to avoid an error.
9874 Use char because int might match the return type of a GCC
9875 builtin and then its argument prototype would still apply. */
9879 char XOpenDevice ();
9883 return XOpenDevice ();
9888 if ac_fn_c_try_link
"$LINENO"; then :
9890 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9891 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'` ;;
9892 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9893 if ${ac_cv_lib_soname_Xi:+false} :; then :
9894 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9898 rm -f core conftest.err conftest.
$ac_objext \
9899 conftest
$ac_exeext conftest.
$ac_ext
9900 LIBS
=$ac_check_soname_save_LIBS
9902 if ${ac_cv_lib_soname_Xi:+false} :; then :
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9904 $as_echo "not found" >&6; }
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9908 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9910 cat >>confdefs.h
<<_ACEOF
9911 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9917 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9918 case "x$with_xinput" in
9919 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9921 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9922 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9926 if test "x$ac_cv_lib_soname_Xi" != x
9928 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9929 case "x$with_xinput2" in
9930 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9932 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9933 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9938 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9941 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9942 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9943 $as_echo_n "(cached) " >&6
9945 ac_check_lib_save_LIBS
=$LIBS
9946 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9948 /* end confdefs.h. */
9950 /* Override any GCC internal prototype to avoid an error.
9951 Use char because int might match the return type of a GCC
9952 builtin and then its argument prototype would still apply. */
9956 char XShmQueryExtension ();
9960 return XShmQueryExtension ();
9965 if ac_fn_c_try_link
"$LINENO"; then :
9966 ac_cv_lib_Xext_XShmQueryExtension
=yes
9968 ac_cv_lib_Xext_XShmQueryExtension
=no
9970 rm -f core conftest.err conftest.
$ac_objext \
9971 conftest
$ac_exeext conftest.
$ac_ext
9972 LIBS
=$ac_check_lib_save_LIBS
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9975 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9976 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9978 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9983 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9984 case "x$with_xshm" in
9985 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9987 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9988 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9992 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9995 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9996 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9997 $as_echo_n "(cached) " >&6
9999 ac_check_lib_save_LIBS
=$LIBS
10000 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10002 /* end confdefs.h. */
10004 /* Override any GCC internal prototype to avoid an error.
10005 Use char because int might match the return type of a GCC
10006 builtin and then its argument prototype would still apply. */
10010 char XShapeQueryExtension ();
10014 return XShapeQueryExtension ();
10019 if ac_fn_c_try_link
"$LINENO"; then :
10020 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10022 ac_cv_lib_Xext_XShapeQueryExtension
=no
10024 rm -f core conftest.err conftest.
$ac_objext \
10025 conftest
$ac_exeext conftest.
$ac_ext
10026 LIBS
=$ac_check_lib_save_LIBS
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10029 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10030 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10032 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10037 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10038 case "x$with_xshape" in
10039 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10041 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10042 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10046 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10049 $as_echo_n "checking for -lXxf86vm... " >&6; }
10050 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10051 $as_echo_n "(cached) " >&6
10053 ac_check_soname_save_LIBS
=$LIBS
10054 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10056 /* end confdefs.h. */
10058 /* Override any GCC internal prototype to avoid an error.
10059 Use char because int might match the return type of a GCC
10060 builtin and then its argument prototype would still apply. */
10064 char XF86VidModeQueryExtension ();
10068 return XF86VidModeQueryExtension ();
10073 if ac_fn_c_try_link
"$LINENO"; then :
10075 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10076 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'` ;;
10077 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10078 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10079 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10083 rm -f core conftest.err conftest.
$ac_objext \
10084 conftest
$ac_exeext conftest.
$ac_ext
10085 LIBS
=$ac_check_soname_save_LIBS
10087 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10089 $as_echo "not found" >&6; }
10092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10093 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10095 cat >>confdefs.h
<<_ACEOF
10096 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10102 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10103 case "x$with_xxf86vm" in
10104 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10106 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10107 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10111 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10114 $as_echo_n "checking for -lXrender... " >&6; }
10115 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10116 $as_echo_n "(cached) " >&6
10118 ac_check_soname_save_LIBS
=$LIBS
10119 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10121 /* end confdefs.h. */
10123 /* Override any GCC internal prototype to avoid an error.
10124 Use char because int might match the return type of a GCC
10125 builtin and then its argument prototype would still apply. */
10129 char XRenderQueryExtension ();
10133 return XRenderQueryExtension ();
10138 if ac_fn_c_try_link
"$LINENO"; then :
10140 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10141 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'` ;;
10142 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10143 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10144 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10148 rm -f core conftest.err conftest.
$ac_objext \
10149 conftest
$ac_exeext conftest.
$ac_ext
10150 LIBS
=$ac_check_soname_save_LIBS
10152 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10154 $as_echo "not found" >&6; }
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10158 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10160 cat >>confdefs.h
<<_ACEOF
10161 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10165 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10166 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10167 $as_echo_n "(cached) " >&6
10169 ac_check_lib_save_LIBS
=$LIBS
10170 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10172 /* end confdefs.h. */
10174 /* Override any GCC internal prototype to avoid an error.
10175 Use char because int might match the return type of a GCC
10176 builtin and then its argument prototype would still apply. */
10180 char XRenderSetPictureTransform ();
10184 return XRenderSetPictureTransform ();
10189 if ac_fn_c_try_link
"$LINENO"; then :
10190 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10192 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10194 rm -f core conftest.err conftest.
$ac_objext \
10195 conftest
$ac_exeext conftest.
$ac_ext
10196 LIBS
=$ac_check_lib_save_LIBS
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10199 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10200 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10202 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10207 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10208 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10209 $as_echo_n "(cached) " >&6
10211 ac_check_lib_save_LIBS
=$LIBS
10212 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10214 /* end confdefs.h. */
10216 /* Override any GCC internal prototype to avoid an error.
10217 Use char because int might match the return type of a GCC
10218 builtin and then its argument prototype would still apply. */
10222 char XRenderCreateLinearGradient ();
10226 return XRenderCreateLinearGradient ();
10231 if ac_fn_c_try_link
"$LINENO"; then :
10232 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10234 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10236 rm -f core conftest.err conftest.
$ac_objext \
10237 conftest
$ac_exeext conftest.
$ac_ext
10238 LIBS
=$ac_check_lib_save_LIBS
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10241 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10242 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10244 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10251 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10252 case "x$with_xrender" in
10253 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10255 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10256 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10260 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10263 /* end confdefs.h. */
10264 #include <X11/Xlib.h>
10265 #include <X11/extensions/Xrandr.h>
10269 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10274 if ac_fn_c_try_compile
"$LINENO"; then :
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10276 $as_echo_n "checking for -lXrandr... " >&6; }
10277 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10278 $as_echo_n "(cached) " >&6
10280 ac_check_soname_save_LIBS
=$LIBS
10281 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10291 char XRRQueryExtension ();
10295 return XRRQueryExtension ();
10300 if ac_fn_c_try_link
"$LINENO"; then :
10302 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10303 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'` ;;
10304 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10305 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10306 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10310 rm -f core conftest.err conftest.
$ac_objext \
10311 conftest
$ac_exeext conftest.
$ac_ext
10312 LIBS
=$ac_check_soname_save_LIBS
10314 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10316 $as_echo "not found" >&6; }
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10320 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10322 cat >>confdefs.h
<<_ACEOF
10323 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10326 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10327 /* end confdefs.h. */
10328 #include <X11/Xlib.h>
10329 #include <X11/extensions/Xrandr.h>
10333 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10338 if ac_fn_c_try_compile
"$LINENO"; then :
10340 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10343 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10346 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10348 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10349 case "x$with_xrandr" in
10350 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10352 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10353 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10357 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10360 /* end confdefs.h. */
10361 #include <X11/Xlib.h>
10362 #include <X11/extensions/Xinerama.h>
10366 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10371 if ac_fn_c_try_compile
"$LINENO"; then :
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10373 $as_echo_n "checking for -lXinerama... " >&6; }
10374 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10375 $as_echo_n "(cached) " >&6
10377 ac_check_soname_save_LIBS
=$LIBS
10378 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10379 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10380 /* end confdefs.h. */
10382 /* Override any GCC internal prototype to avoid an error.
10383 Use char because int might match the return type of a GCC
10384 builtin and then its argument prototype would still apply. */
10388 char XineramaQueryScreens ();
10392 return XineramaQueryScreens ();
10397 if ac_fn_c_try_link
"$LINENO"; then :
10399 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10400 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'` ;;
10401 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10402 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10403 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10407 rm -f core conftest.err conftest.
$ac_objext \
10408 conftest
$ac_exeext conftest.
$ac_ext
10409 LIBS
=$ac_check_soname_save_LIBS
10411 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10413 $as_echo "not found" >&6; }
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10417 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10419 cat >>confdefs.h
<<_ACEOF
10420 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10426 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10428 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10429 case "x$with_xinerama" in
10430 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10432 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10433 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10437 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10440 $as_echo_n "checking for -lXcomposite... " >&6; }
10441 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10442 $as_echo_n "(cached) " >&6
10444 ac_check_soname_save_LIBS
=$LIBS
10445 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10447 /* end confdefs.h. */
10449 /* Override any GCC internal prototype to avoid an error.
10450 Use char because int might match the return type of a GCC
10451 builtin and then its argument prototype would still apply. */
10455 char XCompositeRedirectWindow ();
10459 return XCompositeRedirectWindow ();
10464 if ac_fn_c_try_link
"$LINENO"; then :
10466 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10467 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'` ;;
10468 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10469 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10470 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10474 rm -f core conftest.err conftest.
$ac_objext \
10475 conftest
$ac_exeext conftest.
$ac_ext
10476 LIBS
=$ac_check_soname_save_LIBS
10478 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10480 $as_echo "not found" >&6; }
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10484 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10486 cat >>confdefs.h
<<_ACEOF
10487 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10493 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10494 case "x$with_xcomposite" in
10495 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10497 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10498 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10502 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10503 #include <X11/Xlib.h>
10506 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10508 cat >>confdefs.h
<<_ACEOF
10509 #define HAVE_XICCALLBACK_CALLBACK 1
10514 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10515 #include <X11/Xlib.h>
10518 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10520 cat >>confdefs.h
<<_ACEOF
10521 #define HAVE_XEVENT_XCOOKIE 1
10530 if test "x$with_opengl" != "xno"
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10533 $as_echo_n "checking for -lGL... " >&6; }
10534 if ${ac_cv_lib_soname_GL+:} false
; then :
10535 $as_echo_n "(cached) " >&6
10537 ac_check_soname_save_LIBS
=$LIBS
10538 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10540 /* end confdefs.h. */
10542 /* Override any GCC internal prototype to avoid an error.
10543 Use char because int might match the return type of a GCC
10544 builtin and then its argument prototype would still apply. */
10548 char glXCreateContext ();
10552 return glXCreateContext ();
10557 if ac_fn_c_try_link
"$LINENO"; then :
10559 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10560 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'` ;;
10561 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10562 if ${ac_cv_lib_soname_GL:+false} :; then :
10563 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10567 rm -f core conftest.err conftest.
$ac_objext \
10568 conftest
$ac_exeext conftest.
$ac_ext
10569 LIBS
=$ac_check_soname_save_LIBS
10571 if ${ac_cv_lib_soname_GL:+false} :; then :
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10573 $as_echo "not found" >&6; }
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10575 $as_echo_n "checking for -lGL... " >&6; }
10576 if ${ac_cv_lib_soname_GL+:} false
; then :
10577 $as_echo_n "(cached) " >&6
10579 ac_check_soname_save_LIBS
=$LIBS
10580 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"
10581 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10582 /* end confdefs.h. */
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10590 char glXCreateContext ();
10594 return glXCreateContext ();
10599 if ac_fn_c_try_link
"$LINENO"; then :
10601 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10602 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'` ;;
10603 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10604 if ${ac_cv_lib_soname_GL:+false} :; then :
10605 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10609 rm -f core conftest.err conftest.
$ac_objext \
10610 conftest
$ac_exeext conftest.
$ac_ext
10611 LIBS
=$ac_check_soname_save_LIBS
10613 if ${ac_cv_lib_soname_GL:+false} :; then :
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10615 $as_echo "not found" >&6; }
10616 if test -f /usr
/X11R
6/lib
/libGL.a
10618 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10619 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10621 opengl_msg
="No OpenGL library found on this system."
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10625 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10627 cat >>confdefs.h
<<_ACEOF
10628 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10631 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"
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10635 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10637 cat >>confdefs.h
<<_ACEOF
10638 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10643 if test "x$with_glu" != "xno"
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10646 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10647 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10648 $as_echo_n "(cached) " >&6
10650 ac_check_lib_save_LIBS
=$LIBS
10651 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10653 /* end confdefs.h. */
10655 /* Override any GCC internal prototype to avoid an error.
10656 Use char because int might match the return type of a GCC
10657 builtin and then its argument prototype would still apply. */
10665 return gluLookAt ();
10670 if ac_fn_c_try_link
"$LINENO"; then :
10671 ac_cv_lib_GLU_gluLookAt
=yes
10673 ac_cv_lib_GLU_gluLookAt
=no
10675 rm -f core conftest.err conftest.
$ac_objext \
10676 conftest
$ac_exeext conftest.
$ac_ext
10677 LIBS
=$ac_check_lib_save_LIBS
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10680 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10681 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10685 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10686 case "x$with_glu" in
10687 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10689 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10690 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10695 if test "x$with_osmesa" != "xno"
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10698 $as_echo_n "checking for -lOSMesa... " >&6; }
10699 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10700 $as_echo_n "(cached) " >&6
10702 ac_check_soname_save_LIBS
=$LIBS
10703 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10705 /* end confdefs.h. */
10707 /* Override any GCC internal prototype to avoid an error.
10708 Use char because int might match the return type of a GCC
10709 builtin and then its argument prototype would still apply. */
10722 if ac_fn_c_try_link
"$LINENO"; then :
10724 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10725 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'` ;;
10726 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10728 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10732 rm -f core conftest.err conftest.
$ac_objext \
10733 conftest
$ac_exeext conftest.
$ac_ext
10734 LIBS
=$ac_check_soname_save_LIBS
10736 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10738 $as_echo "not found" >&6; }
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10742 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10744 cat >>confdefs.h
<<_ACEOF
10745 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10750 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10751 case "x$with_osmesa" in
10752 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10754 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10755 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10760 if test -n "$opengl_msg"; then :
10761 case "x$with_opengl" in
10762 x
) as_fn_append wine_warnings
"|$opengl_msg
10763 OpenGL and Direct3D won't be supported." ;;
10765 *) as_fn_error $?
"$opengl_msg
10766 OpenGL and Direct3D won't be supported.
10767 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10771 CPPFLAGS
="$ac_save_CPPFLAGS"
10775 enable_winex11_drv
=${enable_winex11_drv:-no}
10777 if test "x$X_LIBS" = "x"; then :
10780 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10781 without X support, which probably isn't what you want. You will need
10782 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10783 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10787 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10789 if test "$ac_cv_header_CL_cl_h" = "yes"
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10792 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10793 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10794 $as_echo_n "(cached) " >&6
10796 ac_check_lib_save_LIBS
=$LIBS
10797 LIBS
="-lOpenCL $LIBS"
10798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10799 /* end confdefs.h. */
10801 /* Override any GCC internal prototype to avoid an error.
10802 Use char because int might match the return type of a GCC
10803 builtin and then its argument prototype would still apply. */
10807 char clGetPlatformInfo ();
10811 return clGetPlatformInfo ();
10816 if ac_fn_c_try_link
"$LINENO"; then :
10817 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10819 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10821 rm -f core conftest.err conftest.
$ac_objext \
10822 conftest
$ac_exeext conftest.
$ac_ext
10823 LIBS
=$ac_check_lib_save_LIBS
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10826 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10827 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10828 OPENCL_LIBS
="-lOpenCL"
10833 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10834 case "x$with_opencl" in
10835 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10837 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10838 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10841 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10843 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10846 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10847 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10848 $as_echo_n "(cached) " >&6
10850 ac_check_lib_save_LIBS
=$LIBS
10851 LIBS
="-lpcap $LIBS"
10852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10853 /* end confdefs.h. */
10855 /* Override any GCC internal prototype to avoid an error.
10856 Use char because int might match the return type of a GCC
10857 builtin and then its argument prototype would still apply. */
10861 char pcap_create ();
10865 return pcap_create ();
10870 if ac_fn_c_try_link
"$LINENO"; then :
10871 ac_cv_lib_pcap_pcap_create
=yes
10873 ac_cv_lib_pcap_pcap_create
=no
10875 rm -f core conftest.err conftest.
$ac_objext \
10876 conftest
$ac_exeext conftest.
$ac_ext
10877 LIBS
=$ac_check_lib_save_LIBS
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10880 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10881 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10887 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10888 case "x$with_pcap" in
10889 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10891 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10892 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10895 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10898 if test "x$with_xml" != "xno"
10900 if ${XML2_CFLAGS:+false} :; then :
10901 if ${PKG_CONFIG+:} false
; then :
10902 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10905 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10906 if ${XML2_LIBS:+false} :; then :
10907 if ${PKG_CONFIG+:} false
; then :
10908 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10911 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10912 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10913 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10914 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10915 ac_save_CPPFLAGS
=$CPPFLAGS
10916 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10917 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10919 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10920 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10921 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10922 cat >>confdefs.h
<<_ACEOF
10923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10930 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"
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10933 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10934 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10935 $as_echo_n "(cached) " >&6
10937 ac_check_lib_save_LIBS
=$LIBS
10938 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10940 /* end confdefs.h. */
10942 /* Override any GCC internal prototype to avoid an error.
10943 Use char because int might match the return type of a GCC
10944 builtin and then its argument prototype would still apply. */
10948 char xmlParseMemory ();
10952 return xmlParseMemory ();
10957 if ac_fn_c_try_link
"$LINENO"; then :
10958 ac_cv_lib_xml2_xmlParseMemory
=yes
10960 ac_cv_lib_xml2_xmlParseMemory
=no
10962 rm -f core conftest.err conftest.
$ac_objext \
10963 conftest
$ac_exeext conftest.
$ac_ext
10964 LIBS
=$ac_check_lib_save_LIBS
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10967 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10968 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10970 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10977 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10978 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10979 $as_echo_n "(cached) " >&6
10981 ac_check_lib_save_LIBS
=$LIBS
10982 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10984 /* end confdefs.h. */
10986 /* Override any GCC internal prototype to avoid an error.
10987 Use char because int might match the return type of a GCC
10988 builtin and then its argument prototype would still apply. */
10992 char xmlReadMemory ();
10996 return xmlReadMemory ();
11001 if ac_fn_c_try_link
"$LINENO"; then :
11002 ac_cv_lib_xml2_xmlReadMemory
=yes
11004 ac_cv_lib_xml2_xmlReadMemory
=no
11006 rm -f core conftest.err conftest.
$ac_objext \
11007 conftest
$ac_exeext conftest.
$ac_ext
11008 LIBS
=$ac_check_lib_save_LIBS
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11011 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11012 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11014 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11019 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11020 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11021 $as_echo_n "(cached) " >&6
11023 ac_check_lib_save_LIBS
=$LIBS
11024 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11034 char xmlNewDocPI ();
11038 return xmlNewDocPI ();
11043 if ac_fn_c_try_link
"$LINENO"; then :
11044 ac_cv_lib_xml2_xmlNewDocPI
=yes
11046 ac_cv_lib_xml2_xmlNewDocPI
=no
11048 rm -f core conftest.err conftest.
$ac_objext \
11049 conftest
$ac_exeext conftest.
$ac_ext
11050 LIBS
=$ac_check_lib_save_LIBS
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11053 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11054 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11056 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11061 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11062 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11063 $as_echo_n "(cached) " >&6
11065 ac_check_lib_save_LIBS
=$LIBS
11066 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h. */
11070 /* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11076 char xmlSchemaSetParserStructuredErrors ();
11080 return xmlSchemaSetParserStructuredErrors ();
11085 if ac_fn_c_try_link
"$LINENO"; then :
11086 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11088 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11090 rm -f core conftest.err conftest.
$ac_objext \
11091 conftest
$ac_exeext conftest.
$ac_ext
11092 LIBS
=$ac_check_lib_save_LIBS
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11095 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11096 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11098 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11103 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11104 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11105 $as_echo_n "(cached) " >&6
11107 ac_check_lib_save_LIBS
=$LIBS
11108 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11110 /* end confdefs.h. */
11112 /* Override any GCC internal prototype to avoid an error.
11113 Use char because int might match the return type of a GCC
11114 builtin and then its argument prototype would still apply. */
11118 char xmlSchemaSetValidStructuredErrors ();
11122 return xmlSchemaSetValidStructuredErrors ();
11127 if ac_fn_c_try_link
"$LINENO"; then :
11128 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11130 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11132 rm -f core conftest.err conftest.
$ac_objext \
11133 conftest
$ac_exeext conftest.
$ac_ext
11134 LIBS
=$ac_check_lib_save_LIBS
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11137 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11138 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11140 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11145 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11146 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11147 $as_echo_n "(cached) " >&6
11149 ac_check_lib_save_LIBS
=$LIBS
11150 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11160 char xmlFirstElementChild ();
11164 return xmlFirstElementChild ();
11169 if ac_fn_c_try_link
"$LINENO"; then :
11170 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11172 ac_cv_lib_xml2_xmlFirstElementChild
=no
11174 rm -f core conftest.err conftest.
$ac_objext \
11175 conftest
$ac_exeext conftest.
$ac_ext
11176 LIBS
=$ac_check_lib_save_LIBS
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11179 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11180 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11182 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11186 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11188 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11190 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11198 CPPFLAGS
=$ac_save_CPPFLAGS
11199 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11200 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11203 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11204 case "x$with_xml" in
11205 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11207 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11208 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11212 if test "x$with_xslt" != "xno"
11214 if ${XSLT_CFLAGS:+false} :; then :
11215 if ${PKG_CONFIG+:} false
; then :
11216 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11219 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11220 if ${XSLT_LIBS:+false} :; then :
11221 if ${PKG_CONFIG+:} false
; then :
11222 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11225 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11226 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11227 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11228 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11229 ac_save_CPPFLAGS
=$CPPFLAGS
11230 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11231 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11233 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11234 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11235 # include <libxslt/pattern.h>
11238 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11239 cat >>confdefs.h
<<_ACEOF
11240 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11247 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11250 $as_echo_n "checking for -lxslt... " >&6; }
11251 if ${ac_cv_lib_soname_xslt+:} false
; then :
11252 $as_echo_n "(cached) " >&6
11254 ac_check_soname_save_LIBS
=$LIBS
11255 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11259 /* Override any GCC internal prototype to avoid an error.
11260 Use char because int might match the return type of a GCC
11261 builtin and then its argument prototype would still apply. */
11265 char xsltCompilePattern ();
11269 return xsltCompilePattern ();
11274 if ac_fn_c_try_link
"$LINENO"; then :
11276 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11277 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'` ;;
11278 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11279 if ${ac_cv_lib_soname_xslt:+false} :; then :
11280 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11284 rm -f core conftest.err conftest.
$ac_objext \
11285 conftest
$ac_exeext conftest.
$ac_ext
11286 LIBS
=$ac_check_soname_save_LIBS
11288 if ${ac_cv_lib_soname_xslt:+false} :; then :
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11290 $as_echo "not found" >&6; }
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11294 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11296 cat >>confdefs.h
<<_ACEOF
11297 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11305 CPPFLAGS
=$ac_save_CPPFLAGS
11306 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11307 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11310 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11311 case "x$with_xslt" in
11312 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11314 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11315 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11319 if test "x$with_dbus" != "xno"
11321 if ${DBUS_CFLAGS:+false} :; then :
11322 if ${PKG_CONFIG+:} false
; then :
11323 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11327 if ${DBUS_LIBS:+false} :; then :
11328 if ${PKG_CONFIG+:} false
; then :
11329 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11334 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11335 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11336 ac_save_CPPFLAGS
=$CPPFLAGS
11337 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11338 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11339 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11341 $as_echo_n "checking for -ldbus-1... " >&6; }
11342 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11343 $as_echo_n "(cached) " >&6
11345 ac_check_soname_save_LIBS
=$LIBS
11346 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11348 /* end confdefs.h. */
11350 /* Override any GCC internal prototype to avoid an error.
11351 Use char because int might match the return type of a GCC
11352 builtin and then its argument prototype would still apply. */
11356 char dbus_connection_close ();
11360 return dbus_connection_close ();
11365 if ac_fn_c_try_link
"$LINENO"; then :
11367 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11368 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'` ;;
11369 *) 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'`
11370 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11371 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11375 rm -f core conftest.err conftest.
$ac_objext \
11376 conftest
$ac_exeext conftest.
$ac_ext
11377 LIBS
=$ac_check_soname_save_LIBS
11379 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11381 $as_echo "not found" >&6; }
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11385 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11387 cat >>confdefs.h
<<_ACEOF
11388 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11398 CPPFLAGS
=$ac_save_CPPFLAGS
11399 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11400 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11403 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11404 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11405 case "x$with_dbus" in
11406 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11408 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11409 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11413 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11415 if ${HAL_CFLAGS:+false} :; then :
11416 if ${PKG_CONFIG+:} false
; then :
11417 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11421 if ${HAL_LIBS:+false} :; then :
11422 if ${PKG_CONFIG+:} false
; then :
11423 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11427 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11428 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11429 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11430 ac_save_CPPFLAGS
=$CPPFLAGS
11431 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11432 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11433 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11435 $as_echo_n "checking for -lhal... " >&6; }
11436 if ${ac_cv_lib_soname_hal+:} false
; then :
11437 $as_echo_n "(cached) " >&6
11439 ac_check_soname_save_LIBS
=$LIBS
11440 LIBS
="-lhal $HAL_LIBS $LIBS"
11441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11442 /* end confdefs.h. */
11444 /* Override any GCC internal prototype to avoid an error.
11445 Use char because int might match the return type of a GCC
11446 builtin and then its argument prototype would still apply. */
11450 char libhal_ctx_new ();
11454 return libhal_ctx_new ();
11459 if ac_fn_c_try_link
"$LINENO"; then :
11461 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11462 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'` ;;
11463 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11464 if ${ac_cv_lib_soname_hal:+false} :; then :
11465 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11469 rm -f core conftest.err conftest.
$ac_objext \
11470 conftest
$ac_exeext conftest.
$ac_ext
11471 LIBS
=$ac_check_soname_save_LIBS
11473 if ${ac_cv_lib_soname_hal:+false} :; then :
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11475 $as_echo "not found" >&6; }
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11479 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11481 cat >>confdefs.h
<<_ACEOF
11482 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11492 CPPFLAGS
=$ac_save_CPPFLAGS
11493 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11494 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11496 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11497 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11498 case "x$with_hal" in
11499 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11501 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11502 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11507 if test "x$with_gnutls" != "xno"
11509 if ${GNUTLS_CFLAGS:+false} :; then :
11510 if ${PKG_CONFIG+:} false
; then :
11511 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11515 if ${GNUTLS_LIBS:+false} :; then :
11516 if ${PKG_CONFIG+:} false
; then :
11517 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11522 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11523 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11524 ac_save_CPPFLAGS
=$CPPFLAGS
11525 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11526 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11527 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11529 /* end confdefs.h. */
11530 #include <gnutls/gnutls.h>
11531 #include <gnutls/crypto.h>
11535 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11540 if ac_fn_c_try_compile
"$LINENO"; then :
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11542 $as_echo_n "checking for -lgnutls... " >&6; }
11543 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11544 $as_echo_n "(cached) " >&6
11546 ac_check_soname_save_LIBS
=$LIBS
11547 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11549 /* end confdefs.h. */
11551 /* Override any GCC internal prototype to avoid an error.
11552 Use char because int might match the return type of a GCC
11553 builtin and then its argument prototype would still apply. */
11557 char gnutls_global_init ();
11561 return gnutls_global_init ();
11566 if ac_fn_c_try_link
"$LINENO"; then :
11568 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11569 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'` ;;
11570 *) 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'`
11571 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11572 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'`
11576 rm -f core conftest.err conftest.
$ac_objext \
11577 conftest
$ac_exeext conftest.
$ac_ext
11578 LIBS
=$ac_check_soname_save_LIBS
11580 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11582 $as_echo "not found" >&6; }
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11586 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11588 cat >>confdefs.h
<<_ACEOF
11589 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11601 CPPFLAGS
=$ac_save_CPPFLAGS
11602 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11603 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11606 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11607 case "x$with_gnutls" in
11608 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11610 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11611 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11616 if test "$ac_cv_header_ncurses_h" = "yes"
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11619 $as_echo_n "checking for -lncurses... " >&6; }
11620 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11621 $as_echo_n "(cached) " >&6
11623 ac_check_soname_save_LIBS
=$LIBS
11624 LIBS
="-lncurses $LIBS"
11625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11628 /* Override any GCC internal prototype to avoid an error.
11629 Use char because int might match the return type of a GCC
11630 builtin and then its argument prototype would still apply. */
11643 if ac_fn_c_try_link
"$LINENO"; then :
11645 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11646 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'` ;;
11647 *) 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'`
11648 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11649 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11653 rm -f core conftest.err conftest.
$ac_objext \
11654 conftest
$ac_exeext conftest.
$ac_ext
11655 LIBS
=$ac_check_soname_save_LIBS
11657 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11659 $as_echo "not found" >&6; }
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11663 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11665 cat >>confdefs.h
<<_ACEOF
11666 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11669 CURSES_LIBS
="-lncurses"
11671 elif test "$ac_cv_header_curses_h" = "yes"
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11674 $as_echo_n "checking for -lcurses... " >&6; }
11675 if ${ac_cv_lib_soname_curses+:} false
; then :
11676 $as_echo_n "(cached) " >&6
11678 ac_check_soname_save_LIBS
=$LIBS
11679 LIBS
="-lcurses $LIBS"
11680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11681 /* end confdefs.h. */
11683 /* Override any GCC internal prototype to avoid an error.
11684 Use char because int might match the return type of a GCC
11685 builtin and then its argument prototype would still apply. */
11698 if ac_fn_c_try_link
"$LINENO"; then :
11700 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11701 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'` ;;
11702 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11703 if ${ac_cv_lib_soname_curses:+false} :; then :
11704 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11708 rm -f core conftest.err conftest.
$ac_objext \
11709 conftest
$ac_exeext conftest.
$ac_ext
11710 LIBS
=$ac_check_soname_save_LIBS
11712 if ${ac_cv_lib_soname_curses:+false} :; then :
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11714 $as_echo "not found" >&6; }
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11718 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11720 cat >>confdefs.h
<<_ACEOF
11721 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11724 CURSES_LIBS
="-lcurses"
11727 ac_save_LIBS
="$LIBS"
11728 LIBS
="$LIBS $CURSES_LIBS"
11729 for ac_func
in mousemask
11731 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11732 if test "x$ac_cv_func_mousemask" = xyes
; then :
11733 cat >>confdefs.h
<<_ACEOF
11734 #define HAVE_MOUSEMASK 1
11740 LIBS
="$ac_save_LIBS"
11741 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11742 case "x$with_curses" in
11743 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11745 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11746 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11750 if test "x$with_sane" != "xno"
11752 if ${SANE_CFLAGS:+false} :; then :
11753 if ${PKG_CONFIG+:} false
; then :
11754 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11757 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11758 if ${SANE_LIBS:+false} :; then :
11759 if ${PKG_CONFIG+:} false
; then :
11760 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11763 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11765 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11766 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11767 ac_save_CPPFLAGS
=$CPPFLAGS
11768 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11769 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11770 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11772 $as_echo_n "checking for -lsane... " >&6; }
11773 if ${ac_cv_lib_soname_sane+:} false
; then :
11774 $as_echo_n "(cached) " >&6
11776 ac_check_soname_save_LIBS
=$LIBS
11777 LIBS
="-lsane $SANE_LIBS $LIBS"
11778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11779 /* end confdefs.h. */
11781 /* Override any GCC internal prototype to avoid an error.
11782 Use char because int might match the return type of a GCC
11783 builtin and then its argument prototype would still apply. */
11791 return sane_init ();
11796 if ac_fn_c_try_link
"$LINENO"; then :
11798 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11799 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'` ;;
11800 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11801 if ${ac_cv_lib_soname_sane:+false} :; then :
11802 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11806 rm -f core conftest.err conftest.
$ac_objext \
11807 conftest
$ac_exeext conftest.
$ac_ext
11808 LIBS
=$ac_check_soname_save_LIBS
11810 if ${ac_cv_lib_soname_sane:+false} :; then :
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11812 $as_echo "not found" >&6; }
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11816 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11818 cat >>confdefs.h
<<_ACEOF
11819 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11829 CPPFLAGS
=$ac_save_CPPFLAGS
11830 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11831 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11834 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11835 case "x$with_sane" in
11836 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11838 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11839 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11843 if test "x$with_v4l" != "xno"
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11846 $as_echo_n "checking for -lv4l1... " >&6; }
11847 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11848 $as_echo_n "(cached) " >&6
11850 ac_check_soname_save_LIBS
=$LIBS
11851 LIBS
="-lv4l1 $LIBS"
11852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11853 /* end confdefs.h. */
11855 /* Override any GCC internal prototype to avoid an error.
11856 Use char because int might match the return type of a GCC
11857 builtin and then its argument prototype would still apply. */
11865 return v4l1_open ();
11870 if ac_fn_c_try_link
"$LINENO"; then :
11872 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11873 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'` ;;
11874 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11875 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11876 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11880 rm -f core conftest.err conftest.
$ac_objext \
11881 conftest
$ac_exeext conftest.
$ac_ext
11882 LIBS
=$ac_check_soname_save_LIBS
11884 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11886 $as_echo "not found" >&6; }
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11890 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11892 cat >>confdefs.h
<<_ACEOF
11893 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11899 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11900 case "x$with_v4l" in
11901 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11903 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11904 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11908 if test "x$with_gphoto" != "xno"
11910 if ${GPHOTO2_CFLAGS:+false} :; then :
11911 if ${PKG_CONFIG+:} false
; then :
11912 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11915 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11916 if ${GPHOTO2_LIBS:+false} :; then :
11917 if ${PKG_CONFIG+:} false
; then :
11918 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11921 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11922 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11923 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11924 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11925 ac_save_CPPFLAGS
=$CPPFLAGS
11926 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11927 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11928 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11930 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11931 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11932 $as_echo_n "(cached) " >&6
11934 ac_check_lib_save_LIBS
=$LIBS
11935 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11937 /* end confdefs.h. */
11939 /* Override any GCC internal prototype to avoid an error.
11940 Use char because int might match the return type of a GCC
11941 builtin and then its argument prototype would still apply. */
11945 char gp_camera_new ();
11949 return gp_camera_new ();
11954 if ac_fn_c_try_link
"$LINENO"; then :
11955 ac_cv_lib_gphoto2_gp_camera_new
=yes
11957 ac_cv_lib_gphoto2_gp_camera_new
=no
11959 rm -f core conftest.err conftest.
$ac_objext \
11960 conftest
$ac_exeext conftest.
$ac_ext
11961 LIBS
=$ac_check_lib_save_LIBS
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11964 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11965 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11967 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11970 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11974 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11978 CPPFLAGS
=$ac_save_CPPFLAGS
11979 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11980 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11982 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11983 if ${PKG_CONFIG+:} false
; then :
11984 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11987 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
11988 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11989 if ${PKG_CONFIG+:} false
; then :
11990 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11993 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
11994 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11995 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11996 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11997 ac_save_CPPFLAGS
=$CPPFLAGS
11998 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11999 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12000 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12002 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12003 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12004 $as_echo_n "(cached) " >&6
12006 ac_check_lib_save_LIBS
=$LIBS
12007 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12009 /* end confdefs.h. */
12011 /* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12017 char gp_port_info_list_new ();
12021 return gp_port_info_list_new ();
12026 if ac_fn_c_try_link
"$LINENO"; then :
12027 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12029 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12031 rm -f core conftest.err conftest.
$ac_objext \
12032 conftest
$ac_exeext conftest.
$ac_ext
12033 LIBS
=$ac_check_lib_save_LIBS
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12036 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12037 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12039 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12042 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12046 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12050 CPPFLAGS
=$ac_save_CPPFLAGS
12051 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12052 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12055 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12056 case "x$with_gphoto" in
12057 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12059 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12060 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12063 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12064 case "x$with_gphoto" in
12065 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12067 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12068 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12073 if test "$ac_cv_header_resolv_h" = "yes"
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12076 $as_echo_n "checking for resolver library... " >&6; }
12077 if ${ac_cv_have_resolv+:} false
; then :
12078 $as_echo_n "(cached) " >&6
12080 ac_save_LIBS
="$LIBS"
12081 for lib
in '' -lresolv
12083 LIBS
="$lib $ac_save_LIBS"
12084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12085 /* end confdefs.h. */
12086 #ifdef HAVE_NETINET_IN_H
12087 #include <netinet/in.h>
12089 #include <resolv.h>
12093 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12098 if ac_fn_c_try_link
"$LINENO"; then :
12099 ac_cv_have_resolv
=${lib:-"none required"}
12101 ac_cv_have_resolv
="not found"
12103 rm -f core conftest.err conftest.
$ac_objext \
12104 conftest
$ac_exeext conftest.
$ac_ext
12105 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12107 LIBS
="$ac_save_LIBS"
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12110 $as_echo "$ac_cv_have_resolv" >&6; }
12112 case "$ac_cv_have_resolv" in
12116 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12119 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12121 RESOLV_LIBS
=$ac_cv_have_resolv
12126 if test "x$with_cms" != "xno"
12128 if ${LCMS2_CFLAGS:+false} :; then :
12129 if ${PKG_CONFIG+:} false
; then :
12130 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12134 if ${LCMS2_LIBS:+false} :; then :
12135 if ${PKG_CONFIG+:} false
; then :
12136 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12140 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12141 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12142 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12143 ac_save_CPPFLAGS
=$CPPFLAGS
12144 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12145 for ac_header
in lcms2.h
12147 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12148 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12149 cat >>confdefs.h
<<_ACEOF
12150 #define HAVE_LCMS2_H 1
12157 if test "$ac_cv_header_lcms2_h" = "yes"
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12160 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12161 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12162 $as_echo_n "(cached) " >&6
12164 ac_check_lib_save_LIBS
=$LIBS
12165 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12166 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12167 /* end confdefs.h. */
12169 /* Override any GCC internal prototype to avoid an error.
12170 Use char because int might match the return type of a GCC
12171 builtin and then its argument prototype would still apply. */
12175 char cmsOpenProfileFromFile ();
12179 return cmsOpenProfileFromFile ();
12184 if ac_fn_c_try_link
"$LINENO"; then :
12185 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12187 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12189 rm -f core conftest.err conftest.
$ac_objext \
12190 conftest
$ac_exeext conftest.
$ac_ext
12191 LIBS
=$ac_check_lib_save_LIBS
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12194 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12195 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12197 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12207 CPPFLAGS
=$ac_save_CPPFLAGS
12208 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12209 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12212 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12213 case "x$with_cms" in
12214 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12216 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12217 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12221 if test "x$with_freetype" != "xno"
12223 if ${FREETYPE_CFLAGS:+false} :; then :
12224 if ${PKG_CONFIG+:} false
; then :
12225 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12228 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12229 if ${FREETYPE_LIBS:+false} :; then :
12230 if ${PKG_CONFIG+:} false
; then :
12231 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12234 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12235 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12236 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12237 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12238 ac_save_CPPFLAGS
=$CPPFLAGS
12239 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12240 for ac_header
in ft2build.h
12242 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12243 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12244 cat >>confdefs.h
<<_ACEOF
12245 #define HAVE_FT2BUILD_H 1
12252 if test "$ac_cv_header_ft2build_h" = "yes"
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12255 $as_echo_n "checking for -lfreetype... " >&6; }
12256 if ${ac_cv_lib_soname_freetype+:} false
; then :
12257 $as_echo_n "(cached) " >&6
12259 ac_check_soname_save_LIBS
=$LIBS
12260 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12261 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12262 /* end confdefs.h. */
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12270 char FT_Init_FreeType ();
12274 return FT_Init_FreeType ();
12279 if ac_fn_c_try_link
"$LINENO"; then :
12281 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12282 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'` ;;
12283 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12284 if ${ac_cv_lib_soname_freetype:+false} :; then :
12285 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12289 rm -f core conftest.err conftest.
$ac_objext \
12290 conftest
$ac_exeext conftest.
$ac_ext
12291 LIBS
=$ac_check_soname_save_LIBS
12293 if ${ac_cv_lib_soname_freetype:+false} :; then :
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12295 $as_echo "not found" >&6; }
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12299 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12301 cat >>confdefs.h
<<_ACEOF
12302 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12306 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12308 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12309 #include FT_MODULE_H
12311 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12313 cat >>confdefs.h
<<_ACEOF
12314 #define HAVE_FT_TRUETYPEENGINETYPE 1
12325 CPPFLAGS
=$ac_save_CPPFLAGS
12326 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12327 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12330 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12331 case "x$with_freetype" in
12333 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12334 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12337 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12340 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12341 if ${ac_cv_c_ppdev+:} false
; then :
12342 $as_echo_n "(cached) " >&6
12344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12345 /* end confdefs.h. */
12346 #ifdef HAVE_SYS_IOCTL_H
12347 # include <sys/ioctl.h>
12349 #include <linux/ppdev.h>
12353 ioctl (1,PPCLAIM,0)
12358 if ac_fn_c_try_compile
"$LINENO"; then :
12359 ac_cv_c_ppdev
="yes"
12363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12366 $as_echo "$ac_cv_c_ppdev" >&6; }
12367 if test "$ac_cv_c_ppdev" = "yes"
12370 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12374 ac_wine_check_funcs_save_LIBS
="$LIBS"
12375 LIBS
="$LIBS $PTHREAD_LIBS"
12377 pthread_attr_get_np \
12378 pthread_getattr_np \
12379 pthread_getthreadid_np \
12380 pthread_get_stackaddr_np \
12381 pthread_get_stacksize_np
12383 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12384 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12385 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12386 cat >>confdefs.h
<<_ACEOF
12387 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12393 LIBS
="$ac_wine_check_funcs_save_LIBS"
12395 if test "$ac_cv_header_zlib_h" = "yes"
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12398 $as_echo_n "checking for inflate in -lz... " >&6; }
12399 if ${ac_cv_lib_z_inflate+:} false
; then :
12400 $as_echo_n "(cached) " >&6
12402 ac_check_lib_save_LIBS
=$LIBS
12404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12405 /* end confdefs.h. */
12407 /* Override any GCC internal prototype to avoid an error.
12408 Use char because int might match the return type of a GCC
12409 builtin and then its argument prototype would still apply. */
12422 if ac_fn_c_try_link
"$LINENO"; then :
12423 ac_cv_lib_z_inflate
=yes
12425 ac_cv_lib_z_inflate
=no
12427 rm -f core conftest.err conftest.
$ac_objext \
12428 conftest
$ac_exeext conftest.
$ac_ext
12429 LIBS
=$ac_check_lib_save_LIBS
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12432 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12433 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12435 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12442 if test "x$Z_LIBS" = "x"; then :
12443 case "x$with_zlib" in
12444 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12446 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12447 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12451 if test "x$enable_tools" != xno
12453 if test "$ac_cv_header_gettext_po_h" = "yes"
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12456 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12457 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12458 $as_echo_n "(cached) " >&6
12460 ac_check_lib_save_LIBS
=$LIBS
12461 LIBS
="-lgettextpo $LIBS"
12462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12463 /* end confdefs.h. */
12465 /* Override any GCC internal prototype to avoid an error.
12466 Use char because int might match the return type of a GCC
12467 builtin and then its argument prototype would still apply. */
12471 char po_message_msgctxt ();
12475 return po_message_msgctxt ();
12480 if ac_fn_c_try_link
"$LINENO"; then :
12481 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12483 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12485 rm -f core conftest.err conftest.
$ac_objext \
12486 conftest
$ac_exeext conftest.
$ac_ext
12487 LIBS
=$ac_check_lib_save_LIBS
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12490 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12491 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12493 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12495 GETTEXTPO_LIBS
="-lgettextpo"
12500 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12501 case "x$with_gettextpo" in
12502 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12504 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12505 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12510 if test "x$with_pulse" != "xno";
12512 if ${PULSE_CFLAGS:+false} :; then :
12513 if ${PKG_CONFIG+:} false
; then :
12514 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12518 if ${PULSE_LIBS:+false} :; then :
12519 if ${PKG_CONFIG+:} false
; then :
12520 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12525 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12526 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12527 ac_save_CPPFLAGS
=$CPPFLAGS
12528 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12529 for ac_header
in pulse
/pulseaudio.h
12531 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12532 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12533 cat >>confdefs.h
<<_ACEOF
12534 #define HAVE_PULSE_PULSEAUDIO_H 1
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12537 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12538 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12539 $as_echo_n "(cached) " >&6
12541 ac_check_lib_save_LIBS
=$LIBS
12542 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12544 /* end confdefs.h. */
12546 /* Override any GCC internal prototype to avoid an error.
12547 Use char because int might match the return type of a GCC
12548 builtin and then its argument prototype would still apply. */
12552 char pa_stream_is_corked ();
12556 return pa_stream_is_corked ();
12561 if ac_fn_c_try_link
"$LINENO"; then :
12562 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12564 ac_cv_lib_pulse_pa_stream_is_corked
=no
12566 rm -f core conftest.err conftest.
$ac_objext \
12567 conftest
$ac_exeext conftest.
$ac_ext
12568 LIBS
=$ac_check_lib_save_LIBS
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12571 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12572 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12584 CPPFLAGS
=$ac_save_CPPFLAGS
12585 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12586 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12589 if test -z "$PULSE_LIBS"; then :
12590 case "x$with_pulse" in
12591 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12593 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12594 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12597 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
12599 if test "x$with_gstreamer" != "xno"
12601 if ${GSTREAMER_CFLAGS:+false} :; then :
12602 if ${PKG_CONFIG+:} false
; then :
12603 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12607 if ${GSTREAMER_LIBS:+false} :; then :
12608 if ${PKG_CONFIG+:} false
; then :
12609 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12614 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12615 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12616 ac_save_CPPFLAGS
=$CPPFLAGS
12617 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12619 for i
in $GSTREAMER_CFLAGS
12622 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12625 GSTREAMER_CFLAGS
=$ac_gst_incl
12626 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12627 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12628 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12629 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12630 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12632 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12634 /* end confdefs.h. */
12635 #include <gst/app/gstappsink.h>
12639 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12644 if ac_fn_c_try_compile
"$LINENO"; then :
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12646 $as_echo "yes" >&6; }
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12648 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12649 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12650 $as_echo_n "(cached) " >&6
12652 ac_check_lib_save_LIBS
=$LIBS
12653 LIBS
="-lgstreamer-0.10 $LIBS"
12654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12655 /* end confdefs.h. */
12657 /* Override any GCC internal prototype to avoid an error.
12658 Use char because int might match the return type of a GCC
12659 builtin and then its argument prototype would still apply. */
12663 char gst_pad_get_caps_reffed ();
12667 return gst_pad_get_caps_reffed ();
12672 if ac_fn_c_try_link
"$LINENO"; then :
12673 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12675 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12677 rm -f core conftest.err conftest.
$ac_objext \
12678 conftest
$ac_exeext conftest.
$ac_ext
12679 LIBS
=$ac_check_lib_save_LIBS
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12682 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12683 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12685 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12686 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12687 $as_echo_n "(cached) " >&6
12689 ac_check_lib_save_LIBS
=$LIBS
12690 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12692 /* end confdefs.h. */
12694 /* Override any GCC internal prototype to avoid an error.
12695 Use char because int might match the return type of a GCC
12696 builtin and then its argument prototype would still apply. */
12700 char gst_app_buffer_new ();
12704 return gst_app_buffer_new ();
12709 if ac_fn_c_try_link
"$LINENO"; then :
12710 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12712 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12714 rm -f core conftest.err conftest.
$ac_objext \
12715 conftest
$ac_exeext conftest.
$ac_ext
12716 LIBS
=$ac_check_lib_save_LIBS
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12719 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12720 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12728 $as_echo "no" >&6; }
12730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12735 GSTREAMER_CFLAGS
=""
12739 CPPFLAGS
=$ac_save_CPPFLAGS
12740 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12741 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12744 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12745 case "x$with_gstreamer" in
12746 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12748 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12749 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12752 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12756 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12759 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12760 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12761 $as_echo_n "(cached) " >&6
12763 ac_check_lib_save_LIBS
=$LIBS
12764 LIBS
="-lasound $LIBS"
12765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12766 /* end confdefs.h. */
12768 /* Override any GCC internal prototype to avoid an error.
12769 Use char because int might match the return type of a GCC
12770 builtin and then its argument prototype would still apply. */
12774 char snd_pcm_hw_params_get_access_mask ();
12778 return snd_pcm_hw_params_get_access_mask ();
12783 if ac_fn_c_try_link
"$LINENO"; then :
12784 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12786 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12788 rm -f core conftest.err conftest.
$ac_objext \
12789 conftest
$ac_exeext conftest.
$ac_ext
12790 LIBS
=$ac_check_lib_save_LIBS
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12793 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12794 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12796 /* end confdefs.h. */
12797 #ifdef HAVE_ALSA_ASOUNDLIB_H
12798 #include <alsa/asoundlib.h>
12799 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12800 #include <sys/asoundlib.h>
12805 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12810 if ac_fn_c_try_compile
"$LINENO"; then :
12811 ALSA_LIBS
="-lasound"
12813 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12817 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12819 if test "x$with_oss" != xno
12821 ac_save_CPPFLAGS
="$CPPFLAGS"
12822 if test -f /etc
/oss.conf
12826 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12827 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12828 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12829 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12830 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12832 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12834 cat >>confdefs.h
<<_ACEOF
12835 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12838 OSS4_CFLAGS
="$ac_oss_incl"
12845 CPPFLAGS
="$ac_save_CPPFLAGS"
12846 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12848 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12851 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
12853 if test "x$with_capi" != "xno"
12855 if ${CAPI20_CFLAGS:+false} :; then :
12856 if ${PKG_CONFIG+:} false
; then :
12857 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12861 if ${CAPI20_LIBS:+false} :; then :
12862 if ${PKG_CONFIG+:} false
; then :
12863 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12868 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12869 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12870 ac_save_CPPFLAGS
=$CPPFLAGS
12871 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12872 for ac_header
in capi20.h linux
/capi.h
12874 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12875 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12877 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12878 cat >>confdefs.h
<<_ACEOF
12879 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12886 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12889 $as_echo_n "checking for -lcapi20... " >&6; }
12890 if ${ac_cv_lib_soname_capi20+:} false
; then :
12891 $as_echo_n "(cached) " >&6
12893 ac_check_soname_save_LIBS
=$LIBS
12894 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12896 /* end confdefs.h. */
12898 /* Override any GCC internal prototype to avoid an error.
12899 Use char because int might match the return type of a GCC
12900 builtin and then its argument prototype would still apply. */
12904 char capi20_register ();
12908 return capi20_register ();
12913 if ac_fn_c_try_link
"$LINENO"; then :
12915 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12916 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'` ;;
12917 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12918 if ${ac_cv_lib_soname_capi20:+false} :; then :
12919 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12923 rm -f core conftest.err conftest.
$ac_objext \
12924 conftest
$ac_exeext conftest.
$ac_ext
12925 LIBS
=$ac_check_soname_save_LIBS
12927 if ${ac_cv_lib_soname_capi20:+false} :; then :
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12929 $as_echo "not found" >&6; }
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12933 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12935 cat >>confdefs.h
<<_ACEOF
12936 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12942 CPPFLAGS
=$ac_save_CPPFLAGS
12943 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12944 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12947 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12948 case "x$with_capi" in
12949 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12951 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12952 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12958 if test "x$with_cups" != "xno"
12960 ac_save_CPPFLAGS
="$CPPFLAGS"
12961 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12962 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12963 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12964 for ac_header
in cups
/cups.h
12966 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12967 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12968 cat >>confdefs.h
<<_ACEOF
12969 #define HAVE_CUPS_CUPS_H 1
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12972 $as_echo_n "checking for -lcups... " >&6; }
12973 if ${ac_cv_lib_soname_cups+:} false
; then :
12974 $as_echo_n "(cached) " >&6
12976 ac_check_soname_save_LIBS
=$LIBS
12977 LIBS
="-lcups $ac_cups_libs $LIBS"
12978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12979 /* end confdefs.h. */
12981 /* Override any GCC internal prototype to avoid an error.
12982 Use char because int might match the return type of a GCC
12983 builtin and then its argument prototype would still apply. */
12987 char cupsGetDefault ();
12991 return cupsGetDefault ();
12996 if ac_fn_c_try_link
"$LINENO"; then :
12998 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12999 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'` ;;
13000 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13001 if ${ac_cv_lib_soname_cups:+false} :; then :
13002 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13006 rm -f core conftest.err conftest.
$ac_objext \
13007 conftest
$ac_exeext conftest.
$ac_ext
13008 LIBS
=$ac_check_soname_save_LIBS
13010 if ${ac_cv_lib_soname_cups:+false} :; then :
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13012 $as_echo "not found" >&6; }
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13016 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13018 cat >>confdefs.h
<<_ACEOF
13019 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13022 CUPS_CFLAGS
="$ac_cups_cflags"
13028 CPPFLAGS
="$ac_save_CPPFLAGS"
13030 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13031 case "x$with_cups" in
13032 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13034 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13035 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13039 if test "x$with_fontconfig" != "xno"
13041 if ${FONTCONFIG_CFLAGS:+false} :; then :
13042 if ${PKG_CONFIG+:} false
; then :
13043 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13046 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13047 if ${FONTCONFIG_LIBS:+false} :; then :
13048 if ${PKG_CONFIG+:} false
; then :
13049 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13052 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13054 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13055 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13056 ac_save_CPPFLAGS
=$CPPFLAGS
13057 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13058 for ac_header
in fontconfig
/fontconfig.h
13060 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13061 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13062 cat >>confdefs.h
<<_ACEOF
13063 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13070 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13073 $as_echo_n "checking for -lfontconfig... " >&6; }
13074 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13075 $as_echo_n "(cached) " >&6
13077 ac_check_soname_save_LIBS
=$LIBS
13078 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13080 /* end confdefs.h. */
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13097 if ac_fn_c_try_link
"$LINENO"; then :
13099 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13100 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'` ;;
13101 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13102 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13103 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13107 rm -f core conftest.err conftest.
$ac_objext \
13108 conftest
$ac_exeext conftest.
$ac_ext
13109 LIBS
=$ac_check_soname_save_LIBS
13111 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13113 $as_echo "not found" >&6; }
13114 FONTCONFIG_CFLAGS
=""
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13117 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13119 cat >>confdefs.h
<<_ACEOF
13120 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13126 FONTCONFIG_CFLAGS
=""
13128 CPPFLAGS
=$ac_save_CPPFLAGS
13129 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13130 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13133 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13134 case "x$with_fontconfig" in
13135 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13137 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13138 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13142 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13145 $as_echo_n "checking for -lgsm... " >&6; }
13146 if ${ac_cv_lib_soname_gsm+:} false
; then :
13147 $as_echo_n "(cached) " >&6
13149 ac_check_soname_save_LIBS
=$LIBS
13151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13152 /* end confdefs.h. */
13154 /* Override any GCC internal prototype to avoid an error.
13155 Use char because int might match the return type of a GCC
13156 builtin and then its argument prototype would still apply. */
13160 char gsm_create ();
13164 return gsm_create ();
13169 if ac_fn_c_try_link
"$LINENO"; then :
13171 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13172 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'` ;;
13173 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13174 if ${ac_cv_lib_soname_gsm:+false} :; then :
13175 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13179 rm -f core conftest.err conftest.
$ac_objext \
13180 conftest
$ac_exeext conftest.
$ac_ext
13181 LIBS
=$ac_check_soname_save_LIBS
13183 if ${ac_cv_lib_soname_gsm:+false} :; then :
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13185 $as_echo "not found" >&6; }
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13189 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13191 cat >>confdefs.h
<<_ACEOF
13192 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13198 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13199 case "x$with_gsm" in
13200 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13202 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13203 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13207 if test "x$with_jpeg" != "xno"
13209 if ${JPEG_CFLAGS:+false} :; then :
13210 if ${PKG_CONFIG+:} false
; then :
13211 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13215 if ${JPEG_LIBS:+false} :; then :
13216 if ${PKG_CONFIG+:} false
; then :
13217 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13222 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13223 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13224 ac_save_CPPFLAGS
=$CPPFLAGS
13225 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13226 for ac_header
in jpeglib.h
13228 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13229 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13230 cat >>confdefs.h
<<_ACEOF
13231 #define HAVE_JPEGLIB_H 1
13238 if test "$ac_cv_header_jpeglib_h" = "yes"
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13241 $as_echo_n "checking for -ljpeg... " >&6; }
13242 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13243 $as_echo_n "(cached) " >&6
13245 ac_check_soname_save_LIBS
=$LIBS
13246 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13248 /* end confdefs.h. */
13250 /* Override any GCC internal prototype to avoid an error.
13251 Use char because int might match the return type of a GCC
13252 builtin and then its argument prototype would still apply. */
13256 char jpeg_start_decompress ();
13260 return jpeg_start_decompress ();
13265 if ac_fn_c_try_link
"$LINENO"; then :
13267 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13268 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'` ;;
13269 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13270 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13271 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13275 rm -f core conftest.err conftest.
$ac_objext \
13276 conftest
$ac_exeext conftest.
$ac_ext
13277 LIBS
=$ac_check_soname_save_LIBS
13279 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13281 $as_echo "not found" >&6; }
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13285 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13287 cat >>confdefs.h
<<_ACEOF
13288 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13296 CPPFLAGS
=$ac_save_CPPFLAGS
13297 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13298 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13301 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13302 case "x$with_jpeg" in
13303 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13305 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13306 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13310 if test "x$with_png" != "xno"
13312 if ${PNG_CFLAGS:+false} :; then :
13313 if ${PKG_CONFIG+:} false
; then :
13314 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13317 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13318 if ${PNG_LIBS:+false} :; then :
13319 if ${PKG_CONFIG+:} false
; then :
13320 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13323 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13325 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13326 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13327 ac_save_CPPFLAGS
=$CPPFLAGS
13328 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13329 for ac_header
in png.h
13331 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13332 if test "x$ac_cv_header_png_h" = xyes
; then :
13333 cat >>confdefs.h
<<_ACEOF
13334 #define HAVE_PNG_H 1
13341 if test "$ac_cv_header_png_h" = "yes"
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13344 $as_echo_n "checking for -lpng... " >&6; }
13345 if ${ac_cv_lib_soname_png+:} false
; then :
13346 $as_echo_n "(cached) " >&6
13348 ac_check_soname_save_LIBS
=$LIBS
13349 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13351 /* end confdefs.h. */
13353 /* Override any GCC internal prototype to avoid an error.
13354 Use char because int might match the return type of a GCC
13355 builtin and then its argument prototype would still apply. */
13359 char png_create_read_struct ();
13363 return png_create_read_struct ();
13368 if ac_fn_c_try_link
"$LINENO"; then :
13370 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13371 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'` ;;
13372 *) 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'`
13373 if ${ac_cv_lib_soname_png:+false} :; then :
13374 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13378 rm -f core conftest.err conftest.
$ac_objext \
13379 conftest
$ac_exeext conftest.
$ac_ext
13380 LIBS
=$ac_check_soname_save_LIBS
13382 if ${ac_cv_lib_soname_png:+false} :; then :
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13384 $as_echo "not found" >&6; }
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13388 $as_echo "$ac_cv_lib_soname_png" >&6; }
13390 cat >>confdefs.h
<<_ACEOF
13391 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13395 /* end confdefs.h. */
13400 typeof(png_set_expand_gray_1_2_4_to_8) *p
13405 if ac_fn_c_try_compile
"$LINENO"; then :
13407 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13410 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13415 CPPFLAGS
=$ac_save_CPPFLAGS
13416 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13417 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13420 if test "x$ac_cv_lib_soname_png" = "x"; then :
13421 case "x$with_png" in
13422 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13424 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13425 This is an error since --with-png was requested." "$LINENO" 5 ;;
13429 if test "x$with_tiff" != "xno"
13431 if ${TIFF_CFLAGS:+false} :; then :
13432 if ${PKG_CONFIG+:} false
; then :
13433 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13437 if ${TIFF_LIBS:+false} :; then :
13438 if ${PKG_CONFIG+:} false
; then :
13439 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13444 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13445 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13446 ac_save_CPPFLAGS
=$CPPFLAGS
13447 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13448 for ac_header
in tiffio.h
13450 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13451 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13452 cat >>confdefs.h
<<_ACEOF
13453 #define HAVE_TIFFIO_H 1
13460 if test "$ac_cv_header_tiffio_h" = "yes"
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13463 $as_echo_n "checking for -ltiff... " >&6; }
13464 if ${ac_cv_lib_soname_tiff+:} false
; then :
13465 $as_echo_n "(cached) " >&6
13467 ac_check_soname_save_LIBS
=$LIBS
13468 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13470 /* end confdefs.h. */
13472 /* Override any GCC internal prototype to avoid an error.
13473 Use char because int might match the return type of a GCC
13474 builtin and then its argument prototype would still apply. */
13478 char TIFFClientOpen ();
13482 return TIFFClientOpen ();
13487 if ac_fn_c_try_link
"$LINENO"; then :
13489 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13490 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'` ;;
13491 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13492 if ${ac_cv_lib_soname_tiff:+false} :; then :
13493 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13497 rm -f core conftest.err conftest.
$ac_objext \
13498 conftest
$ac_exeext conftest.
$ac_ext
13499 LIBS
=$ac_check_soname_save_LIBS
13501 if ${ac_cv_lib_soname_tiff:+false} :; then :
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13503 $as_echo "not found" >&6; }
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13507 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13509 cat >>confdefs.h
<<_ACEOF
13510 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13516 CPPFLAGS
=$ac_save_CPPFLAGS
13517 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13518 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13521 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13522 case "x$with_tiff" in
13523 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13525 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13526 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13530 if test "x$with_mpg123" != "xno"
13532 if ${MPG123_CFLAGS:+false} :; then :
13533 if ${PKG_CONFIG+:} false
; then :
13534 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13538 if ${MPG123_LIBS:+false} :; then :
13539 if ${PKG_CONFIG+:} false
; then :
13540 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13544 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13545 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13546 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13547 ac_save_CPPFLAGS
=$CPPFLAGS
13548 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13549 for ac_header
in mpg123.h
13551 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13552 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13553 cat >>confdefs.h
<<_ACEOF
13554 #define HAVE_MPG123_H 1
13561 if test "$ac_cv_header_mpg123_h" = "yes"
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13564 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13565 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13566 $as_echo_n "(cached) " >&6
13568 ac_check_lib_save_LIBS
=$LIBS
13569 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13571 /* end confdefs.h. */
13573 /* Override any GCC internal prototype to avoid an error.
13574 Use char because int might match the return type of a GCC
13575 builtin and then its argument prototype would still apply. */
13579 char mpg123_feed ();
13583 return mpg123_feed ();
13588 if ac_fn_c_try_link
"$LINENO"; then :
13589 ac_cv_lib_mpg123_mpg123_feed
=yes
13591 ac_cv_lib_mpg123_mpg123_feed
=no
13593 rm -f core conftest.err conftest.
$ac_objext \
13594 conftest
$ac_exeext conftest.
$ac_ext
13595 LIBS
=$ac_check_lib_save_LIBS
13597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13598 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13599 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13609 CPPFLAGS
=$ac_save_CPPFLAGS
13610 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13611 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13614 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13615 case "x$with_mpg123" in
13616 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13618 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13619 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13622 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
-o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm
=${enable_winemp3_acm:-no}
13624 if test "$ac_cv_header_AL_al_h" = "yes"
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13627 $as_echo_n "checking for -lopenal... " >&6; }
13628 if ${ac_cv_lib_soname_openal+:} false
; then :
13629 $as_echo_n "(cached) " >&6
13631 ac_check_soname_save_LIBS
=$LIBS
13632 LIBS
="-lopenal $LIBS"
13633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13634 /* end confdefs.h. */
13636 /* Override any GCC internal prototype to avoid an error.
13637 Use char because int might match the return type of a GCC
13638 builtin and then its argument prototype would still apply. */
13642 char alGetSource3i ();
13646 return alGetSource3i ();
13651 if ac_fn_c_try_link
"$LINENO"; then :
13653 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13654 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'` ;;
13655 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13656 if ${ac_cv_lib_soname_openal:+false} :; then :
13657 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13661 rm -f core conftest.err conftest.
$ac_objext \
13662 conftest
$ac_exeext conftest.
$ac_ext
13663 LIBS
=$ac_check_soname_save_LIBS
13665 if ${ac_cv_lib_soname_openal:+false} :; then :
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13667 $as_echo "not found" >&6; }
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13671 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13673 cat >>confdefs.h
<<_ACEOF
13674 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13677 OPENAL_LIBS
="-lopenal"
13679 ac_cv_lib_openal
=yes
13681 cat >>confdefs.h
<<_ACEOF
13682 #define HAVE_OPENAL 1
13687 if test "x$ac_cv_lib_openal" != xyes
; then :
13688 case "x$with_openal" in
13689 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13691 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13692 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13695 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13697 if test "x$ac_cv_lib_openal" = xyes
13699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13700 $as_echo_n "checking for openal-soft... " >&6; }
13701 if ${ac_cv_have_openalsoft+:} false
; then :
13702 $as_echo_n "(cached) " >&6
13704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13705 /* end confdefs.h. */
13707 #include <AL/alc.h>
13708 #include <AL/alext.h>
13709 LPALCRENDERSAMPLESSOFT x;
13718 if ac_fn_c_try_compile
"$LINENO"; then :
13719 ac_cv_have_openalsoft
=yes
13721 ac_cv_have_openalsoft
=no
13723 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13726 $as_echo "$ac_cv_have_openalsoft" >&6; }
13728 if test "x$ac_cv_have_openalsoft" != xyes
13730 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13731 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13734 if test "$ac_cv_header_kstat_h" = "yes"
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13737 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13738 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13739 $as_echo_n "(cached) " >&6
13741 ac_check_lib_save_LIBS
=$LIBS
13742 LIBS
="-lkstat $LIBS"
13743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13744 /* end confdefs.h. */
13746 /* Override any GCC internal prototype to avoid an error.
13747 Use char because int might match the return type of a GCC
13748 builtin and then its argument prototype would still apply. */
13752 char kstat_open ();
13756 return kstat_open ();
13761 if ac_fn_c_try_link
"$LINENO"; then :
13762 ac_cv_lib_kstat_kstat_open
=yes
13764 ac_cv_lib_kstat_kstat_open
=no
13766 rm -f core conftest.err conftest.
$ac_objext \
13767 conftest
$ac_exeext conftest.
$ac_ext
13768 LIBS
=$ac_check_lib_save_LIBS
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13771 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13772 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13774 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13776 KSTAT_LIBS
="-lkstat"
13782 if test "$ac_cv_header_libprocstat_h" = "yes"
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13785 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13786 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13787 $as_echo_n "(cached) " >&6
13789 ac_check_lib_save_LIBS
=$LIBS
13790 LIBS
="-lprocstat $LIBS"
13791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h. */
13794 /* Override any GCC internal prototype to avoid an error.
13795 Use char because int might match the return type of a GCC
13796 builtin and then its argument prototype would still apply. */
13800 char procstat_open_sysctl ();
13804 return procstat_open_sysctl ();
13809 if ac_fn_c_try_link
"$LINENO"; then :
13810 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13812 ac_cv_lib_procstat_procstat_open_sysctl
=no
13814 rm -f core conftest.err conftest.
$ac_objext \
13815 conftest
$ac_exeext conftest.
$ac_ext
13816 LIBS
=$ac_check_lib_save_LIBS
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13819 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13820 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13822 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13824 PROCSTAT_LIBS
="-lprocstat"
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13831 $as_echo_n "checking for -lodbc... " >&6; }
13832 if ${ac_cv_lib_soname_odbc+:} false
; then :
13833 $as_echo_n "(cached) " >&6
13835 ac_check_soname_save_LIBS
=$LIBS
13836 LIBS
="-lodbc $LIBS"
13837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13838 /* end confdefs.h. */
13840 /* Override any GCC internal prototype to avoid an error.
13841 Use char because int might match the return type of a GCC
13842 builtin and then its argument prototype would still apply. */
13846 char SQLConnect ();
13850 return SQLConnect ();
13855 if ac_fn_c_try_link
"$LINENO"; then :
13857 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13858 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'` ;;
13859 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13860 if ${ac_cv_lib_soname_odbc:+false} :; then :
13861 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13865 rm -f core conftest.err conftest.
$ac_objext \
13866 conftest
$ac_exeext conftest.
$ac_ext
13867 LIBS
=$ac_check_soname_save_LIBS
13869 if ${ac_cv_lib_soname_odbc:+false} :; then :
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13871 $as_echo "not found" >&6; }
13872 cat >>confdefs.h
<<_ACEOF
13873 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13878 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13880 cat >>confdefs.h
<<_ACEOF
13881 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13887 if test "x$with_netapi" != "xno"
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13890 $as_echo_n "checking for -lnetapi... " >&6; }
13891 if ${ac_cv_lib_soname_netapi+:} false
; then :
13892 $as_echo_n "(cached) " >&6
13894 ac_check_soname_save_LIBS
=$LIBS
13895 LIBS
="-lnetapi $LIBS"
13896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13897 /* end confdefs.h. */
13899 /* Override any GCC internal prototype to avoid an error.
13900 Use char because int might match the return type of a GCC
13901 builtin and then its argument prototype would still apply. */
13905 char libnetapi_init ();
13909 return libnetapi_init ();
13914 if ac_fn_c_try_link
"$LINENO"; then :
13916 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13917 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'` ;;
13918 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13919 if ${ac_cv_lib_soname_netapi:+false} :; then :
13920 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13924 rm -f core conftest.err conftest.
$ac_objext \
13925 conftest
$ac_exeext conftest.
$ac_ext
13926 LIBS
=$ac_check_soname_save_LIBS
13928 if ${ac_cv_lib_soname_netapi:+false} :; then :
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13930 $as_echo "not found" >&6; }
13931 cat >>confdefs.h
<<_ACEOF
13932 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13937 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13939 cat >>confdefs.h
<<_ACEOF
13940 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13947 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
13948 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13950 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13956 if test "x${GCC}" = "xyes"
13958 EXTRACFLAGS
="-Wall -pipe"
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13961 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13962 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13963 $as_echo_n "(cached) " >&6
13965 if test "$cross_compiling" = yes; then :
13966 ac_cv_c_gcc_strength_bug
="no"
13968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13969 /* end confdefs.h. */
13970 int L[4] = {0,1,2,3};
13974 static int Array[3];
13975 unsigned int B = 3;
13977 for(i=0; i<B; i++) Array[i] = i - 3;
13978 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13980 return (Array[1] != -2 || L[2] != 3)
13985 if ac_fn_c_try_run
"$LINENO"; then :
13986 ac_cv_c_gcc_strength_bug
="no"
13988 ac_cv_c_gcc_strength_bug
="yes"
13990 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13991 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13996 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13997 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13999 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14003 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14004 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14005 $as_echo_n "(cached) " >&6
14007 ac_wine_try_cflags_saved
=$CFLAGS
14008 CFLAGS
="$CFLAGS -fno-builtin"
14009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14010 /* end confdefs.h. */
14011 int main(int argc, char **argv) { return 0; }
14013 if ac_fn_c_try_link
"$LINENO"; then :
14014 ac_cv_cflags__fno_builtin
=yes
14016 ac_cv_cflags__fno_builtin
=no
14018 rm -f core conftest.err conftest.
$ac_objext \
14019 conftest
$ac_exeext conftest.
$ac_ext
14020 CFLAGS
=$ac_wine_try_cflags_saved
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14023 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14024 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14025 BUILTINFLAG
="-fno-builtin"
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14029 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14030 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14031 $as_echo_n "(cached) " >&6
14033 ac_wine_try_cflags_saved
=$CFLAGS
14034 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14036 /* end confdefs.h. */
14037 int main(int argc, char **argv) { return 0; }
14039 if ac_fn_c_try_link
"$LINENO"; then :
14040 ac_cv_cflags__fno_strict_aliasing
=yes
14042 ac_cv_cflags__fno_strict_aliasing
=no
14044 rm -f core conftest.err conftest.
$ac_objext \
14045 conftest
$ac_exeext conftest.
$ac_ext
14046 CFLAGS
=$ac_wine_try_cflags_saved
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14049 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14050 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14051 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14054 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14055 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14056 $as_echo_n "(cached) " >&6
14058 ac_wine_try_cflags_saved
=$CFLAGS
14059 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14061 /* end confdefs.h. */
14062 int main(int argc, char **argv) { return 0; }
14064 if ac_fn_c_try_link
"$LINENO"; then :
14065 ac_cv_cflags__fexcess_precision_standard
=yes
14067 ac_cv_cflags__fexcess_precision_standard
=no
14069 rm -f core conftest.err conftest.
$ac_objext \
14070 conftest
$ac_exeext conftest.
$ac_ext
14071 CFLAGS
=$ac_wine_try_cflags_saved
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14074 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14075 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14076 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14079 saved_CFLAGS
=$CFLAGS
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14081 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14082 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14083 $as_echo_n "(cached) " >&6
14085 ac_wine_try_cflags_saved
=$CFLAGS
14086 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14088 /* end confdefs.h. */
14089 int main(int argc, char **argv) { return 0; }
14091 if ac_fn_c_try_link
"$LINENO"; then :
14092 ac_cv_cflags__Werror_unknown_warning_option
=yes
14094 ac_cv_cflags__Werror_unknown_warning_option
=no
14096 rm -f core conftest.err conftest.
$ac_objext \
14097 conftest
$ac_exeext conftest.
$ac_ext
14098 CFLAGS
=$ac_wine_try_cflags_saved
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14101 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14102 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14103 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14106 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14107 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14108 $as_echo_n "(cached) " >&6
14110 ac_wine_try_cflags_saved
=$CFLAGS
14111 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14113 /* end confdefs.h. */
14114 int main(int argc, char **argv) { return 0; }
14116 if ac_fn_c_try_link
"$LINENO"; then :
14117 ac_cv_cflags__Wdeclaration_after_statement
=yes
14119 ac_cv_cflags__Wdeclaration_after_statement
=no
14121 rm -f core conftest.err conftest.
$ac_objext \
14122 conftest
$ac_exeext conftest.
$ac_ext
14123 CFLAGS
=$ac_wine_try_cflags_saved
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14126 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14127 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14128 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14131 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14132 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14133 $as_echo_n "(cached) " >&6
14135 ac_wine_try_cflags_saved
=$CFLAGS
14136 CFLAGS
="$CFLAGS -Wempty-body"
14137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14138 /* end confdefs.h. */
14139 int main(int argc, char **argv) { return 0; }
14141 if ac_fn_c_try_link
"$LINENO"; then :
14142 ac_cv_cflags__Wempty_body
=yes
14144 ac_cv_cflags__Wempty_body
=no
14146 rm -f core conftest.err conftest.
$ac_objext \
14147 conftest
$ac_exeext conftest.
$ac_ext
14148 CFLAGS
=$ac_wine_try_cflags_saved
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14151 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14152 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14153 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14156 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14157 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14158 $as_echo_n "(cached) " >&6
14160 ac_wine_try_cflags_saved
=$CFLAGS
14161 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14163 /* end confdefs.h. */
14164 int main(int argc, char **argv) { return 0; }
14166 if ac_fn_c_try_link
"$LINENO"; then :
14167 ac_cv_cflags__Wignored_qualifiers
=yes
14169 ac_cv_cflags__Wignored_qualifiers
=no
14171 rm -f core conftest.err conftest.
$ac_objext \
14172 conftest
$ac_exeext conftest.
$ac_ext
14173 CFLAGS
=$ac_wine_try_cflags_saved
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14176 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14177 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14178 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14181 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14182 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14183 $as_echo_n "(cached) " >&6
14185 ac_wine_try_cflags_saved
=$CFLAGS
14186 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14188 /* end confdefs.h. */
14189 int main(int argc, char **argv) { return 0; }
14191 if ac_fn_c_try_link
"$LINENO"; then :
14192 ac_cv_cflags__Wshift_overflow_2
=yes
14194 ac_cv_cflags__Wshift_overflow_2
=no
14196 rm -f core conftest.err conftest.
$ac_objext \
14197 conftest
$ac_exeext conftest.
$ac_ext
14198 CFLAGS
=$ac_wine_try_cflags_saved
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14201 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14202 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14203 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14206 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14207 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14208 $as_echo_n "(cached) " >&6
14210 ac_wine_try_cflags_saved
=$CFLAGS
14211 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14213 /* end confdefs.h. */
14214 int main(int argc, char **argv) { return 0; }
14216 if ac_fn_c_try_link
"$LINENO"; then :
14217 ac_cv_cflags__Wstrict_prototypes
=yes
14219 ac_cv_cflags__Wstrict_prototypes
=no
14221 rm -f core conftest.err conftest.
$ac_objext \
14222 conftest
$ac_exeext conftest.
$ac_ext
14223 CFLAGS
=$ac_wine_try_cflags_saved
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14226 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14227 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14228 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14231 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14232 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14233 $as_echo_n "(cached) " >&6
14235 ac_wine_try_cflags_saved
=$CFLAGS
14236 CFLAGS
="$CFLAGS -Wtype-limits"
14237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14238 /* end confdefs.h. */
14239 int main(int argc, char **argv) { return 0; }
14241 if ac_fn_c_try_link
"$LINENO"; then :
14242 ac_cv_cflags__Wtype_limits
=yes
14244 ac_cv_cflags__Wtype_limits
=no
14246 rm -f core conftest.err conftest.
$ac_objext \
14247 conftest
$ac_exeext conftest.
$ac_ext
14248 CFLAGS
=$ac_wine_try_cflags_saved
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14251 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14252 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14253 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14256 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14257 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14258 $as_echo_n "(cached) " >&6
14260 ac_wine_try_cflags_saved
=$CFLAGS
14261 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14263 /* end confdefs.h. */
14264 int main(int argc, char **argv) { return 0; }
14266 if ac_fn_c_try_link
"$LINENO"; then :
14267 ac_cv_cflags__Wunused_but_set_parameter
=yes
14269 ac_cv_cflags__Wunused_but_set_parameter
=no
14271 rm -f core conftest.err conftest.
$ac_objext \
14272 conftest
$ac_exeext conftest.
$ac_ext
14273 CFLAGS
=$ac_wine_try_cflags_saved
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14276 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14277 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14278 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14281 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14282 if ${ac_cv_cflags__Wvla+:} false
; then :
14283 $as_echo_n "(cached) " >&6
14285 ac_wine_try_cflags_saved
=$CFLAGS
14286 CFLAGS
="$CFLAGS -Wvla"
14287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14288 /* end confdefs.h. */
14289 int main(int argc, char **argv) { return 0; }
14291 if ac_fn_c_try_link
"$LINENO"; then :
14292 ac_cv_cflags__Wvla
=yes
14294 ac_cv_cflags__Wvla
=no
14296 rm -f core conftest.err conftest.
$ac_objext \
14297 conftest
$ac_exeext conftest.
$ac_ext
14298 CFLAGS
=$ac_wine_try_cflags_saved
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14301 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14302 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14303 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14306 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14307 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14308 $as_echo_n "(cached) " >&6
14310 ac_wine_try_cflags_saved
=$CFLAGS
14311 CFLAGS
="$CFLAGS -Wwrite-strings"
14312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14313 /* end confdefs.h. */
14314 int main(int argc, char **argv) { return 0; }
14316 if ac_fn_c_try_link
"$LINENO"; then :
14317 ac_cv_cflags__Wwrite_strings
=yes
14319 ac_cv_cflags__Wwrite_strings
=no
14321 rm -f core conftest.err conftest.
$ac_objext \
14322 conftest
$ac_exeext conftest.
$ac_ext
14323 CFLAGS
=$ac_wine_try_cflags_saved
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14326 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14327 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14328 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14332 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14333 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14334 $as_echo_n "(cached) " >&6
14336 ac_wine_try_cflags_saved
=$CFLAGS
14337 CFLAGS
="$CFLAGS -Wpointer-arith"
14338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14339 /* end confdefs.h. */
14340 int main(int argc, char **argv) { return 0; }
14342 if ac_fn_c_try_link
"$LINENO"; then :
14343 ac_cv_cflags__Wpointer_arith
=yes
14345 ac_cv_cflags__Wpointer_arith
=no
14347 rm -f core conftest.err conftest.
$ac_objext \
14348 conftest
$ac_exeext conftest.
$ac_ext
14349 CFLAGS
=$ac_wine_try_cflags_saved
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14352 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14353 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14354 saved_string_h_CFLAGS
=$CFLAGS
14355 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14357 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14358 if ${ac_cv_c_string_h_warnings+:} false
; then :
14359 $as_echo_n "(cached) " >&6
14361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14362 /* end confdefs.h. */
14363 #include <string.h>
14372 if ac_fn_c_try_compile
"$LINENO"; then :
14373 ac_cv_c_string_h_warnings
=no
14375 ac_cv_c_string_h_warnings
=yes
14377 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14380 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14381 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14382 CFLAGS
=$saved_string_h_CFLAGS
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14386 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14387 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14388 $as_echo_n "(cached) " >&6
14390 ac_wine_try_cflags_saved
=$CFLAGS
14391 CFLAGS
="$CFLAGS -Wlogical-op"
14392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14393 /* end confdefs.h. */
14394 int main(int argc, char **argv) { return 0; }
14396 if ac_fn_c_try_link
"$LINENO"; then :
14397 ac_cv_cflags__Wlogical_op
=yes
14399 ac_cv_cflags__Wlogical_op
=no
14401 rm -f core conftest.err conftest.
$ac_objext \
14402 conftest
$ac_exeext conftest.
$ac_ext
14403 CFLAGS
=$ac_wine_try_cflags_saved
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14406 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14407 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14408 saved_string_h_CFLAGS
=$CFLAGS
14409 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14411 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14412 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14413 $as_echo_n "(cached) " >&6
14415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14416 /* end confdefs.h. */
14417 #include <string.h>
14418 char*f(const char *h,char n) {return strchr(h,n);}
14427 if ac_fn_c_try_compile
"$LINENO"; then :
14428 ac_cv_c_logicalop_noisy
=no
14430 ac_cv_c_logicalop_noisy
=yes
14432 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14435 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14436 CFLAGS
=$saved_string_h_CFLAGS
14437 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14440 CFLAGS
=$saved_CFLAGS
14442 for ac_flag
in $CFLAGS; do
14444 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14445 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14446 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14447 $as_echo_n "(cached) " >&6
14449 ac_wine_try_cflags_saved
=$CFLAGS
14450 CFLAGS
="$CFLAGS -gdwarf-2"
14451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14452 /* end confdefs.h. */
14453 int main(int argc, char **argv) { return 0; }
14455 if ac_fn_c_try_link
"$LINENO"; then :
14456 ac_cv_cflags__gdwarf_2
=yes
14458 ac_cv_cflags__gdwarf_2
=no
14460 rm -f core conftest.err conftest.
$ac_objext \
14461 conftest
$ac_exeext conftest.
$ac_ext
14462 CFLAGS
=$ac_wine_try_cflags_saved
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14465 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14466 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14467 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14470 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14471 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14472 $as_echo_n "(cached) " >&6
14474 ac_wine_try_cflags_saved
=$CFLAGS
14475 CFLAGS
="$CFLAGS -gstrict-dwarf"
14476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14477 /* end confdefs.h. */
14478 int main(int argc, char **argv) { return 0; }
14480 if ac_fn_c_try_link
"$LINENO"; then :
14481 ac_cv_cflags__gstrict_dwarf
=yes
14483 ac_cv_cflags__gstrict_dwarf
=no
14485 rm -f core conftest.err conftest.
$ac_objext \
14486 conftest
$ac_exeext conftest.
$ac_ext
14487 CFLAGS
=$ac_wine_try_cflags_saved
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14490 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14491 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14492 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14498 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14499 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14500 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14501 $as_echo_n "(cached) " >&6
14503 ac_wine_try_cflags_saved
=$CFLAGS
14504 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14506 /* end confdefs.h. */
14507 int main(int argc, char **argv) { return 0; }
14509 if ac_fn_c_try_link
"$LINENO"; then :
14510 ac_cv_cflags__fno_omit_frame_pointer
=yes
14512 ac_cv_cflags__fno_omit_frame_pointer
=no
14514 rm -f core conftest.err conftest.
$ac_objext \
14515 conftest
$ac_exeext conftest.
$ac_ext
14516 CFLAGS
=$ac_wine_try_cflags_saved
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14519 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14520 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14521 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14526 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14527 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14528 if ${ac_cv_cflags__Wno_format+:} false
; then :
14529 $as_echo_n "(cached) " >&6
14531 ac_wine_try_cflags_saved
=$CFLAGS
14532 CFLAGS
="$CFLAGS -Wno-format"
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__Wno_format
=yes
14540 ac_cv_cflags__Wno_format
=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__Wno_format" >&5
14547 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14548 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14549 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14553 if test "x$enable_maintainer_mode" = "xyes"
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14556 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14557 if ${ac_cv_cflags__Werror+:} false
; then :
14558 $as_echo_n "(cached) " >&6
14560 ac_wine_try_cflags_saved
=$CFLAGS
14561 CFLAGS
="$CFLAGS -Werror"
14562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14563 /* end confdefs.h. */
14564 int main(int argc, char **argv) { return 0; }
14566 if ac_fn_c_try_link
"$LINENO"; then :
14567 ac_cv_cflags__Werror
=yes
14569 ac_cv_cflags__Werror
=no
14571 rm -f core conftest.err conftest.
$ac_objext \
14572 conftest
$ac_exeext conftest.
$ac_ext
14573 CFLAGS
=$ac_wine_try_cflags_saved
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14576 $as_echo "$ac_cv_cflags__Werror" >&6; }
14577 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14578 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14582 saved_CFLAGS
="$CFLAGS"
14583 CFLAGS
="$CFLAGS -Werror"
14584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14585 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14586 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14587 $as_echo_n "(cached) " >&6
14589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14590 /* end confdefs.h. */
14591 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14600 if ac_fn_c_try_compile
"$LINENO"; then :
14601 ac_cv_have_ms_hook_prologue
="yes"
14603 ac_cv_have_ms_hook_prologue
="no"
14605 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14608 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14609 CFLAGS
="$saved_CFLAGS"
14610 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14613 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14616 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14623 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14624 if ${ac_cv_c_fortify_enabled+:} false
; then :
14625 $as_echo_n "(cached) " >&6
14627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14629 #include <string.h>
14633 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14634 #error Fortify enabled
14640 if ac_fn_c_try_compile
"$LINENO"; then :
14641 ac_cv_c_fortify_enabled
=no
14643 ac_cv_c_fortify_enabled
=yes
14645 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14648 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14649 if test "$ac_cv_c_fortify_enabled" = yes
14651 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14656 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14657 if ${ac_cv_c_extern_prefix+:} false
; then :
14658 $as_echo_n "(cached) " >&6
14660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14661 /* end confdefs.h. */
14662 extern int ac_test;
14666 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14671 if ac_fn_c_try_link
"$LINENO"; then :
14672 ac_cv_c_extern_prefix
="yes"
14674 ac_cv_c_extern_prefix
="no"
14676 rm -f core conftest.err conftest.
$ac_objext \
14677 conftest
$ac_exeext conftest.
$ac_ext
14679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14680 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14685 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14686 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14687 $as_echo_n "(cached) " >&6
14689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14690 /* end confdefs.h. */
14692 #define __stdcall __attribute__((__stdcall__))
14694 int __stdcall ac_test(int i) { return i; }
14698 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14703 if ac_fn_c_try_link
"$LINENO"; then :
14704 ac_cv_c_stdcall_suffix
="yes"
14706 ac_cv_c_stdcall_suffix
="no"
14708 rm -f core conftest.err conftest.
$ac_objext \
14709 conftest
$ac_exeext conftest.
$ac_ext
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14712 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14713 *) ac_cv_c_stdcall_suffix
="no" ;;
14717 if test "$ac_cv_c_extern_prefix" = "yes"
14719 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14721 asm_name_prefix
="_"
14723 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14729 if test "$ac_cv_c_stdcall_suffix" = "yes"
14731 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14734 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14740 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14741 if ${ac_cv_asm_func_def+:} false
; then :
14742 $as_echo_n "(cached) " >&6
14744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14745 /* end confdefs.h. */
14750 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14755 if ac_fn_c_try_link
"$LINENO"; then :
14756 ac_cv_asm_func_def
=".def"
14758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14759 /* end confdefs.h. */
14764 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14769 if ac_fn_c_try_link
"$LINENO"; then :
14770 ac_cv_asm_func_def
=".type @function"
14772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14773 /* end confdefs.h. */
14778 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14783 if ac_fn_c_try_link
"$LINENO"; then :
14784 ac_cv_asm_func_def
=".type 2"
14786 ac_cv_asm_func_def
="unknown"
14788 rm -f core conftest.err conftest.
$ac_objext \
14789 conftest
$ac_exeext conftest.
$ac_ext
14791 rm -f core conftest.err conftest.
$ac_objext \
14792 conftest
$ac_exeext conftest.
$ac_ext
14794 rm -f core conftest.err conftest.
$ac_objext \
14795 conftest
$ac_exeext conftest.
$ac_ext
14797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14798 $as_echo "$ac_cv_asm_func_def" >&6; }
14801 case "$ac_cv_asm_func_def" in
14803 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14805 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14807 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14809 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14811 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14813 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14815 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14817 asm_func_header
="" ;;
14820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14821 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14822 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14823 $as_echo_n "(cached) " >&6
14825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14826 /* end confdefs.h. */
14827 asm(".text\n\t.long 0");
14836 if ac_fn_c_try_compile
"$LINENO"; then :
14837 ac_cv_c_asm_outside_funcs
="yes"
14839 ac_cv_c_asm_outside_funcs
="no"
14841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14844 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14847 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14848 if ${ac_cv_c_dot_previous+:} false
; then :
14849 $as_echo_n "(cached) " >&6
14851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14852 /* end confdefs.h. */
14857 asm(".text\nac_test:\t.long 0\n\t.previous");
14862 if ac_fn_c_try_link
"$LINENO"; then :
14863 ac_cv_c_dot_previous
="yes"
14865 ac_cv_c_dot_previous
="no"
14867 rm -f core conftest.err conftest.
$ac_objext \
14868 conftest
$ac_exeext conftest.
$ac_ext
14870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14871 $as_echo "$ac_cv_c_dot_previous" >&6; }
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14874 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14875 if ${ac_cv_c_cfi_support+:} false
; then :
14876 $as_echo_n "(cached) " >&6
14878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14879 /* end confdefs.h. */
14880 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14889 if ac_fn_c_try_compile
"$LINENO"; then :
14890 ac_cv_c_cfi_support
="yes"
14892 ac_cv_c_cfi_support
="no"
14894 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14897 $as_echo "$ac_cv_c_cfi_support" >&6; }
14899 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14900 asm_func_trailer
=""
14901 if test "$ac_cv_c_dot_previous" = "yes"
14903 asm_func_trailer
="\\n\\t.previous"
14905 if test "$ac_cv_c_cfi_support" = "yes"
14907 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14908 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14910 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14912 UNWINDFLAGS
=-fasynchronous-unwind-tables
14915 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14917 if test "x$enable_win64" = "xyes"
14919 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14923 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14926 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14928 cat >>confdefs.h
<<_ACEOF
14929 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14933 cat >>confdefs.h
<<_ACEOF
14934 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14939 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14942 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14947 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14955 *i
[3456789]86*|x86_64
*)
14956 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14957 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
14964 ac_save_CFLAGS
="$CFLAGS"
14965 CFLAGS
="$CFLAGS $BUILTINFLAG"
15044 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15045 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15046 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15047 cat >>confdefs.h
<<_ACEOF
15048 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15054 CFLAGS
="$ac_save_CFLAGS"
15056 if test "$ac_cv_func_dlopen" = no
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15059 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15060 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15061 $as_echo_n "(cached) " >&6
15063 ac_check_lib_save_LIBS
=$LIBS
15065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15066 /* end confdefs.h. */
15068 /* Override any GCC internal prototype to avoid an error.
15069 Use char because int might match the return type of a GCC
15070 builtin and then its argument prototype would still apply. */
15083 if ac_fn_c_try_link
"$LINENO"; then :
15084 ac_cv_lib_dl_dlopen
=yes
15086 ac_cv_lib_dl_dlopen
=no
15088 rm -f core conftest.err conftest.
$ac_objext \
15089 conftest
$ac_exeext conftest.
$ac_ext
15090 LIBS
=$ac_check_lib_save_LIBS
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15093 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15094 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15095 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15101 ac_wine_check_funcs_save_LIBS
="$LIBS"
15102 LIBS
="$LIBS $DL_LIBS"
15103 for ac_func
in dladdr
15105 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15106 if test "x$ac_cv_func_dladdr" = xyes
; then :
15107 cat >>confdefs.h
<<_ACEOF
15108 #define HAVE_DLADDR 1
15114 LIBS
="$ac_wine_check_funcs_save_LIBS"
15116 if test "$ac_cv_func_poll" = no
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15119 $as_echo_n "checking for poll in -lpoll... " >&6; }
15120 if ${ac_cv_lib_poll_poll+:} false
; then :
15121 $as_echo_n "(cached) " >&6
15123 ac_check_lib_save_LIBS
=$LIBS
15124 LIBS
="-lpoll $LIBS"
15125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15126 /* end confdefs.h. */
15128 /* Override any GCC internal prototype to avoid an error.
15129 Use char because int might match the return type of a GCC
15130 builtin and then its argument prototype would still apply. */
15143 if ac_fn_c_try_link
"$LINENO"; then :
15144 ac_cv_lib_poll_poll
=yes
15146 ac_cv_lib_poll_poll
=no
15148 rm -f core conftest.err conftest.
$ac_objext \
15149 conftest
$ac_exeext conftest.
$ac_ext
15150 LIBS
=$ac_check_lib_save_LIBS
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15153 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15154 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15155 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15163 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15164 if ${ac_cv_search_gethostbyname+:} false
; then :
15165 $as_echo_n "(cached) " >&6
15167 ac_func_search_save_LIBS
=$LIBS
15168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15169 /* end confdefs.h. */
15171 /* Override any GCC internal prototype to avoid an error.
15172 Use char because int might match the return type of a GCC
15173 builtin and then its argument prototype would still apply. */
15177 char gethostbyname ();
15181 return gethostbyname ();
15186 for ac_lib
in '' nsl
; do
15187 if test -z "$ac_lib"; then
15188 ac_res
="none required"
15191 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15193 if ac_fn_c_try_link
"$LINENO"; then :
15194 ac_cv_search_gethostbyname
=$ac_res
15196 rm -f core conftest.err conftest.
$ac_objext \
15198 if ${ac_cv_search_gethostbyname+:} false
; then :
15202 if ${ac_cv_search_gethostbyname+:} false
; then :
15205 ac_cv_search_gethostbyname
=no
15207 rm conftest.
$ac_ext
15208 LIBS
=$ac_func_search_save_LIBS
15210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15211 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15212 ac_res
=$ac_cv_search_gethostbyname
15213 if test "$ac_res" != no
; then :
15214 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15220 $as_echo_n "checking for library containing connect... " >&6; }
15221 if ${ac_cv_search_connect+:} false
; then :
15222 $as_echo_n "(cached) " >&6
15224 ac_func_search_save_LIBS
=$LIBS
15225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15226 /* end confdefs.h. */
15228 /* Override any GCC internal prototype to avoid an error.
15229 Use char because int might match the return type of a GCC
15230 builtin and then its argument prototype would still apply. */
15243 for ac_lib
in '' socket
; do
15244 if test -z "$ac_lib"; then
15245 ac_res
="none required"
15248 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15250 if ac_fn_c_try_link
"$LINENO"; then :
15251 ac_cv_search_connect
=$ac_res
15253 rm -f core conftest.err conftest.
$ac_objext \
15255 if ${ac_cv_search_connect+:} false
; then :
15259 if ${ac_cv_search_connect+:} false
; then :
15262 ac_cv_search_connect
=no
15264 rm conftest.
$ac_ext
15265 LIBS
=$ac_func_search_save_LIBS
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15268 $as_echo "$ac_cv_search_connect" >&6; }
15269 ac_res
=$ac_cv_search_connect
15270 if test "$ac_res" != no
; then :
15271 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15277 $as_echo_n "checking for library containing inet_aton... " >&6; }
15278 if ${ac_cv_search_inet_aton+:} false
; then :
15279 $as_echo_n "(cached) " >&6
15281 ac_func_search_save_LIBS
=$LIBS
15282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15283 /* end confdefs.h. */
15285 /* Override any GCC internal prototype to avoid an error.
15286 Use char because int might match the return type of a GCC
15287 builtin and then its argument prototype would still apply. */
15295 return inet_aton ();
15300 for ac_lib
in '' resolv
; do
15301 if test -z "$ac_lib"; then
15302 ac_res
="none required"
15305 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15307 if ac_fn_c_try_link
"$LINENO"; then :
15308 ac_cv_search_inet_aton
=$ac_res
15310 rm -f core conftest.err conftest.
$ac_objext \
15312 if ${ac_cv_search_inet_aton+:} false
; then :
15316 if ${ac_cv_search_inet_aton+:} false
; then :
15319 ac_cv_search_inet_aton
=no
15321 rm conftest.
$ac_ext
15322 LIBS
=$ac_func_search_save_LIBS
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15325 $as_echo "$ac_cv_search_inet_aton" >&6; }
15326 ac_res
=$ac_cv_search_inet_aton
15327 if test "$ac_res" != no
; then :
15328 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15348 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15349 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15350 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15351 cat >>confdefs.h
<<_ACEOF
15352 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15361 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15362 if ${ac_cv_search_clock_gettime+:} false
; then :
15363 $as_echo_n "(cached) " >&6
15365 ac_func_search_save_LIBS
=$LIBS
15366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15367 /* end confdefs.h. */
15369 /* Override any GCC internal prototype to avoid an error.
15370 Use char because int might match the return type of a GCC
15371 builtin and then its argument prototype would still apply. */
15375 char clock_gettime ();
15379 return clock_gettime ();
15384 for ac_lib
in '' rt
; do
15385 if test -z "$ac_lib"; then
15386 ac_res
="none required"
15389 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15391 if ac_fn_c_try_link
"$LINENO"; then :
15392 ac_cv_search_clock_gettime
=$ac_res
15394 rm -f core conftest.err conftest.
$ac_objext \
15396 if ${ac_cv_search_clock_gettime+:} false
; then :
15400 if ${ac_cv_search_clock_gettime+:} false
; then :
15403 ac_cv_search_clock_gettime
=no
15405 rm conftest.
$ac_ext
15406 LIBS
=$ac_func_search_save_LIBS
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15409 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15410 ac_res
=$ac_cv_search_clock_gettime
15411 if test "$ac_res" != no
; then :
15412 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15414 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15416 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15424 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15426 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15428 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15430 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15431 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15432 $as_echo_n "(cached) " >&6
15434 ac_check_lib_save_LIBS
=$LIBS
15435 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15436 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15437 /* end confdefs.h. */
15439 /* Override any GCC internal prototype to avoid an error.
15440 Use char because int might match the return type of a GCC
15441 builtin and then its argument prototype would still apply. */
15445 char ldap_initialize ();
15449 return ldap_initialize ();
15454 if ac_fn_c_try_link
"$LINENO"; then :
15455 ac_cv_lib_ldap_r_ldap_initialize
=yes
15457 ac_cv_lib_ldap_r_ldap_initialize
=no
15459 rm -f core conftest.err conftest.
$ac_objext \
15460 conftest
$ac_exeext conftest.
$ac_ext
15461 LIBS
=$ac_check_lib_save_LIBS
15463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15464 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15465 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15467 $as_echo_n "checking for ber_init in -llber... " >&6; }
15468 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15469 $as_echo_n "(cached) " >&6
15471 ac_check_lib_save_LIBS
=$LIBS
15472 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15474 /* end confdefs.h. */
15476 /* Override any GCC internal prototype to avoid an error.
15477 Use char because int might match the return type of a GCC
15478 builtin and then its argument prototype would still apply. */
15486 return ber_init ();
15491 if ac_fn_c_try_link
"$LINENO"; then :
15492 ac_cv_lib_lber_ber_init
=yes
15494 ac_cv_lib_lber_ber_init
=no
15496 rm -f core conftest.err conftest.
$ac_objext \
15497 conftest
$ac_exeext conftest.
$ac_ext
15498 LIBS
=$ac_check_lib_save_LIBS
15500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15501 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15502 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15504 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15506 LDAP_LIBS
="-lldap_r -llber"
15513 ac_wine_check_funcs_save_LIBS
="$LIBS"
15514 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15516 ldap_count_references \
15517 ldap_first_reference \
15518 ldap_next_reference \
15519 ldap_parse_reference \
15520 ldap_parse_sort_control \
15521 ldap_parse_sortresponse_control \
15522 ldap_parse_vlv_control \
15523 ldap_parse_vlvresponse_control
15525 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15526 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15527 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15528 cat >>confdefs.h
<<_ACEOF
15529 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15535 LIBS
="$ac_wine_check_funcs_save_LIBS"
15537 if test "x$LDAP_LIBS" = "x"; then :
15538 case "x$with_ldap" in
15539 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15541 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15542 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15547 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15548 if ${wine_cv_one_arg_mkdir+:} false
; then :
15549 $as_echo_n "(cached) " >&6
15551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15552 /* end confdefs.h. */
15553 #include <sys/stat.h>
15562 if ac_fn_c_try_compile
"$LINENO"; then :
15563 wine_cv_one_arg_mkdir
=yes
15565 wine_cv_one_arg_mkdir
=no
15567 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15570 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15571 if test "$wine_cv_one_arg_mkdir" = "yes"
15574 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15579 $as_echo_n "checking for sched_setaffinity... " >&6; }
15580 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15581 $as_echo_n "(cached) " >&6
15583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15584 /* end confdefs.h. */
15585 #define _GNU_SOURCE
15590 sched_setaffinity(0, 0, 0);
15595 if ac_fn_c_try_link
"$LINENO"; then :
15596 wine_cv_have_sched_setaffinity
=yes
15598 wine_cv_have_sched_setaffinity
=no
15600 rm -f core conftest.err conftest.
$ac_objext \
15601 conftest
$ac_exeext conftest.
$ac_ext
15603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15604 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15605 if test "$wine_cv_have_sched_setaffinity" = "yes"
15608 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15613 $as_echo_n "checking for fallocate... " >&6; }
15614 if ${wine_cv_have_fallocate+:} false
; then :
15615 $as_echo_n "(cached) " >&6
15617 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15618 /* end confdefs.h. */
15619 #define _GNU_SOURCE
15624 fallocate(-1, 0, 0, 0);
15629 if ac_fn_c_try_link
"$LINENO"; then :
15630 wine_cv_have_fallocate
=yes
15632 wine_cv_have_fallocate
=no
15634 rm -f core conftest.err conftest.
$ac_objext \
15635 conftest
$ac_exeext conftest.
$ac_ext
15637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15638 $as_echo "$wine_cv_have_fallocate" >&6; }
15639 if test "$wine_cv_have_fallocate" = "yes"
15642 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15648 $as_echo_n "checking for inline... " >&6; }
15649 if ${ac_cv_c_inline+:} false
; then :
15650 $as_echo_n "(cached) " >&6
15653 for ac_kw
in inline __inline__ __inline
; do
15654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15655 /* end confdefs.h. */
15656 #ifndef __cplusplus
15658 static $ac_kw foo_t static_foo () {return 0; }
15659 $ac_kw foo_t foo () {return 0; }
15663 if ac_fn_c_try_compile
"$LINENO"; then :
15664 ac_cv_c_inline
=$ac_kw
15666 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15667 test "$ac_cv_c_inline" != no
&& break
15671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15672 $as_echo "$ac_cv_c_inline" >&6; }
15674 case $ac_cv_c_inline in
15677 case $ac_cv_c_inline in
15679 *) ac_val
=$ac_cv_c_inline;;
15681 cat >>confdefs.h
<<_ACEOF
15682 #ifndef __cplusplus
15683 #define inline $ac_val
15689 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15690 if test "x$ac_cv_type_mode_t" = xyes
; then :
15692 cat >>confdefs.h
<<_ACEOF
15693 #define HAVE_MODE_T 1
15698 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15699 if test "x$ac_cv_type_off_t" = xyes
; then :
15701 cat >>confdefs.h
<<_ACEOF
15702 #define HAVE_OFF_T 1
15707 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15708 if test "x$ac_cv_type_pid_t" = xyes
; then :
15710 cat >>confdefs.h
<<_ACEOF
15711 #define HAVE_PID_T 1
15716 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15717 if test "x$ac_cv_type_size_t" = xyes
; then :
15719 cat >>confdefs.h
<<_ACEOF
15720 #define HAVE_SIZE_T 1
15725 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15726 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15728 cat >>confdefs.h
<<_ACEOF
15729 #define HAVE_SSIZE_T 1
15734 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15735 if test "x$ac_cv_type_long_long" = xyes
; then :
15737 cat >>confdefs.h
<<_ACEOF
15738 #define HAVE_LONG_LONG 1
15743 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15744 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15746 cat >>confdefs.h
<<_ACEOF
15747 #define HAVE_FSBLKCNT_T 1
15752 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15753 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15755 cat >>confdefs.h
<<_ACEOF
15756 #define HAVE_FSFILCNT_T 1
15762 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15763 #include <signal.h>
15765 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15767 cat >>confdefs.h
<<_ACEOF
15768 #define HAVE_SIGSET_T 1
15774 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15776 if test "x$ac_cv_type_request_sense" = xyes
; then :
15778 cat >>confdefs.h
<<_ACEOF
15779 #define HAVE_REQUEST_SENSE 1
15786 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15787 #ifdef HAVE_SYS_SOCKET_H
15788 #include <sys/socket.h>
15790 #ifdef HAVE_SYS_SOCKETVAR_H
15791 #include <sys/socketvar.h>
15793 #ifdef HAVE_NET_ROUTE_H
15794 #include <net/route.h>
15796 #ifdef HAVE_NETINET_IN_H
15797 #include <netinet/in.h>
15799 #ifdef HAVE_NETINET_IN_SYSTM_H
15800 #include <netinet/in_systm.h>
15802 #ifdef HAVE_NETINET_IP_H
15803 #include <netinet/ip.h>
15805 #ifdef HAVE_NETINET_IN_PCB_H
15806 #include <netinet/in_pcb.h>
15809 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15811 cat >>confdefs.h
<<_ACEOF
15812 #define HAVE_STRUCT_XINPGEN 1
15819 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15822 #ifdef HAVE_SYS_LINK_H
15823 #include <sys/link.h>
15826 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15828 cat >>confdefs.h
<<_ACEOF
15829 #define HAVE_STRUCT_R_DEBUG 1
15834 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15837 #ifdef HAVE_SYS_LINK_H
15838 #include <sys/link.h>
15841 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15843 cat >>confdefs.h
<<_ACEOF
15844 #define HAVE_STRUCT_LINK_MAP 1
15851 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15852 #include <linux/input.h>
15855 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15857 cat >>confdefs.h
<<_ACEOF
15858 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15866 $as_echo_n "checking for sigaddset... " >&6; }
15867 if ${wine_cv_have_sigaddset+:} false
; then :
15868 $as_echo_n "(cached) " >&6
15870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15871 /* end confdefs.h. */
15872 #include <signal.h>
15876 sigset_t set; sigaddset(&set,SIGTERM);
15881 if ac_fn_c_try_link
"$LINENO"; then :
15882 wine_cv_have_sigaddset
=yes
15884 wine_cv_have_sigaddset
=no
15886 rm -f core conftest.err conftest.
$ac_objext \
15887 conftest
$ac_exeext conftest.
$ac_ext
15889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15890 $as_echo "$wine_cv_have_sigaddset" >&6; }
15891 if test "$wine_cv_have_sigaddset" = "yes"
15894 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15900 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15901 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15902 $as_echo_n "(cached) " >&6
15904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15905 /* end confdefs.h. */
15913 struct hostent *result;
15920 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15921 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15927 if ac_fn_c_try_link
"$LINENO"; then :
15928 wine_cv_linux_gethostbyname_r_6
=yes
15930 wine_cv_linux_gethostbyname_r_6
=no
15933 rm -f core conftest.err conftest.
$ac_objext \
15934 conftest
$ac_exeext conftest.
$ac_ext
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15938 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15939 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15942 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15946 if test "$ac_cv_header_linux_joystick_h" = "yes"
15948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15949 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15950 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15951 $as_echo_n "(cached) " >&6
15953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15954 /* end confdefs.h. */
15956 #include <sys/ioctl.h>
15957 #include <sys/types.h>
15958 #include <linux/joystick.h>
15960 struct js_event blub;
15961 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15962 #error "no 2.2 header"
15973 if ac_fn_c_try_compile
"$LINENO"; then :
15974 wine_cv_linux_joystick_22_api
=yes
15976 wine_cv_linux_joystick_22_api
=no
15978 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15982 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15983 if test "$wine_cv_linux_joystick_22_api" = "yes"
15986 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15992 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15993 #ifdef HAVE_SYS_PARAM_H
15994 # include <sys/param.h>
15996 #ifdef HAVE_SYS_MOUNT_H
15997 # include <sys/mount.h>
15999 #ifdef HAVE_SYS_VFS_H
16000 # include <sys/vfs.h>
16002 #ifdef HAVE_SYS_STATFS_H
16003 # include <sys/statfs.h>
16006 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16008 cat >>confdefs.h
<<_ACEOF
16009 #define HAVE_STRUCT_STATFS_F_BFREE 1
16014 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16015 #ifdef HAVE_SYS_PARAM_H
16016 # include <sys/param.h>
16018 #ifdef HAVE_SYS_MOUNT_H
16019 # include <sys/mount.h>
16021 #ifdef HAVE_SYS_VFS_H
16022 # include <sys/vfs.h>
16024 #ifdef HAVE_SYS_STATFS_H
16025 # include <sys/statfs.h>
16028 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16030 cat >>confdefs.h
<<_ACEOF
16031 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16036 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16037 #ifdef HAVE_SYS_PARAM_H
16038 # include <sys/param.h>
16040 #ifdef HAVE_SYS_MOUNT_H
16041 # include <sys/mount.h>
16043 #ifdef HAVE_SYS_VFS_H
16044 # include <sys/vfs.h>
16046 #ifdef HAVE_SYS_STATFS_H
16047 # include <sys/statfs.h>
16050 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16052 cat >>confdefs.h
<<_ACEOF
16053 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16058 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16059 #ifdef HAVE_SYS_PARAM_H
16060 # include <sys/param.h>
16062 #ifdef HAVE_SYS_MOUNT_H
16063 # include <sys/mount.h>
16065 #ifdef HAVE_SYS_VFS_H
16066 # include <sys/vfs.h>
16068 #ifdef HAVE_SYS_STATFS_H
16069 # include <sys/statfs.h>
16072 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16074 cat >>confdefs.h
<<_ACEOF
16075 #define HAVE_STRUCT_STATFS_F_FFREE 1
16080 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16081 #ifdef HAVE_SYS_PARAM_H
16082 # include <sys/param.h>
16084 #ifdef HAVE_SYS_MOUNT_H
16085 # include <sys/mount.h>
16087 #ifdef HAVE_SYS_VFS_H
16088 # include <sys/vfs.h>
16090 #ifdef HAVE_SYS_STATFS_H
16091 # include <sys/statfs.h>
16094 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16096 cat >>confdefs.h
<<_ACEOF
16097 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16102 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16103 #ifdef HAVE_SYS_PARAM_H
16104 # include <sys/param.h>
16106 #ifdef HAVE_SYS_MOUNT_H
16107 # include <sys/mount.h>
16109 #ifdef HAVE_SYS_VFS_H
16110 # include <sys/vfs.h>
16112 #ifdef HAVE_SYS_STATFS_H
16113 # include <sys/statfs.h>
16116 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16118 cat >>confdefs.h
<<_ACEOF
16119 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16126 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16127 #include <sys/statvfs.h>
16130 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16132 cat >>confdefs.h
<<_ACEOF
16133 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16140 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16141 #include <dirent.h>
16144 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16146 cat >>confdefs.h
<<_ACEOF
16147 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16154 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16155 #ifdef HAVE_SYS_SOCKET_H
16156 # include <sys/socket.h>
16158 #ifdef HAVE_SYS_UN_H
16159 # include <sys/un.h>
16162 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16164 cat >>confdefs.h
<<_ACEOF
16165 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16170 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16171 #ifdef HAVE_SYS_SOCKET_H
16172 # include <sys/socket.h>
16174 #ifdef HAVE_SYS_UN_H
16175 # include <sys/un.h>
16178 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16180 cat >>confdefs.h
<<_ACEOF
16181 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16186 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16187 #ifdef HAVE_SYS_SOCKET_H
16188 # include <sys/socket.h>
16190 #ifdef HAVE_SYS_UN_H
16191 # include <sys/un.h>
16194 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16196 cat >>confdefs.h
<<_ACEOF
16197 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16204 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16205 #ifdef HAVE_SCSI_SG_H
16206 #include <scsi/sg.h>
16209 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16211 cat >>confdefs.h
<<_ACEOF
16212 #define HAVE_SCSIREQ_T_CMD 1
16217 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>
16218 #ifdef HAVE_SCSI_SG_H
16219 #include <scsi/sg.h>
16222 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16224 cat >>confdefs.h
<<_ACEOF
16225 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16232 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16234 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16236 cat >>confdefs.h
<<_ACEOF
16237 #define HAVE_SIGINFO_T_SI_FD 1
16244 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16245 #ifdef HAVE_SYS_MTIO_H
16246 #include <sys/mtio.h>
16249 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16251 cat >>confdefs.h
<<_ACEOF
16252 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16257 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16258 #ifdef HAVE_SYS_MTIO_H
16259 #include <sys/mtio.h>
16262 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16264 cat >>confdefs.h
<<_ACEOF
16265 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16270 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16271 #ifdef HAVE_SYS_MTIO_H
16272 #include <sys/mtio.h>
16275 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16277 cat >>confdefs.h
<<_ACEOF
16278 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16285 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16286 #include <getopt.h>
16289 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16291 cat >>confdefs.h
<<_ACEOF
16292 #define HAVE_STRUCT_OPTION_NAME 1
16299 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16300 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16302 cat >>confdefs.h
<<_ACEOF
16303 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16308 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16309 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16311 cat >>confdefs.h
<<_ACEOF
16312 #define HAVE_STRUCT_STAT_ST_MTIM 1
16317 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16318 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16320 cat >>confdefs.h
<<_ACEOF
16321 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16326 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16327 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16329 cat >>confdefs.h
<<_ACEOF
16330 #define HAVE_STRUCT_STAT_ST_CTIM 1
16335 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16336 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16338 cat >>confdefs.h
<<_ACEOF
16339 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16344 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16345 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16347 cat >>confdefs.h
<<_ACEOF
16348 #define HAVE_STRUCT_STAT_ST_ATIM 1
16353 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16354 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16356 cat >>confdefs.h
<<_ACEOF
16357 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16362 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16363 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16365 cat >>confdefs.h
<<_ACEOF
16366 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16371 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16372 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16374 cat >>confdefs.h
<<_ACEOF
16375 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16380 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16381 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16383 cat >>confdefs.h
<<_ACEOF
16384 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16389 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16390 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16392 cat >>confdefs.h
<<_ACEOF
16393 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16398 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16399 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16401 cat >>confdefs.h
<<_ACEOF
16402 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16409 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
16410 #include <sys/types.h>
16412 #ifdef HAVE_NETINET_IN_H
16413 #include <netinet/in.h>
16416 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16418 cat >>confdefs.h
<<_ACEOF
16419 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16426 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16427 #include <resolv.h>
16430 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16432 cat >>confdefs.h
<<_ACEOF
16433 #define HAVE_STRUCT___RES_STATE 1
16440 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
16441 #include <resolv.h>
16444 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16446 cat >>confdefs.h
<<_ACEOF
16447 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16454 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16455 #include <sys/types.h>
16457 #ifdef HAVE_NETINET_IN_H
16458 # include <netinet/in.h>
16460 #ifdef HAVE_ARPA_NAMESER_H
16461 # include <arpa/nameser.h>
16464 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16466 cat >>confdefs.h
<<_ACEOF
16467 #define HAVE_NS_MSG__MSG_PTR 1
16474 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16475 #include <sys/types.h>
16477 #ifdef HAVE_NETINET_IP_H
16478 #include <netinet/ip.h>
16480 #ifdef HAVE_NETINET_IP_ICMP_H
16481 #include <netinet/ip_icmp.h>
16483 #ifdef HAVE_NETINET_ICMP_VAR_H
16484 #include <netinet/icmp_var.h>
16487 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16489 cat >>confdefs.h
<<_ACEOF
16490 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16497 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16498 #include <sys/types.h>
16500 #ifdef HAVE_ALIAS_H
16503 #ifdef HAVE_SYS_SOCKET_H
16504 #include <sys/socket.h>
16506 #ifdef HAVE_SYS_SOCKETVAR_H
16507 #include <sys/socketvar.h>
16509 #ifdef HAVE_SYS_TIMEOUT_H
16510 #include <sys/timeout.h>
16512 #ifdef HAVE_NETINET_IN_H
16513 #include <netinet/in.h>
16515 #ifdef HAVE_NETINET_IN_SYSTM_H
16516 #include <netinet/in_systm.h>
16518 #ifdef HAVE_NETINET_IP_H
16519 #include <netinet/ip.h>
16521 #ifdef HAVE_NETINET_IP_VAR_H
16522 #include <netinet/ip_var.h>
16524 #ifdef HAVE_NETINET_IP_ICMP_H
16525 #include <netinet/ip_icmp.h>
16527 #ifdef HAVE_NETINET_ICMP_VAR_H
16528 #include <netinet/icmp_var.h>
16531 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16533 cat >>confdefs.h
<<_ACEOF
16534 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16541 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16542 #include <sys/types.h>
16544 #ifdef HAVE_SYS_SOCKETVAR_H
16545 #include <sys/socketvar.h>
16547 #ifdef HAVE_NETINET_IN_H
16548 #include <netinet/in.h>
16550 #ifdef HAVE_NETINET_IP_VAR_H
16551 #include <netinet/ip_var.h>
16554 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16556 cat >>confdefs.h
<<_ACEOF
16557 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16564 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
16565 #include <netinet/ip_var.h>
16568 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16570 cat >>confdefs.h
<<_ACEOF
16571 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16578 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16579 #include <sys/types.h>
16581 #ifdef HAVE_SYS_SOCKETVAR_H
16582 #include <sys/socketvar.h>
16584 #ifdef HAVE_NETINET_IN_H
16585 #include <netinet/in.h>
16587 #ifdef HAVE_NETINET_TCP_H
16588 #include <netinet/tcp.h>
16590 #ifdef HAVE_NETINET_TCP_VAR_H
16591 #include <netinet/tcp_var.h>
16594 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16596 cat >>confdefs.h
<<_ACEOF
16597 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16604 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
16605 #include <netinet/tcp_var.h>
16608 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16610 cat >>confdefs.h
<<_ACEOF
16611 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16618 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16619 #include <sys/types.h>
16621 #ifdef HAVE_NETINET_IN_H
16622 #include <netinet/in.h>
16624 #ifdef HAVE_NETINET_IP_VAR_H
16625 #include <netinet/ip_var.h>
16627 #ifdef HAVE_NETINET_UDP_H
16628 #include <netinet/udp.h>
16630 #ifdef HAVE_NETINET_UDP_VAR_H
16631 #include <netinet/udp_var.h>
16634 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16636 cat >>confdefs.h
<<_ACEOF
16637 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16644 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16645 #include <sys/types.h>
16647 #ifdef HAVE_NET_IF_H
16648 # include <net/if.h>
16651 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16653 cat >>confdefs.h
<<_ACEOF
16654 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16662 $as_echo_n "checking for timezone variable... " >&6; }
16663 if ${ac_cv_have_timezone+:} false
; then :
16664 $as_echo_n "(cached) " >&6
16666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16667 /* end confdefs.h. */
16677 if ac_fn_c_try_link
"$LINENO"; then :
16678 ac_cv_have_timezone
="yes"
16680 ac_cv_have_timezone
="no"
16682 rm -f core conftest.err conftest.
$ac_objext \
16683 conftest
$ac_exeext conftest.
$ac_ext
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16686 $as_echo "$ac_cv_have_timezone" >&6; }
16687 if test "$ac_cv_have_timezone" = "yes"
16690 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16694 $as_echo_n "checking for daylight variable... " >&6; }
16695 if ${ac_cv_have_daylight+:} false
; then :
16696 $as_echo_n "(cached) " >&6
16698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16699 /* end confdefs.h. */
16709 if ac_fn_c_try_link
"$LINENO"; then :
16710 ac_cv_have_daylight
="yes"
16712 ac_cv_have_daylight
="no"
16714 rm -f core conftest.err conftest.
$ac_objext \
16715 conftest
$ac_exeext conftest.
$ac_ext
16717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16718 $as_echo "$ac_cv_have_daylight" >&6; }
16719 if test "$ac_cv_have_daylight" = "yes"
16722 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16726 ac_save_LIBS
="$LIBS"
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16729 $as_echo_n "checking for isfinite... " >&6; }
16730 if ${ac_cv_have_isfinite+:} false
; then :
16731 $as_echo_n "(cached) " >&6
16733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16734 /* end confdefs.h. */
16735 #define _GNU_SOURCE
16740 float f = 0.0; return isfinite(f)
16745 if ac_fn_c_try_link
"$LINENO"; then :
16746 ac_cv_have_isfinite
="yes"
16748 ac_cv_have_isfinite
="no"
16750 rm -f core conftest.err conftest.
$ac_objext \
16751 conftest
$ac_exeext conftest.
$ac_ext
16753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16754 $as_echo "$ac_cv_have_isfinite" >&6; }
16755 if test "$ac_cv_have_isfinite" = "yes"
16758 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16763 $as_echo_n "checking for isinf... " >&6; }
16764 if ${ac_cv_have_isinf+:} false
; then :
16765 $as_echo_n "(cached) " >&6
16767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16768 /* end confdefs.h. */
16773 float f = 0.0; return isinf(f)
16778 if ac_fn_c_try_link
"$LINENO"; then :
16779 ac_cv_have_isinf
="yes"
16781 ac_cv_have_isinf
="no"
16783 rm -f core conftest.err conftest.
$ac_objext \
16784 conftest
$ac_exeext conftest.
$ac_ext
16786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16787 $as_echo "$ac_cv_have_isinf" >&6; }
16788 if test "$ac_cv_have_isinf" = "yes"
16791 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16796 $as_echo_n "checking for isnan... " >&6; }
16797 if ${ac_cv_have_isnan+:} false
; then :
16798 $as_echo_n "(cached) " >&6
16800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16801 /* end confdefs.h. */
16806 float f = 0.0; return isnan(f)
16811 if ac_fn_c_try_link
"$LINENO"; then :
16812 ac_cv_have_isnan
="yes"
16814 ac_cv_have_isnan
="no"
16816 rm -f core conftest.err conftest.
$ac_objext \
16817 conftest
$ac_exeext conftest.
$ac_ext
16819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16820 $as_echo "$ac_cv_have_isnan" >&6; }
16821 if test "$ac_cv_have_isnan" = "yes"
16824 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16853 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16854 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16855 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16856 cat >>confdefs.h
<<_ACEOF
16857 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16863 LIBS
="$ac_save_LIBS"
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16866 $as_echo_n "checking for __builtin_clz... " >&6; }
16867 if ${ac_cv_have___builtin_clz+:} false
; then :
16868 $as_echo_n "(cached) " >&6
16870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16871 /* end confdefs.h. */
16876 return __builtin_clz(1)
16881 if ac_fn_c_try_link
"$LINENO"; then :
16882 ac_cv_have___builtin_clz
="yes"
16884 ac_cv_have___builtin_clz
="no"
16886 rm -f core conftest.err conftest.
$ac_objext \
16887 conftest
$ac_exeext conftest.
$ac_ext
16889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16890 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16891 if test "$ac_cv_have___builtin_clz" = "yes"
16894 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16900 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16901 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16902 if ${ac_cv_cpp_def___i386__+:} false
; then :
16903 $as_echo_n "(cached) " >&6
16905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16906 /* end confdefs.h. */
16911 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16912 $EGREP "yes" >/dev
/null
2>&1; then :
16913 ac_cv_cpp_def___i386__
=yes
16915 ac_cv_cpp_def___i386__
=no
16920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16921 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16922 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16923 CFLAGS
="$CFLAGS -D__i386__"
16924 LINTFLAGS
="$LINTFLAGS -D__i386__"
16926 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16927 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16928 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16929 $as_echo_n "(cached) " >&6
16931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16932 /* end confdefs.h. */
16937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16938 $EGREP "yes" >/dev
/null
2>&1; then :
16939 ac_cv_cpp_def___x86_64__
=yes
16941 ac_cv_cpp_def___x86_64__
=no
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16947 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16948 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16949 CFLAGS
="$CFLAGS -D__x86_64__"
16950 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16952 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16953 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16954 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16955 $as_echo_n "(cached) " >&6
16957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16959 #ifndef __sparc64__
16963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16964 $EGREP "yes" >/dev
/null
2>&1; then :
16965 ac_cv_cpp_def___sparc64__
=yes
16967 ac_cv_cpp_def___sparc64__
=no
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16973 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16974 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16975 CFLAGS
="$CFLAGS -D__sparc64__"
16976 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16978 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16979 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16980 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16981 $as_echo_n "(cached) " >&6
16983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16984 /* end confdefs.h. */
16989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16990 $EGREP "yes" >/dev
/null
2>&1; then :
16991 ac_cv_cpp_def___sparc__
=yes
16993 ac_cv_cpp_def___sparc__
=no
16998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16999 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17000 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17001 CFLAGS
="$CFLAGS -D__sparc__"
17002 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17004 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17005 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17006 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17007 $as_echo_n "(cached) " >&6
17009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17010 /* end confdefs.h. */
17011 #ifndef __powerpc64__
17015 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17016 $EGREP "yes" >/dev
/null
2>&1; then :
17017 ac_cv_cpp_def___powerpc64__
=yes
17019 ac_cv_cpp_def___powerpc64__
=no
17024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17025 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17026 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17027 CFLAGS
="$CFLAGS -D__powerpc64__"
17028 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17030 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17031 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17032 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17033 $as_echo_n "(cached) " >&6
17035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17036 /* end confdefs.h. */
17037 #ifndef __powerpc__
17041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17042 $EGREP "yes" >/dev
/null
2>&1; then :
17043 ac_cv_cpp_def___powerpc__
=yes
17045 ac_cv_cpp_def___powerpc__
=no
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17051 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17052 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17053 CFLAGS
="$CFLAGS -D__powerpc__"
17054 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17056 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17057 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17058 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17059 $as_echo_n "(cached) " >&6
17061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17062 /* end confdefs.h. */
17063 #ifndef __aarch64__
17067 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17068 $EGREP "yes" >/dev
/null
2>&1; then :
17069 ac_cv_cpp_def___aarch64__
=yes
17071 ac_cv_cpp_def___aarch64__
=no
17076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17077 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17078 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17079 CFLAGS
="$CFLAGS -D__aarch64__"
17080 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17082 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17083 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17084 if ${ac_cv_cpp_def___arm__+:} false
; then :
17085 $as_echo_n "(cached) " >&6
17087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17088 /* end confdefs.h. */
17093 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17094 $EGREP "yes" >/dev
/null
2>&1; then :
17095 ac_cv_cpp_def___arm__
=yes
17097 ac_cv_cpp_def___arm__
=no
17102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17103 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17104 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17105 CFLAGS
="$CFLAGS -D__arm__"
17106 LINTFLAGS
="$LINTFLAGS -D__arm__"
17110 case $host_vendor in
17111 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17112 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17113 if ${ac_cv_cpp_def___sun__+:} false
; then :
17114 $as_echo_n "(cached) " >&6
17116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17117 /* end confdefs.h. */
17122 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17123 $EGREP "yes" >/dev
/null
2>&1; then :
17124 ac_cv_cpp_def___sun__
=yes
17126 ac_cv_cpp_def___sun__
=no
17131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17132 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17133 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17134 CFLAGS
="$CFLAGS -D__sun__"
17135 LINTFLAGS
="$LINTFLAGS -D__sun__"
17143 ac_config_commands
="$ac_config_commands include/stamp-h"
17145 $as_echo_n "creating Makefile rules..." >&6
17147 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17148 SOCKET_LIBS = $SOCKET_LIBS
17149 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17150 IOKIT_LIBS = $IOKIT_LIBS
17151 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17152 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17153 CORESERVICES_LIBS = $CORESERVICES_LIBS
17154 APPKIT_LIBS = $APPKIT_LIBS
17155 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17156 SECURITY_LIBS = $SECURITY_LIBS
17157 COREAUDIO_LIBS = $COREAUDIO_LIBS
17158 OPENAL_LIBS = $OPENAL_LIBS
17159 OPENCL_LIBS = $OPENCL_LIBS
17160 QUICKTIME_LIBS = $QUICKTIME_LIBS
17161 CARBON_LIBS = $CARBON_LIBS
17162 PTHREAD_LIBS = $PTHREAD_LIBS
17163 X_CFLAGS = $X_CFLAGS
17164 X_PRE_LIBS = $X_PRE_LIBS
17166 X_EXTRA_LIBS = $X_EXTRA_LIBS
17167 PCAP_LIBS = $PCAP_LIBS
17168 XML2_CFLAGS = $XML2_CFLAGS
17169 XML2_LIBS = $XML2_LIBS
17170 XSLT_CFLAGS = $XSLT_CFLAGS
17171 XSLT_LIBS = $XSLT_LIBS
17172 DBUS_CFLAGS = $DBUS_CFLAGS
17173 DBUS_LIBS = $DBUS_LIBS
17174 HAL_CFLAGS = $HAL_CFLAGS
17175 HAL_LIBS = $HAL_LIBS
17176 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17177 GNUTLS_LIBS = $GNUTLS_LIBS
17178 SANE_CFLAGS = $SANE_CFLAGS
17179 SANE_LIBS = $SANE_LIBS
17180 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17181 GPHOTO2_LIBS = $GPHOTO2_LIBS
17182 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17183 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17184 RESOLV_LIBS = $RESOLV_LIBS
17185 LCMS2_CFLAGS = $LCMS2_CFLAGS
17186 LCMS2_LIBS = $LCMS2_LIBS
17187 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17188 FREETYPE_LIBS = $FREETYPE_LIBS
17190 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17191 PULSE_CFLAGS = $PULSE_CFLAGS
17192 PULSE_LIBS = $PULSE_LIBS
17193 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17194 GSTREAMER_LIBS = $GSTREAMER_LIBS
17195 ALSA_LIBS = $ALSA_LIBS
17196 OSS4_CFLAGS = $OSS4_CFLAGS
17197 CAPI20_CFLAGS = $CAPI20_CFLAGS
17198 CAPI20_LIBS = $CAPI20_LIBS
17199 CUPS_CFLAGS = $CUPS_CFLAGS
17200 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17201 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17202 JPEG_CFLAGS = $JPEG_CFLAGS
17203 JPEG_LIBS = $JPEG_LIBS
17204 PNG_CFLAGS = $PNG_CFLAGS
17205 PNG_LIBS = $PNG_LIBS
17206 TIFF_CFLAGS = $TIFF_CFLAGS
17207 TIFF_LIBS = $TIFF_LIBS
17208 MPG123_CFLAGS = $MPG123_CFLAGS
17209 MPG123_LIBS = $MPG123_LIBS
17210 KSTAT_LIBS = $KSTAT_LIBS
17211 PROCSTAT_LIBS = $PROCSTAT_LIBS
17212 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17214 POLL_LIBS = $POLL_LIBS
17216 LDAP_LIBS = $LDAP_LIBS
17221 wine_fn_append_rule
"
17222 # Rules automatically generated by configure
17224 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17229 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17230 @./config.status Make.tmp Makefile"
17232 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17233 .gitignore: config.status
17234 @./config.status .gitignore"
17236 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17237 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17239 if test "x$enable_fonts" != xno
; then
17240 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17241 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17242 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17243 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17244 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17245 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17247 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17248 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17249 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17250 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17251 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17252 wine_fn_config_symlink wine
17253 if test "x$enable_win64" != xno
; then
17254 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17255 wine_fn_config_symlink wine64
17258 wine_fn_config_dll acledit enable_acledit
17259 wine_fn_config_dll aclui enable_aclui implib
17260 wine_fn_config_dll activeds enable_activeds implib
17261 wine_fn_config_dll actxprxy enable_actxprxy clean
17262 wine_fn_config_lib adsiid
17263 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17264 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17265 wine_fn_config_dll advpack enable_advpack implib
17266 wine_fn_config_test dlls
/advpack
/tests advpack_test
17267 wine_fn_config_dll amstream enable_amstream clean
17268 wine_fn_config_test dlls
/amstream
/tests amstream_test
17269 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17270 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17271 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17273 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17275 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17276 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17277 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17278 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17280 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17281 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17282 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17283 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17284 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17285 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17287 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17289 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17290 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17291 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17294 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17295 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17296 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17298 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17300 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17301 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17303 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17304 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17306 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17307 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17308 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17309 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17313 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17314 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17315 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17316 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17318 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17319 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17320 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17321 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17322 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17323 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17324 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17325 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17326 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17327 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17328 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17329 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17330 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17331 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17335 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17336 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17337 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17338 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17339 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17340 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17341 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17342 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17343 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17344 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17345 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17346 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17347 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17348 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17349 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17350 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17351 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17352 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17353 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17354 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17355 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17356 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17357 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17358 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17359 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17360 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17361 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17362 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17363 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17364 wine_fn_config_dll apphelp enable_apphelp
17365 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17366 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17367 wine_fn_config_dll atl enable_atl clean
,implib
17368 wine_fn_config_test dlls
/atl
/tests atl_test
17369 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17370 wine_fn_config_test dlls
/atl100
/tests atl100_test
17371 wine_fn_config_dll atl110 enable_atl110 clean
17372 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17373 wine_fn_config_test dlls
/atl80
/tests atl80_test
17374 wine_fn_config_dll atl90 enable_atl90 clean
17375 wine_fn_config_dll authz enable_authz
17376 wine_fn_config_dll avicap32 enable_avicap32 implib
17377 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17378 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17379 wine_fn_config_dll avifile.dll16 enable_win16
17380 wine_fn_config_dll avrt enable_avrt implib
17381 wine_fn_config_dll bcrypt enable_bcrypt
17382 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17383 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17384 wine_fn_config_dll browseui enable_browseui clean
,po
17385 wine_fn_config_test dlls
/browseui
/tests browseui_test
17386 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17387 wine_fn_config_dll cabinet enable_cabinet implib
17388 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17389 wine_fn_config_dll capi2032 enable_capi2032 implib
17390 wine_fn_config_dll cards enable_cards implib
17391 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17392 wine_fn_config_dll clusapi enable_clusapi implib
17393 wine_fn_config_dll combase enable_combase
17394 wine_fn_config_test dlls
/combase
/tests combase_test
17395 wine_fn_config_dll comcat enable_comcat
17396 wine_fn_config_test dlls
/comcat
/tests comcat_test
17397 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17398 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17399 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17400 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17401 wine_fn_config_dll
comm.drv16 enable_win16
17402 wine_fn_config_dll commdlg.dll16 enable_win16
17403 wine_fn_config_dll compobj.dll16 enable_win16
17404 wine_fn_config_dll compstui enable_compstui implib
17405 wine_fn_config_dll comsvcs enable_comsvcs implib
17406 wine_fn_config_dll connect enable_connect
17407 wine_fn_config_dll credui enable_credui implib
,po
17408 wine_fn_config_test dlls
/credui
/tests credui_test
17409 wine_fn_config_dll crtdll enable_crtdll implib
17410 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17411 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17412 wine_fn_config_dll cryptdlg enable_cryptdlg po
17413 wine_fn_config_dll cryptdll enable_cryptdll implib
17414 wine_fn_config_dll cryptext enable_cryptext
17415 wine_fn_config_dll cryptnet enable_cryptnet implib
17416 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17417 wine_fn_config_dll cryptui enable_cryptui implib
,po
17418 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17419 wine_fn_config_dll ctapi32 enable_ctapi32
17420 wine_fn_config_dll ctl3d.dll16 enable_win16
17421 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17422 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17423 wine_fn_config_dll d2d1 enable_d2d1 implib
17424 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17425 wine_fn_config_dll d3d10 enable_d3d10 implib
17426 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17427 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17428 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17429 wine_fn_config_dll d3d10core enable_d3d10core implib
17430 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17431 wine_fn_config_dll d3d11 enable_d3d11 implib
17432 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17433 wine_fn_config_dll d3d8 enable_d3d8 implib
17434 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17435 wine_fn_config_dll d3d9 enable_d3d9 implib
17436 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17437 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17438 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17439 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17440 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17441 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17442 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17443 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17444 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17445 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17446 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17447 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17448 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17449 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17450 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17451 wine_fn_config_dll d3dim enable_d3dim implib
17452 wine_fn_config_dll d3drm enable_d3drm implib
17453 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17454 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17455 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17456 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17457 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17458 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17459 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17460 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17461 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17462 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17463 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17464 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17465 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17466 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17467 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17468 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17469 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17470 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17471 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17472 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17473 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17474 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17475 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17476 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17477 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17478 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17479 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17480 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17481 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17482 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17483 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17484 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17485 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17486 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17487 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17488 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17489 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17490 wine_fn_config_dll davclnt enable_davclnt
17491 wine_fn_config_dll dbgeng enable_dbgeng implib
17492 wine_fn_config_dll dbghelp enable_dbghelp implib
17493 wine_fn_config_dll dciman32 enable_dciman32 implib
17494 wine_fn_config_dll ddeml.dll16 enable_win16
17495 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17496 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17497 wine_fn_config_dll ddrawex enable_ddrawex clean
17498 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17499 wine_fn_config_dll devenum enable_devenum clean
,po
17500 wine_fn_config_test dlls
/devenum
/tests devenum_test
17501 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17502 wine_fn_config_dll difxapi enable_difxapi
17503 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17504 wine_fn_config_test dlls
/dinput
/tests dinput_test
17505 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17506 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17507 wine_fn_config_dll dispdib.dll16 enable_win16
17508 wine_fn_config_dll dispex enable_dispex clean
17509 wine_fn_config_test dlls
/dispex
/tests dispex_test
17510 wine_fn_config_dll display.drv16 enable_win16
17511 wine_fn_config_dll dmband enable_dmband clean
17512 wine_fn_config_test dlls
/dmband
/tests dmband_test
17513 wine_fn_config_dll dmcompos enable_dmcompos clean
17514 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17515 wine_fn_config_dll dmime enable_dmime clean
17516 wine_fn_config_test dlls
/dmime
/tests dmime_test
17517 wine_fn_config_dll dmloader enable_dmloader clean
17518 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17519 wine_fn_config_dll dmscript enable_dmscript clean
17520 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17521 wine_fn_config_dll dmstyle enable_dmstyle clean
17522 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17523 wine_fn_config_dll dmsynth enable_dmsynth clean
17524 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17525 wine_fn_config_dll dmusic enable_dmusic clean
17526 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17527 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17528 wine_fn_config_dll dnsapi enable_dnsapi implib
17529 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17530 wine_fn_config_dll dplay enable_dplay implib
17531 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17532 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17533 wine_fn_config_dll dpnaddr enable_dpnaddr
17534 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17535 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17536 wine_fn_config_dll dpnhpast enable_dpnhpast
17537 wine_fn_config_dll dpnlobby enable_dpnlobby
17538 wine_fn_config_dll dpvoice enable_dpvoice clean
17539 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17540 wine_fn_config_dll dpwsockx enable_dpwsockx
17541 wine_fn_config_dll drmclien enable_drmclien
17542 wine_fn_config_dll dsound enable_dsound clean
,implib
17543 wine_fn_config_test dlls
/dsound
/tests dsound_test
17544 wine_fn_config_dll dssenh enable_dssenh
17545 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17546 wine_fn_config_dll dswave enable_dswave clean
17547 wine_fn_config_test dlls
/dswave
/tests dswave_test
17548 wine_fn_config_dll dwmapi enable_dwmapi implib
17549 wine_fn_config_dll dwrite enable_dwrite implib
17550 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17551 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17552 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17553 wine_fn_config_lib dxerr8
17554 wine_fn_config_lib dxerr9
17555 wine_fn_config_dll dxgi enable_dxgi implib
17556 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17557 wine_fn_config_lib dxguid
17558 wine_fn_config_dll dxva2 enable_dxva2
17559 wine_fn_config_dll esent enable_esent
17560 wine_fn_config_dll evr enable_evr
17561 wine_fn_config_dll explorerframe enable_explorerframe clean
17562 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17563 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17564 wine_fn_config_dll faultrep enable_faultrep implib
17565 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17566 wine_fn_config_dll fltlib enable_fltlib
17567 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17568 wine_fn_config_dll fntcache enable_fntcache
17569 wine_fn_config_dll fontsub enable_fontsub
17570 wine_fn_config_dll fusion enable_fusion
17571 wine_fn_config_test dlls
/fusion
/tests fusion_test
17572 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17573 wine_fn_config_dll gameux enable_gameux clean
17574 wine_fn_config_test dlls
/gameux
/tests gameux_test
17575 wine_fn_config_dll gdi.exe16 enable_win16
17576 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17577 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17578 wine_fn_config_dll gdiplus enable_gdiplus implib
17579 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17580 wine_fn_config_dll glu32 enable_glu32 implib
17581 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17582 wine_fn_config_dll gpkcsp enable_gpkcsp
17583 wine_fn_config_dll hal enable_hal
17584 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17585 wine_fn_config_dll hid enable_hid implib
17586 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17587 wine_fn_config_dll hlink enable_hlink clean
,implib
17588 wine_fn_config_test dlls
/hlink
/tests hlink_test
17589 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17590 wine_fn_config_dll httpapi enable_httpapi
17591 wine_fn_config_dll iccvid enable_iccvid po
17592 wine_fn_config_dll icmp enable_icmp
17593 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17594 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17595 wine_fn_config_dll ifsmgr.vxd enable_win16
17596 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17597 wine_fn_config_dll imagehlp enable_imagehlp implib
17598 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17599 wine_fn_config_dll imm.dll16 enable_win16
17600 wine_fn_config_dll imm32 enable_imm32 implib
17601 wine_fn_config_test dlls
/imm32
/tests imm32_test
17602 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17603 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17604 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17605 wine_fn_config_dll inetmib1 enable_inetmib1
17606 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17607 wine_fn_config_dll infosoft enable_infosoft clean
17608 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17609 wine_fn_config_dll initpki enable_initpki
17610 wine_fn_config_dll inkobj enable_inkobj
17611 wine_fn_config_dll inseng enable_inseng clean
17612 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17613 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17614 wine_fn_config_dll itircl enable_itircl
17615 wine_fn_config_dll itss enable_itss clean
17616 wine_fn_config_test dlls
/itss
/tests itss_test
17617 wine_fn_config_dll joy.cpl enable_joy_cpl po
17618 wine_fn_config_dll jscript enable_jscript clean
,po
17619 wine_fn_config_test dlls
/jscript
/tests jscript_test
17620 wine_fn_config_dll jsproxy enable_jsproxy implib
17621 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17622 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17623 wine_fn_config_dll keyboard.drv16 enable_win16
17624 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17625 wine_fn_config_dll ksuser enable_ksuser
17626 wine_fn_config_dll ktmw32 enable_ktmw32
17627 wine_fn_config_dll loadperf enable_loadperf implib
17628 wine_fn_config_dll localspl enable_localspl po
17629 wine_fn_config_test dlls
/localspl
/tests localspl_test
17630 wine_fn_config_dll localui enable_localui po
17631 wine_fn_config_test dlls
/localui
/tests localui_test
17632 wine_fn_config_dll lz32 enable_lz32 implib
17633 wine_fn_config_test dlls
/lz32
/tests lz32_test
17634 wine_fn_config_dll lzexpand.dll16 enable_win16
17635 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17636 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17637 wine_fn_config_dll mapistub enable_mapistub
17638 wine_fn_config_dll mciavi32 enable_mciavi32
17639 wine_fn_config_dll mcicda enable_mcicda
17640 wine_fn_config_dll mciqtz32 enable_mciqtz32
17641 wine_fn_config_dll mciseq enable_mciseq
17642 wine_fn_config_dll mciwave enable_mciwave
17643 wine_fn_config_dll mf enable_mf
17644 wine_fn_config_dll mfplat enable_mfplat
17645 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17646 wine_fn_config_dll mgmtapi enable_mgmtapi
17647 wine_fn_config_dll midimap enable_midimap
17648 wine_fn_config_dll mlang enable_mlang clean
,implib
17649 wine_fn_config_test dlls
/mlang
/tests mlang_test
17650 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17651 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17652 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17653 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17654 wine_fn_config_dll mmdevldr.vxd enable_win16
17655 wine_fn_config_dll mmsystem.dll16 enable_win16
17656 wine_fn_config_dll monodebg.vxd enable_win16
17657 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17658 wine_fn_config_dll mouse.drv16 enable_win16
17659 wine_fn_config_dll mpr enable_mpr implib
,po
17660 wine_fn_config_test dlls
/mpr
/tests mpr_test
17661 wine_fn_config_dll mprapi enable_mprapi implib
17662 wine_fn_config_dll msacm.dll16 enable_win16
17663 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17664 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17665 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17666 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17667 wine_fn_config_dll msasn1 enable_msasn1 implib
17668 wine_fn_config_dll mscat32 enable_mscat32
17669 wine_fn_config_dll mscms enable_mscms implib
17670 wine_fn_config_test dlls
/mscms
/tests mscms_test
17671 wine_fn_config_dll mscoree enable_mscoree clean
17672 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17673 wine_fn_config_dll msctf enable_msctf clean
17674 wine_fn_config_test dlls
/msctf
/tests msctf_test
17675 wine_fn_config_dll msctfp enable_msctfp clean
17676 wine_fn_config_dll msdaps enable_msdaps clean
17677 wine_fn_config_dll msdelta enable_msdelta
17678 wine_fn_config_dll msdmo enable_msdmo implib
17679 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17680 wine_fn_config_dll msftedit enable_msftedit
17681 wine_fn_config_dll msg711.acm enable_msg711_acm
17682 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17683 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17684 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17685 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17686 wine_fn_config_dll msi enable_msi clean
,implib
,po
17687 wine_fn_config_test dlls
/msi
/tests msi_test
17688 wine_fn_config_dll msident enable_msident clean
17689 wine_fn_config_dll msimg32 enable_msimg32 implib
17690 wine_fn_config_dll msimsg enable_msimsg
17691 wine_fn_config_dll msimtf enable_msimtf clean
17692 wine_fn_config_dll msisip enable_msisip
17693 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17694 wine_fn_config_dll msls31 enable_msls31
17695 wine_fn_config_dll msnet32 enable_msnet32
17696 wine_fn_config_dll mspatcha enable_mspatcha implib
17697 wine_fn_config_dll msrle32 enable_msrle32 po
17698 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17699 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17700 wine_fn_config_dll mssign32 enable_mssign32
17701 wine_fn_config_dll mssip32 enable_mssip32
17702 wine_fn_config_dll mstask enable_mstask clean
17703 wine_fn_config_test dlls
/mstask
/tests mstask_test
17704 wine_fn_config_dll msvcirt enable_msvcirt
17705 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17706 wine_fn_config_dll msvcm80 enable_msvcm80
17707 wine_fn_config_dll msvcm90 enable_msvcm90
17708 wine_fn_config_dll msvcp100 enable_msvcp100
17709 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17710 wine_fn_config_dll msvcp110 enable_msvcp110
17711 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17712 wine_fn_config_dll msvcp120 enable_msvcp120
17713 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17714 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17715 wine_fn_config_dll msvcp60 enable_msvcp60
17716 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17717 wine_fn_config_dll msvcp70 enable_msvcp70
17718 wine_fn_config_dll msvcp71 enable_msvcp71
17719 wine_fn_config_dll msvcp80 enable_msvcp80
17720 wine_fn_config_dll msvcp90 enable_msvcp90
17721 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17722 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17723 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17724 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17725 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17726 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17727 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17728 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17729 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17730 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17731 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17732 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17733 wine_fn_config_dll msvcrt enable_msvcrt implib
17734 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17735 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17736 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17737 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17738 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17739 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17740 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17741 wine_fn_config_dll msvidc32 enable_msvidc32 po
17742 wine_fn_config_dll msvideo.dll16 enable_win16
17743 wine_fn_config_dll mswsock enable_mswsock implib
17744 wine_fn_config_dll msxml enable_msxml clean
17745 wine_fn_config_dll msxml2 enable_msxml2 clean
17746 wine_fn_config_dll msxml3 enable_msxml3 clean
17747 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17748 wine_fn_config_dll msxml4 enable_msxml4 clean
17749 wine_fn_config_dll msxml6 enable_msxml6 clean
17750 wine_fn_config_dll nddeapi enable_nddeapi implib
17751 wine_fn_config_dll ndis.sys enable_ndis_sys
17752 wine_fn_config_dll netapi32 enable_netapi32 implib
17753 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17754 wine_fn_config_dll netcfgx enable_netcfgx clean
17755 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17756 wine_fn_config_dll netprofm enable_netprofm clean
17757 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17758 wine_fn_config_dll newdev enable_newdev implib
17759 wine_fn_config_dll normaliz enable_normaliz implib
17760 wine_fn_config_dll npmshtml enable_npmshtml
17761 wine_fn_config_dll npptools enable_npptools
17762 wine_fn_config_dll ntdll enable_ntdll implib
17763 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17764 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17765 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17766 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17767 wine_fn_config_dll ntprint enable_ntprint
17768 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17769 wine_fn_config_dll objsel enable_objsel clean
17770 wine_fn_config_dll odbc32 enable_odbc32 implib
17771 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17772 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17773 wine_fn_config_dll odbccu32 enable_odbccu32
17774 wine_fn_config_dll ole2.dll16 enable_win16
17775 wine_fn_config_dll ole2conv.dll16 enable_win16
17776 wine_fn_config_dll ole2disp.dll16 enable_win16
17777 wine_fn_config_dll ole2nls.dll16 enable_win16
17778 wine_fn_config_dll ole2prox.dll16 enable_win16
17779 wine_fn_config_dll ole2thk.dll16 enable_win16
17780 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17781 wine_fn_config_test dlls
/ole32
/tests ole32_test
17782 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17783 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17784 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17785 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17786 wine_fn_config_dll olecli.dll16 enable_win16
17787 wine_fn_config_dll olecli32 enable_olecli32 implib
17788 wine_fn_config_dll oledb32 enable_oledb32 clean
17789 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17790 wine_fn_config_dll oledlg enable_oledlg implib
,po
17791 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17792 wine_fn_config_dll olepro32 enable_olepro32 implib
17793 wine_fn_config_dll olesvr.dll16 enable_win16
17794 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17795 wine_fn_config_dll olethk32 enable_olethk32
17796 wine_fn_config_dll openal32 enable_openal32
17797 wine_fn_config_dll opencl enable_opencl
17798 wine_fn_config_dll opengl32 enable_opengl32 implib
17799 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17800 wine_fn_config_dll packager enable_packager clean
17801 wine_fn_config_test dlls
/packager
/tests packager_test
17802 wine_fn_config_dll pdh enable_pdh implib
17803 wine_fn_config_test dlls
/pdh
/tests pdh_test
17804 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17805 wine_fn_config_dll pidgen enable_pidgen
17806 wine_fn_config_dll powrprof enable_powrprof implib
17807 wine_fn_config_dll printui enable_printui
17808 wine_fn_config_dll prntvpt enable_prntvpt
17809 wine_fn_config_dll propsys enable_propsys clean
,implib
17810 wine_fn_config_test dlls
/propsys
/tests propsys_test
17811 wine_fn_config_dll psapi enable_psapi implib
17812 wine_fn_config_test dlls
/psapi
/tests psapi_test
17813 wine_fn_config_dll pstorec enable_pstorec clean
17814 wine_fn_config_dll qcap enable_qcap
17815 wine_fn_config_test dlls
/qcap
/tests qcap_test
17816 wine_fn_config_dll qedit enable_qedit clean
17817 wine_fn_config_test dlls
/qedit
/tests qedit_test
17818 wine_fn_config_dll qmgr enable_qmgr clean
17819 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17820 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17821 wine_fn_config_dll quartz enable_quartz clean
,implib
17822 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17823 wine_fn_config_dll query enable_query
17824 wine_fn_config_dll rasapi16.dll16 enable_win16
17825 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17826 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17827 wine_fn_config_dll rasdlg enable_rasdlg implib
17828 wine_fn_config_dll regapi enable_regapi
17829 wine_fn_config_dll resutils enable_resutils implib
17830 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17831 wine_fn_config_test dlls
/riched20
/tests riched20_test
17832 wine_fn_config_dll riched32 enable_riched32
17833 wine_fn_config_test dlls
/riched32
/tests riched32_test
17834 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17835 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17836 wine_fn_config_dll rsabase enable_rsabase
17837 wine_fn_config_dll rsaenh enable_rsaenh implib
17838 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17839 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17840 wine_fn_config_dll rtutils enable_rtutils implib
17841 wine_fn_config_dll samlib enable_samlib
17842 wine_fn_config_dll sane.ds enable_sane_ds po
17843 wine_fn_config_dll scarddlg enable_scarddlg
17844 wine_fn_config_dll sccbase enable_sccbase
17845 wine_fn_config_dll schannel enable_schannel
17846 wine_fn_config_test dlls
/schannel
/tests schannel_test
17847 wine_fn_config_dll schedsvc enable_schedsvc clean
17848 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17849 wine_fn_config_dll scrrun enable_scrrun clean
17850 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17851 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17852 wine_fn_config_dll secur32 enable_secur32 implib
17853 wine_fn_config_test dlls
/secur32
/tests secur32_test
17854 wine_fn_config_dll security enable_security
17855 wine_fn_config_dll sensapi enable_sensapi implib
17856 wine_fn_config_dll serialui enable_serialui implib
,po
17857 wine_fn_config_test dlls
/serialui
/tests serialui_test
17858 wine_fn_config_dll setupapi enable_setupapi implib
,po
17859 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17860 wine_fn_config_dll setupx.dll16 enable_win16
17861 wine_fn_config_dll sfc enable_sfc implib
17862 wine_fn_config_dll sfc_os enable_sfc_os implib
17863 wine_fn_config_dll shdoclc enable_shdoclc po
17864 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17865 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17866 wine_fn_config_dll shell.dll16 enable_win16
17867 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17868 wine_fn_config_test dlls
/shell32
/tests shell32_test
17869 wine_fn_config_dll shfolder enable_shfolder implib
17870 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17871 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17872 wine_fn_config_dll slbcsp enable_slbcsp
17873 wine_fn_config_dll slc enable_slc implib
17874 wine_fn_config_test dlls
/slc
/tests slc_test
17875 wine_fn_config_dll snmpapi enable_snmpapi implib
17876 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17877 wine_fn_config_dll softpub enable_softpub
17878 wine_fn_config_dll sound.drv16 enable_win16
17879 wine_fn_config_dll spoolss enable_spoolss implib
17880 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17881 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17882 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17883 wine_fn_config_dll sti enable_sti clean
,implib
17884 wine_fn_config_test dlls
/sti
/tests sti_test
17885 wine_fn_config_dll storage.dll16 enable_win16
17886 wine_fn_config_dll stress.dll16 enable_win16
17887 wine_fn_config_lib strmbase
17888 wine_fn_config_lib strmiids
17889 wine_fn_config_dll svrapi enable_svrapi
17890 wine_fn_config_dll sxs enable_sxs implib
17891 wine_fn_config_test dlls
/sxs
/tests sxs_test
17892 wine_fn_config_dll system.drv16 enable_win16
17893 wine_fn_config_dll t2embed enable_t2embed
17894 wine_fn_config_dll tapi32 enable_tapi32 implib
17895 wine_fn_config_dll taskschd enable_taskschd clean
17896 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17897 wine_fn_config_dll tdi.sys enable_tdi_sys
17898 wine_fn_config_dll toolhelp.dll16 enable_win16
17899 wine_fn_config_dll traffic enable_traffic
17900 wine_fn_config_dll twain.dll16 enable_win16
17901 wine_fn_config_dll twain_32 enable_twain_32
17902 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17903 wine_fn_config_dll typelib.dll16 enable_win16
17904 wine_fn_config_dll ucrtbase enable_ucrtbase
17905 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17906 wine_fn_config_dll unicows enable_unicows implib
17907 wine_fn_config_dll updspapi enable_updspapi
17908 wine_fn_config_dll url enable_url implib
17909 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17910 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17911 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17912 wine_fn_config_dll user.exe16 enable_win16
17913 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17914 wine_fn_config_test dlls
/user32
/tests user32_test
17915 wine_fn_config_dll userenv enable_userenv implib
17916 wine_fn_config_test dlls
/userenv
/tests userenv_test
17917 wine_fn_config_dll usp10 enable_usp10 implib
17918 wine_fn_config_test dlls
/usp10
/tests usp10_test
17919 wine_fn_config_lib uuid
17920 wine_fn_config_dll uxtheme enable_uxtheme implib
17921 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17922 wine_fn_config_dll vbscript enable_vbscript clean
17923 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17924 wine_fn_config_dll vcomp enable_vcomp
17925 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17926 wine_fn_config_dll vcomp100 enable_vcomp100
17927 wine_fn_config_dll vcomp110 enable_vcomp110
17928 wine_fn_config_dll vcomp120 enable_vcomp120
17929 wine_fn_config_dll vcomp90 enable_vcomp90
17930 wine_fn_config_dll vcruntime140 enable_vcruntime140
17931 wine_fn_config_dll vdhcp.vxd enable_win16
17932 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17933 wine_fn_config_dll ver.dll16 enable_win16
17934 wine_fn_config_dll version enable_version implib
17935 wine_fn_config_test dlls
/version
/tests version_test
17936 wine_fn_config_dll vmm.vxd enable_win16
17937 wine_fn_config_dll vnbt.vxd enable_win16
17938 wine_fn_config_dll vnetbios.vxd enable_win16
17939 wine_fn_config_dll vssapi enable_vssapi
17940 wine_fn_config_dll vtdapi.vxd enable_win16
17941 wine_fn_config_dll vwin32.vxd enable_win16
17942 wine_fn_config_dll w32skrnl enable_win16
17943 wine_fn_config_dll w32sys.dll16 enable_win16
17944 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17945 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17946 wine_fn_config_dll wbemprox enable_wbemprox clean
17947 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17948 wine_fn_config_dll webservices enable_webservices implib
17949 wine_fn_config_test dlls
/webservices
/tests webservices_test
17950 wine_fn_config_dll wer enable_wer implib
17951 wine_fn_config_test dlls
/wer
/tests wer_test
17952 wine_fn_config_dll wevtapi enable_wevtapi
17953 wine_fn_config_dll wiaservc enable_wiaservc clean
17954 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
17955 wine_fn_config_dll wimgapi enable_wimgapi
17956 wine_fn_config_dll win32s16.dll16 enable_win16
17957 wine_fn_config_dll win87em.dll16 enable_win16
17958 wine_fn_config_dll winaspi.dll16 enable_win16
17959 wine_fn_config_dll windebug.dll16 enable_win16
17960 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17961 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17962 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17963 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17964 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17965 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17966 wine_fn_config_lib winecrt0
17967 wine_fn_config_dll wined3d enable_wined3d implib
17968 wine_fn_config_dll winegstreamer enable_winegstreamer
17969 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17970 wine_fn_config_dll winemac.drv enable_winemac_drv po
17971 wine_fn_config_dll winemapi enable_winemapi
17972 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17973 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17974 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17975 wine_fn_config_dll wineps16.drv16 enable_win16
17976 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17977 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17978 wine_fn_config_dll winex11.drv enable_winex11_drv
17979 wine_fn_config_dll wing.dll16 enable_win16
17980 wine_fn_config_dll wing32 enable_wing32
17981 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17982 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17983 wine_fn_config_dll wininet enable_wininet implib
,po
17984 wine_fn_config_test dlls
/wininet
/tests wininet_test
17985 wine_fn_config_dll winmm enable_winmm implib
,po
17986 wine_fn_config_test dlls
/winmm
/tests winmm_test
17987 wine_fn_config_dll winnls.dll16 enable_win16
17988 wine_fn_config_dll winnls32 enable_winnls32 implib
17989 wine_fn_config_dll winscard enable_winscard implib
17990 wine_fn_config_dll winsock.dll16 enable_win16
17991 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17992 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17993 wine_fn_config_dll winsta enable_winsta
17994 wine_fn_config_dll wintab.dll16 enable_win16
17995 wine_fn_config_dll wintab32 enable_wintab32 implib
17996 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17997 wine_fn_config_dll wintrust enable_wintrust implib
17998 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17999 wine_fn_config_dll wlanapi enable_wlanapi
18000 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
18001 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18002 wine_fn_config_dll wmi enable_wmi
18003 wine_fn_config_dll wmiutils enable_wmiutils clean
18004 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18005 wine_fn_config_dll wmp enable_wmp clean
18006 wine_fn_config_test dlls
/wmp
/tests wmp_test
18007 wine_fn_config_dll wmvcore enable_wmvcore
18008 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18009 wine_fn_config_dll wow32 enable_win16 implib
18010 wine_fn_config_dll wpcap enable_wpcap
18011 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18012 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18013 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18014 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18015 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18016 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18017 wine_fn_config_dll wsock32 enable_wsock32 implib
18018 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18019 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18020 wine_fn_config_dll wuapi enable_wuapi clean
18021 wine_fn_config_dll wuaueng enable_wuaueng
18022 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18023 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18024 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18025 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18026 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18027 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18028 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18029 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18030 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18031 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18032 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18033 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18034 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18035 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18036 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18037 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18038 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18039 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18040 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18041 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18042 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18043 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18044 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18045 wine_fn_config_dll xinput1_1 enable_xinput1_1
18046 wine_fn_config_dll xinput1_2 enable_xinput1_2
18047 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18048 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18049 wine_fn_config_dll xinput1_4 enable_xinput1_4
18050 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18051 wine_fn_config_dll xmllite enable_xmllite implib
18052 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18053 wine_fn_config_dll xolehlp enable_xolehlp
18054 wine_fn_config_dll xpsprint enable_xpsprint
18055 wine_fn_config_dll xpssvcs enable_xpssvcs
18056 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18057 wine_fn_config_makefile include enable_include clean
,install-dev
18058 wine_fn_config_makefile libs
/port enable_libs_port
18059 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18060 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18061 wine_fn_config_makefile loader enable_loader clean
,install-lib
18062 wine_fn_config_program arp enable_arp
install
18063 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18064 wine_fn_config_program attrib enable_attrib
install,po
18065 wine_fn_config_program cabarc enable_cabarc
install
18066 wine_fn_config_program cacls enable_cacls
install
18067 wine_fn_config_program
clock enable_clock
install,po
18068 wine_fn_config_program cmd enable_cmd
install,po
18069 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18070 wine_fn_config_program conhost enable_conhost
install
18071 wine_fn_config_program control enable_control
install
18072 wine_fn_config_program cscript enable_cscript clean
,install
18073 wine_fn_config_program dpnsvr enable_dpnsvr
install
18074 wine_fn_config_program dxdiag enable_dxdiag
install,po
18075 wine_fn_config_program eject enable_eject
install
18076 wine_fn_config_program
expand enable_expand
install
18077 wine_fn_config_program explorer enable_explorer
install,po
18078 wine_fn_config_program extrac32 enable_extrac32
install
18079 wine_fn_config_program findstr enable_findstr
install
18080 wine_fn_config_program hh enable_hh
install
18081 wine_fn_config_program hostname enable_hostname
install,po
18082 wine_fn_config_program icinfo enable_icinfo
install
18083 wine_fn_config_program iexplore enable_iexplore
install
18084 wine_fn_config_program ipconfig enable_ipconfig
install,po
18085 wine_fn_config_program lodctr enable_lodctr
install
18086 wine_fn_config_program mofcomp enable_mofcomp
install
18087 wine_fn_config_program mshta enable_mshta
install
18088 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18089 wine_fn_config_program net enable_net
install,po
18090 wine_fn_config_program netsh enable_netsh
install
18091 wine_fn_config_program netstat enable_netstat
install,po
18092 wine_fn_config_program ngen enable_ngen
install
18093 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18094 wine_fn_config_program oleview enable_oleview
install,po
18095 wine_fn_config_program
ping enable_ping
install
18096 wine_fn_config_program plugplay enable_plugplay
install
18097 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18098 wine_fn_config_program progman enable_progman
install,po
18099 wine_fn_config_program reg enable_reg
install,po
18100 wine_fn_config_test programs
/reg
/tests reg.exe_test
18101 wine_fn_config_program regasm enable_regasm
install
18102 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18103 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18104 wine_fn_config_program regsvcs enable_regsvcs
install
18105 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18106 wine_fn_config_program rpcss enable_rpcss clean
,install
18107 wine_fn_config_program rundll.exe16 enable_win16
install
18108 wine_fn_config_program rundll32 enable_rundll32
install
18109 wine_fn_config_program sc enable_sc
install
18110 wine_fn_config_program schtasks enable_schtasks
install
18111 wine_fn_config_program sdbinst enable_sdbinst
install
18112 wine_fn_config_program secedit enable_secedit
install
18113 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18114 wine_fn_config_program services enable_services clean
,install
18115 wine_fn_config_test programs
/services
/tests services.exe_test
18116 wine_fn_config_program spoolsv enable_spoolsv
install
18117 wine_fn_config_program start enable_start
install,po
18118 wine_fn_config_program svchost enable_svchost
install
18119 wine_fn_config_program systeminfo enable_systeminfo
install
18120 wine_fn_config_program taskkill enable_taskkill
install,po
18121 wine_fn_config_program tasklist enable_tasklist
install
18122 wine_fn_config_program taskmgr enable_taskmgr
install,po
18123 wine_fn_config_program termsv enable_termsv
install
18124 wine_fn_config_program uninstaller enable_uninstaller
install,po
18125 wine_fn_config_program unlodctr enable_unlodctr
install
18126 wine_fn_config_program view enable_view
install,po
18127 wine_fn_config_program wevtutil enable_wevtutil
install
18128 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18129 wine_fn_config_program winebrowser enable_winebrowser
install
18130 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18131 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18132 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18133 wine_fn_config_program winedevice enable_winedevice
install
18134 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18135 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18136 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18137 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18138 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18139 wine_fn_config_program winetest enable_winetest clean
18140 wine_fn_config_program winevdm enable_win16
install
18141 wine_fn_config_program winhelp.exe16 enable_win16
install
18142 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18143 wine_fn_config_program winoldap.mod16 enable_win16
install
18144 wine_fn_config_program winver enable_winver
install
18145 wine_fn_config_program wmic enable_wmic
install,po
18146 wine_fn_config_program wmplayer enable_wmplayer
install
18147 wine_fn_config_program wordpad enable_wordpad
install,po
18148 wine_fn_config_program
write enable_write
install,po
18149 wine_fn_config_program wscript enable_wscript clean
,install
18150 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18151 wine_fn_config_program wusa enable_wusa
install
18152 wine_fn_config_program xcopy enable_xcopy
install,po
18153 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18154 wine_fn_config_makefile server enable_server clean
,install-lib
18155 wine_fn_config_tool tools clean
18156 wine_fn_config_tool tools
/sfnt2fon clean
18157 wine_fn_config_tool tools
/widl clean
,install-dev
18158 wine_fn_config_tool tools
/winebuild clean
,install-dev
18159 wine_fn_config_tool tools
/winedump clean
,install-dev
18160 wine_fn_config_tool tools
/winegcc clean
,install-dev
18161 wine_fn_config_tool tools
/winemaker clean
,install-dev
18162 wine_fn_config_tool tools
/wmc clean
,install-dev
18163 wine_fn_config_tool tools
/wrc clean
,install-dev
18215 wine_fn_ignore_file
".gitignore"
18216 wine_fn_ignore_file
"Makefile"
18217 wine_fn_ignore_file
"TAGS"
18218 wine_fn_ignore_file
"tags"
18219 wine_fn_ignore_file
"autom4te.cache"
18220 wine_fn_ignore_file
"config.cache"
18221 wine_fn_ignore_file
"config.log"
18222 wine_fn_ignore_file
"config.status"
18223 wine_fn_ignore_file
"configure.lineno"
18224 wine_fn_ignore_file
"include/config.h"
18225 wine_fn_ignore_file
"include/stamp-h"
18226 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18228 if test "x$enable_tools" != xno
18230 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18231 ac_config_commands
="$ac_config_commands tools/makedep"
18235 ac_config_commands
="$ac_config_commands Makefile"
18238 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18242 if test "x$enable_maintainer_mode" = xyes
18244 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18245 autoconf --warnings=all
18246 include/config.h.in: include/stamp-h.in
18247 include/stamp-h.in: configure.ac aclocal.m4
18248 autoheader --warnings=all
18249 @echo timestamp > \$@"
18252 if test "x$with_gettextpo" = xyes
18254 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18255 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18256 \$(LINGUAS:%=po/%.po): po/wine.pot
18257 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18258 po/wine.pot: \$(ALL_POT_FILES)
18259 msgcat -o \$@ \$(ALL_POT_FILES)"
18262 if test "$MSGFMT" != false
18264 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18266 \$(RM) \$(LINGUAS:%=po/%.mo)"
18269 test "$srcdir" = . || posrc
="$srcdir/po"
18272 wine_fn_ignore_file
"po/$i.mo"
18273 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18274 \$(MSGFMT) -o \$@ $posrc/$i.po"
18280 if test "x$enable_tools" != xno
18282 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18283 @./config.status tools/makedep
18284 Makefile: tools/makedep$ac_exeext
18286 \$(RM) tools/makedep$ac_exeext"
18288 wine_fn_append_rule
"\$(MAKEDEP):
18289 @echo \"You need to run make in $TOOLSDIR first\" && false"
18292 if test -n "$with_wine64"
18294 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18295 fonts server tools:
18296 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18297 $with_wine64/loader/wine:
18298 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18299 $with_wine64/loader/wine-preloader:
18300 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18302 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18304 WINELOADER_INSTALL
="wine.inf"
18306 wine_fn_append_rule
"install install-lib::
18307 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18309 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18311 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18312 *) wine_fn_append_rule
"install install-lib::
18313 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18315 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18319 if test "$srcdir" = .
18321 ac_config_commands
="$ac_config_commands .gitignore"
18325 $as_echo " done" >&6
18326 cat >confcache
<<\_ACEOF
18327 # This file is a shell script that caches the results of configure
18328 # tests run on this system so they can be shared between configure
18329 # scripts and configure runs, see configure's option --config-cache.
18330 # It is not useful on other systems. If it contains results you don't
18331 # want to keep, you may remove or edit it.
18333 # config.status only pays attention to the cache file if you give it
18334 # the --recheck option to rerun configure.
18336 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18337 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18338 # following values.
18342 # The following way of writing the cache mishandles newlines in values,
18343 # but we know of no workaround that is simple, portable, and efficient.
18344 # So, we kill variables containing newlines.
18345 # Ultrix sh set writes to stderr and can't be redirected directly,
18346 # and sets the high bit in the cache file unless we assign to the vars.
18348 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18349 eval ac_val
=\$
$ac_var
18353 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18354 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18357 _ | IFS | as_nl
) ;; #(
18358 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18359 *) { eval $ac_var=; unset $ac_var;} ;;
18365 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18366 *${as_nl}ac_space
=\
*)
18367 # `set' does not quote correctly, so add quotes: double-quote
18368 # substitution turns \\\\ into \\, and sed turns \\ into \.
18371 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18374 # `set' quotes correctly as required by POSIX, so do not add quotes.
18375 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18384 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18386 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18388 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18389 if test -w "$cache_file"; then
18390 if test "x$cache_file" != "x/dev/null"; then
18391 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18392 $as_echo "$as_me: updating cache $cache_file" >&6;}
18393 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18394 cat confcache
>"$cache_file"
18396 case $cache_file in #(
18398 mv -f confcache
"$cache_file"$$
&&
18399 mv -f "$cache_file"$$
"$cache_file" ;; #(
18401 mv -f confcache
"$cache_file" ;;
18406 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18407 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18412 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18413 # Let make expand exec_prefix.
18414 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18416 DEFS
=-DHAVE_CONFIG_H
18421 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18422 # 1. Remove the extension, and $U if already installed.
18423 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18424 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18425 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18426 # will be set to the directory where LIBOBJS objects are built.
18427 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18428 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18430 LIBOBJS
=$ac_libobjs
18432 LTLIBOBJS
=$ac_ltlibobjs
18436 : "${CONFIG_STATUS=./config.status}"
18438 ac_clean_files_save
=$ac_clean_files
18439 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18440 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18441 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18443 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18445 # Generated by $as_me.
18446 # Run this file to recreate the current configuration.
18447 # Compiler output produced by configure, useful for debugging
18448 # configure, is in config.log if it exists.
18451 ac_cs_recheck=false
18454 SHELL=\${CONFIG_SHELL-$SHELL}
18457 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18458 ## -------------------- ##
18459 ## M4sh Initialization. ##
18460 ## -------------------- ##
18462 # Be more Bourne compatible
18463 DUALCASE
=1; export DUALCASE
# for MKS sh
18464 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18467 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18468 # is contrary to our usage. Disable this feature.
18469 alias -g '${1+"$@"}'='"$@"'
18470 setopt NO_GLOB_SUBST
18472 case `(set -o) 2>/dev/null` in #(
18484 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18485 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18486 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18487 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18488 # Prefer a ksh shell builtin over an external printf program on Solaris,
18489 # but without wasting forks for bash or zsh.
18490 if test -z "$BASH_VERSION$ZSH_VERSION" \
18491 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18492 as_echo='print
-r --'
18493 as_echo_n='print
-rn --'
18494 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18495 as_echo='printf %s
\n'
18496 as_echo_n='printf %s
'
18498 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18499 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18500 as_echo_n='/usr
/ucb
/echo -n'
18502 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18503 as_echo_n_body='eval
18507 expr "X$arg" : "X\\(.*\\)$as_nl";
18508 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18510 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18512 export as_echo_n_body
18513 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18515 export as_echo_body
18516 as_echo='sh
-c $as_echo_body as_echo
'
18519 # The user is always right.
18520 if test "${PATH_SEPARATOR+set}" != set; then
18522 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18523 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18530 # We need space, tab and new line, in precisely that order. Quoting is
18531 # there to prevent editors from complaining about space-tab.
18532 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18533 # splitting by setting IFS to empty value.)
18536 # Find who we are. Look in the path if we contain no directory separator.
18539 *[\\/]* ) as_myself=$0 ;;
18540 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18541 for as_dir in $PATH
18544 test -z "$as_dir" && as_dir=.
18545 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18551 # We did not find ourselves, most probably we were run as `sh COMMAND'
18552 # in which case we are not to be found in the path.
18553 if test "x$as_myself" = x
; then
18556 if test ! -f "$as_myself"; then
18557 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18561 # Unset variables that we do not need and which cause bugs (e.g. in
18562 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18563 # suppresses any "Segmentation fault" message there. '((' could
18564 # trigger a bug in pdksh 5.2.14.
18565 for as_var
in BASH_ENV ENV MAIL MAILPATH
18566 do eval test x\
${$as_var+set} = xset \
18567 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18580 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18583 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18584 # ----------------------------------------
18585 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18586 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18587 # script with STATUS, using 1 if that was 0.
18590 as_status
=$1; test $as_status -eq 0 && as_status
=1
18592 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18593 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18595 $as_echo "$as_me: error: $2" >&2
18596 as_fn_exit
$as_status
18600 # as_fn_set_status STATUS
18601 # -----------------------
18602 # Set $? to STATUS, without forking.
18603 as_fn_set_status
()
18606 } # as_fn_set_status
18608 # as_fn_exit STATUS
18609 # -----------------
18610 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18614 as_fn_set_status
$1
18620 # Portably unset VAR.
18623 { eval $1=; unset $1;}
18625 as_unset
=as_fn_unset
18626 # as_fn_append VAR VALUE
18627 # ----------------------
18628 # Append the text in VALUE to the end of the definition contained in VAR. Take
18629 # advantage of any shell optimizations that allow amortized linear growth over
18630 # repeated appends, instead of the typical quadratic growth present in naive
18632 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18633 eval 'as_fn_append ()
18644 # as_fn_arith ARG...
18645 # ------------------
18646 # Perform arithmetic evaluation on the ARGs, and store the result in the
18647 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18648 # must be portable across $(()) and expr.
18649 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18650 eval 'as_fn_arith ()
18657 as_val
=`expr "$@" || test $? -eq 1`
18662 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18663 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18669 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18670 as_basename
=basename
18675 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18681 as_me
=`$as_basename -- "$0" ||
18682 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18683 X"$0" : 'X\(//\)$' \| \
18684 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18686 sed '/^.*\/\([^/][^/]*\)\/*$/{
18700 # Avoid depending upon Character Ranges.
18701 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18702 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18703 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18704 as_cr_digits
='0123456789'
18705 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18707 ECHO_C
= ECHO_N
= ECHO_T
=
18708 case `echo -n x` in #(((((
18710 case `echo 'xy\c'` in
18711 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18713 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18720 rm -f conf$$ conf$$.exe conf$$.
file
18721 if test -d conf$$.dir
; then
18722 rm -f conf$$.dir
/conf$$.
file
18725 mkdir conf$$.dir
2>/dev
/null
18727 if (echo >conf$$.
file) 2>/dev
/null
; then
18728 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18730 # ... but there are two gotchas:
18731 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18732 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18733 # In both cases, we have to default to `cp -pR'.
18734 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18736 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18744 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18745 rmdir conf$$.dir
2>/dev
/null
18750 # Create "$as_dir" as a directory, including parents if necessary.
18755 -*) as_dir
=.
/$as_dir;;
18757 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18761 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18762 *) as_qdir
=$as_dir;;
18764 as_dirs
="'$as_qdir' $as_dirs"
18765 as_dir
=`$as_dirname -- "$as_dir" ||
18766 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18767 X"$as_dir" : 'X\(//\)[^/]' \| \
18768 X"$as_dir" : 'X\(//\)$' \| \
18769 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18770 $as_echo X"$as_dir" |
18771 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18775 /^X\(\/\/\)[^/].*/{
18788 test -d "$as_dir" && break
18790 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18791 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18795 if mkdir
-p .
2>/dev
/null
; then
18796 as_mkdir_p
='mkdir -p "$as_dir"'
18798 test -d .
/-p && rmdir .
/-p
18803 # as_fn_executable_p FILE
18804 # -----------------------
18805 # Test if FILE is an executable regular file.
18806 as_fn_executable_p
()
18808 test -f "$1" && test -x "$1"
18809 } # as_fn_executable_p
18810 as_test_x
='test -x'
18811 as_executable_p
=as_fn_executable_p
18813 # Sed expression to map a string onto a valid CPP name.
18814 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18816 # Sed expression to map a string onto a valid variable name.
18817 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18821 ## ----------------------------------- ##
18822 ## Main body of $CONFIG_STATUS script. ##
18823 ## ----------------------------------- ##
18825 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18828 # Save the log message, to keep $0 and so on meaningful, and to
18829 # report actual input values of CONFIG_FILES etc. instead of their
18830 # values after options handling.
18832 This file was extended by Wine $as_me 1.9.0, which was
18833 generated by GNU Autoconf 2.69. Invocation command line was
18835 CONFIG_FILES = $CONFIG_FILES
18836 CONFIG_HEADERS = $CONFIG_HEADERS
18837 CONFIG_LINKS = $CONFIG_LINKS
18838 CONFIG_COMMANDS = $CONFIG_COMMANDS
18841 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18846 case $ac_config_files in *"
18847 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18850 case $ac_config_headers in *"
18851 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18855 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18856 # Files that config.status was made for.
18857 config_files="$ac_config_files"
18858 config_headers="$ac_config_headers"
18859 config_links="$ac_config_links"
18860 config_commands="$ac_config_commands"
18864 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18866 \`$as_me' instantiates files and other configuration actions
18867 from templates according to the current configuration. Unless the files
18868 and actions are specified as TAGs, all are instantiated by default.
18870 Usage: $0 [OPTION]... [TAG]...
18872 -h, --help print this help, then exit
18873 -V, --version print version number and configuration settings, then exit
18874 --config print configuration, then exit
18875 -q, --quiet, --silent
18876 do not print progress messages
18877 -d, --debug don't remove temporary files
18878 --recheck update $as_me by reconfiguring in the same conditions
18879 --file=FILE[:TEMPLATE]
18880 instantiate the configuration file FILE
18881 --header=FILE[:TEMPLATE]
18882 instantiate the configuration header FILE
18884 Configuration files:
18887 Configuration headers:
18890 Configuration links:
18893 Configuration commands:
18896 Report bugs to <wine-devel@winehq.org>.
18897 Wine home page: <http://www.winehq.org>."
18900 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18901 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18903 Wine config.status 1.9.0
18904 configured by $0, generated by GNU Autoconf 2.69,
18905 with options \\"\$ac_cs_config\\"
18907 Copyright (C) 2012 Free Software Foundation, Inc.
18908 This config.status script is free software; the Free Software Foundation
18909 gives unlimited permission to copy, distribute and modify it."
18913 test -n "\$AWK" || AWK=awk
18916 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18917 # The default lists apply if the user does not specify any file.
18923 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18924 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18928 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18940 # Handling of the options.
18941 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18943 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18944 $as_echo "$ac_cs_version"; exit ;;
18945 --config |
--confi |
--conf |
--con |
--co |
--c )
18946 $as_echo "$ac_cs_config"; exit ;;
18947 --debug |
--debu |
--deb |
--de |
--d |
-d )
18949 --file |
--fil |
--fi |
--f )
18952 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18953 '') as_fn_error $?
"missing file argument" ;;
18955 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18956 ac_need_defaults
=false
;;
18957 --header |
--heade |
--head |
--hea )
18960 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18962 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18963 ac_need_defaults
=false
;;
18965 # Conflict between --help and --header
18966 as_fn_error $?
"ambiguous option: \`$1'
18967 Try \`$0 --help' for more information.";;
18968 --help |
--hel |
-h )
18969 $as_echo "$ac_cs_usage"; exit ;;
18970 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18971 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18974 # This is an error.
18975 -*) as_fn_error $?
"unrecognized option: \`$1'
18976 Try \`$0 --help' for more information." ;;
18978 *) as_fn_append ac_config_targets
" $1"
18979 ac_need_defaults
=false
;;
18985 ac_configure_extra_args
=
18987 if $ac_cs_silent; then
18989 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18994 if \$ac_cs_recheck; then
18995 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18997 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18998 CONFIG_SHELL='$SHELL'
18999 export CONFIG_SHELL
19004 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19008 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19009 ## Running $as_me. ##
19015 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19019 wine_fn_output_makedep ()
19021 as_dir=tools; as_fn_mkdir_p
19022 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19024 wine_fn_output_makefile ()
19026 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19027 `cat $wine_rules_file`
19029 as_fn_error $? "could not create Makefile" "$LINENO" 5
19031 wine_fn_output_gitignore ()
19033 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19036 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19043 # Handling of arguments.
19044 for ac_config_target
in $ac_config_targets
19046 case $ac_config_target in
19047 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19048 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19049 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19050 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19051 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19052 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19053 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19054 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19055 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19056 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19057 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19058 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19059 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19060 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19061 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19063 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19068 # If the user did not use the arguments to specify the items to instantiate,
19069 # then the envvar interface is used. Set only those that are not.
19070 # We use the long form for the default assignment because of an extremely
19071 # bizarre bug on SunOS 4.1.3.
19072 if $ac_need_defaults; then
19073 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19074 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19075 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19076 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19079 # Have a temporary directory for convenience. Make it in the build tree
19080 # simply because there is no reason against having it here, and in addition,
19081 # creating and moving files from /tmp can sometimes cause problems.
19082 # Hook for its removal unless debugging.
19083 # Note that there is a small window in which the directory will not be cleaned:
19084 # after its creation but before its name has been assigned to `$tmp'.
19088 trap 'exit_status=$?
19089 : "${ac_tmp:=$tmp}"
19090 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19092 trap 'as_fn_exit 1' 1 2 13 15
19094 # Create a (secure) tmp directory for tmp files.
19097 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19101 tmp
=.
/conf$$
-$RANDOM
19102 (umask 077 && mkdir
"$tmp")
19103 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19106 # Set up the scripts for CONFIG_FILES section.
19107 # No need to generate them if there are no CONFIG_FILES.
19108 # This happens for instance with `./config.status config.h'.
19109 if test -n "$CONFIG_FILES"; then
19112 ac_cr
=`echo X | tr X '\015'`
19113 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19114 # But we know of no other shell where ac_cr would be empty at this
19115 # point, so we can use a bashism as a fallback.
19116 if test "x$ac_cr" = x
; then
19117 eval ac_cr
=\$
\'\\r
\'
19119 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19120 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19123 ac_cs_awk_cr
=$ac_cr
19126 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19131 echo "cat >conf$$subs.awk <<_ACEOF" &&
19132 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19134 } >conf$$subs.sh ||
19135 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19136 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19138 for ac_last_try in false false false false false :; do
19139 . ./conf$$subs.sh ||
19140 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19142 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19143 if test $ac_delim_n = $ac_delim_num; then
19145 elif $ac_last_try; then
19146 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19148 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19151 rm -f conf$$subs.sh
19153 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19154 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19158 s/^/S["/; s
/!.
*/"]=/
19168 s/\(.\{148\}\)..*/\1/
19170 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19175 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19182 s/\(.\{148\}\)..*/\1/
19184 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19188 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19193 ' <conf$$subs.awk | sed '
19198 ' >>$CONFIG_STATUS || ac_write_fail=1
19199 rm -f conf$$subs.awk
19200 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19202 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19203 for (key in S) S_is_set[key] = 1
19209 nfields = split(line, field, "@
")
19211 len = length(field[1])
19212 for (i = 2; i < nfields; i++) {
19214 keylen = length(key)
19215 if (S_is_set[key]) {
19217 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19218 len += length(value) + length(field[++i])
19229 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19230 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19231 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19234 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19235 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19238 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19239 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19240 # trailing colons and then remove the whole line if VPATH becomes empty
19241 # (actually we leave an empty line to preserve line numbers).
19242 if test "x
$srcdir" = x.; then
19243 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19262 fi # test -n "$CONFIG_FILES"
19264 # Set up the scripts for CONFIG_HEADERS section.
19265 # No need to generate them if there are no CONFIG_HEADERS.
19266 # This happens for instance with `./config.status Makefile'.
19267 if test -n "$CONFIG_HEADERS"; then
19268 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19272 # Transform confdefs.h into an awk script `defines.awk', embedded as
19273 # here-document in config.status, that substitutes the proper values into
19274 # config.h.in to produce config.h.
19276 # Create a delimiter string that does not exist in confdefs.h, to ease
19277 # handling of long lines.
19279 for ac_last_try in false false :; do
19280 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19281 if test -z "$ac_tt"; then
19283 elif $ac_last_try; then
19284 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19286 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19290 # For the awk script, D is an array of macro values keyed by name,
19291 # likewise P contains macro parameters if any. Preserve backslash
19292 # newline sequences.
19294 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19296 s/.\{148\}/&'"$ac_delim"'/g
19299 s/^[ ]*#[ ]*define[ ][ ]*/ /
19306 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19308 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19312 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19313 D["\
1"]=" \
3\\\\\\n
"\\/p
19315 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19320 s/.\{148\}/&'"$ac_delim"'/g
19325 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19328 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19330 ' <confdefs.h | sed '
19331 s/'"$ac_delim"'/"\\\
19332 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19335 for (key in D) D_is_set[key] = 1
19338 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19340 split(line, arg, " ")
19341 if (arg[1] == "#") {
19345 defundef
= substr
(arg
[1], 2)
19348 split(mac1
, mac2
, "(") #)
19350 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19351 if (D_is_set
[macro
]) {
19352 # Preserve the white space surrounding the "#".
19353 print prefix
"define", macro P
[macro
] D
[macro
]
19356 # Replace #undef with comments. This is necessary, for example,
19357 # in the case of _POSIX_SOURCE, which is predefined and required
19358 # on some systems where configure will not decide to define it.
19359 if (defundef
== "undef") {
19360 print
"/*", prefix defundef
, macro
, "*/"
19368 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19369 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19370 fi # test -n "$CONFIG_HEADERS"
19373 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19378 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19380 case $ac_mode$ac_tag in
19382 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19383 :[FH
]-) ac_tag
=-:-;;
19384 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19401 -) ac_f
="$ac_tmp/stdin";;
19402 *) # Look for the file first in the build tree, then in the source tree
19403 # (if the path is not absolute). The absolute path cannot be DOS-style,
19404 # because $ac_f cannot contain `:'.
19408 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19410 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19412 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19413 as_fn_append ac_file_inputs
" '$ac_f'"
19416 # Let's still pretend it is `configure' which instantiates (i.e., don't
19417 # use $as_me), people would be surprised to read:
19418 # /* config.h. Generated by config.status. */
19419 configure_input
='Generated from '`
19420 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19422 if test x
"$ac_file" != x-
; then
19423 configure_input
="$ac_file. $configure_input"
19424 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19425 $as_echo "$as_me: creating $ac_file" >&6;}
19427 # Neutralize special characters interpreted by sed in replacement strings.
19428 case $configure_input in #(
19429 *\
&* |
*\|
* |
*\\* )
19430 ac_sed_conf_input
=`$as_echo "$configure_input" |
19431 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19432 *) ac_sed_conf_input
=$configure_input;;
19436 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19437 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19442 ac_dir
=`$as_dirname -- "$ac_file" ||
19443 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19444 X"$ac_file" : 'X\(//\)[^/]' \| \
19445 X"$ac_file" : 'X\(//\)$' \| \
19446 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19447 $as_echo X"$ac_file" |
19448 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19452 /^X\(\/\/\)[^/].*/{
19465 as_dir
="$ac_dir"; as_fn_mkdir_p
19469 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19471 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19472 # A ".." for each directory in $ac_dir_suffix.
19473 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19474 case $ac_top_builddir_sub in
19475 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19476 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19479 ac_abs_top_builddir
=$ac_pwd
19480 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19481 # for backward compatibility:
19482 ac_top_builddir
=$ac_top_build_prefix
19485 .
) # We are building in place.
19487 ac_top_srcdir
=$ac_top_builddir_sub
19488 ac_abs_top_srcdir
=$ac_pwd ;;
19489 [\\/]* | ?
:[\\/]* ) # Absolute name.
19490 ac_srcdir
=$srcdir$ac_dir_suffix;
19491 ac_top_srcdir
=$srcdir
19492 ac_abs_top_srcdir
=$srcdir ;;
19493 *) # Relative name.
19494 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19495 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19496 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19498 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19509 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19510 # If the template does not know about datarootdir, expand it.
19511 # FIXME: This hack should be removed a few years after 2.60.
19512 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19523 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19524 *datarootdir
*) ac_datarootdir_seen
=yes;;
19525 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19527 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19530 ac_datarootdir_hack='
19531 s&@datadir@&$datadir&g
19532 s&@docdir@&$docdir&g
19533 s&@infodir@&$infodir&g
19534 s&@localedir@&$localedir&g
19535 s&@mandir@&$mandir&g
19536 s&\\\${datarootdir}&$datarootdir&g' ;;
19540 # Neutralize VPATH when `$srcdir' = `.'.
19541 # Shell code in configure.ac might set extrasub.
19542 # FIXME: do we really want to maintain this feature?
19543 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19544 ac_sed_extra="$ac_vpsub
19547 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19549 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19550 s|@configure_input@|
$ac_sed_conf_input|
;t t
19551 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19552 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19553 s
&@srcdir@
&$ac_srcdir&;t t
19554 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19555 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19556 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19557 s
&@builddir@
&$ac_builddir&;t t
19558 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19559 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19560 $ac_datarootdir_hack
19562 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19563 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19565 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19566 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19567 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19568 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19570 which seems to be undefined. Please make sure it is defined" >&5
19571 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19572 which seems to be undefined. Please make sure it is defined" >&2;}
19574 rm -f "$ac_tmp/stdin"
19576 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19577 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19579 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19585 if test x"$ac_file" != x-; then
19587 $as_echo "/* $configure_input */" \
19588 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19589 } >"$ac_tmp/config.h" \
19590 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19591 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19592 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19593 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19596 mv "$ac_tmp/config.h" "$ac_file" \
19597 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19600 $as_echo "/* $configure_input */" \
19601 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19602 || as_fn_error $? "could not create -" "$LINENO" 5
19610 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19613 # Prefer the file from the source tree if names are identical.
19614 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19615 ac_source=$srcdir/$ac_source
19618 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19619 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19621 if test ! -r "$ac_source"; then
19622 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19626 # Try a relative symlink, then a hard link, then a copy.
19628 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19629 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19631 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19632 ln "$ac_source" "$ac_file" 2>/dev/null ||
19633 cp -p "$ac_source" "$ac_file" ||
19634 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19637 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19638 $as_echo "$as_me: executing $ac_file commands" >&6;}
19643 case $ac_file$ac_mode in
19644 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19645 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19646 "Makefile":C) wine_fn_output_makefile Makefile ;;
19647 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19655 ac_clean_files=$ac_clean_files_save
19657 test $ac_write_fail = 0 ||
19658 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19661 # configure is writing to config.log, and then calls config.status.
19662 # config.status does its own redirection, appending to config.log.
19663 # Unfortunately, on DOS this fails, as config.log is still kept open
19664 # by configure, so config.status won't be able to
write to it
; its
19665 # output is simply discarded. So we exec the FD to /dev/null,
19666 # effectively closing config.log, so it can be properly (re)opened and
19667 # appended to by config.status. When coming back to configure, we
19668 # need to make the FD available again.
19669 if test "$no_create" != yes; then
19671 ac_config_status_args
=
19672 test "$silent" = yes &&
19673 ac_config_status_args
="$ac_config_status_args --quiet"
19675 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19677 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19678 # would make configure fail if this is the last instruction.
19679 $ac_cs_success || as_fn_exit
1
19681 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19683 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19687 if test "$no_create" = "yes"
19693 if test "x$wine_notices" != x
; then
19696 for msg
in $wine_notices; do
19698 if ${msg:+false} :; then :
19701 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19702 $as_echo "$as_me: $msg" >&6;}
19707 for msg
in $wine_warnings; do
19709 if ${msg:+false} :; then :
19713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19714 $as_echo "$as_me: WARNING: $msg" >&2;}
19720 $as_me: Finished. Do '${ac_make}' to compile Wine.