2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.10.
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.10'
584 PACKAGE_STRING
='Wine 1.7.10'
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 APPLICATIONSERVICESLIB
783 program_transform_name
794 ac_subst_files
='MAKE_RULES'
796 enable_option_checking
800 enable_maintainer_mode
856 enable_api_ms_win_core_localregistry_l1_1_0
857 enable_api_ms_win_core_processthreads_l1_1_0
858 enable_api_ms_win_core_winrt_error_l1_1_0
859 enable_api_ms_win_core_winrt_string_l1_1_0
860 enable_api_ms_win_downlevel_advapi32_l1_1_0
861 enable_api_ms_win_downlevel_advapi32_l2_1_0
862 enable_api_ms_win_downlevel_normaliz_l1_1_0
863 enable_api_ms_win_downlevel_ole32_l1_1_0
864 enable_api_ms_win_downlevel_shell32_l1_1_0
865 enable_api_ms_win_downlevel_shlwapi_l1_1_0
866 enable_api_ms_win_downlevel_shlwapi_l2_1_0
867 enable_api_ms_win_downlevel_user32_l1_1_0
868 enable_api_ms_win_downlevel_version_l1_1_0
869 enable_api_ms_win_security_base_l1_1_0
907 enable_d3dcompiler_33
908 enable_d3dcompiler_34
909 enable_d3dcompiler_35
910 enable_d3dcompiler_36
911 enable_d3dcompiler_37
912 enable_d3dcompiler_38
913 enable_d3dcompiler_39
914 enable_d3dcompiler_40
915 enable_d3dcompiler_41
916 enable_d3dcompiler_42
917 enable_d3dcompiler_43
1129 enable_photometadatahandler
1208 enable_windowscodecs
1209 enable_windowscodecsext
1211 enable_winecoreaudio_drv
1213 enable_winegstreamer
1214 enable_winejoystick_drv
1220 enable_wineqtdecoder
1255 enable_documentation
1263 enable_aspnet_regiis
1295 enable_presentationfontcache
1307 enable_servicemodelreg
1326 enable_winemenubuilder
1328 enable_winemsibuilder
1342 ac_precious_vars
='build_alias
1389 # Initialize some variables set by options.
1391 ac_init_version
=false
1392 ac_unrecognized_opts
=
1393 ac_unrecognized_sep
=
1394 # The variables have the same names as the options, with
1395 # dashes changed to underlines.
1396 cache_file
=/dev
/null
1403 program_transform_name
=s
,x
,x
,
1411 # Installation directory options.
1412 # These are left unexpanded so users can "make install exec_prefix=/foo"
1413 # and all the variables that are supposed to be based on exec_prefix
1414 # by default will actually change.
1415 # Use braces instead of parens because sh, perl, etc. also accept them.
1416 # (The list follows the same order as the GNU Coding Standards.)
1417 bindir
='${exec_prefix}/bin'
1418 sbindir
='${exec_prefix}/sbin'
1419 libexecdir
='${exec_prefix}/libexec'
1420 datarootdir
='${prefix}/share'
1421 datadir
='${datarootdir}'
1422 sysconfdir
='${prefix}/etc'
1423 sharedstatedir
='${prefix}/com'
1424 localstatedir
='${prefix}/var'
1425 includedir
='${prefix}/include'
1426 oldincludedir
='/usr/include'
1427 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1428 infodir
='${datarootdir}/info'
1433 libdir
='${exec_prefix}/lib'
1434 localedir
='${datarootdir}/locale'
1435 mandir
='${datarootdir}/man'
1441 # If the previous option needs an argument, assign it.
1442 if test -n "$ac_prev"; then
1443 eval $ac_prev=\
$ac_option
1449 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1454 # Accept the important Cygnus configure options, so we can diagnose typos.
1456 case $ac_dashdash$ac_option in
1460 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1462 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1463 bindir
=$ac_optarg ;;
1465 -build |
--build |
--buil |
--bui |
--bu)
1466 ac_prev
=build_alias
;;
1467 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1468 build_alias
=$ac_optarg ;;
1470 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1471 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1472 ac_prev
=cache_file
;;
1473 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1474 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1475 cache_file
=$ac_optarg ;;
1477 --config-cache |
-C)
1478 cache_file
=config.cache
;;
1480 -datadir |
--datadir |
--datadi |
--datad)
1482 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1483 datadir
=$ac_optarg ;;
1485 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1486 |
--dataroo |
--dataro |
--datar)
1487 ac_prev
=datarootdir
;;
1488 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1489 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1490 datarootdir
=$ac_optarg ;;
1492 -disable-* |
--disable-*)
1493 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1494 # Reject names that are not valid shell variable names.
1495 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1496 as_fn_error $?
"invalid feature name: $ac_useropt"
1497 ac_useropt_orig
=$ac_useropt
1498 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1499 case $ac_user_opts in
1501 "enable_
$ac_useropt"
1503 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1504 ac_unrecognized_sep
=', ';;
1506 eval enable_
$ac_useropt=no
;;
1508 -docdir |
--docdir |
--docdi |
--doc |
--do)
1510 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1511 docdir
=$ac_optarg ;;
1513 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1515 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1516 dvidir
=$ac_optarg ;;
1518 -enable-* |
--enable-*)
1519 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1520 # Reject names that are not valid shell variable names.
1521 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1522 as_fn_error $?
"invalid feature name: $ac_useropt"
1523 ac_useropt_orig
=$ac_useropt
1524 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1525 case $ac_user_opts in
1527 "enable_
$ac_useropt"
1529 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1530 ac_unrecognized_sep
=', ';;
1532 eval enable_
$ac_useropt=\
$ac_optarg ;;
1534 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1535 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1536 |
--exec |
--exe |
--ex)
1537 ac_prev
=exec_prefix
;;
1538 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1539 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1540 |
--exec=* |
--exe=* |
--ex=*)
1541 exec_prefix
=$ac_optarg ;;
1543 -gas |
--gas |
--ga |
--g)
1544 # Obsolete; use --with-gas.
1547 -help |
--help |
--hel |
--he |
-h)
1548 ac_init_help
=long
;;
1549 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1550 ac_init_help
=recursive
;;
1551 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1552 ac_init_help
=short
;;
1554 -host |
--host |
--hos |
--ho)
1555 ac_prev
=host_alias
;;
1556 -host=* |
--host=* |
--hos=* |
--ho=*)
1557 host_alias
=$ac_optarg ;;
1559 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1561 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1563 htmldir
=$ac_optarg ;;
1565 -includedir |
--includedir |
--includedi |
--included |
--include \
1566 |
--includ |
--inclu |
--incl |
--inc)
1567 ac_prev
=includedir
;;
1568 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1569 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1570 includedir
=$ac_optarg ;;
1572 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1574 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1575 infodir
=$ac_optarg ;;
1577 -libdir |
--libdir |
--libdi |
--libd)
1579 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1580 libdir
=$ac_optarg ;;
1582 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1583 |
--libexe |
--libex |
--libe)
1584 ac_prev
=libexecdir
;;
1585 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1586 |
--libexe=* |
--libex=* |
--libe=*)
1587 libexecdir
=$ac_optarg ;;
1589 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1590 ac_prev
=localedir
;;
1591 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1592 localedir
=$ac_optarg ;;
1594 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1595 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1596 ac_prev
=localstatedir
;;
1597 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1598 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1599 localstatedir
=$ac_optarg ;;
1601 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1603 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1604 mandir
=$ac_optarg ;;
1606 -nfp |
--nfp |
--nf)
1607 # Obsolete; use --without-fp.
1610 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1611 |
--no-cr |
--no-c |
-n)
1614 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1615 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1618 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1619 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1620 |
--oldin |
--oldi |
--old |
--ol |
--o)
1621 ac_prev
=oldincludedir
;;
1622 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1623 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1624 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1625 oldincludedir
=$ac_optarg ;;
1627 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1629 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1630 prefix
=$ac_optarg ;;
1632 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1633 |
--program-pre |
--program-pr |
--program-p)
1634 ac_prev
=program_prefix
;;
1635 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1636 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1637 program_prefix
=$ac_optarg ;;
1639 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1640 |
--program-suf |
--program-su |
--program-s)
1641 ac_prev
=program_suffix
;;
1642 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1643 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1644 program_suffix
=$ac_optarg ;;
1646 -program-transform-name |
--program-transform-name \
1647 |
--program-transform-nam |
--program-transform-na \
1648 |
--program-transform-n |
--program-transform- \
1649 |
--program-transform |
--program-transfor \
1650 |
--program-transfo |
--program-transf \
1651 |
--program-trans |
--program-tran \
1652 |
--progr-tra |
--program-tr |
--program-t)
1653 ac_prev
=program_transform_name
;;
1654 -program-transform-name=* |
--program-transform-name=* \
1655 |
--program-transform-nam=* |
--program-transform-na=* \
1656 |
--program-transform-n=* |
--program-transform-=* \
1657 |
--program-transform=* |
--program-transfor=* \
1658 |
--program-transfo=* |
--program-transf=* \
1659 |
--program-trans=* |
--program-tran=* \
1660 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1661 program_transform_name
=$ac_optarg ;;
1663 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1665 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1666 pdfdir
=$ac_optarg ;;
1668 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1670 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1673 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1674 |
-silent |
--silent |
--silen |
--sile |
--sil)
1677 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1679 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1681 sbindir
=$ac_optarg ;;
1683 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1684 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1685 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1687 ac_prev
=sharedstatedir
;;
1688 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1689 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1690 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1692 sharedstatedir
=$ac_optarg ;;
1694 -site |
--site |
--sit)
1696 -site=* |
--site=* |
--sit=*)
1699 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1701 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1702 srcdir
=$ac_optarg ;;
1704 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1705 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1706 ac_prev
=sysconfdir
;;
1707 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1708 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1709 sysconfdir
=$ac_optarg ;;
1711 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1712 ac_prev
=target_alias
;;
1713 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1714 target_alias
=$ac_optarg ;;
1716 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1719 -version |
--version |
--versio |
--versi |
--vers |
-V)
1720 ac_init_version
=: ;;
1723 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1724 # Reject names that are not valid shell variable names.
1725 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1726 as_fn_error $?
"invalid package name: $ac_useropt"
1727 ac_useropt_orig
=$ac_useropt
1728 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1729 case $ac_user_opts in
1733 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1734 ac_unrecognized_sep
=', ';;
1736 eval with_
$ac_useropt=\
$ac_optarg ;;
1738 -without-* |
--without-*)
1739 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1740 # Reject names that are not valid shell variable names.
1741 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1742 as_fn_error $?
"invalid package name: $ac_useropt"
1743 ac_useropt_orig
=$ac_useropt
1744 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1745 case $ac_user_opts in
1749 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1750 ac_unrecognized_sep
=', ';;
1752 eval with_
$ac_useropt=no
;;
1755 # Obsolete; use --with-x.
1758 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1759 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1760 ac_prev
=x_includes
;;
1761 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1762 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1763 x_includes
=$ac_optarg ;;
1765 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1766 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1767 ac_prev
=x_libraries
;;
1768 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1769 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1770 x_libraries
=$ac_optarg ;;
1772 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1773 Try \`$0 --help' for more information"
1777 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1778 # Reject names that are not valid shell variable names.
1779 case $ac_envvar in #(
1780 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1781 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1783 eval $ac_envvar=\
$ac_optarg
1784 export $ac_envvar ;;
1787 # FIXME: should be removed in autoconf 3.0.
1788 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1789 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1790 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1791 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1797 if test -n "$ac_prev"; then
1798 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1799 as_fn_error $?
"missing argument to $ac_option"
1802 if test -n "$ac_unrecognized_opts"; then
1803 case $enable_option_checking in
1805 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1806 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1810 # Check all directory arguments for consistency.
1811 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1812 datadir sysconfdir sharedstatedir localstatedir includedir \
1813 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1814 libdir localedir mandir
1816 eval ac_val
=\$
$ac_var
1817 # Remove trailing slashes.
1820 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1821 eval $ac_var=\
$ac_val;;
1823 # Be sure to have absolute directory names.
1825 [\\/$
]* | ?
:[\\/]* ) continue;;
1826 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1828 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1831 # There might be people who depend on the old broken behavior: `$host'
1832 # used to hold the argument of --host etc.
1833 # FIXME: To remove some day.
1836 target
=$target_alias
1838 # FIXME: To remove some day.
1839 if test "x$host_alias" != x
; then
1840 if test "x$build_alias" = x
; then
1841 cross_compiling
=maybe
1842 elif test "x$build_alias" != "x$host_alias"; then
1848 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1850 test "$silent" = yes && exec 6>/dev
/null
1853 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1854 ac_ls_di
=`ls -di .` &&
1855 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1856 as_fn_error $?
"working directory cannot be determined"
1857 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1858 as_fn_error $?
"pwd does not report name of working directory"
1861 # Find the source files, if location was not specified.
1862 if test -z "$srcdir"; then
1863 ac_srcdir_defaulted
=yes
1864 # Try the directory containing this script, then the parent directory.
1865 ac_confdir
=`$as_dirname -- "$as_myself" ||
1866 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1867 X"$as_myself" : 'X\(//\)[^/]' \| \
1868 X"$as_myself" : 'X\(//\)$' \| \
1869 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1870 $as_echo X"$as_myself" |
1871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1889 if test ! -r "$srcdir/$ac_unique_file"; then
1893 ac_srcdir_defaulted
=no
1895 if test ! -r "$srcdir/$ac_unique_file"; then
1896 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1897 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1899 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1901 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1903 # When building in place, set srcdir=.
1904 if test "$ac_abs_confdir" = "$ac_pwd"; then
1907 # Remove unnecessary trailing slashes from srcdir.
1908 # Double slashes in file names in object file debugging info
1909 # mess up M-x gdb in Emacs.
1911 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1913 for ac_var
in $ac_precious_vars; do
1914 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1915 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1916 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1917 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1921 # Report the --help message.
1923 if test "$ac_init_help" = "long"; then
1924 # Omit some internal or obsolete options to make the list less imposing.
1925 # This message is too long to be a string in the A/UX 3.1 sh.
1927 \`configure' configures Wine 1.7.10 to adapt to many kinds of systems.
1929 Usage: $0 [OPTION]... [VAR=VALUE]...
1931 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1932 VAR=VALUE. See below for descriptions of some of the useful variables.
1934 Defaults for the options are specified in brackets.
1937 -h, --help display this help and exit
1938 --help=short display options specific to this package
1939 --help=recursive display the short help of all the included packages
1940 -V, --version display version information and exit
1941 -q, --quiet, --silent do not print \`checking ...' messages
1942 --cache-file=FILE cache test results in FILE [disabled]
1943 -C, --config-cache alias for \`--cache-file=config.cache'
1944 -n, --no-create do not create output files
1945 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1947 Installation directories:
1948 --prefix=PREFIX install architecture-independent files in PREFIX
1949 [$ac_default_prefix]
1950 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1953 By default, \`make install' will install all the files in
1954 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1955 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1956 for instance \`--prefix=\$HOME'.
1958 For better control, use the options below.
1960 Fine tuning of the installation directories:
1961 --bindir=DIR user executables [EPREFIX/bin]
1962 --sbindir=DIR system admin executables [EPREFIX/sbin]
1963 --libexecdir=DIR program executables [EPREFIX/libexec]
1964 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1965 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1966 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1967 --libdir=DIR object code libraries [EPREFIX/lib]
1968 --includedir=DIR C header files [PREFIX/include]
1969 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1970 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1971 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1972 --infodir=DIR info documentation [DATAROOTDIR/info]
1973 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1974 --mandir=DIR man documentation [DATAROOTDIR/man]
1975 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1976 --htmldir=DIR html documentation [DOCDIR]
1977 --dvidir=DIR dvi documentation [DOCDIR]
1978 --pdfdir=DIR pdf documentation [DOCDIR]
1979 --psdir=DIR ps documentation [DOCDIR]
1985 --x-includes=DIR X include files are
in DIR
1986 --x-libraries=DIR X library files are
in DIR
1989 --build=BUILD configure
for building on BUILD
[guessed
]
1990 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1994 if test -n "$ac_init_help"; then
1995 case $ac_init_help in
1996 short | recursive
) echo "Configuration of Wine 1.7.10:";;
2001 --disable-option-checking ignore unrecognized
--enable/--with options
2002 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2003 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2004 --disable-win16 do not include Win16 support
2005 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2007 --disable-tests do not build the regression tests
2008 --enable-maintainer-mode
2009 enable maintainer-specific build rules
2010 --disable-largefile omit support for large files
2013 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2014 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2015 --without-alsa do not use the Alsa sound support
2016 --without-capi do not use CAPI (ISDN support)
2017 --without-cms do not use CMS (color management support)
2018 --without-coreaudio do not use the CoreAudio sound support
2019 --without-cups do not use CUPS
2020 --without-curses do not use (n)curses
2021 --without-dbus do not use DBus (dynamic device support)
2022 --without-fontconfig do not use fontconfig
2023 --without-freetype do not use the FreeType library
2024 --without-gettext do not use gettext
2025 --with-gettextpo use the GetTextPO library to rebuild po files
2026 --without-gphoto do not use gphoto (Digital Camera support)
2027 --without-glu do not use the GLU library
2028 --without-gnutls do not use GnuTLS (schannel support)
2029 --without-gsm do not use libgsm (GSM 06.10 codec support)
2030 --without-gstreamer do not use GStreamer (codecs support)
2031 --without-hal do not use HAL (dynamic device support)
2032 --without-jpeg do not use JPEG
2033 --without-ldap do not use LDAP
2034 --without-mpg123 do not use the mpg123 library
2035 --without-netapi do not use the Samba NetAPI library
2036 --without-openal do not use OpenAL
2037 --without-opencl do not use OpenCL
2038 --without-opengl do not use OpenGL
2039 --without-osmesa do not use the OSMesa library
2040 --without-oss do not use the OSS sound support
2041 --without-png do not use PNG
2042 --without-pthread do not use the pthread library
2043 --without-sane do not use SANE (scanner support)
2044 --without-tiff do not use TIFF
2045 --without-v4l do not use v4l1 (v4l support)
2046 --without-xcomposite do not use the Xcomposite extension
2047 --without-xcursor do not use the Xcursor extension
2048 --without-xinerama do not use Xinerama (multi-monitor support)
2049 --without-xinput do not use the Xinput extension
2050 --without-xinput2 do not use the Xinput 2 extension
2051 --without-xml do not use XML
2052 --without-xrandr do not use Xrandr (resolution changes)
2053 --without-xrender do not use the Xrender extension
2054 --without-xshape do not use the Xshape extension
2055 --without-xshm do not use XShm (shared memory extension)
2056 --without-xslt do not use XSLT
2057 --without-xxf86vm do not use XFree video mode extension
2058 --without-zlib do not use Zlib (data compression)
2059 --with-wine-tools=DIR use Wine tools from directory DIR
2060 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2061 --with-x use the X Window System
2063 Some influential environment variables:
2064 CC C compiler command
2065 CFLAGS C compiler flags
2066 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2067 nonstandard directory <lib dir>
2068 LIBS libraries to pass to the linker, e.g. -l<library>
2069 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2070 you have headers in a nonstandard directory <include dir>
2071 CXX C++ compiler command
2072 CXXFLAGS C++ compiler flags
2074 XMKMF Path to xmkmf, Makefile generator for X Window System
2075 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2076 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2077 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2078 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2079 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2080 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2081 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2082 HAL_LIBS Linker flags for hal, overriding pkg-config
2084 C compiler flags for gnutls, overriding pkg-config
2085 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2086 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2087 SANE_LIBS Linker flags for libsane, overriding pkg-config
2089 C compiler flags for libgphoto2, overriding pkg-config
2091 Linker flags for libgphoto2, overriding pkg-config
2093 C compiler flags for libgphoto2_port, overriding pkg-config
2095 Linker flags for libgphoto2_port, overriding pkg-config
2097 C compiler flags for lcms2, overriding pkg-config
2098 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2100 C compiler flags for freetype2, overriding pkg-config
2102 Linker flags for freetype2, overriding pkg-config
2104 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2106 Linker flags for gstreamer-app-0.10, overriding pkg-config
2108 C compiler flags for capi20, overriding pkg-config
2109 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2110 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2111 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2112 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2113 PNG_LIBS Linker flags for libpng, overriding pkg-config
2114 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2115 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2117 C compiler flags for libmpg123, overriding pkg-config
2118 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2120 Use these variables to override the choices made by `configure' or to
help
2121 it to
find libraries and programs with nonstandard names
/locations.
2123 Report bugs to
<wine-devel@winehq.org
>.
2124 Wine home page
: <http
://www.winehq.org
>.
2129 if test "$ac_init_help" = "recursive"; then
2130 # If there are subdirs, report their specific --help.
2131 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2132 test -d "$ac_dir" ||
2133 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2138 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2140 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2141 # A ".." for each directory in $ac_dir_suffix.
2142 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2143 case $ac_top_builddir_sub in
2144 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2145 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2148 ac_abs_top_builddir
=$ac_pwd
2149 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2150 # for backward compatibility:
2151 ac_top_builddir
=$ac_top_build_prefix
2154 .
) # We are building in place.
2156 ac_top_srcdir
=$ac_top_builddir_sub
2157 ac_abs_top_srcdir
=$ac_pwd ;;
2158 [\\/]* | ?
:[\\/]* ) # Absolute name.
2159 ac_srcdir
=$srcdir$ac_dir_suffix;
2160 ac_top_srcdir
=$srcdir
2161 ac_abs_top_srcdir
=$srcdir ;;
2163 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2164 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2165 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2167 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2169 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2170 # Check for guested configure.
2171 if test -f "$ac_srcdir/configure.gnu"; then
2173 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2174 elif test -f "$ac_srcdir/configure"; then
2176 $SHELL "$ac_srcdir/configure" --help=recursive
2178 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2180 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2184 test -n "$ac_init_help" && exit $ac_status
2185 if $ac_init_version; then
2187 Wine configure
1.7.10
2188 generated by GNU Autoconf
2.69
2190 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2191 This configure
script is free software
; the Free Software Foundation
2192 gives unlimited permission to copy
, distribute and modify it.
2197 ## ------------------------ ##
2198 ## Autoconf initialization. ##
2199 ## ------------------------ ##
2201 # ac_fn_c_try_compile LINENO
2202 # --------------------------
2203 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2204 ac_fn_c_try_compile
()
2206 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2207 rm -f conftest.
$ac_objext
2208 if { { ac_try
="$ac_compile"
2210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2211 *) ac_try_echo=$ac_try;;
2213 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2214 $as_echo "$ac_try_echo"; } >&5
2215 (eval "$ac_compile") 2>conftest.err
2217 if test -s conftest.err; then
2218 grep -v '^ *+' conftest.err >conftest.er1
2219 cat conftest.er1 >&5
2220 mv -f conftest.er1 conftest.err
2222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2223 test $ac_status = 0; } && {
2224 test -z "$ac_c_werror_flag" ||
2225 test ! -s conftest.err
2226 } && test -s conftest.$ac_objext; then :
2229 $as_echo "$as_me: failed program was:" >&5
2230 sed 's/^/| /' conftest.$ac_ext >&5
2234 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2235 as_fn_set_status $ac_retval
2237 } # ac_fn_c_try_compile
2239 # ac_fn_cxx_try_compile LINENO
2240 # ----------------------------
2241 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2242 ac_fn_cxx_try_compile ()
2244 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2245 rm -f conftest.$ac_objext
2246 if { { ac_try="$ac_compile"
2248 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2249 *) ac_try_echo
=$ac_try;;
2251 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2252 $as_echo "$ac_try_echo"; } >&5
2253 (eval "$ac_compile") 2>conftest.err
2255 if test -s conftest.err
; then
2256 grep -v '^ *+' conftest.err
>conftest.er1
2257 cat conftest.er1
>&5
2258 mv -f conftest.er1 conftest.err
2260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2261 test $ac_status = 0; } && {
2262 test -z "$ac_cxx_werror_flag" ||
2263 test ! -s conftest.err
2264 } && test -s conftest.
$ac_objext; then :
2267 $as_echo "$as_me: failed program was:" >&5
2268 sed 's/^/| /' conftest.
$ac_ext >&5
2272 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2273 as_fn_set_status
$ac_retval
2275 } # ac_fn_cxx_try_compile
2277 # ac_fn_c_try_link LINENO
2278 # -----------------------
2279 # Try to link conftest.$ac_ext, and return whether this succeeded.
2282 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2283 rm -f conftest.
$ac_objext conftest
$ac_exeext
2284 if { { ac_try
="$ac_link"
2286 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2287 *) ac_try_echo=$ac_try;;
2289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2290 $as_echo "$ac_try_echo"; } >&5
2291 (eval "$ac_link") 2>conftest.err
2293 if test -s conftest.err; then
2294 grep -v '^ *+' conftest.err >conftest.er1
2295 cat conftest.er1 >&5
2296 mv -f conftest.er1 conftest.err
2298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2299 test $ac_status = 0; } && {
2300 test -z "$ac_c_werror_flag" ||
2301 test ! -s conftest.err
2302 } && test -s conftest$ac_exeext && {
2303 test "$cross_compiling" = yes ||
2304 test -x conftest$ac_exeext
2308 $as_echo "$as_me: failed program was:" >&5
2309 sed 's/^/| /' conftest.$ac_ext >&5
2313 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2314 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2315 # interfere with the next link command; also delete a directory that is
2316 # left behind by Apple's compiler. We do this before executing the actions.
2317 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2318 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2319 as_fn_set_status $ac_retval
2321 } # ac_fn_c_try_link
2323 # ac_fn_c_try_cpp LINENO
2324 # ----------------------
2325 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2328 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2329 if { { ac_try="$ac_cpp conftest.$ac_ext"
2331 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2332 *) ac_try_echo
=$ac_try;;
2334 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2335 $as_echo "$ac_try_echo"; } >&5
2336 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2338 if test -s conftest.err
; then
2339 grep -v '^ *+' conftest.err
>conftest.er1
2340 cat conftest.er1
>&5
2341 mv -f conftest.er1 conftest.err
2343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2344 test $ac_status = 0; } > conftest.i
&& {
2345 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2346 test ! -s conftest.err
2350 $as_echo "$as_me: failed program was:" >&5
2351 sed 's/^/| /' conftest.
$ac_ext >&5
2355 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2356 as_fn_set_status
$ac_retval
2360 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2361 # -------------------------------------------------------
2362 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2363 # the include files in INCLUDES and setting the cache variable VAR
2365 ac_fn_c_check_header_mongrel
()
2367 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2368 if eval \
${$3+:} false
; then :
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2370 $as_echo_n "checking for $2... " >&6; }
2371 if eval \
${$3+:} false
; then :
2372 $as_echo_n "(cached) " >&6
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2376 $as_echo "$ac_res" >&6; }
2378 # Is the header compilable?
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2380 $as_echo_n "checking $2 usability... " >&6; }
2381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2382 /* end confdefs.h. */
2386 if ac_fn_c_try_compile
"$LINENO"; then :
2387 ac_header_compiler
=yes
2389 ac_header_compiler
=no
2391 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2393 $as_echo "$ac_header_compiler" >&6; }
2395 # Is the header present?
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2397 $as_echo_n "checking $2 presence... " >&6; }
2398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2399 /* end confdefs.h. */
2402 if ac_fn_c_try_cpp
"$LINENO"; then :
2403 ac_header_preproc
=yes
2405 ac_header_preproc
=no
2407 rm -f conftest.err conftest.i conftest.
$ac_ext
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2409 $as_echo "$ac_header_preproc" >&6; }
2411 # So? What about this header?
2412 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2415 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2417 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2421 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2423 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2425 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2427 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2429 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2430 ( $as_echo "## ------------------------------------ ##
2431 ## Report this to wine-devel@winehq.org ##
2432 ## ------------------------------------ ##"
2433 ) |
sed "s/^/$as_me: WARNING: /" >&2
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2437 $as_echo_n "checking for $2... " >&6; }
2438 if eval \
${$3+:} false
; then :
2439 $as_echo_n "(cached) " >&6
2441 eval "$3=\$ac_header_compiler"
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2445 $as_echo "$ac_res" >&6; }
2447 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2449 } # ac_fn_c_check_header_mongrel
2451 # ac_fn_c_try_run LINENO
2452 # ----------------------
2453 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2454 # that executables *can* be run.
2457 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2458 if { { ac_try
="$ac_link"
2460 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2461 *) ac_try_echo=$ac_try;;
2463 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2464 $as_echo "$ac_try_echo"; } >&5
2465 (eval "$ac_link") 2>&5
2467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2468 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2469 { { case "(($ac_try" in
2470 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2471 *) ac_try_echo
=$ac_try;;
2473 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2474 $as_echo "$ac_try_echo"; } >&5
2475 (eval "$ac_try") 2>&5
2477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2478 test $ac_status = 0; }; }; then :
2481 $as_echo "$as_me: program exited with status $ac_status" >&5
2482 $as_echo "$as_me: failed program was:" >&5
2483 sed 's/^/| /' conftest.
$ac_ext >&5
2485 ac_retval
=$ac_status
2487 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2488 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2489 as_fn_set_status
$ac_retval
2493 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2494 # -------------------------------------------------------
2495 # Tests whether HEADER exists and can be compiled using the include files in
2496 # INCLUDES, setting the cache variable VAR accordingly.
2497 ac_fn_c_check_header_compile
()
2499 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2501 $as_echo_n "checking for $2... " >&6; }
2502 if eval \
${$3+:} false
; then :
2503 $as_echo_n "(cached) " >&6
2505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2506 /* end confdefs.h. */
2510 if ac_fn_c_try_compile
"$LINENO"; then :
2515 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2519 $as_echo "$ac_res" >&6; }
2520 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2522 } # ac_fn_c_check_header_compile
2524 # ac_fn_c_check_func LINENO FUNC VAR
2525 # ----------------------------------
2526 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2527 ac_fn_c_check_func
()
2529 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2531 $as_echo_n "checking for $2... " >&6; }
2532 if eval \
${$3+:} false
; then :
2533 $as_echo_n "(cached) " >&6
2535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2536 /* end confdefs.h. */
2537 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2538 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2539 #define $2 innocuous_$2
2541 /* System header to define __stub macros and hopefully few prototypes,
2542 which can conflict with char $2 (); below.
2543 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2544 <limits.h> exists even on freestanding compilers. */
2547 # include <limits.h>
2549 # include <assert.h>
2554 /* Override any GCC internal prototype to avoid an error.
2555 Use char because int might match the return type of a GCC
2556 builtin and then its argument prototype would still apply. */
2561 /* The GNU C library defines this for functions which it implements
2562 to always fail with ENOSYS. Some functions are actually named
2563 something starting with __ and the normal name is an alias. */
2564 #if defined __stub_$2 || defined __stub___$2
2576 if ac_fn_c_try_link
"$LINENO"; then :
2581 rm -f core conftest.err conftest.
$ac_objext \
2582 conftest
$ac_exeext conftest.
$ac_ext
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2586 $as_echo "$ac_res" >&6; }
2587 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2589 } # ac_fn_c_check_func
2591 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2592 # ----------------------------------------------------
2593 # Tries to find if the field MEMBER exists in type AGGR, after including
2594 # INCLUDES, setting cache variable VAR accordingly.
2595 ac_fn_c_check_member
()
2597 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2599 $as_echo_n "checking for $2.$3... " >&6; }
2600 if eval \
${$4+:} false
; then :
2601 $as_echo_n "(cached) " >&6
2603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2604 /* end confdefs.h. */
2616 if ac_fn_c_try_compile
"$LINENO"; then :
2619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2620 /* end confdefs.h. */
2626 if (sizeof ac_aggr.$3)
2632 if ac_fn_c_try_compile
"$LINENO"; then :
2637 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2639 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2643 $as_echo "$ac_res" >&6; }
2644 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2646 } # ac_fn_c_check_member
2648 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2649 # -------------------------------------------
2650 # Tests whether TYPE exists after having included INCLUDES, setting cache
2651 # variable VAR accordingly.
2652 ac_fn_c_check_type
()
2654 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2656 $as_echo_n "checking for $2... " >&6; }
2657 if eval \
${$3+:} false
; then :
2658 $as_echo_n "(cached) " >&6
2661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2662 /* end confdefs.h. */
2673 if ac_fn_c_try_compile
"$LINENO"; then :
2674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2675 /* end confdefs.h. */
2686 if ac_fn_c_try_compile
"$LINENO"; then :
2691 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2697 $as_echo "$ac_res" >&6; }
2698 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2700 } # ac_fn_c_check_type
2701 cat >config.log
<<_ACEOF
2702 This file contains any messages produced by compilers while
2703 running configure, to aid debugging if configure makes a mistake.
2705 It was created by Wine $as_me 1.7.10, which was
2706 generated by GNU Autoconf 2.69. Invocation command line was
2718 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2719 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2720 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2721 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2722 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2724 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2725 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2727 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2728 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2729 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2730 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2731 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2732 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2733 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2737 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2741 test -z "$as_dir" && as_dir
=.
2742 $as_echo "PATH: $as_dir"
2758 # Keep a trace of the command line.
2759 # Strip out --no-create and --no-recursion so they do not pile up.
2760 # Strip out --silent because we don't want to record it for future runs.
2761 # Also quote any args containing shell meta-characters.
2762 # Make two passes to allow for proper duplicate-argument suppression.
2766 ac_must_keep_next
=false
2772 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2773 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2774 |
-silent |
--silent |
--silen |
--sile |
--sil)
2777 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2780 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2782 as_fn_append ac_configure_args1
" '$ac_arg'"
2783 if test $ac_must_keep_next = true
; then
2784 ac_must_keep_next
=false
# Got value, back to normal.
2787 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2788 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2789 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2790 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2791 case "$ac_configure_args0 " in
2792 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2795 -* ) ac_must_keep_next
=true
;;
2798 as_fn_append ac_configure_args
" '$ac_arg'"
2803 { ac_configure_args0
=; unset ac_configure_args0
;}
2804 { ac_configure_args1
=; unset ac_configure_args1
;}
2806 # When interrupted or exit'd, cleanup temporary files, and complete
2807 # config.log. We remove comments because anyway the quotes in there
2808 # would cause problems or look ugly.
2809 # WARNING: Use '\'' to represent an apostrophe within the trap.
2810 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2811 trap 'exit_status=$?
2812 # Save into config.log some information that might help in debugging.
2816 $as_echo "## ---------------- ##
2817 ## Cache variables. ##
2818 ## ---------------- ##"
2820 # The following way of writing the cache mishandles newlines in values,
2822 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2823 eval ac_val=\$$ac_var
2827 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2828 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2831 _ | IFS | as_nl) ;; #(
2832 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2833 *) { eval $ac_var=; unset $ac_var;} ;;
2838 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2839 *${as_nl}ac_space=\ *)
2841 "s/'\''/'\''\\\\'\'''\''/g;
2842 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2845 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2852 $as_echo "## ----------------- ##
2853 ## Output variables. ##
2854 ## ----------------- ##"
2856 for ac_var in $ac_subst_vars
2858 eval ac_val=\$$ac_var
2860 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2862 $as_echo "$ac_var='\''$ac_val'\''"
2866 if test -n "$ac_subst_files"; then
2867 $as_echo "## ------------------- ##
2868 ## File substitutions. ##
2869 ## ------------------- ##"
2871 for ac_var
in $ac_subst_files
2873 eval ac_val
=\$
$ac_var
2875 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2877 $as_echo "$ac_var='\''$ac_val'\''"
2882 if test -s confdefs.h; then
2883 $as_echo "## ----------- ##
2890 test "$ac_signal" != 0 &&
2891 $as_echo "$as_me: caught signal $ac_signal"
2892 $as_echo "$as_me: exit $exit_status"
2894 rm -f core *.core core.conftest.* &&
2895 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2898 for ac_signal
in 1 2 13 15; do
2899 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2903 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2904 rm -f -r conftest
* confdefs.h
2906 $as_echo "/* confdefs.h */" > confdefs.h
2908 # Predefined preprocessor variables.
2910 cat >>confdefs.h
<<_ACEOF
2911 #define PACKAGE_NAME "$PACKAGE_NAME"
2914 cat >>confdefs.h
<<_ACEOF
2915 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2918 cat >>confdefs.h
<<_ACEOF
2919 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2922 cat >>confdefs.h
<<_ACEOF
2923 #define PACKAGE_STRING "$PACKAGE_STRING"
2926 cat >>confdefs.h
<<_ACEOF
2927 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2930 cat >>confdefs.h
<<_ACEOF
2931 #define PACKAGE_URL "$PACKAGE_URL"
2935 # Let the site file select an alternate cache file if it wants to.
2936 # Prefer an explicitly selected file to automatically selected ones.
2939 if test -n "$CONFIG_SITE"; then
2940 # We do not want a PATH search for config.site.
2941 case $CONFIG_SITE in #((
2942 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2943 */*) ac_site_file1
=$CONFIG_SITE;;
2944 *) ac_site_file1
=.
/$CONFIG_SITE;;
2946 elif test "x$prefix" != xNONE
; then
2947 ac_site_file1
=$prefix/share
/config.site
2948 ac_site_file2
=$prefix/etc
/config.site
2950 ac_site_file1
=$ac_default_prefix/share
/config.site
2951 ac_site_file2
=$ac_default_prefix/etc
/config.site
2953 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2955 test "x$ac_site_file" = xNONE
&& continue
2956 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2958 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2959 sed 's/^/| /' "$ac_site_file" >&5
2961 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2962 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2963 as_fn_error $?
"failed to load site script $ac_site_file
2964 See \`config.log' for more details" "$LINENO" 5; }
2968 if test -r "$cache_file"; then
2969 # Some versions of bash will fail to source /dev/null (special files
2970 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2971 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2973 $as_echo "$as_me: loading cache $cache_file" >&6;}
2975 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2976 *) .
"./$cache_file";;
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2981 $as_echo "$as_me: creating cache $cache_file" >&6;}
2985 # Check that the precious variables saved in the cache have kept the same
2987 ac_cache_corrupted
=false
2988 for ac_var
in $ac_precious_vars; do
2989 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2990 eval ac_new_set
=\
$ac_env_${ac_var}_set
2991 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2992 eval ac_new_val
=\
$ac_env_${ac_var}_value
2993 case $ac_old_set,$ac_new_set in
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2996 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2997 ac_cache_corrupted
=: ;;
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3000 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3001 ac_cache_corrupted
=: ;;
3004 if test "x$ac_old_val" != "x$ac_new_val"; then
3005 # differences in whitespace do not lead to failure.
3006 ac_old_val_w
=`echo x $ac_old_val`
3007 ac_new_val_w
=`echo x $ac_new_val`
3008 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3010 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3011 ac_cache_corrupted
=:
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3014 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3015 eval $ac_var=\
$ac_old_val
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3018 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3020 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3023 # Pass precious variables to config.status.
3024 if test "$ac_new_set" = set; then
3026 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3027 *) ac_arg
=$ac_var=$ac_new_val ;;
3029 case " $ac_configure_args " in
3030 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3031 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3035 if $ac_cache_corrupted; then
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3037 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3039 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3040 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3042 ## -------------------- ##
3043 ## Main body of script. ##
3044 ## -------------------- ##
3047 ac_cpp
='$CPP $CPPFLAGS'
3048 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3049 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3050 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3054 ac_config_headers
="$ac_config_headers include/config.h"
3057 for ac_dir
in tools
"$srcdir"/tools
; do
3058 if test -f "$ac_dir/install-sh"; then
3060 ac_install_sh
="$ac_aux_dir/install-sh -c"
3062 elif test -f "$ac_dir/install.sh"; then
3064 ac_install_sh
="$ac_aux_dir/install.sh -c"
3066 elif test -f "$ac_dir/shtool"; then
3068 ac_install_sh
="$ac_aux_dir/shtool install -c"
3072 if test -z "$ac_aux_dir"; then
3073 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3076 # These three variables are undocumented and unsupported,
3077 # and are intended to be withdrawn in a future Autoconf release.
3078 # They can cause serious problems if a builder's source tree is in a directory
3079 # whose full name contains unusual characters.
3080 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3081 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3082 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3086 libwine_version
="1.0"
3090 # Check whether --enable-win16 was given.
3091 if test "${enable_win16+set}" = set; then :
3092 enableval
=$enable_win16;
3095 # Check whether --enable-win64 was given.
3096 if test "${enable_win64+set}" = set; then :
3097 enableval
=$enable_win64;
3100 # Check whether --enable-tests was given.
3101 if test "${enable_tests+set}" = set; then :
3102 enableval
=$enable_tests;
3105 # Check whether --enable-maintainer-mode was given.
3106 if test "${enable_maintainer_mode+set}" = set; then :
3107 enableval
=$enable_maintainer_mode;
3112 # Check whether --with-alsa was given.
3113 if test "${with_alsa+set}" = set; then :
3114 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3118 # Check whether --with-capi was given.
3119 if test "${with_capi+set}" = set; then :
3124 # Check whether --with-cms was given.
3125 if test "${with_cms+set}" = set; then :
3130 # Check whether --with-coreaudio was given.
3131 if test "${with_coreaudio+set}" = set; then :
3132 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3136 # Check whether --with-cups was given.
3137 if test "${with_cups+set}" = set; then :
3142 # Check whether --with-curses was given.
3143 if test "${with_curses+set}" = set; then :
3144 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3148 # Check whether --with-dbus was given.
3149 if test "${with_dbus+set}" = set; then :
3154 # Check whether --with-fontconfig was given.
3155 if test "${with_fontconfig+set}" = set; then :
3156 withval
=$with_fontconfig;
3160 # Check whether --with-freetype was given.
3161 if test "${with_freetype+set}" = set; then :
3162 withval
=$with_freetype;
3166 # Check whether --with-gettext was given.
3167 if test "${with_gettext+set}" = set; then :
3168 withval
=$with_gettext;
3172 # Check whether --with-gettextpo was given.
3173 if test "${with_gettextpo+set}" = set; then :
3174 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3178 # Check whether --with-gphoto was given.
3179 if test "${with_gphoto+set}" = set; then :
3180 withval
=$with_gphoto;
3184 # Check whether --with-glu was given.
3185 if test "${with_glu+set}" = set; then :
3190 # Check whether --with-gnutls was given.
3191 if test "${with_gnutls+set}" = set; then :
3192 withval
=$with_gnutls;
3196 # Check whether --with-gsm was given.
3197 if test "${with_gsm+set}" = set; then :
3198 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3202 # Check whether --with-gstreamer was given.
3203 if test "${with_gstreamer+set}" = set; then :
3204 withval
=$with_gstreamer;
3208 # Check whether --with-hal was given.
3209 if test "${with_hal+set}" = set; then :
3214 # Check whether --with-jpeg was given.
3215 if test "${with_jpeg+set}" = set; then :
3220 # Check whether --with-ldap was given.
3221 if test "${with_ldap+set}" = set; then :
3222 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3226 # Check whether --with-mpg123 was given.
3227 if test "${with_mpg123+set}" = set; then :
3228 withval
=$with_mpg123;
3232 # Check whether --with-netapi was given.
3233 if test "${with_netapi+set}" = set; then :
3234 withval
=$with_netapi;
3238 # Check whether --with-openal was given.
3239 if test "${with_openal+set}" = set; then :
3240 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3244 # Check whether --with-opencl was given.
3245 if test "${with_opencl+set}" = set; then :
3246 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3250 # Check whether --with-opengl was given.
3251 if test "${with_opengl+set}" = set; then :
3252 withval
=$with_opengl;
3256 # Check whether --with-osmesa was given.
3257 if test "${with_osmesa+set}" = set; then :
3258 withval
=$with_osmesa;
3262 # Check whether --with-oss was given.
3263 if test "${with_oss+set}" = set; then :
3268 # Check whether --with-png was given.
3269 if test "${with_png+set}" = set; then :
3274 # Check whether --with-pthread was given.
3275 if test "${with_pthread+set}" = set; then :
3276 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3280 # Check whether --with-sane was given.
3281 if test "${with_sane+set}" = set; then :
3286 # Check whether --with-tiff was given.
3287 if test "${with_tiff+set}" = set; then :
3292 # Check whether --with-v4l was given.
3293 if test "${with_v4l+set}" = set; then :
3298 # Check whether --with-xcomposite was given.
3299 if test "${with_xcomposite+set}" = set; then :
3300 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3304 # Check whether --with-xcursor was given.
3305 if test "${with_xcursor+set}" = set; then :
3306 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3310 # Check whether --with-xinerama was given.
3311 if test "${with_xinerama+set}" = set; then :
3312 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3316 # Check whether --with-xinput was given.
3317 if test "${with_xinput+set}" = set; then :
3318 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3322 # Check whether --with-xinput2 was given.
3323 if test "${with_xinput2+set}" = set; then :
3324 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3328 # Check whether --with-xml was given.
3329 if test "${with_xml+set}" = set; then :
3334 # Check whether --with-xrandr was given.
3335 if test "${with_xrandr+set}" = set; then :
3336 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3340 # Check whether --with-xrender was given.
3341 if test "${with_xrender+set}" = set; then :
3342 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3346 # Check whether --with-xshape was given.
3347 if test "${with_xshape+set}" = set; then :
3348 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3352 # Check whether --with-xshm was given.
3353 if test "${with_xshm+set}" = set; then :
3354 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3358 # Check whether --with-xslt was given.
3359 if test "${with_xslt+set}" = set; then :
3364 # Check whether --with-xxf86vm was given.
3365 if test "${with_xxf86vm+set}" = set; then :
3366 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
3370 # Check whether --with-zlib was given.
3371 if test "${with_zlib+set}" = set; then :
3372 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3377 # Check whether --with-wine-tools was given.
3378 if test "${with_wine_tools+set}" = set; then :
3379 withval
=$with_wine_tools;
3383 # Check whether --with-wine64 was given.
3384 if test "${with_wine64+set}" = set; then :
3385 withval
=$with_wine64;
3389 # Make sure we can run config.sub.
3390 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3391 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3394 $as_echo_n "checking build system type... " >&6; }
3395 if ${ac_cv_build+:} false
; then :
3396 $as_echo_n "(cached) " >&6
3398 ac_build_alias
=$build_alias
3399 test "x$ac_build_alias" = x
&&
3400 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3401 test "x$ac_build_alias" = x
&&
3402 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3403 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3404 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3408 $as_echo "$ac_cv_build" >&6; }
3409 case $ac_cv_build in
3411 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3414 ac_save_IFS
=$IFS; IFS
='-'
3420 # Remember, the first character of IFS is used to create $*,
3421 # except with old shells:
3424 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3428 $as_echo_n "checking host system type... " >&6; }
3429 if ${ac_cv_host+:} false
; then :
3430 $as_echo_n "(cached) " >&6
3432 if test "x$host_alias" = x
; then
3433 ac_cv_host
=$ac_cv_build
3435 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3436 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3441 $as_echo "$ac_cv_host" >&6; }
3444 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3447 ac_save_IFS
=$IFS; IFS
='-'
3453 # Remember, the first character of IFS is used to create $*,
3454 # except with old shells:
3457 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3463 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3464 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3465 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3471 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3473 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3474 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3475 $as_echo_n "(cached) " >&6
3477 cat >conftest.
make <<\_ACEOF
3480 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3482 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3483 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3485 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3487 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3491 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3493 $as_echo "yes" >&6; }
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3497 $as_echo "no" >&6; }
3498 SET_MAKE
="MAKE=${MAKE-make}"
3502 ac_cpp
='$CPP $CPPFLAGS'
3503 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3504 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3505 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3506 if test -n "$ac_tool_prefix"; then
3507 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3508 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3510 $as_echo_n "checking for $ac_word... " >&6; }
3511 if ${ac_cv_prog_CC+:} false
; then :
3512 $as_echo_n "(cached) " >&6
3514 if test -n "$CC"; then
3515 ac_cv_prog_CC
="$CC" # Let the user override the test.
3517 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3521 test -z "$as_dir" && as_dir
=.
3522 for ac_exec_ext
in '' $ac_executable_extensions; do
3523 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3524 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3535 if test -n "$CC"; then
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3537 $as_echo "$CC" >&6; }
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3540 $as_echo "no" >&6; }
3545 if test -z "$ac_cv_prog_CC"; then
3547 # Extract the first word of "gcc", so it can be a program name with args.
3548 set dummy gcc
; ac_word
=$2
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3550 $as_echo_n "checking for $ac_word... " >&6; }
3551 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3552 $as_echo_n "(cached) " >&6
3554 if test -n "$ac_ct_CC"; then
3555 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3561 test -z "$as_dir" && as_dir
=.
3562 for ac_exec_ext
in '' $ac_executable_extensions; do
3563 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3564 ac_cv_prog_ac_ct_CC
="gcc"
3565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3574 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3575 if test -n "$ac_ct_CC"; then
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3577 $as_echo "$ac_ct_CC" >&6; }
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3580 $as_echo "no" >&6; }
3583 if test "x$ac_ct_CC" = x
; then
3586 case $cross_compiling:$ac_tool_warned in
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3589 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3590 ac_tool_warned
=yes ;;
3598 if test -z "$CC"; then
3599 if test -n "$ac_tool_prefix"; then
3600 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3601 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3603 $as_echo_n "checking for $ac_word... " >&6; }
3604 if ${ac_cv_prog_CC+:} false
; then :
3605 $as_echo_n "(cached) " >&6
3607 if test -n "$CC"; then
3608 ac_cv_prog_CC
="$CC" # Let the user override the test.
3610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3614 test -z "$as_dir" && as_dir
=.
3615 for ac_exec_ext
in '' $ac_executable_extensions; do
3616 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3617 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3628 if test -n "$CC"; then
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3630 $as_echo "$CC" >&6; }
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3633 $as_echo "no" >&6; }
3639 if test -z "$CC"; then
3640 # Extract the first word of "cc", so it can be a program name with args.
3641 set dummy cc
; ac_word
=$2
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3643 $as_echo_n "checking for $ac_word... " >&6; }
3644 if ${ac_cv_prog_CC+:} false
; then :
3645 $as_echo_n "(cached) " >&6
3647 if test -n "$CC"; then
3648 ac_cv_prog_CC
="$CC" # Let the user override the test.
3651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3655 test -z "$as_dir" && as_dir
=.
3656 for ac_exec_ext
in '' $ac_executable_extensions; do
3657 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3658 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3659 ac_prog_rejected
=yes
3663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3670 if test $ac_prog_rejected = yes; then
3671 # We found a bogon in the path, so make sure we never use it.
3672 set dummy
$ac_cv_prog_CC
3674 if test $# != 0; then
3675 # We chose a different compiler from the bogus one.
3676 # However, it has the same basename, so the bogon will be chosen
3677 # first if we set CC to just the basename; use the full file name.
3679 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3685 if test -n "$CC"; then
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3687 $as_echo "$CC" >&6; }
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3690 $as_echo "no" >&6; }
3695 if test -z "$CC"; then
3696 if test -n "$ac_tool_prefix"; then
3697 for ac_prog
in cl.exe
3699 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3700 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3702 $as_echo_n "checking for $ac_word... " >&6; }
3703 if ${ac_cv_prog_CC+:} false
; then :
3704 $as_echo_n "(cached) " >&6
3706 if test -n "$CC"; then
3707 ac_cv_prog_CC
="$CC" # Let the user override the test.
3709 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3713 test -z "$as_dir" && as_dir
=.
3714 for ac_exec_ext
in '' $ac_executable_extensions; do
3715 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3716 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3727 if test -n "$CC"; then
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3729 $as_echo "$CC" >&6; }
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3732 $as_echo "no" >&6; }
3736 test -n "$CC" && break
3739 if test -z "$CC"; then
3741 for ac_prog
in cl.exe
3743 # Extract the first word of "$ac_prog", so it can be a program name with args.
3744 set dummy
$ac_prog; ac_word
=$2
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3746 $as_echo_n "checking for $ac_word... " >&6; }
3747 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3748 $as_echo_n "(cached) " >&6
3750 if test -n "$ac_ct_CC"; then
3751 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3753 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3757 test -z "$as_dir" && as_dir
=.
3758 for ac_exec_ext
in '' $ac_executable_extensions; do
3759 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3760 ac_cv_prog_ac_ct_CC
="$ac_prog"
3761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3770 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3771 if test -n "$ac_ct_CC"; then
3772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3773 $as_echo "$ac_ct_CC" >&6; }
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3776 $as_echo "no" >&6; }
3780 test -n "$ac_ct_CC" && break
3783 if test "x$ac_ct_CC" = x
; then
3786 case $cross_compiling:$ac_tool_warned in
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3790 ac_tool_warned
=yes ;;
3799 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3801 as_fn_error $?
"no acceptable C compiler found in \$PATH
3802 See \`config.log' for more details" "$LINENO" 5; }
3804 # Provide some information about the compiler.
3805 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3808 for ac_option
in --version -v -V -qversion; do
3809 { { ac_try
="$ac_compiler $ac_option >&5"
3811 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3812 *) ac_try_echo=$ac_try;;
3814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3815 $as_echo "$ac_try_echo"; } >&5
3816 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3818 if test -s conftest.err; then
3820 ... rest of stderr output deleted ...
3821 10q' conftest.err >conftest.er1
3822 cat conftest.er1 >&5
3824 rm -f conftest.er1 conftest.err
3825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3826 test $ac_status = 0; }
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830 /* end confdefs.h. */
3840 ac_clean_files_save=$ac_clean_files
3841 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3842 # Try to create an executable without -o first, disregard a.out.
3843 # It will help us diagnose broken compilers, and finding out an intuition
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3846 $as_echo_n "checking whether the C compiler works... " >&6; }
3847 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3849 # The possible output files:
3850 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3853 for ac_file in $ac_files
3856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3857 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3862 if { { ac_try="$ac_link_default"
3864 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3865 *) ac_try_echo
=$ac_try;;
3867 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3868 $as_echo "$ac_try_echo"; } >&5
3869 (eval "$ac_link_default") 2>&5
3871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3872 test $ac_status = 0; }; then :
3873 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3874 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3875 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3876 # so that the user can short-circuit this test for compilers unknown to
3878 for ac_file
in $ac_files ''
3880 test -f "$ac_file" ||
continue
3882 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3885 # We found the default executable, but exeext='' is most
3889 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3891 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3893 # We set ac_cv_exeext here because the later test for it is not
3894 # safe: cross compilers may not add the suffix if given an `-o'
3895 # argument, so we may need to know it at that point already.
3896 # Even if this section looks crufty: it has the advantage of
3903 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3908 if test -z "$ac_file"; then :
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3910 $as_echo "no" >&6; }
3911 $as_echo "$as_me: failed program was:" >&5
3912 sed 's/^/| /' conftest.
$ac_ext >&5
3914 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3915 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3916 as_fn_error
77 "C compiler cannot create executables
3917 See \`config.log' for more details" "$LINENO" 5; }
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3920 $as_echo "yes" >&6; }
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3923 $as_echo_n "checking for C compiler default output file name... " >&6; }
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3925 $as_echo "$ac_file" >&6; }
3926 ac_exeext
=$ac_cv_exeext
3928 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3929 ac_clean_files
=$ac_clean_files_save
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3931 $as_echo_n "checking for suffix of executables... " >&6; }
3932 if { { ac_try
="$ac_link"
3934 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3935 *) ac_try_echo=$ac_try;;
3937 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3938 $as_echo "$ac_try_echo"; } >&5
3939 (eval "$ac_link") 2>&5
3941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3942 test $ac_status = 0; }; then :
3943 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3944 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3945 # work properly (i.e., refer to `conftest.exe'), while it won't with
3947 for ac_file
in conftest.exe conftest conftest.
*; do
3948 test -f "$ac_file" ||
continue
3950 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3951 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3957 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3958 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3959 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3960 See \`config.log' for more details" "$LINENO" 5; }
3962 rm -f conftest conftest
$ac_cv_exeext
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3964 $as_echo "$ac_cv_exeext" >&6; }
3966 rm -f conftest.
$ac_ext
3967 EXEEXT
=$ac_cv_exeext
3969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3970 /* end confdefs.h. */
3975 FILE *f = fopen ("conftest.out", "w");
3976 return ferror (f) || fclose (f) != 0;
3982 ac_clean_files
="$ac_clean_files conftest.out"
3983 # Check that the compiler produces executables we can run. If not, either
3984 # the compiler is broken, or we cross compile.
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3986 $as_echo_n "checking whether we are cross compiling... " >&6; }
3987 if test "$cross_compiling" != yes; then
3988 { { 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; }
3999 if { ac_try='./conftest$ac_cv_exeext'
4000 { { case "(($ac_try" in
4001 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4002 *) ac_try_echo
=$ac_try;;
4004 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4005 $as_echo "$ac_try_echo"; } >&5
4006 (eval "$ac_try") 2>&5
4008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4009 test $ac_status = 0; }; }; then
4012 if test "$cross_compiling" = maybe
; then
4015 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4016 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4017 as_fn_error $?
"cannot run C compiled programs.
4018 If you meant to cross compile, use \`--host'.
4019 See \`config.log' for more details" "$LINENO" 5; }
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4024 $as_echo "$cross_compiling" >&6; }
4026 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4027 ac_clean_files
=$ac_clean_files_save
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4029 $as_echo_n "checking for suffix of object files... " >&6; }
4030 if ${ac_cv_objext+:} false
; then :
4031 $as_echo_n "(cached) " >&6
4033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4034 /* end confdefs.h. */
4044 rm -f conftest.o conftest.obj
4045 if { { ac_try
="$ac_compile"
4047 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4048 *) ac_try_echo=$ac_try;;
4050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4051 $as_echo "$ac_try_echo"; } >&5
4052 (eval "$ac_compile") 2>&5
4054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4055 test $ac_status = 0; }; then :
4056 for ac_file in conftest.o conftest.obj conftest.*; do
4057 test -f "$ac_file" || continue;
4059 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4060 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4065 $as_echo "$as_me: failed program was:" >&5
4066 sed 's/^/| /' conftest.$ac_ext >&5
4068 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4069 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4070 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4071 See \
`config.log' for more details" "$LINENO" 5; }
4073 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4076 $as_echo "$ac_cv_objext" >&6; }
4077 OBJEXT=$ac_cv_objext
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4080 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4081 if ${ac_cv_c_compiler_gnu+:} false; then :
4082 $as_echo_n "(cached) " >&6
4084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4085 /* end confdefs.h. */
4098 if ac_fn_c_try_compile "$LINENO"; then :
4103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4104 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4108 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4109 if test $ac_compiler_gnu = yes; then
4114 ac_test_CFLAGS=${CFLAGS+set}
4115 ac_save_CFLAGS=$CFLAGS
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4117 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4118 if ${ac_cv_prog_cc_g+:} false; then :
4119 $as_echo_n "(cached) " >&6
4121 ac_save_c_werror_flag=$ac_c_werror_flag
4122 ac_c_werror_flag=yes
4125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4126 /* end confdefs.h. */
4136 if ac_fn_c_try_compile "$LINENO"; then :
4140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4141 /* end confdefs.h. */
4151 if ac_fn_c_try_compile "$LINENO"; then :
4154 ac_c_werror_flag=$ac_save_c_werror_flag
4156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4157 /* end confdefs.h. */
4167 if ac_fn_c_try_compile "$LINENO"; then :
4170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4175 ac_c_werror_flag=$ac_save_c_werror_flag
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4178 $as_echo "$ac_cv_prog_cc_g" >&6; }
4179 if test "$ac_test_CFLAGS" = set; then
4180 CFLAGS=$ac_save_CFLAGS
4181 elif test $ac_cv_prog_cc_g = yes; then
4182 if test "$GCC" = yes; then
4188 if test "$GCC" = yes; then
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4195 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4196 if ${ac_cv_prog_cc_c89+:} false; then :
4197 $as_echo_n "(cached) " >&6
4199 ac_cv_prog_cc_c89=no
4201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4202 /* end confdefs.h. */
4206 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4207 struct buf { int x; };
4208 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4209 static char *e (p, i)
4215 static char *f (char * (*g) (char **, int), char **p, ...)
4220 s = g (p, va_arg (v,int));
4225 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4226 function prototypes and stuff, but not '\xHH' hex character constants.
4227 These don't provoke an error unfortunately, instead are silently treated
4228 as 'x'. The following induces an error, until -std is added to get
4229 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4230 array size at least. It's necessary to write '\x00'==0 to get something
4231 that's true only with -std. */
4232 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4234 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4235 inside strings and character constants. */
4237 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4239 int test (int i, double x);
4240 struct s1 {int (*f) (int a);};
4241 struct s2 {int (*f) (double a);};
4242 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4248 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4253 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4254 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4256 CC="$ac_save_CC $ac_arg"
4257 if ac_fn_c_try_compile "$LINENO"; then :
4258 ac_cv_prog_cc_c89=$ac_arg
4260 rm -f core conftest.err conftest.$ac_objext
4261 test "x$ac_cv_prog_cc_c89" != "xno" && break
4263 rm -f conftest.$ac_ext
4268 case "x$ac_cv_prog_cc_c89" in
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4271 $as_echo "none needed" >&6; } ;;
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4274 $as_echo "unsupported" >&6; } ;;
4276 CC="$CC $ac_cv_prog_cc_c89"
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4278 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4280 if test "x$ac_cv_prog_cc_c89" != xno; then :
4285 ac_cpp='$CPP $CPPFLAGS'
4286 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4287 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4288 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4291 ac_cpp='$CXXCPP $CPPFLAGS'
4292 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4293 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4294 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4295 if test -z "$CXX"; then
4296 if test -n "$CCC"; then
4299 if test -n "$ac_tool_prefix"; then
4300 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4302 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4303 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4305 $as_echo_n "checking for $ac_word... " >&6; }
4306 if ${ac_cv_prog_CXX+:} false; then :
4307 $as_echo_n "(cached) " >&6
4309 if test -n "$CXX"; then
4310 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316 test -z "$as_dir" && as_dir=.
4317 for ac_exec_ext in '' $ac_executable_extensions; do
4318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4319 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4330 if test -n "$CXX"; then
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4332 $as_echo "$CXX" >&6; }
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4335 $as_echo "no" >&6; }
4339 test -n "$CXX" && break
4342 if test -z "$CXX"; then
4344 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4346 # Extract the first word of "$ac_prog", so it can be a program name with args.
4347 set dummy $ac_prog; ac_word=$2
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4351 $as_echo_n "(cached) " >&6
4353 if test -n "$ac_ct_CXX"; then
4354 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4363 ac_cv_prog_ac_ct_CXX="$ac_prog"
4364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4373 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4374 if test -n "$ac_ct_CXX"; then
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4376 $as_echo "$ac_ct_CXX" >&6; }
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379 $as_echo "no" >&6; }
4383 test -n "$ac_ct_CXX" && break
4386 if test "x$ac_ct_CXX" = x; then
4389 case $cross_compiling:$ac_tool_warned in
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4392 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4393 ac_tool_warned=yes ;;
4401 # Provide some information about the compiler.
4402 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4405 for ac_option in --version -v -V -qversion; do
4406 { { ac_try="$ac_compiler $ac_option >&5"
4408 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4409 *) ac_try_echo
=$ac_try;;
4411 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4412 $as_echo "$ac_try_echo"; } >&5
4413 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4415 if test -s conftest.err
; then
4417 ... rest of stderr output deleted ...
4418 10q' conftest.err
>conftest.er1
4419 cat conftest.er1
>&5
4421 rm -f conftest.er1 conftest.err
4422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4423 test $ac_status = 0; }
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4427 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4428 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4429 $as_echo_n "(cached) " >&6
4431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4432 /* end confdefs.h. */
4445 if ac_fn_cxx_try_compile
"$LINENO"; then :
4450 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4451 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4455 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4456 if test $ac_compiler_gnu = yes; then
4461 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4462 ac_save_CXXFLAGS
=$CXXFLAGS
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4464 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4465 if ${ac_cv_prog_cxx_g+:} false
; then :
4466 $as_echo_n "(cached) " >&6
4468 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4469 ac_cxx_werror_flag
=yes
4472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h. */
4483 if ac_fn_cxx_try_compile
"$LINENO"; then :
4484 ac_cv_prog_cxx_g
=yes
4487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4488 /* end confdefs.h. */
4498 if ac_fn_cxx_try_compile
"$LINENO"; then :
4501 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4503 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4504 /* end confdefs.h. */
4514 if ac_fn_cxx_try_compile
"$LINENO"; then :
4515 ac_cv_prog_cxx_g
=yes
4517 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4521 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4522 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4525 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4526 if test "$ac_test_CXXFLAGS" = set; then
4527 CXXFLAGS
=$ac_save_CXXFLAGS
4528 elif test $ac_cv_prog_cxx_g = yes; then
4529 if test "$GXX" = yes; then
4535 if test "$GXX" = yes; then
4542 ac_cpp
='$CPP $CPPFLAGS'
4543 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4544 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4545 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4547 if test -n "$ac_tool_prefix"; then
4548 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4549 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4551 $as_echo_n "checking for $ac_word... " >&6; }
4552 if ${ac_cv_prog_CPPBIN+:} false
; then :
4553 $as_echo_n "(cached) " >&6
4555 if test -n "$CPPBIN"; then
4556 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4558 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4562 test -z "$as_dir" && as_dir
=.
4563 for ac_exec_ext
in '' $ac_executable_extensions; do
4564 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4565 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4575 CPPBIN
=$ac_cv_prog_CPPBIN
4576 if test -n "$CPPBIN"; then
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4578 $as_echo "$CPPBIN" >&6; }
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4581 $as_echo "no" >&6; }
4586 if test -z "$ac_cv_prog_CPPBIN"; then
4587 ac_ct_CPPBIN
=$CPPBIN
4588 # Extract the first word of "cpp", so it can be a program name with args.
4589 set dummy cpp
; ac_word
=$2
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4591 $as_echo_n "checking for $ac_word... " >&6; }
4592 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4593 $as_echo_n "(cached) " >&6
4595 if test -n "$ac_ct_CPPBIN"; then
4596 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4598 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4602 test -z "$as_dir" && as_dir
=.
4603 for ac_exec_ext
in '' $ac_executable_extensions; do
4604 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4605 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4615 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4616 if test -n "$ac_ct_CPPBIN"; then
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4618 $as_echo "$ac_ct_CPPBIN" >&6; }
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4621 $as_echo "no" >&6; }
4624 if test "x$ac_ct_CPPBIN" = x
; then
4627 case $cross_compiling:$ac_tool_warned in
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4630 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4631 ac_tool_warned
=yes ;;
4633 CPPBIN
=$ac_ct_CPPBIN
4636 CPPBIN
="$ac_cv_prog_CPPBIN"
4640 cat >>confdefs.h
<<_ACEOF
4641 #define EXEEXT "$ac_exeext"
4647 if test "x$enable_win64" = "xyes"
4652 notice_platform
="64-bit "
4659 notice_platform
="32-bit "
4662 enable_win16
=${enable_win16:-yes}
4664 with_fontconfig
=${with_fontconfig:-no}
4667 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4672 $as_echo_n "checking whether $CC works... " >&6; }
4674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4675 /* end confdefs.h. */
4685 if ac_fn_c_try_link
"$LINENO"; then :
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4687 $as_echo "yes" >&6; }
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4690 $as_echo "no" >&6; }
4691 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4693 rm -f core conftest.err conftest.
$ac_objext \
4694 conftest
$ac_exeext conftest.
$ac_ext
4696 notice_platform
="32-bit "
4699 enable_win16
=${enable_win16:-yes}
4701 if test "x${GCC}" = "xyes"
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4704 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4706 /* end confdefs.h. */
4711 void func(__builtin_ms_va_list *args);
4716 if ac_fn_c_try_compile
"$LINENO"; then :
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4718 $as_echo "yes" >&6; }
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4721 $as_echo "no" >&6; }
4722 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4732 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4734 /* end confdefs.h. */
4735 int ac_test(int i) { return i; }
4739 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4744 if ac_fn_c_try_link
"$LINENO"; then :
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4746 $as_echo "yes" >&6; }
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4749 $as_echo "no" >&6; }
4750 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4752 rm -f core conftest.err conftest.
$ac_objext \
4753 conftest
$ac_exeext conftest.
$ac_ext
4754 CFLAGS
="$CFLAGS -marm"
4756 *-mingw32*|
*-cygwin*)
4757 enable_win16
=${enable_win16:-no}
4758 CFLAGS
="$CFLAGS -D_WIN32"
4761 enable_win16
=${enable_win16:-yes}
4765 enable_win16
=${enable_win16:-no}
4766 enable_win64
=${enable_win64:-no}
4768 enable_winetest
=${enable_winetest:-$enable_tests}
4770 if test -n "$with_wine64"
4772 if test "x$enable_win64" = "xyes"
4774 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4775 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4777 enable_fonts
=${enable_fonts:-no}
4778 enable_server
=${enable_server:-no}
4779 elif test "x$enable_win64" = "xyes"
4781 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4785 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4786 if ${wine_cv_toolsdir+:} false
; then :
4787 $as_echo_n "(cached) " >&6
4789 wine_cv_toolsdir
="$with_wine_tools"
4790 if test -z "$with_wine_tools"; then
4791 if test "$cross_compiling" = "yes"; then
4792 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4793 elif test -n "$with_wine64"; then
4794 wine_cv_toolsdir
="$with_wine64"
4797 if test -z "$wine_cv_toolsdir"; then
4798 wine_cv_toolsdir
="\$(top_builddir)"
4799 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4800 case "$wine_cv_toolsdir" in
4802 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
4804 enable_tools
=${enable_tools:-no}
4806 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4810 $as_echo "$wine_cv_toolsdir" >&6; }
4811 TOOLSDIR
=$wine_cv_toolsdir
4813 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4815 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
4821 # Extract the first word of "$ac_prog", so it can be a program name with args.
4822 set dummy
$ac_prog; ac_word
=$2
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4824 $as_echo_n "checking for $ac_word... " >&6; }
4825 if ${ac_cv_prog_FLEX+:} false
; then :
4826 $as_echo_n "(cached) " >&6
4828 if test -n "$FLEX"; then
4829 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4831 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4835 test -z "$as_dir" && as_dir
=.
4836 for ac_exec_ext
in '' $ac_executable_extensions; do
4837 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4838 ac_cv_prog_FLEX
="$ac_prog"
4839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 FLEX
=$ac_cv_prog_FLEX
4849 if test -n "$FLEX"; then
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4851 $as_echo "$FLEX" >&6; }
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4854 $as_echo "no" >&6; }
4858 test -n "$FLEX" && break
4860 test -n "$FLEX" || FLEX
="none"
4862 if test "$FLEX" = "none"
4864 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4867 $as_echo_n "checking whether flex is recent enough... " >&6; }
4868 cat >conftest.l
<<EOF
4870 #include "prediluvian.h"
4874 if $FLEX -t conftest.l
>/dev
/null
2>&5
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4877 $as_echo "yes" >&6; }
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4881 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4884 for ac_prog
in bison
4886 # Extract the first word of "$ac_prog", so it can be a program name with args.
4887 set dummy
$ac_prog; ac_word
=$2
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4889 $as_echo_n "checking for $ac_word... " >&6; }
4890 if ${ac_cv_prog_BISON+:} false
; then :
4891 $as_echo_n "(cached) " >&6
4893 if test -n "$BISON"; then
4894 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4896 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4900 test -z "$as_dir" && as_dir
=.
4901 for ac_exec_ext
in '' $ac_executable_extensions; do
4902 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4903 ac_cv_prog_BISON
="$ac_prog"
4904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4913 BISON
=$ac_cv_prog_BISON
4914 if test -n "$BISON"; then
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4916 $as_echo "$BISON" >&6; }
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4919 $as_echo "no" >&6; }
4923 test -n "$BISON" && break
4925 test -n "$BISON" || BISON
="none"
4927 if test "$BISON" = "none"
4929 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4932 if test -n "$ac_tool_prefix"; then
4933 for ac_prog
in ar gar
4935 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4936 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4938 $as_echo_n "checking for $ac_word... " >&6; }
4939 if ${ac_cv_prog_AR+:} false
; then :
4940 $as_echo_n "(cached) " >&6
4942 if test -n "$AR"; then
4943 ac_cv_prog_AR
="$AR" # Let the user override the test.
4945 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4949 test -z "$as_dir" && as_dir
=.
4950 for ac_exec_ext
in '' $ac_executable_extensions; do
4951 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4952 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
4953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4963 if test -n "$AR"; then
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4965 $as_echo "$AR" >&6; }
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4968 $as_echo "no" >&6; }
4972 test -n "$AR" && break
4975 if test -z "$AR"; then
4977 for ac_prog
in ar gar
4979 # Extract the first word of "$ac_prog", so it can be a program name with args.
4980 set dummy
$ac_prog; ac_word
=$2
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4982 $as_echo_n "checking for $ac_word... " >&6; }
4983 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
4984 $as_echo_n "(cached) " >&6
4986 if test -n "$ac_ct_AR"; then
4987 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4993 test -z "$as_dir" && as_dir
=.
4994 for ac_exec_ext
in '' $ac_executable_extensions; do
4995 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4996 ac_cv_prog_ac_ct_AR
="$ac_prog"
4997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5006 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5007 if test -n "$ac_ct_AR"; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5009 $as_echo "$ac_ct_AR" >&6; }
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5012 $as_echo "no" >&6; }
5016 test -n "$ac_ct_AR" && break
5019 if test "x$ac_ct_AR" = x
; then
5022 case $cross_compiling:$ac_tool_warned in
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5026 ac_tool_warned
=yes ;;
5032 if test -n "$ac_tool_prefix"; then
5033 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5034 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5036 $as_echo_n "checking for $ac_word... " >&6; }
5037 if ${ac_cv_prog_STRIP+:} false
; then :
5038 $as_echo_n "(cached) " >&6
5040 if test -n "$STRIP"; then
5041 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5043 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5047 test -z "$as_dir" && as_dir
=.
5048 for ac_exec_ext
in '' $ac_executable_extensions; do
5049 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5050 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5060 STRIP
=$ac_cv_prog_STRIP
5061 if test -n "$STRIP"; then
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5063 $as_echo "$STRIP" >&6; }
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5066 $as_echo "no" >&6; }
5071 if test -z "$ac_cv_prog_STRIP"; then
5073 # Extract the first word of "strip", so it can be a program name with args.
5074 set dummy strip
; ac_word
=$2
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5076 $as_echo_n "checking for $ac_word... " >&6; }
5077 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5078 $as_echo_n "(cached) " >&6
5080 if test -n "$ac_ct_STRIP"; then
5081 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5083 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5087 test -z "$as_dir" && as_dir
=.
5088 for ac_exec_ext
in '' $ac_executable_extensions; do
5089 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5090 ac_cv_prog_ac_ct_STRIP
="strip"
5091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5101 if test -n "$ac_ct_STRIP"; then
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5103 $as_echo "$ac_ct_STRIP" >&6; }
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5106 $as_echo "no" >&6; }
5109 if test "x$ac_ct_STRIP" = x
; then
5112 case $cross_compiling:$ac_tool_warned in
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5115 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5116 ac_tool_warned
=yes ;;
5121 STRIP
="$ac_cv_prog_STRIP"
5126 if test -n "$ac_tool_prefix"; then
5127 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5128 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5130 $as_echo_n "checking for $ac_word... " >&6; }
5131 if ${ac_cv_prog_RANLIB+:} false
; then :
5132 $as_echo_n "(cached) " >&6
5134 if test -n "$RANLIB"; then
5135 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5137 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5141 test -z "$as_dir" && as_dir
=.
5142 for ac_exec_ext
in '' $ac_executable_extensions; do
5143 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5144 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5154 RANLIB
=$ac_cv_prog_RANLIB
5155 if test -n "$RANLIB"; then
5156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5157 $as_echo "$RANLIB" >&6; }
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5160 $as_echo "no" >&6; }
5165 if test -z "$ac_cv_prog_RANLIB"; then
5166 ac_ct_RANLIB
=$RANLIB
5167 # Extract the first word of "ranlib", so it can be a program name with args.
5168 set dummy ranlib
; ac_word
=$2
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5170 $as_echo_n "checking for $ac_word... " >&6; }
5171 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5172 $as_echo_n "(cached) " >&6
5174 if test -n "$ac_ct_RANLIB"; then
5175 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5177 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5181 test -z "$as_dir" && as_dir
=.
5182 for ac_exec_ext
in '' $ac_executable_extensions; do
5183 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5184 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5194 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5195 if test -n "$ac_ct_RANLIB"; then
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5197 $as_echo "$ac_ct_RANLIB" >&6; }
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5200 $as_echo "no" >&6; }
5203 if test "x$ac_ct_RANLIB" = x
; then
5206 case $cross_compiling:$ac_tool_warned in
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5209 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5210 ac_tool_warned
=yes ;;
5212 RANLIB
=$ac_ct_RANLIB
5215 RANLIB
="$ac_cv_prog_RANLIB"
5218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5219 $as_echo_n "checking whether ln -s works... " >&6; }
5221 if test "$LN_S" = "ln -s"; then
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5223 $as_echo "yes" >&6; }
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5226 $as_echo "no, using $LN_S" >&6; }
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5230 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5231 if ${ac_cv_path_GREP+:} false
; then :
5232 $as_echo_n "(cached) " >&6
5234 if test -z "$GREP"; then
5235 ac_path_GREP_found
=false
5236 # Loop through the user's path and test for each of PROGNAME-LIST
5237 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5238 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5241 test -z "$as_dir" && as_dir
=.
5242 for ac_prog
in grep ggrep
; do
5243 for ac_exec_ext
in '' $ac_executable_extensions; do
5244 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5245 as_fn_executable_p
"$ac_path_GREP" ||
continue
5246 # Check for GNU ac_path_GREP and select it if it is found.
5247 # Check for GNU $ac_path_GREP
5248 case `"$ac_path_GREP" --version 2>&1` in
5250 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5253 $as_echo_n 0123456789 >"conftest.in"
5256 cat "conftest.in" "conftest.in" >"conftest.tmp"
5257 mv "conftest.tmp" "conftest.in"
5258 cp "conftest.in" "conftest.nl"
5259 $as_echo 'GREP' >> "conftest.nl"
5260 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5261 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5262 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5263 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5264 # Best one so far, save it but keep looking for a better one
5265 ac_cv_path_GREP
="$ac_path_GREP"
5266 ac_path_GREP_max
=$ac_count
5268 # 10*(2^10) chars as input seems more than enough
5269 test $ac_count -gt 10 && break
5271 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5274 $ac_path_GREP_found && break 3
5279 if test -z "$ac_cv_path_GREP"; then
5280 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5283 ac_cv_path_GREP
=$GREP
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5288 $as_echo "$ac_cv_path_GREP" >&6; }
5289 GREP
="$ac_cv_path_GREP"
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5293 $as_echo_n "checking for egrep... " >&6; }
5294 if ${ac_cv_path_EGREP+:} false
; then :
5295 $as_echo_n "(cached) " >&6
5297 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5298 then ac_cv_path_EGREP
="$GREP -E"
5300 if test -z "$EGREP"; then
5301 ac_path_EGREP_found
=false
5302 # Loop through the user's path and test for each of PROGNAME-LIST
5303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5304 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5307 test -z "$as_dir" && as_dir
=.
5308 for ac_prog
in egrep; do
5309 for ac_exec_ext
in '' $ac_executable_extensions; do
5310 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5311 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5312 # Check for GNU ac_path_EGREP and select it if it is found.
5313 # Check for GNU $ac_path_EGREP
5314 case `"$ac_path_EGREP" --version 2>&1` in
5316 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5319 $as_echo_n 0123456789 >"conftest.in"
5322 cat "conftest.in" "conftest.in" >"conftest.tmp"
5323 mv "conftest.tmp" "conftest.in"
5324 cp "conftest.in" "conftest.nl"
5325 $as_echo 'EGREP' >> "conftest.nl"
5326 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5327 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5328 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5329 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5330 # Best one so far, save it but keep looking for a better one
5331 ac_cv_path_EGREP
="$ac_path_EGREP"
5332 ac_path_EGREP_max
=$ac_count
5334 # 10*(2^10) chars as input seems more than enough
5335 test $ac_count -gt 10 && break
5337 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5340 $ac_path_EGREP_found && break 3
5345 if test -z "$ac_cv_path_EGREP"; then
5346 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5349 ac_cv_path_EGREP
=$EGREP
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5355 $as_echo "$ac_cv_path_EGREP" >&6; }
5356 EGREP
="$ac_cv_path_EGREP"
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
5360 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
5361 if test -z "$MKDIR_P"; then
5362 if ${ac_cv_path_mkdir+:} false
; then :
5363 $as_echo_n "(cached) " >&6
5365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5366 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
5369 test -z "$as_dir" && as_dir
=.
5370 for ac_prog
in mkdir gmkdir
; do
5371 for ac_exec_ext
in '' $ac_executable_extensions; do
5372 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
5373 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
5374 'mkdir (GNU coreutils) '* | \
5375 'mkdir (coreutils) '* | \
5376 'mkdir (fileutils) '4.1*)
5377 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
5387 test -d .
/--version && rmdir .
/--version
5388 if test "${ac_cv_path_mkdir+set}" = set; then
5389 MKDIR_P
="$ac_cv_path_mkdir -p"
5391 # As a last resort, use the slow shell script. Don't cache a
5392 # value for MKDIR_P within a source directory, because that will
5393 # break other packages using the cache if that directory is
5394 # removed, or if the value is a relative name.
5395 MKDIR_P
="$ac_install_sh -d"
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
5399 $as_echo "$MKDIR_P" >&6; }
5401 # Extract the first word of "ldconfig", so it can be a program name with args.
5402 set dummy ldconfig
; ac_word
=$2
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5404 $as_echo_n "checking for $ac_word... " >&6; }
5405 if ${ac_cv_path_LDCONFIG+:} false
; then :
5406 $as_echo_n "(cached) " >&6
5410 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5413 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5414 for as_dir
in /sbin
/usr
/sbin
$PATH
5417 test -z "$as_dir" && as_dir
=.
5418 for ac_exec_ext
in '' $ac_executable_extensions; do
5419 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5420 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5432 LDCONFIG
=$ac_cv_path_LDCONFIG
5433 if test -n "$LDCONFIG"; then
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5435 $as_echo "$LDCONFIG" >&6; }
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5438 $as_echo "no" >&6; }
5442 for ac_prog
in msgfmt
5444 # Extract the first word of "$ac_prog", so it can be a program name with args.
5445 set dummy
$ac_prog; ac_word
=$2
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5447 $as_echo_n "checking for $ac_word... " >&6; }
5448 if ${ac_cv_prog_MSGFMT+:} false
; then :
5449 $as_echo_n "(cached) " >&6
5451 if test -n "$MSGFMT"; then
5452 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5454 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5458 test -z "$as_dir" && as_dir
=.
5459 for ac_exec_ext
in '' $ac_executable_extensions; do
5460 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5461 ac_cv_prog_MSGFMT
="$ac_prog"
5462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 MSGFMT
=$ac_cv_prog_MSGFMT
5472 if test -n "$MSGFMT"; then
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5474 $as_echo "$MSGFMT" >&6; }
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5477 $as_echo "no" >&6; }
5481 test -n "$MSGFMT" && break
5483 test -n "$MSGFMT" || MSGFMT
="false"
5485 if test -n "$ac_tool_prefix"; then
5486 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5487 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5489 $as_echo_n "checking for $ac_word... " >&6; }
5490 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5491 $as_echo_n "(cached) " >&6
5493 if test -n "$PKG_CONFIG"; then
5494 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5500 test -z "$as_dir" && as_dir
=.
5501 for ac_exec_ext
in '' $ac_executable_extensions; do
5502 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5503 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5514 if test -n "$PKG_CONFIG"; then
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5516 $as_echo "$PKG_CONFIG" >&6; }
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5519 $as_echo "no" >&6; }
5524 if test -n "$ac_cv_prog_PKG_CONFIG"; then
5525 PKG_CONFIG
="$ac_cv_prog_PKG_CONFIG"
5526 elif test "$cross_compiling" != yes; then
5527 unset ac_cv_prog_PKG_CONFIG
5528 # Extract the first word of "pkg-config", so it can be a program name with args.
5529 set dummy pkg-config
; ac_word
=$2
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5531 $as_echo_n "checking for $ac_word... " >&6; }
5532 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5533 $as_echo_n "(cached) " >&6
5535 if test -n "$PKG_CONFIG"; then
5536 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5542 test -z "$as_dir" && as_dir
=.
5543 for ac_exec_ext
in '' $ac_executable_extensions; do
5544 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5545 ac_cv_prog_PKG_CONFIG
="pkg-config"
5546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5555 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5556 if test -n "$PKG_CONFIG"; then
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5558 $as_echo "$PKG_CONFIG" >&6; }
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5561 $as_echo "no" >&6; }
5567 if test "x$enable_maintainer_mode" != "xyes"
5574 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5575 for ac_prog
in fontforge
5577 # Extract the first word of "$ac_prog", so it can be a program name with args.
5578 set dummy
$ac_prog; ac_word
=$2
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5580 $as_echo_n "checking for $ac_word... " >&6; }
5581 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5582 $as_echo_n "(cached) " >&6
5584 if test -n "$FONTFORGE"; then
5585 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5587 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5591 test -z "$as_dir" && as_dir
=.
5592 for ac_exec_ext
in '' $ac_executable_extensions; do
5593 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5594 ac_cv_prog_FONTFORGE
="$ac_prog"
5595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5604 FONTFORGE
=$ac_cv_prog_FONTFORGE
5605 if test -n "$FONTFORGE"; then
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5607 $as_echo "$FONTFORGE" >&6; }
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5610 $as_echo "no" >&6; }
5614 test -n "$FONTFORGE" && break
5616 test -n "$FONTFORGE" || FONTFORGE
="false"
5620 # Extract the first word of "$ac_prog", so it can be a program name with args.
5621 set dummy
$ac_prog; ac_word
=$2
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623 $as_echo_n "checking for $ac_word... " >&6; }
5624 if ${ac_cv_prog_RSVG+:} false
; then :
5625 $as_echo_n "(cached) " >&6
5627 if test -n "$RSVG"; then
5628 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5630 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5634 test -z "$as_dir" && as_dir
=.
5635 for ac_exec_ext
in '' $ac_executable_extensions; do
5636 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5637 ac_cv_prog_RSVG
="$ac_prog"
5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5647 RSVG
=$ac_cv_prog_RSVG
5648 if test -n "$RSVG"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5650 $as_echo "$RSVG" >&6; }
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5657 test -n "$RSVG" && break
5659 test -n "$RSVG" || RSVG
="false"
5661 for ac_prog
in convert
5663 # Extract the first word of "$ac_prog", so it can be a program name with args.
5664 set dummy
$ac_prog; ac_word
=$2
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5666 $as_echo_n "checking for $ac_word... " >&6; }
5667 if ${ac_cv_prog_CONVERT+:} false
; then :
5668 $as_echo_n "(cached) " >&6
5670 if test -n "$CONVERT"; then
5671 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5673 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5677 test -z "$as_dir" && as_dir
=.
5678 for ac_exec_ext
in '' $ac_executable_extensions; do
5679 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5680 ac_cv_prog_CONVERT
="$ac_prog"
5681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5690 CONVERT
=$ac_cv_prog_CONVERT
5691 if test -n "$CONVERT"; then
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5693 $as_echo "$CONVERT" >&6; }
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5696 $as_echo "no" >&6; }
5700 test -n "$CONVERT" && break
5702 test -n "$CONVERT" || CONVERT
="false"
5704 for ac_prog
in icotool
5706 # Extract the first word of "$ac_prog", so it can be a program name with args.
5707 set dummy
$ac_prog; ac_word
=$2
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5709 $as_echo_n "checking for $ac_word... " >&6; }
5710 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5711 $as_echo_n "(cached) " >&6
5713 if test -n "$ICOTOOL"; then
5714 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5720 test -z "$as_dir" && as_dir
=.
5721 for ac_exec_ext
in '' $ac_executable_extensions; do
5722 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5723 ac_cv_prog_ICOTOOL
="$ac_prog"
5724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5733 ICOTOOL
=$ac_cv_prog_ICOTOOL
5734 if test -n "$ICOTOOL"; then
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5736 $as_echo "$ICOTOOL" >&6; }
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5739 $as_echo "no" >&6; }
5743 test -n "$ICOTOOL" && break
5745 test -n "$ICOTOOL" || ICOTOOL
="false"
5747 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5748 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5750 if test "$CONVERT" = false
5752 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5755 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5756 convert_version
=`convert --version | head -n1`
5757 if test "x$convert_version" != "x"
5759 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5760 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5761 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5766 if test "$CONVERT" = false
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5769 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5770 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5773 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5777 if test "$ICOTOOL" = false
5779 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5782 $as_echo_n "checking for recent enough icotool... " >&6; }
5783 icotool_version
=`icotool --version | head -n1`
5784 if test "x$icotool_version" != "x"
5786 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5787 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5788 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5791 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5794 if test "$ICOTOOL" = false
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5797 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5798 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5801 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5807 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5810 test "x$with_gettext" != xno || MSGFMT
=false
5811 if test "$MSGFMT" != "false"
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5814 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5815 cat >conftest.po
<<EOF
5821 if $MSGFMT -o /dev
/null conftest.po
2>&5
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5824 $as_echo "yes" >&6; }
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5827 $as_echo "no" >&6; }
5831 if test "$MSGFMT" = false
; then :
5832 case "x$with_gettext" in
5833 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
5835 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
5836 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5842 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5843 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
5844 $as_echo_n "(cached) " >&6
5846 ac_check_lib_save_LIBS
=$LIBS
5848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5849 /* end confdefs.h. */
5851 /* Override any GCC internal prototype to avoid an error.
5852 Use char because int might match the return type of a GCC
5853 builtin and then its argument prototype would still apply. */
5857 char i386_set_ldt ();
5861 return i386_set_ldt ();
5866 if ac_fn_c_try_link
"$LINENO"; then :
5867 ac_cv_lib_i386_i386_set_ldt
=yes
5869 ac_cv_lib_i386_i386_set_ldt
=no
5871 rm -f core conftest.err conftest.
$ac_objext \
5872 conftest
$ac_exeext conftest.
$ac_ext
5873 LIBS
=$ac_check_lib_save_LIBS
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5876 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5877 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
5878 cat >>confdefs.h
<<_ACEOF
5879 #define HAVE_LIBI386 1
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5887 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5888 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
5889 $as_echo_n "(cached) " >&6
5891 ac_check_lib_save_LIBS
=$LIBS
5892 LIBS
="-lossaudio $LIBS"
5893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5894 /* end confdefs.h. */
5896 /* Override any GCC internal prototype to avoid an error.
5897 Use char because int might match the return type of a GCC
5898 builtin and then its argument prototype would still apply. */
5906 return _oss_ioctl ();
5911 if ac_fn_c_try_link
"$LINENO"; then :
5912 ac_cv_lib_ossaudio__oss_ioctl
=yes
5914 ac_cv_lib_ossaudio__oss_ioctl
=no
5916 rm -f core conftest.err conftest.
$ac_objext \
5917 conftest
$ac_exeext conftest.
$ac_ext
5918 LIBS
=$ac_check_lib_save_LIBS
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5921 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5922 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
5923 cat >>confdefs.h
<<_ACEOF
5924 #define HAVE_LIBOSSAUDIO 1
5927 LIBS
="-lossaudio $LIBS"
5938 test "x$with_fontconfig" != "xno" || ac_cv_header_fontconfig_fontconfig_h
=no
5940 # Check whether --enable-largefile was given.
5941 if test "${enable_largefile+set}" = set; then :
5942 enableval
=$enable_largefile;
5945 if test "$enable_largefile" != no
; then
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5948 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5949 if ${ac_cv_sys_largefile_CC+:} false
; then :
5950 $as_echo_n "(cached) " >&6
5952 ac_cv_sys_largefile_CC
=no
5953 if test "$GCC" != yes; then
5956 # IRIX 6.2 and later do not support large files by default,
5957 # so use the C compiler's -n32 option if that helps.
5958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5959 /* end confdefs.h. */
5960 #include <sys/types.h>
5961 /* Check that off_t can represent 2**63 - 1 correctly.
5962 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5963 since some C++ compilers masquerading as C compilers
5964 incorrectly reject 9223372036854775807. */
5965 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5966 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5967 && LARGE_OFF_T % 2147483647 == 1)
5977 if ac_fn_c_try_compile
"$LINENO"; then :
5980 rm -f core conftest.err conftest.
$ac_objext
5982 if ac_fn_c_try_compile
"$LINENO"; then :
5983 ac_cv_sys_largefile_CC
=' -n32'; break
5985 rm -f core conftest.err conftest.
$ac_objext
5989 rm -f conftest.
$ac_ext
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5993 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5994 if test "$ac_cv_sys_largefile_CC" != no
; then
5995 CC
=$CC$ac_cv_sys_largefile_CC
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5999 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6000 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6001 $as_echo_n "(cached) " >&6
6004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6005 /* end confdefs.h. */
6006 #include <sys/types.h>
6007 /* Check that off_t can represent 2**63 - 1 correctly.
6008 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6009 since some C++ compilers masquerading as C compilers
6010 incorrectly reject 9223372036854775807. */
6011 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6012 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6013 && LARGE_OFF_T % 2147483647 == 1)
6023 if ac_fn_c_try_compile
"$LINENO"; then :
6024 ac_cv_sys_file_offset_bits
=no
; break
6026 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6028 /* end confdefs.h. */
6029 #define _FILE_OFFSET_BITS 64
6030 #include <sys/types.h>
6031 /* Check that off_t can represent 2**63 - 1 correctly.
6032 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6033 since some C++ compilers masquerading as C compilers
6034 incorrectly reject 9223372036854775807. */
6035 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6036 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6037 && LARGE_OFF_T % 2147483647 == 1)
6047 if ac_fn_c_try_compile
"$LINENO"; then :
6048 ac_cv_sys_file_offset_bits
=64; break
6050 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6051 ac_cv_sys_file_offset_bits
=unknown
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6056 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6057 case $ac_cv_sys_file_offset_bits in #(
6060 cat >>confdefs.h
<<_ACEOF
6061 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6066 if test $ac_cv_sys_file_offset_bits = unknown
; then
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6068 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6069 if ${ac_cv_sys_large_files+:} false
; then :
6070 $as_echo_n "(cached) " >&6
6073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6074 /* end confdefs.h. */
6075 #include <sys/types.h>
6076 /* Check that off_t can represent 2**63 - 1 correctly.
6077 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6078 since some C++ compilers masquerading as C compilers
6079 incorrectly reject 9223372036854775807. */
6080 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6081 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6082 && LARGE_OFF_T % 2147483647 == 1)
6092 if ac_fn_c_try_compile
"$LINENO"; then :
6093 ac_cv_sys_large_files
=no
; break
6095 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6097 /* end confdefs.h. */
6098 #define _LARGE_FILES 1
6099 #include <sys/types.h>
6100 /* Check that off_t can represent 2**63 - 1 correctly.
6101 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6102 since some C++ compilers masquerading as C compilers
6103 incorrectly reject 9223372036854775807. */
6104 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6105 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6106 && LARGE_OFF_T % 2147483647 == 1)
6116 if ac_fn_c_try_compile
"$LINENO"; then :
6117 ac_cv_sys_large_files
=1; break
6119 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6120 ac_cv_sys_large_files
=unknown
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6125 $as_echo "$ac_cv_sys_large_files" >&6; }
6126 case $ac_cv_sys_large_files in #(
6129 cat >>confdefs.h
<<_ACEOF
6130 #define _LARGE_FILES $ac_cv_sys_large_files
6142 ac_cpp
='$CPP $CPPFLAGS'
6143 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6144 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6145 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6147 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6148 # On Suns, sometimes $CPP names a directory.
6149 if test -n "$CPP" && test -d "$CPP"; then
6152 if test -z "$CPP"; then
6153 if ${ac_cv_prog_CPP+:} false
; then :
6154 $as_echo_n "(cached) " >&6
6156 # Double quotes because CPP needs to be expanded
6157 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6160 for ac_c_preproc_warn_flag
in '' yes
6162 # Use a header file that comes with gcc, so configuring glibc
6163 # with a fresh cross-compiler works.
6164 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6165 # <limits.h> exists even on freestanding compilers.
6166 # On the NeXT, cc -E runs the code through the compiler's parser,
6167 # not just through cpp. "Syntax error" is here to catch this case.
6168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6169 /* end confdefs.h. */
6171 # include <limits.h>
6173 # include <assert.h>
6177 if ac_fn_c_try_cpp
"$LINENO"; then :
6180 # Broken: fails on valid input.
6183 rm -f conftest.err conftest.i conftest.
$ac_ext
6185 # OK, works on sane cases. Now check whether nonexistent headers
6186 # can be detected and how.
6187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6188 /* end confdefs.h. */
6189 #include <ac_nonexistent.h>
6191 if ac_fn_c_try_cpp
"$LINENO"; then :
6192 # Broken: success on invalid input.
6195 # Passes both tests.
6199 rm -f conftest.err conftest.i conftest.
$ac_ext
6202 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6203 rm -f conftest.i conftest.err conftest.
$ac_ext
6204 if $ac_preproc_ok; then :
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6217 $as_echo "$CPP" >&6; }
6219 for ac_c_preproc_warn_flag
in '' yes
6221 # Use a header file that comes with gcc, so configuring glibc
6222 # with a fresh cross-compiler works.
6223 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6224 # <limits.h> exists even on freestanding compilers.
6225 # On the NeXT, cc -E runs the code through the compiler's parser,
6226 # not just through cpp. "Syntax error" is here to catch this case.
6227 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6228 /* end confdefs.h. */
6230 # include <limits.h>
6232 # include <assert.h>
6236 if ac_fn_c_try_cpp
"$LINENO"; then :
6239 # Broken: fails on valid input.
6242 rm -f conftest.err conftest.i conftest.
$ac_ext
6244 # OK, works on sane cases. Now check whether nonexistent headers
6245 # can be detected and how.
6246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6247 /* end confdefs.h. */
6248 #include <ac_nonexistent.h>
6250 if ac_fn_c_try_cpp
"$LINENO"; then :
6251 # Broken: success on invalid input.
6254 # Passes both tests.
6258 rm -f conftest.err conftest.i conftest.
$ac_ext
6261 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6262 rm -f conftest.i conftest.err conftest.
$ac_ext
6263 if $ac_preproc_ok; then :
6266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6268 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6269 See \`config.log' for more details" "$LINENO" 5; }
6273 ac_cpp
='$CPP $CPPFLAGS'
6274 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6275 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6276 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6280 $as_echo_n "checking for ANSI C header files... " >&6; }
6281 if ${ac_cv_header_stdc+:} false
; then :
6282 $as_echo_n "(cached) " >&6
6284 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6285 /* end confdefs.h. */
6299 if ac_fn_c_try_compile
"$LINENO"; then :
6300 ac_cv_header_stdc
=yes
6302 ac_cv_header_stdc
=no
6304 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6306 if test $ac_cv_header_stdc = yes; then
6307 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6309 /* end confdefs.h. */
6313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6314 $EGREP "memchr" >/dev
/null
2>&1; then :
6317 ac_cv_header_stdc
=no
6323 if test $ac_cv_header_stdc = yes; then
6324 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6326 /* end confdefs.h. */
6330 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6331 $EGREP "free" >/dev
/null
2>&1; then :
6334 ac_cv_header_stdc
=no
6340 if test $ac_cv_header_stdc = yes; then
6341 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6342 if test "$cross_compiling" = yes; then :
6345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6346 /* end confdefs.h. */
6349 #if ((' ' & 0x0FF) == 0x020)
6350 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6351 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6353 # define ISLOWER(c) \
6354 (('a' <= (c) && (c) <= 'i') \
6355 || ('j' <= (c) && (c) <= 'r') \
6356 || ('s' <= (c) && (c) <= 'z'))
6357 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6360 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6365 for (i = 0; i < 256; i++)
6366 if (XOR (islower (i), ISLOWER (i))
6367 || toupper (i) != TOUPPER (i))
6372 if ac_fn_c_try_run
"$LINENO"; then :
6375 ac_cv_header_stdc
=no
6377 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6378 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6384 $as_echo "$ac_cv_header_stdc" >&6; }
6385 if test $ac_cv_header_stdc = yes; then
6387 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6391 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6392 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6393 inttypes.h stdint.h unistd.h
6395 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6396 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6398 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6399 cat >>confdefs.h
<<_ACEOF
6400 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6410 ApplicationServices
/ApplicationServices.h \
6411 AudioToolbox
/AudioConverter.h \
6412 AudioUnit
/AudioUnit.h \
6413 AudioUnit
/AudioComponent.h \
6416 CoreAudio
/CoreAudio.h \
6417 CoreServices
/CoreServices.h \
6418 DiskArbitration
/DiskArbitration.h \
6420 IOKit
/hid
/IOHIDLib.h \
6423 QuickTime
/ImageCompression.h \
6424 Security
/Security.h \
6438 fontconfig
/fontconfig.h \
6476 netinet
/in_systm.h \
6537 valgrind
/memcheck.h \
6538 valgrind
/valgrind.h \
6542 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6543 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6544 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6545 cat >>confdefs.h
<<_ACEOF
6546 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6554 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6555 if ${ac_cv_header_stat_broken+:} false
; then :
6556 $as_echo_n "(cached) " >&6
6558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h. */
6560 #include <sys/types.h>
6561 #include <sys/stat.h>
6563 #if defined S_ISBLK && defined S_IFDIR
6564 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6567 #if defined S_ISBLK && defined S_IFCHR
6568 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6571 #if defined S_ISLNK && defined S_IFREG
6572 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6575 #if defined S_ISSOCK && defined S_IFREG
6576 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6580 if ac_fn_c_try_compile
"$LINENO"; then :
6581 ac_cv_header_stat_broken
=no
6583 ac_cv_header_stat_broken
=yes
6585 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6588 $as_echo "$ac_cv_header_stat_broken" >&6; }
6589 if test $ac_cv_header_stat_broken = yes; then
6591 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6597 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6599 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6600 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6601 #ifdef HAVE_SYS_PARAM_H
6602 # include <sys/param.h>
6605 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6606 cat >>confdefs.h
<<_ACEOF
6607 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6622 netinet
/if_ether.h \
6623 netinet
/if_inarp.h \
6632 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6633 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6634 #ifdef HAVE_SYS_SOCKET_H
6635 # include <sys/socket.h>
6637 #ifdef HAVE_SYS_SOCKETVAR_H
6638 # include <sys/socketvar.h>
6640 #ifdef HAVE_NET_ROUTE_H
6641 # include <net/route.h>
6643 #ifdef HAVE_NETINET_IN_H
6644 # include <netinet/in.h>
6646 #ifdef HAVE_NETINET_IN_SYSTM_H
6647 # include <netinet/in_systm.h>
6649 #ifdef HAVE_NET_IF_H
6650 # include <net/if.h>
6652 #ifdef HAVE_NETINET_IP_H
6653 # include <netinet/ip.h>
6656 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6657 cat >>confdefs.h
<<_ACEOF
6658 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6666 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6668 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6669 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6673 #ifdef HAVE_SYS_SOCKET_H
6674 # include <sys/socket.h>
6676 #ifdef HAVE_SYS_SOCKETVAR_H
6677 # include <sys/socketvar.h>
6679 #ifdef HAVE_SYS_TIMEOUT_H
6680 # include <sys/timeout.h>
6682 #ifdef HAVE_NETINET_IN_H
6683 # include <netinet/in.h>
6685 #ifdef HAVE_NETINET_IN_SYSTM_H
6686 # include <netinet/in_systm.h>
6688 #ifdef HAVE_NETINET_IP_H
6689 # include <netinet/ip.h>
6691 #ifdef HAVE_NETINET_IP_VAR_H
6692 # include <netinet/ip_var.h>
6694 #ifdef HAVE_NETINET_IP_ICMP_H
6695 # include <netinet/ip_icmp.h>
6697 #ifdef HAVE_NETINET_UDP_H
6698 # include <netinet/udp.h>
6700 #ifdef HAVE_NETINET_TCP_H
6701 # include <netinet/tcp.h>
6703 #ifdef HAVE_NETINET_TCP_TIMER_H
6704 #include <netinet/tcp_timer.h>
6707 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6708 cat >>confdefs.h
<<_ACEOF
6709 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6717 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6719 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6720 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6721 #ifdef HAVE_ASM_TYPES_H
6722 # include <asm/types.h>
6724 #ifdef HAVE_SYS_SOCKET_H
6725 # include <sys/socket.h>
6727 #ifdef HAVE_LINUX_TYPES_H
6728 # include <linux/types.h>
6731 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6732 cat >>confdefs.h
<<_ACEOF
6733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6741 for ac_header
in mach-o
/dyld_images.h
6743 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6744 # include <stdbool.h>
6746 #ifdef HAVE_STDINT_H
6747 # include <stdint.h>
6750 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6751 cat >>confdefs.h
<<_ACEOF
6752 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6760 for ac_header
in resolv.h
6762 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6763 #ifdef HAVE_SYS_SOCKET_H
6764 # include <sys/socket.h>
6766 #ifdef HAVE_NETINET_IN_H
6767 # include <netinet/in.h>
6769 #ifdef HAVE_ARPA_NAMESER_H
6770 # include <arpa/nameser.h>
6773 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6774 cat >>confdefs.h
<<_ACEOF
6775 #define HAVE_RESOLV_H 1
6783 for ac_header
in ifaddrs.h
6785 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6787 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6788 cat >>confdefs.h
<<_ACEOF
6789 #define HAVE_IFADDRS_H 1
6797 for ac_header
in ucontext.h
6799 ac_fn_c_check_header_compile
"$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6801 if test "x$ac_cv_header_ucontext_h" = xyes
; then :
6802 cat >>confdefs.h
<<_ACEOF
6803 #define HAVE_UCONTEXT_H 1
6811 for ac_header
in sys
/thr.h
6813 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6814 #ifdef HAVE_UCONTEXT_H
6815 #include <ucontext.h>
6818 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
6819 cat >>confdefs.h
<<_ACEOF
6820 #define HAVE_SYS_THR_H 1
6828 for ac_header
in pthread_np.h
6830 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6831 #include <pthread.h>
6834 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
6835 cat >>confdefs.h
<<_ACEOF
6836 #define HAVE_PTHREAD_NP_H 1
6844 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
6846 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6847 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6848 #include <sys/time.h>
6850 #include <sys/types.h>
6851 #ifdef HAVE_ASM_TYPES_H
6852 #include <asm/types.h>
6855 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6856 cat >>confdefs.h
<<_ACEOF
6857 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6865 for ac_header
in libprocstat.h
6867 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
6868 #include <sys/param.h>
6870 #ifdef HAVE_SYS_QUEUE_H
6871 #include <sys/queue.h>
6873 #ifdef HAVE_SYS_SOCKET_H
6874 #include <sys/socket.h>
6877 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
6878 cat >>confdefs.h
<<_ACEOF
6879 #define HAVE_LIBPROCSTAT_H 1
6888 dlldir
="\${libdir}/wine"
6892 DLLFLAGS
="-D_REENTRANT"
6901 STATIC_IMPLIBEXT
="def.a"
6902 # Extract the first word of "ldd", so it can be a program name with args.
6903 set dummy ldd
; ac_word
=$2
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6905 $as_echo_n "checking for $ac_word... " >&6; }
6906 if ${ac_cv_path_LDD+:} false
; then :
6907 $as_echo_n "(cached) " >&6
6911 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
6914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6915 as_dummy
="/sbin:/usr/sbin:$PATH"
6916 for as_dir
in $as_dummy
6919 test -z "$as_dir" && as_dir
=.
6920 for ac_exec_ext
in '' $ac_executable_extensions; do
6921 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6922 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
6923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6930 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
6935 if test -n "$LDD"; then
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6937 $as_echo "$LDD" >&6; }
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940 $as_echo "no" >&6; }
6944 if test -n "$ac_tool_prefix"; then
6945 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
6946 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6948 $as_echo_n "checking for $ac_word... " >&6; }
6949 if ${ac_cv_prog_READELF+:} false
; then :
6950 $as_echo_n "(cached) " >&6
6952 if test -n "$READELF"; then
6953 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
6955 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6959 test -z "$as_dir" && as_dir
=.
6960 for ac_exec_ext
in '' $ac_executable_extensions; do
6961 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6962 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
6963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6972 READELF
=$ac_cv_prog_READELF
6973 if test -n "$READELF"; then
6974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
6975 $as_echo "$READELF" >&6; }
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6978 $as_echo "no" >&6; }
6983 if test -z "$ac_cv_prog_READELF"; then
6984 ac_ct_READELF
=$READELF
6985 # Extract the first word of "readelf", so it can be a program name with args.
6986 set dummy readelf
; ac_word
=$2
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6988 $as_echo_n "checking for $ac_word... " >&6; }
6989 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
6990 $as_echo_n "(cached) " >&6
6992 if test -n "$ac_ct_READELF"; then
6993 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
6995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6999 test -z "$as_dir" && as_dir
=.
7000 for ac_exec_ext
in '' $ac_executable_extensions; do
7001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7002 ac_cv_prog_ac_ct_READELF
="readelf"
7003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7012 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7013 if test -n "$ac_ct_READELF"; then
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7015 $as_echo "$ac_ct_READELF" >&6; }
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7018 $as_echo "no" >&6; }
7021 if test "x$ac_ct_READELF" = x
; then
7024 case $cross_compiling:$ac_tool_warned in
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7027 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7028 ac_tool_warned
=yes ;;
7030 READELF
=$ac_ct_READELF
7033 READELF
="$ac_cv_prog_READELF"
7036 wine_rules_file
=conf$
$rules.
make
7037 rm -f $wine_rules_file
7039 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7040 ALL_TEST_RESOURCES
=""
7043 wine_fn_append_file
()
7045 as_fn_append
$1 " \\$as_nl $2"
7048 wine_fn_ignore_file
()
7051 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7052 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7053 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7057 wine_fn_append_rule
()
7059 $as_echo "$1" >>$wine_rules_file
7064 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7067 wine_fn_depend_rules
()
7070 ac_makedep
="\$(MAKEDEP)"
7071 ac_input
=Make.vars.
in:$ac_dir/Makefile.
in
7074 ac_input
=$ac_input:$1
7075 test "$srcdir" = . || ac_alldeps
="$srcdir/$ac_alldeps" ;;
7077 ac_makedep
="$1 $ac_makedep" ;;
7080 wine_fn_append_rule \
7081 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status $ac_alldeps \$(MAKEDEP)
7082 @./config.status --file $ac_dir/Makefile:$ac_input && \$(MAKEDEP) -M $ac_dir
7083 depend: $ac_dir/depend
7084 .PHONY: $ac_dir/depend
7085 $ac_dir/depend: $ac_makedep dummy
7086 @./config.status --file $ac_dir/Makefile:$ac_input && \$(MAKEDEP) -M $ac_dir"
7089 wine_fn_pot_rules
()
7091 test "x$with_gettextpo" = xyes ||
return
7093 if wine_fn_has_flag mc
7095 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7096 wine_fn_append_rule \
7097 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7098 @cd $ac_dir && \$(MAKE) msg.pot
7099 $ac_dir/msg.pot: tools/wmc include"
7101 if wine_fn_has_flag po
7103 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7104 wine_fn_append_rule \
7105 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7106 @cd $ac_dir && \$(MAKE) rsrc.pot
7107 $ac_dir/rsrc.pot: tools/wrc include"
7111 wine_fn_all_rules
()
7115 wine_fn_depend_rules
${ac_rules:-Make.rules}
7116 wine_fn_append_rule \
7119 $ac_dir: $ac_dir/Makefile dummy
7120 @cd $ac_dir && \$(MAKE)"
7123 wine_fn_install_rules
()
7125 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7127 wine_fn_append_rule \
7128 ".PHONY: $ac_dir/install $ac_dir/uninstall
7129 $ac_dir/install:: $ac_dir
7130 @cd $ac_dir && \$(MAKE) install
7131 $ac_dir/uninstall:: $ac_dir/Makefile
7132 @cd $ac_dir && \$(MAKE) uninstall
7133 install:: $ac_dir/install
7134 __uninstall__: $ac_dir/uninstall"
7136 if wine_fn_has_flag install-lib
7138 wine_fn_append_rule \
7139 ".PHONY: $ac_dir/install-lib
7140 $ac_dir/install-lib:: $ac_dir
7141 @cd $ac_dir && \$(MAKE) install-lib
7142 install-lib:: $ac_dir/install-lib"
7145 if wine_fn_has_flag install-dev
7147 wine_fn_append_rule \
7148 ".PHONY: $ac_dir/install-dev
7149 $ac_dir/install-dev:: $ac_dir
7150 @cd $ac_dir && \$(MAKE) install-dev
7151 install-dev:: $ac_dir/install-dev"
7155 wine_fn_clean_rules
()
7158 ac_extraclean
="$ac_dir/Makefile"
7159 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7161 if wine_fn_has_flag clean
7163 wine_fn_append_rule \
7164 "__clean__: $ac_dir/clean
7165 .PHONY: $ac_dir/clean
7166 $ac_dir/clean: $ac_dir/Makefile
7167 @cd $ac_dir && \$(MAKE) clean
7168 \$(RM) $ac_extraclean"
7170 wine_fn_append_rule \
7171 "__clean__: $ac_dir/clean
7172 .PHONY: $ac_dir/clean
7173 $ac_dir/clean: dummy
7174 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7178 wine_fn_disabled_rules
()
7181 ac_extraclean
="$ac_dir/Makefile"
7182 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7184 wine_fn_append_rule \
7185 "__clean__: $ac_dir/clean
7186 .PHONY: $ac_dir/clean
7187 $ac_dir/clean: dummy
7188 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7191 wine_fn_config_makefile
()
7197 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7198 wine_fn_disabled_rules
; return
7201 wine_fn_install_rules
7205 wine_fn_config_lib
()
7209 ac_dir
=dlls
/$ac_name
7212 if test "x$enable_tools" = xno
; then :
7215 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7217 wine_fn_all_rules Make.rules.
in
7220 wine_fn_append_rule \
7221 ".PHONY: $ac_dir/install $ac_dir/uninstall
7222 $ac_dir/install:: $ac_dir
7223 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7225 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7226 install install-dev:: $ac_dir/install
7227 __uninstall__: $ac_dir/uninstall
7228 __builddeps__: $ac_dir
7232 wine_fn_config_dll
()
7235 ac_dir
=dlls
/$ac_name
7238 ac_implib
=${4:-$ac_name}
7239 ac_file
=$ac_dir/lib
$ac_implib
7244 if test "x$enable_tools" = xno
; then :
7247 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7250 *16) ac_implibflags
=" -m16" ;;
7252 *) ac_dll
=$ac_dll.dll
;;
7256 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7257 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7258 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7259 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7261 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7262 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7264 wine_fn_depend_rules Make.rules.
in
7265 wine_fn_clean_rules
$ac_clean
7267 wine_fn_disabled_rules
$ac_clean
7271 wine_fn_all_rules Make.rules.
in
7272 wine_fn_clean_rules
$ac_clean
7273 wine_fn_append_rule \
7274 "$ac_dir: __builddeps__
7275 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7276 @cd $ac_dir && \$(MAKE) \$@
7277 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7278 install install-lib:: $ac_dir/install-lib
7279 __uninstall__: $ac_dir/uninstall"
7280 if test -n "$DLLEXT"
7282 wine_fn_append_rule \
7283 "$ac_dir/install-lib:: $ac_dir
7284 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7285 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7287 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7289 wine_fn_append_rule \
7290 "$ac_dir/install-lib:: $ac_dir
7291 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7293 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7299 if wine_fn_has_flag staticimplib
7301 wine_fn_append_rule \
7302 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7303 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7304 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7305 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7306 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7307 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7308 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7309 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7310 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7312 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7313 install install-dev:: $ac_dir/install-dev
7314 __uninstall__: $ac_dir/uninstall"
7316 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7318 wine_fn_append_rule \
7319 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7320 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7322 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7325 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7327 wine_fn_append_rule \
7328 "__builddeps__: $ac_file.cross.a
7329 $ac_file.cross.a: $ac_dir/Makefile dummy
7330 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7333 elif wine_fn_has_flag implib
7335 wine_fn_append_rule \
7336 "__builddeps__: $ac_file.$IMPLIBEXT
7337 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7338 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7339 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7340 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7341 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7342 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7343 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7345 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7346 install install-dev:: $ac_dir/install-dev
7347 __uninstall__: $ac_dir/uninstall"
7348 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7350 wine_fn_append_rule \
7351 "__builddeps__: $ac_file.cross.a
7352 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7353 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7356 if test "$ac_name" != "$ac_implib"
7358 wine_fn_append_rule \
7359 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7360 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7361 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7363 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7364 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7365 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7367 wine_fn_append_rule \
7368 "__builddeps__: dlls/lib$ac_implib.cross.a
7369 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7370 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7372 \$(RM) dlls/lib$ac_implib.cross.a"
7373 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7379 wine_fn_config_program
()
7382 ac_dir
=programs
/$ac_name
7389 *) ac_program
=$ac_program.exe
;;
7393 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7394 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7395 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7396 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7398 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7399 wine_fn_disabled_rules
$ac_clean; return
7402 wine_fn_all_rules Make.rules.
in
7403 wine_fn_clean_rules
$ac_clean
7404 wine_fn_append_rule
"$ac_dir: __builddeps__"
7407 wine_fn_has_flag
install ||
return
7408 wine_fn_append_rule \
7409 ".PHONY: $ac_dir/install $ac_dir/uninstall
7410 install install-lib:: $ac_dir/install
7411 __uninstall__: $ac_dir/uninstall"
7413 if test -n "$DLLEXT"
7415 wine_fn_append_rule \
7416 "$ac_dir/install:: $ac_dir
7417 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7418 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7420 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7422 if test -z "$with_wine64" && wine_fn_has_flag installbin
7424 wine_fn_append_rule \
7425 "$ac_dir/install:: __tooldeps__
7426 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7428 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7431 wine_fn_append_rule \
7432 "$ac_dir/install:: $ac_dir
7433 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7435 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7438 if test -z "$with_wine64" && wine_fn_has_flag manpage
7440 wine_fn_append_rule \
7441 "$ac_dir/install:: $ac_dir
7442 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7444 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7448 wine_fn_config_test
()
7455 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7456 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7457 ac_clean
="$ac_clean $ac_dir/testlist.c"
7459 if test "x$enable_tests" = xno
; then :
7460 wine_fn_disabled_rules
$ac_clean; return
7463 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7464 wine_fn_all_rules Make.rules.
in
7465 wine_fn_clean_rules
$ac_clean
7467 wine_fn_append_rule \
7468 "$ac_dir: programs/winetest/Makefile __builddeps__
7469 programs/winetest: $ac_dir
7470 check test: $ac_dir/test
7471 .PHONY: $ac_dir/test
7473 @cd $ac_dir && \$(MAKE) test
7475 \$(RM) $ac_dir/*.ok"
7477 if test -n "$CROSSTARGET"
7479 wine_fn_append_rule \
7480 "crosstest: $ac_dir/crosstest
7481 .PHONY: $ac_dir/crosstest
7482 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7483 @cd $ac_dir && \$(MAKE) crosstest"
7487 wine_fn_config_tool
()
7491 if test "x$enable_tools" = xno
; then :
7496 wine_fn_install_rules
7499 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7500 wine_fn_append_rule
"$ac_dir: libs/port"
7502 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7506 wine_fn_config_makerules
()
7510 wine_fn_append_rule \
7511 "$ac_rules: $srcdir/$ac_rules.in $ac_deps config.status
7512 @./config.status $ac_rules
7515 wine_fn_ignore_file
$ac_rules
7518 wine_fn_config_symlink
()
7521 if test "x$1" = "x-d"
7527 wine_fn_append_rule \
7529 @./config.status \$@
7532 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7533 test -n "$ac_linkdir" ||
return
7534 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7538 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7539 loader_programs
="$wine_binary wine-installed"
7540 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7543 install install-lib:: wine-installed
7544 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7547 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7553 if test -n "$ac_tool_prefix"; then
7554 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7555 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7557 $as_echo_n "checking for $ac_word... " >&6; }
7558 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7559 $as_echo_n "(cached) " >&6
7561 if test -n "$DLLTOOL"; then
7562 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7568 test -z "$as_dir" && as_dir
=.
7569 for ac_exec_ext
in '' $ac_executable_extensions; do
7570 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7571 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7581 DLLTOOL
=$ac_cv_prog_DLLTOOL
7582 if test -n "$DLLTOOL"; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7584 $as_echo "$DLLTOOL" >&6; }
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7587 $as_echo "no" >&6; }
7592 if test -z "$ac_cv_prog_DLLTOOL"; then
7593 ac_ct_DLLTOOL
=$DLLTOOL
7594 # Extract the first word of "dlltool", so it can be a program name with args.
7595 set dummy dlltool
; ac_word
=$2
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7597 $as_echo_n "checking for $ac_word... " >&6; }
7598 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7599 $as_echo_n "(cached) " >&6
7601 if test -n "$ac_ct_DLLTOOL"; then
7602 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7608 test -z "$as_dir" && as_dir
=.
7609 for ac_exec_ext
in '' $ac_executable_extensions; do
7610 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7611 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7621 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7622 if test -n "$ac_ct_DLLTOOL"; then
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7624 $as_echo "$ac_ct_DLLTOOL" >&6; }
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7627 $as_echo "no" >&6; }
7630 if test "x$ac_ct_DLLTOOL" = x
; then
7633 case $cross_compiling:$ac_tool_warned in
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7637 ac_tool_warned
=yes ;;
7639 DLLTOOL
=$ac_ct_DLLTOOL
7642 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7648 STATIC_IMPLIBEXT
="a"
7649 enable_iphlpapi
=${enable_iphlpapi:-no}
7650 enable_kernel32
=${enable_kernel32:-no}
7651 enable_msvcrt
=${enable_msvcrt:-no}
7652 enable_ntdll
=${enable_ntdll:-no}
7653 enable_ws2_32
=${enable_ws2_32:-no}
7654 enable_loader
=${enable_loader:-no}
7655 enable_server
=${enable_server:-no}
7656 with_x
=${with_x:-no}
7657 with_pthread
=${with_pthread:-no}
7663 SOCKETLIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7667 libwine_targets
="libwine.dll libwine.a"
7669 all: libwine.dll libwine.a
7671 libwine.a: \$(srcdir)/wine.def
7672 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7674 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7675 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7677 install install-lib:: libwine.dll
7678 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7680 install install-dev:: libwine.a
7681 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7684 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7691 DLLFLAGS
="$DLLFLAGS -fPIC"
7692 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7693 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7694 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7695 COREFOUNDATIONLIB
="-framework CoreFoundation"
7697 IOKITLIB
="-framework IOKit -framework CoreFoundation"
7699 FORCEFEEDBACKLIB
="-framework ForceFeedback -framework CoreFoundation"
7701 APPLICATIONSERVICESLIB
="-framework ApplicationServices"
7703 CORESERVICESLIB
="-framework CoreServices"
7705 APPKITLIB
="-framework AppKit"
7707 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7709 darwin11
*) LDEXECFLAGS
="-Wl,-macosx_version_min,10.6 $LDEXECFLAGS" ;;
7711 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7713 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
7716 if test "$ac_cv_header_Security_Security_h" = "yes"
7718 SECURITYLIB
="-framework Security -framework CoreFoundation"
7720 ac_save_LIBS
="$LIBS"
7721 LIBS
="$LIBS $SECURITYLIB"
7722 for ac_func
in SSLCopyPeerCertificates
7724 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
7725 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
7726 cat >>confdefs.h
<<_ACEOF
7727 #define HAVE_SSLCOPYPEERCERTIFICATES 1
7733 LIBS
="$ac_save_LIBS"
7734 with_gnutls
=${with_gnutls:-no}
7736 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7738 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
7740 COREAUDIO
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
7743 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7746 ac_save_LIBS
="$LIBS"
7747 LIBS
="$LIBS $COREAUDIO"
7748 for ac_func
in AUGraphAddNode
7750 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
7751 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
7752 cat >>confdefs.h
<<_ACEOF
7753 #define HAVE_AUGRAPHADDNODE 1
7759 LIBS
="$ac_save_LIBS"
7761 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7763 FRAMEWORK_OPENAL
="-framework OpenAL"
7766 cat >>confdefs.h
<<_ACEOF
7767 #define HAVE_OPENAL 1
7770 ac_cv_lib_openal
=yes
7772 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
7774 LIBOPENCL
="-framework OpenCL"
7776 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
7778 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7780 ac_save_LIBS
="$LIBS"
7781 LIBS
="$LIBS $IOKITLIB"
7782 for ac_func
in IOHIDManagerCreate
7784 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
7785 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
7786 cat >>confdefs.h
<<_ACEOF
7787 #define HAVE_IOHIDMANAGERCREATE 1
7793 LIBS
="$ac_save_LIBS"
7795 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
7797 QUICKTIMELIB
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
7799 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
7801 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
7803 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7805 CARBONLIB
="-framework Carbon"
7809 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
7811 ac_save_LIBS
="$LIBS"
7812 LIBS
="$LIBS $APPLICATIONSERVICESLIB"
7813 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
7814 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
7815 enable_winemac_drv
=${enable_winemac_drv:-yes}
7818 LIBS
="$ac_save_LIBS"
7821 if test "x$enable_win16" = "xyes"
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
7824 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7825 if test "$cross_compiling" = yes; then :
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
7827 $as_echo "cross-compiling, assuming yes" >&6; }
7829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7830 /* end confdefs.h. */
7833 "good:\tnop;nop\n\t"
7834 ".globl _testfunc\n"
7835 "_testfunc:\tcallw good");
7836 extern void testfunc();
7840 unsigned short *p = (unsigned short *)testfunc;
7841 return p[0] != 0xe866 || p[1] != 0xfffa
7846 if ac_fn_c_try_run
"$LINENO"; then :
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7848 $as_echo "yes" >&6; }
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7851 $as_echo "no" >&6; }
7852 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
7854 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7855 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7860 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
7864 libwine.$libwine_version.dylib: \$(OBJS)
7865 \$(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 \$@
7867 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
7868 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
7870 libwine.dylib: libwine.$libwine_soversion.dylib
7871 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
7873 install install-lib:: libwine.$libwine_version.dylib
7874 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
7875 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
7877 install install-dev::
7878 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
7881 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
7885 as_fn_append LOADER_RULES
"
7886 $wine_binary: main.o wine_info.plist
7887 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
7889 wine-installed: main.o wine_info.plist
7890 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
7895 DLLFLAGS
="$DLLFLAGS -fPIC"
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7900 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7901 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
7902 $as_echo_n "(cached) " >&6
7904 ac_wine_try_cflags_saved
=$CFLAGS
7905 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7907 /* end confdefs.h. */
7908 int main(int argc, char **argv) { return 0; }
7910 if ac_fn_c_try_link
"$LINENO"; then :
7911 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
7913 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
7915 rm -f core conftest.err conftest.
$ac_objext \
7916 conftest
$ac_exeext conftest.
$ac_ext
7917 CFLAGS
=$ac_wine_try_cflags_saved
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7920 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7921 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
7922 LDEXECFLAGS
="-Wl,--export-dynamic"
7924 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7926 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7927 if eval \
${$as_ac_var+:} false
; then :
7928 $as_echo_n "(cached) " >&6
7930 ac_wine_try_cflags_saved
=$CFLAGS
7931 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7933 /* end confdefs.h. */
7934 int main(int argc, char **argv) { return 0; }
7936 if ac_fn_c_try_link
"$LINENO"; then :
7937 eval "$as_ac_var=yes"
7939 eval "$as_ac_var=no"
7941 rm -f core conftest.err conftest.
$ac_objext \
7942 conftest
$ac_exeext conftest.
$ac_ext
7943 CFLAGS
=$ac_wine_try_cflags_saved
7945 eval ac_res
=\$
$as_ac_var
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7947 $as_echo "$ac_res" >&6; }
7948 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7949 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7950 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7952 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7954 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7955 if eval \
${$as_ac_var+:} false
; then :
7956 $as_echo_n "(cached) " >&6
7958 ac_wine_try_cflags_saved
=$CFLAGS
7959 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7961 /* end confdefs.h. */
7962 int main(int argc, char **argv) { return 0; }
7964 if ac_fn_c_try_link
"$LINENO"; then :
7965 eval "$as_ac_var=yes"
7967 eval "$as_ac_var=no"
7969 rm -f core conftest.err conftest.
$ac_objext \
7970 conftest
$ac_exeext conftest.
$ac_ext
7971 CFLAGS
=$ac_wine_try_cflags_saved
7973 eval ac_res
=\$
$as_ac_var
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7975 $as_echo "$ac_res" >&6; }
7976 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7977 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7978 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7983 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7984 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
7985 $as_echo_n "(cached) " >&6
7987 ac_wine_try_cflags_saved
=$CFLAGS
7988 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
7989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7990 /* end confdefs.h. */
7991 int main(int argc, char **argv) { return 0; }
7993 if ac_fn_c_try_link
"$LINENO"; then :
7994 ac_cv_cflags__Wl___enable_new_dtags
=yes
7996 ac_cv_cflags__Wl___enable_new_dtags
=no
7998 rm -f core conftest.err conftest.
$ac_objext \
7999 conftest
$ac_exeext conftest.
$ac_ext
8000 CFLAGS
=$ac_wine_try_cflags_saved
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8003 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8004 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
8005 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8009 *i
[3456789]86* | x86_64
)
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8011 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8012 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8013 $as_echo_n "(cached) " >&6
8015 ac_wine_try_cflags_saved
=$CFLAGS
8016 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8018 /* end confdefs.h. */
8019 int main(int argc, char **argv) { return 0; }
8021 if ac_fn_c_try_link
"$LINENO"; then :
8022 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8024 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8026 rm -f core conftest.err conftest.
$ac_objext \
8027 conftest
$ac_exeext conftest.
$ac_ext
8028 CFLAGS
=$ac_wine_try_cflags_saved
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8031 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8032 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
8033 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8038 libwine_targets
="libwine.so"
8042 libwine.so: \$(OBJS)
8043 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8045 install install-lib:: libwine.so
8046 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8049 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8053 as_fn_append LOADER_RULES
"
8054 $wine_binary: main.o
8055 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8057 wine-installed: main.o
8058 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8063 DLLFLAGS
="$DLLFLAGS -fPIC"
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8066 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8067 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8068 $as_echo_n "(cached) " >&6
8070 ac_wine_try_cflags_saved
=$CFLAGS
8071 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8073 /* end confdefs.h. */
8076 if ac_fn_c_try_link
"$LINENO"; then :
8077 ac_cv_c_dll_gnuelf
="yes"
8079 ac_cv_c_dll_gnuelf
="no"
8081 rm -f core conftest.err conftest.
$ac_objext \
8082 conftest
$ac_exeext conftest.
$ac_ext
8083 CFLAGS
=$ac_wine_try_cflags_saved
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8086 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8087 if test "$ac_cv_c_dll_gnuelf" = "yes"
8089 LDSHARED
="\$(CC) -shared"
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8091 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8092 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8093 $as_echo_n "(cached) " >&6
8095 ac_wine_try_cflags_saved
=$CFLAGS
8096 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8098 /* end confdefs.h. */
8099 int main(int argc, char **argv) { return 0; }
8101 if ac_fn_c_try_link
"$LINENO"; then :
8102 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8104 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8106 rm -f core conftest.err conftest.
$ac_objext \
8107 conftest
$ac_exeext conftest.
$ac_ext
8108 CFLAGS
=$ac_wine_try_cflags_saved
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8111 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8112 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
8113 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8116 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8117 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8118 $as_echo_n "(cached) " >&6
8120 ac_wine_try_cflags_saved
=$CFLAGS
8121 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8122 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8123 /* end confdefs.h. */
8124 int main(int argc, char **argv) { return 0; }
8126 if ac_fn_c_try_link
"$LINENO"; then :
8127 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8129 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8131 rm -f core conftest.err conftest.
$ac_objext \
8132 conftest
$ac_exeext conftest.
$ac_ext
8133 CFLAGS
=$ac_wine_try_cflags_saved
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8136 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8137 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
8138 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8142 echo '{ global: *; };' >conftest.map
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8144 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8145 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8146 $as_echo_n "(cached) " >&6
8148 ac_wine_try_cflags_saved
=$CFLAGS
8149 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8151 /* end confdefs.h. */
8152 int main(int argc, char **argv) { return 0; }
8154 if ac_fn_c_try_link
"$LINENO"; then :
8155 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8157 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8159 rm -f core conftest.err conftest.
$ac_objext \
8160 conftest
$ac_exeext conftest.
$ac_ext
8161 CFLAGS
=$ac_wine_try_cflags_saved
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8164 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8165 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
8166 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8171 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8172 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8173 $as_echo_n "(cached) " >&6
8175 ac_wine_try_cflags_saved
=$CFLAGS
8176 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8178 /* end confdefs.h. */
8179 int main(int argc, char **argv) { return 0; }
8181 if ac_fn_c_try_link
"$LINENO"; then :
8182 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8184 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8186 rm -f core conftest.err conftest.
$ac_objext \
8187 conftest
$ac_exeext conftest.
$ac_ext
8188 CFLAGS
=$ac_wine_try_cflags_saved
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8191 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8192 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
8193 LDEXECFLAGS
="-Wl,--export-dynamic"
8196 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8198 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8199 if eval \
${$as_ac_var+:} false
; then :
8200 $as_echo_n "(cached) " >&6
8202 ac_wine_try_cflags_saved
=$CFLAGS
8203 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8205 /* end confdefs.h. */
8206 int main(int argc, char **argv) { return 0; }
8208 if ac_fn_c_try_link
"$LINENO"; then :
8209 eval "$as_ac_var=yes"
8211 eval "$as_ac_var=no"
8213 rm -f core conftest.err conftest.
$ac_objext \
8214 conftest
$ac_exeext conftest.
$ac_ext
8215 CFLAGS
=$ac_wine_try_cflags_saved
8217 eval ac_res
=\$
$as_ac_var
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8219 $as_echo "$ac_res" >&6; }
8220 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
8221 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8222 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8224 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8226 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8227 if eval \
${$as_ac_var+:} false
; then :
8228 $as_echo_n "(cached) " >&6
8230 ac_wine_try_cflags_saved
=$CFLAGS
8231 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8233 /* end confdefs.h. */
8234 int main(int argc, char **argv) { return 0; }
8236 if ac_fn_c_try_link
"$LINENO"; then :
8237 eval "$as_ac_var=yes"
8239 eval "$as_ac_var=no"
8241 rm -f core conftest.err conftest.
$ac_objext \
8242 conftest
$ac_exeext conftest.
$ac_ext
8243 CFLAGS
=$ac_wine_try_cflags_saved
8245 eval ac_res
=\$
$as_ac_var
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8247 $as_echo "$ac_res" >&6; }
8248 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
8249 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8250 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8255 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8256 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8257 $as_echo_n "(cached) " >&6
8259 ac_wine_try_cflags_saved
=$CFLAGS
8260 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8261 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8262 /* end confdefs.h. */
8263 int main(int argc, char **argv) { return 0; }
8265 if ac_fn_c_try_link
"$LINENO"; then :
8266 ac_cv_cflags__Wl___enable_new_dtags
=yes
8268 ac_cv_cflags__Wl___enable_new_dtags
=no
8270 rm -f core conftest.err conftest.
$ac_objext \
8271 conftest
$ac_exeext conftest.
$ac_ext
8272 CFLAGS
=$ac_wine_try_cflags_saved
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8275 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8276 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
8277 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8281 *i
[3456789]86* | x86_64
)
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8283 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8284 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8285 $as_echo_n "(cached) " >&6
8287 ac_wine_try_cflags_saved
=$CFLAGS
8288 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8290 /* end confdefs.h. */
8291 int main(int argc, char **argv) { return 0; }
8293 if ac_fn_c_try_link
"$LINENO"; then :
8294 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8296 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8298 rm -f core conftest.err conftest.
$ac_objext \
8299 conftest
$ac_exeext conftest.
$ac_ext
8300 CFLAGS
=$ac_wine_try_cflags_saved
8302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8303 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8304 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
8306 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8307 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8311 # Extract the first word of "prelink", so it can be a program name with args.
8312 set dummy prelink
; ac_word
=$2
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8314 $as_echo_n "checking for $ac_word... " >&6; }
8315 if ${ac_cv_path_PRELINK+:} false
; then :
8316 $as_echo_n "(cached) " >&6
8320 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8324 for as_dir
in /sbin
/usr
/sbin
$PATH
8327 test -z "$as_dir" && as_dir
=.
8328 for ac_exec_ext
in '' $ac_executable_extensions; do
8329 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8330 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8338 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8342 PRELINK
=$ac_cv_path_PRELINK
8343 if test -n "$PRELINK"; then
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8345 $as_echo "$PRELINK" >&6; }
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8348 $as_echo "no" >&6; }
8352 if test "x$PRELINK" = xfalse
8354 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8361 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8362 if ${ac_cv_c_dll_unixware+:} false
; then :
8363 $as_echo_n "(cached) " >&6
8365 ac_wine_try_cflags_saved
=$CFLAGS
8366 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8368 /* end confdefs.h. */
8371 if ac_fn_c_try_link
"$LINENO"; then :
8372 ac_cv_c_dll_unixware
="yes"
8374 ac_cv_c_dll_unixware
="no"
8376 rm -f core conftest.err conftest.
$ac_objext \
8377 conftest
$ac_exeext conftest.
$ac_ext
8378 CFLAGS
=$ac_wine_try_cflags_saved
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8381 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8382 if test "$ac_cv_c_dll_unixware" = "yes"
8384 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8387 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8391 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8392 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8394 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8395 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8397 libwine.so: libwine.so.$libwine_soversion
8398 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8400 install install-lib:: libwine.so.$libwine_version
8401 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8402 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8404 install install-dev::
8405 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8408 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8412 as_fn_append LOADER_RULES
"
8413 $wine_binary: main.o
8414 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8416 wine-installed: main.o
8417 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8422 as_fn_append LIBWINE_RULES
"
8423 EXTRA_TARGETS = $libwine_targets
8426 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8427 enable_winemac_drv
=${enable_winemac_drv:-no}
8431 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8435 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
8438 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 " ;;
8440 ac_prefix_list
="" ;;
8442 for ac_prog
in $ac_prefix_list
8444 # Extract the first word of "$ac_prog", so it can be a program name with args.
8445 set dummy
$ac_prog; ac_word
=$2
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8447 $as_echo_n "checking for $ac_word... " >&6; }
8448 if ${ac_cv_prog_CROSSCC+:} false
; then :
8449 $as_echo_n "(cached) " >&6
8451 if test -n "$CROSSCC"; then
8452 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8454 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8458 test -z "$as_dir" && as_dir
=.
8459 for ac_exec_ext
in '' $ac_executable_extensions; do
8460 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8461 ac_cv_prog_CROSSCC
="$ac_prog"
8462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8471 CROSSCC
=$ac_cv_prog_CROSSCC
8472 if test -n "$CROSSCC"; then
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8474 $as_echo "$CROSSCC" >&6; }
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8477 $as_echo "no" >&6; }
8481 test -n "$CROSSCC" && break
8483 test -n "$CROSSCC" || CROSSCC
="false"
8485 if test "$CROSSCC" != "false"
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8490 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8491 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8502 if ac_fn_c_try_compile
"$LINENO"; then :
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8504 $as_echo "yes" >&6; }
8510 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8516 $as_echo "no" >&6; }
8518 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8524 if test "$ac_cv_header_pthread_h" = "yes"
8526 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8527 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8531 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8532 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8533 $as_echo_n "(cached) " >&6
8535 ac_check_lib_save_LIBS
=$LIBS
8536 LIBS
="-lpthread $LIBS"
8537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8538 /* end confdefs.h. */
8540 /* Override any GCC internal prototype to avoid an error.
8541 Use char because int might match the return type of a GCC
8542 builtin and then its argument prototype would still apply. */
8546 char pthread_create ();
8550 return pthread_create ();
8555 if ac_fn_c_try_link
"$LINENO"; then :
8556 ac_cv_lib_pthread_pthread_create
=yes
8558 ac_cv_lib_pthread_pthread_create
=no
8560 rm -f core conftest.err conftest.
$ac_objext \
8561 conftest
$ac_exeext conftest.
$ac_ext
8562 LIBS
=$ac_check_lib_save_LIBS
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8565 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8566 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8567 LIBPTHREAD
="-lpthread"
8574 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$LIBPTHREAD" = x
; then :
8575 case "x$with_pthread" in
8577 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8578 Wine cannot support threads without libpthread.
8579 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8585 $as_echo_n "checking for X... " >&6; }
8588 # Check whether --with-x was given.
8589 if test "${with_x+set}" = set; then :
8593 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8594 if test "x$with_x" = xno
; then
8595 # The user explicitly disabled X.
8598 case $x_includes,$x_libraries in #(
8599 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8600 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8601 $as_echo_n "(cached) " >&6
8603 # One or both of the vars are not set, and there is no cached value.
8604 ac_x_includes
=no ac_x_libraries
=no
8605 rm -f -r conftest.dir
8606 if mkdir conftest.dir
; then
8608 cat >Imakefile
<<'_ACEOF'
8610 @echo incroot='${INCROOT}'
8612 @echo usrlibdir='${USRLIBDIR}'
8614 @echo libdir='${LIBDIR}'
8616 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8617 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8618 for ac_var
in incroot usrlibdir libdir
; do
8619 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8621 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8622 for ac_extension
in a so sl dylib la dll
; do
8623 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8624 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8625 ac_im_usrlibdir
=$ac_im_libdir; break
8628 # Screen out bogus values from the imake configuration. They are
8629 # bogus both because they are the default anyway, and because
8630 # using them would break gcc on systems where it needs fixed includes.
8631 case $ac_im_incroot in
8632 /usr
/include
) ac_x_includes
= ;;
8633 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8635 case $ac_im_usrlibdir in
8636 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8637 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8641 rm -f -r conftest.dir
8644 # Standard set of common directories for X headers.
8645 # Check X11 before X11Rn because it is often a symlink to the current release.
8659 /usr/local/X11/include
8660 /usr/local/X11R7/include
8661 /usr/local/X11R6/include
8662 /usr/local/X11R5/include
8663 /usr/local/X11R4/include
8665 /usr/local/include/X11
8666 /usr/local/include/X11R7
8667 /usr/local/include/X11R6
8668 /usr/local/include/X11R5
8669 /usr/local/include/X11R4
8673 /usr/XFree86/include/X11
8677 /usr/unsupported/include
8679 /usr/local/x11r5/include
8680 /usr/lpp/Xamples/include
8682 /usr/openwin/include
8683 /usr/openwin/share/include'
8685 if test "$ac_x_includes" = no
; then
8686 # Guess where to find include files, by looking for Xlib.h.
8687 # First, try using that file with no special directory specified.
8688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8689 /* end confdefs.h. */
8690 #include <X11/Xlib.h>
8692 if ac_fn_c_try_cpp
"$LINENO"; then :
8693 # We can compile using X headers with no special include directory.
8696 for ac_dir
in $ac_x_header_dirs; do
8697 if test -r "$ac_dir/X11/Xlib.h"; then
8698 ac_x_includes
=$ac_dir
8703 rm -f conftest.err conftest.i conftest.
$ac_ext
8704 fi # $ac_x_includes = no
8706 if test "$ac_x_libraries" = no
; then
8707 # Check for the libraries.
8708 # See if we find them without any special options.
8709 # Don't add to $LIBS permanently.
8712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8713 /* end confdefs.h. */
8714 #include <X11/Xlib.h>
8723 if ac_fn_c_try_link
"$LINENO"; then :
8725 # We can link X programs with no special library path.
8729 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8731 # Don't even attempt the hair of trying to link an X program!
8732 for ac_extension
in a so sl dylib la dll
; do
8733 if test -r "$ac_dir/libX11.$ac_extension"; then
8734 ac_x_libraries
=$ac_dir
8740 rm -f core conftest.err conftest.
$ac_objext \
8741 conftest
$ac_exeext conftest.
$ac_ext
8742 fi # $ac_x_libraries = no
8744 case $ac_x_includes,$ac_x_libraries in #(
8746 # Didn't find X, or a directory has "'" in its name.
8747 ac_cv_have_x
="have_x=no";; #(
8749 # Record where we found X for the cache.
8750 ac_cv_have_x
="have_x=yes\
8751 ac_x_includes='$ac_x_includes'\
8752 ac_x_libraries='$ac_x_libraries'"
8758 eval "$ac_cv_have_x"
8761 if test "$have_x" != yes; then
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
8763 $as_echo "$have_x" >&6; }
8766 # If each of the values was on the command line, it overrides each guess.
8767 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8768 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8769 # Update the cache value to reflect the command line values.
8770 ac_cv_have_x
="have_x=yes\
8771 ac_x_includes='$x_includes'\
8772 ac_x_libraries='$x_libraries'"
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
8774 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8777 if test "$no_x" = yes; then
8778 # Not all programs may use this symbol, but it does not hurt to define it.
8780 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
8782 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8784 if test -n "$x_includes"; then
8785 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8788 # It would also be nice to do this for all -L options, not just this one.
8789 if test -n "$x_libraries"; then
8790 X_LIBS
="$X_LIBS -L$x_libraries"
8791 # For Solaris; some versions of Sun CC require a space after -R and
8792 # others require no space. Words are not sufficient . . . .
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
8794 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8795 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
8796 ac_xsave_c_werror_flag
=$ac_c_werror_flag
8797 ac_c_werror_flag
=yes
8798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8799 /* end confdefs.h. */
8809 if ac_fn_c_try_link
"$LINENO"; then :
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8811 $as_echo "no" >&6; }
8812 X_LIBS
="$X_LIBS -R$x_libraries"
8814 LIBS
="$ac_xsave_LIBS -R $x_libraries"
8815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8816 /* end confdefs.h. */
8826 if ac_fn_c_try_link
"$LINENO"; then :
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8828 $as_echo "yes" >&6; }
8829 X_LIBS
="$X_LIBS -R $x_libraries"
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
8832 $as_echo "neither works" >&6; }
8834 rm -f core conftest.err conftest.
$ac_objext \
8835 conftest
$ac_exeext conftest.
$ac_ext
8837 rm -f core conftest.err conftest.
$ac_objext \
8838 conftest
$ac_exeext conftest.
$ac_ext
8839 ac_c_werror_flag
=$ac_xsave_c_werror_flag
8843 # Check for system-dependent libraries X programs must link with.
8844 # Do this before checking for the system-independent R6 libraries
8845 # (-lICE), since we may need -lsocket or whatever for X linking.
8847 if test "$ISC" = yes; then
8848 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8850 # Martyn Johnson says this is needed for Ultrix, if the X
8851 # libraries were built with DECnet support. And Karl Berry says
8852 # the Alpha needs dnet_stub (dnet does not exist).
8853 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
8854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8855 /* end confdefs.h. */
8857 /* Override any GCC internal prototype to avoid an error.
8858 Use char because int might match the return type of a GCC
8859 builtin and then its argument prototype would still apply. */
8863 char XOpenDisplay ();
8867 return XOpenDisplay ();
8872 if ac_fn_c_try_link
"$LINENO"; then :
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
8876 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8877 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
8878 $as_echo_n "(cached) " >&6
8880 ac_check_lib_save_LIBS
=$LIBS
8882 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8883 /* end confdefs.h. */
8885 /* Override any GCC internal prototype to avoid an error.
8886 Use char because int might match the return type of a GCC
8887 builtin and then its argument prototype would still apply. */
8895 return dnet_ntoa ();
8900 if ac_fn_c_try_link
"$LINENO"; then :
8901 ac_cv_lib_dnet_dnet_ntoa
=yes
8903 ac_cv_lib_dnet_dnet_ntoa
=no
8905 rm -f core conftest.err conftest.
$ac_objext \
8906 conftest
$ac_exeext conftest.
$ac_ext
8907 LIBS
=$ac_check_lib_save_LIBS
8909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8910 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8911 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
8912 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8915 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
8917 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8918 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
8919 $as_echo_n "(cached) " >&6
8921 ac_check_lib_save_LIBS
=$LIBS
8922 LIBS
="-ldnet_stub $LIBS"
8923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8924 /* end confdefs.h. */
8926 /* Override any GCC internal prototype to avoid an error.
8927 Use char because int might match the return type of a GCC
8928 builtin and then its argument prototype would still apply. */
8936 return dnet_ntoa ();
8941 if ac_fn_c_try_link
"$LINENO"; then :
8942 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
8944 ac_cv_lib_dnet_stub_dnet_ntoa
=no
8946 rm -f core conftest.err conftest.
$ac_objext \
8947 conftest
$ac_exeext conftest.
$ac_ext
8948 LIBS
=$ac_check_lib_save_LIBS
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8951 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8952 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
8953 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8958 rm -f core conftest.err conftest.
$ac_objext \
8959 conftest
$ac_exeext conftest.
$ac_ext
8960 LIBS
="$ac_xsave_LIBS"
8962 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8963 # to get the SysV transport functions.
8964 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8966 # The nsl library prevents programs from opening the X display
8967 # on Irix 5.2, according to T.E. Dickey.
8968 # The functions gethostbyname, getservbyname, and inet_addr are
8969 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8970 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
8971 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
8975 if test $ac_cv_func_gethostbyname = no
; then
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8977 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8978 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
8979 $as_echo_n "(cached) " >&6
8981 ac_check_lib_save_LIBS
=$LIBS
8983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8984 /* end confdefs.h. */
8986 /* Override any GCC internal prototype to avoid an error.
8987 Use char because int might match the return type of a GCC
8988 builtin and then its argument prototype would still apply. */
8992 char gethostbyname ();
8996 return gethostbyname ();
9001 if ac_fn_c_try_link
"$LINENO"; then :
9002 ac_cv_lib_nsl_gethostbyname
=yes
9004 ac_cv_lib_nsl_gethostbyname
=no
9006 rm -f core conftest.err conftest.
$ac_objext \
9007 conftest
$ac_exeext conftest.
$ac_ext
9008 LIBS
=$ac_check_lib_save_LIBS
9010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9011 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9012 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9013 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9016 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9018 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9019 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9020 $as_echo_n "(cached) " >&6
9022 ac_check_lib_save_LIBS
=$LIBS
9024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9025 /* end confdefs.h. */
9027 /* Override any GCC internal prototype to avoid an error.
9028 Use char because int might match the return type of a GCC
9029 builtin and then its argument prototype would still apply. */
9033 char gethostbyname ();
9037 return gethostbyname ();
9042 if ac_fn_c_try_link
"$LINENO"; then :
9043 ac_cv_lib_bsd_gethostbyname
=yes
9045 ac_cv_lib_bsd_gethostbyname
=no
9047 rm -f core conftest.err conftest.
$ac_objext \
9048 conftest
$ac_exeext conftest.
$ac_ext
9049 LIBS
=$ac_check_lib_save_LIBS
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9052 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9053 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9054 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9060 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9061 # socket/setsockopt and other routines are undefined under SCO ODT
9062 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9063 # on later versions), says Simon Leinen: it contains gethostby*
9064 # variants that don't use the name server (or something). -lsocket
9065 # must be given before -lnsl if both are needed. We assume that
9066 # if connect needs -lnsl, so does gethostbyname.
9067 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9068 if test "x$ac_cv_func_connect" = xyes
; then :
9072 if test $ac_cv_func_connect = no
; then
9073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9074 $as_echo_n "checking for connect in -lsocket... " >&6; }
9075 if ${ac_cv_lib_socket_connect+:} false
; then :
9076 $as_echo_n "(cached) " >&6
9078 ac_check_lib_save_LIBS
=$LIBS
9079 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9081 /* end confdefs.h. */
9083 /* Override any GCC internal prototype to avoid an error.
9084 Use char because int might match the return type of a GCC
9085 builtin and then its argument prototype would still apply. */
9098 if ac_fn_c_try_link
"$LINENO"; then :
9099 ac_cv_lib_socket_connect
=yes
9101 ac_cv_lib_socket_connect
=no
9103 rm -f core conftest.err conftest.
$ac_objext \
9104 conftest
$ac_exeext conftest.
$ac_ext
9105 LIBS
=$ac_check_lib_save_LIBS
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9108 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9109 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9110 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9115 # Guillermo Gomez says -lposix is necessary on A/UX.
9116 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9117 if test "x$ac_cv_func_remove" = xyes
; then :
9121 if test $ac_cv_func_remove = no
; then
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9123 $as_echo_n "checking for remove in -lposix... " >&6; }
9124 if ${ac_cv_lib_posix_remove+:} false
; then :
9125 $as_echo_n "(cached) " >&6
9127 ac_check_lib_save_LIBS
=$LIBS
9128 LIBS
="-lposix $LIBS"
9129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9130 /* end confdefs.h. */
9132 /* Override any GCC internal prototype to avoid an error.
9133 Use char because int might match the return type of a GCC
9134 builtin and then its argument prototype would still apply. */
9147 if ac_fn_c_try_link
"$LINENO"; then :
9148 ac_cv_lib_posix_remove
=yes
9150 ac_cv_lib_posix_remove
=no
9152 rm -f core conftest.err conftest.
$ac_objext \
9153 conftest
$ac_exeext conftest.
$ac_ext
9154 LIBS
=$ac_check_lib_save_LIBS
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9157 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9158 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9159 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9164 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9165 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9166 if test "x$ac_cv_func_shmat" = xyes
; then :
9170 if test $ac_cv_func_shmat = no
; then
9171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9172 $as_echo_n "checking for shmat in -lipc... " >&6; }
9173 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9174 $as_echo_n "(cached) " >&6
9176 ac_check_lib_save_LIBS
=$LIBS
9178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9179 /* end confdefs.h. */
9181 /* Override any GCC internal prototype to avoid an error.
9182 Use char because int might match the return type of a GCC
9183 builtin and then its argument prototype would still apply. */
9196 if ac_fn_c_try_link
"$LINENO"; then :
9197 ac_cv_lib_ipc_shmat
=yes
9199 ac_cv_lib_ipc_shmat
=no
9201 rm -f core conftest.err conftest.
$ac_objext \
9202 conftest
$ac_exeext conftest.
$ac_ext
9203 LIBS
=$ac_check_lib_save_LIBS
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9206 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9207 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9208 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9214 # Check for libraries that X11R6 Xt/Xaw programs need.
9215 ac_save_LDFLAGS
=$LDFLAGS
9216 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9217 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9218 # check for ICE first), but we must link in the order -lSM -lICE or
9219 # we get undefined symbols. So assume we have SM if we have ICE.
9220 # These have to be linked with before -lX11, unlike the other
9221 # libraries we check for below, so use a different variable.
9222 # John Interrante, Karl Berry
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9224 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9225 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9226 $as_echo_n "(cached) " >&6
9228 ac_check_lib_save_LIBS
=$LIBS
9229 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9231 /* end confdefs.h. */
9233 /* Override any GCC internal prototype to avoid an error.
9234 Use char because int might match the return type of a GCC
9235 builtin and then its argument prototype would still apply. */
9239 char IceConnectionNumber ();
9243 return IceConnectionNumber ();
9248 if ac_fn_c_try_link
"$LINENO"; then :
9249 ac_cv_lib_ICE_IceConnectionNumber
=yes
9251 ac_cv_lib_ICE_IceConnectionNumber
=no
9253 rm -f core conftest.err conftest.
$ac_objext \
9254 conftest
$ac_exeext conftest.
$ac_ext
9255 LIBS
=$ac_check_lib_save_LIBS
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9258 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9259 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9260 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9263 LDFLAGS
=$ac_save_LDFLAGS
9268 if test "$have_x" = "yes"
9271 ac_save_CPPFLAGS
="$CPPFLAGS"
9272 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9275 $as_echo_n "checking for -lX11... " >&6; }
9276 if ${ac_cv_lib_soname_X11+:} false
; then :
9277 $as_echo_n "(cached) " >&6
9279 ac_check_soname_save_LIBS
=$LIBS
9280 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9282 /* end confdefs.h. */
9284 /* Override any GCC internal prototype to avoid an error.
9285 Use char because int might match the return type of a GCC
9286 builtin and then its argument prototype would still apply. */
9290 char XCreateWindow ();
9294 return XCreateWindow ();
9299 if ac_fn_c_try_link
"$LINENO"; then :
9301 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9302 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'` ;;
9303 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9304 if test "x$ac_cv_lib_soname_X11" = x
; then :
9305 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9309 rm -f core conftest.err conftest.
$ac_objext \
9310 conftest
$ac_exeext conftest.
$ac_ext
9311 LIBS
=$ac_check_soname_save_LIBS
9313 if test "x$ac_cv_lib_soname_X11" = "x"; then :
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9315 $as_echo "not found" >&6; }
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9319 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9321 cat >>confdefs.h
<<_ACEOF
9322 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9328 $as_echo_n "checking for -lXext... " >&6; }
9329 if ${ac_cv_lib_soname_Xext+:} false
; then :
9330 $as_echo_n "(cached) " >&6
9332 ac_check_soname_save_LIBS
=$LIBS
9333 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9334 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9335 /* end confdefs.h. */
9337 /* Override any GCC internal prototype to avoid an error.
9338 Use char because int might match the return type of a GCC
9339 builtin and then its argument prototype would still apply. */
9343 char XextCreateExtension ();
9347 return XextCreateExtension ();
9352 if ac_fn_c_try_link
"$LINENO"; then :
9354 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9355 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'` ;;
9356 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9357 if test "x$ac_cv_lib_soname_Xext" = x
; then :
9358 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9362 rm -f core conftest.err conftest.
$ac_objext \
9363 conftest
$ac_exeext conftest.
$ac_ext
9364 LIBS
=$ac_check_soname_save_LIBS
9366 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9368 $as_echo "not found" >&6; }
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9372 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9374 cat >>confdefs.h
<<_ACEOF
9375 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9381 for ac_header
in X11
/Xlib.h \
9384 X11
/Xcursor
/Xcursor.h \
9385 X11
/extensions
/shape.h \
9386 X11
/extensions
/XInput.h \
9387 X11
/extensions
/XInput2.h \
9388 X11
/extensions
/XShm.h \
9389 X11
/extensions
/Xcomposite.h \
9390 X11
/extensions
/Xinerama.h \
9391 X11
/extensions
/Xrandr.h \
9392 X11
/extensions
/Xrender.h \
9393 X11
/extensions
/xf86vmode.h \
9394 X11
/extensions
/xf86vmproto.h
9396 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9397 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9398 # include <X11/Xlib.h>
9400 #ifdef HAVE_X11_XUTIL_H
9401 # include <X11/Xutil.h>
9404 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9405 cat >>confdefs.h
<<_ACEOF
9406 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9414 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9417 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9418 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9419 $as_echo_n "(cached) " >&6
9421 ac_check_lib_save_LIBS
=$LIBS
9422 LIBS
="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9424 /* end confdefs.h. */
9426 /* Override any GCC internal prototype to avoid an error.
9427 Use char because int might match the return type of a GCC
9428 builtin and then its argument prototype would still apply. */
9432 char XkbQueryExtension ();
9436 return XkbQueryExtension ();
9441 if ac_fn_c_try_link
"$LINENO"; then :
9442 ac_cv_lib_X11_XkbQueryExtension
=yes
9444 ac_cv_lib_X11_XkbQueryExtension
=no
9446 rm -f core conftest.err conftest.
$ac_objext \
9447 conftest
$ac_exeext conftest.
$ac_ext
9448 LIBS
=$ac_check_lib_save_LIBS
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9451 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9452 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9454 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9460 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9463 $as_echo_n "checking for -lXcursor... " >&6; }
9464 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9465 $as_echo_n "(cached) " >&6
9467 ac_check_soname_save_LIBS
=$LIBS
9468 LIBS
="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9470 /* end confdefs.h. */
9472 /* Override any GCC internal prototype to avoid an error.
9473 Use char because int might match the return type of a GCC
9474 builtin and then its argument prototype would still apply. */
9478 char XcursorImageLoadCursor ();
9482 return XcursorImageLoadCursor ();
9487 if ac_fn_c_try_link
"$LINENO"; then :
9489 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9490 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'` ;;
9491 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9492 if test "x$ac_cv_lib_soname_Xcursor" = x
; then :
9493 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9497 rm -f core conftest.err conftest.
$ac_objext \
9498 conftest
$ac_exeext conftest.
$ac_ext
9499 LIBS
=$ac_check_soname_save_LIBS
9501 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9503 $as_echo "not found" >&6; }
9506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9507 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9509 cat >>confdefs.h
<<_ACEOF
9510 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9516 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9517 case "x$with_xcursor" in
9518 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9520 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9521 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9525 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9528 $as_echo_n "checking for -lXi... " >&6; }
9529 if ${ac_cv_lib_soname_Xi+:} false
; then :
9530 $as_echo_n "(cached) " >&6
9532 ac_check_soname_save_LIBS
=$LIBS
9533 LIBS
="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9535 /* end confdefs.h. */
9537 /* Override any GCC internal prototype to avoid an error.
9538 Use char because int might match the return type of a GCC
9539 builtin and then its argument prototype would still apply. */
9543 char XOpenDevice ();
9547 return XOpenDevice ();
9552 if ac_fn_c_try_link
"$LINENO"; then :
9554 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9555 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'` ;;
9556 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9557 if test "x$ac_cv_lib_soname_Xi" = x
; then :
9558 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9562 rm -f core conftest.err conftest.
$ac_objext \
9563 conftest
$ac_exeext conftest.
$ac_ext
9564 LIBS
=$ac_check_soname_save_LIBS
9566 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9568 $as_echo "not found" >&6; }
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9572 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9574 cat >>confdefs.h
<<_ACEOF
9575 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9581 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9582 case "x$with_xinput" in
9583 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9585 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9586 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9590 if test "x$ac_cv_lib_soname_Xi" != x
9592 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9593 case "x$with_xinput2" in
9594 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9596 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9597 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9602 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9605 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9606 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9607 $as_echo_n "(cached) " >&6
9609 ac_check_lib_save_LIBS
=$LIBS
9610 LIBS
="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9612 /* end confdefs.h. */
9614 /* Override any GCC internal prototype to avoid an error.
9615 Use char because int might match the return type of a GCC
9616 builtin and then its argument prototype would still apply. */
9620 char XShmQueryExtension ();
9624 return XShmQueryExtension ();
9629 if ac_fn_c_try_link
"$LINENO"; then :
9630 ac_cv_lib_Xext_XShmQueryExtension
=yes
9632 ac_cv_lib_Xext_XShmQueryExtension
=no
9634 rm -f core conftest.err conftest.
$ac_objext \
9635 conftest
$ac_exeext conftest.
$ac_ext
9636 LIBS
=$ac_check_lib_save_LIBS
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9639 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9640 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9642 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9647 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9648 case "x$with_xshm" in
9649 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9651 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9652 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9656 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9659 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9660 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9661 $as_echo_n "(cached) " >&6
9663 ac_check_lib_save_LIBS
=$LIBS
9664 LIBS
="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9666 /* end confdefs.h. */
9668 /* Override any GCC internal prototype to avoid an error.
9669 Use char because int might match the return type of a GCC
9670 builtin and then its argument prototype would still apply. */
9674 char XShapeQueryExtension ();
9678 return XShapeQueryExtension ();
9683 if ac_fn_c_try_link
"$LINENO"; then :
9684 ac_cv_lib_Xext_XShapeQueryExtension
=yes
9686 ac_cv_lib_Xext_XShapeQueryExtension
=no
9688 rm -f core conftest.err conftest.
$ac_objext \
9689 conftest
$ac_exeext conftest.
$ac_ext
9690 LIBS
=$ac_check_lib_save_LIBS
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9693 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9694 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
9696 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
9701 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
9702 case "x$with_xshape" in
9703 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
9705 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
9706 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
9710 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
9712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
9713 $as_echo_n "checking for -lXxf86vm... " >&6; }
9714 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
9715 $as_echo_n "(cached) " >&6
9717 ac_check_soname_save_LIBS
=$LIBS
9718 LIBS
="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9720 /* end confdefs.h. */
9722 /* Override any GCC internal prototype to avoid an error.
9723 Use char because int might match the return type of a GCC
9724 builtin and then its argument prototype would still apply. */
9728 char XF86VidModeQueryExtension ();
9732 return XF86VidModeQueryExtension ();
9737 if ac_fn_c_try_link
"$LINENO"; then :
9739 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9740 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'` ;;
9741 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9742 if test "x$ac_cv_lib_soname_Xxf86vm" = x
; then :
9743 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9747 rm -f core conftest.err conftest.
$ac_objext \
9748 conftest
$ac_exeext conftest.
$ac_ext
9749 LIBS
=$ac_check_soname_save_LIBS
9751 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9753 $as_echo "not found" >&6; }
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
9757 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
9759 cat >>confdefs.h
<<_ACEOF
9760 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
9766 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
9767 case "x$with_xxf86vm" in
9768 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
9770 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
9771 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
9775 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"
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
9778 $as_echo_n "checking for -lXrender... " >&6; }
9779 if ${ac_cv_lib_soname_Xrender+:} false
; then :
9780 $as_echo_n "(cached) " >&6
9782 ac_check_soname_save_LIBS
=$LIBS
9783 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9785 /* end confdefs.h. */
9787 /* Override any GCC internal prototype to avoid an error.
9788 Use char because int might match the return type of a GCC
9789 builtin and then its argument prototype would still apply. */
9793 char XRenderQueryExtension ();
9797 return XRenderQueryExtension ();
9802 if ac_fn_c_try_link
"$LINENO"; then :
9804 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9805 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'` ;;
9806 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9807 if test "x$ac_cv_lib_soname_Xrender" = x
; then :
9808 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9812 rm -f core conftest.err conftest.
$ac_objext \
9813 conftest
$ac_exeext conftest.
$ac_ext
9814 LIBS
=$ac_check_soname_save_LIBS
9816 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9818 $as_echo "not found" >&6; }
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
9822 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
9824 cat >>confdefs.h
<<_ACEOF
9825 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
9829 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
9830 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
9831 $as_echo_n "(cached) " >&6
9833 ac_check_lib_save_LIBS
=$LIBS
9834 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9844 char XRenderSetPictureTransform ();
9848 return XRenderSetPictureTransform ();
9853 if ac_fn_c_try_link
"$LINENO"; then :
9854 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
9856 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
9858 rm -f core conftest.err conftest.
$ac_objext \
9859 conftest
$ac_exeext conftest.
$ac_ext
9860 LIBS
=$ac_check_lib_save_LIBS
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9863 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9864 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
9866 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
9871 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
9872 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
9873 $as_echo_n "(cached) " >&6
9875 ac_check_lib_save_LIBS
=$LIBS
9876 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9878 /* end confdefs.h. */
9880 /* Override any GCC internal prototype to avoid an error.
9881 Use char because int might match the return type of a GCC
9882 builtin and then its argument prototype would still apply. */
9886 char XRenderCreateLinearGradient ();
9890 return XRenderCreateLinearGradient ();
9895 if ac_fn_c_try_link
"$LINENO"; then :
9896 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
9898 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
9900 rm -f core conftest.err conftest.
$ac_objext \
9901 conftest
$ac_exeext conftest.
$ac_ext
9902 LIBS
=$ac_check_lib_save_LIBS
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
9905 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
9906 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
9908 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
9915 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
9916 case "x$with_xrender" in
9917 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
9919 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
9920 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
9924 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9927 /* end confdefs.h. */
9928 #include <X11/Xlib.h>
9929 #include <X11/extensions/Xrandr.h>
9933 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
9938 if ac_fn_c_try_compile
"$LINENO"; then :
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
9940 $as_echo_n "checking for -lXrandr... " >&6; }
9941 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
9942 $as_echo_n "(cached) " >&6
9944 ac_check_soname_save_LIBS
=$LIBS
9945 LIBS
="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9947 /* end confdefs.h. */
9949 /* Override any GCC internal prototype to avoid an error.
9950 Use char because int might match the return type of a GCC
9951 builtin and then its argument prototype would still apply. */
9955 char XRRQueryExtension ();
9959 return XRRQueryExtension ();
9964 if ac_fn_c_try_link
"$LINENO"; then :
9966 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9967 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'` ;;
9968 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9969 if test "x$ac_cv_lib_soname_Xrandr" = x
; then :
9970 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9974 rm -f core conftest.err conftest.
$ac_objext \
9975 conftest
$ac_exeext conftest.
$ac_ext
9976 LIBS
=$ac_check_soname_save_LIBS
9978 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
9979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9980 $as_echo "not found" >&6; }
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
9984 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
9986 cat >>confdefs.h
<<_ACEOF
9987 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9991 /* end confdefs.h. */
9992 #include <X11/Xlib.h>
9993 #include <X11/extensions/Xrandr.h>
9997 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10002 if ac_fn_c_try_compile
"$LINENO"; then :
10004 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10007 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10010 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10012 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10013 case "x$with_xrandr" in
10014 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10016 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10017 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10021 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10024 /* end confdefs.h. */
10025 #include <X11/Xlib.h>
10026 #include <X11/extensions/Xinerama.h>
10030 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10035 if ac_fn_c_try_compile
"$LINENO"; then :
10036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10037 $as_echo_n "checking for -lXinerama... " >&6; }
10038 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10039 $as_echo_n "(cached) " >&6
10041 ac_check_soname_save_LIBS
=$LIBS
10042 LIBS
="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10044 /* end confdefs.h. */
10046 /* Override any GCC internal prototype to avoid an error.
10047 Use char because int might match the return type of a GCC
10048 builtin and then its argument prototype would still apply. */
10052 char XineramaQueryScreens ();
10056 return XineramaQueryScreens ();
10061 if ac_fn_c_try_link
"$LINENO"; then :
10063 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10064 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'` ;;
10065 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10066 if test "x$ac_cv_lib_soname_Xinerama" = x
; then :
10067 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10071 rm -f core conftest.err conftest.
$ac_objext \
10072 conftest
$ac_exeext conftest.
$ac_ext
10073 LIBS
=$ac_check_soname_save_LIBS
10075 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10077 $as_echo "not found" >&6; }
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10081 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10083 cat >>confdefs.h
<<_ACEOF
10084 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10090 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10092 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10093 case "x$with_xinerama" in
10094 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10096 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10097 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10101 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10104 $as_echo_n "checking for -lXcomposite... " >&6; }
10105 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10106 $as_echo_n "(cached) " >&6
10108 ac_check_soname_save_LIBS
=$LIBS
10109 LIBS
="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10111 /* end confdefs.h. */
10113 /* Override any GCC internal prototype to avoid an error.
10114 Use char because int might match the return type of a GCC
10115 builtin and then its argument prototype would still apply. */
10119 char XCompositeRedirectWindow ();
10123 return XCompositeRedirectWindow ();
10128 if ac_fn_c_try_link
"$LINENO"; then :
10130 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10131 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'` ;;
10132 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10133 if test "x$ac_cv_lib_soname_Xcomposite" = x
; then :
10134 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10138 rm -f core conftest.err conftest.
$ac_objext \
10139 conftest
$ac_exeext conftest.
$ac_ext
10140 LIBS
=$ac_check_soname_save_LIBS
10142 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10144 $as_echo "not found" >&6; }
10147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10148 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10150 cat >>confdefs.h
<<_ACEOF
10151 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10157 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10158 case "x$with_xcomposite" in
10159 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10161 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10162 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10166 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10167 #include <X11/Xlib.h>
10170 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10172 cat >>confdefs.h
<<_ACEOF
10173 #define HAVE_XICCALLBACK_CALLBACK 1
10178 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10179 #include <X11/Xlib.h>
10182 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10184 cat >>confdefs.h
<<_ACEOF
10185 #define HAVE_XEVENT_XCOOKIE 1
10194 if test "x$with_opengl" != "xno"
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10197 $as_echo_n "checking for -lGL... " >&6; }
10198 if ${ac_cv_lib_soname_GL+:} false
; then :
10199 $as_echo_n "(cached) " >&6
10201 ac_check_soname_save_LIBS
=$LIBS
10202 LIBS
="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
10203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10204 /* end confdefs.h. */
10206 /* Override any GCC internal prototype to avoid an error.
10207 Use char because int might match the return type of a GCC
10208 builtin and then its argument prototype would still apply. */
10212 char glXCreateContext ();
10216 return glXCreateContext ();
10221 if ac_fn_c_try_link
"$LINENO"; then :
10223 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10224 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'` ;;
10225 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10226 if test "x$ac_cv_lib_soname_GL" = x
; then :
10227 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10231 rm -f core conftest.err conftest.
$ac_objext \
10232 conftest
$ac_exeext conftest.
$ac_ext
10233 LIBS
=$ac_check_soname_save_LIBS
10235 if test "x$ac_cv_lib_soname_GL" = "x"; then :
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10237 $as_echo "not found" >&6; }
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10239 $as_echo_n "checking for -lGL... " >&6; }
10240 if ${ac_cv_lib_soname_GL+:} false
; then :
10241 $as_echo_n "(cached) " >&6
10243 ac_check_soname_save_LIBS
=$LIBS
10244 LIBS
="-lGL $X_LIBS $XLIB -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"
10245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10246 /* end confdefs.h. */
10248 /* Override any GCC internal prototype to avoid an error.
10249 Use char because int might match the return type of a GCC
10250 builtin and then its argument prototype would still apply. */
10254 char glXCreateContext ();
10258 return glXCreateContext ();
10263 if ac_fn_c_try_link
"$LINENO"; then :
10265 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10266 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'` ;;
10267 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10268 if test "x$ac_cv_lib_soname_GL" = x
; then :
10269 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10273 rm -f core conftest.err conftest.
$ac_objext \
10274 conftest
$ac_exeext conftest.
$ac_ext
10275 LIBS
=$ac_check_soname_save_LIBS
10277 if test "x$ac_cv_lib_soname_GL" = "x"; then :
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10279 $as_echo "not found" >&6; }
10280 if test -f /usr
/X11R
6/lib
/libGL.a
10282 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10283 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10285 opengl_msg
="No OpenGL library found on this system."
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10289 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10291 cat >>confdefs.h
<<_ACEOF
10292 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10295 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"
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10299 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10301 cat >>confdefs.h
<<_ACEOF
10302 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10307 if test "x$with_glu" != "xno"
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10310 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10311 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10312 $as_echo_n "(cached) " >&6
10314 ac_check_lib_save_LIBS
=$LIBS
10315 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
10316 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10317 /* end confdefs.h. */
10319 /* Override any GCC internal prototype to avoid an error.
10320 Use char because int might match the return type of a GCC
10321 builtin and then its argument prototype would still apply. */
10329 return gluLookAt ();
10334 if ac_fn_c_try_link
"$LINENO"; then :
10335 ac_cv_lib_GLU_gluLookAt
=yes
10337 ac_cv_lib_GLU_gluLookAt
=no
10339 rm -f core conftest.err conftest.
$ac_objext \
10340 conftest
$ac_exeext conftest.
$ac_ext
10341 LIBS
=$ac_check_lib_save_LIBS
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10344 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10345 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10349 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10350 case "x$with_glu" in
10351 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10353 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10354 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10359 if test "x$with_osmesa" != "xno"
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10362 $as_echo_n "checking for -lOSMesa... " >&6; }
10363 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10364 $as_echo_n "(cached) " >&6
10366 ac_check_soname_save_LIBS
=$LIBS
10367 LIBS
="-lOSMesa $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
10368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10386 if ac_fn_c_try_link
"$LINENO"; then :
10388 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10389 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'` ;;
10390 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10391 if test "x$ac_cv_lib_soname_OSMesa" = x
; then :
10392 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10396 rm -f core conftest.err conftest.
$ac_objext \
10397 conftest
$ac_exeext conftest.
$ac_ext
10398 LIBS
=$ac_check_soname_save_LIBS
10400 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10402 $as_echo "not found" >&6; }
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10406 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10408 cat >>confdefs.h
<<_ACEOF
10409 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10414 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10415 case "x$with_osmesa" in
10416 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10418 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10419 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10424 if test -n "$opengl_msg"; then :
10425 case "x$with_opengl" in
10426 x
) as_fn_append wine_warnings
"|$opengl_msg
10427 OpenGL and Direct3D won't be supported." ;;
10429 *) as_fn_error $?
"$opengl_msg
10430 OpenGL and Direct3D won't be supported.
10431 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10435 CPPFLAGS
="$ac_save_CPPFLAGS"
10440 enable_winex11_drv
=${enable_winex11_drv:-no}
10442 if test "x$XLIB" = "x"; then :
10445 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10446 without X support, which probably isn't what you want. You will need
10447 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10448 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10452 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10454 if test "$ac_cv_header_CL_cl_h" = "yes"
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10457 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10458 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10459 $as_echo_n "(cached) " >&6
10461 ac_check_lib_save_LIBS
=$LIBS
10462 LIBS
="-lOpenCL $LIBS"
10463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10464 /* end confdefs.h. */
10466 /* Override any GCC internal prototype to avoid an error.
10467 Use char because int might match the return type of a GCC
10468 builtin and then its argument prototype would still apply. */
10472 char clGetPlatformInfo ();
10476 return clGetPlatformInfo ();
10481 if ac_fn_c_try_link
"$LINENO"; then :
10482 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10484 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10486 rm -f core conftest.err conftest.
$ac_objext \
10487 conftest
$ac_exeext conftest.
$ac_ext
10488 LIBS
=$ac_check_lib_save_LIBS
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10491 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10492 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10493 LIBOPENCL
="-lOpenCL"
10498 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10499 case "x$with_opencl" in
10500 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10502 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10503 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10506 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10509 if test "x$with_xml" != "xno"
10511 if test -n "$XML2_CFLAGS"; then :
10513 elif test -n "$PKG_CONFIG"; then :
10514 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10516 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10517 if test -n "$XML2_LIBS"; then :
10519 elif test -n "$PKG_CONFIG"; then :
10520 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10522 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10523 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10524 ac_save_CPPFLAGS
=$CPPFLAGS
10525 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10526 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10528 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10529 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10530 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10531 cat >>confdefs.h
<<_ACEOF
10532 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10539 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"
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10542 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10543 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10544 $as_echo_n "(cached) " >&6
10546 ac_check_lib_save_LIBS
=$LIBS
10547 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10549 /* end confdefs.h. */
10551 /* Override any GCC internal prototype to avoid an error.
10552 Use char because int might match the return type of a GCC
10553 builtin and then its argument prototype would still apply. */
10557 char xmlParseMemory ();
10561 return xmlParseMemory ();
10566 if ac_fn_c_try_link
"$LINENO"; then :
10567 ac_cv_lib_xml2_xmlParseMemory
=yes
10569 ac_cv_lib_xml2_xmlParseMemory
=no
10571 rm -f core conftest.err conftest.
$ac_objext \
10572 conftest
$ac_exeext conftest.
$ac_ext
10573 LIBS
=$ac_check_lib_save_LIBS
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10576 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10577 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10579 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10586 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10587 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10588 $as_echo_n "(cached) " >&6
10590 ac_check_lib_save_LIBS
=$LIBS
10591 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10595 /* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10601 char xmlReadMemory ();
10605 return xmlReadMemory ();
10610 if ac_fn_c_try_link
"$LINENO"; then :
10611 ac_cv_lib_xml2_xmlReadMemory
=yes
10613 ac_cv_lib_xml2_xmlReadMemory
=no
10615 rm -f core conftest.err conftest.
$ac_objext \
10616 conftest
$ac_exeext conftest.
$ac_ext
10617 LIBS
=$ac_check_lib_save_LIBS
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10620 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10621 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
10623 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
10628 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
10629 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
10630 $as_echo_n "(cached) " >&6
10632 ac_check_lib_save_LIBS
=$LIBS
10633 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10635 /* end confdefs.h. */
10637 /* Override any GCC internal prototype to avoid an error.
10638 Use char because int might match the return type of a GCC
10639 builtin and then its argument prototype would still apply. */
10643 char xmlNewDocPI ();
10647 return xmlNewDocPI ();
10652 if ac_fn_c_try_link
"$LINENO"; then :
10653 ac_cv_lib_xml2_xmlNewDocPI
=yes
10655 ac_cv_lib_xml2_xmlNewDocPI
=no
10657 rm -f core conftest.err conftest.
$ac_objext \
10658 conftest
$ac_exeext conftest.
$ac_ext
10659 LIBS
=$ac_check_lib_save_LIBS
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10662 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10663 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
10665 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
10670 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
10671 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
10672 $as_echo_n "(cached) " >&6
10674 ac_check_lib_save_LIBS
=$LIBS
10675 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h. */
10679 /* Override any GCC internal prototype to avoid an error.
10680 Use char because int might match the return type of a GCC
10681 builtin and then its argument prototype would still apply. */
10685 char xmlSchemaSetParserStructuredErrors ();
10689 return xmlSchemaSetParserStructuredErrors ();
10694 if ac_fn_c_try_link
"$LINENO"; then :
10695 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
10697 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
10699 rm -f core conftest.err conftest.
$ac_objext \
10700 conftest
$ac_exeext conftest.
$ac_ext
10701 LIBS
=$ac_check_lib_save_LIBS
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
10704 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
10705 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
10707 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
10712 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
10713 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
10714 $as_echo_n "(cached) " >&6
10716 ac_check_lib_save_LIBS
=$LIBS
10717 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10719 /* end confdefs.h. */
10721 /* Override any GCC internal prototype to avoid an error.
10722 Use char because int might match the return type of a GCC
10723 builtin and then its argument prototype would still apply. */
10727 char xmlSchemaSetValidStructuredErrors ();
10731 return xmlSchemaSetValidStructuredErrors ();
10736 if ac_fn_c_try_link
"$LINENO"; then :
10737 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
10739 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
10741 rm -f core conftest.err conftest.
$ac_objext \
10742 conftest
$ac_exeext conftest.
$ac_ext
10743 LIBS
=$ac_check_lib_save_LIBS
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
10746 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
10747 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
10749 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
10754 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
10755 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
10756 $as_echo_n "(cached) " >&6
10758 ac_check_lib_save_LIBS
=$LIBS
10759 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10761 /* end confdefs.h. */
10763 /* Override any GCC internal prototype to avoid an error.
10764 Use char because int might match the return type of a GCC
10765 builtin and then its argument prototype would still apply. */
10769 char xmlFirstElementChild ();
10773 return xmlFirstElementChild ();
10778 if ac_fn_c_try_link
"$LINENO"; then :
10779 ac_cv_lib_xml2_xmlFirstElementChild
=yes
10781 ac_cv_lib_xml2_xmlFirstElementChild
=no
10783 rm -f core conftest.err conftest.
$ac_objext \
10784 conftest
$ac_exeext conftest.
$ac_ext
10785 LIBS
=$ac_check_lib_save_LIBS
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
10788 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
10789 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
10791 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
10795 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
10797 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
10799 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
10807 CPPFLAGS
=$ac_save_CPPFLAGS
10808 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10809 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10812 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
10813 case "x$with_xml" in
10814 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
10816 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
10817 This is an error since --with-xml was requested." "$LINENO" 5 ;;
10821 if test "x$with_xslt" != "xno"
10823 if test -n "$XSLT_CFLAGS"; then :
10825 elif test -n "$PKG_CONFIG"; then :
10826 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
10828 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
10829 if test -n "$XSLT_LIBS"; then :
10831 elif test -n "$PKG_CONFIG"; then :
10832 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
10834 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
10835 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
10836 ac_save_CPPFLAGS
=$CPPFLAGS
10837 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
10838 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
10840 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10841 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
10842 # include <libxslt/pattern.h>
10845 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10846 cat >>confdefs.h
<<_ACEOF
10847 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10854 if test "$ac_cv_header_libxslt_transform_h" = "yes"
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
10857 $as_echo_n "checking for -lxslt... " >&6; }
10858 if ${ac_cv_lib_soname_xslt+:} false
; then :
10859 $as_echo_n "(cached) " >&6
10861 ac_check_soname_save_LIBS
=$LIBS
10862 LIBS
="-lxslt $XSLT_LIBS $LIBS"
10863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10864 /* end confdefs.h. */
10866 /* Override any GCC internal prototype to avoid an error.
10867 Use char because int might match the return type of a GCC
10868 builtin and then its argument prototype would still apply. */
10872 char xsltCompilePattern ();
10876 return xsltCompilePattern ();
10881 if ac_fn_c_try_link
"$LINENO"; then :
10883 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10884 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'` ;;
10885 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10886 if test "x$ac_cv_lib_soname_xslt" = x
; then :
10887 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10891 rm -f core conftest.err conftest.
$ac_objext \
10892 conftest
$ac_exeext conftest.
$ac_ext
10893 LIBS
=$ac_check_soname_save_LIBS
10895 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10897 $as_echo "not found" >&6; }
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
10901 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
10903 cat >>confdefs.h
<<_ACEOF
10904 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
10912 CPPFLAGS
=$ac_save_CPPFLAGS
10913 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10914 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10917 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10918 case "x$with_xslt" in
10919 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
10921 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
10922 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
10926 if test "x$with_dbus" != "xno"
10928 if test -n "$DBUS_CFLAGS"; then :
10930 elif test -n "$PKG_CONFIG"; then :
10931 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
10934 if test -n "$DBUS_LIBS"; then :
10936 elif test -n "$PKG_CONFIG"; then :
10937 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
10941 ac_save_CPPFLAGS
=$CPPFLAGS
10942 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
10943 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
10944 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
10946 $as_echo_n "checking for -ldbus-1... " >&6; }
10947 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
10948 $as_echo_n "(cached) " >&6
10950 ac_check_soname_save_LIBS
=$LIBS
10951 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
10952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10955 /* Override any GCC internal prototype to avoid an error.
10956 Use char because int might match the return type of a GCC
10957 builtin and then its argument prototype would still apply. */
10961 char dbus_connection_close ();
10965 return dbus_connection_close ();
10970 if ac_fn_c_try_link
"$LINENO"; then :
10972 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10973 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'` ;;
10974 *) 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'`
10975 if test "x$ac_cv_lib_soname_dbus_1" = x
; then :
10976 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10980 rm -f core conftest.err conftest.
$ac_objext \
10981 conftest
$ac_exeext conftest.
$ac_ext
10982 LIBS
=$ac_check_soname_save_LIBS
10984 if test "x$ac_cv_lib_soname_dbus_1" = "x"; then :
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10986 $as_echo "not found" >&6; }
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
10990 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
10992 cat >>confdefs.h
<<_ACEOF
10993 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11003 CPPFLAGS
=$ac_save_CPPFLAGS
11004 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11005 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11008 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11009 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11010 case "x$with_dbus" in
11011 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11013 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11014 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11018 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11020 if test -n "$HAL_CFLAGS"; then :
11022 elif test -n "$PKG_CONFIG"; then :
11023 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11026 if test -n "$HAL_LIBS"; then :
11028 elif test -n "$PKG_CONFIG"; then :
11029 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11032 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11033 ac_save_CPPFLAGS
=$CPPFLAGS
11034 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11035 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11036 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11038 $as_echo_n "checking for -lhal... " >&6; }
11039 if ${ac_cv_lib_soname_hal+:} false
; then :
11040 $as_echo_n "(cached) " >&6
11042 ac_check_soname_save_LIBS
=$LIBS
11043 LIBS
="-lhal $HAL_LIBS $LIBS"
11044 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11045 /* end confdefs.h. */
11047 /* Override any GCC internal prototype to avoid an error.
11048 Use char because int might match the return type of a GCC
11049 builtin and then its argument prototype would still apply. */
11053 char libhal_ctx_new ();
11057 return libhal_ctx_new ();
11062 if ac_fn_c_try_link
"$LINENO"; then :
11064 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11065 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'` ;;
11066 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11067 if test "x$ac_cv_lib_soname_hal" = x
; then :
11068 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11072 rm -f core conftest.err conftest.
$ac_objext \
11073 conftest
$ac_exeext conftest.
$ac_ext
11074 LIBS
=$ac_check_soname_save_LIBS
11076 if test "x$ac_cv_lib_soname_hal" = "x"; then :
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11078 $as_echo "not found" >&6; }
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11082 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11084 cat >>confdefs.h
<<_ACEOF
11085 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11095 CPPFLAGS
=$ac_save_CPPFLAGS
11096 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11097 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11099 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11100 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11101 case "x$with_hal" in
11102 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11104 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11105 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11110 if test "x$with_gnutls" != "xno"
11112 if test -n "$GNUTLS_CFLAGS"; then :
11114 elif test -n "$PKG_CONFIG"; then :
11115 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11118 if test -n "$GNUTLS_LIBS"; then :
11120 elif test -n "$PKG_CONFIG"; then :
11121 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11125 ac_save_CPPFLAGS
=$CPPFLAGS
11126 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11127 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11128 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11130 /* end confdefs.h. */
11131 #include <gnutls/gnutls.h>
11132 #include <gnutls/crypto.h>
11136 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11141 if ac_fn_c_try_compile
"$LINENO"; then :
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11143 $as_echo_n "checking for -lgnutls... " >&6; }
11144 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11145 $as_echo_n "(cached) " >&6
11147 ac_check_soname_save_LIBS
=$LIBS
11148 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11150 /* end confdefs.h. */
11152 /* Override any GCC internal prototype to avoid an error.
11153 Use char because int might match the return type of a GCC
11154 builtin and then its argument prototype would still apply. */
11158 char gnutls_global_init ();
11162 return gnutls_global_init ();
11167 if ac_fn_c_try_link
"$LINENO"; then :
11169 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11170 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'` ;;
11171 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11172 if test "x$ac_cv_lib_soname_gnutls" = x
; then :
11173 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11177 rm -f core conftest.err conftest.
$ac_objext \
11178 conftest
$ac_exeext conftest.
$ac_ext
11179 LIBS
=$ac_check_soname_save_LIBS
11181 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11183 $as_echo "not found" >&6; }
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11187 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11189 cat >>confdefs.h
<<_ACEOF
11190 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11196 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11202 CPPFLAGS
=$ac_save_CPPFLAGS
11203 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11204 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11207 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11208 case "x$with_gnutls" in
11209 x
) as_fn_append wine_notices
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11211 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11212 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11217 if test "$ac_cv_header_ncurses_h" = "yes"
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11220 $as_echo_n "checking for -lncurses... " >&6; }
11221 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11222 $as_echo_n "(cached) " >&6
11224 ac_check_soname_save_LIBS
=$LIBS
11225 LIBS
="-lncurses $LIBS"
11226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11227 /* end confdefs.h. */
11229 /* Override any GCC internal prototype to avoid an error.
11230 Use char because int might match the return type of a GCC
11231 builtin and then its argument prototype would still apply. */
11244 if ac_fn_c_try_link
"$LINENO"; then :
11246 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11247 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'` ;;
11248 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11249 if test "x$ac_cv_lib_soname_ncurses" = x
; then :
11250 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11254 rm -f core conftest.err conftest.
$ac_objext \
11255 conftest
$ac_exeext conftest.
$ac_ext
11256 LIBS
=$ac_check_soname_save_LIBS
11258 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11260 $as_echo "not found" >&6; }
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11264 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11266 cat >>confdefs.h
<<_ACEOF
11267 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11270 CURSESLIBS
="-lncurses"
11272 elif test "$ac_cv_header_curses_h" = "yes"
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11275 $as_echo_n "checking for -lcurses... " >&6; }
11276 if ${ac_cv_lib_soname_curses+:} false
; then :
11277 $as_echo_n "(cached) " >&6
11279 ac_check_soname_save_LIBS
=$LIBS
11280 LIBS
="-lcurses $LIBS"
11281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11282 /* end confdefs.h. */
11284 /* Override any GCC internal prototype to avoid an error.
11285 Use char because int might match the return type of a GCC
11286 builtin and then its argument prototype would still apply. */
11299 if ac_fn_c_try_link
"$LINENO"; then :
11301 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11302 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'` ;;
11303 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11304 if test "x$ac_cv_lib_soname_curses" = x
; then :
11305 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11309 rm -f core conftest.err conftest.
$ac_objext \
11310 conftest
$ac_exeext conftest.
$ac_ext
11311 LIBS
=$ac_check_soname_save_LIBS
11313 if test "x$ac_cv_lib_soname_curses" = "x"; then :
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11315 $as_echo "not found" >&6; }
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11319 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11321 cat >>confdefs.h
<<_ACEOF
11322 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11325 CURSESLIBS
="-lcurses"
11328 ac_save_LIBS
="$LIBS"
11329 LIBS
="$LIBS $CURSESLIBS"
11330 for ac_func
in mousemask
11332 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11333 if test "x$ac_cv_func_mousemask" = xyes
; then :
11334 cat >>confdefs.h
<<_ACEOF
11335 #define HAVE_MOUSEMASK 1
11341 LIBS
="$ac_save_LIBS"
11342 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11343 case "x$with_curses" in
11344 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11346 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11347 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11351 if test "x$with_sane" != "xno"
11353 if test -n "$SANE_CFLAGS"; then :
11355 elif test -n "$PKG_CONFIG"; then :
11356 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11358 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11359 if test -n "$SANE_LIBS"; then :
11361 elif test -n "$PKG_CONFIG"; then :
11362 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11364 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11366 ac_save_CPPFLAGS
=$CPPFLAGS
11367 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11368 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11369 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11371 $as_echo_n "checking for -lsane... " >&6; }
11372 if ${ac_cv_lib_soname_sane+:} false
; then :
11373 $as_echo_n "(cached) " >&6
11375 ac_check_soname_save_LIBS
=$LIBS
11376 LIBS
="-lsane $SANE_LIBS $LIBS"
11377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11378 /* end confdefs.h. */
11380 /* Override any GCC internal prototype to avoid an error.
11381 Use char because int might match the return type of a GCC
11382 builtin and then its argument prototype would still apply. */
11390 return sane_init ();
11395 if ac_fn_c_try_link
"$LINENO"; then :
11397 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11398 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'` ;;
11399 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11400 if test "x$ac_cv_lib_soname_sane" = x
; then :
11401 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11405 rm -f core conftest.err conftest.
$ac_objext \
11406 conftest
$ac_exeext conftest.
$ac_ext
11407 LIBS
=$ac_check_soname_save_LIBS
11409 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11411 $as_echo "not found" >&6; }
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11415 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11417 cat >>confdefs.h
<<_ACEOF
11418 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11428 CPPFLAGS
=$ac_save_CPPFLAGS
11429 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11430 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11433 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11434 case "x$with_sane" in
11435 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11437 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11438 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11442 if test "x$with_v4l" != "xno"
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11445 $as_echo_n "checking for -lv4l1... " >&6; }
11446 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11447 $as_echo_n "(cached) " >&6
11449 ac_check_soname_save_LIBS
=$LIBS
11450 LIBS
="-lv4l1 $LIBS"
11451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11452 /* end confdefs.h. */
11454 /* Override any GCC internal prototype to avoid an error.
11455 Use char because int might match the return type of a GCC
11456 builtin and then its argument prototype would still apply. */
11464 return v4l1_open ();
11469 if ac_fn_c_try_link
"$LINENO"; then :
11471 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11472 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'` ;;
11473 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11474 if test "x$ac_cv_lib_soname_v4l1" = x
; then :
11475 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11479 rm -f core conftest.err conftest.
$ac_objext \
11480 conftest
$ac_exeext conftest.
$ac_ext
11481 LIBS
=$ac_check_soname_save_LIBS
11483 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11485 $as_echo "not found" >&6; }
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11489 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11491 cat >>confdefs.h
<<_ACEOF
11492 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11498 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11499 case "x$with_v4l" in
11500 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11502 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11503 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11507 if test "x$with_gphoto" != "xno"
11509 if test -n "$GPHOTO2_CFLAGS"; then :
11511 elif test -n "$PKG_CONFIG"; then :
11512 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11514 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11515 if test -n "$GPHOTO2_LIBS"; then :
11517 elif test -n "$PKG_CONFIG"; then :
11518 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11520 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11521 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11522 ac_save_CPPFLAGS
=$CPPFLAGS
11523 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11524 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11525 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11527 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11528 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11529 $as_echo_n "(cached) " >&6
11531 ac_check_lib_save_LIBS
=$LIBS
11532 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11534 /* end confdefs.h. */
11536 /* Override any GCC internal prototype to avoid an error.
11537 Use char because int might match the return type of a GCC
11538 builtin and then its argument prototype would still apply. */
11542 char gp_camera_new ();
11546 return gp_camera_new ();
11551 if ac_fn_c_try_link
"$LINENO"; then :
11552 ac_cv_lib_gphoto2_gp_camera_new
=yes
11554 ac_cv_lib_gphoto2_gp_camera_new
=no
11556 rm -f core conftest.err conftest.
$ac_objext \
11557 conftest
$ac_exeext conftest.
$ac_ext
11558 LIBS
=$ac_check_lib_save_LIBS
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11561 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11562 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11564 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11567 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11571 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11575 CPPFLAGS
=$ac_save_CPPFLAGS
11576 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11577 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11579 if test -n "$GPHOTO2_PORT_CFLAGS"; then :
11581 elif test -n "$PKG_CONFIG"; then :
11582 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11584 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11585 if test -n "$GPHOTO2_PORT_LIBS"; then :
11587 elif test -n "$PKG_CONFIG"; then :
11588 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11590 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11591 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11592 ac_save_CPPFLAGS
=$CPPFLAGS
11593 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11594 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11595 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11597 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11598 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11599 $as_echo_n "(cached) " >&6
11601 ac_check_lib_save_LIBS
=$LIBS
11602 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11604 /* end confdefs.h. */
11606 /* Override any GCC internal prototype to avoid an error.
11607 Use char because int might match the return type of a GCC
11608 builtin and then its argument prototype would still apply. */
11612 char gp_port_info_list_new ();
11616 return gp_port_info_list_new ();
11621 if ac_fn_c_try_link
"$LINENO"; then :
11622 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
11624 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
11626 rm -f core conftest.err conftest.
$ac_objext \
11627 conftest
$ac_exeext conftest.
$ac_ext
11628 LIBS
=$ac_check_lib_save_LIBS
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
11631 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
11632 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
11634 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
11637 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11641 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
11645 CPPFLAGS
=$ac_save_CPPFLAGS
11646 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11647 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11650 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
11651 case "x$with_gphoto" in
11652 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
11654 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
11655 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11658 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
11659 case "x$with_gphoto" in
11660 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
11662 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
11663 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
11668 if test "$ac_cv_header_resolv_h" = "yes"
11670 ac_save_LIBS
="$LIBS"
11671 for lib
in '' -lresolv
11673 LIBS
="$lib $ac_save_LIBS"
11674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11675 /* end confdefs.h. */
11676 #ifdef HAVE_NETINET_IN_H
11677 #include <netinet/in.h>
11679 #include <resolv.h>
11683 res_query("foo",ns_c_in,0,0,0);
11688 if ac_fn_c_try_link
"$LINENO"; then :
11690 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
11695 rm -f core conftest.err conftest.
$ac_objext \
11696 conftest
$ac_exeext conftest.
$ac_ext
11697 if test "${RESOLVLIBS+set}" = set; then
11701 LIBS
="$ac_save_LIBS"
11704 if test "x$with_lcms2" != "xno"
11706 if test -n "$LCMS2_CFLAGS"; then :
11708 elif test -n "$PKG_CONFIG"; then :
11709 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
11712 if test -n "$LCMS2_LIBS"; then :
11714 elif test -n "$PKG_CONFIG"; then :
11715 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
11718 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
11719 ac_save_CPPFLAGS
=$CPPFLAGS
11720 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
11721 for ac_header
in lcms2.h
11723 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
11724 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
11725 cat >>confdefs.h
<<_ACEOF
11726 #define HAVE_LCMS2_H 1
11733 if test "$ac_cv_header_lcms2_h" = "yes"
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
11736 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
11737 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
11738 $as_echo_n "(cached) " >&6
11740 ac_check_lib_save_LIBS
=$LIBS
11741 LIBS
="-llcms2 $LIBS"
11742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11743 /* end confdefs.h. */
11745 /* Override any GCC internal prototype to avoid an error.
11746 Use char because int might match the return type of a GCC
11747 builtin and then its argument prototype would still apply. */
11751 char cmsOpenProfileFromFile ();
11755 return cmsOpenProfileFromFile ();
11760 if ac_fn_c_try_link
"$LINENO"; then :
11761 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
11763 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
11765 rm -f core conftest.err conftest.
$ac_objext \
11766 conftest
$ac_exeext conftest.
$ac_ext
11767 LIBS
=$ac_check_lib_save_LIBS
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
11770 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
11771 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
11773 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
11783 CPPFLAGS
=$ac_save_CPPFLAGS
11784 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11785 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11788 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
11789 case "x$with_cms" in
11790 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
11792 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
11793 This is an error since --with-cms was requested." "$LINENO" 5 ;;
11797 if test "x$with_freetype" != "xno"
11799 if test -n "$FREETYPE_CFLAGS"; then :
11801 elif test -n "$PKG_CONFIG"; then :
11802 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
11804 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
11805 if test -n "$FREETYPE_LIBS"; then :
11807 elif test -n "$PKG_CONFIG"; then :
11808 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
11810 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
11811 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
11812 ac_save_CPPFLAGS
=$CPPFLAGS
11813 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
11814 for ac_header
in ft2build.h
11816 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
11817 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
11818 cat >>confdefs.h
<<_ACEOF
11819 #define HAVE_FT2BUILD_H 1
11826 if test "$ac_cv_header_ft2build_h" = "yes"
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
11829 $as_echo_n "checking for -lfreetype... " >&6; }
11830 if ${ac_cv_lib_soname_freetype+:} false
; then :
11831 $as_echo_n "(cached) " >&6
11833 ac_check_soname_save_LIBS
=$LIBS
11834 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
11835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h. */
11838 /* Override any GCC internal prototype to avoid an error.
11839 Use char because int might match the return type of a GCC
11840 builtin and then its argument prototype would still apply. */
11844 char FT_Init_FreeType ();
11848 return FT_Init_FreeType ();
11853 if ac_fn_c_try_link
"$LINENO"; then :
11855 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11856 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'` ;;
11857 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11858 if test "x$ac_cv_lib_soname_freetype" = x
; then :
11859 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11863 rm -f core conftest.err conftest.
$ac_objext \
11864 conftest
$ac_exeext conftest.
$ac_ext
11865 LIBS
=$ac_check_soname_save_LIBS
11867 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11869 $as_echo "not found" >&6; }
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
11873 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
11875 cat >>confdefs.h
<<_ACEOF
11876 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
11880 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11882 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
11883 #include FT_MODULE_H
11885 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
11887 cat >>confdefs.h
<<_ACEOF
11888 #define HAVE_FT_TRUETYPEENGINETYPE 1
11899 CPPFLAGS
=$ac_save_CPPFLAGS
11900 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11901 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11904 if test "x$ac_cv_lib_soname_freetype" = x
; then :
11905 case "x$with_freetype" in
11907 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
11908 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
11911 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
11914 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
11915 if ${ac_cv_c_ppdev+:} false
; then :
11916 $as_echo_n "(cached) " >&6
11918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11919 /* end confdefs.h. */
11920 #ifdef HAVE_SYS_IOCTL_H
11921 # include <sys/ioctl.h>
11923 #include <linux/ppdev.h>
11927 ioctl (1,PPCLAIM,0)
11932 if ac_fn_c_try_compile
"$LINENO"; then :
11933 ac_cv_c_ppdev
="yes"
11937 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
11940 $as_echo "$ac_cv_c_ppdev" >&6; }
11941 if test "$ac_cv_c_ppdev" = "yes"
11944 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
11948 ac_wine_check_funcs_save_LIBS
="$LIBS"
11949 LIBS
="$LIBS $LIBPTHREAD"
11951 pthread_attr_get_np \
11952 pthread_getattr_np \
11953 pthread_getthreadid_np \
11954 pthread_get_stackaddr_np \
11955 pthread_get_stacksize_np
11957 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11958 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
11959 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
11960 cat >>confdefs.h
<<_ACEOF
11961 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11967 LIBS
="$ac_wine_check_funcs_save_LIBS"
11969 if test "$ac_cv_header_zlib_h" = "yes"
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
11972 $as_echo_n "checking for inflate in -lz... " >&6; }
11973 if ${ac_cv_lib_z_inflate+:} false
; then :
11974 $as_echo_n "(cached) " >&6
11976 ac_check_lib_save_LIBS
=$LIBS
11978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11979 /* end confdefs.h. */
11981 /* Override any GCC internal prototype to avoid an error.
11982 Use char because int might match the return type of a GCC
11983 builtin and then its argument prototype would still apply. */
11996 if ac_fn_c_try_link
"$LINENO"; then :
11997 ac_cv_lib_z_inflate
=yes
11999 ac_cv_lib_z_inflate
=no
12001 rm -f core conftest.err conftest.
$ac_objext \
12002 conftest
$ac_exeext conftest.
$ac_ext
12003 LIBS
=$ac_check_lib_save_LIBS
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12006 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12007 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12009 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12016 if test "x$ZLIB" = "x"; then :
12017 case "x$with_zlib" in
12018 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12020 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12021 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12025 if test "x$enable_tools" != xno
12027 if test "$ac_cv_header_gettext_po_h" = "yes"
12029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12030 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12031 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12032 $as_echo_n "(cached) " >&6
12034 ac_check_lib_save_LIBS
=$LIBS
12035 LIBS
="-lgettextpo $LIBS"
12036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12037 /* end confdefs.h. */
12039 /* Override any GCC internal prototype to avoid an error.
12040 Use char because int might match the return type of a GCC
12041 builtin and then its argument prototype would still apply. */
12045 char po_message_msgctxt ();
12049 return po_message_msgctxt ();
12054 if ac_fn_c_try_link
"$LINENO"; then :
12055 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12057 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12059 rm -f core conftest.err conftest.
$ac_objext \
12060 conftest
$ac_exeext conftest.
$ac_ext
12061 LIBS
=$ac_check_lib_save_LIBS
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12064 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12065 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12067 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12069 LIBGETTEXTPO
="-lgettextpo"
12074 test "x$with_gettextpo" != xyes ||
if test "x$LIBGETTEXTPO" = "x"; then :
12075 case "x$with_gettextpo" in
12076 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12078 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12079 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12084 if test "x$with_gstreamer" != "xno"
12086 if test -n "$GSTREAMER_CFLAGS"; then :
12088 elif test -n "$PKG_CONFIG"; then :
12089 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12092 if test -n "$GSTREAMER_LIBS"; then :
12094 elif test -n "$PKG_CONFIG"; then :
12095 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12099 ac_save_CPPFLAGS
=$CPPFLAGS
12100 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12102 for i
in $GSTREAMER_CFLAGS
12105 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12108 GSTREAMER_CFLAGS
=$ac_gst_incl
12109 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12110 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12111 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12112 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12113 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12115 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12117 /* end confdefs.h. */
12118 #include <gst/app/gstappsink.h>
12122 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12127 if ac_fn_c_try_compile
"$LINENO"; then :
12128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12129 $as_echo "yes" >&6; }
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12131 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12132 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12133 $as_echo_n "(cached) " >&6
12135 ac_check_lib_save_LIBS
=$LIBS
12136 LIBS
="-lgstreamer-0.10 $LIBS"
12137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h. */
12140 /* Override any GCC internal prototype to avoid an error.
12141 Use char because int might match the return type of a GCC
12142 builtin and then its argument prototype would still apply. */
12146 char gst_pad_get_caps_reffed ();
12150 return gst_pad_get_caps_reffed ();
12155 if ac_fn_c_try_link
"$LINENO"; then :
12156 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12158 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12160 rm -f core conftest.err conftest.
$ac_objext \
12161 conftest
$ac_exeext conftest.
$ac_ext
12162 LIBS
=$ac_check_lib_save_LIBS
12164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12165 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12166 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12168 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12169 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12170 $as_echo_n "(cached) " >&6
12172 ac_check_lib_save_LIBS
=$LIBS
12173 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12175 /* end confdefs.h. */
12177 /* Override any GCC internal prototype to avoid an error.
12178 Use char because int might match the return type of a GCC
12179 builtin and then its argument prototype would still apply. */
12183 char gst_app_buffer_new ();
12187 return gst_app_buffer_new ();
12192 if ac_fn_c_try_link
"$LINENO"; then :
12193 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12195 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12197 rm -f core conftest.err conftest.
$ac_objext \
12198 conftest
$ac_exeext conftest.
$ac_ext
12199 LIBS
=$ac_check_lib_save_LIBS
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12202 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12203 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12211 $as_echo "no" >&6; }
12213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12218 GSTREAMER_CFLAGS
=""
12222 CPPFLAGS
=$ac_save_CPPFLAGS
12223 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12224 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12227 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12228 case "x$with_gstreamer" in
12229 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12231 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12232 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12235 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12239 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12242 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12243 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12244 $as_echo_n "(cached) " >&6
12246 ac_check_lib_save_LIBS
=$LIBS
12247 LIBS
="-lasound $LIBS"
12248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12249 /* end confdefs.h. */
12251 /* Override any GCC internal prototype to avoid an error.
12252 Use char because int might match the return type of a GCC
12253 builtin and then its argument prototype would still apply. */
12257 char snd_pcm_hw_params_get_access_mask ();
12261 return snd_pcm_hw_params_get_access_mask ();
12266 if ac_fn_c_try_link
"$LINENO"; then :
12267 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12269 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12271 rm -f core conftest.err conftest.
$ac_objext \
12272 conftest
$ac_exeext conftest.
$ac_ext
12273 LIBS
=$ac_check_lib_save_LIBS
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12276 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12277 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12279 /* end confdefs.h. */
12280 #ifdef HAVE_ALSA_ASOUNDLIB_H
12281 #include <alsa/asoundlib.h>
12282 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12283 #include <sys/asoundlib.h>
12288 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12293 if ac_fn_c_try_compile
"$LINENO"; then :
12294 ALSALIBS
="-lasound"
12296 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12301 if test "x$with_oss" != xno
12303 ac_save_CPPFLAGS
="$CPPFLAGS"
12304 if test -f /etc
/oss.conf
12308 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12309 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12310 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12311 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12312 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12314 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12316 cat >>confdefs.h
<<_ACEOF
12317 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12320 OSS4INCL
="$ac_oss_incl"
12327 CPPFLAGS
="$ac_save_CPPFLAGS"
12328 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12330 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12334 if test "x$with_capi" != "xno"
12336 if test -n "$CAPI20_CFLAGS"; then :
12338 elif test -n "$PKG_CONFIG"; then :
12339 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12342 if test -n "$CAPI20_LIBS"; then :
12344 elif test -n "$PKG_CONFIG"; then :
12345 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12349 ac_save_CPPFLAGS
=$CPPFLAGS
12350 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12351 for ac_header
in capi20.h linux
/capi.h
12353 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12354 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12356 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12357 cat >>confdefs.h
<<_ACEOF
12358 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12365 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12368 $as_echo_n "checking for -lcapi20... " >&6; }
12369 if ${ac_cv_lib_soname_capi20+:} false
; then :
12370 $as_echo_n "(cached) " >&6
12372 ac_check_soname_save_LIBS
=$LIBS
12373 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12375 /* end confdefs.h. */
12377 /* Override any GCC internal prototype to avoid an error.
12378 Use char because int might match the return type of a GCC
12379 builtin and then its argument prototype would still apply. */
12383 char capi20_register ();
12387 return capi20_register ();
12392 if ac_fn_c_try_link
"$LINENO"; then :
12394 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12395 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'` ;;
12396 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12397 if test "x$ac_cv_lib_soname_capi20" = x
; then :
12398 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12402 rm -f core conftest.err conftest.
$ac_objext \
12403 conftest
$ac_exeext conftest.
$ac_ext
12404 LIBS
=$ac_check_soname_save_LIBS
12406 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12408 $as_echo "not found" >&6; }
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12412 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12414 cat >>confdefs.h
<<_ACEOF
12415 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12421 CPPFLAGS
=$ac_save_CPPFLAGS
12422 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12423 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12426 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12427 case "x$with_capi" in
12428 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12430 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12431 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12437 if test "x$with_cups" != "xno"
12439 ac_save_CPPFLAGS
="$CPPFLAGS"
12440 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12441 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12442 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12443 for ac_header
in cups
/cups.h
12445 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12446 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12447 cat >>confdefs.h
<<_ACEOF
12448 #define HAVE_CUPS_CUPS_H 1
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12451 $as_echo_n "checking for -lcups... " >&6; }
12452 if ${ac_cv_lib_soname_cups+:} false
; then :
12453 $as_echo_n "(cached) " >&6
12455 ac_check_soname_save_LIBS
=$LIBS
12456 LIBS
="-lcups $ac_cups_libs $LIBS"
12457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12458 /* end confdefs.h. */
12460 /* Override any GCC internal prototype to avoid an error.
12461 Use char because int might match the return type of a GCC
12462 builtin and then its argument prototype would still apply. */
12466 char cupsGetDefault ();
12470 return cupsGetDefault ();
12475 if ac_fn_c_try_link
"$LINENO"; then :
12477 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12478 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'` ;;
12479 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12480 if test "x$ac_cv_lib_soname_cups" = x
; then :
12481 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12485 rm -f core conftest.err conftest.
$ac_objext \
12486 conftest
$ac_exeext conftest.
$ac_ext
12487 LIBS
=$ac_check_soname_save_LIBS
12489 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12491 $as_echo "not found" >&6; }
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12495 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12497 cat >>confdefs.h
<<_ACEOF
12498 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12501 CUPSINCL
="$ac_cups_cflags"
12507 CPPFLAGS
="$ac_save_CPPFLAGS"
12509 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12510 case "x$with_cups" in
12511 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12513 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12514 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12518 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12521 $as_echo_n "checking for -lfontconfig... " >&6; }
12522 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12523 $as_echo_n "(cached) " >&6
12525 ac_check_soname_save_LIBS
=$LIBS
12526 LIBS
="-lfontconfig $LIBS"
12527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12528 /* end confdefs.h. */
12530 /* Override any GCC internal prototype to avoid an error.
12531 Use char because int might match the return type of a GCC
12532 builtin and then its argument prototype would still apply. */
12545 if ac_fn_c_try_link
"$LINENO"; then :
12547 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12548 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'` ;;
12549 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12550 if test "x$ac_cv_lib_soname_fontconfig" = x
; then :
12551 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12555 rm -f core conftest.err conftest.
$ac_objext \
12556 conftest
$ac_exeext conftest.
$ac_ext
12557 LIBS
=$ac_check_soname_save_LIBS
12559 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12561 $as_echo "not found" >&6; }
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
12565 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
12567 cat >>confdefs.h
<<_ACEOF
12568 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
12573 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
12575 ac_save_CPPFLAGS
="$CPPFLAGS"
12576 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
12577 $as_unset ac_cv_header_fontconfig_fontconfig_h
12578 for ac_header
in fontconfig
/fontconfig.h
12580 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12581 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12582 cat >>confdefs.h
<<_ACEOF
12583 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12590 CPPFLAGS
="$ac_save_CPPFLAGS"
12591 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12593 FONTCONFIGINCL
="$X_CFLAGS"
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12596 $as_echo_n "checking for -lfontconfig... " >&6; }
12597 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12598 $as_echo_n "(cached) " >&6
12600 ac_check_soname_save_LIBS
=$LIBS
12601 LIBS
="-lfontconfig $X_LIBS $LIBS"
12602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h. */
12605 /* Override any GCC internal prototype to avoid an error.
12606 Use char because int might match the return type of a GCC
12607 builtin and then its argument prototype would still apply. */
12620 if ac_fn_c_try_link
"$LINENO"; then :
12622 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12623 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'` ;;
12624 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12625 if test "x$ac_cv_lib_soname_fontconfig" = x
; then :
12626 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12630 rm -f core conftest.err conftest.
$ac_objext \
12631 conftest
$ac_exeext conftest.
$ac_ext
12632 LIBS
=$ac_check_soname_save_LIBS
12634 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12636 $as_echo "not found" >&6; }
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
12640 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
12642 cat >>confdefs.h
<<_ACEOF
12643 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
12650 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
12651 case "x$with_fontconfig" in
12652 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
12654 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
12655 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
12659 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
12662 $as_echo_n "checking for -lgsm... " >&6; }
12663 if ${ac_cv_lib_soname_gsm+:} false
; then :
12664 $as_echo_n "(cached) " >&6
12666 ac_check_soname_save_LIBS
=$LIBS
12668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12669 /* end confdefs.h. */
12671 /* Override any GCC internal prototype to avoid an error.
12672 Use char because int might match the return type of a GCC
12673 builtin and then its argument prototype would still apply. */
12677 char gsm_create ();
12681 return gsm_create ();
12686 if ac_fn_c_try_link
"$LINENO"; then :
12688 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12689 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'` ;;
12690 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12691 if test "x$ac_cv_lib_soname_gsm" = x
; then :
12692 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12696 rm -f core conftest.err conftest.
$ac_objext \
12697 conftest
$ac_exeext conftest.
$ac_ext
12698 LIBS
=$ac_check_soname_save_LIBS
12700 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12702 $as_echo "not found" >&6; }
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
12706 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
12708 cat >>confdefs.h
<<_ACEOF
12709 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
12715 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
12716 case "x$with_gsm" in
12717 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
12719 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
12720 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
12724 if test "x$with_jpeg" != "xno"
12726 if test -n "$JPEG_CFLAGS"; then :
12728 elif test -n "$PKG_CONFIG"; then :
12729 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
12732 if test -n "$JPEG_LIBS"; then :
12734 elif test -n "$PKG_CONFIG"; then :
12735 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
12739 ac_save_CPPFLAGS
=$CPPFLAGS
12740 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
12741 for ac_header
in jpeglib.h
12743 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
12744 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
12745 cat >>confdefs.h
<<_ACEOF
12746 #define HAVE_JPEGLIB_H 1
12753 if test "$ac_cv_header_jpeglib_h" = "yes"
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
12756 $as_echo_n "checking for -ljpeg... " >&6; }
12757 if ${ac_cv_lib_soname_jpeg+:} false
; then :
12758 $as_echo_n "(cached) " >&6
12760 ac_check_soname_save_LIBS
=$LIBS
12761 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
12762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12771 char jpeg_start_decompress ();
12775 return jpeg_start_decompress ();
12780 if ac_fn_c_try_link
"$LINENO"; then :
12782 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12783 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'` ;;
12784 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12785 if test "x$ac_cv_lib_soname_jpeg" = x
; then :
12786 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12790 rm -f core conftest.err conftest.
$ac_objext \
12791 conftest
$ac_exeext conftest.
$ac_ext
12792 LIBS
=$ac_check_soname_save_LIBS
12794 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12796 $as_echo "not found" >&6; }
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
12800 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
12802 cat >>confdefs.h
<<_ACEOF
12803 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
12811 CPPFLAGS
=$ac_save_CPPFLAGS
12812 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12813 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12816 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
12817 case "x$with_jpeg" in
12818 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
12820 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
12821 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
12825 if test "x$with_png" != "xno"
12827 if test -n "$PNG_CFLAGS"; then :
12829 elif test -n "$PKG_CONFIG"; then :
12830 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
12832 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
12833 if test -n "$PNG_LIBS"; then :
12835 elif test -n "$PKG_CONFIG"; then :
12836 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
12838 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
12840 ac_save_CPPFLAGS
=$CPPFLAGS
12841 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
12842 for ac_header
in png.h
12844 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
12845 if test "x$ac_cv_header_png_h" = xyes
; then :
12846 cat >>confdefs.h
<<_ACEOF
12847 #define HAVE_PNG_H 1
12854 if test "$ac_cv_header_png_h" = "yes"
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
12857 $as_echo_n "checking for -lpng... " >&6; }
12858 if ${ac_cv_lib_soname_png+:} false
; then :
12859 $as_echo_n "(cached) " >&6
12861 ac_check_soname_save_LIBS
=$LIBS
12862 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
12863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12864 /* end confdefs.h. */
12866 /* Override any GCC internal prototype to avoid an error.
12867 Use char because int might match the return type of a GCC
12868 builtin and then its argument prototype would still apply. */
12872 char png_create_read_struct ();
12876 return png_create_read_struct ();
12881 if ac_fn_c_try_link
"$LINENO"; then :
12883 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12884 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'` ;;
12885 *) 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'`
12886 if test "x$ac_cv_lib_soname_png" = x
; then :
12887 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12891 rm -f core conftest.err conftest.
$ac_objext \
12892 conftest
$ac_exeext conftest.
$ac_ext
12893 LIBS
=$ac_check_soname_save_LIBS
12895 if test "x$ac_cv_lib_soname_png" = "x"; then :
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12897 $as_echo "not found" >&6; }
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
12901 $as_echo "$ac_cv_lib_soname_png" >&6; }
12903 cat >>confdefs.h
<<_ACEOF
12904 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
12907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12908 /* end confdefs.h. */
12913 typeof(png_set_expand_gray_1_2_4_to_8) *p
12918 if ac_fn_c_try_compile
"$LINENO"; then :
12920 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
12923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12928 CPPFLAGS
=$ac_save_CPPFLAGS
12929 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12930 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12933 if test "x$ac_cv_lib_soname_png" = "x"; then :
12934 case "x$with_png" in
12935 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
12937 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
12938 This is an error since --with-png was requested." "$LINENO" 5 ;;
12942 if test "x$with_tiff" != "xno"
12944 if test -n "$TIFF_CFLAGS"; then :
12946 elif test -n "$PKG_CONFIG"; then :
12947 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
12950 if test -n "$TIFF_LIBS"; then :
12952 elif test -n "$PKG_CONFIG"; then :
12953 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
12957 ac_save_CPPFLAGS
=$CPPFLAGS
12958 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
12959 for ac_header
in tiffio.h
12961 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12962 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
12963 cat >>confdefs.h
<<_ACEOF
12964 #define HAVE_TIFFIO_H 1
12971 if test "$ac_cv_header_tiffio_h" = "yes"
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
12974 $as_echo_n "checking for -ltiff... " >&6; }
12975 if ${ac_cv_lib_soname_tiff+:} false
; then :
12976 $as_echo_n "(cached) " >&6
12978 ac_check_soname_save_LIBS
=$LIBS
12979 LIBS
="-ltiff $TIFF_LIBS $LIBS"
12980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12981 /* end confdefs.h. */
12983 /* Override any GCC internal prototype to avoid an error.
12984 Use char because int might match the return type of a GCC
12985 builtin and then its argument prototype would still apply. */
12989 char TIFFClientOpen ();
12993 return TIFFClientOpen ();
12998 if ac_fn_c_try_link
"$LINENO"; then :
13000 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13001 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'` ;;
13002 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13003 if test "x$ac_cv_lib_soname_tiff" = x
; then :
13004 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13008 rm -f core conftest.err conftest.
$ac_objext \
13009 conftest
$ac_exeext conftest.
$ac_ext
13010 LIBS
=$ac_check_soname_save_LIBS
13012 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13014 $as_echo "not found" >&6; }
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13018 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13020 cat >>confdefs.h
<<_ACEOF
13021 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13027 CPPFLAGS
=$ac_save_CPPFLAGS
13028 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13029 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13032 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13033 case "x$with_tiff" in
13034 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13036 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13037 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13041 if test "x$with_mpg123" != "xno"
13043 if test -n "$MPG123_CFLAGS"; then :
13045 elif test -n "$PKG_CONFIG"; then :
13046 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13049 if test -n "$MPG123_LIBS"; then :
13051 elif test -n "$PKG_CONFIG"; then :
13052 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13055 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13056 ac_save_CPPFLAGS
=$CPPFLAGS
13057 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13058 for ac_header
in mpg123.h
13060 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13061 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13062 cat >>confdefs.h
<<_ACEOF
13063 #define HAVE_MPG123_H 1
13070 if test "$ac_cv_header_mpg123_h" = "yes"
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13073 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13074 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13075 $as_echo_n "(cached) " >&6
13077 ac_check_lib_save_LIBS
=$LIBS
13078 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13079 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13080 /* end confdefs.h. */
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13088 char mpg123_feed ();
13092 return mpg123_feed ();
13097 if ac_fn_c_try_link
"$LINENO"; then :
13098 ac_cv_lib_mpg123_mpg123_feed
=yes
13100 ac_cv_lib_mpg123_mpg123_feed
=no
13102 rm -f core conftest.err conftest.
$ac_objext \
13103 conftest
$ac_exeext conftest.
$ac_ext
13104 LIBS
=$ac_check_lib_save_LIBS
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13107 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13108 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13118 CPPFLAGS
=$ac_save_CPPFLAGS
13119 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13120 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13123 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13124 case "x$with_mpg123" in
13125 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13127 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13128 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13131 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}
13133 if test "$ac_cv_header_AL_al_h" = "yes"
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13136 $as_echo_n "checking for -lopenal... " >&6; }
13137 if ${ac_cv_lib_soname_openal+:} false
; then :
13138 $as_echo_n "(cached) " >&6
13140 ac_check_soname_save_LIBS
=$LIBS
13141 LIBS
="-lopenal $LIBS"
13142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13143 /* end confdefs.h. */
13145 /* Override any GCC internal prototype to avoid an error.
13146 Use char because int might match the return type of a GCC
13147 builtin and then its argument prototype would still apply. */
13151 char alGetSource3i ();
13155 return alGetSource3i ();
13160 if ac_fn_c_try_link
"$LINENO"; then :
13162 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13163 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'` ;;
13164 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13165 if test "x$ac_cv_lib_soname_openal" = x
; then :
13166 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13170 rm -f core conftest.err conftest.
$ac_objext \
13171 conftest
$ac_exeext conftest.
$ac_ext
13172 LIBS
=$ac_check_soname_save_LIBS
13174 if test "x$ac_cv_lib_soname_openal" = "x"; then :
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13176 $as_echo "not found" >&6; }
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13180 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13182 cat >>confdefs.h
<<_ACEOF
13183 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13186 LIBOPENAL
="-lopenal"
13188 ac_cv_lib_openal
=yes
13190 cat >>confdefs.h
<<_ACEOF
13191 #define HAVE_OPENAL 1
13196 if test "x$ac_cv_lib_openal" != xyes
; then :
13197 case "x$with_openal" in
13198 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13200 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13201 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13204 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13206 if test "$ac_cv_header_kstat_h" = "yes"
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13209 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13210 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13211 $as_echo_n "(cached) " >&6
13213 ac_check_lib_save_LIBS
=$LIBS
13214 LIBS
="-lkstat $LIBS"
13215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13216 /* end confdefs.h. */
13218 /* Override any GCC internal prototype to avoid an error.
13219 Use char because int might match the return type of a GCC
13220 builtin and then its argument prototype would still apply. */
13224 char kstat_open ();
13228 return kstat_open ();
13233 if ac_fn_c_try_link
"$LINENO"; then :
13234 ac_cv_lib_kstat_kstat_open
=yes
13236 ac_cv_lib_kstat_kstat_open
=no
13238 rm -f core conftest.err conftest.
$ac_objext \
13239 conftest
$ac_exeext conftest.
$ac_ext
13240 LIBS
=$ac_check_lib_save_LIBS
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13243 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13244 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13246 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13254 if test "$ac_cv_header_libprocstat_h" = "yes"
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13257 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13258 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13259 $as_echo_n "(cached) " >&6
13261 ac_check_lib_save_LIBS
=$LIBS
13262 LIBS
="-lprocstat $LIBS"
13263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13264 /* end confdefs.h. */
13266 /* Override any GCC internal prototype to avoid an error.
13267 Use char because int might match the return type of a GCC
13268 builtin and then its argument prototype would still apply. */
13272 char procstat_open_sysctl ();
13276 return procstat_open_sysctl ();
13281 if ac_fn_c_try_link
"$LINENO"; then :
13282 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13284 ac_cv_lib_procstat_procstat_open_sysctl
=no
13286 rm -f core conftest.err conftest.
$ac_objext \
13287 conftest
$ac_exeext conftest.
$ac_ext
13288 LIBS
=$ac_check_lib_save_LIBS
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13291 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13292 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13294 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13296 LIBPROCSTAT
="-lprocstat"
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13303 $as_echo_n "checking for -lodbc... " >&6; }
13304 if ${ac_cv_lib_soname_odbc+:} false
; then :
13305 $as_echo_n "(cached) " >&6
13307 ac_check_soname_save_LIBS
=$LIBS
13308 LIBS
="-lodbc $LIBS"
13309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13310 /* end confdefs.h. */
13312 /* Override any GCC internal prototype to avoid an error.
13313 Use char because int might match the return type of a GCC
13314 builtin and then its argument prototype would still apply. */
13318 char SQLConnect ();
13322 return SQLConnect ();
13327 if ac_fn_c_try_link
"$LINENO"; then :
13329 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13330 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'` ;;
13331 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13332 if test "x$ac_cv_lib_soname_odbc" = x
; then :
13333 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13337 rm -f core conftest.err conftest.
$ac_objext \
13338 conftest
$ac_exeext conftest.
$ac_ext
13339 LIBS
=$ac_check_soname_save_LIBS
13341 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13343 $as_echo "not found" >&6; }
13344 cat >>confdefs.h
<<_ACEOF
13345 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13350 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13352 cat >>confdefs.h
<<_ACEOF
13353 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13359 if test "x$with_netapi" != "xno"
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13362 $as_echo_n "checking for -lnetapi... " >&6; }
13363 if ${ac_cv_lib_soname_netapi+:} false
; then :
13364 $as_echo_n "(cached) " >&6
13366 ac_check_soname_save_LIBS
=$LIBS
13367 LIBS
="-lnetapi $LIBS"
13368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13369 /* end confdefs.h. */
13371 /* Override any GCC internal prototype to avoid an error.
13372 Use char because int might match the return type of a GCC
13373 builtin and then its argument prototype would still apply. */
13377 char libnetapi_init ();
13381 return libnetapi_init ();
13386 if ac_fn_c_try_link
"$LINENO"; then :
13388 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13389 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'` ;;
13390 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13391 if test "x$ac_cv_lib_soname_netapi" = x
; then :
13392 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13396 rm -f core conftest.err conftest.
$ac_objext \
13397 conftest
$ac_exeext conftest.
$ac_ext
13398 LIBS
=$ac_check_soname_save_LIBS
13400 if test "x$ac_cv_lib_soname_netapi" = "x"; then :
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13402 $as_echo "not found" >&6; }
13403 cat >>confdefs.h
<<_ACEOF
13404 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13409 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13411 cat >>confdefs.h
<<_ACEOF
13412 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13419 test -n "$ALSALIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13420 test -n "$COREAUDIO" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13421 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13422 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13424 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
13425 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13426 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13428 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13434 if test "x${GCC}" = "xyes"
13436 EXTRACFLAGS
="-Wall -pipe"
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13439 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13440 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13441 $as_echo_n "(cached) " >&6
13443 if test "$cross_compiling" = yes; then :
13444 ac_cv_c_gcc_strength_bug
="yes"
13446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13447 /* end confdefs.h. */
13448 int L[4] = {0,1,2,3};
13452 static int Array[3];
13453 unsigned int B = 3;
13455 for(i=0; i<B; i++) Array[i] = i - 3;
13456 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13458 return (Array[1] != -2 || L[2] != 3)
13463 if ac_fn_c_try_run
"$LINENO"; then :
13464 ac_cv_c_gcc_strength_bug
="no"
13466 ac_cv_c_gcc_strength_bug
="yes"
13468 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13469 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13474 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13475 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13477 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13481 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13482 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13483 $as_echo_n "(cached) " >&6
13485 ac_wine_try_cflags_saved
=$CFLAGS
13486 CFLAGS
="$CFLAGS -fno-builtin"
13487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13488 /* end confdefs.h. */
13489 int main(int argc, char **argv) { return 0; }
13491 if ac_fn_c_try_link
"$LINENO"; then :
13492 ac_cv_cflags__fno_builtin
=yes
13494 ac_cv_cflags__fno_builtin
=no
13496 rm -f core conftest.err conftest.
$ac_objext \
13497 conftest
$ac_exeext conftest.
$ac_ext
13498 CFLAGS
=$ac_wine_try_cflags_saved
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13501 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13502 if test $ac_cv_cflags__fno_builtin = yes; then :
13503 BUILTINFLAG
="-fno-builtin"
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13507 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13508 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13509 $as_echo_n "(cached) " >&6
13511 ac_wine_try_cflags_saved
=$CFLAGS
13512 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13514 /* end confdefs.h. */
13515 int main(int argc, char **argv) { return 0; }
13517 if ac_fn_c_try_link
"$LINENO"; then :
13518 ac_cv_cflags__fno_strict_aliasing
=yes
13520 ac_cv_cflags__fno_strict_aliasing
=no
13522 rm -f core conftest.err conftest.
$ac_objext \
13523 conftest
$ac_exeext conftest.
$ac_ext
13524 CFLAGS
=$ac_wine_try_cflags_saved
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13527 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13528 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
13529 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13531 saved_CFLAGS
=$CFLAGS
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13533 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13534 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13535 $as_echo_n "(cached) " >&6
13537 ac_wine_try_cflags_saved
=$CFLAGS
13538 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13540 /* end confdefs.h. */
13541 int main(int argc, char **argv) { return 0; }
13543 if ac_fn_c_try_link
"$LINENO"; then :
13544 ac_cv_cflags__Werror_unknown_warning_option
=yes
13546 ac_cv_cflags__Werror_unknown_warning_option
=no
13548 rm -f core conftest.err conftest.
$ac_objext \
13549 conftest
$ac_exeext conftest.
$ac_ext
13550 CFLAGS
=$ac_wine_try_cflags_saved
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13553 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13554 if test $ac_cv_cflags__Werror_unknown_warning_option = yes; then :
13555 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13558 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13559 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13560 $as_echo_n "(cached) " >&6
13562 ac_wine_try_cflags_saved
=$CFLAGS
13563 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13565 /* end confdefs.h. */
13566 int main(int argc, char **argv) { return 0; }
13568 if ac_fn_c_try_link
"$LINENO"; then :
13569 ac_cv_cflags__Wdeclaration_after_statement
=yes
13571 ac_cv_cflags__Wdeclaration_after_statement
=no
13573 rm -f core conftest.err conftest.
$ac_objext \
13574 conftest
$ac_exeext conftest.
$ac_ext
13575 CFLAGS
=$ac_wine_try_cflags_saved
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13578 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13579 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
13580 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13583 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13584 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13585 $as_echo_n "(cached) " >&6
13587 ac_wine_try_cflags_saved
=$CFLAGS
13588 CFLAGS
="$CFLAGS -Wempty-body"
13589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13590 /* end confdefs.h. */
13591 int main(int argc, char **argv) { return 0; }
13593 if ac_fn_c_try_link
"$LINENO"; then :
13594 ac_cv_cflags__Wempty_body
=yes
13596 ac_cv_cflags__Wempty_body
=no
13598 rm -f core conftest.err conftest.
$ac_objext \
13599 conftest
$ac_exeext conftest.
$ac_ext
13600 CFLAGS
=$ac_wine_try_cflags_saved
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13603 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13604 if test $ac_cv_cflags__Wempty_body = yes; then :
13605 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
13608 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
13609 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
13610 $as_echo_n "(cached) " >&6
13612 ac_wine_try_cflags_saved
=$CFLAGS
13613 CFLAGS
="$CFLAGS -Wignored-qualifiers"
13614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13615 /* end confdefs.h. */
13616 int main(int argc, char **argv) { return 0; }
13618 if ac_fn_c_try_link
"$LINENO"; then :
13619 ac_cv_cflags__Wignored_qualifiers
=yes
13621 ac_cv_cflags__Wignored_qualifiers
=no
13623 rm -f core conftest.err conftest.
$ac_objext \
13624 conftest
$ac_exeext conftest.
$ac_ext
13625 CFLAGS
=$ac_wine_try_cflags_saved
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
13628 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
13629 if test $ac_cv_cflags__Wignored_qualifiers = yes; then :
13630 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
13633 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
13634 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
13635 $as_echo_n "(cached) " >&6
13637 ac_wine_try_cflags_saved
=$CFLAGS
13638 CFLAGS
="$CFLAGS -Wstrict-prototypes"
13639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13640 /* end confdefs.h. */
13641 int main(int argc, char **argv) { return 0; }
13643 if ac_fn_c_try_link
"$LINENO"; then :
13644 ac_cv_cflags__Wstrict_prototypes
=yes
13646 ac_cv_cflags__Wstrict_prototypes
=no
13648 rm -f core conftest.err conftest.
$ac_objext \
13649 conftest
$ac_exeext conftest.
$ac_ext
13650 CFLAGS
=$ac_wine_try_cflags_saved
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
13653 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
13654 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
13655 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
13658 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
13659 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
13660 $as_echo_n "(cached) " >&6
13662 ac_wine_try_cflags_saved
=$CFLAGS
13663 CFLAGS
="$CFLAGS -Wtype-limits"
13664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13665 /* end confdefs.h. */
13666 int main(int argc, char **argv) { return 0; }
13668 if ac_fn_c_try_link
"$LINENO"; then :
13669 ac_cv_cflags__Wtype_limits
=yes
13671 ac_cv_cflags__Wtype_limits
=no
13673 rm -f core conftest.err conftest.
$ac_objext \
13674 conftest
$ac_exeext conftest.
$ac_ext
13675 CFLAGS
=$ac_wine_try_cflags_saved
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
13678 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
13679 if test $ac_cv_cflags__Wtype_limits = yes; then :
13680 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
13683 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
13684 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
13685 $as_echo_n "(cached) " >&6
13687 ac_wine_try_cflags_saved
=$CFLAGS
13688 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
13689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13690 /* end confdefs.h. */
13691 int main(int argc, char **argv) { return 0; }
13693 if ac_fn_c_try_link
"$LINENO"; then :
13694 ac_cv_cflags__Wunused_but_set_parameter
=yes
13696 ac_cv_cflags__Wunused_but_set_parameter
=no
13698 rm -f core conftest.err conftest.
$ac_objext \
13699 conftest
$ac_exeext conftest.
$ac_ext
13700 CFLAGS
=$ac_wine_try_cflags_saved
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
13703 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
13704 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
13705 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
13708 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
13709 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
13710 $as_echo_n "(cached) " >&6
13712 ac_wine_try_cflags_saved
=$CFLAGS
13713 CFLAGS
="$CFLAGS -Wwrite-strings"
13714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13715 /* end confdefs.h. */
13716 int main(int argc, char **argv) { return 0; }
13718 if ac_fn_c_try_link
"$LINENO"; then :
13719 ac_cv_cflags__Wwrite_strings
=yes
13721 ac_cv_cflags__Wwrite_strings
=no
13723 rm -f core conftest.err conftest.
$ac_objext \
13724 conftest
$ac_exeext conftest.
$ac_ext
13725 CFLAGS
=$ac_wine_try_cflags_saved
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
13728 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
13729 if test $ac_cv_cflags__Wwrite_strings = yes; then :
13730 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
13734 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
13735 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
13736 $as_echo_n "(cached) " >&6
13738 ac_wine_try_cflags_saved
=$CFLAGS
13739 CFLAGS
="$CFLAGS -Wpointer-arith"
13740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13741 /* end confdefs.h. */
13742 int main(int argc, char **argv) { return 0; }
13744 if ac_fn_c_try_link
"$LINENO"; then :
13745 ac_cv_cflags__Wpointer_arith
=yes
13747 ac_cv_cflags__Wpointer_arith
=no
13749 rm -f core conftest.err conftest.
$ac_objext \
13750 conftest
$ac_exeext conftest.
$ac_ext
13751 CFLAGS
=$ac_wine_try_cflags_saved
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
13754 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
13755 if test $ac_cv_cflags__Wpointer_arith = yes; then :
13756 saved_string_h_CFLAGS
=$CFLAGS
13757 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
13759 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
13760 if ${ac_cv_c_string_h_warnings+:} false
; then :
13761 $as_echo_n "(cached) " >&6
13763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13764 /* end confdefs.h. */
13765 #include <string.h>
13774 if ac_fn_c_try_compile
"$LINENO"; then :
13775 ac_cv_c_string_h_warnings
=no
13777 ac_cv_c_string_h_warnings
=yes
13779 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
13782 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
13783 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
13784 CFLAGS
=$saved_string_h_CFLAGS
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
13788 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
13789 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
13790 $as_echo_n "(cached) " >&6
13792 ac_wine_try_cflags_saved
=$CFLAGS
13793 CFLAGS
="$CFLAGS -Wlogical-op"
13794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13795 /* end confdefs.h. */
13796 int main(int argc, char **argv) { return 0; }
13798 if ac_fn_c_try_link
"$LINENO"; then :
13799 ac_cv_cflags__Wlogical_op
=yes
13801 ac_cv_cflags__Wlogical_op
=no
13803 rm -f core conftest.err conftest.
$ac_objext \
13804 conftest
$ac_exeext conftest.
$ac_ext
13805 CFLAGS
=$ac_wine_try_cflags_saved
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
13808 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
13809 if test $ac_cv_cflags__Wlogical_op = yes; then :
13810 saved_string_h_CFLAGS
=$CFLAGS
13811 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
13813 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
13814 if ${ac_cv_c_logicalop_noisy+:} false
; then :
13815 $as_echo_n "(cached) " >&6
13817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13818 /* end confdefs.h. */
13819 #include <string.h>
13820 char*f(const char *h,char n) {return strchr(h,n);}
13829 if ac_fn_c_try_compile
"$LINENO"; then :
13830 ac_cv_c_logicalop_noisy
=no
13832 ac_cv_c_logicalop_noisy
=yes
13834 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
13837 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
13838 CFLAGS
=$saved_string_h_CFLAGS
13839 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
13842 CFLAGS
=$saved_CFLAGS
13844 for ac_flag
in $CFLAGS; do
13846 -g) case $host_os in
13847 darwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
13848 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
13849 if ${ac_cv_cflags__gstabsp+:} false
; then :
13850 $as_echo_n "(cached) " >&6
13852 ac_wine_try_cflags_saved
=$CFLAGS
13853 CFLAGS
="$CFLAGS -gstabs+"
13854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13855 /* end confdefs.h. */
13856 int main(int argc, char **argv) { return 0; }
13858 if ac_fn_c_try_link
"$LINENO"; then :
13859 ac_cv_cflags__gstabsp
=yes
13861 ac_cv_cflags__gstabsp
=no
13863 rm -f core conftest.err conftest.
$ac_objext \
13864 conftest
$ac_exeext conftest.
$ac_ext
13865 CFLAGS
=$ac_wine_try_cflags_saved
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
13868 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
13869 if test $ac_cv_cflags__gstabsp = yes; then :
13870 EXTRACFLAGS
="$EXTRACFLAGS -gstabs+"
13872 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
13873 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
13874 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
13875 $as_echo_n "(cached) " >&6
13877 ac_wine_try_cflags_saved
=$CFLAGS
13878 CFLAGS
="$CFLAGS -gdwarf-2"
13879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13881 int main(int argc, char **argv) { return 0; }
13883 if ac_fn_c_try_link
"$LINENO"; then :
13884 ac_cv_cflags__gdwarf_2
=yes
13886 ac_cv_cflags__gdwarf_2
=no
13888 rm -f core conftest.err conftest.
$ac_objext \
13889 conftest
$ac_exeext conftest.
$ac_ext
13890 CFLAGS
=$ac_wine_try_cflags_saved
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
13893 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
13894 if test $ac_cv_cflags__gdwarf_2 = yes; then :
13895 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
13898 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
13899 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
13900 $as_echo_n "(cached) " >&6
13902 ac_wine_try_cflags_saved
=$CFLAGS
13903 CFLAGS
="$CFLAGS -gstrict-dwarf"
13904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13905 /* end confdefs.h. */
13906 int main(int argc, char **argv) { return 0; }
13908 if ac_fn_c_try_link
"$LINENO"; then :
13909 ac_cv_cflags__gstrict_dwarf
=yes
13911 ac_cv_cflags__gstrict_dwarf
=no
13913 rm -f core conftest.err conftest.
$ac_objext \
13914 conftest
$ac_exeext conftest.
$ac_ext
13915 CFLAGS
=$ac_wine_try_cflags_saved
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
13918 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
13919 if test $ac_cv_cflags__gstrict_dwarf = yes; then :
13920 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
13927 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
13928 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
13929 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
13930 $as_echo_n "(cached) " >&6
13932 ac_wine_try_cflags_saved
=$CFLAGS
13933 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
13934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13935 /* end confdefs.h. */
13936 int main(int argc, char **argv) { return 0; }
13938 if ac_fn_c_try_link
"$LINENO"; then :
13939 ac_cv_cflags__fno_omit_frame_pointer
=yes
13941 ac_cv_cflags__fno_omit_frame_pointer
=no
13943 rm -f core conftest.err conftest.
$ac_objext \
13944 conftest
$ac_exeext conftest.
$ac_ext
13945 CFLAGS
=$ac_wine_try_cflags_saved
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
13948 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
13949 if test $ac_cv_cflags__fno_omit_frame_pointer = yes; then :
13950 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
13955 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
13956 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
13957 if ${ac_cv_cflags__Wno_format+:} false
; then :
13958 $as_echo_n "(cached) " >&6
13960 ac_wine_try_cflags_saved
=$CFLAGS
13961 CFLAGS
="$CFLAGS -Wno-format"
13962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13963 /* end confdefs.h. */
13964 int main(int argc, char **argv) { return 0; }
13966 if ac_fn_c_try_link
"$LINENO"; then :
13967 ac_cv_cflags__Wno_format
=yes
13969 ac_cv_cflags__Wno_format
=no
13971 rm -f core conftest.err conftest.
$ac_objext \
13972 conftest
$ac_exeext conftest.
$ac_ext
13973 CFLAGS
=$ac_wine_try_cflags_saved
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
13976 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
13977 if test $ac_cv_cflags__Wno_format = yes; then :
13978 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
13982 if test "x$enable_maintainer_mode" = "xyes"
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
13985 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
13986 if ${ac_cv_cflags__Werror+:} false
; then :
13987 $as_echo_n "(cached) " >&6
13989 ac_wine_try_cflags_saved
=$CFLAGS
13990 CFLAGS
="$CFLAGS -Werror"
13991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13992 /* end confdefs.h. */
13993 int main(int argc, char **argv) { return 0; }
13995 if ac_fn_c_try_link
"$LINENO"; then :
13996 ac_cv_cflags__Werror
=yes
13998 ac_cv_cflags__Werror
=no
14000 rm -f core conftest.err conftest.
$ac_objext \
14001 conftest
$ac_exeext conftest.
$ac_ext
14002 CFLAGS
=$ac_wine_try_cflags_saved
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14005 $as_echo "$ac_cv_cflags__Werror" >&6; }
14006 if test $ac_cv_cflags__Werror = yes; then :
14007 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14011 saved_CFLAGS
="$CFLAGS"
14012 CFLAGS
="$CFLAGS -Werror"
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14014 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14015 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14016 $as_echo_n "(cached) " >&6
14018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14019 /* end confdefs.h. */
14020 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14029 if ac_fn_c_try_compile
"$LINENO"; then :
14030 ac_cv_have_ms_hook_prologue
="yes"
14032 ac_cv_have_ms_hook_prologue
="no"
14034 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14037 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14038 CFLAGS
="$saved_CFLAGS"
14039 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14042 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14045 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14052 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14053 if ${ac_cv_c_fortify_enabled+:} false
; then :
14054 $as_echo_n "(cached) " >&6
14056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14057 /* end confdefs.h. */
14058 #include <string.h>
14062 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14063 #error Fortify enabled
14069 if ac_fn_c_try_compile
"$LINENO"; then :
14070 ac_cv_c_fortify_enabled
=no
14072 ac_cv_c_fortify_enabled
=yes
14074 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14077 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14078 if test "$ac_cv_c_fortify_enabled" = yes
14080 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14085 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14086 if ${ac_cv_c_extern_prefix+:} false
; then :
14087 $as_echo_n "(cached) " >&6
14089 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14090 /* end confdefs.h. */
14091 extern int ac_test;
14095 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14100 if ac_fn_c_try_link
"$LINENO"; then :
14101 ac_cv_c_extern_prefix
="yes"
14103 ac_cv_c_extern_prefix
="no"
14105 rm -f core conftest.err conftest.
$ac_objext \
14106 conftest
$ac_exeext conftest.
$ac_ext
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14109 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14114 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14115 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14116 $as_echo_n "(cached) " >&6
14118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14119 /* end confdefs.h. */
14121 #define __stdcall __attribute__((__stdcall__))
14123 int __stdcall ac_test(int i) { return i; }
14127 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14132 if ac_fn_c_try_link
"$LINENO"; then :
14133 ac_cv_c_stdcall_suffix
="yes"
14135 ac_cv_c_stdcall_suffix
="no"
14137 rm -f core conftest.err conftest.
$ac_objext \
14138 conftest
$ac_exeext conftest.
$ac_ext
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14141 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14142 *) ac_cv_c_stdcall_suffix
="no" ;;
14146 if test "$ac_cv_c_extern_prefix" = "yes"
14148 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14150 asm_name_prefix
="_"
14152 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14158 if test "$ac_cv_c_stdcall_suffix" = "yes"
14160 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14163 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14169 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14170 if ${ac_cv_asm_func_def+:} false
; then :
14171 $as_echo_n "(cached) " >&6
14173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14174 /* end confdefs.h. */
14179 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14184 if ac_fn_c_try_link
"$LINENO"; then :
14185 ac_cv_asm_func_def
=".def"
14187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14188 /* end confdefs.h. */
14193 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14198 if ac_fn_c_try_link
"$LINENO"; then :
14199 ac_cv_asm_func_def
=".type @function"
14201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14202 /* end confdefs.h. */
14207 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14212 if ac_fn_c_try_link
"$LINENO"; then :
14213 ac_cv_asm_func_def
=".type 2"
14215 ac_cv_asm_func_def
="unknown"
14217 rm -f core conftest.err conftest.
$ac_objext \
14218 conftest
$ac_exeext conftest.
$ac_ext
14220 rm -f core conftest.err conftest.
$ac_objext \
14221 conftest
$ac_exeext conftest.
$ac_ext
14223 rm -f core conftest.err conftest.
$ac_objext \
14224 conftest
$ac_exeext conftest.
$ac_ext
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14227 $as_echo "$ac_cv_asm_func_def" >&6; }
14230 case "$ac_cv_asm_func_def" in
14232 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14234 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14236 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14238 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14240 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14242 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14244 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14246 asm_func_header
="" ;;
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14250 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14251 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14252 $as_echo_n "(cached) " >&6
14254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14255 /* end confdefs.h. */
14256 asm(".text\n\t.long 0");
14265 if ac_fn_c_try_compile
"$LINENO"; then :
14266 ac_cv_c_asm_outside_funcs
="yes"
14268 ac_cv_c_asm_outside_funcs
="no"
14270 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14273 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14276 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14277 if ${ac_cv_c_dot_previous+:} false
; then :
14278 $as_echo_n "(cached) " >&6
14280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14281 /* end confdefs.h. */
14286 asm(".text\nac_test:\t.long 0\n\t.previous");
14291 if ac_fn_c_try_link
"$LINENO"; then :
14292 ac_cv_c_dot_previous
="yes"
14294 ac_cv_c_dot_previous
="no"
14296 rm -f core conftest.err conftest.
$ac_objext \
14297 conftest
$ac_exeext conftest.
$ac_ext
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14300 $as_echo "$ac_cv_c_dot_previous" >&6; }
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14303 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14304 if ${ac_cv_c_cfi_support+:} false
; then :
14305 $as_echo_n "(cached) " >&6
14307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14309 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14318 if ac_fn_c_try_compile
"$LINENO"; then :
14319 ac_cv_c_cfi_support
="yes"
14321 ac_cv_c_cfi_support
="no"
14323 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14326 $as_echo "$ac_cv_c_cfi_support" >&6; }
14328 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14329 asm_func_trailer
=""
14330 if test "$ac_cv_c_dot_previous" = "yes"
14332 asm_func_trailer
="\\n\\t.previous"
14334 if test "$ac_cv_c_cfi_support" = "yes"
14336 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14337 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14339 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14341 UNWINDFLAGS
=-fasynchronous-unwind-tables
14344 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14348 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14351 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14353 cat >>confdefs.h
<<_ACEOF
14354 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14358 cat >>confdefs.h
<<_ACEOF
14359 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14364 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14367 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14372 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14379 *i
[3456789]86*|x86_64
*)
14380 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14381 loader_programs
="$loader_programs $wine_binary-preloader"
14382 as_fn_append LOADER_RULES
"
14383 $wine_binary-preloader: preloader.o
14384 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14386 install install-lib:: $wine_binary-preloader
14387 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14390 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14392 preloader_EXTRADEFS = $BUILTINFLAG
14397 as_fn_append LOADER_RULES
"
14398 PROGRAMS = $loader_programs
14402 ac_save_CFLAGS
="$CFLAGS"
14403 CFLAGS
="$CFLAGS $BUILTINFLAG"
14480 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14481 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14482 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14483 cat >>confdefs.h
<<_ACEOF
14484 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14490 CFLAGS
="$ac_save_CFLAGS"
14492 if test "$ac_cv_func_dlopen" = no
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14495 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14496 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14497 $as_echo_n "(cached) " >&6
14499 ac_check_lib_save_LIBS
=$LIBS
14501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14502 /* end confdefs.h. */
14504 /* Override any GCC internal prototype to avoid an error.
14505 Use char because int might match the return type of a GCC
14506 builtin and then its argument prototype would still apply. */
14519 if ac_fn_c_try_link
"$LINENO"; then :
14520 ac_cv_lib_dl_dlopen
=yes
14522 ac_cv_lib_dl_dlopen
=no
14524 rm -f core conftest.err conftest.
$ac_objext \
14525 conftest
$ac_exeext conftest.
$ac_ext
14526 LIBS
=$ac_check_lib_save_LIBS
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14529 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14530 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14531 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14537 ac_wine_check_funcs_save_LIBS
="$LIBS"
14538 LIBS
="$LIBS $LIBDL"
14539 for ac_func
in dladdr
14541 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14542 if test "x$ac_cv_func_dladdr" = xyes
; then :
14543 cat >>confdefs.h
<<_ACEOF
14544 #define HAVE_DLADDR 1
14550 LIBS
="$ac_wine_check_funcs_save_LIBS"
14552 if test "$ac_cv_func_poll" = no
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14555 $as_echo_n "checking for poll in -lpoll... " >&6; }
14556 if ${ac_cv_lib_poll_poll+:} false
; then :
14557 $as_echo_n "(cached) " >&6
14559 ac_check_lib_save_LIBS
=$LIBS
14560 LIBS
="-lpoll $LIBS"
14561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14562 /* end confdefs.h. */
14564 /* Override any GCC internal prototype to avoid an error.
14565 Use char because int might match the return type of a GCC
14566 builtin and then its argument prototype would still apply. */
14579 if ac_fn_c_try_link
"$LINENO"; then :
14580 ac_cv_lib_poll_poll
=yes
14582 ac_cv_lib_poll_poll
=no
14584 rm -f core conftest.err conftest.
$ac_objext \
14585 conftest
$ac_exeext conftest.
$ac_ext
14586 LIBS
=$ac_check_lib_save_LIBS
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14589 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14590 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14591 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14599 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14600 if ${ac_cv_search_gethostbyname+:} false
; then :
14601 $as_echo_n "(cached) " >&6
14603 ac_func_search_save_LIBS
=$LIBS
14604 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14605 /* end confdefs.h. */
14607 /* Override any GCC internal prototype to avoid an error.
14608 Use char because int might match the return type of a GCC
14609 builtin and then its argument prototype would still apply. */
14613 char gethostbyname ();
14617 return gethostbyname ();
14622 for ac_lib
in '' nsl
; do
14623 if test -z "$ac_lib"; then
14624 ac_res
="none required"
14627 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14629 if ac_fn_c_try_link
"$LINENO"; then :
14630 ac_cv_search_gethostbyname
=$ac_res
14632 rm -f core conftest.err conftest.
$ac_objext \
14634 if ${ac_cv_search_gethostbyname+:} false
; then :
14638 if ${ac_cv_search_gethostbyname+:} false
; then :
14641 ac_cv_search_gethostbyname
=no
14643 rm conftest.
$ac_ext
14644 LIBS
=$ac_func_search_save_LIBS
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
14647 $as_echo "$ac_cv_search_gethostbyname" >&6; }
14648 ac_res
=$ac_cv_search_gethostbyname
14649 if test "$ac_res" != no
; then :
14650 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
14656 $as_echo_n "checking for library containing connect... " >&6; }
14657 if ${ac_cv_search_connect+:} false
; then :
14658 $as_echo_n "(cached) " >&6
14660 ac_func_search_save_LIBS
=$LIBS
14661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14664 /* Override any GCC internal prototype to avoid an error.
14665 Use char because int might match the return type of a GCC
14666 builtin and then its argument prototype would still apply. */
14679 for ac_lib
in '' socket
; do
14680 if test -z "$ac_lib"; then
14681 ac_res
="none required"
14684 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14686 if ac_fn_c_try_link
"$LINENO"; then :
14687 ac_cv_search_connect
=$ac_res
14689 rm -f core conftest.err conftest.
$ac_objext \
14691 if ${ac_cv_search_connect+:} false
; then :
14695 if ${ac_cv_search_connect+:} false
; then :
14698 ac_cv_search_connect
=no
14700 rm conftest.
$ac_ext
14701 LIBS
=$ac_func_search_save_LIBS
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
14704 $as_echo "$ac_cv_search_connect" >&6; }
14705 ac_res
=$ac_cv_search_connect
14706 if test "$ac_res" != no
; then :
14707 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
14713 $as_echo_n "checking for library containing inet_aton... " >&6; }
14714 if ${ac_cv_search_inet_aton+:} false
; then :
14715 $as_echo_n "(cached) " >&6
14717 ac_func_search_save_LIBS
=$LIBS
14718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14719 /* end confdefs.h. */
14721 /* Override any GCC internal prototype to avoid an error.
14722 Use char because int might match the return type of a GCC
14723 builtin and then its argument prototype would still apply. */
14731 return inet_aton ();
14736 for ac_lib
in '' resolv
; do
14737 if test -z "$ac_lib"; then
14738 ac_res
="none required"
14741 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14743 if ac_fn_c_try_link
"$LINENO"; then :
14744 ac_cv_search_inet_aton
=$ac_res
14746 rm -f core conftest.err conftest.
$ac_objext \
14748 if ${ac_cv_search_inet_aton+:} false
; then :
14752 if ${ac_cv_search_inet_aton+:} false
; then :
14755 ac_cv_search_inet_aton
=no
14757 rm conftest.
$ac_ext
14758 LIBS
=$ac_func_search_save_LIBS
14760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
14761 $as_echo "$ac_cv_search_inet_aton" >&6; }
14762 ac_res
=$ac_cv_search_inet_aton
14763 if test "$ac_res" != no
; then :
14764 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14784 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14785 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14786 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14787 cat >>confdefs.h
<<_ACEOF
14788 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
14797 $as_echo_n "checking for library containing clock_gettime... " >&6; }
14798 if ${ac_cv_search_clock_gettime+:} false
; then :
14799 $as_echo_n "(cached) " >&6
14801 ac_func_search_save_LIBS
=$LIBS
14802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14803 /* end confdefs.h. */
14805 /* Override any GCC internal prototype to avoid an error.
14806 Use char because int might match the return type of a GCC
14807 builtin and then its argument prototype would still apply. */
14811 char clock_gettime ();
14815 return clock_gettime ();
14820 for ac_lib
in '' rt
; do
14821 if test -z "$ac_lib"; then
14822 ac_res
="none required"
14825 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14827 if ac_fn_c_try_link
"$LINENO"; then :
14828 ac_cv_search_clock_gettime
=$ac_res
14830 rm -f core conftest.err conftest.
$ac_objext \
14832 if ${ac_cv_search_clock_gettime+:} false
; then :
14836 if ${ac_cv_search_clock_gettime+:} false
; then :
14839 ac_cv_search_clock_gettime
=no
14841 rm conftest.
$ac_ext
14842 LIBS
=$ac_func_search_save_LIBS
14844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
14845 $as_echo "$ac_cv_search_clock_gettime" >&6; }
14846 ac_res
=$ac_cv_search_clock_gettime
14847 if test "$ac_res" != no
; then :
14848 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14850 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
14852 test "$ac_res" = "none required" || LIBRT
="$ac_res"
14860 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
14862 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
14864 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
14866 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
14867 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
14868 $as_echo_n "(cached) " >&6
14870 ac_check_lib_save_LIBS
=$LIBS
14871 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
14872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14873 /* end confdefs.h. */
14875 /* Override any GCC internal prototype to avoid an error.
14876 Use char because int might match the return type of a GCC
14877 builtin and then its argument prototype would still apply. */
14881 char ldap_initialize ();
14885 return ldap_initialize ();
14890 if ac_fn_c_try_link
"$LINENO"; then :
14891 ac_cv_lib_ldap_r_ldap_initialize
=yes
14893 ac_cv_lib_ldap_r_ldap_initialize
=no
14895 rm -f core conftest.err conftest.
$ac_objext \
14896 conftest
$ac_exeext conftest.
$ac_ext
14897 LIBS
=$ac_check_lib_save_LIBS
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
14900 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
14901 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
14903 $as_echo_n "checking for ber_init in -llber... " >&6; }
14904 if ${ac_cv_lib_lber_ber_init+:} false
; then :
14905 $as_echo_n "(cached) " >&6
14907 ac_check_lib_save_LIBS
=$LIBS
14908 LIBS
="-llber $LIBPTHREAD $LIBS"
14909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14910 /* end confdefs.h. */
14912 /* Override any GCC internal prototype to avoid an error.
14913 Use char because int might match the return type of a GCC
14914 builtin and then its argument prototype would still apply. */
14922 return ber_init ();
14927 if ac_fn_c_try_link
"$LINENO"; then :
14928 ac_cv_lib_lber_ber_init
=yes
14930 ac_cv_lib_lber_ber_init
=no
14932 rm -f core conftest.err conftest.
$ac_objext \
14933 conftest
$ac_exeext conftest.
$ac_ext
14934 LIBS
=$ac_check_lib_save_LIBS
14936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
14937 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
14938 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
14940 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
14942 LDAPLIBS
="-lldap_r -llber"
14949 ac_wine_check_funcs_save_LIBS
="$LIBS"
14950 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
14952 ldap_count_references \
14953 ldap_first_reference \
14954 ldap_next_reference \
14955 ldap_parse_reference \
14956 ldap_parse_sort_control \
14957 ldap_parse_sortresponse_control \
14958 ldap_parse_vlv_control \
14959 ldap_parse_vlvresponse_control
14961 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14962 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14963 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14964 cat >>confdefs.h
<<_ACEOF
14965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14971 LIBS
="$ac_wine_check_funcs_save_LIBS"
14973 if test "x$LDAPLIBS" = "x"; then :
14974 case "x$with_ldap" in
14975 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
14977 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
14978 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
14983 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
14984 if ${wine_cv_one_arg_mkdir+:} false
; then :
14985 $as_echo_n "(cached) " >&6
14987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14988 /* end confdefs.h. */
14989 #include <sys/stat.h>
14998 if ac_fn_c_try_compile
"$LINENO"; then :
14999 wine_cv_one_arg_mkdir
=yes
15001 wine_cv_one_arg_mkdir
=no
15003 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15006 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15007 if test "$wine_cv_one_arg_mkdir" = "yes"
15010 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15015 $as_echo_n "checking for sched_setaffinity... " >&6; }
15016 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15017 $as_echo_n "(cached) " >&6
15019 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15020 /* end confdefs.h. */
15021 #define _GNU_SOURCE
15026 sched_setaffinity(0, 0, 0);
15031 if ac_fn_c_try_link
"$LINENO"; then :
15032 wine_cv_have_sched_setaffinity
=yes
15034 wine_cv_have_sched_setaffinity
=no
15036 rm -f core conftest.err conftest.
$ac_objext \
15037 conftest
$ac_exeext conftest.
$ac_ext
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15040 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15041 if test "$wine_cv_have_sched_setaffinity" = "yes"
15044 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15049 $as_echo_n "checking for fallocate... " >&6; }
15050 if ${wine_cv_have_fallocate+:} false
; then :
15051 $as_echo_n "(cached) " >&6
15053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15054 /* end confdefs.h. */
15055 #define _GNU_SOURCE
15060 fallocate(-1, 0, 0, 0);
15065 if ac_fn_c_try_link
"$LINENO"; then :
15066 wine_cv_have_fallocate
=yes
15068 wine_cv_have_fallocate
=no
15070 rm -f core conftest.err conftest.
$ac_objext \
15071 conftest
$ac_exeext conftest.
$ac_ext
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15074 $as_echo "$wine_cv_have_fallocate" >&6; }
15075 if test "$wine_cv_have_fallocate" = "yes"
15078 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15084 $as_echo_n "checking for inline... " >&6; }
15085 if ${ac_cv_c_inline+:} false
; then :
15086 $as_echo_n "(cached) " >&6
15089 for ac_kw
in inline __inline__ __inline
; do
15090 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15091 /* end confdefs.h. */
15092 #ifndef __cplusplus
15094 static $ac_kw foo_t static_foo () {return 0; }
15095 $ac_kw foo_t foo () {return 0; }
15099 if ac_fn_c_try_compile
"$LINENO"; then :
15100 ac_cv_c_inline
=$ac_kw
15102 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15103 test "$ac_cv_c_inline" != no
&& break
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15108 $as_echo "$ac_cv_c_inline" >&6; }
15110 case $ac_cv_c_inline in
15113 case $ac_cv_c_inline in
15115 *) ac_val
=$ac_cv_c_inline;;
15117 cat >>confdefs.h
<<_ACEOF
15118 #ifndef __cplusplus
15119 #define inline $ac_val
15125 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15126 if test "x$ac_cv_type_mode_t" = xyes
; then :
15128 cat >>confdefs.h
<<_ACEOF
15129 #define HAVE_MODE_T 1
15134 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15135 if test "x$ac_cv_type_off_t" = xyes
; then :
15137 cat >>confdefs.h
<<_ACEOF
15138 #define HAVE_OFF_T 1
15143 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15144 if test "x$ac_cv_type_pid_t" = xyes
; then :
15146 cat >>confdefs.h
<<_ACEOF
15147 #define HAVE_PID_T 1
15152 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15153 if test "x$ac_cv_type_size_t" = xyes
; then :
15155 cat >>confdefs.h
<<_ACEOF
15156 #define HAVE_SIZE_T 1
15161 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15162 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15164 cat >>confdefs.h
<<_ACEOF
15165 #define HAVE_SSIZE_T 1
15170 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15171 if test "x$ac_cv_type_long_long" = xyes
; then :
15173 cat >>confdefs.h
<<_ACEOF
15174 #define HAVE_LONG_LONG 1
15179 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15180 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15182 cat >>confdefs.h
<<_ACEOF
15183 #define HAVE_FSBLKCNT_T 1
15188 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15189 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15191 cat >>confdefs.h
<<_ACEOF
15192 #define HAVE_FSFILCNT_T 1
15198 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15199 #include <signal.h>
15201 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15203 cat >>confdefs.h
<<_ACEOF
15204 #define HAVE_SIGSET_T 1
15210 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15212 if test "x$ac_cv_type_request_sense" = xyes
; then :
15214 cat >>confdefs.h
<<_ACEOF
15215 #define HAVE_REQUEST_SENSE 1
15222 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15223 #ifdef HAVE_SYS_SOCKET_H
15224 #include <sys/socket.h>
15226 #ifdef HAVE_SYS_SOCKETVAR_H
15227 #include <sys/socketvar.h>
15229 #ifdef HAVE_NET_ROUTE_H
15230 #include <net/route.h>
15232 #ifdef HAVE_NETINET_IN_H
15233 #include <netinet/in.h>
15235 #ifdef HAVE_NETINET_IN_SYSTM_H
15236 #include <netinet/in_systm.h>
15238 #ifdef HAVE_NETINET_IP_H
15239 #include <netinet/ip.h>
15241 #ifdef HAVE_NETINET_IN_PCB_H
15242 #include <netinet/in_pcb.h>
15245 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15247 cat >>confdefs.h
<<_ACEOF
15248 #define HAVE_STRUCT_XINPGEN 1
15255 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15258 #ifdef HAVE_SYS_LINK_H
15259 #include <sys/link.h>
15262 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15264 cat >>confdefs.h
<<_ACEOF
15265 #define HAVE_STRUCT_R_DEBUG 1
15270 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15273 #ifdef HAVE_SYS_LINK_H
15274 #include <sys/link.h>
15277 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15279 cat >>confdefs.h
<<_ACEOF
15280 #define HAVE_STRUCT_LINK_MAP 1
15287 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15288 #include <linux/input.h>
15291 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15293 cat >>confdefs.h
<<_ACEOF
15294 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15302 $as_echo_n "checking for sigaddset... " >&6; }
15303 if ${wine_cv_have_sigaddset+:} false
; then :
15304 $as_echo_n "(cached) " >&6
15306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15307 /* end confdefs.h. */
15308 #include <signal.h>
15312 sigset_t set; sigaddset(&set,SIGTERM);
15317 if ac_fn_c_try_link
"$LINENO"; then :
15318 wine_cv_have_sigaddset
=yes
15320 wine_cv_have_sigaddset
=no
15322 rm -f core conftest.err conftest.
$ac_objext \
15323 conftest
$ac_exeext conftest.
$ac_ext
15325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15326 $as_echo "$wine_cv_have_sigaddset" >&6; }
15327 if test "$wine_cv_have_sigaddset" = "yes"
15330 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15336 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15337 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15338 $as_echo_n "(cached) " >&6
15340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15341 /* end confdefs.h. */
15349 struct hostent *result;
15356 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15357 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15363 if ac_fn_c_try_link
"$LINENO"; then :
15364 wine_cv_linux_gethostbyname_r_6
=yes
15366 wine_cv_linux_gethostbyname_r_6
=no
15369 rm -f core conftest.err conftest.
$ac_objext \
15370 conftest
$ac_exeext conftest.
$ac_ext
15373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15374 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15375 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15378 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15382 if test "$ac_cv_header_linux_joystick_h" = "yes"
15384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15385 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15386 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15387 $as_echo_n "(cached) " >&6
15389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15390 /* end confdefs.h. */
15392 #include <sys/ioctl.h>
15393 #include <sys/types.h>
15394 #include <linux/joystick.h>
15396 struct js_event blub;
15397 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15398 #error "no 2.2 header"
15409 if ac_fn_c_try_compile
"$LINENO"; then :
15410 wine_cv_linux_joystick_22_api
=yes
15412 wine_cv_linux_joystick_22_api
=no
15414 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15418 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15419 if test "$wine_cv_linux_joystick_22_api" = "yes"
15422 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15428 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15429 #ifdef HAVE_SYS_PARAM_H
15430 # include <sys/param.h>
15432 #ifdef HAVE_SYS_MOUNT_H
15433 # include <sys/mount.h>
15435 #ifdef HAVE_SYS_VFS_H
15436 # include <sys/vfs.h>
15438 #ifdef HAVE_SYS_STATFS_H
15439 # include <sys/statfs.h>
15442 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15444 cat >>confdefs.h
<<_ACEOF
15445 #define HAVE_STRUCT_STATFS_F_BFREE 1
15450 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15451 #ifdef HAVE_SYS_PARAM_H
15452 # include <sys/param.h>
15454 #ifdef HAVE_SYS_MOUNT_H
15455 # include <sys/mount.h>
15457 #ifdef HAVE_SYS_VFS_H
15458 # include <sys/vfs.h>
15460 #ifdef HAVE_SYS_STATFS_H
15461 # include <sys/statfs.h>
15464 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15466 cat >>confdefs.h
<<_ACEOF
15467 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15472 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15473 #ifdef HAVE_SYS_PARAM_H
15474 # include <sys/param.h>
15476 #ifdef HAVE_SYS_MOUNT_H
15477 # include <sys/mount.h>
15479 #ifdef HAVE_SYS_VFS_H
15480 # include <sys/vfs.h>
15482 #ifdef HAVE_SYS_STATFS_H
15483 # include <sys/statfs.h>
15486 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15488 cat >>confdefs.h
<<_ACEOF
15489 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15494 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15495 #ifdef HAVE_SYS_PARAM_H
15496 # include <sys/param.h>
15498 #ifdef HAVE_SYS_MOUNT_H
15499 # include <sys/mount.h>
15501 #ifdef HAVE_SYS_VFS_H
15502 # include <sys/vfs.h>
15504 #ifdef HAVE_SYS_STATFS_H
15505 # include <sys/statfs.h>
15508 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15510 cat >>confdefs.h
<<_ACEOF
15511 #define HAVE_STRUCT_STATFS_F_FFREE 1
15516 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15517 #ifdef HAVE_SYS_PARAM_H
15518 # include <sys/param.h>
15520 #ifdef HAVE_SYS_MOUNT_H
15521 # include <sys/mount.h>
15523 #ifdef HAVE_SYS_VFS_H
15524 # include <sys/vfs.h>
15526 #ifdef HAVE_SYS_STATFS_H
15527 # include <sys/statfs.h>
15530 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15532 cat >>confdefs.h
<<_ACEOF
15533 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15538 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15539 #ifdef HAVE_SYS_PARAM_H
15540 # include <sys/param.h>
15542 #ifdef HAVE_SYS_MOUNT_H
15543 # include <sys/mount.h>
15545 #ifdef HAVE_SYS_VFS_H
15546 # include <sys/vfs.h>
15548 #ifdef HAVE_SYS_STATFS_H
15549 # include <sys/statfs.h>
15552 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15554 cat >>confdefs.h
<<_ACEOF
15555 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15562 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15563 #include <sys/statvfs.h>
15566 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15568 cat >>confdefs.h
<<_ACEOF
15569 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15576 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15577 #include <dirent.h>
15580 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15582 cat >>confdefs.h
<<_ACEOF
15583 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15590 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15591 #ifdef HAVE_SYS_SOCKET_H
15592 # include <sys/socket.h>
15594 #ifdef HAVE_SYS_UN_H
15595 # include <sys/un.h>
15598 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15600 cat >>confdefs.h
<<_ACEOF
15601 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
15606 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
15607 #ifdef HAVE_SYS_SOCKET_H
15608 # include <sys/socket.h>
15610 #ifdef HAVE_SYS_UN_H
15611 # include <sys/un.h>
15614 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
15616 cat >>confdefs.h
<<_ACEOF
15617 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
15622 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
15623 #ifdef HAVE_SYS_SOCKET_H
15624 # include <sys/socket.h>
15626 #ifdef HAVE_SYS_UN_H
15627 # include <sys/un.h>
15630 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
15632 cat >>confdefs.h
<<_ACEOF
15633 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
15640 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
15641 #ifdef HAVE_SCSI_SG_H
15642 #include <scsi/sg.h>
15645 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
15647 cat >>confdefs.h
<<_ACEOF
15648 #define HAVE_SCSIREQ_T_CMD 1
15653 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>
15654 #ifdef HAVE_SCSI_SG_H
15655 #include <scsi/sg.h>
15658 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
15660 cat >>confdefs.h
<<_ACEOF
15661 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
15668 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
15670 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
15672 cat >>confdefs.h
<<_ACEOF
15673 #define HAVE_SIGINFO_T_SI_FD 1
15680 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
15681 #ifdef HAVE_SYS_MTIO_H
15682 #include <sys/mtio.h>
15685 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
15687 cat >>confdefs.h
<<_ACEOF
15688 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
15693 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
15694 #ifdef HAVE_SYS_MTIO_H
15695 #include <sys/mtio.h>
15698 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
15700 cat >>confdefs.h
<<_ACEOF
15701 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
15706 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
15707 #ifdef HAVE_SYS_MTIO_H
15708 #include <sys/mtio.h>
15711 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
15713 cat >>confdefs.h
<<_ACEOF
15714 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
15721 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
15722 #include <getopt.h>
15725 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
15727 cat >>confdefs.h
<<_ACEOF
15728 #define HAVE_STRUCT_OPTION_NAME 1
15735 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
15736 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
15738 cat >>confdefs.h
<<_ACEOF
15739 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15744 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
15745 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
15747 cat >>confdefs.h
<<_ACEOF
15748 #define HAVE_STRUCT_STAT_ST_MTIM 1
15753 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
15754 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
15756 cat >>confdefs.h
<<_ACEOF
15757 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
15762 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
15763 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
15765 cat >>confdefs.h
<<_ACEOF
15766 #define HAVE_STRUCT_STAT_ST_CTIM 1
15771 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
15772 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
15774 cat >>confdefs.h
<<_ACEOF
15775 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
15780 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
15781 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
15783 cat >>confdefs.h
<<_ACEOF
15784 #define HAVE_STRUCT_STAT_ST_ATIM 1
15789 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
15790 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
15792 cat >>confdefs.h
<<_ACEOF
15793 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
15798 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
15799 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
15801 cat >>confdefs.h
<<_ACEOF
15802 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
15807 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
15808 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
15810 cat >>confdefs.h
<<_ACEOF
15811 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
15816 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
15817 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
15819 cat >>confdefs.h
<<_ACEOF
15820 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
15825 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
15826 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
15828 cat >>confdefs.h
<<_ACEOF
15829 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
15834 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
15835 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
15837 cat >>confdefs.h
<<_ACEOF
15838 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
15845 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
15846 #include <sys/types.h>
15848 #ifdef HAVE_NETINET_IN_H
15849 #include <netinet/in.h>
15852 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
15854 cat >>confdefs.h
<<_ACEOF
15855 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
15862 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
15863 #include <resolv.h>
15866 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
15868 cat >>confdefs.h
<<_ACEOF
15869 #define HAVE_STRUCT___RES_STATE 1
15876 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
15877 #include <resolv.h>
15880 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
15882 cat >>confdefs.h
<<_ACEOF
15883 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
15890 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
15891 #include <sys/types.h>
15893 #ifdef HAVE_NETINET_IN_H
15894 # include <netinet/in.h>
15896 #ifdef HAVE_ARPA_NAMESER_H
15897 # include <arpa/nameser.h>
15900 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
15902 cat >>confdefs.h
<<_ACEOF
15903 #define HAVE_NS_MSG__MSG_PTR 1
15910 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
15911 #include <sys/types.h>
15913 #ifdef HAVE_NETINET_IP_H
15914 #include <netinet/ip.h>
15916 #ifdef HAVE_NETINET_IP_ICMP_H
15917 #include <netinet/ip_icmp.h>
15919 #ifdef HAVE_NETINET_ICMP_VAR_H
15920 #include <netinet/icmp_var.h>
15923 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
15925 cat >>confdefs.h
<<_ACEOF
15926 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
15933 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
15934 #include <sys/types.h>
15936 #ifdef HAVE_ALIAS_H
15939 #ifdef HAVE_SYS_SOCKET_H
15940 #include <sys/socket.h>
15942 #ifdef HAVE_SYS_SOCKETVAR_H
15943 #include <sys/socketvar.h>
15945 #ifdef HAVE_SYS_TIMEOUT_H
15946 #include <sys/timeout.h>
15948 #ifdef HAVE_NETINET_IN_H
15949 #include <netinet/in.h>
15951 #ifdef HAVE_NETINET_IN_SYSTM_H
15952 #include <netinet/in_systm.h>
15954 #ifdef HAVE_NETINET_IP_H
15955 #include <netinet/ip.h>
15957 #ifdef HAVE_NETINET_IP_VAR_H
15958 #include <netinet/ip_var.h>
15960 #ifdef HAVE_NETINET_IP_ICMP_H
15961 #include <netinet/ip_icmp.h>
15963 #ifdef HAVE_NETINET_ICMP_VAR_H
15964 #include <netinet/icmp_var.h>
15967 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
15969 cat >>confdefs.h
<<_ACEOF
15970 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
15977 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
15978 #include <sys/types.h>
15980 #ifdef HAVE_SYS_SOCKETVAR_H
15981 #include <sys/socketvar.h>
15983 #ifdef HAVE_NETINET_IN_H
15984 #include <netinet/in.h>
15986 #ifdef HAVE_NETINET_IP_VAR_H
15987 #include <netinet/ip_var.h>
15990 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
15992 cat >>confdefs.h
<<_ACEOF
15993 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16000 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
16001 #include <netinet/ip_var.h>
16004 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16006 cat >>confdefs.h
<<_ACEOF
16007 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16014 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16015 #include <sys/types.h>
16017 #ifdef HAVE_SYS_SOCKETVAR_H
16018 #include <sys/socketvar.h>
16020 #ifdef HAVE_NETINET_IN_H
16021 #include <netinet/in.h>
16023 #ifdef HAVE_NETINET_TCP_H
16024 #include <netinet/tcp.h>
16026 #ifdef HAVE_NETINET_TCP_VAR_H
16027 #include <netinet/tcp_var.h>
16030 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16032 cat >>confdefs.h
<<_ACEOF
16033 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16040 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
16041 #include <netinet/tcp_var.h>
16044 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16046 cat >>confdefs.h
<<_ACEOF
16047 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16054 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16055 #include <sys/types.h>
16057 #ifdef HAVE_NETINET_IN_H
16058 #include <netinet/in.h>
16060 #ifdef HAVE_NETINET_IP_VAR_H
16061 #include <netinet/ip_var.h>
16063 #ifdef HAVE_NETINET_UDP_H
16064 #include <netinet/udp.h>
16066 #ifdef HAVE_NETINET_UDP_VAR_H
16067 #include <netinet/udp_var.h>
16070 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16072 cat >>confdefs.h
<<_ACEOF
16073 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16080 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16081 #include <sys/types.h>
16083 #ifdef HAVE_NET_IF_H
16084 # include <net/if.h>
16087 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16089 cat >>confdefs.h
<<_ACEOF
16090 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16098 $as_echo_n "checking for timezone variable... " >&6; }
16099 if ${ac_cv_have_timezone+:} false
; then :
16100 $as_echo_n "(cached) " >&6
16102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16103 /* end confdefs.h. */
16113 if ac_fn_c_try_link
"$LINENO"; then :
16114 ac_cv_have_timezone
="yes"
16116 ac_cv_have_timezone
="no"
16118 rm -f core conftest.err conftest.
$ac_objext \
16119 conftest
$ac_exeext conftest.
$ac_ext
16121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16122 $as_echo "$ac_cv_have_timezone" >&6; }
16123 if test "$ac_cv_have_timezone" = "yes"
16126 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16130 $as_echo_n "checking for daylight variable... " >&6; }
16131 if ${ac_cv_have_daylight+:} false
; then :
16132 $as_echo_n "(cached) " >&6
16134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16135 /* end confdefs.h. */
16145 if ac_fn_c_try_link
"$LINENO"; then :
16146 ac_cv_have_daylight
="yes"
16148 ac_cv_have_daylight
="no"
16150 rm -f core conftest.err conftest.
$ac_objext \
16151 conftest
$ac_exeext conftest.
$ac_ext
16153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16154 $as_echo "$ac_cv_have_daylight" >&6; }
16155 if test "$ac_cv_have_daylight" = "yes"
16158 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16162 ac_save_LIBS
="$LIBS"
16164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16165 $as_echo_n "checking for isfinite... " >&6; }
16166 if ${ac_cv_have_isfinite+:} false
; then :
16167 $as_echo_n "(cached) " >&6
16169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16170 /* end confdefs.h. */
16171 #define _GNU_SOURCE
16176 float f = 0.0; return isfinite(f)
16181 if ac_fn_c_try_link
"$LINENO"; then :
16182 ac_cv_have_isfinite
="yes"
16184 ac_cv_have_isfinite
="no"
16186 rm -f core conftest.err conftest.
$ac_objext \
16187 conftest
$ac_exeext conftest.
$ac_ext
16189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16190 $as_echo "$ac_cv_have_isfinite" >&6; }
16191 if test "$ac_cv_have_isfinite" = "yes"
16194 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16198 ac_save_LIBS
="$LIBS"
16200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16201 $as_echo_n "checking for isinf... " >&6; }
16202 if ${ac_cv_have_isinf+:} false
; then :
16203 $as_echo_n "(cached) " >&6
16205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16206 /* end confdefs.h. */
16211 float f = 0.0; return isinf(f)
16216 if ac_fn_c_try_link
"$LINENO"; then :
16217 ac_cv_have_isinf
="yes"
16219 ac_cv_have_isinf
="no"
16221 rm -f core conftest.err conftest.
$ac_objext \
16222 conftest
$ac_exeext conftest.
$ac_ext
16224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16225 $as_echo "$ac_cv_have_isinf" >&6; }
16226 if test "$ac_cv_have_isinf" = "yes"
16229 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16234 $as_echo_n "checking for isnan... " >&6; }
16235 if ${ac_cv_have_isnan+:} false
; then :
16236 $as_echo_n "(cached) " >&6
16238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16239 /* end confdefs.h. */
16244 float f = 0.0; return isnan(f)
16249 if ac_fn_c_try_link
"$LINENO"; then :
16250 ac_cv_have_isnan
="yes"
16252 ac_cv_have_isnan
="no"
16254 rm -f core conftest.err conftest.
$ac_objext \
16255 conftest
$ac_exeext conftest.
$ac_ext
16257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16258 $as_echo "$ac_cv_have_isnan" >&6; }
16259 if test "$ac_cv_have_isnan" = "yes"
16262 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16265 LIBS
="$ac_save_LIBS"
16269 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16270 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16271 if ${ac_cv_cpp_def___i386__+:} false
; then :
16272 $as_echo_n "(cached) " >&6
16274 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16275 /* end confdefs.h. */
16280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16281 $EGREP "yes" >/dev
/null
2>&1; then :
16282 ac_cv_cpp_def___i386__
=yes
16284 ac_cv_cpp_def___i386__
=no
16289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16290 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16291 if test $ac_cv_cpp_def___i386__ = yes; then :
16292 CFLAGS
="$CFLAGS -D__i386__"
16293 LINTFLAGS
="$LINTFLAGS -D__i386__"
16295 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16296 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16297 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16298 $as_echo_n "(cached) " >&6
16300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16301 /* end confdefs.h. */
16306 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16307 $EGREP "yes" >/dev
/null
2>&1; then :
16308 ac_cv_cpp_def___x86_64__
=yes
16310 ac_cv_cpp_def___x86_64__
=no
16315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16316 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16317 if test $ac_cv_cpp_def___x86_64__ = yes; then :
16318 CFLAGS
="$CFLAGS -D__x86_64__"
16319 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16321 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16322 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16323 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16324 $as_echo_n "(cached) " >&6
16326 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16327 /* end confdefs.h. */
16328 #ifndef __sparc64__
16332 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16333 $EGREP "yes" >/dev
/null
2>&1; then :
16334 ac_cv_cpp_def___sparc64__
=yes
16336 ac_cv_cpp_def___sparc64__
=no
16341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16342 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16343 if test $ac_cv_cpp_def___sparc64__ = yes; then :
16344 CFLAGS
="$CFLAGS -D__sparc64__"
16345 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16347 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16348 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16349 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16350 $as_echo_n "(cached) " >&6
16352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16353 /* end confdefs.h. */
16358 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16359 $EGREP "yes" >/dev
/null
2>&1; then :
16360 ac_cv_cpp_def___sparc__
=yes
16362 ac_cv_cpp_def___sparc__
=no
16367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16368 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16369 if test $ac_cv_cpp_def___sparc__ = yes; then :
16370 CFLAGS
="$CFLAGS -D__sparc__"
16371 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16373 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16374 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16375 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16376 $as_echo_n "(cached) " >&6
16378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16379 /* end confdefs.h. */
16380 #ifndef __powerpc64__
16384 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16385 $EGREP "yes" >/dev
/null
2>&1; then :
16386 ac_cv_cpp_def___powerpc64__
=yes
16388 ac_cv_cpp_def___powerpc64__
=no
16393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16394 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16395 if test $ac_cv_cpp_def___powerpc64__ = yes; then :
16396 CFLAGS
="$CFLAGS -D__powerpc64__"
16397 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16399 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16400 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16401 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16402 $as_echo_n "(cached) " >&6
16404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16405 /* end confdefs.h. */
16406 #ifndef __powerpc__
16410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16411 $EGREP "yes" >/dev
/null
2>&1; then :
16412 ac_cv_cpp_def___powerpc__
=yes
16414 ac_cv_cpp_def___powerpc__
=no
16419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16420 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16421 if test $ac_cv_cpp_def___powerpc__ = yes; then :
16422 CFLAGS
="$CFLAGS -D__powerpc__"
16423 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16425 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16426 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16427 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16428 $as_echo_n "(cached) " >&6
16430 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16431 /* end confdefs.h. */
16432 #ifndef __aarch64__
16436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16437 $EGREP "yes" >/dev
/null
2>&1; then :
16438 ac_cv_cpp_def___aarch64__
=yes
16440 ac_cv_cpp_def___aarch64__
=no
16445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16446 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16447 if test $ac_cv_cpp_def___aarch64__ = yes; then :
16448 CFLAGS
="$CFLAGS -D__aarch64__"
16449 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16451 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16452 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16453 if ${ac_cv_cpp_def___arm__+:} false
; then :
16454 $as_echo_n "(cached) " >&6
16456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16457 /* end confdefs.h. */
16462 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16463 $EGREP "yes" >/dev
/null
2>&1; then :
16464 ac_cv_cpp_def___arm__
=yes
16466 ac_cv_cpp_def___arm__
=no
16471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16472 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16473 if test $ac_cv_cpp_def___arm__ = yes; then :
16474 CFLAGS
="$CFLAGS -D__arm__"
16475 LINTFLAGS
="$LINTFLAGS -D__arm__"
16479 case $host_vendor in
16480 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16481 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16482 if ${ac_cv_cpp_def___sun__+:} false
; then :
16483 $as_echo_n "(cached) " >&6
16485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16486 /* end confdefs.h. */
16491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16492 $EGREP "yes" >/dev
/null
2>&1; then :
16493 ac_cv_cpp_def___sun__
=yes
16495 ac_cv_cpp_def___sun__
=no
16500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16501 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16502 if test $ac_cv_cpp_def___sun__ = yes; then :
16503 CFLAGS
="$CFLAGS -D__sun__"
16504 LINTFLAGS
="$LINTFLAGS -D__sun__"
16512 ac_config_commands
="$ac_config_commands include/stamp-h"
16514 $as_echo_n "creating Makefile rules..." >&6
16517 wine_fn_append_rule
"
16518 # Rules automatically generated by configure
16523 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status
16524 @./config.status Make.tmp Makefile"
16526 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
16527 .gitignore: config.status
16528 @./config.status .gitignore"
16530 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
16531 @echo \"crosstest is not supported (mingw not installed?)\" && false"
16533 if test "x$enable_fonts" != xno
; then
16534 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
16535 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
16536 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
16537 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
16538 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
16540 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
16541 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
16542 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
16543 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
16544 ac_config_links
="$ac_config_links wine:tools/winewrapper"
16545 wine_fn_config_symlink wine
16546 if test "x$enable_win64" != xno
; then
16547 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
16548 wine_fn_config_symlink wine64
16551 wine_fn_config_makerules Make.rules
16552 MAKE_RULES
=Make.rules
16553 ac_config_files
="$ac_config_files Make.rules"
16556 wine_fn_config_dll acledit enable_acledit
16557 wine_fn_config_dll aclui enable_aclui implib
16558 wine_fn_config_dll activeds enable_activeds implib
16559 wine_fn_config_dll actxprxy enable_actxprxy clean
16560 wine_fn_config_lib adsiid
16561 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
16562 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
16563 wine_fn_config_dll advpack enable_advpack implib
16564 wine_fn_config_test dlls
/advpack
/tests advpack_test
16565 wine_fn_config_dll amstream enable_amstream clean
16566 wine_fn_config_test dlls
/amstream
/tests amstream_test
16567 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
16568 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
16569 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
16570 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
16571 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
16572 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
16573 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
16574 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
16575 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
16576 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
16577 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
16578 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
16579 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
16580 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
16581 wine_fn_config_dll apphelp enable_apphelp
16582 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
16583 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
16584 wine_fn_config_dll atl enable_atl clean
,implib
16585 wine_fn_config_test dlls
/atl
/tests atl_test
16586 wine_fn_config_dll atl100 enable_atl100 implib
16587 wine_fn_config_test dlls
/atl100
/tests atl100_test
16588 wine_fn_config_dll atl110 enable_atl110
16589 wine_fn_config_dll atl80 enable_atl80 implib
16590 wine_fn_config_test dlls
/atl80
/tests atl80_test
16591 wine_fn_config_dll atl90 enable_atl90
16592 wine_fn_config_dll authz enable_authz
16593 wine_fn_config_dll avicap32 enable_avicap32 implib
16594 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
16595 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
16596 wine_fn_config_dll avifile.dll16 enable_win16
16597 wine_fn_config_dll avrt enable_avrt implib
16598 wine_fn_config_dll bcrypt enable_bcrypt
16599 wine_fn_config_dll browseui enable_browseui clean
,po
16600 wine_fn_config_test dlls
/browseui
/tests browseui_test
16601 wine_fn_config_dll cabinet enable_cabinet implib
16602 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
16603 wine_fn_config_dll capi2032 enable_capi2032 implib
16604 wine_fn_config_dll cards enable_cards implib
16605 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
16606 wine_fn_config_dll clusapi enable_clusapi implib
16607 wine_fn_config_dll comcat enable_comcat
16608 wine_fn_config_test dlls
/comcat
/tests comcat_test
16609 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
16610 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
16611 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
16612 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
16613 wine_fn_config_dll
comm.drv16 enable_win16
16614 wine_fn_config_dll commdlg.dll16 enable_win16
16615 wine_fn_config_dll compobj.dll16 enable_win16
16616 wine_fn_config_dll compstui enable_compstui implib
16617 wine_fn_config_dll comsvcs enable_comsvcs implib
16618 wine_fn_config_dll credui enable_credui implib
,po
16619 wine_fn_config_test dlls
/credui
/tests credui_test
16620 wine_fn_config_dll crtdll enable_crtdll implib
16621 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
16622 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
16623 wine_fn_config_dll cryptdlg enable_cryptdlg po
16624 wine_fn_config_dll cryptdll enable_cryptdll implib
16625 wine_fn_config_dll cryptnet enable_cryptnet implib
16626 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
16627 wine_fn_config_dll cryptui enable_cryptui implib
,po
16628 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
16629 wine_fn_config_dll ctapi32 enable_ctapi32
16630 wine_fn_config_dll ctl3d.dll16 enable_win16
16631 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
16632 wine_fn_config_dll ctl3dv2.dll16 enable_win16
16633 wine_fn_config_dll d3d10 enable_d3d10 implib
16634 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
16635 wine_fn_config_dll d3d10core enable_d3d10core implib
16636 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
16637 wine_fn_config_dll d3d11 enable_d3d11
16638 wine_fn_config_dll d3d8 enable_d3d8 implib
16639 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
16640 wine_fn_config_dll d3d9 enable_d3d9 implib
16641 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
16642 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
16643 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
16644 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
16645 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
16646 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
16647 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
16648 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
16649 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
16650 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
16651 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
16652 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
16653 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
16654 wine_fn_config_dll d3dim enable_d3dim implib
16655 wine_fn_config_dll d3drm enable_d3drm implib
16656 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
16657 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
16658 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
16659 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
16660 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
16661 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
16662 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
16663 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
16664 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
16665 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
16666 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
16667 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
16668 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
16669 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
16670 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
16671 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
16672 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
16673 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
16674 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
16675 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
16676 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
16677 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
16678 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
16679 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
16680 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
16681 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
16682 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
16683 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
16684 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
16685 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
16686 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
16687 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
16688 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
16689 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
16690 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
16691 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
16692 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
16693 wine_fn_config_dll dbgeng enable_dbgeng implib
16694 wine_fn_config_dll dbghelp enable_dbghelp implib
16695 wine_fn_config_dll dciman32 enable_dciman32 implib
16696 wine_fn_config_dll ddeml.dll16 enable_win16
16697 wine_fn_config_dll ddraw enable_ddraw clean
,implib
16698 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
16699 wine_fn_config_dll ddrawex enable_ddrawex clean
16700 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
16701 wine_fn_config_dll devenum enable_devenum clean
,po
16702 wine_fn_config_test dlls
/devenum
/tests devenum_test
16703 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
16704 wine_fn_config_dll difxapi enable_difxapi
16705 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
16706 wine_fn_config_test dlls
/dinput
/tests dinput_test
16707 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
16708 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
16709 wine_fn_config_dll dispdib.dll16 enable_win16
16710 wine_fn_config_dll dispex enable_dispex clean
16711 wine_fn_config_test dlls
/dispex
/tests dispex_test
16712 wine_fn_config_dll display.drv16 enable_win16
16713 wine_fn_config_dll dmband enable_dmband clean
16714 wine_fn_config_test dlls
/dmband
/tests dmband_test
16715 wine_fn_config_dll dmcompos enable_dmcompos clean
16716 wine_fn_config_dll dmime enable_dmime clean
16717 wine_fn_config_test dlls
/dmime
/tests dmime_test
16718 wine_fn_config_dll dmloader enable_dmloader clean
16719 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
16720 wine_fn_config_dll dmscript enable_dmscript clean
16721 wine_fn_config_dll dmstyle enable_dmstyle clean
16722 wine_fn_config_dll dmsynth enable_dmsynth clean
16723 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
16724 wine_fn_config_dll dmusic enable_dmusic clean
16725 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
16726 wine_fn_config_dll dmusic32 enable_dmusic32 implib
16727 wine_fn_config_dll dnsapi enable_dnsapi implib
16728 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
16729 wine_fn_config_dll dplay enable_dplay implib
16730 wine_fn_config_dll dplayx enable_dplayx clean
,implib
16731 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
16732 wine_fn_config_dll dpnaddr enable_dpnaddr
16733 wine_fn_config_dll dpnet enable_dpnet clean
,implib
16734 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
16735 wine_fn_config_dll dpnhpast enable_dpnhpast
16736 wine_fn_config_dll dpnlobby enable_dpnlobby
16737 wine_fn_config_dll dpwsockx enable_dpwsockx
16738 wine_fn_config_dll drmclien enable_drmclien
16739 wine_fn_config_dll dsound enable_dsound clean
,implib
16740 wine_fn_config_test dlls
/dsound
/tests dsound_test
16741 wine_fn_config_dll dssenh enable_dssenh
16742 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
16743 wine_fn_config_dll dswave enable_dswave clean
16744 wine_fn_config_dll dwmapi enable_dwmapi implib
16745 wine_fn_config_dll dwrite enable_dwrite implib
16746 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
16747 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
16748 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
16749 wine_fn_config_lib dxerr8
16750 wine_fn_config_lib dxerr9
16751 wine_fn_config_dll dxgi enable_dxgi implib
16752 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
16753 wine_fn_config_lib dxguid
16754 wine_fn_config_dll explorerframe enable_explorerframe clean
16755 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
16756 wine_fn_config_dll faultrep enable_faultrep implib
16757 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
16758 wine_fn_config_dll fltlib enable_fltlib
16759 wine_fn_config_dll fusion enable_fusion
16760 wine_fn_config_test dlls
/fusion
/tests fusion_test
16761 wine_fn_config_dll fwpuclnt enable_fwpuclnt
16762 wine_fn_config_dll gameux enable_gameux clean
16763 wine_fn_config_test dlls
/gameux
/tests gameux_test
16764 wine_fn_config_dll gdi.exe16 enable_win16
16765 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
16766 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
16767 wine_fn_config_dll gdiplus enable_gdiplus implib
16768 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
16769 wine_fn_config_dll glu32 enable_glu32 implib
16770 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
16771 wine_fn_config_dll gpkcsp enable_gpkcsp
16772 wine_fn_config_dll hal enable_hal
16773 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
16774 wine_fn_config_dll hid enable_hid implib
16775 wine_fn_config_dll hlink enable_hlink clean
,implib
16776 wine_fn_config_test dlls
/hlink
/tests hlink_test
16777 wine_fn_config_dll hnetcfg enable_hnetcfg clean
16778 wine_fn_config_dll httpapi enable_httpapi
16779 wine_fn_config_dll iccvid enable_iccvid po
16780 wine_fn_config_dll icmp enable_icmp
16781 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
16782 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
16783 wine_fn_config_dll ifsmgr.vxd enable_win16
16784 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
16785 wine_fn_config_dll imagehlp enable_imagehlp implib
16786 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
16787 wine_fn_config_dll imm.dll16 enable_win16
16788 wine_fn_config_dll imm32 enable_imm32 implib
16789 wine_fn_config_test dlls
/imm32
/tests imm32_test
16790 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
16791 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
16792 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
16793 wine_fn_config_dll inetmib1 enable_inetmib1
16794 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
16795 wine_fn_config_dll infosoft enable_infosoft clean
16796 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
16797 wine_fn_config_dll initpki enable_initpki
16798 wine_fn_config_dll inkobj enable_inkobj
16799 wine_fn_config_dll inseng enable_inseng clean
16800 wine_fn_config_dll iphlpapi enable_iphlpapi implib
16801 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
16802 wine_fn_config_dll itircl enable_itircl
16803 wine_fn_config_dll itss enable_itss clean
16804 wine_fn_config_test dlls
/itss
/tests itss_test
16805 wine_fn_config_dll joy.cpl enable_joy_cpl po
16806 wine_fn_config_dll jscript enable_jscript clean
,po
16807 wine_fn_config_test dlls
/jscript
/tests jscript_test
16808 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
16809 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
16810 wine_fn_config_dll keyboard.drv16 enable_win16
16811 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
16812 wine_fn_config_dll ktmw32 enable_ktmw32
16813 wine_fn_config_dll loadperf enable_loadperf implib
16814 wine_fn_config_dll localspl enable_localspl po
16815 wine_fn_config_test dlls
/localspl
/tests localspl_test
16816 wine_fn_config_dll localui enable_localui po
16817 wine_fn_config_test dlls
/localui
/tests localui_test
16818 wine_fn_config_dll lz32 enable_lz32 implib
16819 wine_fn_config_test dlls
/lz32
/tests lz32_test
16820 wine_fn_config_dll lzexpand.dll16 enable_win16
16821 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
16822 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
16823 wine_fn_config_dll mapistub enable_mapistub
16824 wine_fn_config_dll mciavi32 enable_mciavi32
16825 wine_fn_config_dll mcicda enable_mcicda
16826 wine_fn_config_dll mciqtz32 enable_mciqtz32
16827 wine_fn_config_dll mciseq enable_mciseq
16828 wine_fn_config_dll mciwave enable_mciwave
16829 wine_fn_config_dll mgmtapi enable_mgmtapi
16830 wine_fn_config_dll midimap enable_midimap
16831 wine_fn_config_dll mlang enable_mlang clean
,implib
16832 wine_fn_config_test dlls
/mlang
/tests mlang_test
16833 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
16834 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
16835 wine_fn_config_dll mmdevapi enable_mmdevapi clean
16836 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
16837 wine_fn_config_dll mmdevldr.vxd enable_win16
16838 wine_fn_config_dll mmsystem.dll16 enable_win16
16839 wine_fn_config_dll monodebg.vxd enable_win16
16840 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
16841 wine_fn_config_dll mouse.drv16 enable_win16
16842 wine_fn_config_dll mpr enable_mpr implib
,po
16843 wine_fn_config_test dlls
/mpr
/tests mpr_test
16844 wine_fn_config_dll mprapi enable_mprapi implib
16845 wine_fn_config_dll msacm.dll16 enable_win16
16846 wine_fn_config_dll msacm32.drv enable_msacm32_drv
16847 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
16848 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
16849 wine_fn_config_dll msadp32.acm enable_msadp32_acm
16850 wine_fn_config_dll mscat32 enable_mscat32
16851 wine_fn_config_dll mscms enable_mscms implib
16852 wine_fn_config_test dlls
/mscms
/tests mscms_test
16853 wine_fn_config_dll mscoree enable_mscoree clean
16854 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
16855 wine_fn_config_dll msctf enable_msctf clean
16856 wine_fn_config_test dlls
/msctf
/tests msctf_test
16857 wine_fn_config_dll msdaps enable_msdaps clean
16858 wine_fn_config_dll msdmo enable_msdmo implib
16859 wine_fn_config_dll msftedit enable_msftedit
16860 wine_fn_config_dll msg711.acm enable_msg711_acm
16861 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
16862 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
16863 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
16864 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
16865 wine_fn_config_dll msi enable_msi clean
,implib
,po
16866 wine_fn_config_test dlls
/msi
/tests msi_test
16867 wine_fn_config_dll msident enable_msident clean
16868 wine_fn_config_dll msimg32 enable_msimg32 implib
16869 wine_fn_config_dll msimsg enable_msimsg
16870 wine_fn_config_dll msimtf enable_msimtf clean
16871 wine_fn_config_dll msisip enable_msisip
16872 wine_fn_config_dll msisys.ocx enable_msisys_ocx
16873 wine_fn_config_dll msls31 enable_msls31
16874 wine_fn_config_dll msnet32 enable_msnet32
16875 wine_fn_config_dll mspatcha enable_mspatcha
16876 wine_fn_config_dll msrle32 enable_msrle32 po
16877 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
16878 wine_fn_config_dll mssign32 enable_mssign32
16879 wine_fn_config_dll mssip32 enable_mssip32
16880 wine_fn_config_dll mstask enable_mstask clean
16881 wine_fn_config_test dlls
/mstask
/tests mstask_test
16882 wine_fn_config_dll msvcirt enable_msvcirt
16883 wine_fn_config_dll msvcm80 enable_msvcm80
16884 wine_fn_config_dll msvcm90 enable_msvcm90
16885 wine_fn_config_dll msvcp100 enable_msvcp100
16886 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
16887 wine_fn_config_dll msvcp110 enable_msvcp110
16888 wine_fn_config_dll msvcp60 enable_msvcp60
16889 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
16890 wine_fn_config_dll msvcp70 enable_msvcp70
16891 wine_fn_config_dll msvcp71 enable_msvcp71
16892 wine_fn_config_dll msvcp80 enable_msvcp80
16893 wine_fn_config_dll msvcp90 enable_msvcp90
16894 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
16895 wine_fn_config_dll msvcr100 enable_msvcr100 implib
16896 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
16897 wine_fn_config_dll msvcr110 enable_msvcr110 implib
16898 wine_fn_config_dll msvcr70 enable_msvcr70 implib
16899 wine_fn_config_dll msvcr71 enable_msvcr71 implib
16900 wine_fn_config_dll msvcr80 enable_msvcr80 implib
16901 wine_fn_config_dll msvcr90 enable_msvcr90 implib
16902 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
16903 wine_fn_config_dll msvcrt enable_msvcrt implib
16904 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
16905 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
16906 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
16907 wine_fn_config_dll msvcrtd enable_msvcrtd implib
16908 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
16909 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
16910 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
16911 wine_fn_config_dll msvidc32 enable_msvidc32 po
16912 wine_fn_config_dll msvideo.dll16 enable_win16
16913 wine_fn_config_dll mswsock enable_mswsock implib
16914 wine_fn_config_dll msxml enable_msxml clean
16915 wine_fn_config_dll msxml2 enable_msxml2 clean
16916 wine_fn_config_dll msxml3 enable_msxml3 clean
16917 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
16918 wine_fn_config_dll msxml4 enable_msxml4 clean
16919 wine_fn_config_dll msxml6 enable_msxml6 clean
16920 wine_fn_config_dll nddeapi enable_nddeapi implib
16921 wine_fn_config_dll netapi32 enable_netapi32 implib
16922 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
16923 wine_fn_config_dll netcfgx enable_netcfgx
16924 wine_fn_config_dll newdev enable_newdev implib
16925 wine_fn_config_dll normaliz enable_normaliz implib
16926 wine_fn_config_dll npmshtml enable_npmshtml
16927 wine_fn_config_dll ntdll enable_ntdll implib
16928 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
16929 wine_fn_config_dll ntdsapi enable_ntdsapi implib
16930 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
16931 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
16932 wine_fn_config_dll ntprint enable_ntprint
16933 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
16934 wine_fn_config_dll objsel enable_objsel clean
16935 wine_fn_config_dll odbc32 enable_odbc32 implib
16936 wine_fn_config_dll odbccp32 enable_odbccp32 implib
16937 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
16938 wine_fn_config_dll odbccu32 enable_odbccu32
16939 wine_fn_config_dll ole2.dll16 enable_win16
16940 wine_fn_config_dll ole2conv.dll16 enable_win16
16941 wine_fn_config_dll ole2disp.dll16 enable_win16
16942 wine_fn_config_dll ole2nls.dll16 enable_win16
16943 wine_fn_config_dll ole2prox.dll16 enable_win16
16944 wine_fn_config_dll ole2thk.dll16 enable_win16
16945 wine_fn_config_dll ole32 enable_ole32 clean
,implib
16946 wine_fn_config_test dlls
/ole32
/tests ole32_test
16947 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
16948 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
16949 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
16950 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
16951 wine_fn_config_dll olecli.dll16 enable_win16
16952 wine_fn_config_dll olecli32 enable_olecli32 implib
16953 wine_fn_config_dll oledb32 enable_oledb32 clean
16954 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
16955 wine_fn_config_dll oledlg enable_oledlg implib
,po
16956 wine_fn_config_dll olepro32 enable_olepro32 implib
16957 wine_fn_config_dll olesvr.dll16 enable_win16
16958 wine_fn_config_dll olesvr32 enable_olesvr32 implib
16959 wine_fn_config_dll olethk32 enable_olethk32
16960 wine_fn_config_dll openal32 enable_openal32
16961 wine_fn_config_dll opencl enable_opencl
16962 wine_fn_config_dll opengl32 enable_opengl32 implib
16963 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
16964 wine_fn_config_dll pdh enable_pdh implib
16965 wine_fn_config_test dlls
/pdh
/tests pdh_test
16966 wine_fn_config_dll photometadatahandler enable_photometadatahandler
16967 wine_fn_config_dll pidgen enable_pidgen
16968 wine_fn_config_dll powrprof enable_powrprof implib
16969 wine_fn_config_dll printui enable_printui
16970 wine_fn_config_dll propsys enable_propsys clean
,implib
16971 wine_fn_config_test dlls
/propsys
/tests propsys_test
16972 wine_fn_config_dll psapi enable_psapi implib
16973 wine_fn_config_test dlls
/psapi
/tests psapi_test
16974 wine_fn_config_dll pstorec enable_pstorec clean
16975 wine_fn_config_dll qcap enable_qcap
16976 wine_fn_config_test dlls
/qcap
/tests qcap_test
16977 wine_fn_config_dll qedit enable_qedit clean
16978 wine_fn_config_test dlls
/qedit
/tests qedit_test
16979 wine_fn_config_dll qmgr enable_qmgr clean
16980 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
16981 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
16982 wine_fn_config_dll quartz enable_quartz clean
,implib
16983 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
16984 wine_fn_config_dll query enable_query
16985 wine_fn_config_dll rasapi16.dll16 enable_win16
16986 wine_fn_config_dll rasapi32 enable_rasapi32 implib
16987 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
16988 wine_fn_config_dll rasdlg enable_rasdlg implib
16989 wine_fn_config_dll regapi enable_regapi
16990 wine_fn_config_dll resutils enable_resutils implib
16991 wine_fn_config_dll riched20 enable_riched20 implib
16992 wine_fn_config_test dlls
/riched20
/tests riched20_test
16993 wine_fn_config_dll riched32 enable_riched32
16994 wine_fn_config_test dlls
/riched32
/tests riched32_test
16995 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
16996 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
16997 wine_fn_config_dll rsabase enable_rsabase
16998 wine_fn_config_dll rsaenh enable_rsaenh implib
16999 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17000 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17001 wine_fn_config_dll rtutils enable_rtutils implib
17002 wine_fn_config_dll samlib enable_samlib
17003 wine_fn_config_dll sane.ds enable_sane_ds po
17004 wine_fn_config_dll scarddlg enable_scarddlg
17005 wine_fn_config_dll sccbase enable_sccbase
17006 wine_fn_config_dll schannel enable_schannel
17007 wine_fn_config_test dlls
/schannel
/tests schannel_test
17008 wine_fn_config_dll scrrun enable_scrrun clean
17009 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17010 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17011 wine_fn_config_dll secur32 enable_secur32 implib
17012 wine_fn_config_test dlls
/secur32
/tests secur32_test
17013 wine_fn_config_dll security enable_security
17014 wine_fn_config_dll sensapi enable_sensapi implib
17015 wine_fn_config_dll serialui enable_serialui implib
,po
17016 wine_fn_config_test dlls
/serialui
/tests serialui_test
17017 wine_fn_config_dll setupapi enable_setupapi implib
,po
17018 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17019 wine_fn_config_dll setupx.dll16 enable_win16
17020 wine_fn_config_dll sfc enable_sfc implib
17021 wine_fn_config_dll sfc_os enable_sfc_os implib
17022 wine_fn_config_dll shdoclc enable_shdoclc po
17023 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17024 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17025 wine_fn_config_dll shell.dll16 enable_win16
17026 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17027 wine_fn_config_test dlls
/shell32
/tests shell32_test
17028 wine_fn_config_dll shfolder enable_shfolder implib
17029 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17030 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17031 wine_fn_config_dll slbcsp enable_slbcsp
17032 wine_fn_config_dll slc enable_slc implib
17033 wine_fn_config_dll snmpapi enable_snmpapi implib
17034 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17035 wine_fn_config_dll softpub enable_softpub
17036 wine_fn_config_dll sound.drv16 enable_win16
17037 wine_fn_config_dll spoolss enable_spoolss implib
17038 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17039 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17040 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17041 wine_fn_config_dll sti enable_sti clean
,implib
17042 wine_fn_config_test dlls
/sti
/tests sti_test
17043 wine_fn_config_dll storage.dll16 enable_win16
17044 wine_fn_config_dll stress.dll16 enable_win16
17045 wine_fn_config_lib strmbase
17046 wine_fn_config_lib strmiids
17047 wine_fn_config_dll svrapi enable_svrapi
17048 wine_fn_config_dll sxs enable_sxs implib
17049 wine_fn_config_test dlls
/sxs
/tests sxs_test
17050 wine_fn_config_dll system.drv16 enable_win16
17051 wine_fn_config_dll t2embed enable_t2embed
17052 wine_fn_config_dll tapi32 enable_tapi32 implib
17053 wine_fn_config_dll taskschd enable_taskschd clean
17054 wine_fn_config_dll toolhelp.dll16 enable_win16
17055 wine_fn_config_dll traffic enable_traffic
17056 wine_fn_config_dll twain.dll16 enable_win16
17057 wine_fn_config_dll twain_32 enable_twain_32
17058 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17059 wine_fn_config_dll typelib.dll16 enable_win16
17060 wine_fn_config_dll unicows enable_unicows implib
17061 wine_fn_config_dll updspapi enable_updspapi
17062 wine_fn_config_dll url enable_url implib
17063 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17064 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17065 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17066 wine_fn_config_dll user.exe16 enable_win16
17067 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17068 wine_fn_config_test dlls
/user32
/tests user32_test
17069 wine_fn_config_dll userenv enable_userenv implib
17070 wine_fn_config_test dlls
/userenv
/tests userenv_test
17071 wine_fn_config_dll usp10 enable_usp10 implib
17072 wine_fn_config_test dlls
/usp10
/tests usp10_test
17073 wine_fn_config_lib uuid
17074 wine_fn_config_dll uxtheme enable_uxtheme implib
17075 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17076 wine_fn_config_dll vbscript enable_vbscript clean
17077 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17078 wine_fn_config_dll vcomp enable_vcomp
17079 wine_fn_config_dll vcomp100 enable_vcomp100
17080 wine_fn_config_dll vcomp90 enable_vcomp90
17081 wine_fn_config_dll vdhcp.vxd enable_win16
17082 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17083 wine_fn_config_dll ver.dll16 enable_win16
17084 wine_fn_config_dll version enable_version implib
17085 wine_fn_config_test dlls
/version
/tests version_test
17086 wine_fn_config_dll vmm.vxd enable_win16
17087 wine_fn_config_dll vnbt.vxd enable_win16
17088 wine_fn_config_dll vnetbios.vxd enable_win16
17089 wine_fn_config_dll vtdapi.vxd enable_win16
17090 wine_fn_config_dll vwin32.vxd enable_win16
17091 wine_fn_config_dll w32skrnl enable_win16
17092 wine_fn_config_dll w32sys.dll16 enable_win16
17093 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17094 wine_fn_config_dll wbemprox enable_wbemprox clean
17095 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17096 wine_fn_config_dll webservices enable_webservices implib
17097 wine_fn_config_dll wer enable_wer implib
17098 wine_fn_config_test dlls
/wer
/tests wer_test
17099 wine_fn_config_dll wevtapi enable_wevtapi
17100 wine_fn_config_dll wiaservc enable_wiaservc clean
17101 wine_fn_config_dll win32s16.dll16 enable_win16
17102 wine_fn_config_dll win87em.dll16 enable_win16
17103 wine_fn_config_dll winaspi.dll16 enable_win16
17104 wine_fn_config_dll windebug.dll16 enable_win16
17105 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17106 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17107 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17108 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17109 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17110 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17111 wine_fn_config_lib winecrt0
17112 wine_fn_config_dll wined3d enable_wined3d implib
17113 wine_fn_config_dll winegstreamer enable_winegstreamer
17114 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17115 wine_fn_config_dll winemac.drv enable_winemac_drv
17116 wine_fn_config_dll winemapi enable_winemapi
17117 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17118 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17119 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17120 wine_fn_config_dll wineps16.drv16 enable_win16
17121 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17122 wine_fn_config_dll winex11.drv enable_winex11_drv
17123 wine_fn_config_dll wing.dll16 enable_win16
17124 wine_fn_config_dll wing32 enable_wing32
17125 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17126 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17127 wine_fn_config_dll wininet enable_wininet implib
,po
17128 wine_fn_config_test dlls
/wininet
/tests wininet_test
17129 wine_fn_config_dll winmm enable_winmm implib
,po
17130 wine_fn_config_test dlls
/winmm
/tests winmm_test
17131 wine_fn_config_dll winnls.dll16 enable_win16
17132 wine_fn_config_dll winnls32 enable_winnls32 implib
17133 wine_fn_config_dll winscard enable_winscard implib
17134 wine_fn_config_dll winsock.dll16 enable_win16
17135 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17136 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17137 wine_fn_config_dll winsta enable_winsta
17138 wine_fn_config_dll wintab.dll16 enable_win16
17139 wine_fn_config_dll wintab32 enable_wintab32 implib
17140 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17141 wine_fn_config_dll wintrust enable_wintrust implib
17142 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17143 wine_fn_config_dll wlanapi enable_wlanapi
17144 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17145 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17146 wine_fn_config_dll wmi enable_wmi
17147 wine_fn_config_dll wmiutils enable_wmiutils clean
17148 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17149 wine_fn_config_dll wmvcore enable_wmvcore
17150 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17151 wine_fn_config_dll wow32 enable_win16 implib
17152 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17153 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17154 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17155 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17156 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17157 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17158 wine_fn_config_dll wsock32 enable_wsock32 implib
17159 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17160 wine_fn_config_dll wuapi enable_wuapi clean
17161 wine_fn_config_dll wuaueng enable_wuaueng
17162 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17163 wine_fn_config_dll xinput1_1 enable_xinput1_1
17164 wine_fn_config_dll xinput1_2 enable_xinput1_2
17165 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17166 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17167 wine_fn_config_dll xinput1_4 enable_xinput1_4
17168 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17169 wine_fn_config_dll xmllite enable_xmllite
17170 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17171 wine_fn_config_dll xolehlp enable_xolehlp
17172 wine_fn_config_dll xpsprint enable_xpsprint
17173 wine_fn_config_dll xpssvcs enable_xpssvcs
17174 wine_fn_config_makefile documentation enable_documentation clean
17175 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17176 wine_fn_config_makefile include enable_include clean
,install-dev
17177 wine_fn_config_makefile libs
/port enable_libs_port
17178 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17179 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17180 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17181 wine_fn_config_program arp enable_arp
install
17182 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17183 wine_fn_config_program attrib enable_attrib
install,po
17184 wine_fn_config_program cabarc enable_cabarc
install
17185 wine_fn_config_program cacls enable_cacls
install
17186 wine_fn_config_program
clock enable_clock
install,po
17187 wine_fn_config_program cmd enable_cmd
install,po
17188 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17189 wine_fn_config_program conhost enable_conhost
install
17190 wine_fn_config_program control enable_control
install
17191 wine_fn_config_program cscript enable_cscript
install
17192 wine_fn_config_program dxdiag enable_dxdiag
install,po
17193 wine_fn_config_program eject enable_eject
install
17194 wine_fn_config_program
expand enable_expand
install
17195 wine_fn_config_program explorer enable_explorer
install,po
17196 wine_fn_config_program extrac32 enable_extrac32
install
17197 wine_fn_config_program findstr enable_findstr
install
17198 wine_fn_config_program hh enable_hh
install
17199 wine_fn_config_program hostname enable_hostname
install,po
17200 wine_fn_config_program icinfo enable_icinfo
install
17201 wine_fn_config_program iexplore enable_iexplore
install
17202 wine_fn_config_program ipconfig enable_ipconfig
install,po
17203 wine_fn_config_program lodctr enable_lodctr
install
17204 wine_fn_config_program mofcomp enable_mofcomp
install
17205 wine_fn_config_program mshta enable_mshta
install
17206 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17207 wine_fn_config_program net enable_net
install,po
17208 wine_fn_config_program netsh enable_netsh
install
17209 wine_fn_config_program netstat enable_netstat
install,po
17210 wine_fn_config_program ngen enable_ngen
install
17211 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17212 wine_fn_config_program oleview enable_oleview
install,po
17213 wine_fn_config_program
ping enable_ping
install
17214 wine_fn_config_program plugplay enable_plugplay
install
17215 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17216 wine_fn_config_program progman enable_progman
install,po
17217 wine_fn_config_program reg enable_reg
install,po
17218 wine_fn_config_program regasm enable_regasm
install
17219 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17220 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17221 wine_fn_config_program regsvcs enable_regsvcs
install
17222 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
17223 wine_fn_config_program rpcss enable_rpcss clean
,install
17224 wine_fn_config_program rundll.exe16 enable_win16
install
17225 wine_fn_config_program rundll32 enable_rundll32
install
17226 wine_fn_config_program sc enable_sc
install
17227 wine_fn_config_program schtasks enable_schtasks
install
17228 wine_fn_config_program secedit enable_secedit
install
17229 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17230 wine_fn_config_program services enable_services clean
,install
17231 wine_fn_config_test programs
/services
/tests services.exe_test
17232 wine_fn_config_program spoolsv enable_spoolsv
install
17233 wine_fn_config_program start enable_start
install,po
17234 wine_fn_config_program svchost enable_svchost
install
17235 wine_fn_config_program taskkill enable_taskkill
install,po
17236 wine_fn_config_program tasklist enable_tasklist
install
17237 wine_fn_config_program taskmgr enable_taskmgr
install,po
17238 wine_fn_config_program termsv enable_termsv
install
17239 wine_fn_config_program uninstaller enable_uninstaller
install,po
17240 wine_fn_config_program unlodctr enable_unlodctr
install
17241 wine_fn_config_program view enable_view
install,po
17242 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17243 wine_fn_config_program winebrowser enable_winebrowser
install
17244 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17245 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17246 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17247 wine_fn_config_program winedevice enable_winedevice
install
17248 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17249 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17250 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17251 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17252 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17253 wine_fn_config_program winetest enable_winetest clean
17254 wine_fn_config_program winevdm enable_win16
install
17255 wine_fn_config_program winhelp.exe16 enable_win16
install
17256 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17257 wine_fn_config_program winoldap.mod16 enable_win16
install
17258 wine_fn_config_program winver enable_winver
install
17259 wine_fn_config_program wmic enable_wmic
install,po
17260 wine_fn_config_program wordpad enable_wordpad
install,po
17261 wine_fn_config_program
write enable_write
install,po
17262 wine_fn_config_program wscript enable_wscript clean
,install
17263 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17264 wine_fn_config_program wusa enable_wusa
install
17265 wine_fn_config_program xcopy enable_xcopy
install,po
17266 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17267 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17268 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17269 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17270 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17271 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17272 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17273 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17274 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17326 wine_fn_ignore_file
".gitignore"
17327 wine_fn_ignore_file
"Makefile"
17328 wine_fn_ignore_file
"TAGS"
17329 wine_fn_ignore_file
"tags"
17330 wine_fn_ignore_file
"autom4te.cache"
17331 wine_fn_ignore_file
"config.cache"
17332 wine_fn_ignore_file
"config.log"
17333 wine_fn_ignore_file
"config.status"
17334 wine_fn_ignore_file
"configure.lineno"
17335 wine_fn_ignore_file
"include/config.h"
17336 wine_fn_ignore_file
"include/stamp-h"
17337 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
17339 ac_config_commands
="$ac_config_commands Makefile"
17342 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
17346 if test "x$enable_maintainer_mode" = xyes
17348 wine_fn_append_rule
"configure: configure.ac aclocal.m4
17349 autoconf --warnings=all
17350 include/config.h.in: include/stamp-h.in
17351 include/stamp-h.in: configure.ac aclocal.m4
17352 autoheader --warnings=all
17353 @echo timestamp > \$@"
17356 if test "x$with_gettextpo" = xyes
17358 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
17359 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
17360 \$(LINGUAS:%=po/%.po): po/wine.pot
17361 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
17362 po/wine.pot: \$(ALL_POT_FILES)
17363 msgcat -o \$@ \$(ALL_POT_FILES)"
17366 if test "$MSGFMT" != false
17368 PORCFLAGS
="--po-dir=\$(top_builddir)/po"
17370 wine_fn_append_rule
"__builddeps__: \$(ALL_MO_FILES)
17372 \$(RM) \$(ALL_MO_FILES)"
17375 test "$srcdir" = . || posrc
="$srcdir/po"
17378 wine_fn_ignore_file
"po/$i.mo"
17379 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
17380 \$(MSGFMT) -o \$@ $posrc/$i.po"
17386 if test "x$enable_tools" != xno
17388 ac_config_commands
="$ac_config_commands tools"
17390 wine_fn_ignore_file
"tools/makedep$ac_exeext"
17391 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h
17392 \$(CC) -Iinclude -I$srcdir/include -D__WINESRC__ \$(EXTRACFLAGS) \$(CPPFLAGS) \$(CFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
17394 \$(RM) tools/makedep$ac_exeext"
17396 wine_fn_append_rule
"\$(MAKEDEP):
17397 @echo \"You need to run make in $TOOLSDIR first\" && false"
17400 if test -n "$with_wine64"
17402 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
17403 fonts server tools:
17404 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
17405 $with_wine64/loader/wine:
17406 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
17407 $with_wine64/loader/wine-preloader:
17408 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
17410 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
17412 as_fn_append LOADER_RULES
"
17415 install install-lib:: wine.inf install-man-pages
17416 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
17417 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17420 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
17424 if test "$srcdir" = .
17426 ac_config_commands
="$ac_config_commands .gitignore"
17430 $as_echo " done" >&6
17431 cat >confcache
<<\_ACEOF
17432 # This file is a shell script that caches the results of configure
17433 # tests run on this system so they can be shared between configure
17434 # scripts and configure runs, see configure's option --config-cache.
17435 # It is not useful on other systems. If it contains results you don't
17436 # want to keep, you may remove or edit it.
17438 # config.status only pays attention to the cache file if you give it
17439 # the --recheck option to rerun configure.
17441 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17442 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17443 # following values.
17447 # The following way of writing the cache mishandles newlines in values,
17448 # but we know of no workaround that is simple, portable, and efficient.
17449 # So, we kill variables containing newlines.
17450 # Ultrix sh set writes to stderr and can't be redirected directly,
17451 # and sets the high bit in the cache file unless we assign to the vars.
17453 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17454 eval ac_val
=\$
$ac_var
17458 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17459 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17462 _ | IFS | as_nl
) ;; #(
17463 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
17464 *) { eval $ac_var=; unset $ac_var;} ;;
17470 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17471 *${as_nl}ac_space
=\
*)
17472 # `set' does not quote correctly, so add quotes: double-quote
17473 # substitution turns \\\\ into \\, and sed turns \\ into \.
17476 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17479 # `set' quotes correctly as required by POSIX, so do not add quotes.
17480 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17489 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17491 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17493 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
17494 if test -w "$cache_file"; then
17495 if test "x$cache_file" != "x/dev/null"; then
17496 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17497 $as_echo "$as_me: updating cache $cache_file" >&6;}
17498 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
17499 cat confcache
>"$cache_file"
17501 case $cache_file in #(
17503 mv -f confcache
"$cache_file"$$
&&
17504 mv -f "$cache_file"$$
"$cache_file" ;; #(
17506 mv -f confcache
"$cache_file" ;;
17511 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17512 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17517 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17518 # Let make expand exec_prefix.
17519 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17521 DEFS
=-DHAVE_CONFIG_H
17526 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17527 # 1. Remove the extension, and $U if already installed.
17528 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17529 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17530 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17531 # will be set to the directory where LIBOBJS objects are built.
17532 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17533 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17535 LIBOBJS
=$ac_libobjs
17537 LTLIBOBJS
=$ac_ltlibobjs
17541 : "${CONFIG_STATUS=./config.status}"
17543 ac_clean_files_save
=$ac_clean_files
17544 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17545 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17546 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17548 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17550 # Generated by $as_me.
17551 # Run this file to recreate the current configuration.
17552 # Compiler output produced by configure, useful for debugging
17553 # configure, is in config.log if it exists.
17556 ac_cs_recheck=false
17559 SHELL=\${CONFIG_SHELL-$SHELL}
17562 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17563 ## -------------------- ##
17564 ## M4sh Initialization. ##
17565 ## -------------------- ##
17567 # Be more Bourne compatible
17568 DUALCASE
=1; export DUALCASE
# for MKS sh
17569 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17572 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17573 # is contrary to our usage. Disable this feature.
17574 alias -g '${1+"$@"}'='"$@"'
17575 setopt NO_GLOB_SUBST
17577 case `(set -o) 2>/dev/null` in #(
17589 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17590 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17591 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17592 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17593 # Prefer a ksh shell builtin over an external printf program on Solaris,
17594 # but without wasting forks for bash or zsh.
17595 if test -z "$BASH_VERSION$ZSH_VERSION" \
17596 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17597 as_echo='print
-r --'
17598 as_echo_n='print
-rn --'
17599 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17600 as_echo='printf %s
\n'
17601 as_echo_n='printf %s
'
17603 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17604 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17605 as_echo_n='/usr
/ucb
/echo -n'
17607 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17608 as_echo_n_body='eval
17612 expr "X$arg" : "X\\(.*\\)$as_nl";
17613 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17615 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17617 export as_echo_n_body
17618 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17620 export as_echo_body
17621 as_echo='sh
-c $as_echo_body as_echo
'
17624 # The user is always right.
17625 if test "${PATH_SEPARATOR+set}" != set; then
17627 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17628 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17635 # We need space, tab and new line, in precisely that order. Quoting is
17636 # there to prevent editors from complaining about space-tab.
17637 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17638 # splitting by setting IFS to empty value.)
17641 # Find who we are. Look in the path if we contain no directory separator.
17644 *[\\/]* ) as_myself=$0 ;;
17645 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17646 for as_dir in $PATH
17649 test -z "$as_dir" && as_dir=.
17650 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17656 # We did not find ourselves, most probably we were run as `sh COMMAND'
17657 # in which case we are not to be found in the path.
17658 if test "x$as_myself" = x
; then
17661 if test ! -f "$as_myself"; then
17662 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17666 # Unset variables that we do not need and which cause bugs (e.g. in
17667 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17668 # suppresses any "Segmentation fault" message there. '((' could
17669 # trigger a bug in pdksh 5.2.14.
17670 for as_var
in BASH_ENV ENV MAIL MAILPATH
17671 do eval test x\
${$as_var+set} = xset \
17672 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17685 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17688 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17689 # ----------------------------------------
17690 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17691 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17692 # script with STATUS, using 1 if that was 0.
17695 as_status
=$1; test $as_status -eq 0 && as_status
=1
17697 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17698 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17700 $as_echo "$as_me: error: $2" >&2
17701 as_fn_exit
$as_status
17705 # as_fn_set_status STATUS
17706 # -----------------------
17707 # Set $? to STATUS, without forking.
17708 as_fn_set_status
()
17711 } # as_fn_set_status
17713 # as_fn_exit STATUS
17714 # -----------------
17715 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17719 as_fn_set_status
$1
17725 # Portably unset VAR.
17728 { eval $1=; unset $1;}
17730 as_unset
=as_fn_unset
17731 # as_fn_append VAR VALUE
17732 # ----------------------
17733 # Append the text in VALUE to the end of the definition contained in VAR. Take
17734 # advantage of any shell optimizations that allow amortized linear growth over
17735 # repeated appends, instead of the typical quadratic growth present in naive
17737 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17738 eval 'as_fn_append ()
17749 # as_fn_arith ARG...
17750 # ------------------
17751 # Perform arithmetic evaluation on the ARGs, and store the result in the
17752 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17753 # must be portable across $(()) and expr.
17754 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17755 eval 'as_fn_arith ()
17762 as_val
=`expr "$@" || test $? -eq 1`
17767 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17768 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17774 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17775 as_basename
=basename
17780 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17786 as_me
=`$as_basename -- "$0" ||
17787 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17788 X"$0" : 'X\(//\)$' \| \
17789 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17791 sed '/^.*\/\([^/][^/]*\)\/*$/{
17805 # Avoid depending upon Character Ranges.
17806 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17807 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17808 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17809 as_cr_digits
='0123456789'
17810 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17812 ECHO_C
= ECHO_N
= ECHO_T
=
17813 case `echo -n x` in #(((((
17815 case `echo 'xy\c'` in
17816 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17818 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17825 rm -f conf$$ conf$$.exe conf$$.
file
17826 if test -d conf$$.dir
; then
17827 rm -f conf$$.dir
/conf$$.
file
17830 mkdir conf$$.dir
2>/dev
/null
17832 if (echo >conf$$.
file) 2>/dev
/null
; then
17833 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17835 # ... but there are two gotchas:
17836 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17837 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17838 # In both cases, we have to default to `cp -pR'.
17839 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17841 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17849 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17850 rmdir conf$$.dir
2>/dev
/null
17855 # Create "$as_dir" as a directory, including parents if necessary.
17860 -*) as_dir
=.
/$as_dir;;
17862 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17866 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17867 *) as_qdir
=$as_dir;;
17869 as_dirs
="'$as_qdir' $as_dirs"
17870 as_dir
=`$as_dirname -- "$as_dir" ||
17871 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17872 X"$as_dir" : 'X\(//\)[^/]' \| \
17873 X"$as_dir" : 'X\(//\)$' \| \
17874 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17875 $as_echo X"$as_dir" |
17876 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17880 /^X\(\/\/\)[^/].*/{
17893 test -d "$as_dir" && break
17895 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17896 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17900 if mkdir
-p .
2>/dev
/null
; then
17901 as_mkdir_p
='mkdir -p "$as_dir"'
17903 test -d .
/-p && rmdir .
/-p
17908 # as_fn_executable_p FILE
17909 # -----------------------
17910 # Test if FILE is an executable regular file.
17911 as_fn_executable_p
()
17913 test -f "$1" && test -x "$1"
17914 } # as_fn_executable_p
17915 as_test_x
='test -x'
17916 as_executable_p
=as_fn_executable_p
17918 # Sed expression to map a string onto a valid CPP name.
17919 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17921 # Sed expression to map a string onto a valid variable name.
17922 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17926 ## ----------------------------------- ##
17927 ## Main body of $CONFIG_STATUS script. ##
17928 ## ----------------------------------- ##
17930 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17932 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17933 # Save the log message, to keep $0 and so on meaningful, and to
17934 # report actual input values of CONFIG_FILES etc. instead of their
17935 # values after options handling.
17937 This file was extended by Wine $as_me 1.7.10, which was
17938 generated by GNU Autoconf 2.69. Invocation command line was
17940 CONFIG_FILES = $CONFIG_FILES
17941 CONFIG_HEADERS = $CONFIG_HEADERS
17942 CONFIG_LINKS = $CONFIG_LINKS
17943 CONFIG_COMMANDS = $CONFIG_COMMANDS
17946 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17951 case $ac_config_files in *"
17952 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17955 case $ac_config_headers in *"
17956 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17961 # Files that config.status was made for.
17962 config_files="$ac_config_files"
17963 config_headers="$ac_config_headers"
17964 config_links="$ac_config_links"
17965 config_commands="$ac_config_commands"
17969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17971 \`$as_me' instantiates files and other configuration actions
17972 from templates according to the current configuration. Unless the files
17973 and actions are specified as TAGs, all are instantiated by default.
17975 Usage: $0 [OPTION]... [TAG]...
17977 -h, --help print this help, then exit
17978 -V, --version print version number and configuration settings, then exit
17979 --config print configuration, then exit
17980 -q, --quiet, --silent
17981 do not print progress messages
17982 -d, --debug don't remove temporary files
17983 --recheck update $as_me by reconfiguring in the same conditions
17984 --file=FILE[:TEMPLATE]
17985 instantiate the configuration file FILE
17986 --header=FILE[:TEMPLATE]
17987 instantiate the configuration header FILE
17989 Configuration files:
17992 Configuration headers:
17995 Configuration links:
17998 Configuration commands:
18001 Report bugs to <wine-devel@winehq.org>.
18002 Wine home page: <http://www.winehq.org>."
18005 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18006 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18008 Wine config.status 1.7.10
18009 configured by $0, generated by GNU Autoconf 2.69,
18010 with options \\"\$ac_cs_config\\"
18012 Copyright (C) 2012 Free Software Foundation, Inc.
18013 This config.status script is free software; the Free Software Foundation
18014 gives unlimited permission to copy, distribute and modify it."
18019 test -n "\$AWK" || AWK=awk
18022 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18023 # The default lists apply if the user does not specify any file.
18029 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18030 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18034 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18046 # Handling of the options.
18047 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18049 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18050 $as_echo "$ac_cs_version"; exit ;;
18051 --config |
--confi |
--conf |
--con |
--co |
--c )
18052 $as_echo "$ac_cs_config"; exit ;;
18053 --debug |
--debu |
--deb |
--de |
--d |
-d )
18055 --file |
--fil |
--fi |
--f )
18058 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18059 '') as_fn_error $?
"missing file argument" ;;
18061 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18062 ac_need_defaults
=false
;;
18063 --header |
--heade |
--head |
--hea )
18066 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18068 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18069 ac_need_defaults
=false
;;
18071 # Conflict between --help and --header
18072 as_fn_error $?
"ambiguous option: \`$1'
18073 Try \`$0 --help' for more information.";;
18074 --help |
--hel |
-h )
18075 $as_echo "$ac_cs_usage"; exit ;;
18076 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18077 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18080 # This is an error.
18081 -*) as_fn_error $?
"unrecognized option: \`$1'
18082 Try \`$0 --help' for more information." ;;
18084 *) as_fn_append ac_config_targets
" $1"
18085 ac_need_defaults
=false
;;
18091 ac_configure_extra_args
=
18093 if $ac_cs_silent; then
18095 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18099 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18100 if \$ac_cs_recheck; then
18101 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18103 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18104 CONFIG_SHELL='$SHELL'
18105 export CONFIG_SHELL
18110 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18114 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18115 ## Running $as_me. ##
18121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18125 wine_fn_output_makefile ()
18127 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
18128 `cat $wine_rules_file`
18130 as_fn_error $? "could not create Makefile" "$LINENO" 5
18132 wine_fn_output_gitignore ()
18134 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18137 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18142 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18144 # Handling of arguments.
18145 for ac_config_target
in $ac_config_targets
18147 case $ac_config_target in
18148 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18149 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18150 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18151 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18152 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18153 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18154 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18155 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18156 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18157 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18158 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
18159 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18160 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18161 "tools") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools" ;;
18162 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18164 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18169 # If the user did not use the arguments to specify the items to instantiate,
18170 # then the envvar interface is used. Set only those that are not.
18171 # We use the long form for the default assignment because of an extremely
18172 # bizarre bug on SunOS 4.1.3.
18173 if $ac_need_defaults; then
18174 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18175 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18176 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18177 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18180 # Have a temporary directory for convenience. Make it in the build tree
18181 # simply because there is no reason against having it here, and in addition,
18182 # creating and moving files from /tmp can sometimes cause problems.
18183 # Hook for its removal unless debugging.
18184 # Note that there is a small window in which the directory will not be cleaned:
18185 # after its creation but before its name has been assigned to `$tmp'.
18189 trap 'exit_status=$?
18190 : "${ac_tmp:=$tmp}"
18191 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18193 trap 'as_fn_exit 1' 1 2 13 15
18195 # Create a (secure) tmp directory for tmp files.
18198 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18202 tmp
=.
/conf$$
-$RANDOM
18203 (umask 077 && mkdir
"$tmp")
18204 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18207 # Set up the scripts for CONFIG_FILES section.
18208 # No need to generate them if there are no CONFIG_FILES.
18209 # This happens for instance with `./config.status config.h'.
18210 if test -n "$CONFIG_FILES"; then
18212 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
18213 ac_cs_awk_getline
=:
18214 ac_cs_awk_pipe_init
=
18215 ac_cs_awk_read_file
='
18216 while ((getline aline < (F[key])) > 0)
18219 ac_cs_awk_pipe_fini
=
18221 ac_cs_awk_getline
=false
18222 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
18223 ac_cs_awk_read_file
='
18225 print "cat " F[key] " &&"
18226 '$ac_cs_awk_pipe_init
18227 # The final `:' finishes the AND list.
18228 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
18230 ac_cr
=`echo X | tr X '\015'`
18231 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18232 # But we know of no other shell where ac_cr would be empty at this
18233 # point, so we can use a bashism as a fallback.
18234 if test "x$ac_cr" = x
; then
18235 eval ac_cr
=\$
\'\\r
\'
18237 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18238 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18241 ac_cs_awk_cr
=$ac_cr
18244 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18247 # Create commands to substitute file output variables.
18249 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
18250 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
18251 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
18254 } >conf$
$files.sh
&&
18255 . .
/conf$
$files.sh ||
18256 as_fn_error $?
"could not make $CONFIG_STATUS" "$LINENO" 5
18257 rm -f conf$
$files.sh
18260 echo "cat >conf$$subs.awk <<_ACEOF" &&
18261 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18263 } >conf$$subs.sh ||
18264 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18265 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18267 for ac_last_try in false false false false false :; do
18268 . ./conf$$subs.sh ||
18269 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18271 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18272 if test $ac_delim_n = $ac_delim_num; then
18274 elif $ac_last_try; then
18275 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18277 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18280 rm -f conf$$subs.sh
18282 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18283 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18287 s/^/S["/; s
/!.
*/"]=/
18297 s/\(.\{148\}\)..*/\1/
18299 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18304 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18311 s/\(.\{148\}\)..*/\1/
18313 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18317 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18322 ' <conf$$subs.awk | sed '
18327 ' >>$CONFIG_STATUS || ac_write_fail=1
18328 rm -f conf$$subs.awk
18329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18331 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18332 for (key in S) S_is_set[key] = 1
18334 \$ac_cs_awk_pipe_init
18338 nfields = split(line, field, "@
")
18340 len = length(field[1])
18341 for (i = 2; i < nfields; i++) {
18343 keylen = length(key)
18344 if (S_is_set[key]) {
18346 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18347 len += length(value) + length(field[++i])
18352 if (nfields == 3 && !substed) {
18354 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
18355 \$ac_cs_awk_read_file
18361 \$ac_cs_awk_pipe_fini
18364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18365 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18366 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18369 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18370 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18373 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18374 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18375 # trailing colons and then remove the whole line if VPATH becomes empty
18376 # (actually we leave an empty line to preserve line numbers).
18377 if test "x
$srcdir" = x.; then
18378 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18396 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18397 fi # test -n "$CONFIG_FILES"
18399 # Set up the scripts for CONFIG_HEADERS section.
18400 # No need to generate them if there are no CONFIG_HEADERS.
18401 # This happens for instance with `./config.status Makefile'.
18402 if test -n "$CONFIG_HEADERS"; then
18403 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18407 # Transform confdefs.h into an awk script `defines.awk', embedded as
18408 # here-document in config.status, that substitutes the proper values into
18409 # config.h.in to produce config.h.
18411 # Create a delimiter string that does not exist in confdefs.h, to ease
18412 # handling of long lines.
18414 for ac_last_try in false false :; do
18415 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18416 if test -z "$ac_tt"; then
18418 elif $ac_last_try; then
18419 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18421 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18425 # For the awk script, D is an array of macro values keyed by name,
18426 # likewise P contains macro parameters if any. Preserve backslash
18427 # newline sequences.
18429 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18431 s/.\{148\}/&'"$ac_delim"'/g
18434 s/^[ ]*#[ ]*define[ ][ ]*/ /
18441 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18443 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18447 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18448 D["\
1"]=" \
3\\\\\\n
"\\/p
18450 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18455 s/.\{148\}/&'"$ac_delim"'/g
18460 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18463 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18465 ' <confdefs.h | sed '
18466 s/'"$ac_delim"'/"\\\
18467 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18469 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18470 for (key in D) D_is_set[key] = 1
18473 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18475 split(line, arg, " ")
18476 if (arg[1] == "#") {
18480 defundef
= substr
(arg
[1], 2)
18483 split(mac1
, mac2
, "(") #)
18485 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18486 if (D_is_set
[macro
]) {
18487 # Preserve the white space surrounding the "#".
18488 print prefix
"define", macro P
[macro
] D
[macro
]
18491 # Replace #undef with comments. This is necessary, for example,
18492 # in the case of _POSIX_SOURCE, which is predefined and required
18493 # on some systems where configure will not decide to define it.
18494 if (defundef
== "undef") {
18495 print
"/*", prefix defundef
, macro
, "*/"
18503 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18504 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18505 fi # test -n "$CONFIG_HEADERS"
18508 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18513 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18515 case $ac_mode$ac_tag in
18517 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18518 :[FH
]-) ac_tag
=-:-;;
18519 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18536 -) ac_f
="$ac_tmp/stdin";;
18537 *) # Look for the file first in the build tree, then in the source tree
18538 # (if the path is not absolute). The absolute path cannot be DOS-style,
18539 # because $ac_f cannot contain `:'.
18543 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18545 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18547 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18548 as_fn_append ac_file_inputs
" '$ac_f'"
18551 # Let's still pretend it is `configure' which instantiates (i.e., don't
18552 # use $as_me), people would be surprised to read:
18553 # /* config.h. Generated by config.status. */
18554 configure_input
='Generated from '`
18555 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18557 if test x
"$ac_file" != x-
; then
18558 configure_input
="$ac_file. $configure_input"
18559 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18560 $as_echo "$as_me: creating $ac_file" >&6;}
18562 # Neutralize special characters interpreted by sed in replacement strings.
18563 case $configure_input in #(
18564 *\
&* |
*\|
* |
*\\* )
18565 ac_sed_conf_input
=`$as_echo "$configure_input" |
18566 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18567 *) ac_sed_conf_input
=$configure_input;;
18571 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18572 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18577 ac_dir
=`$as_dirname -- "$ac_file" ||
18578 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18579 X"$ac_file" : 'X\(//\)[^/]' \| \
18580 X"$ac_file" : 'X\(//\)$' \| \
18581 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18582 $as_echo X"$ac_file" |
18583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18587 /^X\(\/\/\)[^/].*/{
18600 as_dir
="$ac_dir"; as_fn_mkdir_p
18604 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18606 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18607 # A ".." for each directory in $ac_dir_suffix.
18608 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18609 case $ac_top_builddir_sub in
18610 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18611 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18614 ac_abs_top_builddir
=$ac_pwd
18615 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18616 # for backward compatibility:
18617 ac_top_builddir
=$ac_top_build_prefix
18620 .
) # We are building in place.
18622 ac_top_srcdir
=$ac_top_builddir_sub
18623 ac_abs_top_srcdir
=$ac_pwd ;;
18624 [\\/]* | ?
:[\\/]* ) # Absolute name.
18625 ac_srcdir
=$srcdir$ac_dir_suffix;
18626 ac_top_srcdir
=$srcdir
18627 ac_abs_top_srcdir
=$srcdir ;;
18628 *) # Relative name.
18629 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18630 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18631 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18633 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18642 ac_MKDIR_P
=$MKDIR_P
18644 [\\/$
]* | ?
:[\\/]* ) ;;
18645 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
18649 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18650 # If the template does not know about datarootdir, expand it.
18651 # FIXME: This hack should be removed a few years after 2.60.
18652 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18663 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18664 *datarootdir
*) ac_datarootdir_seen
=yes;;
18665 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18667 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18670 ac_datarootdir_hack='
18671 s&@datadir@&$datadir&g
18672 s&@docdir@&$docdir&g
18673 s&@infodir@&$infodir&g
18674 s&@localedir@&$localedir&g
18675 s&@mandir@&$mandir&g
18676 s&\\\${datarootdir}&$datarootdir&g' ;;
18680 # Neutralize VPATH when `$srcdir' = `.'.
18681 # Shell code in configure.ac might set extrasub.
18682 # FIXME: do we really want to maintain this feature?
18683 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18684 ac_sed_extra="$ac_vpsub
18687 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18689 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18690 s|@configure_input@|
$ac_sed_conf_input|
;t t
18691 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18692 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18693 s
&@srcdir@
&$ac_srcdir&;t t
18694 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18695 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18696 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18697 s
&@builddir@
&$ac_builddir&;t t
18698 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18699 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18700 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
18701 $ac_datarootdir_hack
18703 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18704 if $ac_cs_awk_getline; then
18705 $AWK -f "$ac_tmp/subs.
awk"
18707 $AWK -f "$ac_tmp/subs.
awk" | $SHELL
18709 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18711 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18712 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18713 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18714 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18716 which seems to be undefined. Please make sure it is defined" >&5
18717 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18718 which seems to be undefined. Please make sure it is defined" >&2;}
18720 rm -f "$ac_tmp/stdin"
18722 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18723 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18725 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18731 if test x"$ac_file" != x-; then
18733 $as_echo "/* $configure_input */" \
18734 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18735 } >"$ac_tmp/config.h" \
18736 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18737 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18738 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18739 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18742 mv "$ac_tmp/config.h" "$ac_file" \
18743 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18746 $as_echo "/* $configure_input */" \
18747 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18748 || as_fn_error $? "could not create -" "$LINENO" 5
18756 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
18759 # Prefer the file from the source tree if names are identical.
18760 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18761 ac_source=$srcdir/$ac_source
18764 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18765 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18767 if test ! -r "$ac_source"; then
18768 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
18772 # Try a relative symlink, then a hard link, then a copy.
18774 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18775 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18777 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18778 ln "$ac_source" "$ac_file" 2>/dev/null ||
18779 cp -p "$ac_source" "$ac_file" ||
18780 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18783 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18784 $as_echo "$as_me: executing $ac_file commands" >&6;}
18789 case $ac_file$ac_mode in
18790 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18791 "Makefile":C) wine_fn_output_makefile Makefile ;;
18792 "tools":C) as_dir=tools; as_fn_mkdir_p ;;
18793 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
18801 ac_clean_files=$ac_clean_files_save
18803 test $ac_write_fail = 0 ||
18804 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18807 # configure is writing to config.log, and then calls config.status.
18808 # config.status does its own redirection, appending to config.log.
18809 # Unfortunately, on DOS this fails, as config.log is still kept open
18810 # by configure, so config.status won't be able to
write to it
; its
18811 # output is simply discarded. So we exec the FD to /dev/null,
18812 # effectively closing config.log, so it can be properly (re)opened and
18813 # appended to by config.status. When coming back to configure, we
18814 # need to make the FD available again.
18815 if test "$no_create" != yes; then
18817 ac_config_status_args
=
18818 test "$silent" = yes &&
18819 ac_config_status_args
="$ac_config_status_args --quiet"
18821 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18823 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18824 # would make configure fail if this is the last instruction.
18825 $ac_cs_success || as_fn_exit
1
18827 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18829 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18833 if test "$no_create" = "yes"
18839 if test "x$wine_notices != "x
; then
18842 for msg
in $wine_notices; do
18844 if test -n "$msg"; then
18845 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18846 $as_echo "$as_me: $msg" >&6;}
18851 for msg
in $wine_warnings; do
18853 if test -n "$msg"; then
18855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18856 $as_echo "$as_me: WARNING: $msg" >&2;}
18862 $as_me: Finished. Do '${ac_make}' to compile Wine.