2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.12.
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.7.12'
584 PACKAGE_STRING
='Wine 1.7.12'
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
697 APPLICATIONSERVICES_LIBS
781 program_transform_name
794 enable_option_checking
798 enable_maintainer_mode
854 enable_api_ms_win_core_com_l1_1_0
855 enable_api_ms_win_core_console_l1_1_0
856 enable_api_ms_win_core_debug_l1_1_1
857 enable_api_ms_win_core_errorhandling_l1_1_1
858 enable_api_ms_win_core_file_l1_2_0
859 enable_api_ms_win_core_handle_l1_1_0
860 enable_api_ms_win_core_heap_l1_2_0
861 enable_api_ms_win_core_heap_obsolete_l1_1_0
862 enable_api_ms_win_core_interlocked_l1_2_0
863 enable_api_ms_win_core_io_l1_1_1
864 enable_api_ms_win_core_kernel32_legacy_l1_1_0
865 enable_api_ms_win_core_libraryloader_l1_1_1
866 enable_api_ms_win_core_localization_l1_2_0
867 enable_api_ms_win_core_localization_obsolete_l1_1_0
868 enable_api_ms_win_core_localregistry_l1_1_0
869 enable_api_ms_win_core_memory_l1_1_1
870 enable_api_ms_win_core_namedpipe_l1_2_0
871 enable_api_ms_win_core_processenvironment_l1_2_0
872 enable_api_ms_win_core_processthreads_l1_1_0
873 enable_api_ms_win_core_processthreads_l1_1_1
874 enable_api_ms_win_core_profile_l1_1_0
875 enable_api_ms_win_core_psapi_l1_1_0
876 enable_api_ms_win_core_registry_l1_1_0
877 enable_api_ms_win_core_rtlsupport_l1_2_0
878 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
879 enable_api_ms_win_core_string_l1_1_0
880 enable_api_ms_win_core_synch_l1_2_0
881 enable_api_ms_win_core_sysinfo_l1_2_0
882 enable_api_ms_win_core_threadpool_legacy_l1_1_0
883 enable_api_ms_win_core_timezone_l1_1_0
884 enable_api_ms_win_core_url_l1_1_0
885 enable_api_ms_win_core_util_l1_1_0
886 enable_api_ms_win_core_winrt_error_l1_1_0
887 enable_api_ms_win_core_winrt_string_l1_1_0
888 enable_api_ms_win_downlevel_advapi32_l1_1_0
889 enable_api_ms_win_downlevel_advapi32_l2_1_0
890 enable_api_ms_win_downlevel_normaliz_l1_1_0
891 enable_api_ms_win_downlevel_ole32_l1_1_0
892 enable_api_ms_win_downlevel_shell32_l1_1_0
893 enable_api_ms_win_downlevel_shlwapi_l1_1_0
894 enable_api_ms_win_downlevel_shlwapi_l2_1_0
895 enable_api_ms_win_downlevel_user32_l1_1_0
896 enable_api_ms_win_downlevel_version_l1_1_0
897 enable_api_ms_win_eventing_provider_l1_1_0
898 enable_api_ms_win_ntuser_dc_access_l1_1_0
899 enable_api_ms_win_security_base_l1_1_0
900 enable_api_ms_win_security_base_l1_2_0
901 enable_api_ms_win_security_sddl_l1_1_0
902 enable_api_ms_win_service_core_l1_1_1
903 enable_api_ms_win_service_management_l1_1_0
904 enable_api_ms_win_service_winsvc_l1_2_0
944 enable_d3dcompiler_33
945 enable_d3dcompiler_34
946 enable_d3dcompiler_35
947 enable_d3dcompiler_36
948 enable_d3dcompiler_37
949 enable_d3dcompiler_38
950 enable_d3dcompiler_39
951 enable_d3dcompiler_40
952 enable_d3dcompiler_41
953 enable_d3dcompiler_42
954 enable_d3dcompiler_43
1027 enable_explorerframe
1028 enable_ext_ms_win_gdi_devcaps_l1_1_0
1167 enable_photometadatahandler
1246 enable_windowscodecs
1247 enable_windowscodecsext
1249 enable_winecoreaudio_drv
1251 enable_winegstreamer
1252 enable_winejoystick_drv
1258 enable_wineqtdecoder
1294 enable_documentation
1302 enable_aspnet_regiis
1335 enable_presentationfontcache
1347 enable_servicemodelreg
1366 enable_winemenubuilder
1368 enable_winemsibuilder
1382 ac_precious_vars
='build_alias
1431 # Initialize some variables set by options.
1433 ac_init_version
=false
1434 ac_unrecognized_opts
=
1435 ac_unrecognized_sep
=
1436 # The variables have the same names as the options, with
1437 # dashes changed to underlines.
1438 cache_file
=/dev
/null
1445 program_transform_name
=s
,x
,x
,
1453 # Installation directory options.
1454 # These are left unexpanded so users can "make install exec_prefix=/foo"
1455 # and all the variables that are supposed to be based on exec_prefix
1456 # by default will actually change.
1457 # Use braces instead of parens because sh, perl, etc. also accept them.
1458 # (The list follows the same order as the GNU Coding Standards.)
1459 bindir
='${exec_prefix}/bin'
1460 sbindir
='${exec_prefix}/sbin'
1461 libexecdir
='${exec_prefix}/libexec'
1462 datarootdir
='${prefix}/share'
1463 datadir
='${datarootdir}'
1464 sysconfdir
='${prefix}/etc'
1465 sharedstatedir
='${prefix}/com'
1466 localstatedir
='${prefix}/var'
1467 includedir
='${prefix}/include'
1468 oldincludedir
='/usr/include'
1469 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1470 infodir
='${datarootdir}/info'
1475 libdir
='${exec_prefix}/lib'
1476 localedir
='${datarootdir}/locale'
1477 mandir
='${datarootdir}/man'
1483 # If the previous option needs an argument, assign it.
1484 if test -n "$ac_prev"; then
1485 eval $ac_prev=\
$ac_option
1491 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1496 # Accept the important Cygnus configure options, so we can diagnose typos.
1498 case $ac_dashdash$ac_option in
1502 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1504 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1505 bindir
=$ac_optarg ;;
1507 -build |
--build |
--buil |
--bui |
--bu)
1508 ac_prev
=build_alias
;;
1509 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1510 build_alias
=$ac_optarg ;;
1512 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1513 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1514 ac_prev
=cache_file
;;
1515 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1516 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1517 cache_file
=$ac_optarg ;;
1519 --config-cache |
-C)
1520 cache_file
=config.cache
;;
1522 -datadir |
--datadir |
--datadi |
--datad)
1524 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1525 datadir
=$ac_optarg ;;
1527 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1528 |
--dataroo |
--dataro |
--datar)
1529 ac_prev
=datarootdir
;;
1530 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1531 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1532 datarootdir
=$ac_optarg ;;
1534 -disable-* |
--disable-*)
1535 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1536 # Reject names that are not valid shell variable names.
1537 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1538 as_fn_error $?
"invalid feature name: $ac_useropt"
1539 ac_useropt_orig
=$ac_useropt
1540 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1541 case $ac_user_opts in
1543 "enable_
$ac_useropt"
1545 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1546 ac_unrecognized_sep
=', ';;
1548 eval enable_
$ac_useropt=no
;;
1550 -docdir |
--docdir |
--docdi |
--doc |
--do)
1552 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1553 docdir
=$ac_optarg ;;
1555 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1557 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1558 dvidir
=$ac_optarg ;;
1560 -enable-* |
--enable-*)
1561 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1562 # Reject names that are not valid shell variable names.
1563 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1564 as_fn_error $?
"invalid feature name: $ac_useropt"
1565 ac_useropt_orig
=$ac_useropt
1566 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1567 case $ac_user_opts in
1569 "enable_
$ac_useropt"
1571 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1572 ac_unrecognized_sep
=', ';;
1574 eval enable_
$ac_useropt=\
$ac_optarg ;;
1576 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1577 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1578 |
--exec |
--exe |
--ex)
1579 ac_prev
=exec_prefix
;;
1580 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1581 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1582 |
--exec=* |
--exe=* |
--ex=*)
1583 exec_prefix
=$ac_optarg ;;
1585 -gas |
--gas |
--ga |
--g)
1586 # Obsolete; use --with-gas.
1589 -help |
--help |
--hel |
--he |
-h)
1590 ac_init_help
=long
;;
1591 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1592 ac_init_help
=recursive
;;
1593 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1594 ac_init_help
=short
;;
1596 -host |
--host |
--hos |
--ho)
1597 ac_prev
=host_alias
;;
1598 -host=* |
--host=* |
--hos=* |
--ho=*)
1599 host_alias
=$ac_optarg ;;
1601 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1603 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1605 htmldir
=$ac_optarg ;;
1607 -includedir |
--includedir |
--includedi |
--included |
--include \
1608 |
--includ |
--inclu |
--incl |
--inc)
1609 ac_prev
=includedir
;;
1610 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1611 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1612 includedir
=$ac_optarg ;;
1614 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1616 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1617 infodir
=$ac_optarg ;;
1619 -libdir |
--libdir |
--libdi |
--libd)
1621 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1622 libdir
=$ac_optarg ;;
1624 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1625 |
--libexe |
--libex |
--libe)
1626 ac_prev
=libexecdir
;;
1627 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1628 |
--libexe=* |
--libex=* |
--libe=*)
1629 libexecdir
=$ac_optarg ;;
1631 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1632 ac_prev
=localedir
;;
1633 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1634 localedir
=$ac_optarg ;;
1636 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1637 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1638 ac_prev
=localstatedir
;;
1639 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1640 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1641 localstatedir
=$ac_optarg ;;
1643 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1645 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1646 mandir
=$ac_optarg ;;
1648 -nfp |
--nfp |
--nf)
1649 # Obsolete; use --without-fp.
1652 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1653 |
--no-cr |
--no-c |
-n)
1656 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1657 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1660 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1661 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1662 |
--oldin |
--oldi |
--old |
--ol |
--o)
1663 ac_prev
=oldincludedir
;;
1664 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1665 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1666 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1667 oldincludedir
=$ac_optarg ;;
1669 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1671 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1672 prefix
=$ac_optarg ;;
1674 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1675 |
--program-pre |
--program-pr |
--program-p)
1676 ac_prev
=program_prefix
;;
1677 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1678 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1679 program_prefix
=$ac_optarg ;;
1681 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1682 |
--program-suf |
--program-su |
--program-s)
1683 ac_prev
=program_suffix
;;
1684 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1685 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1686 program_suffix
=$ac_optarg ;;
1688 -program-transform-name |
--program-transform-name \
1689 |
--program-transform-nam |
--program-transform-na \
1690 |
--program-transform-n |
--program-transform- \
1691 |
--program-transform |
--program-transfor \
1692 |
--program-transfo |
--program-transf \
1693 |
--program-trans |
--program-tran \
1694 |
--progr-tra |
--program-tr |
--program-t)
1695 ac_prev
=program_transform_name
;;
1696 -program-transform-name=* |
--program-transform-name=* \
1697 |
--program-transform-nam=* |
--program-transform-na=* \
1698 |
--program-transform-n=* |
--program-transform-=* \
1699 |
--program-transform=* |
--program-transfor=* \
1700 |
--program-transfo=* |
--program-transf=* \
1701 |
--program-trans=* |
--program-tran=* \
1702 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1703 program_transform_name
=$ac_optarg ;;
1705 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1707 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1708 pdfdir
=$ac_optarg ;;
1710 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1712 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1715 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1716 |
-silent |
--silent |
--silen |
--sile |
--sil)
1719 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1721 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1723 sbindir
=$ac_optarg ;;
1725 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1726 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1727 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1729 ac_prev
=sharedstatedir
;;
1730 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1731 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1732 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1734 sharedstatedir
=$ac_optarg ;;
1736 -site |
--site |
--sit)
1738 -site=* |
--site=* |
--sit=*)
1741 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1743 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1744 srcdir
=$ac_optarg ;;
1746 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1747 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1748 ac_prev
=sysconfdir
;;
1749 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1750 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1751 sysconfdir
=$ac_optarg ;;
1753 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1754 ac_prev
=target_alias
;;
1755 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1756 target_alias
=$ac_optarg ;;
1758 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1761 -version |
--version |
--versio |
--versi |
--vers |
-V)
1762 ac_init_version
=: ;;
1765 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1766 # Reject names that are not valid shell variable names.
1767 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1768 as_fn_error $?
"invalid package name: $ac_useropt"
1769 ac_useropt_orig
=$ac_useropt
1770 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1771 case $ac_user_opts in
1775 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1776 ac_unrecognized_sep
=', ';;
1778 eval with_
$ac_useropt=\
$ac_optarg ;;
1780 -without-* |
--without-*)
1781 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1782 # Reject names that are not valid shell variable names.
1783 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1784 as_fn_error $?
"invalid package name: $ac_useropt"
1785 ac_useropt_orig
=$ac_useropt
1786 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1787 case $ac_user_opts in
1791 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1792 ac_unrecognized_sep
=', ';;
1794 eval with_
$ac_useropt=no
;;
1797 # Obsolete; use --with-x.
1800 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1801 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1802 ac_prev
=x_includes
;;
1803 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1804 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1805 x_includes
=$ac_optarg ;;
1807 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1808 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1809 ac_prev
=x_libraries
;;
1810 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1811 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1812 x_libraries
=$ac_optarg ;;
1814 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1815 Try \`$0 --help' for more information"
1819 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1820 # Reject names that are not valid shell variable names.
1821 case $ac_envvar in #(
1822 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1823 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1825 eval $ac_envvar=\
$ac_optarg
1826 export $ac_envvar ;;
1829 # FIXME: should be removed in autoconf 3.0.
1830 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1831 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1832 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1833 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1839 if test -n "$ac_prev"; then
1840 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1841 as_fn_error $?
"missing argument to $ac_option"
1844 if test -n "$ac_unrecognized_opts"; then
1845 case $enable_option_checking in
1847 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1848 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1852 # Check all directory arguments for consistency.
1853 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1854 datadir sysconfdir sharedstatedir localstatedir includedir \
1855 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1856 libdir localedir mandir
1858 eval ac_val
=\$
$ac_var
1859 # Remove trailing slashes.
1862 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1863 eval $ac_var=\
$ac_val;;
1865 # Be sure to have absolute directory names.
1867 [\\/$
]* | ?
:[\\/]* ) continue;;
1868 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1870 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1873 # There might be people who depend on the old broken behavior: `$host'
1874 # used to hold the argument of --host etc.
1875 # FIXME: To remove some day.
1878 target
=$target_alias
1880 # FIXME: To remove some day.
1881 if test "x$host_alias" != x
; then
1882 if test "x$build_alias" = x
; then
1883 cross_compiling
=maybe
1884 elif test "x$build_alias" != "x$host_alias"; then
1890 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1892 test "$silent" = yes && exec 6>/dev
/null
1895 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1896 ac_ls_di
=`ls -di .` &&
1897 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1898 as_fn_error $?
"working directory cannot be determined"
1899 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1900 as_fn_error $?
"pwd does not report name of working directory"
1903 # Find the source files, if location was not specified.
1904 if test -z "$srcdir"; then
1905 ac_srcdir_defaulted
=yes
1906 # Try the directory containing this script, then the parent directory.
1907 ac_confdir
=`$as_dirname -- "$as_myself" ||
1908 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1909 X"$as_myself" : 'X\(//\)[^/]' \| \
1910 X"$as_myself" : 'X\(//\)$' \| \
1911 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1912 $as_echo X"$as_myself" |
1913 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1931 if test ! -r "$srcdir/$ac_unique_file"; then
1935 ac_srcdir_defaulted
=no
1937 if test ! -r "$srcdir/$ac_unique_file"; then
1938 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1939 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1941 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1943 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1945 # When building in place, set srcdir=.
1946 if test "$ac_abs_confdir" = "$ac_pwd"; then
1949 # Remove unnecessary trailing slashes from srcdir.
1950 # Double slashes in file names in object file debugging info
1951 # mess up M-x gdb in Emacs.
1953 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1955 for ac_var
in $ac_precious_vars; do
1956 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1957 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1958 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1959 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1963 # Report the --help message.
1965 if test "$ac_init_help" = "long"; then
1966 # Omit some internal or obsolete options to make the list less imposing.
1967 # This message is too long to be a string in the A/UX 3.1 sh.
1969 \`configure' configures Wine 1.7.12 to adapt to many kinds of systems.
1971 Usage: $0 [OPTION]... [VAR=VALUE]...
1973 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1974 VAR=VALUE. See below for descriptions of some of the useful variables.
1976 Defaults for the options are specified in brackets.
1979 -h, --help display this help and exit
1980 --help=short display options specific to this package
1981 --help=recursive display the short help of all the included packages
1982 -V, --version display version information and exit
1983 -q, --quiet, --silent do not print \`checking ...' messages
1984 --cache-file=FILE cache test results in FILE [disabled]
1985 -C, --config-cache alias for \`--cache-file=config.cache'
1986 -n, --no-create do not create output files
1987 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1989 Installation directories:
1990 --prefix=PREFIX install architecture-independent files in PREFIX
1991 [$ac_default_prefix]
1992 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1995 By default, \`make install' will install all the files in
1996 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1997 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1998 for instance \`--prefix=\$HOME'.
2000 For better control, use the options below.
2002 Fine tuning of the installation directories:
2003 --bindir=DIR user executables [EPREFIX/bin]
2004 --sbindir=DIR system admin executables [EPREFIX/sbin]
2005 --libexecdir=DIR program executables [EPREFIX/libexec]
2006 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2007 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2008 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2009 --libdir=DIR object code libraries [EPREFIX/lib]
2010 --includedir=DIR C header files [PREFIX/include]
2011 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2012 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2013 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2014 --infodir=DIR info documentation [DATAROOTDIR/info]
2015 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2016 --mandir=DIR man documentation [DATAROOTDIR/man]
2017 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2018 --htmldir=DIR html documentation [DOCDIR]
2019 --dvidir=DIR dvi documentation [DOCDIR]
2020 --pdfdir=DIR pdf documentation [DOCDIR]
2021 --psdir=DIR ps documentation [DOCDIR]
2027 --x-includes=DIR X include files are
in DIR
2028 --x-libraries=DIR X library files are
in DIR
2031 --build=BUILD configure
for building on BUILD
[guessed
]
2032 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2036 if test -n "$ac_init_help"; then
2037 case $ac_init_help in
2038 short | recursive
) echo "Configuration of Wine 1.7.12:";;
2043 --disable-option-checking ignore unrecognized
--enable/--with options
2044 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2045 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2046 --disable-win16 do not include Win16 support
2047 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2049 --disable-tests do not build the regression tests
2050 --enable-maintainer-mode
2051 enable maintainer-specific build rules
2052 --disable-largefile omit support for large files
2055 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2056 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2057 --without-alsa do not use the Alsa sound support
2058 --without-capi do not use CAPI (ISDN support)
2059 --without-cms do not use CMS (color management support)
2060 --without-coreaudio do not use the CoreAudio sound support
2061 --without-cups do not use CUPS
2062 --without-curses do not use (n)curses
2063 --without-dbus do not use DBus (dynamic device support)
2064 --without-fontconfig do not use fontconfig
2065 --without-freetype do not use the FreeType library
2066 --without-gettext do not use gettext
2067 --with-gettextpo use the GetTextPO library to rebuild po files
2068 --without-gphoto do not use gphoto (Digital Camera support)
2069 --without-glu do not use the GLU library
2070 --without-gnutls do not use GnuTLS (schannel support)
2071 --without-gsm do not use libgsm (GSM 06.10 codec support)
2072 --without-gstreamer do not use GStreamer (codecs support)
2073 --without-hal do not use HAL (dynamic device support)
2074 --without-jpeg do not use JPEG
2075 --without-ldap do not use LDAP
2076 --without-mpg123 do not use the mpg123 library
2077 --without-netapi do not use the Samba NetAPI library
2078 --without-openal do not use OpenAL
2079 --without-opencl do not use OpenCL
2080 --without-opengl do not use OpenGL
2081 --without-osmesa do not use the OSMesa library
2082 --without-oss do not use the OSS sound support
2083 --without-png do not use PNG
2084 --without-pthread do not use the pthread library
2085 --without-sane do not use SANE (scanner support)
2086 --without-tiff do not use TIFF
2087 --without-v4l do not use v4l1 (v4l support)
2088 --without-xcomposite do not use the Xcomposite extension
2089 --without-xcursor do not use the Xcursor extension
2090 --without-xinerama do not use Xinerama (multi-monitor support)
2091 --without-xinput do not use the Xinput extension
2092 --without-xinput2 do not use the Xinput 2 extension
2093 --without-xml do not use XML
2094 --without-xrandr do not use Xrandr (resolution changes)
2095 --without-xrender do not use the Xrender extension
2096 --without-xshape do not use the Xshape extension
2097 --without-xshm do not use XShm (shared memory extension)
2098 --without-xslt do not use XSLT
2099 --without-xxf86vm do not use XFree video mode extension
2100 --without-zlib do not use Zlib (data compression)
2101 --with-wine-tools=DIR use Wine tools from directory DIR
2102 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2103 --with-x use the X Window System
2105 Some influential environment variables:
2106 CC C compiler command
2107 CFLAGS C compiler flags
2108 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2109 nonstandard directory <lib dir>
2110 LIBS libraries to pass to the linker, e.g. -l<library>
2111 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2112 you have headers in a nonstandard directory <include dir>
2113 CXX C++ compiler command
2114 CXXFLAGS C++ compiler flags
2116 XMKMF Path to xmkmf, Makefile generator for X Window System
2117 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2118 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2119 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2120 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2121 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2122 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2123 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2124 HAL_LIBS Linker flags for hal, overriding pkg-config
2126 C compiler flags for gnutls, overriding pkg-config
2127 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2128 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2129 SANE_LIBS Linker flags for libsane, overriding pkg-config
2131 C compiler flags for libgphoto2, overriding pkg-config
2133 Linker flags for libgphoto2, overriding pkg-config
2135 C compiler flags for libgphoto2_port, overriding pkg-config
2137 Linker flags for libgphoto2_port, overriding pkg-config
2139 C compiler flags for lcms2, overriding pkg-config
2140 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2142 C compiler flags for freetype2, overriding pkg-config
2144 Linker flags for freetype2, overriding pkg-config
2146 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2148 Linker flags for gstreamer-app-0.10, overriding pkg-config
2150 C compiler flags for capi20, overriding pkg-config
2151 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2153 C compiler flags for fontconfig, overriding pkg-config
2155 Linker flags for fontconfig, overriding pkg-config
2156 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2157 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2158 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2159 PNG_LIBS Linker flags for libpng, overriding pkg-config
2160 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2161 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2163 C compiler flags for libmpg123, overriding pkg-config
2164 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2166 Use these variables to override the choices made by `configure' or to
help
2167 it to
find libraries and programs with nonstandard names
/locations.
2169 Report bugs to
<wine-devel@winehq.org
>.
2170 Wine home page
: <http
://www.winehq.org
>.
2175 if test "$ac_init_help" = "recursive"; then
2176 # If there are subdirs, report their specific --help.
2177 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2178 test -d "$ac_dir" ||
2179 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2184 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2186 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2187 # A ".." for each directory in $ac_dir_suffix.
2188 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2189 case $ac_top_builddir_sub in
2190 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2191 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2194 ac_abs_top_builddir
=$ac_pwd
2195 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2196 # for backward compatibility:
2197 ac_top_builddir
=$ac_top_build_prefix
2200 .
) # We are building in place.
2202 ac_top_srcdir
=$ac_top_builddir_sub
2203 ac_abs_top_srcdir
=$ac_pwd ;;
2204 [\\/]* | ?
:[\\/]* ) # Absolute name.
2205 ac_srcdir
=$srcdir$ac_dir_suffix;
2206 ac_top_srcdir
=$srcdir
2207 ac_abs_top_srcdir
=$srcdir ;;
2209 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2210 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2211 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2213 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2215 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2216 # Check for guested configure.
2217 if test -f "$ac_srcdir/configure.gnu"; then
2219 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2220 elif test -f "$ac_srcdir/configure"; then
2222 $SHELL "$ac_srcdir/configure" --help=recursive
2224 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2226 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2230 test -n "$ac_init_help" && exit $ac_status
2231 if $ac_init_version; then
2233 Wine configure
1.7.12
2234 generated by GNU Autoconf
2.69
2236 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2237 This configure
script is free software
; the Free Software Foundation
2238 gives unlimited permission to copy
, distribute and modify it.
2243 ## ------------------------ ##
2244 ## Autoconf initialization. ##
2245 ## ------------------------ ##
2247 # ac_fn_c_try_compile LINENO
2248 # --------------------------
2249 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2250 ac_fn_c_try_compile
()
2252 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2253 rm -f conftest.
$ac_objext
2254 if { { ac_try
="$ac_compile"
2256 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2257 *) ac_try_echo=$ac_try;;
2259 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2260 $as_echo "$ac_try_echo"; } >&5
2261 (eval "$ac_compile") 2>conftest.err
2263 if test -s conftest.err; then
2264 grep -v '^ *+' conftest.err >conftest.er1
2265 cat conftest.er1 >&5
2266 mv -f conftest.er1 conftest.err
2268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2269 test $ac_status = 0; } && {
2270 test -z "$ac_c_werror_flag" ||
2271 test ! -s conftest.err
2272 } && test -s conftest.$ac_objext; then :
2275 $as_echo "$as_me: failed program was:" >&5
2276 sed 's/^/| /' conftest.$ac_ext >&5
2280 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2281 as_fn_set_status $ac_retval
2283 } # ac_fn_c_try_compile
2285 # ac_fn_cxx_try_compile LINENO
2286 # ----------------------------
2287 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2288 ac_fn_cxx_try_compile ()
2290 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2291 rm -f conftest.$ac_objext
2292 if { { ac_try="$ac_compile"
2294 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2295 *) ac_try_echo
=$ac_try;;
2297 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2298 $as_echo "$ac_try_echo"; } >&5
2299 (eval "$ac_compile") 2>conftest.err
2301 if test -s conftest.err
; then
2302 grep -v '^ *+' conftest.err
>conftest.er1
2303 cat conftest.er1
>&5
2304 mv -f conftest.er1 conftest.err
2306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2307 test $ac_status = 0; } && {
2308 test -z "$ac_cxx_werror_flag" ||
2309 test ! -s conftest.err
2310 } && test -s conftest.
$ac_objext; then :
2313 $as_echo "$as_me: failed program was:" >&5
2314 sed 's/^/| /' conftest.
$ac_ext >&5
2318 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2319 as_fn_set_status
$ac_retval
2321 } # ac_fn_cxx_try_compile
2323 # ac_fn_c_try_link LINENO
2324 # -----------------------
2325 # Try to link conftest.$ac_ext, and return whether this succeeded.
2328 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2329 rm -f conftest.
$ac_objext conftest
$ac_exeext
2330 if { { ac_try
="$ac_link"
2332 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2333 *) ac_try_echo=$ac_try;;
2335 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2336 $as_echo "$ac_try_echo"; } >&5
2337 (eval "$ac_link") 2>conftest.err
2339 if test -s conftest.err; then
2340 grep -v '^ *+' conftest.err >conftest.er1
2341 cat conftest.er1 >&5
2342 mv -f conftest.er1 conftest.err
2344 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2345 test $ac_status = 0; } && {
2346 test -z "$ac_c_werror_flag" ||
2347 test ! -s conftest.err
2348 } && test -s conftest$ac_exeext && {
2349 test "$cross_compiling" = yes ||
2350 test -x conftest$ac_exeext
2354 $as_echo "$as_me: failed program was:" >&5
2355 sed 's/^/| /' conftest.$ac_ext >&5
2359 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2360 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2361 # interfere with the next link command; also delete a directory that is
2362 # left behind by Apple's compiler. We do this before executing the actions.
2363 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2365 as_fn_set_status $ac_retval
2367 } # ac_fn_c_try_link
2369 # ac_fn_c_try_cpp LINENO
2370 # ----------------------
2371 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2374 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2375 if { { ac_try="$ac_cpp conftest.$ac_ext"
2377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2378 *) ac_try_echo
=$ac_try;;
2380 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2381 $as_echo "$ac_try_echo"; } >&5
2382 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2384 if test -s conftest.err
; then
2385 grep -v '^ *+' conftest.err
>conftest.er1
2386 cat conftest.er1
>&5
2387 mv -f conftest.er1 conftest.err
2389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2390 test $ac_status = 0; } > conftest.i
&& {
2391 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2392 test ! -s conftest.err
2396 $as_echo "$as_me: failed program was:" >&5
2397 sed 's/^/| /' conftest.
$ac_ext >&5
2401 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2402 as_fn_set_status
$ac_retval
2406 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2407 # -------------------------------------------------------
2408 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2409 # the include files in INCLUDES and setting the cache variable VAR
2411 ac_fn_c_check_header_mongrel
()
2413 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2414 if eval \
${$3+:} false
; then :
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2416 $as_echo_n "checking for $2... " >&6; }
2417 if eval \
${$3+:} false
; then :
2418 $as_echo_n "(cached) " >&6
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2422 $as_echo "$ac_res" >&6; }
2424 # Is the header compilable?
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2426 $as_echo_n "checking $2 usability... " >&6; }
2427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2428 /* end confdefs.h. */
2432 if ac_fn_c_try_compile
"$LINENO"; then :
2433 ac_header_compiler
=yes
2435 ac_header_compiler
=no
2437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2439 $as_echo "$ac_header_compiler" >&6; }
2441 # Is the header present?
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2443 $as_echo_n "checking $2 presence... " >&6; }
2444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2445 /* end confdefs.h. */
2448 if ac_fn_c_try_cpp
"$LINENO"; then :
2449 ac_header_preproc
=yes
2451 ac_header_preproc
=no
2453 rm -f conftest.err conftest.i conftest.
$ac_ext
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2455 $as_echo "$ac_header_preproc" >&6; }
2457 # So? What about this header?
2458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2461 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2463 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2467 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2469 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2471 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2473 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2475 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2476 ( $as_echo "## ------------------------------------ ##
2477 ## Report this to wine-devel@winehq.org ##
2478 ## ------------------------------------ ##"
2479 ) |
sed "s/^/$as_me: WARNING: /" >&2
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2483 $as_echo_n "checking for $2... " >&6; }
2484 if eval \
${$3+:} false
; then :
2485 $as_echo_n "(cached) " >&6
2487 eval "$3=\$ac_header_compiler"
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2491 $as_echo "$ac_res" >&6; }
2493 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2495 } # ac_fn_c_check_header_mongrel
2497 # ac_fn_c_try_run LINENO
2498 # ----------------------
2499 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2500 # that executables *can* be run.
2503 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2504 if { { ac_try
="$ac_link"
2506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2507 *) ac_try_echo=$ac_try;;
2509 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2510 $as_echo "$ac_try_echo"; } >&5
2511 (eval "$ac_link") 2>&5
2513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2514 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2515 { { case "(($ac_try" in
2516 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2517 *) ac_try_echo
=$ac_try;;
2519 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2520 $as_echo "$ac_try_echo"; } >&5
2521 (eval "$ac_try") 2>&5
2523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2524 test $ac_status = 0; }; }; then :
2527 $as_echo "$as_me: program exited with status $ac_status" >&5
2528 $as_echo "$as_me: failed program was:" >&5
2529 sed 's/^/| /' conftest.
$ac_ext >&5
2531 ac_retval
=$ac_status
2533 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2534 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 as_fn_set_status
$ac_retval
2539 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2540 # -------------------------------------------------------
2541 # Tests whether HEADER exists and can be compiled using the include files in
2542 # INCLUDES, setting the cache variable VAR accordingly.
2543 ac_fn_c_check_header_compile
()
2545 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2547 $as_echo_n "checking for $2... " >&6; }
2548 if eval \
${$3+:} false
; then :
2549 $as_echo_n "(cached) " >&6
2551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2552 /* end confdefs.h. */
2556 if ac_fn_c_try_compile
"$LINENO"; then :
2561 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2565 $as_echo "$ac_res" >&6; }
2566 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2568 } # ac_fn_c_check_header_compile
2570 # ac_fn_c_check_func LINENO FUNC VAR
2571 # ----------------------------------
2572 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2573 ac_fn_c_check_func
()
2575 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2577 $as_echo_n "checking for $2... " >&6; }
2578 if eval \
${$3+:} false
; then :
2579 $as_echo_n "(cached) " >&6
2581 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2582 /* end confdefs.h. */
2583 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2585 #define $2 innocuous_$2
2587 /* System header to define __stub macros and hopefully few prototypes,
2588 which can conflict with char $2 (); below.
2589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2590 <limits.h> exists even on freestanding compilers. */
2593 # include <limits.h>
2595 # include <assert.h>
2600 /* Override any GCC internal prototype to avoid an error.
2601 Use char because int might match the return type of a GCC
2602 builtin and then its argument prototype would still apply. */
2607 /* The GNU C library defines this for functions which it implements
2608 to always fail with ENOSYS. Some functions are actually named
2609 something starting with __ and the normal name is an alias. */
2610 #if defined __stub_$2 || defined __stub___$2
2622 if ac_fn_c_try_link
"$LINENO"; then :
2627 rm -f core conftest.err conftest.
$ac_objext \
2628 conftest
$ac_exeext conftest.
$ac_ext
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2632 $as_echo "$ac_res" >&6; }
2633 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2635 } # ac_fn_c_check_func
2637 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2638 # ----------------------------------------------------
2639 # Tries to find if the field MEMBER exists in type AGGR, after including
2640 # INCLUDES, setting cache variable VAR accordingly.
2641 ac_fn_c_check_member
()
2643 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2645 $as_echo_n "checking for $2.$3... " >&6; }
2646 if eval \
${$4+:} false
; then :
2647 $as_echo_n "(cached) " >&6
2649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2650 /* end confdefs.h. */
2662 if ac_fn_c_try_compile
"$LINENO"; then :
2665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2666 /* end confdefs.h. */
2672 if (sizeof ac_aggr.$3)
2678 if ac_fn_c_try_compile
"$LINENO"; then :
2683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2685 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2689 $as_echo "$ac_res" >&6; }
2690 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2692 } # ac_fn_c_check_member
2694 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2695 # -------------------------------------------
2696 # Tests whether TYPE exists after having included INCLUDES, setting cache
2697 # variable VAR accordingly.
2698 ac_fn_c_check_type
()
2700 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2702 $as_echo_n "checking for $2... " >&6; }
2703 if eval \
${$3+:} false
; then :
2704 $as_echo_n "(cached) " >&6
2707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2708 /* end confdefs.h. */
2719 if ac_fn_c_try_compile
"$LINENO"; then :
2720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2721 /* end confdefs.h. */
2732 if ac_fn_c_try_compile
"$LINENO"; then :
2737 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2739 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2743 $as_echo "$ac_res" >&6; }
2744 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2746 } # ac_fn_c_check_type
2747 cat >config.log
<<_ACEOF
2748 This file contains any messages produced by compilers while
2749 running configure, to aid debugging if configure makes a mistake.
2751 It was created by Wine $as_me 1.7.12, which was
2752 generated by GNU Autoconf 2.69. Invocation command line was
2764 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2765 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2766 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2767 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2768 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2770 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2771 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2773 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2774 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2775 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2776 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2777 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2778 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2779 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2787 test -z "$as_dir" && as_dir
=.
2788 $as_echo "PATH: $as_dir"
2804 # Keep a trace of the command line.
2805 # Strip out --no-create and --no-recursion so they do not pile up.
2806 # Strip out --silent because we don't want to record it for future runs.
2807 # Also quote any args containing shell meta-characters.
2808 # Make two passes to allow for proper duplicate-argument suppression.
2812 ac_must_keep_next
=false
2818 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2819 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2820 |
-silent |
--silent |
--silen |
--sile |
--sil)
2823 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2826 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2828 as_fn_append ac_configure_args1
" '$ac_arg'"
2829 if test $ac_must_keep_next = true
; then
2830 ac_must_keep_next
=false
# Got value, back to normal.
2833 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2834 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2835 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2836 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2837 case "$ac_configure_args0 " in
2838 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2841 -* ) ac_must_keep_next
=true
;;
2844 as_fn_append ac_configure_args
" '$ac_arg'"
2849 { ac_configure_args0
=; unset ac_configure_args0
;}
2850 { ac_configure_args1
=; unset ac_configure_args1
;}
2852 # When interrupted or exit'd, cleanup temporary files, and complete
2853 # config.log. We remove comments because anyway the quotes in there
2854 # would cause problems or look ugly.
2855 # WARNING: Use '\'' to represent an apostrophe within the trap.
2856 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2857 trap 'exit_status=$?
2858 # Save into config.log some information that might help in debugging.
2862 $as_echo "## ---------------- ##
2863 ## Cache variables. ##
2864 ## ---------------- ##"
2866 # The following way of writing the cache mishandles newlines in values,
2868 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2869 eval ac_val=\$$ac_var
2873 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2874 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2877 _ | IFS | as_nl) ;; #(
2878 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2879 *) { eval $ac_var=; unset $ac_var;} ;;
2884 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2885 *${as_nl}ac_space=\ *)
2887 "s/'\''/'\''\\\\'\'''\''/g;
2888 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2891 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2898 $as_echo "## ----------------- ##
2899 ## Output variables. ##
2900 ## ----------------- ##"
2902 for ac_var in $ac_subst_vars
2904 eval ac_val=\$$ac_var
2906 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2908 $as_echo "$ac_var='\''$ac_val'\''"
2912 if test -n "$ac_subst_files"; then
2913 $as_echo "## ------------------- ##
2914 ## File substitutions. ##
2915 ## ------------------- ##"
2917 for ac_var
in $ac_subst_files
2919 eval ac_val
=\$
$ac_var
2921 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2923 $as_echo "$ac_var='\''$ac_val'\''"
2928 if test -s confdefs.h; then
2929 $as_echo "## ----------- ##
2936 test "$ac_signal" != 0 &&
2937 $as_echo "$as_me: caught signal $ac_signal"
2938 $as_echo "$as_me: exit $exit_status"
2940 rm -f core *.core core.conftest.* &&
2941 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2944 for ac_signal
in 1 2 13 15; do
2945 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2949 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2950 rm -f -r conftest
* confdefs.h
2952 $as_echo "/* confdefs.h */" > confdefs.h
2954 # Predefined preprocessor variables.
2956 cat >>confdefs.h
<<_ACEOF
2957 #define PACKAGE_NAME "$PACKAGE_NAME"
2960 cat >>confdefs.h
<<_ACEOF
2961 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2964 cat >>confdefs.h
<<_ACEOF
2965 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2968 cat >>confdefs.h
<<_ACEOF
2969 #define PACKAGE_STRING "$PACKAGE_STRING"
2972 cat >>confdefs.h
<<_ACEOF
2973 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2976 cat >>confdefs.h
<<_ACEOF
2977 #define PACKAGE_URL "$PACKAGE_URL"
2981 # Let the site file select an alternate cache file if it wants to.
2982 # Prefer an explicitly selected file to automatically selected ones.
2985 if test -n "$CONFIG_SITE"; then
2986 # We do not want a PATH search for config.site.
2987 case $CONFIG_SITE in #((
2988 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2989 */*) ac_site_file1
=$CONFIG_SITE;;
2990 *) ac_site_file1
=.
/$CONFIG_SITE;;
2992 elif test "x$prefix" != xNONE
; then
2993 ac_site_file1
=$prefix/share
/config.site
2994 ac_site_file2
=$prefix/etc
/config.site
2996 ac_site_file1
=$ac_default_prefix/share
/config.site
2997 ac_site_file2
=$ac_default_prefix/etc
/config.site
2999 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3001 test "x$ac_site_file" = xNONE
&& continue
3002 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3004 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3005 sed 's/^/| /' "$ac_site_file" >&5
3007 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3008 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3009 as_fn_error $?
"failed to load site script $ac_site_file
3010 See \`config.log' for more details" "$LINENO" 5; }
3014 if test -r "$cache_file"; then
3015 # Some versions of bash will fail to source /dev/null (special files
3016 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3017 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3019 $as_echo "$as_me: loading cache $cache_file" >&6;}
3021 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3022 *) .
"./$cache_file";;
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3027 $as_echo "$as_me: creating cache $cache_file" >&6;}
3031 # Check that the precious variables saved in the cache have kept the same
3033 ac_cache_corrupted
=false
3034 for ac_var
in $ac_precious_vars; do
3035 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3036 eval ac_new_set
=\
$ac_env_${ac_var}_set
3037 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3038 eval ac_new_val
=\
$ac_env_${ac_var}_value
3039 case $ac_old_set,$ac_new_set in
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3042 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3043 ac_cache_corrupted
=: ;;
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3046 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3047 ac_cache_corrupted
=: ;;
3050 if test "x$ac_old_val" != "x$ac_new_val"; then
3051 # differences in whitespace do not lead to failure.
3052 ac_old_val_w
=`echo x $ac_old_val`
3053 ac_new_val_w
=`echo x $ac_new_val`
3054 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3056 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3057 ac_cache_corrupted
=:
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3060 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3061 eval $ac_var=\
$ac_old_val
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3064 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3066 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3069 # Pass precious variables to config.status.
3070 if test "$ac_new_set" = set; then
3072 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3073 *) ac_arg
=$ac_var=$ac_new_val ;;
3075 case " $ac_configure_args " in
3076 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3077 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3081 if $ac_cache_corrupted; then
3082 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3083 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3084 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3085 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3086 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3088 ## -------------------- ##
3089 ## Main body of script. ##
3090 ## -------------------- ##
3093 ac_cpp
='$CPP $CPPFLAGS'
3094 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3095 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3096 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3100 ac_config_headers
="$ac_config_headers include/config.h"
3103 for ac_dir
in tools
"$srcdir"/tools
; do
3104 if test -f "$ac_dir/install-sh"; then
3106 ac_install_sh
="$ac_aux_dir/install-sh -c"
3108 elif test -f "$ac_dir/install.sh"; then
3110 ac_install_sh
="$ac_aux_dir/install.sh -c"
3112 elif test -f "$ac_dir/shtool"; then
3114 ac_install_sh
="$ac_aux_dir/shtool install -c"
3118 if test -z "$ac_aux_dir"; then
3119 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3122 # These three variables are undocumented and unsupported,
3123 # and are intended to be withdrawn in a future Autoconf release.
3124 # They can cause serious problems if a builder's source tree is in a directory
3125 # whose full name contains unusual characters.
3126 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3127 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3128 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3132 libwine_version
="1.0"
3136 # Check whether --enable-win16 was given.
3137 if test "${enable_win16+set}" = set; then :
3138 enableval
=$enable_win16;
3141 # Check whether --enable-win64 was given.
3142 if test "${enable_win64+set}" = set; then :
3143 enableval
=$enable_win64;
3146 # Check whether --enable-tests was given.
3147 if test "${enable_tests+set}" = set; then :
3148 enableval
=$enable_tests;
3151 # Check whether --enable-maintainer-mode was given.
3152 if test "${enable_maintainer_mode+set}" = set; then :
3153 enableval
=$enable_maintainer_mode;
3158 # Check whether --with-alsa was given.
3159 if test "${with_alsa+set}" = set; then :
3160 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3164 # Check whether --with-capi was given.
3165 if test "${with_capi+set}" = set; then :
3170 # Check whether --with-cms was given.
3171 if test "${with_cms+set}" = set; then :
3176 # Check whether --with-coreaudio was given.
3177 if test "${with_coreaudio+set}" = set; then :
3178 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3182 # Check whether --with-cups was given.
3183 if test "${with_cups+set}" = set; then :
3188 # Check whether --with-curses was given.
3189 if test "${with_curses+set}" = set; then :
3190 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3194 # Check whether --with-dbus was given.
3195 if test "${with_dbus+set}" = set; then :
3200 # Check whether --with-fontconfig was given.
3201 if test "${with_fontconfig+set}" = set; then :
3202 withval
=$with_fontconfig;
3206 # Check whether --with-freetype was given.
3207 if test "${with_freetype+set}" = set; then :
3208 withval
=$with_freetype;
3212 # Check whether --with-gettext was given.
3213 if test "${with_gettext+set}" = set; then :
3214 withval
=$with_gettext;
3218 # Check whether --with-gettextpo was given.
3219 if test "${with_gettextpo+set}" = set; then :
3220 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3224 # Check whether --with-gphoto was given.
3225 if test "${with_gphoto+set}" = set; then :
3226 withval
=$with_gphoto;
3230 # Check whether --with-glu was given.
3231 if test "${with_glu+set}" = set; then :
3236 # Check whether --with-gnutls was given.
3237 if test "${with_gnutls+set}" = set; then :
3238 withval
=$with_gnutls;
3242 # Check whether --with-gsm was given.
3243 if test "${with_gsm+set}" = set; then :
3244 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3248 # Check whether --with-gstreamer was given.
3249 if test "${with_gstreamer+set}" = set; then :
3250 withval
=$with_gstreamer;
3254 # Check whether --with-hal was given.
3255 if test "${with_hal+set}" = set; then :
3260 # Check whether --with-jpeg was given.
3261 if test "${with_jpeg+set}" = set; then :
3266 # Check whether --with-ldap was given.
3267 if test "${with_ldap+set}" = set; then :
3268 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3272 # Check whether --with-mpg123 was given.
3273 if test "${with_mpg123+set}" = set; then :
3274 withval
=$with_mpg123;
3278 # Check whether --with-netapi was given.
3279 if test "${with_netapi+set}" = set; then :
3280 withval
=$with_netapi;
3284 # Check whether --with-openal was given.
3285 if test "${with_openal+set}" = set; then :
3286 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3290 # Check whether --with-opencl was given.
3291 if test "${with_opencl+set}" = set; then :
3292 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3296 # Check whether --with-opengl was given.
3297 if test "${with_opengl+set}" = set; then :
3298 withval
=$with_opengl;
3302 # Check whether --with-osmesa was given.
3303 if test "${with_osmesa+set}" = set; then :
3304 withval
=$with_osmesa;
3308 # Check whether --with-oss was given.
3309 if test "${with_oss+set}" = set; then :
3314 # Check whether --with-png was given.
3315 if test "${with_png+set}" = set; then :
3320 # Check whether --with-pthread was given.
3321 if test "${with_pthread+set}" = set; then :
3322 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3326 # Check whether --with-sane was given.
3327 if test "${with_sane+set}" = set; then :
3332 # Check whether --with-tiff was given.
3333 if test "${with_tiff+set}" = set; then :
3338 # Check whether --with-v4l was given.
3339 if test "${with_v4l+set}" = set; then :
3344 # Check whether --with-xcomposite was given.
3345 if test "${with_xcomposite+set}" = set; then :
3346 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3350 # Check whether --with-xcursor was given.
3351 if test "${with_xcursor+set}" = set; then :
3352 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3356 # Check whether --with-xinerama was given.
3357 if test "${with_xinerama+set}" = set; then :
3358 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3362 # Check whether --with-xinput was given.
3363 if test "${with_xinput+set}" = set; then :
3364 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3368 # Check whether --with-xinput2 was given.
3369 if test "${with_xinput2+set}" = set; then :
3370 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3374 # Check whether --with-xml was given.
3375 if test "${with_xml+set}" = set; then :
3380 # Check whether --with-xrandr was given.
3381 if test "${with_xrandr+set}" = set; then :
3382 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3386 # Check whether --with-xrender was given.
3387 if test "${with_xrender+set}" = set; then :
3388 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3392 # Check whether --with-xshape was given.
3393 if test "${with_xshape+set}" = set; then :
3394 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3398 # Check whether --with-xshm was given.
3399 if test "${with_xshm+set}" = set; then :
3400 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3404 # Check whether --with-xslt was given.
3405 if test "${with_xslt+set}" = set; then :
3410 # Check whether --with-xxf86vm was given.
3411 if test "${with_xxf86vm+set}" = set; then :
3412 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
3416 # Check whether --with-zlib was given.
3417 if test "${with_zlib+set}" = set; then :
3418 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3423 # Check whether --with-wine-tools was given.
3424 if test "${with_wine_tools+set}" = set; then :
3425 withval
=$with_wine_tools;
3429 # Check whether --with-wine64 was given.
3430 if test "${with_wine64+set}" = set; then :
3431 withval
=$with_wine64;
3435 # Make sure we can run config.sub.
3436 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3437 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3440 $as_echo_n "checking build system type... " >&6; }
3441 if ${ac_cv_build+:} false
; then :
3442 $as_echo_n "(cached) " >&6
3444 ac_build_alias
=$build_alias
3445 test "x$ac_build_alias" = x
&&
3446 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3447 test "x$ac_build_alias" = x
&&
3448 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3449 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3450 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3454 $as_echo "$ac_cv_build" >&6; }
3455 case $ac_cv_build in
3457 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3460 ac_save_IFS
=$IFS; IFS
='-'
3466 # Remember, the first character of IFS is used to create $*,
3467 # except with old shells:
3470 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3474 $as_echo_n "checking host system type... " >&6; }
3475 if ${ac_cv_host+:} false
; then :
3476 $as_echo_n "(cached) " >&6
3478 if test "x$host_alias" = x
; then
3479 ac_cv_host
=$ac_cv_build
3481 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3482 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3487 $as_echo "$ac_cv_host" >&6; }
3490 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3493 ac_save_IFS
=$IFS; IFS
='-'
3499 # Remember, the first character of IFS is used to create $*,
3500 # except with old shells:
3503 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3509 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3510 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3511 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3517 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3519 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3520 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3521 $as_echo_n "(cached) " >&6
3523 cat >conftest.
make <<\_ACEOF
3526 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3528 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3529 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3531 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3533 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3537 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3539 $as_echo "yes" >&6; }
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3543 $as_echo "no" >&6; }
3544 SET_MAKE
="MAKE=${MAKE-make}"
3548 ac_cpp
='$CPP $CPPFLAGS'
3549 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3550 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3551 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3552 if test -n "$ac_tool_prefix"; then
3553 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3554 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3556 $as_echo_n "checking for $ac_word... " >&6; }
3557 if ${ac_cv_prog_CC+:} false
; then :
3558 $as_echo_n "(cached) " >&6
3560 if test -n "$CC"; then
3561 ac_cv_prog_CC
="$CC" # Let the user override the test.
3563 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3567 test -z "$as_dir" && as_dir
=.
3568 for ac_exec_ext
in '' $ac_executable_extensions; do
3569 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3570 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3581 if test -n "$CC"; then
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3583 $as_echo "$CC" >&6; }
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3586 $as_echo "no" >&6; }
3591 if test -z "$ac_cv_prog_CC"; then
3593 # Extract the first word of "gcc", so it can be a program name with args.
3594 set dummy gcc
; ac_word
=$2
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3596 $as_echo_n "checking for $ac_word... " >&6; }
3597 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3598 $as_echo_n "(cached) " >&6
3600 if test -n "$ac_ct_CC"; then
3601 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3607 test -z "$as_dir" && as_dir
=.
3608 for ac_exec_ext
in '' $ac_executable_extensions; do
3609 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3610 ac_cv_prog_ac_ct_CC
="gcc"
3611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3620 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3621 if test -n "$ac_ct_CC"; then
3622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3623 $as_echo "$ac_ct_CC" >&6; }
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626 $as_echo "no" >&6; }
3629 if test "x$ac_ct_CC" = x
; then
3632 case $cross_compiling:$ac_tool_warned in
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3635 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3636 ac_tool_warned
=yes ;;
3644 if test -z "$CC"; then
3645 if test -n "$ac_tool_prefix"; then
3646 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3647 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3649 $as_echo_n "checking for $ac_word... " >&6; }
3650 if ${ac_cv_prog_CC+:} false
; then :
3651 $as_echo_n "(cached) " >&6
3653 if test -n "$CC"; then
3654 ac_cv_prog_CC
="$CC" # Let the user override the test.
3656 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3660 test -z "$as_dir" && as_dir
=.
3661 for ac_exec_ext
in '' $ac_executable_extensions; do
3662 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3663 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3674 if test -n "$CC"; then
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3676 $as_echo "$CC" >&6; }
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3679 $as_echo "no" >&6; }
3685 if test -z "$CC"; then
3686 # Extract the first word of "cc", so it can be a program name with args.
3687 set dummy cc
; ac_word
=$2
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3689 $as_echo_n "checking for $ac_word... " >&6; }
3690 if ${ac_cv_prog_CC+:} false
; then :
3691 $as_echo_n "(cached) " >&6
3693 if test -n "$CC"; then
3694 ac_cv_prog_CC
="$CC" # Let the user override the test.
3697 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3701 test -z "$as_dir" && as_dir
=.
3702 for ac_exec_ext
in '' $ac_executable_extensions; do
3703 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3704 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3705 ac_prog_rejected
=yes
3709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3716 if test $ac_prog_rejected = yes; then
3717 # We found a bogon in the path, so make sure we never use it.
3718 set dummy
$ac_cv_prog_CC
3720 if test $# != 0; then
3721 # We chose a different compiler from the bogus one.
3722 # However, it has the same basename, so the bogon will be chosen
3723 # first if we set CC to just the basename; use the full file name.
3725 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3731 if test -n "$CC"; then
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3733 $as_echo "$CC" >&6; }
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3736 $as_echo "no" >&6; }
3741 if test -z "$CC"; then
3742 if test -n "$ac_tool_prefix"; then
3743 for ac_prog
in cl.exe
3745 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3746 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3748 $as_echo_n "checking for $ac_word... " >&6; }
3749 if ${ac_cv_prog_CC+:} false
; then :
3750 $as_echo_n "(cached) " >&6
3752 if test -n "$CC"; then
3753 ac_cv_prog_CC
="$CC" # Let the user override the test.
3755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3759 test -z "$as_dir" && as_dir
=.
3760 for ac_exec_ext
in '' $ac_executable_extensions; do
3761 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3762 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3773 if test -n "$CC"; then
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3775 $as_echo "$CC" >&6; }
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3778 $as_echo "no" >&6; }
3782 test -n "$CC" && break
3785 if test -z "$CC"; then
3787 for ac_prog
in cl.exe
3789 # Extract the first word of "$ac_prog", so it can be a program name with args.
3790 set dummy
$ac_prog; ac_word
=$2
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3792 $as_echo_n "checking for $ac_word... " >&6; }
3793 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3794 $as_echo_n "(cached) " >&6
3796 if test -n "$ac_ct_CC"; then
3797 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3799 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3803 test -z "$as_dir" && as_dir
=.
3804 for ac_exec_ext
in '' $ac_executable_extensions; do
3805 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3806 ac_cv_prog_ac_ct_CC
="$ac_prog"
3807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3817 if test -n "$ac_ct_CC"; then
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3819 $as_echo "$ac_ct_CC" >&6; }
3821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3822 $as_echo "no" >&6; }
3826 test -n "$ac_ct_CC" && break
3829 if test "x$ac_ct_CC" = x
; then
3832 case $cross_compiling:$ac_tool_warned in
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3836 ac_tool_warned
=yes ;;
3845 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3847 as_fn_error $?
"no acceptable C compiler found in \$PATH
3848 See \`config.log' for more details" "$LINENO" 5; }
3850 # Provide some information about the compiler.
3851 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3854 for ac_option
in --version -v -V -qversion; do
3855 { { ac_try
="$ac_compiler $ac_option >&5"
3857 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3858 *) ac_try_echo=$ac_try;;
3860 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3861 $as_echo "$ac_try_echo"; } >&5
3862 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3864 if test -s conftest.err; then
3866 ... rest of stderr output deleted ...
3867 10q' conftest.err >conftest.er1
3868 cat conftest.er1 >&5
3870 rm -f conftest.er1 conftest.err
3871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3872 test $ac_status = 0; }
3875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3876 /* end confdefs.h. */
3886 ac_clean_files_save=$ac_clean_files
3887 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3888 # Try to create an executable without -o first, disregard a.out.
3889 # It will help us diagnose broken compilers, and finding out an intuition
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3892 $as_echo_n "checking whether the C compiler works... " >&6; }
3893 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3895 # The possible output files:
3896 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3899 for ac_file in $ac_files
3902 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3903 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3908 if { { ac_try="$ac_link_default"
3910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3911 *) ac_try_echo
=$ac_try;;
3913 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3914 $as_echo "$ac_try_echo"; } >&5
3915 (eval "$ac_link_default") 2>&5
3917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3918 test $ac_status = 0; }; then :
3919 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3920 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3921 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3922 # so that the user can short-circuit this test for compilers unknown to
3924 for ac_file
in $ac_files ''
3926 test -f "$ac_file" ||
continue
3928 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3931 # We found the default executable, but exeext='' is most
3935 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3937 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3939 # We set ac_cv_exeext here because the later test for it is not
3940 # safe: cross compilers may not add the suffix if given an `-o'
3941 # argument, so we may need to know it at that point already.
3942 # Even if this section looks crufty: it has the advantage of
3949 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3954 if test -z "$ac_file"; then :
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3956 $as_echo "no" >&6; }
3957 $as_echo "$as_me: failed program was:" >&5
3958 sed 's/^/| /' conftest.
$ac_ext >&5
3960 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3961 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3962 as_fn_error
77 "C compiler cannot create executables
3963 See \`config.log' for more details" "$LINENO" 5; }
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3966 $as_echo "yes" >&6; }
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3969 $as_echo_n "checking for C compiler default output file name... " >&6; }
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3971 $as_echo "$ac_file" >&6; }
3972 ac_exeext
=$ac_cv_exeext
3974 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3975 ac_clean_files
=$ac_clean_files_save
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3977 $as_echo_n "checking for suffix of executables... " >&6; }
3978 if { { ac_try
="$ac_link"
3980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3981 *) ac_try_echo=$ac_try;;
3983 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3984 $as_echo "$ac_try_echo"; } >&5
3985 (eval "$ac_link") 2>&5
3987 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3988 test $ac_status = 0; }; then :
3989 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3990 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3991 # work properly (i.e., refer to `conftest.exe'), while it won't with
3993 for ac_file
in conftest.exe conftest conftest.
*; do
3994 test -f "$ac_file" ||
continue
3996 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3997 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4003 { { $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 $?
"cannot compute suffix of executables: cannot compile and link
4006 See \`config.log' for more details" "$LINENO" 5; }
4008 rm -f conftest conftest
$ac_cv_exeext
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4010 $as_echo "$ac_cv_exeext" >&6; }
4012 rm -f conftest.
$ac_ext
4013 EXEEXT
=$ac_cv_exeext
4015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4016 /* end confdefs.h. */
4021 FILE *f = fopen ("conftest.out", "w");
4022 return ferror (f) || fclose (f) != 0;
4028 ac_clean_files
="$ac_clean_files conftest.out"
4029 # Check that the compiler produces executables we can run. If not, either
4030 # the compiler is broken, or we cross compile.
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4032 $as_echo_n "checking whether we are cross compiling... " >&6; }
4033 if test "$cross_compiling" != yes; then
4034 { { ac_try
="$ac_link"
4036 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4037 *) ac_try_echo=$ac_try;;
4039 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4040 $as_echo "$ac_try_echo"; } >&5
4041 (eval "$ac_link") 2>&5
4043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4044 test $ac_status = 0; }
4045 if { ac_try='./conftest$ac_cv_exeext'
4046 { { case "(($ac_try" in
4047 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4048 *) ac_try_echo
=$ac_try;;
4050 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4051 $as_echo "$ac_try_echo"; } >&5
4052 (eval "$ac_try") 2>&5
4054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4055 test $ac_status = 0; }; }; then
4058 if test "$cross_compiling" = maybe
; then
4061 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4062 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4063 as_fn_error $?
"cannot run C compiled programs.
4064 If you meant to cross compile, use \`--host'.
4065 See \`config.log' for more details" "$LINENO" 5; }
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4070 $as_echo "$cross_compiling" >&6; }
4072 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4073 ac_clean_files
=$ac_clean_files_save
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4075 $as_echo_n "checking for suffix of object files... " >&6; }
4076 if ${ac_cv_objext+:} false
; then :
4077 $as_echo_n "(cached) " >&6
4079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4090 rm -f conftest.o conftest.obj
4091 if { { ac_try
="$ac_compile"
4093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4096 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4097 $as_echo "$ac_try_echo"; } >&5
4098 (eval "$ac_compile") 2>&5
4100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4101 test $ac_status = 0; }; then :
4102 for ac_file in conftest.o conftest.obj conftest.*; do
4103 test -f "$ac_file" || continue;
4105 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4106 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4111 $as_echo "$as_me: failed program was:" >&5
4112 sed 's/^/| /' conftest.$ac_ext >&5
4114 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4116 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4117 See \
`config.log' for more details" "$LINENO" 5; }
4119 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4122 $as_echo "$ac_cv_objext" >&6; }
4123 OBJEXT=$ac_cv_objext
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4126 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4127 if ${ac_cv_c_compiler_gnu+:} false; then :
4128 $as_echo_n "(cached) " >&6
4130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4131 /* end confdefs.h. */
4144 if ac_fn_c_try_compile "$LINENO"; then :
4149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4150 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4154 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4155 if test $ac_compiler_gnu = yes; then
4160 ac_test_CFLAGS=${CFLAGS+set}
4161 ac_save_CFLAGS=$CFLAGS
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4163 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4164 if ${ac_cv_prog_cc_g+:} false; then :
4165 $as_echo_n "(cached) " >&6
4167 ac_save_c_werror_flag=$ac_c_werror_flag
4168 ac_c_werror_flag=yes
4171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4172 /* end confdefs.h. */
4182 if ac_fn_c_try_compile "$LINENO"; then :
4186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h. */
4197 if ac_fn_c_try_compile "$LINENO"; then :
4200 ac_c_werror_flag=$ac_save_c_werror_flag
4202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4203 /* end confdefs.h. */
4213 if ac_fn_c_try_compile "$LINENO"; then :
4216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4221 ac_c_werror_flag=$ac_save_c_werror_flag
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4224 $as_echo "$ac_cv_prog_cc_g" >&6; }
4225 if test "$ac_test_CFLAGS" = set; then
4226 CFLAGS=$ac_save_CFLAGS
4227 elif test $ac_cv_prog_cc_g = yes; then
4228 if test "$GCC" = yes; then
4234 if test "$GCC" = yes; then
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4241 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4242 if ${ac_cv_prog_cc_c89+:} false; then :
4243 $as_echo_n "(cached) " >&6
4245 ac_cv_prog_cc_c89=no
4247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4248 /* end confdefs.h. */
4252 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4253 struct buf { int x; };
4254 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4255 static char *e (p, i)
4261 static char *f (char * (*g) (char **, int), char **p, ...)
4266 s = g (p, va_arg (v,int));
4271 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4272 function prototypes and stuff, but not '\xHH' hex character constants.
4273 These don't provoke an error unfortunately, instead are silently treated
4274 as 'x'. The following induces an error, until -std is added to get
4275 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4276 array size at least. It's necessary to write '\x00'==0 to get something
4277 that's true only with -std. */
4278 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4280 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4281 inside strings and character constants. */
4283 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4285 int test (int i, double x);
4286 struct s1 {int (*f) (int a);};
4287 struct s2 {int (*f) (double a);};
4288 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4294 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4299 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4300 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4302 CC="$ac_save_CC $ac_arg"
4303 if ac_fn_c_try_compile "$LINENO"; then :
4304 ac_cv_prog_cc_c89=$ac_arg
4306 rm -f core conftest.err conftest.$ac_objext
4307 test "x$ac_cv_prog_cc_c89" != "xno" && break
4309 rm -f conftest.$ac_ext
4314 case "x$ac_cv_prog_cc_c89" in
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4317 $as_echo "none needed" >&6; } ;;
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4320 $as_echo "unsupported" >&6; } ;;
4322 CC="$CC $ac_cv_prog_cc_c89"
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4324 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4326 if test "x$ac_cv_prog_cc_c89" != xno; then :
4331 ac_cpp='$CPP $CPPFLAGS'
4332 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4333 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4334 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4337 ac_cpp='$CXXCPP $CPPFLAGS'
4338 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4339 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4340 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4341 if test -z "$CXX"; then
4342 if test -n "$CCC"; then
4345 if test -n "$ac_tool_prefix"; then
4346 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4349 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if ${ac_cv_prog_CXX+:} false; then :
4353 $as_echo_n "(cached) " >&6
4355 if test -n "$CXX"; then
4356 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4365 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4376 if test -n "$CXX"; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4378 $as_echo "$CXX" >&6; }
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381 $as_echo "no" >&6; }
4385 test -n "$CXX" && break
4388 if test -z "$CXX"; then
4390 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4392 # Extract the first word of "$ac_prog", so it can be a program name with args.
4393 set dummy $ac_prog; ac_word=$2
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4395 $as_echo_n "checking for $ac_word... " >&6; }
4396 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4397 $as_echo_n "(cached) " >&6
4399 if test -n "$ac_ct_CXX"; then
4400 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4406 test -z "$as_dir" && as_dir=.
4407 for ac_exec_ext in '' $ac_executable_extensions; do
4408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4409 ac_cv_prog_ac_ct_CXX="$ac_prog"
4410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4419 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4420 if test -n "$ac_ct_CXX"; then
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4422 $as_echo "$ac_ct_CXX" >&6; }
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4425 $as_echo "no" >&6; }
4429 test -n "$ac_ct_CXX" && break
4432 if test "x$ac_ct_CXX" = x; then
4435 case $cross_compiling:$ac_tool_warned in
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4439 ac_tool_warned=yes ;;
4447 # Provide some information about the compiler.
4448 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4451 for ac_option in --version -v -V -qversion; do
4452 { { ac_try="$ac_compiler $ac_option >&5"
4454 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4455 *) ac_try_echo
=$ac_try;;
4457 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4458 $as_echo "$ac_try_echo"; } >&5
4459 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4461 if test -s conftest.err
; then
4463 ... rest of stderr output deleted ...
4464 10q' conftest.err
>conftest.er1
4465 cat conftest.er1
>&5
4467 rm -f conftest.er1 conftest.err
4468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4469 test $ac_status = 0; }
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4473 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4474 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4475 $as_echo_n "(cached) " >&6
4477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4478 /* end confdefs.h. */
4491 if ac_fn_cxx_try_compile
"$LINENO"; then :
4496 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4497 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4501 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4502 if test $ac_compiler_gnu = yes; then
4507 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4508 ac_save_CXXFLAGS
=$CXXFLAGS
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4510 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4511 if ${ac_cv_prog_cxx_g+:} false
; then :
4512 $as_echo_n "(cached) " >&6
4514 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4515 ac_cxx_werror_flag
=yes
4518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4519 /* end confdefs.h. */
4529 if ac_fn_cxx_try_compile
"$LINENO"; then :
4530 ac_cv_prog_cxx_g
=yes
4533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4534 /* end confdefs.h. */
4544 if ac_fn_cxx_try_compile
"$LINENO"; then :
4547 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4550 /* end confdefs.h. */
4560 if ac_fn_cxx_try_compile
"$LINENO"; then :
4561 ac_cv_prog_cxx_g
=yes
4563 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4567 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4568 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4571 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4572 if test "$ac_test_CXXFLAGS" = set; then
4573 CXXFLAGS
=$ac_save_CXXFLAGS
4574 elif test $ac_cv_prog_cxx_g = yes; then
4575 if test "$GXX" = yes; then
4581 if test "$GXX" = yes; then
4588 ac_cpp
='$CPP $CPPFLAGS'
4589 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4590 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4591 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4593 if test -n "$ac_tool_prefix"; then
4594 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4595 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if ${ac_cv_prog_CPPBIN+:} false
; then :
4599 $as_echo_n "(cached) " >&6
4601 if test -n "$CPPBIN"; then
4602 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4608 test -z "$as_dir" && as_dir
=.
4609 for ac_exec_ext
in '' $ac_executable_extensions; do
4610 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4611 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4621 CPPBIN
=$ac_cv_prog_CPPBIN
4622 if test -n "$CPPBIN"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4624 $as_echo "$CPPBIN" >&6; }
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4632 if test -z "$ac_cv_prog_CPPBIN"; then
4633 ac_ct_CPPBIN
=$CPPBIN
4634 # Extract the first word of "cpp", so it can be a program name with args.
4635 set dummy cpp
; ac_word
=$2
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4637 $as_echo_n "checking for $ac_word... " >&6; }
4638 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4639 $as_echo_n "(cached) " >&6
4641 if test -n "$ac_ct_CPPBIN"; then
4642 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4648 test -z "$as_dir" && as_dir
=.
4649 for ac_exec_ext
in '' $ac_executable_extensions; do
4650 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4651 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4661 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4662 if test -n "$ac_ct_CPPBIN"; then
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4664 $as_echo "$ac_ct_CPPBIN" >&6; }
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4667 $as_echo "no" >&6; }
4670 if test "x$ac_ct_CPPBIN" = x
; then
4673 case $cross_compiling:$ac_tool_warned in
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4677 ac_tool_warned
=yes ;;
4679 CPPBIN
=$ac_ct_CPPBIN
4682 CPPBIN
="$ac_cv_prog_CPPBIN"
4686 cat >>confdefs.h
<<_ACEOF
4687 #define EXEEXT "$ac_exeext"
4693 if test "x$enable_win64" = "xyes"
4698 notice_platform
="64-bit "
4705 notice_platform
="32-bit "
4708 enable_win16
=${enable_win16:-yes}
4710 with_fontconfig
=${with_fontconfig:-no}
4713 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4718 $as_echo_n "checking whether $CC works... " >&6; }
4720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4721 /* end confdefs.h. */
4731 if ac_fn_c_try_link
"$LINENO"; then :
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4733 $as_echo "yes" >&6; }
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4736 $as_echo "no" >&6; }
4737 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4739 rm -f core conftest.err conftest.
$ac_objext \
4740 conftest
$ac_exeext conftest.
$ac_ext
4742 notice_platform
="32-bit "
4745 enable_win16
=${enable_win16:-yes}
4747 if test "x${GCC}" = "xyes"
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4750 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4752 /* end confdefs.h. */
4757 void func(__builtin_ms_va_list *args);
4762 if ac_fn_c_try_compile
"$LINENO"; then :
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4764 $as_echo "yes" >&6; }
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4767 $as_echo "no" >&6; }
4768 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4770 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4778 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4780 /* end confdefs.h. */
4781 int ac_test(int i) { return i; }
4785 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4790 if ac_fn_c_try_link
"$LINENO"; then :
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4792 $as_echo "yes" >&6; }
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4795 $as_echo "no" >&6; }
4796 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4798 rm -f core conftest.err conftest.
$ac_objext \
4799 conftest
$ac_exeext conftest.
$ac_ext
4800 CFLAGS
="$CFLAGS -marm"
4804 *-mingw32*|
*-cygwin*)
4805 enable_win16
=${enable_win16:-no}
4806 CFLAGS
="$CFLAGS -D_WIN32"
4809 enable_win16
=${enable_win16:-yes}
4813 enable_win16
=${enable_win16:-no}
4814 enable_win64
=${enable_win64:-no}
4816 enable_winetest
=${enable_winetest:-$enable_tests}
4818 if test -n "$with_wine64"
4820 if test "x$enable_win64" = "xyes"
4822 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4823 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4825 enable_fonts
=${enable_fonts:-no}
4826 enable_server
=${enable_server:-no}
4827 elif test "x$enable_win64" = "xyes"
4829 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4833 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4834 if ${wine_cv_toolsdir+:} false
; then :
4835 $as_echo_n "(cached) " >&6
4837 wine_cv_toolsdir
="$with_wine_tools"
4838 if test -z "$with_wine_tools"; then
4839 if test "$cross_compiling" = "yes"; then
4840 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4841 elif test -n "$with_wine64"; then
4842 wine_cv_toolsdir
="$with_wine64"
4845 if test -z "$wine_cv_toolsdir"; then
4846 wine_cv_toolsdir
="\$(top_builddir)"
4847 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4848 case "$wine_cv_toolsdir" in
4850 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
4852 enable_tools
=${enable_tools:-no}
4854 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4858 $as_echo "$wine_cv_toolsdir" >&6; }
4859 TOOLSDIR
=$wine_cv_toolsdir
4861 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4863 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
4869 # Extract the first word of "$ac_prog", so it can be a program name with args.
4870 set dummy
$ac_prog; ac_word
=$2
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4872 $as_echo_n "checking for $ac_word... " >&6; }
4873 if ${ac_cv_prog_FLEX+:} false
; then :
4874 $as_echo_n "(cached) " >&6
4876 if test -n "$FLEX"; then
4877 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4883 test -z "$as_dir" && as_dir
=.
4884 for ac_exec_ext
in '' $ac_executable_extensions; do
4885 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4886 ac_cv_prog_FLEX
="$ac_prog"
4887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 FLEX
=$ac_cv_prog_FLEX
4897 if test -n "$FLEX"; then
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4899 $as_echo "$FLEX" >&6; }
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4902 $as_echo "no" >&6; }
4906 test -n "$FLEX" && break
4908 test -n "$FLEX" || FLEX
="none"
4910 if test "$FLEX" = "none"
4912 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4915 $as_echo_n "checking whether flex is recent enough... " >&6; }
4916 cat >conftest.l
<<EOF
4918 #include "prediluvian.h"
4922 if $FLEX -t conftest.l
>/dev
/null
2>&5
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4925 $as_echo "yes" >&6; }
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928 $as_echo "no" >&6; }
4929 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4932 for ac_prog
in bison
4934 # Extract the first word of "$ac_prog", so it can be a program name with args.
4935 set dummy
$ac_prog; ac_word
=$2
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4937 $as_echo_n "checking for $ac_word... " >&6; }
4938 if ${ac_cv_prog_BISON+:} false
; then :
4939 $as_echo_n "(cached) " >&6
4941 if test -n "$BISON"; then
4942 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4944 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4948 test -z "$as_dir" && as_dir
=.
4949 for ac_exec_ext
in '' $ac_executable_extensions; do
4950 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4951 ac_cv_prog_BISON
="$ac_prog"
4952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4961 BISON
=$ac_cv_prog_BISON
4962 if test -n "$BISON"; then
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4964 $as_echo "$BISON" >&6; }
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4967 $as_echo "no" >&6; }
4971 test -n "$BISON" && break
4973 test -n "$BISON" || BISON
="none"
4975 if test "$BISON" = "none"
4977 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4980 if test -n "$ac_tool_prefix"; then
4981 for ac_prog
in ar gar
4983 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4984 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4986 $as_echo_n "checking for $ac_word... " >&6; }
4987 if ${ac_cv_prog_AR+:} false
; then :
4988 $as_echo_n "(cached) " >&6
4990 if test -n "$AR"; then
4991 ac_cv_prog_AR
="$AR" # Let the user override the test.
4993 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4997 test -z "$as_dir" && as_dir
=.
4998 for ac_exec_ext
in '' $ac_executable_extensions; do
4999 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5000 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 if test -n "$AR"; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5013 $as_echo "$AR" >&6; }
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5020 test -n "$AR" && break
5023 if test -z "$AR"; then
5025 for ac_prog
in ar gar
5027 # Extract the first word of "$ac_prog", so it can be a program name with args.
5028 set dummy
$ac_prog; ac_word
=$2
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5030 $as_echo_n "checking for $ac_word... " >&6; }
5031 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5032 $as_echo_n "(cached) " >&6
5034 if test -n "$ac_ct_AR"; then
5035 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5041 test -z "$as_dir" && as_dir
=.
5042 for ac_exec_ext
in '' $ac_executable_extensions; do
5043 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5044 ac_cv_prog_ac_ct_AR
="$ac_prog"
5045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5054 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5055 if test -n "$ac_ct_AR"; then
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5057 $as_echo "$ac_ct_AR" >&6; }
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5060 $as_echo "no" >&6; }
5064 test -n "$ac_ct_AR" && break
5067 if test "x$ac_ct_AR" = x
; then
5070 case $cross_compiling:$ac_tool_warned in
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5073 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5074 ac_tool_warned
=yes ;;
5080 if test -n "$ac_tool_prefix"; then
5081 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5082 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5084 $as_echo_n "checking for $ac_word... " >&6; }
5085 if ${ac_cv_prog_STRIP+:} false
; then :
5086 $as_echo_n "(cached) " >&6
5088 if test -n "$STRIP"; then
5089 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5095 test -z "$as_dir" && as_dir
=.
5096 for ac_exec_ext
in '' $ac_executable_extensions; do
5097 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5098 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5108 STRIP
=$ac_cv_prog_STRIP
5109 if test -n "$STRIP"; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5111 $as_echo "$STRIP" >&6; }
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114 $as_echo "no" >&6; }
5119 if test -z "$ac_cv_prog_STRIP"; then
5121 # Extract the first word of "strip", so it can be a program name with args.
5122 set dummy strip
; ac_word
=$2
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5126 $as_echo_n "(cached) " >&6
5128 if test -n "$ac_ct_STRIP"; then
5129 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5135 test -z "$as_dir" && as_dir
=.
5136 for ac_exec_ext
in '' $ac_executable_extensions; do
5137 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5138 ac_cv_prog_ac_ct_STRIP
="strip"
5139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5148 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5149 if test -n "$ac_ct_STRIP"; then
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5151 $as_echo "$ac_ct_STRIP" >&6; }
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5154 $as_echo "no" >&6; }
5157 if test "x$ac_ct_STRIP" = x
; then
5160 case $cross_compiling:$ac_tool_warned in
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5164 ac_tool_warned
=yes ;;
5169 STRIP
="$ac_cv_prog_STRIP"
5174 if test -n "$ac_tool_prefix"; then
5175 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5176 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5178 $as_echo_n "checking for $ac_word... " >&6; }
5179 if ${ac_cv_prog_RANLIB+:} false
; then :
5180 $as_echo_n "(cached) " >&6
5182 if test -n "$RANLIB"; then
5183 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5185 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5189 test -z "$as_dir" && as_dir
=.
5190 for ac_exec_ext
in '' $ac_executable_extensions; do
5191 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5192 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5202 RANLIB
=$ac_cv_prog_RANLIB
5203 if test -n "$RANLIB"; then
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5205 $as_echo "$RANLIB" >&6; }
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5213 if test -z "$ac_cv_prog_RANLIB"; then
5214 ac_ct_RANLIB
=$RANLIB
5215 # Extract the first word of "ranlib", so it can be a program name with args.
5216 set dummy ranlib
; ac_word
=$2
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5218 $as_echo_n "checking for $ac_word... " >&6; }
5219 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5220 $as_echo_n "(cached) " >&6
5222 if test -n "$ac_ct_RANLIB"; then
5223 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5229 test -z "$as_dir" && as_dir
=.
5230 for ac_exec_ext
in '' $ac_executable_extensions; do
5231 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5232 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5242 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5243 if test -n "$ac_ct_RANLIB"; then
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5245 $as_echo "$ac_ct_RANLIB" >&6; }
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5248 $as_echo "no" >&6; }
5251 if test "x$ac_ct_RANLIB" = x
; then
5254 case $cross_compiling:$ac_tool_warned in
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5257 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5258 ac_tool_warned
=yes ;;
5260 RANLIB
=$ac_ct_RANLIB
5263 RANLIB
="$ac_cv_prog_RANLIB"
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5267 $as_echo_n "checking whether ln -s works... " >&6; }
5269 if test "$LN_S" = "ln -s"; then
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5271 $as_echo "yes" >&6; }
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5274 $as_echo "no, using $LN_S" >&6; }
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5278 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5279 if ${ac_cv_path_GREP+:} false
; then :
5280 $as_echo_n "(cached) " >&6
5282 if test -z "$GREP"; then
5283 ac_path_GREP_found
=false
5284 # Loop through the user's path and test for each of PROGNAME-LIST
5285 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5286 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5289 test -z "$as_dir" && as_dir
=.
5290 for ac_prog
in grep ggrep
; do
5291 for ac_exec_ext
in '' $ac_executable_extensions; do
5292 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5293 as_fn_executable_p
"$ac_path_GREP" ||
continue
5294 # Check for GNU ac_path_GREP and select it if it is found.
5295 # Check for GNU $ac_path_GREP
5296 case `"$ac_path_GREP" --version 2>&1` in
5298 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5301 $as_echo_n 0123456789 >"conftest.in"
5304 cat "conftest.in" "conftest.in" >"conftest.tmp"
5305 mv "conftest.tmp" "conftest.in"
5306 cp "conftest.in" "conftest.nl"
5307 $as_echo 'GREP' >> "conftest.nl"
5308 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5309 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5310 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5311 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5312 # Best one so far, save it but keep looking for a better one
5313 ac_cv_path_GREP
="$ac_path_GREP"
5314 ac_path_GREP_max
=$ac_count
5316 # 10*(2^10) chars as input seems more than enough
5317 test $ac_count -gt 10 && break
5319 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5322 $ac_path_GREP_found && break 3
5327 if test -z "$ac_cv_path_GREP"; then
5328 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5331 ac_cv_path_GREP
=$GREP
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5336 $as_echo "$ac_cv_path_GREP" >&6; }
5337 GREP
="$ac_cv_path_GREP"
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5341 $as_echo_n "checking for egrep... " >&6; }
5342 if ${ac_cv_path_EGREP+:} false
; then :
5343 $as_echo_n "(cached) " >&6
5345 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5346 then ac_cv_path_EGREP
="$GREP -E"
5348 if test -z "$EGREP"; then
5349 ac_path_EGREP_found
=false
5350 # Loop through the user's path and test for each of PROGNAME-LIST
5351 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5352 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5355 test -z "$as_dir" && as_dir
=.
5356 for ac_prog
in egrep; do
5357 for ac_exec_ext
in '' $ac_executable_extensions; do
5358 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5359 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5360 # Check for GNU ac_path_EGREP and select it if it is found.
5361 # Check for GNU $ac_path_EGREP
5362 case `"$ac_path_EGREP" --version 2>&1` in
5364 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5367 $as_echo_n 0123456789 >"conftest.in"
5370 cat "conftest.in" "conftest.in" >"conftest.tmp"
5371 mv "conftest.tmp" "conftest.in"
5372 cp "conftest.in" "conftest.nl"
5373 $as_echo 'EGREP' >> "conftest.nl"
5374 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5375 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5376 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5377 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5378 # Best one so far, save it but keep looking for a better one
5379 ac_cv_path_EGREP
="$ac_path_EGREP"
5380 ac_path_EGREP_max
=$ac_count
5382 # 10*(2^10) chars as input seems more than enough
5383 test $ac_count -gt 10 && break
5385 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5388 $ac_path_EGREP_found && break 3
5393 if test -z "$ac_cv_path_EGREP"; then
5394 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5397 ac_cv_path_EGREP
=$EGREP
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5403 $as_echo "$ac_cv_path_EGREP" >&6; }
5404 EGREP
="$ac_cv_path_EGREP"
5407 # Extract the first word of "ldconfig", so it can be a program name with args.
5408 set dummy ldconfig
; ac_word
=$2
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5410 $as_echo_n "checking for $ac_word... " >&6; }
5411 if ${ac_cv_path_LDCONFIG+:} false
; then :
5412 $as_echo_n "(cached) " >&6
5416 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5420 for as_dir
in /sbin
/usr
/sbin
$PATH
5423 test -z "$as_dir" && as_dir
=.
5424 for ac_exec_ext
in '' $ac_executable_extensions; do
5425 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5426 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5434 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5438 LDCONFIG
=$ac_cv_path_LDCONFIG
5439 if test -n "$LDCONFIG"; then
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5441 $as_echo "$LDCONFIG" >&6; }
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5444 $as_echo "no" >&6; }
5448 for ac_prog
in msgfmt
5450 # Extract the first word of "$ac_prog", so it can be a program name with args.
5451 set dummy
$ac_prog; ac_word
=$2
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5453 $as_echo_n "checking for $ac_word... " >&6; }
5454 if ${ac_cv_prog_MSGFMT+:} false
; then :
5455 $as_echo_n "(cached) " >&6
5457 if test -n "$MSGFMT"; then
5458 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5464 test -z "$as_dir" && as_dir
=.
5465 for ac_exec_ext
in '' $ac_executable_extensions; do
5466 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5467 ac_cv_prog_MSGFMT
="$ac_prog"
5468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5477 MSGFMT
=$ac_cv_prog_MSGFMT
5478 if test -n "$MSGFMT"; then
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5480 $as_echo "$MSGFMT" >&6; }
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5483 $as_echo "no" >&6; }
5487 test -n "$MSGFMT" && break
5489 test -n "$MSGFMT" || MSGFMT
="false"
5491 if ${ac_tool_prefix+:} false
; then :
5492 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5493 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5495 $as_echo_n "checking for $ac_word... " >&6; }
5496 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5497 $as_echo_n "(cached) " >&6
5499 if test -n "$PKG_CONFIG"; then
5500 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5506 test -z "$as_dir" && as_dir
=.
5507 for ac_exec_ext
in '' $ac_executable_extensions; do
5508 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5509 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5519 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5520 if test -n "$PKG_CONFIG"; then
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5522 $as_echo "$PKG_CONFIG" >&6; }
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5525 $as_echo "no" >&6; }
5530 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5531 if test "x$cross_compiling" = xyes
; then :
5534 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5535 # Extract the first word of "pkg-config", so it can be a program name with args.
5536 set dummy pkg-config
; ac_word
=$2
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5538 $as_echo_n "checking for $ac_word... " >&6; }
5539 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5540 $as_echo_n "(cached) " >&6
5542 if test -n "$PKG_CONFIG"; then
5543 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5549 test -z "$as_dir" && as_dir
=.
5550 for ac_exec_ext
in '' $ac_executable_extensions; do
5551 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5552 ac_cv_prog_PKG_CONFIG
="pkg-config"
5553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5562 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5563 if test -n "$PKG_CONFIG"; then
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5565 $as_echo "$PKG_CONFIG" >&6; }
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5568 $as_echo "no" >&6; }
5574 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5577 if test "x$enable_maintainer_mode" != "xyes"
5584 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5585 for ac_prog
in fontforge
5587 # Extract the first word of "$ac_prog", so it can be a program name with args.
5588 set dummy
$ac_prog; ac_word
=$2
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5590 $as_echo_n "checking for $ac_word... " >&6; }
5591 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5592 $as_echo_n "(cached) " >&6
5594 if test -n "$FONTFORGE"; then
5595 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5597 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5601 test -z "$as_dir" && as_dir
=.
5602 for ac_exec_ext
in '' $ac_executable_extensions; do
5603 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5604 ac_cv_prog_FONTFORGE
="$ac_prog"
5605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5614 FONTFORGE
=$ac_cv_prog_FONTFORGE
5615 if test -n "$FONTFORGE"; then
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5617 $as_echo "$FONTFORGE" >&6; }
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5620 $as_echo "no" >&6; }
5624 test -n "$FONTFORGE" && break
5626 test -n "$FONTFORGE" || FONTFORGE
="false"
5630 # Extract the first word of "$ac_prog", so it can be a program name with args.
5631 set dummy
$ac_prog; ac_word
=$2
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if ${ac_cv_prog_RSVG+:} false
; then :
5635 $as_echo_n "(cached) " >&6
5637 if test -n "$RSVG"; then
5638 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5640 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5644 test -z "$as_dir" && as_dir
=.
5645 for ac_exec_ext
in '' $ac_executable_extensions; do
5646 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5647 ac_cv_prog_RSVG
="$ac_prog"
5648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5657 RSVG
=$ac_cv_prog_RSVG
5658 if test -n "$RSVG"; then
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5660 $as_echo "$RSVG" >&6; }
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663 $as_echo "no" >&6; }
5667 test -n "$RSVG" && break
5669 test -n "$RSVG" || RSVG
="false"
5671 for ac_prog
in convert
5673 # Extract the first word of "$ac_prog", so it can be a program name with args.
5674 set dummy
$ac_prog; ac_word
=$2
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5676 $as_echo_n "checking for $ac_word... " >&6; }
5677 if ${ac_cv_prog_CONVERT+:} false
; then :
5678 $as_echo_n "(cached) " >&6
5680 if test -n "$CONVERT"; then
5681 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5687 test -z "$as_dir" && as_dir
=.
5688 for ac_exec_ext
in '' $ac_executable_extensions; do
5689 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5690 ac_cv_prog_CONVERT
="$ac_prog"
5691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5700 CONVERT
=$ac_cv_prog_CONVERT
5701 if test -n "$CONVERT"; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5703 $as_echo "$CONVERT" >&6; }
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5706 $as_echo "no" >&6; }
5710 test -n "$CONVERT" && break
5712 test -n "$CONVERT" || CONVERT
="false"
5714 for ac_prog
in icotool
5716 # Extract the first word of "$ac_prog", so it can be a program name with args.
5717 set dummy
$ac_prog; ac_word
=$2
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5719 $as_echo_n "checking for $ac_word... " >&6; }
5720 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5721 $as_echo_n "(cached) " >&6
5723 if test -n "$ICOTOOL"; then
5724 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5730 test -z "$as_dir" && as_dir
=.
5731 for ac_exec_ext
in '' $ac_executable_extensions; do
5732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5733 ac_cv_prog_ICOTOOL
="$ac_prog"
5734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5743 ICOTOOL
=$ac_cv_prog_ICOTOOL
5744 if test -n "$ICOTOOL"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5746 $as_echo "$ICOTOOL" >&6; }
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5749 $as_echo "no" >&6; }
5753 test -n "$ICOTOOL" && break
5755 test -n "$ICOTOOL" || ICOTOOL
="false"
5757 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5758 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5760 if test "$CONVERT" = false
5762 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5765 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5766 convert_version
=`convert --version | head -n1`
5767 if test "x$convert_version" != "x"
5769 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5770 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5771 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5776 if test "$CONVERT" = false
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5779 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5780 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5783 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5787 if test "$ICOTOOL" = false
5789 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5792 $as_echo_n "checking for recent enough icotool... " >&6; }
5793 icotool_version
=`icotool --version | head -n1`
5794 if test "x$icotool_version" != "x"
5796 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5797 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5798 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5801 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5804 if test "$ICOTOOL" = false
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5807 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5808 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5811 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5817 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5820 test "x$with_gettext" != xno || MSGFMT
=false
5821 if test "$MSGFMT" != "false"
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5824 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5825 cat >conftest.po
<<EOF
5831 if $MSGFMT -o /dev
/null conftest.po
2>&5
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5834 $as_echo "yes" >&6; }
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5837 $as_echo "no" >&6; }
5841 if test "$MSGFMT" = false
; then :
5842 case "x$with_gettext" in
5843 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
5845 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
5846 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5852 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5853 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
5854 $as_echo_n "(cached) " >&6
5856 ac_check_lib_save_LIBS
=$LIBS
5858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5859 /* end confdefs.h. */
5861 /* Override any GCC internal prototype to avoid an error.
5862 Use char because int might match the return type of a GCC
5863 builtin and then its argument prototype would still apply. */
5867 char i386_set_ldt ();
5871 return i386_set_ldt ();
5876 if ac_fn_c_try_link
"$LINENO"; then :
5877 ac_cv_lib_i386_i386_set_ldt
=yes
5879 ac_cv_lib_i386_i386_set_ldt
=no
5881 rm -f core conftest.err conftest.
$ac_objext \
5882 conftest
$ac_exeext conftest.
$ac_ext
5883 LIBS
=$ac_check_lib_save_LIBS
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5886 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5887 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
5888 cat >>confdefs.h
<<_ACEOF
5889 #define HAVE_LIBI386 1
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5897 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5898 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
5899 $as_echo_n "(cached) " >&6
5901 ac_check_lib_save_LIBS
=$LIBS
5902 LIBS
="-lossaudio $LIBS"
5903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5904 /* end confdefs.h. */
5906 /* Override any GCC internal prototype to avoid an error.
5907 Use char because int might match the return type of a GCC
5908 builtin and then its argument prototype would still apply. */
5916 return _oss_ioctl ();
5921 if ac_fn_c_try_link
"$LINENO"; then :
5922 ac_cv_lib_ossaudio__oss_ioctl
=yes
5924 ac_cv_lib_ossaudio__oss_ioctl
=no
5926 rm -f core conftest.err conftest.
$ac_objext \
5927 conftest
$ac_exeext conftest.
$ac_ext
5928 LIBS
=$ac_check_lib_save_LIBS
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5931 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5932 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
5933 cat >>confdefs.h
<<_ACEOF
5934 #define HAVE_LIBOSSAUDIO 1
5937 LIBS
="-lossaudio $LIBS"
5946 # Check whether --enable-largefile was given.
5947 if test "${enable_largefile+set}" = set; then :
5948 enableval
=$enable_largefile;
5951 if test "$enable_largefile" != no
; then
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5954 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5955 if ${ac_cv_sys_largefile_CC+:} false
; then :
5956 $as_echo_n "(cached) " >&6
5958 ac_cv_sys_largefile_CC
=no
5959 if test "$GCC" != yes; then
5962 # IRIX 6.2 and later do not support large files by default,
5963 # so use the C compiler's -n32 option if that helps.
5964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5965 /* end confdefs.h. */
5966 #include <sys/types.h>
5967 /* Check that off_t can represent 2**63 - 1 correctly.
5968 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5969 since some C++ compilers masquerading as C compilers
5970 incorrectly reject 9223372036854775807. */
5971 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5972 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5973 && LARGE_OFF_T % 2147483647 == 1)
5983 if ac_fn_c_try_compile
"$LINENO"; then :
5986 rm -f core conftest.err conftest.
$ac_objext
5988 if ac_fn_c_try_compile
"$LINENO"; then :
5989 ac_cv_sys_largefile_CC
=' -n32'; break
5991 rm -f core conftest.err conftest.
$ac_objext
5995 rm -f conftest.
$ac_ext
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5999 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6000 if test "$ac_cv_sys_largefile_CC" != no
; then
6001 CC
=$CC$ac_cv_sys_largefile_CC
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6005 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6006 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6007 $as_echo_n "(cached) " >&6
6010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6011 /* end confdefs.h. */
6012 #include <sys/types.h>
6013 /* Check that off_t can represent 2**63 - 1 correctly.
6014 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6015 since some C++ compilers masquerading as C compilers
6016 incorrectly reject 9223372036854775807. */
6017 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6018 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6019 && LARGE_OFF_T % 2147483647 == 1)
6029 if ac_fn_c_try_compile
"$LINENO"; then :
6030 ac_cv_sys_file_offset_bits
=no
; break
6032 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6034 /* end confdefs.h. */
6035 #define _FILE_OFFSET_BITS 64
6036 #include <sys/types.h>
6037 /* Check that off_t can represent 2**63 - 1 correctly.
6038 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6039 since some C++ compilers masquerading as C compilers
6040 incorrectly reject 9223372036854775807. */
6041 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6042 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6043 && LARGE_OFF_T % 2147483647 == 1)
6053 if ac_fn_c_try_compile
"$LINENO"; then :
6054 ac_cv_sys_file_offset_bits
=64; break
6056 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6057 ac_cv_sys_file_offset_bits
=unknown
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6062 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6063 case $ac_cv_sys_file_offset_bits in #(
6066 cat >>confdefs.h
<<_ACEOF
6067 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6072 if test $ac_cv_sys_file_offset_bits = unknown
; then
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6074 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6075 if ${ac_cv_sys_large_files+:} false
; then :
6076 $as_echo_n "(cached) " >&6
6079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6080 /* end confdefs.h. */
6081 #include <sys/types.h>
6082 /* Check that off_t can represent 2**63 - 1 correctly.
6083 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6084 since some C++ compilers masquerading as C compilers
6085 incorrectly reject 9223372036854775807. */
6086 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6087 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6088 && LARGE_OFF_T % 2147483647 == 1)
6098 if ac_fn_c_try_compile
"$LINENO"; then :
6099 ac_cv_sys_large_files
=no
; break
6101 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6103 /* end confdefs.h. */
6104 #define _LARGE_FILES 1
6105 #include <sys/types.h>
6106 /* Check that off_t can represent 2**63 - 1 correctly.
6107 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6108 since some C++ compilers masquerading as C compilers
6109 incorrectly reject 9223372036854775807. */
6110 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6111 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6112 && LARGE_OFF_T % 2147483647 == 1)
6122 if ac_fn_c_try_compile
"$LINENO"; then :
6123 ac_cv_sys_large_files
=1; break
6125 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6126 ac_cv_sys_large_files
=unknown
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6131 $as_echo "$ac_cv_sys_large_files" >&6; }
6132 case $ac_cv_sys_large_files in #(
6135 cat >>confdefs.h
<<_ACEOF
6136 #define _LARGE_FILES $ac_cv_sys_large_files
6148 ac_cpp
='$CPP $CPPFLAGS'
6149 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6150 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6151 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6153 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6154 # On Suns, sometimes $CPP names a directory.
6155 if test -n "$CPP" && test -d "$CPP"; then
6158 if test -z "$CPP"; then
6159 if ${ac_cv_prog_CPP+:} false
; then :
6160 $as_echo_n "(cached) " >&6
6162 # Double quotes because CPP needs to be expanded
6163 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6166 for ac_c_preproc_warn_flag
in '' yes
6168 # Use a header file that comes with gcc, so configuring glibc
6169 # with a fresh cross-compiler works.
6170 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6171 # <limits.h> exists even on freestanding compilers.
6172 # On the NeXT, cc -E runs the code through the compiler's parser,
6173 # not just through cpp. "Syntax error" is here to catch this case.
6174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6175 /* end confdefs.h. */
6177 # include <limits.h>
6179 # include <assert.h>
6183 if ac_fn_c_try_cpp
"$LINENO"; then :
6186 # Broken: fails on valid input.
6189 rm -f conftest.err conftest.i conftest.
$ac_ext
6191 # OK, works on sane cases. Now check whether nonexistent headers
6192 # can be detected and how.
6193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6194 /* end confdefs.h. */
6195 #include <ac_nonexistent.h>
6197 if ac_fn_c_try_cpp
"$LINENO"; then :
6198 # Broken: success on invalid input.
6201 # Passes both tests.
6205 rm -f conftest.err conftest.i conftest.
$ac_ext
6208 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6209 rm -f conftest.i conftest.err conftest.
$ac_ext
6210 if $ac_preproc_ok; then :
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6223 $as_echo "$CPP" >&6; }
6225 for ac_c_preproc_warn_flag
in '' yes
6227 # Use a header file that comes with gcc, so configuring glibc
6228 # with a fresh cross-compiler works.
6229 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6230 # <limits.h> exists even on freestanding compilers.
6231 # On the NeXT, cc -E runs the code through the compiler's parser,
6232 # not just through cpp. "Syntax error" is here to catch this case.
6233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6234 /* end confdefs.h. */
6236 # include <limits.h>
6238 # include <assert.h>
6242 if ac_fn_c_try_cpp
"$LINENO"; then :
6245 # Broken: fails on valid input.
6248 rm -f conftest.err conftest.i conftest.
$ac_ext
6250 # OK, works on sane cases. Now check whether nonexistent headers
6251 # can be detected and how.
6252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6253 /* end confdefs.h. */
6254 #include <ac_nonexistent.h>
6256 if ac_fn_c_try_cpp
"$LINENO"; then :
6257 # Broken: success on invalid input.
6260 # Passes both tests.
6264 rm -f conftest.err conftest.i conftest.
$ac_ext
6267 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6268 rm -f conftest.i conftest.err conftest.
$ac_ext
6269 if $ac_preproc_ok; then :
6272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6274 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6275 See \`config.log' for more details" "$LINENO" 5; }
6279 ac_cpp
='$CPP $CPPFLAGS'
6280 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6281 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6282 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6286 $as_echo_n "checking for ANSI C header files... " >&6; }
6287 if ${ac_cv_header_stdc+:} false
; then :
6288 $as_echo_n "(cached) " >&6
6290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6291 /* end confdefs.h. */
6305 if ac_fn_c_try_compile
"$LINENO"; then :
6306 ac_cv_header_stdc
=yes
6308 ac_cv_header_stdc
=no
6310 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6312 if test $ac_cv_header_stdc = yes; then
6313 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6315 /* end confdefs.h. */
6319 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6320 $EGREP "memchr" >/dev
/null
2>&1; then :
6323 ac_cv_header_stdc
=no
6329 if test $ac_cv_header_stdc = yes; then
6330 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6332 /* end confdefs.h. */
6336 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6337 $EGREP "free" >/dev
/null
2>&1; then :
6340 ac_cv_header_stdc
=no
6346 if test $ac_cv_header_stdc = yes; then
6347 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6348 if test "$cross_compiling" = yes; then :
6351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6352 /* end confdefs.h. */
6355 #if ((' ' & 0x0FF) == 0x020)
6356 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6357 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6359 # define ISLOWER(c) \
6360 (('a' <= (c) && (c) <= 'i') \
6361 || ('j' <= (c) && (c) <= 'r') \
6362 || ('s' <= (c) && (c) <= 'z'))
6363 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6366 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6371 for (i = 0; i < 256; i++)
6372 if (XOR (islower (i), ISLOWER (i))
6373 || toupper (i) != TOUPPER (i))
6378 if ac_fn_c_try_run
"$LINENO"; then :
6381 ac_cv_header_stdc
=no
6383 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6384 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6390 $as_echo "$ac_cv_header_stdc" >&6; }
6391 if test $ac_cv_header_stdc = yes; then
6393 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6397 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6398 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6399 inttypes.h stdint.h unistd.h
6401 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6402 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6404 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6405 cat >>confdefs.h
<<_ACEOF
6406 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6416 ApplicationServices
/ApplicationServices.h \
6417 AudioToolbox
/AudioConverter.h \
6418 AudioUnit
/AudioUnit.h \
6419 AudioUnit
/AudioComponent.h \
6422 CoreAudio
/CoreAudio.h \
6423 CoreServices
/CoreServices.h \
6424 DiskArbitration
/DiskArbitration.h \
6426 IOKit
/hid
/IOHIDLib.h \
6429 QuickTime
/ImageCompression.h \
6430 Security
/Security.h \
6481 netinet
/in_systm.h \
6542 valgrind
/memcheck.h \
6543 valgrind
/valgrind.h \
6547 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6548 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6549 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6550 cat >>confdefs.h
<<_ACEOF
6551 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6559 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6560 if ${ac_cv_header_stat_broken+:} false
; then :
6561 $as_echo_n "(cached) " >&6
6563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6564 /* end confdefs.h. */
6565 #include <sys/types.h>
6566 #include <sys/stat.h>
6568 #if defined S_ISBLK && defined S_IFDIR
6569 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6572 #if defined S_ISBLK && defined S_IFCHR
6573 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6576 #if defined S_ISLNK && defined S_IFREG
6577 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6580 #if defined S_ISSOCK && defined S_IFREG
6581 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6585 if ac_fn_c_try_compile
"$LINENO"; then :
6586 ac_cv_header_stat_broken
=no
6588 ac_cv_header_stat_broken
=yes
6590 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6593 $as_echo "$ac_cv_header_stat_broken" >&6; }
6594 if test $ac_cv_header_stat_broken = yes; then
6596 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6602 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6604 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6605 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6606 #ifdef HAVE_SYS_PARAM_H
6607 # include <sys/param.h>
6610 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6611 cat >>confdefs.h
<<_ACEOF
6612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6627 netinet
/if_ether.h \
6628 netinet
/if_inarp.h \
6637 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6638 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6639 #ifdef HAVE_SYS_SOCKET_H
6640 # include <sys/socket.h>
6642 #ifdef HAVE_SYS_SOCKETVAR_H
6643 # include <sys/socketvar.h>
6645 #ifdef HAVE_NET_ROUTE_H
6646 # include <net/route.h>
6648 #ifdef HAVE_NETINET_IN_H
6649 # include <netinet/in.h>
6651 #ifdef HAVE_NETINET_IN_SYSTM_H
6652 # include <netinet/in_systm.h>
6654 #ifdef HAVE_NET_IF_H
6655 # include <net/if.h>
6657 #ifdef HAVE_NETINET_IP_H
6658 # include <netinet/ip.h>
6661 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6662 cat >>confdefs.h
<<_ACEOF
6663 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6671 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6673 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6674 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6678 #ifdef HAVE_SYS_SOCKET_H
6679 # include <sys/socket.h>
6681 #ifdef HAVE_SYS_SOCKETVAR_H
6682 # include <sys/socketvar.h>
6684 #ifdef HAVE_SYS_TIMEOUT_H
6685 # include <sys/timeout.h>
6687 #ifdef HAVE_NETINET_IN_H
6688 # include <netinet/in.h>
6690 #ifdef HAVE_NETINET_IN_SYSTM_H
6691 # include <netinet/in_systm.h>
6693 #ifdef HAVE_NETINET_IP_H
6694 # include <netinet/ip.h>
6696 #ifdef HAVE_NETINET_IP_VAR_H
6697 # include <netinet/ip_var.h>
6699 #ifdef HAVE_NETINET_IP_ICMP_H
6700 # include <netinet/ip_icmp.h>
6702 #ifdef HAVE_NETINET_UDP_H
6703 # include <netinet/udp.h>
6705 #ifdef HAVE_NETINET_TCP_H
6706 # include <netinet/tcp.h>
6708 #ifdef HAVE_NETINET_TCP_TIMER_H
6709 #include <netinet/tcp_timer.h>
6712 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6713 cat >>confdefs.h
<<_ACEOF
6714 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6722 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6724 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6725 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6726 #ifdef HAVE_ASM_TYPES_H
6727 # include <asm/types.h>
6729 #ifdef HAVE_SYS_SOCKET_H
6730 # include <sys/socket.h>
6732 #ifdef HAVE_LINUX_TYPES_H
6733 # include <linux/types.h>
6736 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6737 cat >>confdefs.h
<<_ACEOF
6738 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6746 for ac_header
in mach-o
/dyld_images.h
6748 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6749 # include <stdbool.h>
6751 #ifdef HAVE_STDINT_H
6752 # include <stdint.h>
6755 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6756 cat >>confdefs.h
<<_ACEOF
6757 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6765 for ac_header
in resolv.h
6767 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6768 #ifdef HAVE_SYS_SOCKET_H
6769 # include <sys/socket.h>
6771 #ifdef HAVE_NETINET_IN_H
6772 # include <netinet/in.h>
6774 #ifdef HAVE_ARPA_NAMESER_H
6775 # include <arpa/nameser.h>
6778 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6779 cat >>confdefs.h
<<_ACEOF
6780 #define HAVE_RESOLV_H 1
6788 for ac_header
in ifaddrs.h
6790 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6792 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6793 cat >>confdefs.h
<<_ACEOF
6794 #define HAVE_IFADDRS_H 1
6802 for ac_header
in ucontext.h
6804 ac_fn_c_check_header_compile
"$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6806 if test "x$ac_cv_header_ucontext_h" = xyes
; then :
6807 cat >>confdefs.h
<<_ACEOF
6808 #define HAVE_UCONTEXT_H 1
6816 for ac_header
in sys
/thr.h
6818 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6819 #ifdef HAVE_UCONTEXT_H
6820 #include <ucontext.h>
6823 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
6824 cat >>confdefs.h
<<_ACEOF
6825 #define HAVE_SYS_THR_H 1
6833 for ac_header
in pthread_np.h
6835 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6836 #include <pthread.h>
6839 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
6840 cat >>confdefs.h
<<_ACEOF
6841 #define HAVE_PTHREAD_NP_H 1
6849 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
6851 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6852 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6853 #include <sys/time.h>
6855 #include <sys/types.h>
6856 #ifdef HAVE_ASM_TYPES_H
6857 #include <asm/types.h>
6860 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6861 cat >>confdefs.h
<<_ACEOF
6862 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6870 for ac_header
in libprocstat.h
6872 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
6873 #include <sys/param.h>
6875 #ifdef HAVE_SYS_QUEUE_H
6876 #include <sys/queue.h>
6878 #ifdef HAVE_SYS_SOCKET_H
6879 #include <sys/socket.h>
6882 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
6883 cat >>confdefs.h
<<_ACEOF
6884 #define HAVE_LIBPROCSTAT_H 1
6893 dlldir
="\${libdir}/wine"
6897 DLLFLAGS
="-D_REENTRANT"
6906 STATIC_IMPLIBEXT
="def.a"
6907 # Extract the first word of "ldd", so it can be a program name with args.
6908 set dummy ldd
; ac_word
=$2
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910 $as_echo_n "checking for $ac_word... " >&6; }
6911 if ${ac_cv_path_LDD+:} false
; then :
6912 $as_echo_n "(cached) " >&6
6916 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
6919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6920 as_dummy
="/sbin:/usr/sbin:$PATH"
6921 for as_dir
in $as_dummy
6924 test -z "$as_dir" && as_dir
=.
6925 for ac_exec_ext
in '' $ac_executable_extensions; do
6926 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6927 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
6928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6935 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
6940 if test -n "$LDD"; then
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6942 $as_echo "$LDD" >&6; }
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6945 $as_echo "no" >&6; }
6949 if test -n "$ac_tool_prefix"; then
6950 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
6951 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6953 $as_echo_n "checking for $ac_word... " >&6; }
6954 if ${ac_cv_prog_READELF+:} false
; then :
6955 $as_echo_n "(cached) " >&6
6957 if test -n "$READELF"; then
6958 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
6960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6964 test -z "$as_dir" && as_dir
=.
6965 for ac_exec_ext
in '' $ac_executable_extensions; do
6966 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6967 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
6968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6977 READELF
=$ac_cv_prog_READELF
6978 if test -n "$READELF"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
6980 $as_echo "$READELF" >&6; }
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983 $as_echo "no" >&6; }
6988 if test -z "$ac_cv_prog_READELF"; then
6989 ac_ct_READELF
=$READELF
6990 # Extract the first word of "readelf", so it can be a program name with args.
6991 set dummy readelf
; ac_word
=$2
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6993 $as_echo_n "checking for $ac_word... " >&6; }
6994 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
6995 $as_echo_n "(cached) " >&6
6997 if test -n "$ac_ct_READELF"; then
6998 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7000 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7004 test -z "$as_dir" && as_dir
=.
7005 for ac_exec_ext
in '' $ac_executable_extensions; do
7006 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7007 ac_cv_prog_ac_ct_READELF
="readelf"
7008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7017 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7018 if test -n "$ac_ct_READELF"; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7020 $as_echo "$ac_ct_READELF" >&6; }
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023 $as_echo "no" >&6; }
7026 if test "x$ac_ct_READELF" = x
; then
7029 case $cross_compiling:$ac_tool_warned in
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7032 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7033 ac_tool_warned
=yes ;;
7035 READELF
=$ac_ct_READELF
7038 READELF
="$ac_cv_prog_READELF"
7041 wine_rules_file
=conf$
$rules.
make
7042 rm -f $wine_rules_file
7044 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7045 ALL_TEST_RESOURCES
=""
7048 wine_fn_append_file
()
7050 as_fn_append
$1 " \\$as_nl $2"
7053 wine_fn_ignore_file
()
7056 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7057 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7058 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7062 wine_fn_append_rule
()
7064 $as_echo "$1" >>$wine_rules_file
7069 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7072 wine_fn_depend_rules
()
7074 wine_fn_append_rule \
7075 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7076 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7077 depend: $ac_dir/depend
7078 .PHONY: $ac_dir/depend
7079 $ac_dir/depend: \$(MAKEDEP) dummy
7080 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7083 wine_fn_pot_rules
()
7085 test "x$with_gettextpo" = xyes ||
return
7087 if wine_fn_has_flag mc
7089 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7090 wine_fn_append_rule \
7091 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7092 @cd $ac_dir && \$(MAKE) msg.pot
7093 $ac_dir/msg.pot: tools/wmc include"
7095 if wine_fn_has_flag po
7097 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7098 wine_fn_append_rule \
7099 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7100 @cd $ac_dir && \$(MAKE) rsrc.pot
7101 $ac_dir/rsrc.pot: tools/wrc include"
7105 wine_fn_all_rules
()
7107 wine_fn_depend_rules
7108 wine_fn_append_rule \
7111 $ac_dir: $ac_dir/Makefile dummy
7112 @cd $ac_dir && \$(MAKE)"
7115 wine_fn_install_rules
()
7117 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7119 wine_fn_append_rule \
7120 ".PHONY: $ac_dir/install $ac_dir/uninstall
7121 $ac_dir/install:: $ac_dir
7122 @cd $ac_dir && \$(MAKE) install
7123 $ac_dir/uninstall:: $ac_dir/Makefile
7124 @cd $ac_dir && \$(MAKE) uninstall
7125 install:: $ac_dir/install
7126 __uninstall__: $ac_dir/uninstall"
7128 if wine_fn_has_flag install-lib
7130 wine_fn_append_rule \
7131 ".PHONY: $ac_dir/install-lib
7132 $ac_dir/install-lib:: $ac_dir
7133 @cd $ac_dir && \$(MAKE) install-lib
7134 install-lib:: $ac_dir/install-lib"
7137 if wine_fn_has_flag install-dev
7139 wine_fn_append_rule \
7140 ".PHONY: $ac_dir/install-dev
7141 $ac_dir/install-dev:: $ac_dir
7142 @cd $ac_dir && \$(MAKE) install-dev
7143 install-dev:: $ac_dir/install-dev"
7147 wine_fn_clean_rules
()
7150 ac_extraclean
="$ac_dir/Makefile"
7151 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7153 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7156 if wine_fn_has_flag clean
7158 wine_fn_append_rule \
7159 "__clean__: $ac_dir/clean
7160 .PHONY: $ac_dir/clean
7161 $ac_dir/clean: $ac_dir/Makefile
7162 @cd $ac_dir && \$(MAKE) clean
7163 \$(RM) $ac_extraclean"
7165 wine_fn_append_rule \
7166 "__clean__: $ac_dir/clean
7167 .PHONY: $ac_dir/clean
7168 $ac_dir/clean: dummy
7169 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7173 wine_fn_disabled_rules
()
7176 ac_extraclean
="$ac_dir/Makefile"
7177 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7179 wine_fn_append_rule \
7180 "__clean__: $ac_dir/clean
7181 .PHONY: $ac_dir/clean
7182 $ac_dir/clean: dummy
7183 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7186 wine_fn_config_makefile
()
7192 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7193 wine_fn_disabled_rules
; return
7196 wine_fn_install_rules
7200 wine_fn_config_lib
()
7204 ac_dir
=dlls
/$ac_name
7207 if test "x$enable_tools" = xno
; then :
7210 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7215 wine_fn_append_rule \
7216 ".PHONY: $ac_dir/install $ac_dir/uninstall
7217 $ac_dir/install:: $ac_dir
7218 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7220 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7221 install install-dev:: $ac_dir/install
7222 __uninstall__: $ac_dir/uninstall
7223 __builddeps__: $ac_dir
7227 wine_fn_config_dll
()
7230 ac_dir
=dlls
/$ac_name
7233 ac_implib
=${4:-$ac_name}
7234 ac_file
=$ac_dir/lib
$ac_implib
7239 if test "x$enable_tools" = xno
; then :
7242 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7245 *16) ac_implibflags
=" -m16" ;;
7247 *) ac_dll
=$ac_dll.dll
;;
7251 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7252 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7253 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7254 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7256 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7257 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7259 wine_fn_depend_rules
7260 wine_fn_clean_rules
$ac_clean
7262 wine_fn_disabled_rules
$ac_clean
7267 wine_fn_clean_rules
$ac_clean
7268 wine_fn_append_rule \
7269 "$ac_dir: __builddeps__
7270 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7271 @cd $ac_dir && \$(MAKE) \$@
7272 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7273 install install-lib:: $ac_dir/install-lib
7274 __uninstall__: $ac_dir/uninstall"
7275 if test -n "$DLLEXT"
7277 wine_fn_append_rule \
7278 "$ac_dir/install-lib:: $ac_dir
7279 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7280 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7282 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7284 wine_fn_append_rule \
7285 "$ac_dir/install-lib:: $ac_dir
7286 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7288 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7294 if wine_fn_has_flag staticimplib
7296 wine_fn_append_rule \
7297 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7298 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7299 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7300 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7301 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7302 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7303 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7304 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7305 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7307 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7308 install install-dev:: $ac_dir/install-dev
7309 __uninstall__: $ac_dir/uninstall"
7311 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7313 wine_fn_append_rule \
7314 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7315 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7317 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7320 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7322 wine_fn_append_rule \
7323 "__builddeps__: $ac_file.cross.a
7324 $ac_file.cross.a: $ac_dir/Makefile dummy
7325 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7328 elif wine_fn_has_flag implib
7330 wine_fn_append_rule \
7331 "__builddeps__: $ac_file.$IMPLIBEXT
7332 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7333 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7334 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7335 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7336 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7337 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7338 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7340 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7341 install install-dev:: $ac_dir/install-dev
7342 __uninstall__: $ac_dir/uninstall"
7343 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7345 wine_fn_append_rule \
7346 "__builddeps__: $ac_file.cross.a
7347 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7348 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7351 if test "$ac_name" != "$ac_implib"
7353 wine_fn_append_rule \
7354 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7355 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7356 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7358 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7359 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7360 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7362 wine_fn_append_rule \
7363 "__builddeps__: dlls/lib$ac_implib.cross.a
7364 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7365 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7367 \$(RM) dlls/lib$ac_implib.cross.a"
7368 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7374 wine_fn_config_program
()
7377 ac_dir
=programs
/$ac_name
7384 *) ac_program
=$ac_program.exe
;;
7388 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7389 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7390 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7391 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7393 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7394 wine_fn_disabled_rules
$ac_clean; return
7398 wine_fn_clean_rules
$ac_clean
7399 wine_fn_append_rule
"$ac_dir: __builddeps__"
7402 wine_fn_has_flag
install ||
return
7403 wine_fn_append_rule \
7404 ".PHONY: $ac_dir/install $ac_dir/uninstall
7405 install install-lib:: $ac_dir/install
7406 __uninstall__: $ac_dir/uninstall"
7408 if test -n "$DLLEXT"
7410 wine_fn_append_rule \
7411 "$ac_dir/install:: $ac_dir
7412 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7413 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7415 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7417 if test -z "$with_wine64" && wine_fn_has_flag installbin
7419 wine_fn_append_rule \
7420 "$ac_dir/install:: __tooldeps__
7421 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7423 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7426 wine_fn_append_rule \
7427 "$ac_dir/install:: $ac_dir
7428 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7430 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7433 if test -z "$with_wine64" && wine_fn_has_flag manpage
7435 wine_fn_append_rule \
7436 "$ac_dir/install:: $ac_dir
7437 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7439 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7443 wine_fn_config_test
()
7450 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7451 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7453 if test "x$enable_tests" = xno
; then :
7454 wine_fn_disabled_rules
$ac_clean; return
7457 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7459 wine_fn_clean_rules
$ac_clean
7461 wine_fn_append_rule \
7462 "$ac_dir: programs/winetest/Makefile __builddeps__
7463 programs/winetest: $ac_dir
7464 check test: $ac_dir/test
7465 .PHONY: $ac_dir/test
7467 @cd $ac_dir && \$(MAKE) test
7469 \$(RM) $ac_dir/*.ok"
7471 if test -n "$CROSSTARGET"
7473 wine_fn_append_rule \
7474 "crosstest: $ac_dir/crosstest
7475 .PHONY: $ac_dir/crosstest
7476 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7477 @cd $ac_dir && \$(MAKE) crosstest"
7481 wine_fn_config_tool
()
7485 if test "x$enable_tools" = xno
; then :
7490 wine_fn_install_rules
7493 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7494 wine_fn_append_rule
"$ac_dir: libs/port"
7496 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7500 wine_fn_config_symlink
()
7503 if test "x$1" = "x-d"
7509 wine_fn_append_rule \
7511 @./config.status \$@
7514 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7515 test -n "$ac_linkdir" ||
return
7516 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7520 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7521 loader_programs
="$wine_binary wine-installed"
7522 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7525 install install-lib:: wine-installed
7526 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7529 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7535 if test -n "$ac_tool_prefix"; then
7536 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7537 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7539 $as_echo_n "checking for $ac_word... " >&6; }
7540 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7541 $as_echo_n "(cached) " >&6
7543 if test -n "$DLLTOOL"; then
7544 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7550 test -z "$as_dir" && as_dir
=.
7551 for ac_exec_ext
in '' $ac_executable_extensions; do
7552 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7553 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7563 DLLTOOL
=$ac_cv_prog_DLLTOOL
7564 if test -n "$DLLTOOL"; then
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7566 $as_echo "$DLLTOOL" >&6; }
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7569 $as_echo "no" >&6; }
7574 if test -z "$ac_cv_prog_DLLTOOL"; then
7575 ac_ct_DLLTOOL
=$DLLTOOL
7576 # Extract the first word of "dlltool", so it can be a program name with args.
7577 set dummy dlltool
; ac_word
=$2
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7579 $as_echo_n "checking for $ac_word... " >&6; }
7580 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7581 $as_echo_n "(cached) " >&6
7583 if test -n "$ac_ct_DLLTOOL"; then
7584 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7586 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7590 test -z "$as_dir" && as_dir
=.
7591 for ac_exec_ext
in '' $ac_executable_extensions; do
7592 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7593 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7603 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7604 if test -n "$ac_ct_DLLTOOL"; then
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7606 $as_echo "$ac_ct_DLLTOOL" >&6; }
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7609 $as_echo "no" >&6; }
7612 if test "x$ac_ct_DLLTOOL" = x
; then
7615 case $cross_compiling:$ac_tool_warned in
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7618 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7619 ac_tool_warned
=yes ;;
7621 DLLTOOL
=$ac_ct_DLLTOOL
7624 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7630 STATIC_IMPLIBEXT
="a"
7631 enable_iphlpapi
=${enable_iphlpapi:-no}
7632 enable_kernel32
=${enable_kernel32:-no}
7633 enable_msvcrt
=${enable_msvcrt:-no}
7634 enable_ntdll
=${enable_ntdll:-no}
7635 enable_ws2_32
=${enable_ws2_32:-no}
7636 enable_loader
=${enable_loader:-no}
7637 enable_server
=${enable_server:-no}
7638 with_x
=${with_x:-no}
7639 with_pthread
=${with_pthread:-no}
7645 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7649 libwine_targets
="libwine.dll libwine.a"
7651 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7653 all: libwine.dll libwine.a
7655 libwine.a: \$(srcdir)/wine.def
7656 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7658 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7659 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7661 install install-lib:: libwine.dll
7662 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7664 install install-dev:: libwine.a
7665 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7668 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7675 DLLFLAGS
="$DLLFLAGS -fPIC"
7676 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7677 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7678 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7679 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7681 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7683 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7685 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7687 CORESERVICES_LIBS
="-framework CoreServices"
7689 APPKIT_LIBS
="-framework AppKit"
7691 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7693 darwin11
*) LDEXECFLAGS
="-Wl,-macosx_version_min,10.6 $LDEXECFLAGS" ;;
7695 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7697 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
7700 if test "$ac_cv_header_Security_Security_h" = "yes"
7702 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
7704 ac_save_LIBS
="$LIBS"
7705 LIBS
="$LIBS $SECURITY_LIBS"
7706 for ac_func
in SSLCopyPeerCertificates
7708 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
7709 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
7710 cat >>confdefs.h
<<_ACEOF
7711 #define HAVE_SSLCOPYPEERCERTIFICATES 1
7717 LIBS
="$ac_save_LIBS"
7718 with_gnutls
=${with_gnutls:-no}
7720 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7722 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
7724 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
7727 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7730 ac_save_LIBS
="$LIBS"
7731 LIBS
="$LIBS $COREAUDIO_LIBS"
7732 for ac_func
in AUGraphAddNode
7734 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
7735 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
7736 cat >>confdefs.h
<<_ACEOF
7737 #define HAVE_AUGRAPHADDNODE 1
7743 LIBS
="$ac_save_LIBS"
7745 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7747 OPENAL_LIBS
="-framework OpenAL"
7750 cat >>confdefs.h
<<_ACEOF
7751 #define HAVE_OPENAL 1
7754 ac_cv_lib_openal
=yes
7756 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
7758 OPENCL_LIBS
="-framework OpenCL"
7760 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
7762 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7764 ac_save_LIBS
="$LIBS"
7765 LIBS
="$LIBS $IOKIT_LIBS"
7766 for ac_func
in IOHIDManagerCreate
7768 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
7769 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
7770 cat >>confdefs.h
<<_ACEOF
7771 #define HAVE_IOHIDMANAGERCREATE 1
7777 LIBS
="$ac_save_LIBS"
7779 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
7781 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
7783 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
7785 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
7787 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7789 CARBON_LIBS
="-framework Carbon"
7793 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
7795 ac_save_LIBS
="$LIBS"
7796 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
7797 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
7798 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
7799 enable_winemac_drv
=${enable_winemac_drv:-yes}
7802 LIBS
="$ac_save_LIBS"
7805 if test "x$enable_win16" = "xyes"
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
7808 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7809 if test "$cross_compiling" = yes; then :
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
7811 $as_echo "cross-compiling, assuming yes" >&6; }
7813 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7814 /* end confdefs.h. */
7817 "good:\tnop;nop\n\t"
7818 ".globl _testfunc\n"
7819 "_testfunc:\tcallw good");
7820 extern void testfunc();
7824 unsigned short *p = (unsigned short *)testfunc;
7825 return p[0] != 0xe866 || p[1] != 0xfffa
7830 if ac_fn_c_try_run
"$LINENO"; then :
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7832 $as_echo "yes" >&6; }
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835 $as_echo "no" >&6; }
7836 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
7838 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7839 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7844 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
7846 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7850 libwine.$libwine_version.dylib: \$(OBJS)
7851 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
7853 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
7854 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
7856 libwine.dylib: libwine.$libwine_soversion.dylib
7857 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
7859 install install-lib:: libwine.$libwine_version.dylib
7860 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
7861 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
7863 install install-dev::
7864 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
7867 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
7871 as_fn_append LOADER_RULES
"
7872 $wine_binary: main.o wine_info.plist
7873 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
7875 wine-installed: main.o wine_info.plist
7876 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
7881 DLLFLAGS
="$DLLFLAGS -fPIC"
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7886 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7887 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
7888 $as_echo_n "(cached) " >&6
7890 ac_wine_try_cflags_saved
=$CFLAGS
7891 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7893 /* end confdefs.h. */
7894 int main(int argc, char **argv) { return 0; }
7896 if ac_fn_c_try_link
"$LINENO"; then :
7897 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
7899 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
7901 rm -f core conftest.err conftest.
$ac_objext \
7902 conftest
$ac_exeext conftest.
$ac_ext
7903 CFLAGS
=$ac_wine_try_cflags_saved
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7906 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7907 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
7908 LDEXECFLAGS
="-Wl,--export-dynamic"
7910 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7912 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7913 if eval \
${$as_ac_var+:} false
; then :
7914 $as_echo_n "(cached) " >&6
7916 ac_wine_try_cflags_saved
=$CFLAGS
7917 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7919 /* end confdefs.h. */
7920 int main(int argc, char **argv) { return 0; }
7922 if ac_fn_c_try_link
"$LINENO"; then :
7923 eval "$as_ac_var=yes"
7925 eval "$as_ac_var=no"
7927 rm -f core conftest.err conftest.
$ac_objext \
7928 conftest
$ac_exeext conftest.
$ac_ext
7929 CFLAGS
=$ac_wine_try_cflags_saved
7931 eval ac_res
=\$
$as_ac_var
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7933 $as_echo "$ac_res" >&6; }
7934 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7935 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7936 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7938 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7940 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7941 if eval \
${$as_ac_var+:} false
; then :
7942 $as_echo_n "(cached) " >&6
7944 ac_wine_try_cflags_saved
=$CFLAGS
7945 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7947 /* end confdefs.h. */
7948 int main(int argc, char **argv) { return 0; }
7950 if ac_fn_c_try_link
"$LINENO"; then :
7951 eval "$as_ac_var=yes"
7953 eval "$as_ac_var=no"
7955 rm -f core conftest.err conftest.
$ac_objext \
7956 conftest
$ac_exeext conftest.
$ac_ext
7957 CFLAGS
=$ac_wine_try_cflags_saved
7959 eval ac_res
=\$
$as_ac_var
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7961 $as_echo "$ac_res" >&6; }
7962 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7963 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7964 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7969 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7970 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
7971 $as_echo_n "(cached) " >&6
7973 ac_wine_try_cflags_saved
=$CFLAGS
7974 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
7975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7976 /* end confdefs.h. */
7977 int main(int argc, char **argv) { return 0; }
7979 if ac_fn_c_try_link
"$LINENO"; then :
7980 ac_cv_cflags__Wl___enable_new_dtags
=yes
7982 ac_cv_cflags__Wl___enable_new_dtags
=no
7984 rm -f core conftest.err conftest.
$ac_objext \
7985 conftest
$ac_exeext conftest.
$ac_ext
7986 CFLAGS
=$ac_wine_try_cflags_saved
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7989 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7990 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
7991 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7995 *i
[3456789]86* | x86_64
)
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7997 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7998 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
7999 $as_echo_n "(cached) " >&6
8001 ac_wine_try_cflags_saved
=$CFLAGS
8002 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8003 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8004 /* end confdefs.h. */
8005 int main(int argc, char **argv) { return 0; }
8007 if ac_fn_c_try_link
"$LINENO"; then :
8008 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8010 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8012 rm -f core conftest.err conftest.
$ac_objext \
8013 conftest
$ac_exeext conftest.
$ac_ext
8014 CFLAGS
=$ac_wine_try_cflags_saved
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8017 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8018 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8019 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8024 libwine_targets
="libwine.so"
8026 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8030 libwine.so: \$(OBJS)
8031 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8033 install install-lib:: libwine.so
8034 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8037 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8041 as_fn_append LOADER_RULES
"
8042 $wine_binary: main.o
8043 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8045 wine-installed: main.o
8046 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8051 DLLFLAGS
="$DLLFLAGS -fPIC"
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8054 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8055 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8056 $as_echo_n "(cached) " >&6
8058 ac_wine_try_cflags_saved
=$CFLAGS
8059 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8061 /* end confdefs.h. */
8064 if ac_fn_c_try_link
"$LINENO"; then :
8065 ac_cv_c_dll_gnuelf
="yes"
8067 ac_cv_c_dll_gnuelf
="no"
8069 rm -f core conftest.err conftest.
$ac_objext \
8070 conftest
$ac_exeext conftest.
$ac_ext
8071 CFLAGS
=$ac_wine_try_cflags_saved
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8074 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8075 if test "$ac_cv_c_dll_gnuelf" = "yes"
8077 LDSHARED
="\$(CC) -shared"
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8079 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8080 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8081 $as_echo_n "(cached) " >&6
8083 ac_wine_try_cflags_saved
=$CFLAGS
8084 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8086 /* end confdefs.h. */
8087 int main(int argc, char **argv) { return 0; }
8089 if ac_fn_c_try_link
"$LINENO"; then :
8090 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8092 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8094 rm -f core conftest.err conftest.
$ac_objext \
8095 conftest
$ac_exeext conftest.
$ac_ext
8096 CFLAGS
=$ac_wine_try_cflags_saved
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8099 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8100 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8101 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8104 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8105 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8106 $as_echo_n "(cached) " >&6
8108 ac_wine_try_cflags_saved
=$CFLAGS
8109 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8111 /* end confdefs.h. */
8112 int main(int argc, char **argv) { return 0; }
8114 if ac_fn_c_try_link
"$LINENO"; then :
8115 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8117 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8119 rm -f core conftest.err conftest.
$ac_objext \
8120 conftest
$ac_exeext conftest.
$ac_ext
8121 CFLAGS
=$ac_wine_try_cflags_saved
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8124 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8125 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8126 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8130 echo '{ global: *; };' >conftest.map
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8132 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8133 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8134 $as_echo_n "(cached) " >&6
8136 ac_wine_try_cflags_saved
=$CFLAGS
8137 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8139 /* end confdefs.h. */
8140 int main(int argc, char **argv) { return 0; }
8142 if ac_fn_c_try_link
"$LINENO"; then :
8143 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8145 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8147 rm -f core conftest.err conftest.
$ac_objext \
8148 conftest
$ac_exeext conftest.
$ac_ext
8149 CFLAGS
=$ac_wine_try_cflags_saved
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8152 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8153 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8154 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8159 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8160 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8161 $as_echo_n "(cached) " >&6
8163 ac_wine_try_cflags_saved
=$CFLAGS
8164 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8165 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8166 /* end confdefs.h. */
8167 int main(int argc, char **argv) { return 0; }
8169 if ac_fn_c_try_link
"$LINENO"; then :
8170 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8172 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8174 rm -f core conftest.err conftest.
$ac_objext \
8175 conftest
$ac_exeext conftest.
$ac_ext
8176 CFLAGS
=$ac_wine_try_cflags_saved
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8179 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8180 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8181 LDEXECFLAGS
="-Wl,--export-dynamic"
8184 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8186 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8187 if eval \
${$as_ac_var+:} false
; then :
8188 $as_echo_n "(cached) " >&6
8190 ac_wine_try_cflags_saved
=$CFLAGS
8191 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8192 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8193 /* end confdefs.h. */
8194 int main(int argc, char **argv) { return 0; }
8196 if ac_fn_c_try_link
"$LINENO"; then :
8197 eval "$as_ac_var=yes"
8199 eval "$as_ac_var=no"
8201 rm -f core conftest.err conftest.
$ac_objext \
8202 conftest
$ac_exeext conftest.
$ac_ext
8203 CFLAGS
=$ac_wine_try_cflags_saved
8205 eval ac_res
=\$
$as_ac_var
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8207 $as_echo "$ac_res" >&6; }
8208 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8209 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8210 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8212 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8214 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8215 if eval \
${$as_ac_var+:} false
; then :
8216 $as_echo_n "(cached) " >&6
8218 ac_wine_try_cflags_saved
=$CFLAGS
8219 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8221 /* end confdefs.h. */
8222 int main(int argc, char **argv) { return 0; }
8224 if ac_fn_c_try_link
"$LINENO"; then :
8225 eval "$as_ac_var=yes"
8227 eval "$as_ac_var=no"
8229 rm -f core conftest.err conftest.
$ac_objext \
8230 conftest
$ac_exeext conftest.
$ac_ext
8231 CFLAGS
=$ac_wine_try_cflags_saved
8233 eval ac_res
=\$
$as_ac_var
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8235 $as_echo "$ac_res" >&6; }
8236 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8237 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8238 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8243 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8244 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8245 $as_echo_n "(cached) " >&6
8247 ac_wine_try_cflags_saved
=$CFLAGS
8248 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8250 /* end confdefs.h. */
8251 int main(int argc, char **argv) { return 0; }
8253 if ac_fn_c_try_link
"$LINENO"; then :
8254 ac_cv_cflags__Wl___enable_new_dtags
=yes
8256 ac_cv_cflags__Wl___enable_new_dtags
=no
8258 rm -f core conftest.err conftest.
$ac_objext \
8259 conftest
$ac_exeext conftest.
$ac_ext
8260 CFLAGS
=$ac_wine_try_cflags_saved
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8263 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8264 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8265 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8269 *i
[3456789]86* | x86_64
)
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8271 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8272 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8273 $as_echo_n "(cached) " >&6
8275 ac_wine_try_cflags_saved
=$CFLAGS
8276 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8278 /* end confdefs.h. */
8279 int main(int argc, char **argv) { return 0; }
8281 if ac_fn_c_try_link
"$LINENO"; then :
8282 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8284 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8286 rm -f core conftest.err conftest.
$ac_objext \
8287 conftest
$ac_exeext conftest.
$ac_ext
8288 CFLAGS
=$ac_wine_try_cflags_saved
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8291 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8292 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8294 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8295 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8299 # Extract the first word of "prelink", so it can be a program name with args.
8300 set dummy prelink
; ac_word
=$2
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8302 $as_echo_n "checking for $ac_word... " >&6; }
8303 if ${ac_cv_path_PRELINK+:} false
; then :
8304 $as_echo_n "(cached) " >&6
8308 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8311 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8312 for as_dir
in /sbin
/usr
/sbin
$PATH
8315 test -z "$as_dir" && as_dir
=.
8316 for ac_exec_ext
in '' $ac_executable_extensions; do
8317 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8318 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8326 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8330 PRELINK
=$ac_cv_path_PRELINK
8331 if test -n "$PRELINK"; then
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8333 $as_echo "$PRELINK" >&6; }
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8336 $as_echo "no" >&6; }
8340 if test "x$PRELINK" = xfalse
8342 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8349 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8350 if ${ac_cv_c_dll_unixware+:} false
; then :
8351 $as_echo_n "(cached) " >&6
8353 ac_wine_try_cflags_saved
=$CFLAGS
8354 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8356 /* end confdefs.h. */
8359 if ac_fn_c_try_link
"$LINENO"; then :
8360 ac_cv_c_dll_unixware
="yes"
8362 ac_cv_c_dll_unixware
="no"
8364 rm -f core conftest.err conftest.
$ac_objext \
8365 conftest
$ac_exeext conftest.
$ac_ext
8366 CFLAGS
=$ac_wine_try_cflags_saved
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8369 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8370 if test "$ac_cv_c_dll_unixware" = "yes"
8372 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8375 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8377 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8381 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8382 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8384 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8385 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8387 libwine.so: libwine.so.$libwine_soversion
8388 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8390 install install-lib:: libwine.so.$libwine_version
8391 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8392 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8394 install install-dev::
8395 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8398 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8402 as_fn_append LOADER_RULES
"
8403 $wine_binary: main.o
8404 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8406 wine-installed: main.o
8407 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8412 as_fn_append LIBWINE_RULES
"
8413 EXTRA_TARGETS = $libwine_targets
8416 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8417 enable_winemac_drv
=${enable_winemac_drv:-no}
8421 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8425 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
8428 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 " ;;
8430 ac_prefix_list
="" ;;
8432 for ac_prog
in $ac_prefix_list
8434 # Extract the first word of "$ac_prog", so it can be a program name with args.
8435 set dummy
$ac_prog; ac_word
=$2
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8437 $as_echo_n "checking for $ac_word... " >&6; }
8438 if ${ac_cv_prog_CROSSCC+:} false
; then :
8439 $as_echo_n "(cached) " >&6
8441 if test -n "$CROSSCC"; then
8442 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8444 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8448 test -z "$as_dir" && as_dir
=.
8449 for ac_exec_ext
in '' $ac_executable_extensions; do
8450 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8451 ac_cv_prog_CROSSCC
="$ac_prog"
8452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8461 CROSSCC
=$ac_cv_prog_CROSSCC
8462 if test -n "$CROSSCC"; then
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8464 $as_echo "$CROSSCC" >&6; }
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8467 $as_echo "no" >&6; }
8471 test -n "$CROSSCC" && break
8473 test -n "$CROSSCC" || CROSSCC
="false"
8475 if test "$CROSSCC" != "false"
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8480 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8482 /* end confdefs.h. */
8492 if ac_fn_c_try_compile
"$LINENO"; then :
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8494 $as_echo "yes" >&6; }
8500 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8506 $as_echo "no" >&6; }
8508 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8514 if test "$ac_cv_header_pthread_h" = "yes"
8516 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8517 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8521 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8522 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8523 $as_echo_n "(cached) " >&6
8525 ac_check_lib_save_LIBS
=$LIBS
8526 LIBS
="-lpthread $LIBS"
8527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8528 /* end confdefs.h. */
8530 /* Override any GCC internal prototype to avoid an error.
8531 Use char because int might match the return type of a GCC
8532 builtin and then its argument prototype would still apply. */
8536 char pthread_create ();
8540 return pthread_create ();
8545 if ac_fn_c_try_link
"$LINENO"; then :
8546 ac_cv_lib_pthread_pthread_create
=yes
8548 ac_cv_lib_pthread_pthread_create
=no
8550 rm -f core conftest.err conftest.
$ac_objext \
8551 conftest
$ac_exeext conftest.
$ac_ext
8552 LIBS
=$ac_check_lib_save_LIBS
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8555 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8556 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8557 PTHREAD_LIBS
="-lpthread"
8564 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8565 case "x$with_pthread" in
8567 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8568 Wine cannot support threads without libpthread.
8569 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8575 $as_echo_n "checking for X... " >&6; }
8578 # Check whether --with-x was given.
8579 if test "${with_x+set}" = set; then :
8583 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8584 if test "x$with_x" = xno
; then
8585 # The user explicitly disabled X.
8588 case $x_includes,$x_libraries in #(
8589 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8590 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8591 $as_echo_n "(cached) " >&6
8593 # One or both of the vars are not set, and there is no cached value.
8594 ac_x_includes
=no ac_x_libraries
=no
8595 rm -f -r conftest.dir
8596 if mkdir conftest.dir
; then
8598 cat >Imakefile
<<'_ACEOF'
8600 @echo incroot='${INCROOT}'
8602 @echo usrlibdir='${USRLIBDIR}'
8604 @echo libdir='${LIBDIR}'
8606 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8607 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8608 for ac_var
in incroot usrlibdir libdir
; do
8609 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8611 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8612 for ac_extension
in a so sl dylib la dll
; do
8613 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8614 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8615 ac_im_usrlibdir
=$ac_im_libdir; break
8618 # Screen out bogus values from the imake configuration. They are
8619 # bogus both because they are the default anyway, and because
8620 # using them would break gcc on systems where it needs fixed includes.
8621 case $ac_im_incroot in
8622 /usr
/include
) ac_x_includes
= ;;
8623 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8625 case $ac_im_usrlibdir in
8626 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8627 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8631 rm -f -r conftest.dir
8634 # Standard set of common directories for X headers.
8635 # Check X11 before X11Rn because it is often a symlink to the current release.
8649 /usr/local/X11/include
8650 /usr/local/X11R7/include
8651 /usr/local/X11R6/include
8652 /usr/local/X11R5/include
8653 /usr/local/X11R4/include
8655 /usr/local/include/X11
8656 /usr/local/include/X11R7
8657 /usr/local/include/X11R6
8658 /usr/local/include/X11R5
8659 /usr/local/include/X11R4
8663 /usr/XFree86/include/X11
8667 /usr/unsupported/include
8669 /usr/local/x11r5/include
8670 /usr/lpp/Xamples/include
8672 /usr/openwin/include
8673 /usr/openwin/share/include'
8675 if test "$ac_x_includes" = no
; then
8676 # Guess where to find include files, by looking for Xlib.h.
8677 # First, try using that file with no special directory specified.
8678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8679 /* end confdefs.h. */
8680 #include <X11/Xlib.h>
8682 if ac_fn_c_try_cpp
"$LINENO"; then :
8683 # We can compile using X headers with no special include directory.
8686 for ac_dir
in $ac_x_header_dirs; do
8687 if test -r "$ac_dir/X11/Xlib.h"; then
8688 ac_x_includes
=$ac_dir
8693 rm -f conftest.err conftest.i conftest.
$ac_ext
8694 fi # $ac_x_includes = no
8696 if test "$ac_x_libraries" = no
; then
8697 # Check for the libraries.
8698 # See if we find them without any special options.
8699 # Don't add to $LIBS permanently.
8702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8703 /* end confdefs.h. */
8704 #include <X11/Xlib.h>
8713 if ac_fn_c_try_link
"$LINENO"; then :
8715 # We can link X programs with no special library path.
8719 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8721 # Don't even attempt the hair of trying to link an X program!
8722 for ac_extension
in a so sl dylib la dll
; do
8723 if test -r "$ac_dir/libX11.$ac_extension"; then
8724 ac_x_libraries
=$ac_dir
8730 rm -f core conftest.err conftest.
$ac_objext \
8731 conftest
$ac_exeext conftest.
$ac_ext
8732 fi # $ac_x_libraries = no
8734 case $ac_x_includes,$ac_x_libraries in #(
8736 # Didn't find X, or a directory has "'" in its name.
8737 ac_cv_have_x
="have_x=no";; #(
8739 # Record where we found X for the cache.
8740 ac_cv_have_x
="have_x=yes\
8741 ac_x_includes='$ac_x_includes'\
8742 ac_x_libraries='$ac_x_libraries'"
8748 eval "$ac_cv_have_x"
8751 if test "$have_x" != yes; then
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
8753 $as_echo "$have_x" >&6; }
8756 # If each of the values was on the command line, it overrides each guess.
8757 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8758 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8759 # Update the cache value to reflect the command line values.
8760 ac_cv_have_x
="have_x=yes\
8761 ac_x_includes='$x_includes'\
8762 ac_x_libraries='$x_libraries'"
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
8764 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8767 if test "$no_x" = yes; then
8768 # Not all programs may use this symbol, but it does not hurt to define it.
8770 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
8772 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8774 if test -n "$x_includes"; then
8775 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8778 # It would also be nice to do this for all -L options, not just this one.
8779 if test -n "$x_libraries"; then
8780 X_LIBS
="$X_LIBS -L$x_libraries"
8781 # For Solaris; some versions of Sun CC require a space after -R and
8782 # others require no space. Words are not sufficient . . . .
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
8784 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8785 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
8786 ac_xsave_c_werror_flag
=$ac_c_werror_flag
8787 ac_c_werror_flag
=yes
8788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8789 /* end confdefs.h. */
8799 if ac_fn_c_try_link
"$LINENO"; then :
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8801 $as_echo "no" >&6; }
8802 X_LIBS
="$X_LIBS -R$x_libraries"
8804 LIBS
="$ac_xsave_LIBS -R $x_libraries"
8805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8806 /* end confdefs.h. */
8816 if ac_fn_c_try_link
"$LINENO"; then :
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8818 $as_echo "yes" >&6; }
8819 X_LIBS
="$X_LIBS -R $x_libraries"
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
8822 $as_echo "neither works" >&6; }
8824 rm -f core conftest.err conftest.
$ac_objext \
8825 conftest
$ac_exeext conftest.
$ac_ext
8827 rm -f core conftest.err conftest.
$ac_objext \
8828 conftest
$ac_exeext conftest.
$ac_ext
8829 ac_c_werror_flag
=$ac_xsave_c_werror_flag
8833 # Check for system-dependent libraries X programs must link with.
8834 # Do this before checking for the system-independent R6 libraries
8835 # (-lICE), since we may need -lsocket or whatever for X linking.
8837 if test "$ISC" = yes; then
8838 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8840 # Martyn Johnson says this is needed for Ultrix, if the X
8841 # libraries were built with DECnet support. And Karl Berry says
8842 # the Alpha needs dnet_stub (dnet does not exist).
8843 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
8844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8845 /* end confdefs.h. */
8847 /* Override any GCC internal prototype to avoid an error.
8848 Use char because int might match the return type of a GCC
8849 builtin and then its argument prototype would still apply. */
8853 char XOpenDisplay ();
8857 return XOpenDisplay ();
8862 if ac_fn_c_try_link
"$LINENO"; then :
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
8866 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8867 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
8868 $as_echo_n "(cached) " >&6
8870 ac_check_lib_save_LIBS
=$LIBS
8872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8873 /* end confdefs.h. */
8875 /* Override any GCC internal prototype to avoid an error.
8876 Use char because int might match the return type of a GCC
8877 builtin and then its argument prototype would still apply. */
8885 return dnet_ntoa ();
8890 if ac_fn_c_try_link
"$LINENO"; then :
8891 ac_cv_lib_dnet_dnet_ntoa
=yes
8893 ac_cv_lib_dnet_dnet_ntoa
=no
8895 rm -f core conftest.err conftest.
$ac_objext \
8896 conftest
$ac_exeext conftest.
$ac_ext
8897 LIBS
=$ac_check_lib_save_LIBS
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8900 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8901 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
8902 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8905 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
8907 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8908 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
8909 $as_echo_n "(cached) " >&6
8911 ac_check_lib_save_LIBS
=$LIBS
8912 LIBS
="-ldnet_stub $LIBS"
8913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8914 /* end confdefs.h. */
8916 /* Override any GCC internal prototype to avoid an error.
8917 Use char because int might match the return type of a GCC
8918 builtin and then its argument prototype would still apply. */
8926 return dnet_ntoa ();
8931 if ac_fn_c_try_link
"$LINENO"; then :
8932 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
8934 ac_cv_lib_dnet_stub_dnet_ntoa
=no
8936 rm -f core conftest.err conftest.
$ac_objext \
8937 conftest
$ac_exeext conftest.
$ac_ext
8938 LIBS
=$ac_check_lib_save_LIBS
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8941 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8942 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
8943 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8948 rm -f core conftest.err conftest.
$ac_objext \
8949 conftest
$ac_exeext conftest.
$ac_ext
8950 LIBS
="$ac_xsave_LIBS"
8952 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8953 # to get the SysV transport functions.
8954 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8956 # The nsl library prevents programs from opening the X display
8957 # on Irix 5.2, according to T.E. Dickey.
8958 # The functions gethostbyname, getservbyname, and inet_addr are
8959 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8960 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
8961 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
8965 if test $ac_cv_func_gethostbyname = no
; then
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8967 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8968 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
8969 $as_echo_n "(cached) " >&6
8971 ac_check_lib_save_LIBS
=$LIBS
8973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8974 /* end confdefs.h. */
8976 /* Override any GCC internal prototype to avoid an error.
8977 Use char because int might match the return type of a GCC
8978 builtin and then its argument prototype would still apply. */
8982 char gethostbyname ();
8986 return gethostbyname ();
8991 if ac_fn_c_try_link
"$LINENO"; then :
8992 ac_cv_lib_nsl_gethostbyname
=yes
8994 ac_cv_lib_nsl_gethostbyname
=no
8996 rm -f core conftest.err conftest.
$ac_objext \
8997 conftest
$ac_exeext conftest.
$ac_ext
8998 LIBS
=$ac_check_lib_save_LIBS
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9001 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9002 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9003 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9006 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9008 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9009 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9010 $as_echo_n "(cached) " >&6
9012 ac_check_lib_save_LIBS
=$LIBS
9014 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9015 /* end confdefs.h. */
9017 /* Override any GCC internal prototype to avoid an error.
9018 Use char because int might match the return type of a GCC
9019 builtin and then its argument prototype would still apply. */
9023 char gethostbyname ();
9027 return gethostbyname ();
9032 if ac_fn_c_try_link
"$LINENO"; then :
9033 ac_cv_lib_bsd_gethostbyname
=yes
9035 ac_cv_lib_bsd_gethostbyname
=no
9037 rm -f core conftest.err conftest.
$ac_objext \
9038 conftest
$ac_exeext conftest.
$ac_ext
9039 LIBS
=$ac_check_lib_save_LIBS
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9042 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9043 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9044 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9050 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9051 # socket/setsockopt and other routines are undefined under SCO ODT
9052 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9053 # on later versions), says Simon Leinen: it contains gethostby*
9054 # variants that don't use the name server (or something). -lsocket
9055 # must be given before -lnsl if both are needed. We assume that
9056 # if connect needs -lnsl, so does gethostbyname.
9057 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9058 if test "x$ac_cv_func_connect" = xyes
; then :
9062 if test $ac_cv_func_connect = no
; then
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9064 $as_echo_n "checking for connect in -lsocket... " >&6; }
9065 if ${ac_cv_lib_socket_connect+:} false
; then :
9066 $as_echo_n "(cached) " >&6
9068 ac_check_lib_save_LIBS
=$LIBS
9069 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9071 /* end confdefs.h. */
9073 /* Override any GCC internal prototype to avoid an error.
9074 Use char because int might match the return type of a GCC
9075 builtin and then its argument prototype would still apply. */
9088 if ac_fn_c_try_link
"$LINENO"; then :
9089 ac_cv_lib_socket_connect
=yes
9091 ac_cv_lib_socket_connect
=no
9093 rm -f core conftest.err conftest.
$ac_objext \
9094 conftest
$ac_exeext conftest.
$ac_ext
9095 LIBS
=$ac_check_lib_save_LIBS
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9098 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9099 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9100 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9105 # Guillermo Gomez says -lposix is necessary on A/UX.
9106 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9107 if test "x$ac_cv_func_remove" = xyes
; then :
9111 if test $ac_cv_func_remove = no
; then
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9113 $as_echo_n "checking for remove in -lposix... " >&6; }
9114 if ${ac_cv_lib_posix_remove+:} false
; then :
9115 $as_echo_n "(cached) " >&6
9117 ac_check_lib_save_LIBS
=$LIBS
9118 LIBS
="-lposix $LIBS"
9119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9122 /* Override any GCC internal prototype to avoid an error.
9123 Use char because int might match the return type of a GCC
9124 builtin and then its argument prototype would still apply. */
9137 if ac_fn_c_try_link
"$LINENO"; then :
9138 ac_cv_lib_posix_remove
=yes
9140 ac_cv_lib_posix_remove
=no
9142 rm -f core conftest.err conftest.
$ac_objext \
9143 conftest
$ac_exeext conftest.
$ac_ext
9144 LIBS
=$ac_check_lib_save_LIBS
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9147 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9148 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9149 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9154 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9155 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9156 if test "x$ac_cv_func_shmat" = xyes
; then :
9160 if test $ac_cv_func_shmat = no
; then
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9162 $as_echo_n "checking for shmat in -lipc... " >&6; }
9163 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9164 $as_echo_n "(cached) " >&6
9166 ac_check_lib_save_LIBS
=$LIBS
9168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9169 /* end confdefs.h. */
9171 /* Override any GCC internal prototype to avoid an error.
9172 Use char because int might match the return type of a GCC
9173 builtin and then its argument prototype would still apply. */
9186 if ac_fn_c_try_link
"$LINENO"; then :
9187 ac_cv_lib_ipc_shmat
=yes
9189 ac_cv_lib_ipc_shmat
=no
9191 rm -f core conftest.err conftest.
$ac_objext \
9192 conftest
$ac_exeext conftest.
$ac_ext
9193 LIBS
=$ac_check_lib_save_LIBS
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9196 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9197 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9198 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9204 # Check for libraries that X11R6 Xt/Xaw programs need.
9205 ac_save_LDFLAGS
=$LDFLAGS
9206 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9207 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9208 # check for ICE first), but we must link in the order -lSM -lICE or
9209 # we get undefined symbols. So assume we have SM if we have ICE.
9210 # These have to be linked with before -lX11, unlike the other
9211 # libraries we check for below, so use a different variable.
9212 # John Interrante, Karl Berry
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9214 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9215 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9216 $as_echo_n "(cached) " >&6
9218 ac_check_lib_save_LIBS
=$LIBS
9219 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9221 /* end confdefs.h. */
9223 /* Override any GCC internal prototype to avoid an error.
9224 Use char because int might match the return type of a GCC
9225 builtin and then its argument prototype would still apply. */
9229 char IceConnectionNumber ();
9233 return IceConnectionNumber ();
9238 if ac_fn_c_try_link
"$LINENO"; then :
9239 ac_cv_lib_ICE_IceConnectionNumber
=yes
9241 ac_cv_lib_ICE_IceConnectionNumber
=no
9243 rm -f core conftest.err conftest.
$ac_objext \
9244 conftest
$ac_exeext conftest.
$ac_ext
9245 LIBS
=$ac_check_lib_save_LIBS
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9248 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9249 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9250 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9253 LDFLAGS
=$ac_save_LDFLAGS
9258 if test "$have_x" = "yes"
9260 ac_save_CPPFLAGS
="$CPPFLAGS"
9261 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9264 $as_echo_n "checking for -lX11... " >&6; }
9265 if ${ac_cv_lib_soname_X11+:} false
; then :
9266 $as_echo_n "(cached) " >&6
9268 ac_check_soname_save_LIBS
=$LIBS
9269 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9279 char XCreateWindow ();
9283 return XCreateWindow ();
9288 if ac_fn_c_try_link
"$LINENO"; then :
9290 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9291 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'` ;;
9292 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9293 if ${ac_cv_lib_soname_X11:+false} :; then :
9294 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9298 rm -f core conftest.err conftest.
$ac_objext \
9299 conftest
$ac_exeext conftest.
$ac_ext
9300 LIBS
=$ac_check_soname_save_LIBS
9302 if ${ac_cv_lib_soname_X11:+false} :; then :
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9304 $as_echo "not found" >&6; }
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9308 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9310 cat >>confdefs.h
<<_ACEOF
9311 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9317 $as_echo_n "checking for -lXext... " >&6; }
9318 if ${ac_cv_lib_soname_Xext+:} false
; then :
9319 $as_echo_n "(cached) " >&6
9321 ac_check_soname_save_LIBS
=$LIBS
9322 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9324 /* end confdefs.h. */
9326 /* Override any GCC internal prototype to avoid an error.
9327 Use char because int might match the return type of a GCC
9328 builtin and then its argument prototype would still apply. */
9332 char XextCreateExtension ();
9336 return XextCreateExtension ();
9341 if ac_fn_c_try_link
"$LINENO"; then :
9343 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9344 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'` ;;
9345 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9346 if ${ac_cv_lib_soname_Xext:+false} :; then :
9347 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9351 rm -f core conftest.err conftest.
$ac_objext \
9352 conftest
$ac_exeext conftest.
$ac_ext
9353 LIBS
=$ac_check_soname_save_LIBS
9355 if ${ac_cv_lib_soname_Xext:+false} :; then :
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9357 $as_echo "not found" >&6; }
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9361 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9363 cat >>confdefs.h
<<_ACEOF
9364 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9367 X_LIBS
="$X_LIBS -lXext"
9369 X_LIBS
="$X_LIBS -lX11"
9371 for ac_header
in X11
/Xlib.h \
9374 X11
/Xcursor
/Xcursor.h \
9375 X11
/extensions
/shape.h \
9376 X11
/extensions
/XInput.h \
9377 X11
/extensions
/XInput2.h \
9378 X11
/extensions
/XShm.h \
9379 X11
/extensions
/Xcomposite.h \
9380 X11
/extensions
/Xinerama.h \
9381 X11
/extensions
/Xrandr.h \
9382 X11
/extensions
/Xrender.h \
9383 X11
/extensions
/xf86vmode.h \
9384 X11
/extensions
/xf86vmproto.h
9386 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9387 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9388 # include <X11/Xlib.h>
9390 #ifdef HAVE_X11_XUTIL_H
9391 # include <X11/Xutil.h>
9394 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9395 cat >>confdefs.h
<<_ACEOF
9396 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9404 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9407 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9408 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9409 $as_echo_n "(cached) " >&6
9411 ac_check_lib_save_LIBS
=$LIBS
9412 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9414 /* end confdefs.h. */
9416 /* Override any GCC internal prototype to avoid an error.
9417 Use char because int might match the return type of a GCC
9418 builtin and then its argument prototype would still apply. */
9422 char XkbQueryExtension ();
9426 return XkbQueryExtension ();
9431 if ac_fn_c_try_link
"$LINENO"; then :
9432 ac_cv_lib_X11_XkbQueryExtension
=yes
9434 ac_cv_lib_X11_XkbQueryExtension
=no
9436 rm -f core conftest.err conftest.
$ac_objext \
9437 conftest
$ac_exeext conftest.
$ac_ext
9438 LIBS
=$ac_check_lib_save_LIBS
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9441 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9442 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9444 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9450 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9453 $as_echo_n "checking for -lXcursor... " >&6; }
9454 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9455 $as_echo_n "(cached) " >&6
9457 ac_check_soname_save_LIBS
=$LIBS
9458 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9460 /* end confdefs.h. */
9462 /* Override any GCC internal prototype to avoid an error.
9463 Use char because int might match the return type of a GCC
9464 builtin and then its argument prototype would still apply. */
9468 char XcursorImageLoadCursor ();
9472 return XcursorImageLoadCursor ();
9477 if ac_fn_c_try_link
"$LINENO"; then :
9479 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9480 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'` ;;
9481 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9482 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9483 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9487 rm -f core conftest.err conftest.
$ac_objext \
9488 conftest
$ac_exeext conftest.
$ac_ext
9489 LIBS
=$ac_check_soname_save_LIBS
9491 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9493 $as_echo "not found" >&6; }
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9497 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9499 cat >>confdefs.h
<<_ACEOF
9500 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9506 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9507 case "x$with_xcursor" in
9508 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9510 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9511 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9515 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9518 $as_echo_n "checking for -lXi... " >&6; }
9519 if ${ac_cv_lib_soname_Xi+:} false
; then :
9520 $as_echo_n "(cached) " >&6
9522 ac_check_soname_save_LIBS
=$LIBS
9523 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9525 /* end confdefs.h. */
9527 /* Override any GCC internal prototype to avoid an error.
9528 Use char because int might match the return type of a GCC
9529 builtin and then its argument prototype would still apply. */
9533 char XOpenDevice ();
9537 return XOpenDevice ();
9542 if ac_fn_c_try_link
"$LINENO"; then :
9544 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9545 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'` ;;
9546 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9547 if ${ac_cv_lib_soname_Xi:+false} :; then :
9548 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9552 rm -f core conftest.err conftest.
$ac_objext \
9553 conftest
$ac_exeext conftest.
$ac_ext
9554 LIBS
=$ac_check_soname_save_LIBS
9556 if ${ac_cv_lib_soname_Xi:+false} :; then :
9557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9558 $as_echo "not found" >&6; }
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9562 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9564 cat >>confdefs.h
<<_ACEOF
9565 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9571 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9572 case "x$with_xinput" in
9573 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9575 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9576 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9580 if test "x$ac_cv_lib_soname_Xi" != x
9582 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9583 case "x$with_xinput2" in
9584 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9586 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9587 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9592 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9595 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9596 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9597 $as_echo_n "(cached) " >&6
9599 ac_check_lib_save_LIBS
=$LIBS
9600 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9602 /* end confdefs.h. */
9604 /* Override any GCC internal prototype to avoid an error.
9605 Use char because int might match the return type of a GCC
9606 builtin and then its argument prototype would still apply. */
9610 char XShmQueryExtension ();
9614 return XShmQueryExtension ();
9619 if ac_fn_c_try_link
"$LINENO"; then :
9620 ac_cv_lib_Xext_XShmQueryExtension
=yes
9622 ac_cv_lib_Xext_XShmQueryExtension
=no
9624 rm -f core conftest.err conftest.
$ac_objext \
9625 conftest
$ac_exeext conftest.
$ac_ext
9626 LIBS
=$ac_check_lib_save_LIBS
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9629 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9630 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9632 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9637 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9638 case "x$with_xshm" in
9639 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9641 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9642 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9646 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9649 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9650 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9651 $as_echo_n "(cached) " >&6
9653 ac_check_lib_save_LIBS
=$LIBS
9654 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9656 /* end confdefs.h. */
9658 /* Override any GCC internal prototype to avoid an error.
9659 Use char because int might match the return type of a GCC
9660 builtin and then its argument prototype would still apply. */
9664 char XShapeQueryExtension ();
9668 return XShapeQueryExtension ();
9673 if ac_fn_c_try_link
"$LINENO"; then :
9674 ac_cv_lib_Xext_XShapeQueryExtension
=yes
9676 ac_cv_lib_Xext_XShapeQueryExtension
=no
9678 rm -f core conftest.err conftest.
$ac_objext \
9679 conftest
$ac_exeext conftest.
$ac_ext
9680 LIBS
=$ac_check_lib_save_LIBS
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9683 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9684 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
9686 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
9691 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
9692 case "x$with_xshape" in
9693 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
9695 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
9696 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
9700 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
9703 $as_echo_n "checking for -lXxf86vm... " >&6; }
9704 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
9705 $as_echo_n "(cached) " >&6
9707 ac_check_soname_save_LIBS
=$LIBS
9708 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
9709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9710 /* end confdefs.h. */
9712 /* Override any GCC internal prototype to avoid an error.
9713 Use char because int might match the return type of a GCC
9714 builtin and then its argument prototype would still apply. */
9718 char XF86VidModeQueryExtension ();
9722 return XF86VidModeQueryExtension ();
9727 if ac_fn_c_try_link
"$LINENO"; then :
9729 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9730 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'` ;;
9731 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9732 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9733 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9737 rm -f core conftest.err conftest.
$ac_objext \
9738 conftest
$ac_exeext conftest.
$ac_ext
9739 LIBS
=$ac_check_soname_save_LIBS
9741 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9743 $as_echo "not found" >&6; }
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
9747 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
9749 cat >>confdefs.h
<<_ACEOF
9750 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
9756 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
9757 case "x$with_xxf86vm" in
9758 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
9760 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
9761 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
9765 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
9768 $as_echo_n "checking for -lXrender... " >&6; }
9769 if ${ac_cv_lib_soname_Xrender+:} false
; then :
9770 $as_echo_n "(cached) " >&6
9772 ac_check_soname_save_LIBS
=$LIBS
9773 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9775 /* end confdefs.h. */
9777 /* Override any GCC internal prototype to avoid an error.
9778 Use char because int might match the return type of a GCC
9779 builtin and then its argument prototype would still apply. */
9783 char XRenderQueryExtension ();
9787 return XRenderQueryExtension ();
9792 if ac_fn_c_try_link
"$LINENO"; then :
9794 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9795 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'` ;;
9796 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9797 if ${ac_cv_lib_soname_Xrender:+false} :; then :
9798 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9802 rm -f core conftest.err conftest.
$ac_objext \
9803 conftest
$ac_exeext conftest.
$ac_ext
9804 LIBS
=$ac_check_soname_save_LIBS
9806 if ${ac_cv_lib_soname_Xrender:+false} :; then :
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9808 $as_echo "not found" >&6; }
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
9812 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
9814 cat >>confdefs.h
<<_ACEOF
9815 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
9819 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
9820 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
9821 $as_echo_n "(cached) " >&6
9823 ac_check_lib_save_LIBS
=$LIBS
9824 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9826 /* end confdefs.h. */
9828 /* Override any GCC internal prototype to avoid an error.
9829 Use char because int might match the return type of a GCC
9830 builtin and then its argument prototype would still apply. */
9834 char XRenderSetPictureTransform ();
9838 return XRenderSetPictureTransform ();
9843 if ac_fn_c_try_link
"$LINENO"; then :
9844 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
9846 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
9848 rm -f core conftest.err conftest.
$ac_objext \
9849 conftest
$ac_exeext conftest.
$ac_ext
9850 LIBS
=$ac_check_lib_save_LIBS
9852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9853 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9854 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
9856 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
9860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
9861 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
9862 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
9863 $as_echo_n "(cached) " >&6
9865 ac_check_lib_save_LIBS
=$LIBS
9866 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9868 /* end confdefs.h. */
9870 /* Override any GCC internal prototype to avoid an error.
9871 Use char because int might match the return type of a GCC
9872 builtin and then its argument prototype would still apply. */
9876 char XRenderCreateLinearGradient ();
9880 return XRenderCreateLinearGradient ();
9885 if ac_fn_c_try_link
"$LINENO"; then :
9886 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
9888 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
9890 rm -f core conftest.err conftest.
$ac_objext \
9891 conftest
$ac_exeext conftest.
$ac_ext
9892 LIBS
=$ac_check_lib_save_LIBS
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
9895 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
9896 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
9898 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
9905 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
9906 case "x$with_xrender" in
9907 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
9909 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
9910 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
9914 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9917 /* end confdefs.h. */
9918 #include <X11/Xlib.h>
9919 #include <X11/extensions/Xrandr.h>
9923 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
9928 if ac_fn_c_try_compile
"$LINENO"; then :
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
9930 $as_echo_n "checking for -lXrandr... " >&6; }
9931 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
9932 $as_echo_n "(cached) " >&6
9934 ac_check_soname_save_LIBS
=$LIBS
9935 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
9936 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9937 /* end confdefs.h. */
9939 /* Override any GCC internal prototype to avoid an error.
9940 Use char because int might match the return type of a GCC
9941 builtin and then its argument prototype would still apply. */
9945 char XRRQueryExtension ();
9949 return XRRQueryExtension ();
9954 if ac_fn_c_try_link
"$LINENO"; then :
9956 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9957 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'` ;;
9958 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9959 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
9960 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9964 rm -f core conftest.err conftest.
$ac_objext \
9965 conftest
$ac_exeext conftest.
$ac_ext
9966 LIBS
=$ac_check_soname_save_LIBS
9968 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9970 $as_echo "not found" >&6; }
9973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
9974 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
9976 cat >>confdefs.h
<<_ACEOF
9977 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9981 /* end confdefs.h. */
9982 #include <X11/Xlib.h>
9983 #include <X11/extensions/Xrandr.h>
9987 static typeof(XRRGetScreenResources) *f; if (f) return 0;
9992 if ac_fn_c_try_compile
"$LINENO"; then :
9994 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
9997 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10000 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10002 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10003 case "x$with_xrandr" in
10004 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10006 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10007 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10011 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10014 /* end confdefs.h. */
10015 #include <X11/Xlib.h>
10016 #include <X11/extensions/Xinerama.h>
10020 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10025 if ac_fn_c_try_compile
"$LINENO"; then :
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10027 $as_echo_n "checking for -lXinerama... " >&6; }
10028 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10029 $as_echo_n "(cached) " >&6
10031 ac_check_soname_save_LIBS
=$LIBS
10032 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10034 /* end confdefs.h. */
10036 /* Override any GCC internal prototype to avoid an error.
10037 Use char because int might match the return type of a GCC
10038 builtin and then its argument prototype would still apply. */
10042 char XineramaQueryScreens ();
10046 return XineramaQueryScreens ();
10051 if ac_fn_c_try_link
"$LINENO"; then :
10053 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10054 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'` ;;
10055 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10056 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10057 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10061 rm -f core conftest.err conftest.
$ac_objext \
10062 conftest
$ac_exeext conftest.
$ac_ext
10063 LIBS
=$ac_check_soname_save_LIBS
10065 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10067 $as_echo "not found" >&6; }
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10071 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10073 cat >>confdefs.h
<<_ACEOF
10074 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10080 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10082 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10083 case "x$with_xinerama" in
10084 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10086 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10087 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10091 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10094 $as_echo_n "checking for -lXcomposite... " >&6; }
10095 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10096 $as_echo_n "(cached) " >&6
10098 ac_check_soname_save_LIBS
=$LIBS
10099 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10101 /* end confdefs.h. */
10103 /* Override any GCC internal prototype to avoid an error.
10104 Use char because int might match the return type of a GCC
10105 builtin and then its argument prototype would still apply. */
10109 char XCompositeRedirectWindow ();
10113 return XCompositeRedirectWindow ();
10118 if ac_fn_c_try_link
"$LINENO"; then :
10120 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10121 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'` ;;
10122 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10123 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10124 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10128 rm -f core conftest.err conftest.
$ac_objext \
10129 conftest
$ac_exeext conftest.
$ac_ext
10130 LIBS
=$ac_check_soname_save_LIBS
10132 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10134 $as_echo "not found" >&6; }
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10138 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10140 cat >>confdefs.h
<<_ACEOF
10141 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10147 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10148 case "x$with_xcomposite" in
10149 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10151 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10152 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10156 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10157 #include <X11/Xlib.h>
10160 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10162 cat >>confdefs.h
<<_ACEOF
10163 #define HAVE_XICCALLBACK_CALLBACK 1
10168 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10169 #include <X11/Xlib.h>
10172 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10174 cat >>confdefs.h
<<_ACEOF
10175 #define HAVE_XEVENT_XCOOKIE 1
10184 if test "x$with_opengl" != "xno"
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10187 $as_echo_n "checking for -lGL... " >&6; }
10188 if ${ac_cv_lib_soname_GL+:} false
; then :
10189 $as_echo_n "(cached) " >&6
10191 ac_check_soname_save_LIBS
=$LIBS
10192 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10194 /* end confdefs.h. */
10196 /* Override any GCC internal prototype to avoid an error.
10197 Use char because int might match the return type of a GCC
10198 builtin and then its argument prototype would still apply. */
10202 char glXCreateContext ();
10206 return glXCreateContext ();
10211 if ac_fn_c_try_link
"$LINENO"; then :
10213 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10214 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'` ;;
10215 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10216 if ${ac_cv_lib_soname_GL:+false} :; then :
10217 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10221 rm -f core conftest.err conftest.
$ac_objext \
10222 conftest
$ac_exeext conftest.
$ac_ext
10223 LIBS
=$ac_check_soname_save_LIBS
10225 if ${ac_cv_lib_soname_GL:+false} :; then :
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10227 $as_echo "not found" >&6; }
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10229 $as_echo_n "checking for -lGL... " >&6; }
10230 if ${ac_cv_lib_soname_GL+:} false
; then :
10231 $as_echo_n "(cached) " >&6
10233 ac_check_soname_save_LIBS
=$LIBS
10234 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"
10235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10236 /* end confdefs.h. */
10238 /* Override any GCC internal prototype to avoid an error.
10239 Use char because int might match the return type of a GCC
10240 builtin and then its argument prototype would still apply. */
10244 char glXCreateContext ();
10248 return glXCreateContext ();
10253 if ac_fn_c_try_link
"$LINENO"; then :
10255 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10256 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'` ;;
10257 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10258 if ${ac_cv_lib_soname_GL:+false} :; then :
10259 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10263 rm -f core conftest.err conftest.
$ac_objext \
10264 conftest
$ac_exeext conftest.
$ac_ext
10265 LIBS
=$ac_check_soname_save_LIBS
10267 if ${ac_cv_lib_soname_GL:+false} :; then :
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10269 $as_echo "not found" >&6; }
10270 if test -f /usr
/X11R
6/lib
/libGL.a
10272 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10273 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10275 opengl_msg
="No OpenGL library found on this system."
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10279 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10281 cat >>confdefs.h
<<_ACEOF
10282 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10285 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"
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10289 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10291 cat >>confdefs.h
<<_ACEOF
10292 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10297 if test "x$with_glu" != "xno"
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10300 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10301 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10302 $as_echo_n "(cached) " >&6
10304 ac_check_lib_save_LIBS
=$LIBS
10305 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10319 return gluLookAt ();
10324 if ac_fn_c_try_link
"$LINENO"; then :
10325 ac_cv_lib_GLU_gluLookAt
=yes
10327 ac_cv_lib_GLU_gluLookAt
=no
10329 rm -f core conftest.err conftest.
$ac_objext \
10330 conftest
$ac_exeext conftest.
$ac_ext
10331 LIBS
=$ac_check_lib_save_LIBS
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10334 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10335 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10339 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10340 case "x$with_glu" in
10341 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10343 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10344 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10349 if test "x$with_osmesa" != "xno"
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10352 $as_echo_n "checking for -lOSMesa... " >&6; }
10353 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10354 $as_echo_n "(cached) " >&6
10356 ac_check_soname_save_LIBS
=$LIBS
10357 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10359 /* end confdefs.h. */
10361 /* Override any GCC internal prototype to avoid an error.
10362 Use char because int might match the return type of a GCC
10363 builtin and then its argument prototype would still apply. */
10376 if ac_fn_c_try_link
"$LINENO"; then :
10378 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10379 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'` ;;
10380 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10381 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10382 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10386 rm -f core conftest.err conftest.
$ac_objext \
10387 conftest
$ac_exeext conftest.
$ac_ext
10388 LIBS
=$ac_check_soname_save_LIBS
10390 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10392 $as_echo "not found" >&6; }
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10396 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10398 cat >>confdefs.h
<<_ACEOF
10399 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10404 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10405 case "x$with_osmesa" in
10406 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10408 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10409 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10414 if test -n "$opengl_msg"; then :
10415 case "x$with_opengl" in
10416 x
) as_fn_append wine_warnings
"|$opengl_msg
10417 OpenGL and Direct3D won't be supported." ;;
10419 *) as_fn_error $?
"$opengl_msg
10420 OpenGL and Direct3D won't be supported.
10421 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10425 CPPFLAGS
="$ac_save_CPPFLAGS"
10429 enable_winex11_drv
=${enable_winex11_drv:-no}
10431 if test "x$X_LIBS" = "x"; then :
10434 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10435 without X support, which probably isn't what you want. You will need
10436 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10437 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10441 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10443 if test "$ac_cv_header_CL_cl_h" = "yes"
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10446 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10447 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10448 $as_echo_n "(cached) " >&6
10450 ac_check_lib_save_LIBS
=$LIBS
10451 LIBS
="-lOpenCL $LIBS"
10452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10461 char clGetPlatformInfo ();
10465 return clGetPlatformInfo ();
10470 if ac_fn_c_try_link
"$LINENO"; then :
10471 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10473 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10475 rm -f core conftest.err conftest.
$ac_objext \
10476 conftest
$ac_exeext conftest.
$ac_ext
10477 LIBS
=$ac_check_lib_save_LIBS
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10480 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10481 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10482 OPENCL_LIBS
="-lOpenCL"
10487 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10488 case "x$with_opencl" in
10489 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10491 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10492 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10495 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10498 if test "x$with_xml" != "xno"
10500 if ${XML2_CFLAGS:+false} :; then :
10501 if ${PKG_CONFIG+:} false
; then :
10502 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10505 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10506 if ${XML2_LIBS:+false} :; then :
10507 if ${PKG_CONFIG+:} false
; then :
10508 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10511 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10512 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10513 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10514 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10515 ac_save_CPPFLAGS
=$CPPFLAGS
10516 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10517 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10519 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10520 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10521 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10522 cat >>confdefs.h
<<_ACEOF
10523 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10530 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"
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10533 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10534 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10535 $as_echo_n "(cached) " >&6
10537 ac_check_lib_save_LIBS
=$LIBS
10538 LIBS
="-lxml2 $XML2_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 xmlParseMemory ();
10552 return xmlParseMemory ();
10557 if ac_fn_c_try_link
"$LINENO"; then :
10558 ac_cv_lib_xml2_xmlParseMemory
=yes
10560 ac_cv_lib_xml2_xmlParseMemory
=no
10562 rm -f core conftest.err conftest.
$ac_objext \
10563 conftest
$ac_exeext conftest.
$ac_ext
10564 LIBS
=$ac_check_lib_save_LIBS
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10567 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10568 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10570 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10577 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10578 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10579 $as_echo_n "(cached) " >&6
10581 ac_check_lib_save_LIBS
=$LIBS
10582 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10584 /* end confdefs.h. */
10586 /* Override any GCC internal prototype to avoid an error.
10587 Use char because int might match the return type of a GCC
10588 builtin and then its argument prototype would still apply. */
10592 char xmlReadMemory ();
10596 return xmlReadMemory ();
10601 if ac_fn_c_try_link
"$LINENO"; then :
10602 ac_cv_lib_xml2_xmlReadMemory
=yes
10604 ac_cv_lib_xml2_xmlReadMemory
=no
10606 rm -f core conftest.err conftest.
$ac_objext \
10607 conftest
$ac_exeext conftest.
$ac_ext
10608 LIBS
=$ac_check_lib_save_LIBS
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10611 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10612 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
10614 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
10619 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
10620 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
10621 $as_echo_n "(cached) " >&6
10623 ac_check_lib_save_LIBS
=$LIBS
10624 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10626 /* end confdefs.h. */
10628 /* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
10634 char xmlNewDocPI ();
10638 return xmlNewDocPI ();
10643 if ac_fn_c_try_link
"$LINENO"; then :
10644 ac_cv_lib_xml2_xmlNewDocPI
=yes
10646 ac_cv_lib_xml2_xmlNewDocPI
=no
10648 rm -f core conftest.err conftest.
$ac_objext \
10649 conftest
$ac_exeext conftest.
$ac_ext
10650 LIBS
=$ac_check_lib_save_LIBS
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10653 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10654 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
10656 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
10661 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
10662 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
10663 $as_echo_n "(cached) " >&6
10665 ac_check_lib_save_LIBS
=$LIBS
10666 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10668 /* end confdefs.h. */
10670 /* Override any GCC internal prototype to avoid an error.
10671 Use char because int might match the return type of a GCC
10672 builtin and then its argument prototype would still apply. */
10676 char xmlSchemaSetParserStructuredErrors ();
10680 return xmlSchemaSetParserStructuredErrors ();
10685 if ac_fn_c_try_link
"$LINENO"; then :
10686 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
10688 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
10690 rm -f core conftest.err conftest.
$ac_objext \
10691 conftest
$ac_exeext conftest.
$ac_ext
10692 LIBS
=$ac_check_lib_save_LIBS
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
10695 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
10696 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
10698 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
10703 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
10704 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
10705 $as_echo_n "(cached) " >&6
10707 ac_check_lib_save_LIBS
=$LIBS
10708 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10710 /* end confdefs.h. */
10712 /* Override any GCC internal prototype to avoid an error.
10713 Use char because int might match the return type of a GCC
10714 builtin and then its argument prototype would still apply. */
10718 char xmlSchemaSetValidStructuredErrors ();
10722 return xmlSchemaSetValidStructuredErrors ();
10727 if ac_fn_c_try_link
"$LINENO"; then :
10728 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
10730 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
10732 rm -f core conftest.err conftest.
$ac_objext \
10733 conftest
$ac_exeext conftest.
$ac_ext
10734 LIBS
=$ac_check_lib_save_LIBS
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
10737 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
10738 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
10740 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
10744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
10745 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
10746 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
10747 $as_echo_n "(cached) " >&6
10749 ac_check_lib_save_LIBS
=$LIBS
10750 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10752 /* end confdefs.h. */
10754 /* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10760 char xmlFirstElementChild ();
10764 return xmlFirstElementChild ();
10769 if ac_fn_c_try_link
"$LINENO"; then :
10770 ac_cv_lib_xml2_xmlFirstElementChild
=yes
10772 ac_cv_lib_xml2_xmlFirstElementChild
=no
10774 rm -f core conftest.err conftest.
$ac_objext \
10775 conftest
$ac_exeext conftest.
$ac_ext
10776 LIBS
=$ac_check_lib_save_LIBS
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
10779 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
10780 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
10782 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
10786 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
10788 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
10790 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
10798 CPPFLAGS
=$ac_save_CPPFLAGS
10799 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10800 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10803 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
10804 case "x$with_xml" in
10805 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
10807 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
10808 This is an error since --with-xml was requested." "$LINENO" 5 ;;
10812 if test "x$with_xslt" != "xno"
10814 if ${XSLT_CFLAGS:+false} :; then :
10815 if ${PKG_CONFIG+:} false
; then :
10816 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
10819 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
10820 if ${XSLT_LIBS:+false} :; then :
10821 if ${PKG_CONFIG+:} false
; then :
10822 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
10825 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
10826 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
10827 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
10828 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
10829 ac_save_CPPFLAGS
=$CPPFLAGS
10830 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
10831 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
10833 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10834 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
10835 # include <libxslt/pattern.h>
10838 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10839 cat >>confdefs.h
<<_ACEOF
10840 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10847 if test "$ac_cv_header_libxslt_transform_h" = "yes"
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
10850 $as_echo_n "checking for -lxslt... " >&6; }
10851 if ${ac_cv_lib_soname_xslt+:} false
; then :
10852 $as_echo_n "(cached) " >&6
10854 ac_check_soname_save_LIBS
=$LIBS
10855 LIBS
="-lxslt $XSLT_LIBS $LIBS"
10856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10857 /* end confdefs.h. */
10859 /* Override any GCC internal prototype to avoid an error.
10860 Use char because int might match the return type of a GCC
10861 builtin and then its argument prototype would still apply. */
10865 char xsltCompilePattern ();
10869 return xsltCompilePattern ();
10874 if ac_fn_c_try_link
"$LINENO"; then :
10876 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10877 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'` ;;
10878 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10879 if ${ac_cv_lib_soname_xslt:+false} :; then :
10880 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10884 rm -f core conftest.err conftest.
$ac_objext \
10885 conftest
$ac_exeext conftest.
$ac_ext
10886 LIBS
=$ac_check_soname_save_LIBS
10888 if ${ac_cv_lib_soname_xslt:+false} :; then :
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10890 $as_echo "not found" >&6; }
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
10894 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
10896 cat >>confdefs.h
<<_ACEOF
10897 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
10905 CPPFLAGS
=$ac_save_CPPFLAGS
10906 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10907 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10910 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10911 case "x$with_xslt" in
10912 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
10914 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
10915 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
10919 if test "x$with_dbus" != "xno"
10921 if ${DBUS_CFLAGS:+false} :; then :
10922 if ${PKG_CONFIG+:} false
; then :
10923 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
10927 if ${DBUS_LIBS:+false} :; then :
10928 if ${PKG_CONFIG+:} false
; then :
10929 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
10934 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
10935 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
10936 ac_save_CPPFLAGS
=$CPPFLAGS
10937 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
10938 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
10939 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
10941 $as_echo_n "checking for -ldbus-1... " >&6; }
10942 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
10943 $as_echo_n "(cached) " >&6
10945 ac_check_soname_save_LIBS
=$LIBS
10946 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
10947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10948 /* end confdefs.h. */
10950 /* Override any GCC internal prototype to avoid an error.
10951 Use char because int might match the return type of a GCC
10952 builtin and then its argument prototype would still apply. */
10956 char dbus_connection_close ();
10960 return dbus_connection_close ();
10965 if ac_fn_c_try_link
"$LINENO"; then :
10967 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10968 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'` ;;
10969 *) 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'`
10970 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
10971 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10975 rm -f core conftest.err conftest.
$ac_objext \
10976 conftest
$ac_exeext conftest.
$ac_ext
10977 LIBS
=$ac_check_soname_save_LIBS
10979 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10981 $as_echo "not found" >&6; }
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
10985 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
10987 cat >>confdefs.h
<<_ACEOF
10988 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
10998 CPPFLAGS
=$ac_save_CPPFLAGS
10999 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11000 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11003 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11004 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11005 case "x$with_dbus" in
11006 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11008 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11009 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11013 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11015 if ${HAL_CFLAGS:+false} :; then :
11016 if ${PKG_CONFIG+:} false
; then :
11017 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11021 if ${HAL_LIBS:+false} :; then :
11022 if ${PKG_CONFIG+:} false
; then :
11023 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11027 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11028 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11029 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11030 ac_save_CPPFLAGS
=$CPPFLAGS
11031 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11032 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11033 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11035 $as_echo_n "checking for -lhal... " >&6; }
11036 if ${ac_cv_lib_soname_hal+:} false
; then :
11037 $as_echo_n "(cached) " >&6
11039 ac_check_soname_save_LIBS
=$LIBS
11040 LIBS
="-lhal $HAL_LIBS $LIBS"
11041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11042 /* end confdefs.h. */
11044 /* Override any GCC internal prototype to avoid an error.
11045 Use char because int might match the return type of a GCC
11046 builtin and then its argument prototype would still apply. */
11050 char libhal_ctx_new ();
11054 return libhal_ctx_new ();
11059 if ac_fn_c_try_link
"$LINENO"; then :
11061 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11062 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'` ;;
11063 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11064 if ${ac_cv_lib_soname_hal:+false} :; then :
11065 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11069 rm -f core conftest.err conftest.
$ac_objext \
11070 conftest
$ac_exeext conftest.
$ac_ext
11071 LIBS
=$ac_check_soname_save_LIBS
11073 if ${ac_cv_lib_soname_hal:+false} :; then :
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11075 $as_echo "not found" >&6; }
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11079 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11081 cat >>confdefs.h
<<_ACEOF
11082 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11092 CPPFLAGS
=$ac_save_CPPFLAGS
11093 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11094 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11096 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11097 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11098 case "x$with_hal" in
11099 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11101 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11102 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11107 if test "x$with_gnutls" != "xno"
11109 if ${GNUTLS_CFLAGS:+false} :; then :
11110 if ${PKG_CONFIG+:} false
; then :
11111 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11115 if ${GNUTLS_LIBS:+false} :; then :
11116 if ${PKG_CONFIG+:} false
; then :
11117 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11122 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11123 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11124 ac_save_CPPFLAGS
=$CPPFLAGS
11125 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11126 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11127 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11129 /* end confdefs.h. */
11130 #include <gnutls/gnutls.h>
11131 #include <gnutls/crypto.h>
11135 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11140 if ac_fn_c_try_compile
"$LINENO"; then :
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11142 $as_echo_n "checking for -lgnutls... " >&6; }
11143 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11144 $as_echo_n "(cached) " >&6
11146 ac_check_soname_save_LIBS
=$LIBS
11147 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11149 /* end confdefs.h. */
11151 /* Override any GCC internal prototype to avoid an error.
11152 Use char because int might match the return type of a GCC
11153 builtin and then its argument prototype would still apply. */
11157 char gnutls_global_init ();
11161 return gnutls_global_init ();
11166 if ac_fn_c_try_link
"$LINENO"; then :
11168 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11169 dylib
) ac_cv_lib_soname_gnutls
=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11170 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11171 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11172 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11176 rm -f core conftest.err conftest.
$ac_objext \
11177 conftest
$ac_exeext conftest.
$ac_ext
11178 LIBS
=$ac_check_soname_save_LIBS
11180 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11182 $as_echo "not found" >&6; }
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11186 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11188 cat >>confdefs.h
<<_ACEOF
11189 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11195 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11201 CPPFLAGS
=$ac_save_CPPFLAGS
11202 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11203 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11206 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11207 case "x$with_gnutls" in
11208 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11210 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11211 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11216 if test "$ac_cv_header_ncurses_h" = "yes"
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11219 $as_echo_n "checking for -lncurses... " >&6; }
11220 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11221 $as_echo_n "(cached) " >&6
11223 ac_check_soname_save_LIBS
=$LIBS
11224 LIBS
="-lncurses $LIBS"
11225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11226 /* end confdefs.h. */
11228 /* Override any GCC internal prototype to avoid an error.
11229 Use char because int might match the return type of a GCC
11230 builtin and then its argument prototype would still apply. */
11243 if ac_fn_c_try_link
"$LINENO"; then :
11245 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11246 dylib
) ac_cv_lib_soname_ncurses
=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11247 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11248 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11249 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11253 rm -f core conftest.err conftest.
$ac_objext \
11254 conftest
$ac_exeext conftest.
$ac_ext
11255 LIBS
=$ac_check_soname_save_LIBS
11257 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11259 $as_echo "not found" >&6; }
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11263 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11265 cat >>confdefs.h
<<_ACEOF
11266 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11269 CURSES_LIBS
="-lncurses"
11271 elif test "$ac_cv_header_curses_h" = "yes"
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11274 $as_echo_n "checking for -lcurses... " >&6; }
11275 if ${ac_cv_lib_soname_curses+:} false
; then :
11276 $as_echo_n "(cached) " >&6
11278 ac_check_soname_save_LIBS
=$LIBS
11279 LIBS
="-lcurses $LIBS"
11280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11281 /* end confdefs.h. */
11283 /* Override any GCC internal prototype to avoid an error.
11284 Use char because int might match the return type of a GCC
11285 builtin and then its argument prototype would still apply. */
11298 if ac_fn_c_try_link
"$LINENO"; then :
11300 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11301 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'` ;;
11302 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11303 if ${ac_cv_lib_soname_curses:+false} :; then :
11304 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11308 rm -f core conftest.err conftest.
$ac_objext \
11309 conftest
$ac_exeext conftest.
$ac_ext
11310 LIBS
=$ac_check_soname_save_LIBS
11312 if ${ac_cv_lib_soname_curses:+false} :; then :
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11314 $as_echo "not found" >&6; }
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11318 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11320 cat >>confdefs.h
<<_ACEOF
11321 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11324 CURSES_LIBS
="-lcurses"
11327 ac_save_LIBS
="$LIBS"
11328 LIBS
="$LIBS $CURSES_LIBS"
11329 for ac_func
in mousemask
11331 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11332 if test "x$ac_cv_func_mousemask" = xyes
; then :
11333 cat >>confdefs.h
<<_ACEOF
11334 #define HAVE_MOUSEMASK 1
11340 LIBS
="$ac_save_LIBS"
11341 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11342 case "x$with_curses" in
11343 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11345 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11346 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11350 if test "x$with_sane" != "xno"
11352 if ${SANE_CFLAGS:+false} :; then :
11353 if ${PKG_CONFIG+:} false
; then :
11354 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11357 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11358 if ${SANE_LIBS:+false} :; then :
11359 if ${PKG_CONFIG+:} false
; then :
11360 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11363 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11365 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11366 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11367 ac_save_CPPFLAGS
=$CPPFLAGS
11368 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11369 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11370 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11372 $as_echo_n "checking for -lsane... " >&6; }
11373 if ${ac_cv_lib_soname_sane+:} false
; then :
11374 $as_echo_n "(cached) " >&6
11376 ac_check_soname_save_LIBS
=$LIBS
11377 LIBS
="-lsane $SANE_LIBS $LIBS"
11378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11379 /* end confdefs.h. */
11381 /* Override any GCC internal prototype to avoid an error.
11382 Use char because int might match the return type of a GCC
11383 builtin and then its argument prototype would still apply. */
11391 return sane_init ();
11396 if ac_fn_c_try_link
"$LINENO"; then :
11398 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11399 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'` ;;
11400 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11401 if ${ac_cv_lib_soname_sane:+false} :; then :
11402 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11406 rm -f core conftest.err conftest.
$ac_objext \
11407 conftest
$ac_exeext conftest.
$ac_ext
11408 LIBS
=$ac_check_soname_save_LIBS
11410 if ${ac_cv_lib_soname_sane:+false} :; then :
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11412 $as_echo "not found" >&6; }
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11416 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11418 cat >>confdefs.h
<<_ACEOF
11419 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11429 CPPFLAGS
=$ac_save_CPPFLAGS
11430 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11431 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11434 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11435 case "x$with_sane" in
11436 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11438 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11439 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11443 if test "x$with_v4l" != "xno"
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11446 $as_echo_n "checking for -lv4l1... " >&6; }
11447 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11448 $as_echo_n "(cached) " >&6
11450 ac_check_soname_save_LIBS
=$LIBS
11451 LIBS
="-lv4l1 $LIBS"
11452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11453 /* end confdefs.h. */
11455 /* Override any GCC internal prototype to avoid an error.
11456 Use char because int might match the return type of a GCC
11457 builtin and then its argument prototype would still apply. */
11465 return v4l1_open ();
11470 if ac_fn_c_try_link
"$LINENO"; then :
11472 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11473 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'` ;;
11474 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11475 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11476 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11480 rm -f core conftest.err conftest.
$ac_objext \
11481 conftest
$ac_exeext conftest.
$ac_ext
11482 LIBS
=$ac_check_soname_save_LIBS
11484 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11486 $as_echo "not found" >&6; }
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11490 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11492 cat >>confdefs.h
<<_ACEOF
11493 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11499 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11500 case "x$with_v4l" in
11501 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11503 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11504 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11508 if test "x$with_gphoto" != "xno"
11510 if ${GPHOTO2_CFLAGS:+false} :; then :
11511 if ${PKG_CONFIG+:} false
; then :
11512 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11515 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11516 if ${GPHOTO2_LIBS:+false} :; then :
11517 if ${PKG_CONFIG+:} false
; then :
11518 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11521 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11522 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11523 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11524 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11525 ac_save_CPPFLAGS
=$CPPFLAGS
11526 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11527 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11528 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11530 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11531 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11532 $as_echo_n "(cached) " >&6
11534 ac_check_lib_save_LIBS
=$LIBS
11535 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11537 /* end confdefs.h. */
11539 /* Override any GCC internal prototype to avoid an error.
11540 Use char because int might match the return type of a GCC
11541 builtin and then its argument prototype would still apply. */
11545 char gp_camera_new ();
11549 return gp_camera_new ();
11554 if ac_fn_c_try_link
"$LINENO"; then :
11555 ac_cv_lib_gphoto2_gp_camera_new
=yes
11557 ac_cv_lib_gphoto2_gp_camera_new
=no
11559 rm -f core conftest.err conftest.
$ac_objext \
11560 conftest
$ac_exeext conftest.
$ac_ext
11561 LIBS
=$ac_check_lib_save_LIBS
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11564 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11565 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11567 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11570 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11574 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11578 CPPFLAGS
=$ac_save_CPPFLAGS
11579 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11580 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11582 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11583 if ${PKG_CONFIG+:} false
; then :
11584 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11587 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11588 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11589 if ${PKG_CONFIG+:} false
; then :
11590 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11593 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11594 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11595 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11596 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11597 ac_save_CPPFLAGS
=$CPPFLAGS
11598 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11599 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11600 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11602 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11603 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11604 $as_echo_n "(cached) " >&6
11606 ac_check_lib_save_LIBS
=$LIBS
11607 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11609 /* end confdefs.h. */
11611 /* Override any GCC internal prototype to avoid an error.
11612 Use char because int might match the return type of a GCC
11613 builtin and then its argument prototype would still apply. */
11617 char gp_port_info_list_new ();
11621 return gp_port_info_list_new ();
11626 if ac_fn_c_try_link
"$LINENO"; then :
11627 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
11629 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
11631 rm -f core conftest.err conftest.
$ac_objext \
11632 conftest
$ac_exeext conftest.
$ac_ext
11633 LIBS
=$ac_check_lib_save_LIBS
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
11636 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
11637 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
11639 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
11642 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11646 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11650 CPPFLAGS
=$ac_save_CPPFLAGS
11651 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11652 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11655 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
11656 case "x$with_gphoto" in
11657 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
11659 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
11660 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11663 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
11664 case "x$with_gphoto" in
11665 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
11667 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
11668 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11673 if test "$ac_cv_header_resolv_h" = "yes"
11675 ac_save_LIBS
="$LIBS"
11676 for lib
in '' -lresolv
11678 LIBS
="$lib $ac_save_LIBS"
11679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11680 /* end confdefs.h. */
11681 #ifdef HAVE_NETINET_IN_H
11682 #include <netinet/in.h>
11684 #include <resolv.h>
11688 res_query("foo",ns_c_in,0,0,0);
11693 if ac_fn_c_try_link
"$LINENO"; then :
11695 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
11700 rm -f core conftest.err conftest.
$ac_objext \
11701 conftest
$ac_exeext conftest.
$ac_ext
11702 if test "${RESOLV_LIBS+set}" = set; then
11706 LIBS
="$ac_save_LIBS"
11709 if test "x$with_lcms2" != "xno"
11711 if ${LCMS2_CFLAGS:+false} :; then :
11712 if ${PKG_CONFIG+:} false
; then :
11713 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
11717 if ${LCMS2_LIBS:+false} :; then :
11718 if ${PKG_CONFIG+:} false
; then :
11719 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
11723 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
11724 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
11725 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
11726 ac_save_CPPFLAGS
=$CPPFLAGS
11727 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
11728 for ac_header
in lcms2.h
11730 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
11731 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
11732 cat >>confdefs.h
<<_ACEOF
11733 #define HAVE_LCMS2_H 1
11740 if test "$ac_cv_header_lcms2_h" = "yes"
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
11743 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
11744 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
11745 $as_echo_n "(cached) " >&6
11747 ac_check_lib_save_LIBS
=$LIBS
11748 LIBS
="-llcms2 $LIBS"
11749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11750 /* end confdefs.h. */
11752 /* Override any GCC internal prototype to avoid an error.
11753 Use char because int might match the return type of a GCC
11754 builtin and then its argument prototype would still apply. */
11758 char cmsOpenProfileFromFile ();
11762 return cmsOpenProfileFromFile ();
11767 if ac_fn_c_try_link
"$LINENO"; then :
11768 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
11770 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
11772 rm -f core conftest.err conftest.
$ac_objext \
11773 conftest
$ac_exeext conftest.
$ac_ext
11774 LIBS
=$ac_check_lib_save_LIBS
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
11777 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
11778 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
11780 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
11790 CPPFLAGS
=$ac_save_CPPFLAGS
11791 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11792 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11795 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
11796 case "x$with_cms" in
11797 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
11799 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
11800 This is an error since --with-cms was requested." "$LINENO" 5 ;;
11804 if test "x$with_freetype" != "xno"
11806 if ${FREETYPE_CFLAGS:+false} :; then :
11807 if ${PKG_CONFIG+:} false
; then :
11808 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
11811 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
11812 if ${FREETYPE_LIBS:+false} :; then :
11813 if ${PKG_CONFIG+:} false
; then :
11814 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
11817 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
11818 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
11819 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
11820 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
11821 ac_save_CPPFLAGS
=$CPPFLAGS
11822 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
11823 for ac_header
in ft2build.h
11825 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
11826 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
11827 cat >>confdefs.h
<<_ACEOF
11828 #define HAVE_FT2BUILD_H 1
11835 if test "$ac_cv_header_ft2build_h" = "yes"
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
11838 $as_echo_n "checking for -lfreetype... " >&6; }
11839 if ${ac_cv_lib_soname_freetype+:} false
; then :
11840 $as_echo_n "(cached) " >&6
11842 ac_check_soname_save_LIBS
=$LIBS
11843 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
11844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11845 /* end confdefs.h. */
11847 /* Override any GCC internal prototype to avoid an error.
11848 Use char because int might match the return type of a GCC
11849 builtin and then its argument prototype would still apply. */
11853 char FT_Init_FreeType ();
11857 return FT_Init_FreeType ();
11862 if ac_fn_c_try_link
"$LINENO"; then :
11864 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11865 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'` ;;
11866 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11867 if ${ac_cv_lib_soname_freetype:+false} :; then :
11868 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11872 rm -f core conftest.err conftest.
$ac_objext \
11873 conftest
$ac_exeext conftest.
$ac_ext
11874 LIBS
=$ac_check_soname_save_LIBS
11876 if ${ac_cv_lib_soname_freetype:+false} :; then :
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11878 $as_echo "not found" >&6; }
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
11882 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
11884 cat >>confdefs.h
<<_ACEOF
11885 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
11889 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11891 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
11892 #include FT_MODULE_H
11894 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
11896 cat >>confdefs.h
<<_ACEOF
11897 #define HAVE_FT_TRUETYPEENGINETYPE 1
11908 CPPFLAGS
=$ac_save_CPPFLAGS
11909 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11910 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11913 if test "x$ac_cv_lib_soname_freetype" = x
; then :
11914 case "x$with_freetype" in
11916 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
11917 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
11920 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
11923 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
11924 if ${ac_cv_c_ppdev+:} false
; then :
11925 $as_echo_n "(cached) " >&6
11927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11929 #ifdef HAVE_SYS_IOCTL_H
11930 # include <sys/ioctl.h>
11932 #include <linux/ppdev.h>
11936 ioctl (1,PPCLAIM,0)
11941 if ac_fn_c_try_compile
"$LINENO"; then :
11942 ac_cv_c_ppdev
="yes"
11946 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
11949 $as_echo "$ac_cv_c_ppdev" >&6; }
11950 if test "$ac_cv_c_ppdev" = "yes"
11953 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
11957 ac_wine_check_funcs_save_LIBS
="$LIBS"
11958 LIBS
="$LIBS $PTHREAD_LIBS"
11960 pthread_attr_get_np \
11961 pthread_getattr_np \
11962 pthread_getthreadid_np \
11963 pthread_get_stackaddr_np \
11964 pthread_get_stacksize_np
11966 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11967 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
11968 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
11969 cat >>confdefs.h
<<_ACEOF
11970 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11976 LIBS
="$ac_wine_check_funcs_save_LIBS"
11978 if test "$ac_cv_header_zlib_h" = "yes"
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
11981 $as_echo_n "checking for inflate in -lz... " >&6; }
11982 if ${ac_cv_lib_z_inflate+:} false
; then :
11983 $as_echo_n "(cached) " >&6
11985 ac_check_lib_save_LIBS
=$LIBS
11987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11988 /* end confdefs.h. */
11990 /* Override any GCC internal prototype to avoid an error.
11991 Use char because int might match the return type of a GCC
11992 builtin and then its argument prototype would still apply. */
12005 if ac_fn_c_try_link
"$LINENO"; then :
12006 ac_cv_lib_z_inflate
=yes
12008 ac_cv_lib_z_inflate
=no
12010 rm -f core conftest.err conftest.
$ac_objext \
12011 conftest
$ac_exeext conftest.
$ac_ext
12012 LIBS
=$ac_check_lib_save_LIBS
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12015 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12016 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12018 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12025 if test "x$Z_LIBS" = "x"; then :
12026 case "x$with_zlib" in
12027 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12029 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12030 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12034 if test "x$enable_tools" != xno
12036 if test "$ac_cv_header_gettext_po_h" = "yes"
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12039 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12040 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12041 $as_echo_n "(cached) " >&6
12043 ac_check_lib_save_LIBS
=$LIBS
12044 LIBS
="-lgettextpo $LIBS"
12045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12046 /* end confdefs.h. */
12048 /* Override any GCC internal prototype to avoid an error.
12049 Use char because int might match the return type of a GCC
12050 builtin and then its argument prototype would still apply. */
12054 char po_message_msgctxt ();
12058 return po_message_msgctxt ();
12063 if ac_fn_c_try_link
"$LINENO"; then :
12064 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12066 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12068 rm -f core conftest.err conftest.
$ac_objext \
12069 conftest
$ac_exeext conftest.
$ac_ext
12070 LIBS
=$ac_check_lib_save_LIBS
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12073 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12074 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12076 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12078 GETTEXTPO_LIBS
="-lgettextpo"
12083 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12084 case "x$with_gettextpo" in
12085 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12087 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12088 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12093 if test "x$with_gstreamer" != "xno"
12095 if ${GSTREAMER_CFLAGS:+false} :; then :
12096 if ${PKG_CONFIG+:} false
; then :
12097 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12101 if ${GSTREAMER_LIBS:+false} :; then :
12102 if ${PKG_CONFIG+:} false
; then :
12103 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12108 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12109 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12110 ac_save_CPPFLAGS
=$CPPFLAGS
12111 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12113 for i
in $GSTREAMER_CFLAGS
12116 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12119 GSTREAMER_CFLAGS
=$ac_gst_incl
12120 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12121 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12122 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12123 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12124 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12126 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12128 /* end confdefs.h. */
12129 #include <gst/app/gstappsink.h>
12133 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12138 if ac_fn_c_try_compile
"$LINENO"; then :
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12140 $as_echo "yes" >&6; }
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12142 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12143 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12144 $as_echo_n "(cached) " >&6
12146 ac_check_lib_save_LIBS
=$LIBS
12147 LIBS
="-lgstreamer-0.10 $LIBS"
12148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12149 /* end confdefs.h. */
12151 /* Override any GCC internal prototype to avoid an error.
12152 Use char because int might match the return type of a GCC
12153 builtin and then its argument prototype would still apply. */
12157 char gst_pad_get_caps_reffed ();
12161 return gst_pad_get_caps_reffed ();
12166 if ac_fn_c_try_link
"$LINENO"; then :
12167 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12169 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12171 rm -f core conftest.err conftest.
$ac_objext \
12172 conftest
$ac_exeext conftest.
$ac_ext
12173 LIBS
=$ac_check_lib_save_LIBS
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12176 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12177 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12179 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12180 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12181 $as_echo_n "(cached) " >&6
12183 ac_check_lib_save_LIBS
=$LIBS
12184 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12186 /* end confdefs.h. */
12188 /* Override any GCC internal prototype to avoid an error.
12189 Use char because int might match the return type of a GCC
12190 builtin and then its argument prototype would still apply. */
12194 char gst_app_buffer_new ();
12198 return gst_app_buffer_new ();
12203 if ac_fn_c_try_link
"$LINENO"; then :
12204 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12206 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12208 rm -f core conftest.err conftest.
$ac_objext \
12209 conftest
$ac_exeext conftest.
$ac_ext
12210 LIBS
=$ac_check_lib_save_LIBS
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12213 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12214 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12222 $as_echo "no" >&6; }
12224 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12229 GSTREAMER_CFLAGS
=""
12233 CPPFLAGS
=$ac_save_CPPFLAGS
12234 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12235 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12238 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12239 case "x$with_gstreamer" in
12240 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12242 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12243 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12246 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12250 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12253 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12254 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12255 $as_echo_n "(cached) " >&6
12257 ac_check_lib_save_LIBS
=$LIBS
12258 LIBS
="-lasound $LIBS"
12259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12268 char snd_pcm_hw_params_get_access_mask ();
12272 return snd_pcm_hw_params_get_access_mask ();
12277 if ac_fn_c_try_link
"$LINENO"; then :
12278 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12280 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12282 rm -f core conftest.err conftest.
$ac_objext \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 LIBS
=$ac_check_lib_save_LIBS
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12287 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12288 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12290 /* end confdefs.h. */
12291 #ifdef HAVE_ALSA_ASOUNDLIB_H
12292 #include <alsa/asoundlib.h>
12293 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12294 #include <sys/asoundlib.h>
12299 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12304 if ac_fn_c_try_compile
"$LINENO"; then :
12305 ALSA_LIBS
="-lasound"
12307 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12312 if test "x$with_oss" != xno
12314 ac_save_CPPFLAGS
="$CPPFLAGS"
12315 if test -f /etc
/oss.conf
12319 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12320 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12321 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12322 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12323 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12325 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12327 cat >>confdefs.h
<<_ACEOF
12328 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12331 OSS4_CFLAGS
="$ac_oss_incl"
12338 CPPFLAGS
="$ac_save_CPPFLAGS"
12339 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12341 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12345 if test "x$with_capi" != "xno"
12347 if ${CAPI20_CFLAGS:+false} :; then :
12348 if ${PKG_CONFIG+:} false
; then :
12349 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12353 if ${CAPI20_LIBS:+false} :; then :
12354 if ${PKG_CONFIG+:} false
; then :
12355 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12360 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12361 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12362 ac_save_CPPFLAGS
=$CPPFLAGS
12363 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12364 for ac_header
in capi20.h linux
/capi.h
12366 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12367 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12369 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12370 cat >>confdefs.h
<<_ACEOF
12371 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12378 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12381 $as_echo_n "checking for -lcapi20... " >&6; }
12382 if ${ac_cv_lib_soname_capi20+:} false
; then :
12383 $as_echo_n "(cached) " >&6
12385 ac_check_soname_save_LIBS
=$LIBS
12386 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12388 /* end confdefs.h. */
12390 /* Override any GCC internal prototype to avoid an error.
12391 Use char because int might match the return type of a GCC
12392 builtin and then its argument prototype would still apply. */
12396 char capi20_register ();
12400 return capi20_register ();
12405 if ac_fn_c_try_link
"$LINENO"; then :
12407 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12408 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'` ;;
12409 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12410 if ${ac_cv_lib_soname_capi20:+false} :; then :
12411 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12415 rm -f core conftest.err conftest.
$ac_objext \
12416 conftest
$ac_exeext conftest.
$ac_ext
12417 LIBS
=$ac_check_soname_save_LIBS
12419 if ${ac_cv_lib_soname_capi20:+false} :; then :
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12421 $as_echo "not found" >&6; }
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12425 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12427 cat >>confdefs.h
<<_ACEOF
12428 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12434 CPPFLAGS
=$ac_save_CPPFLAGS
12435 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12436 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12439 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12440 case "x$with_capi" in
12441 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12443 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12444 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12450 if test "x$with_cups" != "xno"
12452 ac_save_CPPFLAGS
="$CPPFLAGS"
12453 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12454 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12455 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12456 for ac_header
in cups
/cups.h
12458 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12459 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12460 cat >>confdefs.h
<<_ACEOF
12461 #define HAVE_CUPS_CUPS_H 1
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12464 $as_echo_n "checking for -lcups... " >&6; }
12465 if ${ac_cv_lib_soname_cups+:} false
; then :
12466 $as_echo_n "(cached) " >&6
12468 ac_check_soname_save_LIBS
=$LIBS
12469 LIBS
="-lcups $ac_cups_libs $LIBS"
12470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12471 /* end confdefs.h. */
12473 /* Override any GCC internal prototype to avoid an error.
12474 Use char because int might match the return type of a GCC
12475 builtin and then its argument prototype would still apply. */
12479 char cupsGetDefault ();
12483 return cupsGetDefault ();
12488 if ac_fn_c_try_link
"$LINENO"; then :
12490 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12491 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'` ;;
12492 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12493 if ${ac_cv_lib_soname_cups:+false} :; then :
12494 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12498 rm -f core conftest.err conftest.
$ac_objext \
12499 conftest
$ac_exeext conftest.
$ac_ext
12500 LIBS
=$ac_check_soname_save_LIBS
12502 if ${ac_cv_lib_soname_cups:+false} :; then :
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12504 $as_echo "not found" >&6; }
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12508 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12510 cat >>confdefs.h
<<_ACEOF
12511 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12514 CUPS_CFLAGS
="$ac_cups_cflags"
12520 CPPFLAGS
="$ac_save_CPPFLAGS"
12522 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12523 case "x$with_cups" in
12524 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12526 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12527 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12531 if test "x$with_fontconfig" != "xno"
12533 if ${FONTCONFIG_CFLAGS:+false} :; then :
12534 if ${PKG_CONFIG+:} false
; then :
12535 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12538 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12539 if ${FONTCONFIG_LIBS:+false} :; then :
12540 if ${PKG_CONFIG+:} false
; then :
12541 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12544 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12546 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12547 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12548 ac_save_CPPFLAGS
=$CPPFLAGS
12549 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12550 for ac_header
in fontconfig
/fontconfig.h
12552 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12553 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12554 cat >>confdefs.h
<<_ACEOF
12555 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12562 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12565 $as_echo_n "checking for -lfontconfig... " >&6; }
12566 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12567 $as_echo_n "(cached) " >&6
12569 ac_check_soname_save_LIBS
=$LIBS
12570 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12572 /* end confdefs.h. */
12574 /* Override any GCC internal prototype to avoid an error.
12575 Use char because int might match the return type of a GCC
12576 builtin and then its argument prototype would still apply. */
12589 if ac_fn_c_try_link
"$LINENO"; then :
12591 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12592 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'` ;;
12593 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12594 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12595 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12599 rm -f core conftest.err conftest.
$ac_objext \
12600 conftest
$ac_exeext conftest.
$ac_ext
12601 LIBS
=$ac_check_soname_save_LIBS
12603 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12605 $as_echo "not found" >&6; }
12606 FONTCONFIG_CFLAGS
=""
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
12609 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
12611 cat >>confdefs.h
<<_ACEOF
12612 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
12618 FONTCONFIG_CFLAGS
=""
12620 CPPFLAGS
=$ac_save_CPPFLAGS
12621 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12622 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12625 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12626 case "x$with_fontconfig" in
12627 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
12629 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
12630 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
12634 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
12637 $as_echo_n "checking for -lgsm... " >&6; }
12638 if ${ac_cv_lib_soname_gsm+:} false
; then :
12639 $as_echo_n "(cached) " >&6
12641 ac_check_soname_save_LIBS
=$LIBS
12643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12646 /* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
12652 char gsm_create ();
12656 return gsm_create ();
12661 if ac_fn_c_try_link
"$LINENO"; then :
12663 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12664 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'` ;;
12665 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12666 if ${ac_cv_lib_soname_gsm:+false} :; then :
12667 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12671 rm -f core conftest.err conftest.
$ac_objext \
12672 conftest
$ac_exeext conftest.
$ac_ext
12673 LIBS
=$ac_check_soname_save_LIBS
12675 if ${ac_cv_lib_soname_gsm:+false} :; then :
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12677 $as_echo "not found" >&6; }
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
12681 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
12683 cat >>confdefs.h
<<_ACEOF
12684 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
12690 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
12691 case "x$with_gsm" in
12692 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
12694 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
12695 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
12699 if test "x$with_jpeg" != "xno"
12701 if ${JPEG_CFLAGS:+false} :; then :
12702 if ${PKG_CONFIG+:} false
; then :
12703 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
12707 if ${JPEG_LIBS:+false} :; then :
12708 if ${PKG_CONFIG+:} false
; then :
12709 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
12714 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
12715 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
12716 ac_save_CPPFLAGS
=$CPPFLAGS
12717 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
12718 for ac_header
in jpeglib.h
12720 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
12721 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
12722 cat >>confdefs.h
<<_ACEOF
12723 #define HAVE_JPEGLIB_H 1
12730 if test "$ac_cv_header_jpeglib_h" = "yes"
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
12733 $as_echo_n "checking for -ljpeg... " >&6; }
12734 if ${ac_cv_lib_soname_jpeg+:} false
; then :
12735 $as_echo_n "(cached) " >&6
12737 ac_check_soname_save_LIBS
=$LIBS
12738 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
12739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12740 /* end confdefs.h. */
12742 /* Override any GCC internal prototype to avoid an error.
12743 Use char because int might match the return type of a GCC
12744 builtin and then its argument prototype would still apply. */
12748 char jpeg_start_decompress ();
12752 return jpeg_start_decompress ();
12757 if ac_fn_c_try_link
"$LINENO"; then :
12759 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12760 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'` ;;
12761 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12762 if ${ac_cv_lib_soname_jpeg:+false} :; then :
12763 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12767 rm -f core conftest.err conftest.
$ac_objext \
12768 conftest
$ac_exeext conftest.
$ac_ext
12769 LIBS
=$ac_check_soname_save_LIBS
12771 if ${ac_cv_lib_soname_jpeg:+false} :; then :
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12773 $as_echo "not found" >&6; }
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
12777 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
12779 cat >>confdefs.h
<<_ACEOF
12780 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
12788 CPPFLAGS
=$ac_save_CPPFLAGS
12789 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12790 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12793 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
12794 case "x$with_jpeg" in
12795 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
12797 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
12798 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
12802 if test "x$with_png" != "xno"
12804 if ${PNG_CFLAGS:+false} :; then :
12805 if ${PKG_CONFIG+:} false
; then :
12806 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
12809 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
12810 if ${PNG_LIBS:+false} :; then :
12811 if ${PKG_CONFIG+:} false
; then :
12812 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
12815 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
12817 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
12818 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
12819 ac_save_CPPFLAGS
=$CPPFLAGS
12820 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
12821 for ac_header
in png.h
12823 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
12824 if test "x$ac_cv_header_png_h" = xyes
; then :
12825 cat >>confdefs.h
<<_ACEOF
12826 #define HAVE_PNG_H 1
12833 if test "$ac_cv_header_png_h" = "yes"
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
12836 $as_echo_n "checking for -lpng... " >&6; }
12837 if ${ac_cv_lib_soname_png+:} false
; then :
12838 $as_echo_n "(cached) " >&6
12840 ac_check_soname_save_LIBS
=$LIBS
12841 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
12842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12843 /* end confdefs.h. */
12845 /* Override any GCC internal prototype to avoid an error.
12846 Use char because int might match the return type of a GCC
12847 builtin and then its argument prototype would still apply. */
12851 char png_create_read_struct ();
12855 return png_create_read_struct ();
12860 if ac_fn_c_try_link
"$LINENO"; then :
12862 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12863 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'` ;;
12864 *) 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'`
12865 if ${ac_cv_lib_soname_png:+false} :; then :
12866 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12870 rm -f core conftest.err conftest.
$ac_objext \
12871 conftest
$ac_exeext conftest.
$ac_ext
12872 LIBS
=$ac_check_soname_save_LIBS
12874 if ${ac_cv_lib_soname_png:+false} :; then :
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12876 $as_echo "not found" >&6; }
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
12880 $as_echo "$ac_cv_lib_soname_png" >&6; }
12882 cat >>confdefs.h
<<_ACEOF
12883 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
12886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12892 typeof(png_set_expand_gray_1_2_4_to_8) *p
12897 if ac_fn_c_try_compile
"$LINENO"; then :
12899 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
12902 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12907 CPPFLAGS
=$ac_save_CPPFLAGS
12908 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12909 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12912 if test "x$ac_cv_lib_soname_png" = "x"; then :
12913 case "x$with_png" in
12914 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
12916 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
12917 This is an error since --with-png was requested." "$LINENO" 5 ;;
12921 if test "x$with_tiff" != "xno"
12923 if ${TIFF_CFLAGS:+false} :; then :
12924 if ${PKG_CONFIG+:} false
; then :
12925 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
12929 if ${TIFF_LIBS:+false} :; then :
12930 if ${PKG_CONFIG+:} false
; then :
12931 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
12936 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
12937 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
12938 ac_save_CPPFLAGS
=$CPPFLAGS
12939 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
12940 for ac_header
in tiffio.h
12942 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12943 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
12944 cat >>confdefs.h
<<_ACEOF
12945 #define HAVE_TIFFIO_H 1
12952 if test "$ac_cv_header_tiffio_h" = "yes"
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
12955 $as_echo_n "checking for -ltiff... " >&6; }
12956 if ${ac_cv_lib_soname_tiff+:} false
; then :
12957 $as_echo_n "(cached) " >&6
12959 ac_check_soname_save_LIBS
=$LIBS
12960 LIBS
="-ltiff $TIFF_LIBS $LIBS"
12961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12962 /* end confdefs.h. */
12964 /* Override any GCC internal prototype to avoid an error.
12965 Use char because int might match the return type of a GCC
12966 builtin and then its argument prototype would still apply. */
12970 char TIFFClientOpen ();
12974 return TIFFClientOpen ();
12979 if ac_fn_c_try_link
"$LINENO"; then :
12981 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12982 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'` ;;
12983 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12984 if ${ac_cv_lib_soname_tiff:+false} :; then :
12985 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12989 rm -f core conftest.err conftest.
$ac_objext \
12990 conftest
$ac_exeext conftest.
$ac_ext
12991 LIBS
=$ac_check_soname_save_LIBS
12993 if ${ac_cv_lib_soname_tiff:+false} :; then :
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12995 $as_echo "not found" >&6; }
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
12999 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13001 cat >>confdefs.h
<<_ACEOF
13002 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13008 CPPFLAGS
=$ac_save_CPPFLAGS
13009 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13010 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13013 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13014 case "x$with_tiff" in
13015 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13017 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13018 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13022 if test "x$with_mpg123" != "xno"
13024 if ${MPG123_CFLAGS:+false} :; then :
13025 if ${PKG_CONFIG+:} false
; then :
13026 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13030 if ${MPG123_LIBS:+false} :; then :
13031 if ${PKG_CONFIG+:} false
; then :
13032 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13036 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13037 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13038 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13039 ac_save_CPPFLAGS
=$CPPFLAGS
13040 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13041 for ac_header
in mpg123.h
13043 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13044 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13045 cat >>confdefs.h
<<_ACEOF
13046 #define HAVE_MPG123_H 1
13053 if test "$ac_cv_header_mpg123_h" = "yes"
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13056 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13057 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13058 $as_echo_n "(cached) " >&6
13060 ac_check_lib_save_LIBS
=$LIBS
13061 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13063 /* end confdefs.h. */
13065 /* Override any GCC internal prototype to avoid an error.
13066 Use char because int might match the return type of a GCC
13067 builtin and then its argument prototype would still apply. */
13071 char mpg123_feed ();
13075 return mpg123_feed ();
13080 if ac_fn_c_try_link
"$LINENO"; then :
13081 ac_cv_lib_mpg123_mpg123_feed
=yes
13083 ac_cv_lib_mpg123_mpg123_feed
=no
13085 rm -f core conftest.err conftest.
$ac_objext \
13086 conftest
$ac_exeext conftest.
$ac_ext
13087 LIBS
=$ac_check_lib_save_LIBS
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13090 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13091 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13101 CPPFLAGS
=$ac_save_CPPFLAGS
13102 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13103 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13106 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13107 case "x$with_mpg123" in
13108 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13110 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13111 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13114 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}
13116 if test "$ac_cv_header_AL_al_h" = "yes"
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13119 $as_echo_n "checking for -lopenal... " >&6; }
13120 if ${ac_cv_lib_soname_openal+:} false
; then :
13121 $as_echo_n "(cached) " >&6
13123 ac_check_soname_save_LIBS
=$LIBS
13124 LIBS
="-lopenal $LIBS"
13125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13126 /* end confdefs.h. */
13128 /* Override any GCC internal prototype to avoid an error.
13129 Use char because int might match the return type of a GCC
13130 builtin and then its argument prototype would still apply. */
13134 char alGetSource3i ();
13138 return alGetSource3i ();
13143 if ac_fn_c_try_link
"$LINENO"; then :
13145 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13146 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'` ;;
13147 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13148 if ${ac_cv_lib_soname_openal:+false} :; then :
13149 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13153 rm -f core conftest.err conftest.
$ac_objext \
13154 conftest
$ac_exeext conftest.
$ac_ext
13155 LIBS
=$ac_check_soname_save_LIBS
13157 if ${ac_cv_lib_soname_openal:+false} :; then :
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13159 $as_echo "not found" >&6; }
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13163 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13165 cat >>confdefs.h
<<_ACEOF
13166 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13169 OPENAL_LIBS
="-lopenal"
13171 ac_cv_lib_openal
=yes
13173 cat >>confdefs.h
<<_ACEOF
13174 #define HAVE_OPENAL 1
13179 if test "x$ac_cv_lib_openal" != xyes
; then :
13180 case "x$with_openal" in
13181 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13183 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13184 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13187 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13189 if test "$ac_cv_header_kstat_h" = "yes"
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13192 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13193 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13194 $as_echo_n "(cached) " >&6
13196 ac_check_lib_save_LIBS
=$LIBS
13197 LIBS
="-lkstat $LIBS"
13198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13199 /* end confdefs.h. */
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13207 char kstat_open ();
13211 return kstat_open ();
13216 if ac_fn_c_try_link
"$LINENO"; then :
13217 ac_cv_lib_kstat_kstat_open
=yes
13219 ac_cv_lib_kstat_kstat_open
=no
13221 rm -f core conftest.err conftest.
$ac_objext \
13222 conftest
$ac_exeext conftest.
$ac_ext
13223 LIBS
=$ac_check_lib_save_LIBS
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13226 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13227 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13229 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13231 KSTAT_LIBS
="-lkstat"
13237 if test "$ac_cv_header_libprocstat_h" = "yes"
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13240 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13241 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13242 $as_echo_n "(cached) " >&6
13244 ac_check_lib_save_LIBS
=$LIBS
13245 LIBS
="-lprocstat $LIBS"
13246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13247 /* end confdefs.h. */
13249 /* Override any GCC internal prototype to avoid an error.
13250 Use char because int might match the return type of a GCC
13251 builtin and then its argument prototype would still apply. */
13255 char procstat_open_sysctl ();
13259 return procstat_open_sysctl ();
13264 if ac_fn_c_try_link
"$LINENO"; then :
13265 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13267 ac_cv_lib_procstat_procstat_open_sysctl
=no
13269 rm -f core conftest.err conftest.
$ac_objext \
13270 conftest
$ac_exeext conftest.
$ac_ext
13271 LIBS
=$ac_check_lib_save_LIBS
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13274 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13275 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13277 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13279 PROCSTAT_LIBS
="-lprocstat"
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13286 $as_echo_n "checking for -lodbc... " >&6; }
13287 if ${ac_cv_lib_soname_odbc+:} false
; then :
13288 $as_echo_n "(cached) " >&6
13290 ac_check_soname_save_LIBS
=$LIBS
13291 LIBS
="-lodbc $LIBS"
13292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13293 /* end confdefs.h. */
13295 /* Override any GCC internal prototype to avoid an error.
13296 Use char because int might match the return type of a GCC
13297 builtin and then its argument prototype would still apply. */
13301 char SQLConnect ();
13305 return SQLConnect ();
13310 if ac_fn_c_try_link
"$LINENO"; then :
13312 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13313 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'` ;;
13314 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13315 if ${ac_cv_lib_soname_odbc:+false} :; then :
13316 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13320 rm -f core conftest.err conftest.
$ac_objext \
13321 conftest
$ac_exeext conftest.
$ac_ext
13322 LIBS
=$ac_check_soname_save_LIBS
13324 if ${ac_cv_lib_soname_odbc:+false} :; then :
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13326 $as_echo "not found" >&6; }
13327 cat >>confdefs.h
<<_ACEOF
13328 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13333 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13335 cat >>confdefs.h
<<_ACEOF
13336 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13342 if test "x$with_netapi" != "xno"
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13345 $as_echo_n "checking for -lnetapi... " >&6; }
13346 if ${ac_cv_lib_soname_netapi+:} false
; then :
13347 $as_echo_n "(cached) " >&6
13349 ac_check_soname_save_LIBS
=$LIBS
13350 LIBS
="-lnetapi $LIBS"
13351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13352 /* end confdefs.h. */
13354 /* Override any GCC internal prototype to avoid an error.
13355 Use char because int might match the return type of a GCC
13356 builtin and then its argument prototype would still apply. */
13360 char libnetapi_init ();
13364 return libnetapi_init ();
13369 if ac_fn_c_try_link
"$LINENO"; then :
13371 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13372 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'` ;;
13373 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13374 if ${ac_cv_lib_soname_netapi:+false} :; then :
13375 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13379 rm -f core conftest.err conftest.
$ac_objext \
13380 conftest
$ac_exeext conftest.
$ac_ext
13381 LIBS
=$ac_check_soname_save_LIBS
13383 if ${ac_cv_lib_soname_netapi:+false} :; then :
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13385 $as_echo "not found" >&6; }
13386 cat >>confdefs.h
<<_ACEOF
13387 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13392 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13394 cat >>confdefs.h
<<_ACEOF
13395 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13402 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13403 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13404 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13405 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13407 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13408 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13409 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13411 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13417 if test "x${GCC}" = "xyes"
13419 EXTRACFLAGS
="-Wall -pipe"
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13422 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13423 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13424 $as_echo_n "(cached) " >&6
13426 if test "$cross_compiling" = yes; then :
13427 ac_cv_c_gcc_strength_bug
="yes"
13429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13430 /* end confdefs.h. */
13431 int L[4] = {0,1,2,3};
13435 static int Array[3];
13436 unsigned int B = 3;
13438 for(i=0; i<B; i++) Array[i] = i - 3;
13439 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13441 return (Array[1] != -2 || L[2] != 3)
13446 if ac_fn_c_try_run
"$LINENO"; then :
13447 ac_cv_c_gcc_strength_bug
="no"
13449 ac_cv_c_gcc_strength_bug
="yes"
13451 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13452 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13457 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13458 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13460 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13464 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13465 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13466 $as_echo_n "(cached) " >&6
13468 ac_wine_try_cflags_saved
=$CFLAGS
13469 CFLAGS
="$CFLAGS -fno-builtin"
13470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13472 int main(int argc, char **argv) { return 0; }
13474 if ac_fn_c_try_link
"$LINENO"; then :
13475 ac_cv_cflags__fno_builtin
=yes
13477 ac_cv_cflags__fno_builtin
=no
13479 rm -f core conftest.err conftest.
$ac_objext \
13480 conftest
$ac_exeext conftest.
$ac_ext
13481 CFLAGS
=$ac_wine_try_cflags_saved
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13484 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13485 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13486 BUILTINFLAG
="-fno-builtin"
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13490 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13491 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13492 $as_echo_n "(cached) " >&6
13494 ac_wine_try_cflags_saved
=$CFLAGS
13495 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13496 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13497 /* end confdefs.h. */
13498 int main(int argc, char **argv) { return 0; }
13500 if ac_fn_c_try_link
"$LINENO"; then :
13501 ac_cv_cflags__fno_strict_aliasing
=yes
13503 ac_cv_cflags__fno_strict_aliasing
=no
13505 rm -f core conftest.err conftest.
$ac_objext \
13506 conftest
$ac_exeext conftest.
$ac_ext
13507 CFLAGS
=$ac_wine_try_cflags_saved
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13510 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13511 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13512 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13514 saved_CFLAGS
=$CFLAGS
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13516 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13517 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13518 $as_echo_n "(cached) " >&6
13520 ac_wine_try_cflags_saved
=$CFLAGS
13521 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13523 /* end confdefs.h. */
13524 int main(int argc, char **argv) { return 0; }
13526 if ac_fn_c_try_link
"$LINENO"; then :
13527 ac_cv_cflags__Werror_unknown_warning_option
=yes
13529 ac_cv_cflags__Werror_unknown_warning_option
=no
13531 rm -f core conftest.err conftest.
$ac_objext \
13532 conftest
$ac_exeext conftest.
$ac_ext
13533 CFLAGS
=$ac_wine_try_cflags_saved
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13536 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13537 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
13538 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13541 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13542 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13543 $as_echo_n "(cached) " >&6
13545 ac_wine_try_cflags_saved
=$CFLAGS
13546 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13548 /* end confdefs.h. */
13549 int main(int argc, char **argv) { return 0; }
13551 if ac_fn_c_try_link
"$LINENO"; then :
13552 ac_cv_cflags__Wdeclaration_after_statement
=yes
13554 ac_cv_cflags__Wdeclaration_after_statement
=no
13556 rm -f core conftest.err conftest.
$ac_objext \
13557 conftest
$ac_exeext conftest.
$ac_ext
13558 CFLAGS
=$ac_wine_try_cflags_saved
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13561 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13562 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
13563 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13566 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13567 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13568 $as_echo_n "(cached) " >&6
13570 ac_wine_try_cflags_saved
=$CFLAGS
13571 CFLAGS
="$CFLAGS -Wempty-body"
13572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13574 int main(int argc, char **argv) { return 0; }
13576 if ac_fn_c_try_link
"$LINENO"; then :
13577 ac_cv_cflags__Wempty_body
=yes
13579 ac_cv_cflags__Wempty_body
=no
13581 rm -f core conftest.err conftest.
$ac_objext \
13582 conftest
$ac_exeext conftest.
$ac_ext
13583 CFLAGS
=$ac_wine_try_cflags_saved
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13586 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13587 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
13588 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
13591 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
13592 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
13593 $as_echo_n "(cached) " >&6
13595 ac_wine_try_cflags_saved
=$CFLAGS
13596 CFLAGS
="$CFLAGS -Wignored-qualifiers"
13597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13598 /* end confdefs.h. */
13599 int main(int argc, char **argv) { return 0; }
13601 if ac_fn_c_try_link
"$LINENO"; then :
13602 ac_cv_cflags__Wignored_qualifiers
=yes
13604 ac_cv_cflags__Wignored_qualifiers
=no
13606 rm -f core conftest.err conftest.
$ac_objext \
13607 conftest
$ac_exeext conftest.
$ac_ext
13608 CFLAGS
=$ac_wine_try_cflags_saved
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
13611 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
13612 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
13613 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
13616 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
13617 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
13618 $as_echo_n "(cached) " >&6
13620 ac_wine_try_cflags_saved
=$CFLAGS
13621 CFLAGS
="$CFLAGS -Wstrict-prototypes"
13622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13623 /* end confdefs.h. */
13624 int main(int argc, char **argv) { return 0; }
13626 if ac_fn_c_try_link
"$LINENO"; then :
13627 ac_cv_cflags__Wstrict_prototypes
=yes
13629 ac_cv_cflags__Wstrict_prototypes
=no
13631 rm -f core conftest.err conftest.
$ac_objext \
13632 conftest
$ac_exeext conftest.
$ac_ext
13633 CFLAGS
=$ac_wine_try_cflags_saved
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
13636 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
13637 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
13638 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
13641 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
13642 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
13643 $as_echo_n "(cached) " >&6
13645 ac_wine_try_cflags_saved
=$CFLAGS
13646 CFLAGS
="$CFLAGS -Wtype-limits"
13647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13648 /* end confdefs.h. */
13649 int main(int argc, char **argv) { return 0; }
13651 if ac_fn_c_try_link
"$LINENO"; then :
13652 ac_cv_cflags__Wtype_limits
=yes
13654 ac_cv_cflags__Wtype_limits
=no
13656 rm -f core conftest.err conftest.
$ac_objext \
13657 conftest
$ac_exeext conftest.
$ac_ext
13658 CFLAGS
=$ac_wine_try_cflags_saved
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
13661 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
13662 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
13663 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
13666 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
13667 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
13668 $as_echo_n "(cached) " >&6
13670 ac_wine_try_cflags_saved
=$CFLAGS
13671 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
13672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13673 /* end confdefs.h. */
13674 int main(int argc, char **argv) { return 0; }
13676 if ac_fn_c_try_link
"$LINENO"; then :
13677 ac_cv_cflags__Wunused_but_set_parameter
=yes
13679 ac_cv_cflags__Wunused_but_set_parameter
=no
13681 rm -f core conftest.err conftest.
$ac_objext \
13682 conftest
$ac_exeext conftest.
$ac_ext
13683 CFLAGS
=$ac_wine_try_cflags_saved
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
13686 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
13687 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
13688 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
13691 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
13692 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
13693 $as_echo_n "(cached) " >&6
13695 ac_wine_try_cflags_saved
=$CFLAGS
13696 CFLAGS
="$CFLAGS -Wwrite-strings"
13697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13699 int main(int argc, char **argv) { return 0; }
13701 if ac_fn_c_try_link
"$LINENO"; then :
13702 ac_cv_cflags__Wwrite_strings
=yes
13704 ac_cv_cflags__Wwrite_strings
=no
13706 rm -f core conftest.err conftest.
$ac_objext \
13707 conftest
$ac_exeext conftest.
$ac_ext
13708 CFLAGS
=$ac_wine_try_cflags_saved
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
13711 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
13712 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
13713 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
13717 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
13718 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
13719 $as_echo_n "(cached) " >&6
13721 ac_wine_try_cflags_saved
=$CFLAGS
13722 CFLAGS
="$CFLAGS -Wpointer-arith"
13723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13724 /* end confdefs.h. */
13725 int main(int argc, char **argv) { return 0; }
13727 if ac_fn_c_try_link
"$LINENO"; then :
13728 ac_cv_cflags__Wpointer_arith
=yes
13730 ac_cv_cflags__Wpointer_arith
=no
13732 rm -f core conftest.err conftest.
$ac_objext \
13733 conftest
$ac_exeext conftest.
$ac_ext
13734 CFLAGS
=$ac_wine_try_cflags_saved
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
13737 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
13738 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
13739 saved_string_h_CFLAGS
=$CFLAGS
13740 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
13742 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
13743 if ${ac_cv_c_string_h_warnings+:} false
; then :
13744 $as_echo_n "(cached) " >&6
13746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13747 /* end confdefs.h. */
13748 #include <string.h>
13757 if ac_fn_c_try_compile
"$LINENO"; then :
13758 ac_cv_c_string_h_warnings
=no
13760 ac_cv_c_string_h_warnings
=yes
13762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
13765 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
13766 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
13767 CFLAGS
=$saved_string_h_CFLAGS
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
13771 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
13772 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
13773 $as_echo_n "(cached) " >&6
13775 ac_wine_try_cflags_saved
=$CFLAGS
13776 CFLAGS
="$CFLAGS -Wlogical-op"
13777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13778 /* end confdefs.h. */
13779 int main(int argc, char **argv) { return 0; }
13781 if ac_fn_c_try_link
"$LINENO"; then :
13782 ac_cv_cflags__Wlogical_op
=yes
13784 ac_cv_cflags__Wlogical_op
=no
13786 rm -f core conftest.err conftest.
$ac_objext \
13787 conftest
$ac_exeext conftest.
$ac_ext
13788 CFLAGS
=$ac_wine_try_cflags_saved
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
13791 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
13792 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
13793 saved_string_h_CFLAGS
=$CFLAGS
13794 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
13796 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
13797 if ${ac_cv_c_logicalop_noisy+:} false
; then :
13798 $as_echo_n "(cached) " >&6
13800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13801 /* end confdefs.h. */
13802 #include <string.h>
13803 char*f(const char *h,char n) {return strchr(h,n);}
13812 if ac_fn_c_try_compile
"$LINENO"; then :
13813 ac_cv_c_logicalop_noisy
=no
13815 ac_cv_c_logicalop_noisy
=yes
13817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
13820 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
13821 CFLAGS
=$saved_string_h_CFLAGS
13822 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
13825 CFLAGS
=$saved_CFLAGS
13827 for ac_flag
in $CFLAGS; do
13829 -g) case $host_os in
13830 darwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
13831 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
13832 if ${ac_cv_cflags__gstabsp+:} false
; then :
13833 $as_echo_n "(cached) " >&6
13835 ac_wine_try_cflags_saved
=$CFLAGS
13836 CFLAGS
="$CFLAGS -gstabs+"
13837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13838 /* end confdefs.h. */
13839 int main(int argc, char **argv) { return 0; }
13841 if ac_fn_c_try_link
"$LINENO"; then :
13842 ac_cv_cflags__gstabsp
=yes
13844 ac_cv_cflags__gstabsp
=no
13846 rm -f core conftest.err conftest.
$ac_objext \
13847 conftest
$ac_exeext conftest.
$ac_ext
13848 CFLAGS
=$ac_wine_try_cflags_saved
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
13851 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
13852 if test "x$ac_cv_cflags__gstabsp" = xyes
; then :
13853 EXTRACFLAGS
="$EXTRACFLAGS -gstabs+"
13855 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
13856 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
13857 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
13858 $as_echo_n "(cached) " >&6
13860 ac_wine_try_cflags_saved
=$CFLAGS
13861 CFLAGS
="$CFLAGS -gdwarf-2"
13862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13863 /* end confdefs.h. */
13864 int main(int argc, char **argv) { return 0; }
13866 if ac_fn_c_try_link
"$LINENO"; then :
13867 ac_cv_cflags__gdwarf_2
=yes
13869 ac_cv_cflags__gdwarf_2
=no
13871 rm -f core conftest.err conftest.
$ac_objext \
13872 conftest
$ac_exeext conftest.
$ac_ext
13873 CFLAGS
=$ac_wine_try_cflags_saved
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
13876 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
13877 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
13878 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
13881 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
13882 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
13883 $as_echo_n "(cached) " >&6
13885 ac_wine_try_cflags_saved
=$CFLAGS
13886 CFLAGS
="$CFLAGS -gstrict-dwarf"
13887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13888 /* end confdefs.h. */
13889 int main(int argc, char **argv) { return 0; }
13891 if ac_fn_c_try_link
"$LINENO"; then :
13892 ac_cv_cflags__gstrict_dwarf
=yes
13894 ac_cv_cflags__gstrict_dwarf
=no
13896 rm -f core conftest.err conftest.
$ac_objext \
13897 conftest
$ac_exeext conftest.
$ac_ext
13898 CFLAGS
=$ac_wine_try_cflags_saved
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
13901 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
13902 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
13903 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
13910 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
13911 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
13912 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
13913 $as_echo_n "(cached) " >&6
13915 ac_wine_try_cflags_saved
=$CFLAGS
13916 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
13917 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13918 /* end confdefs.h. */
13919 int main(int argc, char **argv) { return 0; }
13921 if ac_fn_c_try_link
"$LINENO"; then :
13922 ac_cv_cflags__fno_omit_frame_pointer
=yes
13924 ac_cv_cflags__fno_omit_frame_pointer
=no
13926 rm -f core conftest.err conftest.
$ac_objext \
13927 conftest
$ac_exeext conftest.
$ac_ext
13928 CFLAGS
=$ac_wine_try_cflags_saved
13930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
13931 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
13932 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
13933 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
13938 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
13939 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
13940 if ${ac_cv_cflags__Wno_format+:} false
; then :
13941 $as_echo_n "(cached) " >&6
13943 ac_wine_try_cflags_saved
=$CFLAGS
13944 CFLAGS
="$CFLAGS -Wno-format"
13945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13946 /* end confdefs.h. */
13947 int main(int argc, char **argv) { return 0; }
13949 if ac_fn_c_try_link
"$LINENO"; then :
13950 ac_cv_cflags__Wno_format
=yes
13952 ac_cv_cflags__Wno_format
=no
13954 rm -f core conftest.err conftest.
$ac_objext \
13955 conftest
$ac_exeext conftest.
$ac_ext
13956 CFLAGS
=$ac_wine_try_cflags_saved
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
13959 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
13960 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
13961 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
13965 if test "x$enable_maintainer_mode" = "xyes"
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
13968 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
13969 if ${ac_cv_cflags__Werror+:} false
; then :
13970 $as_echo_n "(cached) " >&6
13972 ac_wine_try_cflags_saved
=$CFLAGS
13973 CFLAGS
="$CFLAGS -Werror"
13974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13975 /* end confdefs.h. */
13976 int main(int argc, char **argv) { return 0; }
13978 if ac_fn_c_try_link
"$LINENO"; then :
13979 ac_cv_cflags__Werror
=yes
13981 ac_cv_cflags__Werror
=no
13983 rm -f core conftest.err conftest.
$ac_objext \
13984 conftest
$ac_exeext conftest.
$ac_ext
13985 CFLAGS
=$ac_wine_try_cflags_saved
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
13988 $as_echo "$ac_cv_cflags__Werror" >&6; }
13989 if test "x$ac_cv_cflags__Werror" = xyes
; then :
13990 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
13994 saved_CFLAGS
="$CFLAGS"
13995 CFLAGS
="$CFLAGS -Werror"
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
13997 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
13998 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
13999 $as_echo_n "(cached) " >&6
14001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14003 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14012 if ac_fn_c_try_compile
"$LINENO"; then :
14013 ac_cv_have_ms_hook_prologue
="yes"
14015 ac_cv_have_ms_hook_prologue
="no"
14017 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14020 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14021 CFLAGS
="$saved_CFLAGS"
14022 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14025 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14028 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14035 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14036 if ${ac_cv_c_fortify_enabled+:} false
; then :
14037 $as_echo_n "(cached) " >&6
14039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14040 /* end confdefs.h. */
14041 #include <string.h>
14045 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14046 #error Fortify enabled
14052 if ac_fn_c_try_compile
"$LINENO"; then :
14053 ac_cv_c_fortify_enabled
=no
14055 ac_cv_c_fortify_enabled
=yes
14057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14060 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14061 if test "$ac_cv_c_fortify_enabled" = yes
14063 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14068 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14069 if ${ac_cv_c_extern_prefix+:} false
; then :
14070 $as_echo_n "(cached) " >&6
14072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14073 /* end confdefs.h. */
14074 extern int ac_test;
14078 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14083 if ac_fn_c_try_link
"$LINENO"; then :
14084 ac_cv_c_extern_prefix
="yes"
14086 ac_cv_c_extern_prefix
="no"
14088 rm -f core conftest.err conftest.
$ac_objext \
14089 conftest
$ac_exeext conftest.
$ac_ext
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14092 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14097 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14098 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14099 $as_echo_n "(cached) " >&6
14101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14102 /* end confdefs.h. */
14104 #define __stdcall __attribute__((__stdcall__))
14106 int __stdcall ac_test(int i) { return i; }
14110 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14115 if ac_fn_c_try_link
"$LINENO"; then :
14116 ac_cv_c_stdcall_suffix
="yes"
14118 ac_cv_c_stdcall_suffix
="no"
14120 rm -f core conftest.err conftest.
$ac_objext \
14121 conftest
$ac_exeext conftest.
$ac_ext
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14124 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14125 *) ac_cv_c_stdcall_suffix
="no" ;;
14129 if test "$ac_cv_c_extern_prefix" = "yes"
14131 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14133 asm_name_prefix
="_"
14135 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14141 if test "$ac_cv_c_stdcall_suffix" = "yes"
14143 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14146 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14152 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14153 if ${ac_cv_asm_func_def+:} false
; then :
14154 $as_echo_n "(cached) " >&6
14156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14157 /* end confdefs.h. */
14162 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14167 if ac_fn_c_try_link
"$LINENO"; then :
14168 ac_cv_asm_func_def
=".def"
14170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14176 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14181 if ac_fn_c_try_link
"$LINENO"; then :
14182 ac_cv_asm_func_def
=".type @function"
14184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14185 /* end confdefs.h. */
14190 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14195 if ac_fn_c_try_link
"$LINENO"; then :
14196 ac_cv_asm_func_def
=".type 2"
14198 ac_cv_asm_func_def
="unknown"
14200 rm -f core conftest.err conftest.
$ac_objext \
14201 conftest
$ac_exeext conftest.
$ac_ext
14203 rm -f core conftest.err conftest.
$ac_objext \
14204 conftest
$ac_exeext conftest.
$ac_ext
14206 rm -f core conftest.err conftest.
$ac_objext \
14207 conftest
$ac_exeext conftest.
$ac_ext
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14210 $as_echo "$ac_cv_asm_func_def" >&6; }
14213 case "$ac_cv_asm_func_def" in
14215 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14217 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14219 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14221 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14223 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14225 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14227 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14229 asm_func_header
="" ;;
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14233 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14234 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14235 $as_echo_n "(cached) " >&6
14237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14238 /* end confdefs.h. */
14239 asm(".text\n\t.long 0");
14248 if ac_fn_c_try_compile
"$LINENO"; then :
14249 ac_cv_c_asm_outside_funcs
="yes"
14251 ac_cv_c_asm_outside_funcs
="no"
14253 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14256 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14259 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14260 if ${ac_cv_c_dot_previous+:} false
; then :
14261 $as_echo_n "(cached) " >&6
14263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14264 /* end confdefs.h. */
14269 asm(".text\nac_test:\t.long 0\n\t.previous");
14274 if ac_fn_c_try_link
"$LINENO"; then :
14275 ac_cv_c_dot_previous
="yes"
14277 ac_cv_c_dot_previous
="no"
14279 rm -f core conftest.err conftest.
$ac_objext \
14280 conftest
$ac_exeext conftest.
$ac_ext
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14283 $as_echo "$ac_cv_c_dot_previous" >&6; }
14285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14286 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14287 if ${ac_cv_c_cfi_support+:} false
; then :
14288 $as_echo_n "(cached) " >&6
14290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14291 /* end confdefs.h. */
14292 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14301 if ac_fn_c_try_compile
"$LINENO"; then :
14302 ac_cv_c_cfi_support
="yes"
14304 ac_cv_c_cfi_support
="no"
14306 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14309 $as_echo "$ac_cv_c_cfi_support" >&6; }
14311 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14312 asm_func_trailer
=""
14313 if test "$ac_cv_c_dot_previous" = "yes"
14315 asm_func_trailer
="\\n\\t.previous"
14317 if test "$ac_cv_c_cfi_support" = "yes"
14319 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14320 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14322 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14324 UNWINDFLAGS
=-fasynchronous-unwind-tables
14327 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14331 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14334 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14336 cat >>confdefs.h
<<_ACEOF
14337 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14341 cat >>confdefs.h
<<_ACEOF
14342 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14347 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14350 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14355 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14362 *i
[3456789]86*|x86_64
*)
14363 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14364 loader_programs
="$loader_programs $wine_binary-preloader"
14365 as_fn_append LOADER_RULES
"
14366 $wine_binary-preloader: preloader.o
14367 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14369 install install-lib:: $wine_binary-preloader
14370 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14373 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14375 preloader_EXTRADEFS = $BUILTINFLAG
14380 as_fn_append LOADER_RULES
"
14381 PROGRAMS = $loader_programs
14385 ac_save_CFLAGS
="$CFLAGS"
14386 CFLAGS
="$CFLAGS $BUILTINFLAG"
14463 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14464 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14465 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14466 cat >>confdefs.h
<<_ACEOF
14467 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14473 CFLAGS
="$ac_save_CFLAGS"
14475 if test "$ac_cv_func_dlopen" = no
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14478 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14479 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14480 $as_echo_n "(cached) " >&6
14482 ac_check_lib_save_LIBS
=$LIBS
14484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14485 /* end confdefs.h. */
14487 /* Override any GCC internal prototype to avoid an error.
14488 Use char because int might match the return type of a GCC
14489 builtin and then its argument prototype would still apply. */
14502 if ac_fn_c_try_link
"$LINENO"; then :
14503 ac_cv_lib_dl_dlopen
=yes
14505 ac_cv_lib_dl_dlopen
=no
14507 rm -f core conftest.err conftest.
$ac_objext \
14508 conftest
$ac_exeext conftest.
$ac_ext
14509 LIBS
=$ac_check_lib_save_LIBS
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14512 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14513 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14514 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14520 ac_wine_check_funcs_save_LIBS
="$LIBS"
14521 LIBS
="$LIBS $DL_LIBS"
14522 for ac_func
in dladdr
14524 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14525 if test "x$ac_cv_func_dladdr" = xyes
; then :
14526 cat >>confdefs.h
<<_ACEOF
14527 #define HAVE_DLADDR 1
14533 LIBS
="$ac_wine_check_funcs_save_LIBS"
14535 if test "$ac_cv_func_poll" = no
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14538 $as_echo_n "checking for poll in -lpoll... " >&6; }
14539 if ${ac_cv_lib_poll_poll+:} false
; then :
14540 $as_echo_n "(cached) " >&6
14542 ac_check_lib_save_LIBS
=$LIBS
14543 LIBS
="-lpoll $LIBS"
14544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14545 /* end confdefs.h. */
14547 /* Override any GCC internal prototype to avoid an error.
14548 Use char because int might match the return type of a GCC
14549 builtin and then its argument prototype would still apply. */
14562 if ac_fn_c_try_link
"$LINENO"; then :
14563 ac_cv_lib_poll_poll
=yes
14565 ac_cv_lib_poll_poll
=no
14567 rm -f core conftest.err conftest.
$ac_objext \
14568 conftest
$ac_exeext conftest.
$ac_ext
14569 LIBS
=$ac_check_lib_save_LIBS
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14572 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14573 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14574 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14582 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14583 if ${ac_cv_search_gethostbyname+:} false
; then :
14584 $as_echo_n "(cached) " >&6
14586 ac_func_search_save_LIBS
=$LIBS
14587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14588 /* end confdefs.h. */
14590 /* Override any GCC internal prototype to avoid an error.
14591 Use char because int might match the return type of a GCC
14592 builtin and then its argument prototype would still apply. */
14596 char gethostbyname ();
14600 return gethostbyname ();
14605 for ac_lib
in '' nsl
; do
14606 if test -z "$ac_lib"; then
14607 ac_res
="none required"
14610 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14612 if ac_fn_c_try_link
"$LINENO"; then :
14613 ac_cv_search_gethostbyname
=$ac_res
14615 rm -f core conftest.err conftest.
$ac_objext \
14617 if ${ac_cv_search_gethostbyname+:} false
; then :
14621 if ${ac_cv_search_gethostbyname+:} false
; then :
14624 ac_cv_search_gethostbyname
=no
14626 rm conftest.
$ac_ext
14627 LIBS
=$ac_func_search_save_LIBS
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
14630 $as_echo "$ac_cv_search_gethostbyname" >&6; }
14631 ac_res
=$ac_cv_search_gethostbyname
14632 if test "$ac_res" != no
; then :
14633 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
14639 $as_echo_n "checking for library containing connect... " >&6; }
14640 if ${ac_cv_search_connect+:} false
; then :
14641 $as_echo_n "(cached) " >&6
14643 ac_func_search_save_LIBS
=$LIBS
14644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14645 /* end confdefs.h. */
14647 /* Override any GCC internal prototype to avoid an error.
14648 Use char because int might match the return type of a GCC
14649 builtin and then its argument prototype would still apply. */
14662 for ac_lib
in '' socket
; do
14663 if test -z "$ac_lib"; then
14664 ac_res
="none required"
14667 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14669 if ac_fn_c_try_link
"$LINENO"; then :
14670 ac_cv_search_connect
=$ac_res
14672 rm -f core conftest.err conftest.
$ac_objext \
14674 if ${ac_cv_search_connect+:} false
; then :
14678 if ${ac_cv_search_connect+:} false
; then :
14681 ac_cv_search_connect
=no
14683 rm conftest.
$ac_ext
14684 LIBS
=$ac_func_search_save_LIBS
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
14687 $as_echo "$ac_cv_search_connect" >&6; }
14688 ac_res
=$ac_cv_search_connect
14689 if test "$ac_res" != no
; then :
14690 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
14696 $as_echo_n "checking for library containing inet_aton... " >&6; }
14697 if ${ac_cv_search_inet_aton+:} false
; then :
14698 $as_echo_n "(cached) " >&6
14700 ac_func_search_save_LIBS
=$LIBS
14701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14702 /* end confdefs.h. */
14704 /* Override any GCC internal prototype to avoid an error.
14705 Use char because int might match the return type of a GCC
14706 builtin and then its argument prototype would still apply. */
14714 return inet_aton ();
14719 for ac_lib
in '' resolv
; do
14720 if test -z "$ac_lib"; then
14721 ac_res
="none required"
14724 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14726 if ac_fn_c_try_link
"$LINENO"; then :
14727 ac_cv_search_inet_aton
=$ac_res
14729 rm -f core conftest.err conftest.
$ac_objext \
14731 if ${ac_cv_search_inet_aton+:} false
; then :
14735 if ${ac_cv_search_inet_aton+:} false
; then :
14738 ac_cv_search_inet_aton
=no
14740 rm conftest.
$ac_ext
14741 LIBS
=$ac_func_search_save_LIBS
14743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
14744 $as_echo "$ac_cv_search_inet_aton" >&6; }
14745 ac_res
=$ac_cv_search_inet_aton
14746 if test "$ac_res" != no
; then :
14747 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14767 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14768 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14769 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14770 cat >>confdefs.h
<<_ACEOF
14771 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
14780 $as_echo_n "checking for library containing clock_gettime... " >&6; }
14781 if ${ac_cv_search_clock_gettime+:} false
; then :
14782 $as_echo_n "(cached) " >&6
14784 ac_func_search_save_LIBS
=$LIBS
14785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14786 /* end confdefs.h. */
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14794 char clock_gettime ();
14798 return clock_gettime ();
14803 for ac_lib
in '' rt
; do
14804 if test -z "$ac_lib"; then
14805 ac_res
="none required"
14808 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14810 if ac_fn_c_try_link
"$LINENO"; then :
14811 ac_cv_search_clock_gettime
=$ac_res
14813 rm -f core conftest.err conftest.
$ac_objext \
14815 if ${ac_cv_search_clock_gettime+:} false
; then :
14819 if ${ac_cv_search_clock_gettime+:} false
; then :
14822 ac_cv_search_clock_gettime
=no
14824 rm conftest.
$ac_ext
14825 LIBS
=$ac_func_search_save_LIBS
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
14828 $as_echo "$ac_cv_search_clock_gettime" >&6; }
14829 ac_res
=$ac_cv_search_clock_gettime
14830 if test "$ac_res" != no
; then :
14831 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14833 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
14835 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
14843 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
14845 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
14847 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
14849 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
14850 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
14851 $as_echo_n "(cached) " >&6
14853 ac_check_lib_save_LIBS
=$LIBS
14854 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
14855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14856 /* end confdefs.h. */
14858 /* Override any GCC internal prototype to avoid an error.
14859 Use char because int might match the return type of a GCC
14860 builtin and then its argument prototype would still apply. */
14864 char ldap_initialize ();
14868 return ldap_initialize ();
14873 if ac_fn_c_try_link
"$LINENO"; then :
14874 ac_cv_lib_ldap_r_ldap_initialize
=yes
14876 ac_cv_lib_ldap_r_ldap_initialize
=no
14878 rm -f core conftest.err conftest.
$ac_objext \
14879 conftest
$ac_exeext conftest.
$ac_ext
14880 LIBS
=$ac_check_lib_save_LIBS
14882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
14883 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
14884 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
14886 $as_echo_n "checking for ber_init in -llber... " >&6; }
14887 if ${ac_cv_lib_lber_ber_init+:} false
; then :
14888 $as_echo_n "(cached) " >&6
14890 ac_check_lib_save_LIBS
=$LIBS
14891 LIBS
="-llber $PTHREAD_LIBS $LIBS"
14892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14893 /* end confdefs.h. */
14895 /* Override any GCC internal prototype to avoid an error.
14896 Use char because int might match the return type of a GCC
14897 builtin and then its argument prototype would still apply. */
14905 return ber_init ();
14910 if ac_fn_c_try_link
"$LINENO"; then :
14911 ac_cv_lib_lber_ber_init
=yes
14913 ac_cv_lib_lber_ber_init
=no
14915 rm -f core conftest.err conftest.
$ac_objext \
14916 conftest
$ac_exeext conftest.
$ac_ext
14917 LIBS
=$ac_check_lib_save_LIBS
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
14920 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
14921 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
14923 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
14925 LDAP_LIBS
="-lldap_r -llber"
14932 ac_wine_check_funcs_save_LIBS
="$LIBS"
14933 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
14935 ldap_count_references \
14936 ldap_first_reference \
14937 ldap_next_reference \
14938 ldap_parse_reference \
14939 ldap_parse_sort_control \
14940 ldap_parse_sortresponse_control \
14941 ldap_parse_vlv_control \
14942 ldap_parse_vlvresponse_control
14944 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14945 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14946 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14947 cat >>confdefs.h
<<_ACEOF
14948 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14954 LIBS
="$ac_wine_check_funcs_save_LIBS"
14956 if test "x$LDAP_LIBS" = "x"; then :
14957 case "x$with_ldap" in
14958 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
14960 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
14961 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
14966 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
14967 if ${wine_cv_one_arg_mkdir+:} false
; then :
14968 $as_echo_n "(cached) " >&6
14970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14971 /* end confdefs.h. */
14972 #include <sys/stat.h>
14981 if ac_fn_c_try_compile
"$LINENO"; then :
14982 wine_cv_one_arg_mkdir
=yes
14984 wine_cv_one_arg_mkdir
=no
14986 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
14989 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
14990 if test "$wine_cv_one_arg_mkdir" = "yes"
14993 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
14998 $as_echo_n "checking for sched_setaffinity... " >&6; }
14999 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15000 $as_echo_n "(cached) " >&6
15002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15003 /* end confdefs.h. */
15004 #define _GNU_SOURCE
15009 sched_setaffinity(0, 0, 0);
15014 if ac_fn_c_try_link
"$LINENO"; then :
15015 wine_cv_have_sched_setaffinity
=yes
15017 wine_cv_have_sched_setaffinity
=no
15019 rm -f core conftest.err conftest.
$ac_objext \
15020 conftest
$ac_exeext conftest.
$ac_ext
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15023 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15024 if test "$wine_cv_have_sched_setaffinity" = "yes"
15027 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15032 $as_echo_n "checking for fallocate... " >&6; }
15033 if ${wine_cv_have_fallocate+:} false
; then :
15034 $as_echo_n "(cached) " >&6
15036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15037 /* end confdefs.h. */
15038 #define _GNU_SOURCE
15043 fallocate(-1, 0, 0, 0);
15048 if ac_fn_c_try_link
"$LINENO"; then :
15049 wine_cv_have_fallocate
=yes
15051 wine_cv_have_fallocate
=no
15053 rm -f core conftest.err conftest.
$ac_objext \
15054 conftest
$ac_exeext conftest.
$ac_ext
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15057 $as_echo "$wine_cv_have_fallocate" >&6; }
15058 if test "$wine_cv_have_fallocate" = "yes"
15061 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15067 $as_echo_n "checking for inline... " >&6; }
15068 if ${ac_cv_c_inline+:} false
; then :
15069 $as_echo_n "(cached) " >&6
15072 for ac_kw
in inline __inline__ __inline
; do
15073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15074 /* end confdefs.h. */
15075 #ifndef __cplusplus
15077 static $ac_kw foo_t static_foo () {return 0; }
15078 $ac_kw foo_t foo () {return 0; }
15082 if ac_fn_c_try_compile
"$LINENO"; then :
15083 ac_cv_c_inline
=$ac_kw
15085 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15086 test "$ac_cv_c_inline" != no
&& break
15090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15091 $as_echo "$ac_cv_c_inline" >&6; }
15093 case $ac_cv_c_inline in
15096 case $ac_cv_c_inline in
15098 *) ac_val
=$ac_cv_c_inline;;
15100 cat >>confdefs.h
<<_ACEOF
15101 #ifndef __cplusplus
15102 #define inline $ac_val
15108 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15109 if test "x$ac_cv_type_mode_t" = xyes
; then :
15111 cat >>confdefs.h
<<_ACEOF
15112 #define HAVE_MODE_T 1
15117 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15118 if test "x$ac_cv_type_off_t" = xyes
; then :
15120 cat >>confdefs.h
<<_ACEOF
15121 #define HAVE_OFF_T 1
15126 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15127 if test "x$ac_cv_type_pid_t" = xyes
; then :
15129 cat >>confdefs.h
<<_ACEOF
15130 #define HAVE_PID_T 1
15135 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15136 if test "x$ac_cv_type_size_t" = xyes
; then :
15138 cat >>confdefs.h
<<_ACEOF
15139 #define HAVE_SIZE_T 1
15144 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15145 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15147 cat >>confdefs.h
<<_ACEOF
15148 #define HAVE_SSIZE_T 1
15153 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15154 if test "x$ac_cv_type_long_long" = xyes
; then :
15156 cat >>confdefs.h
<<_ACEOF
15157 #define HAVE_LONG_LONG 1
15162 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15163 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15165 cat >>confdefs.h
<<_ACEOF
15166 #define HAVE_FSBLKCNT_T 1
15171 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15172 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15174 cat >>confdefs.h
<<_ACEOF
15175 #define HAVE_FSFILCNT_T 1
15181 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15182 #include <signal.h>
15184 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15186 cat >>confdefs.h
<<_ACEOF
15187 #define HAVE_SIGSET_T 1
15193 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15195 if test "x$ac_cv_type_request_sense" = xyes
; then :
15197 cat >>confdefs.h
<<_ACEOF
15198 #define HAVE_REQUEST_SENSE 1
15205 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15206 #ifdef HAVE_SYS_SOCKET_H
15207 #include <sys/socket.h>
15209 #ifdef HAVE_SYS_SOCKETVAR_H
15210 #include <sys/socketvar.h>
15212 #ifdef HAVE_NET_ROUTE_H
15213 #include <net/route.h>
15215 #ifdef HAVE_NETINET_IN_H
15216 #include <netinet/in.h>
15218 #ifdef HAVE_NETINET_IN_SYSTM_H
15219 #include <netinet/in_systm.h>
15221 #ifdef HAVE_NETINET_IP_H
15222 #include <netinet/ip.h>
15224 #ifdef HAVE_NETINET_IN_PCB_H
15225 #include <netinet/in_pcb.h>
15228 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15230 cat >>confdefs.h
<<_ACEOF
15231 #define HAVE_STRUCT_XINPGEN 1
15238 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15241 #ifdef HAVE_SYS_LINK_H
15242 #include <sys/link.h>
15245 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15247 cat >>confdefs.h
<<_ACEOF
15248 #define HAVE_STRUCT_R_DEBUG 1
15253 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15256 #ifdef HAVE_SYS_LINK_H
15257 #include <sys/link.h>
15260 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15262 cat >>confdefs.h
<<_ACEOF
15263 #define HAVE_STRUCT_LINK_MAP 1
15270 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15271 #include <linux/input.h>
15274 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15276 cat >>confdefs.h
<<_ACEOF
15277 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15285 $as_echo_n "checking for sigaddset... " >&6; }
15286 if ${wine_cv_have_sigaddset+:} false
; then :
15287 $as_echo_n "(cached) " >&6
15289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15290 /* end confdefs.h. */
15291 #include <signal.h>
15295 sigset_t set; sigaddset(&set,SIGTERM);
15300 if ac_fn_c_try_link
"$LINENO"; then :
15301 wine_cv_have_sigaddset
=yes
15303 wine_cv_have_sigaddset
=no
15305 rm -f core conftest.err conftest.
$ac_objext \
15306 conftest
$ac_exeext conftest.
$ac_ext
15308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15309 $as_echo "$wine_cv_have_sigaddset" >&6; }
15310 if test "$wine_cv_have_sigaddset" = "yes"
15313 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15319 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15320 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15321 $as_echo_n "(cached) " >&6
15323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15324 /* end confdefs.h. */
15332 struct hostent *result;
15339 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15340 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15346 if ac_fn_c_try_link
"$LINENO"; then :
15347 wine_cv_linux_gethostbyname_r_6
=yes
15349 wine_cv_linux_gethostbyname_r_6
=no
15352 rm -f core conftest.err conftest.
$ac_objext \
15353 conftest
$ac_exeext conftest.
$ac_ext
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15357 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15358 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15361 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15365 if test "$ac_cv_header_linux_joystick_h" = "yes"
15367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15368 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15369 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15370 $as_echo_n "(cached) " >&6
15372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15373 /* end confdefs.h. */
15375 #include <sys/ioctl.h>
15376 #include <sys/types.h>
15377 #include <linux/joystick.h>
15379 struct js_event blub;
15380 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15381 #error "no 2.2 header"
15392 if ac_fn_c_try_compile
"$LINENO"; then :
15393 wine_cv_linux_joystick_22_api
=yes
15395 wine_cv_linux_joystick_22_api
=no
15397 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15401 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15402 if test "$wine_cv_linux_joystick_22_api" = "yes"
15405 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15411 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15412 #ifdef HAVE_SYS_PARAM_H
15413 # include <sys/param.h>
15415 #ifdef HAVE_SYS_MOUNT_H
15416 # include <sys/mount.h>
15418 #ifdef HAVE_SYS_VFS_H
15419 # include <sys/vfs.h>
15421 #ifdef HAVE_SYS_STATFS_H
15422 # include <sys/statfs.h>
15425 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15427 cat >>confdefs.h
<<_ACEOF
15428 #define HAVE_STRUCT_STATFS_F_BFREE 1
15433 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15434 #ifdef HAVE_SYS_PARAM_H
15435 # include <sys/param.h>
15437 #ifdef HAVE_SYS_MOUNT_H
15438 # include <sys/mount.h>
15440 #ifdef HAVE_SYS_VFS_H
15441 # include <sys/vfs.h>
15443 #ifdef HAVE_SYS_STATFS_H
15444 # include <sys/statfs.h>
15447 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15449 cat >>confdefs.h
<<_ACEOF
15450 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15455 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15456 #ifdef HAVE_SYS_PARAM_H
15457 # include <sys/param.h>
15459 #ifdef HAVE_SYS_MOUNT_H
15460 # include <sys/mount.h>
15462 #ifdef HAVE_SYS_VFS_H
15463 # include <sys/vfs.h>
15465 #ifdef HAVE_SYS_STATFS_H
15466 # include <sys/statfs.h>
15469 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15471 cat >>confdefs.h
<<_ACEOF
15472 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15477 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15478 #ifdef HAVE_SYS_PARAM_H
15479 # include <sys/param.h>
15481 #ifdef HAVE_SYS_MOUNT_H
15482 # include <sys/mount.h>
15484 #ifdef HAVE_SYS_VFS_H
15485 # include <sys/vfs.h>
15487 #ifdef HAVE_SYS_STATFS_H
15488 # include <sys/statfs.h>
15491 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15493 cat >>confdefs.h
<<_ACEOF
15494 #define HAVE_STRUCT_STATFS_F_FFREE 1
15499 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15500 #ifdef HAVE_SYS_PARAM_H
15501 # include <sys/param.h>
15503 #ifdef HAVE_SYS_MOUNT_H
15504 # include <sys/mount.h>
15506 #ifdef HAVE_SYS_VFS_H
15507 # include <sys/vfs.h>
15509 #ifdef HAVE_SYS_STATFS_H
15510 # include <sys/statfs.h>
15513 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15515 cat >>confdefs.h
<<_ACEOF
15516 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15521 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15522 #ifdef HAVE_SYS_PARAM_H
15523 # include <sys/param.h>
15525 #ifdef HAVE_SYS_MOUNT_H
15526 # include <sys/mount.h>
15528 #ifdef HAVE_SYS_VFS_H
15529 # include <sys/vfs.h>
15531 #ifdef HAVE_SYS_STATFS_H
15532 # include <sys/statfs.h>
15535 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15537 cat >>confdefs.h
<<_ACEOF
15538 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15545 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15546 #include <sys/statvfs.h>
15549 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15551 cat >>confdefs.h
<<_ACEOF
15552 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15559 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15560 #include <dirent.h>
15563 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15565 cat >>confdefs.h
<<_ACEOF
15566 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15573 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15574 #ifdef HAVE_SYS_SOCKET_H
15575 # include <sys/socket.h>
15577 #ifdef HAVE_SYS_UN_H
15578 # include <sys/un.h>
15581 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15583 cat >>confdefs.h
<<_ACEOF
15584 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
15589 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
15590 #ifdef HAVE_SYS_SOCKET_H
15591 # include <sys/socket.h>
15593 #ifdef HAVE_SYS_UN_H
15594 # include <sys/un.h>
15597 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
15599 cat >>confdefs.h
<<_ACEOF
15600 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
15605 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
15606 #ifdef HAVE_SYS_SOCKET_H
15607 # include <sys/socket.h>
15609 #ifdef HAVE_SYS_UN_H
15610 # include <sys/un.h>
15613 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
15615 cat >>confdefs.h
<<_ACEOF
15616 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
15623 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
15624 #ifdef HAVE_SCSI_SG_H
15625 #include <scsi/sg.h>
15628 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
15630 cat >>confdefs.h
<<_ACEOF
15631 #define HAVE_SCSIREQ_T_CMD 1
15636 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>
15637 #ifdef HAVE_SCSI_SG_H
15638 #include <scsi/sg.h>
15641 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
15643 cat >>confdefs.h
<<_ACEOF
15644 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
15651 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
15653 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
15655 cat >>confdefs.h
<<_ACEOF
15656 #define HAVE_SIGINFO_T_SI_FD 1
15663 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
15664 #ifdef HAVE_SYS_MTIO_H
15665 #include <sys/mtio.h>
15668 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
15670 cat >>confdefs.h
<<_ACEOF
15671 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
15676 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
15677 #ifdef HAVE_SYS_MTIO_H
15678 #include <sys/mtio.h>
15681 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
15683 cat >>confdefs.h
<<_ACEOF
15684 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
15689 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
15690 #ifdef HAVE_SYS_MTIO_H
15691 #include <sys/mtio.h>
15694 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
15696 cat >>confdefs.h
<<_ACEOF
15697 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
15704 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
15705 #include <getopt.h>
15708 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
15710 cat >>confdefs.h
<<_ACEOF
15711 #define HAVE_STRUCT_OPTION_NAME 1
15718 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
15719 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
15721 cat >>confdefs.h
<<_ACEOF
15722 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15727 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
15728 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
15730 cat >>confdefs.h
<<_ACEOF
15731 #define HAVE_STRUCT_STAT_ST_MTIM 1
15736 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
15737 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
15739 cat >>confdefs.h
<<_ACEOF
15740 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
15745 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
15746 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
15748 cat >>confdefs.h
<<_ACEOF
15749 #define HAVE_STRUCT_STAT_ST_CTIM 1
15754 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
15755 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
15757 cat >>confdefs.h
<<_ACEOF
15758 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
15763 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
15764 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
15766 cat >>confdefs.h
<<_ACEOF
15767 #define HAVE_STRUCT_STAT_ST_ATIM 1
15772 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
15773 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
15775 cat >>confdefs.h
<<_ACEOF
15776 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
15781 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
15782 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
15784 cat >>confdefs.h
<<_ACEOF
15785 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
15790 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
15791 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
15793 cat >>confdefs.h
<<_ACEOF
15794 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
15799 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
15800 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
15802 cat >>confdefs.h
<<_ACEOF
15803 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
15808 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
15809 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
15811 cat >>confdefs.h
<<_ACEOF
15812 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
15817 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
15818 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
15820 cat >>confdefs.h
<<_ACEOF
15821 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
15828 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
15829 #include <sys/types.h>
15831 #ifdef HAVE_NETINET_IN_H
15832 #include <netinet/in.h>
15835 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
15837 cat >>confdefs.h
<<_ACEOF
15838 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
15845 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
15846 #include <resolv.h>
15849 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
15851 cat >>confdefs.h
<<_ACEOF
15852 #define HAVE_STRUCT___RES_STATE 1
15859 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
15860 #include <resolv.h>
15863 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
15865 cat >>confdefs.h
<<_ACEOF
15866 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
15873 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
15874 #include <sys/types.h>
15876 #ifdef HAVE_NETINET_IN_H
15877 # include <netinet/in.h>
15879 #ifdef HAVE_ARPA_NAMESER_H
15880 # include <arpa/nameser.h>
15883 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
15885 cat >>confdefs.h
<<_ACEOF
15886 #define HAVE_NS_MSG__MSG_PTR 1
15893 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
15894 #include <sys/types.h>
15896 #ifdef HAVE_NETINET_IP_H
15897 #include <netinet/ip.h>
15899 #ifdef HAVE_NETINET_IP_ICMP_H
15900 #include <netinet/ip_icmp.h>
15902 #ifdef HAVE_NETINET_ICMP_VAR_H
15903 #include <netinet/icmp_var.h>
15906 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
15908 cat >>confdefs.h
<<_ACEOF
15909 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
15916 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
15917 #include <sys/types.h>
15919 #ifdef HAVE_ALIAS_H
15922 #ifdef HAVE_SYS_SOCKET_H
15923 #include <sys/socket.h>
15925 #ifdef HAVE_SYS_SOCKETVAR_H
15926 #include <sys/socketvar.h>
15928 #ifdef HAVE_SYS_TIMEOUT_H
15929 #include <sys/timeout.h>
15931 #ifdef HAVE_NETINET_IN_H
15932 #include <netinet/in.h>
15934 #ifdef HAVE_NETINET_IN_SYSTM_H
15935 #include <netinet/in_systm.h>
15937 #ifdef HAVE_NETINET_IP_H
15938 #include <netinet/ip.h>
15940 #ifdef HAVE_NETINET_IP_VAR_H
15941 #include <netinet/ip_var.h>
15943 #ifdef HAVE_NETINET_IP_ICMP_H
15944 #include <netinet/ip_icmp.h>
15946 #ifdef HAVE_NETINET_ICMP_VAR_H
15947 #include <netinet/icmp_var.h>
15950 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
15952 cat >>confdefs.h
<<_ACEOF
15953 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
15960 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
15961 #include <sys/types.h>
15963 #ifdef HAVE_SYS_SOCKETVAR_H
15964 #include <sys/socketvar.h>
15966 #ifdef HAVE_NETINET_IN_H
15967 #include <netinet/in.h>
15969 #ifdef HAVE_NETINET_IP_VAR_H
15970 #include <netinet/ip_var.h>
15973 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
15975 cat >>confdefs.h
<<_ACEOF
15976 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
15983 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
15984 #include <netinet/ip_var.h>
15987 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
15989 cat >>confdefs.h
<<_ACEOF
15990 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
15997 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
15998 #include <sys/types.h>
16000 #ifdef HAVE_SYS_SOCKETVAR_H
16001 #include <sys/socketvar.h>
16003 #ifdef HAVE_NETINET_IN_H
16004 #include <netinet/in.h>
16006 #ifdef HAVE_NETINET_TCP_H
16007 #include <netinet/tcp.h>
16009 #ifdef HAVE_NETINET_TCP_VAR_H
16010 #include <netinet/tcp_var.h>
16013 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16015 cat >>confdefs.h
<<_ACEOF
16016 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16023 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
16024 #include <netinet/tcp_var.h>
16027 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16029 cat >>confdefs.h
<<_ACEOF
16030 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16037 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16038 #include <sys/types.h>
16040 #ifdef HAVE_NETINET_IN_H
16041 #include <netinet/in.h>
16043 #ifdef HAVE_NETINET_IP_VAR_H
16044 #include <netinet/ip_var.h>
16046 #ifdef HAVE_NETINET_UDP_H
16047 #include <netinet/udp.h>
16049 #ifdef HAVE_NETINET_UDP_VAR_H
16050 #include <netinet/udp_var.h>
16053 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16055 cat >>confdefs.h
<<_ACEOF
16056 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16063 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16064 #include <sys/types.h>
16066 #ifdef HAVE_NET_IF_H
16067 # include <net/if.h>
16070 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16072 cat >>confdefs.h
<<_ACEOF
16073 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16081 $as_echo_n "checking for timezone variable... " >&6; }
16082 if ${ac_cv_have_timezone+:} false
; then :
16083 $as_echo_n "(cached) " >&6
16085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16086 /* end confdefs.h. */
16096 if ac_fn_c_try_link
"$LINENO"; then :
16097 ac_cv_have_timezone
="yes"
16099 ac_cv_have_timezone
="no"
16101 rm -f core conftest.err conftest.
$ac_objext \
16102 conftest
$ac_exeext conftest.
$ac_ext
16104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16105 $as_echo "$ac_cv_have_timezone" >&6; }
16106 if test "$ac_cv_have_timezone" = "yes"
16109 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16113 $as_echo_n "checking for daylight variable... " >&6; }
16114 if ${ac_cv_have_daylight+:} false
; then :
16115 $as_echo_n "(cached) " >&6
16117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16118 /* end confdefs.h. */
16128 if ac_fn_c_try_link
"$LINENO"; then :
16129 ac_cv_have_daylight
="yes"
16131 ac_cv_have_daylight
="no"
16133 rm -f core conftest.err conftest.
$ac_objext \
16134 conftest
$ac_exeext conftest.
$ac_ext
16136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16137 $as_echo "$ac_cv_have_daylight" >&6; }
16138 if test "$ac_cv_have_daylight" = "yes"
16141 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16145 ac_save_LIBS
="$LIBS"
16147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16148 $as_echo_n "checking for isfinite... " >&6; }
16149 if ${ac_cv_have_isfinite+:} false
; then :
16150 $as_echo_n "(cached) " >&6
16152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16153 /* end confdefs.h. */
16154 #define _GNU_SOURCE
16159 float f = 0.0; return isfinite(f)
16164 if ac_fn_c_try_link
"$LINENO"; then :
16165 ac_cv_have_isfinite
="yes"
16167 ac_cv_have_isfinite
="no"
16169 rm -f core conftest.err conftest.
$ac_objext \
16170 conftest
$ac_exeext conftest.
$ac_ext
16172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16173 $as_echo "$ac_cv_have_isfinite" >&6; }
16174 if test "$ac_cv_have_isfinite" = "yes"
16177 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16181 ac_save_LIBS
="$LIBS"
16183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16184 $as_echo_n "checking for isinf... " >&6; }
16185 if ${ac_cv_have_isinf+:} false
; then :
16186 $as_echo_n "(cached) " >&6
16188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16189 /* end confdefs.h. */
16194 float f = 0.0; return isinf(f)
16199 if ac_fn_c_try_link
"$LINENO"; then :
16200 ac_cv_have_isinf
="yes"
16202 ac_cv_have_isinf
="no"
16204 rm -f core conftest.err conftest.
$ac_objext \
16205 conftest
$ac_exeext conftest.
$ac_ext
16207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16208 $as_echo "$ac_cv_have_isinf" >&6; }
16209 if test "$ac_cv_have_isinf" = "yes"
16212 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16217 $as_echo_n "checking for isnan... " >&6; }
16218 if ${ac_cv_have_isnan+:} false
; then :
16219 $as_echo_n "(cached) " >&6
16221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16222 /* end confdefs.h. */
16227 float f = 0.0; return isnan(f)
16232 if ac_fn_c_try_link
"$LINENO"; then :
16233 ac_cv_have_isnan
="yes"
16235 ac_cv_have_isnan
="no"
16237 rm -f core conftest.err conftest.
$ac_objext \
16238 conftest
$ac_exeext conftest.
$ac_ext
16240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16241 $as_echo "$ac_cv_have_isnan" >&6; }
16242 if test "$ac_cv_have_isnan" = "yes"
16245 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16248 LIBS
="$ac_save_LIBS"
16252 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16253 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16254 if ${ac_cv_cpp_def___i386__+:} false
; then :
16255 $as_echo_n "(cached) " >&6
16257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16258 /* end confdefs.h. */
16263 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16264 $EGREP "yes" >/dev
/null
2>&1; then :
16265 ac_cv_cpp_def___i386__
=yes
16267 ac_cv_cpp_def___i386__
=no
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16273 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16274 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16275 CFLAGS
="$CFLAGS -D__i386__"
16276 LINTFLAGS
="$LINTFLAGS -D__i386__"
16278 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16279 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16280 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16281 $as_echo_n "(cached) " >&6
16283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16284 /* end confdefs.h. */
16289 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16290 $EGREP "yes" >/dev
/null
2>&1; then :
16291 ac_cv_cpp_def___x86_64__
=yes
16293 ac_cv_cpp_def___x86_64__
=no
16298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16299 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16300 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16301 CFLAGS
="$CFLAGS -D__x86_64__"
16302 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16304 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16305 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16306 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16307 $as_echo_n "(cached) " >&6
16309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16310 /* end confdefs.h. */
16311 #ifndef __sparc64__
16315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16316 $EGREP "yes" >/dev
/null
2>&1; then :
16317 ac_cv_cpp_def___sparc64__
=yes
16319 ac_cv_cpp_def___sparc64__
=no
16324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16325 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16326 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16327 CFLAGS
="$CFLAGS -D__sparc64__"
16328 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16330 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16331 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16332 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16333 $as_echo_n "(cached) " >&6
16335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16336 /* end confdefs.h. */
16341 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16342 $EGREP "yes" >/dev
/null
2>&1; then :
16343 ac_cv_cpp_def___sparc__
=yes
16345 ac_cv_cpp_def___sparc__
=no
16350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16351 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16352 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16353 CFLAGS
="$CFLAGS -D__sparc__"
16354 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16356 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16357 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16358 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16359 $as_echo_n "(cached) " >&6
16361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16362 /* end confdefs.h. */
16363 #ifndef __powerpc64__
16367 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16368 $EGREP "yes" >/dev
/null
2>&1; then :
16369 ac_cv_cpp_def___powerpc64__
=yes
16371 ac_cv_cpp_def___powerpc64__
=no
16376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16377 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16378 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16379 CFLAGS
="$CFLAGS -D__powerpc64__"
16380 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16382 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16383 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16384 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16385 $as_echo_n "(cached) " >&6
16387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16388 /* end confdefs.h. */
16389 #ifndef __powerpc__
16393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16394 $EGREP "yes" >/dev
/null
2>&1; then :
16395 ac_cv_cpp_def___powerpc__
=yes
16397 ac_cv_cpp_def___powerpc__
=no
16402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16403 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16404 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16405 CFLAGS
="$CFLAGS -D__powerpc__"
16406 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16408 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16409 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16410 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16411 $as_echo_n "(cached) " >&6
16413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16414 /* end confdefs.h. */
16415 #ifndef __aarch64__
16419 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16420 $EGREP "yes" >/dev
/null
2>&1; then :
16421 ac_cv_cpp_def___aarch64__
=yes
16423 ac_cv_cpp_def___aarch64__
=no
16428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16429 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16430 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16431 CFLAGS
="$CFLAGS -D__aarch64__"
16432 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16434 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16435 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16436 if ${ac_cv_cpp_def___arm__+:} false
; then :
16437 $as_echo_n "(cached) " >&6
16439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16440 /* end confdefs.h. */
16445 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16446 $EGREP "yes" >/dev
/null
2>&1; then :
16447 ac_cv_cpp_def___arm__
=yes
16449 ac_cv_cpp_def___arm__
=no
16454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16455 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16456 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
16457 CFLAGS
="$CFLAGS -D__arm__"
16458 LINTFLAGS
="$LINTFLAGS -D__arm__"
16462 case $host_vendor in
16463 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16464 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16465 if ${ac_cv_cpp_def___sun__+:} false
; then :
16466 $as_echo_n "(cached) " >&6
16468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16469 /* end confdefs.h. */
16474 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16475 $EGREP "yes" >/dev
/null
2>&1; then :
16476 ac_cv_cpp_def___sun__
=yes
16478 ac_cv_cpp_def___sun__
=no
16483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16484 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16485 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
16486 CFLAGS
="$CFLAGS -D__sun__"
16487 LINTFLAGS
="$LINTFLAGS -D__sun__"
16495 ac_config_commands
="$ac_config_commands include/stamp-h"
16497 $as_echo_n "creating Makefile rules..." >&6
16499 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
16500 SOCKET_LIBS = $SOCKET_LIBS
16501 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16502 IOKIT_LIBS = $IOKIT_LIBS
16503 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16504 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16505 CORESERVICES_LIBS = $CORESERVICES_LIBS
16506 APPKIT_LIBS = $APPKIT_LIBS
16507 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16508 SECURITY_LIBS = $SECURITY_LIBS
16509 COREAUDIO_LIBS = $COREAUDIO_LIBS
16510 OPENAL_LIBS = $OPENAL_LIBS
16511 OPENCL_LIBS = $OPENCL_LIBS
16512 QUICKTIME_LIBS = $QUICKTIME_LIBS
16513 CARBON_LIBS = $CARBON_LIBS
16514 PTHREAD_LIBS = $PTHREAD_LIBS
16515 X_CFLAGS = $X_CFLAGS
16516 X_PRE_LIBS = $X_PRE_LIBS
16518 X_EXTRA_LIBS = $X_EXTRA_LIBS
16519 XML2_CFLAGS = $XML2_CFLAGS
16520 XML2_LIBS = $XML2_LIBS
16521 XSLT_CFLAGS = $XSLT_CFLAGS
16522 XSLT_LIBS = $XSLT_LIBS
16523 DBUS_CFLAGS = $DBUS_CFLAGS
16524 DBUS_LIBS = $DBUS_LIBS
16525 HAL_CFLAGS = $HAL_CFLAGS
16526 HAL_LIBS = $HAL_LIBS
16527 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
16528 GNUTLS_LIBS = $GNUTLS_LIBS
16529 SANE_CFLAGS = $SANE_CFLAGS
16530 SANE_LIBS = $SANE_LIBS
16531 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
16532 GPHOTO2_LIBS = $GPHOTO2_LIBS
16533 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
16534 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
16535 RESOLV_LIBS = $RESOLV_LIBS
16536 LCMS2_CFLAGS = $LCMS2_CFLAGS
16537 LCMS2_LIBS = $LCMS2_LIBS
16538 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
16539 FREETYPE_LIBS = $FREETYPE_LIBS
16541 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
16542 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
16543 GSTREAMER_LIBS = $GSTREAMER_LIBS
16544 ALSA_LIBS = $ALSA_LIBS
16545 OSS4_CFLAGS = $OSS4_CFLAGS
16546 CAPI20_CFLAGS = $CAPI20_CFLAGS
16547 CAPI20_LIBS = $CAPI20_LIBS
16548 CUPS_CFLAGS = $CUPS_CFLAGS
16549 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
16550 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
16551 JPEG_CFLAGS = $JPEG_CFLAGS
16552 JPEG_LIBS = $JPEG_LIBS
16553 PNG_CFLAGS = $PNG_CFLAGS
16554 PNG_LIBS = $PNG_LIBS
16555 TIFF_CFLAGS = $TIFF_CFLAGS
16556 TIFF_LIBS = $TIFF_LIBS
16557 MPG123_CFLAGS = $MPG123_CFLAGS
16558 MPG123_LIBS = $MPG123_LIBS
16559 KSTAT_LIBS = $KSTAT_LIBS
16560 PROCSTAT_LIBS = $PROCSTAT_LIBS
16562 POLL_LIBS = $POLL_LIBS
16564 LDAP_LIBS = $LDAP_LIBS
16569 wine_fn_append_rule
"
16570 # Rules automatically generated by configure
16572 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
16577 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
16578 @./config.status Make.tmp Makefile && \$(MAKEDEP) ."
16580 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
16581 .gitignore: config.status
16582 @./config.status .gitignore"
16584 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
16585 @echo \"crosstest is not supported (mingw not installed?)\" && false"
16587 if test "x$enable_fonts" != xno
; then
16588 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
16589 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
16590 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
16591 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
16592 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
16594 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
16595 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
16596 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
16597 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
16598 ac_config_links
="$ac_config_links wine:tools/winewrapper"
16599 wine_fn_config_symlink wine
16600 if test "x$enable_win64" != xno
; then
16601 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
16602 wine_fn_config_symlink wine64
16605 wine_fn_config_dll acledit enable_acledit
16606 wine_fn_config_dll aclui enable_aclui implib
16607 wine_fn_config_dll activeds enable_activeds implib
16608 wine_fn_config_dll actxprxy enable_actxprxy clean
16609 wine_fn_config_lib adsiid
16610 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
16611 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
16612 wine_fn_config_dll advpack enable_advpack implib
16613 wine_fn_config_test dlls
/advpack
/tests advpack_test
16614 wine_fn_config_dll amstream enable_amstream clean
16615 wine_fn_config_test dlls
/amstream
/tests amstream_test
16616 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
16617 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
16618 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
16619 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
16620 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
16621 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
16622 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
16623 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
16624 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
16625 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
16626 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
16627 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
16628 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
16629 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
16630 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
16631 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
16632 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
16633 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
16634 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
16635 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
16636 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
16637 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
16638 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
16639 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
16640 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
16641 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
16642 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
16643 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
16644 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
16645 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
16646 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
16647 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
16648 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
16649 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
16650 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
16651 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
16652 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
16653 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
16654 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
16655 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
16656 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
16657 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
16658 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
16659 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
16660 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
16661 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
16662 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
16663 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
16664 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
16665 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
16666 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
16667 wine_fn_config_dll apphelp enable_apphelp
16668 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
16669 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
16670 wine_fn_config_dll atl enable_atl clean
,implib
16671 wine_fn_config_test dlls
/atl
/tests atl_test
16672 wine_fn_config_dll atl100 enable_atl100 implib
16673 wine_fn_config_test dlls
/atl100
/tests atl100_test
16674 wine_fn_config_dll atl110 enable_atl110
16675 wine_fn_config_dll atl80 enable_atl80 implib
16676 wine_fn_config_test dlls
/atl80
/tests atl80_test
16677 wine_fn_config_dll atl90 enable_atl90
16678 wine_fn_config_dll authz enable_authz
16679 wine_fn_config_dll avicap32 enable_avicap32 implib
16680 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
16681 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
16682 wine_fn_config_dll avifile.dll16 enable_win16
16683 wine_fn_config_dll avrt enable_avrt implib
16684 wine_fn_config_dll bcrypt enable_bcrypt
16685 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
16686 wine_fn_config_dll browseui enable_browseui clean
,po
16687 wine_fn_config_test dlls
/browseui
/tests browseui_test
16688 wine_fn_config_dll cabinet enable_cabinet implib
16689 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
16690 wine_fn_config_dll capi2032 enable_capi2032 implib
16691 wine_fn_config_dll cards enable_cards implib
16692 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
16693 wine_fn_config_dll clusapi enable_clusapi implib
16694 wine_fn_config_dll comcat enable_comcat
16695 wine_fn_config_test dlls
/comcat
/tests comcat_test
16696 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
16697 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
16698 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
16699 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
16700 wine_fn_config_dll
comm.drv16 enable_win16
16701 wine_fn_config_dll commdlg.dll16 enable_win16
16702 wine_fn_config_dll compobj.dll16 enable_win16
16703 wine_fn_config_dll compstui enable_compstui implib
16704 wine_fn_config_dll comsvcs enable_comsvcs implib
16705 wine_fn_config_dll credui enable_credui implib
,po
16706 wine_fn_config_test dlls
/credui
/tests credui_test
16707 wine_fn_config_dll crtdll enable_crtdll implib
16708 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
16709 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
16710 wine_fn_config_dll cryptdlg enable_cryptdlg po
16711 wine_fn_config_dll cryptdll enable_cryptdll implib
16712 wine_fn_config_dll cryptnet enable_cryptnet implib
16713 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
16714 wine_fn_config_dll cryptui enable_cryptui implib
,po
16715 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
16716 wine_fn_config_dll ctapi32 enable_ctapi32
16717 wine_fn_config_dll ctl3d.dll16 enable_win16
16718 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
16719 wine_fn_config_dll ctl3dv2.dll16 enable_win16
16720 wine_fn_config_dll d2d1 enable_d2d1 implib
16721 wine_fn_config_dll d3d10 enable_d3d10 implib
16722 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
16723 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
16724 wine_fn_config_dll d3d10core enable_d3d10core implib
16725 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
16726 wine_fn_config_dll d3d11 enable_d3d11
16727 wine_fn_config_dll d3d8 enable_d3d8 implib
16728 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
16729 wine_fn_config_dll d3d9 enable_d3d9 implib
16730 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
16731 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
16732 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
16733 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
16734 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
16735 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
16736 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
16737 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
16738 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
16739 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
16740 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
16741 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
16742 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
16743 wine_fn_config_dll d3dim enable_d3dim implib
16744 wine_fn_config_dll d3drm enable_d3drm implib
16745 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
16746 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
16747 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
16748 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
16749 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
16750 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
16751 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
16752 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
16753 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
16754 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
16755 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
16756 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
16757 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
16758 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
16759 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
16760 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
16761 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
16762 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
16763 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
16764 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
16765 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
16766 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
16767 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
16768 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
16769 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
16770 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
16771 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
16772 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
16773 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
16774 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
16775 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
16776 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
16777 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
16778 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
16779 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
16780 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
16781 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
16782 wine_fn_config_dll dbgeng enable_dbgeng implib
16783 wine_fn_config_dll dbghelp enable_dbghelp implib
16784 wine_fn_config_dll dciman32 enable_dciman32 implib
16785 wine_fn_config_dll ddeml.dll16 enable_win16
16786 wine_fn_config_dll ddraw enable_ddraw clean
,implib
16787 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
16788 wine_fn_config_dll ddrawex enable_ddrawex clean
16789 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
16790 wine_fn_config_dll devenum enable_devenum clean
,po
16791 wine_fn_config_test dlls
/devenum
/tests devenum_test
16792 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
16793 wine_fn_config_dll difxapi enable_difxapi
16794 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
16795 wine_fn_config_test dlls
/dinput
/tests dinput_test
16796 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
16797 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
16798 wine_fn_config_dll dispdib.dll16 enable_win16
16799 wine_fn_config_dll dispex enable_dispex clean
16800 wine_fn_config_test dlls
/dispex
/tests dispex_test
16801 wine_fn_config_dll display.drv16 enable_win16
16802 wine_fn_config_dll dmband enable_dmband clean
16803 wine_fn_config_test dlls
/dmband
/tests dmband_test
16804 wine_fn_config_dll dmcompos enable_dmcompos clean
16805 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
16806 wine_fn_config_dll dmime enable_dmime clean
16807 wine_fn_config_test dlls
/dmime
/tests dmime_test
16808 wine_fn_config_dll dmloader enable_dmloader clean
16809 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
16810 wine_fn_config_dll dmscript enable_dmscript clean
16811 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
16812 wine_fn_config_dll dmstyle enable_dmstyle clean
16813 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
16814 wine_fn_config_dll dmsynth enable_dmsynth clean
16815 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
16816 wine_fn_config_dll dmusic enable_dmusic clean
16817 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
16818 wine_fn_config_dll dmusic32 enable_dmusic32 implib
16819 wine_fn_config_dll dnsapi enable_dnsapi implib
16820 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
16821 wine_fn_config_dll dplay enable_dplay implib
16822 wine_fn_config_dll dplayx enable_dplayx clean
,implib
16823 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
16824 wine_fn_config_dll dpnaddr enable_dpnaddr
16825 wine_fn_config_dll dpnet enable_dpnet clean
,implib
16826 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
16827 wine_fn_config_dll dpnhpast enable_dpnhpast
16828 wine_fn_config_dll dpnlobby enable_dpnlobby
16829 wine_fn_config_dll dpwsockx enable_dpwsockx
16830 wine_fn_config_dll drmclien enable_drmclien
16831 wine_fn_config_dll dsound enable_dsound clean
,implib
16832 wine_fn_config_test dlls
/dsound
/tests dsound_test
16833 wine_fn_config_dll dssenh enable_dssenh
16834 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
16835 wine_fn_config_dll dswave enable_dswave clean
16836 wine_fn_config_dll dwmapi enable_dwmapi implib
16837 wine_fn_config_dll dwrite enable_dwrite implib
16838 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
16839 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
16840 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
16841 wine_fn_config_lib dxerr8
16842 wine_fn_config_lib dxerr9
16843 wine_fn_config_dll dxgi enable_dxgi implib
16844 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
16845 wine_fn_config_lib dxguid
16846 wine_fn_config_dll explorerframe enable_explorerframe clean
16847 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
16848 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
16849 wine_fn_config_dll faultrep enable_faultrep implib
16850 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
16851 wine_fn_config_dll fltlib enable_fltlib
16852 wine_fn_config_dll fusion enable_fusion
16853 wine_fn_config_test dlls
/fusion
/tests fusion_test
16854 wine_fn_config_dll fwpuclnt enable_fwpuclnt
16855 wine_fn_config_dll gameux enable_gameux clean
16856 wine_fn_config_test dlls
/gameux
/tests gameux_test
16857 wine_fn_config_dll gdi.exe16 enable_win16
16858 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
16859 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
16860 wine_fn_config_dll gdiplus enable_gdiplus implib
16861 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
16862 wine_fn_config_dll glu32 enable_glu32 implib
16863 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
16864 wine_fn_config_dll gpkcsp enable_gpkcsp
16865 wine_fn_config_dll hal enable_hal
16866 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
16867 wine_fn_config_dll hid enable_hid implib
16868 wine_fn_config_dll hlink enable_hlink clean
,implib
16869 wine_fn_config_test dlls
/hlink
/tests hlink_test
16870 wine_fn_config_dll hnetcfg enable_hnetcfg clean
16871 wine_fn_config_dll httpapi enable_httpapi
16872 wine_fn_config_dll iccvid enable_iccvid po
16873 wine_fn_config_dll icmp enable_icmp
16874 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
16875 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
16876 wine_fn_config_dll ifsmgr.vxd enable_win16
16877 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
16878 wine_fn_config_dll imagehlp enable_imagehlp implib
16879 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
16880 wine_fn_config_dll imm.dll16 enable_win16
16881 wine_fn_config_dll imm32 enable_imm32 implib
16882 wine_fn_config_test dlls
/imm32
/tests imm32_test
16883 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
16884 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
16885 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
16886 wine_fn_config_dll inetmib1 enable_inetmib1
16887 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
16888 wine_fn_config_dll infosoft enable_infosoft clean
16889 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
16890 wine_fn_config_dll initpki enable_initpki
16891 wine_fn_config_dll inkobj enable_inkobj
16892 wine_fn_config_dll inseng enable_inseng clean
16893 wine_fn_config_dll iphlpapi enable_iphlpapi implib
16894 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
16895 wine_fn_config_dll itircl enable_itircl
16896 wine_fn_config_dll itss enable_itss clean
16897 wine_fn_config_test dlls
/itss
/tests itss_test
16898 wine_fn_config_dll joy.cpl enable_joy_cpl po
16899 wine_fn_config_dll jscript enable_jscript clean
,po
16900 wine_fn_config_test dlls
/jscript
/tests jscript_test
16901 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
16902 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
16903 wine_fn_config_dll keyboard.drv16 enable_win16
16904 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
16905 wine_fn_config_dll ktmw32 enable_ktmw32
16906 wine_fn_config_dll loadperf enable_loadperf implib
16907 wine_fn_config_dll localspl enable_localspl po
16908 wine_fn_config_test dlls
/localspl
/tests localspl_test
16909 wine_fn_config_dll localui enable_localui po
16910 wine_fn_config_test dlls
/localui
/tests localui_test
16911 wine_fn_config_dll lz32 enable_lz32 implib
16912 wine_fn_config_test dlls
/lz32
/tests lz32_test
16913 wine_fn_config_dll lzexpand.dll16 enable_win16
16914 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
16915 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
16916 wine_fn_config_dll mapistub enable_mapistub
16917 wine_fn_config_dll mciavi32 enable_mciavi32
16918 wine_fn_config_dll mcicda enable_mcicda
16919 wine_fn_config_dll mciqtz32 enable_mciqtz32
16920 wine_fn_config_dll mciseq enable_mciseq
16921 wine_fn_config_dll mciwave enable_mciwave
16922 wine_fn_config_dll mgmtapi enable_mgmtapi
16923 wine_fn_config_dll midimap enable_midimap
16924 wine_fn_config_dll mlang enable_mlang clean
,implib
16925 wine_fn_config_test dlls
/mlang
/tests mlang_test
16926 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
16927 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
16928 wine_fn_config_dll mmdevapi enable_mmdevapi clean
16929 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
16930 wine_fn_config_dll mmdevldr.vxd enable_win16
16931 wine_fn_config_dll mmsystem.dll16 enable_win16
16932 wine_fn_config_dll monodebg.vxd enable_win16
16933 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
16934 wine_fn_config_dll mouse.drv16 enable_win16
16935 wine_fn_config_dll mpr enable_mpr implib
,po
16936 wine_fn_config_test dlls
/mpr
/tests mpr_test
16937 wine_fn_config_dll mprapi enable_mprapi implib
16938 wine_fn_config_dll msacm.dll16 enable_win16
16939 wine_fn_config_dll msacm32.drv enable_msacm32_drv
16940 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
16941 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
16942 wine_fn_config_dll msadp32.acm enable_msadp32_acm
16943 wine_fn_config_dll mscat32 enable_mscat32
16944 wine_fn_config_dll mscms enable_mscms implib
16945 wine_fn_config_test dlls
/mscms
/tests mscms_test
16946 wine_fn_config_dll mscoree enable_mscoree clean
16947 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
16948 wine_fn_config_dll msctf enable_msctf clean
16949 wine_fn_config_test dlls
/msctf
/tests msctf_test
16950 wine_fn_config_dll msdaps enable_msdaps clean
16951 wine_fn_config_dll msdmo enable_msdmo implib
16952 wine_fn_config_dll msftedit enable_msftedit
16953 wine_fn_config_dll msg711.acm enable_msg711_acm
16954 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
16955 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
16956 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
16957 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
16958 wine_fn_config_dll msi enable_msi clean
,implib
,po
16959 wine_fn_config_test dlls
/msi
/tests msi_test
16960 wine_fn_config_dll msident enable_msident clean
16961 wine_fn_config_dll msimg32 enable_msimg32 implib
16962 wine_fn_config_dll msimsg enable_msimsg
16963 wine_fn_config_dll msimtf enable_msimtf clean
16964 wine_fn_config_dll msisip enable_msisip
16965 wine_fn_config_dll msisys.ocx enable_msisys_ocx
16966 wine_fn_config_dll msls31 enable_msls31
16967 wine_fn_config_dll msnet32 enable_msnet32
16968 wine_fn_config_dll mspatcha enable_mspatcha
16969 wine_fn_config_dll msrle32 enable_msrle32 po
16970 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
16971 wine_fn_config_dll mssign32 enable_mssign32
16972 wine_fn_config_dll mssip32 enable_mssip32
16973 wine_fn_config_dll mstask enable_mstask clean
16974 wine_fn_config_test dlls
/mstask
/tests mstask_test
16975 wine_fn_config_dll msvcirt enable_msvcirt
16976 wine_fn_config_dll msvcm80 enable_msvcm80
16977 wine_fn_config_dll msvcm90 enable_msvcm90
16978 wine_fn_config_dll msvcp100 enable_msvcp100
16979 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
16980 wine_fn_config_dll msvcp110 enable_msvcp110
16981 wine_fn_config_dll msvcp60 enable_msvcp60
16982 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
16983 wine_fn_config_dll msvcp70 enable_msvcp70
16984 wine_fn_config_dll msvcp71 enable_msvcp71
16985 wine_fn_config_dll msvcp80 enable_msvcp80
16986 wine_fn_config_dll msvcp90 enable_msvcp90
16987 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
16988 wine_fn_config_dll msvcr100 enable_msvcr100 implib
16989 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
16990 wine_fn_config_dll msvcr110 enable_msvcr110 implib
16991 wine_fn_config_dll msvcr70 enable_msvcr70 implib
16992 wine_fn_config_dll msvcr71 enable_msvcr71 implib
16993 wine_fn_config_dll msvcr80 enable_msvcr80 implib
16994 wine_fn_config_dll msvcr90 enable_msvcr90 implib
16995 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
16996 wine_fn_config_dll msvcrt enable_msvcrt implib
16997 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
16998 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
16999 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17000 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17001 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17002 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17003 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17004 wine_fn_config_dll msvidc32 enable_msvidc32 po
17005 wine_fn_config_dll msvideo.dll16 enable_win16
17006 wine_fn_config_dll mswsock enable_mswsock implib
17007 wine_fn_config_dll msxml enable_msxml clean
17008 wine_fn_config_dll msxml2 enable_msxml2 clean
17009 wine_fn_config_dll msxml3 enable_msxml3 clean
17010 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17011 wine_fn_config_dll msxml4 enable_msxml4 clean
17012 wine_fn_config_dll msxml6 enable_msxml6 clean
17013 wine_fn_config_dll nddeapi enable_nddeapi implib
17014 wine_fn_config_dll netapi32 enable_netapi32 implib
17015 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17016 wine_fn_config_dll netcfgx enable_netcfgx
17017 wine_fn_config_dll newdev enable_newdev implib
17018 wine_fn_config_dll normaliz enable_normaliz implib
17019 wine_fn_config_dll npmshtml enable_npmshtml
17020 wine_fn_config_dll ntdll enable_ntdll implib
17021 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17022 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17023 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17024 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17025 wine_fn_config_dll ntprint enable_ntprint
17026 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17027 wine_fn_config_dll objsel enable_objsel clean
17028 wine_fn_config_dll odbc32 enable_odbc32 implib
17029 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17030 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17031 wine_fn_config_dll odbccu32 enable_odbccu32
17032 wine_fn_config_dll ole2.dll16 enable_win16
17033 wine_fn_config_dll ole2conv.dll16 enable_win16
17034 wine_fn_config_dll ole2disp.dll16 enable_win16
17035 wine_fn_config_dll ole2nls.dll16 enable_win16
17036 wine_fn_config_dll ole2prox.dll16 enable_win16
17037 wine_fn_config_dll ole2thk.dll16 enable_win16
17038 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17039 wine_fn_config_test dlls
/ole32
/tests ole32_test
17040 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17041 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17042 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17043 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17044 wine_fn_config_dll olecli.dll16 enable_win16
17045 wine_fn_config_dll olecli32 enable_olecli32 implib
17046 wine_fn_config_dll oledb32 enable_oledb32 clean
17047 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17048 wine_fn_config_dll oledlg enable_oledlg implib
,po
17049 wine_fn_config_dll olepro32 enable_olepro32 implib
17050 wine_fn_config_dll olesvr.dll16 enable_win16
17051 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17052 wine_fn_config_dll olethk32 enable_olethk32
17053 wine_fn_config_dll openal32 enable_openal32
17054 wine_fn_config_dll opencl enable_opencl
17055 wine_fn_config_dll opengl32 enable_opengl32 implib
17056 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17057 wine_fn_config_dll pdh enable_pdh implib
17058 wine_fn_config_test dlls
/pdh
/tests pdh_test
17059 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17060 wine_fn_config_dll pidgen enable_pidgen
17061 wine_fn_config_dll powrprof enable_powrprof implib
17062 wine_fn_config_dll printui enable_printui
17063 wine_fn_config_dll propsys enable_propsys clean
,implib
17064 wine_fn_config_test dlls
/propsys
/tests propsys_test
17065 wine_fn_config_dll psapi enable_psapi implib
17066 wine_fn_config_test dlls
/psapi
/tests psapi_test
17067 wine_fn_config_dll pstorec enable_pstorec clean
17068 wine_fn_config_dll qcap enable_qcap
17069 wine_fn_config_test dlls
/qcap
/tests qcap_test
17070 wine_fn_config_dll qedit enable_qedit clean
17071 wine_fn_config_test dlls
/qedit
/tests qedit_test
17072 wine_fn_config_dll qmgr enable_qmgr clean
17073 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17074 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17075 wine_fn_config_dll quartz enable_quartz clean
,implib
17076 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17077 wine_fn_config_dll query enable_query
17078 wine_fn_config_dll rasapi16.dll16 enable_win16
17079 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17080 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17081 wine_fn_config_dll rasdlg enable_rasdlg implib
17082 wine_fn_config_dll regapi enable_regapi
17083 wine_fn_config_dll resutils enable_resutils implib
17084 wine_fn_config_dll riched20 enable_riched20 implib
17085 wine_fn_config_test dlls
/riched20
/tests riched20_test
17086 wine_fn_config_dll riched32 enable_riched32
17087 wine_fn_config_test dlls
/riched32
/tests riched32_test
17088 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17089 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17090 wine_fn_config_dll rsabase enable_rsabase
17091 wine_fn_config_dll rsaenh enable_rsaenh implib
17092 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17093 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17094 wine_fn_config_dll rtutils enable_rtutils implib
17095 wine_fn_config_dll samlib enable_samlib
17096 wine_fn_config_dll sane.ds enable_sane_ds po
17097 wine_fn_config_dll scarddlg enable_scarddlg
17098 wine_fn_config_dll sccbase enable_sccbase
17099 wine_fn_config_dll schannel enable_schannel
17100 wine_fn_config_test dlls
/schannel
/tests schannel_test
17101 wine_fn_config_dll scrrun enable_scrrun clean
17102 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17103 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17104 wine_fn_config_dll secur32 enable_secur32 implib
17105 wine_fn_config_test dlls
/secur32
/tests secur32_test
17106 wine_fn_config_dll security enable_security
17107 wine_fn_config_dll sensapi enable_sensapi implib
17108 wine_fn_config_dll serialui enable_serialui implib
,po
17109 wine_fn_config_test dlls
/serialui
/tests serialui_test
17110 wine_fn_config_dll setupapi enable_setupapi implib
,po
17111 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17112 wine_fn_config_dll setupx.dll16 enable_win16
17113 wine_fn_config_dll sfc enable_sfc implib
17114 wine_fn_config_dll sfc_os enable_sfc_os implib
17115 wine_fn_config_dll shdoclc enable_shdoclc po
17116 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17117 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17118 wine_fn_config_dll shell.dll16 enable_win16
17119 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17120 wine_fn_config_test dlls
/shell32
/tests shell32_test
17121 wine_fn_config_dll shfolder enable_shfolder implib
17122 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17123 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17124 wine_fn_config_dll slbcsp enable_slbcsp
17125 wine_fn_config_dll slc enable_slc implib
17126 wine_fn_config_dll snmpapi enable_snmpapi implib
17127 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17128 wine_fn_config_dll softpub enable_softpub
17129 wine_fn_config_dll sound.drv16 enable_win16
17130 wine_fn_config_dll spoolss enable_spoolss implib
17131 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17132 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17133 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17134 wine_fn_config_dll sti enable_sti clean
,implib
17135 wine_fn_config_test dlls
/sti
/tests sti_test
17136 wine_fn_config_dll storage.dll16 enable_win16
17137 wine_fn_config_dll stress.dll16 enable_win16
17138 wine_fn_config_lib strmbase
17139 wine_fn_config_lib strmiids
17140 wine_fn_config_dll svrapi enable_svrapi
17141 wine_fn_config_dll sxs enable_sxs implib
17142 wine_fn_config_test dlls
/sxs
/tests sxs_test
17143 wine_fn_config_dll system.drv16 enable_win16
17144 wine_fn_config_dll t2embed enable_t2embed
17145 wine_fn_config_dll tapi32 enable_tapi32 implib
17146 wine_fn_config_dll taskschd enable_taskschd clean
17147 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17148 wine_fn_config_dll toolhelp.dll16 enable_win16
17149 wine_fn_config_dll traffic enable_traffic
17150 wine_fn_config_dll twain.dll16 enable_win16
17151 wine_fn_config_dll twain_32 enable_twain_32
17152 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17153 wine_fn_config_dll typelib.dll16 enable_win16
17154 wine_fn_config_dll unicows enable_unicows implib
17155 wine_fn_config_dll updspapi enable_updspapi
17156 wine_fn_config_dll url enable_url implib
17157 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17158 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17159 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17160 wine_fn_config_dll user.exe16 enable_win16
17161 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17162 wine_fn_config_test dlls
/user32
/tests user32_test
17163 wine_fn_config_dll userenv enable_userenv implib
17164 wine_fn_config_test dlls
/userenv
/tests userenv_test
17165 wine_fn_config_dll usp10 enable_usp10 implib
17166 wine_fn_config_test dlls
/usp10
/tests usp10_test
17167 wine_fn_config_lib uuid
17168 wine_fn_config_dll uxtheme enable_uxtheme implib
17169 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17170 wine_fn_config_dll vbscript enable_vbscript clean
17171 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17172 wine_fn_config_dll vcomp enable_vcomp
17173 wine_fn_config_dll vcomp100 enable_vcomp100
17174 wine_fn_config_dll vcomp90 enable_vcomp90
17175 wine_fn_config_dll vdhcp.vxd enable_win16
17176 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17177 wine_fn_config_dll ver.dll16 enable_win16
17178 wine_fn_config_dll version enable_version implib
17179 wine_fn_config_test dlls
/version
/tests version_test
17180 wine_fn_config_dll vmm.vxd enable_win16
17181 wine_fn_config_dll vnbt.vxd enable_win16
17182 wine_fn_config_dll vnetbios.vxd enable_win16
17183 wine_fn_config_dll vtdapi.vxd enable_win16
17184 wine_fn_config_dll vwin32.vxd enable_win16
17185 wine_fn_config_dll w32skrnl enable_win16
17186 wine_fn_config_dll w32sys.dll16 enable_win16
17187 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17188 wine_fn_config_dll wbemprox enable_wbemprox clean
17189 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17190 wine_fn_config_dll webservices enable_webservices implib
17191 wine_fn_config_dll wer enable_wer implib
17192 wine_fn_config_test dlls
/wer
/tests wer_test
17193 wine_fn_config_dll wevtapi enable_wevtapi
17194 wine_fn_config_dll wiaservc enable_wiaservc clean
17195 wine_fn_config_dll win32s16.dll16 enable_win16
17196 wine_fn_config_dll win87em.dll16 enable_win16
17197 wine_fn_config_dll winaspi.dll16 enable_win16
17198 wine_fn_config_dll windebug.dll16 enable_win16
17199 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17200 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17201 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17202 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17203 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17204 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17205 wine_fn_config_lib winecrt0
17206 wine_fn_config_dll wined3d enable_wined3d implib
17207 wine_fn_config_dll winegstreamer enable_winegstreamer
17208 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17209 wine_fn_config_dll winemac.drv enable_winemac_drv
17210 wine_fn_config_dll winemapi enable_winemapi
17211 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17212 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17213 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17214 wine_fn_config_dll wineps16.drv16 enable_win16
17215 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17216 wine_fn_config_dll winex11.drv enable_winex11_drv
17217 wine_fn_config_dll wing.dll16 enable_win16
17218 wine_fn_config_dll wing32 enable_wing32
17219 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17220 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17221 wine_fn_config_dll wininet enable_wininet implib
,po
17222 wine_fn_config_test dlls
/wininet
/tests wininet_test
17223 wine_fn_config_dll winmm enable_winmm implib
,po
17224 wine_fn_config_test dlls
/winmm
/tests winmm_test
17225 wine_fn_config_dll winnls.dll16 enable_win16
17226 wine_fn_config_dll winnls32 enable_winnls32 implib
17227 wine_fn_config_dll winscard enable_winscard implib
17228 wine_fn_config_dll winsock.dll16 enable_win16
17229 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17230 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17231 wine_fn_config_dll winsta enable_winsta
17232 wine_fn_config_dll wintab.dll16 enable_win16
17233 wine_fn_config_dll wintab32 enable_wintab32 implib
17234 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17235 wine_fn_config_dll wintrust enable_wintrust implib
17236 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17237 wine_fn_config_dll wlanapi enable_wlanapi
17238 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17239 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17240 wine_fn_config_dll wmi enable_wmi
17241 wine_fn_config_dll wmiutils enable_wmiutils clean
17242 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17243 wine_fn_config_dll wmp enable_wmp clean
17244 wine_fn_config_test dlls
/wmp
/tests wmp_test
17245 wine_fn_config_dll wmvcore enable_wmvcore
17246 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17247 wine_fn_config_dll wow32 enable_win16 implib
17248 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17249 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17250 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17251 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17252 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17253 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17254 wine_fn_config_dll wsock32 enable_wsock32 implib
17255 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17256 wine_fn_config_dll wuapi enable_wuapi clean
17257 wine_fn_config_dll wuaueng enable_wuaueng
17258 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17259 wine_fn_config_dll xinput1_1 enable_xinput1_1
17260 wine_fn_config_dll xinput1_2 enable_xinput1_2
17261 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17262 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17263 wine_fn_config_dll xinput1_4 enable_xinput1_4
17264 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17265 wine_fn_config_dll xmllite enable_xmllite implib
17266 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17267 wine_fn_config_dll xolehlp enable_xolehlp
17268 wine_fn_config_dll xpsprint enable_xpsprint
17269 wine_fn_config_dll xpssvcs enable_xpssvcs
17270 wine_fn_config_makefile documentation enable_documentation clean
17271 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17272 wine_fn_config_makefile include enable_include clean
,install-dev
17273 wine_fn_config_makefile libs
/port enable_libs_port
17274 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17275 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17276 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17277 wine_fn_config_program arp enable_arp
install
17278 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17279 wine_fn_config_program attrib enable_attrib
install,po
17280 wine_fn_config_program cabarc enable_cabarc
install
17281 wine_fn_config_program cacls enable_cacls
install
17282 wine_fn_config_program
clock enable_clock
install,po
17283 wine_fn_config_program cmd enable_cmd
install,po
17284 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17285 wine_fn_config_program conhost enable_conhost
install
17286 wine_fn_config_program control enable_control
install
17287 wine_fn_config_program cscript enable_cscript
install
17288 wine_fn_config_program dpnsvr enable_dpnsvr
install
17289 wine_fn_config_program dxdiag enable_dxdiag
install,po
17290 wine_fn_config_program eject enable_eject
install
17291 wine_fn_config_program
expand enable_expand
install
17292 wine_fn_config_program explorer enable_explorer
install,po
17293 wine_fn_config_program extrac32 enable_extrac32
install
17294 wine_fn_config_program findstr enable_findstr
install
17295 wine_fn_config_program hh enable_hh
install
17296 wine_fn_config_program hostname enable_hostname
install,po
17297 wine_fn_config_program icinfo enable_icinfo
install
17298 wine_fn_config_program iexplore enable_iexplore
install
17299 wine_fn_config_program ipconfig enable_ipconfig
install,po
17300 wine_fn_config_program lodctr enable_lodctr
install
17301 wine_fn_config_program mofcomp enable_mofcomp
install
17302 wine_fn_config_program mshta enable_mshta
install
17303 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17304 wine_fn_config_program net enable_net
install,po
17305 wine_fn_config_program netsh enable_netsh
install
17306 wine_fn_config_program netstat enable_netstat
install,po
17307 wine_fn_config_program ngen enable_ngen
install
17308 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17309 wine_fn_config_program oleview enable_oleview
install,po
17310 wine_fn_config_program
ping enable_ping
install
17311 wine_fn_config_program plugplay enable_plugplay
install
17312 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17313 wine_fn_config_program progman enable_progman
install,po
17314 wine_fn_config_program reg enable_reg
install,po
17315 wine_fn_config_program regasm enable_regasm
install
17316 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17317 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17318 wine_fn_config_program regsvcs enable_regsvcs
install
17319 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
17320 wine_fn_config_program rpcss enable_rpcss clean
,install
17321 wine_fn_config_program rundll.exe16 enable_win16
install
17322 wine_fn_config_program rundll32 enable_rundll32
install
17323 wine_fn_config_program sc enable_sc
install
17324 wine_fn_config_program schtasks enable_schtasks
install
17325 wine_fn_config_program secedit enable_secedit
install
17326 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17327 wine_fn_config_program services enable_services clean
,install
17328 wine_fn_config_test programs
/services
/tests services.exe_test
17329 wine_fn_config_program spoolsv enable_spoolsv
install
17330 wine_fn_config_program start enable_start
install,po
17331 wine_fn_config_program svchost enable_svchost
install
17332 wine_fn_config_program taskkill enable_taskkill
install,po
17333 wine_fn_config_program tasklist enable_tasklist
install
17334 wine_fn_config_program taskmgr enable_taskmgr
install,po
17335 wine_fn_config_program termsv enable_termsv
install
17336 wine_fn_config_program uninstaller enable_uninstaller
install,po
17337 wine_fn_config_program unlodctr enable_unlodctr
install
17338 wine_fn_config_program view enable_view
install,po
17339 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17340 wine_fn_config_program winebrowser enable_winebrowser
install
17341 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17342 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17343 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17344 wine_fn_config_program winedevice enable_winedevice
install
17345 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17346 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17347 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17348 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17349 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17350 wine_fn_config_program winetest enable_winetest clean
17351 wine_fn_config_program winevdm enable_win16
install
17352 wine_fn_config_program winhelp.exe16 enable_win16
install
17353 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17354 wine_fn_config_program winoldap.mod16 enable_win16
install
17355 wine_fn_config_program winver enable_winver
install
17356 wine_fn_config_program wmic enable_wmic
install,po
17357 wine_fn_config_program wordpad enable_wordpad
install,po
17358 wine_fn_config_program
write enable_write
install,po
17359 wine_fn_config_program wscript enable_wscript clean
,install
17360 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17361 wine_fn_config_program wusa enable_wusa
install
17362 wine_fn_config_program xcopy enable_xcopy
install,po
17363 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17364 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17365 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17366 wine_fn_config_tool tools
/sfnt2fon clean
17367 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17368 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17369 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17370 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17371 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17372 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17424 wine_fn_ignore_file
".gitignore"
17425 wine_fn_ignore_file
"Makefile"
17426 wine_fn_ignore_file
"TAGS"
17427 wine_fn_ignore_file
"tags"
17428 wine_fn_ignore_file
"autom4te.cache"
17429 wine_fn_ignore_file
"config.cache"
17430 wine_fn_ignore_file
"config.log"
17431 wine_fn_ignore_file
"config.status"
17432 wine_fn_ignore_file
"configure.lineno"
17433 wine_fn_ignore_file
"include/config.h"
17434 wine_fn_ignore_file
"include/stamp-h"
17435 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
17437 if test "x$enable_tools" != xno
17439 wine_fn_ignore_file
"tools/makedep$ac_exeext"
17440 ac_config_commands
="$ac_config_commands tools/makedep"
17444 ac_config_commands
="$ac_config_commands Makefile"
17447 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
17451 if test "x$enable_maintainer_mode" = xyes
17453 wine_fn_append_rule
"configure: configure.ac aclocal.m4
17454 autoconf --warnings=all
17455 include/config.h.in: include/stamp-h.in
17456 include/stamp-h.in: configure.ac aclocal.m4
17457 autoheader --warnings=all
17458 @echo timestamp > \$@"
17461 if test "x$with_gettextpo" = xyes
17463 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
17464 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
17465 \$(LINGUAS:%=po/%.po): po/wine.pot
17466 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
17467 po/wine.pot: \$(ALL_POT_FILES)
17468 msgcat -o \$@ \$(ALL_POT_FILES)"
17471 if test "$MSGFMT" != false
17473 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
17475 \$(RM) \$(LINGUAS:%=po/%.mo)"
17478 test "$srcdir" = . || posrc
="$srcdir/po"
17481 wine_fn_ignore_file
"po/$i.mo"
17482 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
17483 \$(MSGFMT) -o \$@ $posrc/$i.po"
17489 if test "x$enable_tools" != xno
17491 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
17492 @./config.status tools/makedep
17493 Makefile: tools/makedep$ac_exeext
17495 \$(RM) tools/makedep$ac_exeext"
17497 wine_fn_append_rule
"\$(MAKEDEP):
17498 @echo \"You need to run make in $TOOLSDIR first\" && false"
17501 if test -n "$with_wine64"
17503 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
17504 fonts server tools:
17505 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
17506 $with_wine64/loader/wine:
17507 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
17508 $with_wine64/loader/wine-preloader:
17509 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
17511 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
17513 as_fn_append LOADER_RULES
"
17516 install install-lib:: wine.inf install-man-pages
17517 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
17518 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17521 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17525 if test "$srcdir" = .
17527 ac_config_commands
="$ac_config_commands .gitignore"
17531 $as_echo " done" >&6
17532 cat >confcache
<<\_ACEOF
17533 # This file is a shell script that caches the results of configure
17534 # tests run on this system so they can be shared between configure
17535 # scripts and configure runs, see configure's option --config-cache.
17536 # It is not useful on other systems. If it contains results you don't
17537 # want to keep, you may remove or edit it.
17539 # config.status only pays attention to the cache file if you give it
17540 # the --recheck option to rerun configure.
17542 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17543 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17544 # following values.
17548 # The following way of writing the cache mishandles newlines in values,
17549 # but we know of no workaround that is simple, portable, and efficient.
17550 # So, we kill variables containing newlines.
17551 # Ultrix sh set writes to stderr and can't be redirected directly,
17552 # and sets the high bit in the cache file unless we assign to the vars.
17554 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17555 eval ac_val
=\$
$ac_var
17559 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17560 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17563 _ | IFS | as_nl
) ;; #(
17564 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
17565 *) { eval $ac_var=; unset $ac_var;} ;;
17571 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17572 *${as_nl}ac_space
=\
*)
17573 # `set' does not quote correctly, so add quotes: double-quote
17574 # substitution turns \\\\ into \\, and sed turns \\ into \.
17577 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17580 # `set' quotes correctly as required by POSIX, so do not add quotes.
17581 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17590 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17592 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17594 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
17595 if test -w "$cache_file"; then
17596 if test "x$cache_file" != "x/dev/null"; then
17597 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17598 $as_echo "$as_me: updating cache $cache_file" >&6;}
17599 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
17600 cat confcache
>"$cache_file"
17602 case $cache_file in #(
17604 mv -f confcache
"$cache_file"$$
&&
17605 mv -f "$cache_file"$$
"$cache_file" ;; #(
17607 mv -f confcache
"$cache_file" ;;
17612 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17613 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17618 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17619 # Let make expand exec_prefix.
17620 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17622 DEFS
=-DHAVE_CONFIG_H
17627 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17628 # 1. Remove the extension, and $U if already installed.
17629 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17630 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17631 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17632 # will be set to the directory where LIBOBJS objects are built.
17633 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17634 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17636 LIBOBJS
=$ac_libobjs
17638 LTLIBOBJS
=$ac_ltlibobjs
17642 : "${CONFIG_STATUS=./config.status}"
17644 ac_clean_files_save
=$ac_clean_files
17645 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17646 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17647 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17649 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17651 # Generated by $as_me.
17652 # Run this file to recreate the current configuration.
17653 # Compiler output produced by configure, useful for debugging
17654 # configure, is in config.log if it exists.
17657 ac_cs_recheck=false
17660 SHELL=\${CONFIG_SHELL-$SHELL}
17663 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17664 ## -------------------- ##
17665 ## M4sh Initialization. ##
17666 ## -------------------- ##
17668 # Be more Bourne compatible
17669 DUALCASE
=1; export DUALCASE
# for MKS sh
17670 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17673 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17674 # is contrary to our usage. Disable this feature.
17675 alias -g '${1+"$@"}'='"$@"'
17676 setopt NO_GLOB_SUBST
17678 case `(set -o) 2>/dev/null` in #(
17690 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17691 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17692 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17693 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17694 # Prefer a ksh shell builtin over an external printf program on Solaris,
17695 # but without wasting forks for bash or zsh.
17696 if test -z "$BASH_VERSION$ZSH_VERSION" \
17697 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17698 as_echo='print
-r --'
17699 as_echo_n='print
-rn --'
17700 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17701 as_echo='printf %s
\n'
17702 as_echo_n='printf %s
'
17704 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17705 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17706 as_echo_n='/usr
/ucb
/echo -n'
17708 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17709 as_echo_n_body='eval
17713 expr "X$arg" : "X\\(.*\\)$as_nl";
17714 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17716 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17718 export as_echo_n_body
17719 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17721 export as_echo_body
17722 as_echo='sh
-c $as_echo_body as_echo
'
17725 # The user is always right.
17726 if test "${PATH_SEPARATOR+set}" != set; then
17728 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17729 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17736 # We need space, tab and new line, in precisely that order. Quoting is
17737 # there to prevent editors from complaining about space-tab.
17738 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17739 # splitting by setting IFS to empty value.)
17742 # Find who we are. Look in the path if we contain no directory separator.
17745 *[\\/]* ) as_myself=$0 ;;
17746 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17747 for as_dir in $PATH
17750 test -z "$as_dir" && as_dir=.
17751 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17757 # We did not find ourselves, most probably we were run as `sh COMMAND'
17758 # in which case we are not to be found in the path.
17759 if test "x$as_myself" = x
; then
17762 if test ! -f "$as_myself"; then
17763 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17767 # Unset variables that we do not need and which cause bugs (e.g. in
17768 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17769 # suppresses any "Segmentation fault" message there. '((' could
17770 # trigger a bug in pdksh 5.2.14.
17771 for as_var
in BASH_ENV ENV MAIL MAILPATH
17772 do eval test x\
${$as_var+set} = xset \
17773 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17786 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17789 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17790 # ----------------------------------------
17791 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17792 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17793 # script with STATUS, using 1 if that was 0.
17796 as_status
=$1; test $as_status -eq 0 && as_status
=1
17798 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17799 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17801 $as_echo "$as_me: error: $2" >&2
17802 as_fn_exit
$as_status
17806 # as_fn_set_status STATUS
17807 # -----------------------
17808 # Set $? to STATUS, without forking.
17809 as_fn_set_status
()
17812 } # as_fn_set_status
17814 # as_fn_exit STATUS
17815 # -----------------
17816 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17820 as_fn_set_status
$1
17826 # Portably unset VAR.
17829 { eval $1=; unset $1;}
17831 as_unset
=as_fn_unset
17832 # as_fn_append VAR VALUE
17833 # ----------------------
17834 # Append the text in VALUE to the end of the definition contained in VAR. Take
17835 # advantage of any shell optimizations that allow amortized linear growth over
17836 # repeated appends, instead of the typical quadratic growth present in naive
17838 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17839 eval 'as_fn_append ()
17850 # as_fn_arith ARG...
17851 # ------------------
17852 # Perform arithmetic evaluation on the ARGs, and store the result in the
17853 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17854 # must be portable across $(()) and expr.
17855 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17856 eval 'as_fn_arith ()
17863 as_val
=`expr "$@" || test $? -eq 1`
17868 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17869 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17875 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17876 as_basename
=basename
17881 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17887 as_me
=`$as_basename -- "$0" ||
17888 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17889 X"$0" : 'X\(//\)$' \| \
17890 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17892 sed '/^.*\/\([^/][^/]*\)\/*$/{
17906 # Avoid depending upon Character Ranges.
17907 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17908 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17909 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17910 as_cr_digits
='0123456789'
17911 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17913 ECHO_C
= ECHO_N
= ECHO_T
=
17914 case `echo -n x` in #(((((
17916 case `echo 'xy\c'` in
17917 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17919 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17926 rm -f conf$$ conf$$.exe conf$$.
file
17927 if test -d conf$$.dir
; then
17928 rm -f conf$$.dir
/conf$$.
file
17931 mkdir conf$$.dir
2>/dev
/null
17933 if (echo >conf$$.
file) 2>/dev
/null
; then
17934 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17936 # ... but there are two gotchas:
17937 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17938 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17939 # In both cases, we have to default to `cp -pR'.
17940 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17942 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17950 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17951 rmdir conf$$.dir
2>/dev
/null
17956 # Create "$as_dir" as a directory, including parents if necessary.
17961 -*) as_dir
=.
/$as_dir;;
17963 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17967 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17968 *) as_qdir
=$as_dir;;
17970 as_dirs
="'$as_qdir' $as_dirs"
17971 as_dir
=`$as_dirname -- "$as_dir" ||
17972 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17973 X"$as_dir" : 'X\(//\)[^/]' \| \
17974 X"$as_dir" : 'X\(//\)$' \| \
17975 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17976 $as_echo X"$as_dir" |
17977 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17981 /^X\(\/\/\)[^/].*/{
17994 test -d "$as_dir" && break
17996 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17997 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18001 if mkdir
-p .
2>/dev
/null
; then
18002 as_mkdir_p
='mkdir -p "$as_dir"'
18004 test -d .
/-p && rmdir .
/-p
18009 # as_fn_executable_p FILE
18010 # -----------------------
18011 # Test if FILE is an executable regular file.
18012 as_fn_executable_p
()
18014 test -f "$1" && test -x "$1"
18015 } # as_fn_executable_p
18016 as_test_x
='test -x'
18017 as_executable_p
=as_fn_executable_p
18019 # Sed expression to map a string onto a valid CPP name.
18020 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18022 # Sed expression to map a string onto a valid variable name.
18023 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18027 ## ----------------------------------- ##
18028 ## Main body of $CONFIG_STATUS script. ##
18029 ## ----------------------------------- ##
18031 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18034 # Save the log message, to keep $0 and so on meaningful, and to
18035 # report actual input values of CONFIG_FILES etc. instead of their
18036 # values after options handling.
18038 This file was extended by Wine $as_me 1.7.12, which was
18039 generated by GNU Autoconf 2.69. Invocation command line was
18041 CONFIG_FILES = $CONFIG_FILES
18042 CONFIG_HEADERS = $CONFIG_HEADERS
18043 CONFIG_LINKS = $CONFIG_LINKS
18044 CONFIG_COMMANDS = $CONFIG_COMMANDS
18047 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18052 case $ac_config_files in *"
18053 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18056 case $ac_config_headers in *"
18057 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18062 # Files that config.status was made for.
18063 config_files="$ac_config_files"
18064 config_headers="$ac_config_headers"
18065 config_links="$ac_config_links"
18066 config_commands="$ac_config_commands"
18070 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18072 \`$as_me' instantiates files and other configuration actions
18073 from templates according to the current configuration. Unless the files
18074 and actions are specified as TAGs, all are instantiated by default.
18076 Usage: $0 [OPTION]... [TAG]...
18078 -h, --help print this help, then exit
18079 -V, --version print version number and configuration settings, then exit
18080 --config print configuration, then exit
18081 -q, --quiet, --silent
18082 do not print progress messages
18083 -d, --debug don't remove temporary files
18084 --recheck update $as_me by reconfiguring in the same conditions
18085 --file=FILE[:TEMPLATE]
18086 instantiate the configuration file FILE
18087 --header=FILE[:TEMPLATE]
18088 instantiate the configuration header FILE
18090 Configuration files:
18093 Configuration headers:
18096 Configuration links:
18099 Configuration commands:
18102 Report bugs to <wine-devel@winehq.org>.
18103 Wine home page: <http://www.winehq.org>."
18106 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18107 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18109 Wine config.status 1.7.12
18110 configured by $0, generated by GNU Autoconf 2.69,
18111 with options \\"\$ac_cs_config\\"
18113 Copyright (C) 2012 Free Software Foundation, Inc.
18114 This config.status script is free software; the Free Software Foundation
18115 gives unlimited permission to copy, distribute and modify it."
18119 test -n "\$AWK" || AWK=awk
18122 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18123 # The default lists apply if the user does not specify any file.
18129 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18130 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18134 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18146 # Handling of the options.
18147 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18149 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18150 $as_echo "$ac_cs_version"; exit ;;
18151 --config |
--confi |
--conf |
--con |
--co |
--c )
18152 $as_echo "$ac_cs_config"; exit ;;
18153 --debug |
--debu |
--deb |
--de |
--d |
-d )
18155 --file |
--fil |
--fi |
--f )
18158 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18159 '') as_fn_error $?
"missing file argument" ;;
18161 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18162 ac_need_defaults
=false
;;
18163 --header |
--heade |
--head |
--hea )
18166 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18168 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18169 ac_need_defaults
=false
;;
18171 # Conflict between --help and --header
18172 as_fn_error $?
"ambiguous option: \`$1'
18173 Try \`$0 --help' for more information.";;
18174 --help |
--hel |
-h )
18175 $as_echo "$ac_cs_usage"; exit ;;
18176 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18177 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18180 # This is an error.
18181 -*) as_fn_error $?
"unrecognized option: \`$1'
18182 Try \`$0 --help' for more information." ;;
18184 *) as_fn_append ac_config_targets
" $1"
18185 ac_need_defaults
=false
;;
18191 ac_configure_extra_args
=
18193 if $ac_cs_silent; then
18195 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18199 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18200 if \$ac_cs_recheck; then
18201 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18203 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18204 CONFIG_SHELL='$SHELL'
18205 export CONFIG_SHELL
18210 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18214 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18215 ## Running $as_me. ##
18221 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18225 wine_fn_output_makedep ()
18227 as_dir=tools; as_fn_mkdir_p
18228 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18230 wine_fn_output_makefile ()
18232 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
18233 `cat $wine_rules_file`
18235 as_fn_error $? "could not create Makefile" "$LINENO" 5
18237 wine_fn_output_gitignore ()
18239 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18242 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18249 # Handling of arguments.
18250 for ac_config_target
in $ac_config_targets
18252 case $ac_config_target in
18253 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18254 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18255 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18256 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18257 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18258 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18259 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18260 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18261 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18262 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18263 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18264 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18265 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18266 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18268 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18273 # If the user did not use the arguments to specify the items to instantiate,
18274 # then the envvar interface is used. Set only those that are not.
18275 # We use the long form for the default assignment because of an extremely
18276 # bizarre bug on SunOS 4.1.3.
18277 if $ac_need_defaults; then
18278 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18279 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18280 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18281 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18284 # Have a temporary directory for convenience. Make it in the build tree
18285 # simply because there is no reason against having it here, and in addition,
18286 # creating and moving files from /tmp can sometimes cause problems.
18287 # Hook for its removal unless debugging.
18288 # Note that there is a small window in which the directory will not be cleaned:
18289 # after its creation but before its name has been assigned to `$tmp'.
18293 trap 'exit_status=$?
18294 : "${ac_tmp:=$tmp}"
18295 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18297 trap 'as_fn_exit 1' 1 2 13 15
18299 # Create a (secure) tmp directory for tmp files.
18302 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18306 tmp
=.
/conf$$
-$RANDOM
18307 (umask 077 && mkdir
"$tmp")
18308 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18311 # Set up the scripts for CONFIG_FILES section.
18312 # No need to generate them if there are no CONFIG_FILES.
18313 # This happens for instance with `./config.status config.h'.
18314 if test -n "$CONFIG_FILES"; then
18317 ac_cr
=`echo X | tr X '\015'`
18318 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18319 # But we know of no other shell where ac_cr would be empty at this
18320 # point, so we can use a bashism as a fallback.
18321 if test "x$ac_cr" = x
; then
18322 eval ac_cr
=\$
\'\\r
\'
18324 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18325 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18328 ac_cs_awk_cr
=$ac_cr
18331 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18336 echo "cat >conf$$subs.awk <<_ACEOF" &&
18337 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18339 } >conf$$subs.sh ||
18340 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18341 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18343 for ac_last_try in false false false false false :; do
18344 . ./conf$$subs.sh ||
18345 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18347 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18348 if test $ac_delim_n = $ac_delim_num; then
18350 elif $ac_last_try; then
18351 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18353 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18356 rm -f conf$$subs.sh
18358 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18359 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18363 s/^/S["/; s
/!.
*/"]=/
18373 s/\(.\{148\}\)..*/\1/
18375 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18380 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18387 s/\(.\{148\}\)..*/\1/
18389 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18393 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18398 ' <conf$$subs.awk | sed '
18403 ' >>$CONFIG_STATUS || ac_write_fail=1
18404 rm -f conf$$subs.awk
18405 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18407 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18408 for (key in S) S_is_set[key] = 1
18414 nfields = split(line, field, "@
")
18416 len = length(field[1])
18417 for (i = 2; i < nfields; i++) {
18419 keylen = length(key)
18420 if (S_is_set[key]) {
18422 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18423 len += length(value) + length(field[++i])
18434 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18435 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18436 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18439 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18440 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18443 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18444 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18445 # trailing colons and then remove the whole line if VPATH becomes empty
18446 # (actually we leave an empty line to preserve line numbers).
18447 if test "x
$srcdir" = x.; then
18448 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18467 fi # test -n "$CONFIG_FILES"
18469 # Set up the scripts for CONFIG_HEADERS section.
18470 # No need to generate them if there are no CONFIG_HEADERS.
18471 # This happens for instance with `./config.status Makefile'.
18472 if test -n "$CONFIG_HEADERS"; then
18473 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18477 # Transform confdefs.h into an awk script `defines.awk', embedded as
18478 # here-document in config.status, that substitutes the proper values into
18479 # config.h.in to produce config.h.
18481 # Create a delimiter string that does not exist in confdefs.h, to ease
18482 # handling of long lines.
18484 for ac_last_try in false false :; do
18485 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18486 if test -z "$ac_tt"; then
18488 elif $ac_last_try; then
18489 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18491 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18495 # For the awk script, D is an array of macro values keyed by name,
18496 # likewise P contains macro parameters if any. Preserve backslash
18497 # newline sequences.
18499 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18501 s/.\{148\}/&'"$ac_delim"'/g
18504 s/^[ ]*#[ ]*define[ ][ ]*/ /
18511 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18513 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18517 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18518 D["\
1"]=" \
3\\\\\\n
"\\/p
18520 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18525 s/.\{148\}/&'"$ac_delim"'/g
18530 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18533 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18535 ' <confdefs.h | sed '
18536 s/'"$ac_delim"'/"\\\
18537 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18539 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18540 for (key in D) D_is_set[key] = 1
18543 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18545 split(line, arg, " ")
18546 if (arg[1] == "#") {
18550 defundef
= substr
(arg
[1], 2)
18553 split(mac1
, mac2
, "(") #)
18555 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18556 if (D_is_set
[macro
]) {
18557 # Preserve the white space surrounding the "#".
18558 print prefix
"define", macro P
[macro
] D
[macro
]
18561 # Replace #undef with comments. This is necessary, for example,
18562 # in the case of _POSIX_SOURCE, which is predefined and required
18563 # on some systems where configure will not decide to define it.
18564 if (defundef
== "undef") {
18565 print
"/*", prefix defundef
, macro
, "*/"
18573 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18574 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18575 fi # test -n "$CONFIG_HEADERS"
18578 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18583 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18585 case $ac_mode$ac_tag in
18587 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18588 :[FH
]-) ac_tag
=-:-;;
18589 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18606 -) ac_f
="$ac_tmp/stdin";;
18607 *) # Look for the file first in the build tree, then in the source tree
18608 # (if the path is not absolute). The absolute path cannot be DOS-style,
18609 # because $ac_f cannot contain `:'.
18613 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18615 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18617 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18618 as_fn_append ac_file_inputs
" '$ac_f'"
18621 # Let's still pretend it is `configure' which instantiates (i.e., don't
18622 # use $as_me), people would be surprised to read:
18623 # /* config.h. Generated by config.status. */
18624 configure_input
='Generated from '`
18625 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18627 if test x
"$ac_file" != x-
; then
18628 configure_input
="$ac_file. $configure_input"
18629 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18630 $as_echo "$as_me: creating $ac_file" >&6;}
18632 # Neutralize special characters interpreted by sed in replacement strings.
18633 case $configure_input in #(
18634 *\
&* |
*\|
* |
*\\* )
18635 ac_sed_conf_input
=`$as_echo "$configure_input" |
18636 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18637 *) ac_sed_conf_input
=$configure_input;;
18641 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18642 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18647 ac_dir
=`$as_dirname -- "$ac_file" ||
18648 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18649 X"$ac_file" : 'X\(//\)[^/]' \| \
18650 X"$ac_file" : 'X\(//\)$' \| \
18651 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18652 $as_echo X"$ac_file" |
18653 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18657 /^X\(\/\/\)[^/].*/{
18670 as_dir
="$ac_dir"; as_fn_mkdir_p
18674 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18676 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18677 # A ".." for each directory in $ac_dir_suffix.
18678 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18679 case $ac_top_builddir_sub in
18680 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18681 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18684 ac_abs_top_builddir
=$ac_pwd
18685 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18686 # for backward compatibility:
18687 ac_top_builddir
=$ac_top_build_prefix
18690 .
) # We are building in place.
18692 ac_top_srcdir
=$ac_top_builddir_sub
18693 ac_abs_top_srcdir
=$ac_pwd ;;
18694 [\\/]* | ?
:[\\/]* ) # Absolute name.
18695 ac_srcdir
=$srcdir$ac_dir_suffix;
18696 ac_top_srcdir
=$srcdir
18697 ac_abs_top_srcdir
=$srcdir ;;
18698 *) # Relative name.
18699 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18700 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18701 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18703 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18714 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18715 # If the template does not know about datarootdir, expand it.
18716 # FIXME: This hack should be removed a few years after 2.60.
18717 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18728 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18729 *datarootdir
*) ac_datarootdir_seen
=yes;;
18730 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18732 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18734 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18735 ac_datarootdir_hack='
18736 s&@datadir@&$datadir&g
18737 s&@docdir@&$docdir&g
18738 s&@infodir@&$infodir&g
18739 s&@localedir@&$localedir&g
18740 s&@mandir@&$mandir&g
18741 s&\\\${datarootdir}&$datarootdir&g' ;;
18745 # Neutralize VPATH when `$srcdir' = `.'.
18746 # Shell code in configure.ac might set extrasub.
18747 # FIXME: do we really want to maintain this feature?
18748 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18749 ac_sed_extra="$ac_vpsub
18752 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18754 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18755 s|@configure_input@|
$ac_sed_conf_input|
;t t
18756 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18757 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18758 s
&@srcdir@
&$ac_srcdir&;t t
18759 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18760 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18761 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18762 s
&@builddir@
&$ac_builddir&;t t
18763 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18764 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18765 $ac_datarootdir_hack
18767 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18768 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18770 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18771 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18772 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18773 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18775 which seems to be undefined. Please make sure it is defined" >&5
18776 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18777 which seems to be undefined. Please make sure it is defined" >&2;}
18779 rm -f "$ac_tmp/stdin"
18781 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18782 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18784 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18790 if test x"$ac_file" != x-; then
18792 $as_echo "/* $configure_input */" \
18793 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18794 } >"$ac_tmp/config.h" \
18795 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18796 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18797 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18798 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18801 mv "$ac_tmp/config.h" "$ac_file" \
18802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18805 $as_echo "/* $configure_input */" \
18806 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18807 || as_fn_error $? "could not create -" "$LINENO" 5
18815 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
18818 # Prefer the file from the source tree if names are identical.
18819 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18820 ac_source=$srcdir/$ac_source
18823 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18824 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18826 if test ! -r "$ac_source"; then
18827 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
18831 # Try a relative symlink, then a hard link, then a copy.
18833 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18834 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18836 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18837 ln "$ac_source" "$ac_file" 2>/dev/null ||
18838 cp -p "$ac_source" "$ac_file" ||
18839 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18842 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18843 $as_echo "$as_me: executing $ac_file commands" >&6;}
18848 case $ac_file$ac_mode in
18849 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18850 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
18851 "Makefile":C) wine_fn_output_makefile Makefile ;;
18852 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
18860 ac_clean_files=$ac_clean_files_save
18862 test $ac_write_fail = 0 ||
18863 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18866 # configure is writing to config.log, and then calls config.status.
18867 # config.status does its own redirection, appending to config.log.
18868 # Unfortunately, on DOS this fails, as config.log is still kept open
18869 # by configure, so config.status won't be able to
write to it
; its
18870 # output is simply discarded. So we exec the FD to /dev/null,
18871 # effectively closing config.log, so it can be properly (re)opened and
18872 # appended to by config.status. When coming back to configure, we
18873 # need to make the FD available again.
18874 if test "$no_create" != yes; then
18876 ac_config_status_args
=
18877 test "$silent" = yes &&
18878 ac_config_status_args
="$ac_config_status_args --quiet"
18880 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18882 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18883 # would make configure fail if this is the last instruction.
18884 $ac_cs_success || as_fn_exit
1
18886 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18888 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18892 if test "$no_create" = "yes"
18898 if test "x$wine_notices != "x
; then
18901 for msg
in $wine_notices; do
18903 if ${msg+:} false
; then :
18904 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18905 $as_echo "$as_me: $msg" >&6;}
18910 for msg
in $wine_warnings; do
18912 if ${msg+:} false
; then :
18914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18915 $as_echo "$as_me: WARNING: $msg" >&2;}
18921 $as_me: Finished. Do '${ac_make}' to compile Wine.