2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.0.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='1.7.0'
584 PACKAGE_STRING
='Wine 1.7.0'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
703 APPLICATIONSERVICESLIB
793 program_transform_name
804 ac_subst_files
='MAKE_RULES
810 enable_option_checking
814 enable_maintainer_mode
863 ac_precious_vars
='build_alias
910 # Initialize some variables set by options.
912 ac_init_version
=false
913 ac_unrecognized_opts
=
915 # The variables have the same names as the options, with
916 # dashes changed to underlines.
924 program_transform_name
=s
,x
,x
,
932 # Installation directory options.
933 # These are left unexpanded so users can "make install exec_prefix=/foo"
934 # and all the variables that are supposed to be based on exec_prefix
935 # by default will actually change.
936 # Use braces instead of parens because sh, perl, etc. also accept them.
937 # (The list follows the same order as the GNU Coding Standards.)
938 bindir
='${exec_prefix}/bin'
939 sbindir
='${exec_prefix}/sbin'
940 libexecdir
='${exec_prefix}/libexec'
941 datarootdir
='${prefix}/share'
942 datadir
='${datarootdir}'
943 sysconfdir
='${prefix}/etc'
944 sharedstatedir
='${prefix}/com'
945 localstatedir
='${prefix}/var'
946 includedir
='${prefix}/include'
947 oldincludedir
='/usr/include'
948 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
949 infodir
='${datarootdir}/info'
954 libdir
='${exec_prefix}/lib'
955 localedir
='${datarootdir}/locale'
956 mandir
='${datarootdir}/man'
962 # If the previous option needs an argument, assign it.
963 if test -n "$ac_prev"; then
964 eval $ac_prev=\
$ac_option
970 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
975 # Accept the important Cygnus configure options, so we can diagnose typos.
977 case $ac_dashdash$ac_option in
981 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
983 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
986 -build |
--build |
--buil |
--bui |
--bu)
987 ac_prev
=build_alias
;;
988 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
989 build_alias
=$ac_optarg ;;
991 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
992 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
993 ac_prev
=cache_file
;;
994 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
995 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
996 cache_file
=$ac_optarg ;;
999 cache_file
=config.cache
;;
1001 -datadir |
--datadir |
--datadi |
--datad)
1003 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1004 datadir
=$ac_optarg ;;
1006 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1007 |
--dataroo |
--dataro |
--datar)
1008 ac_prev
=datarootdir
;;
1009 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1010 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1011 datarootdir
=$ac_optarg ;;
1013 -disable-* |
--disable-*)
1014 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1015 # Reject names that are not valid shell variable names.
1016 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1017 as_fn_error $?
"invalid feature name: $ac_useropt"
1018 ac_useropt_orig
=$ac_useropt
1019 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1020 case $ac_user_opts in
1022 "enable_
$ac_useropt"
1024 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1025 ac_unrecognized_sep
=', ';;
1027 eval enable_
$ac_useropt=no
;;
1029 -docdir |
--docdir |
--docdi |
--doc |
--do)
1031 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1032 docdir
=$ac_optarg ;;
1034 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1036 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1037 dvidir
=$ac_optarg ;;
1039 -enable-* |
--enable-*)
1040 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1041 # Reject names that are not valid shell variable names.
1042 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1043 as_fn_error $?
"invalid feature name: $ac_useropt"
1044 ac_useropt_orig
=$ac_useropt
1045 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1046 case $ac_user_opts in
1048 "enable_
$ac_useropt"
1050 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1051 ac_unrecognized_sep
=', ';;
1053 eval enable_
$ac_useropt=\
$ac_optarg ;;
1055 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1056 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1057 |
--exec |
--exe |
--ex)
1058 ac_prev
=exec_prefix
;;
1059 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1060 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1061 |
--exec=* |
--exe=* |
--ex=*)
1062 exec_prefix
=$ac_optarg ;;
1064 -gas |
--gas |
--ga |
--g)
1065 # Obsolete; use --with-gas.
1068 -help |
--help |
--hel |
--he |
-h)
1069 ac_init_help
=long
;;
1070 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1071 ac_init_help
=recursive
;;
1072 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1073 ac_init_help
=short
;;
1075 -host |
--host |
--hos |
--ho)
1076 ac_prev
=host_alias
;;
1077 -host=* |
--host=* |
--hos=* |
--ho=*)
1078 host_alias
=$ac_optarg ;;
1080 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1082 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1084 htmldir
=$ac_optarg ;;
1086 -includedir |
--includedir |
--includedi |
--included |
--include \
1087 |
--includ |
--inclu |
--incl |
--inc)
1088 ac_prev
=includedir
;;
1089 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1090 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1091 includedir
=$ac_optarg ;;
1093 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1095 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1096 infodir
=$ac_optarg ;;
1098 -libdir |
--libdir |
--libdi |
--libd)
1100 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1101 libdir
=$ac_optarg ;;
1103 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1104 |
--libexe |
--libex |
--libe)
1105 ac_prev
=libexecdir
;;
1106 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1107 |
--libexe=* |
--libex=* |
--libe=*)
1108 libexecdir
=$ac_optarg ;;
1110 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1111 ac_prev
=localedir
;;
1112 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1113 localedir
=$ac_optarg ;;
1115 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1116 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1117 ac_prev
=localstatedir
;;
1118 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1119 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1120 localstatedir
=$ac_optarg ;;
1122 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1124 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1125 mandir
=$ac_optarg ;;
1127 -nfp |
--nfp |
--nf)
1128 # Obsolete; use --without-fp.
1131 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1132 |
--no-cr |
--no-c |
-n)
1135 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1136 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1139 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1140 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1141 |
--oldin |
--oldi |
--old |
--ol |
--o)
1142 ac_prev
=oldincludedir
;;
1143 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1144 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1145 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1146 oldincludedir
=$ac_optarg ;;
1148 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1150 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1151 prefix
=$ac_optarg ;;
1153 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1154 |
--program-pre |
--program-pr |
--program-p)
1155 ac_prev
=program_prefix
;;
1156 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1157 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1158 program_prefix
=$ac_optarg ;;
1160 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1161 |
--program-suf |
--program-su |
--program-s)
1162 ac_prev
=program_suffix
;;
1163 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1164 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1165 program_suffix
=$ac_optarg ;;
1167 -program-transform-name |
--program-transform-name \
1168 |
--program-transform-nam |
--program-transform-na \
1169 |
--program-transform-n |
--program-transform- \
1170 |
--program-transform |
--program-transfor \
1171 |
--program-transfo |
--program-transf \
1172 |
--program-trans |
--program-tran \
1173 |
--progr-tra |
--program-tr |
--program-t)
1174 ac_prev
=program_transform_name
;;
1175 -program-transform-name=* |
--program-transform-name=* \
1176 |
--program-transform-nam=* |
--program-transform-na=* \
1177 |
--program-transform-n=* |
--program-transform-=* \
1178 |
--program-transform=* |
--program-transfor=* \
1179 |
--program-transfo=* |
--program-transf=* \
1180 |
--program-trans=* |
--program-tran=* \
1181 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1182 program_transform_name
=$ac_optarg ;;
1184 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1186 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1187 pdfdir
=$ac_optarg ;;
1189 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1191 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1194 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1195 |
-silent |
--silent |
--silen |
--sile |
--sil)
1198 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1200 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1202 sbindir
=$ac_optarg ;;
1204 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1205 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1206 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1208 ac_prev
=sharedstatedir
;;
1209 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1210 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1211 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1213 sharedstatedir
=$ac_optarg ;;
1215 -site |
--site |
--sit)
1217 -site=* |
--site=* |
--sit=*)
1220 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1222 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1223 srcdir
=$ac_optarg ;;
1225 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1226 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1227 ac_prev
=sysconfdir
;;
1228 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1229 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1230 sysconfdir
=$ac_optarg ;;
1232 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1233 ac_prev
=target_alias
;;
1234 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1235 target_alias
=$ac_optarg ;;
1237 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1240 -version |
--version |
--versio |
--versi |
--vers |
-V)
1241 ac_init_version
=: ;;
1244 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1245 # Reject names that are not valid shell variable names.
1246 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1247 as_fn_error $?
"invalid package name: $ac_useropt"
1248 ac_useropt_orig
=$ac_useropt
1249 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1250 case $ac_user_opts in
1254 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1255 ac_unrecognized_sep
=', ';;
1257 eval with_
$ac_useropt=\
$ac_optarg ;;
1259 -without-* |
--without-*)
1260 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1261 # Reject names that are not valid shell variable names.
1262 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1263 as_fn_error $?
"invalid package name: $ac_useropt"
1264 ac_useropt_orig
=$ac_useropt
1265 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1266 case $ac_user_opts in
1270 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1271 ac_unrecognized_sep
=', ';;
1273 eval with_
$ac_useropt=no
;;
1276 # Obsolete; use --with-x.
1279 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1280 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1281 ac_prev
=x_includes
;;
1282 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1283 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1284 x_includes
=$ac_optarg ;;
1286 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1287 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1288 ac_prev
=x_libraries
;;
1289 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1290 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1291 x_libraries
=$ac_optarg ;;
1293 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1294 Try \`$0 --help' for more information"
1298 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1299 # Reject names that are not valid shell variable names.
1300 case $ac_envvar in #(
1301 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1302 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1304 eval $ac_envvar=\
$ac_optarg
1305 export $ac_envvar ;;
1308 # FIXME: should be removed in autoconf 3.0.
1309 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1310 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1311 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1312 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1318 if test -n "$ac_prev"; then
1319 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1320 as_fn_error $?
"missing argument to $ac_option"
1323 if test -n "$ac_unrecognized_opts"; then
1324 case $enable_option_checking in
1326 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1327 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1331 # Check all directory arguments for consistency.
1332 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1333 datadir sysconfdir sharedstatedir localstatedir includedir \
1334 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1335 libdir localedir mandir
1337 eval ac_val
=\$
$ac_var
1338 # Remove trailing slashes.
1341 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1342 eval $ac_var=\
$ac_val;;
1344 # Be sure to have absolute directory names.
1346 [\\/$
]* | ?
:[\\/]* ) continue;;
1347 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1349 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1352 # There might be people who depend on the old broken behavior: `$host'
1353 # used to hold the argument of --host etc.
1354 # FIXME: To remove some day.
1357 target
=$target_alias
1359 # FIXME: To remove some day.
1360 if test "x$host_alias" != x
; then
1361 if test "x$build_alias" = x
; then
1362 cross_compiling
=maybe
1363 elif test "x$build_alias" != "x$host_alias"; then
1369 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1371 test "$silent" = yes && exec 6>/dev
/null
1374 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1375 ac_ls_di
=`ls -di .` &&
1376 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1377 as_fn_error $?
"working directory cannot be determined"
1378 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1379 as_fn_error $?
"pwd does not report name of working directory"
1382 # Find the source files, if location was not specified.
1383 if test -z "$srcdir"; then
1384 ac_srcdir_defaulted
=yes
1385 # Try the directory containing this script, then the parent directory.
1386 ac_confdir
=`$as_dirname -- "$as_myself" ||
1387 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1388 X"$as_myself" : 'X\(//\)[^/]' \| \
1389 X"$as_myself" : 'X\(//\)$' \| \
1390 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1391 $as_echo X"$as_myself" |
1392 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1410 if test ! -r "$srcdir/$ac_unique_file"; then
1414 ac_srcdir_defaulted
=no
1416 if test ! -r "$srcdir/$ac_unique_file"; then
1417 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1418 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1420 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1422 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1424 # When building in place, set srcdir=.
1425 if test "$ac_abs_confdir" = "$ac_pwd"; then
1428 # Remove unnecessary trailing slashes from srcdir.
1429 # Double slashes in file names in object file debugging info
1430 # mess up M-x gdb in Emacs.
1432 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1434 for ac_var
in $ac_precious_vars; do
1435 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1436 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1437 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1438 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1442 # Report the --help message.
1444 if test "$ac_init_help" = "long"; then
1445 # Omit some internal or obsolete options to make the list less imposing.
1446 # This message is too long to be a string in the A/UX 3.1 sh.
1448 \`configure' configures Wine 1.7.0 to adapt to many kinds of systems.
1450 Usage: $0 [OPTION]... [VAR=VALUE]...
1452 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1453 VAR=VALUE. See below for descriptions of some of the useful variables.
1455 Defaults for the options are specified in brackets.
1458 -h, --help display this help and exit
1459 --help=short display options specific to this package
1460 --help=recursive display the short help of all the included packages
1461 -V, --version display version information and exit
1462 -q, --quiet, --silent do not print \`checking ...' messages
1463 --cache-file=FILE cache test results in FILE [disabled]
1464 -C, --config-cache alias for \`--cache-file=config.cache'
1465 -n, --no-create do not create output files
1466 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1468 Installation directories:
1469 --prefix=PREFIX install architecture-independent files in PREFIX
1470 [$ac_default_prefix]
1471 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1474 By default, \`make install' will install all the files in
1475 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1476 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1477 for instance \`--prefix=\$HOME'.
1479 For better control, use the options below.
1481 Fine tuning of the installation directories:
1482 --bindir=DIR user executables [EPREFIX/bin]
1483 --sbindir=DIR system admin executables [EPREFIX/sbin]
1484 --libexecdir=DIR program executables [EPREFIX/libexec]
1485 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1486 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1487 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1488 --libdir=DIR object code libraries [EPREFIX/lib]
1489 --includedir=DIR C header files [PREFIX/include]
1490 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1491 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1492 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1493 --infodir=DIR info documentation [DATAROOTDIR/info]
1494 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1495 --mandir=DIR man documentation [DATAROOTDIR/man]
1496 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1497 --htmldir=DIR html documentation [DOCDIR]
1498 --dvidir=DIR dvi documentation [DOCDIR]
1499 --pdfdir=DIR pdf documentation [DOCDIR]
1500 --psdir=DIR ps documentation [DOCDIR]
1506 --x-includes=DIR X include files are
in DIR
1507 --x-libraries=DIR X library files are
in DIR
1510 --build=BUILD configure
for building on BUILD
[guessed
]
1511 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1515 if test -n "$ac_init_help"; then
1516 case $ac_init_help in
1517 short | recursive
) echo "Configuration of Wine 1.7.0:";;
1522 --disable-option-checking ignore unrecognized
--enable/--with options
1523 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1524 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1525 --disable-win16 do not include Win16 support
1526 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1528 --disable-tests do not build the regression tests
1529 --enable-maintainer-mode
1530 enable maintainer-specific build rules
1531 --disable-largefile omit support for large files
1534 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1535 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1536 --without-alsa do not use the Alsa sound support
1537 --without-capi do not use CAPI (ISDN support)
1538 --without-cms do not use CMS (color management support)
1539 --without-coreaudio do not use the CoreAudio sound support
1540 --without-cups do not use CUPS
1541 --without-curses do not use (n)curses
1542 --without-dbus do not use DBus (dynamic device support)
1543 --without-fontconfig do not use fontconfig
1544 --without-freetype do not use the FreeType library
1545 --without-gettext do not use gettext
1546 --with-gettextpo use the GetTextPO library to rebuild po files
1547 --without-gphoto do not use gphoto (Digital Camera support)
1548 --without-glu do not use the GLU library
1549 --without-gnutls do not use GnuTLS (schannel support)
1550 --without-gsm do not use libgsm (GSM 06.10 codec support)
1551 --without-gstreamer do not use GStreamer (codecs support)
1552 --without-hal do not use HAL (dynamic device support)
1553 --without-jpeg do not use JPEG
1554 --without-ldap do not use LDAP
1555 --without-mpg123 do not use the mpg123 library
1556 --without-openal do not use OpenAL
1557 --without-opencl do not use OpenCL
1558 --without-opengl do not use OpenGL
1559 --without-osmesa do not use the OSMesa library
1560 --without-oss do not use the OSS sound support
1561 --without-png do not use PNG
1562 --without-pthread do not use the pthread library
1563 --without-sane do not use SANE (scanner support)
1564 --without-tiff do not use TIFF
1565 --without-v4l do not use v4l1 (v4l support)
1566 --without-xcomposite do not use the Xcomposite extension
1567 --without-xcursor do not use the Xcursor extension
1568 --without-xinerama do not use Xinerama (multi-monitor support)
1569 --without-xinput do not use the Xinput extension
1570 --without-xinput2 do not use the Xinput 2 extension
1571 --without-xml do not use XML
1572 --without-xrandr do not use Xrandr (resolution changes)
1573 --without-xrender do not use the Xrender extension
1574 --without-xshape do not use the Xshape extension
1575 --without-xshm do not use XShm (shared memory extension)
1576 --without-xslt do not use XSLT
1577 --without-xxf86vm do not use XFree video mode extension
1578 --without-zlib do not use Zlib (data compression)
1579 --with-wine-tools=DIR use Wine tools from directory DIR
1580 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1581 --with-x use the X Window System
1583 Some influential environment variables:
1584 CC C compiler command
1585 CFLAGS C compiler flags
1586 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1587 nonstandard directory <lib dir>
1588 LIBS libraries to pass to the linker, e.g. -l<library>
1589 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1590 you have headers in a nonstandard directory <include dir>
1591 CXX C++ compiler command
1592 CXXFLAGS C++ compiler flags
1594 XMKMF Path to xmkmf, Makefile generator for X Window System
1595 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
1596 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
1597 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
1598 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
1599 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
1600 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
1601 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
1602 HAL_LIBS Linker flags for hal, overriding pkg-config
1604 C compiler flags for gnutls, overriding pkg-config
1605 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
1606 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
1607 SANE_LIBS Linker flags for libsane, overriding pkg-config
1609 C compiler flags for libgphoto2, overriding pkg-config
1611 Linker flags for libgphoto2, overriding pkg-config
1613 C compiler flags for libgphoto2_port, overriding pkg-config
1615 Linker flags for libgphoto2_port, overriding pkg-config
1617 C compiler flags for lcms2, overriding pkg-config
1618 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
1620 C compiler flags for freetype2, overriding pkg-config
1622 Linker flags for freetype2, overriding pkg-config
1624 C compiler flags for gstreamer-app-0.10, overriding pkg-config
1626 Linker flags for gstreamer-app-0.10, overriding pkg-config
1628 C compiler flags for capi20, overriding pkg-config
1629 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
1630 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
1631 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
1632 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
1633 PNG_LIBS Linker flags for libpng, overriding pkg-config
1634 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
1635 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
1637 C compiler flags for libmpg123, overriding pkg-config
1638 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
1640 Use these variables to override the choices made by `configure' or to
help
1641 it to
find libraries and programs with nonstandard names
/locations.
1643 Report bugs to
<wine-devel@winehq.org
>.
1644 Wine home page
: <http
://www.winehq.org
>.
1649 if test "$ac_init_help" = "recursive"; then
1650 # If there are subdirs, report their specific --help.
1651 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1652 test -d "$ac_dir" ||
1653 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1658 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1660 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1661 # A ".." for each directory in $ac_dir_suffix.
1662 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1663 case $ac_top_builddir_sub in
1664 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1665 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1668 ac_abs_top_builddir
=$ac_pwd
1669 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1670 # for backward compatibility:
1671 ac_top_builddir
=$ac_top_build_prefix
1674 .
) # We are building in place.
1676 ac_top_srcdir
=$ac_top_builddir_sub
1677 ac_abs_top_srcdir
=$ac_pwd ;;
1678 [\\/]* | ?
:[\\/]* ) # Absolute name.
1679 ac_srcdir
=$srcdir$ac_dir_suffix;
1680 ac_top_srcdir
=$srcdir
1681 ac_abs_top_srcdir
=$srcdir ;;
1683 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1684 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1685 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1687 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1689 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1690 # Check for guested configure.
1691 if test -f "$ac_srcdir/configure.gnu"; then
1693 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1694 elif test -f "$ac_srcdir/configure"; then
1696 $SHELL "$ac_srcdir/configure" --help=recursive
1698 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1700 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1704 test -n "$ac_init_help" && exit $ac_status
1705 if $ac_init_version; then
1707 Wine configure
1.7.0
1708 generated by GNU Autoconf
2.69
1710 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1711 This configure
script is free software
; the Free Software Foundation
1712 gives unlimited permission to copy
, distribute and modify it.
1717 ## ------------------------ ##
1718 ## Autoconf initialization. ##
1719 ## ------------------------ ##
1721 # ac_fn_c_try_compile LINENO
1722 # --------------------------
1723 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1724 ac_fn_c_try_compile
()
1726 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1727 rm -f conftest.
$ac_objext
1728 if { { ac_try
="$ac_compile"
1730 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_compile") 2>conftest.err
1737 if test -s conftest.err; then
1738 grep -v '^ *+' conftest.err >conftest.er1
1739 cat conftest.er1 >&5
1740 mv -f conftest.er1 conftest.err
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } && {
1744 test -z "$ac_c_werror_flag" ||
1745 test ! -s conftest.err
1746 } && test -s conftest.$ac_objext; then :
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1754 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1755 as_fn_set_status $ac_retval
1757 } # ac_fn_c_try_compile
1759 # ac_fn_cxx_try_compile LINENO
1760 # ----------------------------
1761 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1762 ac_fn_cxx_try_compile ()
1764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1765 rm -f conftest.$ac_objext
1766 if { { ac_try="$ac_compile"
1768 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1769 *) ac_try_echo
=$ac_try;;
1771 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1772 $as_echo "$ac_try_echo"; } >&5
1773 (eval "$ac_compile") 2>conftest.err
1775 if test -s conftest.err
; then
1776 grep -v '^ *+' conftest.err
>conftest.er1
1777 cat conftest.er1
>&5
1778 mv -f conftest.er1 conftest.err
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; } && {
1782 test -z "$ac_cxx_werror_flag" ||
1783 test ! -s conftest.err
1784 } && test -s conftest.
$ac_objext; then :
1787 $as_echo "$as_me: failed program was:" >&5
1788 sed 's/^/| /' conftest.
$ac_ext >&5
1792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1793 as_fn_set_status
$ac_retval
1795 } # ac_fn_cxx_try_compile
1797 # ac_fn_c_try_link LINENO
1798 # -----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded.
1802 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1803 rm -f conftest.
$ac_objext conftest
$ac_exeext
1804 if { { ac_try
="$ac_link"
1806 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_link") 2>conftest.err
1813 if test -s conftest.err; then
1814 grep -v '^ *+' conftest.err >conftest.er1
1815 cat conftest.er1 >&5
1816 mv -f conftest.er1 conftest.err
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && {
1820 test -z "$ac_c_werror_flag" ||
1821 test ! -s conftest.err
1822 } && test -s conftest$ac_exeext && {
1823 test "$cross_compiling" = yes ||
1824 test -x conftest$ac_exeext
1828 $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1833 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1834 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1835 # interfere with the next link command; also delete a directory that is
1836 # left behind by Apple's compiler. We do this before executing the actions.
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
1841 } # ac_fn_c_try_link
1843 # ac_fn_c_try_cpp LINENO
1844 # ----------------------
1845 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1848 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849 if { { ac_try="$ac_cpp conftest.$ac_ext"
1851 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1852 *) ac_try_echo
=$ac_try;;
1854 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855 $as_echo "$ac_try_echo"; } >&5
1856 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1858 if test -s conftest.err
; then
1859 grep -v '^ *+' conftest.err
>conftest.er1
1860 cat conftest.er1
>&5
1861 mv -f conftest.er1 conftest.err
1863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1864 test $ac_status = 0; } > conftest.i
&& {
1865 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1866 test ! -s conftest.err
1870 $as_echo "$as_me: failed program was:" >&5
1871 sed 's/^/| /' conftest.
$ac_ext >&5
1875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1876 as_fn_set_status
$ac_retval
1880 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1881 # -------------------------------------------------------
1882 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1883 # the include files in INCLUDES and setting the cache variable VAR
1885 ac_fn_c_check_header_mongrel
()
1887 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1888 if eval \
${$3+:} false
; then :
1889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1890 $as_echo_n "checking for $2... " >&6; }
1891 if eval \
${$3+:} false
; then :
1892 $as_echo_n "(cached) " >&6
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896 $as_echo "$ac_res" >&6; }
1898 # Is the header compilable?
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1900 $as_echo_n "checking $2 usability... " >&6; }
1901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1906 if ac_fn_c_try_compile
"$LINENO"; then :
1907 ac_header_compiler
=yes
1909 ac_header_compiler
=no
1911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1913 $as_echo "$ac_header_compiler" >&6; }
1915 # Is the header present?
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1917 $as_echo_n "checking $2 presence... " >&6; }
1918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1922 if ac_fn_c_try_cpp
"$LINENO"; then :
1923 ac_header_preproc
=yes
1925 ac_header_preproc
=no
1927 rm -f conftest.err conftest.i conftest.
$ac_ext
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1929 $as_echo "$ac_header_preproc" >&6; }
1931 # So? What about this header?
1932 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1935 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1937 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1941 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1943 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1945 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1947 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1949 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1950 ( $as_echo "## ------------------------------------ ##
1951 ## Report this to wine-devel@winehq.org ##
1952 ## ------------------------------------ ##"
1953 ) |
sed "s/^/$as_me: WARNING: /" >&2
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1957 $as_echo_n "checking for $2... " >&6; }
1958 if eval \
${$3+:} false
; then :
1959 $as_echo_n "(cached) " >&6
1961 eval "$3=\$ac_header_compiler"
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1965 $as_echo "$ac_res" >&6; }
1967 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1969 } # ac_fn_c_check_header_mongrel
1971 # ac_fn_c_try_run LINENO
1972 # ----------------------
1973 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1974 # that executables *can* be run.
1977 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1978 if { { ac_try
="$ac_link"
1980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1981 *) ac_try_echo=$ac_try;;
1983 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1984 $as_echo "$ac_try_echo"; } >&5
1985 (eval "$ac_link") 2>&5
1987 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1988 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1989 { { case "(($ac_try" in
1990 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1991 *) ac_try_echo
=$ac_try;;
1993 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1994 $as_echo "$ac_try_echo"; } >&5
1995 (eval "$ac_try") 2>&5
1997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1998 test $ac_status = 0; }; }; then :
2001 $as_echo "$as_me: program exited with status $ac_status" >&5
2002 $as_echo "$as_me: failed program was:" >&5
2003 sed 's/^/| /' conftest.
$ac_ext >&5
2005 ac_retval
=$ac_status
2007 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2008 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009 as_fn_set_status
$ac_retval
2013 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2014 # -------------------------------------------------------
2015 # Tests whether HEADER exists and can be compiled using the include files in
2016 # INCLUDES, setting the cache variable VAR accordingly.
2017 ac_fn_c_check_header_compile
()
2019 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2021 $as_echo_n "checking for $2... " >&6; }
2022 if eval \
${$3+:} false
; then :
2023 $as_echo_n "(cached) " >&6
2025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2026 /* end confdefs.h. */
2030 if ac_fn_c_try_compile
"$LINENO"; then :
2035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2039 $as_echo "$ac_res" >&6; }
2040 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2042 } # ac_fn_c_check_header_compile
2044 # ac_fn_c_check_func LINENO FUNC VAR
2045 # ----------------------------------
2046 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2047 ac_fn_c_check_func
()
2049 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2051 $as_echo_n "checking for $2... " >&6; }
2052 if eval \
${$3+:} false
; then :
2053 $as_echo_n "(cached) " >&6
2055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2056 /* end confdefs.h. */
2057 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2058 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2059 #define $2 innocuous_$2
2061 /* System header to define __stub macros and hopefully few prototypes,
2062 which can conflict with char $2 (); below.
2063 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2064 <limits.h> exists even on freestanding compilers. */
2067 # include <limits.h>
2069 # include <assert.h>
2074 /* Override any GCC internal prototype to avoid an error.
2075 Use char because int might match the return type of a GCC
2076 builtin and then its argument prototype would still apply. */
2081 /* The GNU C library defines this for functions which it implements
2082 to always fail with ENOSYS. Some functions are actually named
2083 something starting with __ and the normal name is an alias. */
2084 #if defined __stub_$2 || defined __stub___$2
2096 if ac_fn_c_try_link
"$LINENO"; then :
2101 rm -f core conftest.err conftest.
$ac_objext \
2102 conftest
$ac_exeext conftest.
$ac_ext
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2106 $as_echo "$ac_res" >&6; }
2107 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2109 } # ac_fn_c_check_func
2111 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2112 # ----------------------------------------------------
2113 # Tries to find if the field MEMBER exists in type AGGR, after including
2114 # INCLUDES, setting cache variable VAR accordingly.
2115 ac_fn_c_check_member
()
2117 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2119 $as_echo_n "checking for $2.$3... " >&6; }
2120 if eval \
${$4+:} false
; then :
2121 $as_echo_n "(cached) " >&6
2123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2124 /* end confdefs.h. */
2136 if ac_fn_c_try_compile
"$LINENO"; then :
2139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2140 /* end confdefs.h. */
2146 if (sizeof ac_aggr.$3)
2152 if ac_fn_c_try_compile
"$LINENO"; then :
2157 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2159 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2163 $as_echo "$ac_res" >&6; }
2164 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2166 } # ac_fn_c_check_member
2168 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2169 # -------------------------------------------
2170 # Tests whether TYPE exists after having included INCLUDES, setting cache
2171 # variable VAR accordingly.
2172 ac_fn_c_check_type
()
2174 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2176 $as_echo_n "checking for $2... " >&6; }
2177 if eval \
${$3+:} false
; then :
2178 $as_echo_n "(cached) " >&6
2181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2182 /* end confdefs.h. */
2193 if ac_fn_c_try_compile
"$LINENO"; then :
2194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2195 /* end confdefs.h. */
2206 if ac_fn_c_try_compile
"$LINENO"; then :
2211 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2217 $as_echo "$ac_res" >&6; }
2218 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2220 } # ac_fn_c_check_type
2221 cat >config.log
<<_ACEOF
2222 This file contains any messages produced by compilers while
2223 running configure, to aid debugging if configure makes a mistake.
2225 It was created by Wine $as_me 1.7.0, which was
2226 generated by GNU Autoconf 2.69. Invocation command line was
2238 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2239 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2240 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2241 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2242 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2244 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2245 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2247 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2248 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2249 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2250 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2251 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2252 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2253 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2261 test -z "$as_dir" && as_dir
=.
2262 $as_echo "PATH: $as_dir"
2278 # Keep a trace of the command line.
2279 # Strip out --no-create and --no-recursion so they do not pile up.
2280 # Strip out --silent because we don't want to record it for future runs.
2281 # Also quote any args containing shell meta-characters.
2282 # Make two passes to allow for proper duplicate-argument suppression.
2286 ac_must_keep_next
=false
2292 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2293 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2294 |
-silent |
--silent |
--silen |
--sile |
--sil)
2297 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2300 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2302 as_fn_append ac_configure_args1
" '$ac_arg'"
2303 if test $ac_must_keep_next = true
; then
2304 ac_must_keep_next
=false
# Got value, back to normal.
2307 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2308 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2309 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2310 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2311 case "$ac_configure_args0 " in
2312 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2315 -* ) ac_must_keep_next
=true
;;
2318 as_fn_append ac_configure_args
" '$ac_arg'"
2323 { ac_configure_args0
=; unset ac_configure_args0
;}
2324 { ac_configure_args1
=; unset ac_configure_args1
;}
2326 # When interrupted or exit'd, cleanup temporary files, and complete
2327 # config.log. We remove comments because anyway the quotes in there
2328 # would cause problems or look ugly.
2329 # WARNING: Use '\'' to represent an apostrophe within the trap.
2330 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2331 trap 'exit_status=$?
2332 # Save into config.log some information that might help in debugging.
2336 $as_echo "## ---------------- ##
2337 ## Cache variables. ##
2338 ## ---------------- ##"
2340 # The following way of writing the cache mishandles newlines in values,
2342 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2343 eval ac_val=\$$ac_var
2347 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2348 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2351 _ | IFS | as_nl) ;; #(
2352 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2353 *) { eval $ac_var=; unset $ac_var;} ;;
2358 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2359 *${as_nl}ac_space=\ *)
2361 "s/'\''/'\''\\\\'\'''\''/g;
2362 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2365 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2372 $as_echo "## ----------------- ##
2373 ## Output variables. ##
2374 ## ----------------- ##"
2376 for ac_var in $ac_subst_vars
2378 eval ac_val=\$$ac_var
2380 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2382 $as_echo "$ac_var='\''$ac_val'\''"
2386 if test -n "$ac_subst_files"; then
2387 $as_echo "## ------------------- ##
2388 ## File substitutions. ##
2389 ## ------------------- ##"
2391 for ac_var
in $ac_subst_files
2393 eval ac_val
=\$
$ac_var
2395 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2397 $as_echo "$ac_var='\''$ac_val'\''"
2402 if test -s confdefs.h; then
2403 $as_echo "## ----------- ##
2410 test "$ac_signal" != 0 &&
2411 $as_echo "$as_me: caught signal $ac_signal"
2412 $as_echo "$as_me: exit $exit_status"
2414 rm -f core *.core core.conftest.* &&
2415 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2418 for ac_signal
in 1 2 13 15; do
2419 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2423 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2424 rm -f -r conftest
* confdefs.h
2426 $as_echo "/* confdefs.h */" > confdefs.h
2428 # Predefined preprocessor variables.
2430 cat >>confdefs.h
<<_ACEOF
2431 #define PACKAGE_NAME "$PACKAGE_NAME"
2434 cat >>confdefs.h
<<_ACEOF
2435 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2438 cat >>confdefs.h
<<_ACEOF
2439 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2442 cat >>confdefs.h
<<_ACEOF
2443 #define PACKAGE_STRING "$PACKAGE_STRING"
2446 cat >>confdefs.h
<<_ACEOF
2447 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2450 cat >>confdefs.h
<<_ACEOF
2451 #define PACKAGE_URL "$PACKAGE_URL"
2455 # Let the site file select an alternate cache file if it wants to.
2456 # Prefer an explicitly selected file to automatically selected ones.
2459 if test -n "$CONFIG_SITE"; then
2460 # We do not want a PATH search for config.site.
2461 case $CONFIG_SITE in #((
2462 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2463 */*) ac_site_file1
=$CONFIG_SITE;;
2464 *) ac_site_file1
=.
/$CONFIG_SITE;;
2466 elif test "x$prefix" != xNONE
; then
2467 ac_site_file1
=$prefix/share
/config.site
2468 ac_site_file2
=$prefix/etc
/config.site
2470 ac_site_file1
=$ac_default_prefix/share
/config.site
2471 ac_site_file2
=$ac_default_prefix/etc
/config.site
2473 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2475 test "x$ac_site_file" = xNONE
&& continue
2476 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2478 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2479 sed 's/^/| /' "$ac_site_file" >&5
2481 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2482 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2483 as_fn_error $?
"failed to load site script $ac_site_file
2484 See \`config.log' for more details" "$LINENO" 5; }
2488 if test -r "$cache_file"; then
2489 # Some versions of bash will fail to source /dev/null (special files
2490 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2491 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2493 $as_echo "$as_me: loading cache $cache_file" >&6;}
2495 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2496 *) .
"./$cache_file";;
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2501 $as_echo "$as_me: creating cache $cache_file" >&6;}
2505 # Check that the precious variables saved in the cache have kept the same
2507 ac_cache_corrupted
=false
2508 for ac_var
in $ac_precious_vars; do
2509 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2510 eval ac_new_set
=\
$ac_env_${ac_var}_set
2511 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2512 eval ac_new_val
=\
$ac_env_${ac_var}_value
2513 case $ac_old_set,$ac_new_set in
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2516 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2517 ac_cache_corrupted
=: ;;
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2520 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2521 ac_cache_corrupted
=: ;;
2524 if test "x$ac_old_val" != "x$ac_new_val"; then
2525 # differences in whitespace do not lead to failure.
2526 ac_old_val_w
=`echo x $ac_old_val`
2527 ac_new_val_w
=`echo x $ac_new_val`
2528 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2530 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2531 ac_cache_corrupted
=:
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2534 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2535 eval $ac_var=\
$ac_old_val
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2538 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2540 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2543 # Pass precious variables to config.status.
2544 if test "$ac_new_set" = set; then
2546 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2547 *) ac_arg
=$ac_var=$ac_new_val ;;
2549 case " $ac_configure_args " in
2550 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2551 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2555 if $ac_cache_corrupted; then
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2559 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2560 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2562 ## -------------------- ##
2563 ## Main body of script. ##
2564 ## -------------------- ##
2567 ac_cpp
='$CPP $CPPFLAGS'
2568 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2569 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2570 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2574 ac_config_headers
="$ac_config_headers include/config.h"
2577 for ac_dir
in tools
"$srcdir"/tools
; do
2578 if test -f "$ac_dir/install-sh"; then
2580 ac_install_sh
="$ac_aux_dir/install-sh -c"
2582 elif test -f "$ac_dir/install.sh"; then
2584 ac_install_sh
="$ac_aux_dir/install.sh -c"
2586 elif test -f "$ac_dir/shtool"; then
2588 ac_install_sh
="$ac_aux_dir/shtool install -c"
2592 if test -z "$ac_aux_dir"; then
2593 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2596 # These three variables are undocumented and unsupported,
2597 # and are intended to be withdrawn in a future Autoconf release.
2598 # They can cause serious problems if a builder's source tree is in a directory
2599 # whose full name contains unusual characters.
2600 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2601 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2602 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2608 # Check whether --enable-win16 was given.
2609 if test "${enable_win16+set}" = set; then :
2610 enableval
=$enable_win16;
2613 # Check whether --enable-win64 was given.
2614 if test "${enable_win64+set}" = set; then :
2615 enableval
=$enable_win64;
2618 # Check whether --enable-tests was given.
2619 if test "${enable_tests+set}" = set; then :
2620 enableval
=$enable_tests;
2623 # Check whether --enable-maintainer-mode was given.
2624 if test "${enable_maintainer_mode+set}" = set; then :
2625 enableval
=$enable_maintainer_mode;
2630 # Check whether --with-alsa was given.
2631 if test "${with_alsa+set}" = set; then :
2632 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
2636 # Check whether --with-capi was given.
2637 if test "${with_capi+set}" = set; then :
2642 # Check whether --with-cms was given.
2643 if test "${with_cms+set}" = set; then :
2648 # Check whether --with-coreaudio was given.
2649 if test "${with_coreaudio+set}" = set; then :
2650 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
2654 # Check whether --with-cups was given.
2655 if test "${with_cups+set}" = set; then :
2660 # Check whether --with-curses was given.
2661 if test "${with_curses+set}" = set; then :
2662 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
2666 # Check whether --with-dbus was given.
2667 if test "${with_dbus+set}" = set; then :
2672 # Check whether --with-fontconfig was given.
2673 if test "${with_fontconfig+set}" = set; then :
2674 withval
=$with_fontconfig;
2678 # Check whether --with-freetype was given.
2679 if test "${with_freetype+set}" = set; then :
2680 withval
=$with_freetype;
2684 # Check whether --with-gettext was given.
2685 if test "${with_gettext+set}" = set; then :
2686 withval
=$with_gettext;
2690 # Check whether --with-gettextpo was given.
2691 if test "${with_gettextpo+set}" = set; then :
2692 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
2696 # Check whether --with-gphoto was given.
2697 if test "${with_gphoto+set}" = set; then :
2698 withval
=$with_gphoto;
2702 # Check whether --with-glu was given.
2703 if test "${with_glu+set}" = set; then :
2708 # Check whether --with-gnutls was given.
2709 if test "${with_gnutls+set}" = set; then :
2710 withval
=$with_gnutls;
2714 # Check whether --with-gsm was given.
2715 if test "${with_gsm+set}" = set; then :
2716 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
2720 # Check whether --with-gstreamer was given.
2721 if test "${with_gstreamer+set}" = set; then :
2722 withval
=$with_gstreamer;
2726 # Check whether --with-hal was given.
2727 if test "${with_hal+set}" = set; then :
2732 # Check whether --with-jpeg was given.
2733 if test "${with_jpeg+set}" = set; then :
2738 # Check whether --with-ldap was given.
2739 if test "${with_ldap+set}" = set; then :
2740 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2744 # Check whether --with-mpg123 was given.
2745 if test "${with_mpg123+set}" = set; then :
2746 withval
=$with_mpg123;
2750 # Check whether --with-openal was given.
2751 if test "${with_openal+set}" = set; then :
2752 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
2756 # Check whether --with-opencl was given.
2757 if test "${with_opencl+set}" = set; then :
2758 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
2762 # Check whether --with-opengl was given.
2763 if test "${with_opengl+set}" = set; then :
2764 withval
=$with_opengl;
2768 # Check whether --with-osmesa was given.
2769 if test "${with_osmesa+set}" = set; then :
2770 withval
=$with_osmesa;
2774 # Check whether --with-oss was given.
2775 if test "${with_oss+set}" = set; then :
2780 # Check whether --with-png was given.
2781 if test "${with_png+set}" = set; then :
2786 # Check whether --with-pthread was given.
2787 if test "${with_pthread+set}" = set; then :
2788 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
2792 # Check whether --with-sane was given.
2793 if test "${with_sane+set}" = set; then :
2798 # Check whether --with-tiff was given.
2799 if test "${with_tiff+set}" = set; then :
2804 # Check whether --with-v4l was given.
2805 if test "${with_v4l+set}" = set; then :
2810 # Check whether --with-xcomposite was given.
2811 if test "${with_xcomposite+set}" = set; then :
2812 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2816 # Check whether --with-xcursor was given.
2817 if test "${with_xcursor+set}" = set; then :
2818 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2822 # Check whether --with-xinerama was given.
2823 if test "${with_xinerama+set}" = set; then :
2824 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2828 # Check whether --with-xinput was given.
2829 if test "${with_xinput+set}" = set; then :
2830 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2834 # Check whether --with-xinput2 was given.
2835 if test "${with_xinput2+set}" = set; then :
2836 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
2840 # Check whether --with-xml was given.
2841 if test "${with_xml+set}" = set; then :
2846 # Check whether --with-xrandr was given.
2847 if test "${with_xrandr+set}" = set; then :
2848 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2852 # Check whether --with-xrender was given.
2853 if test "${with_xrender+set}" = set; then :
2854 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2858 # Check whether --with-xshape was given.
2859 if test "${with_xshape+set}" = set; then :
2860 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2864 # Check whether --with-xshm was given.
2865 if test "${with_xshm+set}" = set; then :
2866 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2870 # Check whether --with-xslt was given.
2871 if test "${with_xslt+set}" = set; then :
2876 # Check whether --with-xxf86vm was given.
2877 if test "${with_xxf86vm+set}" = set; then :
2878 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
2882 # Check whether --with-zlib was given.
2883 if test "${with_zlib+set}" = set; then :
2884 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
2889 # Check whether --with-wine-tools was given.
2890 if test "${with_wine_tools+set}" = set; then :
2891 withval
=$with_wine_tools;
2895 # Check whether --with-wine64 was given.
2896 if test "${with_wine64+set}" = set; then :
2897 withval
=$with_wine64;
2901 # Make sure we can run config.sub.
2902 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2903 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2906 $as_echo_n "checking build system type... " >&6; }
2907 if ${ac_cv_build+:} false
; then :
2908 $as_echo_n "(cached) " >&6
2910 ac_build_alias
=$build_alias
2911 test "x$ac_build_alias" = x
&&
2912 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2913 test "x$ac_build_alias" = x
&&
2914 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2915 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2916 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2920 $as_echo "$ac_cv_build" >&6; }
2921 case $ac_cv_build in
2923 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2926 ac_save_IFS
=$IFS; IFS
='-'
2932 # Remember, the first character of IFS is used to create $*,
2933 # except with old shells:
2936 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2940 $as_echo_n "checking host system type... " >&6; }
2941 if ${ac_cv_host+:} false
; then :
2942 $as_echo_n "(cached) " >&6
2944 if test "x$host_alias" = x
; then
2945 ac_cv_host
=$ac_cv_build
2947 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2948 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2953 $as_echo "$ac_cv_host" >&6; }
2956 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2959 ac_save_IFS
=$IFS; IFS
='-'
2965 # Remember, the first character of IFS is used to create $*,
2966 # except with old shells:
2969 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2975 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2976 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
2977 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2983 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2985 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2986 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2987 $as_echo_n "(cached) " >&6
2989 cat >conftest.
make <<\_ACEOF
2992 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2994 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2995 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2997 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2999 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3003 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3005 $as_echo "yes" >&6; }
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3009 $as_echo "no" >&6; }
3010 SET_MAKE
="MAKE=${MAKE-make}"
3014 ac_cpp
='$CPP $CPPFLAGS'
3015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3018 if test -n "$ac_tool_prefix"; then
3019 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3020 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3022 $as_echo_n "checking for $ac_word... " >&6; }
3023 if ${ac_cv_prog_CC+:} false
; then :
3024 $as_echo_n "(cached) " >&6
3026 if test -n "$CC"; then
3027 ac_cv_prog_CC
="$CC" # Let the user override the test.
3029 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3033 test -z "$as_dir" && as_dir
=.
3034 for ac_exec_ext
in '' $ac_executable_extensions; do
3035 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3036 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3047 if test -n "$CC"; then
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3049 $as_echo "$CC" >&6; }
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3052 $as_echo "no" >&6; }
3057 if test -z "$ac_cv_prog_CC"; then
3059 # Extract the first word of "gcc", so it can be a program name with args.
3060 set dummy gcc
; ac_word
=$2
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3062 $as_echo_n "checking for $ac_word... " >&6; }
3063 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3064 $as_echo_n "(cached) " >&6
3066 if test -n "$ac_ct_CC"; then
3067 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3069 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3073 test -z "$as_dir" && as_dir
=.
3074 for ac_exec_ext
in '' $ac_executable_extensions; do
3075 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3076 ac_cv_prog_ac_ct_CC
="gcc"
3077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3086 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3087 if test -n "$ac_ct_CC"; then
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3089 $as_echo "$ac_ct_CC" >&6; }
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3092 $as_echo "no" >&6; }
3095 if test "x$ac_ct_CC" = x
; then
3098 case $cross_compiling:$ac_tool_warned in
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3101 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3102 ac_tool_warned
=yes ;;
3110 if test -z "$CC"; then
3111 if test -n "$ac_tool_prefix"; then
3112 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3113 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3115 $as_echo_n "checking for $ac_word... " >&6; }
3116 if ${ac_cv_prog_CC+:} false
; then :
3117 $as_echo_n "(cached) " >&6
3119 if test -n "$CC"; then
3120 ac_cv_prog_CC
="$CC" # Let the user override the test.
3122 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3126 test -z "$as_dir" && as_dir
=.
3127 for ac_exec_ext
in '' $ac_executable_extensions; do
3128 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3129 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3140 if test -n "$CC"; then
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3142 $as_echo "$CC" >&6; }
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3151 if test -z "$CC"; then
3152 # Extract the first word of "cc", so it can be a program name with args.
3153 set dummy cc
; ac_word
=$2
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3155 $as_echo_n "checking for $ac_word... " >&6; }
3156 if ${ac_cv_prog_CC+:} false
; then :
3157 $as_echo_n "(cached) " >&6
3159 if test -n "$CC"; then
3160 ac_cv_prog_CC
="$CC" # Let the user override the test.
3163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3167 test -z "$as_dir" && as_dir
=.
3168 for ac_exec_ext
in '' $ac_executable_extensions; do
3169 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3170 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3171 ac_prog_rejected
=yes
3175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3182 if test $ac_prog_rejected = yes; then
3183 # We found a bogon in the path, so make sure we never use it.
3184 set dummy
$ac_cv_prog_CC
3186 if test $# != 0; then
3187 # We chose a different compiler from the bogus one.
3188 # However, it has the same basename, so the bogon will be chosen
3189 # first if we set CC to just the basename; use the full file name.
3191 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3197 if test -n "$CC"; then
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3199 $as_echo "$CC" >&6; }
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3202 $as_echo "no" >&6; }
3207 if test -z "$CC"; then
3208 if test -n "$ac_tool_prefix"; then
3209 for ac_prog
in cl.exe
3211 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3212 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3214 $as_echo_n "checking for $ac_word... " >&6; }
3215 if ${ac_cv_prog_CC+:} false
; then :
3216 $as_echo_n "(cached) " >&6
3218 if test -n "$CC"; then
3219 ac_cv_prog_CC
="$CC" # Let the user override the test.
3221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3225 test -z "$as_dir" && as_dir
=.
3226 for ac_exec_ext
in '' $ac_executable_extensions; do
3227 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3228 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 if test -n "$CC"; then
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3241 $as_echo "$CC" >&6; }
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3244 $as_echo "no" >&6; }
3248 test -n "$CC" && break
3251 if test -z "$CC"; then
3253 for ac_prog
in cl.exe
3255 # Extract the first word of "$ac_prog", so it can be a program name with args.
3256 set dummy
$ac_prog; ac_word
=$2
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3258 $as_echo_n "checking for $ac_word... " >&6; }
3259 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3260 $as_echo_n "(cached) " >&6
3262 if test -n "$ac_ct_CC"; then
3263 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3269 test -z "$as_dir" && as_dir
=.
3270 for ac_exec_ext
in '' $ac_executable_extensions; do
3271 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3272 ac_cv_prog_ac_ct_CC
="$ac_prog"
3273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3283 if test -n "$ac_ct_CC"; then
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3285 $as_echo "$ac_ct_CC" >&6; }
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3288 $as_echo "no" >&6; }
3292 test -n "$ac_ct_CC" && break
3295 if test "x$ac_ct_CC" = x
; then
3298 case $cross_compiling:$ac_tool_warned in
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3301 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3302 ac_tool_warned
=yes ;;
3311 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3312 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3313 as_fn_error $?
"no acceptable C compiler found in \$PATH
3314 See \`config.log' for more details" "$LINENO" 5; }
3316 # Provide some information about the compiler.
3317 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3320 for ac_option
in --version -v -V -qversion; do
3321 { { ac_try
="$ac_compiler $ac_option >&5"
3323 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3324 *) ac_try_echo=$ac_try;;
3326 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3327 $as_echo "$ac_try_echo"; } >&5
3328 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3330 if test -s conftest.err; then
3332 ... rest of stderr output deleted ...
3333 10q' conftest.err >conftest.er1
3334 cat conftest.er1 >&5
3336 rm -f conftest.er1 conftest.err
3337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3338 test $ac_status = 0; }
3341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3342 /* end confdefs.h. */
3352 ac_clean_files_save=$ac_clean_files
3353 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3354 # Try to create an executable without -o first, disregard a.out.
3355 # It will help us diagnose broken compilers, and finding out an intuition
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3358 $as_echo_n "checking whether the C compiler works... " >&6; }
3359 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3361 # The possible output files:
3362 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3365 for ac_file in $ac_files
3368 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3369 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3374 if { { ac_try="$ac_link_default"
3376 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3377 *) ac_try_echo
=$ac_try;;
3379 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3380 $as_echo "$ac_try_echo"; } >&5
3381 (eval "$ac_link_default") 2>&5
3383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3384 test $ac_status = 0; }; then :
3385 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3386 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3387 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3388 # so that the user can short-circuit this test for compilers unknown to
3390 for ac_file
in $ac_files ''
3392 test -f "$ac_file" ||
continue
3394 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3397 # We found the default executable, but exeext='' is most
3401 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3403 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3405 # We set ac_cv_exeext here because the later test for it is not
3406 # safe: cross compilers may not add the suffix if given an `-o'
3407 # argument, so we may need to know it at that point already.
3408 # Even if this section looks crufty: it has the advantage of
3415 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3420 if test -z "$ac_file"; then :
3421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3422 $as_echo "no" >&6; }
3423 $as_echo "$as_me: failed program was:" >&5
3424 sed 's/^/| /' conftest.
$ac_ext >&5
3426 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3427 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3428 as_fn_error
77 "C compiler cannot create executables
3429 See \`config.log' for more details" "$LINENO" 5; }
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3432 $as_echo "yes" >&6; }
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3435 $as_echo_n "checking for C compiler default output file name... " >&6; }
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3437 $as_echo "$ac_file" >&6; }
3438 ac_exeext
=$ac_cv_exeext
3440 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3441 ac_clean_files
=$ac_clean_files_save
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3443 $as_echo_n "checking for suffix of executables... " >&6; }
3444 if { { ac_try
="$ac_link"
3446 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3447 *) ac_try_echo=$ac_try;;
3449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3450 $as_echo "$ac_try_echo"; } >&5
3451 (eval "$ac_link") 2>&5
3453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3454 test $ac_status = 0; }; then :
3455 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3456 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3457 # work properly (i.e., refer to `conftest.exe'), while it won't with
3459 for ac_file
in conftest.exe conftest conftest.
*; do
3460 test -f "$ac_file" ||
continue
3462 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3463 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3469 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3470 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3471 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3472 See \`config.log' for more details" "$LINENO" 5; }
3474 rm -f conftest conftest
$ac_cv_exeext
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3476 $as_echo "$ac_cv_exeext" >&6; }
3478 rm -f conftest.
$ac_ext
3479 EXEEXT
=$ac_cv_exeext
3481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3482 /* end confdefs.h. */
3487 FILE *f = fopen ("conftest.out", "w");
3488 return ferror (f) || fclose (f) != 0;
3494 ac_clean_files
="$ac_clean_files conftest.out"
3495 # Check that the compiler produces executables we can run. If not, either
3496 # the compiler is broken, or we cross compile.
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3498 $as_echo_n "checking whether we are cross compiling... " >&6; }
3499 if test "$cross_compiling" != yes; then
3500 { { ac_try
="$ac_link"
3502 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3503 *) ac_try_echo=$ac_try;;
3505 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3506 $as_echo "$ac_try_echo"; } >&5
3507 (eval "$ac_link") 2>&5
3509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3510 test $ac_status = 0; }
3511 if { ac_try='./conftest$ac_cv_exeext'
3512 { { case "(($ac_try" in
3513 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3514 *) ac_try_echo
=$ac_try;;
3516 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3517 $as_echo "$ac_try_echo"; } >&5
3518 (eval "$ac_try") 2>&5
3520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3521 test $ac_status = 0; }; }; then
3524 if test "$cross_compiling" = maybe
; then
3527 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3529 as_fn_error $?
"cannot run C compiled programs.
3530 If you meant to cross compile, use \`--host'.
3531 See \`config.log' for more details" "$LINENO" 5; }
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3536 $as_echo "$cross_compiling" >&6; }
3538 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3539 ac_clean_files
=$ac_clean_files_save
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3541 $as_echo_n "checking for suffix of object files... " >&6; }
3542 if ${ac_cv_objext+:} false
; then :
3543 $as_echo_n "(cached) " >&6
3545 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3546 /* end confdefs.h. */
3556 rm -f conftest.o conftest.obj
3557 if { { ac_try
="$ac_compile"
3559 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563 $as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_compile") 2>&5
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 for ac_file in conftest.o conftest.obj conftest.*; do
3569 test -f "$ac_file" || continue;
3571 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3572 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3577 $as_echo "$as_me: failed program was:" >&5
3578 sed 's/^/| /' conftest.$ac_ext >&5
3580 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3582 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3583 See \
`config.log' for more details" "$LINENO" 5; }
3585 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3588 $as_echo "$ac_cv_objext" >&6; }
3589 OBJEXT=$ac_cv_objext
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3592 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3593 if ${ac_cv_c_compiler_gnu+:} false; then :
3594 $as_echo_n "(cached) " >&6
3596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3597 /* end confdefs.h. */
3610 if ac_fn_c_try_compile "$LINENO"; then :
3615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3616 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3620 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3621 if test $ac_compiler_gnu = yes; then
3626 ac_test_CFLAGS=${CFLAGS+set}
3627 ac_save_CFLAGS=$CFLAGS
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3629 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3630 if ${ac_cv_prog_cc_g+:} false; then :
3631 $as_echo_n "(cached) " >&6
3633 ac_save_c_werror_flag=$ac_c_werror_flag
3634 ac_c_werror_flag=yes
3637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3638 /* end confdefs.h. */
3648 if ac_fn_c_try_compile "$LINENO"; then :
3652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3653 /* end confdefs.h. */
3663 if ac_fn_c_try_compile "$LINENO"; then :
3666 ac_c_werror_flag=$ac_save_c_werror_flag
3668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3669 /* end confdefs.h. */
3679 if ac_fn_c_try_compile "$LINENO"; then :
3682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 ac_c_werror_flag=$ac_save_c_werror_flag
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3690 $as_echo "$ac_cv_prog_cc_g" >&6; }
3691 if test "$ac_test_CFLAGS" = set; then
3692 CFLAGS=$ac_save_CFLAGS
3693 elif test $ac_cv_prog_cc_g = yes; then
3694 if test "$GCC" = yes; then
3700 if test "$GCC" = yes; then
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3707 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3708 if ${ac_cv_prog_cc_c89+:} false; then :
3709 $as_echo_n "(cached) " >&6
3711 ac_cv_prog_cc_c89=no
3713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3714 /* end confdefs.h. */
3718 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3719 struct buf { int x; };
3720 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3721 static char *e (p, i)
3727 static char *f (char * (*g) (char **, int), char **p, ...)
3732 s = g (p, va_arg (v,int));
3737 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3738 function prototypes and stuff, but not '\xHH' hex character constants.
3739 These don't provoke an error unfortunately, instead are silently treated
3740 as 'x'. The following induces an error, until -std is added to get
3741 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3742 array size at least. It's necessary to write '\x00'==0 to get something
3743 that's true only with -std. */
3744 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3746 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3747 inside strings and character constants. */
3749 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3751 int test (int i, double x);
3752 struct s1 {int (*f) (int a);};
3753 struct s2 {int (*f) (double a);};
3754 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3760 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3765 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3766 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3768 CC="$ac_save_CC $ac_arg"
3769 if ac_fn_c_try_compile "$LINENO"; then :
3770 ac_cv_prog_cc_c89=$ac_arg
3772 rm -f core conftest.err conftest.$ac_objext
3773 test "x$ac_cv_prog_cc_c89" != "xno" && break
3775 rm -f conftest.$ac_ext
3780 case "x$ac_cv_prog_cc_c89" in
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3783 $as_echo "none needed" >&6; } ;;
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3786 $as_echo "unsupported" >&6; } ;;
3788 CC="$CC $ac_cv_prog_cc_c89"
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3790 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3792 if test "x$ac_cv_prog_cc_c89" != xno; then :
3797 ac_cpp='$CPP $CPPFLAGS'
3798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3803 ac_cpp='$CXXCPP $CPPFLAGS'
3804 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3805 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3806 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3807 if test -z "$CXX"; then
3808 if test -n "$CCC"; then
3811 if test -n "$ac_tool_prefix"; then
3812 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3814 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3815 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3817 $as_echo_n "checking for $ac_word... " >&6; }
3818 if ${ac_cv_prog_CXX+:} false; then :
3819 $as_echo_n "(cached) " >&6
3821 if test -n "$CXX"; then
3822 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828 test -z "$as_dir" && as_dir=.
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3831 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3842 if test -n "$CXX"; then
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3844 $as_echo "$CXX" >&6; }
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3847 $as_echo "no" >&6; }
3851 test -n "$CXX" && break
3854 if test -z "$CXX"; then
3856 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3858 # Extract the first word of "$ac_prog", so it can be a program name with args.
3859 set dummy $ac_prog; ac_word=$2
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3861 $as_echo_n "checking for $ac_word... " >&6; }
3862 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
3863 $as_echo_n "(cached) " >&6
3865 if test -n "$ac_ct_CXX"; then
3866 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3872 test -z "$as_dir" && as_dir=.
3873 for ac_exec_ext in '' $ac_executable_extensions; do
3874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3875 ac_cv_prog_ac_ct_CXX="$ac_prog"
3876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3886 if test -n "$ac_ct_CXX"; then
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3888 $as_echo "$ac_ct_CXX" >&6; }
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891 $as_echo "no" >&6; }
3895 test -n "$ac_ct_CXX" && break
3898 if test "x$ac_ct_CXX" = x; then
3901 case $cross_compiling:$ac_tool_warned in
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3904 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3905 ac_tool_warned=yes ;;
3913 # Provide some information about the compiler.
3914 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3917 for ac_option in --version -v -V -qversion; do
3918 { { ac_try="$ac_compiler $ac_option >&5"
3920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3921 *) ac_try_echo
=$ac_try;;
3923 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3924 $as_echo "$ac_try_echo"; } >&5
3925 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3927 if test -s conftest.err
; then
3929 ... rest of stderr output deleted ...
3930 10q' conftest.err
>conftest.er1
3931 cat conftest.er1
>&5
3933 rm -f conftest.er1 conftest.err
3934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3935 test $ac_status = 0; }
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3939 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3940 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
3941 $as_echo_n "(cached) " >&6
3943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3944 /* end confdefs.h. */
3957 if ac_fn_cxx_try_compile
"$LINENO"; then :
3962 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3963 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3967 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3968 if test $ac_compiler_gnu = yes; then
3973 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3974 ac_save_CXXFLAGS
=$CXXFLAGS
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3976 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3977 if ${ac_cv_prog_cxx_g+:} false
; then :
3978 $as_echo_n "(cached) " >&6
3980 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
3981 ac_cxx_werror_flag
=yes
3984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3985 /* end confdefs.h. */
3995 if ac_fn_cxx_try_compile
"$LINENO"; then :
3996 ac_cv_prog_cxx_g
=yes
3999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4000 /* end confdefs.h. */
4010 if ac_fn_cxx_try_compile
"$LINENO"; then :
4013 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4016 /* end confdefs.h. */
4026 if ac_fn_cxx_try_compile
"$LINENO"; then :
4027 ac_cv_prog_cxx_g
=yes
4029 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4031 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4034 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4037 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4038 if test "$ac_test_CXXFLAGS" = set; then
4039 CXXFLAGS
=$ac_save_CXXFLAGS
4040 elif test $ac_cv_prog_cxx_g = yes; then
4041 if test "$GXX" = yes; then
4047 if test "$GXX" = yes; then
4054 ac_cpp
='$CPP $CPPFLAGS'
4055 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4056 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4057 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4059 if test -n "$ac_tool_prefix"; then
4060 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4061 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4063 $as_echo_n "checking for $ac_word... " >&6; }
4064 if ${ac_cv_prog_CPPBIN+:} false
; then :
4065 $as_echo_n "(cached) " >&6
4067 if test -n "$CPPBIN"; then
4068 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4070 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4074 test -z "$as_dir" && as_dir
=.
4075 for ac_exec_ext
in '' $ac_executable_extensions; do
4076 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4077 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4087 CPPBIN
=$ac_cv_prog_CPPBIN
4088 if test -n "$CPPBIN"; then
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4090 $as_echo "$CPPBIN" >&6; }
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093 $as_echo "no" >&6; }
4098 if test -z "$ac_cv_prog_CPPBIN"; then
4099 ac_ct_CPPBIN
=$CPPBIN
4100 # Extract the first word of "cpp", so it can be a program name with args.
4101 set dummy cpp
; ac_word
=$2
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103 $as_echo_n "checking for $ac_word... " >&6; }
4104 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4105 $as_echo_n "(cached) " >&6
4107 if test -n "$ac_ct_CPPBIN"; then
4108 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4110 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4114 test -z "$as_dir" && as_dir
=.
4115 for ac_exec_ext
in '' $ac_executable_extensions; do
4116 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4117 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4127 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4128 if test -n "$ac_ct_CPPBIN"; then
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4130 $as_echo "$ac_ct_CPPBIN" >&6; }
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133 $as_echo "no" >&6; }
4136 if test "x$ac_ct_CPPBIN" = x
; then
4139 case $cross_compiling:$ac_tool_warned in
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4143 ac_tool_warned
=yes ;;
4145 CPPBIN
=$ac_ct_CPPBIN
4148 CPPBIN
="$ac_cv_prog_CPPBIN"
4152 cat >>confdefs.h
<<_ACEOF
4153 #define EXEEXT "$ac_exeext"
4159 if test "x$enable_win64" = "xyes"
4164 notice_platform
="64-bit "
4171 notice_platform
="32-bit "
4174 enable_win16
=${enable_win16:-yes}
4176 with_fontconfig
=${with_fontconfig:-no}
4179 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4184 $as_echo_n "checking whether $CC works... " >&6; }
4186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h. */
4197 if ac_fn_c_try_link
"$LINENO"; then :
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4199 $as_echo "yes" >&6; }
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4203 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4205 rm -f core conftest.err conftest.
$ac_objext \
4206 conftest
$ac_exeext conftest.
$ac_ext
4208 notice_platform
="32-bit "
4211 enable_win16
=${enable_win16:-yes}
4213 if test "x${GCC}" = "xyes"
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4216 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4218 /* end confdefs.h. */
4223 void func(__builtin_ms_va_list *args);
4228 if ac_fn_c_try_compile
"$LINENO"; then :
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4230 $as_echo "yes" >&6; }
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4233 $as_echo "no" >&6; }
4234 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4236 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4244 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4246 /* end confdefs.h. */
4247 int ac_test(int i) { return i; }
4251 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4256 if ac_fn_c_try_link
"$LINENO"; then :
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4258 $as_echo "yes" >&6; }
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4261 $as_echo "no" >&6; }
4262 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4264 rm -f core conftest.err conftest.
$ac_objext \
4265 conftest
$ac_exeext conftest.
$ac_ext
4266 CFLAGS
="$CFLAGS -marm"
4268 *-mingw32*|
*-cygwin*)
4269 enable_win16
=${enable_win16:-no}
4270 CFLAGS
="$CFLAGS -D_WIN32"
4273 enable_win16
=${enable_win16:-yes}
4277 enable_win16
=${enable_win16:-no}
4278 enable_win64
=${enable_win64:-no}
4280 enable_winetest
=${enable_winetest:-$enable_tests}
4282 if test -n "$with_wine64"
4284 if test "x$enable_win64" = "xyes"
4286 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4287 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4291 enable_fonts
=${enable_fonts:-no}
4292 enable_server
=${enable_server:-no}
4293 enable_tools
=${enable_tools:-no}
4294 elif test "x$enable_win64" = "xyes"
4296 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4300 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4301 if ${wine_cv_toolsdir+:} false
; then :
4302 $as_echo_n "(cached) " >&6
4304 wine_cv_toolsdir
="$with_wine_tools"
4305 if test -z "$with_wine_tools"; then
4306 if test "$cross_compiling" = "yes"; then
4307 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4308 elif test -n "$with_wine64"; then
4309 wine_cv_toolsdir
="$with_wine64"
4312 if test -z "$wine_cv_toolsdir"; then
4313 wine_cv_toolsdir
="\$(top_builddir)"
4314 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4315 case "$wine_cv_toolsdir" in
4317 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
4320 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4324 $as_echo "$wine_cv_toolsdir" >&6; }
4325 TOOLSDIR
=$wine_cv_toolsdir
4327 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4329 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
4335 # Extract the first word of "$ac_prog", so it can be a program name with args.
4336 set dummy
$ac_prog; ac_word
=$2
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4338 $as_echo_n "checking for $ac_word... " >&6; }
4339 if ${ac_cv_prog_FLEX+:} false
; then :
4340 $as_echo_n "(cached) " >&6
4342 if test -n "$FLEX"; then
4343 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
4345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4349 test -z "$as_dir" && as_dir
=.
4350 for ac_exec_ext
in '' $ac_executable_extensions; do
4351 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4352 ac_cv_prog_FLEX
="$ac_prog"
4353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4362 FLEX
=$ac_cv_prog_FLEX
4363 if test -n "$FLEX"; then
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4365 $as_echo "$FLEX" >&6; }
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4368 $as_echo "no" >&6; }
4372 test -n "$FLEX" && break
4374 test -n "$FLEX" || FLEX
="none"
4376 if test "$FLEX" = "none"
4378 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4381 $as_echo_n "checking whether flex is recent enough... " >&6; }
4382 cat >conftest.l
<<EOF
4384 #include "prediluvian.h"
4388 if $FLEX -t conftest.l
>/dev
/null
2>&5
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4391 $as_echo "yes" >&6; }
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4394 $as_echo "no" >&6; }
4395 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4398 for ac_prog
in bison
4400 # Extract the first word of "$ac_prog", so it can be a program name with args.
4401 set dummy
$ac_prog; ac_word
=$2
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4403 $as_echo_n "checking for $ac_word... " >&6; }
4404 if ${ac_cv_prog_BISON+:} false
; then :
4405 $as_echo_n "(cached) " >&6
4407 if test -n "$BISON"; then
4408 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
4410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4414 test -z "$as_dir" && as_dir
=.
4415 for ac_exec_ext
in '' $ac_executable_extensions; do
4416 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4417 ac_cv_prog_BISON
="$ac_prog"
4418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4427 BISON
=$ac_cv_prog_BISON
4428 if test -n "$BISON"; then
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4430 $as_echo "$BISON" >&6; }
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4433 $as_echo "no" >&6; }
4437 test -n "$BISON" && break
4439 test -n "$BISON" || BISON
="none"
4441 if test "$BISON" = "none"
4443 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4446 if test -n "$ac_tool_prefix"; then
4447 for ac_prog
in ar gar
4449 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4450 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4452 $as_echo_n "checking for $ac_word... " >&6; }
4453 if ${ac_cv_prog_AR+:} false
; then :
4454 $as_echo_n "(cached) " >&6
4456 if test -n "$AR"; then
4457 ac_cv_prog_AR
="$AR" # Let the user override the test.
4459 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4463 test -z "$as_dir" && as_dir
=.
4464 for ac_exec_ext
in '' $ac_executable_extensions; do
4465 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4466 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
4467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4477 if test -n "$AR"; then
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4479 $as_echo "$AR" >&6; }
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4482 $as_echo "no" >&6; }
4486 test -n "$AR" && break
4489 if test -z "$AR"; then
4491 for ac_prog
in ar gar
4493 # Extract the first word of "$ac_prog", so it can be a program name with args.
4494 set dummy
$ac_prog; ac_word
=$2
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496 $as_echo_n "checking for $ac_word... " >&6; }
4497 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
4498 $as_echo_n "(cached) " >&6
4500 if test -n "$ac_ct_AR"; then
4501 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4507 test -z "$as_dir" && as_dir
=.
4508 for ac_exec_ext
in '' $ac_executable_extensions; do
4509 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4510 ac_cv_prog_ac_ct_AR
="$ac_prog"
4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4520 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4521 if test -n "$ac_ct_AR"; then
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4523 $as_echo "$ac_ct_AR" >&6; }
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526 $as_echo "no" >&6; }
4530 test -n "$ac_ct_AR" && break
4533 if test "x$ac_ct_AR" = x
; then
4536 case $cross_compiling:$ac_tool_warned in
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4540 ac_tool_warned
=yes ;;
4548 if test -n "$ac_tool_prefix"; then
4549 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4550 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4552 $as_echo_n "checking for $ac_word... " >&6; }
4553 if ${ac_cv_prog_RANLIB+:} false
; then :
4554 $as_echo_n "(cached) " >&6
4556 if test -n "$RANLIB"; then
4557 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4559 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4563 test -z "$as_dir" && as_dir
=.
4564 for ac_exec_ext
in '' $ac_executable_extensions; do
4565 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4566 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4576 RANLIB
=$ac_cv_prog_RANLIB
4577 if test -n "$RANLIB"; then
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4579 $as_echo "$RANLIB" >&6; }
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4582 $as_echo "no" >&6; }
4587 if test -z "$ac_cv_prog_RANLIB"; then
4588 ac_ct_RANLIB
=$RANLIB
4589 # Extract the first word of "ranlib", so it can be a program name with args.
4590 set dummy ranlib
; ac_word
=$2
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4592 $as_echo_n "checking for $ac_word... " >&6; }
4593 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
4594 $as_echo_n "(cached) " >&6
4596 if test -n "$ac_ct_RANLIB"; then
4597 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4603 test -z "$as_dir" && as_dir
=.
4604 for ac_exec_ext
in '' $ac_executable_extensions; do
4605 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4606 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4616 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4617 if test -n "$ac_ct_RANLIB"; then
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4619 $as_echo "$ac_ct_RANLIB" >&6; }
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4622 $as_echo "no" >&6; }
4625 if test "x$ac_ct_RANLIB" = x
; then
4628 case $cross_compiling:$ac_tool_warned in
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4632 ac_tool_warned
=yes ;;
4634 RANLIB
=$ac_ct_RANLIB
4637 RANLIB
="$ac_cv_prog_RANLIB"
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4641 $as_echo_n "checking whether ln -s works... " >&6; }
4643 if test "$LN_S" = "ln -s"; then
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4645 $as_echo "yes" >&6; }
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4648 $as_echo "no, using $LN_S" >&6; }
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4652 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4653 if ${ac_cv_path_GREP+:} false
; then :
4654 $as_echo_n "(cached) " >&6
4656 if test -z "$GREP"; then
4657 ac_path_GREP_found
=false
4658 # Loop through the user's path and test for each of PROGNAME-LIST
4659 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4660 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4663 test -z "$as_dir" && as_dir
=.
4664 for ac_prog
in grep ggrep
; do
4665 for ac_exec_ext
in '' $ac_executable_extensions; do
4666 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4667 as_fn_executable_p
"$ac_path_GREP" ||
continue
4668 # Check for GNU ac_path_GREP and select it if it is found.
4669 # Check for GNU $ac_path_GREP
4670 case `"$ac_path_GREP" --version 2>&1` in
4672 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4675 $as_echo_n 0123456789 >"conftest.in"
4678 cat "conftest.in" "conftest.in" >"conftest.tmp"
4679 mv "conftest.tmp" "conftest.in"
4680 cp "conftest.in" "conftest.nl"
4681 $as_echo 'GREP' >> "conftest.nl"
4682 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4683 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4684 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4685 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4686 # Best one so far, save it but keep looking for a better one
4687 ac_cv_path_GREP
="$ac_path_GREP"
4688 ac_path_GREP_max
=$ac_count
4690 # 10*(2^10) chars as input seems more than enough
4691 test $ac_count -gt 10 && break
4693 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4696 $ac_path_GREP_found && break 3
4701 if test -z "$ac_cv_path_GREP"; then
4702 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4705 ac_cv_path_GREP
=$GREP
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4710 $as_echo "$ac_cv_path_GREP" >&6; }
4711 GREP
="$ac_cv_path_GREP"
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4715 $as_echo_n "checking for egrep... " >&6; }
4716 if ${ac_cv_path_EGREP+:} false
; then :
4717 $as_echo_n "(cached) " >&6
4719 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4720 then ac_cv_path_EGREP
="$GREP -E"
4722 if test -z "$EGREP"; then
4723 ac_path_EGREP_found
=false
4724 # Loop through the user's path and test for each of PROGNAME-LIST
4725 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4726 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4729 test -z "$as_dir" && as_dir
=.
4730 for ac_prog
in egrep; do
4731 for ac_exec_ext
in '' $ac_executable_extensions; do
4732 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4733 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4734 # Check for GNU ac_path_EGREP and select it if it is found.
4735 # Check for GNU $ac_path_EGREP
4736 case `"$ac_path_EGREP" --version 2>&1` in
4738 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4741 $as_echo_n 0123456789 >"conftest.in"
4744 cat "conftest.in" "conftest.in" >"conftest.tmp"
4745 mv "conftest.tmp" "conftest.in"
4746 cp "conftest.in" "conftest.nl"
4747 $as_echo 'EGREP' >> "conftest.nl"
4748 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4749 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4750 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4751 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4752 # Best one so far, save it but keep looking for a better one
4753 ac_cv_path_EGREP
="$ac_path_EGREP"
4754 ac_path_EGREP_max
=$ac_count
4756 # 10*(2^10) chars as input seems more than enough
4757 test $ac_count -gt 10 && break
4759 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4762 $ac_path_EGREP_found && break 3
4767 if test -z "$ac_cv_path_EGREP"; then
4768 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4771 ac_cv_path_EGREP
=$EGREP
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4777 $as_echo "$ac_cv_path_EGREP" >&6; }
4778 EGREP
="$ac_cv_path_EGREP"
4781 # Extract the first word of "ldconfig", so it can be a program name with args.
4782 set dummy ldconfig
; ac_word
=$2
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4784 $as_echo_n "checking for $ac_word... " >&6; }
4785 if ${ac_cv_path_LDCONFIG+:} false
; then :
4786 $as_echo_n "(cached) " >&6
4790 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
4793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4794 for as_dir
in /sbin
/usr
/sbin
$PATH
4797 test -z "$as_dir" && as_dir
=.
4798 for ac_exec_ext
in '' $ac_executable_extensions; do
4799 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4800 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
4801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4808 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
4812 LDCONFIG
=$ac_cv_path_LDCONFIG
4813 if test -n "$LDCONFIG"; then
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4815 $as_echo "$LDCONFIG" >&6; }
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4818 $as_echo "no" >&6; }
4822 # Find a good install program. We prefer a C program (faster),
4823 # so one script is as good as another. But avoid the broken or
4824 # incompatible versions:
4825 # SysV /etc/install, /usr/sbin/install
4826 # SunOS /usr/etc/install
4827 # IRIX /sbin/install
4829 # AmigaOS /C/install, which installs bootblocks on floppy discs
4830 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4831 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4832 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4833 # OS/2's system install, which has a completely different semantic
4834 # ./install, which can be erroneously created by make from ./install.sh.
4835 # Reject install programs that cannot install multiple files.
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4837 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4838 if test -z "$INSTALL"; then
4839 if ${ac_cv_path_install+:} false
; then :
4840 $as_echo_n "(cached) " >&6
4842 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4846 test -z "$as_dir" && as_dir
=.
4847 # Account for people who put trailing slashes in PATH elements.
4848 case $as_dir/ in #((
4849 .
/ | .
// |
/[cC
]/* | \
4850 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4851 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
4854 # OSF1 and SCO ODT 3.0 have their own names for install.
4855 # Don't use installbsd from OSF since it installs stuff as root
4857 for ac_prog
in ginstall scoinst
install; do
4858 for ac_exec_ext
in '' $ac_executable_extensions; do
4859 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
4860 if test $ac_prog = install &&
4861 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4862 # AIX install. It has an incompatible calling convention.
4864 elif test $ac_prog = install &&
4865 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4866 # program-specific install script used by HP pwplus--don't use.
4869 rm -rf conftest.one conftest.two conftest.dir
4870 echo one
> conftest.one
4871 echo two
> conftest.two
4873 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
4874 test -s conftest.one
&& test -s conftest.two
&&
4875 test -s conftest.dir
/conftest.one
&&
4876 test -s conftest.dir
/conftest.two
4878 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4891 rm -rf conftest.one conftest.two conftest.dir
4894 if test "${ac_cv_path_install+set}" = set; then
4895 INSTALL
=$ac_cv_path_install
4897 # As a last resort, use the slow shell script. Don't cache a
4898 # value for INSTALL within a source directory, because that will
4899 # break other packages using the cache if that directory is
4900 # removed, or if the value is a relative name.
4901 INSTALL
=$ac_install_sh
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4905 $as_echo "$INSTALL" >&6; }
4907 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4908 # It thinks the first close brace ends the variable substitution.
4909 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4911 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4913 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4916 [\\/$
]* | ?
:[\\/]* ) ;;
4917 *) INSTALL
="\\\$(top_srcdir)/$INSTALL" ;;
4920 for ac_prog
in lclint lint
4922 # Extract the first word of "$ac_prog", so it can be a program name with args.
4923 set dummy
$ac_prog; ac_word
=$2
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4925 $as_echo_n "checking for $ac_word... " >&6; }
4926 if ${ac_cv_prog_LINT+:} false
; then :
4927 $as_echo_n "(cached) " >&6
4929 if test -n "$LINT"; then
4930 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
4932 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4936 test -z "$as_dir" && as_dir
=.
4937 for ac_exec_ext
in '' $ac_executable_extensions; do
4938 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4939 ac_cv_prog_LINT
="$ac_prog"
4940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4949 LINT
=$ac_cv_prog_LINT
4950 if test -n "$LINT"; then
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4952 $as_echo "$LINT" >&6; }
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4955 $as_echo "no" >&6; }
4959 test -n "$LINT" && break
4962 if test "$LINT" = "lint"
4964 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4968 for ac_prog
in fontforge
4970 # Extract the first word of "$ac_prog", so it can be a program name with args.
4971 set dummy
$ac_prog; ac_word
=$2
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4973 $as_echo_n "checking for $ac_word... " >&6; }
4974 if ${ac_cv_prog_FONTFORGE+:} false
; then :
4975 $as_echo_n "(cached) " >&6
4977 if test -n "$FONTFORGE"; then
4978 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
4980 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4984 test -z "$as_dir" && as_dir
=.
4985 for ac_exec_ext
in '' $ac_executable_extensions; do
4986 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4987 ac_cv_prog_FONTFORGE
="$ac_prog"
4988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4997 FONTFORGE
=$ac_cv_prog_FONTFORGE
4998 if test -n "$FONTFORGE"; then
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5000 $as_echo "$FONTFORGE" >&6; }
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5003 $as_echo "no" >&6; }
5007 test -n "$FONTFORGE" && break
5009 test -n "$FONTFORGE" || FONTFORGE
="false"
5013 # Extract the first word of "$ac_prog", so it can be a program name with args.
5014 set dummy
$ac_prog; ac_word
=$2
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5016 $as_echo_n "checking for $ac_word... " >&6; }
5017 if ${ac_cv_prog_RSVG+:} false
; then :
5018 $as_echo_n "(cached) " >&6
5020 if test -n "$RSVG"; then
5021 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5027 test -z "$as_dir" && as_dir
=.
5028 for ac_exec_ext
in '' $ac_executable_extensions; do
5029 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5030 ac_cv_prog_RSVG
="$ac_prog"
5031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5040 RSVG
=$ac_cv_prog_RSVG
5041 if test -n "$RSVG"; then
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5043 $as_echo "$RSVG" >&6; }
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5046 $as_echo "no" >&6; }
5050 test -n "$RSVG" && break
5052 test -n "$RSVG" || RSVG
="false"
5054 for ac_prog
in convert
5056 # Extract the first word of "$ac_prog", so it can be a program name with args.
5057 set dummy
$ac_prog; ac_word
=$2
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5059 $as_echo_n "checking for $ac_word... " >&6; }
5060 if ${ac_cv_prog_CONVERT+:} false
; then :
5061 $as_echo_n "(cached) " >&6
5063 if test -n "$CONVERT"; then
5064 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5066 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5070 test -z "$as_dir" && as_dir
=.
5071 for ac_exec_ext
in '' $ac_executable_extensions; do
5072 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5073 ac_cv_prog_CONVERT
="$ac_prog"
5074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 CONVERT
=$ac_cv_prog_CONVERT
5084 if test -n "$CONVERT"; then
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5086 $as_echo "$CONVERT" >&6; }
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5089 $as_echo "no" >&6; }
5093 test -n "$CONVERT" && break
5095 test -n "$CONVERT" || CONVERT
="false"
5097 for ac_prog
in icotool
5099 # Extract the first word of "$ac_prog", so it can be a program name with args.
5100 set dummy
$ac_prog; ac_word
=$2
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5102 $as_echo_n "checking for $ac_word... " >&6; }
5103 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5104 $as_echo_n "(cached) " >&6
5106 if test -n "$ICOTOOL"; then
5107 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5109 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5113 test -z "$as_dir" && as_dir
=.
5114 for ac_exec_ext
in '' $ac_executable_extensions; do
5115 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5116 ac_cv_prog_ICOTOOL
="$ac_prog"
5117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5126 ICOTOOL
=$ac_cv_prog_ICOTOOL
5127 if test -n "$ICOTOOL"; then
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5129 $as_echo "$ICOTOOL" >&6; }
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5132 $as_echo "no" >&6; }
5136 test -n "$ICOTOOL" && break
5138 test -n "$ICOTOOL" || ICOTOOL
="false"
5140 for ac_prog
in msgfmt
5142 # Extract the first word of "$ac_prog", so it can be a program name with args.
5143 set dummy
$ac_prog; ac_word
=$2
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5145 $as_echo_n "checking for $ac_word... " >&6; }
5146 if ${ac_cv_prog_MSGFMT+:} false
; then :
5147 $as_echo_n "(cached) " >&6
5149 if test -n "$MSGFMT"; then
5150 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5156 test -z "$as_dir" && as_dir
=.
5157 for ac_exec_ext
in '' $ac_executable_extensions; do
5158 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5159 ac_cv_prog_MSGFMT
="$ac_prog"
5160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5169 MSGFMT
=$ac_cv_prog_MSGFMT
5170 if test -n "$MSGFMT"; then
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5172 $as_echo "$MSGFMT" >&6; }
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5175 $as_echo "no" >&6; }
5179 test -n "$MSGFMT" && break
5181 test -n "$MSGFMT" || MSGFMT
="false"
5183 if test -n "$ac_tool_prefix"; then
5184 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5185 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5187 $as_echo_n "checking for $ac_word... " >&6; }
5188 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5189 $as_echo_n "(cached) " >&6
5191 if test -n "$PKG_CONFIG"; then
5192 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5194 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5198 test -z "$as_dir" && as_dir
=.
5199 for ac_exec_ext
in '' $ac_executable_extensions; do
5200 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5201 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5211 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5212 if test -n "$PKG_CONFIG"; then
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5214 $as_echo "$PKG_CONFIG" >&6; }
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5217 $as_echo "no" >&6; }
5222 if test -n "$ac_cv_prog_PKG_CONFIG"; then
5223 PKG_CONFIG
="$ac_cv_prog_PKG_CONFIG"
5224 elif test "$cross_compiling" != yes; then
5225 unset ac_cv_prog_PKG_CONFIG
5226 # Extract the first word of "pkg-config", so it can be a program name with args.
5227 set dummy pkg-config
; ac_word
=$2
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5229 $as_echo_n "checking for $ac_word... " >&6; }
5230 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5231 $as_echo_n "(cached) " >&6
5233 if test -n "$PKG_CONFIG"; then
5234 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5236 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5240 test -z "$as_dir" && as_dir
=.
5241 for ac_exec_ext
in '' $ac_executable_extensions; do
5242 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5243 ac_cv_prog_PKG_CONFIG
="pkg-config"
5244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5253 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5254 if test -n "$PKG_CONFIG"; then
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5256 $as_echo "$PKG_CONFIG" >&6; }
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5259 $as_echo "no" >&6; }
5265 if test "x$enable_maintainer_mode" != "xyes"
5270 if test "$FONTFORGE" = "false"; then as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5; fi
5271 if test "$RSVG" = "false"; then as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5; fi
5273 if test "$CONVERT" = false
5275 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5278 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5279 convert_version
=`convert --version | head -n1`
5280 if test "x$convert_version" != "x"
5282 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5283 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5284 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5289 if test "$CONVERT" = false
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5292 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5293 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5296 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5300 if test "$ICOTOOL" = false
5302 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5305 $as_echo_n "checking for recent enough icotool... " >&6; }
5306 icotool_version
=`icotool --version | head -n1`
5307 if test "x$icotool_version" != "x"
5309 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5310 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5311 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5314 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5317 if test "$ICOTOOL" = false
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5320 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5321 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5324 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5330 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5333 test "x$with_gettext" != xno || MSGFMT
=false
5334 if test "$MSGFMT" != "false"
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
5337 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
5338 cat >conftest.po
<<EOF
5344 if $MSGFMT -o /dev
/null conftest.po
2>&5
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5347 $as_echo "yes" >&6; }
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5350 $as_echo "no" >&6; }
5354 if test "$MSGFMT" = false
; then :
5355 case "x$with_gettext" in
5356 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
5358 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
5359 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5365 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5366 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
5367 $as_echo_n "(cached) " >&6
5369 ac_check_lib_save_LIBS
=$LIBS
5371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5372 /* end confdefs.h. */
5374 /* Override any GCC internal prototype to avoid an error.
5375 Use char because int might match the return type of a GCC
5376 builtin and then its argument prototype would still apply. */
5380 char i386_set_ldt ();
5384 return i386_set_ldt ();
5389 if ac_fn_c_try_link
"$LINENO"; then :
5390 ac_cv_lib_i386_i386_set_ldt
=yes
5392 ac_cv_lib_i386_i386_set_ldt
=no
5394 rm -f core conftest.err conftest.
$ac_objext \
5395 conftest
$ac_exeext conftest.
$ac_ext
5396 LIBS
=$ac_check_lib_save_LIBS
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5399 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5400 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
5401 cat >>confdefs.h
<<_ACEOF
5402 #define HAVE_LIBI386 1
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5410 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5411 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
5412 $as_echo_n "(cached) " >&6
5414 ac_check_lib_save_LIBS
=$LIBS
5415 LIBS
="-lossaudio $LIBS"
5416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5417 /* end confdefs.h. */
5419 /* Override any GCC internal prototype to avoid an error.
5420 Use char because int might match the return type of a GCC
5421 builtin and then its argument prototype would still apply. */
5429 return _oss_ioctl ();
5434 if ac_fn_c_try_link
"$LINENO"; then :
5435 ac_cv_lib_ossaudio__oss_ioctl
=yes
5437 ac_cv_lib_ossaudio__oss_ioctl
=no
5439 rm -f core conftest.err conftest.
$ac_objext \
5440 conftest
$ac_exeext conftest.
$ac_ext
5441 LIBS
=$ac_check_lib_save_LIBS
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5444 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5445 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
5446 cat >>confdefs.h
<<_ACEOF
5447 #define HAVE_LIBOSSAUDIO 1
5450 LIBS
="-lossaudio $LIBS"
5461 test "x$with_fontconfig" != "xno" || ac_cv_header_fontconfig_fontconfig_h
=no
5463 # Check whether --enable-largefile was given.
5464 if test "${enable_largefile+set}" = set; then :
5465 enableval
=$enable_largefile;
5468 if test "$enable_largefile" != no
; then
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5471 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5472 if ${ac_cv_sys_largefile_CC+:} false
; then :
5473 $as_echo_n "(cached) " >&6
5475 ac_cv_sys_largefile_CC
=no
5476 if test "$GCC" != yes; then
5479 # IRIX 6.2 and later do not support large files by default,
5480 # so use the C compiler's -n32 option if that helps.
5481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5482 /* end confdefs.h. */
5483 #include <sys/types.h>
5484 /* Check that off_t can represent 2**63 - 1 correctly.
5485 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5486 since some C++ compilers masquerading as C compilers
5487 incorrectly reject 9223372036854775807. */
5488 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5489 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5490 && LARGE_OFF_T % 2147483647 == 1)
5500 if ac_fn_c_try_compile
"$LINENO"; then :
5503 rm -f core conftest.err conftest.
$ac_objext
5505 if ac_fn_c_try_compile
"$LINENO"; then :
5506 ac_cv_sys_largefile_CC
=' -n32'; break
5508 rm -f core conftest.err conftest.
$ac_objext
5512 rm -f conftest.
$ac_ext
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5516 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5517 if test "$ac_cv_sys_largefile_CC" != no
; then
5518 CC
=$CC$ac_cv_sys_largefile_CC
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5522 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5523 if ${ac_cv_sys_file_offset_bits+:} false
; then :
5524 $as_echo_n "(cached) " >&6
5527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5528 /* end confdefs.h. */
5529 #include <sys/types.h>
5530 /* Check that off_t can represent 2**63 - 1 correctly.
5531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5532 since some C++ compilers masquerading as C compilers
5533 incorrectly reject 9223372036854775807. */
5534 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5536 && LARGE_OFF_T % 2147483647 == 1)
5546 if ac_fn_c_try_compile
"$LINENO"; then :
5547 ac_cv_sys_file_offset_bits
=no
; break
5549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5551 /* end confdefs.h. */
5552 #define _FILE_OFFSET_BITS 64
5553 #include <sys/types.h>
5554 /* Check that off_t can represent 2**63 - 1 correctly.
5555 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5556 since some C++ compilers masquerading as C compilers
5557 incorrectly reject 9223372036854775807. */
5558 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5559 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5560 && LARGE_OFF_T % 2147483647 == 1)
5570 if ac_fn_c_try_compile
"$LINENO"; then :
5571 ac_cv_sys_file_offset_bits
=64; break
5573 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5574 ac_cv_sys_file_offset_bits
=unknown
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5579 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5580 case $ac_cv_sys_file_offset_bits in #(
5583 cat >>confdefs.h
<<_ACEOF
5584 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5589 if test $ac_cv_sys_file_offset_bits = unknown
; then
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5591 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5592 if ${ac_cv_sys_large_files+:} false
; then :
5593 $as_echo_n "(cached) " >&6
5596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5597 /* end confdefs.h. */
5598 #include <sys/types.h>
5599 /* Check that off_t can represent 2**63 - 1 correctly.
5600 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5601 since some C++ compilers masquerading as C compilers
5602 incorrectly reject 9223372036854775807. */
5603 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5604 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5605 && LARGE_OFF_T % 2147483647 == 1)
5615 if ac_fn_c_try_compile
"$LINENO"; then :
5616 ac_cv_sys_large_files
=no
; break
5618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5620 /* end confdefs.h. */
5621 #define _LARGE_FILES 1
5622 #include <sys/types.h>
5623 /* Check that off_t can represent 2**63 - 1 correctly.
5624 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5625 since some C++ compilers masquerading as C compilers
5626 incorrectly reject 9223372036854775807. */
5627 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5628 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5629 && LARGE_OFF_T % 2147483647 == 1)
5639 if ac_fn_c_try_compile
"$LINENO"; then :
5640 ac_cv_sys_large_files
=1; break
5642 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5643 ac_cv_sys_large_files
=unknown
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5648 $as_echo "$ac_cv_sys_large_files" >&6; }
5649 case $ac_cv_sys_large_files in #(
5652 cat >>confdefs.h
<<_ACEOF
5653 #define _LARGE_FILES $ac_cv_sys_large_files
5665 ac_cpp
='$CPP $CPPFLAGS'
5666 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5667 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5668 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5670 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5671 # On Suns, sometimes $CPP names a directory.
5672 if test -n "$CPP" && test -d "$CPP"; then
5675 if test -z "$CPP"; then
5676 if ${ac_cv_prog_CPP+:} false
; then :
5677 $as_echo_n "(cached) " >&6
5679 # Double quotes because CPP needs to be expanded
5680 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5683 for ac_c_preproc_warn_flag
in '' yes
5685 # Use a header file that comes with gcc, so configuring glibc
5686 # with a fresh cross-compiler works.
5687 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5688 # <limits.h> exists even on freestanding compilers.
5689 # On the NeXT, cc -E runs the code through the compiler's parser,
5690 # not just through cpp. "Syntax error" is here to catch this case.
5691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5692 /* end confdefs.h. */
5694 # include <limits.h>
5696 # include <assert.h>
5700 if ac_fn_c_try_cpp
"$LINENO"; then :
5703 # Broken: fails on valid input.
5706 rm -f conftest.err conftest.i conftest.
$ac_ext
5708 # OK, works on sane cases. Now check whether nonexistent headers
5709 # can be detected and how.
5710 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5711 /* end confdefs.h. */
5712 #include <ac_nonexistent.h>
5714 if ac_fn_c_try_cpp
"$LINENO"; then :
5715 # Broken: success on invalid input.
5718 # Passes both tests.
5722 rm -f conftest.err conftest.i conftest.
$ac_ext
5725 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5726 rm -f conftest.i conftest.err conftest.
$ac_ext
5727 if $ac_preproc_ok; then :
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5740 $as_echo "$CPP" >&6; }
5742 for ac_c_preproc_warn_flag
in '' yes
5744 # Use a header file that comes with gcc, so configuring glibc
5745 # with a fresh cross-compiler works.
5746 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5747 # <limits.h> exists even on freestanding compilers.
5748 # On the NeXT, cc -E runs the code through the compiler's parser,
5749 # not just through cpp. "Syntax error" is here to catch this case.
5750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5751 /* end confdefs.h. */
5753 # include <limits.h>
5755 # include <assert.h>
5759 if ac_fn_c_try_cpp
"$LINENO"; then :
5762 # Broken: fails on valid input.
5765 rm -f conftest.err conftest.i conftest.
$ac_ext
5767 # OK, works on sane cases. Now check whether nonexistent headers
5768 # can be detected and how.
5769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5770 /* end confdefs.h. */
5771 #include <ac_nonexistent.h>
5773 if ac_fn_c_try_cpp
"$LINENO"; then :
5774 # Broken: success on invalid input.
5777 # Passes both tests.
5781 rm -f conftest.err conftest.i conftest.
$ac_ext
5784 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5785 rm -f conftest.i conftest.err conftest.
$ac_ext
5786 if $ac_preproc_ok; then :
5789 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5790 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5791 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
5792 See \`config.log' for more details" "$LINENO" 5; }
5796 ac_cpp
='$CPP $CPPFLAGS'
5797 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5798 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5799 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5803 $as_echo_n "checking for ANSI C header files... " >&6; }
5804 if ${ac_cv_header_stdc+:} false
; then :
5805 $as_echo_n "(cached) " >&6
5807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5808 /* end confdefs.h. */
5822 if ac_fn_c_try_compile
"$LINENO"; then :
5823 ac_cv_header_stdc
=yes
5825 ac_cv_header_stdc
=no
5827 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5829 if test $ac_cv_header_stdc = yes; then
5830 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5832 /* end confdefs.h. */
5836 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5837 $EGREP "memchr" >/dev
/null
2>&1; then :
5840 ac_cv_header_stdc
=no
5846 if test $ac_cv_header_stdc = yes; then
5847 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5849 /* end confdefs.h. */
5853 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5854 $EGREP "free" >/dev
/null
2>&1; then :
5857 ac_cv_header_stdc
=no
5863 if test $ac_cv_header_stdc = yes; then
5864 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5865 if test "$cross_compiling" = yes; then :
5868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5869 /* end confdefs.h. */
5872 #if ((' ' & 0x0FF) == 0x020)
5873 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5874 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5876 # define ISLOWER(c) \
5877 (('a' <= (c) && (c) <= 'i') \
5878 || ('j' <= (c) && (c) <= 'r') \
5879 || ('s' <= (c) && (c) <= 'z'))
5880 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5883 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5888 for (i = 0; i < 256; i++)
5889 if (XOR (islower (i), ISLOWER (i))
5890 || toupper (i) != TOUPPER (i))
5895 if ac_fn_c_try_run
"$LINENO"; then :
5898 ac_cv_header_stdc
=no
5900 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5901 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5907 $as_echo "$ac_cv_header_stdc" >&6; }
5908 if test $ac_cv_header_stdc = yes; then
5910 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5914 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5915 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5916 inttypes.h stdint.h unistd.h
5918 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5919 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5921 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5922 cat >>confdefs.h
<<_ACEOF
5923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5933 ApplicationServices
/ApplicationServices.h \
5934 AudioToolbox
/AudioConverter.h \
5935 AudioUnit
/AudioUnit.h \
5936 AudioUnit
/AudioComponent.h \
5939 CoreAudio
/CoreAudio.h \
5940 CoreServices
/CoreServices.h \
5941 DiskArbitration
/DiskArbitration.h \
5943 IOKit
/hid
/IOHIDLib.h \
5946 QuickTime
/ImageCompression.h \
5947 Security
/Security.h \
5960 fontconfig
/fontconfig.h \
5998 netinet
/in_systm.h \
6059 valgrind
/memcheck.h \
6060 valgrind
/valgrind.h \
6064 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6065 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6066 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6067 cat >>confdefs.h
<<_ACEOF
6068 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6076 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6077 if ${ac_cv_header_stat_broken+:} false
; then :
6078 $as_echo_n "(cached) " >&6
6080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6081 /* end confdefs.h. */
6082 #include <sys/types.h>
6083 #include <sys/stat.h>
6085 #if defined S_ISBLK && defined S_IFDIR
6086 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6089 #if defined S_ISBLK && defined S_IFCHR
6090 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6093 #if defined S_ISLNK && defined S_IFREG
6094 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6097 #if defined S_ISSOCK && defined S_IFREG
6098 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6102 if ac_fn_c_try_compile
"$LINENO"; then :
6103 ac_cv_header_stat_broken
=no
6105 ac_cv_header_stat_broken
=yes
6107 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6110 $as_echo "$ac_cv_header_stat_broken" >&6; }
6111 if test $ac_cv_header_stat_broken = yes; then
6113 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6119 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6121 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6122 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6123 #ifdef HAVE_SYS_PARAM_H
6124 # include <sys/param.h>
6127 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6128 cat >>confdefs.h
<<_ACEOF
6129 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6144 netinet
/if_ether.h \
6145 netinet
/if_inarp.h \
6154 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6155 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6156 #ifdef HAVE_SYS_SOCKET_H
6157 # include <sys/socket.h>
6159 #ifdef HAVE_SYS_SOCKETVAR_H
6160 # include <sys/socketvar.h>
6162 #ifdef HAVE_NET_ROUTE_H
6163 # include <net/route.h>
6165 #ifdef HAVE_NETINET_IN_H
6166 # include <netinet/in.h>
6168 #ifdef HAVE_NETINET_IN_SYSTM_H
6169 # include <netinet/in_systm.h>
6171 #ifdef HAVE_NET_IF_H
6172 # include <net/if.h>
6174 #ifdef HAVE_NETINET_IP_H
6175 # include <netinet/ip.h>
6178 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6179 cat >>confdefs.h
<<_ACEOF
6180 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6188 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6190 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6191 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6195 #ifdef HAVE_SYS_SOCKET_H
6196 # include <sys/socket.h>
6198 #ifdef HAVE_SYS_SOCKETVAR_H
6199 # include <sys/socketvar.h>
6201 #ifdef HAVE_SYS_TIMEOUT_H
6202 # include <sys/timeout.h>
6204 #ifdef HAVE_NETINET_IN_H
6205 # include <netinet/in.h>
6207 #ifdef HAVE_NETINET_IN_SYSTM_H
6208 # include <netinet/in_systm.h>
6210 #ifdef HAVE_NETINET_IP_H
6211 # include <netinet/ip.h>
6213 #ifdef HAVE_NETINET_IP_VAR_H
6214 # include <netinet/ip_var.h>
6216 #ifdef HAVE_NETINET_IP_ICMP_H
6217 # include <netinet/ip_icmp.h>
6219 #ifdef HAVE_NETINET_UDP_H
6220 # include <netinet/udp.h>
6222 #ifdef HAVE_NETINET_TCP_H
6223 # include <netinet/tcp.h>
6225 #ifdef HAVE_NETINET_TCP_TIMER_H
6226 #include <netinet/tcp_timer.h>
6229 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6230 cat >>confdefs.h
<<_ACEOF
6231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6239 for ac_header
in linux
/ipx.h linux
/irda.h
6241 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6242 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6243 #ifdef HAVE_ASM_TYPES_H
6244 # include <asm/types.h>
6246 #ifdef HAVE_SYS_SOCKET_H
6247 # include <sys/socket.h>
6249 #ifdef HAVE_LINUX_TYPES_H
6250 # include <linux/types.h>
6253 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6254 cat >>confdefs.h
<<_ACEOF
6255 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6263 for ac_header
in mach-o
/dyld_images.h
6265 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6266 # include <stdbool.h>
6268 #ifdef HAVE_STDINT_H
6269 # include <stdint.h>
6272 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6273 cat >>confdefs.h
<<_ACEOF
6274 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6282 for ac_header
in resolv.h
6284 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6285 #ifdef HAVE_SYS_SOCKET_H
6286 # include <sys/socket.h>
6288 #ifdef HAVE_NETINET_IN_H
6289 # include <netinet/in.h>
6291 #ifdef HAVE_ARPA_NAMESER_H
6292 # include <arpa/nameser.h>
6295 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6296 cat >>confdefs.h
<<_ACEOF
6297 #define HAVE_RESOLV_H 1
6305 for ac_header
in ifaddrs.h
6307 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6309 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6310 cat >>confdefs.h
<<_ACEOF
6311 #define HAVE_IFADDRS_H 1
6319 for ac_header
in ucontext.h
6321 ac_fn_c_check_header_compile
"$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6323 if test "x$ac_cv_header_ucontext_h" = xyes
; then :
6324 cat >>confdefs.h
<<_ACEOF
6325 #define HAVE_UCONTEXT_H 1
6333 for ac_header
in sys
/thr.h
6335 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6336 #ifdef HAVE_UCONTEXT_H
6337 #include <ucontext.h>
6340 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
6341 cat >>confdefs.h
<<_ACEOF
6342 #define HAVE_SYS_THR_H 1
6350 for ac_header
in pthread_np.h
6352 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6353 #include <pthread.h>
6356 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
6357 cat >>confdefs.h
<<_ACEOF
6358 #define HAVE_PTHREAD_NP_H 1
6366 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
6368 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6369 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
6370 #include <sys/time.h>
6372 #include <sys/types.h>
6373 #ifdef HAVE_ASM_TYPES_H
6374 #include <asm/types.h>
6377 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6378 cat >>confdefs.h
<<_ACEOF
6379 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6387 for ac_header
in libprocstat.h
6389 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
6390 #include <sys/param.h>
6392 #ifdef HAVE_SYS_QUEUE_H
6393 #include <sys/queue.h>
6395 #ifdef HAVE_SYS_SOCKET_H
6396 #include <sys/socket.h>
6399 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
6400 cat >>confdefs.h
<<_ACEOF
6401 #define HAVE_LIBPROCSTAT_H 1
6412 DLLFLAGS
="-D_REENTRANT"
6423 STATIC_IMPLIBEXT
="def.a"
6424 # Extract the first word of "ldd", so it can be a program name with args.
6425 set dummy ldd
; ac_word
=$2
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6427 $as_echo_n "checking for $ac_word... " >&6; }
6428 if ${ac_cv_path_LDD+:} false
; then :
6429 $as_echo_n "(cached) " >&6
6433 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
6436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6437 as_dummy
="/sbin:/usr/sbin:$PATH"
6438 for as_dir
in $as_dummy
6441 test -z "$as_dir" && as_dir
=.
6442 for ac_exec_ext
in '' $ac_executable_extensions; do
6443 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6444 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
6445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
6457 if test -n "$LDD"; then
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6459 $as_echo "$LDD" >&6; }
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6462 $as_echo "no" >&6; }
6466 if test -n "$ac_tool_prefix"; then
6467 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
6468 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6470 $as_echo_n "checking for $ac_word... " >&6; }
6471 if ${ac_cv_prog_READELF+:} false
; then :
6472 $as_echo_n "(cached) " >&6
6474 if test -n "$READELF"; then
6475 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
6477 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6481 test -z "$as_dir" && as_dir
=.
6482 for ac_exec_ext
in '' $ac_executable_extensions; do
6483 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6484 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
6485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6494 READELF
=$ac_cv_prog_READELF
6495 if test -n "$READELF"; then
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
6497 $as_echo "$READELF" >&6; }
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500 $as_echo "no" >&6; }
6505 if test -z "$ac_cv_prog_READELF"; then
6506 ac_ct_READELF
=$READELF
6507 # Extract the first word of "readelf", so it can be a program name with args.
6508 set dummy readelf
; ac_word
=$2
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6510 $as_echo_n "checking for $ac_word... " >&6; }
6511 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
6512 $as_echo_n "(cached) " >&6
6514 if test -n "$ac_ct_READELF"; then
6515 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
6517 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6521 test -z "$as_dir" && as_dir
=.
6522 for ac_exec_ext
in '' $ac_executable_extensions; do
6523 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6524 ac_cv_prog_ac_ct_READELF
="readelf"
6525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6534 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
6535 if test -n "$ac_ct_READELF"; then
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
6537 $as_echo "$ac_ct_READELF" >&6; }
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6540 $as_echo "no" >&6; }
6543 if test "x$ac_ct_READELF" = x
; then
6546 case $cross_compiling:$ac_tool_warned in
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6550 ac_tool_warned
=yes ;;
6552 READELF
=$ac_ct_READELF
6555 READELF
="$ac_cv_prog_READELF"
6561 if test -n "$ac_tool_prefix"; then
6562 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6563 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6565 $as_echo_n "checking for $ac_word... " >&6; }
6566 if ${ac_cv_prog_DLLTOOL+:} false
; then :
6567 $as_echo_n "(cached) " >&6
6569 if test -n "$DLLTOOL"; then
6570 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
6572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6576 test -z "$as_dir" && as_dir
=.
6577 for ac_exec_ext
in '' $ac_executable_extensions; do
6578 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6579 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
6580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6589 DLLTOOL
=$ac_cv_prog_DLLTOOL
6590 if test -n "$DLLTOOL"; then
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6592 $as_echo "$DLLTOOL" >&6; }
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6595 $as_echo "no" >&6; }
6600 if test -z "$ac_cv_prog_DLLTOOL"; then
6601 ac_ct_DLLTOOL
=$DLLTOOL
6602 # Extract the first word of "dlltool", so it can be a program name with args.
6603 set dummy dlltool
; ac_word
=$2
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6605 $as_echo_n "checking for $ac_word... " >&6; }
6606 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
6607 $as_echo_n "(cached) " >&6
6609 if test -n "$ac_ct_DLLTOOL"; then
6610 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
6612 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6616 test -z "$as_dir" && as_dir
=.
6617 for ac_exec_ext
in '' $ac_executable_extensions; do
6618 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6619 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
6620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6629 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
6630 if test -n "$ac_ct_DLLTOOL"; then
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6632 $as_echo "$ac_ct_DLLTOOL" >&6; }
6634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6635 $as_echo "no" >&6; }
6638 if test "x$ac_ct_DLLTOOL" = x
; then
6641 case $cross_compiling:$ac_tool_warned in
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6644 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6645 ac_tool_warned
=yes ;;
6647 DLLTOOL
=$ac_ct_DLLTOOL
6650 DLLTOOL
="$ac_cv_prog_DLLTOOL"
6655 STATIC_IMPLIBEXT
="a"
6656 enable_iphlpapi
=${enable_iphlpapi:-no}
6657 enable_kernel32
=${enable_kernel32:-no}
6658 enable_msvcrt
=${enable_msvcrt:-no}
6659 enable_ntdll
=${enable_ntdll:-no}
6660 enable_ws2_32
=${enable_ws2_32:-no}
6661 enable_loader
=${enable_loader:-no}
6662 enable_server
=${enable_server:-no}
6663 with_x
=${with_x:-no}
6664 with_pthread
=${with_pthread:-no}
6670 SOCKETLIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
6675 all: libwine.dll libwine.a
6678 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
6680 libwine.dll: \$(OBJS) wine.def Makefile.in
6681 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
6683 install install-lib:: libwine.dll \$(DESTDIR)\$(libdir) dummy
6684 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
6686 install install-dev:: libwine.a \$(DESTDIR)\$(libdir) dummy
6687 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
6690 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
6693 \$(RM) libwine.dll version.c
6701 DLLFLAGS
="$DLLFLAGS -fPIC"
6702 LDDLLFLAGS
="-bundle -multiply_defined suppress"
6703 LIBWINE_LDFLAGS
="-multiply_defined suppress"
6704 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6705 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
6706 COREFOUNDATIONLIB
="-framework CoreFoundation"
6708 IOKITLIB
="-framework IOKit -framework CoreFoundation"
6710 FORCEFEEDBACKLIB
="-framework ForceFeedback -framework CoreFoundation"
6712 APPLICATIONSERVICESLIB
="-framework ApplicationServices"
6714 CORESERVICESLIB
="-framework CoreServices"
6716 APPKITLIB
="-framework AppKit"
6720 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
6723 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
6726 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6728 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
6731 if test "$ac_cv_header_Security_Security_h" = "yes"
6733 SECURITYLIB
="-framework Security -framework CoreFoundation"
6735 ac_save_LIBS
="$LIBS"
6736 LIBS
="$LIBS $SECURITYLIB"
6737 for ac_func
in SSLCopyPeerCertificates
6739 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
6740 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
6741 cat >>confdefs.h
<<_ACEOF
6742 #define HAVE_SSLCOPYPEERCERTIFICATES 1
6748 LIBS
="$ac_save_LIBS"
6749 with_gnutls
=${with_gnutls:-no}
6751 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6753 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
6755 COREAUDIO
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
6758 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6761 ac_save_LIBS
="$LIBS"
6762 LIBS
="$LIBS $COREAUDIO"
6763 for ac_func
in AUGraphAddNode
6765 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
6766 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
6767 cat >>confdefs.h
<<_ACEOF
6768 #define HAVE_AUGRAPHADDNODE 1
6774 LIBS
="$ac_save_LIBS"
6776 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6778 FRAMEWORK_OPENAL
="-framework OpenAL"
6781 cat >>confdefs.h
<<_ACEOF
6782 #define HAVE_OPENAL 1
6785 ac_cv_lib_openal
=yes
6787 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6789 LIBOPENCL
="-framework OpenCL"
6791 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
6793 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6795 ac_save_LIBS
="$LIBS"
6796 LIBS
="$LIBS $IOKITLIB"
6797 for ac_func
in IOHIDManagerCreate
6799 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6800 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
6801 cat >>confdefs.h
<<_ACEOF
6802 #define HAVE_IOHIDMANAGERCREATE 1
6808 LIBS
="$ac_save_LIBS"
6812 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
6814 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
6816 QUICKTIMELIB
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6818 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
6820 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
6822 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6824 CARBONLIB
="-framework Carbon"
6828 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
6830 ac_save_LIBS
="$LIBS"
6831 LIBS
="$LIBS $APPLICATIONSERVICESLIB"
6832 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
6833 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
6834 enable_winemac_drv
=${enable_winemac_drv:-yes}
6837 LIBS
="$ac_save_LIBS"
6840 if test "x$enable_win16" = "xyes"
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6843 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6844 if test "$cross_compiling" = yes; then :
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6846 $as_echo "cross-compiling, assuming yes" >&6; }
6848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6849 /* end confdefs.h. */
6852 "good:\tnop;nop\n\t"
6853 ".globl _testfunc\n"
6854 "_testfunc:\tcallw good");
6855 extern void testfunc();
6859 unsigned short *p = (unsigned short *)testfunc;
6860 return p[0] != 0xe866 || p[1] != 0xfffa
6865 if ac_fn_c_try_run
"$LINENO"; then :
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6867 $as_echo "yes" >&6; }
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6870 $as_echo "no" >&6; }
6871 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
6873 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6874 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6882 libwine.\$(VERSION).dylib: \$(OBJS) \$(RELPATH) Makefile.in
6883 \$(CC) -dynamiclib -install_name @rpath/libwine.\$(SOVERSION).dylib -Wl,-rpath,@loader_path/ -compatibility_version \$(SOVERSION) -current_version \$(VERSION) \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
6885 libwine.\$(SOVERSION).dylib: libwine.\$(VERSION).dylib
6886 \$(RM) \$@ && \$(LN_S) libwine.\$(VERSION).dylib \$@
6888 libwine.dylib: libwine.\$(SOVERSION).dylib
6889 \$(RM) \$@ && \$(LN_S) libwine.\$(SOVERSION).dylib \$@
6891 install install-lib:: libwine.\$(VERSION).dylib \$(DESTDIR)\$(libdir) dummy
6892 \$(INSTALL_PROGRAM) libwine.\$(VERSION).dylib \$(DESTDIR)\$(libdir)/libwine.\$(VERSION).dylib
6893 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.\$(SOVERSION).dylib && \$(LN_S) libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib
6895 install install-dev:: \$(DESTDIR)\$(libdir) dummy
6896 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.\$(VERSION).dylib libwine.dylib
6899 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib
6902 \$(RM) libwine.dylib libwine.\$(VERSION).dylib libwine.\$(SOVERSION).dylib version.c
6908 DLLFLAGS
="$DLLFLAGS -fPIC"
6910 LDDLLFLAGS
="-shared -Wl,-Bsymbolic"
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6912 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6913 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false
; then :
6914 $as_echo_n "(cached) " >&6
6916 ac_wine_try_cflags_saved
=$CFLAGS
6917 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6919 /* end confdefs.h. */
6920 int main(int argc, char **argv) { return 0; }
6922 if ac_fn_c_try_link
"$LINENO"; then :
6923 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
6925 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
6927 rm -f core conftest.err conftest.
$ac_objext \
6928 conftest
$ac_exeext conftest.
$ac_ext
6929 CFLAGS
=$ac_wine_try_cflags_saved
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6932 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6933 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6934 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
6937 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6938 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false
; then :
6939 $as_echo_n "(cached) " >&6
6941 ac_wine_try_cflags_saved
=$CFLAGS
6942 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6944 /* end confdefs.h. */
6945 int main(int argc, char **argv) { return 0; }
6947 if ac_fn_c_try_link
"$LINENO"; then :
6948 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=yes
6950 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=no
6952 rm -f core conftest.err conftest.
$ac_objext \
6953 conftest
$ac_exeext conftest.
$ac_ext
6954 CFLAGS
=$ac_wine_try_cflags_saved
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6957 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6958 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6959 LDDLLFLAGS
="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6962 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6963 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
6964 $as_echo_n "(cached) " >&6
6966 ac_wine_try_cflags_saved
=$CFLAGS
6967 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
6968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6969 /* end confdefs.h. */
6970 int main(int argc, char **argv) { return 0; }
6972 if ac_fn_c_try_link
"$LINENO"; then :
6973 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
6975 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
6977 rm -f core conftest.err conftest.
$ac_objext \
6978 conftest
$ac_exeext conftest.
$ac_ext
6979 CFLAGS
=$ac_wine_try_cflags_saved
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6982 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6983 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6984 LDEXECFLAGS
="-Wl,--export-dynamic"
6987 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6989 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6990 if eval \
${$as_ac_var+:} false
; then :
6991 $as_echo_n "(cached) " >&6
6993 ac_wine_try_cflags_saved
=$CFLAGS
6994 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6996 /* end confdefs.h. */
6997 int main(int argc, char **argv) { return 0; }
6999 if ac_fn_c_try_link
"$LINENO"; then :
7000 eval "$as_ac_var=yes"
7002 eval "$as_ac_var=no"
7004 rm -f core conftest.err conftest.
$ac_objext \
7005 conftest
$ac_exeext conftest.
$ac_ext
7006 CFLAGS
=$ac_wine_try_cflags_saved
7008 eval ac_res
=\$
$as_ac_var
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7010 $as_echo "$ac_res" >&6; }
7011 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7012 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7013 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7015 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7017 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7018 if eval \
${$as_ac_var+:} false
; then :
7019 $as_echo_n "(cached) " >&6
7021 ac_wine_try_cflags_saved
=$CFLAGS
7022 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7024 /* end confdefs.h. */
7025 int main(int argc, char **argv) { return 0; }
7027 if ac_fn_c_try_link
"$LINENO"; then :
7028 eval "$as_ac_var=yes"
7030 eval "$as_ac_var=no"
7032 rm -f core conftest.err conftest.
$ac_objext \
7033 conftest
$ac_exeext conftest.
$ac_ext
7034 CFLAGS
=$ac_wine_try_cflags_saved
7036 eval ac_res
=\$
$as_ac_var
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7038 $as_echo "$ac_res" >&6; }
7039 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7040 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7041 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7046 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7047 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
7048 $as_echo_n "(cached) " >&6
7050 ac_wine_try_cflags_saved
=$CFLAGS
7051 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
7052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7053 /* end confdefs.h. */
7054 int main(int argc, char **argv) { return 0; }
7056 if ac_fn_c_try_link
"$LINENO"; then :
7057 ac_cv_cflags__Wl___enable_new_dtags
=yes
7059 ac_cv_cflags__Wl___enable_new_dtags
=no
7061 rm -f core conftest.err conftest.
$ac_objext \
7062 conftest
$ac_exeext conftest.
$ac_ext
7063 CFLAGS
=$ac_wine_try_cflags_saved
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7066 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7067 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
7068 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7072 *i
[3456789]86* | x86_64
)
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7074 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7075 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
7076 $as_echo_n "(cached) " >&6
7078 ac_wine_try_cflags_saved
=$CFLAGS
7079 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7081 /* end confdefs.h. */
7082 int main(int argc, char **argv) { return 0; }
7084 if ac_fn_c_try_link
"$LINENO"; then :
7085 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
7087 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
7089 rm -f core conftest.err conftest.
$ac_objext \
7090 conftest
$ac_exeext conftest.
$ac_ext
7091 CFLAGS
=$ac_wine_try_cflags_saved
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7094 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7095 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
7096 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7104 libwine.so: \$(OBJS) Makefile.in
7105 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
7107 install install-lib:: libwine.so \$(DESTDIR)\$(libdir) dummy
7108 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
7111 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
7114 \$(RM) libwine.so version.c
7120 DLLFLAGS
="$DLLFLAGS -fPIC"
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
7123 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7124 if ${ac_cv_c_dll_gnuelf+:} false
; then :
7125 $as_echo_n "(cached) " >&6
7127 ac_wine_try_cflags_saved
=$CFLAGS
7128 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7130 /* end confdefs.h. */
7133 if ac_fn_c_try_link
"$LINENO"; then :
7134 ac_cv_c_dll_gnuelf
="yes"
7136 ac_cv_c_dll_gnuelf
="no"
7138 rm -f core conftest.err conftest.
$ac_objext \
7139 conftest
$ac_exeext conftest.
$ac_ext
7140 CFLAGS
=$ac_wine_try_cflags_saved
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
7143 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7144 if test "$ac_cv_c_dll_gnuelf" = "yes"
7146 LDSHARED
="\$(CC) -shared"
7147 LDDLLFLAGS
="-shared -Wl,-Bsymbolic"
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7149 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7150 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
7151 $as_echo_n "(cached) " >&6
7153 ac_wine_try_cflags_saved
=$CFLAGS
7154 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7156 /* end confdefs.h. */
7157 int main(int argc, char **argv) { return 0; }
7159 if ac_fn_c_try_link
"$LINENO"; then :
7160 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
7162 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
7164 rm -f core conftest.err conftest.
$ac_objext \
7165 conftest
$ac_exeext conftest.
$ac_ext
7166 CFLAGS
=$ac_wine_try_cflags_saved
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7169 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7170 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
7171 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.\$(SOVERSION)"
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7174 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7175 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
7176 $as_echo_n "(cached) " >&6
7178 ac_wine_try_cflags_saved
=$CFLAGS
7179 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7181 /* end confdefs.h. */
7182 int main(int argc, char **argv) { return 0; }
7184 if ac_fn_c_try_link
"$LINENO"; then :
7185 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
7187 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
7189 rm -f core conftest.err conftest.
$ac_objext \
7190 conftest
$ac_exeext conftest.
$ac_ext
7191 CFLAGS
=$ac_wine_try_cflags_saved
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7194 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7195 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
7196 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.\$(SOVERSION)"
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7201 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7202 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+:} false
; then :
7203 $as_echo_n "(cached) " >&6
7205 ac_wine_try_cflags_saved
=$CFLAGS
7206 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7208 /* end confdefs.h. */
7209 int main(int argc, char **argv) { return 0; }
7211 if ac_fn_c_try_link
"$LINENO"; then :
7212 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
7214 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
7216 rm -f core conftest.err conftest.
$ac_objext \
7217 conftest
$ac_exeext conftest.
$ac_ext
7218 CFLAGS
=$ac_wine_try_cflags_saved
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7221 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7222 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
7223 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7227 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7228 if ${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+:} false
; then :
7229 $as_echo_n "(cached) " >&6
7231 ac_wine_try_cflags_saved
=$CFLAGS
7232 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7234 /* end confdefs.h. */
7235 int main(int argc, char **argv) { return 0; }
7237 if ac_fn_c_try_link
"$LINENO"; then :
7238 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=yes
7240 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=no
7242 rm -f core conftest.err conftest.
$ac_objext \
7243 conftest
$ac_exeext conftest.
$ac_ext
7244 CFLAGS
=$ac_wine_try_cflags_saved
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7247 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7248 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
7249 LDDLLFLAGS
="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7252 echo '{ global: *; };' >conftest.map
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7254 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7255 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
7256 $as_echo_n "(cached) " >&6
7258 ac_wine_try_cflags_saved
=$CFLAGS
7259 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7261 /* end confdefs.h. */
7262 int main(int argc, char **argv) { return 0; }
7264 if ac_fn_c_try_link
"$LINENO"; then :
7265 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
7267 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
7269 rm -f core conftest.err conftest.
$ac_objext \
7270 conftest
$ac_exeext conftest.
$ac_ext
7271 CFLAGS
=$ac_wine_try_cflags_saved
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7274 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7275 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
7276 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7281 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7282 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
7283 $as_echo_n "(cached) " >&6
7285 ac_wine_try_cflags_saved
=$CFLAGS
7286 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7288 /* end confdefs.h. */
7289 int main(int argc, char **argv) { return 0; }
7291 if ac_fn_c_try_link
"$LINENO"; then :
7292 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
7294 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
7296 rm -f core conftest.err conftest.
$ac_objext \
7297 conftest
$ac_exeext conftest.
$ac_ext
7298 CFLAGS
=$ac_wine_try_cflags_saved
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7301 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7302 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
7303 LDEXECFLAGS
="-Wl,--export-dynamic"
7307 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7309 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7310 if eval \
${$as_ac_var+:} false
; then :
7311 $as_echo_n "(cached) " >&6
7313 ac_wine_try_cflags_saved
=$CFLAGS
7314 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7316 /* end confdefs.h. */
7317 int main(int argc, char **argv) { return 0; }
7319 if ac_fn_c_try_link
"$LINENO"; then :
7320 eval "$as_ac_var=yes"
7322 eval "$as_ac_var=no"
7324 rm -f core conftest.err conftest.
$ac_objext \
7325 conftest
$ac_exeext conftest.
$ac_ext
7326 CFLAGS
=$ac_wine_try_cflags_saved
7328 eval ac_res
=\$
$as_ac_var
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7330 $as_echo "$ac_res" >&6; }
7331 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7332 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7333 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7335 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7337 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7338 if eval \
${$as_ac_var+:} false
; then :
7339 $as_echo_n "(cached) " >&6
7341 ac_wine_try_cflags_saved
=$CFLAGS
7342 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7344 /* end confdefs.h. */
7345 int main(int argc, char **argv) { return 0; }
7347 if ac_fn_c_try_link
"$LINENO"; then :
7348 eval "$as_ac_var=yes"
7350 eval "$as_ac_var=no"
7352 rm -f core conftest.err conftest.
$ac_objext \
7353 conftest
$ac_exeext conftest.
$ac_ext
7354 CFLAGS
=$ac_wine_try_cflags_saved
7356 eval ac_res
=\$
$as_ac_var
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
7358 $as_echo "$ac_res" >&6; }
7359 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
7360 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7361 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7366 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7367 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
7368 $as_echo_n "(cached) " >&6
7370 ac_wine_try_cflags_saved
=$CFLAGS
7371 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
7372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7373 /* end confdefs.h. */
7374 int main(int argc, char **argv) { return 0; }
7376 if ac_fn_c_try_link
"$LINENO"; then :
7377 ac_cv_cflags__Wl___enable_new_dtags
=yes
7379 ac_cv_cflags__Wl___enable_new_dtags
=no
7381 rm -f core conftest.err conftest.
$ac_objext \
7382 conftest
$ac_exeext conftest.
$ac_ext
7383 CFLAGS
=$ac_wine_try_cflags_saved
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7386 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7387 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
7388 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7392 *i
[3456789]86* | x86_64
)
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7394 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7395 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
7396 $as_echo_n "(cached) " >&6
7398 ac_wine_try_cflags_saved
=$CFLAGS
7399 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7401 /* end confdefs.h. */
7402 int main(int argc, char **argv) { return 0; }
7404 if ac_fn_c_try_link
"$LINENO"; then :
7405 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
7407 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
7409 rm -f core conftest.err conftest.
$ac_objext \
7410 conftest
$ac_exeext conftest.
$ac_ext
7411 CFLAGS
=$ac_wine_try_cflags_saved
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7414 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7415 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
7417 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
7418 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
7422 # Extract the first word of "prelink", so it can be a program name with args.
7423 set dummy prelink
; ac_word
=$2
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7425 $as_echo_n "checking for $ac_word... " >&6; }
7426 if ${ac_cv_path_PRELINK+:} false
; then :
7427 $as_echo_n "(cached) " >&6
7431 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
7434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7435 for as_dir
in /sbin
/usr
/sbin
$PATH
7438 test -z "$as_dir" && as_dir
=.
7439 for ac_exec_ext
in '' $ac_executable_extensions; do
7440 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7441 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
7442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7449 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
7453 PRELINK
=$ac_cv_path_PRELINK
7454 if test -n "$PRELINK"; then
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
7456 $as_echo "$PRELINK" >&6; }
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7459 $as_echo "no" >&6; }
7463 if test "x$PRELINK" = xfalse
7465 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
7472 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
7473 if ${ac_cv_c_dll_unixware+:} false
; then :
7474 $as_echo_n "(cached) " >&6
7476 ac_wine_try_cflags_saved
=$CFLAGS
7477 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7479 /* end confdefs.h. */
7482 if ac_fn_c_try_link
"$LINENO"; then :
7483 ac_cv_c_dll_unixware
="yes"
7485 ac_cv_c_dll_unixware
="no"
7487 rm -f core conftest.err conftest.
$ac_objext \
7488 conftest
$ac_exeext conftest.
$ac_ext
7489 CFLAGS
=$ac_wine_try_cflags_saved
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
7492 $as_echo "$ac_cv_c_dll_unixware" >&6; }
7493 if test "$ac_cv_c_dll_unixware" = "yes"
7495 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.\$(SOVERSION)"
7496 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
7502 libwine.so.\$(VERSION): \$(OBJS) wine.map Makefile.in
7503 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
7505 libwine.so.\$(SOVERSION): libwine.so.\$(VERSION)
7506 \$(RM) \$@ && \$(LN_S) libwine.so.\$(VERSION) \$@
7508 libwine.so: libwine.so.\$(SOVERSION)
7509 \$(RM) \$@ && \$(LN_S) libwine.so.\$(SOVERSION) \$@
7511 install install-lib:: libwine.so.\$(VERSION) \$(DESTDIR)\$(libdir) dummy
7512 \$(INSTALL_PROGRAM) libwine.so.\$(VERSION) \$(DESTDIR)\$(libdir)/libwine.so.\$(VERSION)
7513 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.\$(SOVERSION) && \$(LN_S) libwine.so.\$(VERSION) libwine.so.\$(SOVERSION)
7515 install install-dev:: \$(DESTDIR)\$(libdir) dummy
7516 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.\$(VERSION) libwine.so
7519 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.\$(VERSION) libwine.so.\$(SOVERSION)
7522 \$(RM) libwine.so.\$(SOVERSION) libwine.so.\$(VERSION) version.c
7528 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
7529 enable_winemac_drv
=${enable_winemac_drv:-no}
7531 CROSSTEST_DISABLE
=\
#
7533 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
7537 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
7540 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 " ;;
7542 ac_prefix_list
="" ;;
7544 for ac_prog
in $ac_prefix_list
7546 # Extract the first word of "$ac_prog", so it can be a program name with args.
7547 set dummy
$ac_prog; ac_word
=$2
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7549 $as_echo_n "checking for $ac_word... " >&6; }
7550 if ${ac_cv_prog_CROSSCC+:} false
; then :
7551 $as_echo_n "(cached) " >&6
7553 if test -n "$CROSSCC"; then
7554 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
7556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7560 test -z "$as_dir" && as_dir
=.
7561 for ac_exec_ext
in '' $ac_executable_extensions; do
7562 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7563 ac_cv_prog_CROSSCC
="$ac_prog"
7564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7573 CROSSCC
=$ac_cv_prog_CROSSCC
7574 if test -n "$CROSSCC"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7576 $as_echo "$CROSSCC" >&6; }
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7579 $as_echo "no" >&6; }
7583 test -n "$CROSSCC" && break
7585 test -n "$CROSSCC" || CROSSCC
="false"
7587 if test "$CROSSCC" != "false"
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7592 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7594 /* end confdefs.h. */
7604 if ac_fn_c_try_compile
"$LINENO"; then :
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7606 $as_echo "yes" >&6; }
7613 *-gcc) target
=`expr "$1" : '\(.*\)-gcc'` ;;
7617 if test -n "$target"
7619 CROSSTEST_DISABLE
=""
7620 CROSSTARGET
="$target"
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7625 $as_echo "no" >&6; }
7627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7633 if test "$ac_cv_header_pthread_h" = "yes"
7635 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
7636 if test "x$ac_cv_func_pthread_create" = xyes
; then :
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7640 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7641 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
7642 $as_echo_n "(cached) " >&6
7644 ac_check_lib_save_LIBS
=$LIBS
7645 LIBS
="-lpthread $LIBS"
7646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7647 /* end confdefs.h. */
7649 /* Override any GCC internal prototype to avoid an error.
7650 Use char because int might match the return type of a GCC
7651 builtin and then its argument prototype would still apply. */
7655 char pthread_create ();
7659 return pthread_create ();
7664 if ac_fn_c_try_link
"$LINENO"; then :
7665 ac_cv_lib_pthread_pthread_create
=yes
7667 ac_cv_lib_pthread_pthread_create
=no
7669 rm -f core conftest.err conftest.
$ac_objext \
7670 conftest
$ac_exeext conftest.
$ac_ext
7671 LIBS
=$ac_check_lib_save_LIBS
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7674 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7675 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
7676 LIBPTHREAD
="-lpthread"
7683 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$LIBPTHREAD" = x
; then :
7684 case "x$with_pthread" in
7686 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
7687 Wine cannot support threads without libpthread.
7688 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7694 $as_echo_n "checking for X... " >&6; }
7697 # Check whether --with-x was given.
7698 if test "${with_x+set}" = set; then :
7702 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7703 if test "x$with_x" = xno
; then
7704 # The user explicitly disabled X.
7707 case $x_includes,$x_libraries in #(
7708 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
7709 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
7710 $as_echo_n "(cached) " >&6
7712 # One or both of the vars are not set, and there is no cached value.
7713 ac_x_includes
=no ac_x_libraries
=no
7714 rm -f -r conftest.dir
7715 if mkdir conftest.dir
; then
7717 cat >Imakefile
<<'_ACEOF'
7719 @echo incroot='${INCROOT}'
7721 @echo usrlibdir='${USRLIBDIR}'
7723 @echo libdir='${LIBDIR}'
7725 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
7726 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7727 for ac_var
in incroot usrlibdir libdir
; do
7728 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7730 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7731 for ac_extension
in a so sl dylib la dll
; do
7732 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7733 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7734 ac_im_usrlibdir
=$ac_im_libdir; break
7737 # Screen out bogus values from the imake configuration. They are
7738 # bogus both because they are the default anyway, and because
7739 # using them would break gcc on systems where it needs fixed includes.
7740 case $ac_im_incroot in
7741 /usr
/include
) ac_x_includes
= ;;
7742 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
7744 case $ac_im_usrlibdir in
7745 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
7746 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
7750 rm -f -r conftest.dir
7753 # Standard set of common directories for X headers.
7754 # Check X11 before X11Rn because it is often a symlink to the current release.
7768 /usr/local/X11/include
7769 /usr/local/X11R7/include
7770 /usr/local/X11R6/include
7771 /usr/local/X11R5/include
7772 /usr/local/X11R4/include
7774 /usr/local/include/X11
7775 /usr/local/include/X11R7
7776 /usr/local/include/X11R6
7777 /usr/local/include/X11R5
7778 /usr/local/include/X11R4
7782 /usr/XFree86/include/X11
7786 /usr/unsupported/include
7788 /usr/local/x11r5/include
7789 /usr/lpp/Xamples/include
7791 /usr/openwin/include
7792 /usr/openwin/share/include'
7794 if test "$ac_x_includes" = no
; then
7795 # Guess where to find include files, by looking for Xlib.h.
7796 # First, try using that file with no special directory specified.
7797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7798 /* end confdefs.h. */
7799 #include <X11/Xlib.h>
7801 if ac_fn_c_try_cpp
"$LINENO"; then :
7802 # We can compile using X headers with no special include directory.
7805 for ac_dir
in $ac_x_header_dirs; do
7806 if test -r "$ac_dir/X11/Xlib.h"; then
7807 ac_x_includes
=$ac_dir
7812 rm -f conftest.err conftest.i conftest.
$ac_ext
7813 fi # $ac_x_includes = no
7815 if test "$ac_x_libraries" = no
; then
7816 # Check for the libraries.
7817 # See if we find them without any special options.
7818 # Don't add to $LIBS permanently.
7821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7822 /* end confdefs.h. */
7823 #include <X11/Xlib.h>
7832 if ac_fn_c_try_link
"$LINENO"; then :
7834 # We can link X programs with no special library path.
7838 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7840 # Don't even attempt the hair of trying to link an X program!
7841 for ac_extension
in a so sl dylib la dll
; do
7842 if test -r "$ac_dir/libX11.$ac_extension"; then
7843 ac_x_libraries
=$ac_dir
7849 rm -f core conftest.err conftest.
$ac_objext \
7850 conftest
$ac_exeext conftest.
$ac_ext
7851 fi # $ac_x_libraries = no
7853 case $ac_x_includes,$ac_x_libraries in #(
7855 # Didn't find X, or a directory has "'" in its name.
7856 ac_cv_have_x
="have_x=no";; #(
7858 # Record where we found X for the cache.
7859 ac_cv_have_x
="have_x=yes\
7860 ac_x_includes='$ac_x_includes'\
7861 ac_x_libraries='$ac_x_libraries'"
7867 eval "$ac_cv_have_x"
7870 if test "$have_x" != yes; then
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7872 $as_echo "$have_x" >&6; }
7875 # If each of the values was on the command line, it overrides each guess.
7876 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
7877 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
7878 # Update the cache value to reflect the command line values.
7879 ac_cv_have_x
="have_x=yes\
7880 ac_x_includes='$x_includes'\
7881 ac_x_libraries='$x_libraries'"
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7883 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7886 if test "$no_x" = yes; then
7887 # Not all programs may use this symbol, but it does not hurt to define it.
7889 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7891 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
7893 if test -n "$x_includes"; then
7894 X_CFLAGS
="$X_CFLAGS -I$x_includes"
7897 # It would also be nice to do this for all -L options, not just this one.
7898 if test -n "$x_libraries"; then
7899 X_LIBS
="$X_LIBS -L$x_libraries"
7900 # For Solaris; some versions of Sun CC require a space after -R and
7901 # others require no space. Words are not sufficient . . . .
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7903 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7904 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
7905 ac_xsave_c_werror_flag
=$ac_c_werror_flag
7906 ac_c_werror_flag
=yes
7907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7908 /* end confdefs.h. */
7918 if ac_fn_c_try_link
"$LINENO"; then :
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7920 $as_echo "no" >&6; }
7921 X_LIBS
="$X_LIBS -R$x_libraries"
7923 LIBS
="$ac_xsave_LIBS -R $x_libraries"
7924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7925 /* end confdefs.h. */
7935 if ac_fn_c_try_link
"$LINENO"; then :
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7937 $as_echo "yes" >&6; }
7938 X_LIBS
="$X_LIBS -R $x_libraries"
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7941 $as_echo "neither works" >&6; }
7943 rm -f core conftest.err conftest.
$ac_objext \
7944 conftest
$ac_exeext conftest.
$ac_ext
7946 rm -f core conftest.err conftest.
$ac_objext \
7947 conftest
$ac_exeext conftest.
$ac_ext
7948 ac_c_werror_flag
=$ac_xsave_c_werror_flag
7952 # Check for system-dependent libraries X programs must link with.
7953 # Do this before checking for the system-independent R6 libraries
7954 # (-lICE), since we may need -lsocket or whatever for X linking.
7956 if test "$ISC" = yes; then
7957 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
7959 # Martyn Johnson says this is needed for Ultrix, if the X
7960 # libraries were built with DECnet support. And Karl Berry says
7961 # the Alpha needs dnet_stub (dnet does not exist).
7962 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
7963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7964 /* end confdefs.h. */
7966 /* Override any GCC internal prototype to avoid an error.
7967 Use char because int might match the return type of a GCC
7968 builtin and then its argument prototype would still apply. */
7972 char XOpenDisplay ();
7976 return XOpenDisplay ();
7981 if ac_fn_c_try_link
"$LINENO"; then :
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7985 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7986 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
7987 $as_echo_n "(cached) " >&6
7989 ac_check_lib_save_LIBS
=$LIBS
7991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7992 /* end confdefs.h. */
7994 /* Override any GCC internal prototype to avoid an error.
7995 Use char because int might match the return type of a GCC
7996 builtin and then its argument prototype would still apply. */
8004 return dnet_ntoa ();
8009 if ac_fn_c_try_link
"$LINENO"; then :
8010 ac_cv_lib_dnet_dnet_ntoa
=yes
8012 ac_cv_lib_dnet_dnet_ntoa
=no
8014 rm -f core conftest.err conftest.
$ac_objext \
8015 conftest
$ac_exeext conftest.
$ac_ext
8016 LIBS
=$ac_check_lib_save_LIBS
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8019 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8020 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
8021 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
8024 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
8026 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8027 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
8028 $as_echo_n "(cached) " >&6
8030 ac_check_lib_save_LIBS
=$LIBS
8031 LIBS
="-ldnet_stub $LIBS"
8032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8033 /* end confdefs.h. */
8035 /* Override any GCC internal prototype to avoid an error.
8036 Use char because int might match the return type of a GCC
8037 builtin and then its argument prototype would still apply. */
8045 return dnet_ntoa ();
8050 if ac_fn_c_try_link
"$LINENO"; then :
8051 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
8053 ac_cv_lib_dnet_stub_dnet_ntoa
=no
8055 rm -f core conftest.err conftest.
$ac_objext \
8056 conftest
$ac_exeext conftest.
$ac_ext
8057 LIBS
=$ac_check_lib_save_LIBS
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8060 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8061 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
8062 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
8067 rm -f core conftest.err conftest.
$ac_objext \
8068 conftest
$ac_exeext conftest.
$ac_ext
8069 LIBS
="$ac_xsave_LIBS"
8071 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8072 # to get the SysV transport functions.
8073 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8075 # The nsl library prevents programs from opening the X display
8076 # on Irix 5.2, according to T.E. Dickey.
8077 # The functions gethostbyname, getservbyname, and inet_addr are
8078 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8079 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
8080 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
8084 if test $ac_cv_func_gethostbyname = no
; then
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8086 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8087 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
8088 $as_echo_n "(cached) " >&6
8090 ac_check_lib_save_LIBS
=$LIBS
8092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8093 /* end confdefs.h. */
8095 /* Override any GCC internal prototype to avoid an error.
8096 Use char because int might match the return type of a GCC
8097 builtin and then its argument prototype would still apply. */
8101 char gethostbyname ();
8105 return gethostbyname ();
8110 if ac_fn_c_try_link
"$LINENO"; then :
8111 ac_cv_lib_nsl_gethostbyname
=yes
8113 ac_cv_lib_nsl_gethostbyname
=no
8115 rm -f core conftest.err conftest.
$ac_objext \
8116 conftest
$ac_exeext conftest.
$ac_ext
8117 LIBS
=$ac_check_lib_save_LIBS
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8120 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8121 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
8122 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
8125 if test $ac_cv_lib_nsl_gethostbyname = no
; then
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
8127 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
8128 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
8129 $as_echo_n "(cached) " >&6
8131 ac_check_lib_save_LIBS
=$LIBS
8133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8134 /* end confdefs.h. */
8136 /* Override any GCC internal prototype to avoid an error.
8137 Use char because int might match the return type of a GCC
8138 builtin and then its argument prototype would still apply. */
8142 char gethostbyname ();
8146 return gethostbyname ();
8151 if ac_fn_c_try_link
"$LINENO"; then :
8152 ac_cv_lib_bsd_gethostbyname
=yes
8154 ac_cv_lib_bsd_gethostbyname
=no
8156 rm -f core conftest.err conftest.
$ac_objext \
8157 conftest
$ac_exeext conftest.
$ac_ext
8158 LIBS
=$ac_check_lib_save_LIBS
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
8161 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
8162 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
8163 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
8169 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8170 # socket/setsockopt and other routines are undefined under SCO ODT
8171 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8172 # on later versions), says Simon Leinen: it contains gethostby*
8173 # variants that don't use the name server (or something). -lsocket
8174 # must be given before -lnsl if both are needed. We assume that
8175 # if connect needs -lnsl, so does gethostbyname.
8176 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
8177 if test "x$ac_cv_func_connect" = xyes
; then :
8181 if test $ac_cv_func_connect = no
; then
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
8183 $as_echo_n "checking for connect in -lsocket... " >&6; }
8184 if ${ac_cv_lib_socket_connect+:} false
; then :
8185 $as_echo_n "(cached) " >&6
8187 ac_check_lib_save_LIBS
=$LIBS
8188 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
8189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8190 /* end confdefs.h. */
8192 /* Override any GCC internal prototype to avoid an error.
8193 Use char because int might match the return type of a GCC
8194 builtin and then its argument prototype would still apply. */
8207 if ac_fn_c_try_link
"$LINENO"; then :
8208 ac_cv_lib_socket_connect
=yes
8210 ac_cv_lib_socket_connect
=no
8212 rm -f core conftest.err conftest.
$ac_objext \
8213 conftest
$ac_exeext conftest.
$ac_ext
8214 LIBS
=$ac_check_lib_save_LIBS
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
8217 $as_echo "$ac_cv_lib_socket_connect" >&6; }
8218 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
8219 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
8224 # Guillermo Gomez says -lposix is necessary on A/UX.
8225 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
8226 if test "x$ac_cv_func_remove" = xyes
; then :
8230 if test $ac_cv_func_remove = no
; then
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
8232 $as_echo_n "checking for remove in -lposix... " >&6; }
8233 if ${ac_cv_lib_posix_remove+:} false
; then :
8234 $as_echo_n "(cached) " >&6
8236 ac_check_lib_save_LIBS
=$LIBS
8237 LIBS
="-lposix $LIBS"
8238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8239 /* end confdefs.h. */
8241 /* Override any GCC internal prototype to avoid an error.
8242 Use char because int might match the return type of a GCC
8243 builtin and then its argument prototype would still apply. */
8256 if ac_fn_c_try_link
"$LINENO"; then :
8257 ac_cv_lib_posix_remove
=yes
8259 ac_cv_lib_posix_remove
=no
8261 rm -f core conftest.err conftest.
$ac_objext \
8262 conftest
$ac_exeext conftest.
$ac_ext
8263 LIBS
=$ac_check_lib_save_LIBS
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
8266 $as_echo "$ac_cv_lib_posix_remove" >&6; }
8267 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
8268 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
8273 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8274 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
8275 if test "x$ac_cv_func_shmat" = xyes
; then :
8279 if test $ac_cv_func_shmat = no
; then
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
8281 $as_echo_n "checking for shmat in -lipc... " >&6; }
8282 if ${ac_cv_lib_ipc_shmat+:} false
; then :
8283 $as_echo_n "(cached) " >&6
8285 ac_check_lib_save_LIBS
=$LIBS
8287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8288 /* end confdefs.h. */
8290 /* Override any GCC internal prototype to avoid an error.
8291 Use char because int might match the return type of a GCC
8292 builtin and then its argument prototype would still apply. */
8305 if ac_fn_c_try_link
"$LINENO"; then :
8306 ac_cv_lib_ipc_shmat
=yes
8308 ac_cv_lib_ipc_shmat
=no
8310 rm -f core conftest.err conftest.
$ac_objext \
8311 conftest
$ac_exeext conftest.
$ac_ext
8312 LIBS
=$ac_check_lib_save_LIBS
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
8315 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
8316 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
8317 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
8323 # Check for libraries that X11R6 Xt/Xaw programs need.
8324 ac_save_LDFLAGS
=$LDFLAGS
8325 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
8326 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8327 # check for ICE first), but we must link in the order -lSM -lICE or
8328 # we get undefined symbols. So assume we have SM if we have ICE.
8329 # These have to be linked with before -lX11, unlike the other
8330 # libraries we check for below, so use a different variable.
8331 # John Interrante, Karl Berry
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
8333 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
8334 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
8335 $as_echo_n "(cached) " >&6
8337 ac_check_lib_save_LIBS
=$LIBS
8338 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
8339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8340 /* end confdefs.h. */
8342 /* Override any GCC internal prototype to avoid an error.
8343 Use char because int might match the return type of a GCC
8344 builtin and then its argument prototype would still apply. */
8348 char IceConnectionNumber ();
8352 return IceConnectionNumber ();
8357 if ac_fn_c_try_link
"$LINENO"; then :
8358 ac_cv_lib_ICE_IceConnectionNumber
=yes
8360 ac_cv_lib_ICE_IceConnectionNumber
=no
8362 rm -f core conftest.err conftest.
$ac_objext \
8363 conftest
$ac_exeext conftest.
$ac_ext
8364 LIBS
=$ac_check_lib_save_LIBS
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
8367 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
8368 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
8369 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
8372 LDFLAGS
=$ac_save_LDFLAGS
8377 if test "$have_x" = "yes"
8380 ac_save_CPPFLAGS
="$CPPFLAGS"
8381 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
8384 $as_echo_n "checking for -lX11... " >&6; }
8385 if ${ac_cv_lib_soname_X11+:} false
; then :
8386 $as_echo_n "(cached) " >&6
8388 ac_check_soname_save_LIBS
=$LIBS
8389 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
8390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8391 /* end confdefs.h. */
8393 /* Override any GCC internal prototype to avoid an error.
8394 Use char because int might match the return type of a GCC
8395 builtin and then its argument prototype would still apply. */
8399 char XCreateWindow ();
8403 return XCreateWindow ();
8408 if ac_fn_c_try_link
"$LINENO"; then :
8410 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8411 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'` ;;
8412 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8413 if test "x$ac_cv_lib_soname_X11" = x
; then :
8414 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8418 rm -f core conftest.err conftest.
$ac_objext \
8419 conftest
$ac_exeext conftest.
$ac_ext
8420 LIBS
=$ac_check_soname_save_LIBS
8422 if test "x$ac_cv_lib_soname_X11" = "x"; then :
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8424 $as_echo "not found" >&6; }
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
8428 $as_echo "$ac_cv_lib_soname_X11" >&6; }
8430 cat >>confdefs.h
<<_ACEOF
8431 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
8437 $as_echo_n "checking for -lXext... " >&6; }
8438 if ${ac_cv_lib_soname_Xext+:} false
; then :
8439 $as_echo_n "(cached) " >&6
8441 ac_check_soname_save_LIBS
=$LIBS
8442 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
8443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8446 /* Override any GCC internal prototype to avoid an error.
8447 Use char because int might match the return type of a GCC
8448 builtin and then its argument prototype would still apply. */
8452 char XextCreateExtension ();
8456 return XextCreateExtension ();
8461 if ac_fn_c_try_link
"$LINENO"; then :
8463 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8464 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'` ;;
8465 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8466 if test "x$ac_cv_lib_soname_Xext" = x
; then :
8467 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8471 rm -f core conftest.err conftest.
$ac_objext \
8472 conftest
$ac_exeext conftest.
$ac_ext
8473 LIBS
=$ac_check_soname_save_LIBS
8475 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8477 $as_echo "not found" >&6; }
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
8481 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
8483 cat >>confdefs.h
<<_ACEOF
8484 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8490 for ac_header
in X11
/Xlib.h \
8493 X11
/Xcursor
/Xcursor.h \
8494 X11
/extensions
/shape.h \
8495 X11
/extensions
/XInput.h \
8496 X11
/extensions
/XInput2.h \
8497 X11
/extensions
/XShm.h \
8498 X11
/extensions
/Xcomposite.h \
8499 X11
/extensions
/Xinerama.h \
8500 X11
/extensions
/Xrandr.h \
8501 X11
/extensions
/Xrender.h \
8502 X11
/extensions
/xf86vmode.h \
8503 X11
/extensions
/xf86vmproto.h
8505 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8506 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8507 # include <X11/Xlib.h>
8509 #ifdef HAVE_X11_XUTIL_H
8510 # include <X11/Xutil.h>
8513 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
8514 cat >>confdefs.h
<<_ACEOF
8515 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8523 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8526 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8527 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
8528 $as_echo_n "(cached) " >&6
8530 ac_check_lib_save_LIBS
=$LIBS
8531 LIBS
="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8535 /* Override any GCC internal prototype to avoid an error.
8536 Use char because int might match the return type of a GCC
8537 builtin and then its argument prototype would still apply. */
8541 char XkbQueryExtension ();
8545 return XkbQueryExtension ();
8550 if ac_fn_c_try_link
"$LINENO"; then :
8551 ac_cv_lib_X11_XkbQueryExtension
=yes
8553 ac_cv_lib_X11_XkbQueryExtension
=no
8555 rm -f core conftest.err conftest.
$ac_objext \
8556 conftest
$ac_exeext conftest.
$ac_ext
8557 LIBS
=$ac_check_lib_save_LIBS
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8560 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8561 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
8563 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8569 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8572 $as_echo_n "checking for -lXcursor... " >&6; }
8573 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
8574 $as_echo_n "(cached) " >&6
8576 ac_check_soname_save_LIBS
=$LIBS
8577 LIBS
="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8579 /* end confdefs.h. */
8581 /* Override any GCC internal prototype to avoid an error.
8582 Use char because int might match the return type of a GCC
8583 builtin and then its argument prototype would still apply. */
8587 char XcursorImageLoadCursor ();
8591 return XcursorImageLoadCursor ();
8596 if ac_fn_c_try_link
"$LINENO"; then :
8598 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8599 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'` ;;
8600 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8601 if test "x$ac_cv_lib_soname_Xcursor" = x
; then :
8602 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8606 rm -f core conftest.err conftest.
$ac_objext \
8607 conftest
$ac_exeext conftest.
$ac_ext
8608 LIBS
=$ac_check_soname_save_LIBS
8610 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8612 $as_echo "not found" >&6; }
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8616 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8618 cat >>confdefs.h
<<_ACEOF
8619 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8625 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8626 case "x$with_xcursor" in
8627 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8629 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8630 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8634 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8637 $as_echo_n "checking for -lXi... " >&6; }
8638 if ${ac_cv_lib_soname_Xi+:} false
; then :
8639 $as_echo_n "(cached) " >&6
8641 ac_check_soname_save_LIBS
=$LIBS
8642 LIBS
="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8644 /* end confdefs.h. */
8646 /* Override any GCC internal prototype to avoid an error.
8647 Use char because int might match the return type of a GCC
8648 builtin and then its argument prototype would still apply. */
8652 char XOpenDevice ();
8656 return XOpenDevice ();
8661 if ac_fn_c_try_link
"$LINENO"; then :
8663 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8664 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'` ;;
8665 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8666 if test "x$ac_cv_lib_soname_Xi" = x
; then :
8667 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8671 rm -f core conftest.err conftest.
$ac_objext \
8672 conftest
$ac_exeext conftest.
$ac_ext
8673 LIBS
=$ac_check_soname_save_LIBS
8675 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8677 $as_echo "not found" >&6; }
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8681 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8683 cat >>confdefs.h
<<_ACEOF
8684 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8690 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8691 case "x$with_xinput" in
8692 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8694 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8695 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8699 if test "x$ac_cv_lib_soname_Xi" != x
8701 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
8702 case "x$with_xinput2" in
8703 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
8705 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
8706 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
8711 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8714 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8715 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
8716 $as_echo_n "(cached) " >&6
8718 ac_check_lib_save_LIBS
=$LIBS
8719 LIBS
="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h. */
8723 /* Override any GCC internal prototype to avoid an error.
8724 Use char because int might match the return type of a GCC
8725 builtin and then its argument prototype would still apply. */
8729 char XShmQueryExtension ();
8733 return XShmQueryExtension ();
8738 if ac_fn_c_try_link
"$LINENO"; then :
8739 ac_cv_lib_Xext_XShmQueryExtension
=yes
8741 ac_cv_lib_Xext_XShmQueryExtension
=no
8743 rm -f core conftest.err conftest.
$ac_objext \
8744 conftest
$ac_exeext conftest.
$ac_ext
8745 LIBS
=$ac_check_lib_save_LIBS
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8748 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8749 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
8751 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8756 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8757 case "x$with_xshm" in
8758 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8760 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8761 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8765 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8768 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8769 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
8770 $as_echo_n "(cached) " >&6
8772 ac_check_lib_save_LIBS
=$LIBS
8773 LIBS
="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8775 /* end confdefs.h. */
8777 /* Override any GCC internal prototype to avoid an error.
8778 Use char because int might match the return type of a GCC
8779 builtin and then its argument prototype would still apply. */
8783 char XShapeQueryExtension ();
8787 return XShapeQueryExtension ();
8792 if ac_fn_c_try_link
"$LINENO"; then :
8793 ac_cv_lib_Xext_XShapeQueryExtension
=yes
8795 ac_cv_lib_Xext_XShapeQueryExtension
=no
8797 rm -f core conftest.err conftest.
$ac_objext \
8798 conftest
$ac_exeext conftest.
$ac_ext
8799 LIBS
=$ac_check_lib_save_LIBS
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8802 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8803 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
8805 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8810 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8811 case "x$with_xshape" in
8812 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8814 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
8815 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8819 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8822 $as_echo_n "checking for -lXxf86vm... " >&6; }
8823 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
8824 $as_echo_n "(cached) " >&6
8826 ac_check_soname_save_LIBS
=$LIBS
8827 LIBS
="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8829 /* end confdefs.h. */
8831 /* Override any GCC internal prototype to avoid an error.
8832 Use char because int might match the return type of a GCC
8833 builtin and then its argument prototype would still apply. */
8837 char XF86VidModeQueryExtension ();
8841 return XF86VidModeQueryExtension ();
8846 if ac_fn_c_try_link
"$LINENO"; then :
8848 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8849 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'` ;;
8850 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8851 if test "x$ac_cv_lib_soname_Xxf86vm" = x
; then :
8852 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8856 rm -f core conftest.err conftest.
$ac_objext \
8857 conftest
$ac_exeext conftest.
$ac_ext
8858 LIBS
=$ac_check_soname_save_LIBS
8860 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8862 $as_echo "not found" >&6; }
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8866 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8868 cat >>confdefs.h
<<_ACEOF
8869 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8875 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8876 case "x$with_xxf86vm" in
8877 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8879 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8880 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8884 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"
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8887 $as_echo_n "checking for -lXrender... " >&6; }
8888 if ${ac_cv_lib_soname_Xrender+:} false
; then :
8889 $as_echo_n "(cached) " >&6
8891 ac_check_soname_save_LIBS
=$LIBS
8892 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8894 /* end confdefs.h. */
8896 /* Override any GCC internal prototype to avoid an error.
8897 Use char because int might match the return type of a GCC
8898 builtin and then its argument prototype would still apply. */
8902 char XRenderQueryExtension ();
8906 return XRenderQueryExtension ();
8911 if ac_fn_c_try_link
"$LINENO"; then :
8913 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8914 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'` ;;
8915 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8916 if test "x$ac_cv_lib_soname_Xrender" = x
; then :
8917 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8921 rm -f core conftest.err conftest.
$ac_objext \
8922 conftest
$ac_exeext conftest.
$ac_ext
8923 LIBS
=$ac_check_soname_save_LIBS
8925 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8927 $as_echo "not found" >&6; }
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8931 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8933 cat >>confdefs.h
<<_ACEOF
8934 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8938 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8939 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
8940 $as_echo_n "(cached) " >&6
8942 ac_check_lib_save_LIBS
=$LIBS
8943 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8944 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8945 /* end confdefs.h. */
8947 /* Override any GCC internal prototype to avoid an error.
8948 Use char because int might match the return type of a GCC
8949 builtin and then its argument prototype would still apply. */
8953 char XRenderSetPictureTransform ();
8957 return XRenderSetPictureTransform ();
8962 if ac_fn_c_try_link
"$LINENO"; then :
8963 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
8965 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
8967 rm -f core conftest.err conftest.
$ac_objext \
8968 conftest
$ac_exeext conftest.
$ac_ext
8969 LIBS
=$ac_check_lib_save_LIBS
8971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8972 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8973 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
8975 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
8980 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
8981 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
8982 $as_echo_n "(cached) " >&6
8984 ac_check_lib_save_LIBS
=$LIBS
8985 LIBS
="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8987 /* end confdefs.h. */
8989 /* Override any GCC internal prototype to avoid an error.
8990 Use char because int might match the return type of a GCC
8991 builtin and then its argument prototype would still apply. */
8995 char XRenderCreateLinearGradient ();
8999 return XRenderCreateLinearGradient ();
9004 if ac_fn_c_try_link
"$LINENO"; then :
9005 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
9007 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
9009 rm -f core conftest.err conftest.
$ac_objext \
9010 conftest
$ac_exeext conftest.
$ac_ext
9011 LIBS
=$ac_check_lib_save_LIBS
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
9014 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
9015 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
9017 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
9024 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
9025 case "x$with_xrender" in
9026 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
9028 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
9029 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
9033 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9036 /* end confdefs.h. */
9037 #include <X11/Xlib.h>
9038 #include <X11/extensions/Xrandr.h>
9042 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
9047 if ac_fn_c_try_compile
"$LINENO"; then :
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
9049 $as_echo_n "checking for -lXrandr... " >&6; }
9050 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
9051 $as_echo_n "(cached) " >&6
9053 ac_check_soname_save_LIBS
=$LIBS
9054 LIBS
="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9056 /* end confdefs.h. */
9058 /* Override any GCC internal prototype to avoid an error.
9059 Use char because int might match the return type of a GCC
9060 builtin and then its argument prototype would still apply. */
9064 char XRRQueryExtension ();
9068 return XRRQueryExtension ();
9073 if ac_fn_c_try_link
"$LINENO"; then :
9075 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9076 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'` ;;
9077 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9078 if test "x$ac_cv_lib_soname_Xrandr" = x
; then :
9079 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9083 rm -f core conftest.err conftest.
$ac_objext \
9084 conftest
$ac_exeext conftest.
$ac_ext
9085 LIBS
=$ac_check_soname_save_LIBS
9087 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9089 $as_echo "not found" >&6; }
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
9093 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
9095 cat >>confdefs.h
<<_ACEOF
9096 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9099 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9100 /* end confdefs.h. */
9101 #include <X11/Xlib.h>
9102 #include <X11/extensions/Xrandr.h>
9106 static typeof(XRRGetScreenResources) *f; if (f) return 0;
9111 if ac_fn_c_try_compile
"$LINENO"; then :
9113 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
9116 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9119 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9121 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
9122 case "x$with_xrandr" in
9123 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
9125 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
9126 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
9130 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9133 /* end confdefs.h. */
9134 #include <X11/Xlib.h>
9135 #include <X11/extensions/Xinerama.h>
9139 static typeof(XineramaQueryScreens) * func; if (func) return 0;
9144 if ac_fn_c_try_compile
"$LINENO"; then :
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
9146 $as_echo_n "checking for -lXinerama... " >&6; }
9147 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
9148 $as_echo_n "(cached) " >&6
9150 ac_check_soname_save_LIBS
=$LIBS
9151 LIBS
="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9153 /* end confdefs.h. */
9155 /* Override any GCC internal prototype to avoid an error.
9156 Use char because int might match the return type of a GCC
9157 builtin and then its argument prototype would still apply. */
9161 char XineramaQueryScreens ();
9165 return XineramaQueryScreens ();
9170 if ac_fn_c_try_link
"$LINENO"; then :
9172 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9173 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'` ;;
9174 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9175 if test "x$ac_cv_lib_soname_Xinerama" = x
; then :
9176 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9180 rm -f core conftest.err conftest.
$ac_objext \
9181 conftest
$ac_exeext conftest.
$ac_ext
9182 LIBS
=$ac_check_soname_save_LIBS
9184 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9186 $as_echo "not found" >&6; }
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
9190 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
9192 cat >>confdefs.h
<<_ACEOF
9193 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
9199 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9201 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
9202 case "x$with_xinerama" in
9203 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
9205 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
9206 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
9210 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
9213 $as_echo_n "checking for -lXcomposite... " >&6; }
9214 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
9215 $as_echo_n "(cached) " >&6
9217 ac_check_soname_save_LIBS
=$LIBS
9218 LIBS
="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
9219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9222 /* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9228 char XCompositeRedirectWindow ();
9232 return XCompositeRedirectWindow ();
9237 if ac_fn_c_try_link
"$LINENO"; then :
9239 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9240 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'` ;;
9241 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9242 if test "x$ac_cv_lib_soname_Xcomposite" = x
; then :
9243 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9247 rm -f core conftest.err conftest.
$ac_objext \
9248 conftest
$ac_exeext conftest.
$ac_ext
9249 LIBS
=$ac_check_soname_save_LIBS
9251 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9253 $as_echo "not found" >&6; }
9256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
9257 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
9259 cat >>confdefs.h
<<_ACEOF
9260 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
9266 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
9267 case "x$with_xcomposite" in
9268 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
9270 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
9271 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
9275 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
9276 #include <X11/Xlib.h>
9279 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
9281 cat >>confdefs.h
<<_ACEOF
9282 #define HAVE_XICCALLBACK_CALLBACK 1
9287 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
9288 #include <X11/Xlib.h>
9291 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
9293 cat >>confdefs.h
<<_ACEOF
9294 #define HAVE_XEVENT_XCOOKIE 1
9303 if test "x$with_opengl" != "xno"
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
9306 $as_echo_n "checking for -lGL... " >&6; }
9307 if ${ac_cv_lib_soname_GL+:} false
; then :
9308 $as_echo_n "(cached) " >&6
9310 ac_check_soname_save_LIBS
=$LIBS
9311 LIBS
="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9321 char glXCreateContext ();
9325 return glXCreateContext ();
9330 if ac_fn_c_try_link
"$LINENO"; then :
9332 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9333 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'` ;;
9334 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9335 if test "x$ac_cv_lib_soname_GL" = x
; then :
9336 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9340 rm -f core conftest.err conftest.
$ac_objext \
9341 conftest
$ac_exeext conftest.
$ac_ext
9342 LIBS
=$ac_check_soname_save_LIBS
9344 if test "x$ac_cv_lib_soname_GL" = "x"; then :
9345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9346 $as_echo "not found" >&6; }
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
9348 $as_echo_n "checking for -lGL... " >&6; }
9349 if ${ac_cv_lib_soname_GL+:} false
; then :
9350 $as_echo_n "(cached) " >&6
9352 ac_check_soname_save_LIBS
=$LIBS
9353 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"
9354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9355 /* end confdefs.h. */
9357 /* Override any GCC internal prototype to avoid an error.
9358 Use char because int might match the return type of a GCC
9359 builtin and then its argument prototype would still apply. */
9363 char glXCreateContext ();
9367 return glXCreateContext ();
9372 if ac_fn_c_try_link
"$LINENO"; then :
9374 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9375 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'` ;;
9376 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9377 if test "x$ac_cv_lib_soname_GL" = x
; then :
9378 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9382 rm -f core conftest.err conftest.
$ac_objext \
9383 conftest
$ac_exeext conftest.
$ac_ext
9384 LIBS
=$ac_check_soname_save_LIBS
9386 if test "x$ac_cv_lib_soname_GL" = "x"; then :
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9388 $as_echo "not found" >&6; }
9389 if test -f /usr
/X11R
6/lib
/libGL.a
9391 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
9392 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
9394 opengl_msg
="No OpenGL library found on this system."
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
9398 $as_echo "$ac_cv_lib_soname_GL" >&6; }
9400 cat >>confdefs.h
<<_ACEOF
9401 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9404 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"
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
9408 $as_echo "$ac_cv_lib_soname_GL" >&6; }
9410 cat >>confdefs.h
<<_ACEOF
9411 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9416 if test "x$with_glu" != "xno"
9418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
9419 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
9420 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
9421 $as_echo_n "(cached) " >&6
9423 ac_check_lib_save_LIBS
=$LIBS
9424 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9426 /* end confdefs.h. */
9428 /* Override any GCC internal prototype to avoid an error.
9429 Use char because int might match the return type of a GCC
9430 builtin and then its argument prototype would still apply. */
9438 return gluLookAt ();
9443 if ac_fn_c_try_link
"$LINENO"; then :
9444 ac_cv_lib_GLU_gluLookAt
=yes
9446 ac_cv_lib_GLU_gluLookAt
=no
9448 rm -f core conftest.err conftest.
$ac_objext \
9449 conftest
$ac_exeext conftest.
$ac_ext
9450 LIBS
=$ac_check_lib_save_LIBS
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
9453 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
9454 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
9458 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
9459 case "x$with_glu" in
9460 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
9462 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
9463 This is an error since --with-glu was requested." "$LINENO" 5 ;;
9468 if test "x$with_osmesa" != "xno"
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
9471 $as_echo_n "checking for -lOSMesa... " >&6; }
9472 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
9473 $as_echo_n "(cached) " >&6
9475 ac_check_soname_save_LIBS
=$LIBS
9476 LIBS
="-lOSMesa $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
9477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9478 /* end confdefs.h. */
9480 /* Override any GCC internal prototype to avoid an error.
9481 Use char because int might match the return type of a GCC
9482 builtin and then its argument prototype would still apply. */
9495 if ac_fn_c_try_link
"$LINENO"; then :
9497 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9498 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'` ;;
9499 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9500 if test "x$ac_cv_lib_soname_OSMesa" = x
; then :
9501 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9505 rm -f core conftest.err conftest.
$ac_objext \
9506 conftest
$ac_exeext conftest.
$ac_ext
9507 LIBS
=$ac_check_soname_save_LIBS
9509 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9511 $as_echo "not found" >&6; }
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
9515 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
9517 cat >>confdefs.h
<<_ACEOF
9518 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
9523 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
9524 case "x$with_osmesa" in
9525 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
9527 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
9528 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
9533 if test -n "$opengl_msg"; then :
9534 case "x$with_opengl" in
9535 x
) as_fn_append wine_warnings
"|$opengl_msg
9536 OpenGL and Direct3D won't be supported." ;;
9538 *) as_fn_error $?
"$opengl_msg
9539 OpenGL and Direct3D won't be supported.
9540 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
9544 CPPFLAGS
="$ac_save_CPPFLAGS"
9549 enable_winex11_drv
=${enable_winex11_drv:-no}
9551 if test "x$XLIB" = "x"; then :
9554 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
9555 without X support, which probably isn't what you want. You will need
9556 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9557 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9561 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
9563 if test "$ac_cv_header_CL_cl_h" = "yes"
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9566 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9567 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
9568 $as_echo_n "(cached) " >&6
9570 ac_check_lib_save_LIBS
=$LIBS
9571 LIBS
="-lOpenCL $LIBS"
9572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h. */
9575 /* Override any GCC internal prototype to avoid an error.
9576 Use char because int might match the return type of a GCC
9577 builtin and then its argument prototype would still apply. */
9581 char clGetPlatformInfo ();
9585 return clGetPlatformInfo ();
9590 if ac_fn_c_try_link
"$LINENO"; then :
9591 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
9593 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
9595 rm -f core conftest.err conftest.
$ac_objext \
9596 conftest
$ac_exeext conftest.
$ac_ext
9597 LIBS
=$ac_check_lib_save_LIBS
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9600 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9601 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
9602 LIBOPENCL
="-lOpenCL"
9607 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
9608 case "x$with_opencl" in
9609 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9611 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9612 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9615 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
9618 if test "x$with_xml" != "xno"
9620 if test -n "$XML2_CFLAGS"; then :
9622 elif test -n "$PKG_CONFIG"; then :
9623 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
9625 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
9626 if test -n "$XML2_LIBS"; then :
9628 elif test -n "$PKG_CONFIG"; then :
9629 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
9631 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
9632 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
9633 ac_save_CPPFLAGS
=$CPPFLAGS
9634 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
9635 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
9637 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9638 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9639 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9640 cat >>confdefs.h
<<_ACEOF
9641 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9648 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"
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9651 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9652 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
9653 $as_echo_n "(cached) " >&6
9655 ac_check_lib_save_LIBS
=$LIBS
9656 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9658 /* end confdefs.h. */
9660 /* Override any GCC internal prototype to avoid an error.
9661 Use char because int might match the return type of a GCC
9662 builtin and then its argument prototype would still apply. */
9666 char xmlParseMemory ();
9670 return xmlParseMemory ();
9675 if ac_fn_c_try_link
"$LINENO"; then :
9676 ac_cv_lib_xml2_xmlParseMemory
=yes
9678 ac_cv_lib_xml2_xmlParseMemory
=no
9680 rm -f core conftest.err conftest.
$ac_objext \
9681 conftest
$ac_exeext conftest.
$ac_ext
9682 LIBS
=$ac_check_lib_save_LIBS
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9685 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9686 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
9688 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9695 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9696 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
9697 $as_echo_n "(cached) " >&6
9699 ac_check_lib_save_LIBS
=$LIBS
9700 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9702 /* end confdefs.h. */
9704 /* Override any GCC internal prototype to avoid an error.
9705 Use char because int might match the return type of a GCC
9706 builtin and then its argument prototype would still apply. */
9710 char xmlReadMemory ();
9714 return xmlReadMemory ();
9719 if ac_fn_c_try_link
"$LINENO"; then :
9720 ac_cv_lib_xml2_xmlReadMemory
=yes
9722 ac_cv_lib_xml2_xmlReadMemory
=no
9724 rm -f core conftest.err conftest.
$ac_objext \
9725 conftest
$ac_exeext conftest.
$ac_ext
9726 LIBS
=$ac_check_lib_save_LIBS
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9729 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9730 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
9732 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9737 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9738 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
9739 $as_echo_n "(cached) " >&6
9741 ac_check_lib_save_LIBS
=$LIBS
9742 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9744 /* end confdefs.h. */
9746 /* Override any GCC internal prototype to avoid an error.
9747 Use char because int might match the return type of a GCC
9748 builtin and then its argument prototype would still apply. */
9752 char xmlNewDocPI ();
9756 return xmlNewDocPI ();
9761 if ac_fn_c_try_link
"$LINENO"; then :
9762 ac_cv_lib_xml2_xmlNewDocPI
=yes
9764 ac_cv_lib_xml2_xmlNewDocPI
=no
9766 rm -f core conftest.err conftest.
$ac_objext \
9767 conftest
$ac_exeext conftest.
$ac_ext
9768 LIBS
=$ac_check_lib_save_LIBS
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9771 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9772 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
9774 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9779 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9780 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
9781 $as_echo_n "(cached) " >&6
9783 ac_check_lib_save_LIBS
=$LIBS
9784 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9786 /* end confdefs.h. */
9788 /* Override any GCC internal prototype to avoid an error.
9789 Use char because int might match the return type of a GCC
9790 builtin and then its argument prototype would still apply. */
9794 char xmlSchemaSetParserStructuredErrors ();
9798 return xmlSchemaSetParserStructuredErrors ();
9803 if ac_fn_c_try_link
"$LINENO"; then :
9804 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
9806 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
9808 rm -f core conftest.err conftest.
$ac_objext \
9809 conftest
$ac_exeext conftest.
$ac_ext
9810 LIBS
=$ac_check_lib_save_LIBS
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9813 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9814 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
9816 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9821 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9822 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
9823 $as_echo_n "(cached) " >&6
9825 ac_check_lib_save_LIBS
=$LIBS
9826 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9828 /* end confdefs.h. */
9830 /* Override any GCC internal prototype to avoid an error.
9831 Use char because int might match the return type of a GCC
9832 builtin and then its argument prototype would still apply. */
9836 char xmlSchemaSetValidStructuredErrors ();
9840 return xmlSchemaSetValidStructuredErrors ();
9845 if ac_fn_c_try_link
"$LINENO"; then :
9846 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
9848 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
9850 rm -f core conftest.err conftest.
$ac_objext \
9851 conftest
$ac_exeext conftest.
$ac_ext
9852 LIBS
=$ac_check_lib_save_LIBS
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9855 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9856 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
9858 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9863 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9864 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
9865 $as_echo_n "(cached) " >&6
9867 ac_check_lib_save_LIBS
=$LIBS
9868 LIBS
="-lxml2 $XML2_LIBS $LIBS"
9869 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9870 /* end confdefs.h. */
9872 /* Override any GCC internal prototype to avoid an error.
9873 Use char because int might match the return type of a GCC
9874 builtin and then its argument prototype would still apply. */
9878 char xmlFirstElementChild ();
9882 return xmlFirstElementChild ();
9887 if ac_fn_c_try_link
"$LINENO"; then :
9888 ac_cv_lib_xml2_xmlFirstElementChild
=yes
9890 ac_cv_lib_xml2_xmlFirstElementChild
=no
9892 rm -f core conftest.err conftest.
$ac_objext \
9893 conftest
$ac_exeext conftest.
$ac_ext
9894 LIBS
=$ac_check_lib_save_LIBS
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9897 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9898 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
9900 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9904 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9906 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
9908 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9916 CPPFLAGS
=$ac_save_CPPFLAGS
9917 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
9918 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
9921 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9922 case "x$with_xml" in
9923 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
9925 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
9926 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9930 if test "x$with_xslt" != "xno"
9932 if test -n "$XSLT_CFLAGS"; then :
9934 elif test -n "$PKG_CONFIG"; then :
9935 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
9937 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
9938 if test -n "$XSLT_LIBS"; then :
9940 elif test -n "$PKG_CONFIG"; then :
9941 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
9943 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
9944 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
9945 ac_save_CPPFLAGS
=$CPPFLAGS
9946 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
9947 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
9949 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9950 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9951 # include <libxslt/pattern.h>
9954 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9955 cat >>confdefs.h
<<_ACEOF
9956 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9963 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9966 $as_echo_n "checking for -lxslt... " >&6; }
9967 if ${ac_cv_lib_soname_xslt+:} false
; then :
9968 $as_echo_n "(cached) " >&6
9970 ac_check_soname_save_LIBS
=$LIBS
9971 LIBS
="-lxslt $XSLT_LIBS $LIBS"
9972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9973 /* end confdefs.h. */
9975 /* Override any GCC internal prototype to avoid an error.
9976 Use char because int might match the return type of a GCC
9977 builtin and then its argument prototype would still apply. */
9981 char xsltCompilePattern ();
9985 return xsltCompilePattern ();
9990 if ac_fn_c_try_link
"$LINENO"; then :
9992 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9993 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'` ;;
9994 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9995 if test "x$ac_cv_lib_soname_xslt" = x
; then :
9996 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10000 rm -f core conftest.err conftest.
$ac_objext \
10001 conftest
$ac_exeext conftest.
$ac_ext
10002 LIBS
=$ac_check_soname_save_LIBS
10004 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10006 $as_echo "not found" >&6; }
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
10010 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
10012 cat >>confdefs.h
<<_ACEOF
10013 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
10021 CPPFLAGS
=$ac_save_CPPFLAGS
10022 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10023 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10026 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
10027 case "x$with_xslt" in
10028 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
10030 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
10031 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
10035 if test "x$with_dbus" != "xno"
10037 if test -n "$DBUS_CFLAGS"; then :
10039 elif test -n "$PKG_CONFIG"; then :
10040 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
10043 if test -n "$DBUS_LIBS"; then :
10045 elif test -n "$PKG_CONFIG"; then :
10046 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
10050 ac_save_CPPFLAGS
=$CPPFLAGS
10051 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
10052 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
10053 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
10055 $as_echo_n "checking for -ldbus-1... " >&6; }
10056 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
10057 $as_echo_n "(cached) " >&6
10059 ac_check_soname_save_LIBS
=$LIBS
10060 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
10061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10062 /* end confdefs.h. */
10064 /* Override any GCC internal prototype to avoid an error.
10065 Use char because int might match the return type of a GCC
10066 builtin and then its argument prototype would still apply. */
10070 char dbus_connection_close ();
10074 return dbus_connection_close ();
10079 if ac_fn_c_try_link
"$LINENO"; then :
10081 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10082 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'` ;;
10083 *) 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'`
10084 if test "x$ac_cv_lib_soname_dbus_1" = x
; then :
10085 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10089 rm -f core conftest.err conftest.
$ac_objext \
10090 conftest
$ac_exeext conftest.
$ac_ext
10091 LIBS
=$ac_check_soname_save_LIBS
10093 if test "x$ac_cv_lib_soname_dbus_1" = "x"; then :
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10095 $as_echo "not found" >&6; }
10098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
10099 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
10101 cat >>confdefs.h
<<_ACEOF
10102 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
10112 CPPFLAGS
=$ac_save_CPPFLAGS
10113 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10114 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10117 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
10118 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
10119 case "x$with_dbus" in
10120 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
10122 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
10123 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
10127 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
10129 if test -n "$HAL_CFLAGS"; then :
10131 elif test -n "$PKG_CONFIG"; then :
10132 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
10135 if test -n "$HAL_LIBS"; then :
10137 elif test -n "$PKG_CONFIG"; then :
10138 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
10141 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
10142 ac_save_CPPFLAGS
=$CPPFLAGS
10143 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
10144 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
10145 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
10147 $as_echo_n "checking for -lhal... " >&6; }
10148 if ${ac_cv_lib_soname_hal+:} false
; then :
10149 $as_echo_n "(cached) " >&6
10151 ac_check_soname_save_LIBS
=$LIBS
10152 LIBS
="-lhal $HAL_LIBS $LIBS"
10153 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10154 /* end confdefs.h. */
10156 /* Override any GCC internal prototype to avoid an error.
10157 Use char because int might match the return type of a GCC
10158 builtin and then its argument prototype would still apply. */
10162 char libhal_ctx_new ();
10166 return libhal_ctx_new ();
10171 if ac_fn_c_try_link
"$LINENO"; then :
10173 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10174 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'` ;;
10175 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10176 if test "x$ac_cv_lib_soname_hal" = x
; then :
10177 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10181 rm -f core conftest.err conftest.
$ac_objext \
10182 conftest
$ac_exeext conftest.
$ac_ext
10183 LIBS
=$ac_check_soname_save_LIBS
10185 if test "x$ac_cv_lib_soname_hal" = "x"; then :
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10187 $as_echo "not found" >&6; }
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
10191 $as_echo "$ac_cv_lib_soname_hal" >&6; }
10193 cat >>confdefs.h
<<_ACEOF
10194 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
10204 CPPFLAGS
=$ac_save_CPPFLAGS
10205 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10206 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10208 if test "x$ac_cv_lib_soname_hal" = "x" -a \
10209 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
10210 case "x$with_hal" in
10211 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
10213 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
10214 This is an error since --with-hal was requested." "$LINENO" 5 ;;
10219 if test "x$with_gnutls" != "xno"
10221 if test -n "$GNUTLS_CFLAGS"; then :
10223 elif test -n "$PKG_CONFIG"; then :
10224 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
10227 if test -n "$GNUTLS_LIBS"; then :
10229 elif test -n "$PKG_CONFIG"; then :
10230 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
10234 ac_save_CPPFLAGS
=$CPPFLAGS
10235 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
10236 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
10237 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
10238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10239 /* end confdefs.h. */
10240 #include <gnutls/gnutls.h>
10241 #include <gnutls/crypto.h>
10245 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
10250 if ac_fn_c_try_compile
"$LINENO"; then :
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
10252 $as_echo_n "checking for -lgnutls... " >&6; }
10253 if ${ac_cv_lib_soname_gnutls+:} false
; then :
10254 $as_echo_n "(cached) " >&6
10256 ac_check_soname_save_LIBS
=$LIBS
10257 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
10258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10259 /* end confdefs.h. */
10261 /* Override any GCC internal prototype to avoid an error.
10262 Use char because int might match the return type of a GCC
10263 builtin and then its argument prototype would still apply. */
10267 char gnutls_global_init ();
10271 return gnutls_global_init ();
10276 if ac_fn_c_try_link
"$LINENO"; then :
10278 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10279 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'` ;;
10280 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10281 if test "x$ac_cv_lib_soname_gnutls" = x
; then :
10282 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10286 rm -f core conftest.err conftest.
$ac_objext \
10287 conftest
$ac_exeext conftest.
$ac_ext
10288 LIBS
=$ac_check_soname_save_LIBS
10290 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10292 $as_echo "not found" >&6; }
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
10296 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
10298 cat >>confdefs.h
<<_ACEOF
10299 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
10305 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10311 CPPFLAGS
=$ac_save_CPPFLAGS
10312 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10313 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10316 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
10317 case "x$with_gnutls" in
10318 x
) as_fn_append wine_notices
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
10320 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
10321 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
10326 if test "$ac_cv_header_ncurses_h" = "yes"
10328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
10329 $as_echo_n "checking for -lncurses... " >&6; }
10330 if ${ac_cv_lib_soname_ncurses+:} false
; then :
10331 $as_echo_n "(cached) " >&6
10333 ac_check_soname_save_LIBS
=$LIBS
10334 LIBS
="-lncurses $LIBS"
10335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10336 /* end confdefs.h. */
10338 /* Override any GCC internal prototype to avoid an error.
10339 Use char because int might match the return type of a GCC
10340 builtin and then its argument prototype would still apply. */
10353 if ac_fn_c_try_link
"$LINENO"; then :
10355 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10356 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'` ;;
10357 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10358 if test "x$ac_cv_lib_soname_ncurses" = x
; then :
10359 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10363 rm -f core conftest.err conftest.
$ac_objext \
10364 conftest
$ac_exeext conftest.
$ac_ext
10365 LIBS
=$ac_check_soname_save_LIBS
10367 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10369 $as_echo "not found" >&6; }
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
10373 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
10375 cat >>confdefs.h
<<_ACEOF
10376 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
10379 CURSESLIBS
="-lncurses"
10381 elif test "$ac_cv_header_curses_h" = "yes"
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
10384 $as_echo_n "checking for -lcurses... " >&6; }
10385 if ${ac_cv_lib_soname_curses+:} false
; then :
10386 $as_echo_n "(cached) " >&6
10388 ac_check_soname_save_LIBS
=$LIBS
10389 LIBS
="-lcurses $LIBS"
10390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10391 /* end confdefs.h. */
10393 /* Override any GCC internal prototype to avoid an error.
10394 Use char because int might match the return type of a GCC
10395 builtin and then its argument prototype would still apply. */
10408 if ac_fn_c_try_link
"$LINENO"; then :
10410 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10411 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'` ;;
10412 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10413 if test "x$ac_cv_lib_soname_curses" = x
; then :
10414 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10418 rm -f core conftest.err conftest.
$ac_objext \
10419 conftest
$ac_exeext conftest.
$ac_ext
10420 LIBS
=$ac_check_soname_save_LIBS
10422 if test "x$ac_cv_lib_soname_curses" = "x"; then :
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10424 $as_echo "not found" >&6; }
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
10428 $as_echo "$ac_cv_lib_soname_curses" >&6; }
10430 cat >>confdefs.h
<<_ACEOF
10431 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
10434 CURSESLIBS
="-lcurses"
10437 ac_save_LIBS
="$LIBS"
10438 LIBS
="$LIBS $CURSESLIBS"
10439 for ac_func
in mousemask
10441 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
10442 if test "x$ac_cv_func_mousemask" = xyes
; then :
10443 cat >>confdefs.h
<<_ACEOF
10444 #define HAVE_MOUSEMASK 1
10450 LIBS
="$ac_save_LIBS"
10451 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
10452 case "x$with_curses" in
10453 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
10455 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
10456 This is an error since --with-curses was requested." "$LINENO" 5 ;;
10460 if test "x$with_sane" != "xno"
10462 if test -n "$SANE_CFLAGS"; then :
10464 elif test -n "$PKG_CONFIG"; then :
10465 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
10467 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
10468 if test -n "$SANE_LIBS"; then :
10470 elif test -n "$PKG_CONFIG"; then :
10471 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
10473 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
10475 ac_save_CPPFLAGS
=$CPPFLAGS
10476 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
10477 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
10478 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
10480 $as_echo_n "checking for -lsane... " >&6; }
10481 if ${ac_cv_lib_soname_sane+:} false
; then :
10482 $as_echo_n "(cached) " >&6
10484 ac_check_soname_save_LIBS
=$LIBS
10485 LIBS
="-lsane $SANE_LIBS $LIBS"
10486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10487 /* end confdefs.h. */
10489 /* Override any GCC internal prototype to avoid an error.
10490 Use char because int might match the return type of a GCC
10491 builtin and then its argument prototype would still apply. */
10499 return sane_init ();
10504 if ac_fn_c_try_link
"$LINENO"; then :
10506 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10507 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'` ;;
10508 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10509 if test "x$ac_cv_lib_soname_sane" = x
; then :
10510 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10514 rm -f core conftest.err conftest.
$ac_objext \
10515 conftest
$ac_exeext conftest.
$ac_ext
10516 LIBS
=$ac_check_soname_save_LIBS
10518 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10520 $as_echo "not found" >&6; }
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
10524 $as_echo "$ac_cv_lib_soname_sane" >&6; }
10526 cat >>confdefs.h
<<_ACEOF
10527 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
10537 CPPFLAGS
=$ac_save_CPPFLAGS
10538 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10539 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10542 if test "x$ac_cv_lib_soname_sane" = "x"; then :
10543 case "x$with_sane" in
10544 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
10546 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
10547 This is an error since --with-sane was requested." "$LINENO" 5 ;;
10551 if test "x$with_v4l" != "xno"
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
10554 $as_echo_n "checking for -lv4l1... " >&6; }
10555 if ${ac_cv_lib_soname_v4l1+:} false
; then :
10556 $as_echo_n "(cached) " >&6
10558 ac_check_soname_save_LIBS
=$LIBS
10559 LIBS
="-lv4l1 $LIBS"
10560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10573 return v4l1_open ();
10578 if ac_fn_c_try_link
"$LINENO"; then :
10580 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10581 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'` ;;
10582 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10583 if test "x$ac_cv_lib_soname_v4l1" = x
; then :
10584 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10588 rm -f core conftest.err conftest.
$ac_objext \
10589 conftest
$ac_exeext conftest.
$ac_ext
10590 LIBS
=$ac_check_soname_save_LIBS
10592 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10594 $as_echo "not found" >&6; }
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10598 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10600 cat >>confdefs.h
<<_ACEOF
10601 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10607 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10608 case "x$with_v4l" in
10609 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
10611 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
10612 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10616 if test "x$with_gphoto" != "xno"
10618 if test -n "$GPHOTO2_CFLAGS"; then :
10620 elif test -n "$PKG_CONFIG"; then :
10621 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
10623 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
10624 if test -n "$GPHOTO2_LIBS"; then :
10626 elif test -n "$PKG_CONFIG"; then :
10627 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
10629 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
10630 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
10631 ac_save_CPPFLAGS
=$CPPFLAGS
10632 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
10633 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10634 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10636 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10637 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
10638 $as_echo_n "(cached) " >&6
10640 ac_check_lib_save_LIBS
=$LIBS
10641 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
10642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10643 /* end confdefs.h. */
10645 /* Override any GCC internal prototype to avoid an error.
10646 Use char because int might match the return type of a GCC
10647 builtin and then its argument prototype would still apply. */
10651 char gp_camera_new ();
10655 return gp_camera_new ();
10660 if ac_fn_c_try_link
"$LINENO"; then :
10661 ac_cv_lib_gphoto2_gp_camera_new
=yes
10663 ac_cv_lib_gphoto2_gp_camera_new
=no
10665 rm -f core conftest.err conftest.
$ac_objext \
10666 conftest
$ac_exeext conftest.
$ac_ext
10667 LIBS
=$ac_check_lib_save_LIBS
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10670 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10671 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
10673 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10676 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
10680 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
10684 CPPFLAGS
=$ac_save_CPPFLAGS
10685 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10686 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10688 if test -n "$GPHOTO2_PORT_CFLAGS"; then :
10690 elif test -n "$PKG_CONFIG"; then :
10691 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
10693 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
10694 if test -n "$GPHOTO2_PORT_LIBS"; then :
10696 elif test -n "$PKG_CONFIG"; then :
10697 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
10699 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
10700 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
10701 ac_save_CPPFLAGS
=$CPPFLAGS
10702 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
10703 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
10704 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
10706 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
10707 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
10708 $as_echo_n "(cached) " >&6
10710 ac_check_lib_save_LIBS
=$LIBS
10711 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
10712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10721 char gp_port_info_list_new ();
10725 return gp_port_info_list_new ();
10730 if ac_fn_c_try_link
"$LINENO"; then :
10731 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
10733 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
10735 rm -f core conftest.err conftest.
$ac_objext \
10736 conftest
$ac_exeext conftest.
$ac_ext
10737 LIBS
=$ac_check_lib_save_LIBS
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
10740 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
10741 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
10743 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
10746 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
10750 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
10754 CPPFLAGS
=$ac_save_CPPFLAGS
10755 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10756 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10759 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10760 case "x$with_gphoto" in
10761 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10763 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10764 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10767 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
10768 case "x$with_gphoto" in
10769 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
10771 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
10772 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10777 if test "$ac_cv_header_resolv_h" = "yes"
10779 ac_save_LIBS
="$LIBS"
10780 for lib
in '' -lresolv
10782 LIBS
="$lib $ac_save_LIBS"
10783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10784 /* end confdefs.h. */
10785 #ifdef HAVE_NETINET_IN_H
10786 #include <netinet/in.h>
10788 #include <resolv.h>
10792 res_query("foo",ns_c_in,0,0,0);
10797 if ac_fn_c_try_link
"$LINENO"; then :
10799 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10804 rm -f core conftest.err conftest.
$ac_objext \
10805 conftest
$ac_exeext conftest.
$ac_ext
10806 if test "${RESOLVLIBS+set}" = set; then
10810 LIBS
="$ac_save_LIBS"
10813 if test "x$with_lcms2" != "xno"
10815 if test -n "$LCMS2_CFLAGS"; then :
10817 elif test -n "$PKG_CONFIG"; then :
10818 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
10821 if test -n "$LCMS2_LIBS"; then :
10823 elif test -n "$PKG_CONFIG"; then :
10824 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
10827 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
10828 ac_save_CPPFLAGS
=$CPPFLAGS
10829 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
10830 for ac_header
in lcms2.h
10832 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
10833 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
10834 cat >>confdefs.h
<<_ACEOF
10835 #define HAVE_LCMS2_H 1
10842 if test "$ac_cv_header_lcms2_h" = "yes"
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
10845 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
10846 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
10847 $as_echo_n "(cached) " >&6
10849 ac_check_lib_save_LIBS
=$LIBS
10850 LIBS
="-llcms2 $LIBS"
10851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10852 /* end confdefs.h. */
10854 /* Override any GCC internal prototype to avoid an error.
10855 Use char because int might match the return type of a GCC
10856 builtin and then its argument prototype would still apply. */
10860 char cmsOpenProfileFromFile ();
10864 return cmsOpenProfileFromFile ();
10869 if ac_fn_c_try_link
"$LINENO"; then :
10870 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
10872 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
10874 rm -f core conftest.err conftest.
$ac_objext \
10875 conftest
$ac_exeext conftest.
$ac_ext
10876 LIBS
=$ac_check_lib_save_LIBS
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
10879 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
10880 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
10882 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
10892 CPPFLAGS
=$ac_save_CPPFLAGS
10893 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
10894 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
10897 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
10898 case "x$with_cms" in
10899 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
10901 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
10902 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10906 if test "x$with_freetype" != "xno"
10908 if test -n "$FREETYPE_CFLAGS"; then :
10910 elif test -n "$PKG_CONFIG"; then :
10911 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
10913 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
10914 if test -n "$FREETYPE_LIBS"; then :
10916 elif test -n "$PKG_CONFIG"; then :
10917 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
10919 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
10920 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
10921 ac_save_CPPFLAGS
=$CPPFLAGS
10922 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10924 $as_echo_n "checking for -lfreetype... " >&6; }
10925 if ${ac_cv_lib_soname_freetype+:} false
; then :
10926 $as_echo_n "(cached) " >&6
10928 ac_check_soname_save_LIBS
=$LIBS
10929 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
10930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10939 char FT_Init_FreeType ();
10943 return FT_Init_FreeType ();
10948 if ac_fn_c_try_link
"$LINENO"; then :
10950 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10951 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'` ;;
10952 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10953 if test "x$ac_cv_lib_soname_freetype" = x
; then :
10954 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10958 rm -f core conftest.err conftest.
$ac_objext \
10959 conftest
$ac_exeext conftest.
$ac_ext
10960 LIBS
=$ac_check_soname_save_LIBS
10962 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10964 $as_echo "not found" >&6; }
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10968 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10970 cat >>confdefs.h
<<_ACEOF
10971 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10976 if test "$ft_lib" = "yes"
10978 for ac_header
in ft2build.h \
10979 freetype
/freetype.h \
10980 freetype
/ftglyph.h \
10981 freetype
/fttypes.h \
10982 freetype
/tttables.h \
10983 freetype
/ftsnames.h \
10984 freetype
/ttnameid.h \
10985 freetype
/ftoutln.h \
10986 freetype
/ftwinfnt.h \
10987 freetype
/ftmodapi.h \
10988 freetype
/ftlcdfil.h
10990 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10991 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10992 # include <ft2build.h>
10995 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10996 cat >>confdefs.h
<<_ACEOF
10997 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11005 /* end confdefs.h. */
11006 #include <ft2build.h>
11007 #include <freetype/fttrigon.h>
11009 if ac_fn_c_try_cpp
"$LINENO"; then :
11011 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
11013 wine_cv_fttrigon
=yes
11015 wine_cv_fttrigon
=no
11017 rm -f conftest.err conftest.i conftest.
$ac_ext
11018 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
11020 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
11022 cat >>confdefs.h
<<_ACEOF
11023 #define HAVE_FT_TRUETYPEENGINETYPE 1
11029 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
11032 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11040 CPPFLAGS
=$ac_save_CPPFLAGS
11041 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11042 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11045 if test "x$ac_cv_header_freetype_freetype_h" != xyes
-o "x$wine_cv_fttrigon" != xyes
; then :
11046 case "x$with_freetype" in
11048 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
11049 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
11052 test "x$ac_cv_header_freetype_freetype_h" = xyes
-a "x$wine_cv_fttrigon" = xyes || enable_fonts
=${enable_fonts:-no}
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
11055 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
11056 if ${ac_cv_c_ppdev+:} false
; then :
11057 $as_echo_n "(cached) " >&6
11059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11060 /* end confdefs.h. */
11061 #ifdef HAVE_SYS_IOCTL_H
11062 # include <sys/ioctl.h>
11064 #include <linux/ppdev.h>
11068 ioctl (1,PPCLAIM,0)
11073 if ac_fn_c_try_compile
"$LINENO"; then :
11074 ac_cv_c_ppdev
="yes"
11078 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
11081 $as_echo "$ac_cv_c_ppdev" >&6; }
11082 if test "$ac_cv_c_ppdev" = "yes"
11085 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
11089 ac_wine_check_funcs_save_LIBS
="$LIBS"
11090 LIBS
="$LIBS $LIBPTHREAD"
11092 pthread_attr_get_np \
11093 pthread_getattr_np \
11094 pthread_getthreadid_np \
11095 pthread_get_stackaddr_np \
11096 pthread_get_stacksize_np
11098 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11099 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
11100 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
11101 cat >>confdefs.h
<<_ACEOF
11102 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11108 LIBS
="$ac_wine_check_funcs_save_LIBS"
11110 if test "$ac_cv_header_zlib_h" = "yes"
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
11113 $as_echo_n "checking for inflate in -lz... " >&6; }
11114 if ${ac_cv_lib_z_inflate+:} false
; then :
11115 $as_echo_n "(cached) " >&6
11117 ac_check_lib_save_LIBS
=$LIBS
11119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11120 /* end confdefs.h. */
11122 /* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
11137 if ac_fn_c_try_link
"$LINENO"; then :
11138 ac_cv_lib_z_inflate
=yes
11140 ac_cv_lib_z_inflate
=no
11142 rm -f core conftest.err conftest.
$ac_objext \
11143 conftest
$ac_exeext conftest.
$ac_ext
11144 LIBS
=$ac_check_lib_save_LIBS
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
11147 $as_echo "$ac_cv_lib_z_inflate" >&6; }
11148 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
11150 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
11157 if test "x$ZLIB" = "x"; then :
11158 case "x$with_zlib" in
11159 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
11161 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
11162 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
11166 if test "x$enable_tools" != xno
11168 if test "$ac_cv_header_gettext_po_h" = "yes"
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
11171 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
11172 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
11173 $as_echo_n "(cached) " >&6
11175 ac_check_lib_save_LIBS
=$LIBS
11176 LIBS
="-lgettextpo $LIBS"
11177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h. */
11180 /* Override any GCC internal prototype to avoid an error.
11181 Use char because int might match the return type of a GCC
11182 builtin and then its argument prototype would still apply. */
11186 char po_message_msgctxt ();
11190 return po_message_msgctxt ();
11195 if ac_fn_c_try_link
"$LINENO"; then :
11196 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
11198 ac_cv_lib_gettextpo_po_message_msgctxt
=no
11200 rm -f core conftest.err conftest.
$ac_objext \
11201 conftest
$ac_exeext conftest.
$ac_ext
11202 LIBS
=$ac_check_lib_save_LIBS
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
11205 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
11206 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
11208 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
11210 LIBGETTEXTPO
="-lgettextpo"
11215 test "x$with_gettextpo" != xyes ||
if test "x$LIBGETTEXTPO" = "x"; then :
11216 case "x$with_gettextpo" in
11217 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
11219 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
11220 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
11225 if test "x$with_gstreamer" != "xno"
11227 if test -n "$GSTREAMER_CFLAGS"; then :
11229 elif test -n "$PKG_CONFIG"; then :
11230 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
11233 if test -n "$GSTREAMER_LIBS"; then :
11235 elif test -n "$PKG_CONFIG"; then :
11236 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
11240 ac_save_CPPFLAGS
=$CPPFLAGS
11241 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
11243 for i
in $GSTREAMER_CFLAGS
11246 -I*) ac_gst_incl
="$ac_gst_incl $i";;
11249 GSTREAMER_CFLAGS
=$ac_gst_incl
11250 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
11251 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
11252 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
11253 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
11254 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
11256 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
11257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11258 /* end confdefs.h. */
11259 #include <gst/app/gstappsink.h>
11263 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
11268 if ac_fn_c_try_compile
"$LINENO"; then :
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11270 $as_echo "yes" >&6; }
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
11272 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
11273 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
11274 $as_echo_n "(cached) " >&6
11276 ac_check_lib_save_LIBS
=$LIBS
11277 LIBS
="-lgstreamer-0.10 $LIBS"
11278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11279 /* end confdefs.h. */
11281 /* Override any GCC internal prototype to avoid an error.
11282 Use char because int might match the return type of a GCC
11283 builtin and then its argument prototype would still apply. */
11287 char gst_pad_get_caps_reffed ();
11291 return gst_pad_get_caps_reffed ();
11296 if ac_fn_c_try_link
"$LINENO"; then :
11297 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
11299 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
11301 rm -f core conftest.err conftest.
$ac_objext \
11302 conftest
$ac_exeext conftest.
$ac_ext
11303 LIBS
=$ac_check_lib_save_LIBS
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
11306 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
11307 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
11309 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
11310 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
11311 $as_echo_n "(cached) " >&6
11313 ac_check_lib_save_LIBS
=$LIBS
11314 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
11315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11316 /* end confdefs.h. */
11318 /* Override any GCC internal prototype to avoid an error.
11319 Use char because int might match the return type of a GCC
11320 builtin and then its argument prototype would still apply. */
11324 char gst_app_buffer_new ();
11328 return gst_app_buffer_new ();
11333 if ac_fn_c_try_link
"$LINENO"; then :
11334 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
11336 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
11338 rm -f core conftest.err conftest.
$ac_objext \
11339 conftest
$ac_exeext conftest.
$ac_ext
11340 LIBS
=$ac_check_lib_save_LIBS
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
11343 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
11344 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352 $as_echo "no" >&6; }
11354 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11359 GSTREAMER_CFLAGS
=""
11363 CPPFLAGS
=$ac_save_CPPFLAGS
11364 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11365 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11368 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
11369 case "x$with_gstreamer" in
11370 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
11372 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
11373 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
11376 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
11380 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
11383 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
11384 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
11385 $as_echo_n "(cached) " >&6
11387 ac_check_lib_save_LIBS
=$LIBS
11388 LIBS
="-lasound $LIBS"
11389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11390 /* end confdefs.h. */
11392 /* Override any GCC internal prototype to avoid an error.
11393 Use char because int might match the return type of a GCC
11394 builtin and then its argument prototype would still apply. */
11398 char snd_pcm_hw_params_get_access_mask ();
11402 return snd_pcm_hw_params_get_access_mask ();
11407 if ac_fn_c_try_link
"$LINENO"; then :
11408 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
11410 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
11412 rm -f core conftest.err conftest.
$ac_objext \
11413 conftest
$ac_exeext conftest.
$ac_ext
11414 LIBS
=$ac_check_lib_save_LIBS
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
11417 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
11418 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
11419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11420 /* end confdefs.h. */
11421 #ifdef HAVE_ALSA_ASOUNDLIB_H
11422 #include <alsa/asoundlib.h>
11423 #elif defined(HAVE_SYS_ASOUNDLIB_H)
11424 #include <sys/asoundlib.h>
11429 snd_pcm_hw_params_get_access_mask(NULL, NULL)
11434 if ac_fn_c_try_compile
"$LINENO"; then :
11435 ALSALIBS
="-lasound"
11437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11442 if test "x$with_oss" != xno
11444 ac_save_CPPFLAGS
="$CPPFLAGS"
11445 if test -f /etc
/oss.conf
11449 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
11450 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
11451 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
11452 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
11453 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
11455 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
11457 cat >>confdefs.h
<<_ACEOF
11458 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
11461 OSS4INCL
="$ac_oss_incl"
11468 CPPFLAGS
="$ac_save_CPPFLAGS"
11469 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
11471 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
11475 if test "x$with_capi" != "xno"
11477 if test -n "$CAPI20_CFLAGS"; then :
11479 elif test -n "$PKG_CONFIG"; then :
11480 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
11483 if test -n "$CAPI20_LIBS"; then :
11485 elif test -n "$PKG_CONFIG"; then :
11486 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
11490 ac_save_CPPFLAGS
=$CPPFLAGS
11491 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
11492 for ac_header
in capi20.h linux
/capi.h
11494 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11495 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
11497 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11498 cat >>confdefs.h
<<_ACEOF
11499 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11506 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
11509 $as_echo_n "checking for -lcapi20... " >&6; }
11510 if ${ac_cv_lib_soname_capi20+:} false
; then :
11511 $as_echo_n "(cached) " >&6
11513 ac_check_soname_save_LIBS
=$LIBS
11514 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
11515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11516 /* end confdefs.h. */
11518 /* Override any GCC internal prototype to avoid an error.
11519 Use char because int might match the return type of a GCC
11520 builtin and then its argument prototype would still apply. */
11524 char capi20_register ();
11528 return capi20_register ();
11533 if ac_fn_c_try_link
"$LINENO"; then :
11535 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11536 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'` ;;
11537 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11538 if test "x$ac_cv_lib_soname_capi20" = x
; then :
11539 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11543 rm -f core conftest.err conftest.
$ac_objext \
11544 conftest
$ac_exeext conftest.
$ac_ext
11545 LIBS
=$ac_check_soname_save_LIBS
11547 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11549 $as_echo "not found" >&6; }
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
11553 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
11555 cat >>confdefs.h
<<_ACEOF
11556 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
11562 CPPFLAGS
=$ac_save_CPPFLAGS
11563 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11564 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11567 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11568 case "x$with_capi" in
11569 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
11571 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
11572 This is an error since --with-capi was requested." "$LINENO" 5 ;;
11578 if test "x$with_cups" != "xno"
11580 ac_save_CPPFLAGS
="$CPPFLAGS"
11581 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
11582 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
11583 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
11584 for ac_header
in cups
/cups.h
11586 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
11587 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
11588 cat >>confdefs.h
<<_ACEOF
11589 #define HAVE_CUPS_CUPS_H 1
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
11592 $as_echo_n "checking for -lcups... " >&6; }
11593 if ${ac_cv_lib_soname_cups+:} false
; then :
11594 $as_echo_n "(cached) " >&6
11596 ac_check_soname_save_LIBS
=$LIBS
11597 LIBS
="-lcups $ac_cups_libs $LIBS"
11598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11599 /* end confdefs.h. */
11601 /* Override any GCC internal prototype to avoid an error.
11602 Use char because int might match the return type of a GCC
11603 builtin and then its argument prototype would still apply. */
11607 char cupsGetDefault ();
11611 return cupsGetDefault ();
11616 if ac_fn_c_try_link
"$LINENO"; then :
11618 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11619 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'` ;;
11620 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11621 if test "x$ac_cv_lib_soname_cups" = x
; then :
11622 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11626 rm -f core conftest.err conftest.
$ac_objext \
11627 conftest
$ac_exeext conftest.
$ac_ext
11628 LIBS
=$ac_check_soname_save_LIBS
11630 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11632 $as_echo "not found" >&6; }
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11636 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11638 cat >>confdefs.h
<<_ACEOF
11639 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11642 CUPSINCL
="$ac_cups_cflags"
11648 CPPFLAGS
="$ac_save_CPPFLAGS"
11650 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11651 case "x$with_cups" in
11652 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11654 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
11655 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11659 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11662 $as_echo_n "checking for -lfontconfig... " >&6; }
11663 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
11664 $as_echo_n "(cached) " >&6
11666 ac_check_soname_save_LIBS
=$LIBS
11667 LIBS
="-lfontconfig $LIBS"
11668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11669 /* end confdefs.h. */
11671 /* Override any GCC internal prototype to avoid an error.
11672 Use char because int might match the return type of a GCC
11673 builtin and then its argument prototype would still apply. */
11686 if ac_fn_c_try_link
"$LINENO"; then :
11688 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11689 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'` ;;
11690 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11691 if test "x$ac_cv_lib_soname_fontconfig" = x
; then :
11692 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11696 rm -f core conftest.err conftest.
$ac_objext \
11697 conftest
$ac_exeext conftest.
$ac_ext
11698 LIBS
=$ac_check_soname_save_LIBS
11700 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11702 $as_echo "not found" >&6; }
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11706 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11708 cat >>confdefs.h
<<_ACEOF
11709 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11714 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11716 ac_save_CPPFLAGS
="$CPPFLAGS"
11717 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
11718 $as_unset ac_cv_header_fontconfig_fontconfig_h
11719 for ac_header
in fontconfig
/fontconfig.h
11721 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11722 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
11723 cat >>confdefs.h
<<_ACEOF
11724 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11731 CPPFLAGS
="$ac_save_CPPFLAGS"
11732 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11734 FONTCONFIGINCL
="$X_CFLAGS"
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11737 $as_echo_n "checking for -lfontconfig... " >&6; }
11738 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
11739 $as_echo_n "(cached) " >&6
11741 ac_check_soname_save_LIBS
=$LIBS
11742 LIBS
="-lfontconfig $X_LIBS $LIBS"
11743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11744 /* end confdefs.h. */
11746 /* Override any GCC internal prototype to avoid an error.
11747 Use char because int might match the return type of a GCC
11748 builtin and then its argument prototype would still apply. */
11761 if ac_fn_c_try_link
"$LINENO"; then :
11763 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11764 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'` ;;
11765 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11766 if test "x$ac_cv_lib_soname_fontconfig" = x
; then :
11767 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11771 rm -f core conftest.err conftest.
$ac_objext \
11772 conftest
$ac_exeext conftest.
$ac_ext
11773 LIBS
=$ac_check_soname_save_LIBS
11775 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11777 $as_echo "not found" >&6; }
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11781 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11783 cat >>confdefs.h
<<_ACEOF
11784 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11791 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11792 case "x$with_fontconfig" in
11793 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11795 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11796 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11800 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11803 $as_echo_n "checking for -lgsm... " >&6; }
11804 if ${ac_cv_lib_soname_gsm+:} false
; then :
11805 $as_echo_n "(cached) " >&6
11807 ac_check_soname_save_LIBS
=$LIBS
11809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11810 /* end confdefs.h. */
11812 /* Override any GCC internal prototype to avoid an error.
11813 Use char because int might match the return type of a GCC
11814 builtin and then its argument prototype would still apply. */
11818 char gsm_create ();
11822 return gsm_create ();
11827 if ac_fn_c_try_link
"$LINENO"; then :
11829 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11830 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'` ;;
11831 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11832 if test "x$ac_cv_lib_soname_gsm" = x
; then :
11833 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11837 rm -f core conftest.err conftest.
$ac_objext \
11838 conftest
$ac_exeext conftest.
$ac_ext
11839 LIBS
=$ac_check_soname_save_LIBS
11841 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11843 $as_echo "not found" >&6; }
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11847 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11849 cat >>confdefs.h
<<_ACEOF
11850 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11856 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11857 case "x$with_gsm" in
11858 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11860 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11861 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11865 if test "x$with_jpeg" != "xno"
11867 if test -n "$JPEG_CFLAGS"; then :
11869 elif test -n "$PKG_CONFIG"; then :
11870 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
11873 if test -n "$JPEG_LIBS"; then :
11875 elif test -n "$PKG_CONFIG"; then :
11876 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
11880 ac_save_CPPFLAGS
=$CPPFLAGS
11881 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
11882 for ac_header
in jpeglib.h
11884 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
11885 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
11886 cat >>confdefs.h
<<_ACEOF
11887 #define HAVE_JPEGLIB_H 1
11894 if test "$ac_cv_header_jpeglib_h" = "yes"
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11897 $as_echo_n "checking for -ljpeg... " >&6; }
11898 if ${ac_cv_lib_soname_jpeg+:} false
; then :
11899 $as_echo_n "(cached) " >&6
11901 ac_check_soname_save_LIBS
=$LIBS
11902 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
11903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11904 /* end confdefs.h. */
11906 /* Override any GCC internal prototype to avoid an error.
11907 Use char because int might match the return type of a GCC
11908 builtin and then its argument prototype would still apply. */
11912 char jpeg_start_decompress ();
11916 return jpeg_start_decompress ();
11921 if ac_fn_c_try_link
"$LINENO"; then :
11923 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11924 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'` ;;
11925 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11926 if test "x$ac_cv_lib_soname_jpeg" = x
; then :
11927 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11931 rm -f core conftest.err conftest.
$ac_objext \
11932 conftest
$ac_exeext conftest.
$ac_ext
11933 LIBS
=$ac_check_soname_save_LIBS
11935 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11937 $as_echo "not found" >&6; }
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11941 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11943 cat >>confdefs.h
<<_ACEOF
11944 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11952 CPPFLAGS
=$ac_save_CPPFLAGS
11953 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11954 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11957 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11958 case "x$with_jpeg" in
11959 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11961 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11962 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11966 if test "x$with_png" != "xno"
11968 if test -n "$PNG_CFLAGS"; then :
11970 elif test -n "$PKG_CONFIG"; then :
11971 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
11973 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
11974 if test -n "$PNG_LIBS"; then :
11976 elif test -n "$PKG_CONFIG"; then :
11977 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
11979 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
11981 ac_save_CPPFLAGS
=$CPPFLAGS
11982 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
11983 for ac_header
in png.h
11985 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11986 if test "x$ac_cv_header_png_h" = xyes
; then :
11987 cat >>confdefs.h
<<_ACEOF
11988 #define HAVE_PNG_H 1
11995 if test "$ac_cv_header_png_h" = "yes"
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11998 $as_echo_n "checking for -lpng... " >&6; }
11999 if ${ac_cv_lib_soname_png+:} false
; then :
12000 $as_echo_n "(cached) " >&6
12002 ac_check_soname_save_LIBS
=$LIBS
12003 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
12004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12013 char png_create_read_struct ();
12017 return png_create_read_struct ();
12022 if ac_fn_c_try_link
"$LINENO"; then :
12024 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12025 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'` ;;
12026 *) 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'`
12027 if test "x$ac_cv_lib_soname_png" = x
; then :
12028 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12032 rm -f core conftest.err conftest.
$ac_objext \
12033 conftest
$ac_exeext conftest.
$ac_ext
12034 LIBS
=$ac_check_soname_save_LIBS
12036 if test "x$ac_cv_lib_soname_png" = "x"; then :
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12038 $as_echo "not found" >&6; }
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
12042 $as_echo "$ac_cv_lib_soname_png" >&6; }
12044 cat >>confdefs.h
<<_ACEOF
12045 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
12048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12049 /* end confdefs.h. */
12054 typeof(png_set_expand_gray_1_2_4_to_8) *p
12059 if ac_fn_c_try_compile
"$LINENO"; then :
12061 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
12064 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12069 CPPFLAGS
=$ac_save_CPPFLAGS
12070 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12071 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12074 if test "x$ac_cv_lib_soname_png" = "x"; then :
12075 case "x$with_png" in
12076 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
12078 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
12079 This is an error since --with-png was requested." "$LINENO" 5 ;;
12083 if test "x$with_tiff" != "xno"
12085 if test -n "$TIFF_CFLAGS"; then :
12087 elif test -n "$PKG_CONFIG"; then :
12088 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
12091 if test -n "$TIFF_LIBS"; then :
12093 elif test -n "$PKG_CONFIG"; then :
12094 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
12098 ac_save_CPPFLAGS
=$CPPFLAGS
12099 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
12100 for ac_header
in tiffio.h
12102 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12103 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
12104 cat >>confdefs.h
<<_ACEOF
12105 #define HAVE_TIFFIO_H 1
12112 if test "$ac_cv_header_tiffio_h" = "yes"
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
12115 $as_echo_n "checking for -ltiff... " >&6; }
12116 if ${ac_cv_lib_soname_tiff+:} false
; then :
12117 $as_echo_n "(cached) " >&6
12119 ac_check_soname_save_LIBS
=$LIBS
12120 LIBS
="-ltiff $TIFF_LIBS $LIBS"
12121 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12122 /* end confdefs.h. */
12124 /* Override any GCC internal prototype to avoid an error.
12125 Use char because int might match the return type of a GCC
12126 builtin and then its argument prototype would still apply. */
12130 char TIFFClientOpen ();
12134 return TIFFClientOpen ();
12139 if ac_fn_c_try_link
"$LINENO"; then :
12141 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12142 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'` ;;
12143 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12144 if test "x$ac_cv_lib_soname_tiff" = x
; then :
12145 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12149 rm -f core conftest.err conftest.
$ac_objext \
12150 conftest
$ac_exeext conftest.
$ac_ext
12151 LIBS
=$ac_check_soname_save_LIBS
12153 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12155 $as_echo "not found" >&6; }
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
12159 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
12161 cat >>confdefs.h
<<_ACEOF
12162 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
12168 CPPFLAGS
=$ac_save_CPPFLAGS
12169 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12170 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12173 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
12174 case "x$with_tiff" in
12175 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
12177 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
12178 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
12182 if test "x$with_mpg123" != "xno"
12184 if test -n "$MPG123_CFLAGS"; then :
12186 elif test -n "$PKG_CONFIG"; then :
12187 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
12190 if test -n "$MPG123_LIBS"; then :
12192 elif test -n "$PKG_CONFIG"; then :
12193 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
12196 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
12197 ac_save_CPPFLAGS
=$CPPFLAGS
12198 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
12199 for ac_header
in mpg123.h
12201 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
12202 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
12203 cat >>confdefs.h
<<_ACEOF
12204 #define HAVE_MPG123_H 1
12211 if test "$ac_cv_header_mpg123_h" = "yes"
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
12214 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
12215 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
12216 $as_echo_n "(cached) " >&6
12218 ac_check_lib_save_LIBS
=$LIBS
12219 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
12220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12221 /* end confdefs.h. */
12223 /* Override any GCC internal prototype to avoid an error.
12224 Use char because int might match the return type of a GCC
12225 builtin and then its argument prototype would still apply. */
12229 char mpg123_feed ();
12233 return mpg123_feed ();
12238 if ac_fn_c_try_link
"$LINENO"; then :
12239 ac_cv_lib_mpg123_mpg123_feed
=yes
12241 ac_cv_lib_mpg123_mpg123_feed
=no
12243 rm -f core conftest.err conftest.
$ac_objext \
12244 conftest
$ac_exeext conftest.
$ac_ext
12245 LIBS
=$ac_check_lib_save_LIBS
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
12248 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
12249 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
12259 CPPFLAGS
=$ac_save_CPPFLAGS
12260 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12261 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12264 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
12265 case "x$with_mpg123" in
12266 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
12268 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
12269 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
12272 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}
12274 if test "$ac_cv_header_AL_al_h" = "yes"
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
12277 $as_echo_n "checking for -lopenal... " >&6; }
12278 if ${ac_cv_lib_soname_openal+:} false
; then :
12279 $as_echo_n "(cached) " >&6
12281 ac_check_soname_save_LIBS
=$LIBS
12282 LIBS
="-lopenal $LIBS"
12283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12284 /* end confdefs.h. */
12286 /* Override any GCC internal prototype to avoid an error.
12287 Use char because int might match the return type of a GCC
12288 builtin and then its argument prototype would still apply. */
12292 char alGetSource3i ();
12296 return alGetSource3i ();
12301 if ac_fn_c_try_link
"$LINENO"; then :
12303 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12304 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'` ;;
12305 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12306 if test "x$ac_cv_lib_soname_openal" = x
; then :
12307 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12311 rm -f core conftest.err conftest.
$ac_objext \
12312 conftest
$ac_exeext conftest.
$ac_ext
12313 LIBS
=$ac_check_soname_save_LIBS
12315 if test "x$ac_cv_lib_soname_openal" = "x"; then :
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12317 $as_echo "not found" >&6; }
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
12321 $as_echo "$ac_cv_lib_soname_openal" >&6; }
12323 cat >>confdefs.h
<<_ACEOF
12324 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
12327 LIBOPENAL
="-lopenal"
12329 ac_cv_lib_openal
=yes
12331 cat >>confdefs.h
<<_ACEOF
12332 #define HAVE_OPENAL 1
12337 if test "x$ac_cv_lib_openal" != xyes
; then :
12338 case "x$with_openal" in
12339 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
12341 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
12342 This is an error since --with-openal was requested." "$LINENO" 5 ;;
12345 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
12347 if test "$ac_cv_header_kstat_h" = "yes"
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
12350 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
12351 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
12352 $as_echo_n "(cached) " >&6
12354 ac_check_lib_save_LIBS
=$LIBS
12355 LIBS
="-lkstat $LIBS"
12356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12357 /* end confdefs.h. */
12359 /* Override any GCC internal prototype to avoid an error.
12360 Use char because int might match the return type of a GCC
12361 builtin and then its argument prototype would still apply. */
12365 char kstat_open ();
12369 return kstat_open ();
12374 if ac_fn_c_try_link
"$LINENO"; then :
12375 ac_cv_lib_kstat_kstat_open
=yes
12377 ac_cv_lib_kstat_kstat_open
=no
12379 rm -f core conftest.err conftest.
$ac_objext \
12380 conftest
$ac_exeext conftest.
$ac_ext
12381 LIBS
=$ac_check_lib_save_LIBS
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
12384 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
12385 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
12387 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
12395 if test "$ac_cv_header_libprocstat_h" = "yes"
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
12398 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
12399 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
12400 $as_echo_n "(cached) " >&6
12402 ac_check_lib_save_LIBS
=$LIBS
12403 LIBS
="-lprocstat $LIBS"
12404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12405 /* end confdefs.h. */
12407 /* Override any GCC internal prototype to avoid an error.
12408 Use char because int might match the return type of a GCC
12409 builtin and then its argument prototype would still apply. */
12413 char procstat_open_sysctl ();
12417 return procstat_open_sysctl ();
12422 if ac_fn_c_try_link
"$LINENO"; then :
12423 ac_cv_lib_procstat_procstat_open_sysctl
=yes
12425 ac_cv_lib_procstat_procstat_open_sysctl
=no
12427 rm -f core conftest.err conftest.
$ac_objext \
12428 conftest
$ac_exeext conftest.
$ac_ext
12429 LIBS
=$ac_check_lib_save_LIBS
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
12432 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
12433 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
12435 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
12437 LIBPROCSTAT
="-lprocstat"
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
12444 $as_echo_n "checking for -lodbc... " >&6; }
12445 if ${ac_cv_lib_soname_odbc+:} false
; then :
12446 $as_echo_n "(cached) " >&6
12448 ac_check_soname_save_LIBS
=$LIBS
12449 LIBS
="-lodbc $LIBS"
12450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12451 /* end confdefs.h. */
12453 /* Override any GCC internal prototype to avoid an error.
12454 Use char because int might match the return type of a GCC
12455 builtin and then its argument prototype would still apply. */
12459 char SQLConnect ();
12463 return SQLConnect ();
12468 if ac_fn_c_try_link
"$LINENO"; then :
12470 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12471 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'` ;;
12472 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12473 if test "x$ac_cv_lib_soname_odbc" = x
; then :
12474 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12478 rm -f core conftest.err conftest.
$ac_objext \
12479 conftest
$ac_exeext conftest.
$ac_ext
12480 LIBS
=$ac_check_soname_save_LIBS
12482 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12484 $as_echo "not found" >&6; }
12485 cat >>confdefs.h
<<_ACEOF
12486 #define SONAME_LIBODBC "libodbc.$LIBEXT"
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
12491 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
12493 cat >>confdefs.h
<<_ACEOF
12494 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
12500 test -n "$ALSALIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12501 test -n "$COREAUDIO" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
12502 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
12503 test "$ac_cv_header_linux_joystick_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
12505 if test "x$ALSALIBS$COREAUDIO" = "x" -a \
12506 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
12507 "x$with_alsa$with_coreaudio$with_oss" != xnonono
12509 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
12515 if test "x${GCC}" = "xyes"
12517 EXTRACFLAGS
="-Wall -pipe"
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
12520 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
12521 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
12522 $as_echo_n "(cached) " >&6
12524 if test "$cross_compiling" = yes; then :
12525 ac_cv_c_gcc_strength_bug
="yes"
12527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12528 /* end confdefs.h. */
12529 int L[4] = {0,1,2,3};
12533 static int Array[3];
12534 unsigned int B = 3;
12536 for(i=0; i<B; i++) Array[i] = i - 3;
12537 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
12539 return (Array[1] != -2 || L[2] != 3)
12544 if ac_fn_c_try_run
"$LINENO"; then :
12545 ac_cv_c_gcc_strength_bug
="no"
12547 ac_cv_c_gcc_strength_bug
="yes"
12549 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
12550 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
12555 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
12556 if test "$ac_cv_c_gcc_strength_bug" = "yes"
12558 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
12562 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
12563 if ${ac_cv_cflags__fno_builtin+:} false
; then :
12564 $as_echo_n "(cached) " >&6
12566 ac_wine_try_cflags_saved
=$CFLAGS
12567 CFLAGS
="$CFLAGS -fno-builtin"
12568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12569 /* end confdefs.h. */
12570 int main(int argc, char **argv) { return 0; }
12572 if ac_fn_c_try_link
"$LINENO"; then :
12573 ac_cv_cflags__fno_builtin
=yes
12575 ac_cv_cflags__fno_builtin
=no
12577 rm -f core conftest.err conftest.
$ac_objext \
12578 conftest
$ac_exeext conftest.
$ac_ext
12579 CFLAGS
=$ac_wine_try_cflags_saved
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
12582 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
12583 if test $ac_cv_cflags__fno_builtin = yes; then :
12584 BUILTINFLAG
="-fno-builtin"
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12588 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12589 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
12590 $as_echo_n "(cached) " >&6
12592 ac_wine_try_cflags_saved
=$CFLAGS
12593 CFLAGS
="$CFLAGS -fno-strict-aliasing"
12594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h. */
12596 int main(int argc, char **argv) { return 0; }
12598 if ac_fn_c_try_link
"$LINENO"; then :
12599 ac_cv_cflags__fno_strict_aliasing
=yes
12601 ac_cv_cflags__fno_strict_aliasing
=no
12603 rm -f core conftest.err conftest.
$ac_objext \
12604 conftest
$ac_exeext conftest.
$ac_ext
12605 CFLAGS
=$ac_wine_try_cflags_saved
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12608 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12609 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12610 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
12612 saved_CFLAGS
=$CFLAGS
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
12614 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
12615 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
12616 $as_echo_n "(cached) " >&6
12618 ac_wine_try_cflags_saved
=$CFLAGS
12619 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
12620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12621 /* end confdefs.h. */
12622 int main(int argc, char **argv) { return 0; }
12624 if ac_fn_c_try_link
"$LINENO"; then :
12625 ac_cv_cflags__Werror_unknown_warning_option
=yes
12627 ac_cv_cflags__Werror_unknown_warning_option
=no
12629 rm -f core conftest.err conftest.
$ac_objext \
12630 conftest
$ac_exeext conftest.
$ac_ext
12631 CFLAGS
=$ac_wine_try_cflags_saved
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
12634 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
12635 if test $ac_cv_cflags__Werror_unknown_warning_option = yes; then :
12636 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12639 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12640 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
12641 $as_echo_n "(cached) " >&6
12643 ac_wine_try_cflags_saved
=$CFLAGS
12644 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
12645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12646 /* end confdefs.h. */
12647 int main(int argc, char **argv) { return 0; }
12649 if ac_fn_c_try_link
"$LINENO"; then :
12650 ac_cv_cflags__Wdeclaration_after_statement
=yes
12652 ac_cv_cflags__Wdeclaration_after_statement
=no
12654 rm -f core conftest.err conftest.
$ac_objext \
12655 conftest
$ac_exeext conftest.
$ac_ext
12656 CFLAGS
=$ac_wine_try_cflags_saved
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12659 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12660 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12661 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
12664 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
12665 if ${ac_cv_cflags__Wempty_body+:} false
; then :
12666 $as_echo_n "(cached) " >&6
12668 ac_wine_try_cflags_saved
=$CFLAGS
12669 CFLAGS
="$CFLAGS -Wempty-body"
12670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12671 /* end confdefs.h. */
12672 int main(int argc, char **argv) { return 0; }
12674 if ac_fn_c_try_link
"$LINENO"; then :
12675 ac_cv_cflags__Wempty_body
=yes
12677 ac_cv_cflags__Wempty_body
=no
12679 rm -f core conftest.err conftest.
$ac_objext \
12680 conftest
$ac_exeext conftest.
$ac_ext
12681 CFLAGS
=$ac_wine_try_cflags_saved
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
12684 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
12685 if test $ac_cv_cflags__Wempty_body = yes; then :
12686 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
12689 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
12690 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
12691 $as_echo_n "(cached) " >&6
12693 ac_wine_try_cflags_saved
=$CFLAGS
12694 CFLAGS
="$CFLAGS -Wignored-qualifiers"
12695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12696 /* end confdefs.h. */
12697 int main(int argc, char **argv) { return 0; }
12699 if ac_fn_c_try_link
"$LINENO"; then :
12700 ac_cv_cflags__Wignored_qualifiers
=yes
12702 ac_cv_cflags__Wignored_qualifiers
=no
12704 rm -f core conftest.err conftest.
$ac_objext \
12705 conftest
$ac_exeext conftest.
$ac_ext
12706 CFLAGS
=$ac_wine_try_cflags_saved
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
12709 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
12710 if test $ac_cv_cflags__Wignored_qualifiers = yes; then :
12711 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12714 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12715 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
12716 $as_echo_n "(cached) " >&6
12718 ac_wine_try_cflags_saved
=$CFLAGS
12719 CFLAGS
="$CFLAGS -Wstrict-prototypes"
12720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12721 /* end confdefs.h. */
12722 int main(int argc, char **argv) { return 0; }
12724 if ac_fn_c_try_link
"$LINENO"; then :
12725 ac_cv_cflags__Wstrict_prototypes
=yes
12727 ac_cv_cflags__Wstrict_prototypes
=no
12729 rm -f core conftest.err conftest.
$ac_objext \
12730 conftest
$ac_exeext conftest.
$ac_ext
12731 CFLAGS
=$ac_wine_try_cflags_saved
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12734 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12735 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12736 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12739 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12740 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
12741 $as_echo_n "(cached) " >&6
12743 ac_wine_try_cflags_saved
=$CFLAGS
12744 CFLAGS
="$CFLAGS -Wtype-limits"
12745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12746 /* end confdefs.h. */
12747 int main(int argc, char **argv) { return 0; }
12749 if ac_fn_c_try_link
"$LINENO"; then :
12750 ac_cv_cflags__Wtype_limits
=yes
12752 ac_cv_cflags__Wtype_limits
=no
12754 rm -f core conftest.err conftest.
$ac_objext \
12755 conftest
$ac_exeext conftest.
$ac_ext
12756 CFLAGS
=$ac_wine_try_cflags_saved
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12759 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12760 if test $ac_cv_cflags__Wtype_limits = yes; then :
12761 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
12764 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
12765 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
12766 $as_echo_n "(cached) " >&6
12768 ac_wine_try_cflags_saved
=$CFLAGS
12769 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
12770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12771 /* end confdefs.h. */
12772 int main(int argc, char **argv) { return 0; }
12774 if ac_fn_c_try_link
"$LINENO"; then :
12775 ac_cv_cflags__Wunused_but_set_parameter
=yes
12777 ac_cv_cflags__Wunused_but_set_parameter
=no
12779 rm -f core conftest.err conftest.
$ac_objext \
12780 conftest
$ac_exeext conftest.
$ac_ext
12781 CFLAGS
=$ac_wine_try_cflags_saved
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
12784 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
12785 if test $ac_cv_cflags__Wunused_but_set_parameter = yes; then :
12786 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12789 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12790 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
12791 $as_echo_n "(cached) " >&6
12793 ac_wine_try_cflags_saved
=$CFLAGS
12794 CFLAGS
="$CFLAGS -Wwrite-strings"
12795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12796 /* end confdefs.h. */
12797 int main(int argc, char **argv) { return 0; }
12799 if ac_fn_c_try_link
"$LINENO"; then :
12800 ac_cv_cflags__Wwrite_strings
=yes
12802 ac_cv_cflags__Wwrite_strings
=no
12804 rm -f core conftest.err conftest.
$ac_objext \
12805 conftest
$ac_exeext conftest.
$ac_ext
12806 CFLAGS
=$ac_wine_try_cflags_saved
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12809 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12810 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12811 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
12815 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
12816 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
12817 $as_echo_n "(cached) " >&6
12819 ac_wine_try_cflags_saved
=$CFLAGS
12820 CFLAGS
="$CFLAGS -Wpointer-arith"
12821 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12822 /* end confdefs.h. */
12823 int main(int argc, char **argv) { return 0; }
12825 if ac_fn_c_try_link
"$LINENO"; then :
12826 ac_cv_cflags__Wpointer_arith
=yes
12828 ac_cv_cflags__Wpointer_arith
=no
12830 rm -f core conftest.err conftest.
$ac_objext \
12831 conftest
$ac_exeext conftest.
$ac_ext
12832 CFLAGS
=$ac_wine_try_cflags_saved
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
12835 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
12836 if test $ac_cv_cflags__Wpointer_arith = yes; then :
12837 saved_string_h_CFLAGS
=$CFLAGS
12838 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12840 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12841 if ${ac_cv_c_string_h_warnings+:} false
; then :
12842 $as_echo_n "(cached) " >&6
12844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12846 #include <string.h>
12855 if ac_fn_c_try_compile
"$LINENO"; then :
12856 ac_cv_c_string_h_warnings
=no
12858 ac_cv_c_string_h_warnings
=yes
12860 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12863 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12864 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
12865 CFLAGS
=$saved_string_h_CFLAGS
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
12869 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
12870 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
12871 $as_echo_n "(cached) " >&6
12873 ac_wine_try_cflags_saved
=$CFLAGS
12874 CFLAGS
="$CFLAGS -Wlogical-op"
12875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12876 /* end confdefs.h. */
12877 int main(int argc, char **argv) { return 0; }
12879 if ac_fn_c_try_link
"$LINENO"; then :
12880 ac_cv_cflags__Wlogical_op
=yes
12882 ac_cv_cflags__Wlogical_op
=no
12884 rm -f core conftest.err conftest.
$ac_objext \
12885 conftest
$ac_exeext conftest.
$ac_ext
12886 CFLAGS
=$ac_wine_try_cflags_saved
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
12889 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
12890 if test $ac_cv_cflags__Wlogical_op = yes; then :
12891 saved_string_h_CFLAGS
=$CFLAGS
12892 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12894 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12895 if ${ac_cv_c_logicalop_noisy+:} false
; then :
12896 $as_echo_n "(cached) " >&6
12898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12899 /* end confdefs.h. */
12900 #include <string.h>
12901 char*f(const char *h,char n) {return strchr(h,n);}
12910 if ac_fn_c_try_compile
"$LINENO"; then :
12911 ac_cv_c_logicalop_noisy
=no
12913 ac_cv_c_logicalop_noisy
=yes
12915 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12918 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12919 CFLAGS
=$saved_string_h_CFLAGS
12920 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
12923 CFLAGS
=$saved_CFLAGS
12925 for ac_flag
in $CFLAGS; do
12927 -g) case $host_os in
12928 darwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstabs+" >&5
12929 $as_echo_n "checking whether the compiler supports -gstabs+... " >&6; }
12930 if ${ac_cv_cflags__gstabsp+:} false
; then :
12931 $as_echo_n "(cached) " >&6
12933 ac_wine_try_cflags_saved
=$CFLAGS
12934 CFLAGS
="$CFLAGS -gstabs+"
12935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12936 /* end confdefs.h. */
12937 int main(int argc, char **argv) { return 0; }
12939 if ac_fn_c_try_link
"$LINENO"; then :
12940 ac_cv_cflags__gstabsp
=yes
12942 ac_cv_cflags__gstabsp
=no
12944 rm -f core conftest.err conftest.
$ac_objext \
12945 conftest
$ac_exeext conftest.
$ac_ext
12946 CFLAGS
=$ac_wine_try_cflags_saved
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstabsp" >&5
12949 $as_echo "$ac_cv_cflags__gstabsp" >&6; }
12950 if test $ac_cv_cflags__gstabsp = yes; then :
12951 EXTRACFLAGS
="$EXTRACFLAGS -gstabs+"
12953 *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
12954 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
12955 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
12956 $as_echo_n "(cached) " >&6
12958 ac_wine_try_cflags_saved
=$CFLAGS
12959 CFLAGS
="$CFLAGS -gdwarf-2"
12960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12961 /* end confdefs.h. */
12962 int main(int argc, char **argv) { return 0; }
12964 if ac_fn_c_try_link
"$LINENO"; then :
12965 ac_cv_cflags__gdwarf_2
=yes
12967 ac_cv_cflags__gdwarf_2
=no
12969 rm -f core conftest.err conftest.
$ac_objext \
12970 conftest
$ac_exeext conftest.
$ac_ext
12971 CFLAGS
=$ac_wine_try_cflags_saved
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
12974 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
12975 if test $ac_cv_cflags__gdwarf_2 = yes; then :
12976 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
12979 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
12980 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
12981 $as_echo_n "(cached) " >&6
12983 ac_wine_try_cflags_saved
=$CFLAGS
12984 CFLAGS
="$CFLAGS -gstrict-dwarf"
12985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12986 /* end confdefs.h. */
12987 int main(int argc, char **argv) { return 0; }
12989 if ac_fn_c_try_link
"$LINENO"; then :
12990 ac_cv_cflags__gstrict_dwarf
=yes
12992 ac_cv_cflags__gstrict_dwarf
=no
12994 rm -f core conftest.err conftest.
$ac_objext \
12995 conftest
$ac_exeext conftest.
$ac_ext
12996 CFLAGS
=$ac_wine_try_cflags_saved
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
12999 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
13000 if test $ac_cv_cflags__gstrict_dwarf = yes; then :
13001 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
13008 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
13009 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
13010 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
13011 $as_echo_n "(cached) " >&6
13013 ac_wine_try_cflags_saved
=$CFLAGS
13014 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
13015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13016 /* end confdefs.h. */
13017 int main(int argc, char **argv) { return 0; }
13019 if ac_fn_c_try_link
"$LINENO"; then :
13020 ac_cv_cflags__fno_omit_frame_pointer
=yes
13022 ac_cv_cflags__fno_omit_frame_pointer
=no
13024 rm -f core conftest.err conftest.
$ac_objext \
13025 conftest
$ac_exeext conftest.
$ac_ext
13026 CFLAGS
=$ac_wine_try_cflags_saved
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
13029 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
13030 if test $ac_cv_cflags__fno_omit_frame_pointer = yes; then :
13031 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
13036 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
13037 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
13038 if ${ac_cv_cflags__Wno_format+:} false
; then :
13039 $as_echo_n "(cached) " >&6
13041 ac_wine_try_cflags_saved
=$CFLAGS
13042 CFLAGS
="$CFLAGS -Wno-format"
13043 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13044 /* end confdefs.h. */
13045 int main(int argc, char **argv) { return 0; }
13047 if ac_fn_c_try_link
"$LINENO"; then :
13048 ac_cv_cflags__Wno_format
=yes
13050 ac_cv_cflags__Wno_format
=no
13052 rm -f core conftest.err conftest.
$ac_objext \
13053 conftest
$ac_exeext conftest.
$ac_ext
13054 CFLAGS
=$ac_wine_try_cflags_saved
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
13057 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
13058 if test $ac_cv_cflags__Wno_format = yes; then :
13059 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
13063 if test "x$enable_maintainer_mode" = "xyes"
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
13066 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
13067 if ${ac_cv_cflags__Werror+:} false
; then :
13068 $as_echo_n "(cached) " >&6
13070 ac_wine_try_cflags_saved
=$CFLAGS
13071 CFLAGS
="$CFLAGS -Werror"
13072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13073 /* end confdefs.h. */
13074 int main(int argc, char **argv) { return 0; }
13076 if ac_fn_c_try_link
"$LINENO"; then :
13077 ac_cv_cflags__Werror
=yes
13079 ac_cv_cflags__Werror
=no
13081 rm -f core conftest.err conftest.
$ac_objext \
13082 conftest
$ac_exeext conftest.
$ac_ext
13083 CFLAGS
=$ac_wine_try_cflags_saved
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
13086 $as_echo "$ac_cv_cflags__Werror" >&6; }
13087 if test $ac_cv_cflags__Werror = yes; then :
13088 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
13092 saved_CFLAGS
="$CFLAGS"
13093 CFLAGS
="$CFLAGS -Werror"
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
13095 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
13096 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
13097 $as_echo_n "(cached) " >&6
13099 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13100 /* end confdefs.h. */
13101 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
13110 if ac_fn_c_try_compile
"$LINENO"; then :
13111 ac_cv_have_ms_hook_prologue
="yes"
13113 ac_cv_have_ms_hook_prologue
="no"
13115 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
13118 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
13119 CFLAGS
="$saved_CFLAGS"
13120 if test "$ac_cv_have_ms_hook_prologue" = "yes"
13123 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
13126 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
13133 $as_echo_n "checking for the need to disable Fortify... " >&6; }
13134 if ${ac_cv_c_fortify_enabled+:} false
; then :
13135 $as_echo_n "(cached) " >&6
13137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13138 /* end confdefs.h. */
13139 #include <string.h>
13143 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
13144 #error Fortify enabled
13150 if ac_fn_c_try_compile
"$LINENO"; then :
13151 ac_cv_c_fortify_enabled
=no
13153 ac_cv_c_fortify_enabled
=yes
13155 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
13158 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
13159 if test "$ac_cv_c_fortify_enabled" = yes
13161 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
13166 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
13167 if ${ac_cv_c_extern_prefix+:} false
; then :
13168 $as_echo_n "(cached) " >&6
13170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13171 /* end confdefs.h. */
13172 extern int ac_test;
13176 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
13181 if ac_fn_c_try_link
"$LINENO"; then :
13182 ac_cv_c_extern_prefix
="yes"
13184 ac_cv_c_extern_prefix
="no"
13186 rm -f core conftest.err conftest.
$ac_objext \
13187 conftest
$ac_exeext conftest.
$ac_ext
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
13190 $as_echo "$ac_cv_c_extern_prefix" >&6; }
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
13195 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
13196 if ${ac_cv_c_stdcall_suffix+:} false
; then :
13197 $as_echo_n "(cached) " >&6
13199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13200 /* end confdefs.h. */
13202 #define __stdcall __attribute__((__stdcall__))
13204 int __stdcall ac_test(int i) { return i; }
13208 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
13213 if ac_fn_c_try_link
"$LINENO"; then :
13214 ac_cv_c_stdcall_suffix
="yes"
13216 ac_cv_c_stdcall_suffix
="no"
13218 rm -f core conftest.err conftest.
$ac_objext \
13219 conftest
$ac_exeext conftest.
$ac_ext
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
13222 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
13223 *) ac_cv_c_stdcall_suffix
="no" ;;
13227 if test "$ac_cv_c_extern_prefix" = "yes"
13229 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
13231 asm_name_prefix
="_"
13233 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
13239 if test "$ac_cv_c_stdcall_suffix" = "yes"
13241 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
13244 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
13250 $as_echo_n "checking how to define a function in assembly code... " >&6; }
13251 if ${ac_cv_asm_func_def+:} false
; then :
13252 $as_echo_n "(cached) " >&6
13254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13255 /* end confdefs.h. */
13260 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
13265 if ac_fn_c_try_link
"$LINENO"; then :
13266 ac_cv_asm_func_def
=".def"
13268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13269 /* end confdefs.h. */
13274 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
13279 if ac_fn_c_try_link
"$LINENO"; then :
13280 ac_cv_asm_func_def
=".type @function"
13282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13283 /* end confdefs.h. */
13288 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
13293 if ac_fn_c_try_link
"$LINENO"; then :
13294 ac_cv_asm_func_def
=".type 2"
13296 ac_cv_asm_func_def
="unknown"
13298 rm -f core conftest.err conftest.
$ac_objext \
13299 conftest
$ac_exeext conftest.
$ac_ext
13301 rm -f core conftest.err conftest.
$ac_objext \
13302 conftest
$ac_exeext conftest.
$ac_ext
13304 rm -f core conftest.err conftest.
$ac_objext \
13305 conftest
$ac_exeext conftest.
$ac_ext
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
13308 $as_echo "$ac_cv_asm_func_def" >&6; }
13311 case "$ac_cv_asm_func_def" in
13313 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
13315 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
13317 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
13319 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
13321 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
13323 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
13325 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
13327 asm_func_header
="" ;;
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
13331 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
13332 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
13333 $as_echo_n "(cached) " >&6
13335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13336 /* end confdefs.h. */
13337 asm(".text\n\t.long 0");
13346 if ac_fn_c_try_compile
"$LINENO"; then :
13347 ac_cv_c_asm_outside_funcs
="yes"
13349 ac_cv_c_asm_outside_funcs
="no"
13351 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
13354 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
13357 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
13358 if ${ac_cv_c_dot_previous+:} false
; then :
13359 $as_echo_n "(cached) " >&6
13361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h. */
13367 asm(".text\nac_test:\t.long 0\n\t.previous");
13372 if ac_fn_c_try_link
"$LINENO"; then :
13373 ac_cv_c_dot_previous
="yes"
13375 ac_cv_c_dot_previous
="no"
13377 rm -f core conftest.err conftest.
$ac_objext \
13378 conftest
$ac_exeext conftest.
$ac_ext
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
13381 $as_echo "$ac_cv_c_dot_previous" >&6; }
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
13384 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
13385 if ${ac_cv_c_cfi_support+:} false
; then :
13386 $as_echo_n "(cached) " >&6
13388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13389 /* end confdefs.h. */
13390 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
13399 if ac_fn_c_try_compile
"$LINENO"; then :
13400 ac_cv_c_cfi_support
="yes"
13402 ac_cv_c_cfi_support
="no"
13404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
13407 $as_echo "$ac_cv_c_cfi_support" >&6; }
13409 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
13410 asm_func_trailer
=""
13411 if test "$ac_cv_c_dot_previous" = "yes"
13413 asm_func_trailer
="\\n\\t.previous"
13415 if test "$ac_cv_c_cfi_support" = "yes"
13417 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
13418 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
13420 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
13422 UNWINDFLAGS
=-fasynchronous-unwind-tables
13425 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
13429 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
13432 if test "$ac_cv_c_asm_outside_funcs" = "yes"
13434 cat >>confdefs.h
<<_ACEOF
13435 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
13439 cat >>confdefs.h
<<_ACEOF
13440 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
13445 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
13448 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
13458 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
13463 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
13469 test "x$enable_win64" != "xyes" || MAIN_BINARY
="wine64"
13474 *i
[3456789]86*) EXTRA_BINARIES
="wine-preloader"
13476 x86_64
*) EXTRA_BINARIES
="wine64-preloader"
13483 ac_save_CFLAGS
="$CFLAGS"
13484 CFLAGS
="$CFLAGS $BUILTINFLAG"
13558 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13559 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
13560 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
13561 cat >>confdefs.h
<<_ACEOF
13562 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13568 CFLAGS
="$ac_save_CFLAGS"
13570 if test "$ac_cv_func_dlopen" = no
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
13573 $as_echo_n "checking for dlopen in -ldl... " >&6; }
13574 if ${ac_cv_lib_dl_dlopen+:} false
; then :
13575 $as_echo_n "(cached) " >&6
13577 ac_check_lib_save_LIBS
=$LIBS
13579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13580 /* end confdefs.h. */
13582 /* Override any GCC internal prototype to avoid an error.
13583 Use char because int might match the return type of a GCC
13584 builtin and then its argument prototype would still apply. */
13597 if ac_fn_c_try_link
"$LINENO"; then :
13598 ac_cv_lib_dl_dlopen
=yes
13600 ac_cv_lib_dl_dlopen
=no
13602 rm -f core conftest.err conftest.
$ac_objext \
13603 conftest
$ac_exeext conftest.
$ac_ext
13604 LIBS
=$ac_check_lib_save_LIBS
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
13607 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
13608 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
13609 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
13615 ac_wine_check_funcs_save_LIBS
="$LIBS"
13616 LIBS
="$LIBS $LIBDL"
13617 for ac_func
in dladdr
13619 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
13620 if test "x$ac_cv_func_dladdr" = xyes
; then :
13621 cat >>confdefs.h
<<_ACEOF
13622 #define HAVE_DLADDR 1
13628 LIBS
="$ac_wine_check_funcs_save_LIBS"
13630 if test "$ac_cv_func_poll" = no
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
13633 $as_echo_n "checking for poll in -lpoll... " >&6; }
13634 if ${ac_cv_lib_poll_poll+:} false
; then :
13635 $as_echo_n "(cached) " >&6
13637 ac_check_lib_save_LIBS
=$LIBS
13638 LIBS
="-lpoll $LIBS"
13639 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13640 /* end confdefs.h. */
13642 /* Override any GCC internal prototype to avoid an error.
13643 Use char because int might match the return type of a GCC
13644 builtin and then its argument prototype would still apply. */
13657 if ac_fn_c_try_link
"$LINENO"; then :
13658 ac_cv_lib_poll_poll
=yes
13660 ac_cv_lib_poll_poll
=no
13662 rm -f core conftest.err conftest.
$ac_objext \
13663 conftest
$ac_exeext conftest.
$ac_ext
13664 LIBS
=$ac_check_lib_save_LIBS
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
13667 $as_echo "$ac_cv_lib_poll_poll" >&6; }
13668 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
13669 $as_echo "#define HAVE_POLL 1" >>confdefs.h
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
13677 $as_echo_n "checking for library containing gethostbyname... " >&6; }
13678 if ${ac_cv_search_gethostbyname+:} false
; then :
13679 $as_echo_n "(cached) " >&6
13681 ac_func_search_save_LIBS
=$LIBS
13682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h. */
13685 /* Override any GCC internal prototype to avoid an error.
13686 Use char because int might match the return type of a GCC
13687 builtin and then its argument prototype would still apply. */
13691 char gethostbyname ();
13695 return gethostbyname ();
13700 for ac_lib
in '' nsl
; do
13701 if test -z "$ac_lib"; then
13702 ac_res
="none required"
13705 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
13707 if ac_fn_c_try_link
"$LINENO"; then :
13708 ac_cv_search_gethostbyname
=$ac_res
13710 rm -f core conftest.err conftest.
$ac_objext \
13712 if ${ac_cv_search_gethostbyname+:} false
; then :
13716 if ${ac_cv_search_gethostbyname+:} false
; then :
13719 ac_cv_search_gethostbyname
=no
13721 rm conftest.
$ac_ext
13722 LIBS
=$ac_func_search_save_LIBS
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
13725 $as_echo "$ac_cv_search_gethostbyname" >&6; }
13726 ac_res
=$ac_cv_search_gethostbyname
13727 if test "$ac_res" != no
; then :
13728 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
13734 $as_echo_n "checking for library containing connect... " >&6; }
13735 if ${ac_cv_search_connect+:} false
; then :
13736 $as_echo_n "(cached) " >&6
13738 ac_func_search_save_LIBS
=$LIBS
13739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13742 /* Override any GCC internal prototype to avoid an error.
13743 Use char because int might match the return type of a GCC
13744 builtin and then its argument prototype would still apply. */
13757 for ac_lib
in '' socket
; do
13758 if test -z "$ac_lib"; then
13759 ac_res
="none required"
13762 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
13764 if ac_fn_c_try_link
"$LINENO"; then :
13765 ac_cv_search_connect
=$ac_res
13767 rm -f core conftest.err conftest.
$ac_objext \
13769 if ${ac_cv_search_connect+:} false
; then :
13773 if ${ac_cv_search_connect+:} false
; then :
13776 ac_cv_search_connect
=no
13778 rm conftest.
$ac_ext
13779 LIBS
=$ac_func_search_save_LIBS
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13782 $as_echo "$ac_cv_search_connect" >&6; }
13783 ac_res
=$ac_cv_search_connect
13784 if test "$ac_res" != no
; then :
13785 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13791 $as_echo_n "checking for library containing inet_aton... " >&6; }
13792 if ${ac_cv_search_inet_aton+:} false
; then :
13793 $as_echo_n "(cached) " >&6
13795 ac_func_search_save_LIBS
=$LIBS
13796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13797 /* end confdefs.h. */
13799 /* Override any GCC internal prototype to avoid an error.
13800 Use char because int might match the return type of a GCC
13801 builtin and then its argument prototype would still apply. */
13809 return inet_aton ();
13814 for ac_lib
in '' resolv
; do
13815 if test -z "$ac_lib"; then
13816 ac_res
="none required"
13819 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
13821 if ac_fn_c_try_link
"$LINENO"; then :
13822 ac_cv_search_inet_aton
=$ac_res
13824 rm -f core conftest.err conftest.
$ac_objext \
13826 if ${ac_cv_search_inet_aton+:} false
; then :
13830 if ${ac_cv_search_inet_aton+:} false
; then :
13833 ac_cv_search_inet_aton
=no
13835 rm conftest.
$ac_ext
13836 LIBS
=$ac_func_search_save_LIBS
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13839 $as_echo "$ac_cv_search_inet_aton" >&6; }
13840 ac_res
=$ac_cv_search_inet_aton
13841 if test "$ac_res" != no
; then :
13842 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
13861 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13862 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
13863 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
13864 cat >>confdefs.h
<<_ACEOF
13865 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
13874 $as_echo_n "checking for library containing clock_gettime... " >&6; }
13875 if ${ac_cv_search_clock_gettime+:} false
; then :
13876 $as_echo_n "(cached) " >&6
13878 ac_func_search_save_LIBS
=$LIBS
13879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13882 /* Override any GCC internal prototype to avoid an error.
13883 Use char because int might match the return type of a GCC
13884 builtin and then its argument prototype would still apply. */
13888 char clock_gettime ();
13892 return clock_gettime ();
13897 for ac_lib
in '' rt
; do
13898 if test -z "$ac_lib"; then
13899 ac_res
="none required"
13902 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
13904 if ac_fn_c_try_link
"$LINENO"; then :
13905 ac_cv_search_clock_gettime
=$ac_res
13907 rm -f core conftest.err conftest.
$ac_objext \
13909 if ${ac_cv_search_clock_gettime+:} false
; then :
13913 if ${ac_cv_search_clock_gettime+:} false
; then :
13916 ac_cv_search_clock_gettime
=no
13918 rm conftest.
$ac_ext
13919 LIBS
=$ac_func_search_save_LIBS
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
13922 $as_echo "$ac_cv_search_clock_gettime" >&6; }
13923 ac_res
=$ac_cv_search_clock_gettime
13924 if test "$ac_res" != no
; then :
13925 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
13927 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
13929 test "$ac_res" = "none required" || LIBRT
="$ac_res"
13937 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13939 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13941 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13943 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13944 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
13945 $as_echo_n "(cached) " >&6
13947 ac_check_lib_save_LIBS
=$LIBS
13948 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
13949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13950 /* end confdefs.h. */
13952 /* Override any GCC internal prototype to avoid an error.
13953 Use char because int might match the return type of a GCC
13954 builtin and then its argument prototype would still apply. */
13958 char ldap_initialize ();
13962 return ldap_initialize ();
13967 if ac_fn_c_try_link
"$LINENO"; then :
13968 ac_cv_lib_ldap_r_ldap_initialize
=yes
13970 ac_cv_lib_ldap_r_ldap_initialize
=no
13972 rm -f core conftest.err conftest.
$ac_objext \
13973 conftest
$ac_exeext conftest.
$ac_ext
13974 LIBS
=$ac_check_lib_save_LIBS
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13977 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13978 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13980 $as_echo_n "checking for ber_init in -llber... " >&6; }
13981 if ${ac_cv_lib_lber_ber_init+:} false
; then :
13982 $as_echo_n "(cached) " >&6
13984 ac_check_lib_save_LIBS
=$LIBS
13985 LIBS
="-llber $LIBPTHREAD $LIBS"
13986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13987 /* end confdefs.h. */
13989 /* Override any GCC internal prototype to avoid an error.
13990 Use char because int might match the return type of a GCC
13991 builtin and then its argument prototype would still apply. */
13999 return ber_init ();
14004 if ac_fn_c_try_link
"$LINENO"; then :
14005 ac_cv_lib_lber_ber_init
=yes
14007 ac_cv_lib_lber_ber_init
=no
14009 rm -f core conftest.err conftest.
$ac_objext \
14010 conftest
$ac_exeext conftest.
$ac_ext
14011 LIBS
=$ac_check_lib_save_LIBS
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
14014 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
14015 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
14017 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
14019 LDAPLIBS
="-lldap_r -llber"
14026 ac_wine_check_funcs_save_LIBS
="$LIBS"
14027 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
14029 ldap_count_references \
14030 ldap_first_reference \
14031 ldap_next_reference \
14032 ldap_parse_reference \
14033 ldap_parse_sort_control \
14034 ldap_parse_sortresponse_control \
14035 ldap_parse_vlv_control \
14036 ldap_parse_vlvresponse_control
14038 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14039 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14040 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14041 cat >>confdefs.h
<<_ACEOF
14042 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14048 LIBS
="$ac_wine_check_funcs_save_LIBS"
14050 if test "x$LDAPLIBS" = "x"; then :
14051 case "x$with_ldap" in
14052 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
14054 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
14055 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
14060 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
14061 if ${wine_cv_one_arg_mkdir+:} false
; then :
14062 $as_echo_n "(cached) " >&6
14064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14065 /* end confdefs.h. */
14066 #include <sys/stat.h>
14075 if ac_fn_c_try_compile
"$LINENO"; then :
14076 wine_cv_one_arg_mkdir
=yes
14078 wine_cv_one_arg_mkdir
=no
14080 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
14083 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
14084 if test "$wine_cv_one_arg_mkdir" = "yes"
14087 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
14092 $as_echo_n "checking for sched_setaffinity... " >&6; }
14093 if ${wine_cv_have_sched_setaffinity+:} false
; then :
14094 $as_echo_n "(cached) " >&6
14096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14097 /* end confdefs.h. */
14098 #define _GNU_SOURCE
14103 sched_setaffinity(0, 0, 0);
14108 if ac_fn_c_try_link
"$LINENO"; then :
14109 wine_cv_have_sched_setaffinity
=yes
14111 wine_cv_have_sched_setaffinity
=no
14113 rm -f core conftest.err conftest.
$ac_objext \
14114 conftest
$ac_exeext conftest.
$ac_ext
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
14117 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
14118 if test "$wine_cv_have_sched_setaffinity" = "yes"
14121 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
14126 $as_echo_n "checking for fallocate... " >&6; }
14127 if ${wine_cv_have_fallocate+:} false
; then :
14128 $as_echo_n "(cached) " >&6
14130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14131 /* end confdefs.h. */
14132 #define _GNU_SOURCE
14137 fallocate(-1, 0, 0, 0);
14142 if ac_fn_c_try_link
"$LINENO"; then :
14143 wine_cv_have_fallocate
=yes
14145 wine_cv_have_fallocate
=no
14147 rm -f core conftest.err conftest.
$ac_objext \
14148 conftest
$ac_exeext conftest.
$ac_ext
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
14151 $as_echo "$wine_cv_have_fallocate" >&6; }
14152 if test "$wine_cv_have_fallocate" = "yes"
14155 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14161 $as_echo_n "checking for inline... " >&6; }
14162 if ${ac_cv_c_inline+:} false
; then :
14163 $as_echo_n "(cached) " >&6
14166 for ac_kw
in inline __inline__ __inline
; do
14167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14168 /* end confdefs.h. */
14169 #ifndef __cplusplus
14171 static $ac_kw foo_t static_foo () {return 0; }
14172 $ac_kw foo_t foo () {return 0; }
14176 if ac_fn_c_try_compile
"$LINENO"; then :
14177 ac_cv_c_inline
=$ac_kw
14179 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14180 test "$ac_cv_c_inline" != no
&& break
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14185 $as_echo "$ac_cv_c_inline" >&6; }
14187 case $ac_cv_c_inline in
14190 case $ac_cv_c_inline in
14192 *) ac_val
=$ac_cv_c_inline;;
14194 cat >>confdefs.h
<<_ACEOF
14195 #ifndef __cplusplus
14196 #define inline $ac_val
14202 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
14203 if test "x$ac_cv_type_mode_t" = xyes
; then :
14205 cat >>confdefs.h
<<_ACEOF
14206 #define HAVE_MODE_T 1
14211 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
14212 if test "x$ac_cv_type_off_t" = xyes
; then :
14214 cat >>confdefs.h
<<_ACEOF
14215 #define HAVE_OFF_T 1
14220 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
14221 if test "x$ac_cv_type_pid_t" = xyes
; then :
14223 cat >>confdefs.h
<<_ACEOF
14224 #define HAVE_PID_T 1
14229 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14230 if test "x$ac_cv_type_size_t" = xyes
; then :
14232 cat >>confdefs.h
<<_ACEOF
14233 #define HAVE_SIZE_T 1
14238 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
14239 if test "x$ac_cv_type_ssize_t" = xyes
; then :
14241 cat >>confdefs.h
<<_ACEOF
14242 #define HAVE_SSIZE_T 1
14247 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
14248 if test "x$ac_cv_type_long_long" = xyes
; then :
14250 cat >>confdefs.h
<<_ACEOF
14251 #define HAVE_LONG_LONG 1
14256 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
14257 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
14259 cat >>confdefs.h
<<_ACEOF
14260 #define HAVE_FSBLKCNT_T 1
14265 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
14266 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
14268 cat >>confdefs.h
<<_ACEOF
14269 #define HAVE_FSFILCNT_T 1
14275 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
14276 #include <signal.h>
14278 if test "x$ac_cv_type_sigset_t" = xyes
; then :
14280 cat >>confdefs.h
<<_ACEOF
14281 #define HAVE_SIGSET_T 1
14287 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
14289 if test "x$ac_cv_type_request_sense" = xyes
; then :
14291 cat >>confdefs.h
<<_ACEOF
14292 #define HAVE_REQUEST_SENSE 1
14299 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
14300 #ifdef HAVE_SYS_SOCKET_H
14301 #include <sys/socket.h>
14303 #ifdef HAVE_SYS_SOCKETVAR_H
14304 #include <sys/socketvar.h>
14306 #ifdef HAVE_NET_ROUTE_H
14307 #include <net/route.h>
14309 #ifdef HAVE_NETINET_IN_H
14310 #include <netinet/in.h>
14312 #ifdef HAVE_NETINET_IN_SYSTM_H
14313 #include <netinet/in_systm.h>
14315 #ifdef HAVE_NETINET_IP_H
14316 #include <netinet/ip.h>
14318 #ifdef HAVE_NETINET_IN_PCB_H
14319 #include <netinet/in_pcb.h>
14322 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
14324 cat >>confdefs.h
<<_ACEOF
14325 #define HAVE_STRUCT_XINPGEN 1
14332 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
14333 #include <linux/input.h>
14336 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
14338 cat >>confdefs.h
<<_ACEOF
14339 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
14347 $as_echo_n "checking for sigaddset... " >&6; }
14348 if ${wine_cv_have_sigaddset+:} false
; then :
14349 $as_echo_n "(cached) " >&6
14351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14352 /* end confdefs.h. */
14353 #include <signal.h>
14357 sigset_t set; sigaddset(&set,SIGTERM);
14362 if ac_fn_c_try_link
"$LINENO"; then :
14363 wine_cv_have_sigaddset
=yes
14365 wine_cv_have_sigaddset
=no
14367 rm -f core conftest.err conftest.
$ac_objext \
14368 conftest
$ac_exeext conftest.
$ac_ext
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
14371 $as_echo "$wine_cv_have_sigaddset" >&6; }
14372 if test "$wine_cv_have_sigaddset" = "yes"
14375 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
14381 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
14382 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
14383 $as_echo_n "(cached) " >&6
14385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14386 /* end confdefs.h. */
14394 struct hostent *result;
14401 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
14402 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
14408 if ac_fn_c_try_link
"$LINENO"; then :
14409 wine_cv_linux_gethostbyname_r_6
=yes
14411 wine_cv_linux_gethostbyname_r_6
=no
14414 rm -f core conftest.err conftest.
$ac_objext \
14415 conftest
$ac_exeext conftest.
$ac_ext
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
14419 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
14420 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
14423 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
14427 if test "$ac_cv_header_linux_joystick_h" = "yes"
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
14430 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
14431 if ${wine_cv_linux_joystick_22_api+:} false
; then :
14432 $as_echo_n "(cached) " >&6
14434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14435 /* end confdefs.h. */
14437 #include <sys/ioctl.h>
14438 #include <sys/types.h>
14439 #include <linux/joystick.h>
14441 struct js_event blub;
14442 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
14443 #error "no 2.2 header"
14454 if ac_fn_c_try_compile
"$LINENO"; then :
14455 wine_cv_linux_joystick_22_api
=yes
14457 wine_cv_linux_joystick_22_api
=no
14459 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
14463 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
14464 if test "$wine_cv_linux_joystick_22_api" = "yes"
14467 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
14473 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
14474 #ifdef HAVE_SYS_PARAM_H
14475 # include <sys/param.h>
14477 #ifdef HAVE_SYS_MOUNT_H
14478 # include <sys/mount.h>
14480 #ifdef HAVE_SYS_VFS_H
14481 # include <sys/vfs.h>
14483 #ifdef HAVE_SYS_STATFS_H
14484 # include <sys/statfs.h>
14487 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
14489 cat >>confdefs.h
<<_ACEOF
14490 #define HAVE_STRUCT_STATFS_F_BFREE 1
14495 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
14496 #ifdef HAVE_SYS_PARAM_H
14497 # include <sys/param.h>
14499 #ifdef HAVE_SYS_MOUNT_H
14500 # include <sys/mount.h>
14502 #ifdef HAVE_SYS_VFS_H
14503 # include <sys/vfs.h>
14505 #ifdef HAVE_SYS_STATFS_H
14506 # include <sys/statfs.h>
14509 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
14511 cat >>confdefs.h
<<_ACEOF
14512 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
14517 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
14518 #ifdef HAVE_SYS_PARAM_H
14519 # include <sys/param.h>
14521 #ifdef HAVE_SYS_MOUNT_H
14522 # include <sys/mount.h>
14524 #ifdef HAVE_SYS_VFS_H
14525 # include <sys/vfs.h>
14527 #ifdef HAVE_SYS_STATFS_H
14528 # include <sys/statfs.h>
14531 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
14533 cat >>confdefs.h
<<_ACEOF
14534 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
14539 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
14540 #ifdef HAVE_SYS_PARAM_H
14541 # include <sys/param.h>
14543 #ifdef HAVE_SYS_MOUNT_H
14544 # include <sys/mount.h>
14546 #ifdef HAVE_SYS_VFS_H
14547 # include <sys/vfs.h>
14549 #ifdef HAVE_SYS_STATFS_H
14550 # include <sys/statfs.h>
14553 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
14555 cat >>confdefs.h
<<_ACEOF
14556 #define HAVE_STRUCT_STATFS_F_FFREE 1
14561 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
14562 #ifdef HAVE_SYS_PARAM_H
14563 # include <sys/param.h>
14565 #ifdef HAVE_SYS_MOUNT_H
14566 # include <sys/mount.h>
14568 #ifdef HAVE_SYS_VFS_H
14569 # include <sys/vfs.h>
14571 #ifdef HAVE_SYS_STATFS_H
14572 # include <sys/statfs.h>
14575 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
14577 cat >>confdefs.h
<<_ACEOF
14578 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
14583 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
14584 #ifdef HAVE_SYS_PARAM_H
14585 # include <sys/param.h>
14587 #ifdef HAVE_SYS_MOUNT_H
14588 # include <sys/mount.h>
14590 #ifdef HAVE_SYS_VFS_H
14591 # include <sys/vfs.h>
14593 #ifdef HAVE_SYS_STATFS_H
14594 # include <sys/statfs.h>
14597 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
14599 cat >>confdefs.h
<<_ACEOF
14600 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
14607 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
14608 #include <sys/statvfs.h>
14611 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
14613 cat >>confdefs.h
<<_ACEOF
14614 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
14621 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
14622 #include <dirent.h>
14625 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
14627 cat >>confdefs.h
<<_ACEOF
14628 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
14635 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
14636 #ifdef HAVE_SYS_SOCKET_H
14637 # include <sys/socket.h>
14639 #ifdef HAVE_SYS_UN_H
14640 # include <sys/un.h>
14643 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
14645 cat >>confdefs.h
<<_ACEOF
14646 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
14651 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
14652 #ifdef HAVE_SYS_SOCKET_H
14653 # include <sys/socket.h>
14655 #ifdef HAVE_SYS_UN_H
14656 # include <sys/un.h>
14659 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
14661 cat >>confdefs.h
<<_ACEOF
14662 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
14667 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
14668 #ifdef HAVE_SYS_SOCKET_H
14669 # include <sys/socket.h>
14671 #ifdef HAVE_SYS_UN_H
14672 # include <sys/un.h>
14675 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
14677 cat >>confdefs.h
<<_ACEOF
14678 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
14685 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
14686 #ifdef HAVE_SCSI_SG_H
14687 #include <scsi/sg.h>
14690 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
14692 cat >>confdefs.h
<<_ACEOF
14693 #define HAVE_SCSIREQ_T_CMD 1
14698 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>
14699 #ifdef HAVE_SCSI_SG_H
14700 #include <scsi/sg.h>
14703 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
14705 cat >>confdefs.h
<<_ACEOF
14706 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
14713 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
14715 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
14717 cat >>confdefs.h
<<_ACEOF
14718 #define HAVE_SIGINFO_T_SI_FD 1
14725 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
14726 #ifdef HAVE_SYS_MTIO_H
14727 #include <sys/mtio.h>
14730 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
14732 cat >>confdefs.h
<<_ACEOF
14733 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
14738 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
14739 #ifdef HAVE_SYS_MTIO_H
14740 #include <sys/mtio.h>
14743 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
14745 cat >>confdefs.h
<<_ACEOF
14746 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
14751 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
14752 #ifdef HAVE_SYS_MTIO_H
14753 #include <sys/mtio.h>
14756 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
14758 cat >>confdefs.h
<<_ACEOF
14759 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
14766 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
14767 #include <getopt.h>
14770 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
14772 cat >>confdefs.h
<<_ACEOF
14773 #define HAVE_STRUCT_OPTION_NAME 1
14780 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
14781 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
14783 cat >>confdefs.h
<<_ACEOF
14784 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
14789 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
14790 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
14792 cat >>confdefs.h
<<_ACEOF
14793 #define HAVE_STRUCT_STAT_ST_MTIM 1
14798 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
14799 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
14801 cat >>confdefs.h
<<_ACEOF
14802 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
14807 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
14808 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
14810 cat >>confdefs.h
<<_ACEOF
14811 #define HAVE_STRUCT_STAT_ST_CTIM 1
14816 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
14817 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
14819 cat >>confdefs.h
<<_ACEOF
14820 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
14825 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
14826 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
14828 cat >>confdefs.h
<<_ACEOF
14829 #define HAVE_STRUCT_STAT_ST_ATIM 1
14834 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
14835 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
14837 cat >>confdefs.h
<<_ACEOF
14838 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
14843 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
14844 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
14846 cat >>confdefs.h
<<_ACEOF
14847 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
14852 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
14853 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
14855 cat >>confdefs.h
<<_ACEOF
14856 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
14861 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
14862 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
14864 cat >>confdefs.h
<<_ACEOF
14865 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
14870 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
14871 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
14873 cat >>confdefs.h
<<_ACEOF
14874 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
14879 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
14880 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
14882 cat >>confdefs.h
<<_ACEOF
14883 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
14890 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
14891 #include <sys/types.h>
14893 #ifdef HAVE_NETINET_IN_H
14894 #include <netinet/in.h>
14897 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
14899 cat >>confdefs.h
<<_ACEOF
14900 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14907 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14908 #include <sys/types.h>
14910 #ifdef HAVE_NETINET_IN_H
14911 # include <netinet/in.h>
14913 #ifdef HAVE_ARPA_NAMESER_H
14914 # include <arpa/nameser.h>
14917 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
14919 cat >>confdefs.h
<<_ACEOF
14920 #define HAVE_NS_MSG__MSG_PTR 1
14927 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
14928 #include <sys/types.h>
14930 #ifdef HAVE_NETINET_IP_H
14931 #include <netinet/ip.h>
14933 #ifdef HAVE_NETINET_IP_ICMP_H
14934 #include <netinet/ip_icmp.h>
14936 #ifdef HAVE_NETINET_ICMP_VAR_H
14937 #include <netinet/icmp_var.h>
14940 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
14942 cat >>confdefs.h
<<_ACEOF
14943 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
14950 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14951 #include <sys/types.h>
14953 #ifdef HAVE_ALIAS_H
14956 #ifdef HAVE_SYS_SOCKET_H
14957 #include <sys/socket.h>
14959 #ifdef HAVE_SYS_SOCKETVAR_H
14960 #include <sys/socketvar.h>
14962 #ifdef HAVE_SYS_TIMEOUT_H
14963 #include <sys/timeout.h>
14965 #ifdef HAVE_NETINET_IN_H
14966 #include <netinet/in.h>
14968 #ifdef HAVE_NETINET_IN_SYSTM_H
14969 #include <netinet/in_systm.h>
14971 #ifdef HAVE_NETINET_IP_H
14972 #include <netinet/ip.h>
14974 #ifdef HAVE_NETINET_IP_VAR_H
14975 #include <netinet/ip_var.h>
14977 #ifdef HAVE_NETINET_IP_ICMP_H
14978 #include <netinet/ip_icmp.h>
14980 #ifdef HAVE_NETINET_ICMP_VAR_H
14981 #include <netinet/icmp_var.h>
14984 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
14986 cat >>confdefs.h
<<_ACEOF
14987 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14994 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
14995 #include <sys/types.h>
14997 #ifdef HAVE_SYS_SOCKETVAR_H
14998 #include <sys/socketvar.h>
15000 #ifdef HAVE_NETINET_IN_H
15001 #include <netinet/in.h>
15003 #ifdef HAVE_NETINET_IP_VAR_H
15004 #include <netinet/ip_var.h>
15007 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
15009 cat >>confdefs.h
<<_ACEOF
15010 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
15017 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
15018 #include <netinet/ip_var.h>
15021 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
15023 cat >>confdefs.h
<<_ACEOF
15024 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
15031 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
15032 #include <sys/types.h>
15034 #ifdef HAVE_SYS_SOCKETVAR_H
15035 #include <sys/socketvar.h>
15037 #ifdef HAVE_NETINET_IN_H
15038 #include <netinet/in.h>
15040 #ifdef HAVE_NETINET_TCP_H
15041 #include <netinet/tcp.h>
15043 #ifdef HAVE_NETINET_TCP_VAR_H
15044 #include <netinet/tcp_var.h>
15047 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
15049 cat >>confdefs.h
<<_ACEOF
15050 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
15057 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
15058 #include <netinet/tcp_var.h>
15061 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
15063 cat >>confdefs.h
<<_ACEOF
15064 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
15071 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
15072 #include <sys/types.h>
15074 #ifdef HAVE_NETINET_IN_H
15075 #include <netinet/in.h>
15077 #ifdef HAVE_NETINET_IP_VAR_H
15078 #include <netinet/ip_var.h>
15080 #ifdef HAVE_NETINET_UDP_H
15081 #include <netinet/udp.h>
15083 #ifdef HAVE_NETINET_UDP_VAR_H
15084 #include <netinet/udp_var.h>
15087 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
15089 cat >>confdefs.h
<<_ACEOF
15090 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
15097 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
15098 #include <sys/types.h>
15100 #ifdef HAVE_NET_IF_H
15101 # include <net/if.h>
15104 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
15106 cat >>confdefs.h
<<_ACEOF
15107 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
15115 $as_echo_n "checking for timezone variable... " >&6; }
15116 if ${ac_cv_have_timezone+:} false
; then :
15117 $as_echo_n "(cached) " >&6
15119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15120 /* end confdefs.h. */
15130 if ac_fn_c_try_link
"$LINENO"; then :
15131 ac_cv_have_timezone
="yes"
15133 ac_cv_have_timezone
="no"
15135 rm -f core conftest.err conftest.
$ac_objext \
15136 conftest
$ac_exeext conftest.
$ac_ext
15138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
15139 $as_echo "$ac_cv_have_timezone" >&6; }
15140 if test "$ac_cv_have_timezone" = "yes"
15143 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
15147 $as_echo_n "checking for daylight variable... " >&6; }
15148 if ${ac_cv_have_daylight+:} false
; then :
15149 $as_echo_n "(cached) " >&6
15151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15152 /* end confdefs.h. */
15162 if ac_fn_c_try_link
"$LINENO"; then :
15163 ac_cv_have_daylight
="yes"
15165 ac_cv_have_daylight
="no"
15167 rm -f core conftest.err conftest.
$ac_objext \
15168 conftest
$ac_exeext conftest.
$ac_ext
15170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
15171 $as_echo "$ac_cv_have_daylight" >&6; }
15172 if test "$ac_cv_have_daylight" = "yes"
15175 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
15179 ac_save_LIBS
="$LIBS"
15181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
15182 $as_echo_n "checking for isinf... " >&6; }
15183 if ${ac_cv_have_isinf+:} false
; then :
15184 $as_echo_n "(cached) " >&6
15186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15187 /* end confdefs.h. */
15192 float f = 0.0; return isinf(f)
15197 if ac_fn_c_try_link
"$LINENO"; then :
15198 ac_cv_have_isinf
="yes"
15200 ac_cv_have_isinf
="no"
15202 rm -f core conftest.err conftest.
$ac_objext \
15203 conftest
$ac_exeext conftest.
$ac_ext
15205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
15206 $as_echo "$ac_cv_have_isinf" >&6; }
15207 if test "$ac_cv_have_isinf" = "yes"
15210 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
15214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
15215 $as_echo_n "checking for isnan... " >&6; }
15216 if ${ac_cv_have_isnan+:} false
; then :
15217 $as_echo_n "(cached) " >&6
15219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15220 /* end confdefs.h. */
15225 float f = 0.0; return isnan(f)
15230 if ac_fn_c_try_link
"$LINENO"; then :
15231 ac_cv_have_isnan
="yes"
15233 ac_cv_have_isnan
="no"
15235 rm -f core conftest.err conftest.
$ac_objext \
15236 conftest
$ac_exeext conftest.
$ac_ext
15238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
15239 $as_echo "$ac_cv_have_isnan" >&6; }
15240 if test "$ac_cv_have_isnan" = "yes"
15243 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
15246 LIBS
="$ac_save_LIBS"
15250 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
15251 $as_echo_n "checking whether we need to define __i386__... " >&6; }
15252 if ${ac_cv_cpp_def___i386__+:} false
; then :
15253 $as_echo_n "(cached) " >&6
15255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15256 /* end confdefs.h. */
15261 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15262 $EGREP "yes" >/dev
/null
2>&1; then :
15263 ac_cv_cpp_def___i386__
=yes
15265 ac_cv_cpp_def___i386__
=no
15270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
15271 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
15272 if test $ac_cv_cpp_def___i386__ = yes; then :
15273 CFLAGS
="$CFLAGS -D__i386__"
15274 LINTFLAGS
="$LINTFLAGS -D__i386__"
15276 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
15277 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
15278 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
15279 $as_echo_n "(cached) " >&6
15281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15282 /* end confdefs.h. */
15287 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15288 $EGREP "yes" >/dev
/null
2>&1; then :
15289 ac_cv_cpp_def___x86_64__
=yes
15291 ac_cv_cpp_def___x86_64__
=no
15296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
15297 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
15298 if test $ac_cv_cpp_def___x86_64__ = yes; then :
15299 CFLAGS
="$CFLAGS -D__x86_64__"
15300 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
15302 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
15303 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
15304 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
15305 $as_echo_n "(cached) " >&6
15307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15308 /* end confdefs.h. */
15309 #ifndef __sparc64__
15313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15314 $EGREP "yes" >/dev
/null
2>&1; then :
15315 ac_cv_cpp_def___sparc64__
=yes
15317 ac_cv_cpp_def___sparc64__
=no
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
15323 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
15324 if test $ac_cv_cpp_def___sparc64__ = yes; then :
15325 CFLAGS
="$CFLAGS -D__sparc64__"
15326 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
15328 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
15329 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
15330 if ${ac_cv_cpp_def___sparc__+:} false
; then :
15331 $as_echo_n "(cached) " >&6
15333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15334 /* end confdefs.h. */
15339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15340 $EGREP "yes" >/dev
/null
2>&1; then :
15341 ac_cv_cpp_def___sparc__
=yes
15343 ac_cv_cpp_def___sparc__
=no
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
15349 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
15350 if test $ac_cv_cpp_def___sparc__ = yes; then :
15351 CFLAGS
="$CFLAGS -D__sparc__"
15352 LINTFLAGS
="$LINTFLAGS -D__sparc__"
15354 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
15355 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
15356 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
15357 $as_echo_n "(cached) " >&6
15359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15360 /* end confdefs.h. */
15361 #ifndef __powerpc64__
15365 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15366 $EGREP "yes" >/dev
/null
2>&1; then :
15367 ac_cv_cpp_def___powerpc64__
=yes
15369 ac_cv_cpp_def___powerpc64__
=no
15374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
15375 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
15376 if test $ac_cv_cpp_def___powerpc64__ = yes; then :
15377 CFLAGS
="$CFLAGS -D__powerpc64__"
15378 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
15380 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
15381 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
15382 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
15383 $as_echo_n "(cached) " >&6
15385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15386 /* end confdefs.h. */
15387 #ifndef __powerpc__
15391 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15392 $EGREP "yes" >/dev
/null
2>&1; then :
15393 ac_cv_cpp_def___powerpc__
=yes
15395 ac_cv_cpp_def___powerpc__
=no
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
15401 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
15402 if test $ac_cv_cpp_def___powerpc__ = yes; then :
15403 CFLAGS
="$CFLAGS -D__powerpc__"
15404 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
15406 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
15407 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
15408 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
15409 $as_echo_n "(cached) " >&6
15411 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15412 /* end confdefs.h. */
15413 #ifndef __aarch64__
15417 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15418 $EGREP "yes" >/dev
/null
2>&1; then :
15419 ac_cv_cpp_def___aarch64__
=yes
15421 ac_cv_cpp_def___aarch64__
=no
15426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
15427 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
15428 if test $ac_cv_cpp_def___aarch64__ = yes; then :
15429 CFLAGS
="$CFLAGS -D__aarch64__"
15430 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
15432 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
15433 $as_echo_n "checking whether we need to define __arm__... " >&6; }
15434 if ${ac_cv_cpp_def___arm__+:} false
; then :
15435 $as_echo_n "(cached) " >&6
15437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15438 /* end confdefs.h. */
15443 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15444 $EGREP "yes" >/dev
/null
2>&1; then :
15445 ac_cv_cpp_def___arm__
=yes
15447 ac_cv_cpp_def___arm__
=no
15452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
15453 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
15454 if test $ac_cv_cpp_def___arm__ = yes; then :
15455 CFLAGS
="$CFLAGS -D__arm__"
15456 LINTFLAGS
="$LINTFLAGS -D__arm__"
15460 case $host_vendor in
15461 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
15462 $as_echo_n "checking whether we need to define __sun__... " >&6; }
15463 if ${ac_cv_cpp_def___sun__+:} false
; then :
15464 $as_echo_n "(cached) " >&6
15466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15467 /* end confdefs.h. */
15472 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15473 $EGREP "yes" >/dev
/null
2>&1; then :
15474 ac_cv_cpp_def___sun__
=yes
15476 ac_cv_cpp_def___sun__
=no
15481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
15482 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
15483 if test $ac_cv_cpp_def___sun__ = yes; then :
15484 CFLAGS
="$CFLAGS -D__sun__"
15485 LINTFLAGS
="$LINTFLAGS -D__sun__"
15493 ac_config_commands
="$ac_config_commands include/stamp-h"
15496 ALL_MAKEFILE_DEPENDS
="
15497 # Rules automatically generated by configure
15502 Makefile: Makefile.in Make.vars.in Make.rules config.status
15503 @./config.status Make.tmp Makefile"
15506 ALL_TEST_RESOURCES
=""
15509 wine_fn_append_file
()
15511 as_fn_append
$1 " \\$as_nl $2"
15514 wine_fn_append_rule
()
15516 as_fn_append
$1 "$as_nl$2"
15519 wine_fn_has_flag
()
15521 expr ",$2," : ".*,$1,.*" >/dev
/null
15524 wine_fn_all_dir_rules
()
15528 ac_makedep
="\$(MAKEDEP)"
15529 ac_input
=Make.vars.
in:$ac_dir/Makefile.
in
15530 if test $ac_dir != tools
15532 ac_alldeps
="$2 $ac_makedep"
15534 ac_alldeps
="$2 include/config.h"
15537 *.
in) ac_input
=$ac_input:$2 ;;
15538 *) ac_makedep
="$2 $ac_makedep" ;;
15541 wine_fn_append_file ALL_DIRS
$ac_dir
15542 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15543 "__clean__: $ac_dir/__clean__
15544 .PHONY: $ac_dir/__clean__
15545 $ac_dir/__clean__: $ac_dir/Makefile
15546 @cd $ac_dir && \$(MAKE) clean
15547 \$(RM) $ac_dir/Makefile
15548 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
15549 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
15550 depend: $ac_dir/__depend__
15551 .PHONY: $ac_dir/__depend__
15552 $ac_dir/__depend__: $ac_makedep dummy
15553 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
15556 wine_fn_pot_rules
()
15561 test "x$with_gettextpo" = xyes ||
return
15563 if wine_fn_has_flag mc
$ac_flags
15565 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
15566 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15567 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
15568 @cd $ac_dir && \$(MAKE) msg.pot
15569 $ac_dir/msg.pot: tools/wmc include"
15571 if wine_fn_has_flag po
$ac_flags
15573 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
15574 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15575 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
15576 @cd $ac_dir && \$(MAKE) rsrc.pot
15577 $ac_dir/rsrc.pot: tools/wrc include"
15581 wine_fn_config_makefile
()
15587 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
15591 wine_fn_all_dir_rules
$ac_dir ${ac_rules:-Make.rules}
15592 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15595 $ac_dir: $ac_dir/Makefile dummy
15596 @cd $ac_dir && \$(MAKE)"
15598 wine_fn_has_flag install-lib
$ac_flags || wine_fn_has_flag install-dev
$ac_flags ||
return
15600 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15601 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15602 $ac_dir/__install__:: $ac_dir
15603 @cd $ac_dir && \$(MAKE) install
15604 $ac_dir/__uninstall__:: $ac_dir/Makefile
15605 @cd $ac_dir && \$(MAKE) uninstall
15606 install:: $ac_dir/__install__
15607 __uninstall__: $ac_dir/__uninstall__"
15609 if wine_fn_has_flag install-lib
$ac_flags
15611 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15612 ".PHONY: $ac_dir/__install-lib__
15613 $ac_dir/__install-lib__:: $ac_dir
15614 @cd $ac_dir && \$(MAKE) install-lib
15615 install-lib:: $ac_dir/__install-lib__"
15618 if wine_fn_has_flag install-dev
$ac_flags
15620 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15621 ".PHONY: $ac_dir/__install-dev
15622 $ac_dir/__install-dev__:: $ac_dir
15623 @cd $ac_dir && \$(MAKE) install-dev
15624 install-dev:: $ac_dir/__install-dev__"
15628 wine_fn_config_lib
()
15632 ac_dir
=dlls
/$ac_name
15633 wine_fn_config_makefile
$ac_dir enable_
$ac_name "$ac_flags" dlls
/Makeimplib.rules
15635 if wine_fn_has_flag install-dev
$ac_flags
15638 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15639 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15640 $ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir)
15641 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
15642 $ac_dir/__uninstall__::
15643 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
15644 install install-dev:: $ac_dir/__install__
15645 __uninstall__: $ac_dir/__uninstall__"
15648 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"__builddeps__: $ac_dir"
15649 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"$ac_dir: tools/widl tools/winebuild tools/winegcc include"
15652 wine_fn_config_dll
()
15655 ac_dir
=dlls
/$ac_name
15658 ac_implib
=${4:-$ac_name}
15659 ac_file
=$ac_dir/lib
$ac_implib
15661 ac_deps
="tools/widl tools/winebuild tools/winegcc include"
15665 *16) ac_implibflags
=" -m16" ;;
15667 *) ac_dll
=$ac_dll.dll
;;
15670 wine_fn_config_makefile
$ac_dir $ac_enable "$ac_flags" dlls
/Makedll.rules
15672 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
15673 test "$ac_enable" != enable_win16 ||
return 0
15674 wine_fn_has_flag implib
$ac_flags && wine_fn_all_dir_rules
$ac_dir dlls
/Makedll.rules
15676 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15677 "$ac_dir: __builddeps__
15678 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
15679 @cd $ac_dir && \$(MAKE) \$@"
15681 if wine_fn_has_flag install-lib
$ac_flags
15684 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15685 ".PHONY: $ac_dir/__install-lib__ $ac_dir/__uninstall__
15686 install install-lib:: $ac_dir/__install-lib__
15687 __uninstall__: $ac_dir/__uninstall__"
15688 if test -n "$DLLEXT"
15690 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15691 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
15692 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
15693 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
15694 $ac_dir/__uninstall__::
15695 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
15697 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15698 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
15699 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
15700 $ac_dir/__uninstall__::
15701 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
15705 wine_fn_pot_rules
$ac_dir $ac_flags
15708 if wine_fn_has_flag staticimplib
$ac_flags
15710 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15711 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
15712 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
15713 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
15714 @cd $ac_dir && \$(MAKE) lib$ac_implib.def
15715 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
15716 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
15717 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
15718 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
15719 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15720 $ac_dir/__uninstall__::
15721 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15722 install install-dev:: $ac_dir/__install-dev__
15723 __uninstall__: $ac_dir/__uninstall__"
15725 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
15727 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15728 "$ac_dir/__install-dev__:: $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir) __builddeps__
15729 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
15730 $ac_dir/__uninstall__::
15731 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
15734 if test "x$CROSSTEST_DISABLE" = x
15736 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15737 "__builddeps__: $ac_file.cross.a
15738 $ac_file.cross.a: $ac_dir/Makefile dummy
15739 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
15742 elif wine_fn_has_flag implib
$ac_flags
15744 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15745 "__builddeps__: $ac_file.$IMPLIBEXT
15746 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15747 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
15748 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15749 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
15750 .PHONY: $ac_dir/__install-dev__ $ac_dir/__uninstall__
15751 $ac_dir/__install-dev__:: $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)
15752 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15753 $ac_dir/__uninstall__::
15754 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
15755 install install-dev:: $ac_dir/__install-dev__
15756 __uninstall__: $ac_dir/__uninstall__"
15757 if test "x$CROSSTEST_DISABLE" = x
15759 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15760 "__builddeps__: $ac_file.cross.a
15761 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
15762 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
15765 if test "$ac_name" != "$ac_implib"
15767 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15768 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
15769 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
15770 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
15772 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
15773 if test "x$CROSSTEST_DISABLE" = x
15775 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15776 "__builddeps__: dlls/lib$ac_implib.cross.a
15777 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
15778 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
15784 wine_fn_config_program
()
15787 ac_dir
=programs
/$ac_name
15790 ac_program
=$ac_name
15794 *) ac_program
=$ac_program.exe
;;
15797 wine_fn_config_makefile
$ac_dir $ac_enable "$ac_flags" programs
/Makeprog.rules
15799 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
15802 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15803 "$ac_dir: __builddeps__"
15805 wine_fn_pot_rules
$ac_dir $ac_flags
15807 wine_fn_has_flag
install $ac_flags ||
return
15808 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15809 ".PHONY: $ac_dir/__install__ $ac_dir/__uninstall__
15810 install install-lib:: $ac_dir/__install__
15811 __uninstall__: $ac_dir/__uninstall__"
15813 if test -n "$DLLEXT"
15815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15816 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(dlldir) \$(DESTDIR)\$(fakedlldir)
15817 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
15818 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
15819 $ac_dir/__uninstall__::
15820 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
15822 if test "x$enable_tools" != xno
&& wine_fn_has_flag installbin
$ac_flags
15824 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15825 "$ac_dir/__install__:: tools \$(DESTDIR)\$(bindir)
15826 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
15827 $ac_dir/__uninstall__::
15828 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
15831 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15832 "$ac_dir/__install-lib__:: $ac_dir \$(DESTDIR)\$(dlldir)
15833 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(dlldir)/$ac_program
15834 $ac_dir/__uninstall__::
15835 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program"
15838 if test "x$enable_tools" != xno
&& wine_fn_has_flag manpage
$ac_flags
15840 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15841 "$ac_dir/__install__:: $ac_dir \$(DESTDIR)\$(mandir)/man\$(prog_manext)
15842 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
15843 $ac_dir/__uninstall__::
15844 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
15849 wine_fn_config_test
()
15854 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
15855 wine_fn_all_dir_rules
$ac_dir Maketest.rules
15857 if test "x$enable_tests" = xno
; then :
15860 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15863 $ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
15864 @cd $ac_dir && \$(MAKE)
15865 programs/winetest: $ac_dir
15866 check test: $ac_dir/__test__
15867 .PHONY: $ac_dir/__test__
15868 $ac_dir/__test__: dummy
15869 @cd $ac_dir && \$(MAKE) test
15871 \$(RM) $ac_dir/*.ok"
15873 if test "x$CROSSTEST_DISABLE" = x
15875 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15876 "crosstest: $ac_dir/__crosstest__
15877 .PHONY: $ac_dir/__crosstest__
15878 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
15879 @cd $ac_dir && \$(MAKE) crosstest"
15884 wine_fn_config_tool
()
15888 if test "x$enable_tools" = xno
; then :
15892 wine_fn_config_makefile
$ac_dir enable_tools
$ac_flags
15894 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"__tooldeps__: $ac_dir"
15895 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"$ac_dir: libs/port"
15897 tools
/winebuild
) wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"\$(WINEBUILD): $ac_dir" ;;
15901 wine_fn_config_makerules
()
15905 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15906 "$ac_rules: $ac_rules.in $ac_deps config.status
15907 @./config.status $ac_rules
15912 wine_fn_config_symlink
()
15915 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15917 @./config.status $ac_link
15922 if test "x$CROSSTEST_DISABLE" != x
15924 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
15926 @echo \"crosstest is not supported (mingw not installed?)\" && false"
15928 ac_config_links
="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
15929 wine_fn_config_symlink dlls
/shell32
/AUTHORS
15930 ac_config_links
="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
15931 test "$srcdir" = "." || wine_fn_config_symlink dlls
/wineps.drv
/generic.ppd
15932 if test "x$enable_fonts" != xno
; then
15933 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
15934 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf
15936 if test "x$enable_fonts" != xno
; then
15937 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
15938 test "$srcdir" = "." || wine_fn_config_symlink fonts
/symbol.ttf
15940 if test "x$enable_fonts" != xno
; then
15941 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
15942 test "$srcdir" = "." || wine_fn_config_symlink fonts
/tahoma.ttf
15944 if test "x$enable_fonts" != xno
; then
15945 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
15946 test "$srcdir" = "." || wine_fn_config_symlink fonts
/tahomabd.ttf
15948 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
15949 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
15950 if test "x$enable_tools" != xno
; then
15951 ac_config_links
="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
15952 test "$srcdir" = "." || wine_fn_config_symlink tools
/l_intl.nls
15954 ac_config_links
="$ac_config_links wine:tools/winewrapper"
15955 wine_fn_config_symlink wine
15956 if test "x$enable_win64" != xno
; then
15957 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
15958 wine_fn_config_symlink wine64
15961 ac_config_commands
="$ac_config_commands dlls/gdi32/dibdrv"
15963 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
15965 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
15967 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
15969 ac_config_commands
="$ac_config_commands dlls/user32/resources"
15971 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
15973 ac_config_commands
="$ac_config_commands include/wine"
15976 wine_fn_config_makerules Make.rules
15977 MAKE_RULES
=Make.rules
15978 ac_config_files
="$ac_config_files Make.rules"
15980 wine_fn_config_makerules Maketest.rules Make.rules
15981 MAKE_TEST_RULES
=Maketest.rules
15982 ac_config_files
="$ac_config_files Maketest.rules"
15984 wine_fn_config_makerules dlls
/Makedll.rules Make.rules
15985 MAKE_DLL_RULES
=dlls
/Makedll.rules
15986 ac_config_files
="$ac_config_files dlls/Makedll.rules"
15988 wine_fn_config_makerules dlls
/Makeimplib.rules Make.rules
15989 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
15990 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
15992 wine_fn_config_makerules programs
/Makeprog.rules Make.rules
15993 MAKE_PROG_RULES
=programs
/Makeprog.rules
15994 ac_config_files
="$ac_config_files programs/Makeprog.rules"
15997 wine_fn_config_dll acledit enable_acledit
15998 wine_fn_config_dll aclui enable_aclui implib
15999 wine_fn_config_dll activeds enable_activeds implib
16000 wine_fn_config_dll actxprxy enable_actxprxy
16001 wine_fn_config_lib adsiid
16002 wine_fn_config_dll advapi32 enable_advapi32 implib
16003 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
16004 wine_fn_config_dll advpack enable_advpack implib
16005 wine_fn_config_test dlls
/advpack
/tests advpack_test
16006 wine_fn_config_dll amstream enable_amstream
16007 wine_fn_config_test dlls
/amstream
/tests amstream_test
16008 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
16009 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
16010 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
16011 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
16012 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
16013 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
16014 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
16015 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
16016 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
16017 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
16018 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
16019 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
16020 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
16021 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
16022 wine_fn_config_dll apphelp enable_apphelp
16023 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
16024 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
16025 wine_fn_config_dll atl enable_atl implib
16026 wine_fn_config_test dlls
/atl
/tests atl_test
16027 wine_fn_config_dll atl100 enable_atl100 implib
16028 wine_fn_config_test dlls
/atl100
/tests atl100_test
16029 wine_fn_config_dll atl80 enable_atl80 implib
16030 wine_fn_config_test dlls
/atl80
/tests atl80_test
16031 wine_fn_config_dll authz enable_authz
16032 wine_fn_config_dll avicap32 enable_avicap32 implib
16033 wine_fn_config_dll avifil32 enable_avifil32 implib
,po
16034 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
16035 wine_fn_config_dll avifile.dll16 enable_win16
16036 wine_fn_config_dll avrt enable_avrt implib
16037 wine_fn_config_dll bcrypt enable_bcrypt
16038 wine_fn_config_dll browseui enable_browseui po
16039 wine_fn_config_test dlls
/browseui
/tests browseui_test
16040 wine_fn_config_dll cabinet enable_cabinet implib
16041 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
16042 wine_fn_config_dll capi2032 enable_capi2032 implib
16043 wine_fn_config_dll cards enable_cards implib
16044 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
16045 wine_fn_config_dll clusapi enable_clusapi implib
16046 wine_fn_config_dll comcat enable_comcat
16047 wine_fn_config_test dlls
/comcat
/tests comcat_test
16048 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
16049 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
16050 wine_fn_config_dll comdlg32 enable_comdlg32 implib
,po
16051 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
16052 wine_fn_config_dll
comm.drv16 enable_win16
16053 wine_fn_config_dll commdlg.dll16 enable_win16
16054 wine_fn_config_dll compobj.dll16 enable_win16
16055 wine_fn_config_dll compstui enable_compstui implib
16056 wine_fn_config_dll credui enable_credui implib
,po
16057 wine_fn_config_test dlls
/credui
/tests credui_test
16058 wine_fn_config_dll crtdll enable_crtdll implib
16059 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
16060 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
16061 wine_fn_config_dll cryptdlg enable_cryptdlg po
16062 wine_fn_config_dll cryptdll enable_cryptdll implib
16063 wine_fn_config_dll cryptnet enable_cryptnet implib
16064 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
16065 wine_fn_config_dll cryptui enable_cryptui implib
,po
16066 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
16067 wine_fn_config_dll ctapi32 enable_ctapi32
16068 wine_fn_config_dll ctl3d.dll16 enable_win16
16069 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
16070 wine_fn_config_dll ctl3dv2.dll16 enable_win16
16071 wine_fn_config_dll d3d10 enable_d3d10 implib
16072 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
16073 wine_fn_config_dll d3d10core enable_d3d10core implib
16074 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
16075 wine_fn_config_dll d3d11 enable_d3d11
16076 wine_fn_config_dll d3d8 enable_d3d8 implib
16077 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
16078 wine_fn_config_dll d3d9 enable_d3d9 implib
16079 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
16080 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
16081 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
16082 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
16083 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
16084 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
16085 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
16086 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
16087 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
16088 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
16089 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
16090 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
16091 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
16092 wine_fn_config_dll d3dim enable_d3dim implib
16093 wine_fn_config_dll d3drm enable_d3drm implib
16094 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
16095 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
16096 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
16097 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
16098 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
16099 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
16100 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
16101 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
16102 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
16103 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
16104 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
16105 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
16106 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
16107 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
16108 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
16109 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
16110 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
16111 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
16112 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
16113 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
16114 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
16115 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
16116 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
16117 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
16118 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
16119 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
16120 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
16121 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
16122 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
16123 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
16124 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
16125 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
16126 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
16127 wine_fn_config_dll d3dxof enable_d3dxof implib
16128 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
16129 wine_fn_config_dll dbgeng enable_dbgeng implib
16130 wine_fn_config_dll dbghelp enable_dbghelp implib
16131 wine_fn_config_dll dciman32 enable_dciman32 implib
16132 wine_fn_config_dll ddeml.dll16 enable_win16
16133 wine_fn_config_dll ddraw enable_ddraw implib
16134 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
16135 wine_fn_config_dll ddrawex enable_ddrawex
16136 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
16137 wine_fn_config_dll devenum enable_devenum po
16138 wine_fn_config_test dlls
/devenum
/tests devenum_test
16139 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
16140 wine_fn_config_dll difxapi enable_difxapi
16141 wine_fn_config_dll dinput enable_dinput implib
,po
,staticimplib
16142 wine_fn_config_test dlls
/dinput
/tests dinput_test
16143 wine_fn_config_dll dinput8 enable_dinput8 implib
16144 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
16145 wine_fn_config_dll dispdib.dll16 enable_win16
16146 wine_fn_config_dll dispex enable_dispex
16147 wine_fn_config_test dlls
/dispex
/tests dispex_test
16148 wine_fn_config_dll display.drv16 enable_win16
16149 wine_fn_config_dll dmband enable_dmband
16150 wine_fn_config_test dlls
/dmband
/tests dmband_test
16151 wine_fn_config_dll dmcompos enable_dmcompos
16152 wine_fn_config_dll dmime enable_dmime
16153 wine_fn_config_test dlls
/dmime
/tests dmime_test
16154 wine_fn_config_dll dmloader enable_dmloader
16155 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
16156 wine_fn_config_dll dmscript enable_dmscript
16157 wine_fn_config_dll dmstyle enable_dmstyle
16158 wine_fn_config_dll dmsynth enable_dmsynth
16159 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
16160 wine_fn_config_dll dmusic enable_dmusic
16161 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
16162 wine_fn_config_dll dmusic32 enable_dmusic32 implib
16163 wine_fn_config_dll dnsapi enable_dnsapi implib
16164 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
16165 wine_fn_config_dll dplay enable_dplay implib
16166 wine_fn_config_dll dplayx enable_dplayx implib
16167 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
16168 wine_fn_config_dll dpnaddr enable_dpnaddr
16169 wine_fn_config_dll dpnet enable_dpnet implib
16170 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
16171 wine_fn_config_dll dpnhpast enable_dpnhpast
16172 wine_fn_config_dll dpnlobby enable_dpnlobby
16173 wine_fn_config_dll dpwsockx enable_dpwsockx
16174 wine_fn_config_dll drmclien enable_drmclien
16175 wine_fn_config_dll dsound enable_dsound implib
16176 wine_fn_config_test dlls
/dsound
/tests dsound_test
16177 wine_fn_config_dll dssenh enable_dssenh
16178 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
16179 wine_fn_config_dll dswave enable_dswave
16180 wine_fn_config_dll dwmapi enable_dwmapi implib
16181 wine_fn_config_dll dwrite enable_dwrite implib
16182 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
16183 wine_fn_config_dll dxdiagn enable_dxdiagn po
16184 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
16185 wine_fn_config_lib dxerr8
16186 wine_fn_config_lib dxerr9
16187 wine_fn_config_dll dxgi enable_dxgi implib
16188 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
16189 wine_fn_config_lib dxguid
16190 wine_fn_config_dll explorerframe enable_explorerframe
16191 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
16192 wine_fn_config_dll faultrep enable_faultrep implib
16193 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
16194 wine_fn_config_dll fltlib enable_fltlib
16195 wine_fn_config_dll fusion enable_fusion
16196 wine_fn_config_test dlls
/fusion
/tests fusion_test
16197 wine_fn_config_dll fwpuclnt enable_fwpuclnt
16198 wine_fn_config_dll gameux enable_gameux
16199 wine_fn_config_test dlls
/gameux
/tests gameux_test
16200 wine_fn_config_dll gdi.exe16 enable_win16
16201 wine_fn_config_dll gdi32 enable_gdi32 implib
,po
16202 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
16203 wine_fn_config_dll gdiplus enable_gdiplus implib
16204 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
16205 wine_fn_config_dll glu32 enable_glu32 implib
16206 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
16207 wine_fn_config_dll gpkcsp enable_gpkcsp
16208 wine_fn_config_dll hal enable_hal
16209 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx implib
,po htmlhelp
16210 wine_fn_config_dll hid enable_hid implib
16211 wine_fn_config_dll hlink enable_hlink implib
16212 wine_fn_config_test dlls
/hlink
/tests hlink_test
16213 wine_fn_config_dll hnetcfg enable_hnetcfg
16214 wine_fn_config_dll httpapi enable_httpapi
16215 wine_fn_config_dll iccvid enable_iccvid po
16216 wine_fn_config_dll icmp enable_icmp
16217 wine_fn_config_dll ieframe enable_ieframe implib
,po
16218 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
16219 wine_fn_config_dll ifsmgr.vxd enable_win16
16220 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
16221 wine_fn_config_dll imagehlp enable_imagehlp implib
16222 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
16223 wine_fn_config_dll imm.dll16 enable_win16
16224 wine_fn_config_dll imm32 enable_imm32 implib
16225 wine_fn_config_test dlls
/imm32
/tests imm32_test
16226 wine_fn_config_dll inetcomm enable_inetcomm implib
16227 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
16228 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
16229 wine_fn_config_dll inetmib1 enable_inetmib1
16230 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
16231 wine_fn_config_dll infosoft enable_infosoft
16232 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
16233 wine_fn_config_dll initpki enable_initpki
16234 wine_fn_config_dll inkobj enable_inkobj
16235 wine_fn_config_dll inseng enable_inseng
16236 wine_fn_config_dll iphlpapi enable_iphlpapi implib
16237 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
16238 wine_fn_config_dll itircl enable_itircl
16239 wine_fn_config_dll itss enable_itss
16240 wine_fn_config_test dlls
/itss
/tests itss_test
16241 wine_fn_config_dll joy.cpl enable_joy_cpl po
16242 wine_fn_config_dll jscript enable_jscript po
16243 wine_fn_config_test dlls
/jscript
/tests jscript_test
16244 wine_fn_config_dll kernel32 enable_kernel32 implib
,mc
16245 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
16246 wine_fn_config_dll keyboard.drv16 enable_win16
16247 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
16248 wine_fn_config_dll ktmw32 enable_ktmw32
16249 wine_fn_config_dll loadperf enable_loadperf implib
16250 wine_fn_config_dll localspl enable_localspl po
16251 wine_fn_config_test dlls
/localspl
/tests localspl_test
16252 wine_fn_config_dll localui enable_localui po
16253 wine_fn_config_test dlls
/localui
/tests localui_test
16254 wine_fn_config_dll lz32 enable_lz32 implib
16255 wine_fn_config_test dlls
/lz32
/tests lz32_test
16256 wine_fn_config_dll lzexpand.dll16 enable_win16
16257 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
16258 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
16259 wine_fn_config_dll mapistub enable_mapistub
16260 wine_fn_config_dll mciavi32 enable_mciavi32
16261 wine_fn_config_dll mcicda enable_mcicda
16262 wine_fn_config_dll mciqtz32 enable_mciqtz32
16263 wine_fn_config_dll mciseq enable_mciseq
16264 wine_fn_config_dll mciwave enable_mciwave
16265 wine_fn_config_dll mgmtapi enable_mgmtapi
16266 wine_fn_config_dll midimap enable_midimap
16267 wine_fn_config_dll mlang enable_mlang implib
16268 wine_fn_config_test dlls
/mlang
/tests mlang_test
16269 wine_fn_config_dll mmcndmgr enable_mmcndmgr
16270 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
16271 wine_fn_config_dll mmdevapi enable_mmdevapi
16272 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
16273 wine_fn_config_dll mmdevldr.vxd enable_win16
16274 wine_fn_config_dll mmsystem.dll16 enable_win16
16275 wine_fn_config_dll monodebg.vxd enable_win16
16276 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
16277 wine_fn_config_dll mouse.drv16 enable_win16
16278 wine_fn_config_dll mpr enable_mpr implib
,po
16279 wine_fn_config_test dlls
/mpr
/tests mpr_test
16280 wine_fn_config_dll mprapi enable_mprapi implib
16281 wine_fn_config_dll msacm.dll16 enable_win16
16282 wine_fn_config_dll msacm32.drv enable_msacm32_drv
16283 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
16284 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
16285 wine_fn_config_dll msadp32.acm enable_msadp32_acm
16286 wine_fn_config_dll mscat32 enable_mscat32
16287 wine_fn_config_dll mscms enable_mscms implib
16288 wine_fn_config_test dlls
/mscms
/tests mscms_test
16289 wine_fn_config_dll mscoree enable_mscoree
16290 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
16291 wine_fn_config_dll msctf enable_msctf
16292 wine_fn_config_test dlls
/msctf
/tests msctf_test
16293 wine_fn_config_dll msdaps enable_msdaps
16294 wine_fn_config_dll msdmo enable_msdmo implib
16295 wine_fn_config_dll msftedit enable_msftedit
16296 wine_fn_config_dll msg711.acm enable_msg711_acm
16297 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
16298 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
16299 wine_fn_config_dll mshtml enable_mshtml implib
,po
16300 wine_fn_config_test dlls
/mshtml
/tests mshtml_test
16301 wine_fn_config_dll msi enable_msi implib
,po
16302 wine_fn_config_test dlls
/msi
/tests msi_test
16303 wine_fn_config_dll msident enable_msident
16304 wine_fn_config_dll msimg32 enable_msimg32 implib
16305 wine_fn_config_dll msimsg enable_msimsg
16306 wine_fn_config_dll msimtf enable_msimtf
16307 wine_fn_config_dll msisip enable_msisip
16308 wine_fn_config_dll msisys.ocx enable_msisys_ocx
16309 wine_fn_config_dll msls31 enable_msls31
16310 wine_fn_config_dll msnet32 enable_msnet32
16311 wine_fn_config_dll mspatcha enable_mspatcha
16312 wine_fn_config_dll msrle32 enable_msrle32 po
16313 wine_fn_config_dll mssign32 enable_mssign32
16314 wine_fn_config_dll mssip32 enable_mssip32
16315 wine_fn_config_dll mstask enable_mstask
16316 wine_fn_config_test dlls
/mstask
/tests mstask_test
16317 wine_fn_config_dll msvcirt enable_msvcirt
16318 wine_fn_config_dll msvcm80 enable_msvcm80
16319 wine_fn_config_dll msvcm90 enable_msvcm90
16320 wine_fn_config_dll msvcp100 enable_msvcp100
16321 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
16322 wine_fn_config_dll msvcp110 enable_msvcp110
16323 wine_fn_config_dll msvcp60 enable_msvcp60
16324 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
16325 wine_fn_config_dll msvcp70 enable_msvcp70
16326 wine_fn_config_dll msvcp71 enable_msvcp71
16327 wine_fn_config_dll msvcp80 enable_msvcp80
16328 wine_fn_config_dll msvcp90 enable_msvcp90
16329 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
16330 wine_fn_config_dll msvcr100 enable_msvcr100
16331 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
16332 wine_fn_config_dll msvcr110 enable_msvcr110
16333 wine_fn_config_dll msvcr70 enable_msvcr70 implib
16334 wine_fn_config_dll msvcr71 enable_msvcr71 implib
16335 wine_fn_config_dll msvcr80 enable_msvcr80
16336 wine_fn_config_dll msvcr90 enable_msvcr90
16337 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
16338 wine_fn_config_dll msvcrt enable_msvcrt implib
16339 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
16340 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
16341 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
16342 wine_fn_config_dll msvcrtd enable_msvcrtd implib
16343 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
16344 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
16345 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
16346 wine_fn_config_dll msvidc32 enable_msvidc32 po
16347 wine_fn_config_dll msvideo.dll16 enable_win16
16348 wine_fn_config_dll mswsock enable_mswsock implib
16349 wine_fn_config_dll msxml enable_msxml
16350 wine_fn_config_dll msxml2 enable_msxml2
16351 wine_fn_config_dll msxml3 enable_msxml3
16352 wine_fn_config_test dlls
/msxml
3/tests msxml3_test
16353 wine_fn_config_dll msxml4 enable_msxml4
16354 wine_fn_config_dll msxml6 enable_msxml6
16355 wine_fn_config_dll nddeapi enable_nddeapi implib
16356 wine_fn_config_dll netapi32 enable_netapi32 implib
16357 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
16358 wine_fn_config_dll newdev enable_newdev implib
16359 wine_fn_config_dll normaliz enable_normaliz implib
16360 wine_fn_config_dll npmshtml enable_npmshtml
16361 wine_fn_config_dll ntdll enable_ntdll implib
16362 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
16363 wine_fn_config_dll ntdsapi enable_ntdsapi implib
16364 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
16365 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
16366 wine_fn_config_dll ntprint enable_ntprint
16367 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
16368 wine_fn_config_dll objsel enable_objsel
16369 wine_fn_config_dll odbc32 enable_odbc32 implib
16370 wine_fn_config_dll odbccp32 enable_odbccp32 implib
16371 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
16372 wine_fn_config_dll odbccu32 enable_odbccu32
16373 wine_fn_config_dll ole2.dll16 enable_win16
16374 wine_fn_config_dll ole2conv.dll16 enable_win16
16375 wine_fn_config_dll ole2disp.dll16 enable_win16
16376 wine_fn_config_dll ole2nls.dll16 enable_win16
16377 wine_fn_config_dll ole2prox.dll16 enable_win16
16378 wine_fn_config_dll ole2thk.dll16 enable_win16
16379 wine_fn_config_dll ole32 enable_ole32 implib
16380 wine_fn_config_test dlls
/ole32
/tests ole32_test
16381 wine_fn_config_dll oleacc enable_oleacc implib
,po
16382 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
16383 wine_fn_config_dll oleaut32 enable_oleaut32 implib
,po
16384 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test
16385 wine_fn_config_dll olecli.dll16 enable_win16
16386 wine_fn_config_dll olecli32 enable_olecli32 implib
16387 wine_fn_config_dll oledb32 enable_oledb32
16388 wine_fn_config_test dlls
/oledb32
/tests oledb32_test
16389 wine_fn_config_dll oledlg enable_oledlg implib
,po
16390 wine_fn_config_dll olepro32 enable_olepro32 implib
16391 wine_fn_config_dll olesvr.dll16 enable_win16
16392 wine_fn_config_dll olesvr32 enable_olesvr32 implib
16393 wine_fn_config_dll olethk32 enable_olethk32
16394 wine_fn_config_dll openal32 enable_openal32
16395 wine_fn_config_dll opencl enable_opencl
16396 wine_fn_config_dll opengl32 enable_opengl32 implib
16397 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
16398 wine_fn_config_dll pdh enable_pdh implib
16399 wine_fn_config_test dlls
/pdh
/tests pdh_test
16400 wine_fn_config_dll photometadatahandler enable_photometadatahandler
16401 wine_fn_config_dll pidgen enable_pidgen
16402 wine_fn_config_dll powrprof enable_powrprof implib
16403 wine_fn_config_dll printui enable_printui
16404 wine_fn_config_dll propsys enable_propsys implib
16405 wine_fn_config_test dlls
/propsys
/tests propsys_test
16406 wine_fn_config_dll psapi enable_psapi implib
16407 wine_fn_config_test dlls
/psapi
/tests psapi_test
16408 wine_fn_config_dll pstorec enable_pstorec
16409 wine_fn_config_dll qcap enable_qcap
16410 wine_fn_config_test dlls
/qcap
/tests qcap_test
16411 wine_fn_config_dll qedit enable_qedit
16412 wine_fn_config_test dlls
/qedit
/tests qedit_test
16413 wine_fn_config_dll qmgr enable_qmgr
16414 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
16415 wine_fn_config_dll qmgrprxy enable_qmgrprxy
16416 wine_fn_config_dll quartz enable_quartz implib
16417 wine_fn_config_test dlls
/quartz
/tests quartz_test
16418 wine_fn_config_dll query enable_query
16419 wine_fn_config_dll rasapi16.dll16 enable_win16
16420 wine_fn_config_dll rasapi32 enable_rasapi32 implib
16421 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
16422 wine_fn_config_dll rasdlg enable_rasdlg implib
16423 wine_fn_config_dll regapi enable_regapi
16424 wine_fn_config_dll resutils enable_resutils implib
16425 wine_fn_config_dll riched20 enable_riched20 implib
16426 wine_fn_config_test dlls
/riched20
/tests riched20_test
16427 wine_fn_config_dll riched32 enable_riched32
16428 wine_fn_config_test dlls
/riched32
/tests riched32_test
16429 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
16430 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test
16431 wine_fn_config_dll rsabase enable_rsabase
16432 wine_fn_config_dll rsaenh enable_rsaenh implib
16433 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
16434 wine_fn_config_dll rstrtmgr enable_rstrtmgr
16435 wine_fn_config_dll rtutils enable_rtutils implib
16436 wine_fn_config_dll samlib enable_samlib
16437 wine_fn_config_dll sane.ds enable_sane_ds po
16438 wine_fn_config_dll scarddlg enable_scarddlg
16439 wine_fn_config_dll sccbase enable_sccbase
16440 wine_fn_config_dll schannel enable_schannel
16441 wine_fn_config_test dlls
/schannel
/tests schannel_test
16442 wine_fn_config_dll scrrun enable_scrrun
16443 wine_fn_config_test dlls
/scrrun
/tests scrrun_test
16444 wine_fn_config_dll scsiport.sys enable_scsiport_sys
16445 wine_fn_config_dll secur32 enable_secur32 implib
16446 wine_fn_config_test dlls
/secur32
/tests secur32_test
16447 wine_fn_config_dll security enable_security
16448 wine_fn_config_dll sensapi enable_sensapi implib
16449 wine_fn_config_dll serialui enable_serialui implib
,po
16450 wine_fn_config_test dlls
/serialui
/tests serialui_test
16451 wine_fn_config_dll setupapi enable_setupapi implib
,po
16452 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
16453 wine_fn_config_dll setupx.dll16 enable_win16
16454 wine_fn_config_dll sfc enable_sfc implib
16455 wine_fn_config_dll sfc_os enable_sfc_os implib
16456 wine_fn_config_dll shdoclc enable_shdoclc po
16457 wine_fn_config_dll shdocvw enable_shdocvw implib
16458 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
16459 wine_fn_config_dll shell.dll16 enable_win16
16460 wine_fn_config_dll shell32 enable_shell32 implib
,po
16461 wine_fn_config_test dlls
/shell32
/tests shell32_test
16462 wine_fn_config_dll shfolder enable_shfolder implib
16463 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
16464 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
16465 wine_fn_config_dll slbcsp enable_slbcsp
16466 wine_fn_config_dll slc enable_slc implib
16467 wine_fn_config_dll snmpapi enable_snmpapi implib
16468 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
16469 wine_fn_config_dll softpub enable_softpub
16470 wine_fn_config_dll sound.drv16 enable_win16
16471 wine_fn_config_dll spoolss enable_spoolss implib
16472 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
16473 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
16474 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
16475 wine_fn_config_dll sti enable_sti implib
16476 wine_fn_config_test dlls
/sti
/tests sti_test
16477 wine_fn_config_dll storage.dll16 enable_win16
16478 wine_fn_config_dll stress.dll16 enable_win16
16479 wine_fn_config_lib strmbase
16480 wine_fn_config_lib strmiids
16481 wine_fn_config_dll svrapi enable_svrapi
16482 wine_fn_config_dll sxs enable_sxs implib
16483 wine_fn_config_test dlls
/sxs
/tests sxs_test
16484 wine_fn_config_dll system.drv16 enable_win16
16485 wine_fn_config_dll t2embed enable_t2embed
16486 wine_fn_config_dll tapi32 enable_tapi32 implib
16487 wine_fn_config_dll toolhelp.dll16 enable_win16
16488 wine_fn_config_dll traffic enable_traffic
16489 wine_fn_config_dll twain.dll16 enable_win16
16490 wine_fn_config_dll twain_32 enable_twain_32
16491 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
16492 wine_fn_config_dll typelib.dll16 enable_win16
16493 wine_fn_config_dll unicows enable_unicows implib
16494 wine_fn_config_dll updspapi enable_updspapi
16495 wine_fn_config_dll url enable_url implib
16496 wine_fn_config_dll urlmon enable_urlmon implib
,po
16497 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
16498 wine_fn_config_dll usbd.sys enable_usbd_sys implib
16499 wine_fn_config_dll user.exe16 enable_win16
16500 wine_fn_config_dll user32 enable_user32 implib
,po
16501 wine_fn_config_test dlls
/user32
/tests user32_test
16502 wine_fn_config_dll userenv enable_userenv implib
16503 wine_fn_config_test dlls
/userenv
/tests userenv_test
16504 wine_fn_config_dll usp10 enable_usp10 implib
16505 wine_fn_config_test dlls
/usp10
/tests usp10_test
16506 wine_fn_config_lib uuid
16507 wine_fn_config_dll uxtheme enable_uxtheme implib
16508 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
16509 wine_fn_config_dll vbscript enable_vbscript
16510 wine_fn_config_test dlls
/vbscript
/tests vbscript_test
16511 wine_fn_config_dll vcomp enable_vcomp
16512 wine_fn_config_dll vcomp100 enable_vcomp100
16513 wine_fn_config_dll vcomp90 enable_vcomp90
16514 wine_fn_config_dll vdhcp.vxd enable_win16
16515 wine_fn_config_dll vdmdbg enable_vdmdbg implib
16516 wine_fn_config_dll ver.dll16 enable_win16
16517 wine_fn_config_dll version enable_version implib
16518 wine_fn_config_test dlls
/version
/tests version_test
16519 wine_fn_config_dll vmm.vxd enable_win16
16520 wine_fn_config_dll vnbt.vxd enable_win16
16521 wine_fn_config_dll vnetbios.vxd enable_win16
16522 wine_fn_config_dll vtdapi.vxd enable_win16
16523 wine_fn_config_dll vwin32.vxd enable_win16
16524 wine_fn_config_dll w32skrnl enable_win16
16525 wine_fn_config_dll w32sys.dll16 enable_win16
16526 wine_fn_config_dll wbemdisp enable_wbemdisp
16527 wine_fn_config_dll wbemprox enable_wbemprox
16528 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
16529 wine_fn_config_dll webservices enable_webservices implib
16530 wine_fn_config_dll wer enable_wer implib
16531 wine_fn_config_test dlls
/wer
/tests wer_test
16532 wine_fn_config_dll wevtapi enable_wevtapi
16533 wine_fn_config_dll wiaservc enable_wiaservc
16534 wine_fn_config_dll win32s16.dll16 enable_win16
16535 wine_fn_config_dll win87em.dll16 enable_win16
16536 wine_fn_config_dll winaspi.dll16 enable_win16
16537 wine_fn_config_dll windebug.dll16 enable_win16
16538 wine_fn_config_dll windowscodecs enable_windowscodecs implib
16539 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
16540 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
16541 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
16542 wine_fn_config_dll winealsa.drv enable_winealsa_drv
16543 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
16544 wine_fn_config_lib winecrt0
16545 wine_fn_config_dll wined3d enable_wined3d implib
16546 wine_fn_config_dll winegstreamer enable_winegstreamer
16547 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
16548 wine_fn_config_dll winemac.drv enable_winemac_drv
16549 wine_fn_config_dll winemapi enable_winemapi
16550 wine_fn_config_dll winemp3.acm enable_winemp3_acm
16551 wine_fn_config_dll wineoss.drv enable_wineoss_drv
16552 wine_fn_config_dll wineps.drv enable_wineps_drv install-lib
,po
16553 wine_fn_config_dll wineps16.drv16 enable_win16
16554 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
16555 wine_fn_config_dll winex11.drv enable_winex11_drv
16556 wine_fn_config_dll wing.dll16 enable_win16
16557 wine_fn_config_dll wing32 enable_wing32
16558 wine_fn_config_dll winhttp enable_winhttp implib
16559 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
16560 wine_fn_config_dll wininet enable_wininet implib
,po
16561 wine_fn_config_test dlls
/wininet
/tests wininet_test
16562 wine_fn_config_dll winmm enable_winmm implib
,po
16563 wine_fn_config_test dlls
/winmm
/tests winmm_test
16564 wine_fn_config_dll winnls.dll16 enable_win16
16565 wine_fn_config_dll winnls32 enable_winnls32 implib
16566 wine_fn_config_dll winscard enable_winscard implib
16567 wine_fn_config_dll winsock.dll16 enable_win16
16568 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
16569 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
16570 wine_fn_config_dll winsta enable_winsta
16571 wine_fn_config_dll wintab.dll16 enable_win16
16572 wine_fn_config_dll wintab32 enable_wintab32 implib
16573 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
16574 wine_fn_config_dll wintrust enable_wintrust implib
16575 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
16576 wine_fn_config_dll wlanapi enable_wlanapi
16577 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
16578 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
16579 wine_fn_config_dll wmi enable_wmi
16580 wine_fn_config_dll wmiutils enable_wmiutils
16581 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
16582 wine_fn_config_dll wmvcore enable_wmvcore
16583 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
16584 wine_fn_config_dll wow32 enable_win16 implib
16585 wine_fn_config_dll ws2_32 enable_ws2_32 implib
16586 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
16587 wine_fn_config_dll wshom.ocx enable_wshom_ocx
16588 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test
16589 wine_fn_config_dll wsnmp32 enable_wsnmp32
16590 wine_fn_config_dll wsock32 enable_wsock32 implib
16591 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
16592 wine_fn_config_dll wuapi enable_wuapi
16593 wine_fn_config_dll wuaueng enable_wuaueng
16594 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
16595 wine_fn_config_dll xinput1_1 enable_xinput1_1
16596 wine_fn_config_dll xinput1_2 enable_xinput1_2
16597 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
16598 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
16599 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
16600 wine_fn_config_dll xmllite enable_xmllite
16601 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
16602 wine_fn_config_dll xolehlp enable_xolehlp
16603 wine_fn_config_dll xpsprint enable_xpsprint
16604 wine_fn_config_dll xpssvcs enable_xpssvcs
16605 wine_fn_config_makefile documentation enable_documentation
16606 wine_fn_config_makefile fonts enable_fonts install-lib
16607 wine_fn_config_makefile include enable_include install-dev
16608 wine_fn_config_makefile libs
/port enable_libs_port
16609 wine_fn_config_makefile libs
/wine enable_libs_wine install-dev
,install-lib
16610 wine_fn_config_makefile libs
/wpp enable_libs_wpp
16611 wine_fn_config_makefile loader enable_loader install-lib
,manpage
16612 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
16613 wine_fn_config_program attrib enable_attrib
install,po
16614 wine_fn_config_program cabarc enable_cabarc
install
16615 wine_fn_config_program cacls enable_cacls
install
16616 wine_fn_config_program
clock enable_clock
install,po
16617 wine_fn_config_program cmd enable_cmd
install,po
16618 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
16619 wine_fn_config_program conhost enable_conhost
install
16620 wine_fn_config_program control enable_control
install
16621 wine_fn_config_program cscript enable_cscript
install
16622 wine_fn_config_program dxdiag enable_dxdiag
install,po
16623 wine_fn_config_program eject enable_eject
install
16624 wine_fn_config_program
expand enable_expand
install
16625 wine_fn_config_program explorer enable_explorer
install,po
16626 wine_fn_config_program extrac32 enable_extrac32
install
16627 wine_fn_config_program findstr enable_findstr
install
16628 wine_fn_config_program hh enable_hh
install
16629 wine_fn_config_program hostname enable_hostname
install,po
16630 wine_fn_config_program icinfo enable_icinfo
install
16631 wine_fn_config_program iexplore enable_iexplore
install
16632 wine_fn_config_program ipconfig enable_ipconfig
install,po
16633 wine_fn_config_program lodctr enable_lodctr
install
16634 wine_fn_config_program mofcomp enable_mofcomp
install
16635 wine_fn_config_program mshta enable_mshta
install
16636 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
16637 wine_fn_config_program net enable_net
install,po
16638 wine_fn_config_program netsh enable_netsh
install
16639 wine_fn_config_program netstat enable_netstat
install,po
16640 wine_fn_config_program ngen enable_ngen
install
16641 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
16642 wine_fn_config_program oleview enable_oleview
install,po
16643 wine_fn_config_program
ping enable_ping
install
16644 wine_fn_config_program plugplay enable_plugplay
install
16645 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
16646 wine_fn_config_program progman enable_progman
install,po
16647 wine_fn_config_program reg enable_reg
install,po
16648 wine_fn_config_program regasm enable_regasm
install
16649 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
16650 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
16651 wine_fn_config_program regsvcs enable_regsvcs
install
16652 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
16653 wine_fn_config_program rpcss enable_rpcss
install
16654 wine_fn_config_program rundll.exe16 enable_win16
install
16655 wine_fn_config_program rundll32 enable_rundll32
install
16656 wine_fn_config_program sc enable_sc
install
16657 wine_fn_config_program schtasks enable_schtasks
install
16658 wine_fn_config_program secedit enable_secedit
install
16659 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
16660 wine_fn_config_program services enable_services
install
16661 wine_fn_config_test programs
/services
/tests services.exe_test
16662 wine_fn_config_program spoolsv enable_spoolsv
install
16663 wine_fn_config_program start enable_start
install,po
16664 wine_fn_config_program svchost enable_svchost
install
16665 wine_fn_config_program taskkill enable_taskkill
install,po
16666 wine_fn_config_program tasklist enable_tasklist
install
16667 wine_fn_config_program taskmgr enable_taskmgr
install,po
16668 wine_fn_config_program termsv enable_termsv
install
16669 wine_fn_config_program uninstaller enable_uninstaller
install,po
16670 wine_fn_config_program unlodctr enable_unlodctr
install
16671 wine_fn_config_program view enable_view
install,po
16672 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
16673 wine_fn_config_program winebrowser enable_winebrowser
install
16674 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
16675 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
16676 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
16677 wine_fn_config_program winedevice enable_winedevice
install
16678 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
16679 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
16680 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
16681 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
16682 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
16683 wine_fn_config_program winetest enable_winetest
16684 wine_fn_config_program winevdm enable_win16
install
16685 wine_fn_config_program winhelp.exe16 enable_win16
install
16686 wine_fn_config_program winhlp32 enable_winhlp32
install,po
16687 wine_fn_config_program winoldap.mod16 enable_win16
install
16688 wine_fn_config_program winver enable_winver
install
16689 wine_fn_config_program wmic enable_wmic
install,po
16690 wine_fn_config_program wordpad enable_wordpad
install,po
16691 wine_fn_config_program
write enable_write
install,po
16692 wine_fn_config_program wscript enable_wscript
install
16693 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
16694 wine_fn_config_program wusa enable_wusa
install
16695 wine_fn_config_program xcopy enable_xcopy
install,po
16696 wine_fn_config_makefile server enable_server install-lib
,manpage
16697 wine_fn_config_tool tools install-dev
,install-lib
,manpage
16698 wine_fn_config_tool tools
/widl install-dev
,manpage
16699 wine_fn_config_tool tools
/winebuild install-dev
,manpage
16700 wine_fn_config_tool tools
/winedump install-dev
,manpage
16701 wine_fn_config_tool tools
/winegcc install-dev
,manpage
16702 wine_fn_config_tool tools
/wmc install-dev
,manpage
16703 wine_fn_config_tool tools
/wrc install-dev
,manpage
16754 ac_config_commands
="$ac_config_commands Makefile"
16757 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
16761 if test "x$enable_maintainer_mode" = xyes
16763 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"\$(srcdir)/configure: configure.ac aclocal.m4
16764 cd \$(srcdir) && autoconf --warnings=all
16765 \$(srcdir)/include/config.h.in: include/stamp-h.in
16766 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
16767 cd \$(srcdir) && autoheader --warnings=all
16768 @echo timestamp > \$@"
16771 if test "x$with_gettextpo" = xyes
16773 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
16774 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"ALL_POT_FILES =$ALL_POT_FILES
16775 \$(LINGUAS:%=po/%.po): \$(srcdir)/po/wine.pot
16776 msgmerge --previous -q \$@ \$(srcdir)/po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
16777 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
16778 msgcat -o \$@ \$(ALL_POT_FILES)"
16781 if test "$MSGFMT" != false
16783 PORCFLAGS
="--po-dir=\$(top_builddir)/po"
16785 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"__builddeps__: \$(ALL_MO_FILES)"
16790 if test "x$enable_tools" != xno
16792 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"\$(MAKEDEP): tools/Makefile
16794 \$(RM) tools/makedep\$(EXEEXT)"
16797 if test -n "$with_wine64"
16799 wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
16800 fonts server tools:
16801 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
16802 $with_wine64/loader/wine:
16803 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
16804 $with_wine64/loader/wine-preloader:
16805 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
16807 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
16810 cat >confcache
<<\_ACEOF
16811 # This file is a shell script that caches the results of configure
16812 # tests run on this system so they can be shared between configure
16813 # scripts and configure runs, see configure's option --config-cache.
16814 # It is not useful on other systems. If it contains results you don't
16815 # want to keep, you may remove or edit it.
16817 # config.status only pays attention to the cache file if you give it
16818 # the --recheck option to rerun configure.
16820 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16821 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16822 # following values.
16826 # The following way of writing the cache mishandles newlines in values,
16827 # but we know of no workaround that is simple, portable, and efficient.
16828 # So, we kill variables containing newlines.
16829 # Ultrix sh set writes to stderr and can't be redirected directly,
16830 # and sets the high bit in the cache file unless we assign to the vars.
16832 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16833 eval ac_val
=\$
$ac_var
16837 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16838 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16841 _ | IFS | as_nl
) ;; #(
16842 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
16843 *) { eval $ac_var=; unset $ac_var;} ;;
16849 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16850 *${as_nl}ac_space
=\
*)
16851 # `set' does not quote correctly, so add quotes: double-quote
16852 # substitution turns \\\\ into \\, and sed turns \\ into \.
16855 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16858 # `set' quotes correctly as required by POSIX, so do not add quotes.
16859 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16868 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16870 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16872 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16873 if test -w "$cache_file"; then
16874 if test "x$cache_file" != "x/dev/null"; then
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16876 $as_echo "$as_me: updating cache $cache_file" >&6;}
16877 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
16878 cat confcache
>"$cache_file"
16880 case $cache_file in #(
16882 mv -f confcache
"$cache_file"$$
&&
16883 mv -f "$cache_file"$$
"$cache_file" ;; #(
16885 mv -f confcache
"$cache_file" ;;
16890 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16891 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16896 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16897 # Let make expand exec_prefix.
16898 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16900 DEFS
=-DHAVE_CONFIG_H
16905 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
16906 # 1. Remove the extension, and $U if already installed.
16907 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
16908 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
16909 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16910 # will be set to the directory where LIBOBJS objects are built.
16911 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16912 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
16914 LIBOBJS
=$ac_libobjs
16916 LTLIBOBJS
=$ac_ltlibobjs
16920 : "${CONFIG_STATUS=./config.status}"
16922 ac_clean_files_save
=$ac_clean_files
16923 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
16924 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16925 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16927 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16929 # Generated by $as_me.
16930 # Run this file to recreate the current configuration.
16931 # Compiler output produced by configure, useful for debugging
16932 # configure, is in config.log if it exists.
16935 ac_cs_recheck=false
16938 SHELL=\${CONFIG_SHELL-$SHELL}
16941 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
16942 ## -------------------- ##
16943 ## M4sh Initialization. ##
16944 ## -------------------- ##
16946 # Be more Bourne compatible
16947 DUALCASE
=1; export DUALCASE
# for MKS sh
16948 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
16951 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16952 # is contrary to our usage. Disable this feature.
16953 alias -g '${1+"$@"}'='"$@"'
16954 setopt NO_GLOB_SUBST
16956 case `(set -o) 2>/dev/null` in #(
16968 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16969 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16970 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16971 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16972 # Prefer a ksh shell builtin over an external printf program on Solaris,
16973 # but without wasting forks for bash or zsh.
16974 if test -z "$BASH_VERSION$ZSH_VERSION" \
16975 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16976 as_echo='print
-r --'
16977 as_echo_n='print
-rn --'
16978 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16979 as_echo='printf %s
\n'
16980 as_echo_n='printf %s
'
16982 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16983 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
16984 as_echo_n='/usr
/ucb
/echo -n'
16986 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16987 as_echo_n_body='eval
16991 expr "X$arg" : "X\\(.*\\)$as_nl";
16992 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16994 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
16996 export as_echo_n_body
16997 as_echo_n='sh
-c $as_echo_n_body as_echo
'
16999 export as_echo_body
17000 as_echo='sh
-c $as_echo_body as_echo
'
17003 # The user is always right.
17004 if test "${PATH_SEPARATOR+set}" != set; then
17006 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17007 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17014 # We need space, tab and new line, in precisely that order. Quoting is
17015 # there to prevent editors from complaining about space-tab.
17016 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17017 # splitting by setting IFS to empty value.)
17020 # Find who we are. Look in the path if we contain no directory separator.
17023 *[\\/]* ) as_myself=$0 ;;
17024 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17025 for as_dir in $PATH
17028 test -z "$as_dir" && as_dir=.
17029 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17035 # We did not find ourselves, most probably we were run as `sh COMMAND'
17036 # in which case we are not to be found in the path.
17037 if test "x$as_myself" = x
; then
17040 if test ! -f "$as_myself"; then
17041 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17045 # Unset variables that we do not need and which cause bugs (e.g. in
17046 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17047 # suppresses any "Segmentation fault" message there. '((' could
17048 # trigger a bug in pdksh 5.2.14.
17049 for as_var
in BASH_ENV ENV MAIL MAILPATH
17050 do eval test x\
${$as_var+set} = xset \
17051 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17064 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17067 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17068 # ----------------------------------------
17069 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17070 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17071 # script with STATUS, using 1 if that was 0.
17074 as_status
=$1; test $as_status -eq 0 && as_status
=1
17076 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17077 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17079 $as_echo "$as_me: error: $2" >&2
17080 as_fn_exit
$as_status
17084 # as_fn_set_status STATUS
17085 # -----------------------
17086 # Set $? to STATUS, without forking.
17087 as_fn_set_status
()
17090 } # as_fn_set_status
17092 # as_fn_exit STATUS
17093 # -----------------
17094 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17098 as_fn_set_status
$1
17104 # Portably unset VAR.
17107 { eval $1=; unset $1;}
17109 as_unset
=as_fn_unset
17110 # as_fn_append VAR VALUE
17111 # ----------------------
17112 # Append the text in VALUE to the end of the definition contained in VAR. Take
17113 # advantage of any shell optimizations that allow amortized linear growth over
17114 # repeated appends, instead of the typical quadratic growth present in naive
17116 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17117 eval 'as_fn_append ()
17128 # as_fn_arith ARG...
17129 # ------------------
17130 # Perform arithmetic evaluation on the ARGs, and store the result in the
17131 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17132 # must be portable across $(()) and expr.
17133 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17134 eval 'as_fn_arith ()
17141 as_val
=`expr "$@" || test $? -eq 1`
17146 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17147 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17153 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17154 as_basename
=basename
17159 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17165 as_me
=`$as_basename -- "$0" ||
17166 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17167 X"$0" : 'X\(//\)$' \| \
17168 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17170 sed '/^.*\/\([^/][^/]*\)\/*$/{
17184 # Avoid depending upon Character Ranges.
17185 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17186 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17187 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17188 as_cr_digits
='0123456789'
17189 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17191 ECHO_C
= ECHO_N
= ECHO_T
=
17192 case `echo -n x` in #(((((
17194 case `echo 'xy\c'` in
17195 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17197 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17204 rm -f conf$$ conf$$.exe conf$$.
file
17205 if test -d conf$$.dir
; then
17206 rm -f conf$$.dir
/conf$$.
file
17209 mkdir conf$$.dir
2>/dev
/null
17211 if (echo >conf$$.
file) 2>/dev
/null
; then
17212 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17214 # ... but there are two gotchas:
17215 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17216 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17217 # In both cases, we have to default to `cp -pR'.
17218 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17220 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17228 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17229 rmdir conf$$.dir
2>/dev
/null
17234 # Create "$as_dir" as a directory, including parents if necessary.
17239 -*) as_dir
=.
/$as_dir;;
17241 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17245 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17246 *) as_qdir
=$as_dir;;
17248 as_dirs
="'$as_qdir' $as_dirs"
17249 as_dir
=`$as_dirname -- "$as_dir" ||
17250 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17251 X"$as_dir" : 'X\(//\)[^/]' \| \
17252 X"$as_dir" : 'X\(//\)$' \| \
17253 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17254 $as_echo X"$as_dir" |
17255 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17259 /^X\(\/\/\)[^/].*/{
17272 test -d "$as_dir" && break
17274 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17275 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17279 if mkdir
-p .
2>/dev
/null
; then
17280 as_mkdir_p
='mkdir -p "$as_dir"'
17282 test -d .
/-p && rmdir .
/-p
17287 # as_fn_executable_p FILE
17288 # -----------------------
17289 # Test if FILE is an executable regular file.
17290 as_fn_executable_p
()
17292 test -f "$1" && test -x "$1"
17293 } # as_fn_executable_p
17294 as_test_x
='test -x'
17295 as_executable_p
=as_fn_executable_p
17297 # Sed expression to map a string onto a valid CPP name.
17298 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17300 # Sed expression to map a string onto a valid variable name.
17301 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17305 ## ----------------------------------- ##
17306 ## Main body of $CONFIG_STATUS script. ##
17307 ## ----------------------------------- ##
17309 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17312 # Save the log message, to keep $0 and so on meaningful, and to
17313 # report actual input values of CONFIG_FILES etc. instead of their
17314 # values after options handling.
17316 This file was extended by Wine $as_me 1.7.0, which was
17317 generated by GNU Autoconf 2.69. Invocation command line was
17319 CONFIG_FILES = $CONFIG_FILES
17320 CONFIG_HEADERS = $CONFIG_HEADERS
17321 CONFIG_LINKS = $CONFIG_LINKS
17322 CONFIG_COMMANDS = $CONFIG_COMMANDS
17325 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17330 case $ac_config_files in *"
17331 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17334 case $ac_config_headers in *"
17335 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17340 # Files that config.status was made for.
17341 config_files="$ac_config_files"
17342 config_headers="$ac_config_headers"
17343 config_links="$ac_config_links"
17344 config_commands="$ac_config_commands"
17348 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17350 \`$as_me' instantiates files and other configuration actions
17351 from templates according to the current configuration. Unless the files
17352 and actions are specified as TAGs, all are instantiated by default.
17354 Usage: $0 [OPTION]... [TAG]...
17356 -h, --help print this help, then exit
17357 -V, --version print version number and configuration settings, then exit
17358 --config print configuration, then exit
17359 -q, --quiet, --silent
17360 do not print progress messages
17361 -d, --debug don't remove temporary files
17362 --recheck update $as_me by reconfiguring in the same conditions
17363 --file=FILE[:TEMPLATE]
17364 instantiate the configuration file FILE
17365 --header=FILE[:TEMPLATE]
17366 instantiate the configuration header FILE
17368 Configuration files:
17371 Configuration headers:
17374 Configuration links:
17377 Configuration commands:
17380 Report bugs to <wine-devel@winehq.org>.
17381 Wine home page: <http://www.winehq.org>."
17384 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17385 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17387 Wine config.status 1.7.0
17388 configured by $0, generated by GNU Autoconf 2.69,
17389 with options \\"\$ac_cs_config\\"
17391 Copyright (C) 2012 Free Software Foundation, Inc.
17392 This config.status script is free software; the Free Software Foundation
17393 gives unlimited permission to copy, distribute and modify it."
17398 test -n "\$AWK" || AWK=awk
17401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17402 # The default lists apply if the user does not specify any file.
17408 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17409 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17413 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17425 # Handling of the options.
17426 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17428 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17429 $as_echo "$ac_cs_version"; exit ;;
17430 --config |
--confi |
--conf |
--con |
--co |
--c )
17431 $as_echo "$ac_cs_config"; exit ;;
17432 --debug |
--debu |
--deb |
--de |
--d |
-d )
17434 --file |
--fil |
--fi |
--f )
17437 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17438 '') as_fn_error $?
"missing file argument" ;;
17440 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17441 ac_need_defaults
=false
;;
17442 --header |
--heade |
--head |
--hea )
17445 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17447 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17448 ac_need_defaults
=false
;;
17450 # Conflict between --help and --header
17451 as_fn_error $?
"ambiguous option: \`$1'
17452 Try \`$0 --help' for more information.";;
17453 --help |
--hel |
-h )
17454 $as_echo "$ac_cs_usage"; exit ;;
17455 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17456 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17459 # This is an error.
17460 -*) as_fn_error $?
"unrecognized option: \`$1'
17461 Try \`$0 --help' for more information." ;;
17463 *) as_fn_append ac_config_targets
" $1"
17464 ac_need_defaults
=false
;;
17470 ac_configure_extra_args
=
17472 if $ac_cs_silent; then
17474 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17479 if \$ac_cs_recheck; then
17480 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17482 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17483 CONFIG_SHELL='$SHELL'
17484 export CONFIG_SHELL
17489 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17493 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17494 ## Running $as_me. ##
17500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17504 wine_fn_output_makefile ()
17506 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
17507 $ALL_MAKEFILE_DEPENDS
17509 as_fn_error $? "could not create Makefile" "$LINENO" 5
17514 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17516 # Handling of arguments.
17517 for ac_config_target
in $ac_config_targets
17519 case $ac_config_target in
17520 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
17521 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
17522 "dlls/shell32/AUTHORS") CONFIG_LINKS
="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
17523 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS
="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
17524 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
17525 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
17526 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
17527 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
17528 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
17529 "tools/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
17530 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
17531 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
17532 "dlls/gdi32/dibdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/dibdrv" ;;
17533 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
17534 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
17535 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
17536 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
17537 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
17538 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
17539 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
17540 "Maketest.rules") CONFIG_FILES
="$CONFIG_FILES Maketest.rules" ;;
17541 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
17542 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
17543 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
17544 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
17545 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
17547 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17552 # If the user did not use the arguments to specify the items to instantiate,
17553 # then the envvar interface is used. Set only those that are not.
17554 # We use the long form for the default assignment because of an extremely
17555 # bizarre bug on SunOS 4.1.3.
17556 if $ac_need_defaults; then
17557 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
17558 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
17559 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
17560 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
17563 # Have a temporary directory for convenience. Make it in the build tree
17564 # simply because there is no reason against having it here, and in addition,
17565 # creating and moving files from /tmp can sometimes cause problems.
17566 # Hook for its removal unless debugging.
17567 # Note that there is a small window in which the directory will not be cleaned:
17568 # after its creation but before its name has been assigned to `$tmp'.
17572 trap 'exit_status=$?
17573 : "${ac_tmp:=$tmp}"
17574 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
17576 trap 'as_fn_exit 1' 1 2 13 15
17578 # Create a (secure) tmp directory for tmp files.
17581 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17585 tmp
=.
/conf$$
-$RANDOM
17586 (umask 077 && mkdir
"$tmp")
17587 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
17590 # Set up the scripts for CONFIG_FILES section.
17591 # No need to generate them if there are no CONFIG_FILES.
17592 # This happens for instance with `./config.status config.h'.
17593 if test -n "$CONFIG_FILES"; then
17595 if $AWK 'BEGIN { getline <"/dev/null" }' </dev
/null
2>/dev
/null
; then
17596 ac_cs_awk_getline
=:
17597 ac_cs_awk_pipe_init
=
17598 ac_cs_awk_read_file
='
17599 while ((getline aline < (F[key])) > 0)
17602 ac_cs_awk_pipe_fini
=
17604 ac_cs_awk_getline
=false
17605 ac_cs_awk_pipe_init
="print \"cat <<'|#_!!_#|' &&\""
17606 ac_cs_awk_read_file
='
17608 print "cat " F[key] " &&"
17609 '$ac_cs_awk_pipe_init
17610 # The final `:' finishes the AND list.
17611 ac_cs_awk_pipe_fini
='END { print "|#_!!_#|"; print ":" }'
17613 ac_cr
=`echo X | tr X '\015'`
17614 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17615 # But we know of no other shell where ac_cr would be empty at this
17616 # point, so we can use a bashism as a fallback.
17617 if test "x$ac_cr" = x
; then
17618 eval ac_cr
=\$
\'\\r
\'
17620 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17621 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17624 ac_cs_awk_cr
=$ac_cr
17627 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
17630 # Create commands to substitute file output variables.
17632 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
17633 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
17634 echo "$ac_subst_files" |
sed 's/.*/F["&"]="$&"/' &&
17637 } >conf$
$files.sh
&&
17638 . .
/conf$
$files.sh ||
17639 as_fn_error $?
"could not make $CONFIG_STATUS" "$LINENO" 5
17640 rm -f conf$
$files.sh
17643 echo "cat >conf$$subs.awk <<_ACEOF" &&
17644 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17646 } >conf$$subs.sh ||
17647 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17648 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17650 for ac_last_try in false false false false false :; do
17651 . ./conf$$subs.sh ||
17652 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17654 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
17655 if test $ac_delim_n = $ac_delim_num; then
17657 elif $ac_last_try; then
17658 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
17660 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17663 rm -f conf$$subs.sh
17665 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17666 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
17670 s/^/S["/; s
/!.
*/"]=/
17680 s/\(.\{148\}\)..*/\1/
17682 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
17687 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17694 s/\(.\{148\}\)..*/\1/
17696 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
17700 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
17705 ' <conf$$subs.awk | sed '
17710 ' >>$CONFIG_STATUS || ac_write_fail=1
17711 rm -f conf$$subs.awk
17712 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17714 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
17715 for (key in S) S_is_set[key] = 1
17717 \$ac_cs_awk_pipe_init
17721 nfields = split(line, field, "@
")
17723 len = length(field[1])
17724 for (i = 2; i < nfields; i++) {
17726 keylen = length(key)
17727 if (S_is_set[key]) {
17729 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17730 len += length(value) + length(field[++i])
17735 if (nfields == 3 && !substed) {
17737 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
17738 \$ac_cs_awk_read_file
17744 \$ac_cs_awk_pipe_fini
17747 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17748 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17749 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
17752 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
17753 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
17756 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17757 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
17758 # trailing colons and then remove the whole line if VPATH becomes empty
17759 # (actually we leave an empty line to preserve line numbers).
17760 if test "x
$srcdir" = x.; then
17761 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17780 fi # test -n "$CONFIG_FILES"
17782 # Set up the scripts for CONFIG_HEADERS section.
17783 # No need to generate them if there are no CONFIG_HEADERS.
17784 # This happens for instance with `./config.status Makefile'.
17785 if test -n "$CONFIG_HEADERS"; then
17786 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
17790 # Transform confdefs.h into an awk script `defines.awk', embedded as
17791 # here-document in config.status, that substitutes the proper values into
17792 # config.h.in to produce config.h.
17794 # Create a delimiter string that does not exist in confdefs.h, to ease
17795 # handling of long lines.
17797 for ac_last_try in false false :; do
17798 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
17799 if test -z "$ac_tt"; then
17801 elif $ac_last_try; then
17802 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
17804 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17808 # For the awk script, D is an array of macro values keyed by name,
17809 # likewise P contains macro parameters if any. Preserve backslash
17810 # newline sequences.
17812 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17814 s/.\{148\}/&'"$ac_delim"'/g
17817 s/^[ ]*#[ ]*define[ ][ ]*/ /
17824 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
17826 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
17830 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
17831 D["\
1"]=" \
3\\\\\\n
"\\/p
17833 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
17838 s/.\{148\}/&'"$ac_delim"'/g
17843 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
17846 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
17848 ' <confdefs.h | sed '
17849 s/'"$ac_delim"'/"\\\
17850 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17852 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17853 for (key in D) D_is_set[key] = 1
17856 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17858 split(line, arg, " ")
17859 if (arg[1] == "#") {
17863 defundef
= substr
(arg
[1], 2)
17866 split(mac1
, mac2
, "(") #)
17868 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
17869 if (D_is_set
[macro
]) {
17870 # Preserve the white space surrounding the "#".
17871 print prefix
"define", macro P
[macro
] D
[macro
]
17874 # Replace #undef with comments. This is necessary, for example,
17875 # in the case of _POSIX_SOURCE, which is predefined and required
17876 # on some systems where configure will not decide to define it.
17877 if (defundef
== "undef") {
17878 print
"/*", prefix defundef
, macro
, "*/"
17886 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17887 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
17888 fi # test -n "$CONFIG_HEADERS"
17891 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
17896 :[FHLC
]) ac_mode
=$ac_tag; continue;;
17898 case $ac_mode$ac_tag in
17900 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
17901 :[FH
]-) ac_tag
=-:-;;
17902 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
17919 -) ac_f
="$ac_tmp/stdin";;
17920 *) # Look for the file first in the build tree, then in the source tree
17921 # (if the path is not absolute). The absolute path cannot be DOS-style,
17922 # because $ac_f cannot contain `:'.
17926 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
17928 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17930 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17931 as_fn_append ac_file_inputs
" '$ac_f'"
17934 # Let's still pretend it is `configure' which instantiates (i.e., don't
17935 # use $as_me), people would be surprised to read:
17936 # /* config.h. Generated by config.status. */
17937 configure_input
='Generated from '`
17938 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17940 if test x
"$ac_file" != x-
; then
17941 configure_input
="$ac_file. $configure_input"
17942 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17943 $as_echo "$as_me: creating $ac_file" >&6;}
17945 # Neutralize special characters interpreted by sed in replacement strings.
17946 case $configure_input in #(
17947 *\
&* |
*\|
* |
*\\* )
17948 ac_sed_conf_input
=`$as_echo "$configure_input" |
17949 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17950 *) ac_sed_conf_input
=$configure_input;;
17954 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
17955 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
17960 ac_dir
=`$as_dirname -- "$ac_file" ||
17961 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17962 X"$ac_file" : 'X\(//\)[^/]' \| \
17963 X"$ac_file" : 'X\(//\)$' \| \
17964 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17965 $as_echo X"$ac_file" |
17966 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17970 /^X\(\/\/\)[^/].*/{
17983 as_dir
="$ac_dir"; as_fn_mkdir_p
17987 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17989 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17990 # A ".." for each directory in $ac_dir_suffix.
17991 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17992 case $ac_top_builddir_sub in
17993 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17994 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17997 ac_abs_top_builddir
=$ac_pwd
17998 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17999 # for backward compatibility:
18000 ac_top_builddir
=$ac_top_build_prefix
18003 .
) # We are building in place.
18005 ac_top_srcdir
=$ac_top_builddir_sub
18006 ac_abs_top_srcdir
=$ac_pwd ;;
18007 [\\/]* | ?
:[\\/]* ) # Absolute name.
18008 ac_srcdir
=$srcdir$ac_dir_suffix;
18009 ac_top_srcdir
=$srcdir
18010 ac_abs_top_srcdir
=$srcdir ;;
18011 *) # Relative name.
18012 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18013 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18014 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18016 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18026 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
18027 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
18031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18032 # If the template does not know about datarootdir, expand it.
18033 # FIXME: This hack should be removed a few years after 2.60.
18034 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18045 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18046 *datarootdir
*) ac_datarootdir_seen
=yes;;
18047 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18048 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18049 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18051 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18052 ac_datarootdir_hack='
18053 s&@datadir@&$datadir&g
18054 s&@docdir@&$docdir&g
18055 s&@infodir@&$infodir&g
18056 s&@localedir@&$localedir&g
18057 s&@mandir@&$mandir&g
18058 s&\\\${datarootdir}&$datarootdir&g' ;;
18062 # Neutralize VPATH when `$srcdir' = `.'.
18063 # Shell code in configure.ac might set extrasub.
18064 # FIXME: do we really want to maintain this feature?
18065 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18066 ac_sed_extra="$ac_vpsub
18069 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18071 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18072 s|@configure_input@|
$ac_sed_conf_input|
;t t
18073 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18074 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18075 s
&@srcdir@
&$ac_srcdir&;t t
18076 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18077 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18078 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18079 s
&@builddir@
&$ac_builddir&;t t
18080 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18081 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18082 s
&@INSTALL@
&$ac_INSTALL&;t t
18083 $ac_datarootdir_hack
18085 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
18086 if $ac_cs_awk_getline; then
18087 $AWK -f "$ac_tmp/subs.
awk"
18089 $AWK -f "$ac_tmp/subs.
awk" | $SHELL
18091 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18093 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18094 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18095 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18096 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18098 which seems to be undefined. Please make sure it is defined" >&5
18099 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18100 which seems to be undefined. Please make sure it is defined" >&2;}
18102 rm -f "$ac_tmp/stdin"
18104 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18105 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18107 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18113 if test x"$ac_file" != x-; then
18115 $as_echo "/* $configure_input */" \
18116 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18117 } >"$ac_tmp/config.h" \
18118 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18119 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18120 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18121 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18124 mv "$ac_tmp/config.h" "$ac_file" \
18125 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18128 $as_echo "/* $configure_input */" \
18129 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18130 || as_fn_error $? "could not create -" "$LINENO" 5
18138 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
18141 # Prefer the file from the source tree if names are identical.
18142 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18143 ac_source=$srcdir/$ac_source
18146 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18147 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
18149 if test ! -r "$ac_source"; then
18150 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
18154 # Try a relative symlink, then a hard link, then a copy.
18156 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18157 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18159 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18160 ln "$ac_source" "$ac_file" 2>/dev/null ||
18161 cp -p "$ac_source" "$ac_file" ||
18162 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
18165 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18166 $as_echo "$as_me: executing $ac_file commands" >&6;}
18171 case $ac_file$ac_mode in
18172 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
18173 "dlls/gdi32/dibdrv":C) test -d "dlls/gdi32/dibdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/dibdrv" >&5
18174 $as_echo "$as_me: creating dlls/gdi32/dibdrv" >&6;}; as_dir="dlls/gdi32/dibdrv"; as_fn_mkdir_p; } ;;
18175 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
18176 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
18177 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
18178 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
18179 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
18180 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
18181 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
18182 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
18183 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
18184 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
18185 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
18186 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
18187 "Makefile":C) wine_fn_output_makefile Makefile ;;
18195 ac_clean_files=$ac_clean_files_save
18197 test $ac_write_fail = 0 ||
18198 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18201 # configure is writing to config.log, and then calls config.status.
18202 # config.status does its own redirection, appending to config.log.
18203 # Unfortunately, on DOS this fails, as config.log is still kept open
18204 # by configure, so config.status won't be able to
write to it
; its
18205 # output is simply discarded. So we exec the FD to /dev/null,
18206 # effectively closing config.log, so it can be properly (re)opened and
18207 # appended to by config.status. When coming back to configure, we
18208 # need to make the FD available again.
18209 if test "$no_create" != yes; then
18211 ac_config_status_args
=
18212 test "$silent" = yes &&
18213 ac_config_status_args
="$ac_config_status_args --quiet"
18215 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18217 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18218 # would make configure fail if this is the last instruction.
18219 $ac_cs_success || as_fn_exit
1
18221 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18223 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18227 if test "$no_create" = "yes"
18233 if test "x$wine_notices != "x
; then
18236 for msg
in $wine_notices; do
18238 if test -n "$msg"; then
18239 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
18240 $as_echo "$as_me: $msg" >&6;}
18245 for msg
in $wine_warnings; do
18247 if test -n "$msg"; then
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
18250 $as_echo "$as_me: WARNING: $msg" >&2;}
18256 $as_me: Finished. Do '${ac_make}' to compile Wine.