2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.20.
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.20'
584 PACKAGE_STRING
='Wine 1.7.20'
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
1028 enable_explorerframe
1029 enable_ext_ms_win_gdi_devcaps_l1_1_0
1174 enable_photometadatahandler
1254 enable_windowscodecs
1255 enable_windowscodecsext
1257 enable_winecoreaudio_drv
1259 enable_winegstreamer
1260 enable_winejoystick_drv
1266 enable_wineqtdecoder
1302 enable_documentation
1310 enable_aspnet_regiis
1343 enable_presentationfontcache
1356 enable_servicemodelreg
1376 enable_winemenubuilder
1378 enable_winemsibuilder
1392 ac_precious_vars
='build_alias
1441 # Initialize some variables set by options.
1443 ac_init_version
=false
1444 ac_unrecognized_opts
=
1445 ac_unrecognized_sep
=
1446 # The variables have the same names as the options, with
1447 # dashes changed to underlines.
1448 cache_file
=/dev
/null
1455 program_transform_name
=s
,x
,x
,
1463 # Installation directory options.
1464 # These are left unexpanded so users can "make install exec_prefix=/foo"
1465 # and all the variables that are supposed to be based on exec_prefix
1466 # by default will actually change.
1467 # Use braces instead of parens because sh, perl, etc. also accept them.
1468 # (The list follows the same order as the GNU Coding Standards.)
1469 bindir
='${exec_prefix}/bin'
1470 sbindir
='${exec_prefix}/sbin'
1471 libexecdir
='${exec_prefix}/libexec'
1472 datarootdir
='${prefix}/share'
1473 datadir
='${datarootdir}'
1474 sysconfdir
='${prefix}/etc'
1475 sharedstatedir
='${prefix}/com'
1476 localstatedir
='${prefix}/var'
1477 includedir
='${prefix}/include'
1478 oldincludedir
='/usr/include'
1479 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1480 infodir
='${datarootdir}/info'
1485 libdir
='${exec_prefix}/lib'
1486 localedir
='${datarootdir}/locale'
1487 mandir
='${datarootdir}/man'
1493 # If the previous option needs an argument, assign it.
1494 if test -n "$ac_prev"; then
1495 eval $ac_prev=\
$ac_option
1501 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1506 # Accept the important Cygnus configure options, so we can diagnose typos.
1508 case $ac_dashdash$ac_option in
1512 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1514 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1515 bindir
=$ac_optarg ;;
1517 -build |
--build |
--buil |
--bui |
--bu)
1518 ac_prev
=build_alias
;;
1519 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1520 build_alias
=$ac_optarg ;;
1522 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1523 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1524 ac_prev
=cache_file
;;
1525 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1526 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1527 cache_file
=$ac_optarg ;;
1529 --config-cache |
-C)
1530 cache_file
=config.cache
;;
1532 -datadir |
--datadir |
--datadi |
--datad)
1534 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1535 datadir
=$ac_optarg ;;
1537 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1538 |
--dataroo |
--dataro |
--datar)
1539 ac_prev
=datarootdir
;;
1540 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1541 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1542 datarootdir
=$ac_optarg ;;
1544 -disable-* |
--disable-*)
1545 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1546 # Reject names that are not valid shell variable names.
1547 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1548 as_fn_error $?
"invalid feature name: $ac_useropt"
1549 ac_useropt_orig
=$ac_useropt
1550 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1551 case $ac_user_opts in
1553 "enable_
$ac_useropt"
1555 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1556 ac_unrecognized_sep
=', ';;
1558 eval enable_
$ac_useropt=no
;;
1560 -docdir |
--docdir |
--docdi |
--doc |
--do)
1562 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1563 docdir
=$ac_optarg ;;
1565 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1567 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1568 dvidir
=$ac_optarg ;;
1570 -enable-* |
--enable-*)
1571 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1572 # Reject names that are not valid shell variable names.
1573 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1574 as_fn_error $?
"invalid feature name: $ac_useropt"
1575 ac_useropt_orig
=$ac_useropt
1576 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1577 case $ac_user_opts in
1579 "enable_
$ac_useropt"
1581 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1582 ac_unrecognized_sep
=', ';;
1584 eval enable_
$ac_useropt=\
$ac_optarg ;;
1586 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1587 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1588 |
--exec |
--exe |
--ex)
1589 ac_prev
=exec_prefix
;;
1590 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1591 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1592 |
--exec=* |
--exe=* |
--ex=*)
1593 exec_prefix
=$ac_optarg ;;
1595 -gas |
--gas |
--ga |
--g)
1596 # Obsolete; use --with-gas.
1599 -help |
--help |
--hel |
--he |
-h)
1600 ac_init_help
=long
;;
1601 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1602 ac_init_help
=recursive
;;
1603 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1604 ac_init_help
=short
;;
1606 -host |
--host |
--hos |
--ho)
1607 ac_prev
=host_alias
;;
1608 -host=* |
--host=* |
--hos=* |
--ho=*)
1609 host_alias
=$ac_optarg ;;
1611 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1613 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1615 htmldir
=$ac_optarg ;;
1617 -includedir |
--includedir |
--includedi |
--included |
--include \
1618 |
--includ |
--inclu |
--incl |
--inc)
1619 ac_prev
=includedir
;;
1620 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1621 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1622 includedir
=$ac_optarg ;;
1624 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1626 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1627 infodir
=$ac_optarg ;;
1629 -libdir |
--libdir |
--libdi |
--libd)
1631 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1632 libdir
=$ac_optarg ;;
1634 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1635 |
--libexe |
--libex |
--libe)
1636 ac_prev
=libexecdir
;;
1637 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1638 |
--libexe=* |
--libex=* |
--libe=*)
1639 libexecdir
=$ac_optarg ;;
1641 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1642 ac_prev
=localedir
;;
1643 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1644 localedir
=$ac_optarg ;;
1646 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1647 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1648 ac_prev
=localstatedir
;;
1649 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1650 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1651 localstatedir
=$ac_optarg ;;
1653 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1655 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1656 mandir
=$ac_optarg ;;
1658 -nfp |
--nfp |
--nf)
1659 # Obsolete; use --without-fp.
1662 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1663 |
--no-cr |
--no-c |
-n)
1666 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1667 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1670 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1671 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1672 |
--oldin |
--oldi |
--old |
--ol |
--o)
1673 ac_prev
=oldincludedir
;;
1674 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1675 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1676 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1677 oldincludedir
=$ac_optarg ;;
1679 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1681 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1682 prefix
=$ac_optarg ;;
1684 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1685 |
--program-pre |
--program-pr |
--program-p)
1686 ac_prev
=program_prefix
;;
1687 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1688 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1689 program_prefix
=$ac_optarg ;;
1691 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1692 |
--program-suf |
--program-su |
--program-s)
1693 ac_prev
=program_suffix
;;
1694 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1695 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1696 program_suffix
=$ac_optarg ;;
1698 -program-transform-name |
--program-transform-name \
1699 |
--program-transform-nam |
--program-transform-na \
1700 |
--program-transform-n |
--program-transform- \
1701 |
--program-transform |
--program-transfor \
1702 |
--program-transfo |
--program-transf \
1703 |
--program-trans |
--program-tran \
1704 |
--progr-tra |
--program-tr |
--program-t)
1705 ac_prev
=program_transform_name
;;
1706 -program-transform-name=* |
--program-transform-name=* \
1707 |
--program-transform-nam=* |
--program-transform-na=* \
1708 |
--program-transform-n=* |
--program-transform-=* \
1709 |
--program-transform=* |
--program-transfor=* \
1710 |
--program-transfo=* |
--program-transf=* \
1711 |
--program-trans=* |
--program-tran=* \
1712 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1713 program_transform_name
=$ac_optarg ;;
1715 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1717 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1718 pdfdir
=$ac_optarg ;;
1720 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1722 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1725 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1726 |
-silent |
--silent |
--silen |
--sile |
--sil)
1729 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1731 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1733 sbindir
=$ac_optarg ;;
1735 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1736 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1737 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1739 ac_prev
=sharedstatedir
;;
1740 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1741 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1742 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1744 sharedstatedir
=$ac_optarg ;;
1746 -site |
--site |
--sit)
1748 -site=* |
--site=* |
--sit=*)
1751 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1753 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1754 srcdir
=$ac_optarg ;;
1756 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1757 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1758 ac_prev
=sysconfdir
;;
1759 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1760 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1761 sysconfdir
=$ac_optarg ;;
1763 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1764 ac_prev
=target_alias
;;
1765 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1766 target_alias
=$ac_optarg ;;
1768 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1771 -version |
--version |
--versio |
--versi |
--vers |
-V)
1772 ac_init_version
=: ;;
1775 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1776 # Reject names that are not valid shell variable names.
1777 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1778 as_fn_error $?
"invalid package name: $ac_useropt"
1779 ac_useropt_orig
=$ac_useropt
1780 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1781 case $ac_user_opts in
1785 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1786 ac_unrecognized_sep
=', ';;
1788 eval with_
$ac_useropt=\
$ac_optarg ;;
1790 -without-* |
--without-*)
1791 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1792 # Reject names that are not valid shell variable names.
1793 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1794 as_fn_error $?
"invalid package name: $ac_useropt"
1795 ac_useropt_orig
=$ac_useropt
1796 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1797 case $ac_user_opts in
1801 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1802 ac_unrecognized_sep
=', ';;
1804 eval with_
$ac_useropt=no
;;
1807 # Obsolete; use --with-x.
1810 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1811 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1812 ac_prev
=x_includes
;;
1813 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1814 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1815 x_includes
=$ac_optarg ;;
1817 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1818 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1819 ac_prev
=x_libraries
;;
1820 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1821 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1822 x_libraries
=$ac_optarg ;;
1824 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1825 Try \`$0 --help' for more information"
1829 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1830 # Reject names that are not valid shell variable names.
1831 case $ac_envvar in #(
1832 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1833 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1835 eval $ac_envvar=\
$ac_optarg
1836 export $ac_envvar ;;
1839 # FIXME: should be removed in autoconf 3.0.
1840 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1841 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1842 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1843 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1849 if test -n "$ac_prev"; then
1850 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1851 as_fn_error $?
"missing argument to $ac_option"
1854 if test -n "$ac_unrecognized_opts"; then
1855 case $enable_option_checking in
1857 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1858 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1862 # Check all directory arguments for consistency.
1863 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1864 datadir sysconfdir sharedstatedir localstatedir includedir \
1865 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1866 libdir localedir mandir
1868 eval ac_val
=\$
$ac_var
1869 # Remove trailing slashes.
1872 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1873 eval $ac_var=\
$ac_val;;
1875 # Be sure to have absolute directory names.
1877 [\\/$
]* | ?
:[\\/]* ) continue;;
1878 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1880 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1883 # There might be people who depend on the old broken behavior: `$host'
1884 # used to hold the argument of --host etc.
1885 # FIXME: To remove some day.
1888 target
=$target_alias
1890 # FIXME: To remove some day.
1891 if test "x$host_alias" != x
; then
1892 if test "x$build_alias" = x
; then
1893 cross_compiling
=maybe
1894 elif test "x$build_alias" != "x$host_alias"; then
1900 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1902 test "$silent" = yes && exec 6>/dev
/null
1905 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1906 ac_ls_di
=`ls -di .` &&
1907 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1908 as_fn_error $?
"working directory cannot be determined"
1909 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1910 as_fn_error $?
"pwd does not report name of working directory"
1913 # Find the source files, if location was not specified.
1914 if test -z "$srcdir"; then
1915 ac_srcdir_defaulted
=yes
1916 # Try the directory containing this script, then the parent directory.
1917 ac_confdir
=`$as_dirname -- "$as_myself" ||
1918 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1919 X"$as_myself" : 'X\(//\)[^/]' \| \
1920 X"$as_myself" : 'X\(//\)$' \| \
1921 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1922 $as_echo X"$as_myself" |
1923 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1941 if test ! -r "$srcdir/$ac_unique_file"; then
1945 ac_srcdir_defaulted
=no
1947 if test ! -r "$srcdir/$ac_unique_file"; then
1948 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1949 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1951 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1953 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1955 # When building in place, set srcdir=.
1956 if test "$ac_abs_confdir" = "$ac_pwd"; then
1959 # Remove unnecessary trailing slashes from srcdir.
1960 # Double slashes in file names in object file debugging info
1961 # mess up M-x gdb in Emacs.
1963 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1965 for ac_var
in $ac_precious_vars; do
1966 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1967 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1968 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1969 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1973 # Report the --help message.
1975 if test "$ac_init_help" = "long"; then
1976 # Omit some internal or obsolete options to make the list less imposing.
1977 # This message is too long to be a string in the A/UX 3.1 sh.
1979 \`configure' configures Wine 1.7.20 to adapt to many kinds of systems.
1981 Usage: $0 [OPTION]... [VAR=VALUE]...
1983 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1984 VAR=VALUE. See below for descriptions of some of the useful variables.
1986 Defaults for the options are specified in brackets.
1989 -h, --help display this help and exit
1990 --help=short display options specific to this package
1991 --help=recursive display the short help of all the included packages
1992 -V, --version display version information and exit
1993 -q, --quiet, --silent do not print \`checking ...' messages
1994 --cache-file=FILE cache test results in FILE [disabled]
1995 -C, --config-cache alias for \`--cache-file=config.cache'
1996 -n, --no-create do not create output files
1997 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1999 Installation directories:
2000 --prefix=PREFIX install architecture-independent files in PREFIX
2001 [$ac_default_prefix]
2002 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2005 By default, \`make install' will install all the files in
2006 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2007 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2008 for instance \`--prefix=\$HOME'.
2010 For better control, use the options below.
2012 Fine tuning of the installation directories:
2013 --bindir=DIR user executables [EPREFIX/bin]
2014 --sbindir=DIR system admin executables [EPREFIX/sbin]
2015 --libexecdir=DIR program executables [EPREFIX/libexec]
2016 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2017 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2018 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2019 --libdir=DIR object code libraries [EPREFIX/lib]
2020 --includedir=DIR C header files [PREFIX/include]
2021 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2022 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2023 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2024 --infodir=DIR info documentation [DATAROOTDIR/info]
2025 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2026 --mandir=DIR man documentation [DATAROOTDIR/man]
2027 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2028 --htmldir=DIR html documentation [DOCDIR]
2029 --dvidir=DIR dvi documentation [DOCDIR]
2030 --pdfdir=DIR pdf documentation [DOCDIR]
2031 --psdir=DIR ps documentation [DOCDIR]
2037 --x-includes=DIR X include files are
in DIR
2038 --x-libraries=DIR X library files are
in DIR
2041 --build=BUILD configure
for building on BUILD
[guessed
]
2042 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2046 if test -n "$ac_init_help"; then
2047 case $ac_init_help in
2048 short | recursive
) echo "Configuration of Wine 1.7.20:";;
2053 --disable-option-checking ignore unrecognized
--enable/--with options
2054 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2055 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2056 --disable-win16 do not include Win16 support
2057 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2059 --disable-tests do not build the regression tests
2060 --enable-maintainer-mode
2061 enable maintainer-specific build rules
2062 --disable-largefile omit support for large files
2065 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2066 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2067 --without-alsa do not use the Alsa sound support
2068 --without-capi do not use CAPI (ISDN support)
2069 --without-cms do not use CMS (color management support)
2070 --without-coreaudio do not use the CoreAudio sound support
2071 --without-cups do not use CUPS
2072 --without-curses do not use (n)curses
2073 --without-dbus do not use DBus (dynamic device support)
2074 --without-fontconfig do not use fontconfig
2075 --without-freetype do not use the FreeType library
2076 --without-gettext do not use gettext
2077 --with-gettextpo use the GetTextPO library to rebuild po files
2078 --without-gphoto do not use gphoto (Digital Camera support)
2079 --without-glu do not use the GLU library
2080 --without-gnutls do not use GnuTLS (schannel support)
2081 --without-gsm do not use libgsm (GSM 06.10 codec support)
2082 --without-gstreamer do not use GStreamer (codecs support)
2083 --without-hal do not use HAL (dynamic device support)
2084 --without-jpeg do not use JPEG
2085 --without-ldap do not use LDAP
2086 --without-mpg123 do not use the mpg123 library
2087 --without-netapi do not use the Samba NetAPI library
2088 --without-openal do not use OpenAL
2089 --without-opencl do not use OpenCL
2090 --without-opengl do not use OpenGL
2091 --without-osmesa do not use the OSMesa library
2092 --without-oss do not use the OSS sound support
2093 --without-png do not use PNG
2094 --without-pthread do not use the pthread library
2095 --without-sane do not use SANE (scanner support)
2096 --without-tiff do not use TIFF
2097 --without-v4l do not use v4l1 (v4l support)
2098 --without-xcomposite do not use the Xcomposite extension
2099 --without-xcursor do not use the Xcursor extension
2100 --without-xinerama do not use Xinerama (multi-monitor support)
2101 --without-xinput do not use the Xinput extension
2102 --without-xinput2 do not use the Xinput 2 extension
2103 --without-xml do not use XML
2104 --without-xrandr do not use Xrandr (resolution changes)
2105 --without-xrender do not use the Xrender extension
2106 --without-xshape do not use the Xshape extension
2107 --without-xshm do not use XShm (shared memory extension)
2108 --without-xslt do not use XSLT
2109 --without-xxf86vm do not use XFree video mode extension
2110 --without-zlib do not use Zlib (data compression)
2111 --with-wine-tools=DIR use Wine tools from directory DIR
2112 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2113 --with-x use the X Window System
2115 Some influential environment variables:
2116 CC C compiler command
2117 CFLAGS C compiler flags
2118 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2119 nonstandard directory <lib dir>
2120 LIBS libraries to pass to the linker, e.g. -l<library>
2121 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2122 you have headers in a nonstandard directory <include dir>
2123 CXX C++ compiler command
2124 CXXFLAGS C++ compiler flags
2126 XMKMF Path to xmkmf, Makefile generator for X Window System
2127 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2128 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2129 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2130 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2131 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2132 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2133 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2134 HAL_LIBS Linker flags for hal, overriding pkg-config
2136 C compiler flags for gnutls, overriding pkg-config
2137 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2138 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2139 SANE_LIBS Linker flags for libsane, overriding pkg-config
2141 C compiler flags for libgphoto2, overriding pkg-config
2143 Linker flags for libgphoto2, overriding pkg-config
2145 C compiler flags for libgphoto2_port, overriding pkg-config
2147 Linker flags for libgphoto2_port, overriding pkg-config
2149 C compiler flags for lcms2, overriding pkg-config
2150 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2152 C compiler flags for freetype2, overriding pkg-config
2154 Linker flags for freetype2, overriding pkg-config
2156 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2158 Linker flags for gstreamer-app-0.10, overriding pkg-config
2160 C compiler flags for capi20, overriding pkg-config
2161 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2163 C compiler flags for fontconfig, overriding pkg-config
2165 Linker flags for fontconfig, overriding pkg-config
2166 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2167 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2168 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2169 PNG_LIBS Linker flags for libpng, overriding pkg-config
2170 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2171 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2173 C compiler flags for libmpg123, overriding pkg-config
2174 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2176 Use these variables to override the choices made by `configure' or to
help
2177 it to
find libraries and programs with nonstandard names
/locations.
2179 Report bugs to
<wine-devel@winehq.org
>.
2180 Wine home page
: <http
://www.winehq.org
>.
2185 if test "$ac_init_help" = "recursive"; then
2186 # If there are subdirs, report their specific --help.
2187 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2188 test -d "$ac_dir" ||
2189 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2194 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2196 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2197 # A ".." for each directory in $ac_dir_suffix.
2198 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2199 case $ac_top_builddir_sub in
2200 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2201 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2204 ac_abs_top_builddir
=$ac_pwd
2205 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2206 # for backward compatibility:
2207 ac_top_builddir
=$ac_top_build_prefix
2210 .
) # We are building in place.
2212 ac_top_srcdir
=$ac_top_builddir_sub
2213 ac_abs_top_srcdir
=$ac_pwd ;;
2214 [\\/]* | ?
:[\\/]* ) # Absolute name.
2215 ac_srcdir
=$srcdir$ac_dir_suffix;
2216 ac_top_srcdir
=$srcdir
2217 ac_abs_top_srcdir
=$srcdir ;;
2219 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2220 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2221 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2223 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2225 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2226 # Check for guested configure.
2227 if test -f "$ac_srcdir/configure.gnu"; then
2229 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2230 elif test -f "$ac_srcdir/configure"; then
2232 $SHELL "$ac_srcdir/configure" --help=recursive
2234 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2236 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2240 test -n "$ac_init_help" && exit $ac_status
2241 if $ac_init_version; then
2243 Wine configure
1.7.20
2244 generated by GNU Autoconf
2.69
2246 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2247 This configure
script is free software
; the Free Software Foundation
2248 gives unlimited permission to copy
, distribute and modify it.
2253 ## ------------------------ ##
2254 ## Autoconf initialization. ##
2255 ## ------------------------ ##
2257 # ac_fn_c_try_compile LINENO
2258 # --------------------------
2259 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2260 ac_fn_c_try_compile
()
2262 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2263 rm -f conftest.
$ac_objext
2264 if { { ac_try
="$ac_compile"
2266 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2267 *) ac_try_echo=$ac_try;;
2269 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2270 $as_echo "$ac_try_echo"; } >&5
2271 (eval "$ac_compile") 2>conftest.err
2273 if test -s conftest.err; then
2274 grep -v '^ *+' conftest.err >conftest.er1
2275 cat conftest.er1 >&5
2276 mv -f conftest.er1 conftest.err
2278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2279 test $ac_status = 0; } && {
2280 test -z "$ac_c_werror_flag" ||
2281 test ! -s conftest.err
2282 } && test -s conftest.$ac_objext; then :
2285 $as_echo "$as_me: failed program was:" >&5
2286 sed 's/^/| /' conftest.$ac_ext >&5
2290 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2291 as_fn_set_status $ac_retval
2293 } # ac_fn_c_try_compile
2295 # ac_fn_cxx_try_compile LINENO
2296 # ----------------------------
2297 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2298 ac_fn_cxx_try_compile ()
2300 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2301 rm -f conftest.$ac_objext
2302 if { { ac_try="$ac_compile"
2304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2305 *) ac_try_echo
=$ac_try;;
2307 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2308 $as_echo "$ac_try_echo"; } >&5
2309 (eval "$ac_compile") 2>conftest.err
2311 if test -s conftest.err
; then
2312 grep -v '^ *+' conftest.err
>conftest.er1
2313 cat conftest.er1
>&5
2314 mv -f conftest.er1 conftest.err
2316 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2317 test $ac_status = 0; } && {
2318 test -z "$ac_cxx_werror_flag" ||
2319 test ! -s conftest.err
2320 } && test -s conftest.
$ac_objext; then :
2323 $as_echo "$as_me: failed program was:" >&5
2324 sed 's/^/| /' conftest.
$ac_ext >&5
2328 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2329 as_fn_set_status
$ac_retval
2331 } # ac_fn_cxx_try_compile
2333 # ac_fn_c_try_link LINENO
2334 # -----------------------
2335 # Try to link conftest.$ac_ext, and return whether this succeeded.
2338 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2339 rm -f conftest.
$ac_objext conftest
$ac_exeext
2340 if { { ac_try
="$ac_link"
2342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2343 *) ac_try_echo=$ac_try;;
2345 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2346 $as_echo "$ac_try_echo"; } >&5
2347 (eval "$ac_link") 2>conftest.err
2349 if test -s conftest.err; then
2350 grep -v '^ *+' conftest.err >conftest.er1
2351 cat conftest.er1 >&5
2352 mv -f conftest.er1 conftest.err
2354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2355 test $ac_status = 0; } && {
2356 test -z "$ac_c_werror_flag" ||
2357 test ! -s conftest.err
2358 } && test -s conftest$ac_exeext && {
2359 test "$cross_compiling" = yes ||
2360 test -x conftest$ac_exeext
2364 $as_echo "$as_me: failed program was:" >&5
2365 sed 's/^/| /' conftest.$ac_ext >&5
2369 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2370 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2371 # interfere with the next link command; also delete a directory that is
2372 # left behind by Apple's compiler. We do this before executing the actions.
2373 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2374 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2375 as_fn_set_status $ac_retval
2377 } # ac_fn_c_try_link
2379 # ac_fn_c_try_cpp LINENO
2380 # ----------------------
2381 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2384 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2385 if { { ac_try="$ac_cpp conftest.$ac_ext"
2387 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2388 *) ac_try_echo
=$ac_try;;
2390 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2391 $as_echo "$ac_try_echo"; } >&5
2392 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2394 if test -s conftest.err
; then
2395 grep -v '^ *+' conftest.err
>conftest.er1
2396 cat conftest.er1
>&5
2397 mv -f conftest.er1 conftest.err
2399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2400 test $ac_status = 0; } > conftest.i
&& {
2401 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2402 test ! -s conftest.err
2406 $as_echo "$as_me: failed program was:" >&5
2407 sed 's/^/| /' conftest.
$ac_ext >&5
2411 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2412 as_fn_set_status
$ac_retval
2416 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2417 # -------------------------------------------------------
2418 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2419 # the include files in INCLUDES and setting the cache variable VAR
2421 ac_fn_c_check_header_mongrel
()
2423 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2424 if eval \
${$3+:} false
; then :
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2426 $as_echo_n "checking for $2... " >&6; }
2427 if eval \
${$3+:} false
; then :
2428 $as_echo_n "(cached) " >&6
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2432 $as_echo "$ac_res" >&6; }
2434 # Is the header compilable?
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2436 $as_echo_n "checking $2 usability... " >&6; }
2437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2438 /* end confdefs.h. */
2442 if ac_fn_c_try_compile
"$LINENO"; then :
2443 ac_header_compiler
=yes
2445 ac_header_compiler
=no
2447 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2449 $as_echo "$ac_header_compiler" >&6; }
2451 # Is the header present?
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2453 $as_echo_n "checking $2 presence... " >&6; }
2454 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2455 /* end confdefs.h. */
2458 if ac_fn_c_try_cpp
"$LINENO"; then :
2459 ac_header_preproc
=yes
2461 ac_header_preproc
=no
2463 rm -f conftest.err conftest.i conftest.
$ac_ext
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2465 $as_echo "$ac_header_preproc" >&6; }
2467 # So? What about this header?
2468 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2471 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2473 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2477 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2479 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2481 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2483 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2485 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2486 ( $as_echo "## ------------------------------------ ##
2487 ## Report this to wine-devel@winehq.org ##
2488 ## ------------------------------------ ##"
2489 ) |
sed "s/^/$as_me: WARNING: /" >&2
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2493 $as_echo_n "checking for $2... " >&6; }
2494 if eval \
${$3+:} false
; then :
2495 $as_echo_n "(cached) " >&6
2497 eval "$3=\$ac_header_compiler"
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2501 $as_echo "$ac_res" >&6; }
2503 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2505 } # ac_fn_c_check_header_mongrel
2507 # ac_fn_c_try_run LINENO
2508 # ----------------------
2509 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2510 # that executables *can* be run.
2513 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2514 if { { ac_try
="$ac_link"
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_link") 2>&5
2523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2524 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2525 { { case "(($ac_try" in
2526 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2527 *) ac_try_echo
=$ac_try;;
2529 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2530 $as_echo "$ac_try_echo"; } >&5
2531 (eval "$ac_try") 2>&5
2533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2534 test $ac_status = 0; }; }; then :
2537 $as_echo "$as_me: program exited with status $ac_status" >&5
2538 $as_echo "$as_me: failed program was:" >&5
2539 sed 's/^/| /' conftest.
$ac_ext >&5
2541 ac_retval
=$ac_status
2543 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2544 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2545 as_fn_set_status
$ac_retval
2549 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2550 # -------------------------------------------------------
2551 # Tests whether HEADER exists and can be compiled using the include files in
2552 # INCLUDES, setting the cache variable VAR accordingly.
2553 ac_fn_c_check_header_compile
()
2555 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2557 $as_echo_n "checking for $2... " >&6; }
2558 if eval \
${$3+:} false
; then :
2559 $as_echo_n "(cached) " >&6
2561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2562 /* end confdefs.h. */
2566 if ac_fn_c_try_compile
"$LINENO"; then :
2571 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2575 $as_echo "$ac_res" >&6; }
2576 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2578 } # ac_fn_c_check_header_compile
2580 # ac_fn_c_check_func LINENO FUNC VAR
2581 # ----------------------------------
2582 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2583 ac_fn_c_check_func
()
2585 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2587 $as_echo_n "checking for $2... " >&6; }
2588 if eval \
${$3+:} false
; then :
2589 $as_echo_n "(cached) " >&6
2591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2592 /* end confdefs.h. */
2593 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2594 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2595 #define $2 innocuous_$2
2597 /* System header to define __stub macros and hopefully few prototypes,
2598 which can conflict with char $2 (); below.
2599 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2600 <limits.h> exists even on freestanding compilers. */
2603 # include <limits.h>
2605 # include <assert.h>
2610 /* Override any GCC internal prototype to avoid an error.
2611 Use char because int might match the return type of a GCC
2612 builtin and then its argument prototype would still apply. */
2617 /* The GNU C library defines this for functions which it implements
2618 to always fail with ENOSYS. Some functions are actually named
2619 something starting with __ and the normal name is an alias. */
2620 #if defined __stub_$2 || defined __stub___$2
2632 if ac_fn_c_try_link
"$LINENO"; then :
2637 rm -f core conftest.err conftest.
$ac_objext \
2638 conftest
$ac_exeext conftest.
$ac_ext
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2642 $as_echo "$ac_res" >&6; }
2643 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2645 } # ac_fn_c_check_func
2647 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2648 # ----------------------------------------------------
2649 # Tries to find if the field MEMBER exists in type AGGR, after including
2650 # INCLUDES, setting cache variable VAR accordingly.
2651 ac_fn_c_check_member
()
2653 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2655 $as_echo_n "checking for $2.$3... " >&6; }
2656 if eval \
${$4+:} false
; then :
2657 $as_echo_n "(cached) " >&6
2659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2660 /* end confdefs.h. */
2672 if ac_fn_c_try_compile
"$LINENO"; then :
2675 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2676 /* end confdefs.h. */
2682 if (sizeof ac_aggr.$3)
2688 if ac_fn_c_try_compile
"$LINENO"; then :
2693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2695 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2699 $as_echo "$ac_res" >&6; }
2700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2702 } # ac_fn_c_check_member
2704 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2705 # -------------------------------------------
2706 # Tests whether TYPE exists after having included INCLUDES, setting cache
2707 # variable VAR accordingly.
2708 ac_fn_c_check_type
()
2710 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2712 $as_echo_n "checking for $2... " >&6; }
2713 if eval \
${$3+:} false
; then :
2714 $as_echo_n "(cached) " >&6
2717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2718 /* end confdefs.h. */
2729 if ac_fn_c_try_compile
"$LINENO"; then :
2730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2731 /* end confdefs.h. */
2742 if ac_fn_c_try_compile
"$LINENO"; then :
2747 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2749 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2753 $as_echo "$ac_res" >&6; }
2754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2756 } # ac_fn_c_check_type
2757 cat >config.log
<<_ACEOF
2758 This file contains any messages produced by compilers while
2759 running configure, to aid debugging if configure makes a mistake.
2761 It was created by Wine $as_me 1.7.20, which was
2762 generated by GNU Autoconf 2.69. Invocation command line was
2774 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2775 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2776 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2777 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2778 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2780 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2781 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2783 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2784 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2785 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2786 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2787 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2788 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2789 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2797 test -z "$as_dir" && as_dir
=.
2798 $as_echo "PATH: $as_dir"
2814 # Keep a trace of the command line.
2815 # Strip out --no-create and --no-recursion so they do not pile up.
2816 # Strip out --silent because we don't want to record it for future runs.
2817 # Also quote any args containing shell meta-characters.
2818 # Make two passes to allow for proper duplicate-argument suppression.
2822 ac_must_keep_next
=false
2828 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2829 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2830 |
-silent |
--silent |
--silen |
--sile |
--sil)
2833 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2836 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2838 as_fn_append ac_configure_args1
" '$ac_arg'"
2839 if test $ac_must_keep_next = true
; then
2840 ac_must_keep_next
=false
# Got value, back to normal.
2843 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2844 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2845 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2846 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2847 case "$ac_configure_args0 " in
2848 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2851 -* ) ac_must_keep_next
=true
;;
2854 as_fn_append ac_configure_args
" '$ac_arg'"
2859 { ac_configure_args0
=; unset ac_configure_args0
;}
2860 { ac_configure_args1
=; unset ac_configure_args1
;}
2862 # When interrupted or exit'd, cleanup temporary files, and complete
2863 # config.log. We remove comments because anyway the quotes in there
2864 # would cause problems or look ugly.
2865 # WARNING: Use '\'' to represent an apostrophe within the trap.
2866 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2867 trap 'exit_status=$?
2868 # Save into config.log some information that might help in debugging.
2872 $as_echo "## ---------------- ##
2873 ## Cache variables. ##
2874 ## ---------------- ##"
2876 # The following way of writing the cache mishandles newlines in values,
2878 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2879 eval ac_val=\$$ac_var
2883 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2884 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2887 _ | IFS | as_nl) ;; #(
2888 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2889 *) { eval $ac_var=; unset $ac_var;} ;;
2894 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2895 *${as_nl}ac_space=\ *)
2897 "s/'\''/'\''\\\\'\'''\''/g;
2898 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2901 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2908 $as_echo "## ----------------- ##
2909 ## Output variables. ##
2910 ## ----------------- ##"
2912 for ac_var in $ac_subst_vars
2914 eval ac_val=\$$ac_var
2916 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2918 $as_echo "$ac_var='\''$ac_val'\''"
2922 if test -n "$ac_subst_files"; then
2923 $as_echo "## ------------------- ##
2924 ## File substitutions. ##
2925 ## ------------------- ##"
2927 for ac_var
in $ac_subst_files
2929 eval ac_val
=\$
$ac_var
2931 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2933 $as_echo "$ac_var='\''$ac_val'\''"
2938 if test -s confdefs.h; then
2939 $as_echo "## ----------- ##
2946 test "$ac_signal" != 0 &&
2947 $as_echo "$as_me: caught signal $ac_signal"
2948 $as_echo "$as_me: exit $exit_status"
2950 rm -f core *.core core.conftest.* &&
2951 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2954 for ac_signal
in 1 2 13 15; do
2955 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2959 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2960 rm -f -r conftest
* confdefs.h
2962 $as_echo "/* confdefs.h */" > confdefs.h
2964 # Predefined preprocessor variables.
2966 cat >>confdefs.h
<<_ACEOF
2967 #define PACKAGE_NAME "$PACKAGE_NAME"
2970 cat >>confdefs.h
<<_ACEOF
2971 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2974 cat >>confdefs.h
<<_ACEOF
2975 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2978 cat >>confdefs.h
<<_ACEOF
2979 #define PACKAGE_STRING "$PACKAGE_STRING"
2982 cat >>confdefs.h
<<_ACEOF
2983 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2986 cat >>confdefs.h
<<_ACEOF
2987 #define PACKAGE_URL "$PACKAGE_URL"
2991 # Let the site file select an alternate cache file if it wants to.
2992 # Prefer an explicitly selected file to automatically selected ones.
2995 if test -n "$CONFIG_SITE"; then
2996 # We do not want a PATH search for config.site.
2997 case $CONFIG_SITE in #((
2998 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2999 */*) ac_site_file1
=$CONFIG_SITE;;
3000 *) ac_site_file1
=.
/$CONFIG_SITE;;
3002 elif test "x$prefix" != xNONE
; then
3003 ac_site_file1
=$prefix/share
/config.site
3004 ac_site_file2
=$prefix/etc
/config.site
3006 ac_site_file1
=$ac_default_prefix/share
/config.site
3007 ac_site_file2
=$ac_default_prefix/etc
/config.site
3009 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3011 test "x$ac_site_file" = xNONE
&& continue
3012 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3014 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3015 sed 's/^/| /' "$ac_site_file" >&5
3017 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3018 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3019 as_fn_error $?
"failed to load site script $ac_site_file
3020 See \`config.log' for more details" "$LINENO" 5; }
3024 if test -r "$cache_file"; then
3025 # Some versions of bash will fail to source /dev/null (special files
3026 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3027 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3028 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3029 $as_echo "$as_me: loading cache $cache_file" >&6;}
3031 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3032 *) .
"./$cache_file";;
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3037 $as_echo "$as_me: creating cache $cache_file" >&6;}
3041 # Check that the precious variables saved in the cache have kept the same
3043 ac_cache_corrupted
=false
3044 for ac_var
in $ac_precious_vars; do
3045 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3046 eval ac_new_set
=\
$ac_env_${ac_var}_set
3047 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3048 eval ac_new_val
=\
$ac_env_${ac_var}_value
3049 case $ac_old_set,$ac_new_set in
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3052 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3053 ac_cache_corrupted
=: ;;
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3056 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3057 ac_cache_corrupted
=: ;;
3060 if test "x$ac_old_val" != "x$ac_new_val"; then
3061 # differences in whitespace do not lead to failure.
3062 ac_old_val_w
=`echo x $ac_old_val`
3063 ac_new_val_w
=`echo x $ac_new_val`
3064 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3066 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3067 ac_cache_corrupted
=:
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3070 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3071 eval $ac_var=\
$ac_old_val
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3074 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3076 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3079 # Pass precious variables to config.status.
3080 if test "$ac_new_set" = set; then
3082 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3083 *) ac_arg
=$ac_var=$ac_new_val ;;
3085 case " $ac_configure_args " in
3086 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3087 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3091 if $ac_cache_corrupted; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3093 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3095 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3096 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3098 ## -------------------- ##
3099 ## Main body of script. ##
3100 ## -------------------- ##
3103 ac_cpp
='$CPP $CPPFLAGS'
3104 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3105 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3106 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3110 ac_config_headers
="$ac_config_headers include/config.h"
3113 for ac_dir
in tools
"$srcdir"/tools
; do
3114 if test -f "$ac_dir/install-sh"; then
3116 ac_install_sh
="$ac_aux_dir/install-sh -c"
3118 elif test -f "$ac_dir/install.sh"; then
3120 ac_install_sh
="$ac_aux_dir/install.sh -c"
3122 elif test -f "$ac_dir/shtool"; then
3124 ac_install_sh
="$ac_aux_dir/shtool install -c"
3128 if test -z "$ac_aux_dir"; then
3129 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3132 # These three variables are undocumented and unsupported,
3133 # and are intended to be withdrawn in a future Autoconf release.
3134 # They can cause serious problems if a builder's source tree is in a directory
3135 # whose full name contains unusual characters.
3136 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3137 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3138 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3142 libwine_version
="1.0"
3146 # Check whether --enable-win16 was given.
3147 if test "${enable_win16+set}" = set; then :
3148 enableval
=$enable_win16;
3151 # Check whether --enable-win64 was given.
3152 if test "${enable_win64+set}" = set; then :
3153 enableval
=$enable_win64;
3156 # Check whether --enable-tests was given.
3157 if test "${enable_tests+set}" = set; then :
3158 enableval
=$enable_tests;
3161 # Check whether --enable-maintainer-mode was given.
3162 if test "${enable_maintainer_mode+set}" = set; then :
3163 enableval
=$enable_maintainer_mode;
3168 # Check whether --with-alsa was given.
3169 if test "${with_alsa+set}" = set; then :
3170 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3174 # Check whether --with-capi was given.
3175 if test "${with_capi+set}" = set; then :
3180 # Check whether --with-cms was given.
3181 if test "${with_cms+set}" = set; then :
3186 # Check whether --with-coreaudio was given.
3187 if test "${with_coreaudio+set}" = set; then :
3188 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3192 # Check whether --with-cups was given.
3193 if test "${with_cups+set}" = set; then :
3198 # Check whether --with-curses was given.
3199 if test "${with_curses+set}" = set; then :
3200 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3204 # Check whether --with-dbus was given.
3205 if test "${with_dbus+set}" = set; then :
3210 # Check whether --with-fontconfig was given.
3211 if test "${with_fontconfig+set}" = set; then :
3212 withval
=$with_fontconfig;
3216 # Check whether --with-freetype was given.
3217 if test "${with_freetype+set}" = set; then :
3218 withval
=$with_freetype;
3222 # Check whether --with-gettext was given.
3223 if test "${with_gettext+set}" = set; then :
3224 withval
=$with_gettext;
3228 # Check whether --with-gettextpo was given.
3229 if test "${with_gettextpo+set}" = set; then :
3230 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3234 # Check whether --with-gphoto was given.
3235 if test "${with_gphoto+set}" = set; then :
3236 withval
=$with_gphoto;
3240 # Check whether --with-glu was given.
3241 if test "${with_glu+set}" = set; then :
3246 # Check whether --with-gnutls was given.
3247 if test "${with_gnutls+set}" = set; then :
3248 withval
=$with_gnutls;
3252 # Check whether --with-gsm was given.
3253 if test "${with_gsm+set}" = set; then :
3254 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3258 # Check whether --with-gstreamer was given.
3259 if test "${with_gstreamer+set}" = set; then :
3260 withval
=$with_gstreamer;
3264 # Check whether --with-hal was given.
3265 if test "${with_hal+set}" = set; then :
3270 # Check whether --with-jpeg was given.
3271 if test "${with_jpeg+set}" = set; then :
3276 # Check whether --with-ldap was given.
3277 if test "${with_ldap+set}" = set; then :
3278 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3282 # Check whether --with-mpg123 was given.
3283 if test "${with_mpg123+set}" = set; then :
3284 withval
=$with_mpg123;
3288 # Check whether --with-netapi was given.
3289 if test "${with_netapi+set}" = set; then :
3290 withval
=$with_netapi;
3294 # Check whether --with-openal was given.
3295 if test "${with_openal+set}" = set; then :
3296 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3300 # Check whether --with-opencl was given.
3301 if test "${with_opencl+set}" = set; then :
3302 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3306 # Check whether --with-opengl was given.
3307 if test "${with_opengl+set}" = set; then :
3308 withval
=$with_opengl;
3312 # Check whether --with-osmesa was given.
3313 if test "${with_osmesa+set}" = set; then :
3314 withval
=$with_osmesa;
3318 # Check whether --with-oss was given.
3319 if test "${with_oss+set}" = set; then :
3324 # Check whether --with-png was given.
3325 if test "${with_png+set}" = set; then :
3330 # Check whether --with-pthread was given.
3331 if test "${with_pthread+set}" = set; then :
3332 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3336 # Check whether --with-sane was given.
3337 if test "${with_sane+set}" = set; then :
3342 # Check whether --with-tiff was given.
3343 if test "${with_tiff+set}" = set; then :
3348 # Check whether --with-v4l was given.
3349 if test "${with_v4l+set}" = set; then :
3354 # Check whether --with-xcomposite was given.
3355 if test "${with_xcomposite+set}" = set; then :
3356 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3360 # Check whether --with-xcursor was given.
3361 if test "${with_xcursor+set}" = set; then :
3362 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3366 # Check whether --with-xinerama was given.
3367 if test "${with_xinerama+set}" = set; then :
3368 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3372 # Check whether --with-xinput was given.
3373 if test "${with_xinput+set}" = set; then :
3374 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3378 # Check whether --with-xinput2 was given.
3379 if test "${with_xinput2+set}" = set; then :
3380 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3384 # Check whether --with-xml was given.
3385 if test "${with_xml+set}" = set; then :
3390 # Check whether --with-xrandr was given.
3391 if test "${with_xrandr+set}" = set; then :
3392 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3396 # Check whether --with-xrender was given.
3397 if test "${with_xrender+set}" = set; then :
3398 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3402 # Check whether --with-xshape was given.
3403 if test "${with_xshape+set}" = set; then :
3404 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3408 # Check whether --with-xshm was given.
3409 if test "${with_xshm+set}" = set; then :
3410 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3414 # Check whether --with-xslt was given.
3415 if test "${with_xslt+set}" = set; then :
3420 # Check whether --with-xxf86vm was given.
3421 if test "${with_xxf86vm+set}" = set; then :
3422 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
3426 # Check whether --with-zlib was given.
3427 if test "${with_zlib+set}" = set; then :
3428 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3433 # Check whether --with-wine-tools was given.
3434 if test "${with_wine_tools+set}" = set; then :
3435 withval
=$with_wine_tools;
3439 # Check whether --with-wine64 was given.
3440 if test "${with_wine64+set}" = set; then :
3441 withval
=$with_wine64;
3445 # Make sure we can run config.sub.
3446 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3447 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3450 $as_echo_n "checking build system type... " >&6; }
3451 if ${ac_cv_build+:} false
; then :
3452 $as_echo_n "(cached) " >&6
3454 ac_build_alias
=$build_alias
3455 test "x$ac_build_alias" = x
&&
3456 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3457 test "x$ac_build_alias" = x
&&
3458 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3459 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3460 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3464 $as_echo "$ac_cv_build" >&6; }
3465 case $ac_cv_build in
3467 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3470 ac_save_IFS
=$IFS; IFS
='-'
3476 # Remember, the first character of IFS is used to create $*,
3477 # except with old shells:
3480 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3484 $as_echo_n "checking host system type... " >&6; }
3485 if ${ac_cv_host+:} false
; then :
3486 $as_echo_n "(cached) " >&6
3488 if test "x$host_alias" = x
; then
3489 ac_cv_host
=$ac_cv_build
3491 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3492 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3497 $as_echo "$ac_cv_host" >&6; }
3500 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3503 ac_save_IFS
=$IFS; IFS
='-'
3509 # Remember, the first character of IFS is used to create $*,
3510 # except with old shells:
3513 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3519 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3520 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3521 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3527 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3529 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3530 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3531 $as_echo_n "(cached) " >&6
3533 cat >conftest.
make <<\_ACEOF
3536 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3538 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3539 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3541 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3543 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3547 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3549 $as_echo "yes" >&6; }
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3553 $as_echo "no" >&6; }
3554 SET_MAKE
="MAKE=${MAKE-make}"
3558 ac_cpp
='$CPP $CPPFLAGS'
3559 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3560 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3561 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3562 if test -n "$ac_tool_prefix"; then
3563 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3564 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3566 $as_echo_n "checking for $ac_word... " >&6; }
3567 if ${ac_cv_prog_CC+:} false
; then :
3568 $as_echo_n "(cached) " >&6
3570 if test -n "$CC"; then
3571 ac_cv_prog_CC
="$CC" # Let the user override the test.
3573 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3577 test -z "$as_dir" && as_dir
=.
3578 for ac_exec_ext
in '' $ac_executable_extensions; do
3579 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3580 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 if test -n "$CC"; then
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3593 $as_echo "$CC" >&6; }
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3596 $as_echo "no" >&6; }
3601 if test -z "$ac_cv_prog_CC"; then
3603 # Extract the first word of "gcc", so it can be a program name with args.
3604 set dummy gcc
; ac_word
=$2
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3606 $as_echo_n "checking for $ac_word... " >&6; }
3607 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3608 $as_echo_n "(cached) " >&6
3610 if test -n "$ac_ct_CC"; then
3611 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3613 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3617 test -z "$as_dir" && as_dir
=.
3618 for ac_exec_ext
in '' $ac_executable_extensions; do
3619 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3620 ac_cv_prog_ac_ct_CC
="gcc"
3621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3630 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3631 if test -n "$ac_ct_CC"; then
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3633 $as_echo "$ac_ct_CC" >&6; }
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3636 $as_echo "no" >&6; }
3639 if test "x$ac_ct_CC" = x
; then
3642 case $cross_compiling:$ac_tool_warned in
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3645 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3646 ac_tool_warned
=yes ;;
3654 if test -z "$CC"; then
3655 if test -n "$ac_tool_prefix"; then
3656 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3657 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3659 $as_echo_n "checking for $ac_word... " >&6; }
3660 if ${ac_cv_prog_CC+:} false
; then :
3661 $as_echo_n "(cached) " >&6
3663 if test -n "$CC"; then
3664 ac_cv_prog_CC
="$CC" # Let the user override the test.
3666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3670 test -z "$as_dir" && as_dir
=.
3671 for ac_exec_ext
in '' $ac_executable_extensions; do
3672 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3673 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3684 if test -n "$CC"; then
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3686 $as_echo "$CC" >&6; }
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3689 $as_echo "no" >&6; }
3695 if test -z "$CC"; then
3696 # Extract the first word of "cc", so it can be a program name with args.
3697 set dummy cc
; ac_word
=$2
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699 $as_echo_n "checking for $ac_word... " >&6; }
3700 if ${ac_cv_prog_CC+:} false
; then :
3701 $as_echo_n "(cached) " >&6
3703 if test -n "$CC"; then
3704 ac_cv_prog_CC
="$CC" # Let the user override the test.
3707 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3711 test -z "$as_dir" && as_dir
=.
3712 for ac_exec_ext
in '' $ac_executable_extensions; do
3713 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3714 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3715 ac_prog_rejected
=yes
3719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3726 if test $ac_prog_rejected = yes; then
3727 # We found a bogon in the path, so make sure we never use it.
3728 set dummy
$ac_cv_prog_CC
3730 if test $# != 0; then
3731 # We chose a different compiler from the bogus one.
3732 # However, it has the same basename, so the bogon will be chosen
3733 # first if we set CC to just the basename; use the full file name.
3735 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3741 if test -n "$CC"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3743 $as_echo "$CC" >&6; }
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746 $as_echo "no" >&6; }
3751 if test -z "$CC"; then
3752 if test -n "$ac_tool_prefix"; then
3753 for ac_prog
in cl.exe
3755 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3756 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3758 $as_echo_n "checking for $ac_word... " >&6; }
3759 if ${ac_cv_prog_CC+:} false
; then :
3760 $as_echo_n "(cached) " >&6
3762 if test -n "$CC"; then
3763 ac_cv_prog_CC
="$CC" # Let the user override the test.
3765 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3769 test -z "$as_dir" && as_dir
=.
3770 for ac_exec_ext
in '' $ac_executable_extensions; do
3771 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3772 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3783 if test -n "$CC"; then
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3785 $as_echo "$CC" >&6; }
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3788 $as_echo "no" >&6; }
3792 test -n "$CC" && break
3795 if test -z "$CC"; then
3797 for ac_prog
in cl.exe
3799 # Extract the first word of "$ac_prog", so it can be a program name with args.
3800 set dummy
$ac_prog; ac_word
=$2
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3802 $as_echo_n "checking for $ac_word... " >&6; }
3803 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3804 $as_echo_n "(cached) " >&6
3806 if test -n "$ac_ct_CC"; then
3807 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3813 test -z "$as_dir" && as_dir
=.
3814 for ac_exec_ext
in '' $ac_executable_extensions; do
3815 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3816 ac_cv_prog_ac_ct_CC
="$ac_prog"
3817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3826 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3827 if test -n "$ac_ct_CC"; then
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3829 $as_echo "$ac_ct_CC" >&6; }
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3832 $as_echo "no" >&6; }
3836 test -n "$ac_ct_CC" && break
3839 if test "x$ac_ct_CC" = x
; then
3842 case $cross_compiling:$ac_tool_warned in
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3845 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3846 ac_tool_warned
=yes ;;
3855 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3856 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3857 as_fn_error $?
"no acceptable C compiler found in \$PATH
3858 See \`config.log' for more details" "$LINENO" 5; }
3860 # Provide some information about the compiler.
3861 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3864 for ac_option
in --version -v -V -qversion; do
3865 { { ac_try
="$ac_compiler $ac_option >&5"
3867 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3868 *) ac_try_echo=$ac_try;;
3870 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3871 $as_echo "$ac_try_echo"; } >&5
3872 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3874 if test -s conftest.err; then
3876 ... rest of stderr output deleted ...
3877 10q' conftest.err >conftest.er1
3878 cat conftest.er1 >&5
3880 rm -f conftest.er1 conftest.err
3881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3882 test $ac_status = 0; }
3885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3886 /* end confdefs.h. */
3896 ac_clean_files_save=$ac_clean_files
3897 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3898 # Try to create an executable without -o first, disregard a.out.
3899 # It will help us diagnose broken compilers, and finding out an intuition
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3902 $as_echo_n "checking whether the C compiler works... " >&6; }
3903 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3905 # The possible output files:
3906 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3909 for ac_file in $ac_files
3912 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3913 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3918 if { { ac_try="$ac_link_default"
3920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3921 *) ac_try_echo
=$ac_try;;
3923 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3924 $as_echo "$ac_try_echo"; } >&5
3925 (eval "$ac_link_default") 2>&5
3927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3928 test $ac_status = 0; }; then :
3929 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3930 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3931 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3932 # so that the user can short-circuit this test for compilers unknown to
3934 for ac_file
in $ac_files ''
3936 test -f "$ac_file" ||
continue
3938 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3941 # We found the default executable, but exeext='' is most
3945 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3947 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3949 # We set ac_cv_exeext here because the later test for it is not
3950 # safe: cross compilers may not add the suffix if given an `-o'
3951 # argument, so we may need to know it at that point already.
3952 # Even if this section looks crufty: it has the advantage of
3959 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3964 if test -z "$ac_file"; then :
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3966 $as_echo "no" >&6; }
3967 $as_echo "$as_me: failed program was:" >&5
3968 sed 's/^/| /' conftest.
$ac_ext >&5
3970 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3972 as_fn_error
77 "C compiler cannot create executables
3973 See \`config.log' for more details" "$LINENO" 5; }
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3976 $as_echo "yes" >&6; }
3978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3979 $as_echo_n "checking for C compiler default output file name... " >&6; }
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3981 $as_echo "$ac_file" >&6; }
3982 ac_exeext
=$ac_cv_exeext
3984 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3985 ac_clean_files
=$ac_clean_files_save
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3987 $as_echo_n "checking for suffix of executables... " >&6; }
3988 if { { ac_try
="$ac_link"
3990 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3991 *) ac_try_echo=$ac_try;;
3993 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3994 $as_echo "$ac_try_echo"; } >&5
3995 (eval "$ac_link") 2>&5
3997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3998 test $ac_status = 0; }; then :
3999 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4000 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4001 # work properly (i.e., refer to `conftest.exe'), while it won't with
4003 for ac_file
in conftest.exe conftest conftest.
*; do
4004 test -f "$ac_file" ||
continue
4006 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4007 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4013 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4014 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4015 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4016 See \`config.log' for more details" "$LINENO" 5; }
4018 rm -f conftest conftest
$ac_cv_exeext
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4020 $as_echo "$ac_cv_exeext" >&6; }
4022 rm -f conftest.
$ac_ext
4023 EXEEXT
=$ac_cv_exeext
4025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4026 /* end confdefs.h. */
4031 FILE *f = fopen ("conftest.out", "w");
4032 return ferror (f) || fclose (f) != 0;
4038 ac_clean_files
="$ac_clean_files conftest.out"
4039 # Check that the compiler produces executables we can run. If not, either
4040 # the compiler is broken, or we cross compile.
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4042 $as_echo_n "checking whether we are cross compiling... " >&6; }
4043 if test "$cross_compiling" != yes; then
4044 { { ac_try
="$ac_link"
4046 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4047 *) ac_try_echo=$ac_try;;
4049 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4050 $as_echo "$ac_try_echo"; } >&5
4051 (eval "$ac_link") 2>&5
4053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4054 test $ac_status = 0; }
4055 if { ac_try='./conftest$ac_cv_exeext'
4056 { { case "(($ac_try" in
4057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4058 *) ac_try_echo
=$ac_try;;
4060 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4061 $as_echo "$ac_try_echo"; } >&5
4062 (eval "$ac_try") 2>&5
4064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4065 test $ac_status = 0; }; }; then
4068 if test "$cross_compiling" = maybe
; then
4071 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4073 as_fn_error $?
"cannot run C compiled programs.
4074 If you meant to cross compile, use \`--host'.
4075 See \`config.log' for more details" "$LINENO" 5; }
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4080 $as_echo "$cross_compiling" >&6; }
4082 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4083 ac_clean_files
=$ac_clean_files_save
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4085 $as_echo_n "checking for suffix of object files... " >&6; }
4086 if ${ac_cv_objext+:} false
; then :
4087 $as_echo_n "(cached) " >&6
4089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4090 /* end confdefs.h. */
4100 rm -f conftest.o conftest.obj
4101 if { { ac_try
="$ac_compile"
4103 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4104 *) ac_try_echo=$ac_try;;
4106 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4107 $as_echo "$ac_try_echo"; } >&5
4108 (eval "$ac_compile") 2>&5
4110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4111 test $ac_status = 0; }; then :
4112 for ac_file in conftest.o conftest.obj conftest.*; do
4113 test -f "$ac_file" || continue;
4115 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4116 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4121 $as_echo "$as_me: failed program was:" >&5
4122 sed 's/^/| /' conftest.$ac_ext >&5
4124 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4125 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4126 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4127 See \
`config.log' for more details" "$LINENO" 5; }
4129 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4132 $as_echo "$ac_cv_objext" >&6; }
4133 OBJEXT=$ac_cv_objext
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4136 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4137 if ${ac_cv_c_compiler_gnu+:} false; then :
4138 $as_echo_n "(cached) " >&6
4140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4141 /* end confdefs.h. */
4154 if ac_fn_c_try_compile "$LINENO"; then :
4159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4160 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4164 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4165 if test $ac_compiler_gnu = yes; then
4170 ac_test_CFLAGS=${CFLAGS+set}
4171 ac_save_CFLAGS=$CFLAGS
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4173 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4174 if ${ac_cv_prog_cc_g+:} false; then :
4175 $as_echo_n "(cached) " >&6
4177 ac_save_c_werror_flag=$ac_c_werror_flag
4178 ac_c_werror_flag=yes
4181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4182 /* end confdefs.h. */
4192 if ac_fn_c_try_compile "$LINENO"; then :
4196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4197 /* end confdefs.h. */
4207 if ac_fn_c_try_compile "$LINENO"; then :
4210 ac_c_werror_flag=$ac_save_c_werror_flag
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h. */
4223 if ac_fn_c_try_compile "$LINENO"; then :
4226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4231 ac_c_werror_flag=$ac_save_c_werror_flag
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4234 $as_echo "$ac_cv_prog_cc_g" >&6; }
4235 if test "$ac_test_CFLAGS" = set; then
4236 CFLAGS=$ac_save_CFLAGS
4237 elif test $ac_cv_prog_cc_g = yes; then
4238 if test "$GCC" = yes; then
4244 if test "$GCC" = yes; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4251 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4252 if ${ac_cv_prog_cc_c89+:} false; then :
4253 $as_echo_n "(cached) " >&6
4255 ac_cv_prog_cc_c89=no
4257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4258 /* end confdefs.h. */
4262 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4263 struct buf { int x; };
4264 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4265 static char *e (p, i)
4271 static char *f (char * (*g) (char **, int), char **p, ...)
4276 s = g (p, va_arg (v,int));
4281 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4282 function prototypes and stuff, but not '\xHH' hex character constants.
4283 These don't provoke an error unfortunately, instead are silently treated
4284 as 'x'. The following induces an error, until -std is added to get
4285 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4286 array size at least. It's necessary to write '\x00'==0 to get something
4287 that's true only with -std. */
4288 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4290 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4291 inside strings and character constants. */
4293 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4295 int test (int i, double x);
4296 struct s1 {int (*f) (int a);};
4297 struct s2 {int (*f) (double a);};
4298 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4304 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4309 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4310 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4312 CC="$ac_save_CC $ac_arg"
4313 if ac_fn_c_try_compile "$LINENO"; then :
4314 ac_cv_prog_cc_c89=$ac_arg
4316 rm -f core conftest.err conftest.$ac_objext
4317 test "x$ac_cv_prog_cc_c89" != "xno" && break
4319 rm -f conftest.$ac_ext
4324 case "x$ac_cv_prog_cc_c89" in
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4327 $as_echo "none needed" >&6; } ;;
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4330 $as_echo "unsupported" >&6; } ;;
4332 CC="$CC $ac_cv_prog_cc_c89"
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4334 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4336 if test "x$ac_cv_prog_cc_c89" != xno; then :
4341 ac_cpp='$CPP $CPPFLAGS'
4342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4347 ac_cpp='$CXXCPP $CPPFLAGS'
4348 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4349 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4350 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4351 if test -z "$CXX"; then
4352 if test -n "$CCC"; then
4355 if test -n "$ac_tool_prefix"; then
4356 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4358 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4359 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4361 $as_echo_n "checking for $ac_word... " >&6; }
4362 if ${ac_cv_prog_CXX+:} false; then :
4363 $as_echo_n "(cached) " >&6
4365 if test -n "$CXX"; then
4366 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4372 test -z "$as_dir" && as_dir=.
4373 for ac_exec_ext in '' $ac_executable_extensions; do
4374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4375 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4386 if test -n "$CXX"; then
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4388 $as_echo "$CXX" >&6; }
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4391 $as_echo "no" >&6; }
4395 test -n "$CXX" && break
4398 if test -z "$CXX"; then
4400 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4402 # Extract the first word of "$ac_prog", so it can be a program name with args.
4403 set dummy $ac_prog; ac_word=$2
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4405 $as_echo_n "checking for $ac_word... " >&6; }
4406 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4407 $as_echo_n "(cached) " >&6
4409 if test -n "$ac_ct_CXX"; then
4410 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416 test -z "$as_dir" && as_dir=.
4417 for ac_exec_ext in '' $ac_executable_extensions; do
4418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4419 ac_cv_prog_ac_ct_CXX="$ac_prog"
4420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4429 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4430 if test -n "$ac_ct_CXX"; then
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4432 $as_echo "$ac_ct_CXX" >&6; }
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4435 $as_echo "no" >&6; }
4439 test -n "$ac_ct_CXX" && break
4442 if test "x$ac_ct_CXX" = x; then
4445 case $cross_compiling:$ac_tool_warned in
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4448 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4449 ac_tool_warned=yes ;;
4457 # Provide some information about the compiler.
4458 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4461 for ac_option in --version -v -V -qversion; do
4462 { { ac_try="$ac_compiler $ac_option >&5"
4464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4465 *) ac_try_echo
=$ac_try;;
4467 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4468 $as_echo "$ac_try_echo"; } >&5
4469 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4471 if test -s conftest.err
; then
4473 ... rest of stderr output deleted ...
4474 10q' conftest.err
>conftest.er1
4475 cat conftest.er1
>&5
4477 rm -f conftest.er1 conftest.err
4478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4479 test $ac_status = 0; }
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4483 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4484 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4485 $as_echo_n "(cached) " >&6
4487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4488 /* end confdefs.h. */
4501 if ac_fn_cxx_try_compile
"$LINENO"; then :
4506 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4507 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4511 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4512 if test $ac_compiler_gnu = yes; then
4517 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4518 ac_save_CXXFLAGS
=$CXXFLAGS
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4520 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4521 if ${ac_cv_prog_cxx_g+:} false
; then :
4522 $as_echo_n "(cached) " >&6
4524 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4525 ac_cxx_werror_flag
=yes
4528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4529 /* end confdefs.h. */
4539 if ac_fn_cxx_try_compile
"$LINENO"; then :
4540 ac_cv_prog_cxx_g
=yes
4543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4544 /* end confdefs.h. */
4554 if ac_fn_cxx_try_compile
"$LINENO"; then :
4557 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4560 /* end confdefs.h. */
4570 if ac_fn_cxx_try_compile
"$LINENO"; then :
4571 ac_cv_prog_cxx_g
=yes
4573 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4575 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4577 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4578 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4581 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4582 if test "$ac_test_CXXFLAGS" = set; then
4583 CXXFLAGS
=$ac_save_CXXFLAGS
4584 elif test $ac_cv_prog_cxx_g = yes; then
4585 if test "$GXX" = yes; then
4591 if test "$GXX" = yes; then
4598 ac_cpp
='$CPP $CPPFLAGS'
4599 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4600 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4601 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4603 if test -n "$ac_tool_prefix"; then
4604 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4605 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4607 $as_echo_n "checking for $ac_word... " >&6; }
4608 if ${ac_cv_prog_CPPBIN+:} false
; then :
4609 $as_echo_n "(cached) " >&6
4611 if test -n "$CPPBIN"; then
4612 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4614 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4618 test -z "$as_dir" && as_dir
=.
4619 for ac_exec_ext
in '' $ac_executable_extensions; do
4620 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4631 CPPBIN
=$ac_cv_prog_CPPBIN
4632 if test -n "$CPPBIN"; then
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4634 $as_echo "$CPPBIN" >&6; }
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4637 $as_echo "no" >&6; }
4642 if test -z "$ac_cv_prog_CPPBIN"; then
4643 ac_ct_CPPBIN
=$CPPBIN
4644 # Extract the first word of "cpp", so it can be a program name with args.
4645 set dummy cpp
; ac_word
=$2
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4647 $as_echo_n "checking for $ac_word... " >&6; }
4648 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4649 $as_echo_n "(cached) " >&6
4651 if test -n "$ac_ct_CPPBIN"; then
4652 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4654 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4658 test -z "$as_dir" && as_dir
=.
4659 for ac_exec_ext
in '' $ac_executable_extensions; do
4660 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4661 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4671 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4672 if test -n "$ac_ct_CPPBIN"; then
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4674 $as_echo "$ac_ct_CPPBIN" >&6; }
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4677 $as_echo "no" >&6; }
4680 if test "x$ac_ct_CPPBIN" = x
; then
4683 case $cross_compiling:$ac_tool_warned in
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4686 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4687 ac_tool_warned
=yes ;;
4689 CPPBIN
=$ac_ct_CPPBIN
4692 CPPBIN
="$ac_cv_prog_CPPBIN"
4696 cat >>confdefs.h
<<_ACEOF
4697 #define EXEEXT "$ac_exeext"
4703 if test "x$enable_win64" = "xyes"
4708 notice_platform
="64-bit "
4715 notice_platform
="32-bit "
4718 enable_win16
=${enable_win16:-yes}
4720 with_fontconfig
=${with_fontconfig:-no}
4723 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4728 $as_echo_n "checking whether $CC works... " >&6; }
4730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4731 /* end confdefs.h. */
4741 if ac_fn_c_try_link
"$LINENO"; then :
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4743 $as_echo "yes" >&6; }
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4747 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4749 rm -f core conftest.err conftest.
$ac_objext \
4750 conftest
$ac_exeext conftest.
$ac_ext
4752 notice_platform
="32-bit "
4755 enable_win16
=${enable_win16:-yes}
4757 if test "x${GCC}" = "xyes"
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4760 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4762 /* end confdefs.h. */
4767 void func(__builtin_ms_va_list *args);
4772 if ac_fn_c_try_compile
"$LINENO"; then :
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4774 $as_echo "yes" >&6; }
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4777 $as_echo "no" >&6; }
4778 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4780 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4788 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4790 /* end confdefs.h. */
4791 int ac_test(int i) { return i; }
4795 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4800 if ac_fn_c_try_link
"$LINENO"; then :
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4802 $as_echo "yes" >&6; }
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4805 $as_echo "no" >&6; }
4806 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4808 rm -f core conftest.err conftest.
$ac_objext \
4809 conftest
$ac_exeext conftest.
$ac_ext
4810 CFLAGS
="$CFLAGS -marm"
4814 *-mingw32*|
*-cygwin*)
4815 enable_win16
=${enable_win16:-no}
4816 CFLAGS
="$CFLAGS -D_WIN32"
4819 enable_win16
=${enable_win16:-yes}
4823 enable_win16
=${enable_win16:-no}
4824 enable_win64
=${enable_win64:-no}
4826 enable_winetest
=${enable_winetest:-$enable_tests}
4828 if test -n "$with_wine64"
4830 if test "x$enable_win64" = "xyes"
4832 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4833 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4835 enable_fonts
=${enable_fonts:-no}
4836 enable_server
=${enable_server:-no}
4837 elif test "x$enable_win64" = "xyes"
4839 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4843 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4844 if ${wine_cv_toolsdir+:} false
; then :
4845 $as_echo_n "(cached) " >&6
4847 wine_cv_toolsdir
="$with_wine_tools"
4848 if test -z "$with_wine_tools"; then
4849 if test "$cross_compiling" = "yes"; then
4850 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4851 elif test -n "$with_wine64"; then
4852 wine_cv_toolsdir
="$with_wine64"
4855 if test -z "$wine_cv_toolsdir"; then
4856 wine_makedep
=tools
/makedep
4857 wine_cv_toolsdir
="\$(top_builddir)"
4858 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4859 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
4860 case "$wine_cv_toolsdir" in
4862 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
4864 enable_tools
=${enable_tools:-no}
4865 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
4867 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4871 $as_echo "$wine_cv_toolsdir" >&6; }
4872 TOOLSDIR
=$wine_cv_toolsdir
4874 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4876 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
4882 # Extract the first word of "$ac_prog", so it can be a program name with args.
4883 set dummy
$ac_prog; ac_word
=$2
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4885 $as_echo_n "checking for $ac_word... " >&6; }
4886 if ${ac_cv_prog_FLEX+:} false
; then :
4887 $as_echo_n "(cached) " >&6
4889 if test -n "$FLEX"; then
4890 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4896 test -z "$as_dir" && as_dir
=.
4897 for ac_exec_ext
in '' $ac_executable_extensions; do
4898 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4899 ac_cv_prog_FLEX
="$ac_prog"
4900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4909 FLEX
=$ac_cv_prog_FLEX
4910 if test -n "$FLEX"; then
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4912 $as_echo "$FLEX" >&6; }
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4915 $as_echo "no" >&6; }
4919 test -n "$FLEX" && break
4921 test -n "$FLEX" || FLEX
="none"
4923 if test "$FLEX" = "none"
4925 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4928 $as_echo_n "checking whether flex is recent enough... " >&6; }
4929 cat >conftest.l
<<EOF
4931 #include "prediluvian.h"
4935 if $FLEX -t conftest.l
>/dev
/null
2>&5
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4938 $as_echo "yes" >&6; }
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4941 $as_echo "no" >&6; }
4942 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4945 for ac_prog
in bison
4947 # Extract the first word of "$ac_prog", so it can be a program name with args.
4948 set dummy
$ac_prog; ac_word
=$2
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4950 $as_echo_n "checking for $ac_word... " >&6; }
4951 if ${ac_cv_prog_BISON+:} false
; then :
4952 $as_echo_n "(cached) " >&6
4954 if test -n "$BISON"; then
4955 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4957 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4961 test -z "$as_dir" && as_dir
=.
4962 for ac_exec_ext
in '' $ac_executable_extensions; do
4963 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4964 ac_cv_prog_BISON
="$ac_prog"
4965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4974 BISON
=$ac_cv_prog_BISON
4975 if test -n "$BISON"; then
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4977 $as_echo "$BISON" >&6; }
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4980 $as_echo "no" >&6; }
4984 test -n "$BISON" && break
4986 test -n "$BISON" || BISON
="none"
4988 if test "$BISON" = "none"
4990 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4993 if test -n "$ac_tool_prefix"; then
4994 for ac_prog
in ar gar
4996 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4997 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999 $as_echo_n "checking for $ac_word... " >&6; }
5000 if ${ac_cv_prog_AR+:} false
; then :
5001 $as_echo_n "(cached) " >&6
5003 if test -n "$AR"; then
5004 ac_cv_prog_AR
="$AR" # Let the user override the test.
5006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5010 test -z "$as_dir" && as_dir
=.
5011 for ac_exec_ext
in '' $ac_executable_extensions; do
5012 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5013 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5024 if test -n "$AR"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5026 $as_echo "$AR" >&6; }
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029 $as_echo "no" >&6; }
5033 test -n "$AR" && break
5036 if test -z "$AR"; then
5038 for ac_prog
in ar gar
5040 # Extract the first word of "$ac_prog", so it can be a program name with args.
5041 set dummy
$ac_prog; ac_word
=$2
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5043 $as_echo_n "checking for $ac_word... " >&6; }
5044 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5045 $as_echo_n "(cached) " >&6
5047 if test -n "$ac_ct_AR"; then
5048 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5050 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5054 test -z "$as_dir" && as_dir
=.
5055 for ac_exec_ext
in '' $ac_executable_extensions; do
5056 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5057 ac_cv_prog_ac_ct_AR
="$ac_prog"
5058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5067 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5068 if test -n "$ac_ct_AR"; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5070 $as_echo "$ac_ct_AR" >&6; }
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5073 $as_echo "no" >&6; }
5077 test -n "$ac_ct_AR" && break
5080 if test "x$ac_ct_AR" = x
; then
5083 case $cross_compiling:$ac_tool_warned in
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5087 ac_tool_warned
=yes ;;
5093 if test -n "$ac_tool_prefix"; then
5094 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5095 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097 $as_echo_n "checking for $ac_word... " >&6; }
5098 if ${ac_cv_prog_STRIP+:} false
; then :
5099 $as_echo_n "(cached) " >&6
5101 if test -n "$STRIP"; then
5102 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5108 test -z "$as_dir" && as_dir
=.
5109 for ac_exec_ext
in '' $ac_executable_extensions; do
5110 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5111 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5121 STRIP
=$ac_cv_prog_STRIP
5122 if test -n "$STRIP"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5124 $as_echo "$STRIP" >&6; }
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127 $as_echo "no" >&6; }
5132 if test -z "$ac_cv_prog_STRIP"; then
5134 # Extract the first word of "strip", so it can be a program name with args.
5135 set dummy strip
; ac_word
=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5139 $as_echo_n "(cached) " >&6
5141 if test -n "$ac_ct_STRIP"; then
5142 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5148 test -z "$as_dir" && as_dir
=.
5149 for ac_exec_ext
in '' $ac_executable_extensions; do
5150 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5151 ac_cv_prog_ac_ct_STRIP
="strip"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5161 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5162 if test -n "$ac_ct_STRIP"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5164 $as_echo "$ac_ct_STRIP" >&6; }
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5170 if test "x$ac_ct_STRIP" = x
; then
5173 case $cross_compiling:$ac_tool_warned in
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5176 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5177 ac_tool_warned
=yes ;;
5182 STRIP
="$ac_cv_prog_STRIP"
5187 if test -n "$ac_tool_prefix"; then
5188 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5189 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5191 $as_echo_n "checking for $ac_word... " >&6; }
5192 if ${ac_cv_prog_RANLIB+:} false
; then :
5193 $as_echo_n "(cached) " >&6
5195 if test -n "$RANLIB"; then
5196 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5198 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5202 test -z "$as_dir" && as_dir
=.
5203 for ac_exec_ext
in '' $ac_executable_extensions; do
5204 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5205 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5215 RANLIB
=$ac_cv_prog_RANLIB
5216 if test -n "$RANLIB"; then
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5218 $as_echo "$RANLIB" >&6; }
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5221 $as_echo "no" >&6; }
5226 if test -z "$ac_cv_prog_RANLIB"; then
5227 ac_ct_RANLIB
=$RANLIB
5228 # Extract the first word of "ranlib", so it can be a program name with args.
5229 set dummy ranlib
; ac_word
=$2
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5231 $as_echo_n "checking for $ac_word... " >&6; }
5232 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5233 $as_echo_n "(cached) " >&6
5235 if test -n "$ac_ct_RANLIB"; then
5236 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5242 test -z "$as_dir" && as_dir
=.
5243 for ac_exec_ext
in '' $ac_executable_extensions; do
5244 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5245 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5255 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5256 if test -n "$ac_ct_RANLIB"; then
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5258 $as_echo "$ac_ct_RANLIB" >&6; }
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5261 $as_echo "no" >&6; }
5264 if test "x$ac_ct_RANLIB" = x
; then
5267 case $cross_compiling:$ac_tool_warned in
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5271 ac_tool_warned
=yes ;;
5273 RANLIB
=$ac_ct_RANLIB
5276 RANLIB
="$ac_cv_prog_RANLIB"
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5280 $as_echo_n "checking whether ln -s works... " >&6; }
5282 if test "$LN_S" = "ln -s"; then
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5284 $as_echo "yes" >&6; }
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5287 $as_echo "no, using $LN_S" >&6; }
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5291 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5292 if ${ac_cv_path_GREP+:} false
; then :
5293 $as_echo_n "(cached) " >&6
5295 if test -z "$GREP"; then
5296 ac_path_GREP_found
=false
5297 # Loop through the user's path and test for each of PROGNAME-LIST
5298 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5299 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5302 test -z "$as_dir" && as_dir
=.
5303 for ac_prog
in grep ggrep
; do
5304 for ac_exec_ext
in '' $ac_executable_extensions; do
5305 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5306 as_fn_executable_p
"$ac_path_GREP" ||
continue
5307 # Check for GNU ac_path_GREP and select it if it is found.
5308 # Check for GNU $ac_path_GREP
5309 case `"$ac_path_GREP" --version 2>&1` in
5311 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5314 $as_echo_n 0123456789 >"conftest.in"
5317 cat "conftest.in" "conftest.in" >"conftest.tmp"
5318 mv "conftest.tmp" "conftest.in"
5319 cp "conftest.in" "conftest.nl"
5320 $as_echo 'GREP' >> "conftest.nl"
5321 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5322 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5323 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5324 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5325 # Best one so far, save it but keep looking for a better one
5326 ac_cv_path_GREP
="$ac_path_GREP"
5327 ac_path_GREP_max
=$ac_count
5329 # 10*(2^10) chars as input seems more than enough
5330 test $ac_count -gt 10 && break
5332 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5335 $ac_path_GREP_found && break 3
5340 if test -z "$ac_cv_path_GREP"; then
5341 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5344 ac_cv_path_GREP
=$GREP
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5349 $as_echo "$ac_cv_path_GREP" >&6; }
5350 GREP
="$ac_cv_path_GREP"
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5354 $as_echo_n "checking for egrep... " >&6; }
5355 if ${ac_cv_path_EGREP+:} false
; then :
5356 $as_echo_n "(cached) " >&6
5358 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5359 then ac_cv_path_EGREP
="$GREP -E"
5361 if test -z "$EGREP"; then
5362 ac_path_EGREP_found
=false
5363 # Loop through the user's path and test for each of PROGNAME-LIST
5364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5365 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5368 test -z "$as_dir" && as_dir
=.
5369 for ac_prog
in egrep; do
5370 for ac_exec_ext
in '' $ac_executable_extensions; do
5371 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5372 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5373 # Check for GNU ac_path_EGREP and select it if it is found.
5374 # Check for GNU $ac_path_EGREP
5375 case `"$ac_path_EGREP" --version 2>&1` in
5377 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5380 $as_echo_n 0123456789 >"conftest.in"
5383 cat "conftest.in" "conftest.in" >"conftest.tmp"
5384 mv "conftest.tmp" "conftest.in"
5385 cp "conftest.in" "conftest.nl"
5386 $as_echo 'EGREP' >> "conftest.nl"
5387 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5388 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5389 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5390 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5391 # Best one so far, save it but keep looking for a better one
5392 ac_cv_path_EGREP
="$ac_path_EGREP"
5393 ac_path_EGREP_max
=$ac_count
5395 # 10*(2^10) chars as input seems more than enough
5396 test $ac_count -gt 10 && break
5398 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5401 $ac_path_EGREP_found && break 3
5406 if test -z "$ac_cv_path_EGREP"; then
5407 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5410 ac_cv_path_EGREP
=$EGREP
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5416 $as_echo "$ac_cv_path_EGREP" >&6; }
5417 EGREP
="$ac_cv_path_EGREP"
5420 # Extract the first word of "ldconfig", so it can be a program name with args.
5421 set dummy ldconfig
; ac_word
=$2
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5423 $as_echo_n "checking for $ac_word... " >&6; }
5424 if ${ac_cv_path_LDCONFIG+:} false
; then :
5425 $as_echo_n "(cached) " >&6
5429 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5432 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5433 for as_dir
in /sbin
/usr
/sbin
$PATH
5436 test -z "$as_dir" && as_dir
=.
5437 for ac_exec_ext
in '' $ac_executable_extensions; do
5438 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5439 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5447 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5451 LDCONFIG
=$ac_cv_path_LDCONFIG
5452 if test -n "$LDCONFIG"; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5454 $as_echo "$LDCONFIG" >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5461 for ac_prog
in msgfmt
5463 # Extract the first word of "$ac_prog", so it can be a program name with args.
5464 set dummy
$ac_prog; ac_word
=$2
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5466 $as_echo_n "checking for $ac_word... " >&6; }
5467 if ${ac_cv_prog_MSGFMT+:} false
; then :
5468 $as_echo_n "(cached) " >&6
5470 if test -n "$MSGFMT"; then
5471 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5473 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5477 test -z "$as_dir" && as_dir
=.
5478 for ac_exec_ext
in '' $ac_executable_extensions; do
5479 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5480 ac_cv_prog_MSGFMT
="$ac_prog"
5481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5490 MSGFMT
=$ac_cv_prog_MSGFMT
5491 if test -n "$MSGFMT"; then
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5493 $as_echo "$MSGFMT" >&6; }
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5496 $as_echo "no" >&6; }
5500 test -n "$MSGFMT" && break
5502 test -n "$MSGFMT" || MSGFMT
="false"
5504 if ${ac_tool_prefix+:} false
; then :
5505 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5506 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5508 $as_echo_n "checking for $ac_word... " >&6; }
5509 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5510 $as_echo_n "(cached) " >&6
5512 if test -n "$PKG_CONFIG"; then
5513 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5522 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5533 if test -n "$PKG_CONFIG"; then
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5535 $as_echo "$PKG_CONFIG" >&6; }
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5538 $as_echo "no" >&6; }
5543 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5544 if test "x$cross_compiling" = xyes
; then :
5547 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5548 # Extract the first word of "pkg-config", so it can be a program name with args.
5549 set dummy pkg-config
; ac_word
=$2
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5551 $as_echo_n "checking for $ac_word... " >&6; }
5552 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5553 $as_echo_n "(cached) " >&6
5555 if test -n "$PKG_CONFIG"; then
5556 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5558 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5562 test -z "$as_dir" && as_dir
=.
5563 for ac_exec_ext
in '' $ac_executable_extensions; do
5564 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5565 ac_cv_prog_PKG_CONFIG
="pkg-config"
5566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5575 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5576 if test -n "$PKG_CONFIG"; then
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5578 $as_echo "$PKG_CONFIG" >&6; }
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5581 $as_echo "no" >&6; }
5587 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5590 if test "x$enable_maintainer_mode" != "xyes"
5597 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5598 for ac_prog
in fontforge
5600 # Extract the first word of "$ac_prog", so it can be a program name with args.
5601 set dummy
$ac_prog; ac_word
=$2
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5603 $as_echo_n "checking for $ac_word... " >&6; }
5604 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5605 $as_echo_n "(cached) " >&6
5607 if test -n "$FONTFORGE"; then
5608 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5614 test -z "$as_dir" && as_dir
=.
5615 for ac_exec_ext
in '' $ac_executable_extensions; do
5616 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5617 ac_cv_prog_FONTFORGE
="$ac_prog"
5618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5627 FONTFORGE
=$ac_cv_prog_FONTFORGE
5628 if test -n "$FONTFORGE"; then
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5630 $as_echo "$FONTFORGE" >&6; }
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5633 $as_echo "no" >&6; }
5637 test -n "$FONTFORGE" && break
5639 test -n "$FONTFORGE" || FONTFORGE
="false"
5643 # Extract the first word of "$ac_prog", so it can be a program name with args.
5644 set dummy
$ac_prog; ac_word
=$2
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5646 $as_echo_n "checking for $ac_word... " >&6; }
5647 if ${ac_cv_prog_RSVG+:} false
; then :
5648 $as_echo_n "(cached) " >&6
5650 if test -n "$RSVG"; then
5651 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5657 test -z "$as_dir" && as_dir
=.
5658 for ac_exec_ext
in '' $ac_executable_extensions; do
5659 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5660 ac_cv_prog_RSVG
="$ac_prog"
5661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 RSVG
=$ac_cv_prog_RSVG
5671 if test -n "$RSVG"; then
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5673 $as_echo "$RSVG" >&6; }
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5676 $as_echo "no" >&6; }
5680 test -n "$RSVG" && break
5682 test -n "$RSVG" || RSVG
="false"
5684 for ac_prog
in convert
5686 # Extract the first word of "$ac_prog", so it can be a program name with args.
5687 set dummy
$ac_prog; ac_word
=$2
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5689 $as_echo_n "checking for $ac_word... " >&6; }
5690 if ${ac_cv_prog_CONVERT+:} false
; then :
5691 $as_echo_n "(cached) " >&6
5693 if test -n "$CONVERT"; then
5694 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5696 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5700 test -z "$as_dir" && as_dir
=.
5701 for ac_exec_ext
in '' $ac_executable_extensions; do
5702 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5703 ac_cv_prog_CONVERT
="$ac_prog"
5704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5713 CONVERT
=$ac_cv_prog_CONVERT
5714 if test -n "$CONVERT"; then
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5716 $as_echo "$CONVERT" >&6; }
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5719 $as_echo "no" >&6; }
5723 test -n "$CONVERT" && break
5725 test -n "$CONVERT" || CONVERT
="false"
5727 for ac_prog
in icotool
5729 # Extract the first word of "$ac_prog", so it can be a program name with args.
5730 set dummy
$ac_prog; ac_word
=$2
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5732 $as_echo_n "checking for $ac_word... " >&6; }
5733 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5734 $as_echo_n "(cached) " >&6
5736 if test -n "$ICOTOOL"; then
5737 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5743 test -z "$as_dir" && as_dir
=.
5744 for ac_exec_ext
in '' $ac_executable_extensions; do
5745 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5746 ac_cv_prog_ICOTOOL
="$ac_prog"
5747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 ICOTOOL
=$ac_cv_prog_ICOTOOL
5757 if test -n "$ICOTOOL"; then
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5759 $as_echo "$ICOTOOL" >&6; }
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5762 $as_echo "no" >&6; }
5766 test -n "$ICOTOOL" && break
5768 test -n "$ICOTOOL" || ICOTOOL
="false"
5770 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5771 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5773 if test "$CONVERT" = false
5775 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5778 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5779 convert_version
=`convert --version | head -n1`
5780 if test "x$convert_version" != "x"
5782 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5783 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5784 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5789 if test "$CONVERT" = false
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5792 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5793 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5796 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5800 if test "$ICOTOOL" = false
5802 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5805 $as_echo_n "checking for recent enough icotool... " >&6; }
5806 icotool_version
=`icotool --version | head -n1`
5807 if test "x$icotool_version" != "x"
5809 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5810 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5811 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5814 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5817 if test "$ICOTOOL" = false
5819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5820 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5821 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5824 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5830 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5833 test "x$with_gettext" != xno || MSGFMT
=false
5834 if test "$MSGFMT" != "false"
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5837 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5838 cat >conftest.po
<<EOF
5844 if $MSGFMT -o /dev
/null conftest.po
2>&5
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5847 $as_echo "yes" >&6; }
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5850 $as_echo "no" >&6; }
5854 if test "$MSGFMT" = false
; then :
5855 case "x$with_gettext" in
5856 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
5858 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
5859 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5865 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5866 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
5867 $as_echo_n "(cached) " >&6
5869 ac_check_lib_save_LIBS
=$LIBS
5871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5872 /* end confdefs.h. */
5874 /* Override any GCC internal prototype to avoid an error.
5875 Use char because int might match the return type of a GCC
5876 builtin and then its argument prototype would still apply. */
5880 char i386_set_ldt ();
5884 return i386_set_ldt ();
5889 if ac_fn_c_try_link
"$LINENO"; then :
5890 ac_cv_lib_i386_i386_set_ldt
=yes
5892 ac_cv_lib_i386_i386_set_ldt
=no
5894 rm -f core conftest.err conftest.
$ac_objext \
5895 conftest
$ac_exeext conftest.
$ac_ext
5896 LIBS
=$ac_check_lib_save_LIBS
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5899 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5900 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
5901 cat >>confdefs.h
<<_ACEOF
5902 #define HAVE_LIBI386 1
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5910 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5911 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
5912 $as_echo_n "(cached) " >&6
5914 ac_check_lib_save_LIBS
=$LIBS
5915 LIBS
="-lossaudio $LIBS"
5916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5917 /* end confdefs.h. */
5919 /* Override any GCC internal prototype to avoid an error.
5920 Use char because int might match the return type of a GCC
5921 builtin and then its argument prototype would still apply. */
5929 return _oss_ioctl ();
5934 if ac_fn_c_try_link
"$LINENO"; then :
5935 ac_cv_lib_ossaudio__oss_ioctl
=yes
5937 ac_cv_lib_ossaudio__oss_ioctl
=no
5939 rm -f core conftest.err conftest.
$ac_objext \
5940 conftest
$ac_exeext conftest.
$ac_ext
5941 LIBS
=$ac_check_lib_save_LIBS
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5944 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5945 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
5946 cat >>confdefs.h
<<_ACEOF
5947 #define HAVE_LIBOSSAUDIO 1
5950 LIBS
="-lossaudio $LIBS"
5959 # Check whether --enable-largefile was given.
5960 if test "${enable_largefile+set}" = set; then :
5961 enableval
=$enable_largefile;
5964 if test "$enable_largefile" != no
; then
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5967 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5968 if ${ac_cv_sys_largefile_CC+:} false
; then :
5969 $as_echo_n "(cached) " >&6
5971 ac_cv_sys_largefile_CC
=no
5972 if test "$GCC" != yes; then
5975 # IRIX 6.2 and later do not support large files by default,
5976 # so use the C compiler's -n32 option if that helps.
5977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5978 /* end confdefs.h. */
5979 #include <sys/types.h>
5980 /* Check that off_t can represent 2**63 - 1 correctly.
5981 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5982 since some C++ compilers masquerading as C compilers
5983 incorrectly reject 9223372036854775807. */
5984 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5985 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5986 && LARGE_OFF_T % 2147483647 == 1)
5996 if ac_fn_c_try_compile
"$LINENO"; then :
5999 rm -f core conftest.err conftest.
$ac_objext
6001 if ac_fn_c_try_compile
"$LINENO"; then :
6002 ac_cv_sys_largefile_CC
=' -n32'; break
6004 rm -f core conftest.err conftest.
$ac_objext
6008 rm -f conftest.
$ac_ext
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6012 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6013 if test "$ac_cv_sys_largefile_CC" != no
; then
6014 CC
=$CC$ac_cv_sys_largefile_CC
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6018 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6019 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6020 $as_echo_n "(cached) " >&6
6023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6024 /* end confdefs.h. */
6025 #include <sys/types.h>
6026 /* Check that off_t can represent 2**63 - 1 correctly.
6027 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6028 since some C++ compilers masquerading as C compilers
6029 incorrectly reject 9223372036854775807. */
6030 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6031 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6032 && LARGE_OFF_T % 2147483647 == 1)
6042 if ac_fn_c_try_compile
"$LINENO"; then :
6043 ac_cv_sys_file_offset_bits
=no
; break
6045 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6047 /* end confdefs.h. */
6048 #define _FILE_OFFSET_BITS 64
6049 #include <sys/types.h>
6050 /* Check that off_t can represent 2**63 - 1 correctly.
6051 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6052 since some C++ compilers masquerading as C compilers
6053 incorrectly reject 9223372036854775807. */
6054 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6055 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6056 && LARGE_OFF_T % 2147483647 == 1)
6066 if ac_fn_c_try_compile
"$LINENO"; then :
6067 ac_cv_sys_file_offset_bits
=64; break
6069 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6070 ac_cv_sys_file_offset_bits
=unknown
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6075 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6076 case $ac_cv_sys_file_offset_bits in #(
6079 cat >>confdefs.h
<<_ACEOF
6080 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6085 if test $ac_cv_sys_file_offset_bits = unknown
; then
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6087 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6088 if ${ac_cv_sys_large_files+:} false
; then :
6089 $as_echo_n "(cached) " >&6
6092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6093 /* end confdefs.h. */
6094 #include <sys/types.h>
6095 /* Check that off_t can represent 2**63 - 1 correctly.
6096 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6097 since some C++ compilers masquerading as C compilers
6098 incorrectly reject 9223372036854775807. */
6099 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6100 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6101 && LARGE_OFF_T % 2147483647 == 1)
6111 if ac_fn_c_try_compile
"$LINENO"; then :
6112 ac_cv_sys_large_files
=no
; break
6114 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6116 /* end confdefs.h. */
6117 #define _LARGE_FILES 1
6118 #include <sys/types.h>
6119 /* Check that off_t can represent 2**63 - 1 correctly.
6120 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6121 since some C++ compilers masquerading as C compilers
6122 incorrectly reject 9223372036854775807. */
6123 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6124 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6125 && LARGE_OFF_T % 2147483647 == 1)
6135 if ac_fn_c_try_compile
"$LINENO"; then :
6136 ac_cv_sys_large_files
=1; break
6138 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6139 ac_cv_sys_large_files
=unknown
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6144 $as_echo "$ac_cv_sys_large_files" >&6; }
6145 case $ac_cv_sys_large_files in #(
6148 cat >>confdefs.h
<<_ACEOF
6149 #define _LARGE_FILES $ac_cv_sys_large_files
6161 ac_cpp
='$CPP $CPPFLAGS'
6162 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6163 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6164 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6166 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6167 # On Suns, sometimes $CPP names a directory.
6168 if test -n "$CPP" && test -d "$CPP"; then
6171 if test -z "$CPP"; then
6172 if ${ac_cv_prog_CPP+:} false
; then :
6173 $as_echo_n "(cached) " >&6
6175 # Double quotes because CPP needs to be expanded
6176 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6179 for ac_c_preproc_warn_flag
in '' yes
6181 # Use a header file that comes with gcc, so configuring glibc
6182 # with a fresh cross-compiler works.
6183 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6184 # <limits.h> exists even on freestanding compilers.
6185 # On the NeXT, cc -E runs the code through the compiler's parser,
6186 # not just through cpp. "Syntax error" is here to catch this case.
6187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6188 /* end confdefs.h. */
6190 # include <limits.h>
6192 # include <assert.h>
6196 if ac_fn_c_try_cpp
"$LINENO"; then :
6199 # Broken: fails on valid input.
6202 rm -f conftest.err conftest.i conftest.
$ac_ext
6204 # OK, works on sane cases. Now check whether nonexistent headers
6205 # can be detected and how.
6206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6207 /* end confdefs.h. */
6208 #include <ac_nonexistent.h>
6210 if ac_fn_c_try_cpp
"$LINENO"; then :
6211 # Broken: success on invalid input.
6214 # Passes both tests.
6218 rm -f conftest.err conftest.i conftest.
$ac_ext
6221 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6222 rm -f conftest.i conftest.err conftest.
$ac_ext
6223 if $ac_preproc_ok; then :
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6236 $as_echo "$CPP" >&6; }
6238 for ac_c_preproc_warn_flag
in '' yes
6240 # Use a header file that comes with gcc, so configuring glibc
6241 # with a fresh cross-compiler works.
6242 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6243 # <limits.h> exists even on freestanding compilers.
6244 # On the NeXT, cc -E runs the code through the compiler's parser,
6245 # not just through cpp. "Syntax error" is here to catch this case.
6246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6247 /* end confdefs.h. */
6249 # include <limits.h>
6251 # include <assert.h>
6255 if ac_fn_c_try_cpp
"$LINENO"; then :
6258 # Broken: fails on valid input.
6261 rm -f conftest.err conftest.i conftest.
$ac_ext
6263 # OK, works on sane cases. Now check whether nonexistent headers
6264 # can be detected and how.
6265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6266 /* end confdefs.h. */
6267 #include <ac_nonexistent.h>
6269 if ac_fn_c_try_cpp
"$LINENO"; then :
6270 # Broken: success on invalid input.
6273 # Passes both tests.
6277 rm -f conftest.err conftest.i conftest.
$ac_ext
6280 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6281 rm -f conftest.i conftest.err conftest.
$ac_ext
6282 if $ac_preproc_ok; then :
6285 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6286 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6287 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6288 See \`config.log' for more details" "$LINENO" 5; }
6292 ac_cpp
='$CPP $CPPFLAGS'
6293 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6294 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6295 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6299 $as_echo_n "checking for ANSI C header files... " >&6; }
6300 if ${ac_cv_header_stdc+:} false
; then :
6301 $as_echo_n "(cached) " >&6
6303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6304 /* end confdefs.h. */
6318 if ac_fn_c_try_compile
"$LINENO"; then :
6319 ac_cv_header_stdc
=yes
6321 ac_cv_header_stdc
=no
6323 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6325 if test $ac_cv_header_stdc = yes; then
6326 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6328 /* end confdefs.h. */
6332 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6333 $EGREP "memchr" >/dev
/null
2>&1; then :
6336 ac_cv_header_stdc
=no
6342 if test $ac_cv_header_stdc = yes; then
6343 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6344 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6345 /* end confdefs.h. */
6349 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6350 $EGREP "free" >/dev
/null
2>&1; then :
6353 ac_cv_header_stdc
=no
6359 if test $ac_cv_header_stdc = yes; then
6360 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6361 if test "$cross_compiling" = yes; then :
6364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6365 /* end confdefs.h. */
6368 #if ((' ' & 0x0FF) == 0x020)
6369 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6370 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6372 # define ISLOWER(c) \
6373 (('a' <= (c) && (c) <= 'i') \
6374 || ('j' <= (c) && (c) <= 'r') \
6375 || ('s' <= (c) && (c) <= 'z'))
6376 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6379 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6384 for (i = 0; i < 256; i++)
6385 if (XOR (islower (i), ISLOWER (i))
6386 || toupper (i) != TOUPPER (i))
6391 if ac_fn_c_try_run
"$LINENO"; then :
6394 ac_cv_header_stdc
=no
6396 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6397 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6403 $as_echo "$ac_cv_header_stdc" >&6; }
6404 if test $ac_cv_header_stdc = yes; then
6406 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6410 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6411 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6412 inttypes.h stdint.h unistd.h
6414 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6415 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6417 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6418 cat >>confdefs.h
<<_ACEOF
6419 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6429 ApplicationServices
/ApplicationServices.h \
6430 AudioToolbox
/AudioConverter.h \
6431 AudioUnit
/AudioUnit.h \
6432 AudioUnit
/AudioComponent.h \
6435 CoreAudio
/CoreAudio.h \
6436 CoreServices
/CoreServices.h \
6437 DiskArbitration
/DiskArbitration.h \
6439 IOKit
/hid
/IOHIDLib.h \
6442 QuickTime
/ImageCompression.h \
6443 Security
/Security.h \
6494 netinet
/in_systm.h \
6555 valgrind
/memcheck.h \
6556 valgrind
/valgrind.h \
6560 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6561 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6562 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6563 cat >>confdefs.h
<<_ACEOF
6564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6572 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6573 if ${ac_cv_header_stat_broken+:} false
; then :
6574 $as_echo_n "(cached) " >&6
6576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h. */
6578 #include <sys/types.h>
6579 #include <sys/stat.h>
6581 #if defined S_ISBLK && defined S_IFDIR
6582 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6585 #if defined S_ISBLK && defined S_IFCHR
6586 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6589 #if defined S_ISLNK && defined S_IFREG
6590 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6593 #if defined S_ISSOCK && defined S_IFREG
6594 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6598 if ac_fn_c_try_compile
"$LINENO"; then :
6599 ac_cv_header_stat_broken
=no
6601 ac_cv_header_stat_broken
=yes
6603 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6606 $as_echo "$ac_cv_header_stat_broken" >&6; }
6607 if test $ac_cv_header_stat_broken = yes; then
6609 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6615 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6617 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6618 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6619 #ifdef HAVE_SYS_PARAM_H
6620 # include <sys/param.h>
6623 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6624 cat >>confdefs.h
<<_ACEOF
6625 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6640 netinet
/if_ether.h \
6641 netinet
/if_inarp.h \
6650 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6651 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6652 #ifdef HAVE_SYS_SOCKET_H
6653 # include <sys/socket.h>
6655 #ifdef HAVE_SYS_SOCKETVAR_H
6656 # include <sys/socketvar.h>
6658 #ifdef HAVE_NET_ROUTE_H
6659 # include <net/route.h>
6661 #ifdef HAVE_NETINET_IN_H
6662 # include <netinet/in.h>
6664 #ifdef HAVE_NETINET_IN_SYSTM_H
6665 # include <netinet/in_systm.h>
6667 #ifdef HAVE_NET_IF_H
6668 # include <net/if.h>
6670 #ifdef HAVE_NETINET_IP_H
6671 # include <netinet/ip.h>
6674 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6675 cat >>confdefs.h
<<_ACEOF
6676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6684 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6686 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6687 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6691 #ifdef HAVE_SYS_SOCKET_H
6692 # include <sys/socket.h>
6694 #ifdef HAVE_SYS_SOCKETVAR_H
6695 # include <sys/socketvar.h>
6697 #ifdef HAVE_SYS_TIMEOUT_H
6698 # include <sys/timeout.h>
6700 #ifdef HAVE_NETINET_IN_H
6701 # include <netinet/in.h>
6703 #ifdef HAVE_NETINET_IN_SYSTM_H
6704 # include <netinet/in_systm.h>
6706 #ifdef HAVE_NETINET_IP_H
6707 # include <netinet/ip.h>
6709 #ifdef HAVE_NETINET_IP_VAR_H
6710 # include <netinet/ip_var.h>
6712 #ifdef HAVE_NETINET_IP_ICMP_H
6713 # include <netinet/ip_icmp.h>
6715 #ifdef HAVE_NETINET_UDP_H
6716 # include <netinet/udp.h>
6718 #ifdef HAVE_NETINET_TCP_H
6719 # include <netinet/tcp.h>
6721 #ifdef HAVE_NETINET_TCP_TIMER_H
6722 #include <netinet/tcp_timer.h>
6725 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6726 cat >>confdefs.h
<<_ACEOF
6727 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6735 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6737 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6738 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6739 #ifdef HAVE_ASM_TYPES_H
6740 # include <asm/types.h>
6742 #ifdef HAVE_SYS_SOCKET_H
6743 # include <sys/socket.h>
6745 #ifdef HAVE_LINUX_TYPES_H
6746 # include <linux/types.h>
6749 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6750 cat >>confdefs.h
<<_ACEOF
6751 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6759 for ac_header
in mach-o
/dyld_images.h
6761 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6762 # include <stdbool.h>
6764 #ifdef HAVE_STDINT_H
6765 # include <stdint.h>
6768 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6769 cat >>confdefs.h
<<_ACEOF
6770 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6778 for ac_header
in resolv.h
6780 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6781 #ifdef HAVE_SYS_SOCKET_H
6782 # include <sys/socket.h>
6784 #ifdef HAVE_NETINET_IN_H
6785 # include <netinet/in.h>
6787 #ifdef HAVE_ARPA_NAMESER_H
6788 # include <arpa/nameser.h>
6791 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6792 cat >>confdefs.h
<<_ACEOF
6793 #define HAVE_RESOLV_H 1
6801 for ac_header
in ifaddrs.h
6803 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6805 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6806 cat >>confdefs.h
<<_ACEOF
6807 #define HAVE_IFADDRS_H 1
6815 for ac_header
in ucontext.h
6817 ac_fn_c_check_header_compile
"$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6819 if test "x$ac_cv_header_ucontext_h" = xyes
; then :
6820 cat >>confdefs.h
<<_ACEOF
6821 #define HAVE_UCONTEXT_H 1
6829 for ac_header
in sys
/thr.h
6831 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6832 #ifdef HAVE_UCONTEXT_H
6833 #include <ucontext.h>
6836 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
6837 cat >>confdefs.h
<<_ACEOF
6838 #define HAVE_SYS_THR_H 1
6846 for ac_header
in pthread_np.h
6848 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6849 #include <pthread.h>
6852 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
6853 cat >>confdefs.h
<<_ACEOF
6854 #define HAVE_PTHREAD_NP_H 1
6862 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
6864 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6865 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6866 #include <sys/time.h>
6868 #include <sys/types.h>
6869 #ifdef HAVE_ASM_TYPES_H
6870 #include <asm/types.h>
6873 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6874 cat >>confdefs.h
<<_ACEOF
6875 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6883 for ac_header
in libprocstat.h
6885 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
6886 #include <sys/param.h>
6888 #ifdef HAVE_SYS_QUEUE_H
6889 #include <sys/queue.h>
6891 #ifdef HAVE_SYS_SOCKET_H
6892 #include <sys/socket.h>
6895 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
6896 cat >>confdefs.h
<<_ACEOF
6897 #define HAVE_LIBPROCSTAT_H 1
6906 dlldir
="\${libdir}/wine"
6910 DLLFLAGS
="-D_REENTRANT"
6919 STATIC_IMPLIBEXT
="def.a"
6920 # Extract the first word of "ldd", so it can be a program name with args.
6921 set dummy ldd
; ac_word
=$2
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6923 $as_echo_n "checking for $ac_word... " >&6; }
6924 if ${ac_cv_path_LDD+:} false
; then :
6925 $as_echo_n "(cached) " >&6
6929 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
6932 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6933 as_dummy
="/sbin:/usr/sbin:$PATH"
6934 for as_dir
in $as_dummy
6937 test -z "$as_dir" && as_dir
=.
6938 for ac_exec_ext
in '' $ac_executable_extensions; do
6939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6940 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
6941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6948 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
6953 if test -n "$LDD"; then
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6955 $as_echo "$LDD" >&6; }
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6958 $as_echo "no" >&6; }
6962 if test -n "$ac_tool_prefix"; then
6963 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
6964 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6966 $as_echo_n "checking for $ac_word... " >&6; }
6967 if ${ac_cv_prog_READELF+:} false
; then :
6968 $as_echo_n "(cached) " >&6
6970 if test -n "$READELF"; then
6971 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
6973 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6977 test -z "$as_dir" && as_dir
=.
6978 for ac_exec_ext
in '' $ac_executable_extensions; do
6979 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6980 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
6981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6990 READELF
=$ac_cv_prog_READELF
6991 if test -n "$READELF"; then
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
6993 $as_echo "$READELF" >&6; }
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6996 $as_echo "no" >&6; }
7001 if test -z "$ac_cv_prog_READELF"; then
7002 ac_ct_READELF
=$READELF
7003 # Extract the first word of "readelf", so it can be a program name with args.
7004 set dummy readelf
; ac_word
=$2
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7006 $as_echo_n "checking for $ac_word... " >&6; }
7007 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7008 $as_echo_n "(cached) " >&6
7010 if test -n "$ac_ct_READELF"; then
7011 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7013 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7017 test -z "$as_dir" && as_dir
=.
7018 for ac_exec_ext
in '' $ac_executable_extensions; do
7019 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7020 ac_cv_prog_ac_ct_READELF
="readelf"
7021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7030 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7031 if test -n "$ac_ct_READELF"; then
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7033 $as_echo "$ac_ct_READELF" >&6; }
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7036 $as_echo "no" >&6; }
7039 if test "x$ac_ct_READELF" = x
; then
7042 case $cross_compiling:$ac_tool_warned in
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7045 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7046 ac_tool_warned
=yes ;;
7048 READELF
=$ac_ct_READELF
7051 READELF
="$ac_cv_prog_READELF"
7054 wine_rules_file
=conf$
$rules.
make
7055 rm -f $wine_rules_file
7057 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7058 ALL_TEST_RESOURCES
=""
7061 wine_fn_append_file
()
7063 as_fn_append
$1 " \\$as_nl $2"
7066 wine_fn_ignore_file
()
7069 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7070 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7071 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7075 wine_fn_append_rule
()
7077 $as_echo "$1" >>$wine_rules_file
7082 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7085 wine_fn_depend_rules
()
7087 wine_fn_append_rule \
7088 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7089 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7090 depend: $ac_dir/depend
7091 .PHONY: $ac_dir/depend
7092 $ac_dir/depend: \$(MAKEDEP) dummy
7093 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7096 wine_fn_pot_rules
()
7098 test "x$with_gettextpo" = xyes ||
return
7100 if wine_fn_has_flag mc
7102 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7103 wine_fn_append_rule \
7104 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7105 @cd $ac_dir && \$(MAKE) msg.pot
7106 $ac_dir/msg.pot: tools/wmc include"
7108 if wine_fn_has_flag po
7110 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7111 wine_fn_append_rule \
7112 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7113 @cd $ac_dir && \$(MAKE) rsrc.pot
7114 $ac_dir/rsrc.pot: tools/wrc include"
7118 wine_fn_all_rules
()
7120 wine_fn_depend_rules
7121 wine_fn_append_rule \
7124 $ac_dir: $ac_dir/Makefile dummy
7125 @cd $ac_dir && \$(MAKE)"
7128 wine_fn_install_rules
()
7130 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7132 wine_fn_append_rule \
7133 ".PHONY: $ac_dir/install $ac_dir/uninstall
7134 $ac_dir/install:: $ac_dir
7135 @cd $ac_dir && \$(MAKE) install
7136 $ac_dir/uninstall:: $ac_dir/Makefile
7137 @cd $ac_dir && \$(MAKE) uninstall
7138 install:: $ac_dir/install
7139 __uninstall__: $ac_dir/uninstall"
7141 if wine_fn_has_flag install-lib
7143 wine_fn_append_rule \
7144 ".PHONY: $ac_dir/install-lib
7145 $ac_dir/install-lib:: $ac_dir
7146 @cd $ac_dir && \$(MAKE) install-lib
7147 install-lib:: $ac_dir/install-lib"
7150 if wine_fn_has_flag install-dev
7152 wine_fn_append_rule \
7153 ".PHONY: $ac_dir/install-dev
7154 $ac_dir/install-dev:: $ac_dir
7155 @cd $ac_dir && \$(MAKE) install-dev
7156 install-dev:: $ac_dir/install-dev"
7160 wine_fn_clean_rules
()
7163 ac_extraclean
="$ac_dir/Makefile"
7164 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7166 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7169 if wine_fn_has_flag clean
7171 wine_fn_append_rule \
7172 "__clean__: $ac_dir/clean
7173 .PHONY: $ac_dir/clean
7174 $ac_dir/clean: $ac_dir/Makefile
7175 @cd $ac_dir && \$(MAKE) clean
7176 \$(RM) $ac_extraclean"
7178 wine_fn_append_rule \
7179 "__clean__: $ac_dir/clean
7180 .PHONY: $ac_dir/clean
7181 $ac_dir/clean: dummy
7182 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7186 wine_fn_disabled_rules
()
7189 ac_extraclean
="$ac_dir/Makefile"
7190 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7192 wine_fn_append_rule \
7193 "__clean__: $ac_dir/clean
7194 .PHONY: $ac_dir/clean
7195 $ac_dir/clean: dummy
7196 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7199 wine_fn_config_makefile
()
7205 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7206 wine_fn_disabled_rules
; return
7209 wine_fn_install_rules
7213 wine_fn_config_lib
()
7217 ac_dir
=dlls
/$ac_name
7220 if test "x$enable_tools" = xno
; then :
7223 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7228 wine_fn_append_rule \
7229 ".PHONY: $ac_dir/install $ac_dir/uninstall
7230 $ac_dir/install:: $ac_dir
7231 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7233 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7234 install install-dev:: $ac_dir/install
7235 __uninstall__: $ac_dir/uninstall
7236 __builddeps__: $ac_dir
7240 wine_fn_config_dll
()
7243 ac_dir
=dlls
/$ac_name
7246 ac_implib
=${4:-$ac_name}
7247 ac_file
=$ac_dir/lib
$ac_implib
7252 if test "x$enable_tools" = xno
; then :
7255 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7258 *16) ac_implibflags
=" -m16" ;;
7260 *) ac_dll
=$ac_dll.dll
;;
7264 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7265 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7266 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7267 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7269 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7270 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7272 wine_fn_depend_rules
7273 wine_fn_clean_rules
$ac_clean
7275 wine_fn_disabled_rules
$ac_clean
7280 wine_fn_clean_rules
$ac_clean
7281 wine_fn_append_rule \
7282 "$ac_dir: __builddeps__
7283 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7284 @cd $ac_dir && \$(MAKE) \$@
7285 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7286 install install-lib:: $ac_dir/install-lib
7287 __uninstall__: $ac_dir/uninstall"
7288 if test -n "$DLLEXT"
7290 wine_fn_append_rule \
7291 "$ac_dir/install-lib:: $ac_dir
7292 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7293 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7295 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7297 wine_fn_append_rule \
7298 "$ac_dir/install-lib:: $ac_dir
7299 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7301 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7307 if wine_fn_has_flag staticimplib
7309 wine_fn_append_rule \
7310 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7311 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7312 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7313 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7314 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7315 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7316 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7317 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7318 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7320 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7321 install install-dev:: $ac_dir/install-dev
7322 __uninstall__: $ac_dir/uninstall"
7324 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7326 wine_fn_append_rule \
7327 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7328 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7330 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7333 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7335 wine_fn_append_rule \
7336 "__builddeps__: $ac_file.cross.a
7337 $ac_file.cross.a: $ac_dir/Makefile dummy
7338 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7341 elif wine_fn_has_flag implib
7343 wine_fn_append_rule \
7344 "__builddeps__: $ac_file.$IMPLIBEXT
7345 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7346 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7347 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7348 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7349 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7350 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7351 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7353 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7354 install install-dev:: $ac_dir/install-dev
7355 __uninstall__: $ac_dir/uninstall"
7356 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7358 wine_fn_append_rule \
7359 "__builddeps__: $ac_file.cross.a
7360 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7361 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7364 if test "$ac_name" != "$ac_implib"
7366 wine_fn_append_rule \
7367 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7368 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7369 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7371 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7372 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7373 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7375 wine_fn_append_rule \
7376 "__builddeps__: dlls/lib$ac_implib.cross.a
7377 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7378 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7380 \$(RM) dlls/lib$ac_implib.cross.a"
7381 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7387 wine_fn_config_program
()
7390 ac_dir
=programs
/$ac_name
7397 *) ac_program
=$ac_program.exe
;;
7401 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7402 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7403 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7404 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7406 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7407 wine_fn_disabled_rules
$ac_clean; return
7411 wine_fn_clean_rules
$ac_clean
7412 wine_fn_append_rule
"$ac_dir: __builddeps__"
7415 wine_fn_has_flag
install ||
return
7416 wine_fn_append_rule \
7417 ".PHONY: $ac_dir/install $ac_dir/uninstall
7418 install install-lib:: $ac_dir/install
7419 __uninstall__: $ac_dir/uninstall"
7421 if test -n "$DLLEXT"
7423 wine_fn_append_rule \
7424 "$ac_dir/install:: $ac_dir
7425 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7426 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7428 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7430 if test -z "$with_wine64" && wine_fn_has_flag installbin
7432 wine_fn_append_rule \
7433 "$ac_dir/install:: __tooldeps__
7434 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7436 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7439 wine_fn_append_rule \
7440 "$ac_dir/install:: $ac_dir
7441 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7443 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7446 if test -z "$with_wine64" && wine_fn_has_flag manpage
7448 wine_fn_append_rule \
7449 "$ac_dir/install:: $ac_dir
7450 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7452 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7456 wine_fn_config_test
()
7463 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7464 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7466 if test "x$enable_tests" = xno
; then :
7467 wine_fn_disabled_rules
$ac_clean; return
7470 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7472 wine_fn_clean_rules
$ac_clean
7474 wine_fn_append_rule \
7475 "$ac_dir: programs/winetest/Makefile __builddeps__
7476 programs/winetest: $ac_dir
7477 check test: $ac_dir/test
7478 .PHONY: $ac_dir/test
7480 @cd $ac_dir && \$(MAKE) test
7482 \$(RM) $ac_dir/*.ok"
7484 if test -n "$CROSSTARGET"
7486 wine_fn_append_rule \
7487 "crosstest: $ac_dir/crosstest
7488 .PHONY: $ac_dir/crosstest
7489 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7490 @cd $ac_dir && \$(MAKE) crosstest"
7494 wine_fn_config_tool
()
7498 if test "x$enable_tools" = xno
; then :
7503 wine_fn_install_rules
7506 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7507 wine_fn_append_rule
"$ac_dir: libs/port"
7509 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7513 wine_fn_config_symlink
()
7516 if test "x$1" = "x-d"
7522 wine_fn_append_rule \
7524 @./config.status \$@
7527 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7528 test -n "$ac_linkdir" ||
return
7529 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7533 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7534 loader_programs
="$wine_binary wine-installed"
7535 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7538 install install-lib:: wine-installed
7539 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7542 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7548 if test -n "$ac_tool_prefix"; then
7549 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7550 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7552 $as_echo_n "checking for $ac_word... " >&6; }
7553 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7554 $as_echo_n "(cached) " >&6
7556 if test -n "$DLLTOOL"; then
7557 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7559 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7563 test -z "$as_dir" && as_dir
=.
7564 for ac_exec_ext
in '' $ac_executable_extensions; do
7565 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7566 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7576 DLLTOOL
=$ac_cv_prog_DLLTOOL
7577 if test -n "$DLLTOOL"; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7579 $as_echo "$DLLTOOL" >&6; }
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7582 $as_echo "no" >&6; }
7587 if test -z "$ac_cv_prog_DLLTOOL"; then
7588 ac_ct_DLLTOOL
=$DLLTOOL
7589 # Extract the first word of "dlltool", so it can be a program name with args.
7590 set dummy dlltool
; ac_word
=$2
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7592 $as_echo_n "checking for $ac_word... " >&6; }
7593 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7594 $as_echo_n "(cached) " >&6
7596 if test -n "$ac_ct_DLLTOOL"; then
7597 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7603 test -z "$as_dir" && as_dir
=.
7604 for ac_exec_ext
in '' $ac_executable_extensions; do
7605 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7606 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7616 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7617 if test -n "$ac_ct_DLLTOOL"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7619 $as_echo "$ac_ct_DLLTOOL" >&6; }
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7622 $as_echo "no" >&6; }
7625 if test "x$ac_ct_DLLTOOL" = x
; then
7628 case $cross_compiling:$ac_tool_warned in
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7632 ac_tool_warned
=yes ;;
7634 DLLTOOL
=$ac_ct_DLLTOOL
7637 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7643 STATIC_IMPLIBEXT
="a"
7644 enable_iphlpapi
=${enable_iphlpapi:-no}
7645 enable_kernel32
=${enable_kernel32:-no}
7646 enable_msvcrt
=${enable_msvcrt:-no}
7647 enable_ntdll
=${enable_ntdll:-no}
7648 enable_ws2_32
=${enable_ws2_32:-no}
7649 enable_loader
=${enable_loader:-no}
7650 enable_server
=${enable_server:-no}
7651 with_x
=${with_x:-no}
7652 with_pthread
=${with_pthread:-no}
7658 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7662 libwine_targets
="libwine.dll libwine.a"
7664 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7666 all: libwine.dll libwine.a
7668 libwine.a: \$(srcdir)/wine.def
7669 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7671 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7672 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7674 install install-lib:: libwine.dll
7675 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7677 install install-dev:: libwine.a
7678 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7681 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7688 DLLFLAGS
="$DLLFLAGS -fPIC"
7689 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7690 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7691 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7692 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7694 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7696 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7698 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7700 CORESERVICES_LIBS
="-framework CoreServices"
7702 APPKIT_LIBS
="-framework AppKit"
7704 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7706 darwin11
*) LDEXECFLAGS
="-Wl,-macosx_version_min,10.6 $LDEXECFLAGS" ;;
7708 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7710 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
7713 if test "$ac_cv_header_Security_Security_h" = "yes"
7715 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
7717 ac_save_LIBS
="$LIBS"
7718 LIBS
="$LIBS $SECURITY_LIBS"
7719 for ac_func
in SSLCopyPeerCertificates
7721 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
7722 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
7723 cat >>confdefs.h
<<_ACEOF
7724 #define HAVE_SSLCOPYPEERCERTIFICATES 1
7730 LIBS
="$ac_save_LIBS"
7731 with_gnutls
=${with_gnutls:-no}
7733 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7735 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
7737 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
7740 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7743 ac_save_LIBS
="$LIBS"
7744 LIBS
="$LIBS $COREAUDIO_LIBS"
7745 for ac_func
in AUGraphAddNode
7747 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
7748 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
7749 cat >>confdefs.h
<<_ACEOF
7750 #define HAVE_AUGRAPHADDNODE 1
7756 LIBS
="$ac_save_LIBS"
7758 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7760 OPENAL_LIBS
="-framework OpenAL"
7763 cat >>confdefs.h
<<_ACEOF
7764 #define HAVE_OPENAL 1
7767 ac_cv_lib_openal
=yes
7769 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
7771 OPENCL_LIBS
="-framework OpenCL"
7773 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
7775 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7777 ac_save_LIBS
="$LIBS"
7778 LIBS
="$LIBS $IOKIT_LIBS"
7779 for ac_func
in IOHIDManagerCreate
7781 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
7782 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
7783 cat >>confdefs.h
<<_ACEOF
7784 #define HAVE_IOHIDMANAGERCREATE 1
7790 LIBS
="$ac_save_LIBS"
7792 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
7794 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
7796 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
7798 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
7800 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7802 CARBON_LIBS
="-framework Carbon"
7806 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
7808 ac_save_LIBS
="$LIBS"
7809 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
7810 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
7811 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
7812 enable_winemac_drv
=${enable_winemac_drv:-yes}
7815 LIBS
="$ac_save_LIBS"
7818 if test "x$enable_win16" = "xyes"
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
7821 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7822 if test "$cross_compiling" = yes; then :
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
7824 $as_echo "cross-compiling, assuming yes" >&6; }
7826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7827 /* end confdefs.h. */
7830 "good:\tnop;nop\n\t"
7831 ".globl _testfunc\n"
7832 "_testfunc:\tcallw good");
7833 extern void testfunc();
7837 unsigned short *p = (unsigned short *)testfunc;
7838 return p[0] != 0xe866 || p[1] != 0xfffa
7843 if ac_fn_c_try_run
"$LINENO"; then :
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7845 $as_echo "yes" >&6; }
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7848 $as_echo "no" >&6; }
7849 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
7851 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7852 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7857 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
7859 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7863 libwine.$libwine_version.dylib: \$(OBJS)
7864 \$(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 \$@
7866 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
7867 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
7869 libwine.dylib: libwine.$libwine_soversion.dylib
7870 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
7872 install install-lib:: libwine.$libwine_version.dylib
7873 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
7874 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
7876 install install-dev::
7877 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
7880 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
7884 as_fn_append LOADER_RULES
"
7885 $wine_binary: main.o wine_info.plist
7886 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
7888 wine-installed: main.o wine_info.plist
7889 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
7894 DLLFLAGS
="$DLLFLAGS -fPIC"
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7899 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7900 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
7901 $as_echo_n "(cached) " >&6
7903 ac_wine_try_cflags_saved
=$CFLAGS
7904 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7906 /* end confdefs.h. */
7907 int main(int argc, char **argv) { return 0; }
7909 if ac_fn_c_try_link
"$LINENO"; then :
7910 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
7912 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
7914 rm -f core conftest.err conftest.
$ac_objext \
7915 conftest
$ac_exeext conftest.
$ac_ext
7916 CFLAGS
=$ac_wine_try_cflags_saved
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7919 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7920 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
7921 LDEXECFLAGS
="-Wl,--export-dynamic"
7923 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7925 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7926 if eval \
${$as_ac_var+:} false
; then :
7927 $as_echo_n "(cached) " >&6
7929 ac_wine_try_cflags_saved
=$CFLAGS
7930 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7932 /* end confdefs.h. */
7933 int main(int argc, char **argv) { return 0; }
7935 if ac_fn_c_try_link
"$LINENO"; then :
7936 eval "$as_ac_var=yes"
7938 eval "$as_ac_var=no"
7940 rm -f core conftest.err conftest.
$ac_objext \
7941 conftest
$ac_exeext conftest.
$ac_ext
7942 CFLAGS
=$ac_wine_try_cflags_saved
7944 eval ac_res
=\$
$as_ac_var
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7946 $as_echo "$ac_res" >&6; }
7947 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7948 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7949 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7951 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7953 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7954 if eval \
${$as_ac_var+:} false
; then :
7955 $as_echo_n "(cached) " >&6
7957 ac_wine_try_cflags_saved
=$CFLAGS
7958 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7960 /* end confdefs.h. */
7961 int main(int argc, char **argv) { return 0; }
7963 if ac_fn_c_try_link
"$LINENO"; then :
7964 eval "$as_ac_var=yes"
7966 eval "$as_ac_var=no"
7968 rm -f core conftest.err conftest.
$ac_objext \
7969 conftest
$ac_exeext conftest.
$ac_ext
7970 CFLAGS
=$ac_wine_try_cflags_saved
7972 eval ac_res
=\$
$as_ac_var
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7974 $as_echo "$ac_res" >&6; }
7975 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7976 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7977 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7982 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7983 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
7984 $as_echo_n "(cached) " >&6
7986 ac_wine_try_cflags_saved
=$CFLAGS
7987 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
7988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7989 /* end confdefs.h. */
7990 int main(int argc, char **argv) { return 0; }
7992 if ac_fn_c_try_link
"$LINENO"; then :
7993 ac_cv_cflags__Wl___enable_new_dtags
=yes
7995 ac_cv_cflags__Wl___enable_new_dtags
=no
7997 rm -f core conftest.err conftest.
$ac_objext \
7998 conftest
$ac_exeext conftest.
$ac_ext
7999 CFLAGS
=$ac_wine_try_cflags_saved
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8002 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8003 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8004 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8008 *i
[3456789]86* | x86_64
)
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8010 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8011 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8012 $as_echo_n "(cached) " >&6
8014 ac_wine_try_cflags_saved
=$CFLAGS
8015 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8017 /* end confdefs.h. */
8018 int main(int argc, char **argv) { return 0; }
8020 if ac_fn_c_try_link
"$LINENO"; then :
8021 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8023 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8025 rm -f core conftest.err conftest.
$ac_objext \
8026 conftest
$ac_exeext conftest.
$ac_ext
8027 CFLAGS
=$ac_wine_try_cflags_saved
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8030 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8031 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8032 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8037 libwine_targets
="libwine.so"
8039 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8043 libwine.so: \$(OBJS)
8044 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8046 install install-lib:: libwine.so
8047 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8050 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8054 as_fn_append LOADER_RULES
"
8055 $wine_binary: main.o
8056 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8058 wine-installed: main.o
8059 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8064 DLLFLAGS
="$DLLFLAGS -fPIC"
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8067 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8068 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8069 $as_echo_n "(cached) " >&6
8071 ac_wine_try_cflags_saved
=$CFLAGS
8072 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8074 /* end confdefs.h. */
8077 if ac_fn_c_try_link
"$LINENO"; then :
8078 ac_cv_c_dll_gnuelf
="yes"
8080 ac_cv_c_dll_gnuelf
="no"
8082 rm -f core conftest.err conftest.
$ac_objext \
8083 conftest
$ac_exeext conftest.
$ac_ext
8084 CFLAGS
=$ac_wine_try_cflags_saved
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8087 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8088 if test "$ac_cv_c_dll_gnuelf" = "yes"
8090 LDSHARED
="\$(CC) -shared"
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8092 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8093 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8094 $as_echo_n "(cached) " >&6
8096 ac_wine_try_cflags_saved
=$CFLAGS
8097 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8099 /* end confdefs.h. */
8100 int main(int argc, char **argv) { return 0; }
8102 if ac_fn_c_try_link
"$LINENO"; then :
8103 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8105 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8107 rm -f core conftest.err conftest.
$ac_objext \
8108 conftest
$ac_exeext conftest.
$ac_ext
8109 CFLAGS
=$ac_wine_try_cflags_saved
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8112 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8113 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8114 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8117 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8118 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8119 $as_echo_n "(cached) " >&6
8121 ac_wine_try_cflags_saved
=$CFLAGS
8122 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8124 /* end confdefs.h. */
8125 int main(int argc, char **argv) { return 0; }
8127 if ac_fn_c_try_link
"$LINENO"; then :
8128 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8130 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8132 rm -f core conftest.err conftest.
$ac_objext \
8133 conftest
$ac_exeext conftest.
$ac_ext
8134 CFLAGS
=$ac_wine_try_cflags_saved
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8137 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8138 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8139 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8143 echo '{ global: *; };' >conftest.map
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8145 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8146 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8147 $as_echo_n "(cached) " >&6
8149 ac_wine_try_cflags_saved
=$CFLAGS
8150 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8152 /* end confdefs.h. */
8153 int main(int argc, char **argv) { return 0; }
8155 if ac_fn_c_try_link
"$LINENO"; then :
8156 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8158 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8160 rm -f core conftest.err conftest.
$ac_objext \
8161 conftest
$ac_exeext conftest.
$ac_ext
8162 CFLAGS
=$ac_wine_try_cflags_saved
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8165 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8166 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8167 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8172 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8173 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8174 $as_echo_n "(cached) " >&6
8176 ac_wine_try_cflags_saved
=$CFLAGS
8177 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8179 /* end confdefs.h. */
8180 int main(int argc, char **argv) { return 0; }
8182 if ac_fn_c_try_link
"$LINENO"; then :
8183 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8185 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8187 rm -f core conftest.err conftest.
$ac_objext \
8188 conftest
$ac_exeext conftest.
$ac_ext
8189 CFLAGS
=$ac_wine_try_cflags_saved
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8192 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8193 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8194 LDEXECFLAGS
="-Wl,--export-dynamic"
8197 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8199 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8200 if eval \
${$as_ac_var+:} false
; then :
8201 $as_echo_n "(cached) " >&6
8203 ac_wine_try_cflags_saved
=$CFLAGS
8204 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8206 /* end confdefs.h. */
8207 int main(int argc, char **argv) { return 0; }
8209 if ac_fn_c_try_link
"$LINENO"; then :
8210 eval "$as_ac_var=yes"
8212 eval "$as_ac_var=no"
8214 rm -f core conftest.err conftest.
$ac_objext \
8215 conftest
$ac_exeext conftest.
$ac_ext
8216 CFLAGS
=$ac_wine_try_cflags_saved
8218 eval ac_res
=\$
$as_ac_var
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8220 $as_echo "$ac_res" >&6; }
8221 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8222 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8223 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8225 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8227 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8228 if eval \
${$as_ac_var+:} false
; then :
8229 $as_echo_n "(cached) " >&6
8231 ac_wine_try_cflags_saved
=$CFLAGS
8232 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8234 /* end confdefs.h. */
8235 int main(int argc, char **argv) { return 0; }
8237 if ac_fn_c_try_link
"$LINENO"; then :
8238 eval "$as_ac_var=yes"
8240 eval "$as_ac_var=no"
8242 rm -f core conftest.err conftest.
$ac_objext \
8243 conftest
$ac_exeext conftest.
$ac_ext
8244 CFLAGS
=$ac_wine_try_cflags_saved
8246 eval ac_res
=\$
$as_ac_var
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8248 $as_echo "$ac_res" >&6; }
8249 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8250 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8251 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8256 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8257 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8258 $as_echo_n "(cached) " >&6
8260 ac_wine_try_cflags_saved
=$CFLAGS
8261 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8263 /* end confdefs.h. */
8264 int main(int argc, char **argv) { return 0; }
8266 if ac_fn_c_try_link
"$LINENO"; then :
8267 ac_cv_cflags__Wl___enable_new_dtags
=yes
8269 ac_cv_cflags__Wl___enable_new_dtags
=no
8271 rm -f core conftest.err conftest.
$ac_objext \
8272 conftest
$ac_exeext conftest.
$ac_ext
8273 CFLAGS
=$ac_wine_try_cflags_saved
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8276 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8277 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8278 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8282 *i
[3456789]86* | x86_64
)
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8284 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8285 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8286 $as_echo_n "(cached) " >&6
8288 ac_wine_try_cflags_saved
=$CFLAGS
8289 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8291 /* end confdefs.h. */
8292 int main(int argc, char **argv) { return 0; }
8294 if ac_fn_c_try_link
"$LINENO"; then :
8295 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8297 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8299 rm -f core conftest.err conftest.
$ac_objext \
8300 conftest
$ac_exeext conftest.
$ac_ext
8301 CFLAGS
=$ac_wine_try_cflags_saved
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8304 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8305 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8307 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8308 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8312 # Extract the first word of "prelink", so it can be a program name with args.
8313 set dummy prelink
; ac_word
=$2
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8315 $as_echo_n "checking for $ac_word... " >&6; }
8316 if ${ac_cv_path_PRELINK+:} false
; then :
8317 $as_echo_n "(cached) " >&6
8321 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8324 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8325 for as_dir
in /sbin
/usr
/sbin
$PATH
8328 test -z "$as_dir" && as_dir
=.
8329 for ac_exec_ext
in '' $ac_executable_extensions; do
8330 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8331 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8339 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8343 PRELINK
=$ac_cv_path_PRELINK
8344 if test -n "$PRELINK"; then
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8346 $as_echo "$PRELINK" >&6; }
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8349 $as_echo "no" >&6; }
8353 if test "x$PRELINK" = xfalse
8355 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8362 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8363 if ${ac_cv_c_dll_unixware+:} false
; then :
8364 $as_echo_n "(cached) " >&6
8366 ac_wine_try_cflags_saved
=$CFLAGS
8367 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8372 if ac_fn_c_try_link
"$LINENO"; then :
8373 ac_cv_c_dll_unixware
="yes"
8375 ac_cv_c_dll_unixware
="no"
8377 rm -f core conftest.err conftest.
$ac_objext \
8378 conftest
$ac_exeext conftest.
$ac_ext
8379 CFLAGS
=$ac_wine_try_cflags_saved
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8382 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8383 if test "$ac_cv_c_dll_unixware" = "yes"
8385 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8388 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8390 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8394 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8395 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8397 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8398 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8400 libwine.so: libwine.so.$libwine_soversion
8401 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8403 install install-lib:: libwine.so.$libwine_version
8404 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8405 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8407 install install-dev::
8408 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8411 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8415 as_fn_append LOADER_RULES
"
8416 $wine_binary: main.o
8417 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8419 wine-installed: main.o
8420 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8425 as_fn_append LIBWINE_RULES
"
8426 EXTRA_TARGETS = $libwine_targets
8429 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8430 enable_winemac_drv
=${enable_winemac_drv:-no}
8434 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8438 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
8441 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 " ;;
8443 ac_prefix_list
="" ;;
8445 for ac_prog
in $ac_prefix_list
8447 # Extract the first word of "$ac_prog", so it can be a program name with args.
8448 set dummy
$ac_prog; ac_word
=$2
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8450 $as_echo_n "checking for $ac_word... " >&6; }
8451 if ${ac_cv_prog_CROSSCC+:} false
; then :
8452 $as_echo_n "(cached) " >&6
8454 if test -n "$CROSSCC"; then
8455 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8457 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8461 test -z "$as_dir" && as_dir
=.
8462 for ac_exec_ext
in '' $ac_executable_extensions; do
8463 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8464 ac_cv_prog_CROSSCC
="$ac_prog"
8465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8474 CROSSCC
=$ac_cv_prog_CROSSCC
8475 if test -n "$CROSSCC"; then
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8477 $as_echo "$CROSSCC" >&6; }
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8480 $as_echo "no" >&6; }
8484 test -n "$CROSSCC" && break
8486 test -n "$CROSSCC" || CROSSCC
="false"
8488 if test "$CROSSCC" != "false"
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8493 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8495 /* end confdefs.h. */
8505 if ac_fn_c_try_compile
"$LINENO"; then :
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8507 $as_echo "yes" >&6; }
8513 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8519 $as_echo "no" >&6; }
8521 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8527 if test "$ac_cv_header_pthread_h" = "yes"
8529 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8530 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8534 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8535 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8536 $as_echo_n "(cached) " >&6
8538 ac_check_lib_save_LIBS
=$LIBS
8539 LIBS
="-lpthread $LIBS"
8540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8541 /* end confdefs.h. */
8543 /* Override any GCC internal prototype to avoid an error.
8544 Use char because int might match the return type of a GCC
8545 builtin and then its argument prototype would still apply. */
8549 char pthread_create ();
8553 return pthread_create ();
8558 if ac_fn_c_try_link
"$LINENO"; then :
8559 ac_cv_lib_pthread_pthread_create
=yes
8561 ac_cv_lib_pthread_pthread_create
=no
8563 rm -f core conftest.err conftest.
$ac_objext \
8564 conftest
$ac_exeext conftest.
$ac_ext
8565 LIBS
=$ac_check_lib_save_LIBS
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8568 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8569 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8570 PTHREAD_LIBS
="-lpthread"
8577 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8578 case "x$with_pthread" in
8580 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8581 Wine cannot support threads without libpthread.
8582 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8588 $as_echo_n "checking for X... " >&6; }
8591 # Check whether --with-x was given.
8592 if test "${with_x+set}" = set; then :
8596 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8597 if test "x$with_x" = xno
; then
8598 # The user explicitly disabled X.
8601 case $x_includes,$x_libraries in #(
8602 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8603 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8604 $as_echo_n "(cached) " >&6
8606 # One or both of the vars are not set, and there is no cached value.
8607 ac_x_includes
=no ac_x_libraries
=no
8608 rm -f -r conftest.dir
8609 if mkdir conftest.dir
; then
8611 cat >Imakefile
<<'_ACEOF'
8613 @echo incroot='${INCROOT}'
8615 @echo usrlibdir='${USRLIBDIR}'
8617 @echo libdir='${LIBDIR}'
8619 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8620 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8621 for ac_var
in incroot usrlibdir libdir
; do
8622 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8624 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8625 for ac_extension
in a so sl dylib la dll
; do
8626 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8627 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8628 ac_im_usrlibdir
=$ac_im_libdir; break
8631 # Screen out bogus values from the imake configuration. They are
8632 # bogus both because they are the default anyway, and because
8633 # using them would break gcc on systems where it needs fixed includes.
8634 case $ac_im_incroot in
8635 /usr
/include
) ac_x_includes
= ;;
8636 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8638 case $ac_im_usrlibdir in
8639 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8640 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8644 rm -f -r conftest.dir
8647 # Standard set of common directories for X headers.
8648 # Check X11 before X11Rn because it is often a symlink to the current release.
8662 /usr/local/X11/include
8663 /usr/local/X11R7/include
8664 /usr/local/X11R6/include
8665 /usr/local/X11R5/include
8666 /usr/local/X11R4/include
8668 /usr/local/include/X11
8669 /usr/local/include/X11R7
8670 /usr/local/include/X11R6
8671 /usr/local/include/X11R5
8672 /usr/local/include/X11R4
8676 /usr/XFree86/include/X11
8680 /usr/unsupported/include
8682 /usr/local/x11r5/include
8683 /usr/lpp/Xamples/include
8685 /usr/openwin/include
8686 /usr/openwin/share/include'
8688 if test "$ac_x_includes" = no
; then
8689 # Guess where to find include files, by looking for Xlib.h.
8690 # First, try using that file with no special directory specified.
8691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8692 /* end confdefs.h. */
8693 #include <X11/Xlib.h>
8695 if ac_fn_c_try_cpp
"$LINENO"; then :
8696 # We can compile using X headers with no special include directory.
8699 for ac_dir
in $ac_x_header_dirs; do
8700 if test -r "$ac_dir/X11/Xlib.h"; then
8701 ac_x_includes
=$ac_dir
8706 rm -f conftest.err conftest.i conftest.
$ac_ext
8707 fi # $ac_x_includes = no
8709 if test "$ac_x_libraries" = no
; then
8710 # Check for the libraries.
8711 # See if we find them without any special options.
8712 # Don't add to $LIBS permanently.
8715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8716 /* end confdefs.h. */
8717 #include <X11/Xlib.h>
8726 if ac_fn_c_try_link
"$LINENO"; then :
8728 # We can link X programs with no special library path.
8732 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8734 # Don't even attempt the hair of trying to link an X program!
8735 for ac_extension
in a so sl dylib la dll
; do
8736 if test -r "$ac_dir/libX11.$ac_extension"; then
8737 ac_x_libraries
=$ac_dir
8743 rm -f core conftest.err conftest.
$ac_objext \
8744 conftest
$ac_exeext conftest.
$ac_ext
8745 fi # $ac_x_libraries = no
8747 case $ac_x_includes,$ac_x_libraries in #(
8749 # Didn't find X, or a directory has "'" in its name.
8750 ac_cv_have_x
="have_x=no";; #(
8752 # Record where we found X for the cache.
8753 ac_cv_have_x
="have_x=yes\
8754 ac_x_includes='$ac_x_includes'\
8755 ac_x_libraries='$ac_x_libraries'"
8761 eval "$ac_cv_have_x"
8764 if test "$have_x" != yes; then
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
8766 $as_echo "$have_x" >&6; }
8769 # If each of the values was on the command line, it overrides each guess.
8770 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8771 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8772 # Update the cache value to reflect the command line values.
8773 ac_cv_have_x
="have_x=yes\
8774 ac_x_includes='$x_includes'\
8775 ac_x_libraries='$x_libraries'"
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
8777 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8780 if test "$no_x" = yes; then
8781 # Not all programs may use this symbol, but it does not hurt to define it.
8783 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
8785 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8787 if test -n "$x_includes"; then
8788 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8791 # It would also be nice to do this for all -L options, not just this one.
8792 if test -n "$x_libraries"; then
8793 X_LIBS
="$X_LIBS -L$x_libraries"
8794 # For Solaris; some versions of Sun CC require a space after -R and
8795 # others require no space. Words are not sufficient . . . .
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
8797 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8798 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
8799 ac_xsave_c_werror_flag
=$ac_c_werror_flag
8800 ac_c_werror_flag
=yes
8801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8802 /* end confdefs.h. */
8812 if ac_fn_c_try_link
"$LINENO"; then :
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8814 $as_echo "no" >&6; }
8815 X_LIBS
="$X_LIBS -R$x_libraries"
8817 LIBS
="$ac_xsave_LIBS -R $x_libraries"
8818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8819 /* end confdefs.h. */
8829 if ac_fn_c_try_link
"$LINENO"; then :
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8831 $as_echo "yes" >&6; }
8832 X_LIBS
="$X_LIBS -R $x_libraries"
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
8835 $as_echo "neither works" >&6; }
8837 rm -f core conftest.err conftest.
$ac_objext \
8838 conftest
$ac_exeext conftest.
$ac_ext
8840 rm -f core conftest.err conftest.
$ac_objext \
8841 conftest
$ac_exeext conftest.
$ac_ext
8842 ac_c_werror_flag
=$ac_xsave_c_werror_flag
8846 # Check for system-dependent libraries X programs must link with.
8847 # Do this before checking for the system-independent R6 libraries
8848 # (-lICE), since we may need -lsocket or whatever for X linking.
8850 if test "$ISC" = yes; then
8851 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8853 # Martyn Johnson says this is needed for Ultrix, if the X
8854 # libraries were built with DECnet support. And Karl Berry says
8855 # the Alpha needs dnet_stub (dnet does not exist).
8856 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
8857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8858 /* end confdefs.h. */
8860 /* Override any GCC internal prototype to avoid an error.
8861 Use char because int might match the return type of a GCC
8862 builtin and then its argument prototype would still apply. */
8866 char XOpenDisplay ();
8870 return XOpenDisplay ();
8875 if ac_fn_c_try_link
"$LINENO"; then :
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
8879 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8880 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
8881 $as_echo_n "(cached) " >&6
8883 ac_check_lib_save_LIBS
=$LIBS
8885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8886 /* end confdefs.h. */
8888 /* Override any GCC internal prototype to avoid an error.
8889 Use char because int might match the return type of a GCC
8890 builtin and then its argument prototype would still apply. */
8898 return dnet_ntoa ();
8903 if ac_fn_c_try_link
"$LINENO"; then :
8904 ac_cv_lib_dnet_dnet_ntoa
=yes
8906 ac_cv_lib_dnet_dnet_ntoa
=no
8908 rm -f core conftest.err conftest.
$ac_objext \
8909 conftest
$ac_exeext conftest.
$ac_ext
8910 LIBS
=$ac_check_lib_save_LIBS
8912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8913 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8914 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
8915 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8918 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
8920 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8921 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
8922 $as_echo_n "(cached) " >&6
8924 ac_check_lib_save_LIBS
=$LIBS
8925 LIBS
="-ldnet_stub $LIBS"
8926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8927 /* end confdefs.h. */
8929 /* Override any GCC internal prototype to avoid an error.
8930 Use char because int might match the return type of a GCC
8931 builtin and then its argument prototype would still apply. */
8939 return dnet_ntoa ();
8944 if ac_fn_c_try_link
"$LINENO"; then :
8945 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
8947 ac_cv_lib_dnet_stub_dnet_ntoa
=no
8949 rm -f core conftest.err conftest.
$ac_objext \
8950 conftest
$ac_exeext conftest.
$ac_ext
8951 LIBS
=$ac_check_lib_save_LIBS
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8954 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8955 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
8956 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8961 rm -f core conftest.err conftest.
$ac_objext \
8962 conftest
$ac_exeext conftest.
$ac_ext
8963 LIBS
="$ac_xsave_LIBS"
8965 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8966 # to get the SysV transport functions.
8967 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8969 # The nsl library prevents programs from opening the X display
8970 # on Irix 5.2, according to T.E. Dickey.
8971 # The functions gethostbyname, getservbyname, and inet_addr are
8972 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8973 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
8974 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
8978 if test $ac_cv_func_gethostbyname = no
; then
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8980 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8981 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
8982 $as_echo_n "(cached) " >&6
8984 ac_check_lib_save_LIBS
=$LIBS
8986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8987 /* end confdefs.h. */
8989 /* Override any GCC internal prototype to avoid an error.
8990 Use char because int might match the return type of a GCC
8991 builtin and then its argument prototype would still apply. */
8995 char gethostbyname ();
8999 return gethostbyname ();
9004 if ac_fn_c_try_link
"$LINENO"; then :
9005 ac_cv_lib_nsl_gethostbyname
=yes
9007 ac_cv_lib_nsl_gethostbyname
=no
9009 rm -f core conftest.err conftest.
$ac_objext \
9010 conftest
$ac_exeext conftest.
$ac_ext
9011 LIBS
=$ac_check_lib_save_LIBS
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9014 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9015 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9016 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9019 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9021 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9022 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9023 $as_echo_n "(cached) " >&6
9025 ac_check_lib_save_LIBS
=$LIBS
9027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9028 /* end confdefs.h. */
9030 /* Override any GCC internal prototype to avoid an error.
9031 Use char because int might match the return type of a GCC
9032 builtin and then its argument prototype would still apply. */
9036 char gethostbyname ();
9040 return gethostbyname ();
9045 if ac_fn_c_try_link
"$LINENO"; then :
9046 ac_cv_lib_bsd_gethostbyname
=yes
9048 ac_cv_lib_bsd_gethostbyname
=no
9050 rm -f core conftest.err conftest.
$ac_objext \
9051 conftest
$ac_exeext conftest.
$ac_ext
9052 LIBS
=$ac_check_lib_save_LIBS
9054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9055 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9056 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9057 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9063 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9064 # socket/setsockopt and other routines are undefined under SCO ODT
9065 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9066 # on later versions), says Simon Leinen: it contains gethostby*
9067 # variants that don't use the name server (or something). -lsocket
9068 # must be given before -lnsl if both are needed. We assume that
9069 # if connect needs -lnsl, so does gethostbyname.
9070 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9071 if test "x$ac_cv_func_connect" = xyes
; then :
9075 if test $ac_cv_func_connect = no
; then
9076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9077 $as_echo_n "checking for connect in -lsocket... " >&6; }
9078 if ${ac_cv_lib_socket_connect+:} false
; then :
9079 $as_echo_n "(cached) " >&6
9081 ac_check_lib_save_LIBS
=$LIBS
9082 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9084 /* end confdefs.h. */
9086 /* Override any GCC internal prototype to avoid an error.
9087 Use char because int might match the return type of a GCC
9088 builtin and then its argument prototype would still apply. */
9101 if ac_fn_c_try_link
"$LINENO"; then :
9102 ac_cv_lib_socket_connect
=yes
9104 ac_cv_lib_socket_connect
=no
9106 rm -f core conftest.err conftest.
$ac_objext \
9107 conftest
$ac_exeext conftest.
$ac_ext
9108 LIBS
=$ac_check_lib_save_LIBS
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9111 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9112 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9113 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9118 # Guillermo Gomez says -lposix is necessary on A/UX.
9119 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9120 if test "x$ac_cv_func_remove" = xyes
; then :
9124 if test $ac_cv_func_remove = no
; then
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9126 $as_echo_n "checking for remove in -lposix... " >&6; }
9127 if ${ac_cv_lib_posix_remove+:} false
; then :
9128 $as_echo_n "(cached) " >&6
9130 ac_check_lib_save_LIBS
=$LIBS
9131 LIBS
="-lposix $LIBS"
9132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9133 /* end confdefs.h. */
9135 /* Override any GCC internal prototype to avoid an error.
9136 Use char because int might match the return type of a GCC
9137 builtin and then its argument prototype would still apply. */
9150 if ac_fn_c_try_link
"$LINENO"; then :
9151 ac_cv_lib_posix_remove
=yes
9153 ac_cv_lib_posix_remove
=no
9155 rm -f core conftest.err conftest.
$ac_objext \
9156 conftest
$ac_exeext conftest.
$ac_ext
9157 LIBS
=$ac_check_lib_save_LIBS
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9160 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9161 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9162 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9167 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9168 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9169 if test "x$ac_cv_func_shmat" = xyes
; then :
9173 if test $ac_cv_func_shmat = no
; then
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9175 $as_echo_n "checking for shmat in -lipc... " >&6; }
9176 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9177 $as_echo_n "(cached) " >&6
9179 ac_check_lib_save_LIBS
=$LIBS
9181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9199 if ac_fn_c_try_link
"$LINENO"; then :
9200 ac_cv_lib_ipc_shmat
=yes
9202 ac_cv_lib_ipc_shmat
=no
9204 rm -f core conftest.err conftest.
$ac_objext \
9205 conftest
$ac_exeext conftest.
$ac_ext
9206 LIBS
=$ac_check_lib_save_LIBS
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9209 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9210 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9211 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9217 # Check for libraries that X11R6 Xt/Xaw programs need.
9218 ac_save_LDFLAGS
=$LDFLAGS
9219 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9220 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9221 # check for ICE first), but we must link in the order -lSM -lICE or
9222 # we get undefined symbols. So assume we have SM if we have ICE.
9223 # These have to be linked with before -lX11, unlike the other
9224 # libraries we check for below, so use a different variable.
9225 # John Interrante, Karl Berry
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9227 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9228 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9229 $as_echo_n "(cached) " >&6
9231 ac_check_lib_save_LIBS
=$LIBS
9232 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9234 /* end confdefs.h. */
9236 /* Override any GCC internal prototype to avoid an error.
9237 Use char because int might match the return type of a GCC
9238 builtin and then its argument prototype would still apply. */
9242 char IceConnectionNumber ();
9246 return IceConnectionNumber ();
9251 if ac_fn_c_try_link
"$LINENO"; then :
9252 ac_cv_lib_ICE_IceConnectionNumber
=yes
9254 ac_cv_lib_ICE_IceConnectionNumber
=no
9256 rm -f core conftest.err conftest.
$ac_objext \
9257 conftest
$ac_exeext conftest.
$ac_ext
9258 LIBS
=$ac_check_lib_save_LIBS
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9261 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9262 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9263 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9266 LDFLAGS
=$ac_save_LDFLAGS
9271 if test "$have_x" = "yes"
9273 ac_save_CPPFLAGS
="$CPPFLAGS"
9274 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9277 $as_echo_n "checking for -lX11... " >&6; }
9278 if ${ac_cv_lib_soname_X11+:} false
; then :
9279 $as_echo_n "(cached) " >&6
9281 ac_check_soname_save_LIBS
=$LIBS
9282 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9284 /* end confdefs.h. */
9286 /* Override any GCC internal prototype to avoid an error.
9287 Use char because int might match the return type of a GCC
9288 builtin and then its argument prototype would still apply. */
9292 char XCreateWindow ();
9296 return XCreateWindow ();
9301 if ac_fn_c_try_link
"$LINENO"; then :
9303 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9304 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'` ;;
9305 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9306 if ${ac_cv_lib_soname_X11:+false} :; then :
9307 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9311 rm -f core conftest.err conftest.
$ac_objext \
9312 conftest
$ac_exeext conftest.
$ac_ext
9313 LIBS
=$ac_check_soname_save_LIBS
9315 if ${ac_cv_lib_soname_X11:+false} :; then :
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9317 $as_echo "not found" >&6; }
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9321 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9323 cat >>confdefs.h
<<_ACEOF
9324 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9330 $as_echo_n "checking for -lXext... " >&6; }
9331 if ${ac_cv_lib_soname_Xext+:} false
; then :
9332 $as_echo_n "(cached) " >&6
9334 ac_check_soname_save_LIBS
=$LIBS
9335 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9337 /* end confdefs.h. */
9339 /* Override any GCC internal prototype to avoid an error.
9340 Use char because int might match the return type of a GCC
9341 builtin and then its argument prototype would still apply. */
9345 char XextCreateExtension ();
9349 return XextCreateExtension ();
9354 if ac_fn_c_try_link
"$LINENO"; then :
9356 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9357 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'` ;;
9358 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9359 if ${ac_cv_lib_soname_Xext:+false} :; then :
9360 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9364 rm -f core conftest.err conftest.
$ac_objext \
9365 conftest
$ac_exeext conftest.
$ac_ext
9366 LIBS
=$ac_check_soname_save_LIBS
9368 if ${ac_cv_lib_soname_Xext:+false} :; then :
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9370 $as_echo "not found" >&6; }
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9374 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9376 cat >>confdefs.h
<<_ACEOF
9377 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9380 X_LIBS
="$X_LIBS -lXext"
9382 X_LIBS
="$X_LIBS -lX11"
9384 for ac_header
in X11
/Xlib.h \
9387 X11
/Xcursor
/Xcursor.h \
9388 X11
/extensions
/shape.h \
9389 X11
/extensions
/XInput.h \
9390 X11
/extensions
/XInput2.h \
9391 X11
/extensions
/XShm.h \
9392 X11
/extensions
/Xcomposite.h \
9393 X11
/extensions
/Xinerama.h \
9394 X11
/extensions
/Xrandr.h \
9395 X11
/extensions
/Xrender.h \
9396 X11
/extensions
/xf86vmode.h \
9397 X11
/extensions
/xf86vmproto.h
9399 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9400 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9401 # include <X11/Xlib.h>
9403 #ifdef HAVE_X11_XUTIL_H
9404 # include <X11/Xutil.h>
9407 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9408 cat >>confdefs.h
<<_ACEOF
9409 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9417 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9420 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9421 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9422 $as_echo_n "(cached) " >&6
9424 ac_check_lib_save_LIBS
=$LIBS
9425 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9427 /* end confdefs.h. */
9429 /* Override any GCC internal prototype to avoid an error.
9430 Use char because int might match the return type of a GCC
9431 builtin and then its argument prototype would still apply. */
9435 char XkbQueryExtension ();
9439 return XkbQueryExtension ();
9444 if ac_fn_c_try_link
"$LINENO"; then :
9445 ac_cv_lib_X11_XkbQueryExtension
=yes
9447 ac_cv_lib_X11_XkbQueryExtension
=no
9449 rm -f core conftest.err conftest.
$ac_objext \
9450 conftest
$ac_exeext conftest.
$ac_ext
9451 LIBS
=$ac_check_lib_save_LIBS
9453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9454 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9455 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9457 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9463 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9466 $as_echo_n "checking for -lXcursor... " >&6; }
9467 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9468 $as_echo_n "(cached) " >&6
9470 ac_check_soname_save_LIBS
=$LIBS
9471 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9473 /* end confdefs.h. */
9475 /* Override any GCC internal prototype to avoid an error.
9476 Use char because int might match the return type of a GCC
9477 builtin and then its argument prototype would still apply. */
9481 char XcursorImageLoadCursor ();
9485 return XcursorImageLoadCursor ();
9490 if ac_fn_c_try_link
"$LINENO"; then :
9492 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9493 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'` ;;
9494 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9495 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9496 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9500 rm -f core conftest.err conftest.
$ac_objext \
9501 conftest
$ac_exeext conftest.
$ac_ext
9502 LIBS
=$ac_check_soname_save_LIBS
9504 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9506 $as_echo "not found" >&6; }
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9510 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9512 cat >>confdefs.h
<<_ACEOF
9513 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9519 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9520 case "x$with_xcursor" in
9521 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9523 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9524 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9528 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9531 $as_echo_n "checking for -lXi... " >&6; }
9532 if ${ac_cv_lib_soname_Xi+:} false
; then :
9533 $as_echo_n "(cached) " >&6
9535 ac_check_soname_save_LIBS
=$LIBS
9536 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9538 /* end confdefs.h. */
9540 /* Override any GCC internal prototype to avoid an error.
9541 Use char because int might match the return type of a GCC
9542 builtin and then its argument prototype would still apply. */
9546 char XOpenDevice ();
9550 return XOpenDevice ();
9555 if ac_fn_c_try_link
"$LINENO"; then :
9557 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9558 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'` ;;
9559 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9560 if ${ac_cv_lib_soname_Xi:+false} :; then :
9561 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9565 rm -f core conftest.err conftest.
$ac_objext \
9566 conftest
$ac_exeext conftest.
$ac_ext
9567 LIBS
=$ac_check_soname_save_LIBS
9569 if ${ac_cv_lib_soname_Xi:+false} :; then :
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9571 $as_echo "not found" >&6; }
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9575 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9577 cat >>confdefs.h
<<_ACEOF
9578 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9584 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9585 case "x$with_xinput" in
9586 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9588 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9589 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9593 if test "x$ac_cv_lib_soname_Xi" != x
9595 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9596 case "x$with_xinput2" in
9597 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9599 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9600 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9605 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9608 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9609 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9610 $as_echo_n "(cached) " >&6
9612 ac_check_lib_save_LIBS
=$LIBS
9613 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9615 /* end confdefs.h. */
9617 /* Override any GCC internal prototype to avoid an error.
9618 Use char because int might match the return type of a GCC
9619 builtin and then its argument prototype would still apply. */
9623 char XShmQueryExtension ();
9627 return XShmQueryExtension ();
9632 if ac_fn_c_try_link
"$LINENO"; then :
9633 ac_cv_lib_Xext_XShmQueryExtension
=yes
9635 ac_cv_lib_Xext_XShmQueryExtension
=no
9637 rm -f core conftest.err conftest.
$ac_objext \
9638 conftest
$ac_exeext conftest.
$ac_ext
9639 LIBS
=$ac_check_lib_save_LIBS
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9642 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9643 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9645 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9650 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9651 case "x$with_xshm" in
9652 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9654 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9655 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9659 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9662 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9663 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9664 $as_echo_n "(cached) " >&6
9666 ac_check_lib_save_LIBS
=$LIBS
9667 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9677 char XShapeQueryExtension ();
9681 return XShapeQueryExtension ();
9686 if ac_fn_c_try_link
"$LINENO"; then :
9687 ac_cv_lib_Xext_XShapeQueryExtension
=yes
9689 ac_cv_lib_Xext_XShapeQueryExtension
=no
9691 rm -f core conftest.err conftest.
$ac_objext \
9692 conftest
$ac_exeext conftest.
$ac_ext
9693 LIBS
=$ac_check_lib_save_LIBS
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9696 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9697 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
9699 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
9704 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
9705 case "x$with_xshape" in
9706 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
9708 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
9709 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
9713 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
9716 $as_echo_n "checking for -lXxf86vm... " >&6; }
9717 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
9718 $as_echo_n "(cached) " >&6
9720 ac_check_soname_save_LIBS
=$LIBS
9721 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
9722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9723 /* end confdefs.h. */
9725 /* Override any GCC internal prototype to avoid an error.
9726 Use char because int might match the return type of a GCC
9727 builtin and then its argument prototype would still apply. */
9731 char XF86VidModeQueryExtension ();
9735 return XF86VidModeQueryExtension ();
9740 if ac_fn_c_try_link
"$LINENO"; then :
9742 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9743 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'` ;;
9744 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9745 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9746 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9750 rm -f core conftest.err conftest.
$ac_objext \
9751 conftest
$ac_exeext conftest.
$ac_ext
9752 LIBS
=$ac_check_soname_save_LIBS
9754 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9756 $as_echo "not found" >&6; }
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
9760 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
9762 cat >>confdefs.h
<<_ACEOF
9763 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
9769 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
9770 case "x$with_xxf86vm" in
9771 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
9773 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
9774 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
9778 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"
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
9781 $as_echo_n "checking for -lXrender... " >&6; }
9782 if ${ac_cv_lib_soname_Xrender+:} false
; then :
9783 $as_echo_n "(cached) " >&6
9785 ac_check_soname_save_LIBS
=$LIBS
9786 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9788 /* end confdefs.h. */
9790 /* Override any GCC internal prototype to avoid an error.
9791 Use char because int might match the return type of a GCC
9792 builtin and then its argument prototype would still apply. */
9796 char XRenderQueryExtension ();
9800 return XRenderQueryExtension ();
9805 if ac_fn_c_try_link
"$LINENO"; then :
9807 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9808 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'` ;;
9809 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9810 if ${ac_cv_lib_soname_Xrender:+false} :; then :
9811 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9815 rm -f core conftest.err conftest.
$ac_objext \
9816 conftest
$ac_exeext conftest.
$ac_ext
9817 LIBS
=$ac_check_soname_save_LIBS
9819 if ${ac_cv_lib_soname_Xrender:+false} :; then :
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9821 $as_echo "not found" >&6; }
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
9825 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
9827 cat >>confdefs.h
<<_ACEOF
9828 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
9832 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
9833 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
9834 $as_echo_n "(cached) " >&6
9836 ac_check_lib_save_LIBS
=$LIBS
9837 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9839 /* end confdefs.h. */
9841 /* Override any GCC internal prototype to avoid an error.
9842 Use char because int might match the return type of a GCC
9843 builtin and then its argument prototype would still apply. */
9847 char XRenderSetPictureTransform ();
9851 return XRenderSetPictureTransform ();
9856 if ac_fn_c_try_link
"$LINENO"; then :
9857 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
9859 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
9861 rm -f core conftest.err conftest.
$ac_objext \
9862 conftest
$ac_exeext conftest.
$ac_ext
9863 LIBS
=$ac_check_lib_save_LIBS
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9866 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9867 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
9869 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
9874 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
9875 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
9876 $as_echo_n "(cached) " >&6
9878 ac_check_lib_save_LIBS
=$LIBS
9879 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
9880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9881 /* end confdefs.h. */
9883 /* Override any GCC internal prototype to avoid an error.
9884 Use char because int might match the return type of a GCC
9885 builtin and then its argument prototype would still apply. */
9889 char XRenderCreateLinearGradient ();
9893 return XRenderCreateLinearGradient ();
9898 if ac_fn_c_try_link
"$LINENO"; then :
9899 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
9901 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
9903 rm -f core conftest.err conftest.
$ac_objext \
9904 conftest
$ac_exeext conftest.
$ac_ext
9905 LIBS
=$ac_check_lib_save_LIBS
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
9908 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
9909 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
9911 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
9918 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
9919 case "x$with_xrender" in
9920 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
9922 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
9923 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
9927 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9930 /* end confdefs.h. */
9931 #include <X11/Xlib.h>
9932 #include <X11/extensions/Xrandr.h>
9936 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
9941 if ac_fn_c_try_compile
"$LINENO"; then :
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
9943 $as_echo_n "checking for -lXrandr... " >&6; }
9944 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
9945 $as_echo_n "(cached) " >&6
9947 ac_check_soname_save_LIBS
=$LIBS
9948 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
9949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9950 /* end confdefs.h. */
9952 /* Override any GCC internal prototype to avoid an error.
9953 Use char because int might match the return type of a GCC
9954 builtin and then its argument prototype would still apply. */
9958 char XRRQueryExtension ();
9962 return XRRQueryExtension ();
9967 if ac_fn_c_try_link
"$LINENO"; then :
9969 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9970 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'` ;;
9971 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9972 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
9973 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9977 rm -f core conftest.err conftest.
$ac_objext \
9978 conftest
$ac_exeext conftest.
$ac_ext
9979 LIBS
=$ac_check_soname_save_LIBS
9981 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
9982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9983 $as_echo "not found" >&6; }
9986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
9987 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
9989 cat >>confdefs.h
<<_ACEOF
9990 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9994 /* end confdefs.h. */
9995 #include <X11/Xlib.h>
9996 #include <X11/extensions/Xrandr.h>
10000 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10005 if ac_fn_c_try_compile
"$LINENO"; then :
10007 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10013 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10015 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10016 case "x$with_xrandr" in
10017 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10019 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10020 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10024 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10027 /* end confdefs.h. */
10028 #include <X11/Xlib.h>
10029 #include <X11/extensions/Xinerama.h>
10033 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10038 if ac_fn_c_try_compile
"$LINENO"; then :
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10040 $as_echo_n "checking for -lXinerama... " >&6; }
10041 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10042 $as_echo_n "(cached) " >&6
10044 ac_check_soname_save_LIBS
=$LIBS
10045 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10055 char XineramaQueryScreens ();
10059 return XineramaQueryScreens ();
10064 if ac_fn_c_try_link
"$LINENO"; then :
10066 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10067 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'` ;;
10068 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10069 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10070 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10074 rm -f core conftest.err conftest.
$ac_objext \
10075 conftest
$ac_exeext conftest.
$ac_ext
10076 LIBS
=$ac_check_soname_save_LIBS
10078 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10080 $as_echo "not found" >&6; }
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10084 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10086 cat >>confdefs.h
<<_ACEOF
10087 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10093 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10095 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10096 case "x$with_xinerama" in
10097 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10099 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10100 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10104 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10107 $as_echo_n "checking for -lXcomposite... " >&6; }
10108 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10109 $as_echo_n "(cached) " >&6
10111 ac_check_soname_save_LIBS
=$LIBS
10112 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10122 char XCompositeRedirectWindow ();
10126 return XCompositeRedirectWindow ();
10131 if ac_fn_c_try_link
"$LINENO"; then :
10133 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10134 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'` ;;
10135 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10136 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10137 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10141 rm -f core conftest.err conftest.
$ac_objext \
10142 conftest
$ac_exeext conftest.
$ac_ext
10143 LIBS
=$ac_check_soname_save_LIBS
10145 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10147 $as_echo "not found" >&6; }
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10151 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10153 cat >>confdefs.h
<<_ACEOF
10154 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10160 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10161 case "x$with_xcomposite" in
10162 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10164 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10165 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10169 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10170 #include <X11/Xlib.h>
10173 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10175 cat >>confdefs.h
<<_ACEOF
10176 #define HAVE_XICCALLBACK_CALLBACK 1
10181 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10182 #include <X11/Xlib.h>
10185 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10187 cat >>confdefs.h
<<_ACEOF
10188 #define HAVE_XEVENT_XCOOKIE 1
10197 if test "x$with_opengl" != "xno"
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10200 $as_echo_n "checking for -lGL... " >&6; }
10201 if ${ac_cv_lib_soname_GL+:} false
; then :
10202 $as_echo_n "(cached) " >&6
10204 ac_check_soname_save_LIBS
=$LIBS
10205 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10215 char glXCreateContext ();
10219 return glXCreateContext ();
10224 if ac_fn_c_try_link
"$LINENO"; then :
10226 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10227 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'` ;;
10228 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10229 if ${ac_cv_lib_soname_GL:+false} :; then :
10230 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10234 rm -f core conftest.err conftest.
$ac_objext \
10235 conftest
$ac_exeext conftest.
$ac_ext
10236 LIBS
=$ac_check_soname_save_LIBS
10238 if ${ac_cv_lib_soname_GL:+false} :; then :
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10240 $as_echo "not found" >&6; }
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10242 $as_echo_n "checking for -lGL... " >&6; }
10243 if ${ac_cv_lib_soname_GL+:} false
; then :
10244 $as_echo_n "(cached) " >&6
10246 ac_check_soname_save_LIBS
=$LIBS
10247 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"
10248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10249 /* end confdefs.h. */
10251 /* Override any GCC internal prototype to avoid an error.
10252 Use char because int might match the return type of a GCC
10253 builtin and then its argument prototype would still apply. */
10257 char glXCreateContext ();
10261 return glXCreateContext ();
10266 if ac_fn_c_try_link
"$LINENO"; then :
10268 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10269 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'` ;;
10270 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10271 if ${ac_cv_lib_soname_GL:+false} :; then :
10272 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10276 rm -f core conftest.err conftest.
$ac_objext \
10277 conftest
$ac_exeext conftest.
$ac_ext
10278 LIBS
=$ac_check_soname_save_LIBS
10280 if ${ac_cv_lib_soname_GL:+false} :; then :
10281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10282 $as_echo "not found" >&6; }
10283 if test -f /usr
/X11R
6/lib
/libGL.a
10285 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10286 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10288 opengl_msg
="No OpenGL library found on this system."
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10292 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10294 cat >>confdefs.h
<<_ACEOF
10295 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10298 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"
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10302 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10304 cat >>confdefs.h
<<_ACEOF
10305 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10310 if test "x$with_glu" != "xno"
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10313 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10314 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10315 $as_echo_n "(cached) " >&6
10317 ac_check_lib_save_LIBS
=$LIBS
10318 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h. */
10322 /* Override any GCC internal prototype to avoid an error.
10323 Use char because int might match the return type of a GCC
10324 builtin and then its argument prototype would still apply. */
10332 return gluLookAt ();
10337 if ac_fn_c_try_link
"$LINENO"; then :
10338 ac_cv_lib_GLU_gluLookAt
=yes
10340 ac_cv_lib_GLU_gluLookAt
=no
10342 rm -f core conftest.err conftest.
$ac_objext \
10343 conftest
$ac_exeext conftest.
$ac_ext
10344 LIBS
=$ac_check_lib_save_LIBS
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10347 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10348 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10352 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10353 case "x$with_glu" in
10354 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10356 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10357 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10362 if test "x$with_osmesa" != "xno"
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10365 $as_echo_n "checking for -lOSMesa... " >&6; }
10366 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10367 $as_echo_n "(cached) " >&6
10369 ac_check_soname_save_LIBS
=$LIBS
10370 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10372 /* end confdefs.h. */
10374 /* Override any GCC internal prototype to avoid an error.
10375 Use char because int might match the return type of a GCC
10376 builtin and then its argument prototype would still apply. */
10389 if ac_fn_c_try_link
"$LINENO"; then :
10391 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10392 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'` ;;
10393 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10394 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10395 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10399 rm -f core conftest.err conftest.
$ac_objext \
10400 conftest
$ac_exeext conftest.
$ac_ext
10401 LIBS
=$ac_check_soname_save_LIBS
10403 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10405 $as_echo "not found" >&6; }
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10409 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10411 cat >>confdefs.h
<<_ACEOF
10412 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10417 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10418 case "x$with_osmesa" in
10419 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10421 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10422 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10427 if test -n "$opengl_msg"; then :
10428 case "x$with_opengl" in
10429 x
) as_fn_append wine_warnings
"|$opengl_msg
10430 OpenGL and Direct3D won't be supported." ;;
10432 *) as_fn_error $?
"$opengl_msg
10433 OpenGL and Direct3D won't be supported.
10434 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10438 CPPFLAGS
="$ac_save_CPPFLAGS"
10442 enable_winex11_drv
=${enable_winex11_drv:-no}
10444 if test "x$X_LIBS" = "x"; then :
10447 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10448 without X support, which probably isn't what you want. You will need
10449 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10450 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10454 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10456 if test "$ac_cv_header_CL_cl_h" = "yes"
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10459 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10460 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10461 $as_echo_n "(cached) " >&6
10463 ac_check_lib_save_LIBS
=$LIBS
10464 LIBS
="-lOpenCL $LIBS"
10465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10466 /* end confdefs.h. */
10468 /* Override any GCC internal prototype to avoid an error.
10469 Use char because int might match the return type of a GCC
10470 builtin and then its argument prototype would still apply. */
10474 char clGetPlatformInfo ();
10478 return clGetPlatformInfo ();
10483 if ac_fn_c_try_link
"$LINENO"; then :
10484 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10486 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10488 rm -f core conftest.err conftest.
$ac_objext \
10489 conftest
$ac_exeext conftest.
$ac_ext
10490 LIBS
=$ac_check_lib_save_LIBS
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10493 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10494 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10495 OPENCL_LIBS
="-lOpenCL"
10500 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10501 case "x$with_opencl" in
10502 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10504 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10505 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10508 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10511 if test "x$with_xml" != "xno"
10513 if ${XML2_CFLAGS:+false} :; then :
10514 if ${PKG_CONFIG+:} false
; then :
10515 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10518 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10519 if ${XML2_LIBS:+false} :; then :
10520 if ${PKG_CONFIG+:} false
; then :
10521 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10524 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10525 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10526 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10527 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10528 ac_save_CPPFLAGS
=$CPPFLAGS
10529 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10530 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10532 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10533 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10534 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10535 cat >>confdefs.h
<<_ACEOF
10536 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10543 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"
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10546 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10547 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10548 $as_echo_n "(cached) " >&6
10550 ac_check_lib_save_LIBS
=$LIBS
10551 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10553 /* end confdefs.h. */
10555 /* Override any GCC internal prototype to avoid an error.
10556 Use char because int might match the return type of a GCC
10557 builtin and then its argument prototype would still apply. */
10561 char xmlParseMemory ();
10565 return xmlParseMemory ();
10570 if ac_fn_c_try_link
"$LINENO"; then :
10571 ac_cv_lib_xml2_xmlParseMemory
=yes
10573 ac_cv_lib_xml2_xmlParseMemory
=no
10575 rm -f core conftest.err conftest.
$ac_objext \
10576 conftest
$ac_exeext conftest.
$ac_ext
10577 LIBS
=$ac_check_lib_save_LIBS
10579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10580 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10581 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10583 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10590 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10591 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10592 $as_echo_n "(cached) " >&6
10594 ac_check_lib_save_LIBS
=$LIBS
10595 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10597 /* end confdefs.h. */
10599 /* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
10605 char xmlReadMemory ();
10609 return xmlReadMemory ();
10614 if ac_fn_c_try_link
"$LINENO"; then :
10615 ac_cv_lib_xml2_xmlReadMemory
=yes
10617 ac_cv_lib_xml2_xmlReadMemory
=no
10619 rm -f core conftest.err conftest.
$ac_objext \
10620 conftest
$ac_exeext conftest.
$ac_ext
10621 LIBS
=$ac_check_lib_save_LIBS
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10624 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10625 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
10627 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
10632 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
10633 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
10634 $as_echo_n "(cached) " >&6
10636 ac_check_lib_save_LIBS
=$LIBS
10637 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10639 /* end confdefs.h. */
10641 /* Override any GCC internal prototype to avoid an error.
10642 Use char because int might match the return type of a GCC
10643 builtin and then its argument prototype would still apply. */
10647 char xmlNewDocPI ();
10651 return xmlNewDocPI ();
10656 if ac_fn_c_try_link
"$LINENO"; then :
10657 ac_cv_lib_xml2_xmlNewDocPI
=yes
10659 ac_cv_lib_xml2_xmlNewDocPI
=no
10661 rm -f core conftest.err conftest.
$ac_objext \
10662 conftest
$ac_exeext conftest.
$ac_ext
10663 LIBS
=$ac_check_lib_save_LIBS
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10666 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10667 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
10669 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
10674 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
10675 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
10676 $as_echo_n "(cached) " >&6
10678 ac_check_lib_save_LIBS
=$LIBS
10679 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10681 /* end confdefs.h. */
10683 /* Override any GCC internal prototype to avoid an error.
10684 Use char because int might match the return type of a GCC
10685 builtin and then its argument prototype would still apply. */
10689 char xmlSchemaSetParserStructuredErrors ();
10693 return xmlSchemaSetParserStructuredErrors ();
10698 if ac_fn_c_try_link
"$LINENO"; then :
10699 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
10701 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
10703 rm -f core conftest.err conftest.
$ac_objext \
10704 conftest
$ac_exeext conftest.
$ac_ext
10705 LIBS
=$ac_check_lib_save_LIBS
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
10708 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
10709 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
10711 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
10716 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
10717 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
10718 $as_echo_n "(cached) " >&6
10720 ac_check_lib_save_LIBS
=$LIBS
10721 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10723 /* end confdefs.h. */
10725 /* Override any GCC internal prototype to avoid an error.
10726 Use char because int might match the return type of a GCC
10727 builtin and then its argument prototype would still apply. */
10731 char xmlSchemaSetValidStructuredErrors ();
10735 return xmlSchemaSetValidStructuredErrors ();
10740 if ac_fn_c_try_link
"$LINENO"; then :
10741 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
10743 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
10745 rm -f core conftest.err conftest.
$ac_objext \
10746 conftest
$ac_exeext conftest.
$ac_ext
10747 LIBS
=$ac_check_lib_save_LIBS
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
10750 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
10751 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
10753 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
10758 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
10759 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
10760 $as_echo_n "(cached) " >&6
10762 ac_check_lib_save_LIBS
=$LIBS
10763 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10765 /* end confdefs.h. */
10767 /* Override any GCC internal prototype to avoid an error.
10768 Use char because int might match the return type of a GCC
10769 builtin and then its argument prototype would still apply. */
10773 char xmlFirstElementChild ();
10777 return xmlFirstElementChild ();
10782 if ac_fn_c_try_link
"$LINENO"; then :
10783 ac_cv_lib_xml2_xmlFirstElementChild
=yes
10785 ac_cv_lib_xml2_xmlFirstElementChild
=no
10787 rm -f core conftest.err conftest.
$ac_objext \
10788 conftest
$ac_exeext conftest.
$ac_ext
10789 LIBS
=$ac_check_lib_save_LIBS
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
10792 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
10793 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
10795 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
10799 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
10801 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
10803 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
10811 CPPFLAGS
=$ac_save_CPPFLAGS
10812 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10813 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10816 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
10817 case "x$with_xml" in
10818 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
10820 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
10821 This is an error since --with-xml was requested." "$LINENO" 5 ;;
10825 if test "x$with_xslt" != "xno"
10827 if ${XSLT_CFLAGS:+false} :; then :
10828 if ${PKG_CONFIG+:} false
; then :
10829 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
10832 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
10833 if ${XSLT_LIBS:+false} :; then :
10834 if ${PKG_CONFIG+:} false
; then :
10835 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
10838 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
10839 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
10840 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
10841 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
10842 ac_save_CPPFLAGS
=$CPPFLAGS
10843 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
10844 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
10846 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10847 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
10848 # include <libxslt/pattern.h>
10851 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10852 cat >>confdefs.h
<<_ACEOF
10853 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10860 if test "$ac_cv_header_libxslt_transform_h" = "yes"
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
10863 $as_echo_n "checking for -lxslt... " >&6; }
10864 if ${ac_cv_lib_soname_xslt+:} false
; then :
10865 $as_echo_n "(cached) " >&6
10867 ac_check_soname_save_LIBS
=$LIBS
10868 LIBS
="-lxslt $XSLT_LIBS $LIBS"
10869 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10870 /* end confdefs.h. */
10872 /* Override any GCC internal prototype to avoid an error.
10873 Use char because int might match the return type of a GCC
10874 builtin and then its argument prototype would still apply. */
10878 char xsltCompilePattern ();
10882 return xsltCompilePattern ();
10887 if ac_fn_c_try_link
"$LINENO"; then :
10889 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10890 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'` ;;
10891 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10892 if ${ac_cv_lib_soname_xslt:+false} :; then :
10893 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10897 rm -f core conftest.err conftest.
$ac_objext \
10898 conftest
$ac_exeext conftest.
$ac_ext
10899 LIBS
=$ac_check_soname_save_LIBS
10901 if ${ac_cv_lib_soname_xslt:+false} :; then :
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10903 $as_echo "not found" >&6; }
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
10907 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
10909 cat >>confdefs.h
<<_ACEOF
10910 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
10918 CPPFLAGS
=$ac_save_CPPFLAGS
10919 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10920 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10923 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10924 case "x$with_xslt" in
10925 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
10927 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
10928 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
10932 if test "x$with_dbus" != "xno"
10934 if ${DBUS_CFLAGS:+false} :; then :
10935 if ${PKG_CONFIG+:} false
; then :
10936 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
10940 if ${DBUS_LIBS:+false} :; then :
10941 if ${PKG_CONFIG+:} false
; then :
10942 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
10947 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
10948 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
10949 ac_save_CPPFLAGS
=$CPPFLAGS
10950 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
10951 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
10952 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
10954 $as_echo_n "checking for -ldbus-1... " >&6; }
10955 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
10956 $as_echo_n "(cached) " >&6
10958 ac_check_soname_save_LIBS
=$LIBS
10959 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
10960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10969 char dbus_connection_close ();
10973 return dbus_connection_close ();
10978 if ac_fn_c_try_link
"$LINENO"; then :
10980 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10981 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'` ;;
10982 *) 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'`
10983 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
10984 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10988 rm -f core conftest.err conftest.
$ac_objext \
10989 conftest
$ac_exeext conftest.
$ac_ext
10990 LIBS
=$ac_check_soname_save_LIBS
10992 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10994 $as_echo "not found" >&6; }
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
10998 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11000 cat >>confdefs.h
<<_ACEOF
11001 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11011 CPPFLAGS
=$ac_save_CPPFLAGS
11012 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11013 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11016 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11017 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11018 case "x$with_dbus" in
11019 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11021 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11022 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11026 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11028 if ${HAL_CFLAGS:+false} :; then :
11029 if ${PKG_CONFIG+:} false
; then :
11030 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11034 if ${HAL_LIBS:+false} :; then :
11035 if ${PKG_CONFIG+:} false
; then :
11036 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11040 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11041 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11042 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11043 ac_save_CPPFLAGS
=$CPPFLAGS
11044 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11045 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11046 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11048 $as_echo_n "checking for -lhal... " >&6; }
11049 if ${ac_cv_lib_soname_hal+:} false
; then :
11050 $as_echo_n "(cached) " >&6
11052 ac_check_soname_save_LIBS
=$LIBS
11053 LIBS
="-lhal $HAL_LIBS $LIBS"
11054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11055 /* end confdefs.h. */
11057 /* Override any GCC internal prototype to avoid an error.
11058 Use char because int might match the return type of a GCC
11059 builtin and then its argument prototype would still apply. */
11063 char libhal_ctx_new ();
11067 return libhal_ctx_new ();
11072 if ac_fn_c_try_link
"$LINENO"; then :
11074 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11075 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'` ;;
11076 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11077 if ${ac_cv_lib_soname_hal:+false} :; then :
11078 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11082 rm -f core conftest.err conftest.
$ac_objext \
11083 conftest
$ac_exeext conftest.
$ac_ext
11084 LIBS
=$ac_check_soname_save_LIBS
11086 if ${ac_cv_lib_soname_hal:+false} :; then :
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11088 $as_echo "not found" >&6; }
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11092 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11094 cat >>confdefs.h
<<_ACEOF
11095 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11105 CPPFLAGS
=$ac_save_CPPFLAGS
11106 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11107 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11109 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11110 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11111 case "x$with_hal" in
11112 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11114 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11115 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11120 if test "x$with_gnutls" != "xno"
11122 if ${GNUTLS_CFLAGS:+false} :; then :
11123 if ${PKG_CONFIG+:} false
; then :
11124 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11128 if ${GNUTLS_LIBS:+false} :; then :
11129 if ${PKG_CONFIG+:} false
; then :
11130 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11135 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11136 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11137 ac_save_CPPFLAGS
=$CPPFLAGS
11138 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11139 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11140 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11142 /* end confdefs.h. */
11143 #include <gnutls/gnutls.h>
11144 #include <gnutls/crypto.h>
11148 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11153 if ac_fn_c_try_compile
"$LINENO"; then :
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11155 $as_echo_n "checking for -lgnutls... " >&6; }
11156 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11157 $as_echo_n "(cached) " >&6
11159 ac_check_soname_save_LIBS
=$LIBS
11160 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11162 /* end confdefs.h. */
11164 /* Override any GCC internal prototype to avoid an error.
11165 Use char because int might match the return type of a GCC
11166 builtin and then its argument prototype would still apply. */
11170 char gnutls_global_init ();
11174 return gnutls_global_init ();
11179 if ac_fn_c_try_link
"$LINENO"; then :
11181 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11182 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'` ;;
11183 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11184 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11185 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11189 rm -f core conftest.err conftest.
$ac_objext \
11190 conftest
$ac_exeext conftest.
$ac_ext
11191 LIBS
=$ac_check_soname_save_LIBS
11193 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11195 $as_echo "not found" >&6; }
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11199 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11201 cat >>confdefs.h
<<_ACEOF
11202 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11214 CPPFLAGS
=$ac_save_CPPFLAGS
11215 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11216 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11219 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11220 case "x$with_gnutls" in
11221 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11223 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11224 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11229 if test "$ac_cv_header_ncurses_h" = "yes"
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11232 $as_echo_n "checking for -lncurses... " >&6; }
11233 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11234 $as_echo_n "(cached) " >&6
11236 ac_check_soname_save_LIBS
=$LIBS
11237 LIBS
="-lncurses $LIBS"
11238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11239 /* end confdefs.h. */
11241 /* Override any GCC internal prototype to avoid an error.
11242 Use char because int might match the return type of a GCC
11243 builtin and then its argument prototype would still apply. */
11256 if ac_fn_c_try_link
"$LINENO"; then :
11258 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11259 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'` ;;
11260 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11261 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11262 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11266 rm -f core conftest.err conftest.
$ac_objext \
11267 conftest
$ac_exeext conftest.
$ac_ext
11268 LIBS
=$ac_check_soname_save_LIBS
11270 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11272 $as_echo "not found" >&6; }
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11276 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11278 cat >>confdefs.h
<<_ACEOF
11279 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11282 CURSES_LIBS
="-lncurses"
11284 elif test "$ac_cv_header_curses_h" = "yes"
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11287 $as_echo_n "checking for -lcurses... " >&6; }
11288 if ${ac_cv_lib_soname_curses+:} false
; then :
11289 $as_echo_n "(cached) " >&6
11291 ac_check_soname_save_LIBS
=$LIBS
11292 LIBS
="-lcurses $LIBS"
11293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11294 /* end confdefs.h. */
11296 /* Override any GCC internal prototype to avoid an error.
11297 Use char because int might match the return type of a GCC
11298 builtin and then its argument prototype would still apply. */
11311 if ac_fn_c_try_link
"$LINENO"; then :
11313 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11314 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'` ;;
11315 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11316 if ${ac_cv_lib_soname_curses:+false} :; then :
11317 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11321 rm -f core conftest.err conftest.
$ac_objext \
11322 conftest
$ac_exeext conftest.
$ac_ext
11323 LIBS
=$ac_check_soname_save_LIBS
11325 if ${ac_cv_lib_soname_curses:+false} :; then :
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11327 $as_echo "not found" >&6; }
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11331 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11333 cat >>confdefs.h
<<_ACEOF
11334 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11337 CURSES_LIBS
="-lcurses"
11340 ac_save_LIBS
="$LIBS"
11341 LIBS
="$LIBS $CURSES_LIBS"
11342 for ac_func
in mousemask
11344 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11345 if test "x$ac_cv_func_mousemask" = xyes
; then :
11346 cat >>confdefs.h
<<_ACEOF
11347 #define HAVE_MOUSEMASK 1
11353 LIBS
="$ac_save_LIBS"
11354 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11355 case "x$with_curses" in
11356 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11358 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11359 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11363 if test "x$with_sane" != "xno"
11365 if ${SANE_CFLAGS:+false} :; then :
11366 if ${PKG_CONFIG+:} false
; then :
11367 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11370 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11371 if ${SANE_LIBS:+false} :; then :
11372 if ${PKG_CONFIG+:} false
; then :
11373 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11376 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11378 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11379 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11380 ac_save_CPPFLAGS
=$CPPFLAGS
11381 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11382 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11383 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11385 $as_echo_n "checking for -lsane... " >&6; }
11386 if ${ac_cv_lib_soname_sane+:} false
; then :
11387 $as_echo_n "(cached) " >&6
11389 ac_check_soname_save_LIBS
=$LIBS
11390 LIBS
="-lsane $SANE_LIBS $LIBS"
11391 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11392 /* end confdefs.h. */
11394 /* Override any GCC internal prototype to avoid an error.
11395 Use char because int might match the return type of a GCC
11396 builtin and then its argument prototype would still apply. */
11404 return sane_init ();
11409 if ac_fn_c_try_link
"$LINENO"; then :
11411 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11412 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'` ;;
11413 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11414 if ${ac_cv_lib_soname_sane:+false} :; then :
11415 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11419 rm -f core conftest.err conftest.
$ac_objext \
11420 conftest
$ac_exeext conftest.
$ac_ext
11421 LIBS
=$ac_check_soname_save_LIBS
11423 if ${ac_cv_lib_soname_sane:+false} :; then :
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11425 $as_echo "not found" >&6; }
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11429 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11431 cat >>confdefs.h
<<_ACEOF
11432 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11442 CPPFLAGS
=$ac_save_CPPFLAGS
11443 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11444 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11447 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11448 case "x$with_sane" in
11449 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11451 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11452 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11456 if test "x$with_v4l" != "xno"
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11459 $as_echo_n "checking for -lv4l1... " >&6; }
11460 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11461 $as_echo_n "(cached) " >&6
11463 ac_check_soname_save_LIBS
=$LIBS
11464 LIBS
="-lv4l1 $LIBS"
11465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11466 /* end confdefs.h. */
11468 /* Override any GCC internal prototype to avoid an error.
11469 Use char because int might match the return type of a GCC
11470 builtin and then its argument prototype would still apply. */
11478 return v4l1_open ();
11483 if ac_fn_c_try_link
"$LINENO"; then :
11485 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11486 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'` ;;
11487 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11488 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11489 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11493 rm -f core conftest.err conftest.
$ac_objext \
11494 conftest
$ac_exeext conftest.
$ac_ext
11495 LIBS
=$ac_check_soname_save_LIBS
11497 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11499 $as_echo "not found" >&6; }
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11503 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11505 cat >>confdefs.h
<<_ACEOF
11506 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11512 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11513 case "x$with_v4l" in
11514 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11516 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11517 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11521 if test "x$with_gphoto" != "xno"
11523 if ${GPHOTO2_CFLAGS:+false} :; then :
11524 if ${PKG_CONFIG+:} false
; then :
11525 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11528 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11529 if ${GPHOTO2_LIBS:+false} :; then :
11530 if ${PKG_CONFIG+:} false
; then :
11531 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11534 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11535 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11536 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11537 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11538 ac_save_CPPFLAGS
=$CPPFLAGS
11539 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11540 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11541 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11543 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11544 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11545 $as_echo_n "(cached) " >&6
11547 ac_check_lib_save_LIBS
=$LIBS
11548 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h. */
11552 /* Override any GCC internal prototype to avoid an error.
11553 Use char because int might match the return type of a GCC
11554 builtin and then its argument prototype would still apply. */
11558 char gp_camera_new ();
11562 return gp_camera_new ();
11567 if ac_fn_c_try_link
"$LINENO"; then :
11568 ac_cv_lib_gphoto2_gp_camera_new
=yes
11570 ac_cv_lib_gphoto2_gp_camera_new
=no
11572 rm -f core conftest.err conftest.
$ac_objext \
11573 conftest
$ac_exeext conftest.
$ac_ext
11574 LIBS
=$ac_check_lib_save_LIBS
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11577 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11578 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11580 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11583 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11587 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11591 CPPFLAGS
=$ac_save_CPPFLAGS
11592 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11593 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11595 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11596 if ${PKG_CONFIG+:} false
; then :
11597 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11600 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11601 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11602 if ${PKG_CONFIG+:} false
; then :
11603 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11606 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11607 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11608 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11609 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11610 ac_save_CPPFLAGS
=$CPPFLAGS
11611 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11612 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11613 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11615 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11616 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11617 $as_echo_n "(cached) " >&6
11619 ac_check_lib_save_LIBS
=$LIBS
11620 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11630 char gp_port_info_list_new ();
11634 return gp_port_info_list_new ();
11639 if ac_fn_c_try_link
"$LINENO"; then :
11640 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
11642 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
11644 rm -f core conftest.err conftest.
$ac_objext \
11645 conftest
$ac_exeext conftest.
$ac_ext
11646 LIBS
=$ac_check_lib_save_LIBS
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
11649 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
11650 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
11652 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
11655 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11659 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11663 CPPFLAGS
=$ac_save_CPPFLAGS
11664 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11665 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11668 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
11669 case "x$with_gphoto" in
11670 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
11672 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
11673 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11676 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
11677 case "x$with_gphoto" in
11678 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
11680 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
11681 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11686 if test "$ac_cv_header_resolv_h" = "yes"
11688 ac_save_LIBS
="$LIBS"
11689 for lib
in '' -lresolv
11691 LIBS
="$lib $ac_save_LIBS"
11692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11693 /* end confdefs.h. */
11694 #ifdef HAVE_NETINET_IN_H
11695 #include <netinet/in.h>
11697 #include <resolv.h>
11701 res_query("foo",ns_c_in,0,0,0);
11706 if ac_fn_c_try_link
"$LINENO"; then :
11708 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
11713 rm -f core conftest.err conftest.
$ac_objext \
11714 conftest
$ac_exeext conftest.
$ac_ext
11715 if test "${RESOLV_LIBS+set}" = set; then
11719 LIBS
="$ac_save_LIBS"
11722 if test "x$with_lcms2" != "xno"
11724 if ${LCMS2_CFLAGS:+false} :; then :
11725 if ${PKG_CONFIG+:} false
; then :
11726 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
11730 if ${LCMS2_LIBS:+false} :; then :
11731 if ${PKG_CONFIG+:} false
; then :
11732 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
11736 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
11737 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
11738 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
11739 ac_save_CPPFLAGS
=$CPPFLAGS
11740 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
11741 for ac_header
in lcms2.h
11743 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
11744 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
11745 cat >>confdefs.h
<<_ACEOF
11746 #define HAVE_LCMS2_H 1
11753 if test "$ac_cv_header_lcms2_h" = "yes"
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
11756 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
11757 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
11758 $as_echo_n "(cached) " >&6
11760 ac_check_lib_save_LIBS
=$LIBS
11761 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
11762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h. */
11765 /* Override any GCC internal prototype to avoid an error.
11766 Use char because int might match the return type of a GCC
11767 builtin and then its argument prototype would still apply. */
11771 char cmsOpenProfileFromFile ();
11775 return cmsOpenProfileFromFile ();
11780 if ac_fn_c_try_link
"$LINENO"; then :
11781 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
11783 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
11785 rm -f core conftest.err conftest.
$ac_objext \
11786 conftest
$ac_exeext conftest.
$ac_ext
11787 LIBS
=$ac_check_lib_save_LIBS
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
11790 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
11791 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
11793 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
11803 CPPFLAGS
=$ac_save_CPPFLAGS
11804 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11805 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11808 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
11809 case "x$with_cms" in
11810 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
11812 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
11813 This is an error since --with-cms was requested." "$LINENO" 5 ;;
11817 if test "x$with_freetype" != "xno"
11819 if ${FREETYPE_CFLAGS:+false} :; then :
11820 if ${PKG_CONFIG+:} false
; then :
11821 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
11824 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
11825 if ${FREETYPE_LIBS:+false} :; then :
11826 if ${PKG_CONFIG+:} false
; then :
11827 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
11830 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
11831 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
11832 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
11833 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
11834 ac_save_CPPFLAGS
=$CPPFLAGS
11835 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
11836 for ac_header
in ft2build.h
11838 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
11839 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
11840 cat >>confdefs.h
<<_ACEOF
11841 #define HAVE_FT2BUILD_H 1
11848 if test "$ac_cv_header_ft2build_h" = "yes"
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
11851 $as_echo_n "checking for -lfreetype... " >&6; }
11852 if ${ac_cv_lib_soname_freetype+:} false
; then :
11853 $as_echo_n "(cached) " >&6
11855 ac_check_soname_save_LIBS
=$LIBS
11856 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
11857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11860 /* Override any GCC internal prototype to avoid an error.
11861 Use char because int might match the return type of a GCC
11862 builtin and then its argument prototype would still apply. */
11866 char FT_Init_FreeType ();
11870 return FT_Init_FreeType ();
11875 if ac_fn_c_try_link
"$LINENO"; then :
11877 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11878 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'` ;;
11879 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11880 if ${ac_cv_lib_soname_freetype:+false} :; then :
11881 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11885 rm -f core conftest.err conftest.
$ac_objext \
11886 conftest
$ac_exeext conftest.
$ac_ext
11887 LIBS
=$ac_check_soname_save_LIBS
11889 if ${ac_cv_lib_soname_freetype:+false} :; then :
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11891 $as_echo "not found" >&6; }
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
11895 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
11897 cat >>confdefs.h
<<_ACEOF
11898 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
11902 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11904 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
11905 #include FT_MODULE_H
11907 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
11909 cat >>confdefs.h
<<_ACEOF
11910 #define HAVE_FT_TRUETYPEENGINETYPE 1
11921 CPPFLAGS
=$ac_save_CPPFLAGS
11922 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11923 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11926 if test "x$ac_cv_lib_soname_freetype" = x
; then :
11927 case "x$with_freetype" in
11929 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
11930 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
11933 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
11936 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
11937 if ${ac_cv_c_ppdev+:} false
; then :
11938 $as_echo_n "(cached) " >&6
11940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11941 /* end confdefs.h. */
11942 #ifdef HAVE_SYS_IOCTL_H
11943 # include <sys/ioctl.h>
11945 #include <linux/ppdev.h>
11949 ioctl (1,PPCLAIM,0)
11954 if ac_fn_c_try_compile
"$LINENO"; then :
11955 ac_cv_c_ppdev
="yes"
11959 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
11962 $as_echo "$ac_cv_c_ppdev" >&6; }
11963 if test "$ac_cv_c_ppdev" = "yes"
11966 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
11970 ac_wine_check_funcs_save_LIBS
="$LIBS"
11971 LIBS
="$LIBS $PTHREAD_LIBS"
11973 pthread_attr_get_np \
11974 pthread_getattr_np \
11975 pthread_getthreadid_np \
11976 pthread_get_stackaddr_np \
11977 pthread_get_stacksize_np
11979 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11980 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
11981 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
11982 cat >>confdefs.h
<<_ACEOF
11983 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11989 LIBS
="$ac_wine_check_funcs_save_LIBS"
11991 if test "$ac_cv_header_zlib_h" = "yes"
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
11994 $as_echo_n "checking for inflate in -lz... " >&6; }
11995 if ${ac_cv_lib_z_inflate+:} false
; then :
11996 $as_echo_n "(cached) " >&6
11998 ac_check_lib_save_LIBS
=$LIBS
12000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12001 /* end confdefs.h. */
12003 /* Override any GCC internal prototype to avoid an error.
12004 Use char because int might match the return type of a GCC
12005 builtin and then its argument prototype would still apply. */
12018 if ac_fn_c_try_link
"$LINENO"; then :
12019 ac_cv_lib_z_inflate
=yes
12021 ac_cv_lib_z_inflate
=no
12023 rm -f core conftest.err conftest.
$ac_objext \
12024 conftest
$ac_exeext conftest.
$ac_ext
12025 LIBS
=$ac_check_lib_save_LIBS
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12028 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12029 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12031 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12038 if test "x$Z_LIBS" = "x"; then :
12039 case "x$with_zlib" in
12040 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12042 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12043 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12047 if test "x$enable_tools" != xno
12049 if test "$ac_cv_header_gettext_po_h" = "yes"
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12052 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12053 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12054 $as_echo_n "(cached) " >&6
12056 ac_check_lib_save_LIBS
=$LIBS
12057 LIBS
="-lgettextpo $LIBS"
12058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12059 /* end confdefs.h. */
12061 /* Override any GCC internal prototype to avoid an error.
12062 Use char because int might match the return type of a GCC
12063 builtin and then its argument prototype would still apply. */
12067 char po_message_msgctxt ();
12071 return po_message_msgctxt ();
12076 if ac_fn_c_try_link
"$LINENO"; then :
12077 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12079 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12081 rm -f core conftest.err conftest.
$ac_objext \
12082 conftest
$ac_exeext conftest.
$ac_ext
12083 LIBS
=$ac_check_lib_save_LIBS
12085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12086 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12087 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12089 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12091 GETTEXTPO_LIBS
="-lgettextpo"
12096 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12097 case "x$with_gettextpo" in
12098 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12100 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12101 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12106 if test "x$with_gstreamer" != "xno"
12108 if ${GSTREAMER_CFLAGS:+false} :; then :
12109 if ${PKG_CONFIG+:} false
; then :
12110 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12114 if ${GSTREAMER_LIBS:+false} :; then :
12115 if ${PKG_CONFIG+:} false
; then :
12116 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12121 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12122 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12123 ac_save_CPPFLAGS
=$CPPFLAGS
12124 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12126 for i
in $GSTREAMER_CFLAGS
12129 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12132 GSTREAMER_CFLAGS
=$ac_gst_incl
12133 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12134 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12135 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12136 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12137 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12139 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12141 /* end confdefs.h. */
12142 #include <gst/app/gstappsink.h>
12146 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12151 if ac_fn_c_try_compile
"$LINENO"; then :
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12153 $as_echo "yes" >&6; }
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12155 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12156 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12157 $as_echo_n "(cached) " >&6
12159 ac_check_lib_save_LIBS
=$LIBS
12160 LIBS
="-lgstreamer-0.10 $LIBS"
12161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12162 /* end confdefs.h. */
12164 /* Override any GCC internal prototype to avoid an error.
12165 Use char because int might match the return type of a GCC
12166 builtin and then its argument prototype would still apply. */
12170 char gst_pad_get_caps_reffed ();
12174 return gst_pad_get_caps_reffed ();
12179 if ac_fn_c_try_link
"$LINENO"; then :
12180 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12182 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12184 rm -f core conftest.err conftest.
$ac_objext \
12185 conftest
$ac_exeext conftest.
$ac_ext
12186 LIBS
=$ac_check_lib_save_LIBS
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12189 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12190 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12192 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12193 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12194 $as_echo_n "(cached) " >&6
12196 ac_check_lib_save_LIBS
=$LIBS
12197 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */
12201 /* Override any GCC internal prototype to avoid an error.
12202 Use char because int might match the return type of a GCC
12203 builtin and then its argument prototype would still apply. */
12207 char gst_app_buffer_new ();
12211 return gst_app_buffer_new ();
12216 if ac_fn_c_try_link
"$LINENO"; then :
12217 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12219 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12221 rm -f core conftest.err conftest.
$ac_objext \
12222 conftest
$ac_exeext conftest.
$ac_ext
12223 LIBS
=$ac_check_lib_save_LIBS
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12226 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12227 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12235 $as_echo "no" >&6; }
12237 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12242 GSTREAMER_CFLAGS
=""
12246 CPPFLAGS
=$ac_save_CPPFLAGS
12247 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12248 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12251 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12252 case "x$with_gstreamer" in
12253 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12255 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12256 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12259 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12263 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12266 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12267 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12268 $as_echo_n "(cached) " >&6
12270 ac_check_lib_save_LIBS
=$LIBS
12271 LIBS
="-lasound $LIBS"
12272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12273 /* end confdefs.h. */
12275 /* Override any GCC internal prototype to avoid an error.
12276 Use char because int might match the return type of a GCC
12277 builtin and then its argument prototype would still apply. */
12281 char snd_pcm_hw_params_get_access_mask ();
12285 return snd_pcm_hw_params_get_access_mask ();
12290 if ac_fn_c_try_link
"$LINENO"; then :
12291 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12293 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12295 rm -f core conftest.err conftest.
$ac_objext \
12296 conftest
$ac_exeext conftest.
$ac_ext
12297 LIBS
=$ac_check_lib_save_LIBS
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12300 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12301 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12303 /* end confdefs.h. */
12304 #ifdef HAVE_ALSA_ASOUNDLIB_H
12305 #include <alsa/asoundlib.h>
12306 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12307 #include <sys/asoundlib.h>
12312 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12317 if ac_fn_c_try_compile
"$LINENO"; then :
12318 ALSA_LIBS
="-lasound"
12320 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12325 if test "x$with_oss" != xno
12327 ac_save_CPPFLAGS
="$CPPFLAGS"
12328 if test -f /etc
/oss.conf
12332 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12333 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12334 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12335 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12336 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12338 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12340 cat >>confdefs.h
<<_ACEOF
12341 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12344 OSS4_CFLAGS
="$ac_oss_incl"
12351 CPPFLAGS
="$ac_save_CPPFLAGS"
12352 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12354 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12358 if test "x$with_capi" != "xno"
12360 if ${CAPI20_CFLAGS:+false} :; then :
12361 if ${PKG_CONFIG+:} false
; then :
12362 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12366 if ${CAPI20_LIBS:+false} :; then :
12367 if ${PKG_CONFIG+:} false
; then :
12368 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12373 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12374 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12375 ac_save_CPPFLAGS
=$CPPFLAGS
12376 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12377 for ac_header
in capi20.h linux
/capi.h
12379 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12380 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12382 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12383 cat >>confdefs.h
<<_ACEOF
12384 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12391 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12394 $as_echo_n "checking for -lcapi20... " >&6; }
12395 if ${ac_cv_lib_soname_capi20+:} false
; then :
12396 $as_echo_n "(cached) " >&6
12398 ac_check_soname_save_LIBS
=$LIBS
12399 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12401 /* end confdefs.h. */
12403 /* Override any GCC internal prototype to avoid an error.
12404 Use char because int might match the return type of a GCC
12405 builtin and then its argument prototype would still apply. */
12409 char capi20_register ();
12413 return capi20_register ();
12418 if ac_fn_c_try_link
"$LINENO"; then :
12420 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12421 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'` ;;
12422 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12423 if ${ac_cv_lib_soname_capi20:+false} :; then :
12424 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12428 rm -f core conftest.err conftest.
$ac_objext \
12429 conftest
$ac_exeext conftest.
$ac_ext
12430 LIBS
=$ac_check_soname_save_LIBS
12432 if ${ac_cv_lib_soname_capi20:+false} :; then :
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12434 $as_echo "not found" >&6; }
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12438 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12440 cat >>confdefs.h
<<_ACEOF
12441 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12447 CPPFLAGS
=$ac_save_CPPFLAGS
12448 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12449 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12452 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12453 case "x$with_capi" in
12454 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12456 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12457 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12463 if test "x$with_cups" != "xno"
12465 ac_save_CPPFLAGS
="$CPPFLAGS"
12466 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12467 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12468 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12469 for ac_header
in cups
/cups.h
12471 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12472 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12473 cat >>confdefs.h
<<_ACEOF
12474 #define HAVE_CUPS_CUPS_H 1
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12477 $as_echo_n "checking for -lcups... " >&6; }
12478 if ${ac_cv_lib_soname_cups+:} false
; then :
12479 $as_echo_n "(cached) " >&6
12481 ac_check_soname_save_LIBS
=$LIBS
12482 LIBS
="-lcups $ac_cups_libs $LIBS"
12483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12486 /* Override any GCC internal prototype to avoid an error.
12487 Use char because int might match the return type of a GCC
12488 builtin and then its argument prototype would still apply. */
12492 char cupsGetDefault ();
12496 return cupsGetDefault ();
12501 if ac_fn_c_try_link
"$LINENO"; then :
12503 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12504 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'` ;;
12505 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12506 if ${ac_cv_lib_soname_cups:+false} :; then :
12507 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12511 rm -f core conftest.err conftest.
$ac_objext \
12512 conftest
$ac_exeext conftest.
$ac_ext
12513 LIBS
=$ac_check_soname_save_LIBS
12515 if ${ac_cv_lib_soname_cups:+false} :; then :
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12517 $as_echo "not found" >&6; }
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12521 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12523 cat >>confdefs.h
<<_ACEOF
12524 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12527 CUPS_CFLAGS
="$ac_cups_cflags"
12533 CPPFLAGS
="$ac_save_CPPFLAGS"
12535 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12536 case "x$with_cups" in
12537 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12539 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12540 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12544 if test "x$with_fontconfig" != "xno"
12546 if ${FONTCONFIG_CFLAGS:+false} :; then :
12547 if ${PKG_CONFIG+:} false
; then :
12548 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12551 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12552 if ${FONTCONFIG_LIBS:+false} :; then :
12553 if ${PKG_CONFIG+:} false
; then :
12554 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12557 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12559 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12560 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12561 ac_save_CPPFLAGS
=$CPPFLAGS
12562 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12563 for ac_header
in fontconfig
/fontconfig.h
12565 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12566 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12567 cat >>confdefs.h
<<_ACEOF
12568 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12575 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12578 $as_echo_n "checking for -lfontconfig... " >&6; }
12579 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12580 $as_echo_n "(cached) " >&6
12582 ac_check_soname_save_LIBS
=$LIBS
12583 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12585 /* end confdefs.h. */
12587 /* Override any GCC internal prototype to avoid an error.
12588 Use char because int might match the return type of a GCC
12589 builtin and then its argument prototype would still apply. */
12602 if ac_fn_c_try_link
"$LINENO"; then :
12604 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12605 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'` ;;
12606 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12607 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12608 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12612 rm -f core conftest.err conftest.
$ac_objext \
12613 conftest
$ac_exeext conftest.
$ac_ext
12614 LIBS
=$ac_check_soname_save_LIBS
12616 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12618 $as_echo "not found" >&6; }
12619 FONTCONFIG_CFLAGS
=""
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
12622 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
12624 cat >>confdefs.h
<<_ACEOF
12625 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
12631 FONTCONFIG_CFLAGS
=""
12633 CPPFLAGS
=$ac_save_CPPFLAGS
12634 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12635 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12638 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12639 case "x$with_fontconfig" in
12640 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
12642 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
12643 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
12647 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
12650 $as_echo_n "checking for -lgsm... " >&6; }
12651 if ${ac_cv_lib_soname_gsm+:} false
; then :
12652 $as_echo_n "(cached) " >&6
12654 ac_check_soname_save_LIBS
=$LIBS
12656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12657 /* end confdefs.h. */
12659 /* Override any GCC internal prototype to avoid an error.
12660 Use char because int might match the return type of a GCC
12661 builtin and then its argument prototype would still apply. */
12665 char gsm_create ();
12669 return gsm_create ();
12674 if ac_fn_c_try_link
"$LINENO"; then :
12676 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12677 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'` ;;
12678 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12679 if ${ac_cv_lib_soname_gsm:+false} :; then :
12680 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12684 rm -f core conftest.err conftest.
$ac_objext \
12685 conftest
$ac_exeext conftest.
$ac_ext
12686 LIBS
=$ac_check_soname_save_LIBS
12688 if ${ac_cv_lib_soname_gsm:+false} :; then :
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12690 $as_echo "not found" >&6; }
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
12694 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
12696 cat >>confdefs.h
<<_ACEOF
12697 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
12703 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
12704 case "x$with_gsm" in
12705 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
12707 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
12708 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
12712 if test "x$with_jpeg" != "xno"
12714 if ${JPEG_CFLAGS:+false} :; then :
12715 if ${PKG_CONFIG+:} false
; then :
12716 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
12720 if ${JPEG_LIBS:+false} :; then :
12721 if ${PKG_CONFIG+:} false
; then :
12722 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
12727 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
12728 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
12729 ac_save_CPPFLAGS
=$CPPFLAGS
12730 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
12731 for ac_header
in jpeglib.h
12733 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
12734 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
12735 cat >>confdefs.h
<<_ACEOF
12736 #define HAVE_JPEGLIB_H 1
12743 if test "$ac_cv_header_jpeglib_h" = "yes"
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
12746 $as_echo_n "checking for -ljpeg... " >&6; }
12747 if ${ac_cv_lib_soname_jpeg+:} false
; then :
12748 $as_echo_n "(cached) " >&6
12750 ac_check_soname_save_LIBS
=$LIBS
12751 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
12752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12753 /* end confdefs.h. */
12755 /* Override any GCC internal prototype to avoid an error.
12756 Use char because int might match the return type of a GCC
12757 builtin and then its argument prototype would still apply. */
12761 char jpeg_start_decompress ();
12765 return jpeg_start_decompress ();
12770 if ac_fn_c_try_link
"$LINENO"; then :
12772 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12773 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'` ;;
12774 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12775 if ${ac_cv_lib_soname_jpeg:+false} :; then :
12776 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12780 rm -f core conftest.err conftest.
$ac_objext \
12781 conftest
$ac_exeext conftest.
$ac_ext
12782 LIBS
=$ac_check_soname_save_LIBS
12784 if ${ac_cv_lib_soname_jpeg:+false} :; then :
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12786 $as_echo "not found" >&6; }
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
12790 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
12792 cat >>confdefs.h
<<_ACEOF
12793 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
12801 CPPFLAGS
=$ac_save_CPPFLAGS
12802 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12803 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12806 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
12807 case "x$with_jpeg" in
12808 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
12810 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
12811 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
12815 if test "x$with_png" != "xno"
12817 if ${PNG_CFLAGS:+false} :; then :
12818 if ${PKG_CONFIG+:} false
; then :
12819 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
12822 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
12823 if ${PNG_LIBS:+false} :; then :
12824 if ${PKG_CONFIG+:} false
; then :
12825 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
12828 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
12830 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
12831 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
12832 ac_save_CPPFLAGS
=$CPPFLAGS
12833 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
12834 for ac_header
in png.h
12836 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
12837 if test "x$ac_cv_header_png_h" = xyes
; then :
12838 cat >>confdefs.h
<<_ACEOF
12839 #define HAVE_PNG_H 1
12846 if test "$ac_cv_header_png_h" = "yes"
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
12849 $as_echo_n "checking for -lpng... " >&6; }
12850 if ${ac_cv_lib_soname_png+:} false
; then :
12851 $as_echo_n "(cached) " >&6
12853 ac_check_soname_save_LIBS
=$LIBS
12854 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
12855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12856 /* end confdefs.h. */
12858 /* Override any GCC internal prototype to avoid an error.
12859 Use char because int might match the return type of a GCC
12860 builtin and then its argument prototype would still apply. */
12864 char png_create_read_struct ();
12868 return png_create_read_struct ();
12873 if ac_fn_c_try_link
"$LINENO"; then :
12875 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12876 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'` ;;
12877 *) 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'`
12878 if ${ac_cv_lib_soname_png:+false} :; then :
12879 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12883 rm -f core conftest.err conftest.
$ac_objext \
12884 conftest
$ac_exeext conftest.
$ac_ext
12885 LIBS
=$ac_check_soname_save_LIBS
12887 if ${ac_cv_lib_soname_png:+false} :; then :
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12889 $as_echo "not found" >&6; }
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
12893 $as_echo "$ac_cv_lib_soname_png" >&6; }
12895 cat >>confdefs.h
<<_ACEOF
12896 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
12899 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12900 /* end confdefs.h. */
12905 typeof(png_set_expand_gray_1_2_4_to_8) *p
12910 if ac_fn_c_try_compile
"$LINENO"; then :
12912 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
12915 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12920 CPPFLAGS
=$ac_save_CPPFLAGS
12921 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12922 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12925 if test "x$ac_cv_lib_soname_png" = "x"; then :
12926 case "x$with_png" in
12927 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
12929 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
12930 This is an error since --with-png was requested." "$LINENO" 5 ;;
12934 if test "x$with_tiff" != "xno"
12936 if ${TIFF_CFLAGS:+false} :; then :
12937 if ${PKG_CONFIG+:} false
; then :
12938 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
12942 if ${TIFF_LIBS:+false} :; then :
12943 if ${PKG_CONFIG+:} false
; then :
12944 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
12949 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
12950 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
12951 ac_save_CPPFLAGS
=$CPPFLAGS
12952 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
12953 for ac_header
in tiffio.h
12955 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12956 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
12957 cat >>confdefs.h
<<_ACEOF
12958 #define HAVE_TIFFIO_H 1
12965 if test "$ac_cv_header_tiffio_h" = "yes"
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
12968 $as_echo_n "checking for -ltiff... " >&6; }
12969 if ${ac_cv_lib_soname_tiff+:} false
; then :
12970 $as_echo_n "(cached) " >&6
12972 ac_check_soname_save_LIBS
=$LIBS
12973 LIBS
="-ltiff $TIFF_LIBS $LIBS"
12974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12975 /* end confdefs.h. */
12977 /* Override any GCC internal prototype to avoid an error.
12978 Use char because int might match the return type of a GCC
12979 builtin and then its argument prototype would still apply. */
12983 char TIFFClientOpen ();
12987 return TIFFClientOpen ();
12992 if ac_fn_c_try_link
"$LINENO"; then :
12994 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12995 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'` ;;
12996 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12997 if ${ac_cv_lib_soname_tiff:+false} :; then :
12998 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13002 rm -f core conftest.err conftest.
$ac_objext \
13003 conftest
$ac_exeext conftest.
$ac_ext
13004 LIBS
=$ac_check_soname_save_LIBS
13006 if ${ac_cv_lib_soname_tiff:+false} :; then :
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13008 $as_echo "not found" >&6; }
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13012 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13014 cat >>confdefs.h
<<_ACEOF
13015 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13021 CPPFLAGS
=$ac_save_CPPFLAGS
13022 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13023 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13026 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13027 case "x$with_tiff" in
13028 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13030 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13031 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13035 if test "x$with_mpg123" != "xno"
13037 if ${MPG123_CFLAGS:+false} :; then :
13038 if ${PKG_CONFIG+:} false
; then :
13039 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13043 if ${MPG123_LIBS:+false} :; then :
13044 if ${PKG_CONFIG+:} false
; then :
13045 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13049 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13050 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13051 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13052 ac_save_CPPFLAGS
=$CPPFLAGS
13053 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13054 for ac_header
in mpg123.h
13056 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13057 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13058 cat >>confdefs.h
<<_ACEOF
13059 #define HAVE_MPG123_H 1
13066 if test "$ac_cv_header_mpg123_h" = "yes"
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13069 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13070 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13071 $as_echo_n "(cached) " >&6
13073 ac_check_lib_save_LIBS
=$LIBS
13074 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13076 /* end confdefs.h. */
13078 /* Override any GCC internal prototype to avoid an error.
13079 Use char because int might match the return type of a GCC
13080 builtin and then its argument prototype would still apply. */
13084 char mpg123_feed ();
13088 return mpg123_feed ();
13093 if ac_fn_c_try_link
"$LINENO"; then :
13094 ac_cv_lib_mpg123_mpg123_feed
=yes
13096 ac_cv_lib_mpg123_mpg123_feed
=no
13098 rm -f core conftest.err conftest.
$ac_objext \
13099 conftest
$ac_exeext conftest.
$ac_ext
13100 LIBS
=$ac_check_lib_save_LIBS
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13103 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13104 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13114 CPPFLAGS
=$ac_save_CPPFLAGS
13115 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13116 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13119 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13120 case "x$with_mpg123" in
13121 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13123 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13124 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13127 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}
13129 if test "$ac_cv_header_AL_al_h" = "yes"
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13132 $as_echo_n "checking for -lopenal... " >&6; }
13133 if ${ac_cv_lib_soname_openal+:} false
; then :
13134 $as_echo_n "(cached) " >&6
13136 ac_check_soname_save_LIBS
=$LIBS
13137 LIBS
="-lopenal $LIBS"
13138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13139 /* end confdefs.h. */
13141 /* Override any GCC internal prototype to avoid an error.
13142 Use char because int might match the return type of a GCC
13143 builtin and then its argument prototype would still apply. */
13147 char alGetSource3i ();
13151 return alGetSource3i ();
13156 if ac_fn_c_try_link
"$LINENO"; then :
13158 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13159 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'` ;;
13160 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13161 if ${ac_cv_lib_soname_openal:+false} :; then :
13162 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13166 rm -f core conftest.err conftest.
$ac_objext \
13167 conftest
$ac_exeext conftest.
$ac_ext
13168 LIBS
=$ac_check_soname_save_LIBS
13170 if ${ac_cv_lib_soname_openal:+false} :; then :
13171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13172 $as_echo "not found" >&6; }
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13176 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13178 cat >>confdefs.h
<<_ACEOF
13179 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13182 OPENAL_LIBS
="-lopenal"
13184 ac_cv_lib_openal
=yes
13186 cat >>confdefs.h
<<_ACEOF
13187 #define HAVE_OPENAL 1
13192 if test "x$ac_cv_lib_openal" != xyes
; then :
13193 case "x$with_openal" in
13194 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13196 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13197 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13200 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13202 if test "$ac_cv_header_kstat_h" = "yes"
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13205 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13206 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13207 $as_echo_n "(cached) " >&6
13209 ac_check_lib_save_LIBS
=$LIBS
13210 LIBS
="-lkstat $LIBS"
13211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13212 /* end confdefs.h. */
13214 /* Override any GCC internal prototype to avoid an error.
13215 Use char because int might match the return type of a GCC
13216 builtin and then its argument prototype would still apply. */
13220 char kstat_open ();
13224 return kstat_open ();
13229 if ac_fn_c_try_link
"$LINENO"; then :
13230 ac_cv_lib_kstat_kstat_open
=yes
13232 ac_cv_lib_kstat_kstat_open
=no
13234 rm -f core conftest.err conftest.
$ac_objext \
13235 conftest
$ac_exeext conftest.
$ac_ext
13236 LIBS
=$ac_check_lib_save_LIBS
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13239 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13240 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13242 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13244 KSTAT_LIBS
="-lkstat"
13250 if test "$ac_cv_header_libprocstat_h" = "yes"
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13253 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13254 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13255 $as_echo_n "(cached) " >&6
13257 ac_check_lib_save_LIBS
=$LIBS
13258 LIBS
="-lprocstat $LIBS"
13259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13260 /* end confdefs.h. */
13262 /* Override any GCC internal prototype to avoid an error.
13263 Use char because int might match the return type of a GCC
13264 builtin and then its argument prototype would still apply. */
13268 char procstat_open_sysctl ();
13272 return procstat_open_sysctl ();
13277 if ac_fn_c_try_link
"$LINENO"; then :
13278 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13280 ac_cv_lib_procstat_procstat_open_sysctl
=no
13282 rm -f core conftest.err conftest.
$ac_objext \
13283 conftest
$ac_exeext conftest.
$ac_ext
13284 LIBS
=$ac_check_lib_save_LIBS
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13287 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13288 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13290 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13292 PROCSTAT_LIBS
="-lprocstat"
13298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13299 $as_echo_n "checking for -lodbc... " >&6; }
13300 if ${ac_cv_lib_soname_odbc+:} false
; then :
13301 $as_echo_n "(cached) " >&6
13303 ac_check_soname_save_LIBS
=$LIBS
13304 LIBS
="-lodbc $LIBS"
13305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13306 /* end confdefs.h. */
13308 /* Override any GCC internal prototype to avoid an error.
13309 Use char because int might match the return type of a GCC
13310 builtin and then its argument prototype would still apply. */
13314 char SQLConnect ();
13318 return SQLConnect ();
13323 if ac_fn_c_try_link
"$LINENO"; then :
13325 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13326 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'` ;;
13327 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13328 if ${ac_cv_lib_soname_odbc:+false} :; then :
13329 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13333 rm -f core conftest.err conftest.
$ac_objext \
13334 conftest
$ac_exeext conftest.
$ac_ext
13335 LIBS
=$ac_check_soname_save_LIBS
13337 if ${ac_cv_lib_soname_odbc:+false} :; then :
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13339 $as_echo "not found" >&6; }
13340 cat >>confdefs.h
<<_ACEOF
13341 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13346 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13348 cat >>confdefs.h
<<_ACEOF
13349 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13355 if test "x$with_netapi" != "xno"
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13358 $as_echo_n "checking for -lnetapi... " >&6; }
13359 if ${ac_cv_lib_soname_netapi+:} false
; then :
13360 $as_echo_n "(cached) " >&6
13362 ac_check_soname_save_LIBS
=$LIBS
13363 LIBS
="-lnetapi $LIBS"
13364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13365 /* end confdefs.h. */
13367 /* Override any GCC internal prototype to avoid an error.
13368 Use char because int might match the return type of a GCC
13369 builtin and then its argument prototype would still apply. */
13373 char libnetapi_init ();
13377 return libnetapi_init ();
13382 if ac_fn_c_try_link
"$LINENO"; then :
13384 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13385 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'` ;;
13386 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13387 if ${ac_cv_lib_soname_netapi:+false} :; then :
13388 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13392 rm -f core conftest.err conftest.
$ac_objext \
13393 conftest
$ac_exeext conftest.
$ac_ext
13394 LIBS
=$ac_check_soname_save_LIBS
13396 if ${ac_cv_lib_soname_netapi:+false} :; then :
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13398 $as_echo "not found" >&6; }
13399 cat >>confdefs.h
<<_ACEOF
13400 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13405 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13407 cat >>confdefs.h
<<_ACEOF
13408 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13415 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13416 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13417 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13418 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13420 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13421 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13422 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13424 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13430 if test "x${GCC}" = "xyes"
13432 EXTRACFLAGS
="-Wall -pipe"
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13435 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13436 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13437 $as_echo_n "(cached) " >&6
13439 if test "$cross_compiling" = yes; then :
13440 ac_cv_c_gcc_strength_bug
="yes"
13442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13443 /* end confdefs.h. */
13444 int L[4] = {0,1,2,3};
13448 static int Array[3];
13449 unsigned int B = 3;
13451 for(i=0; i<B; i++) Array[i] = i - 3;
13452 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13454 return (Array[1] != -2 || L[2] != 3)
13459 if ac_fn_c_try_run
"$LINENO"; then :
13460 ac_cv_c_gcc_strength_bug
="no"
13462 ac_cv_c_gcc_strength_bug
="yes"
13464 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13465 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13470 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13471 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13473 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13477 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13478 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13479 $as_echo_n "(cached) " >&6
13481 ac_wine_try_cflags_saved
=$CFLAGS
13482 CFLAGS
="$CFLAGS -fno-builtin"
13483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13484 /* end confdefs.h. */
13485 int main(int argc, char **argv) { return 0; }
13487 if ac_fn_c_try_link
"$LINENO"; then :
13488 ac_cv_cflags__fno_builtin
=yes
13490 ac_cv_cflags__fno_builtin
=no
13492 rm -f core conftest.err conftest.
$ac_objext \
13493 conftest
$ac_exeext conftest.
$ac_ext
13494 CFLAGS
=$ac_wine_try_cflags_saved
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13497 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13498 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13499 BUILTINFLAG
="-fno-builtin"
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13503 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13504 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13505 $as_echo_n "(cached) " >&6
13507 ac_wine_try_cflags_saved
=$CFLAGS
13508 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13510 /* end confdefs.h. */
13511 int main(int argc, char **argv) { return 0; }
13513 if ac_fn_c_try_link
"$LINENO"; then :
13514 ac_cv_cflags__fno_strict_aliasing
=yes
13516 ac_cv_cflags__fno_strict_aliasing
=no
13518 rm -f core conftest.err conftest.
$ac_objext \
13519 conftest
$ac_exeext conftest.
$ac_ext
13520 CFLAGS
=$ac_wine_try_cflags_saved
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13523 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13524 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13525 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13527 saved_CFLAGS
=$CFLAGS
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13529 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13530 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13531 $as_echo_n "(cached) " >&6
13533 ac_wine_try_cflags_saved
=$CFLAGS
13534 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13537 int main(int argc, char **argv) { return 0; }
13539 if ac_fn_c_try_link
"$LINENO"; then :
13540 ac_cv_cflags__Werror_unknown_warning_option
=yes
13542 ac_cv_cflags__Werror_unknown_warning_option
=no
13544 rm -f core conftest.err conftest.
$ac_objext \
13545 conftest
$ac_exeext conftest.
$ac_ext
13546 CFLAGS
=$ac_wine_try_cflags_saved
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13549 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13550 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
13551 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13554 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13555 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13556 $as_echo_n "(cached) " >&6
13558 ac_wine_try_cflags_saved
=$CFLAGS
13559 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13561 /* end confdefs.h. */
13562 int main(int argc, char **argv) { return 0; }
13564 if ac_fn_c_try_link
"$LINENO"; then :
13565 ac_cv_cflags__Wdeclaration_after_statement
=yes
13567 ac_cv_cflags__Wdeclaration_after_statement
=no
13569 rm -f core conftest.err conftest.
$ac_objext \
13570 conftest
$ac_exeext conftest.
$ac_ext
13571 CFLAGS
=$ac_wine_try_cflags_saved
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13574 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13575 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
13576 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13579 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13580 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13581 $as_echo_n "(cached) " >&6
13583 ac_wine_try_cflags_saved
=$CFLAGS
13584 CFLAGS
="$CFLAGS -Wempty-body"
13585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 int main(int argc, char **argv) { return 0; }
13589 if ac_fn_c_try_link
"$LINENO"; then :
13590 ac_cv_cflags__Wempty_body
=yes
13592 ac_cv_cflags__Wempty_body
=no
13594 rm -f core conftest.err conftest.
$ac_objext \
13595 conftest
$ac_exeext conftest.
$ac_ext
13596 CFLAGS
=$ac_wine_try_cflags_saved
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13599 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13600 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
13601 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
13604 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
13605 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
13606 $as_echo_n "(cached) " >&6
13608 ac_wine_try_cflags_saved
=$CFLAGS
13609 CFLAGS
="$CFLAGS -Wignored-qualifiers"
13610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13611 /* end confdefs.h. */
13612 int main(int argc, char **argv) { return 0; }
13614 if ac_fn_c_try_link
"$LINENO"; then :
13615 ac_cv_cflags__Wignored_qualifiers
=yes
13617 ac_cv_cflags__Wignored_qualifiers
=no
13619 rm -f core conftest.err conftest.
$ac_objext \
13620 conftest
$ac_exeext conftest.
$ac_ext
13621 CFLAGS
=$ac_wine_try_cflags_saved
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
13624 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
13625 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
13626 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
13629 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
13630 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
13631 $as_echo_n "(cached) " >&6
13633 ac_wine_try_cflags_saved
=$CFLAGS
13634 CFLAGS
="$CFLAGS -Wstrict-prototypes"
13635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13636 /* end confdefs.h. */
13637 int main(int argc, char **argv) { return 0; }
13639 if ac_fn_c_try_link
"$LINENO"; then :
13640 ac_cv_cflags__Wstrict_prototypes
=yes
13642 ac_cv_cflags__Wstrict_prototypes
=no
13644 rm -f core conftest.err conftest.
$ac_objext \
13645 conftest
$ac_exeext conftest.
$ac_ext
13646 CFLAGS
=$ac_wine_try_cflags_saved
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
13649 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
13650 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
13651 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
13654 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
13655 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
13656 $as_echo_n "(cached) " >&6
13658 ac_wine_try_cflags_saved
=$CFLAGS
13659 CFLAGS
="$CFLAGS -Wtype-limits"
13660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13661 /* end confdefs.h. */
13662 int main(int argc, char **argv) { return 0; }
13664 if ac_fn_c_try_link
"$LINENO"; then :
13665 ac_cv_cflags__Wtype_limits
=yes
13667 ac_cv_cflags__Wtype_limits
=no
13669 rm -f core conftest.err conftest.
$ac_objext \
13670 conftest
$ac_exeext conftest.
$ac_ext
13671 CFLAGS
=$ac_wine_try_cflags_saved
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
13674 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
13675 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
13676 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
13679 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
13680 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
13681 $as_echo_n "(cached) " >&6
13683 ac_wine_try_cflags_saved
=$CFLAGS
13684 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
13685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13686 /* end confdefs.h. */
13687 int main(int argc, char **argv) { return 0; }
13689 if ac_fn_c_try_link
"$LINENO"; then :
13690 ac_cv_cflags__Wunused_but_set_parameter
=yes
13692 ac_cv_cflags__Wunused_but_set_parameter
=no
13694 rm -f core conftest.err conftest.
$ac_objext \
13695 conftest
$ac_exeext conftest.
$ac_ext
13696 CFLAGS
=$ac_wine_try_cflags_saved
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
13699 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
13700 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
13701 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
13704 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
13705 if ${ac_cv_cflags__Wvla+:} false
; then :
13706 $as_echo_n "(cached) " >&6
13708 ac_wine_try_cflags_saved
=$CFLAGS
13709 CFLAGS
="$CFLAGS -Wvla"
13710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13712 int main(int argc, char **argv) { return 0; }
13714 if ac_fn_c_try_link
"$LINENO"; then :
13715 ac_cv_cflags__Wvla
=yes
13717 ac_cv_cflags__Wvla
=no
13719 rm -f core conftest.err conftest.
$ac_objext \
13720 conftest
$ac_exeext conftest.
$ac_ext
13721 CFLAGS
=$ac_wine_try_cflags_saved
13723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
13724 $as_echo "$ac_cv_cflags__Wvla" >&6; }
13725 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
13726 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
13729 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
13730 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
13731 $as_echo_n "(cached) " >&6
13733 ac_wine_try_cflags_saved
=$CFLAGS
13734 CFLAGS
="$CFLAGS -Wwrite-strings"
13735 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13736 /* end confdefs.h. */
13737 int main(int argc, char **argv) { return 0; }
13739 if ac_fn_c_try_link
"$LINENO"; then :
13740 ac_cv_cflags__Wwrite_strings
=yes
13742 ac_cv_cflags__Wwrite_strings
=no
13744 rm -f core conftest.err conftest.
$ac_objext \
13745 conftest
$ac_exeext conftest.
$ac_ext
13746 CFLAGS
=$ac_wine_try_cflags_saved
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
13749 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
13750 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
13751 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
13755 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
13756 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
13757 $as_echo_n "(cached) " >&6
13759 ac_wine_try_cflags_saved
=$CFLAGS
13760 CFLAGS
="$CFLAGS -Wpointer-arith"
13761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13762 /* end confdefs.h. */
13763 int main(int argc, char **argv) { return 0; }
13765 if ac_fn_c_try_link
"$LINENO"; then :
13766 ac_cv_cflags__Wpointer_arith
=yes
13768 ac_cv_cflags__Wpointer_arith
=no
13770 rm -f core conftest.err conftest.
$ac_objext \
13771 conftest
$ac_exeext conftest.
$ac_ext
13772 CFLAGS
=$ac_wine_try_cflags_saved
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
13775 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
13776 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
13777 saved_string_h_CFLAGS
=$CFLAGS
13778 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
13780 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
13781 if ${ac_cv_c_string_h_warnings+:} false
; then :
13782 $as_echo_n "(cached) " >&6
13784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13785 /* end confdefs.h. */
13786 #include <string.h>
13795 if ac_fn_c_try_compile
"$LINENO"; then :
13796 ac_cv_c_string_h_warnings
=no
13798 ac_cv_c_string_h_warnings
=yes
13800 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
13803 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
13804 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
13805 CFLAGS
=$saved_string_h_CFLAGS
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
13809 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
13810 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
13811 $as_echo_n "(cached) " >&6
13813 ac_wine_try_cflags_saved
=$CFLAGS
13814 CFLAGS
="$CFLAGS -Wlogical-op"
13815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13816 /* end confdefs.h. */
13817 int main(int argc, char **argv) { return 0; }
13819 if ac_fn_c_try_link
"$LINENO"; then :
13820 ac_cv_cflags__Wlogical_op
=yes
13822 ac_cv_cflags__Wlogical_op
=no
13824 rm -f core conftest.err conftest.
$ac_objext \
13825 conftest
$ac_exeext conftest.
$ac_ext
13826 CFLAGS
=$ac_wine_try_cflags_saved
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
13829 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
13830 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
13831 saved_string_h_CFLAGS
=$CFLAGS
13832 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
13834 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
13835 if ${ac_cv_c_logicalop_noisy+:} false
; then :
13836 $as_echo_n "(cached) " >&6
13838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13839 /* end confdefs.h. */
13840 #include <string.h>
13841 char*f(const char *h,char n) {return strchr(h,n);}
13850 if ac_fn_c_try_compile
"$LINENO"; then :
13851 ac_cv_c_logicalop_noisy
=no
13853 ac_cv_c_logicalop_noisy
=yes
13855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
13858 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
13859 CFLAGS
=$saved_string_h_CFLAGS
13860 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
13863 CFLAGS
=$saved_CFLAGS
13865 for ac_flag
in $CFLAGS; do
13867 -g) case $host_os in
13868 darwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
13869 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
13870 if ${ac_cv_cflags__gstabsp+:} false
; then :
13871 $as_echo_n "(cached) " >&6
13873 ac_wine_try_cflags_saved
=$CFLAGS
13874 CFLAGS
="$CFLAGS -gstabs+"
13875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13876 /* end confdefs.h. */
13877 int main(int argc, char **argv) { return 0; }
13879 if ac_fn_c_try_link
"$LINENO"; then :
13880 ac_cv_cflags__gstabsp
=yes
13882 ac_cv_cflags__gstabsp
=no
13884 rm -f core conftest.err conftest.
$ac_objext \
13885 conftest
$ac_exeext conftest.
$ac_ext
13886 CFLAGS
=$ac_wine_try_cflags_saved
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
13889 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
13890 if test "x$ac_cv_cflags__gstabsp" = xyes
; then :
13891 EXTRACFLAGS
="$EXTRACFLAGS -gstabs+"
13893 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
13894 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
13895 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
13896 $as_echo_n "(cached) " >&6
13898 ac_wine_try_cflags_saved
=$CFLAGS
13899 CFLAGS
="$CFLAGS -gdwarf-2"
13900 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13901 /* end confdefs.h. */
13902 int main(int argc, char **argv) { return 0; }
13904 if ac_fn_c_try_link
"$LINENO"; then :
13905 ac_cv_cflags__gdwarf_2
=yes
13907 ac_cv_cflags__gdwarf_2
=no
13909 rm -f core conftest.err conftest.
$ac_objext \
13910 conftest
$ac_exeext conftest.
$ac_ext
13911 CFLAGS
=$ac_wine_try_cflags_saved
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
13914 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
13915 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
13916 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
13919 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
13920 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
13921 $as_echo_n "(cached) " >&6
13923 ac_wine_try_cflags_saved
=$CFLAGS
13924 CFLAGS
="$CFLAGS -gstrict-dwarf"
13925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13926 /* end confdefs.h. */
13927 int main(int argc, char **argv) { return 0; }
13929 if ac_fn_c_try_link
"$LINENO"; then :
13930 ac_cv_cflags__gstrict_dwarf
=yes
13932 ac_cv_cflags__gstrict_dwarf
=no
13934 rm -f core conftest.err conftest.
$ac_objext \
13935 conftest
$ac_exeext conftest.
$ac_ext
13936 CFLAGS
=$ac_wine_try_cflags_saved
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
13939 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
13940 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
13941 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
13948 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
13949 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
13950 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
13951 $as_echo_n "(cached) " >&6
13953 ac_wine_try_cflags_saved
=$CFLAGS
13954 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
13955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13956 /* end confdefs.h. */
13957 int main(int argc, char **argv) { return 0; }
13959 if ac_fn_c_try_link
"$LINENO"; then :
13960 ac_cv_cflags__fno_omit_frame_pointer
=yes
13962 ac_cv_cflags__fno_omit_frame_pointer
=no
13964 rm -f core conftest.err conftest.
$ac_objext \
13965 conftest
$ac_exeext conftest.
$ac_ext
13966 CFLAGS
=$ac_wine_try_cflags_saved
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
13969 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
13970 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
13971 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
13976 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
13977 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
13978 if ${ac_cv_cflags__Wno_format+:} false
; then :
13979 $as_echo_n "(cached) " >&6
13981 ac_wine_try_cflags_saved
=$CFLAGS
13982 CFLAGS
="$CFLAGS -Wno-format"
13983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13984 /* end confdefs.h. */
13985 int main(int argc, char **argv) { return 0; }
13987 if ac_fn_c_try_link
"$LINENO"; then :
13988 ac_cv_cflags__Wno_format
=yes
13990 ac_cv_cflags__Wno_format
=no
13992 rm -f core conftest.err conftest.
$ac_objext \
13993 conftest
$ac_exeext conftest.
$ac_ext
13994 CFLAGS
=$ac_wine_try_cflags_saved
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
13997 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
13998 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
13999 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14003 if test "x$enable_maintainer_mode" = "xyes"
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14006 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14007 if ${ac_cv_cflags__Werror+:} false
; then :
14008 $as_echo_n "(cached) " >&6
14010 ac_wine_try_cflags_saved
=$CFLAGS
14011 CFLAGS
="$CFLAGS -Werror"
14012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14013 /* end confdefs.h. */
14014 int main(int argc, char **argv) { return 0; }
14016 if ac_fn_c_try_link
"$LINENO"; then :
14017 ac_cv_cflags__Werror
=yes
14019 ac_cv_cflags__Werror
=no
14021 rm -f core conftest.err conftest.
$ac_objext \
14022 conftest
$ac_exeext conftest.
$ac_ext
14023 CFLAGS
=$ac_wine_try_cflags_saved
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14026 $as_echo "$ac_cv_cflags__Werror" >&6; }
14027 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14028 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14032 saved_CFLAGS
="$CFLAGS"
14033 CFLAGS
="$CFLAGS -Werror"
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14035 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14036 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14037 $as_echo_n "(cached) " >&6
14039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14040 /* end confdefs.h. */
14041 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14050 if ac_fn_c_try_compile
"$LINENO"; then :
14051 ac_cv_have_ms_hook_prologue
="yes"
14053 ac_cv_have_ms_hook_prologue
="no"
14055 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14058 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14059 CFLAGS
="$saved_CFLAGS"
14060 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14063 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14066 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14073 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14074 if ${ac_cv_c_fortify_enabled+:} false
; then :
14075 $as_echo_n "(cached) " >&6
14077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14078 /* end confdefs.h. */
14079 #include <string.h>
14083 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14084 #error Fortify enabled
14090 if ac_fn_c_try_compile
"$LINENO"; then :
14091 ac_cv_c_fortify_enabled
=no
14093 ac_cv_c_fortify_enabled
=yes
14095 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14098 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14099 if test "$ac_cv_c_fortify_enabled" = yes
14101 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14106 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14107 if ${ac_cv_c_extern_prefix+:} false
; then :
14108 $as_echo_n "(cached) " >&6
14110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14111 /* end confdefs.h. */
14112 extern int ac_test;
14116 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14121 if ac_fn_c_try_link
"$LINENO"; then :
14122 ac_cv_c_extern_prefix
="yes"
14124 ac_cv_c_extern_prefix
="no"
14126 rm -f core conftest.err conftest.
$ac_objext \
14127 conftest
$ac_exeext conftest.
$ac_ext
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14130 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14135 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14136 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14137 $as_echo_n "(cached) " >&6
14139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14140 /* end confdefs.h. */
14142 #define __stdcall __attribute__((__stdcall__))
14144 int __stdcall ac_test(int i) { return i; }
14148 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14153 if ac_fn_c_try_link
"$LINENO"; then :
14154 ac_cv_c_stdcall_suffix
="yes"
14156 ac_cv_c_stdcall_suffix
="no"
14158 rm -f core conftest.err conftest.
$ac_objext \
14159 conftest
$ac_exeext conftest.
$ac_ext
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14162 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14163 *) ac_cv_c_stdcall_suffix
="no" ;;
14167 if test "$ac_cv_c_extern_prefix" = "yes"
14169 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14171 asm_name_prefix
="_"
14173 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14179 if test "$ac_cv_c_stdcall_suffix" = "yes"
14181 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14184 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14190 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14191 if ${ac_cv_asm_func_def+:} false
; then :
14192 $as_echo_n "(cached) " >&6
14194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14200 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14205 if ac_fn_c_try_link
"$LINENO"; then :
14206 ac_cv_asm_func_def
=".def"
14208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14209 /* end confdefs.h. */
14214 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14219 if ac_fn_c_try_link
"$LINENO"; then :
14220 ac_cv_asm_func_def
=".type @function"
14222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14223 /* end confdefs.h. */
14228 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14233 if ac_fn_c_try_link
"$LINENO"; then :
14234 ac_cv_asm_func_def
=".type 2"
14236 ac_cv_asm_func_def
="unknown"
14238 rm -f core conftest.err conftest.
$ac_objext \
14239 conftest
$ac_exeext conftest.
$ac_ext
14241 rm -f core conftest.err conftest.
$ac_objext \
14242 conftest
$ac_exeext conftest.
$ac_ext
14244 rm -f core conftest.err conftest.
$ac_objext \
14245 conftest
$ac_exeext conftest.
$ac_ext
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14248 $as_echo "$ac_cv_asm_func_def" >&6; }
14251 case "$ac_cv_asm_func_def" in
14253 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14255 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14257 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14259 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14261 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14263 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14265 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14267 asm_func_header
="" ;;
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14271 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14272 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14273 $as_echo_n "(cached) " >&6
14275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14277 asm(".text\n\t.long 0");
14286 if ac_fn_c_try_compile
"$LINENO"; then :
14287 ac_cv_c_asm_outside_funcs
="yes"
14289 ac_cv_c_asm_outside_funcs
="no"
14291 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14294 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14297 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14298 if ${ac_cv_c_dot_previous+:} false
; then :
14299 $as_echo_n "(cached) " >&6
14301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14302 /* end confdefs.h. */
14307 asm(".text\nac_test:\t.long 0\n\t.previous");
14312 if ac_fn_c_try_link
"$LINENO"; then :
14313 ac_cv_c_dot_previous
="yes"
14315 ac_cv_c_dot_previous
="no"
14317 rm -f core conftest.err conftest.
$ac_objext \
14318 conftest
$ac_exeext conftest.
$ac_ext
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14321 $as_echo "$ac_cv_c_dot_previous" >&6; }
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14324 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14325 if ${ac_cv_c_cfi_support+:} false
; then :
14326 $as_echo_n "(cached) " >&6
14328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14329 /* end confdefs.h. */
14330 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14339 if ac_fn_c_try_compile
"$LINENO"; then :
14340 ac_cv_c_cfi_support
="yes"
14342 ac_cv_c_cfi_support
="no"
14344 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14347 $as_echo "$ac_cv_c_cfi_support" >&6; }
14349 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14350 asm_func_trailer
=""
14351 if test "$ac_cv_c_dot_previous" = "yes"
14353 asm_func_trailer
="\\n\\t.previous"
14355 if test "$ac_cv_c_cfi_support" = "yes"
14357 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14358 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14360 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14362 UNWINDFLAGS
=-fasynchronous-unwind-tables
14365 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14369 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14372 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14374 cat >>confdefs.h
<<_ACEOF
14375 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14379 cat >>confdefs.h
<<_ACEOF
14380 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14385 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14388 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14393 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14400 *i
[3456789]86*|x86_64
*)
14401 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14402 loader_programs
="$loader_programs $wine_binary-preloader"
14403 as_fn_append LOADER_RULES
"
14404 $wine_binary-preloader: preloader.o
14405 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14407 install install-lib:: $wine_binary-preloader
14408 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14411 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14413 preloader_EXTRADEFS = $BUILTINFLAG
14418 as_fn_append LOADER_RULES
"
14419 PROGRAMS = $loader_programs
14423 ac_save_CFLAGS
="$CFLAGS"
14424 CFLAGS
="$CFLAGS $BUILTINFLAG"
14501 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14502 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14503 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14504 cat >>confdefs.h
<<_ACEOF
14505 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14511 CFLAGS
="$ac_save_CFLAGS"
14513 if test "$ac_cv_func_dlopen" = no
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14516 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14517 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14518 $as_echo_n "(cached) " >&6
14520 ac_check_lib_save_LIBS
=$LIBS
14522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14523 /* end confdefs.h. */
14525 /* Override any GCC internal prototype to avoid an error.
14526 Use char because int might match the return type of a GCC
14527 builtin and then its argument prototype would still apply. */
14540 if ac_fn_c_try_link
"$LINENO"; then :
14541 ac_cv_lib_dl_dlopen
=yes
14543 ac_cv_lib_dl_dlopen
=no
14545 rm -f core conftest.err conftest.
$ac_objext \
14546 conftest
$ac_exeext conftest.
$ac_ext
14547 LIBS
=$ac_check_lib_save_LIBS
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14550 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14551 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14552 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14558 ac_wine_check_funcs_save_LIBS
="$LIBS"
14559 LIBS
="$LIBS $DL_LIBS"
14560 for ac_func
in dladdr
14562 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14563 if test "x$ac_cv_func_dladdr" = xyes
; then :
14564 cat >>confdefs.h
<<_ACEOF
14565 #define HAVE_DLADDR 1
14571 LIBS
="$ac_wine_check_funcs_save_LIBS"
14573 if test "$ac_cv_func_poll" = no
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14576 $as_echo_n "checking for poll in -lpoll... " >&6; }
14577 if ${ac_cv_lib_poll_poll+:} false
; then :
14578 $as_echo_n "(cached) " >&6
14580 ac_check_lib_save_LIBS
=$LIBS
14581 LIBS
="-lpoll $LIBS"
14582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14583 /* end confdefs.h. */
14585 /* Override any GCC internal prototype to avoid an error.
14586 Use char because int might match the return type of a GCC
14587 builtin and then its argument prototype would still apply. */
14600 if ac_fn_c_try_link
"$LINENO"; then :
14601 ac_cv_lib_poll_poll
=yes
14603 ac_cv_lib_poll_poll
=no
14605 rm -f core conftest.err conftest.
$ac_objext \
14606 conftest
$ac_exeext conftest.
$ac_ext
14607 LIBS
=$ac_check_lib_save_LIBS
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14610 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14611 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14612 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14620 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14621 if ${ac_cv_search_gethostbyname+:} false
; then :
14622 $as_echo_n "(cached) " >&6
14624 ac_func_search_save_LIBS
=$LIBS
14625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14626 /* end confdefs.h. */
14628 /* Override any GCC internal prototype to avoid an error.
14629 Use char because int might match the return type of a GCC
14630 builtin and then its argument prototype would still apply. */
14634 char gethostbyname ();
14638 return gethostbyname ();
14643 for ac_lib
in '' nsl
; do
14644 if test -z "$ac_lib"; then
14645 ac_res
="none required"
14648 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14650 if ac_fn_c_try_link
"$LINENO"; then :
14651 ac_cv_search_gethostbyname
=$ac_res
14653 rm -f core conftest.err conftest.
$ac_objext \
14655 if ${ac_cv_search_gethostbyname+:} false
; then :
14659 if ${ac_cv_search_gethostbyname+:} false
; then :
14662 ac_cv_search_gethostbyname
=no
14664 rm conftest.
$ac_ext
14665 LIBS
=$ac_func_search_save_LIBS
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
14668 $as_echo "$ac_cv_search_gethostbyname" >&6; }
14669 ac_res
=$ac_cv_search_gethostbyname
14670 if test "$ac_res" != no
; then :
14671 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
14677 $as_echo_n "checking for library containing connect... " >&6; }
14678 if ${ac_cv_search_connect+:} false
; then :
14679 $as_echo_n "(cached) " >&6
14681 ac_func_search_save_LIBS
=$LIBS
14682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14683 /* end confdefs.h. */
14685 /* Override any GCC internal prototype to avoid an error.
14686 Use char because int might match the return type of a GCC
14687 builtin and then its argument prototype would still apply. */
14700 for ac_lib
in '' socket
; do
14701 if test -z "$ac_lib"; then
14702 ac_res
="none required"
14705 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14707 if ac_fn_c_try_link
"$LINENO"; then :
14708 ac_cv_search_connect
=$ac_res
14710 rm -f core conftest.err conftest.
$ac_objext \
14712 if ${ac_cv_search_connect+:} false
; then :
14716 if ${ac_cv_search_connect+:} false
; then :
14719 ac_cv_search_connect
=no
14721 rm conftest.
$ac_ext
14722 LIBS
=$ac_func_search_save_LIBS
14724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
14725 $as_echo "$ac_cv_search_connect" >&6; }
14726 ac_res
=$ac_cv_search_connect
14727 if test "$ac_res" != no
; then :
14728 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
14734 $as_echo_n "checking for library containing inet_aton... " >&6; }
14735 if ${ac_cv_search_inet_aton+:} false
; then :
14736 $as_echo_n "(cached) " >&6
14738 ac_func_search_save_LIBS
=$LIBS
14739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14740 /* end confdefs.h. */
14742 /* Override any GCC internal prototype to avoid an error.
14743 Use char because int might match the return type of a GCC
14744 builtin and then its argument prototype would still apply. */
14752 return inet_aton ();
14757 for ac_lib
in '' resolv
; do
14758 if test -z "$ac_lib"; then
14759 ac_res
="none required"
14762 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14764 if ac_fn_c_try_link
"$LINENO"; then :
14765 ac_cv_search_inet_aton
=$ac_res
14767 rm -f core conftest.err conftest.
$ac_objext \
14769 if ${ac_cv_search_inet_aton+:} false
; then :
14773 if ${ac_cv_search_inet_aton+:} false
; then :
14776 ac_cv_search_inet_aton
=no
14778 rm conftest.
$ac_ext
14779 LIBS
=$ac_func_search_save_LIBS
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
14782 $as_echo "$ac_cv_search_inet_aton" >&6; }
14783 ac_res
=$ac_cv_search_inet_aton
14784 if test "$ac_res" != no
; then :
14785 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14805 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14806 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14807 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14808 cat >>confdefs.h
<<_ACEOF
14809 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
14818 $as_echo_n "checking for library containing clock_gettime... " >&6; }
14819 if ${ac_cv_search_clock_gettime+:} false
; then :
14820 $as_echo_n "(cached) " >&6
14822 ac_func_search_save_LIBS
=$LIBS
14823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14824 /* end confdefs.h. */
14826 /* Override any GCC internal prototype to avoid an error.
14827 Use char because int might match the return type of a GCC
14828 builtin and then its argument prototype would still apply. */
14832 char clock_gettime ();
14836 return clock_gettime ();
14841 for ac_lib
in '' rt
; do
14842 if test -z "$ac_lib"; then
14843 ac_res
="none required"
14846 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14848 if ac_fn_c_try_link
"$LINENO"; then :
14849 ac_cv_search_clock_gettime
=$ac_res
14851 rm -f core conftest.err conftest.
$ac_objext \
14853 if ${ac_cv_search_clock_gettime+:} false
; then :
14857 if ${ac_cv_search_clock_gettime+:} false
; then :
14860 ac_cv_search_clock_gettime
=no
14862 rm conftest.
$ac_ext
14863 LIBS
=$ac_func_search_save_LIBS
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
14866 $as_echo "$ac_cv_search_clock_gettime" >&6; }
14867 ac_res
=$ac_cv_search_clock_gettime
14868 if test "$ac_res" != no
; then :
14869 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14871 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
14873 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
14881 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
14883 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
14885 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
14886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
14887 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
14888 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
14889 $as_echo_n "(cached) " >&6
14891 ac_check_lib_save_LIBS
=$LIBS
14892 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
14893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14894 /* end confdefs.h. */
14896 /* Override any GCC internal prototype to avoid an error.
14897 Use char because int might match the return type of a GCC
14898 builtin and then its argument prototype would still apply. */
14902 char ldap_initialize ();
14906 return ldap_initialize ();
14911 if ac_fn_c_try_link
"$LINENO"; then :
14912 ac_cv_lib_ldap_r_ldap_initialize
=yes
14914 ac_cv_lib_ldap_r_ldap_initialize
=no
14916 rm -f core conftest.err conftest.
$ac_objext \
14917 conftest
$ac_exeext conftest.
$ac_ext
14918 LIBS
=$ac_check_lib_save_LIBS
14920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
14921 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
14922 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
14924 $as_echo_n "checking for ber_init in -llber... " >&6; }
14925 if ${ac_cv_lib_lber_ber_init+:} false
; then :
14926 $as_echo_n "(cached) " >&6
14928 ac_check_lib_save_LIBS
=$LIBS
14929 LIBS
="-llber $PTHREAD_LIBS $LIBS"
14930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14933 /* Override any GCC internal prototype to avoid an error.
14934 Use char because int might match the return type of a GCC
14935 builtin and then its argument prototype would still apply. */
14943 return ber_init ();
14948 if ac_fn_c_try_link
"$LINENO"; then :
14949 ac_cv_lib_lber_ber_init
=yes
14951 ac_cv_lib_lber_ber_init
=no
14953 rm -f core conftest.err conftest.
$ac_objext \
14954 conftest
$ac_exeext conftest.
$ac_ext
14955 LIBS
=$ac_check_lib_save_LIBS
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
14958 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
14959 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
14961 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
14963 LDAP_LIBS
="-lldap_r -llber"
14970 ac_wine_check_funcs_save_LIBS
="$LIBS"
14971 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
14973 ldap_count_references \
14974 ldap_first_reference \
14975 ldap_next_reference \
14976 ldap_parse_reference \
14977 ldap_parse_sort_control \
14978 ldap_parse_sortresponse_control \
14979 ldap_parse_vlv_control \
14980 ldap_parse_vlvresponse_control
14982 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14983 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14984 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14985 cat >>confdefs.h
<<_ACEOF
14986 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14992 LIBS
="$ac_wine_check_funcs_save_LIBS"
14994 if test "x$LDAP_LIBS" = "x"; then :
14995 case "x$with_ldap" in
14996 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
14998 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
14999 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15004 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15005 if ${wine_cv_one_arg_mkdir+:} false
; then :
15006 $as_echo_n "(cached) " >&6
15008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15009 /* end confdefs.h. */
15010 #include <sys/stat.h>
15019 if ac_fn_c_try_compile
"$LINENO"; then :
15020 wine_cv_one_arg_mkdir
=yes
15022 wine_cv_one_arg_mkdir
=no
15024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15027 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15028 if test "$wine_cv_one_arg_mkdir" = "yes"
15031 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15036 $as_echo_n "checking for sched_setaffinity... " >&6; }
15037 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15038 $as_echo_n "(cached) " >&6
15040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15041 /* end confdefs.h. */
15042 #define _GNU_SOURCE
15047 sched_setaffinity(0, 0, 0);
15052 if ac_fn_c_try_link
"$LINENO"; then :
15053 wine_cv_have_sched_setaffinity
=yes
15055 wine_cv_have_sched_setaffinity
=no
15057 rm -f core conftest.err conftest.
$ac_objext \
15058 conftest
$ac_exeext conftest.
$ac_ext
15060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15061 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15062 if test "$wine_cv_have_sched_setaffinity" = "yes"
15065 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15070 $as_echo_n "checking for fallocate... " >&6; }
15071 if ${wine_cv_have_fallocate+:} false
; then :
15072 $as_echo_n "(cached) " >&6
15074 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15075 /* end confdefs.h. */
15076 #define _GNU_SOURCE
15081 fallocate(-1, 0, 0, 0);
15086 if ac_fn_c_try_link
"$LINENO"; then :
15087 wine_cv_have_fallocate
=yes
15089 wine_cv_have_fallocate
=no
15091 rm -f core conftest.err conftest.
$ac_objext \
15092 conftest
$ac_exeext conftest.
$ac_ext
15094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15095 $as_echo "$wine_cv_have_fallocate" >&6; }
15096 if test "$wine_cv_have_fallocate" = "yes"
15099 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15105 $as_echo_n "checking for inline... " >&6; }
15106 if ${ac_cv_c_inline+:} false
; then :
15107 $as_echo_n "(cached) " >&6
15110 for ac_kw
in inline __inline__ __inline
; do
15111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15112 /* end confdefs.h. */
15113 #ifndef __cplusplus
15115 static $ac_kw foo_t static_foo () {return 0; }
15116 $ac_kw foo_t foo () {return 0; }
15120 if ac_fn_c_try_compile
"$LINENO"; then :
15121 ac_cv_c_inline
=$ac_kw
15123 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15124 test "$ac_cv_c_inline" != no
&& break
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15129 $as_echo "$ac_cv_c_inline" >&6; }
15131 case $ac_cv_c_inline in
15134 case $ac_cv_c_inline in
15136 *) ac_val
=$ac_cv_c_inline;;
15138 cat >>confdefs.h
<<_ACEOF
15139 #ifndef __cplusplus
15140 #define inline $ac_val
15146 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15147 if test "x$ac_cv_type_mode_t" = xyes
; then :
15149 cat >>confdefs.h
<<_ACEOF
15150 #define HAVE_MODE_T 1
15155 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15156 if test "x$ac_cv_type_off_t" = xyes
; then :
15158 cat >>confdefs.h
<<_ACEOF
15159 #define HAVE_OFF_T 1
15164 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15165 if test "x$ac_cv_type_pid_t" = xyes
; then :
15167 cat >>confdefs.h
<<_ACEOF
15168 #define HAVE_PID_T 1
15173 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15174 if test "x$ac_cv_type_size_t" = xyes
; then :
15176 cat >>confdefs.h
<<_ACEOF
15177 #define HAVE_SIZE_T 1
15182 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15183 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15185 cat >>confdefs.h
<<_ACEOF
15186 #define HAVE_SSIZE_T 1
15191 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15192 if test "x$ac_cv_type_long_long" = xyes
; then :
15194 cat >>confdefs.h
<<_ACEOF
15195 #define HAVE_LONG_LONG 1
15200 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15201 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15203 cat >>confdefs.h
<<_ACEOF
15204 #define HAVE_FSBLKCNT_T 1
15209 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15210 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15212 cat >>confdefs.h
<<_ACEOF
15213 #define HAVE_FSFILCNT_T 1
15219 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15220 #include <signal.h>
15222 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15224 cat >>confdefs.h
<<_ACEOF
15225 #define HAVE_SIGSET_T 1
15231 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15233 if test "x$ac_cv_type_request_sense" = xyes
; then :
15235 cat >>confdefs.h
<<_ACEOF
15236 #define HAVE_REQUEST_SENSE 1
15243 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15244 #ifdef HAVE_SYS_SOCKET_H
15245 #include <sys/socket.h>
15247 #ifdef HAVE_SYS_SOCKETVAR_H
15248 #include <sys/socketvar.h>
15250 #ifdef HAVE_NET_ROUTE_H
15251 #include <net/route.h>
15253 #ifdef HAVE_NETINET_IN_H
15254 #include <netinet/in.h>
15256 #ifdef HAVE_NETINET_IN_SYSTM_H
15257 #include <netinet/in_systm.h>
15259 #ifdef HAVE_NETINET_IP_H
15260 #include <netinet/ip.h>
15262 #ifdef HAVE_NETINET_IN_PCB_H
15263 #include <netinet/in_pcb.h>
15266 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15268 cat >>confdefs.h
<<_ACEOF
15269 #define HAVE_STRUCT_XINPGEN 1
15276 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15279 #ifdef HAVE_SYS_LINK_H
15280 #include <sys/link.h>
15283 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15285 cat >>confdefs.h
<<_ACEOF
15286 #define HAVE_STRUCT_R_DEBUG 1
15291 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15294 #ifdef HAVE_SYS_LINK_H
15295 #include <sys/link.h>
15298 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15300 cat >>confdefs.h
<<_ACEOF
15301 #define HAVE_STRUCT_LINK_MAP 1
15308 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15309 #include <linux/input.h>
15312 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15314 cat >>confdefs.h
<<_ACEOF
15315 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15323 $as_echo_n "checking for sigaddset... " >&6; }
15324 if ${wine_cv_have_sigaddset+:} false
; then :
15325 $as_echo_n "(cached) " >&6
15327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15328 /* end confdefs.h. */
15329 #include <signal.h>
15333 sigset_t set; sigaddset(&set,SIGTERM);
15338 if ac_fn_c_try_link
"$LINENO"; then :
15339 wine_cv_have_sigaddset
=yes
15341 wine_cv_have_sigaddset
=no
15343 rm -f core conftest.err conftest.
$ac_objext \
15344 conftest
$ac_exeext conftest.
$ac_ext
15346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15347 $as_echo "$wine_cv_have_sigaddset" >&6; }
15348 if test "$wine_cv_have_sigaddset" = "yes"
15351 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15357 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15358 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15359 $as_echo_n "(cached) " >&6
15361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15362 /* end confdefs.h. */
15370 struct hostent *result;
15377 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15378 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15384 if ac_fn_c_try_link
"$LINENO"; then :
15385 wine_cv_linux_gethostbyname_r_6
=yes
15387 wine_cv_linux_gethostbyname_r_6
=no
15390 rm -f core conftest.err conftest.
$ac_objext \
15391 conftest
$ac_exeext conftest.
$ac_ext
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15395 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15396 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15399 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15403 if test "$ac_cv_header_linux_joystick_h" = "yes"
15405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15406 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15407 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15408 $as_echo_n "(cached) " >&6
15410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15411 /* end confdefs.h. */
15413 #include <sys/ioctl.h>
15414 #include <sys/types.h>
15415 #include <linux/joystick.h>
15417 struct js_event blub;
15418 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15419 #error "no 2.2 header"
15430 if ac_fn_c_try_compile
"$LINENO"; then :
15431 wine_cv_linux_joystick_22_api
=yes
15433 wine_cv_linux_joystick_22_api
=no
15435 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15439 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15440 if test "$wine_cv_linux_joystick_22_api" = "yes"
15443 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15449 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15450 #ifdef HAVE_SYS_PARAM_H
15451 # include <sys/param.h>
15453 #ifdef HAVE_SYS_MOUNT_H
15454 # include <sys/mount.h>
15456 #ifdef HAVE_SYS_VFS_H
15457 # include <sys/vfs.h>
15459 #ifdef HAVE_SYS_STATFS_H
15460 # include <sys/statfs.h>
15463 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15465 cat >>confdefs.h
<<_ACEOF
15466 #define HAVE_STRUCT_STATFS_F_BFREE 1
15471 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15472 #ifdef HAVE_SYS_PARAM_H
15473 # include <sys/param.h>
15475 #ifdef HAVE_SYS_MOUNT_H
15476 # include <sys/mount.h>
15478 #ifdef HAVE_SYS_VFS_H
15479 # include <sys/vfs.h>
15481 #ifdef HAVE_SYS_STATFS_H
15482 # include <sys/statfs.h>
15485 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15487 cat >>confdefs.h
<<_ACEOF
15488 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15493 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15494 #ifdef HAVE_SYS_PARAM_H
15495 # include <sys/param.h>
15497 #ifdef HAVE_SYS_MOUNT_H
15498 # include <sys/mount.h>
15500 #ifdef HAVE_SYS_VFS_H
15501 # include <sys/vfs.h>
15503 #ifdef HAVE_SYS_STATFS_H
15504 # include <sys/statfs.h>
15507 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15509 cat >>confdefs.h
<<_ACEOF
15510 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15515 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15516 #ifdef HAVE_SYS_PARAM_H
15517 # include <sys/param.h>
15519 #ifdef HAVE_SYS_MOUNT_H
15520 # include <sys/mount.h>
15522 #ifdef HAVE_SYS_VFS_H
15523 # include <sys/vfs.h>
15525 #ifdef HAVE_SYS_STATFS_H
15526 # include <sys/statfs.h>
15529 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15531 cat >>confdefs.h
<<_ACEOF
15532 #define HAVE_STRUCT_STATFS_F_FFREE 1
15537 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15538 #ifdef HAVE_SYS_PARAM_H
15539 # include <sys/param.h>
15541 #ifdef HAVE_SYS_MOUNT_H
15542 # include <sys/mount.h>
15544 #ifdef HAVE_SYS_VFS_H
15545 # include <sys/vfs.h>
15547 #ifdef HAVE_SYS_STATFS_H
15548 # include <sys/statfs.h>
15551 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15553 cat >>confdefs.h
<<_ACEOF
15554 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15559 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15560 #ifdef HAVE_SYS_PARAM_H
15561 # include <sys/param.h>
15563 #ifdef HAVE_SYS_MOUNT_H
15564 # include <sys/mount.h>
15566 #ifdef HAVE_SYS_VFS_H
15567 # include <sys/vfs.h>
15569 #ifdef HAVE_SYS_STATFS_H
15570 # include <sys/statfs.h>
15573 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15575 cat >>confdefs.h
<<_ACEOF
15576 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15583 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15584 #include <sys/statvfs.h>
15587 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15589 cat >>confdefs.h
<<_ACEOF
15590 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15597 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15598 #include <dirent.h>
15601 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15603 cat >>confdefs.h
<<_ACEOF
15604 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15611 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15612 #ifdef HAVE_SYS_SOCKET_H
15613 # include <sys/socket.h>
15615 #ifdef HAVE_SYS_UN_H
15616 # include <sys/un.h>
15619 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15621 cat >>confdefs.h
<<_ACEOF
15622 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
15627 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
15628 #ifdef HAVE_SYS_SOCKET_H
15629 # include <sys/socket.h>
15631 #ifdef HAVE_SYS_UN_H
15632 # include <sys/un.h>
15635 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
15637 cat >>confdefs.h
<<_ACEOF
15638 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
15643 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
15644 #ifdef HAVE_SYS_SOCKET_H
15645 # include <sys/socket.h>
15647 #ifdef HAVE_SYS_UN_H
15648 # include <sys/un.h>
15651 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
15653 cat >>confdefs.h
<<_ACEOF
15654 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
15661 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
15662 #ifdef HAVE_SCSI_SG_H
15663 #include <scsi/sg.h>
15666 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
15668 cat >>confdefs.h
<<_ACEOF
15669 #define HAVE_SCSIREQ_T_CMD 1
15674 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>
15675 #ifdef HAVE_SCSI_SG_H
15676 #include <scsi/sg.h>
15679 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
15681 cat >>confdefs.h
<<_ACEOF
15682 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
15689 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
15691 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
15693 cat >>confdefs.h
<<_ACEOF
15694 #define HAVE_SIGINFO_T_SI_FD 1
15701 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
15702 #ifdef HAVE_SYS_MTIO_H
15703 #include <sys/mtio.h>
15706 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
15708 cat >>confdefs.h
<<_ACEOF
15709 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
15714 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
15715 #ifdef HAVE_SYS_MTIO_H
15716 #include <sys/mtio.h>
15719 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
15721 cat >>confdefs.h
<<_ACEOF
15722 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
15727 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
15728 #ifdef HAVE_SYS_MTIO_H
15729 #include <sys/mtio.h>
15732 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
15734 cat >>confdefs.h
<<_ACEOF
15735 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
15742 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
15743 #include <getopt.h>
15746 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
15748 cat >>confdefs.h
<<_ACEOF
15749 #define HAVE_STRUCT_OPTION_NAME 1
15756 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
15757 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
15759 cat >>confdefs.h
<<_ACEOF
15760 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15765 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
15766 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
15768 cat >>confdefs.h
<<_ACEOF
15769 #define HAVE_STRUCT_STAT_ST_MTIM 1
15774 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
15775 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
15777 cat >>confdefs.h
<<_ACEOF
15778 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
15783 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
15784 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
15786 cat >>confdefs.h
<<_ACEOF
15787 #define HAVE_STRUCT_STAT_ST_CTIM 1
15792 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
15793 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
15795 cat >>confdefs.h
<<_ACEOF
15796 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
15801 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
15802 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
15804 cat >>confdefs.h
<<_ACEOF
15805 #define HAVE_STRUCT_STAT_ST_ATIM 1
15810 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
15811 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
15813 cat >>confdefs.h
<<_ACEOF
15814 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
15819 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
15820 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
15822 cat >>confdefs.h
<<_ACEOF
15823 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
15828 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
15829 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
15831 cat >>confdefs.h
<<_ACEOF
15832 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
15837 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
15838 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
15840 cat >>confdefs.h
<<_ACEOF
15841 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
15846 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
15847 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
15849 cat >>confdefs.h
<<_ACEOF
15850 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
15855 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
15856 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
15858 cat >>confdefs.h
<<_ACEOF
15859 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
15866 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
15867 #include <sys/types.h>
15869 #ifdef HAVE_NETINET_IN_H
15870 #include <netinet/in.h>
15873 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
15875 cat >>confdefs.h
<<_ACEOF
15876 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
15883 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
15884 #include <resolv.h>
15887 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
15889 cat >>confdefs.h
<<_ACEOF
15890 #define HAVE_STRUCT___RES_STATE 1
15897 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
15898 #include <resolv.h>
15901 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
15903 cat >>confdefs.h
<<_ACEOF
15904 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
15911 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
15912 #include <sys/types.h>
15914 #ifdef HAVE_NETINET_IN_H
15915 # include <netinet/in.h>
15917 #ifdef HAVE_ARPA_NAMESER_H
15918 # include <arpa/nameser.h>
15921 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
15923 cat >>confdefs.h
<<_ACEOF
15924 #define HAVE_NS_MSG__MSG_PTR 1
15931 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
15932 #include <sys/types.h>
15934 #ifdef HAVE_NETINET_IP_H
15935 #include <netinet/ip.h>
15937 #ifdef HAVE_NETINET_IP_ICMP_H
15938 #include <netinet/ip_icmp.h>
15940 #ifdef HAVE_NETINET_ICMP_VAR_H
15941 #include <netinet/icmp_var.h>
15944 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
15946 cat >>confdefs.h
<<_ACEOF
15947 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
15954 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
15955 #include <sys/types.h>
15957 #ifdef HAVE_ALIAS_H
15960 #ifdef HAVE_SYS_SOCKET_H
15961 #include <sys/socket.h>
15963 #ifdef HAVE_SYS_SOCKETVAR_H
15964 #include <sys/socketvar.h>
15966 #ifdef HAVE_SYS_TIMEOUT_H
15967 #include <sys/timeout.h>
15969 #ifdef HAVE_NETINET_IN_H
15970 #include <netinet/in.h>
15972 #ifdef HAVE_NETINET_IN_SYSTM_H
15973 #include <netinet/in_systm.h>
15975 #ifdef HAVE_NETINET_IP_H
15976 #include <netinet/ip.h>
15978 #ifdef HAVE_NETINET_IP_VAR_H
15979 #include <netinet/ip_var.h>
15981 #ifdef HAVE_NETINET_IP_ICMP_H
15982 #include <netinet/ip_icmp.h>
15984 #ifdef HAVE_NETINET_ICMP_VAR_H
15985 #include <netinet/icmp_var.h>
15988 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
15990 cat >>confdefs.h
<<_ACEOF
15991 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
15998 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
15999 #include <sys/types.h>
16001 #ifdef HAVE_SYS_SOCKETVAR_H
16002 #include <sys/socketvar.h>
16004 #ifdef HAVE_NETINET_IN_H
16005 #include <netinet/in.h>
16007 #ifdef HAVE_NETINET_IP_VAR_H
16008 #include <netinet/ip_var.h>
16011 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16013 cat >>confdefs.h
<<_ACEOF
16014 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16021 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
16022 #include <netinet/ip_var.h>
16025 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16027 cat >>confdefs.h
<<_ACEOF
16028 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16035 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16036 #include <sys/types.h>
16038 #ifdef HAVE_SYS_SOCKETVAR_H
16039 #include <sys/socketvar.h>
16041 #ifdef HAVE_NETINET_IN_H
16042 #include <netinet/in.h>
16044 #ifdef HAVE_NETINET_TCP_H
16045 #include <netinet/tcp.h>
16047 #ifdef HAVE_NETINET_TCP_VAR_H
16048 #include <netinet/tcp_var.h>
16051 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16053 cat >>confdefs.h
<<_ACEOF
16054 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16061 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
16062 #include <netinet/tcp_var.h>
16065 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16067 cat >>confdefs.h
<<_ACEOF
16068 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16075 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16076 #include <sys/types.h>
16078 #ifdef HAVE_NETINET_IN_H
16079 #include <netinet/in.h>
16081 #ifdef HAVE_NETINET_IP_VAR_H
16082 #include <netinet/ip_var.h>
16084 #ifdef HAVE_NETINET_UDP_H
16085 #include <netinet/udp.h>
16087 #ifdef HAVE_NETINET_UDP_VAR_H
16088 #include <netinet/udp_var.h>
16091 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16093 cat >>confdefs.h
<<_ACEOF
16094 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16101 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16102 #include <sys/types.h>
16104 #ifdef HAVE_NET_IF_H
16105 # include <net/if.h>
16108 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16110 cat >>confdefs.h
<<_ACEOF
16111 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16119 $as_echo_n "checking for timezone variable... " >&6; }
16120 if ${ac_cv_have_timezone+:} false
; then :
16121 $as_echo_n "(cached) " >&6
16123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16124 /* end confdefs.h. */
16134 if ac_fn_c_try_link
"$LINENO"; then :
16135 ac_cv_have_timezone
="yes"
16137 ac_cv_have_timezone
="no"
16139 rm -f core conftest.err conftest.
$ac_objext \
16140 conftest
$ac_exeext conftest.
$ac_ext
16142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16143 $as_echo "$ac_cv_have_timezone" >&6; }
16144 if test "$ac_cv_have_timezone" = "yes"
16147 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16151 $as_echo_n "checking for daylight variable... " >&6; }
16152 if ${ac_cv_have_daylight+:} false
; then :
16153 $as_echo_n "(cached) " >&6
16155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16156 /* end confdefs.h. */
16166 if ac_fn_c_try_link
"$LINENO"; then :
16167 ac_cv_have_daylight
="yes"
16169 ac_cv_have_daylight
="no"
16171 rm -f core conftest.err conftest.
$ac_objext \
16172 conftest
$ac_exeext conftest.
$ac_ext
16174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16175 $as_echo "$ac_cv_have_daylight" >&6; }
16176 if test "$ac_cv_have_daylight" = "yes"
16179 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16183 ac_save_LIBS
="$LIBS"
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16186 $as_echo_n "checking for isfinite... " >&6; }
16187 if ${ac_cv_have_isfinite+:} false
; then :
16188 $as_echo_n "(cached) " >&6
16190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16191 /* end confdefs.h. */
16192 #define _GNU_SOURCE
16197 float f = 0.0; return isfinite(f)
16202 if ac_fn_c_try_link
"$LINENO"; then :
16203 ac_cv_have_isfinite
="yes"
16205 ac_cv_have_isfinite
="no"
16207 rm -f core conftest.err conftest.
$ac_objext \
16208 conftest
$ac_exeext conftest.
$ac_ext
16210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16211 $as_echo "$ac_cv_have_isfinite" >&6; }
16212 if test "$ac_cv_have_isfinite" = "yes"
16215 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16219 ac_save_LIBS
="$LIBS"
16221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16222 $as_echo_n "checking for isinf... " >&6; }
16223 if ${ac_cv_have_isinf+:} false
; then :
16224 $as_echo_n "(cached) " >&6
16226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16227 /* end confdefs.h. */
16232 float f = 0.0; return isinf(f)
16237 if ac_fn_c_try_link
"$LINENO"; then :
16238 ac_cv_have_isinf
="yes"
16240 ac_cv_have_isinf
="no"
16242 rm -f core conftest.err conftest.
$ac_objext \
16243 conftest
$ac_exeext conftest.
$ac_ext
16245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16246 $as_echo "$ac_cv_have_isinf" >&6; }
16247 if test "$ac_cv_have_isinf" = "yes"
16250 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16255 $as_echo_n "checking for isnan... " >&6; }
16256 if ${ac_cv_have_isnan+:} false
; then :
16257 $as_echo_n "(cached) " >&6
16259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16260 /* end confdefs.h. */
16265 float f = 0.0; return isnan(f)
16270 if ac_fn_c_try_link
"$LINENO"; then :
16271 ac_cv_have_isnan
="yes"
16273 ac_cv_have_isnan
="no"
16275 rm -f core conftest.err conftest.
$ac_objext \
16276 conftest
$ac_exeext conftest.
$ac_ext
16278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16279 $as_echo "$ac_cv_have_isnan" >&6; }
16280 if test "$ac_cv_have_isnan" = "yes"
16283 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16286 LIBS
="$ac_save_LIBS"
16290 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16291 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16292 if ${ac_cv_cpp_def___i386__+:} false
; then :
16293 $as_echo_n "(cached) " >&6
16295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16296 /* end confdefs.h. */
16301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16302 $EGREP "yes" >/dev
/null
2>&1; then :
16303 ac_cv_cpp_def___i386__
=yes
16305 ac_cv_cpp_def___i386__
=no
16310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16311 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16312 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16313 CFLAGS
="$CFLAGS -D__i386__"
16314 LINTFLAGS
="$LINTFLAGS -D__i386__"
16316 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16317 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16318 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16319 $as_echo_n "(cached) " >&6
16321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16322 /* end confdefs.h. */
16327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16328 $EGREP "yes" >/dev
/null
2>&1; then :
16329 ac_cv_cpp_def___x86_64__
=yes
16331 ac_cv_cpp_def___x86_64__
=no
16336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16337 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16338 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16339 CFLAGS
="$CFLAGS -D__x86_64__"
16340 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16342 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16343 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16344 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16345 $as_echo_n "(cached) " >&6
16347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16348 /* end confdefs.h. */
16349 #ifndef __sparc64__
16353 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16354 $EGREP "yes" >/dev
/null
2>&1; then :
16355 ac_cv_cpp_def___sparc64__
=yes
16357 ac_cv_cpp_def___sparc64__
=no
16362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16363 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16364 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16365 CFLAGS
="$CFLAGS -D__sparc64__"
16366 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16368 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16369 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16370 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16371 $as_echo_n "(cached) " >&6
16373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16374 /* end confdefs.h. */
16379 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16380 $EGREP "yes" >/dev
/null
2>&1; then :
16381 ac_cv_cpp_def___sparc__
=yes
16383 ac_cv_cpp_def___sparc__
=no
16388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16389 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16390 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16391 CFLAGS
="$CFLAGS -D__sparc__"
16392 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16394 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16395 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16396 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16397 $as_echo_n "(cached) " >&6
16399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16400 /* end confdefs.h. */
16401 #ifndef __powerpc64__
16405 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16406 $EGREP "yes" >/dev
/null
2>&1; then :
16407 ac_cv_cpp_def___powerpc64__
=yes
16409 ac_cv_cpp_def___powerpc64__
=no
16414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16415 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16416 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16417 CFLAGS
="$CFLAGS -D__powerpc64__"
16418 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16420 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16421 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16422 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16423 $as_echo_n "(cached) " >&6
16425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16426 /* end confdefs.h. */
16427 #ifndef __powerpc__
16431 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16432 $EGREP "yes" >/dev
/null
2>&1; then :
16433 ac_cv_cpp_def___powerpc__
=yes
16435 ac_cv_cpp_def___powerpc__
=no
16440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16441 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16442 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16443 CFLAGS
="$CFLAGS -D__powerpc__"
16444 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16446 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16447 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16448 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16449 $as_echo_n "(cached) " >&6
16451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16452 /* end confdefs.h. */
16453 #ifndef __aarch64__
16457 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16458 $EGREP "yes" >/dev
/null
2>&1; then :
16459 ac_cv_cpp_def___aarch64__
=yes
16461 ac_cv_cpp_def___aarch64__
=no
16466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16467 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16468 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16469 CFLAGS
="$CFLAGS -D__aarch64__"
16470 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16472 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16473 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16474 if ${ac_cv_cpp_def___arm__+:} false
; then :
16475 $as_echo_n "(cached) " >&6
16477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16478 /* end confdefs.h. */
16483 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16484 $EGREP "yes" >/dev
/null
2>&1; then :
16485 ac_cv_cpp_def___arm__
=yes
16487 ac_cv_cpp_def___arm__
=no
16492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16493 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16494 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
16495 CFLAGS
="$CFLAGS -D__arm__"
16496 LINTFLAGS
="$LINTFLAGS -D__arm__"
16500 case $host_vendor in
16501 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16502 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16503 if ${ac_cv_cpp_def___sun__+:} false
; then :
16504 $as_echo_n "(cached) " >&6
16506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16507 /* end confdefs.h. */
16512 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16513 $EGREP "yes" >/dev
/null
2>&1; then :
16514 ac_cv_cpp_def___sun__
=yes
16516 ac_cv_cpp_def___sun__
=no
16521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16522 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16523 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
16524 CFLAGS
="$CFLAGS -D__sun__"
16525 LINTFLAGS
="$LINTFLAGS -D__sun__"
16533 ac_config_commands
="$ac_config_commands include/stamp-h"
16535 $as_echo_n "creating Makefile rules..." >&6
16537 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
16538 SOCKET_LIBS = $SOCKET_LIBS
16539 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16540 IOKIT_LIBS = $IOKIT_LIBS
16541 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16542 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16543 CORESERVICES_LIBS = $CORESERVICES_LIBS
16544 APPKIT_LIBS = $APPKIT_LIBS
16545 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16546 SECURITY_LIBS = $SECURITY_LIBS
16547 COREAUDIO_LIBS = $COREAUDIO_LIBS
16548 OPENAL_LIBS = $OPENAL_LIBS
16549 OPENCL_LIBS = $OPENCL_LIBS
16550 QUICKTIME_LIBS = $QUICKTIME_LIBS
16551 CARBON_LIBS = $CARBON_LIBS
16552 PTHREAD_LIBS = $PTHREAD_LIBS
16553 X_CFLAGS = $X_CFLAGS
16554 X_PRE_LIBS = $X_PRE_LIBS
16556 X_EXTRA_LIBS = $X_EXTRA_LIBS
16557 XML2_CFLAGS = $XML2_CFLAGS
16558 XML2_LIBS = $XML2_LIBS
16559 XSLT_CFLAGS = $XSLT_CFLAGS
16560 XSLT_LIBS = $XSLT_LIBS
16561 DBUS_CFLAGS = $DBUS_CFLAGS
16562 DBUS_LIBS = $DBUS_LIBS
16563 HAL_CFLAGS = $HAL_CFLAGS
16564 HAL_LIBS = $HAL_LIBS
16565 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
16566 GNUTLS_LIBS = $GNUTLS_LIBS
16567 SANE_CFLAGS = $SANE_CFLAGS
16568 SANE_LIBS = $SANE_LIBS
16569 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
16570 GPHOTO2_LIBS = $GPHOTO2_LIBS
16571 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
16572 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
16573 RESOLV_LIBS = $RESOLV_LIBS
16574 LCMS2_CFLAGS = $LCMS2_CFLAGS
16575 LCMS2_LIBS = $LCMS2_LIBS
16576 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
16577 FREETYPE_LIBS = $FREETYPE_LIBS
16579 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
16580 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
16581 GSTREAMER_LIBS = $GSTREAMER_LIBS
16582 ALSA_LIBS = $ALSA_LIBS
16583 OSS4_CFLAGS = $OSS4_CFLAGS
16584 CAPI20_CFLAGS = $CAPI20_CFLAGS
16585 CAPI20_LIBS = $CAPI20_LIBS
16586 CUPS_CFLAGS = $CUPS_CFLAGS
16587 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
16588 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
16589 JPEG_CFLAGS = $JPEG_CFLAGS
16590 JPEG_LIBS = $JPEG_LIBS
16591 PNG_CFLAGS = $PNG_CFLAGS
16592 PNG_LIBS = $PNG_LIBS
16593 TIFF_CFLAGS = $TIFF_CFLAGS
16594 TIFF_LIBS = $TIFF_LIBS
16595 MPG123_CFLAGS = $MPG123_CFLAGS
16596 MPG123_LIBS = $MPG123_LIBS
16597 KSTAT_LIBS = $KSTAT_LIBS
16598 PROCSTAT_LIBS = $PROCSTAT_LIBS
16600 POLL_LIBS = $POLL_LIBS
16602 LDAP_LIBS = $LDAP_LIBS
16607 wine_fn_append_rule
"
16608 # Rules automatically generated by configure
16610 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
16615 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
16616 @./config.status Make.tmp Makefile"
16618 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
16619 .gitignore: config.status
16620 @./config.status .gitignore"
16622 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
16623 @echo \"crosstest is not supported (mingw not installed?)\" && false"
16625 if test "x$enable_fonts" != xno
; then
16626 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
16627 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
16628 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
16629 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
16630 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
16632 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
16633 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
16634 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
16635 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
16636 ac_config_links
="$ac_config_links wine:tools/winewrapper"
16637 wine_fn_config_symlink wine
16638 if test "x$enable_win64" != xno
; then
16639 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
16640 wine_fn_config_symlink wine64
16643 wine_fn_config_dll acledit enable_acledit
16644 wine_fn_config_dll aclui enable_aclui implib
16645 wine_fn_config_dll activeds enable_activeds implib
16646 wine_fn_config_dll actxprxy enable_actxprxy clean
16647 wine_fn_config_lib adsiid
16648 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
16649 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
16650 wine_fn_config_dll advpack enable_advpack implib
16651 wine_fn_config_test dlls
/advpack
/tests advpack_test
16652 wine_fn_config_dll amstream enable_amstream clean
16653 wine_fn_config_test dlls
/amstream
/tests amstream_test
16654 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
16655 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
16656 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
16657 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
16658 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
16659 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
16660 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
16661 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
16662 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
16663 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
16664 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
16665 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
16666 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
16667 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
16668 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
16669 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
16670 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
16671 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
16672 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
16673 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
16674 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
16675 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
16676 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
16677 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
16678 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
16679 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
16680 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
16681 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
16682 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
16683 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
16684 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
16685 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
16686 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
16687 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
16688 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
16689 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
16690 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
16691 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
16692 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
16693 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
16694 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
16695 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
16696 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
16697 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
16698 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
16699 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
16700 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
16701 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
16702 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
16703 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
16704 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
16705 wine_fn_config_dll apphelp enable_apphelp
16706 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
16707 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
16708 wine_fn_config_dll atl enable_atl clean
,implib
16709 wine_fn_config_test dlls
/atl
/tests atl_test
16710 wine_fn_config_dll atl100 enable_atl100 implib
16711 wine_fn_config_test dlls
/atl100
/tests atl100_test
16712 wine_fn_config_dll atl110 enable_atl110
16713 wine_fn_config_dll atl80 enable_atl80 implib
16714 wine_fn_config_test dlls
/atl80
/tests atl80_test
16715 wine_fn_config_dll atl90 enable_atl90
16716 wine_fn_config_dll authz enable_authz
16717 wine_fn_config_dll avicap32 enable_avicap32 implib
16718 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
16719 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
16720 wine_fn_config_dll avifile.dll16 enable_win16
16721 wine_fn_config_dll avrt enable_avrt implib
16722 wine_fn_config_dll bcrypt enable_bcrypt
16723 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
16724 wine_fn_config_dll browseui enable_browseui clean
,po
16725 wine_fn_config_test dlls
/browseui
/tests browseui_test
16726 wine_fn_config_dll cabinet enable_cabinet implib
16727 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
16728 wine_fn_config_dll capi2032 enable_capi2032 implib
16729 wine_fn_config_dll cards enable_cards implib
16730 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
16731 wine_fn_config_dll clusapi enable_clusapi implib
16732 wine_fn_config_dll comcat enable_comcat
16733 wine_fn_config_test dlls
/comcat
/tests comcat_test
16734 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
16735 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
16736 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
16737 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
16738 wine_fn_config_dll
comm.drv16 enable_win16
16739 wine_fn_config_dll commdlg.dll16 enable_win16
16740 wine_fn_config_dll compobj.dll16 enable_win16
16741 wine_fn_config_dll compstui enable_compstui implib
16742 wine_fn_config_dll comsvcs enable_comsvcs implib
16743 wine_fn_config_dll credui enable_credui implib
,po
16744 wine_fn_config_test dlls
/credui
/tests credui_test
16745 wine_fn_config_dll crtdll enable_crtdll implib
16746 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
16747 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
16748 wine_fn_config_dll cryptdlg enable_cryptdlg po
16749 wine_fn_config_dll cryptdll enable_cryptdll implib
16750 wine_fn_config_dll cryptnet enable_cryptnet implib
16751 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
16752 wine_fn_config_dll cryptui enable_cryptui implib
,po
16753 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
16754 wine_fn_config_dll ctapi32 enable_ctapi32
16755 wine_fn_config_dll ctl3d.dll16 enable_win16
16756 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
16757 wine_fn_config_dll ctl3dv2.dll16 enable_win16
16758 wine_fn_config_dll d2d1 enable_d2d1 implib
16759 wine_fn_config_dll d3d10 enable_d3d10 implib
16760 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
16761 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
16762 wine_fn_config_dll d3d10core enable_d3d10core implib
16763 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
16764 wine_fn_config_dll d3d11 enable_d3d11
16765 wine_fn_config_dll d3d8 enable_d3d8 implib
16766 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
16767 wine_fn_config_dll d3d9 enable_d3d9 implib
16768 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
16769 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
16770 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
16771 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
16772 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
16773 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
16774 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
16775 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
16776 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
16777 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
16778 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
16779 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
16780 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
16781 wine_fn_config_dll d3dim enable_d3dim implib
16782 wine_fn_config_dll d3drm enable_d3drm implib
16783 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
16784 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
16785 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
16786 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
16787 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
16788 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
16789 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
16790 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
16791 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
16792 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
16793 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
16794 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
16795 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
16796 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
16797 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
16798 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
16799 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
16800 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
16801 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
16802 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
16803 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
16804 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
16805 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
16806 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
16807 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
16808 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
16809 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
16810 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
16811 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
16812 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
16813 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
16814 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
16815 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
16816 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
16817 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
16818 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
16819 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
16820 wine_fn_config_dll dbgeng enable_dbgeng implib
16821 wine_fn_config_dll dbghelp enable_dbghelp implib
16822 wine_fn_config_dll dciman32 enable_dciman32 implib
16823 wine_fn_config_dll ddeml.dll16 enable_win16
16824 wine_fn_config_dll ddraw enable_ddraw clean
,implib
16825 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
16826 wine_fn_config_dll ddrawex enable_ddrawex clean
16827 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
16828 wine_fn_config_dll devenum enable_devenum clean
,po
16829 wine_fn_config_test dlls
/devenum
/tests devenum_test
16830 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
16831 wine_fn_config_dll difxapi enable_difxapi
16832 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
16833 wine_fn_config_test dlls
/dinput
/tests dinput_test
16834 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
16835 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
16836 wine_fn_config_dll dispdib.dll16 enable_win16
16837 wine_fn_config_dll dispex enable_dispex clean
16838 wine_fn_config_test dlls
/dispex
/tests dispex_test
16839 wine_fn_config_dll display.drv16 enable_win16
16840 wine_fn_config_dll dmband enable_dmband clean
16841 wine_fn_config_test dlls
/dmband
/tests dmband_test
16842 wine_fn_config_dll dmcompos enable_dmcompos clean
16843 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
16844 wine_fn_config_dll dmime enable_dmime clean
16845 wine_fn_config_test dlls
/dmime
/tests dmime_test
16846 wine_fn_config_dll dmloader enable_dmloader clean
16847 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
16848 wine_fn_config_dll dmscript enable_dmscript clean
16849 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
16850 wine_fn_config_dll dmstyle enable_dmstyle clean
16851 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
16852 wine_fn_config_dll dmsynth enable_dmsynth clean
16853 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
16854 wine_fn_config_dll dmusic enable_dmusic clean
16855 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
16856 wine_fn_config_dll dmusic32 enable_dmusic32 implib
16857 wine_fn_config_dll dnsapi enable_dnsapi implib
16858 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
16859 wine_fn_config_dll dplay enable_dplay implib
16860 wine_fn_config_dll dplayx enable_dplayx clean
,implib
16861 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
16862 wine_fn_config_dll dpnaddr enable_dpnaddr
16863 wine_fn_config_dll dpnet enable_dpnet clean
,implib
16864 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
16865 wine_fn_config_dll dpnhpast enable_dpnhpast
16866 wine_fn_config_dll dpnlobby enable_dpnlobby
16867 wine_fn_config_dll dpwsockx enable_dpwsockx
16868 wine_fn_config_dll drmclien enable_drmclien
16869 wine_fn_config_dll dsound enable_dsound clean
,implib
16870 wine_fn_config_test dlls
/dsound
/tests dsound_test
16871 wine_fn_config_dll dssenh enable_dssenh
16872 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
16873 wine_fn_config_dll dswave enable_dswave clean
16874 wine_fn_config_test dlls
/dswave
/tests dswave_test
16875 wine_fn_config_dll dwmapi enable_dwmapi implib
16876 wine_fn_config_dll dwrite enable_dwrite implib
16877 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
16878 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
16879 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
16880 wine_fn_config_lib dxerr8
16881 wine_fn_config_lib dxerr9
16882 wine_fn_config_dll dxgi enable_dxgi implib
16883 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
16884 wine_fn_config_lib dxguid
16885 wine_fn_config_dll dxva2 enable_dxva2
16886 wine_fn_config_dll explorerframe enable_explorerframe clean
16887 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
16888 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
16889 wine_fn_config_dll faultrep enable_faultrep implib
16890 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
16891 wine_fn_config_dll fltlib enable_fltlib
16892 wine_fn_config_dll fntcache enable_fntcache
16893 wine_fn_config_dll fontsub enable_fontsub
16894 wine_fn_config_dll fusion enable_fusion
16895 wine_fn_config_test dlls
/fusion
/tests fusion_test
16896 wine_fn_config_dll fwpuclnt enable_fwpuclnt
16897 wine_fn_config_dll gameux enable_gameux clean
16898 wine_fn_config_test dlls
/gameux
/tests gameux_test
16899 wine_fn_config_dll gdi.exe16 enable_win16
16900 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
16901 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
16902 wine_fn_config_dll gdiplus enable_gdiplus implib
16903 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
16904 wine_fn_config_dll glu32 enable_glu32 implib
16905 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
16906 wine_fn_config_dll gpkcsp enable_gpkcsp
16907 wine_fn_config_dll hal enable_hal
16908 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
16909 wine_fn_config_dll hid enable_hid implib
16910 wine_fn_config_dll hlink enable_hlink clean
,implib
16911 wine_fn_config_test dlls
/hlink
/tests hlink_test
16912 wine_fn_config_dll hnetcfg enable_hnetcfg clean
16913 wine_fn_config_dll httpapi enable_httpapi
16914 wine_fn_config_dll iccvid enable_iccvid po
16915 wine_fn_config_dll icmp enable_icmp
16916 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
16917 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
16918 wine_fn_config_dll ifsmgr.vxd enable_win16
16919 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
16920 wine_fn_config_dll imagehlp enable_imagehlp implib
16921 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
16922 wine_fn_config_dll imm.dll16 enable_win16
16923 wine_fn_config_dll imm32 enable_imm32 implib
16924 wine_fn_config_test dlls
/imm32
/tests imm32_test
16925 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
16926 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
16927 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
16928 wine_fn_config_dll inetmib1 enable_inetmib1
16929 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
16930 wine_fn_config_dll infosoft enable_infosoft clean
16931 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
16932 wine_fn_config_dll initpki enable_initpki
16933 wine_fn_config_dll inkobj enable_inkobj
16934 wine_fn_config_dll inseng enable_inseng clean
16935 wine_fn_config_dll iphlpapi enable_iphlpapi implib
16936 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
16937 wine_fn_config_dll itircl enable_itircl
16938 wine_fn_config_dll itss enable_itss clean
16939 wine_fn_config_test dlls
/itss
/tests itss_test
16940 wine_fn_config_dll joy.cpl enable_joy_cpl po
16941 wine_fn_config_dll jscript enable_jscript clean
,po
16942 wine_fn_config_test dlls
/jscript
/tests jscript_test
16943 wine_fn_config_dll jsproxy enable_jsproxy implib
16944 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
16945 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
16946 wine_fn_config_dll keyboard.drv16 enable_win16
16947 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
16948 wine_fn_config_dll ktmw32 enable_ktmw32
16949 wine_fn_config_dll loadperf enable_loadperf implib
16950 wine_fn_config_dll localspl enable_localspl po
16951 wine_fn_config_test dlls
/localspl
/tests localspl_test
16952 wine_fn_config_dll localui enable_localui po
16953 wine_fn_config_test dlls
/localui
/tests localui_test
16954 wine_fn_config_dll lz32 enable_lz32 implib
16955 wine_fn_config_test dlls
/lz32
/tests lz32_test
16956 wine_fn_config_dll lzexpand.dll16 enable_win16
16957 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
16958 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
16959 wine_fn_config_dll mapistub enable_mapistub
16960 wine_fn_config_dll mciavi32 enable_mciavi32
16961 wine_fn_config_dll mcicda enable_mcicda
16962 wine_fn_config_dll mciqtz32 enable_mciqtz32
16963 wine_fn_config_dll mciseq enable_mciseq
16964 wine_fn_config_dll mciwave enable_mciwave
16965 wine_fn_config_dll mgmtapi enable_mgmtapi
16966 wine_fn_config_dll midimap enable_midimap
16967 wine_fn_config_dll mlang enable_mlang clean
,implib
16968 wine_fn_config_test dlls
/mlang
/tests mlang_test
16969 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
16970 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
16971 wine_fn_config_dll mmdevapi enable_mmdevapi clean
16972 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
16973 wine_fn_config_dll mmdevldr.vxd enable_win16
16974 wine_fn_config_dll mmsystem.dll16 enable_win16
16975 wine_fn_config_dll monodebg.vxd enable_win16
16976 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
16977 wine_fn_config_dll mouse.drv16 enable_win16
16978 wine_fn_config_dll mpr enable_mpr implib
,po
16979 wine_fn_config_test dlls
/mpr
/tests mpr_test
16980 wine_fn_config_dll mprapi enable_mprapi implib
16981 wine_fn_config_dll msacm.dll16 enable_win16
16982 wine_fn_config_dll msacm32.drv enable_msacm32_drv
16983 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
16984 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
16985 wine_fn_config_dll msadp32.acm enable_msadp32_acm
16986 wine_fn_config_dll msasn1 enable_msasn1 implib
16987 wine_fn_config_dll mscat32 enable_mscat32
16988 wine_fn_config_dll mscms enable_mscms implib
16989 wine_fn_config_test dlls
/mscms
/tests mscms_test
16990 wine_fn_config_dll mscoree enable_mscoree clean
16991 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
16992 wine_fn_config_dll msctf enable_msctf clean
16993 wine_fn_config_test dlls
/msctf
/tests msctf_test
16994 wine_fn_config_dll msdaps enable_msdaps clean
16995 wine_fn_config_dll msdmo enable_msdmo implib
16996 wine_fn_config_dll msftedit enable_msftedit
16997 wine_fn_config_dll msg711.acm enable_msg711_acm
16998 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
16999 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17000 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17001 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17002 wine_fn_config_dll msi enable_msi clean
,implib
,po
17003 wine_fn_config_test dlls
/msi
/tests msi_test
17004 wine_fn_config_dll msident enable_msident clean
17005 wine_fn_config_dll msimg32 enable_msimg32 implib
17006 wine_fn_config_dll msimsg enable_msimsg
17007 wine_fn_config_dll msimtf enable_msimtf clean
17008 wine_fn_config_dll msisip enable_msisip
17009 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17010 wine_fn_config_dll msls31 enable_msls31
17011 wine_fn_config_dll msnet32 enable_msnet32
17012 wine_fn_config_dll mspatcha enable_mspatcha
17013 wine_fn_config_dll msrle32 enable_msrle32 po
17014 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17015 wine_fn_config_dll mssign32 enable_mssign32
17016 wine_fn_config_dll mssip32 enable_mssip32
17017 wine_fn_config_dll mstask enable_mstask clean
17018 wine_fn_config_test dlls
/mstask
/tests mstask_test
17019 wine_fn_config_dll msvcirt enable_msvcirt
17020 wine_fn_config_dll msvcm80 enable_msvcm80
17021 wine_fn_config_dll msvcm90 enable_msvcm90
17022 wine_fn_config_dll msvcp100 enable_msvcp100
17023 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17024 wine_fn_config_dll msvcp110 enable_msvcp110
17025 wine_fn_config_dll msvcp60 enable_msvcp60
17026 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17027 wine_fn_config_dll msvcp70 enable_msvcp70
17028 wine_fn_config_dll msvcp71 enable_msvcp71
17029 wine_fn_config_dll msvcp80 enable_msvcp80
17030 wine_fn_config_dll msvcp90 enable_msvcp90
17031 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17032 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17033 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17034 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17035 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17036 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17037 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17038 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17039 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17040 wine_fn_config_dll msvcrt enable_msvcrt implib
17041 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17042 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17043 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17044 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17045 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17046 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17047 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17048 wine_fn_config_dll msvidc32 enable_msvidc32 po
17049 wine_fn_config_dll msvideo.dll16 enable_win16
17050 wine_fn_config_dll mswsock enable_mswsock implib
17051 wine_fn_config_dll msxml enable_msxml clean
17052 wine_fn_config_dll msxml2 enable_msxml2 clean
17053 wine_fn_config_dll msxml3 enable_msxml3 clean
17054 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17055 wine_fn_config_dll msxml4 enable_msxml4 clean
17056 wine_fn_config_dll msxml6 enable_msxml6 clean
17057 wine_fn_config_dll nddeapi enable_nddeapi implib
17058 wine_fn_config_dll netapi32 enable_netapi32 implib
17059 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17060 wine_fn_config_dll netcfgx enable_netcfgx clean
17061 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17062 wine_fn_config_dll netprofm enable_netprofm clean
17063 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17064 wine_fn_config_dll newdev enable_newdev implib
17065 wine_fn_config_dll normaliz enable_normaliz implib
17066 wine_fn_config_dll npmshtml enable_npmshtml
17067 wine_fn_config_dll ntdll enable_ntdll implib
17068 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17069 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17070 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17071 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17072 wine_fn_config_dll ntprint enable_ntprint
17073 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17074 wine_fn_config_dll objsel enable_objsel clean
17075 wine_fn_config_dll odbc32 enable_odbc32 implib
17076 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17077 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17078 wine_fn_config_dll odbccu32 enable_odbccu32
17079 wine_fn_config_dll ole2.dll16 enable_win16
17080 wine_fn_config_dll ole2conv.dll16 enable_win16
17081 wine_fn_config_dll ole2disp.dll16 enable_win16
17082 wine_fn_config_dll ole2nls.dll16 enable_win16
17083 wine_fn_config_dll ole2prox.dll16 enable_win16
17084 wine_fn_config_dll ole2thk.dll16 enable_win16
17085 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17086 wine_fn_config_test dlls
/ole32
/tests ole32_test
17087 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17088 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17089 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17090 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17091 wine_fn_config_dll olecli.dll16 enable_win16
17092 wine_fn_config_dll olecli32 enable_olecli32 implib
17093 wine_fn_config_dll oledb32 enable_oledb32 clean
17094 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17095 wine_fn_config_dll oledlg enable_oledlg implib
,po
17096 wine_fn_config_dll olepro32 enable_olepro32 implib
17097 wine_fn_config_dll olesvr.dll16 enable_win16
17098 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17099 wine_fn_config_dll olethk32 enable_olethk32
17100 wine_fn_config_dll openal32 enable_openal32
17101 wine_fn_config_dll opencl enable_opencl
17102 wine_fn_config_dll opengl32 enable_opengl32 implib
17103 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17104 wine_fn_config_dll packager enable_packager clean
17105 wine_fn_config_test dlls
/packager
/tests packager_test
17106 wine_fn_config_dll pdh enable_pdh implib
17107 wine_fn_config_test dlls
/pdh
/tests pdh_test
17108 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17109 wine_fn_config_dll pidgen enable_pidgen
17110 wine_fn_config_dll powrprof enable_powrprof implib
17111 wine_fn_config_dll printui enable_printui
17112 wine_fn_config_dll propsys enable_propsys clean
,implib
17113 wine_fn_config_test dlls
/propsys
/tests propsys_test
17114 wine_fn_config_dll psapi enable_psapi implib
17115 wine_fn_config_test dlls
/psapi
/tests psapi_test
17116 wine_fn_config_dll pstorec enable_pstorec clean
17117 wine_fn_config_dll qcap enable_qcap
17118 wine_fn_config_test dlls
/qcap
/tests qcap_test
17119 wine_fn_config_dll qedit enable_qedit clean
17120 wine_fn_config_test dlls
/qedit
/tests qedit_test
17121 wine_fn_config_dll qmgr enable_qmgr clean
17122 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17123 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17124 wine_fn_config_dll quartz enable_quartz clean
,implib
17125 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17126 wine_fn_config_dll query enable_query
17127 wine_fn_config_dll rasapi16.dll16 enable_win16
17128 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17129 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17130 wine_fn_config_dll rasdlg enable_rasdlg implib
17131 wine_fn_config_dll regapi enable_regapi
17132 wine_fn_config_dll resutils enable_resutils implib
17133 wine_fn_config_dll riched20 enable_riched20 implib
17134 wine_fn_config_test dlls
/riched20
/tests riched20_test
17135 wine_fn_config_dll riched32 enable_riched32
17136 wine_fn_config_test dlls
/riched32
/tests riched32_test
17137 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17138 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17139 wine_fn_config_dll rsabase enable_rsabase
17140 wine_fn_config_dll rsaenh enable_rsaenh implib
17141 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17142 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17143 wine_fn_config_dll rtutils enable_rtutils implib
17144 wine_fn_config_dll samlib enable_samlib
17145 wine_fn_config_dll sane.ds enable_sane_ds po
17146 wine_fn_config_dll scarddlg enable_scarddlg
17147 wine_fn_config_dll sccbase enable_sccbase
17148 wine_fn_config_dll schannel enable_schannel
17149 wine_fn_config_test dlls
/schannel
/tests schannel_test
17150 wine_fn_config_dll schedsvc enable_schedsvc clean
17151 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17152 wine_fn_config_dll scrrun enable_scrrun clean
17153 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17154 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17155 wine_fn_config_dll secur32 enable_secur32 implib
17156 wine_fn_config_test dlls
/secur32
/tests secur32_test
17157 wine_fn_config_dll security enable_security
17158 wine_fn_config_dll sensapi enable_sensapi implib
17159 wine_fn_config_dll serialui enable_serialui implib
,po
17160 wine_fn_config_test dlls
/serialui
/tests serialui_test
17161 wine_fn_config_dll setupapi enable_setupapi implib
,po
17162 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17163 wine_fn_config_dll setupx.dll16 enable_win16
17164 wine_fn_config_dll sfc enable_sfc implib
17165 wine_fn_config_dll sfc_os enable_sfc_os implib
17166 wine_fn_config_dll shdoclc enable_shdoclc po
17167 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17168 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17169 wine_fn_config_dll shell.dll16 enable_win16
17170 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17171 wine_fn_config_test dlls
/shell32
/tests shell32_test
17172 wine_fn_config_dll shfolder enable_shfolder implib
17173 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17174 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17175 wine_fn_config_dll slbcsp enable_slbcsp
17176 wine_fn_config_dll slc enable_slc implib
17177 wine_fn_config_dll snmpapi enable_snmpapi implib
17178 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17179 wine_fn_config_dll softpub enable_softpub
17180 wine_fn_config_dll sound.drv16 enable_win16
17181 wine_fn_config_dll spoolss enable_spoolss implib
17182 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17183 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17184 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17185 wine_fn_config_dll sti enable_sti clean
,implib
17186 wine_fn_config_test dlls
/sti
/tests sti_test
17187 wine_fn_config_dll storage.dll16 enable_win16
17188 wine_fn_config_dll stress.dll16 enable_win16
17189 wine_fn_config_lib strmbase
17190 wine_fn_config_lib strmiids
17191 wine_fn_config_dll svrapi enable_svrapi
17192 wine_fn_config_dll sxs enable_sxs implib
17193 wine_fn_config_test dlls
/sxs
/tests sxs_test
17194 wine_fn_config_dll system.drv16 enable_win16
17195 wine_fn_config_dll t2embed enable_t2embed
17196 wine_fn_config_dll tapi32 enable_tapi32 implib
17197 wine_fn_config_dll taskschd enable_taskschd clean
17198 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17199 wine_fn_config_dll toolhelp.dll16 enable_win16
17200 wine_fn_config_dll traffic enable_traffic
17201 wine_fn_config_dll twain.dll16 enable_win16
17202 wine_fn_config_dll twain_32 enable_twain_32
17203 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17204 wine_fn_config_dll typelib.dll16 enable_win16
17205 wine_fn_config_dll unicows enable_unicows implib
17206 wine_fn_config_dll updspapi enable_updspapi
17207 wine_fn_config_dll url enable_url implib
17208 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17209 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17210 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17211 wine_fn_config_dll user.exe16 enable_win16
17212 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17213 wine_fn_config_test dlls
/user32
/tests user32_test
17214 wine_fn_config_dll userenv enable_userenv implib
17215 wine_fn_config_test dlls
/userenv
/tests userenv_test
17216 wine_fn_config_dll usp10 enable_usp10 implib
17217 wine_fn_config_test dlls
/usp10
/tests usp10_test
17218 wine_fn_config_lib uuid
17219 wine_fn_config_dll uxtheme enable_uxtheme implib
17220 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17221 wine_fn_config_dll vbscript enable_vbscript clean
17222 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17223 wine_fn_config_dll vcomp enable_vcomp
17224 wine_fn_config_dll vcomp100 enable_vcomp100
17225 wine_fn_config_dll vcomp90 enable_vcomp90
17226 wine_fn_config_dll vdhcp.vxd enable_win16
17227 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17228 wine_fn_config_dll ver.dll16 enable_win16
17229 wine_fn_config_dll version enable_version implib
17230 wine_fn_config_test dlls
/version
/tests version_test
17231 wine_fn_config_dll vmm.vxd enable_win16
17232 wine_fn_config_dll vnbt.vxd enable_win16
17233 wine_fn_config_dll vnetbios.vxd enable_win16
17234 wine_fn_config_dll vtdapi.vxd enable_win16
17235 wine_fn_config_dll vwin32.vxd enable_win16
17236 wine_fn_config_dll w32skrnl enable_win16
17237 wine_fn_config_dll w32sys.dll16 enable_win16
17238 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17239 wine_fn_config_dll wbemprox enable_wbemprox clean
17240 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17241 wine_fn_config_dll webservices enable_webservices implib
17242 wine_fn_config_dll wer enable_wer implib
17243 wine_fn_config_test dlls
/wer
/tests wer_test
17244 wine_fn_config_dll wevtapi enable_wevtapi
17245 wine_fn_config_dll wiaservc enable_wiaservc clean
17246 wine_fn_config_dll win32s16.dll16 enable_win16
17247 wine_fn_config_dll win87em.dll16 enable_win16
17248 wine_fn_config_dll winaspi.dll16 enable_win16
17249 wine_fn_config_dll windebug.dll16 enable_win16
17250 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17251 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17252 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17253 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17254 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17255 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17256 wine_fn_config_lib winecrt0
17257 wine_fn_config_dll wined3d enable_wined3d implib
17258 wine_fn_config_dll winegstreamer enable_winegstreamer
17259 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17260 wine_fn_config_dll winemac.drv enable_winemac_drv
17261 wine_fn_config_dll winemapi enable_winemapi
17262 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17263 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17264 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17265 wine_fn_config_dll wineps16.drv16 enable_win16
17266 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17267 wine_fn_config_dll winex11.drv enable_winex11_drv
17268 wine_fn_config_dll wing.dll16 enable_win16
17269 wine_fn_config_dll wing32 enable_wing32
17270 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17271 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17272 wine_fn_config_dll wininet enable_wininet implib
,po
17273 wine_fn_config_test dlls
/wininet
/tests wininet_test
17274 wine_fn_config_dll winmm enable_winmm implib
,po
17275 wine_fn_config_test dlls
/winmm
/tests winmm_test
17276 wine_fn_config_dll winnls.dll16 enable_win16
17277 wine_fn_config_dll winnls32 enable_winnls32 implib
17278 wine_fn_config_dll winscard enable_winscard implib
17279 wine_fn_config_dll winsock.dll16 enable_win16
17280 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17281 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17282 wine_fn_config_dll winsta enable_winsta
17283 wine_fn_config_dll wintab.dll16 enable_win16
17284 wine_fn_config_dll wintab32 enable_wintab32 implib
17285 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17286 wine_fn_config_dll wintrust enable_wintrust implib
17287 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17288 wine_fn_config_dll wlanapi enable_wlanapi
17289 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17290 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17291 wine_fn_config_dll wmi enable_wmi
17292 wine_fn_config_dll wmiutils enable_wmiutils clean
17293 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17294 wine_fn_config_dll wmp enable_wmp clean
17295 wine_fn_config_test dlls
/wmp
/tests wmp_test
17296 wine_fn_config_dll wmvcore enable_wmvcore
17297 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17298 wine_fn_config_dll wow32 enable_win16 implib
17299 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17300 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17301 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17302 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17303 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17304 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17305 wine_fn_config_dll wsock32 enable_wsock32 implib
17306 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17307 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17308 wine_fn_config_dll wuapi enable_wuapi clean
17309 wine_fn_config_dll wuaueng enable_wuaueng
17310 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17311 wine_fn_config_dll xinput1_1 enable_xinput1_1
17312 wine_fn_config_dll xinput1_2 enable_xinput1_2
17313 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17314 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17315 wine_fn_config_dll xinput1_4 enable_xinput1_4
17316 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17317 wine_fn_config_dll xmllite enable_xmllite implib
17318 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17319 wine_fn_config_dll xolehlp enable_xolehlp
17320 wine_fn_config_dll xpsprint enable_xpsprint
17321 wine_fn_config_dll xpssvcs enable_xpssvcs
17322 wine_fn_config_makefile documentation enable_documentation clean
17323 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17324 wine_fn_config_makefile include enable_include clean
,install-dev
17325 wine_fn_config_makefile libs
/port enable_libs_port
17326 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17327 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17328 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17329 wine_fn_config_program arp enable_arp
install
17330 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17331 wine_fn_config_program attrib enable_attrib
install,po
17332 wine_fn_config_program cabarc enable_cabarc
install
17333 wine_fn_config_program cacls enable_cacls
install
17334 wine_fn_config_program
clock enable_clock
install,po
17335 wine_fn_config_program cmd enable_cmd
install,po
17336 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17337 wine_fn_config_program conhost enable_conhost
install
17338 wine_fn_config_program control enable_control
install
17339 wine_fn_config_program cscript enable_cscript
install
17340 wine_fn_config_program dpnsvr enable_dpnsvr
install
17341 wine_fn_config_program dxdiag enable_dxdiag
install,po
17342 wine_fn_config_program eject enable_eject
install
17343 wine_fn_config_program
expand enable_expand
install
17344 wine_fn_config_program explorer enable_explorer
install,po
17345 wine_fn_config_program extrac32 enable_extrac32
install
17346 wine_fn_config_program findstr enable_findstr
install
17347 wine_fn_config_program hh enable_hh
install
17348 wine_fn_config_program hostname enable_hostname
install,po
17349 wine_fn_config_program icinfo enable_icinfo
install
17350 wine_fn_config_program iexplore enable_iexplore
install
17351 wine_fn_config_program ipconfig enable_ipconfig
install,po
17352 wine_fn_config_program lodctr enable_lodctr
install
17353 wine_fn_config_program mofcomp enable_mofcomp
install
17354 wine_fn_config_program mshta enable_mshta
install
17355 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17356 wine_fn_config_program net enable_net
install,po
17357 wine_fn_config_program netsh enable_netsh
install
17358 wine_fn_config_program netstat enable_netstat
install,po
17359 wine_fn_config_program ngen enable_ngen
install
17360 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17361 wine_fn_config_program oleview enable_oleview
install,po
17362 wine_fn_config_program
ping enable_ping
install
17363 wine_fn_config_program plugplay enable_plugplay
install
17364 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17365 wine_fn_config_program progman enable_progman
install,po
17366 wine_fn_config_program reg enable_reg
install,po
17367 wine_fn_config_program regasm enable_regasm
install
17368 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17369 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17370 wine_fn_config_program regsvcs enable_regsvcs
install
17371 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17372 wine_fn_config_program rpcss enable_rpcss clean
,install
17373 wine_fn_config_program rundll.exe16 enable_win16
install
17374 wine_fn_config_program rundll32 enable_rundll32
install
17375 wine_fn_config_program sc enable_sc
install
17376 wine_fn_config_program schtasks enable_schtasks
install
17377 wine_fn_config_program sdbinst enable_sdbinst
install
17378 wine_fn_config_program secedit enable_secedit
install
17379 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17380 wine_fn_config_program services enable_services clean
,install
17381 wine_fn_config_test programs
/services
/tests services.exe_test
17382 wine_fn_config_program spoolsv enable_spoolsv
install
17383 wine_fn_config_program start enable_start
install,po
17384 wine_fn_config_program svchost enable_svchost
install
17385 wine_fn_config_program taskkill enable_taskkill
install,po
17386 wine_fn_config_program tasklist enable_tasklist
install
17387 wine_fn_config_program taskmgr enable_taskmgr
install,po
17388 wine_fn_config_program termsv enable_termsv
install
17389 wine_fn_config_program uninstaller enable_uninstaller
install,po
17390 wine_fn_config_program unlodctr enable_unlodctr
install
17391 wine_fn_config_program view enable_view
install,po
17392 wine_fn_config_program wevtutil enable_wevtutil
install
17393 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17394 wine_fn_config_program winebrowser enable_winebrowser
install
17395 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17396 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17397 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17398 wine_fn_config_program winedevice enable_winedevice
install
17399 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17400 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17401 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17402 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17403 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17404 wine_fn_config_program winetest enable_winetest clean
17405 wine_fn_config_program winevdm enable_win16
install
17406 wine_fn_config_program winhelp.exe16 enable_win16
install
17407 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17408 wine_fn_config_program winoldap.mod16 enable_win16
install
17409 wine_fn_config_program winver enable_winver
install
17410 wine_fn_config_program wmic enable_wmic
install,po
17411 wine_fn_config_program wordpad enable_wordpad
install,po
17412 wine_fn_config_program
write enable_write
install,po
17413 wine_fn_config_program wscript enable_wscript clean
,install
17414 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17415 wine_fn_config_program wusa enable_wusa
install
17416 wine_fn_config_program xcopy enable_xcopy
install,po
17417 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17418 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17419 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17420 wine_fn_config_tool tools
/sfnt2fon clean
17421 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17422 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17423 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17424 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17425 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17426 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17478 wine_fn_ignore_file
".gitignore"
17479 wine_fn_ignore_file
"Makefile"
17480 wine_fn_ignore_file
"TAGS"
17481 wine_fn_ignore_file
"tags"
17482 wine_fn_ignore_file
"autom4te.cache"
17483 wine_fn_ignore_file
"config.cache"
17484 wine_fn_ignore_file
"config.log"
17485 wine_fn_ignore_file
"config.status"
17486 wine_fn_ignore_file
"configure.lineno"
17487 wine_fn_ignore_file
"include/config.h"
17488 wine_fn_ignore_file
"include/stamp-h"
17489 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
17491 if test "x$enable_tools" != xno
17493 wine_fn_ignore_file
"tools/makedep$ac_exeext"
17494 ac_config_commands
="$ac_config_commands tools/makedep"
17498 ac_config_commands
="$ac_config_commands Makefile"
17501 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
17505 if test "x$enable_maintainer_mode" = xyes
17507 wine_fn_append_rule
"configure: configure.ac aclocal.m4
17508 autoconf --warnings=all
17509 include/config.h.in: include/stamp-h.in
17510 include/stamp-h.in: configure.ac aclocal.m4
17511 autoheader --warnings=all
17512 @echo timestamp > \$@"
17515 if test "x$with_gettextpo" = xyes
17517 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
17518 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
17519 \$(LINGUAS:%=po/%.po): po/wine.pot
17520 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
17521 po/wine.pot: \$(ALL_POT_FILES)
17522 msgcat -o \$@ \$(ALL_POT_FILES)"
17525 if test "$MSGFMT" != false
17527 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
17529 \$(RM) \$(LINGUAS:%=po/%.mo)"
17532 test "$srcdir" = . || posrc
="$srcdir/po"
17535 wine_fn_ignore_file
"po/$i.mo"
17536 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
17537 \$(MSGFMT) -o \$@ $posrc/$i.po"
17543 if test "x$enable_tools" != xno
17545 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
17546 @./config.status tools/makedep
17547 Makefile: tools/makedep$ac_exeext
17549 \$(RM) tools/makedep$ac_exeext"
17551 wine_fn_append_rule
"\$(MAKEDEP):
17552 @echo \"You need to run make in $TOOLSDIR first\" && false"
17555 if test -n "$with_wine64"
17557 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
17558 fonts server tools:
17559 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
17560 $with_wine64/loader/wine:
17561 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
17562 $with_wine64/loader/wine-preloader:
17563 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
17565 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
17567 as_fn_append LOADER_RULES
"
17570 install install-lib:: wine.inf install-man-pages
17571 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
17572 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17575 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17579 if test "$srcdir" = .
17581 ac_config_commands
="$ac_config_commands .gitignore"
17585 $as_echo " done" >&6
17586 cat >confcache
<<\_ACEOF
17587 # This file is a shell script that caches the results of configure
17588 # tests run on this system so they can be shared between configure
17589 # scripts and configure runs, see configure's option --config-cache.
17590 # It is not useful on other systems. If it contains results you don't
17591 # want to keep, you may remove or edit it.
17593 # config.status only pays attention to the cache file if you give it
17594 # the --recheck option to rerun configure.
17596 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17597 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17598 # following values.
17602 # The following way of writing the cache mishandles newlines in values,
17603 # but we know of no workaround that is simple, portable, and efficient.
17604 # So, we kill variables containing newlines.
17605 # Ultrix sh set writes to stderr and can't be redirected directly,
17606 # and sets the high bit in the cache file unless we assign to the vars.
17608 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17609 eval ac_val
=\$
$ac_var
17613 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17614 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17617 _ | IFS | as_nl
) ;; #(
17618 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
17619 *) { eval $ac_var=; unset $ac_var;} ;;
17625 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17626 *${as_nl}ac_space
=\
*)
17627 # `set' does not quote correctly, so add quotes: double-quote
17628 # substitution turns \\\\ into \\, and sed turns \\ into \.
17631 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17634 # `set' quotes correctly as required by POSIX, so do not add quotes.
17635 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17644 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17646 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17648 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
17649 if test -w "$cache_file"; then
17650 if test "x$cache_file" != "x/dev/null"; then
17651 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17652 $as_echo "$as_me: updating cache $cache_file" >&6;}
17653 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
17654 cat confcache
>"$cache_file"
17656 case $cache_file in #(
17658 mv -f confcache
"$cache_file"$$
&&
17659 mv -f "$cache_file"$$
"$cache_file" ;; #(
17661 mv -f confcache
"$cache_file" ;;
17666 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17667 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17672 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17673 # Let make expand exec_prefix.
17674 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17676 DEFS
=-DHAVE_CONFIG_H
17681 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17682 # 1. Remove the extension, and $U if already installed.
17683 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17684 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17685 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17686 # will be set to the directory where LIBOBJS objects are built.
17687 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17688 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17690 LIBOBJS
=$ac_libobjs
17692 LTLIBOBJS
=$ac_ltlibobjs
17696 : "${CONFIG_STATUS=./config.status}"
17698 ac_clean_files_save
=$ac_clean_files
17699 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17700 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17701 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17703 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17705 # Generated by $as_me.
17706 # Run this file to recreate the current configuration.
17707 # Compiler output produced by configure, useful for debugging
17708 # configure, is in config.log if it exists.
17711 ac_cs_recheck=false
17714 SHELL=\${CONFIG_SHELL-$SHELL}
17717 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17718 ## -------------------- ##
17719 ## M4sh Initialization. ##
17720 ## -------------------- ##
17722 # Be more Bourne compatible
17723 DUALCASE
=1; export DUALCASE
# for MKS sh
17724 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17727 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17728 # is contrary to our usage. Disable this feature.
17729 alias -g '${1+"$@"}'='"$@"'
17730 setopt NO_GLOB_SUBST
17732 case `(set -o) 2>/dev/null` in #(
17744 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17745 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17746 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17747 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17748 # Prefer a ksh shell builtin over an external printf program on Solaris,
17749 # but without wasting forks for bash or zsh.
17750 if test -z "$BASH_VERSION$ZSH_VERSION" \
17751 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17752 as_echo='print
-r --'
17753 as_echo_n='print
-rn --'
17754 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17755 as_echo='printf %s
\n'
17756 as_echo_n='printf %s
'
17758 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17759 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17760 as_echo_n='/usr
/ucb
/echo -n'
17762 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17763 as_echo_n_body='eval
17767 expr "X$arg" : "X\\(.*\\)$as_nl";
17768 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17770 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17772 export as_echo_n_body
17773 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17775 export as_echo_body
17776 as_echo='sh
-c $as_echo_body as_echo
'
17779 # The user is always right.
17780 if test "${PATH_SEPARATOR+set}" != set; then
17782 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17783 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17790 # We need space, tab and new line, in precisely that order. Quoting is
17791 # there to prevent editors from complaining about space-tab.
17792 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17793 # splitting by setting IFS to empty value.)
17796 # Find who we are. Look in the path if we contain no directory separator.
17799 *[\\/]* ) as_myself=$0 ;;
17800 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17801 for as_dir in $PATH
17804 test -z "$as_dir" && as_dir=.
17805 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17811 # We did not find ourselves, most probably we were run as `sh COMMAND'
17812 # in which case we are not to be found in the path.
17813 if test "x$as_myself" = x
; then
17816 if test ! -f "$as_myself"; then
17817 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17821 # Unset variables that we do not need and which cause bugs (e.g. in
17822 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17823 # suppresses any "Segmentation fault" message there. '((' could
17824 # trigger a bug in pdksh 5.2.14.
17825 for as_var
in BASH_ENV ENV MAIL MAILPATH
17826 do eval test x\
${$as_var+set} = xset \
17827 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17840 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17843 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17844 # ----------------------------------------
17845 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17846 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17847 # script with STATUS, using 1 if that was 0.
17850 as_status
=$1; test $as_status -eq 0 && as_status
=1
17852 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17853 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17855 $as_echo "$as_me: error: $2" >&2
17856 as_fn_exit
$as_status
17860 # as_fn_set_status STATUS
17861 # -----------------------
17862 # Set $? to STATUS, without forking.
17863 as_fn_set_status
()
17866 } # as_fn_set_status
17868 # as_fn_exit STATUS
17869 # -----------------
17870 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17874 as_fn_set_status
$1
17880 # Portably unset VAR.
17883 { eval $1=; unset $1;}
17885 as_unset
=as_fn_unset
17886 # as_fn_append VAR VALUE
17887 # ----------------------
17888 # Append the text in VALUE to the end of the definition contained in VAR. Take
17889 # advantage of any shell optimizations that allow amortized linear growth over
17890 # repeated appends, instead of the typical quadratic growth present in naive
17892 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17893 eval 'as_fn_append ()
17904 # as_fn_arith ARG...
17905 # ------------------
17906 # Perform arithmetic evaluation on the ARGs, and store the result in the
17907 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17908 # must be portable across $(()) and expr.
17909 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17910 eval 'as_fn_arith ()
17917 as_val
=`expr "$@" || test $? -eq 1`
17922 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17923 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17929 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17930 as_basename
=basename
17935 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17941 as_me
=`$as_basename -- "$0" ||
17942 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17943 X"$0" : 'X\(//\)$' \| \
17944 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17946 sed '/^.*\/\([^/][^/]*\)\/*$/{
17960 # Avoid depending upon Character Ranges.
17961 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17962 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17963 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17964 as_cr_digits
='0123456789'
17965 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17967 ECHO_C
= ECHO_N
= ECHO_T
=
17968 case `echo -n x` in #(((((
17970 case `echo 'xy\c'` in
17971 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17973 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17980 rm -f conf$$ conf$$.exe conf$$.
file
17981 if test -d conf$$.dir
; then
17982 rm -f conf$$.dir
/conf$$.
file
17985 mkdir conf$$.dir
2>/dev
/null
17987 if (echo >conf$$.
file) 2>/dev
/null
; then
17988 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17990 # ... but there are two gotchas:
17991 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17992 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17993 # In both cases, we have to default to `cp -pR'.
17994 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17996 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18004 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18005 rmdir conf$$.dir
2>/dev
/null
18010 # Create "$as_dir" as a directory, including parents if necessary.
18015 -*) as_dir
=.
/$as_dir;;
18017 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18021 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18022 *) as_qdir
=$as_dir;;
18024 as_dirs
="'$as_qdir' $as_dirs"
18025 as_dir
=`$as_dirname -- "$as_dir" ||
18026 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18027 X"$as_dir" : 'X\(//\)[^/]' \| \
18028 X"$as_dir" : 'X\(//\)$' \| \
18029 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18030 $as_echo X"$as_dir" |
18031 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18035 /^X\(\/\/\)[^/].*/{
18048 test -d "$as_dir" && break
18050 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18051 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18055 if mkdir
-p .
2>/dev
/null
; then
18056 as_mkdir_p
='mkdir -p "$as_dir"'
18058 test -d .
/-p && rmdir .
/-p
18063 # as_fn_executable_p FILE
18064 # -----------------------
18065 # Test if FILE is an executable regular file.
18066 as_fn_executable_p
()
18068 test -f "$1" && test -x "$1"
18069 } # as_fn_executable_p
18070 as_test_x
='test -x'
18071 as_executable_p
=as_fn_executable_p
18073 # Sed expression to map a string onto a valid CPP name.
18074 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18076 # Sed expression to map a string onto a valid variable name.
18077 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18081 ## ----------------------------------- ##
18082 ## Main body of $CONFIG_STATUS script. ##
18083 ## ----------------------------------- ##
18085 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18088 # Save the log message, to keep $0 and so on meaningful, and to
18089 # report actual input values of CONFIG_FILES etc. instead of their
18090 # values after options handling.
18092 This file was extended by Wine $as_me 1.7.20, which was
18093 generated by GNU Autoconf 2.69. Invocation command line was
18095 CONFIG_FILES = $CONFIG_FILES
18096 CONFIG_HEADERS = $CONFIG_HEADERS
18097 CONFIG_LINKS = $CONFIG_LINKS
18098 CONFIG_COMMANDS = $CONFIG_COMMANDS
18101 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18106 case $ac_config_files in *"
18107 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18110 case $ac_config_headers in *"
18111 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18115 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18116 # Files that config.status was made for.
18117 config_files="$ac_config_files"
18118 config_headers="$ac_config_headers"
18119 config_links="$ac_config_links"
18120 config_commands="$ac_config_commands"
18124 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18126 \`$as_me' instantiates files and other configuration actions
18127 from templates according to the current configuration. Unless the files
18128 and actions are specified as TAGs, all are instantiated by default.
18130 Usage: $0 [OPTION]... [TAG]...
18132 -h, --help print this help, then exit
18133 -V, --version print version number and configuration settings, then exit
18134 --config print configuration, then exit
18135 -q, --quiet, --silent
18136 do not print progress messages
18137 -d, --debug don't remove temporary files
18138 --recheck update $as_me by reconfiguring in the same conditions
18139 --file=FILE[:TEMPLATE]
18140 instantiate the configuration file FILE
18141 --header=FILE[:TEMPLATE]
18142 instantiate the configuration header FILE
18144 Configuration files:
18147 Configuration headers:
18150 Configuration links:
18153 Configuration commands:
18156 Report bugs to <wine-devel@winehq.org>.
18157 Wine home page: <http://www.winehq.org>."
18160 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18161 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18163 Wine config.status 1.7.20
18164 configured by $0, generated by GNU Autoconf 2.69,
18165 with options \\"\$ac_cs_config\\"
18167 Copyright (C) 2012 Free Software Foundation, Inc.
18168 This config.status script is free software; the Free Software Foundation
18169 gives unlimited permission to copy, distribute and modify it."
18173 test -n "\$AWK" || AWK=awk
18176 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18177 # The default lists apply if the user does not specify any file.
18183 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18184 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18188 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18200 # Handling of the options.
18201 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18203 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18204 $as_echo "$ac_cs_version"; exit ;;
18205 --config |
--confi |
--conf |
--con |
--co |
--c )
18206 $as_echo "$ac_cs_config"; exit ;;
18207 --debug |
--debu |
--deb |
--de |
--d |
-d )
18209 --file |
--fil |
--fi |
--f )
18212 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18213 '') as_fn_error $?
"missing file argument" ;;
18215 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18216 ac_need_defaults
=false
;;
18217 --header |
--heade |
--head |
--hea )
18220 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18222 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18223 ac_need_defaults
=false
;;
18225 # Conflict between --help and --header
18226 as_fn_error $?
"ambiguous option: \`$1'
18227 Try \`$0 --help' for more information.";;
18228 --help |
--hel |
-h )
18229 $as_echo "$ac_cs_usage"; exit ;;
18230 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18231 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18234 # This is an error.
18235 -*) as_fn_error $?
"unrecognized option: \`$1'
18236 Try \`$0 --help' for more information." ;;
18238 *) as_fn_append ac_config_targets
" $1"
18239 ac_need_defaults
=false
;;
18245 ac_configure_extra_args
=
18247 if $ac_cs_silent; then
18249 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18254 if \$ac_cs_recheck; then
18255 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18257 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18258 CONFIG_SHELL='$SHELL'
18259 export CONFIG_SHELL
18264 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18268 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18269 ## Running $as_me. ##
18275 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18279 wine_fn_output_makedep ()
18281 as_dir=tools; as_fn_mkdir_p
18282 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18284 wine_fn_output_makefile ()
18286 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18287 `cat $wine_rules_file`
18289 as_fn_error $? "could not create Makefile" "$LINENO" 5
18291 wine_fn_output_gitignore ()
18293 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18296 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18303 # Handling of arguments.
18304 for ac_config_target
in $ac_config_targets
18306 case $ac_config_target in
18307 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18308 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18309 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18310 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18311 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18312 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18313 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18314 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18315 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18316 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18317 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18318 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18319 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18320 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18322 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18327 # If the user did not use the arguments to specify the items to instantiate,
18328 # then the envvar interface is used. Set only those that are not.
18329 # We use the long form for the default assignment because of an extremely
18330 # bizarre bug on SunOS 4.1.3.
18331 if $ac_need_defaults; then
18332 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18333 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18334 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18335 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18338 # Have a temporary directory for convenience. Make it in the build tree
18339 # simply because there is no reason against having it here, and in addition,
18340 # creating and moving files from /tmp can sometimes cause problems.
18341 # Hook for its removal unless debugging.
18342 # Note that there is a small window in which the directory will not be cleaned:
18343 # after its creation but before its name has been assigned to `$tmp'.
18347 trap 'exit_status=$?
18348 : "${ac_tmp:=$tmp}"
18349 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18351 trap 'as_fn_exit 1' 1 2 13 15
18353 # Create a (secure) tmp directory for tmp files.
18356 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18360 tmp
=.
/conf$$
-$RANDOM
18361 (umask 077 && mkdir
"$tmp")
18362 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18365 # Set up the scripts for CONFIG_FILES section.
18366 # No need to generate them if there are no CONFIG_FILES.
18367 # This happens for instance with `./config.status config.h'.
18368 if test -n "$CONFIG_FILES"; then
18371 ac_cr
=`echo X | tr X '\015'`
18372 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18373 # But we know of no other shell where ac_cr would be empty at this
18374 # point, so we can use a bashism as a fallback.
18375 if test "x$ac_cr" = x
; then
18376 eval ac_cr
=\$
\'\\r
\'
18378 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18379 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18382 ac_cs_awk_cr
=$ac_cr
18385 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18390 echo "cat >conf$$subs.awk <<_ACEOF" &&
18391 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18393 } >conf$$subs.sh ||
18394 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18395 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18397 for ac_last_try in false false false false false :; do
18398 . ./conf$$subs.sh ||
18399 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18401 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18402 if test $ac_delim_n = $ac_delim_num; then
18404 elif $ac_last_try; then
18405 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18407 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18410 rm -f conf$$subs.sh
18412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18413 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18417 s/^/S["/; s
/!.
*/"]=/
18427 s/\(.\{148\}\)..*/\1/
18429 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18434 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18441 s/\(.\{148\}\)..*/\1/
18443 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18447 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18452 ' <conf$$subs.awk | sed '
18457 ' >>$CONFIG_STATUS || ac_write_fail=1
18458 rm -f conf$$subs.awk
18459 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18461 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18462 for (key in S) S_is_set[key] = 1
18468 nfields = split(line, field, "@
")
18470 len = length(field[1])
18471 for (i = 2; i < nfields; i++) {
18473 keylen = length(key)
18474 if (S_is_set[key]) {
18476 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18477 len += length(value) + length(field[++i])
18488 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18489 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18490 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18493 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18494 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18497 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18498 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18499 # trailing colons and then remove the whole line if VPATH becomes empty
18500 # (actually we leave an empty line to preserve line numbers).
18501 if test "x
$srcdir" = x.; then
18502 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18521 fi # test -n "$CONFIG_FILES"
18523 # Set up the scripts for CONFIG_HEADERS section.
18524 # No need to generate them if there are no CONFIG_HEADERS.
18525 # This happens for instance with `./config.status Makefile'.
18526 if test -n "$CONFIG_HEADERS"; then
18527 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18531 # Transform confdefs.h into an awk script `defines.awk', embedded as
18532 # here-document in config.status, that substitutes the proper values into
18533 # config.h.in to produce config.h.
18535 # Create a delimiter string that does not exist in confdefs.h, to ease
18536 # handling of long lines.
18538 for ac_last_try in false false :; do
18539 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18540 if test -z "$ac_tt"; then
18542 elif $ac_last_try; then
18543 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18545 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18549 # For the awk script, D is an array of macro values keyed by name,
18550 # likewise P contains macro parameters if any. Preserve backslash
18551 # newline sequences.
18553 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18555 s/.\{148\}/&'"$ac_delim"'/g
18558 s/^[ ]*#[ ]*define[ ][ ]*/ /
18565 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18567 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18571 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18572 D["\
1"]=" \
3\\\\\\n
"\\/p
18574 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18579 s/.\{148\}/&'"$ac_delim"'/g
18584 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18587 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18589 ' <confdefs.h | sed '
18590 s/'"$ac_delim"'/"\\\
18591 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18593 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18594 for (key in D) D_is_set[key] = 1
18597 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18599 split(line, arg, " ")
18600 if (arg[1] == "#") {
18604 defundef
= substr
(arg
[1], 2)
18607 split(mac1
, mac2
, "(") #)
18609 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18610 if (D_is_set
[macro
]) {
18611 # Preserve the white space surrounding the "#".
18612 print prefix
"define", macro P
[macro
] D
[macro
]
18615 # Replace #undef with comments. This is necessary, for example,
18616 # in the case of _POSIX_SOURCE, which is predefined and required
18617 # on some systems where configure will not decide to define it.
18618 if (defundef
== "undef") {
18619 print
"/*", prefix defundef
, macro
, "*/"
18627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18628 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18629 fi # test -n "$CONFIG_HEADERS"
18632 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18637 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18639 case $ac_mode$ac_tag in
18641 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18642 :[FH
]-) ac_tag
=-:-;;
18643 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18660 -) ac_f
="$ac_tmp/stdin";;
18661 *) # Look for the file first in the build tree, then in the source tree
18662 # (if the path is not absolute). The absolute path cannot be DOS-style,
18663 # because $ac_f cannot contain `:'.
18667 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18669 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18671 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18672 as_fn_append ac_file_inputs
" '$ac_f'"
18675 # Let's still pretend it is `configure' which instantiates (i.e., don't
18676 # use $as_me), people would be surprised to read:
18677 # /* config.h. Generated by config.status. */
18678 configure_input
='Generated from '`
18679 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18681 if test x
"$ac_file" != x-
; then
18682 configure_input
="$ac_file. $configure_input"
18683 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18684 $as_echo "$as_me: creating $ac_file" >&6;}
18686 # Neutralize special characters interpreted by sed in replacement strings.
18687 case $configure_input in #(
18688 *\
&* |
*\|
* |
*\\* )
18689 ac_sed_conf_input
=`$as_echo "$configure_input" |
18690 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18691 *) ac_sed_conf_input
=$configure_input;;
18695 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18696 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18701 ac_dir
=`$as_dirname -- "$ac_file" ||
18702 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18703 X"$ac_file" : 'X\(//\)[^/]' \| \
18704 X"$ac_file" : 'X\(//\)$' \| \
18705 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18706 $as_echo X"$ac_file" |
18707 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18711 /^X\(\/\/\)[^/].*/{
18724 as_dir
="$ac_dir"; as_fn_mkdir_p
18728 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18730 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18731 # A ".." for each directory in $ac_dir_suffix.
18732 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18733 case $ac_top_builddir_sub in
18734 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18735 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18738 ac_abs_top_builddir
=$ac_pwd
18739 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18740 # for backward compatibility:
18741 ac_top_builddir
=$ac_top_build_prefix
18744 .
) # We are building in place.
18746 ac_top_srcdir
=$ac_top_builddir_sub
18747 ac_abs_top_srcdir
=$ac_pwd ;;
18748 [\\/]* | ?
:[\\/]* ) # Absolute name.
18749 ac_srcdir
=$srcdir$ac_dir_suffix;
18750 ac_top_srcdir
=$srcdir
18751 ac_abs_top_srcdir
=$srcdir ;;
18752 *) # Relative name.
18753 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18754 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18755 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18757 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18768 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18769 # If the template does not know about datarootdir, expand it.
18770 # FIXME: This hack should be removed a few years after 2.60.
18771 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18782 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18783 *datarootdir
*) ac_datarootdir_seen
=yes;;
18784 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18786 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18788 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18789 ac_datarootdir_hack='
18790 s&@datadir@&$datadir&g
18791 s&@docdir@&$docdir&g
18792 s&@infodir@&$infodir&g
18793 s&@localedir@&$localedir&g
18794 s&@mandir@&$mandir&g
18795 s&\\\${datarootdir}&$datarootdir&g' ;;
18799 # Neutralize VPATH when `$srcdir' = `.'.
18800 # Shell code in configure.ac might set extrasub.
18801 # FIXME: do we really want to maintain this feature?
18802 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18803 ac_sed_extra="$ac_vpsub
18806 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18808 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18809 s|@configure_input@|
$ac_sed_conf_input|
;t t
18810 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18811 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18812 s
&@srcdir@
&$ac_srcdir&;t t
18813 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18814 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18815 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18816 s
&@builddir@
&$ac_builddir&;t t
18817 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18818 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18819 $ac_datarootdir_hack
18821 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18822 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18824 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18825 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18826 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18827 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18829 which seems to be undefined. Please make sure it is defined" >&5
18830 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18831 which seems to be undefined. Please make sure it is defined" >&2;}
18833 rm -f "$ac_tmp/stdin"
18835 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18836 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18838 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18844 if test x"$ac_file" != x-; then
18846 $as_echo "/* $configure_input */" \
18847 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18848 } >"$ac_tmp/config.h" \
18849 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18850 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18851 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18852 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18855 mv "$ac_tmp/config.h" "$ac_file" \
18856 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18859 $as_echo "/* $configure_input */" \
18860 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18861 || as_fn_error $? "could not create -" "$LINENO" 5
18869 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
18872 # Prefer the file from the source tree if names are identical.
18873 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18874 ac_source=$srcdir/$ac_source
18877 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18878 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18880 if test ! -r "$ac_source"; then
18881 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
18885 # Try a relative symlink, then a hard link, then a copy.
18887 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18888 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18890 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18891 ln "$ac_source" "$ac_file" 2>/dev/null ||
18892 cp -p "$ac_source" "$ac_file" ||
18893 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18896 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18897 $as_echo "$as_me: executing $ac_file commands" >&6;}
18902 case $ac_file$ac_mode in
18903 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18904 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
18905 "Makefile":C) wine_fn_output_makefile Makefile ;;
18906 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
18914 ac_clean_files=$ac_clean_files_save
18916 test $ac_write_fail = 0 ||
18917 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18920 # configure is writing to config.log, and then calls config.status.
18921 # config.status does its own redirection, appending to config.log.
18922 # Unfortunately, on DOS this fails, as config.log is still kept open
18923 # by configure, so config.status won't be able to
write to it
; its
18924 # output is simply discarded. So we exec the FD to /dev/null,
18925 # effectively closing config.log, so it can be properly (re)opened and
18926 # appended to by config.status. When coming back to configure, we
18927 # need to make the FD available again.
18928 if test "$no_create" != yes; then
18930 ac_config_status_args
=
18931 test "$silent" = yes &&
18932 ac_config_status_args
="$ac_config_status_args --quiet"
18934 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18936 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18937 # would make configure fail if this is the last instruction.
18938 $ac_cs_success || as_fn_exit
1
18940 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18942 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18946 if test "$no_create" = "yes"
18952 if test "x$wine_notices != "x
; then
18955 for msg
in $wine_notices; do
18957 if ${msg:+false} :; then :
18960 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18961 $as_echo "$as_me: $msg" >&6;}
18966 for msg
in $wine_warnings; do
18968 if ${msg:+false} :; then :
18972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18973 $as_echo "$as_me: WARNING: $msg" >&2;}
18979 $as_me: Finished. Do '${ac_make}' to compile Wine.