wined3d: Update the Mesa d3d level detection hack.
[wine.git] / configure
blobfc485099aa9dbb3de212e87b4ccaed4ccc6a58a6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.19.
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 :
20 emulate sh
21 NULLCMD=:
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+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
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
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
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'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
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.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
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
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
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 || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
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.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
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
158 as_fn_exit 255
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 :
164 emulate sh
165 NULLCMD=:
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+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
176 esac
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; }
185 exitcode=0
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 :
192 else
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
196 test -x / || 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 :
203 as_have_required=yes
204 else
205 as_have_required=no
207 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209 else
210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211 as_found=false
212 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214 IFS=$as_save_IFS
215 test -z "$as_dir" && as_dir=.
216 as_found=:
217 case $as_dir in #(
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 :
226 break 2
229 done;;
230 esac
231 as_found=false
232 done
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
236 fi; }
237 IFS=$as_save_IFS
240 if test "x$CONFIG_SHELL" != x; then :
241 export CONFIG_SHELL
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.
246 BASH_ENV=/dev/null
247 ENV=/dev/null
248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249 case $- in # ((((
250 *v*x* | *x*v* ) as_opts=-vx ;;
251 *v* ) as_opts=-v ;;
252 *x* ) as_opts=-x ;;
253 * ) as_opts= ;;
254 esac
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
259 exit 255
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."
268 else
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."
275 exit 1
279 SHELL=${CONFIG_SHELL-/bin/sh}
280 export SHELL
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 ## --------------------- ##
288 # as_fn_unset VAR
289 # ---------------
290 # Portably unset VAR.
291 as_fn_unset ()
293 { eval $1=; unset $1;}
295 as_unset=as_fn_unset
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
300 as_fn_set_status ()
302 return $1
303 } # as_fn_set_status
305 # as_fn_exit STATUS
306 # -----------------
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
308 as_fn_exit ()
310 set +e
311 as_fn_set_status $1
312 exit $1
313 } # as_fn_exit
315 # as_fn_mkdir_p
316 # -------------
317 # Create "$as_dir" as a directory, including parents if necessary.
318 as_fn_mkdir_p ()
321 case $as_dir in #(
322 -*) as_dir=./$as_dir;;
323 esac
324 test -d "$as_dir" || eval $as_mkdir_p || {
325 as_dirs=
326 while :; do
327 case $as_dir in #(
328 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
329 *) as_qdir=$as_dir;;
330 esac
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
339 s//\1/
342 /^X\(\/\/\)[^/].*/{
343 s//\1/
346 /^X\(\/\/\)$/{
347 s//\1/
350 /^X\(\/\).*/{
351 s//\1/
354 s/.*/./; q'`
355 test -d "$as_dir" && break
356 done
357 test -z "$as_dirs" || eval "mkdir $as_dirs"
358 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
361 } # as_fn_mkdir_p
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
375 # implementations.
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
377 eval 'as_fn_append ()
379 eval $1+=\$2
381 else
382 as_fn_append ()
384 eval $1=\$$1\$2
386 fi # as_fn_append
388 # as_fn_arith ARG...
389 # ------------------
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 :
394 eval 'as_fn_arith ()
396 as_val=$(( $* ))
398 else
399 as_fn_arith ()
401 as_val=`expr "$@" || test $? -eq 1`
403 fi # as_fn_arith
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.
411 as_fn_error ()
413 as_status=$1; test $as_status -eq 0 && as_status=1
414 if test "$4"; then
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
420 } # as_fn_error
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
425 else
426 as_expr=false
429 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
430 as_basename=basename
431 else
432 as_basename=false
435 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
436 as_dirname=dirname
437 else
438 as_dirname=false
441 as_me=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
445 $as_echo X/"$0" |
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
447 s//\1/
450 /^X\/\(\/\/\)$/{
451 s//\1/
454 /^X\/\(\/\).*/{
455 s//\1/
458 s/.*/./; q'`
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. :-)
473 sed -n '
475 /[$]LINENO/=
476 ' <$as_myself |
477 sed '
478 s/[$]LINENO.*/&-/
479 t lineno
481 :lineno
483 :loop
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 t loop
486 s/-\n.*//
487 ' >$as_me.lineno &&
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).
498 . "./$as_me.lineno"
499 # Exit status is that of the last command.
500 exit
503 ECHO_C= ECHO_N= ECHO_T=
504 case `echo -n x` in #(((((
505 -n*)
506 case `echo 'xy\c'` in
507 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
508 xy) ECHO_C='\c';;
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
510 ECHO_T=' ';;
511 esac;;
513 ECHO_N='-n';;
514 esac
516 rm -f conf$$ conf$$.exe conf$$.file
517 if test -d conf$$.dir; then
518 rm -f conf$$.dir/conf$$.file
519 else
520 rm -f conf$$.dir
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
525 as_ln_s='ln -s'
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 ||
531 as_ln_s='cp -pR'
532 elif ln conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s=ln
534 else
535 as_ln_s='cp -pR'
537 else
538 as_ln_s='cp -pR'
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"'
545 else
546 test -d ./-p && rmdir ./-p
547 as_mkdir_p=false
550 as_test_x='test -x'
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
561 exec 6>&1
563 # Name of the host.
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`
569 # Initializations.
571 ac_default_prefix=/usr/local
572 ac_clean_files=
573 ac_config_libobj_dir=.
574 LIBOBJS=
575 cross_compiling=no
576 subdirs=
577 MFLAGS=
578 MAKEFLAGS=
580 # Identity of this package.
581 PACKAGE_NAME='Wine'
582 PACKAGE_TARNAME='wine'
583 PACKAGE_VERSION='1.9.19'
584 PACKAGE_STRING='Wine 1.9.19'
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="\
591 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
594 #endif
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
597 #endif
598 #ifdef STDC_HEADERS
599 # include <stdlib.h>
600 # include <stddef.h>
601 #else
602 # ifdef HAVE_STDLIB_H
603 # include <stdlib.h>
604 # endif
605 #endif
606 #ifdef HAVE_STRING_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
608 # include <memory.h>
609 # endif
610 # include <string.h>
611 #endif
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
614 #endif
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
617 #endif
618 #ifdef HAVE_STDINT_H
619 # include <stdint.h>
620 #endif
621 #ifdef HAVE_UNISTD_H
622 # include <unistd.h>
623 #endif"
625 ac_subst_vars='LTLIBOBJS
626 LIBOBJS
627 WINELOADER_INSTALL
628 ALL_VARS_RULES
629 LDAP_LIBS
630 RT_LIBS
631 POLL_LIBS
632 DL_LIBS
633 TOOLSEXT
634 UNWINDFLAGS
635 EXCESS_PRECISION_CFLAGS
636 BUILTINFLAG
637 EXTRACFLAGS
638 NETAPI_LIBS
639 NETAPI_CFLAGS
640 PROCSTAT_LIBS
641 KSTAT_LIBS
642 MPG123_LIBS
643 MPG123_CFLAGS
644 TIFF_LIBS
645 TIFF_CFLAGS
646 PNG_LIBS
647 PNG_CFLAGS
648 JPEG_LIBS
649 JPEG_CFLAGS
650 FONTCONFIG_LIBS
651 FONTCONFIG_CFLAGS
652 CUPS_CFLAGS
653 CAPI20_LIBS
654 CAPI20_CFLAGS
655 UDEV_LIBS
656 UDEV_CFLAGS
657 OSS4_CFLAGS
658 ALSA_LIBS
659 GSTREAMER_LIBS
660 GSTREAMER_CFLAGS
661 PULSE_LIBS
662 PULSE_CFLAGS
663 GETTEXTPO_LIBS
664 Z_LIBS
665 FREETYPE_LIBS
666 FREETYPE_CFLAGS
667 LCMS2_LIBS
668 LCMS2_CFLAGS
669 RESOLV_LIBS
670 GPHOTO2_PORT_LIBS
671 GPHOTO2_PORT_CFLAGS
672 GPHOTO2_LIBS
673 GPHOTO2_CFLAGS
674 SANE_LIBS
675 SANE_CFLAGS
676 GNUTLS_LIBS
677 GNUTLS_CFLAGS
678 HAL_LIBS
679 HAL_CFLAGS
680 DBUS_LIBS
681 DBUS_CFLAGS
682 XSLT_LIBS
683 XSLT_CFLAGS
684 XML2_LIBS
685 XML2_CFLAGS
686 PCAP_LIBS
687 X_EXTRA_LIBS
688 X_LIBS
689 X_PRE_LIBS
690 X_CFLAGS
691 XMKMF
692 PTHREAD_LIBS
693 CROSSCC
694 CROSSTARGET
695 PRELINK
696 WINELOADER_DEPENDS
697 CARBON_LIBS
698 QUICKTIME_LIBS
699 OPENCL_LIBS
700 OPENAL_LIBS
701 COREAUDIO_LIBS
702 SECURITY_LIBS
703 DISKARBITRATION_LIBS
704 APPKIT_LIBS
705 CORESERVICES_LIBS
706 APPLICATIONSERVICES_LIBS
707 FORCEFEEDBACK_LIBS
708 IOKIT_LIBS
709 COREFOUNDATION_LIBS
710 LIBWINE_DEPENDS
711 LIBWINE_LDFLAGS
712 LIBWINE_INSTALL_DEV
713 LIBWINE_INSTALL_LIB
714 LIBWINE_IMPORTLIB
715 LIBWINE_SHAREDLIB
716 SOCKET_LIBS
717 DLLTOOL
718 WINELOADER_PROGRAMS
719 ALL_TEST_RESOURCES
720 CONFIGURE_TARGETS
721 DISABLED_SUBDIRS
722 SUBDIRS
723 READELF
724 OTOOL
726 LDEXECFLAGS
727 LDRPATH_LOCAL
728 LDRPATH_INSTALL
729 DLLFLAGS
730 dlldir
732 OPENGL_LIBS
733 ICOTOOL
734 CONVERT
735 RSVG
736 FONTFORGE
737 PKG_CONFIG
738 MSGFMT
739 LDCONFIG
740 EGREP
741 GREP
742 LN_S
743 RANLIB
744 ARFLAGS
745 STRIP
746 ac_ct_AR
748 BISON
749 FLEX
750 TOOLSDIR
751 TARGETFLAGS
753 CPPBIN
754 ac_ct_CXX
755 CXXFLAGS
757 OBJEXT
758 EXEEXT
759 ac_ct_CC
760 CPPFLAGS
761 LDFLAGS
762 CFLAGS
764 SET_MAKE
765 host_os
766 host_vendor
767 host_cpu
768 host
769 build_os
770 build_vendor
771 build_cpu
772 build
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 runstatedir
793 localstatedir
794 sharedstatedir
795 sysconfdir
796 datadir
797 datarootdir
798 libexecdir
799 sbindir
800 bindir
801 program_transform_name
802 prefix
803 exec_prefix
804 PACKAGE_URL
805 PACKAGE_BUGREPORT
806 PACKAGE_STRING
807 PACKAGE_VERSION
808 PACKAGE_TARNAME
809 PACKAGE_NAME
810 PATH_SEPARATOR
811 SHELL'
812 ac_subst_files=''
813 ac_user_opts='
814 enable_option_checking
815 enable_win16
816 enable_win64
817 enable_tests
818 enable_maintainer_mode
819 with_alsa
820 with_capi
821 with_cms
822 with_coreaudio
823 with_cups
824 with_curses
825 with_dbus
826 with_fontconfig
827 with_freetype
828 with_gettext
829 with_gettextpo
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_gsm
834 with_gstreamer
835 with_hal
836 with_jpeg
837 with_ldap
838 with_mpg123
839 with_netapi
840 with_openal
841 with_opencl
842 with_opengl
843 with_osmesa
844 with_oss
845 with_pcap
846 with_png
847 with_pthread
848 with_pulse
849 with_sane
850 with_tiff
851 with_udev
852 with_v4l
853 with_xcomposite
854 with_xcursor
855 with_xinerama
856 with_xinput
857 with_xinput2
858 with_xml
859 with_xrandr
860 with_xrender
861 with_xshape
862 with_xshm
863 with_xslt
864 with_xxf86vm
865 with_zlib
866 with_wine_tools
867 with_wine64
868 enable_largefile
869 with_x
870 enable_acledit
871 enable_aclui
872 enable_activeds
873 enable_actxprxy
874 enable_advapi32
875 enable_advpack
876 enable_amstream
877 enable_api_ms_win_core_apiquery_l1_1_0
878 enable_api_ms_win_core_atoms_l1_1_0
879 enable_api_ms_win_core_com_l1_1_0
880 enable_api_ms_win_core_com_l1_1_1
881 enable_api_ms_win_core_console_l1_1_0
882 enable_api_ms_win_core_console_l2_1_0
883 enable_api_ms_win_core_datetime_l1_1_0
884 enable_api_ms_win_core_datetime_l1_1_1
885 enable_api_ms_win_core_debug_l1_1_0
886 enable_api_ms_win_core_debug_l1_1_1
887 enable_api_ms_win_core_delayload_l1_1_0
888 enable_api_ms_win_core_delayload_l1_1_1
889 enable_api_ms_win_core_errorhandling_l1_1_0
890 enable_api_ms_win_core_errorhandling_l1_1_1
891 enable_api_ms_win_core_errorhandling_l1_1_2
892 enable_api_ms_win_core_fibers_l1_1_0
893 enable_api_ms_win_core_fibers_l1_1_1
894 enable_api_ms_win_core_file_l1_1_0
895 enable_api_ms_win_core_file_l1_2_0
896 enable_api_ms_win_core_file_l1_2_1
897 enable_api_ms_win_core_file_l2_1_0
898 enable_api_ms_win_core_file_l2_1_1
899 enable_api_ms_win_core_handle_l1_1_0
900 enable_api_ms_win_core_heap_l1_1_0
901 enable_api_ms_win_core_heap_l1_2_0
902 enable_api_ms_win_core_heap_obsolete_l1_1_0
903 enable_api_ms_win_core_interlocked_l1_1_0
904 enable_api_ms_win_core_interlocked_l1_2_0
905 enable_api_ms_win_core_io_l1_1_0
906 enable_api_ms_win_core_io_l1_1_1
907 enable_api_ms_win_core_job_l1_1_0
908 enable_api_ms_win_core_job_l2_1_0
909 enable_api_ms_win_core_kernel32_legacy_l1_1_0
910 enable_api_ms_win_core_kernel32_legacy_l1_1_1
911 enable_api_ms_win_core_kernel32_private_l1_1_1
912 enable_api_ms_win_core_libraryloader_l1_1_0
913 enable_api_ms_win_core_libraryloader_l1_1_1
914 enable_api_ms_win_core_libraryloader_l1_2_0
915 enable_api_ms_win_core_libraryloader_l1_2_2
916 enable_api_ms_win_core_localization_l1_1_0
917 enable_api_ms_win_core_localization_l1_2_0
918 enable_api_ms_win_core_localization_l1_2_1
919 enable_api_ms_win_core_localization_l2_1_0
920 enable_api_ms_win_core_localization_obsolete_l1_1_0
921 enable_api_ms_win_core_localization_obsolete_l1_2_0
922 enable_api_ms_win_core_localization_private_l1_1_0
923 enable_api_ms_win_core_localregistry_l1_1_0
924 enable_api_ms_win_core_memory_l1_1_0
925 enable_api_ms_win_core_memory_l1_1_1
926 enable_api_ms_win_core_memory_l1_1_2
927 enable_api_ms_win_core_misc_l1_1_0
928 enable_api_ms_win_core_namedpipe_l1_1_0
929 enable_api_ms_win_core_namedpipe_l1_2_0
930 enable_api_ms_win_core_namespace_l1_1_0
931 enable_api_ms_win_core_normalization_l1_1_0
932 enable_api_ms_win_core_path_l1_1_0
933 enable_api_ms_win_core_privateprofile_l1_1_1
934 enable_api_ms_win_core_processenvironment_l1_1_0
935 enable_api_ms_win_core_processenvironment_l1_2_0
936 enable_api_ms_win_core_processthreads_l1_1_0
937 enable_api_ms_win_core_processthreads_l1_1_1
938 enable_api_ms_win_core_processthreads_l1_1_2
939 enable_api_ms_win_core_profile_l1_1_0
940 enable_api_ms_win_core_psapi_l1_1_0
941 enable_api_ms_win_core_realtime_l1_1_0
942 enable_api_ms_win_core_registry_l1_1_0
943 enable_api_ms_win_core_registryuserspecific_l1_1_0
944 enable_api_ms_win_core_rtlsupport_l1_1_0
945 enable_api_ms_win_core_rtlsupport_l1_2_0
946 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
947 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
948 enable_api_ms_win_core_sidebyside_l1_1_0
949 enable_api_ms_win_core_string_l1_1_0
950 enable_api_ms_win_core_string_l2_1_0
951 enable_api_ms_win_core_string_obsolete_l1_1_0
952 enable_api_ms_win_core_stringansi_l1_1_0
953 enable_api_ms_win_core_synch_l1_1_0
954 enable_api_ms_win_core_synch_l1_2_0
955 enable_api_ms_win_core_sysinfo_l1_1_0
956 enable_api_ms_win_core_sysinfo_l1_2_0
957 enable_api_ms_win_core_sysinfo_l1_2_1
958 enable_api_ms_win_core_threadpool_l1_1_0
959 enable_api_ms_win_core_threadpool_l1_2_0
960 enable_api_ms_win_core_threadpool_legacy_l1_1_0
961 enable_api_ms_win_core_timezone_l1_1_0
962 enable_api_ms_win_core_toolhelp_l1_1_0
963 enable_api_ms_win_core_url_l1_1_0
964 enable_api_ms_win_core_util_l1_1_0
965 enable_api_ms_win_core_version_l1_1_0
966 enable_api_ms_win_core_versionansi_l1_1_0
967 enable_api_ms_win_core_windowserrorreporting_l1_1_0
968 enable_api_ms_win_core_winrt_error_l1_1_0
969 enable_api_ms_win_core_winrt_error_l1_1_1
970 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
971 enable_api_ms_win_core_winrt_l1_1_0
972 enable_api_ms_win_core_winrt_registration_l1_1_0
973 enable_api_ms_win_core_winrt_string_l1_1_0
974 enable_api_ms_win_core_wow64_l1_1_0
975 enable_api_ms_win_core_xstate_l1_1_0
976 enable_api_ms_win_core_xstate_l2_1_0
977 enable_api_ms_win_crt_conio_l1_1_0
978 enable_api_ms_win_crt_convert_l1_1_0
979 enable_api_ms_win_crt_environment_l1_1_0
980 enable_api_ms_win_crt_filesystem_l1_1_0
981 enable_api_ms_win_crt_heap_l1_1_0
982 enable_api_ms_win_crt_locale_l1_1_0
983 enable_api_ms_win_crt_math_l1_1_0
984 enable_api_ms_win_crt_multibyte_l1_1_0
985 enable_api_ms_win_crt_private_l1_1_0
986 enable_api_ms_win_crt_process_l1_1_0
987 enable_api_ms_win_crt_runtime_l1_1_0
988 enable_api_ms_win_crt_stdio_l1_1_0
989 enable_api_ms_win_crt_string_l1_1_0
990 enable_api_ms_win_crt_time_l1_1_0
991 enable_api_ms_win_crt_utility_l1_1_0
992 enable_api_ms_win_downlevel_advapi32_l1_1_0
993 enable_api_ms_win_downlevel_advapi32_l2_1_0
994 enable_api_ms_win_downlevel_normaliz_l1_1_0
995 enable_api_ms_win_downlevel_ole32_l1_1_0
996 enable_api_ms_win_downlevel_shell32_l1_1_0
997 enable_api_ms_win_downlevel_shlwapi_l1_1_0
998 enable_api_ms_win_downlevel_shlwapi_l2_1_0
999 enable_api_ms_win_downlevel_user32_l1_1_0
1000 enable_api_ms_win_downlevel_version_l1_1_0
1001 enable_api_ms_win_eventing_classicprovider_l1_1_0
1002 enable_api_ms_win_eventing_consumer_l1_1_0
1003 enable_api_ms_win_eventing_controller_l1_1_0
1004 enable_api_ms_win_eventing_provider_l1_1_0
1005 enable_api_ms_win_eventlog_legacy_l1_1_0
1006 enable_api_ms_win_ntuser_dc_access_l1_1_0
1007 enable_api_ms_win_security_audit_l1_1_1
1008 enable_api_ms_win_security_base_l1_1_0
1009 enable_api_ms_win_security_base_l1_2_0
1010 enable_api_ms_win_security_base_private_l1_1_1
1011 enable_api_ms_win_security_lsalookup_l1_1_0
1012 enable_api_ms_win_security_lsalookup_l1_1_1
1013 enable_api_ms_win_security_sddl_l1_1_0
1014 enable_api_ms_win_service_core_l1_1_0
1015 enable_api_ms_win_service_core_l1_1_1
1016 enable_api_ms_win_service_management_l1_1_0
1017 enable_api_ms_win_service_management_l2_1_0
1018 enable_api_ms_win_service_winsvc_l1_1_0
1019 enable_api_ms_win_service_winsvc_l1_2_0
1020 enable_api_ms_win_shell_shellcom_l1_1_0
1021 enable_api_ms_win_shell_shellfolders_l1_1_0
1022 enable_apphelp
1023 enable_appwiz_cpl
1024 enable_atl
1025 enable_atl100
1026 enable_atl110
1027 enable_atl80
1028 enable_atl90
1029 enable_authz
1030 enable_avicap32
1031 enable_avifil32
1032 enable_avrt
1033 enable_bcrypt
1034 enable_bluetoothapis
1035 enable_browseui
1036 enable_bthprops_cpl
1037 enable_cabinet
1038 enable_capi2032
1039 enable_cards
1040 enable_cfgmgr32
1041 enable_clusapi
1042 enable_combase
1043 enable_comcat
1044 enable_comctl32
1045 enable_comdlg32
1046 enable_compstui
1047 enable_comsvcs
1048 enable_concrt140
1049 enable_connect
1050 enable_credui
1051 enable_crtdll
1052 enable_crypt32
1053 enable_cryptdlg
1054 enable_cryptdll
1055 enable_cryptext
1056 enable_cryptnet
1057 enable_cryptui
1058 enable_ctapi32
1059 enable_ctl3d32
1060 enable_d2d1
1061 enable_d3d10
1062 enable_d3d10_1
1063 enable_d3d10core
1064 enable_d3d11
1065 enable_d3d8
1066 enable_d3d9
1067 enable_d3dcompiler_33
1068 enable_d3dcompiler_34
1069 enable_d3dcompiler_35
1070 enable_d3dcompiler_36
1071 enable_d3dcompiler_37
1072 enable_d3dcompiler_38
1073 enable_d3dcompiler_39
1074 enable_d3dcompiler_40
1075 enable_d3dcompiler_41
1076 enable_d3dcompiler_42
1077 enable_d3dcompiler_43
1078 enable_d3dcompiler_46
1079 enable_d3dcompiler_47
1080 enable_d3dim
1081 enable_d3drm
1082 enable_d3dx10_33
1083 enable_d3dx10_34
1084 enable_d3dx10_35
1085 enable_d3dx10_36
1086 enable_d3dx10_37
1087 enable_d3dx10_38
1088 enable_d3dx10_39
1089 enable_d3dx10_40
1090 enable_d3dx10_41
1091 enable_d3dx10_42
1092 enable_d3dx10_43
1093 enable_d3dx11_42
1094 enable_d3dx11_43
1095 enable_d3dx9_24
1096 enable_d3dx9_25
1097 enable_d3dx9_26
1098 enable_d3dx9_27
1099 enable_d3dx9_28
1100 enable_d3dx9_29
1101 enable_d3dx9_30
1102 enable_d3dx9_31
1103 enable_d3dx9_32
1104 enable_d3dx9_33
1105 enable_d3dx9_34
1106 enable_d3dx9_35
1107 enable_d3dx9_36
1108 enable_d3dx9_37
1109 enable_d3dx9_38
1110 enable_d3dx9_39
1111 enable_d3dx9_40
1112 enable_d3dx9_41
1113 enable_d3dx9_42
1114 enable_d3dx9_43
1115 enable_d3dxof
1116 enable_davclnt
1117 enable_dbgeng
1118 enable_dbghelp
1119 enable_dciman32
1120 enable_ddraw
1121 enable_ddrawex
1122 enable_devenum
1123 enable_dhcpcsvc
1124 enable_difxapi
1125 enable_dinput
1126 enable_dinput8
1127 enable_dispex
1128 enable_dmband
1129 enable_dmcompos
1130 enable_dmime
1131 enable_dmloader
1132 enable_dmscript
1133 enable_dmstyle
1134 enable_dmsynth
1135 enable_dmusic
1136 enable_dmusic32
1137 enable_dnsapi
1138 enable_dplay
1139 enable_dplayx
1140 enable_dpnaddr
1141 enable_dpnet
1142 enable_dpnhpast
1143 enable_dpnlobby
1144 enable_dpvoice
1145 enable_dpwsockx
1146 enable_drmclien
1147 enable_dsound
1148 enable_dssenh
1149 enable_dswave
1150 enable_dwmapi
1151 enable_dwrite
1152 enable_dxdiagn
1153 enable_dxgi
1154 enable_dxva2
1155 enable_esent
1156 enable_evr
1157 enable_explorerframe
1158 enable_ext_ms_win_gdi_devcaps_l1_1_0
1159 enable_faultrep
1160 enable_fltlib
1161 enable_fltmgr_sys
1162 enable_fntcache
1163 enable_fontsub
1164 enable_fusion
1165 enable_fwpuclnt
1166 enable_gameux
1167 enable_gdi32
1168 enable_gdiplus
1169 enable_glu32
1170 enable_gphoto2_ds
1171 enable_gpkcsp
1172 enable_hal
1173 enable_hhctrl_ocx
1174 enable_hid
1175 enable_hidclass_sys
1176 enable_hlink
1177 enable_hnetcfg
1178 enable_httpapi
1179 enable_iccvid
1180 enable_icmp
1181 enable_ieframe
1182 enable_imaadp32_acm
1183 enable_imagehlp
1184 enable_imm32
1185 enable_inetcomm
1186 enable_inetcpl_cpl
1187 enable_inetmib1
1188 enable_infosoft
1189 enable_initpki
1190 enable_inkobj
1191 enable_inseng
1192 enable_iphlpapi
1193 enable_iprop
1194 enable_irprops_cpl
1195 enable_itircl
1196 enable_itss
1197 enable_joy_cpl
1198 enable_jscript
1199 enable_jsproxy
1200 enable_kernel32
1201 enable_kernelbase
1202 enable_ksuser
1203 enable_ktmw32
1204 enable_loadperf
1205 enable_localspl
1206 enable_localui
1207 enable_lz32
1208 enable_mapi32
1209 enable_mapistub
1210 enable_mciavi32
1211 enable_mcicda
1212 enable_mciqtz32
1213 enable_mciseq
1214 enable_mciwave
1215 enable_mf
1216 enable_mfplat
1217 enable_mfreadwrite
1218 enable_mgmtapi
1219 enable_midimap
1220 enable_mlang
1221 enable_mmcndmgr
1222 enable_mmdevapi
1223 enable_mountmgr_sys
1224 enable_mpr
1225 enable_mprapi
1226 enable_msacm32_drv
1227 enable_msacm32
1228 enable_msadp32_acm
1229 enable_msasn1
1230 enable_mscat32
1231 enable_mscms
1232 enable_mscoree
1233 enable_msctf
1234 enable_msctfp
1235 enable_msdaps
1236 enable_msdelta
1237 enable_msdmo
1238 enable_msdrm
1239 enable_msftedit
1240 enable_msg711_acm
1241 enable_msgsm32_acm
1242 enable_mshtml_tlb
1243 enable_mshtml
1244 enable_msi
1245 enable_msident
1246 enable_msimg32
1247 enable_msimsg
1248 enable_msimtf
1249 enable_msisip
1250 enable_msisys_ocx
1251 enable_msls31
1252 enable_msnet32
1253 enable_mspatcha
1254 enable_msports
1255 enable_msrle32
1256 enable_msscript_ocx
1257 enable_mssign32
1258 enable_mssip32
1259 enable_mstask
1260 enable_msvcirt
1261 enable_msvcm80
1262 enable_msvcm90
1263 enable_msvcp100
1264 enable_msvcp110
1265 enable_msvcp120
1266 enable_msvcp120_app
1267 enable_msvcp140
1268 enable_msvcp60
1269 enable_msvcp70
1270 enable_msvcp71
1271 enable_msvcp80
1272 enable_msvcp90
1273 enable_msvcr100
1274 enable_msvcr110
1275 enable_msvcr120
1276 enable_msvcr120_app
1277 enable_msvcr70
1278 enable_msvcr71
1279 enable_msvcr80
1280 enable_msvcr90
1281 enable_msvcrt
1282 enable_msvcrt20
1283 enable_msvcrt40
1284 enable_msvcrtd
1285 enable_msvfw32
1286 enable_msvidc32
1287 enable_mswsock
1288 enable_msxml
1289 enable_msxml2
1290 enable_msxml3
1291 enable_msxml4
1292 enable_msxml6
1293 enable_ncrypt
1294 enable_nddeapi
1295 enable_ndis_sys
1296 enable_netapi32
1297 enable_netcfgx
1298 enable_netprofm
1299 enable_newdev
1300 enable_normaliz
1301 enable_npmshtml
1302 enable_npptools
1303 enable_ntdll
1304 enable_ntdsapi
1305 enable_ntoskrnl_exe
1306 enable_ntprint
1307 enable_objsel
1308 enable_odbc32
1309 enable_odbccp32
1310 enable_odbccu32
1311 enable_ole32
1312 enable_oleacc
1313 enable_oleaut32
1314 enable_olecli32
1315 enable_oledb32
1316 enable_oledlg
1317 enable_olepro32
1318 enable_olesvr32
1319 enable_olethk32
1320 enable_openal32
1321 enable_opencl
1322 enable_opengl32
1323 enable_packager
1324 enable_pdh
1325 enable_photometadatahandler
1326 enable_pidgen
1327 enable_powrprof
1328 enable_printui
1329 enable_prntvpt
1330 enable_propsys
1331 enable_psapi
1332 enable_pstorec
1333 enable_qcap
1334 enable_qedit
1335 enable_qmgr
1336 enable_qmgrprxy
1337 enable_quartz
1338 enable_query
1339 enable_rasapi32
1340 enable_rasdlg
1341 enable_regapi
1342 enable_resutils
1343 enable_riched20
1344 enable_riched32
1345 enable_rpcrt4
1346 enable_rsabase
1347 enable_rsaenh
1348 enable_rstrtmgr
1349 enable_rtutils
1350 enable_samlib
1351 enable_sane_ds
1352 enable_scarddlg
1353 enable_sccbase
1354 enable_schannel
1355 enable_schedsvc
1356 enable_scrrun
1357 enable_scsiport_sys
1358 enable_secur32
1359 enable_security
1360 enable_sensapi
1361 enable_serialui
1362 enable_setupapi
1363 enable_sfc
1364 enable_sfc_os
1365 enable_shdoclc
1366 enable_shdocvw
1367 enable_shell32
1368 enable_shfolder
1369 enable_shlwapi
1370 enable_slbcsp
1371 enable_slc
1372 enable_snmpapi
1373 enable_softpub
1374 enable_spoolss
1375 enable_sspicli
1376 enable_stdole2_tlb
1377 enable_stdole32_tlb
1378 enable_sti
1379 enable_svrapi
1380 enable_sxs
1381 enable_t2embed
1382 enable_tapi32
1383 enable_taskschd
1384 enable_tdi_sys
1385 enable_traffic
1386 enable_twain_32
1387 enable_ucrtbase
1388 enable_unicows
1389 enable_updspapi
1390 enable_url
1391 enable_urlmon
1392 enable_usbd_sys
1393 enable_user32
1394 enable_userenv
1395 enable_usp10
1396 enable_uxtheme
1397 enable_vbscript
1398 enable_vcomp
1399 enable_vcomp100
1400 enable_vcomp110
1401 enable_vcomp120
1402 enable_vcomp140
1403 enable_vcomp90
1404 enable_vcruntime140
1405 enable_vdmdbg
1406 enable_version
1407 enable_vssapi
1408 enable_wbemdisp
1409 enable_wbemprox
1410 enable_webservices
1411 enable_wer
1412 enable_wevtapi
1413 enable_wiaservc
1414 enable_wimgapi
1415 enable_windowscodecs
1416 enable_windowscodecsext
1417 enable_winealsa_drv
1418 enable_winebus_sys
1419 enable_winecoreaudio_drv
1420 enable_wined3d
1421 enable_winegstreamer
1422 enable_winejoystick_drv
1423 enable_winemac_drv
1424 enable_winemapi
1425 enable_winemp3_acm
1426 enable_wineoss_drv
1427 enable_wineps_drv
1428 enable_winepulse_drv
1429 enable_wineqtdecoder
1430 enable_winex11_drv
1431 enable_wing32
1432 enable_winhttp
1433 enable_wininet
1434 enable_winmm
1435 enable_winnls32
1436 enable_winscard
1437 enable_winspool_drv
1438 enable_winsta
1439 enable_wintab32
1440 enable_wintrust
1441 enable_wlanapi
1442 enable_wldap32
1443 enable_wmasf
1444 enable_wmi
1445 enable_wmiutils
1446 enable_wmp
1447 enable_wmvcore
1448 enable_wnaspi32
1449 enable_wpc
1450 enable_wpcap
1451 enable_ws2_32
1452 enable_wshom_ocx
1453 enable_wsnmp32
1454 enable_wsock32
1455 enable_wtsapi32
1456 enable_wuapi
1457 enable_wuaueng
1458 enable_x3daudio1_0
1459 enable_x3daudio1_1
1460 enable_x3daudio1_2
1461 enable_x3daudio1_3
1462 enable_x3daudio1_4
1463 enable_x3daudio1_5
1464 enable_x3daudio1_6
1465 enable_x3daudio1_7
1466 enable_xapofx1_1
1467 enable_xapofx1_2
1468 enable_xapofx1_3
1469 enable_xapofx1_4
1470 enable_xapofx1_5
1471 enable_xaudio2_0
1472 enable_xaudio2_1
1473 enable_xaudio2_2
1474 enable_xaudio2_3
1475 enable_xaudio2_4
1476 enable_xaudio2_5
1477 enable_xaudio2_6
1478 enable_xaudio2_7
1479 enable_xaudio2_8
1480 enable_xaudio2_9
1481 enable_xinput1_1
1482 enable_xinput1_2
1483 enable_xinput1_3
1484 enable_xinput1_4
1485 enable_xinput9_1_0
1486 enable_xmllite
1487 enable_xolehlp
1488 enable_xpsprint
1489 enable_xpssvcs
1490 enable_fonts
1491 enable_include
1492 enable_libs_port
1493 enable_libs_wine
1494 enable_libs_wpp
1495 enable_loader
1496 enable_po
1497 enable_arp
1498 enable_aspnet_regiis
1499 enable_attrib
1500 enable_cabarc
1501 enable_cacls
1502 enable_clock
1503 enable_cmd
1504 enable_conhost
1505 enable_control
1506 enable_cscript
1507 enable_dpnsvr
1508 enable_dxdiag
1509 enable_eject
1510 enable_expand
1511 enable_explorer
1512 enable_extrac32
1513 enable_findstr
1514 enable_fsutil
1515 enable_hh
1516 enable_hostname
1517 enable_icacls
1518 enable_icinfo
1519 enable_iexplore
1520 enable_ipconfig
1521 enable_lodctr
1522 enable_mofcomp
1523 enable_mshta
1524 enable_msiexec
1525 enable_msinfo32
1526 enable_net
1527 enable_netsh
1528 enable_netstat
1529 enable_ngen
1530 enable_notepad
1531 enable_oleview
1532 enable_ping
1533 enable_plugplay
1534 enable_presentationfontcache
1535 enable_progman
1536 enable_reg
1537 enable_regasm
1538 enable_regedit
1539 enable_regsvcs
1540 enable_regsvr32
1541 enable_rpcss
1542 enable_rundll32
1543 enable_sc
1544 enable_schtasks
1545 enable_sdbinst
1546 enable_secedit
1547 enable_servicemodelreg
1548 enable_services
1549 enable_shutdown
1550 enable_spoolsv
1551 enable_start
1552 enable_svchost
1553 enable_systeminfo
1554 enable_taskkill
1555 enable_tasklist
1556 enable_taskmgr
1557 enable_termsv
1558 enable_uninstaller
1559 enable_unlodctr
1560 enable_view
1561 enable_wevtutil
1562 enable_wineboot
1563 enable_winebrowser
1564 enable_winecfg
1565 enable_wineconsole
1566 enable_winedbg
1567 enable_winedevice
1568 enable_winefile
1569 enable_winemenubuilder
1570 enable_winemine
1571 enable_winemsibuilder
1572 enable_winepath
1573 enable_winetest
1574 enable_winhlp32
1575 enable_winver
1576 enable_wmic
1577 enable_wmplayer
1578 enable_wordpad
1579 enable_write
1580 enable_wscript
1581 enable_wusa
1582 enable_xcopy
1583 enable_server
1584 enable_tools
1586 ac_precious_vars='build_alias
1587 host_alias
1588 target_alias
1590 CFLAGS
1591 LDFLAGS
1592 LIBS
1593 CPPFLAGS
1595 CXXFLAGS
1598 XMKMF
1599 XML2_CFLAGS
1600 XML2_LIBS
1601 XSLT_CFLAGS
1602 XSLT_LIBS
1603 DBUS_CFLAGS
1604 DBUS_LIBS
1605 HAL_CFLAGS
1606 HAL_LIBS
1607 GNUTLS_CFLAGS
1608 GNUTLS_LIBS
1609 SANE_CFLAGS
1610 SANE_LIBS
1611 GPHOTO2_CFLAGS
1612 GPHOTO2_LIBS
1613 GPHOTO2_PORT_CFLAGS
1614 GPHOTO2_PORT_LIBS
1615 LCMS2_CFLAGS
1616 LCMS2_LIBS
1617 FREETYPE_CFLAGS
1618 FREETYPE_LIBS
1619 PULSE_CFLAGS
1620 PULSE_LIBS
1621 GSTREAMER_CFLAGS
1622 GSTREAMER_LIBS
1623 UDEV_CFLAGS
1624 UDEV_LIBS
1625 CAPI20_CFLAGS
1626 CAPI20_LIBS
1627 FONTCONFIG_CFLAGS
1628 FONTCONFIG_LIBS
1629 JPEG_CFLAGS
1630 JPEG_LIBS
1631 PNG_CFLAGS
1632 PNG_LIBS
1633 TIFF_CFLAGS
1634 TIFF_LIBS
1635 MPG123_CFLAGS
1636 MPG123_LIBS
1637 NETAPI_CFLAGS
1638 NETAPI_LIBS'
1641 # Initialize some variables set by options.
1642 ac_init_help=
1643 ac_init_version=false
1644 ac_unrecognized_opts=
1645 ac_unrecognized_sep=
1646 # The variables have the same names as the options, with
1647 # dashes changed to underlines.
1648 cache_file=/dev/null
1649 exec_prefix=NONE
1650 no_create=
1651 no_recursion=
1652 prefix=NONE
1653 program_prefix=NONE
1654 program_suffix=NONE
1655 program_transform_name=s,x,x,
1656 silent=
1657 site=
1658 srcdir=
1659 verbose=
1660 x_includes=NONE
1661 x_libraries=NONE
1663 # Installation directory options.
1664 # These are left unexpanded so users can "make install exec_prefix=/foo"
1665 # and all the variables that are supposed to be based on exec_prefix
1666 # by default will actually change.
1667 # Use braces instead of parens because sh, perl, etc. also accept them.
1668 # (The list follows the same order as the GNU Coding Standards.)
1669 bindir='${exec_prefix}/bin'
1670 sbindir='${exec_prefix}/sbin'
1671 libexecdir='${exec_prefix}/libexec'
1672 datarootdir='${prefix}/share'
1673 datadir='${datarootdir}'
1674 sysconfdir='${prefix}/etc'
1675 sharedstatedir='${prefix}/com'
1676 localstatedir='${prefix}/var'
1677 runstatedir='${localstatedir}/run'
1678 includedir='${prefix}/include'
1679 oldincludedir='/usr/include'
1680 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1681 infodir='${datarootdir}/info'
1682 htmldir='${docdir}'
1683 dvidir='${docdir}'
1684 pdfdir='${docdir}'
1685 psdir='${docdir}'
1686 libdir='${exec_prefix}/lib'
1687 localedir='${datarootdir}/locale'
1688 mandir='${datarootdir}/man'
1690 ac_prev=
1691 ac_dashdash=
1692 for ac_option
1694 # If the previous option needs an argument, assign it.
1695 if test -n "$ac_prev"; then
1696 eval $ac_prev=\$ac_option
1697 ac_prev=
1698 continue
1701 case $ac_option in
1702 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1703 *=) ac_optarg= ;;
1704 *) ac_optarg=yes ;;
1705 esac
1707 # Accept the important Cygnus configure options, so we can diagnose typos.
1709 case $ac_dashdash$ac_option in
1711 ac_dashdash=yes ;;
1713 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1714 ac_prev=bindir ;;
1715 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1716 bindir=$ac_optarg ;;
1718 -build | --build | --buil | --bui | --bu)
1719 ac_prev=build_alias ;;
1720 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1721 build_alias=$ac_optarg ;;
1723 -cache-file | --cache-file | --cache-fil | --cache-fi \
1724 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1725 ac_prev=cache_file ;;
1726 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1727 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1728 cache_file=$ac_optarg ;;
1730 --config-cache | -C)
1731 cache_file=config.cache ;;
1733 -datadir | --datadir | --datadi | --datad)
1734 ac_prev=datadir ;;
1735 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1736 datadir=$ac_optarg ;;
1738 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1739 | --dataroo | --dataro | --datar)
1740 ac_prev=datarootdir ;;
1741 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1742 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1743 datarootdir=$ac_optarg ;;
1745 -disable-* | --disable-*)
1746 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1747 # Reject names that are not valid shell variable names.
1748 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1749 as_fn_error $? "invalid feature name: $ac_useropt"
1750 ac_useropt_orig=$ac_useropt
1751 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1752 case $ac_user_opts in
1754 "enable_$ac_useropt"
1755 "*) ;;
1756 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1757 ac_unrecognized_sep=', ';;
1758 esac
1759 eval enable_$ac_useropt=no ;;
1761 -docdir | --docdir | --docdi | --doc | --do)
1762 ac_prev=docdir ;;
1763 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1764 docdir=$ac_optarg ;;
1766 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1767 ac_prev=dvidir ;;
1768 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1769 dvidir=$ac_optarg ;;
1771 -enable-* | --enable-*)
1772 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1773 # Reject names that are not valid shell variable names.
1774 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1775 as_fn_error $? "invalid feature name: $ac_useropt"
1776 ac_useropt_orig=$ac_useropt
1777 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1778 case $ac_user_opts in
1780 "enable_$ac_useropt"
1781 "*) ;;
1782 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1783 ac_unrecognized_sep=', ';;
1784 esac
1785 eval enable_$ac_useropt=\$ac_optarg ;;
1787 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1788 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1789 | --exec | --exe | --ex)
1790 ac_prev=exec_prefix ;;
1791 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1792 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1793 | --exec=* | --exe=* | --ex=*)
1794 exec_prefix=$ac_optarg ;;
1796 -gas | --gas | --ga | --g)
1797 # Obsolete; use --with-gas.
1798 with_gas=yes ;;
1800 -help | --help | --hel | --he | -h)
1801 ac_init_help=long ;;
1802 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1803 ac_init_help=recursive ;;
1804 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1805 ac_init_help=short ;;
1807 -host | --host | --hos | --ho)
1808 ac_prev=host_alias ;;
1809 -host=* | --host=* | --hos=* | --ho=*)
1810 host_alias=$ac_optarg ;;
1812 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1813 ac_prev=htmldir ;;
1814 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1815 | --ht=*)
1816 htmldir=$ac_optarg ;;
1818 -includedir | --includedir | --includedi | --included | --include \
1819 | --includ | --inclu | --incl | --inc)
1820 ac_prev=includedir ;;
1821 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1822 | --includ=* | --inclu=* | --incl=* | --inc=*)
1823 includedir=$ac_optarg ;;
1825 -infodir | --infodir | --infodi | --infod | --info | --inf)
1826 ac_prev=infodir ;;
1827 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1828 infodir=$ac_optarg ;;
1830 -libdir | --libdir | --libdi | --libd)
1831 ac_prev=libdir ;;
1832 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1833 libdir=$ac_optarg ;;
1835 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1836 | --libexe | --libex | --libe)
1837 ac_prev=libexecdir ;;
1838 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1839 | --libexe=* | --libex=* | --libe=*)
1840 libexecdir=$ac_optarg ;;
1842 -localedir | --localedir | --localedi | --localed | --locale)
1843 ac_prev=localedir ;;
1844 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1845 localedir=$ac_optarg ;;
1847 -localstatedir | --localstatedir | --localstatedi | --localstated \
1848 | --localstate | --localstat | --localsta | --localst | --locals)
1849 ac_prev=localstatedir ;;
1850 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1851 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1852 localstatedir=$ac_optarg ;;
1854 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1855 ac_prev=mandir ;;
1856 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1857 mandir=$ac_optarg ;;
1859 -nfp | --nfp | --nf)
1860 # Obsolete; use --without-fp.
1861 with_fp=no ;;
1863 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1864 | --no-cr | --no-c | -n)
1865 no_create=yes ;;
1867 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1868 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1869 no_recursion=yes ;;
1871 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1872 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1873 | --oldin | --oldi | --old | --ol | --o)
1874 ac_prev=oldincludedir ;;
1875 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1876 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1877 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1878 oldincludedir=$ac_optarg ;;
1880 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1881 ac_prev=prefix ;;
1882 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1883 prefix=$ac_optarg ;;
1885 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1886 | --program-pre | --program-pr | --program-p)
1887 ac_prev=program_prefix ;;
1888 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1889 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1890 program_prefix=$ac_optarg ;;
1892 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1893 | --program-suf | --program-su | --program-s)
1894 ac_prev=program_suffix ;;
1895 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1896 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1897 program_suffix=$ac_optarg ;;
1899 -program-transform-name | --program-transform-name \
1900 | --program-transform-nam | --program-transform-na \
1901 | --program-transform-n | --program-transform- \
1902 | --program-transform | --program-transfor \
1903 | --program-transfo | --program-transf \
1904 | --program-trans | --program-tran \
1905 | --progr-tra | --program-tr | --program-t)
1906 ac_prev=program_transform_name ;;
1907 -program-transform-name=* | --program-transform-name=* \
1908 | --program-transform-nam=* | --program-transform-na=* \
1909 | --program-transform-n=* | --program-transform-=* \
1910 | --program-transform=* | --program-transfor=* \
1911 | --program-transfo=* | --program-transf=* \
1912 | --program-trans=* | --program-tran=* \
1913 | --progr-tra=* | --program-tr=* | --program-t=*)
1914 program_transform_name=$ac_optarg ;;
1916 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1917 ac_prev=pdfdir ;;
1918 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1919 pdfdir=$ac_optarg ;;
1921 -psdir | --psdir | --psdi | --psd | --ps)
1922 ac_prev=psdir ;;
1923 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1924 psdir=$ac_optarg ;;
1926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1927 | -silent | --silent | --silen | --sile | --sil)
1928 silent=yes ;;
1930 -runstatedir | --runstatedir | --runstatedi | --runstated \
1931 | --runstate | --runstat | --runsta | --runst | --runs \
1932 | --run | --ru | --r)
1933 ac_prev=runstatedir ;;
1934 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1935 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1936 | --run=* | --ru=* | --r=*)
1937 runstatedir=$ac_optarg ;;
1939 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1940 ac_prev=sbindir ;;
1941 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1942 | --sbi=* | --sb=*)
1943 sbindir=$ac_optarg ;;
1945 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1946 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1947 | --sharedst | --shareds | --shared | --share | --shar \
1948 | --sha | --sh)
1949 ac_prev=sharedstatedir ;;
1950 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1951 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1952 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1953 | --sha=* | --sh=*)
1954 sharedstatedir=$ac_optarg ;;
1956 -site | --site | --sit)
1957 ac_prev=site ;;
1958 -site=* | --site=* | --sit=*)
1959 site=$ac_optarg ;;
1961 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1962 ac_prev=srcdir ;;
1963 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1964 srcdir=$ac_optarg ;;
1966 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1967 | --syscon | --sysco | --sysc | --sys | --sy)
1968 ac_prev=sysconfdir ;;
1969 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1970 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1971 sysconfdir=$ac_optarg ;;
1973 -target | --target | --targe | --targ | --tar | --ta | --t)
1974 ac_prev=target_alias ;;
1975 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1976 target_alias=$ac_optarg ;;
1978 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1979 verbose=yes ;;
1981 -version | --version | --versio | --versi | --vers | -V)
1982 ac_init_version=: ;;
1984 -with-* | --with-*)
1985 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1986 # Reject names that are not valid shell variable names.
1987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1988 as_fn_error $? "invalid package name: $ac_useropt"
1989 ac_useropt_orig=$ac_useropt
1990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1991 case $ac_user_opts in
1993 "with_$ac_useropt"
1994 "*) ;;
1995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1996 ac_unrecognized_sep=', ';;
1997 esac
1998 eval with_$ac_useropt=\$ac_optarg ;;
2000 -without-* | --without-*)
2001 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2002 # Reject names that are not valid shell variable names.
2003 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2004 as_fn_error $? "invalid package name: $ac_useropt"
2005 ac_useropt_orig=$ac_useropt
2006 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2007 case $ac_user_opts in
2009 "with_$ac_useropt"
2010 "*) ;;
2011 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2012 ac_unrecognized_sep=', ';;
2013 esac
2014 eval with_$ac_useropt=no ;;
2016 --x)
2017 # Obsolete; use --with-x.
2018 with_x=yes ;;
2020 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2021 | --x-incl | --x-inc | --x-in | --x-i)
2022 ac_prev=x_includes ;;
2023 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2024 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2025 x_includes=$ac_optarg ;;
2027 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2028 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2029 ac_prev=x_libraries ;;
2030 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2031 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2032 x_libraries=$ac_optarg ;;
2034 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2035 Try \`$0 --help' for more information"
2038 *=*)
2039 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2040 # Reject names that are not valid shell variable names.
2041 case $ac_envvar in #(
2042 '' | [0-9]* | *[!_$as_cr_alnum]* )
2043 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2044 esac
2045 eval $ac_envvar=\$ac_optarg
2046 export $ac_envvar ;;
2049 # FIXME: should be removed in autoconf 3.0.
2050 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2051 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2052 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2053 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2056 esac
2057 done
2059 if test -n "$ac_prev"; then
2060 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2061 as_fn_error $? "missing argument to $ac_option"
2064 if test -n "$ac_unrecognized_opts"; then
2065 case $enable_option_checking in
2066 no) ;;
2067 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2068 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2069 esac
2072 # Check all directory arguments for consistency.
2073 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2074 datadir sysconfdir sharedstatedir localstatedir includedir \
2075 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2076 libdir localedir mandir runstatedir
2078 eval ac_val=\$$ac_var
2079 # Remove trailing slashes.
2080 case $ac_val in
2081 */ )
2082 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2083 eval $ac_var=\$ac_val;;
2084 esac
2085 # Be sure to have absolute directory names.
2086 case $ac_val in
2087 [\\/$]* | ?:[\\/]* ) continue;;
2088 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2089 esac
2090 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2091 done
2093 # There might be people who depend on the old broken behavior: `$host'
2094 # used to hold the argument of --host etc.
2095 # FIXME: To remove some day.
2096 build=$build_alias
2097 host=$host_alias
2098 target=$target_alias
2100 # FIXME: To remove some day.
2101 if test "x$host_alias" != x; then
2102 if test "x$build_alias" = x; then
2103 cross_compiling=maybe
2104 elif test "x$build_alias" != "x$host_alias"; then
2105 cross_compiling=yes
2109 ac_tool_prefix=
2110 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2112 test "$silent" = yes && exec 6>/dev/null
2115 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2116 ac_ls_di=`ls -di .` &&
2117 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2118 as_fn_error $? "working directory cannot be determined"
2119 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2120 as_fn_error $? "pwd does not report name of working directory"
2123 # Find the source files, if location was not specified.
2124 if test -z "$srcdir"; then
2125 ac_srcdir_defaulted=yes
2126 # Try the directory containing this script, then the parent directory.
2127 ac_confdir=`$as_dirname -- "$as_myself" ||
2128 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2129 X"$as_myself" : 'X\(//\)[^/]' \| \
2130 X"$as_myself" : 'X\(//\)$' \| \
2131 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2132 $as_echo X"$as_myself" |
2133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2134 s//\1/
2137 /^X\(\/\/\)[^/].*/{
2138 s//\1/
2141 /^X\(\/\/\)$/{
2142 s//\1/
2145 /^X\(\/\).*/{
2146 s//\1/
2149 s/.*/./; q'`
2150 srcdir=$ac_confdir
2151 if test ! -r "$srcdir/$ac_unique_file"; then
2152 srcdir=..
2154 else
2155 ac_srcdir_defaulted=no
2157 if test ! -r "$srcdir/$ac_unique_file"; then
2158 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2159 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2161 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2162 ac_abs_confdir=`(
2163 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2164 pwd)`
2165 # When building in place, set srcdir=.
2166 if test "$ac_abs_confdir" = "$ac_pwd"; then
2167 srcdir=.
2169 # Remove unnecessary trailing slashes from srcdir.
2170 # Double slashes in file names in object file debugging info
2171 # mess up M-x gdb in Emacs.
2172 case $srcdir in
2173 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2174 esac
2175 for ac_var in $ac_precious_vars; do
2176 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2177 eval ac_env_${ac_var}_value=\$${ac_var}
2178 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2179 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2180 done
2183 # Report the --help message.
2185 if test "$ac_init_help" = "long"; then
2186 # Omit some internal or obsolete options to make the list less imposing.
2187 # This message is too long to be a string in the A/UX 3.1 sh.
2188 cat <<_ACEOF
2189 \`configure' configures Wine 1.9.19 to adapt to many kinds of systems.
2191 Usage: $0 [OPTION]... [VAR=VALUE]...
2193 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2194 VAR=VALUE. See below for descriptions of some of the useful variables.
2196 Defaults for the options are specified in brackets.
2198 Configuration:
2199 -h, --help display this help and exit
2200 --help=short display options specific to this package
2201 --help=recursive display the short help of all the included packages
2202 -V, --version display version information and exit
2203 -q, --quiet, --silent do not print \`checking ...' messages
2204 --cache-file=FILE cache test results in FILE [disabled]
2205 -C, --config-cache alias for \`--cache-file=config.cache'
2206 -n, --no-create do not create output files
2207 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2209 Installation directories:
2210 --prefix=PREFIX install architecture-independent files in PREFIX
2211 [$ac_default_prefix]
2212 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2213 [PREFIX]
2215 By default, \`make install' will install all the files in
2216 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2217 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2218 for instance \`--prefix=\$HOME'.
2220 For better control, use the options below.
2222 Fine tuning of the installation directories:
2223 --bindir=DIR user executables [EPREFIX/bin]
2224 --sbindir=DIR system admin executables [EPREFIX/sbin]
2225 --libexecdir=DIR program executables [EPREFIX/libexec]
2226 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2227 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2228 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2229 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2230 --libdir=DIR object code libraries [EPREFIX/lib]
2231 --includedir=DIR C header files [PREFIX/include]
2232 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2233 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2234 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2235 --infodir=DIR info documentation [DATAROOTDIR/info]
2236 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2237 --mandir=DIR man documentation [DATAROOTDIR/man]
2238 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2239 --htmldir=DIR html documentation [DOCDIR]
2240 --dvidir=DIR dvi documentation [DOCDIR]
2241 --pdfdir=DIR pdf documentation [DOCDIR]
2242 --psdir=DIR ps documentation [DOCDIR]
2243 _ACEOF
2245 cat <<\_ACEOF
2247 X features:
2248 --x-includes=DIR X include files are in DIR
2249 --x-libraries=DIR X library files are in DIR
2251 System types:
2252 --build=BUILD configure for building on BUILD [guessed]
2253 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2254 _ACEOF
2257 if test -n "$ac_init_help"; then
2258 case $ac_init_help in
2259 short | recursive ) echo "Configuration of Wine 1.9.19:";;
2260 esac
2261 cat <<\_ACEOF
2263 Optional Features:
2264 --disable-option-checking ignore unrecognized --enable/--with options
2265 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2266 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2267 --disable-win16 do not include Win16 support
2268 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2269 binaries)
2270 --disable-tests do not build the regression tests
2271 --enable-maintainer-mode
2272 enable maintainer-specific build rules
2273 --disable-largefile omit support for large files
2275 Optional Packages:
2276 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2277 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2278 --without-alsa do not use the Alsa sound support
2279 --without-capi do not use CAPI (ISDN support)
2280 --without-cms do not use CMS (color management support)
2281 --without-coreaudio do not use the CoreAudio sound support
2282 --without-cups do not use CUPS
2283 --without-curses do not use (n)curses
2284 --without-dbus do not use DBus (dynamic device support)
2285 --without-fontconfig do not use fontconfig
2286 --without-freetype do not use the FreeType library
2287 --without-gettext do not use gettext
2288 --with-gettextpo use the GetTextPO library to rebuild po files
2289 --without-gphoto do not use gphoto (Digital Camera support)
2290 --without-glu do not use the GLU library
2291 --without-gnutls do not use GnuTLS (schannel support)
2292 --without-gsm do not use libgsm (GSM 06.10 codec support)
2293 --without-gstreamer do not use GStreamer (codecs support)
2294 --without-hal do not use HAL (dynamic device support)
2295 --without-jpeg do not use JPEG
2296 --without-ldap do not use LDAP
2297 --without-mpg123 do not use the mpg123 library
2298 --without-netapi do not use the Samba NetAPI library
2299 --without-openal do not use OpenAL
2300 --without-opencl do not use OpenCL
2301 --without-opengl do not use OpenGL
2302 --without-osmesa do not use the OSMesa library
2303 --without-oss do not use the OSS sound support
2304 --without-pcap do not use the Packet Capture library
2305 --without-png do not use PNG
2306 --without-pthread do not use the pthread library
2307 --without-pulse do not use PulseAudio sound support
2308 --without-sane do not use SANE (scanner support)
2309 --without-tiff do not use TIFF
2310 --without-udev do not use udev (plug and play support)
2311 --without-v4l do not use v4l1 (v4l support)
2312 --without-xcomposite do not use the Xcomposite extension
2313 --without-xcursor do not use the Xcursor extension
2314 --without-xinerama do not use Xinerama (multi-monitor support)
2315 --without-xinput do not use the Xinput extension
2316 --without-xinput2 do not use the Xinput 2 extension
2317 --without-xml do not use XML
2318 --without-xrandr do not use Xrandr (resolution changes)
2319 --without-xrender do not use the Xrender extension
2320 --without-xshape do not use the Xshape extension
2321 --without-xshm do not use XShm (shared memory extension)
2322 --without-xslt do not use XSLT
2323 --without-xxf86vm do not use XFree video mode extension
2324 --without-zlib do not use Zlib (data compression)
2325 --with-wine-tools=DIR use Wine tools from directory DIR
2326 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2327 --with-x use the X Window System
2329 Some influential environment variables:
2330 CC C compiler command
2331 CFLAGS C compiler flags
2332 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2333 nonstandard directory <lib dir>
2334 LIBS libraries to pass to the linker, e.g. -l<library>
2335 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2336 you have headers in a nonstandard directory <include dir>
2337 CXX C++ compiler command
2338 CXXFLAGS C++ compiler flags
2339 CPP C preprocessor
2340 XMKMF Path to xmkmf, Makefile generator for X Window System
2341 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2342 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2343 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2344 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2345 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2346 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2347 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2348 HAL_LIBS Linker flags for hal, overriding pkg-config
2349 GNUTLS_CFLAGS
2350 C compiler flags for gnutls, overriding pkg-config
2351 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2352 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2353 SANE_LIBS Linker flags for libsane, overriding pkg-config
2354 GPHOTO2_CFLAGS
2355 C compiler flags for libgphoto2, overriding pkg-config
2356 GPHOTO2_LIBS
2357 Linker flags for libgphoto2, overriding pkg-config
2358 GPHOTO2_PORT_CFLAGS
2359 C compiler flags for libgphoto2_port, overriding pkg-config
2360 GPHOTO2_PORT_LIBS
2361 Linker flags for libgphoto2_port, overriding pkg-config
2362 LCMS2_CFLAGS
2363 C compiler flags for lcms2, overriding pkg-config
2364 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2365 FREETYPE_CFLAGS
2366 C compiler flags for freetype2, overriding pkg-config
2367 FREETYPE_LIBS
2368 Linker flags for freetype2, overriding pkg-config
2369 PULSE_CFLAGS
2370 C compiler flags for libpulse, overriding pkg-config
2371 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2372 GSTREAMER_CFLAGS
2373 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2374 gstreamer-audio-1.0, overriding pkg-config
2375 GSTREAMER_LIBS
2376 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2377 gstreamer-audio-1.0, overriding pkg-config
2378 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2379 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2380 CAPI20_CFLAGS
2381 C compiler flags for capi20, overriding pkg-config
2382 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2383 FONTCONFIG_CFLAGS
2384 C compiler flags for fontconfig, overriding pkg-config
2385 FONTCONFIG_LIBS
2386 Linker flags for fontconfig, overriding pkg-config
2387 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2388 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2389 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2390 PNG_LIBS Linker flags for libpng, overriding pkg-config
2391 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2392 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2393 MPG123_CFLAGS
2394 C compiler flags for libmpg123, overriding pkg-config
2395 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2396 NETAPI_CFLAGS
2397 C compiler flags for netapi, overriding pkg-config
2398 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2400 Use these variables to override the choices made by `configure' or to help
2401 it to find libraries and programs with nonstandard names/locations.
2403 Report bugs to <wine-devel@winehq.org>.
2404 Wine home page: <http://www.winehq.org>.
2405 _ACEOF
2406 ac_status=$?
2409 if test "$ac_init_help" = "recursive"; then
2410 # If there are subdirs, report their specific --help.
2411 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2412 test -d "$ac_dir" ||
2413 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2414 continue
2415 ac_builddir=.
2417 case "$ac_dir" in
2418 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2420 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2421 # A ".." for each directory in $ac_dir_suffix.
2422 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2423 case $ac_top_builddir_sub in
2424 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2425 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2426 esac ;;
2427 esac
2428 ac_abs_top_builddir=$ac_pwd
2429 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2430 # for backward compatibility:
2431 ac_top_builddir=$ac_top_build_prefix
2433 case $srcdir in
2434 .) # We are building in place.
2435 ac_srcdir=.
2436 ac_top_srcdir=$ac_top_builddir_sub
2437 ac_abs_top_srcdir=$ac_pwd ;;
2438 [\\/]* | ?:[\\/]* ) # Absolute name.
2439 ac_srcdir=$srcdir$ac_dir_suffix;
2440 ac_top_srcdir=$srcdir
2441 ac_abs_top_srcdir=$srcdir ;;
2442 *) # Relative name.
2443 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2444 ac_top_srcdir=$ac_top_build_prefix$srcdir
2445 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2446 esac
2447 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2449 cd "$ac_dir" || { ac_status=$?; continue; }
2450 # Check for guested configure.
2451 if test -f "$ac_srcdir/configure.gnu"; then
2452 echo &&
2453 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2454 elif test -f "$ac_srcdir/configure"; then
2455 echo &&
2456 $SHELL "$ac_srcdir/configure" --help=recursive
2457 else
2458 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2459 fi || ac_status=$?
2460 cd "$ac_pwd" || { ac_status=$?; break; }
2461 done
2464 test -n "$ac_init_help" && exit $ac_status
2465 if $ac_init_version; then
2466 cat <<\_ACEOF
2467 Wine configure 1.9.19
2468 generated by GNU Autoconf 2.69
2470 Copyright (C) 2012 Free Software Foundation, Inc.
2471 This configure script is free software; the Free Software Foundation
2472 gives unlimited permission to copy, distribute and modify it.
2473 _ACEOF
2474 exit
2477 ## ------------------------ ##
2478 ## Autoconf initialization. ##
2479 ## ------------------------ ##
2481 # ac_fn_c_try_compile LINENO
2482 # --------------------------
2483 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2484 ac_fn_c_try_compile ()
2486 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2487 rm -f conftest.$ac_objext
2488 if { { ac_try="$ac_compile"
2489 case "(($ac_try" in
2490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2491 *) ac_try_echo=$ac_try;;
2492 esac
2493 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2494 $as_echo "$ac_try_echo"; } >&5
2495 (eval "$ac_compile") 2>conftest.err
2496 ac_status=$?
2497 if test -s conftest.err; then
2498 grep -v '^ *+' conftest.err >conftest.er1
2499 cat conftest.er1 >&5
2500 mv -f conftest.er1 conftest.err
2502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2503 test $ac_status = 0; } && {
2504 test -z "$ac_c_werror_flag" ||
2505 test ! -s conftest.err
2506 } && test -s conftest.$ac_objext; then :
2507 ac_retval=0
2508 else
2509 $as_echo "$as_me: failed program was:" >&5
2510 sed 's/^/| /' conftest.$ac_ext >&5
2512 ac_retval=1
2514 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2515 as_fn_set_status $ac_retval
2517 } # ac_fn_c_try_compile
2519 # ac_fn_cxx_try_compile LINENO
2520 # ----------------------------
2521 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2522 ac_fn_cxx_try_compile ()
2524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2525 rm -f conftest.$ac_objext
2526 if { { ac_try="$ac_compile"
2527 case "(($ac_try" in
2528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2529 *) ac_try_echo=$ac_try;;
2530 esac
2531 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2532 $as_echo "$ac_try_echo"; } >&5
2533 (eval "$ac_compile") 2>conftest.err
2534 ac_status=$?
2535 if test -s conftest.err; then
2536 grep -v '^ *+' conftest.err >conftest.er1
2537 cat conftest.er1 >&5
2538 mv -f conftest.er1 conftest.err
2540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2541 test $ac_status = 0; } && {
2542 test -z "$ac_cxx_werror_flag" ||
2543 test ! -s conftest.err
2544 } && test -s conftest.$ac_objext; then :
2545 ac_retval=0
2546 else
2547 $as_echo "$as_me: failed program was:" >&5
2548 sed 's/^/| /' conftest.$ac_ext >&5
2550 ac_retval=1
2552 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2553 as_fn_set_status $ac_retval
2555 } # ac_fn_cxx_try_compile
2557 # ac_fn_c_try_link LINENO
2558 # -----------------------
2559 # Try to link conftest.$ac_ext, and return whether this succeeded.
2560 ac_fn_c_try_link ()
2562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2563 rm -f conftest.$ac_objext conftest$ac_exeext
2564 if { { ac_try="$ac_link"
2565 case "(($ac_try" in
2566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2567 *) ac_try_echo=$ac_try;;
2568 esac
2569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2570 $as_echo "$ac_try_echo"; } >&5
2571 (eval "$ac_link") 2>conftest.err
2572 ac_status=$?
2573 if test -s conftest.err; then
2574 grep -v '^ *+' conftest.err >conftest.er1
2575 cat conftest.er1 >&5
2576 mv -f conftest.er1 conftest.err
2578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2579 test $ac_status = 0; } && {
2580 test -z "$ac_c_werror_flag" ||
2581 test ! -s conftest.err
2582 } && test -s conftest$ac_exeext && {
2583 test "$cross_compiling" = yes ||
2584 test -x conftest$ac_exeext
2585 }; then :
2586 ac_retval=0
2587 else
2588 $as_echo "$as_me: failed program was:" >&5
2589 sed 's/^/| /' conftest.$ac_ext >&5
2591 ac_retval=1
2593 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2594 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2595 # interfere with the next link command; also delete a directory that is
2596 # left behind by Apple's compiler. We do this before executing the actions.
2597 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2598 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2599 as_fn_set_status $ac_retval
2601 } # ac_fn_c_try_link
2603 # ac_fn_c_try_cpp LINENO
2604 # ----------------------
2605 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2606 ac_fn_c_try_cpp ()
2608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2609 if { { ac_try="$ac_cpp conftest.$ac_ext"
2610 case "(($ac_try" in
2611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2612 *) ac_try_echo=$ac_try;;
2613 esac
2614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2615 $as_echo "$ac_try_echo"; } >&5
2616 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2617 ac_status=$?
2618 if test -s conftest.err; then
2619 grep -v '^ *+' conftest.err >conftest.er1
2620 cat conftest.er1 >&5
2621 mv -f conftest.er1 conftest.err
2623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2624 test $ac_status = 0; } > conftest.i && {
2625 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2626 test ! -s conftest.err
2627 }; then :
2628 ac_retval=0
2629 else
2630 $as_echo "$as_me: failed program was:" >&5
2631 sed 's/^/| /' conftest.$ac_ext >&5
2633 ac_retval=1
2635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2636 as_fn_set_status $ac_retval
2638 } # ac_fn_c_try_cpp
2640 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2641 # -------------------------------------------------------
2642 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2643 # the include files in INCLUDES and setting the cache variable VAR
2644 # accordingly.
2645 ac_fn_c_check_header_mongrel ()
2647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2648 if eval \${$3+:} false; then :
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2650 $as_echo_n "checking for $2... " >&6; }
2651 if eval \${$3+:} false; then :
2652 $as_echo_n "(cached) " >&6
2654 eval ac_res=\$$3
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2656 $as_echo "$ac_res" >&6; }
2657 else
2658 # Is the header compilable?
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2660 $as_echo_n "checking $2 usability... " >&6; }
2661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2662 /* end confdefs.h. */
2664 #include <$2>
2665 _ACEOF
2666 if ac_fn_c_try_compile "$LINENO"; then :
2667 ac_header_compiler=yes
2668 else
2669 ac_header_compiler=no
2671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2673 $as_echo "$ac_header_compiler" >&6; }
2675 # Is the header present?
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2677 $as_echo_n "checking $2 presence... " >&6; }
2678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2679 /* end confdefs.h. */
2680 #include <$2>
2681 _ACEOF
2682 if ac_fn_c_try_cpp "$LINENO"; then :
2683 ac_header_preproc=yes
2684 else
2685 ac_header_preproc=no
2687 rm -f conftest.err conftest.i conftest.$ac_ext
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2689 $as_echo "$ac_header_preproc" >&6; }
2691 # So? What about this header?
2692 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2693 yes:no: )
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2695 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2697 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2699 no:yes:* )
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2701 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2703 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2705 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2707 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2709 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2710 ( $as_echo "## ------------------------------------ ##
2711 ## Report this to wine-devel@winehq.org ##
2712 ## ------------------------------------ ##"
2713 ) | sed "s/^/$as_me: WARNING: /" >&2
2715 esac
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2717 $as_echo_n "checking for $2... " >&6; }
2718 if eval \${$3+:} false; then :
2719 $as_echo_n "(cached) " >&6
2720 else
2721 eval "$3=\$ac_header_compiler"
2723 eval ac_res=\$$3
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2725 $as_echo "$ac_res" >&6; }
2727 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2729 } # ac_fn_c_check_header_mongrel
2731 # ac_fn_c_try_run LINENO
2732 # ----------------------
2733 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2734 # that executables *can* be run.
2735 ac_fn_c_try_run ()
2737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2738 if { { ac_try="$ac_link"
2739 case "(($ac_try" in
2740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2741 *) ac_try_echo=$ac_try;;
2742 esac
2743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2744 $as_echo "$ac_try_echo"; } >&5
2745 (eval "$ac_link") 2>&5
2746 ac_status=$?
2747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2748 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2749 { { case "(($ac_try" in
2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751 *) ac_try_echo=$ac_try;;
2752 esac
2753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2754 $as_echo "$ac_try_echo"; } >&5
2755 (eval "$ac_try") 2>&5
2756 ac_status=$?
2757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2758 test $ac_status = 0; }; }; then :
2759 ac_retval=0
2760 else
2761 $as_echo "$as_me: program exited with status $ac_status" >&5
2762 $as_echo "$as_me: failed program was:" >&5
2763 sed 's/^/| /' conftest.$ac_ext >&5
2765 ac_retval=$ac_status
2767 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2768 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2769 as_fn_set_status $ac_retval
2771 } # ac_fn_c_try_run
2773 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2774 # -------------------------------------------------------
2775 # Tests whether HEADER exists and can be compiled using the include files in
2776 # INCLUDES, setting the cache variable VAR accordingly.
2777 ac_fn_c_check_header_compile ()
2779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2781 $as_echo_n "checking for $2... " >&6; }
2782 if eval \${$3+:} false; then :
2783 $as_echo_n "(cached) " >&6
2784 else
2785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2786 /* end confdefs.h. */
2788 #include <$2>
2789 _ACEOF
2790 if ac_fn_c_try_compile "$LINENO"; then :
2791 eval "$3=yes"
2792 else
2793 eval "$3=no"
2795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2797 eval ac_res=\$$3
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2799 $as_echo "$ac_res" >&6; }
2800 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2802 } # ac_fn_c_check_header_compile
2804 # ac_fn_c_check_func LINENO FUNC VAR
2805 # ----------------------------------
2806 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2807 ac_fn_c_check_func ()
2809 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2811 $as_echo_n "checking for $2... " >&6; }
2812 if eval \${$3+:} false; then :
2813 $as_echo_n "(cached) " >&6
2814 else
2815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2816 /* end confdefs.h. */
2817 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2819 #define $2 innocuous_$2
2821 /* System header to define __stub macros and hopefully few prototypes,
2822 which can conflict with char $2 (); below.
2823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2824 <limits.h> exists even on freestanding compilers. */
2826 #ifdef __STDC__
2827 # include <limits.h>
2828 #else
2829 # include <assert.h>
2830 #endif
2832 #undef $2
2834 /* Override any GCC internal prototype to avoid an error.
2835 Use char because int might match the return type of a GCC
2836 builtin and then its argument prototype would still apply. */
2837 #ifdef __cplusplus
2838 extern "C"
2839 #endif
2840 char $2 ();
2841 /* The GNU C library defines this for functions which it implements
2842 to always fail with ENOSYS. Some functions are actually named
2843 something starting with __ and the normal name is an alias. */
2844 #if defined __stub_$2 || defined __stub___$2
2845 choke me
2846 #endif
2849 main ()
2851 return $2 ();
2853 return 0;
2855 _ACEOF
2856 if ac_fn_c_try_link "$LINENO"; then :
2857 eval "$3=yes"
2858 else
2859 eval "$3=no"
2861 rm -f core conftest.err conftest.$ac_objext \
2862 conftest$ac_exeext conftest.$ac_ext
2864 eval ac_res=\$$3
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2866 $as_echo "$ac_res" >&6; }
2867 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2869 } # ac_fn_c_check_func
2871 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2872 # ----------------------------------------------------
2873 # Tries to find if the field MEMBER exists in type AGGR, after including
2874 # INCLUDES, setting cache variable VAR accordingly.
2875 ac_fn_c_check_member ()
2877 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2879 $as_echo_n "checking for $2.$3... " >&6; }
2880 if eval \${$4+:} false; then :
2881 $as_echo_n "(cached) " >&6
2882 else
2883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2884 /* end confdefs.h. */
2887 main ()
2889 static $2 ac_aggr;
2890 if (ac_aggr.$3)
2891 return 0;
2893 return 0;
2895 _ACEOF
2896 if ac_fn_c_try_compile "$LINENO"; then :
2897 eval "$4=yes"
2898 else
2899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2900 /* end confdefs.h. */
2903 main ()
2905 static $2 ac_aggr;
2906 if (sizeof ac_aggr.$3)
2907 return 0;
2909 return 0;
2911 _ACEOF
2912 if ac_fn_c_try_compile "$LINENO"; then :
2913 eval "$4=yes"
2914 else
2915 eval "$4=no"
2917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 eval ac_res=\$$4
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2923 $as_echo "$ac_res" >&6; }
2924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2926 } # ac_fn_c_check_member
2928 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2929 # -------------------------------------------
2930 # Tests whether TYPE exists after having included INCLUDES, setting cache
2931 # variable VAR accordingly.
2932 ac_fn_c_check_type ()
2934 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2936 $as_echo_n "checking for $2... " >&6; }
2937 if eval \${$3+:} false; then :
2938 $as_echo_n "(cached) " >&6
2939 else
2940 eval "$3=no"
2941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2942 /* end confdefs.h. */
2945 main ()
2947 if (sizeof ($2))
2948 return 0;
2950 return 0;
2952 _ACEOF
2953 if ac_fn_c_try_compile "$LINENO"; then :
2954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2955 /* end confdefs.h. */
2958 main ()
2960 if (sizeof (($2)))
2961 return 0;
2963 return 0;
2965 _ACEOF
2966 if ac_fn_c_try_compile "$LINENO"; then :
2968 else
2969 eval "$3=yes"
2971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2975 eval ac_res=\$$3
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2977 $as_echo "$ac_res" >&6; }
2978 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2980 } # ac_fn_c_check_type
2981 cat >config.log <<_ACEOF
2982 This file contains any messages produced by compilers while
2983 running configure, to aid debugging if configure makes a mistake.
2985 It was created by Wine $as_me 1.9.19, which was
2986 generated by GNU Autoconf 2.69. Invocation command line was
2988 $ $0 $@
2990 _ACEOF
2991 exec 5>>config.log
2993 cat <<_ASUNAME
2994 ## --------- ##
2995 ## Platform. ##
2996 ## --------- ##
2998 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2999 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3000 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3001 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3002 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3004 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3005 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3007 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3008 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3009 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3010 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3011 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3012 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3013 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3015 _ASUNAME
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 $as_echo "PATH: $as_dir"
3023 done
3024 IFS=$as_save_IFS
3026 } >&5
3028 cat >&5 <<_ACEOF
3031 ## ----------- ##
3032 ## Core tests. ##
3033 ## ----------- ##
3035 _ACEOF
3038 # Keep a trace of the command line.
3039 # Strip out --no-create and --no-recursion so they do not pile up.
3040 # Strip out --silent because we don't want to record it for future runs.
3041 # Also quote any args containing shell meta-characters.
3042 # Make two passes to allow for proper duplicate-argument suppression.
3043 ac_configure_args=
3044 ac_configure_args0=
3045 ac_configure_args1=
3046 ac_must_keep_next=false
3047 for ac_pass in 1 2
3049 for ac_arg
3051 case $ac_arg in
3052 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3054 | -silent | --silent | --silen | --sile | --sil)
3055 continue ;;
3056 *\'*)
3057 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3058 esac
3059 case $ac_pass in
3060 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3062 as_fn_append ac_configure_args1 " '$ac_arg'"
3063 if test $ac_must_keep_next = true; then
3064 ac_must_keep_next=false # Got value, back to normal.
3065 else
3066 case $ac_arg in
3067 *=* | --config-cache | -C | -disable-* | --disable-* \
3068 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3069 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3070 | -with-* | --with-* | -without-* | --without-* | --x)
3071 case "$ac_configure_args0 " in
3072 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3073 esac
3075 -* ) ac_must_keep_next=true ;;
3076 esac
3078 as_fn_append ac_configure_args " '$ac_arg'"
3080 esac
3081 done
3082 done
3083 { ac_configure_args0=; unset ac_configure_args0;}
3084 { ac_configure_args1=; unset ac_configure_args1;}
3086 # When interrupted or exit'd, cleanup temporary files, and complete
3087 # config.log. We remove comments because anyway the quotes in there
3088 # would cause problems or look ugly.
3089 # WARNING: Use '\'' to represent an apostrophe within the trap.
3090 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3091 trap 'exit_status=$?
3092 # Save into config.log some information that might help in debugging.
3094 echo
3096 $as_echo "## ---------------- ##
3097 ## Cache variables. ##
3098 ## ---------------- ##"
3099 echo
3100 # The following way of writing the cache mishandles newlines in values,
3102 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3103 eval ac_val=\$$ac_var
3104 case $ac_val in #(
3105 *${as_nl}*)
3106 case $ac_var in #(
3107 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3108 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3109 esac
3110 case $ac_var in #(
3111 _ | IFS | as_nl) ;; #(
3112 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3113 *) { eval $ac_var=; unset $ac_var;} ;;
3114 esac ;;
3115 esac
3116 done
3117 (set) 2>&1 |
3118 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3119 *${as_nl}ac_space=\ *)
3120 sed -n \
3121 "s/'\''/'\''\\\\'\'''\''/g;
3122 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3123 ;; #(
3125 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3127 esac |
3128 sort
3130 echo
3132 $as_echo "## ----------------- ##
3133 ## Output variables. ##
3134 ## ----------------- ##"
3135 echo
3136 for ac_var in $ac_subst_vars
3138 eval ac_val=\$$ac_var
3139 case $ac_val in
3140 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3141 esac
3142 $as_echo "$ac_var='\''$ac_val'\''"
3143 done | sort
3144 echo
3146 if test -n "$ac_subst_files"; then
3147 $as_echo "## ------------------- ##
3148 ## File substitutions. ##
3149 ## ------------------- ##"
3150 echo
3151 for ac_var in $ac_subst_files
3153 eval ac_val=\$$ac_var
3154 case $ac_val in
3155 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3156 esac
3157 $as_echo "$ac_var='\''$ac_val'\''"
3158 done | sort
3159 echo
3162 if test -s confdefs.h; then
3163 $as_echo "## ----------- ##
3164 ## confdefs.h. ##
3165 ## ----------- ##"
3166 echo
3167 cat confdefs.h
3168 echo
3170 test "$ac_signal" != 0 &&
3171 $as_echo "$as_me: caught signal $ac_signal"
3172 $as_echo "$as_me: exit $exit_status"
3173 } >&5
3174 rm -f core *.core core.conftest.* &&
3175 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3176 exit $exit_status
3178 for ac_signal in 1 2 13 15; do
3179 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3180 done
3181 ac_signal=0
3183 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3184 rm -f -r conftest* confdefs.h
3186 $as_echo "/* confdefs.h */" > confdefs.h
3188 # Predefined preprocessor variables.
3190 cat >>confdefs.h <<_ACEOF
3191 #define PACKAGE_NAME "$PACKAGE_NAME"
3192 _ACEOF
3194 cat >>confdefs.h <<_ACEOF
3195 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3196 _ACEOF
3198 cat >>confdefs.h <<_ACEOF
3199 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3200 _ACEOF
3202 cat >>confdefs.h <<_ACEOF
3203 #define PACKAGE_STRING "$PACKAGE_STRING"
3204 _ACEOF
3206 cat >>confdefs.h <<_ACEOF
3207 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3208 _ACEOF
3210 cat >>confdefs.h <<_ACEOF
3211 #define PACKAGE_URL "$PACKAGE_URL"
3212 _ACEOF
3215 # Let the site file select an alternate cache file if it wants to.
3216 # Prefer an explicitly selected file to automatically selected ones.
3217 ac_site_file1=NONE
3218 ac_site_file2=NONE
3219 if test -n "$CONFIG_SITE"; then
3220 # We do not want a PATH search for config.site.
3221 case $CONFIG_SITE in #((
3222 -*) ac_site_file1=./$CONFIG_SITE;;
3223 */*) ac_site_file1=$CONFIG_SITE;;
3224 *) ac_site_file1=./$CONFIG_SITE;;
3225 esac
3226 elif test "x$prefix" != xNONE; then
3227 ac_site_file1=$prefix/share/config.site
3228 ac_site_file2=$prefix/etc/config.site
3229 else
3230 ac_site_file1=$ac_default_prefix/share/config.site
3231 ac_site_file2=$ac_default_prefix/etc/config.site
3233 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3235 test "x$ac_site_file" = xNONE && continue
3236 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3238 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3239 sed 's/^/| /' "$ac_site_file" >&5
3240 . "$ac_site_file" \
3241 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3242 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3243 as_fn_error $? "failed to load site script $ac_site_file
3244 See \`config.log' for more details" "$LINENO" 5; }
3246 done
3248 if test -r "$cache_file"; then
3249 # Some versions of bash will fail to source /dev/null (special files
3250 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3251 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3253 $as_echo "$as_me: loading cache $cache_file" >&6;}
3254 case $cache_file in
3255 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3256 *) . "./$cache_file";;
3257 esac
3259 else
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3261 $as_echo "$as_me: creating cache $cache_file" >&6;}
3262 >$cache_file
3265 # Check that the precious variables saved in the cache have kept the same
3266 # value.
3267 ac_cache_corrupted=false
3268 for ac_var in $ac_precious_vars; do
3269 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3270 eval ac_new_set=\$ac_env_${ac_var}_set
3271 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3272 eval ac_new_val=\$ac_env_${ac_var}_value
3273 case $ac_old_set,$ac_new_set in
3274 set,)
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3276 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3277 ac_cache_corrupted=: ;;
3278 ,set)
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3280 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3281 ac_cache_corrupted=: ;;
3282 ,);;
3284 if test "x$ac_old_val" != "x$ac_new_val"; then
3285 # differences in whitespace do not lead to failure.
3286 ac_old_val_w=`echo x $ac_old_val`
3287 ac_new_val_w=`echo x $ac_new_val`
3288 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3290 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3291 ac_cache_corrupted=:
3292 else
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3294 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3295 eval $ac_var=\$ac_old_val
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3298 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3300 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3301 fi;;
3302 esac
3303 # Pass precious variables to config.status.
3304 if test "$ac_new_set" = set; then
3305 case $ac_new_val in
3306 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3307 *) ac_arg=$ac_var=$ac_new_val ;;
3308 esac
3309 case " $ac_configure_args " in
3310 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3311 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3312 esac
3314 done
3315 if $ac_cache_corrupted; then
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3317 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3319 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3320 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3322 ## -------------------- ##
3323 ## Main body of script. ##
3324 ## -------------------- ##
3326 ac_ext=c
3327 ac_cpp='$CPP $CPPFLAGS'
3328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3334 ac_config_headers="$ac_config_headers include/config.h"
3336 ac_aux_dir=
3337 for ac_dir in tools "$srcdir"/tools; do
3338 if test -f "$ac_dir/install-sh"; then
3339 ac_aux_dir=$ac_dir
3340 ac_install_sh="$ac_aux_dir/install-sh -c"
3341 break
3342 elif test -f "$ac_dir/install.sh"; then
3343 ac_aux_dir=$ac_dir
3344 ac_install_sh="$ac_aux_dir/install.sh -c"
3345 break
3346 elif test -f "$ac_dir/shtool"; then
3347 ac_aux_dir=$ac_dir
3348 ac_install_sh="$ac_aux_dir/shtool install -c"
3349 break
3351 done
3352 if test -z "$ac_aux_dir"; then
3353 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3356 # These three variables are undocumented and unsupported,
3357 # and are intended to be withdrawn in a future Autoconf release.
3358 # They can cause serious problems if a builder's source tree is in a directory
3359 # whose full name contains unusual characters.
3360 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3361 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3362 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3366 libwine_version="1.0"
3370 # Check whether --enable-win16 was given.
3371 if test "${enable_win16+set}" = set; then :
3372 enableval=$enable_win16;
3375 # Check whether --enable-win64 was given.
3376 if test "${enable_win64+set}" = set; then :
3377 enableval=$enable_win64;
3380 # Check whether --enable-tests was given.
3381 if test "${enable_tests+set}" = set; then :
3382 enableval=$enable_tests;
3385 # Check whether --enable-maintainer-mode was given.
3386 if test "${enable_maintainer_mode+set}" = set; then :
3387 enableval=$enable_maintainer_mode;
3392 # Check whether --with-alsa was given.
3393 if test "${with_alsa+set}" = set; then :
3394 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3398 # Check whether --with-capi was given.
3399 if test "${with_capi+set}" = set; then :
3400 withval=$with_capi;
3404 # Check whether --with-cms was given.
3405 if test "${with_cms+set}" = set; then :
3406 withval=$with_cms;
3410 # Check whether --with-coreaudio was given.
3411 if test "${with_coreaudio+set}" = set; then :
3412 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3416 # Check whether --with-cups was given.
3417 if test "${with_cups+set}" = set; then :
3418 withval=$with_cups;
3422 # Check whether --with-curses was given.
3423 if test "${with_curses+set}" = set; then :
3424 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3428 # Check whether --with-dbus was given.
3429 if test "${with_dbus+set}" = set; then :
3430 withval=$with_dbus;
3434 # Check whether --with-fontconfig was given.
3435 if test "${with_fontconfig+set}" = set; then :
3436 withval=$with_fontconfig;
3440 # Check whether --with-freetype was given.
3441 if test "${with_freetype+set}" = set; then :
3442 withval=$with_freetype;
3446 # Check whether --with-gettext was given.
3447 if test "${with_gettext+set}" = set; then :
3448 withval=$with_gettext;
3452 # Check whether --with-gettextpo was given.
3453 if test "${with_gettextpo+set}" = set; then :
3454 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3458 # Check whether --with-gphoto was given.
3459 if test "${with_gphoto+set}" = set; then :
3460 withval=$with_gphoto;
3464 # Check whether --with-glu was given.
3465 if test "${with_glu+set}" = set; then :
3466 withval=$with_glu;
3470 # Check whether --with-gnutls was given.
3471 if test "${with_gnutls+set}" = set; then :
3472 withval=$with_gnutls;
3476 # Check whether --with-gsm was given.
3477 if test "${with_gsm+set}" = set; then :
3478 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3482 # Check whether --with-gstreamer was given.
3483 if test "${with_gstreamer+set}" = set; then :
3484 withval=$with_gstreamer;
3488 # Check whether --with-hal was given.
3489 if test "${with_hal+set}" = set; then :
3490 withval=$with_hal;
3494 # Check whether --with-jpeg was given.
3495 if test "${with_jpeg+set}" = set; then :
3496 withval=$with_jpeg;
3500 # Check whether --with-ldap was given.
3501 if test "${with_ldap+set}" = set; then :
3502 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3506 # Check whether --with-mpg123 was given.
3507 if test "${with_mpg123+set}" = set; then :
3508 withval=$with_mpg123;
3512 # Check whether --with-netapi was given.
3513 if test "${with_netapi+set}" = set; then :
3514 withval=$with_netapi;
3518 # Check whether --with-openal was given.
3519 if test "${with_openal+set}" = set; then :
3520 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3524 # Check whether --with-opencl was given.
3525 if test "${with_opencl+set}" = set; then :
3526 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3530 # Check whether --with-opengl was given.
3531 if test "${with_opengl+set}" = set; then :
3532 withval=$with_opengl;
3536 # Check whether --with-osmesa was given.
3537 if test "${with_osmesa+set}" = set; then :
3538 withval=$with_osmesa;
3542 # Check whether --with-oss was given.
3543 if test "${with_oss+set}" = set; then :
3544 withval=$with_oss;
3548 # Check whether --with-pcap was given.
3549 if test "${with_pcap+set}" = set; then :
3550 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3554 # Check whether --with-png was given.
3555 if test "${with_png+set}" = set; then :
3556 withval=$with_png;
3560 # Check whether --with-pthread was given.
3561 if test "${with_pthread+set}" = set; then :
3562 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3566 # Check whether --with-pulse was given.
3567 if test "${with_pulse+set}" = set; then :
3568 withval=$with_pulse;
3572 # Check whether --with-sane was given.
3573 if test "${with_sane+set}" = set; then :
3574 withval=$with_sane;
3578 # Check whether --with-tiff was given.
3579 if test "${with_tiff+set}" = set; then :
3580 withval=$with_tiff;
3584 # Check whether --with-udev was given.
3585 if test "${with_udev+set}" = set; then :
3586 withval=$with_udev;
3590 # Check whether --with-v4l was given.
3591 if test "${with_v4l+set}" = set; then :
3592 withval=$with_v4l;
3596 # Check whether --with-xcomposite was given.
3597 if test "${with_xcomposite+set}" = set; then :
3598 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3602 # Check whether --with-xcursor was given.
3603 if test "${with_xcursor+set}" = set; then :
3604 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3608 # Check whether --with-xinerama was given.
3609 if test "${with_xinerama+set}" = set; then :
3610 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3614 # Check whether --with-xinput was given.
3615 if test "${with_xinput+set}" = set; then :
3616 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3620 # Check whether --with-xinput2 was given.
3621 if test "${with_xinput2+set}" = set; then :
3622 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3626 # Check whether --with-xml was given.
3627 if test "${with_xml+set}" = set; then :
3628 withval=$with_xml;
3632 # Check whether --with-xrandr was given.
3633 if test "${with_xrandr+set}" = set; then :
3634 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3638 # Check whether --with-xrender was given.
3639 if test "${with_xrender+set}" = set; then :
3640 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3644 # Check whether --with-xshape was given.
3645 if test "${with_xshape+set}" = set; then :
3646 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3650 # Check whether --with-xshm was given.
3651 if test "${with_xshm+set}" = set; then :
3652 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3656 # Check whether --with-xslt was given.
3657 if test "${with_xslt+set}" = set; then :
3658 withval=$with_xslt;
3662 # Check whether --with-xxf86vm was given.
3663 if test "${with_xxf86vm+set}" = set; then :
3664 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
3668 # Check whether --with-zlib was given.
3669 if test "${with_zlib+set}" = set; then :
3670 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3675 # Check whether --with-wine-tools was given.
3676 if test "${with_wine_tools+set}" = set; then :
3677 withval=$with_wine_tools;
3681 # Check whether --with-wine64 was given.
3682 if test "${with_wine64+set}" = set; then :
3683 withval=$with_wine64;
3687 # Make sure we can run config.sub.
3688 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3689 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3692 $as_echo_n "checking build system type... " >&6; }
3693 if ${ac_cv_build+:} false; then :
3694 $as_echo_n "(cached) " >&6
3695 else
3696 ac_build_alias=$build_alias
3697 test "x$ac_build_alias" = x &&
3698 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3699 test "x$ac_build_alias" = x &&
3700 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3701 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3702 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3706 $as_echo "$ac_cv_build" >&6; }
3707 case $ac_cv_build in
3708 *-*-*) ;;
3709 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3710 esac
3711 build=$ac_cv_build
3712 ac_save_IFS=$IFS; IFS='-'
3713 set x $ac_cv_build
3714 shift
3715 build_cpu=$1
3716 build_vendor=$2
3717 shift; shift
3718 # Remember, the first character of IFS is used to create $*,
3719 # except with old shells:
3720 build_os=$*
3721 IFS=$ac_save_IFS
3722 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3726 $as_echo_n "checking host system type... " >&6; }
3727 if ${ac_cv_host+:} false; then :
3728 $as_echo_n "(cached) " >&6
3729 else
3730 if test "x$host_alias" = x; then
3731 ac_cv_host=$ac_cv_build
3732 else
3733 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3734 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3739 $as_echo "$ac_cv_host" >&6; }
3740 case $ac_cv_host in
3741 *-*-*) ;;
3742 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3743 esac
3744 host=$ac_cv_host
3745 ac_save_IFS=$IFS; IFS='-'
3746 set x $ac_cv_host
3747 shift
3748 host_cpu=$1
3749 host_vendor=$2
3750 shift; shift
3751 # Remember, the first character of IFS is used to create $*,
3752 # except with old shells:
3753 host_os=$*
3754 IFS=$ac_save_IFS
3755 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3759 case "$srcdir" in
3760 .) ;;
3761 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3762 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3763 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3764 fi ;;
3765 esac
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3769 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3770 set x ${MAKE-make}
3771 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3772 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3773 $as_echo_n "(cached) " >&6
3774 else
3775 cat >conftest.make <<\_ACEOF
3776 SHELL = /bin/sh
3777 all:
3778 @echo '@@@%%%=$(MAKE)=@@@%%%'
3779 _ACEOF
3780 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3781 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3782 *@@@%%%=?*=@@@%%%*)
3783 eval ac_cv_prog_make_${ac_make}_set=yes;;
3785 eval ac_cv_prog_make_${ac_make}_set=no;;
3786 esac
3787 rm -f conftest.make
3789 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3791 $as_echo "yes" >&6; }
3792 SET_MAKE=
3793 else
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3795 $as_echo "no" >&6; }
3796 SET_MAKE="MAKE=${MAKE-make}"
3799 ac_ext=c
3800 ac_cpp='$CPP $CPPFLAGS'
3801 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3802 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3803 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3804 if test -n "$ac_tool_prefix"; then
3805 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3806 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3808 $as_echo_n "checking for $ac_word... " >&6; }
3809 if ${ac_cv_prog_CC+:} false; then :
3810 $as_echo_n "(cached) " >&6
3811 else
3812 if test -n "$CC"; then
3813 ac_cv_prog_CC="$CC" # Let the user override the test.
3814 else
3815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3816 for as_dir in $PATH
3818 IFS=$as_save_IFS
3819 test -z "$as_dir" && as_dir=.
3820 for ac_exec_ext in '' $ac_executable_extensions; do
3821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3822 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3824 break 2
3826 done
3827 done
3828 IFS=$as_save_IFS
3832 CC=$ac_cv_prog_CC
3833 if test -n "$CC"; then
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3835 $as_echo "$CC" >&6; }
3836 else
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3838 $as_echo "no" >&6; }
3843 if test -z "$ac_cv_prog_CC"; then
3844 ac_ct_CC=$CC
3845 # Extract the first word of "gcc", so it can be a program name with args.
3846 set dummy gcc; ac_word=$2
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3848 $as_echo_n "checking for $ac_word... " >&6; }
3849 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3850 $as_echo_n "(cached) " >&6
3851 else
3852 if test -n "$ac_ct_CC"; then
3853 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3854 else
3855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3856 for as_dir in $PATH
3858 IFS=$as_save_IFS
3859 test -z "$as_dir" && as_dir=.
3860 for ac_exec_ext in '' $ac_executable_extensions; do
3861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3862 ac_cv_prog_ac_ct_CC="gcc"
3863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3864 break 2
3866 done
3867 done
3868 IFS=$as_save_IFS
3872 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3873 if test -n "$ac_ct_CC"; then
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3875 $as_echo "$ac_ct_CC" >&6; }
3876 else
3877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3878 $as_echo "no" >&6; }
3881 if test "x$ac_ct_CC" = x; then
3882 CC=""
3883 else
3884 case $cross_compiling:$ac_tool_warned in
3885 yes:)
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3887 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3888 ac_tool_warned=yes ;;
3889 esac
3890 CC=$ac_ct_CC
3892 else
3893 CC="$ac_cv_prog_CC"
3896 if test -z "$CC"; then
3897 if test -n "$ac_tool_prefix"; then
3898 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3899 set dummy ${ac_tool_prefix}cc; ac_word=$2
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3901 $as_echo_n "checking for $ac_word... " >&6; }
3902 if ${ac_cv_prog_CC+:} false; then :
3903 $as_echo_n "(cached) " >&6
3904 else
3905 if test -n "$CC"; then
3906 ac_cv_prog_CC="$CC" # Let the user override the test.
3907 else
3908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3909 for as_dir in $PATH
3911 IFS=$as_save_IFS
3912 test -z "$as_dir" && as_dir=.
3913 for ac_exec_ext in '' $ac_executable_extensions; do
3914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3915 ac_cv_prog_CC="${ac_tool_prefix}cc"
3916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3917 break 2
3919 done
3920 done
3921 IFS=$as_save_IFS
3925 CC=$ac_cv_prog_CC
3926 if test -n "$CC"; then
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3928 $as_echo "$CC" >&6; }
3929 else
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3931 $as_echo "no" >&6; }
3937 if test -z "$CC"; then
3938 # Extract the first word of "cc", so it can be a program name with args.
3939 set dummy cc; ac_word=$2
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3941 $as_echo_n "checking for $ac_word... " >&6; }
3942 if ${ac_cv_prog_CC+:} false; then :
3943 $as_echo_n "(cached) " >&6
3944 else
3945 if test -n "$CC"; then
3946 ac_cv_prog_CC="$CC" # Let the user override the test.
3947 else
3948 ac_prog_rejected=no
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950 for as_dir in $PATH
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3956 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3957 ac_prog_rejected=yes
3958 continue
3960 ac_cv_prog_CC="cc"
3961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3962 break 2
3964 done
3965 done
3966 IFS=$as_save_IFS
3968 if test $ac_prog_rejected = yes; then
3969 # We found a bogon in the path, so make sure we never use it.
3970 set dummy $ac_cv_prog_CC
3971 shift
3972 if test $# != 0; then
3973 # We chose a different compiler from the bogus one.
3974 # However, it has the same basename, so the bogon will be chosen
3975 # first if we set CC to just the basename; use the full file name.
3976 shift
3977 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3982 CC=$ac_cv_prog_CC
3983 if test -n "$CC"; then
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3985 $as_echo "$CC" >&6; }
3986 else
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3988 $as_echo "no" >&6; }
3993 if test -z "$CC"; then
3994 if test -n "$ac_tool_prefix"; then
3995 for ac_prog in cl.exe
3997 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3998 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4000 $as_echo_n "checking for $ac_word... " >&6; }
4001 if ${ac_cv_prog_CC+:} false; then :
4002 $as_echo_n "(cached) " >&6
4003 else
4004 if test -n "$CC"; then
4005 ac_cv_prog_CC="$CC" # Let the user override the test.
4006 else
4007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4008 for as_dir in $PATH
4010 IFS=$as_save_IFS
4011 test -z "$as_dir" && as_dir=.
4012 for ac_exec_ext in '' $ac_executable_extensions; do
4013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4014 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4016 break 2
4018 done
4019 done
4020 IFS=$as_save_IFS
4024 CC=$ac_cv_prog_CC
4025 if test -n "$CC"; then
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4027 $as_echo "$CC" >&6; }
4028 else
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4030 $as_echo "no" >&6; }
4034 test -n "$CC" && break
4035 done
4037 if test -z "$CC"; then
4038 ac_ct_CC=$CC
4039 for ac_prog in cl.exe
4041 # Extract the first word of "$ac_prog", so it can be a program name with args.
4042 set dummy $ac_prog; ac_word=$2
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4044 $as_echo_n "checking for $ac_word... " >&6; }
4045 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4046 $as_echo_n "(cached) " >&6
4047 else
4048 if test -n "$ac_ct_CC"; then
4049 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4050 else
4051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4052 for as_dir in $PATH
4054 IFS=$as_save_IFS
4055 test -z "$as_dir" && as_dir=.
4056 for ac_exec_ext in '' $ac_executable_extensions; do
4057 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4058 ac_cv_prog_ac_ct_CC="$ac_prog"
4059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4060 break 2
4062 done
4063 done
4064 IFS=$as_save_IFS
4068 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4069 if test -n "$ac_ct_CC"; then
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4071 $as_echo "$ac_ct_CC" >&6; }
4072 else
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4074 $as_echo "no" >&6; }
4078 test -n "$ac_ct_CC" && break
4079 done
4081 if test "x$ac_ct_CC" = x; then
4082 CC=""
4083 else
4084 case $cross_compiling:$ac_tool_warned in
4085 yes:)
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4087 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4088 ac_tool_warned=yes ;;
4089 esac
4090 CC=$ac_ct_CC
4097 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4098 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4099 as_fn_error $? "no acceptable C compiler found in \$PATH
4100 See \`config.log' for more details" "$LINENO" 5; }
4102 # Provide some information about the compiler.
4103 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4104 set X $ac_compile
4105 ac_compiler=$2
4106 for ac_option in --version -v -V -qversion; do
4107 { { ac_try="$ac_compiler $ac_option >&5"
4108 case "(($ac_try" in
4109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4110 *) ac_try_echo=$ac_try;;
4111 esac
4112 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4113 $as_echo "$ac_try_echo"; } >&5
4114 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4115 ac_status=$?
4116 if test -s conftest.err; then
4117 sed '10a\
4118 ... rest of stderr output deleted ...
4119 10q' conftest.err >conftest.er1
4120 cat conftest.er1 >&5
4122 rm -f conftest.er1 conftest.err
4123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4124 test $ac_status = 0; }
4125 done
4127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4128 /* end confdefs.h. */
4131 main ()
4135 return 0;
4137 _ACEOF
4138 ac_clean_files_save=$ac_clean_files
4139 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4140 # Try to create an executable without -o first, disregard a.out.
4141 # It will help us diagnose broken compilers, and finding out an intuition
4142 # of exeext.
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4144 $as_echo_n "checking whether the C compiler works... " >&6; }
4145 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4147 # The possible output files:
4148 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4150 ac_rmfiles=
4151 for ac_file in $ac_files
4153 case $ac_file in
4154 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4155 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4156 esac
4157 done
4158 rm -f $ac_rmfiles
4160 if { { ac_try="$ac_link_default"
4161 case "(($ac_try" in
4162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4163 *) ac_try_echo=$ac_try;;
4164 esac
4165 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4166 $as_echo "$ac_try_echo"; } >&5
4167 (eval "$ac_link_default") 2>&5
4168 ac_status=$?
4169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4170 test $ac_status = 0; }; then :
4171 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4172 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4173 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4174 # so that the user can short-circuit this test for compilers unknown to
4175 # Autoconf.
4176 for ac_file in $ac_files ''
4178 test -f "$ac_file" || continue
4179 case $ac_file in
4180 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4182 [ab].out )
4183 # We found the default executable, but exeext='' is most
4184 # certainly right.
4185 break;;
4186 *.* )
4187 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4188 then :; else
4189 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4191 # We set ac_cv_exeext here because the later test for it is not
4192 # safe: cross compilers may not add the suffix if given an `-o'
4193 # argument, so we may need to know it at that point already.
4194 # Even if this section looks crufty: it has the advantage of
4195 # actually working.
4196 break;;
4198 break;;
4199 esac
4200 done
4201 test "$ac_cv_exeext" = no && ac_cv_exeext=
4203 else
4204 ac_file=''
4206 if test -z "$ac_file"; then :
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4208 $as_echo "no" >&6; }
4209 $as_echo "$as_me: failed program was:" >&5
4210 sed 's/^/| /' conftest.$ac_ext >&5
4212 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4214 as_fn_error 77 "C compiler cannot create executables
4215 See \`config.log' for more details" "$LINENO" 5; }
4216 else
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4218 $as_echo "yes" >&6; }
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4221 $as_echo_n "checking for C compiler default output file name... " >&6; }
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4223 $as_echo "$ac_file" >&6; }
4224 ac_exeext=$ac_cv_exeext
4226 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4227 ac_clean_files=$ac_clean_files_save
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4229 $as_echo_n "checking for suffix of executables... " >&6; }
4230 if { { ac_try="$ac_link"
4231 case "(($ac_try" in
4232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4233 *) ac_try_echo=$ac_try;;
4234 esac
4235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4236 $as_echo "$ac_try_echo"; } >&5
4237 (eval "$ac_link") 2>&5
4238 ac_status=$?
4239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4240 test $ac_status = 0; }; then :
4241 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4242 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4243 # work properly (i.e., refer to `conftest.exe'), while it won't with
4244 # `rm'.
4245 for ac_file in conftest.exe conftest conftest.*; do
4246 test -f "$ac_file" || continue
4247 case $ac_file in
4248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4249 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4250 break;;
4251 * ) break;;
4252 esac
4253 done
4254 else
4255 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4256 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4257 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4258 See \`config.log' for more details" "$LINENO" 5; }
4260 rm -f conftest conftest$ac_cv_exeext
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4262 $as_echo "$ac_cv_exeext" >&6; }
4264 rm -f conftest.$ac_ext
4265 EXEEXT=$ac_cv_exeext
4266 ac_exeext=$EXEEXT
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4268 /* end confdefs.h. */
4269 #include <stdio.h>
4271 main ()
4273 FILE *f = fopen ("conftest.out", "w");
4274 return ferror (f) || fclose (f) != 0;
4277 return 0;
4279 _ACEOF
4280 ac_clean_files="$ac_clean_files conftest.out"
4281 # Check that the compiler produces executables we can run. If not, either
4282 # the compiler is broken, or we cross compile.
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4284 $as_echo_n "checking whether we are cross compiling... " >&6; }
4285 if test "$cross_compiling" != yes; then
4286 { { ac_try="$ac_link"
4287 case "(($ac_try" in
4288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4289 *) ac_try_echo=$ac_try;;
4290 esac
4291 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4292 $as_echo "$ac_try_echo"; } >&5
4293 (eval "$ac_link") 2>&5
4294 ac_status=$?
4295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4296 test $ac_status = 0; }
4297 if { ac_try='./conftest$ac_cv_exeext'
4298 { { case "(($ac_try" in
4299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4300 *) ac_try_echo=$ac_try;;
4301 esac
4302 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4303 $as_echo "$ac_try_echo"; } >&5
4304 (eval "$ac_try") 2>&5
4305 ac_status=$?
4306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4307 test $ac_status = 0; }; }; then
4308 cross_compiling=no
4309 else
4310 if test "$cross_compiling" = maybe; then
4311 cross_compiling=yes
4312 else
4313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4315 as_fn_error $? "cannot run C compiled programs.
4316 If you meant to cross compile, use \`--host'.
4317 See \`config.log' for more details" "$LINENO" 5; }
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4322 $as_echo "$cross_compiling" >&6; }
4324 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4325 ac_clean_files=$ac_clean_files_save
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4327 $as_echo_n "checking for suffix of object files... " >&6; }
4328 if ${ac_cv_objext+:} false; then :
4329 $as_echo_n "(cached) " >&6
4330 else
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4335 main ()
4339 return 0;
4341 _ACEOF
4342 rm -f conftest.o conftest.obj
4343 if { { ac_try="$ac_compile"
4344 case "(($ac_try" in
4345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4346 *) ac_try_echo=$ac_try;;
4347 esac
4348 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4349 $as_echo "$ac_try_echo"; } >&5
4350 (eval "$ac_compile") 2>&5
4351 ac_status=$?
4352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4353 test $ac_status = 0; }; then :
4354 for ac_file in conftest.o conftest.obj conftest.*; do
4355 test -f "$ac_file" || continue;
4356 case $ac_file in
4357 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4358 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4359 break;;
4360 esac
4361 done
4362 else
4363 $as_echo "$as_me: failed program was:" >&5
4364 sed 's/^/| /' conftest.$ac_ext >&5
4366 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4367 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4368 as_fn_error $? "cannot compute suffix of object files: cannot compile
4369 See \`config.log' for more details" "$LINENO" 5; }
4371 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4374 $as_echo "$ac_cv_objext" >&6; }
4375 OBJEXT=$ac_cv_objext
4376 ac_objext=$OBJEXT
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4378 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4379 if ${ac_cv_c_compiler_gnu+:} false; then :
4380 $as_echo_n "(cached) " >&6
4381 else
4382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4383 /* end confdefs.h. */
4386 main ()
4388 #ifndef __GNUC__
4389 choke me
4390 #endif
4393 return 0;
4395 _ACEOF
4396 if ac_fn_c_try_compile "$LINENO"; then :
4397 ac_compiler_gnu=yes
4398 else
4399 ac_compiler_gnu=no
4401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4402 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4406 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4407 if test $ac_compiler_gnu = yes; then
4408 GCC=yes
4409 else
4410 GCC=
4412 ac_test_CFLAGS=${CFLAGS+set}
4413 ac_save_CFLAGS=$CFLAGS
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4415 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4416 if ${ac_cv_prog_cc_g+:} false; then :
4417 $as_echo_n "(cached) " >&6
4418 else
4419 ac_save_c_werror_flag=$ac_c_werror_flag
4420 ac_c_werror_flag=yes
4421 ac_cv_prog_cc_g=no
4422 CFLAGS="-g"
4423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4424 /* end confdefs.h. */
4427 main ()
4431 return 0;
4433 _ACEOF
4434 if ac_fn_c_try_compile "$LINENO"; then :
4435 ac_cv_prog_cc_g=yes
4436 else
4437 CFLAGS=""
4438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4439 /* end confdefs.h. */
4442 main ()
4446 return 0;
4448 _ACEOF
4449 if ac_fn_c_try_compile "$LINENO"; then :
4451 else
4452 ac_c_werror_flag=$ac_save_c_werror_flag
4453 CFLAGS="-g"
4454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4455 /* end confdefs.h. */
4458 main ()
4462 return 0;
4464 _ACEOF
4465 if ac_fn_c_try_compile "$LINENO"; then :
4466 ac_cv_prog_cc_g=yes
4468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4473 ac_c_werror_flag=$ac_save_c_werror_flag
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4476 $as_echo "$ac_cv_prog_cc_g" >&6; }
4477 if test "$ac_test_CFLAGS" = set; then
4478 CFLAGS=$ac_save_CFLAGS
4479 elif test $ac_cv_prog_cc_g = yes; then
4480 if test "$GCC" = yes; then
4481 CFLAGS="-g -O2"
4482 else
4483 CFLAGS="-g"
4485 else
4486 if test "$GCC" = yes; then
4487 CFLAGS="-O2"
4488 else
4489 CFLAGS=
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4493 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4494 if ${ac_cv_prog_cc_c89+:} false; then :
4495 $as_echo_n "(cached) " >&6
4496 else
4497 ac_cv_prog_cc_c89=no
4498 ac_save_CC=$CC
4499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4500 /* end confdefs.h. */
4501 #include <stdarg.h>
4502 #include <stdio.h>
4503 struct stat;
4504 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4505 struct buf { int x; };
4506 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4507 static char *e (p, i)
4508 char **p;
4509 int i;
4511 return p[i];
4513 static char *f (char * (*g) (char **, int), char **p, ...)
4515 char *s;
4516 va_list v;
4517 va_start (v,p);
4518 s = g (p, va_arg (v,int));
4519 va_end (v);
4520 return s;
4523 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4524 function prototypes and stuff, but not '\xHH' hex character constants.
4525 These don't provoke an error unfortunately, instead are silently treated
4526 as 'x'. The following induces an error, until -std is added to get
4527 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4528 array size at least. It's necessary to write '\x00'==0 to get something
4529 that's true only with -std. */
4530 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4532 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4533 inside strings and character constants. */
4534 #define FOO(x) 'x'
4535 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4537 int test (int i, double x);
4538 struct s1 {int (*f) (int a);};
4539 struct s2 {int (*f) (double a);};
4540 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4541 int argc;
4542 char **argv;
4544 main ()
4546 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4548 return 0;
4550 _ACEOF
4551 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4552 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4554 CC="$ac_save_CC $ac_arg"
4555 if ac_fn_c_try_compile "$LINENO"; then :
4556 ac_cv_prog_cc_c89=$ac_arg
4558 rm -f core conftest.err conftest.$ac_objext
4559 test "x$ac_cv_prog_cc_c89" != "xno" && break
4560 done
4561 rm -f conftest.$ac_ext
4562 CC=$ac_save_CC
4565 # AC_CACHE_VAL
4566 case "x$ac_cv_prog_cc_c89" in
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4569 $as_echo "none needed" >&6; } ;;
4570 xno)
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4572 $as_echo "unsupported" >&6; } ;;
4574 CC="$CC $ac_cv_prog_cc_c89"
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4576 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4577 esac
4578 if test "x$ac_cv_prog_cc_c89" != xno; then :
4582 ac_ext=c
4583 ac_cpp='$CPP $CPPFLAGS'
4584 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4588 ac_ext=cpp
4589 ac_cpp='$CXXCPP $CPPFLAGS'
4590 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4591 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4592 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4593 if test -z "$CXX"; then
4594 if test -n "$CCC"; then
4595 CXX=$CCC
4596 else
4597 if test -n "$ac_tool_prefix"; then
4598 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4601 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4603 $as_echo_n "checking for $ac_word... " >&6; }
4604 if ${ac_cv_prog_CXX+:} false; then :
4605 $as_echo_n "(cached) " >&6
4606 else
4607 if test -n "$CXX"; then
4608 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4609 else
4610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4611 for as_dir in $PATH
4613 IFS=$as_save_IFS
4614 test -z "$as_dir" && as_dir=.
4615 for ac_exec_ext in '' $ac_executable_extensions; do
4616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4617 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4619 break 2
4621 done
4622 done
4623 IFS=$as_save_IFS
4627 CXX=$ac_cv_prog_CXX
4628 if test -n "$CXX"; then
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4630 $as_echo "$CXX" >&6; }
4631 else
4632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4633 $as_echo "no" >&6; }
4637 test -n "$CXX" && break
4638 done
4640 if test -z "$CXX"; then
4641 ac_ct_CXX=$CXX
4642 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4644 # Extract the first word of "$ac_prog", so it can be a program name with args.
4645 set dummy $ac_prog; ac_word=$2
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4647 $as_echo_n "checking for $ac_word... " >&6; }
4648 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 if test -n "$ac_ct_CXX"; then
4652 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4653 else
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4661 ac_cv_prog_ac_ct_CXX="$ac_prog"
4662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4663 break 2
4665 done
4666 done
4667 IFS=$as_save_IFS
4671 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4672 if test -n "$ac_ct_CXX"; then
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4674 $as_echo "$ac_ct_CXX" >&6; }
4675 else
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4677 $as_echo "no" >&6; }
4681 test -n "$ac_ct_CXX" && break
4682 done
4684 if test "x$ac_ct_CXX" = x; then
4685 CXX="g++"
4686 else
4687 case $cross_compiling:$ac_tool_warned in
4688 yes:)
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4691 ac_tool_warned=yes ;;
4692 esac
4693 CXX=$ac_ct_CXX
4699 # Provide some information about the compiler.
4700 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4701 set X $ac_compile
4702 ac_compiler=$2
4703 for ac_option in --version -v -V -qversion; do
4704 { { ac_try="$ac_compiler $ac_option >&5"
4705 case "(($ac_try" in
4706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4707 *) ac_try_echo=$ac_try;;
4708 esac
4709 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4710 $as_echo "$ac_try_echo"; } >&5
4711 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4712 ac_status=$?
4713 if test -s conftest.err; then
4714 sed '10a\
4715 ... rest of stderr output deleted ...
4716 10q' conftest.err >conftest.er1
4717 cat conftest.er1 >&5
4719 rm -f conftest.er1 conftest.err
4720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4721 test $ac_status = 0; }
4722 done
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4725 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4726 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4727 $as_echo_n "(cached) " >&6
4728 else
4729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4730 /* end confdefs.h. */
4733 main ()
4735 #ifndef __GNUC__
4736 choke me
4737 #endif
4740 return 0;
4742 _ACEOF
4743 if ac_fn_cxx_try_compile "$LINENO"; then :
4744 ac_compiler_gnu=yes
4745 else
4746 ac_compiler_gnu=no
4748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4749 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4753 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4754 if test $ac_compiler_gnu = yes; then
4755 GXX=yes
4756 else
4757 GXX=
4759 ac_test_CXXFLAGS=${CXXFLAGS+set}
4760 ac_save_CXXFLAGS=$CXXFLAGS
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4762 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4763 if ${ac_cv_prog_cxx_g+:} false; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4767 ac_cxx_werror_flag=yes
4768 ac_cv_prog_cxx_g=no
4769 CXXFLAGS="-g"
4770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4771 /* end confdefs.h. */
4774 main ()
4778 return 0;
4780 _ACEOF
4781 if ac_fn_cxx_try_compile "$LINENO"; then :
4782 ac_cv_prog_cxx_g=yes
4783 else
4784 CXXFLAGS=""
4785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4786 /* end confdefs.h. */
4789 main ()
4793 return 0;
4795 _ACEOF
4796 if ac_fn_cxx_try_compile "$LINENO"; then :
4798 else
4799 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4800 CXXFLAGS="-g"
4801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4802 /* end confdefs.h. */
4805 main ()
4809 return 0;
4811 _ACEOF
4812 if ac_fn_cxx_try_compile "$LINENO"; then :
4813 ac_cv_prog_cxx_g=yes
4815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4820 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4823 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4824 if test "$ac_test_CXXFLAGS" = set; then
4825 CXXFLAGS=$ac_save_CXXFLAGS
4826 elif test $ac_cv_prog_cxx_g = yes; then
4827 if test "$GXX" = yes; then
4828 CXXFLAGS="-g -O2"
4829 else
4830 CXXFLAGS="-g"
4832 else
4833 if test "$GXX" = yes; then
4834 CXXFLAGS="-O2"
4835 else
4836 CXXFLAGS=
4839 ac_ext=c
4840 ac_cpp='$CPP $CPPFLAGS'
4841 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4842 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4843 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4845 if test -n "$ac_tool_prefix"; then
4846 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4847 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849 $as_echo_n "checking for $ac_word... " >&6; }
4850 if ${ac_cv_prog_CPPBIN+:} false; then :
4851 $as_echo_n "(cached) " >&6
4852 else
4853 if test -n "$CPPBIN"; then
4854 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4855 else
4856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4863 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4865 break 2
4867 done
4868 done
4869 IFS=$as_save_IFS
4873 CPPBIN=$ac_cv_prog_CPPBIN
4874 if test -n "$CPPBIN"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4876 $as_echo "$CPPBIN" >&6; }
4877 else
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4884 if test -z "$ac_cv_prog_CPPBIN"; then
4885 ac_ct_CPPBIN=$CPPBIN
4886 # Extract the first word of "cpp", so it can be a program name with args.
4887 set dummy cpp; ac_word=$2
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4889 $as_echo_n "checking for $ac_word... " >&6; }
4890 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4891 $as_echo_n "(cached) " >&6
4892 else
4893 if test -n "$ac_ct_CPPBIN"; then
4894 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4895 else
4896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4897 for as_dir in $PATH
4899 IFS=$as_save_IFS
4900 test -z "$as_dir" && as_dir=.
4901 for ac_exec_ext in '' $ac_executable_extensions; do
4902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4903 ac_cv_prog_ac_ct_CPPBIN="cpp"
4904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4905 break 2
4907 done
4908 done
4909 IFS=$as_save_IFS
4913 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4914 if test -n "$ac_ct_CPPBIN"; then
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4916 $as_echo "$ac_ct_CPPBIN" >&6; }
4917 else
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4919 $as_echo "no" >&6; }
4922 if test "x$ac_ct_CPPBIN" = x; then
4923 CPPBIN="cpp"
4924 else
4925 case $cross_compiling:$ac_tool_warned in
4926 yes:)
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4928 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4929 ac_tool_warned=yes ;;
4930 esac
4931 CPPBIN=$ac_ct_CPPBIN
4933 else
4934 CPPBIN="$ac_cv_prog_CPPBIN"
4938 cat >>confdefs.h <<_ACEOF
4939 #define EXEEXT "$ac_exeext"
4940 _ACEOF
4942 if test -n "$ac_tool_prefix"; then
4943 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4944 set dummy ${ac_tool_prefix}ld; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if ${ac_cv_prog_LD+:} false; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$LD"; then
4951 ac_cv_prog_LD="$LD" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4960 ac_cv_prog_LD="${ac_tool_prefix}ld"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 LD=$ac_cv_prog_LD
4971 if test -n "$LD"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4973 $as_echo "$LD" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4981 if test -z "$ac_cv_prog_LD"; then
4982 ac_ct_LD=$LD
4983 # Extract the first word of "ld", so it can be a program name with args.
4984 set dummy ld; ac_word=$2
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4986 $as_echo_n "checking for $ac_word... " >&6; }
4987 if ${ac_cv_prog_ac_ct_LD+:} false; then :
4988 $as_echo_n "(cached) " >&6
4989 else
4990 if test -n "$ac_ct_LD"; then
4991 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4992 else
4993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994 for as_dir in $PATH
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5000 ac_cv_prog_ac_ct_LD="ld"
5001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5002 break 2
5004 done
5005 done
5006 IFS=$as_save_IFS
5010 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5011 if test -n "$ac_ct_LD"; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5013 $as_echo "$ac_ct_LD" >&6; }
5014 else
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5019 if test "x$ac_ct_LD" = x; then
5020 LD=""
5021 else
5022 case $cross_compiling:$ac_tool_warned in
5023 yes:)
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5026 ac_tool_warned=yes ;;
5027 esac
5028 LD=$ac_ct_LD
5030 else
5031 LD="$ac_cv_prog_LD"
5035 case $host in
5036 *-darwin*)
5037 with_fontconfig=${with_fontconfig:-no}
5039 *-mingw32*|*-cygwin*)
5040 enable_win16=${enable_win16:-no}
5041 CFLAGS="$CFLAGS -D_WIN32"
5043 esac
5045 case $host in
5046 x86_64*|amd64*)
5047 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5048 then
5049 CC="$CC -m32"
5050 CXX="$CXX -m32"
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5052 $as_echo_n "checking whether $CC works... " >&6; }
5054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5055 /* end confdefs.h. */
5058 main ()
5062 return 0;
5064 _ACEOF
5065 if ac_fn_c_try_link "$LINENO"; then :
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5067 $as_echo "yes" >&6; }
5068 else
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5070 $as_echo "no" >&6; }
5071 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5073 rm -f core conftest.err conftest.$ac_objext \
5074 conftest$ac_exeext conftest.$ac_ext
5075 host_cpu="i386"
5076 notice_platform="32-bit "
5077 TARGETFLAGS="-m32"
5079 enable_win16=${enable_win16:-yes}
5080 else
5081 if test "x${GCC}" = "xyes"
5082 then
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5084 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5086 /* end confdefs.h. */
5087 #include <stdarg.h>
5089 main ()
5091 void func(__builtin_ms_va_list *args);
5093 return 0;
5095 _ACEOF
5096 if ac_fn_c_try_compile "$LINENO"; then :
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5098 $as_echo "yes" >&6; }
5099 else
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101 $as_echo "no" >&6; }
5102 as_fn_error $? "You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5106 CC="$CC -m64"
5107 CXX="$CXX -m64"
5108 host_cpu="x86_64"
5109 notice_platform="64-bit "
5110 TARGETFLAGS="-m64"
5114 arm*)
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5116 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5118 /* end confdefs.h. */
5119 int ac_test(int i) { return i; }
5121 main ()
5123 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5125 return 0;
5127 _ACEOF
5128 if ac_fn_c_try_link "$LINENO"; then :
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5130 $as_echo "yes" >&6; }
5131 else
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5133 $as_echo "no" >&6; }
5134 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5136 rm -f core conftest.err conftest.$ac_objext \
5137 conftest$ac_exeext conftest.$ac_ext
5138 CFLAGS="$CFLAGS -marm"
5139 TARGETFLAGS="-marm"
5142 i[3456789]86*)
5143 enable_win16=${enable_win16:-yes}
5145 esac
5147 enable_win16=${enable_win16:-no}
5148 enable_win64=${enable_win64:-no}
5150 enable_winetest=${enable_winetest:-$enable_tests}
5152 if test -n "$with_wine64"
5153 then
5154 if test "x$enable_win64" = "xyes"
5155 then
5156 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5157 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5159 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5160 You should create a separate build directory and run configure from there." "$LINENO" 5
5161 enable_fonts=${enable_fonts:-no}
5162 enable_server=${enable_server:-no}
5163 elif test "x$enable_win64" = "xyes"
5164 then
5165 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5169 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5170 if ${wine_cv_toolsdir+:} false; then :
5171 $as_echo_n "(cached) " >&6
5172 else
5173 wine_cv_toolsdir="$with_wine_tools"
5174 if test -z "$with_wine_tools"; then
5175 if test "$cross_compiling" = "yes"; then
5176 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5177 elif test -n "$with_wine64"; then
5178 wine_cv_toolsdir="$with_wine64"
5181 if test -z "$wine_cv_toolsdir"; then
5182 wine_makedep=tools/makedep
5183 wine_cv_toolsdir="\$(top_builddir)"
5184 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5185 wine_makedep=$wine_cv_toolsdir/tools/makedep
5186 case "$wine_cv_toolsdir" in
5187 /*) ;;
5188 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5189 esac
5190 enable_tools=${enable_tools:-no}
5191 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5192 else
5193 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5197 $as_echo "$wine_cv_toolsdir" >&6; }
5198 TOOLSDIR=$wine_cv_toolsdir
5200 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5201 then
5202 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5206 for ac_prog in flex
5208 # Extract the first word of "$ac_prog", so it can be a program name with args.
5209 set dummy $ac_prog; ac_word=$2
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5211 $as_echo_n "checking for $ac_word... " >&6; }
5212 if ${ac_cv_prog_FLEX+:} false; then :
5213 $as_echo_n "(cached) " >&6
5214 else
5215 if test -n "$FLEX"; then
5216 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5217 else
5218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5219 for as_dir in $PATH
5221 IFS=$as_save_IFS
5222 test -z "$as_dir" && as_dir=.
5223 for ac_exec_ext in '' $ac_executable_extensions; do
5224 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_FLEX="$ac_prog"
5226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5227 break 2
5229 done
5230 done
5231 IFS=$as_save_IFS
5235 FLEX=$ac_cv_prog_FLEX
5236 if test -n "$FLEX"; then
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5238 $as_echo "$FLEX" >&6; }
5239 else
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5245 test -n "$FLEX" && break
5246 done
5247 test -n "$FLEX" || FLEX="none"
5249 if test "$FLEX" = "none"
5250 then
5251 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5254 $as_echo_n "checking whether flex is recent enough... " >&6; }
5255 cat >conftest.l <<EOF
5256 %top{
5257 #include "prediluvian.h"
5261 if $FLEX -t conftest.l >/dev/null 2>&5
5262 then
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5264 $as_echo "yes" >&6; }
5265 else
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5267 $as_echo "no" >&6; }
5268 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5271 for ac_prog in bison
5273 # Extract the first word of "$ac_prog", so it can be a program name with args.
5274 set dummy $ac_prog; ac_word=$2
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5276 $as_echo_n "checking for $ac_word... " >&6; }
5277 if ${ac_cv_prog_BISON+:} false; then :
5278 $as_echo_n "(cached) " >&6
5279 else
5280 if test -n "$BISON"; then
5281 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5282 else
5283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5284 for as_dir in $PATH
5286 IFS=$as_save_IFS
5287 test -z "$as_dir" && as_dir=.
5288 for ac_exec_ext in '' $ac_executable_extensions; do
5289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5290 ac_cv_prog_BISON="$ac_prog"
5291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5292 break 2
5294 done
5295 done
5296 IFS=$as_save_IFS
5300 BISON=$ac_cv_prog_BISON
5301 if test -n "$BISON"; then
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5303 $as_echo "$BISON" >&6; }
5304 else
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5306 $as_echo "no" >&6; }
5310 test -n "$BISON" && break
5311 done
5312 test -n "$BISON" || BISON="none"
5314 if test "$BISON" = "none"
5315 then
5316 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5319 if test -n "$ac_tool_prefix"; then
5320 for ac_prog in ar gar
5322 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5323 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5325 $as_echo_n "checking for $ac_word... " >&6; }
5326 if ${ac_cv_prog_AR+:} false; then :
5327 $as_echo_n "(cached) " >&6
5328 else
5329 if test -n "$AR"; then
5330 ac_cv_prog_AR="$AR" # Let the user override the test.
5331 else
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 for as_dir in $PATH
5335 IFS=$as_save_IFS
5336 test -z "$as_dir" && as_dir=.
5337 for ac_exec_ext in '' $ac_executable_extensions; do
5338 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5339 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5341 break 2
5343 done
5344 done
5345 IFS=$as_save_IFS
5349 AR=$ac_cv_prog_AR
5350 if test -n "$AR"; then
5351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5352 $as_echo "$AR" >&6; }
5353 else
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5355 $as_echo "no" >&6; }
5359 test -n "$AR" && break
5360 done
5362 if test -z "$AR"; then
5363 ac_ct_AR=$AR
5364 for ac_prog in ar gar
5366 # Extract the first word of "$ac_prog", so it can be a program name with args.
5367 set dummy $ac_prog; ac_word=$2
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5369 $as_echo_n "checking for $ac_word... " >&6; }
5370 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5371 $as_echo_n "(cached) " >&6
5372 else
5373 if test -n "$ac_ct_AR"; then
5374 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5375 else
5376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5377 for as_dir in $PATH
5379 IFS=$as_save_IFS
5380 test -z "$as_dir" && as_dir=.
5381 for ac_exec_ext in '' $ac_executable_extensions; do
5382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5383 ac_cv_prog_ac_ct_AR="$ac_prog"
5384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 break 2
5387 done
5388 done
5389 IFS=$as_save_IFS
5393 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5394 if test -n "$ac_ct_AR"; then
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5396 $as_echo "$ac_ct_AR" >&6; }
5397 else
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5399 $as_echo "no" >&6; }
5403 test -n "$ac_ct_AR" && break
5404 done
5406 if test "x$ac_ct_AR" = x; then
5407 AR="ar"
5408 else
5409 case $cross_compiling:$ac_tool_warned in
5410 yes:)
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5412 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5413 ac_tool_warned=yes ;;
5414 esac
5415 AR=$ac_ct_AR
5419 if test -n "$ac_tool_prefix"; then
5420 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5421 set dummy ${ac_tool_prefix}strip; ac_word=$2
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5423 $as_echo_n "checking for $ac_word... " >&6; }
5424 if ${ac_cv_prog_STRIP+:} false; then :
5425 $as_echo_n "(cached) " >&6
5426 else
5427 if test -n "$STRIP"; then
5428 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5429 else
5430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5431 for as_dir in $PATH
5433 IFS=$as_save_IFS
5434 test -z "$as_dir" && as_dir=.
5435 for ac_exec_ext in '' $ac_executable_extensions; do
5436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5437 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5439 break 2
5441 done
5442 done
5443 IFS=$as_save_IFS
5447 STRIP=$ac_cv_prog_STRIP
5448 if test -n "$STRIP"; then
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5450 $as_echo "$STRIP" >&6; }
5451 else
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5453 $as_echo "no" >&6; }
5458 if test -z "$ac_cv_prog_STRIP"; then
5459 ac_ct_STRIP=$STRIP
5460 # Extract the first word of "strip", so it can be a program name with args.
5461 set dummy strip; ac_word=$2
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5463 $as_echo_n "checking for $ac_word... " >&6; }
5464 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5465 $as_echo_n "(cached) " >&6
5466 else
5467 if test -n "$ac_ct_STRIP"; then
5468 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5469 else
5470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5471 for as_dir in $PATH
5473 IFS=$as_save_IFS
5474 test -z "$as_dir" && as_dir=.
5475 for ac_exec_ext in '' $ac_executable_extensions; do
5476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5477 ac_cv_prog_ac_ct_STRIP="strip"
5478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5479 break 2
5481 done
5482 done
5483 IFS=$as_save_IFS
5487 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5488 if test -n "$ac_ct_STRIP"; then
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5490 $as_echo "$ac_ct_STRIP" >&6; }
5491 else
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5493 $as_echo "no" >&6; }
5496 if test "x$ac_ct_STRIP" = x; then
5497 STRIP="strip"
5498 else
5499 case $cross_compiling:$ac_tool_warned in
5500 yes:)
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5502 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5503 ac_tool_warned=yes ;;
5504 esac
5505 STRIP=$ac_ct_STRIP
5507 else
5508 STRIP="$ac_cv_prog_STRIP"
5511 ARFLAGS=rc
5513 if test -n "$ac_tool_prefix"; then
5514 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5515 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5517 $as_echo_n "checking for $ac_word... " >&6; }
5518 if ${ac_cv_prog_RANLIB+:} false; then :
5519 $as_echo_n "(cached) " >&6
5520 else
5521 if test -n "$RANLIB"; then
5522 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5523 else
5524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5525 for as_dir in $PATH
5527 IFS=$as_save_IFS
5528 test -z "$as_dir" && as_dir=.
5529 for ac_exec_ext in '' $ac_executable_extensions; do
5530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5531 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5533 break 2
5535 done
5536 done
5537 IFS=$as_save_IFS
5541 RANLIB=$ac_cv_prog_RANLIB
5542 if test -n "$RANLIB"; then
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5544 $as_echo "$RANLIB" >&6; }
5545 else
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5547 $as_echo "no" >&6; }
5552 if test -z "$ac_cv_prog_RANLIB"; then
5553 ac_ct_RANLIB=$RANLIB
5554 # Extract the first word of "ranlib", so it can be a program name with args.
5555 set dummy ranlib; ac_word=$2
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5557 $as_echo_n "checking for $ac_word... " >&6; }
5558 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5559 $as_echo_n "(cached) " >&6
5560 else
5561 if test -n "$ac_ct_RANLIB"; then
5562 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5563 else
5564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5565 for as_dir in $PATH
5567 IFS=$as_save_IFS
5568 test -z "$as_dir" && as_dir=.
5569 for ac_exec_ext in '' $ac_executable_extensions; do
5570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5571 ac_cv_prog_ac_ct_RANLIB="ranlib"
5572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5573 break 2
5575 done
5576 done
5577 IFS=$as_save_IFS
5581 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5582 if test -n "$ac_ct_RANLIB"; then
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5584 $as_echo "$ac_ct_RANLIB" >&6; }
5585 else
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5587 $as_echo "no" >&6; }
5590 if test "x$ac_ct_RANLIB" = x; then
5591 RANLIB=":"
5592 else
5593 case $cross_compiling:$ac_tool_warned in
5594 yes:)
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5597 ac_tool_warned=yes ;;
5598 esac
5599 RANLIB=$ac_ct_RANLIB
5601 else
5602 RANLIB="$ac_cv_prog_RANLIB"
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5606 $as_echo_n "checking whether ln -s works... " >&6; }
5607 LN_S=$as_ln_s
5608 if test "$LN_S" = "ln -s"; then
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5610 $as_echo "yes" >&6; }
5611 else
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5613 $as_echo "no, using $LN_S" >&6; }
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5617 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5618 if ${ac_cv_path_GREP+:} false; then :
5619 $as_echo_n "(cached) " >&6
5620 else
5621 if test -z "$GREP"; then
5622 ac_path_GREP_found=false
5623 # Loop through the user's path and test for each of PROGNAME-LIST
5624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5625 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5627 IFS=$as_save_IFS
5628 test -z "$as_dir" && as_dir=.
5629 for ac_prog in grep ggrep; do
5630 for ac_exec_ext in '' $ac_executable_extensions; do
5631 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5632 as_fn_executable_p "$ac_path_GREP" || continue
5633 # Check for GNU ac_path_GREP and select it if it is found.
5634 # Check for GNU $ac_path_GREP
5635 case `"$ac_path_GREP" --version 2>&1` in
5636 *GNU*)
5637 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5639 ac_count=0
5640 $as_echo_n 0123456789 >"conftest.in"
5641 while :
5643 cat "conftest.in" "conftest.in" >"conftest.tmp"
5644 mv "conftest.tmp" "conftest.in"
5645 cp "conftest.in" "conftest.nl"
5646 $as_echo 'GREP' >> "conftest.nl"
5647 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5648 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5649 as_fn_arith $ac_count + 1 && ac_count=$as_val
5650 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5651 # Best one so far, save it but keep looking for a better one
5652 ac_cv_path_GREP="$ac_path_GREP"
5653 ac_path_GREP_max=$ac_count
5655 # 10*(2^10) chars as input seems more than enough
5656 test $ac_count -gt 10 && break
5657 done
5658 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5659 esac
5661 $ac_path_GREP_found && break 3
5662 done
5663 done
5664 done
5665 IFS=$as_save_IFS
5666 if test -z "$ac_cv_path_GREP"; then
5667 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5669 else
5670 ac_cv_path_GREP=$GREP
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5675 $as_echo "$ac_cv_path_GREP" >&6; }
5676 GREP="$ac_cv_path_GREP"
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5680 $as_echo_n "checking for egrep... " >&6; }
5681 if ${ac_cv_path_EGREP+:} false; then :
5682 $as_echo_n "(cached) " >&6
5683 else
5684 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5685 then ac_cv_path_EGREP="$GREP -E"
5686 else
5687 if test -z "$EGREP"; then
5688 ac_path_EGREP_found=false
5689 # Loop through the user's path and test for each of PROGNAME-LIST
5690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5691 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5693 IFS=$as_save_IFS
5694 test -z "$as_dir" && as_dir=.
5695 for ac_prog in egrep; do
5696 for ac_exec_ext in '' $ac_executable_extensions; do
5697 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5698 as_fn_executable_p "$ac_path_EGREP" || continue
5699 # Check for GNU ac_path_EGREP and select it if it is found.
5700 # Check for GNU $ac_path_EGREP
5701 case `"$ac_path_EGREP" --version 2>&1` in
5702 *GNU*)
5703 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5705 ac_count=0
5706 $as_echo_n 0123456789 >"conftest.in"
5707 while :
5709 cat "conftest.in" "conftest.in" >"conftest.tmp"
5710 mv "conftest.tmp" "conftest.in"
5711 cp "conftest.in" "conftest.nl"
5712 $as_echo 'EGREP' >> "conftest.nl"
5713 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5714 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5715 as_fn_arith $ac_count + 1 && ac_count=$as_val
5716 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5717 # Best one so far, save it but keep looking for a better one
5718 ac_cv_path_EGREP="$ac_path_EGREP"
5719 ac_path_EGREP_max=$ac_count
5721 # 10*(2^10) chars as input seems more than enough
5722 test $ac_count -gt 10 && break
5723 done
5724 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5725 esac
5727 $ac_path_EGREP_found && break 3
5728 done
5729 done
5730 done
5731 IFS=$as_save_IFS
5732 if test -z "$ac_cv_path_EGREP"; then
5733 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5735 else
5736 ac_cv_path_EGREP=$EGREP
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5742 $as_echo "$ac_cv_path_EGREP" >&6; }
5743 EGREP="$ac_cv_path_EGREP"
5746 # Extract the first word of "ldconfig", so it can be a program name with args.
5747 set dummy ldconfig; ac_word=$2
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5749 $as_echo_n "checking for $ac_word... " >&6; }
5750 if ${ac_cv_path_LDCONFIG+:} false; then :
5751 $as_echo_n "(cached) " >&6
5752 else
5753 case $LDCONFIG in
5754 [\\/]* | ?:[\\/]*)
5755 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759 for as_dir in /sbin /usr/sbin $PATH
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
5763 for ac_exec_ext in '' $ac_executable_extensions; do
5764 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5765 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5767 break 2
5769 done
5770 done
5771 IFS=$as_save_IFS
5773 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5775 esac
5777 LDCONFIG=$ac_cv_path_LDCONFIG
5778 if test -n "$LDCONFIG"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5780 $as_echo "$LDCONFIG" >&6; }
5781 else
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783 $as_echo "no" >&6; }
5787 for ac_prog in msgfmt
5789 # Extract the first word of "$ac_prog", so it can be a program name with args.
5790 set dummy $ac_prog; ac_word=$2
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5792 $as_echo_n "checking for $ac_word... " >&6; }
5793 if ${ac_cv_prog_MSGFMT+:} false; then :
5794 $as_echo_n "(cached) " >&6
5795 else
5796 if test -n "$MSGFMT"; then
5797 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5798 else
5799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5800 for as_dir in $PATH
5802 IFS=$as_save_IFS
5803 test -z "$as_dir" && as_dir=.
5804 for ac_exec_ext in '' $ac_executable_extensions; do
5805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5806 ac_cv_prog_MSGFMT="$ac_prog"
5807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5808 break 2
5810 done
5811 done
5812 IFS=$as_save_IFS
5816 MSGFMT=$ac_cv_prog_MSGFMT
5817 if test -n "$MSGFMT"; then
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5819 $as_echo "$MSGFMT" >&6; }
5820 else
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5822 $as_echo "no" >&6; }
5826 test -n "$MSGFMT" && break
5827 done
5828 test -n "$MSGFMT" || MSGFMT="false"
5830 if ${ac_tool_prefix+:} false; then :
5831 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5832 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5834 $as_echo_n "checking for $ac_word... " >&6; }
5835 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5836 $as_echo_n "(cached) " >&6
5837 else
5838 if test -n "$PKG_CONFIG"; then
5839 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5840 else
5841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5842 for as_dir in $PATH
5844 IFS=$as_save_IFS
5845 test -z "$as_dir" && as_dir=.
5846 for ac_exec_ext in '' $ac_executable_extensions; do
5847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5848 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 2
5852 done
5853 done
5854 IFS=$as_save_IFS
5858 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5859 if test -n "$PKG_CONFIG"; then
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5861 $as_echo "$PKG_CONFIG" >&6; }
5862 else
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5864 $as_echo "no" >&6; }
5869 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5870 if test "x$cross_compiling" = xyes; then :
5872 else
5873 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5874 # Extract the first word of "pkg-config", so it can be a program name with args.
5875 set dummy pkg-config; ac_word=$2
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5877 $as_echo_n "checking for $ac_word... " >&6; }
5878 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5879 $as_echo_n "(cached) " >&6
5880 else
5881 if test -n "$PKG_CONFIG"; then
5882 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5883 else
5884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5885 for as_dir in $PATH
5887 IFS=$as_save_IFS
5888 test -z "$as_dir" && as_dir=.
5889 for ac_exec_ext in '' $ac_executable_extensions; do
5890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5891 ac_cv_prog_PKG_CONFIG="pkg-config"
5892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893 break 2
5895 done
5896 done
5897 IFS=$as_save_IFS
5901 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5902 if test -n "$PKG_CONFIG"; then
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5904 $as_echo "$PKG_CONFIG" >&6; }
5905 else
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5907 $as_echo "no" >&6; }
5912 else
5913 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5916 if test "x$enable_maintainer_mode" != "xyes"
5917 then
5918 FONTFORGE=""
5919 RSVG=""
5920 CONVERT=""
5921 ICOTOOL=""
5922 else
5923 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5924 for ac_prog in fontforge
5926 # Extract the first word of "$ac_prog", so it can be a program name with args.
5927 set dummy $ac_prog; ac_word=$2
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5929 $as_echo_n "checking for $ac_word... " >&6; }
5930 if ${ac_cv_prog_FONTFORGE+:} false; then :
5931 $as_echo_n "(cached) " >&6
5932 else
5933 if test -n "$FONTFORGE"; then
5934 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5935 else
5936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5937 for as_dir in $PATH
5939 IFS=$as_save_IFS
5940 test -z "$as_dir" && as_dir=.
5941 for ac_exec_ext in '' $ac_executable_extensions; do
5942 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5943 ac_cv_prog_FONTFORGE="$ac_prog"
5944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5945 break 2
5947 done
5948 done
5949 IFS=$as_save_IFS
5953 FONTFORGE=$ac_cv_prog_FONTFORGE
5954 if test -n "$FONTFORGE"; then
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5956 $as_echo "$FONTFORGE" >&6; }
5957 else
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5959 $as_echo "no" >&6; }
5963 test -n "$FONTFORGE" && break
5964 done
5965 test -n "$FONTFORGE" || FONTFORGE="false"
5967 for ac_prog in rsvg-convert rsvg
5969 # Extract the first word of "$ac_prog", so it can be a program name with args.
5970 set dummy $ac_prog; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if ${ac_cv_prog_RSVG+:} false; then :
5974 $as_echo_n "(cached) " >&6
5975 else
5976 if test -n "$RSVG"; then
5977 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5982 IFS=$as_save_IFS
5983 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5986 ac_cv_prog_RSVG="$ac_prog"
5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988 break 2
5990 done
5991 done
5992 IFS=$as_save_IFS
5996 RSVG=$ac_cv_prog_RSVG
5997 if test -n "$RSVG"; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5999 $as_echo "$RSVG" >&6; }
6000 else
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6006 test -n "$RSVG" && break
6007 done
6008 test -n "$RSVG" || RSVG="false"
6010 for ac_prog in convert
6012 # Extract the first word of "$ac_prog", so it can be a program name with args.
6013 set dummy $ac_prog; ac_word=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if ${ac_cv_prog_CONVERT+:} false; then :
6017 $as_echo_n "(cached) " >&6
6018 else
6019 if test -n "$CONVERT"; then
6020 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6029 ac_cv_prog_CONVERT="$ac_prog"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6033 done
6034 done
6035 IFS=$as_save_IFS
6039 CONVERT=$ac_cv_prog_CONVERT
6040 if test -n "$CONVERT"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6042 $as_echo "$CONVERT" >&6; }
6043 else
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6049 test -n "$CONVERT" && break
6050 done
6051 test -n "$CONVERT" || CONVERT="false"
6053 for ac_prog in icotool
6055 # Extract the first word of "$ac_prog", so it can be a program name with args.
6056 set dummy $ac_prog; ac_word=$2
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6058 $as_echo_n "checking for $ac_word... " >&6; }
6059 if ${ac_cv_prog_ICOTOOL+:} false; then :
6060 $as_echo_n "(cached) " >&6
6061 else
6062 if test -n "$ICOTOOL"; then
6063 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6064 else
6065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6066 for as_dir in $PATH
6068 IFS=$as_save_IFS
6069 test -z "$as_dir" && as_dir=.
6070 for ac_exec_ext in '' $ac_executable_extensions; do
6071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6072 ac_cv_prog_ICOTOOL="$ac_prog"
6073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6074 break 2
6076 done
6077 done
6078 IFS=$as_save_IFS
6082 ICOTOOL=$ac_cv_prog_ICOTOOL
6083 if test -n "$ICOTOOL"; then
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6085 $as_echo "$ICOTOOL" >&6; }
6086 else
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6088 $as_echo "no" >&6; }
6092 test -n "$ICOTOOL" && break
6093 done
6094 test -n "$ICOTOOL" || ICOTOOL="false"
6096 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6097 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6099 if test "$CONVERT" = false
6100 then
6101 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6102 else
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6104 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6105 convert_version=`convert --version | head -n1`
6106 if test "x$convert_version" != "x"
6107 then
6108 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6109 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6110 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6111 then
6112 CONVERT=false
6115 if test "$CONVERT" = false
6116 then
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6118 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6119 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6120 else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6122 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6126 if test "$ICOTOOL" = false
6127 then
6128 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6129 else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6131 $as_echo_n "checking for recent enough icotool... " >&6; }
6132 icotool_version=`icotool --version | head -n1`
6133 if test "x$icotool_version" != "x"
6134 then
6135 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6136 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6137 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6138 then
6139 ICOTOOL=false
6140 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6143 if test "$ICOTOOL" = false
6144 then
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6146 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6147 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6148 else
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6150 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6154 with_gettext=yes
6155 with_gettextpo=yes
6156 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6159 test "x$with_gettext" != xno || MSGFMT=false
6160 if test "$MSGFMT" != "false"
6161 then
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6163 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6164 cat >conftest.po <<EOF
6165 # comment
6166 msgctxt "ctxt"
6167 msgid "id"
6168 msgstr "str"
6170 if $MSGFMT -o /dev/null conftest.po 2>&5
6171 then
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6173 $as_echo "yes" >&6; }
6174 else
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6177 MSGFMT=false
6180 if test "$MSGFMT" = false; then :
6181 case "x$with_gettext" in
6182 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6183 xno) ;;
6184 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6185 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6186 esac
6187 enable_po=${enable_po:-no}
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6192 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6193 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6194 $as_echo_n "(cached) " >&6
6195 else
6196 ac_check_lib_save_LIBS=$LIBS
6197 LIBS="-li386 $LIBS"
6198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6199 /* end confdefs.h. */
6201 /* Override any GCC internal prototype to avoid an error.
6202 Use char because int might match the return type of a GCC
6203 builtin and then its argument prototype would still apply. */
6204 #ifdef __cplusplus
6205 extern "C"
6206 #endif
6207 char i386_set_ldt ();
6209 main ()
6211 return i386_set_ldt ();
6213 return 0;
6215 _ACEOF
6216 if ac_fn_c_try_link "$LINENO"; then :
6217 ac_cv_lib_i386_i386_set_ldt=yes
6218 else
6219 ac_cv_lib_i386_i386_set_ldt=no
6221 rm -f core conftest.err conftest.$ac_objext \
6222 conftest$ac_exeext conftest.$ac_ext
6223 LIBS=$ac_check_lib_save_LIBS
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6226 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6227 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6228 cat >>confdefs.h <<_ACEOF
6229 #define HAVE_LIBI386 1
6230 _ACEOF
6232 LIBS="-li386 $LIBS"
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6237 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6238 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6239 $as_echo_n "(cached) " >&6
6240 else
6241 ac_check_lib_save_LIBS=$LIBS
6242 LIBS="-lossaudio $LIBS"
6243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6244 /* end confdefs.h. */
6246 /* Override any GCC internal prototype to avoid an error.
6247 Use char because int might match the return type of a GCC
6248 builtin and then its argument prototype would still apply. */
6249 #ifdef __cplusplus
6250 extern "C"
6251 #endif
6252 char _oss_ioctl ();
6254 main ()
6256 return _oss_ioctl ();
6258 return 0;
6260 _ACEOF
6261 if ac_fn_c_try_link "$LINENO"; then :
6262 ac_cv_lib_ossaudio__oss_ioctl=yes
6263 else
6264 ac_cv_lib_ossaudio__oss_ioctl=no
6266 rm -f core conftest.err conftest.$ac_objext \
6267 conftest$ac_exeext conftest.$ac_ext
6268 LIBS=$ac_check_lib_save_LIBS
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6271 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6272 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6273 cat >>confdefs.h <<_ACEOF
6274 #define HAVE_LIBOSSAUDIO 1
6275 _ACEOF
6277 LIBS="-lossaudio $LIBS"
6282 OPENGL_LIBS=""
6286 # Check whether --enable-largefile was given.
6287 if test "${enable_largefile+set}" = set; then :
6288 enableval=$enable_largefile;
6291 if test "$enable_largefile" != no; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6294 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6295 if ${ac_cv_sys_largefile_CC+:} false; then :
6296 $as_echo_n "(cached) " >&6
6297 else
6298 ac_cv_sys_largefile_CC=no
6299 if test "$GCC" != yes; then
6300 ac_save_CC=$CC
6301 while :; do
6302 # IRIX 6.2 and later do not support large files by default,
6303 # so use the C compiler's -n32 option if that helps.
6304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6305 /* end confdefs.h. */
6306 #include <sys/types.h>
6307 /* Check that off_t can represent 2**63 - 1 correctly.
6308 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6309 since some C++ compilers masquerading as C compilers
6310 incorrectly reject 9223372036854775807. */
6311 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6312 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6313 && LARGE_OFF_T % 2147483647 == 1)
6314 ? 1 : -1];
6316 main ()
6320 return 0;
6322 _ACEOF
6323 if ac_fn_c_try_compile "$LINENO"; then :
6324 break
6326 rm -f core conftest.err conftest.$ac_objext
6327 CC="$CC -n32"
6328 if ac_fn_c_try_compile "$LINENO"; then :
6329 ac_cv_sys_largefile_CC=' -n32'; break
6331 rm -f core conftest.err conftest.$ac_objext
6332 break
6333 done
6334 CC=$ac_save_CC
6335 rm -f conftest.$ac_ext
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6339 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6340 if test "$ac_cv_sys_largefile_CC" != no; then
6341 CC=$CC$ac_cv_sys_largefile_CC
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6345 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6346 if ${ac_cv_sys_file_offset_bits+:} false; then :
6347 $as_echo_n "(cached) " >&6
6348 else
6349 while :; do
6350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6351 /* end confdefs.h. */
6352 #include <sys/types.h>
6353 /* Check that off_t can represent 2**63 - 1 correctly.
6354 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6355 since some C++ compilers masquerading as C compilers
6356 incorrectly reject 9223372036854775807. */
6357 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6358 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6359 && LARGE_OFF_T % 2147483647 == 1)
6360 ? 1 : -1];
6362 main ()
6366 return 0;
6368 _ACEOF
6369 if ac_fn_c_try_compile "$LINENO"; then :
6370 ac_cv_sys_file_offset_bits=no; break
6372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6374 /* end confdefs.h. */
6375 #define _FILE_OFFSET_BITS 64
6376 #include <sys/types.h>
6377 /* Check that off_t can represent 2**63 - 1 correctly.
6378 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6379 since some C++ compilers masquerading as C compilers
6380 incorrectly reject 9223372036854775807. */
6381 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6382 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6383 && LARGE_OFF_T % 2147483647 == 1)
6384 ? 1 : -1];
6386 main ()
6390 return 0;
6392 _ACEOF
6393 if ac_fn_c_try_compile "$LINENO"; then :
6394 ac_cv_sys_file_offset_bits=64; break
6396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6397 ac_cv_sys_file_offset_bits=unknown
6398 break
6399 done
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6402 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6403 case $ac_cv_sys_file_offset_bits in #(
6404 no | unknown) ;;
6406 cat >>confdefs.h <<_ACEOF
6407 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6408 _ACEOF
6410 esac
6411 rm -rf conftest*
6412 if test $ac_cv_sys_file_offset_bits = unknown; then
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6414 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6415 if ${ac_cv_sys_large_files+:} false; then :
6416 $as_echo_n "(cached) " >&6
6417 else
6418 while :; do
6419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6420 /* end confdefs.h. */
6421 #include <sys/types.h>
6422 /* Check that off_t can represent 2**63 - 1 correctly.
6423 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6424 since some C++ compilers masquerading as C compilers
6425 incorrectly reject 9223372036854775807. */
6426 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6427 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6428 && LARGE_OFF_T % 2147483647 == 1)
6429 ? 1 : -1];
6431 main ()
6435 return 0;
6437 _ACEOF
6438 if ac_fn_c_try_compile "$LINENO"; then :
6439 ac_cv_sys_large_files=no; break
6441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6443 /* end confdefs.h. */
6444 #define _LARGE_FILES 1
6445 #include <sys/types.h>
6446 /* Check that off_t can represent 2**63 - 1 correctly.
6447 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6448 since some C++ compilers masquerading as C compilers
6449 incorrectly reject 9223372036854775807. */
6450 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6451 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6452 && LARGE_OFF_T % 2147483647 == 1)
6453 ? 1 : -1];
6455 main ()
6459 return 0;
6461 _ACEOF
6462 if ac_fn_c_try_compile "$LINENO"; then :
6463 ac_cv_sys_large_files=1; break
6465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6466 ac_cv_sys_large_files=unknown
6467 break
6468 done
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6471 $as_echo "$ac_cv_sys_large_files" >&6; }
6472 case $ac_cv_sys_large_files in #(
6473 no | unknown) ;;
6475 cat >>confdefs.h <<_ACEOF
6476 #define _LARGE_FILES $ac_cv_sys_large_files
6477 _ACEOF
6479 esac
6480 rm -rf conftest*
6487 ac_ext=c
6488 ac_cpp='$CPP $CPPFLAGS'
6489 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6490 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6491 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6493 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6494 # On Suns, sometimes $CPP names a directory.
6495 if test -n "$CPP" && test -d "$CPP"; then
6496 CPP=
6498 if test -z "$CPP"; then
6499 if ${ac_cv_prog_CPP+:} false; then :
6500 $as_echo_n "(cached) " >&6
6501 else
6502 # Double quotes because CPP needs to be expanded
6503 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6505 ac_preproc_ok=false
6506 for ac_c_preproc_warn_flag in '' yes
6508 # Use a header file that comes with gcc, so configuring glibc
6509 # with a fresh cross-compiler works.
6510 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6511 # <limits.h> exists even on freestanding compilers.
6512 # On the NeXT, cc -E runs the code through the compiler's parser,
6513 # not just through cpp. "Syntax error" is here to catch this case.
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6516 #ifdef __STDC__
6517 # include <limits.h>
6518 #else
6519 # include <assert.h>
6520 #endif
6521 Syntax error
6522 _ACEOF
6523 if ac_fn_c_try_cpp "$LINENO"; then :
6525 else
6526 # Broken: fails on valid input.
6527 continue
6529 rm -f conftest.err conftest.i conftest.$ac_ext
6531 # OK, works on sane cases. Now check whether nonexistent headers
6532 # can be detected and how.
6533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6534 /* end confdefs.h. */
6535 #include <ac_nonexistent.h>
6536 _ACEOF
6537 if ac_fn_c_try_cpp "$LINENO"; then :
6538 # Broken: success on invalid input.
6539 continue
6540 else
6541 # Passes both tests.
6542 ac_preproc_ok=:
6543 break
6545 rm -f conftest.err conftest.i conftest.$ac_ext
6547 done
6548 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6549 rm -f conftest.i conftest.err conftest.$ac_ext
6550 if $ac_preproc_ok; then :
6551 break
6554 done
6555 ac_cv_prog_CPP=$CPP
6558 CPP=$ac_cv_prog_CPP
6559 else
6560 ac_cv_prog_CPP=$CPP
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6563 $as_echo "$CPP" >&6; }
6564 ac_preproc_ok=false
6565 for ac_c_preproc_warn_flag in '' yes
6567 # Use a header file that comes with gcc, so configuring glibc
6568 # with a fresh cross-compiler works.
6569 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6570 # <limits.h> exists even on freestanding compilers.
6571 # On the NeXT, cc -E runs the code through the compiler's parser,
6572 # not just through cpp. "Syntax error" is here to catch this case.
6573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6574 /* end confdefs.h. */
6575 #ifdef __STDC__
6576 # include <limits.h>
6577 #else
6578 # include <assert.h>
6579 #endif
6580 Syntax error
6581 _ACEOF
6582 if ac_fn_c_try_cpp "$LINENO"; then :
6584 else
6585 # Broken: fails on valid input.
6586 continue
6588 rm -f conftest.err conftest.i conftest.$ac_ext
6590 # OK, works on sane cases. Now check whether nonexistent headers
6591 # can be detected and how.
6592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6593 /* end confdefs.h. */
6594 #include <ac_nonexistent.h>
6595 _ACEOF
6596 if ac_fn_c_try_cpp "$LINENO"; then :
6597 # Broken: success on invalid input.
6598 continue
6599 else
6600 # Passes both tests.
6601 ac_preproc_ok=:
6602 break
6604 rm -f conftest.err conftest.i conftest.$ac_ext
6606 done
6607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6608 rm -f conftest.i conftest.err conftest.$ac_ext
6609 if $ac_preproc_ok; then :
6611 else
6612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6614 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6615 See \`config.log' for more details" "$LINENO" 5; }
6618 ac_ext=c
6619 ac_cpp='$CPP $CPPFLAGS'
6620 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6621 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6622 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6626 $as_echo_n "checking for ANSI C header files... " >&6; }
6627 if ${ac_cv_header_stdc+:} false; then :
6628 $as_echo_n "(cached) " >&6
6629 else
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631 /* end confdefs.h. */
6632 #include <stdlib.h>
6633 #include <stdarg.h>
6634 #include <string.h>
6635 #include <float.h>
6638 main ()
6642 return 0;
6644 _ACEOF
6645 if ac_fn_c_try_compile "$LINENO"; then :
6646 ac_cv_header_stdc=yes
6647 else
6648 ac_cv_header_stdc=no
6650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6652 if test $ac_cv_header_stdc = yes; then
6653 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6655 /* end confdefs.h. */
6656 #include <string.h>
6658 _ACEOF
6659 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6660 $EGREP "memchr" >/dev/null 2>&1; then :
6662 else
6663 ac_cv_header_stdc=no
6665 rm -f conftest*
6669 if test $ac_cv_header_stdc = yes; then
6670 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6672 /* end confdefs.h. */
6673 #include <stdlib.h>
6675 _ACEOF
6676 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6677 $EGREP "free" >/dev/null 2>&1; then :
6679 else
6680 ac_cv_header_stdc=no
6682 rm -f conftest*
6686 if test $ac_cv_header_stdc = yes; then
6687 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6688 if test "$cross_compiling" = yes; then :
6690 else
6691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6692 /* end confdefs.h. */
6693 #include <ctype.h>
6694 #include <stdlib.h>
6695 #if ((' ' & 0x0FF) == 0x020)
6696 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6697 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6698 #else
6699 # define ISLOWER(c) \
6700 (('a' <= (c) && (c) <= 'i') \
6701 || ('j' <= (c) && (c) <= 'r') \
6702 || ('s' <= (c) && (c) <= 'z'))
6703 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6704 #endif
6706 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6708 main ()
6710 int i;
6711 for (i = 0; i < 256; i++)
6712 if (XOR (islower (i), ISLOWER (i))
6713 || toupper (i) != TOUPPER (i))
6714 return 2;
6715 return 0;
6717 _ACEOF
6718 if ac_fn_c_try_run "$LINENO"; then :
6720 else
6721 ac_cv_header_stdc=no
6723 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6724 conftest.$ac_objext conftest.beam conftest.$ac_ext
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6730 $as_echo "$ac_cv_header_stdc" >&6; }
6731 if test $ac_cv_header_stdc = yes; then
6733 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6737 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6738 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6739 inttypes.h stdint.h unistd.h
6740 do :
6741 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6742 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6744 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6745 cat >>confdefs.h <<_ACEOF
6746 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6747 _ACEOF
6751 done
6754 for ac_header in \
6755 AL/al.h \
6756 ApplicationServices/ApplicationServices.h \
6757 AudioToolbox/AudioConverter.h \
6758 AudioUnit/AudioUnit.h \
6759 AudioUnit/AudioComponent.h \
6760 CL/cl.h \
6761 Carbon/Carbon.h \
6762 CommonCrypto/CommonDigest.h \
6763 CoreAudio/CoreAudio.h \
6764 CoreServices/CoreServices.h \
6765 DiskArbitration/DiskArbitration.h \
6766 IOKit/IOKitLib.h \
6767 IOKit/hid/IOHIDLib.h \
6768 OpenAL/al.h \
6769 OpenCL/opencl.h \
6770 QuickTime/ImageCompression.h \
6771 Security/Security.h \
6772 alias.h \
6773 alsa/asoundlib.h \
6774 arpa/inet.h \
6775 arpa/nameser.h \
6776 asm/types.h \
6777 asm/user.h \
6778 curses.h \
6779 direct.h \
6780 dirent.h \
6781 dlfcn.h \
6782 elf.h \
6783 float.h \
6784 fnmatch.h \
6785 getopt.h \
6786 gettext-po.h \
6787 grp.h \
6788 gsm.h \
6789 gsm/gsm.h \
6790 ieeefp.h \
6791 inet/mib2.h \
6792 io.h \
6793 kstat.h \
6794 lber.h \
6795 ldap.h \
6796 libproc.h \
6797 link.h \
6798 linux/cdrom.h \
6799 linux/compiler.h \
6800 linux/filter.h \
6801 linux/hdreg.h \
6802 linux/input.h \
6803 linux/ioctl.h \
6804 linux/joystick.h \
6805 linux/major.h \
6806 linux/param.h \
6807 linux/serial.h \
6808 linux/types.h \
6809 linux/ucdrom.h \
6810 lwp.h \
6811 mach-o/nlist.h \
6812 mach-o/loader.h \
6813 mach/mach.h \
6814 mach/machine.h \
6815 machine/cpu.h \
6816 machine/limits.h \
6817 machine/sysarch.h \
6818 mntent.h \
6819 ncurses.h \
6820 netdb.h \
6821 netinet/in.h \
6822 netinet/in_systm.h \
6823 netinet/tcp.h \
6824 netinet/tcp_fsm.h \
6825 pcap/pcap.h \
6826 poll.h \
6827 port.h \
6828 process.h \
6829 pthread.h \
6830 pwd.h \
6831 sched.h \
6832 scsi/scsi.h \
6833 scsi/scsi_ioctl.h \
6834 scsi/sg.h \
6835 stdbool.h \
6836 stdint.h \
6837 stropts.h \
6838 sys/asoundlib.h \
6839 sys/attr.h \
6840 sys/cdio.h \
6841 sys/elf32.h \
6842 sys/epoll.h \
6843 sys/event.h \
6844 sys/exec_elf.h \
6845 sys/filio.h \
6846 sys/inotify.h \
6847 sys/ioctl.h \
6848 sys/ipc.h \
6849 sys/limits.h \
6850 sys/link.h \
6851 sys/mman.h \
6852 sys/modem.h \
6853 sys/msg.h \
6854 sys/mtio.h \
6855 sys/param.h \
6856 sys/poll.h \
6857 sys/prctl.h \
6858 sys/protosw.h \
6859 sys/ptrace.h \
6860 sys/queue.h \
6861 sys/resource.h \
6862 sys/scsiio.h \
6863 sys/shm.h \
6864 sys/signal.h \
6865 sys/socket.h \
6866 sys/socketvar.h \
6867 sys/sockio.h \
6868 sys/statvfs.h \
6869 sys/strtio.h \
6870 sys/syscall.h \
6871 sys/sysinfo.h \
6872 sys/tihdr.h \
6873 sys/time.h \
6874 sys/timeout.h \
6875 sys/times.h \
6876 sys/uio.h \
6877 sys/user.h \
6878 sys/utsname.h \
6879 sys/vm86.h \
6880 sys/vnode.h \
6881 sys/wait.h \
6882 syscall.h \
6883 termios.h \
6884 unistd.h \
6885 utime.h \
6886 valgrind/memcheck.h \
6887 valgrind/valgrind.h \
6888 zlib.h
6890 do :
6891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6892 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6893 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6894 cat >>confdefs.h <<_ACEOF
6895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6896 _ACEOF
6900 done
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6903 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6904 if ${ac_cv_header_sys_types_h_makedev+:} false; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6908 /* end confdefs.h. */
6909 #include <sys/types.h>
6911 main ()
6913 return makedev(0, 0);
6915 return 0;
6917 _ACEOF
6918 if ac_fn_c_try_link "$LINENO"; then :
6919 ac_cv_header_sys_types_h_makedev=yes
6920 else
6921 ac_cv_header_sys_types_h_makedev=no
6923 rm -f core conftest.err conftest.$ac_objext \
6924 conftest$ac_exeext conftest.$ac_ext
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6928 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6930 if test $ac_cv_header_sys_types_h_makedev = no; then
6931 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6932 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
6934 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6940 if test $ac_cv_header_sys_mkdev_h = no; then
6941 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6942 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
6944 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6953 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6954 if ${ac_cv_header_stat_broken+:} false; then :
6955 $as_echo_n "(cached) " >&6
6956 else
6957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6958 /* end confdefs.h. */
6959 #include <sys/types.h>
6960 #include <sys/stat.h>
6962 #if defined S_ISBLK && defined S_IFDIR
6963 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6964 #endif
6966 #if defined S_ISBLK && defined S_IFCHR
6967 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6968 #endif
6970 #if defined S_ISLNK && defined S_IFREG
6971 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6972 #endif
6974 #if defined S_ISSOCK && defined S_IFREG
6975 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6976 #endif
6978 _ACEOF
6979 if ac_fn_c_try_compile "$LINENO"; then :
6980 ac_cv_header_stat_broken=no
6981 else
6982 ac_cv_header_stat_broken=yes
6984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6987 $as_echo "$ac_cv_header_stat_broken" >&6; }
6988 if test $ac_cv_header_stat_broken = yes; then
6990 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6996 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6997 do :
6998 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6999 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7000 #ifdef HAVE_SYS_PARAM_H
7001 # include <sys/param.h>
7002 #endif
7004 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7005 cat >>confdefs.h <<_ACEOF
7006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7007 _ACEOF
7011 done
7014 for ac_header in \
7015 netinet/ip.h \
7016 net/if.h \
7017 net/if_arp.h \
7018 net/if_dl.h \
7019 net/if_types.h \
7020 net/route.h \
7021 netinet/if_ether.h \
7022 netinet/if_inarp.h \
7023 netinet/in_pcb.h \
7024 netinet/ip_icmp.h \
7025 netinet/ip_var.h \
7026 netinet/udp.h \
7027 netipx/ipx.h \
7028 sys/un.h \
7030 do :
7031 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7032 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7033 #ifdef HAVE_SYS_SOCKET_H
7034 # include <sys/socket.h>
7035 #endif
7036 #ifdef HAVE_SYS_SOCKETVAR_H
7037 # include <sys/socketvar.h>
7038 #endif
7039 #ifdef HAVE_NET_ROUTE_H
7040 # include <net/route.h>
7041 #endif
7042 #ifdef HAVE_NETINET_IN_H
7043 # include <netinet/in.h>
7044 #endif
7045 #ifdef HAVE_NETINET_IN_SYSTM_H
7046 # include <netinet/in_systm.h>
7047 #endif
7048 #ifdef HAVE_NET_IF_H
7049 # include <net/if.h>
7050 #endif
7051 #ifdef HAVE_NETINET_IP_H
7052 # include <netinet/ip.h>
7053 #endif
7055 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7056 cat >>confdefs.h <<_ACEOF
7057 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7058 _ACEOF
7062 done
7065 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7066 do :
7067 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7068 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7069 #ifdef HAVE_ALIAS_H
7070 # include <alias.h>
7071 #endif
7072 #ifdef HAVE_SYS_SOCKET_H
7073 # include <sys/socket.h>
7074 #endif
7075 #ifdef HAVE_SYS_SOCKETVAR_H
7076 # include <sys/socketvar.h>
7077 #endif
7078 #ifdef HAVE_SYS_TIMEOUT_H
7079 # include <sys/timeout.h>
7080 #endif
7081 #ifdef HAVE_NETINET_IN_H
7082 # include <netinet/in.h>
7083 #endif
7084 #ifdef HAVE_NETINET_IN_SYSTM_H
7085 # include <netinet/in_systm.h>
7086 #endif
7087 #ifdef HAVE_NETINET_IP_H
7088 # include <netinet/ip.h>
7089 #endif
7090 #ifdef HAVE_NETINET_IP_VAR_H
7091 # include <netinet/ip_var.h>
7092 #endif
7093 #ifdef HAVE_NETINET_IP_ICMP_H
7094 # include <netinet/ip_icmp.h>
7095 #endif
7096 #ifdef HAVE_NETINET_UDP_H
7097 # include <netinet/udp.h>
7098 #endif
7099 #ifdef HAVE_NETINET_TCP_H
7100 # include <netinet/tcp.h>
7101 #endif
7102 #ifdef HAVE_NETINET_TCP_TIMER_H
7103 #include <netinet/tcp_timer.h>
7104 #endif
7106 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7107 cat >>confdefs.h <<_ACEOF
7108 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7109 _ACEOF
7113 done
7116 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7117 do :
7118 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7119 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7120 #ifdef HAVE_ASM_TYPES_H
7121 # include <asm/types.h>
7122 #endif
7123 #ifdef HAVE_SYS_SOCKET_H
7124 # include <sys/socket.h>
7125 #endif
7126 #ifdef HAVE_LINUX_TYPES_H
7127 # include <linux/types.h>
7128 #endif
7130 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7131 cat >>confdefs.h <<_ACEOF
7132 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7133 _ACEOF
7137 done
7140 for ac_header in mach-o/dyld_images.h
7141 do :
7142 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7143 # include <stdbool.h>
7144 #endif
7145 #ifdef HAVE_STDINT_H
7146 # include <stdint.h>
7147 #endif
7149 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7150 cat >>confdefs.h <<_ACEOF
7151 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7152 _ACEOF
7156 done
7159 for ac_header in resolv.h
7160 do :
7161 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7162 #ifdef HAVE_SYS_SOCKET_H
7163 # include <sys/socket.h>
7164 #endif
7165 #ifdef HAVE_NETINET_IN_H
7166 # include <netinet/in.h>
7167 #endif
7168 #ifdef HAVE_ARPA_NAMESER_H
7169 # include <arpa/nameser.h>
7170 #endif
7172 if test "x$ac_cv_header_resolv_h" = xyes; then :
7173 cat >>confdefs.h <<_ACEOF
7174 #define HAVE_RESOLV_H 1
7175 _ACEOF
7179 done
7182 for ac_header in ifaddrs.h
7183 do :
7184 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7186 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7187 cat >>confdefs.h <<_ACEOF
7188 #define HAVE_IFADDRS_H 1
7189 _ACEOF
7193 done
7196 for ac_header in sys/ucontext.h
7197 do :
7198 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7200 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7201 cat >>confdefs.h <<_ACEOF
7202 #define HAVE_SYS_UCONTEXT_H 1
7203 _ACEOF
7207 done
7210 for ac_header in sys/thr.h
7211 do :
7212 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7213 #ifdef HAVE_SYS_UCONTEXT_H
7214 #include <sys/ucontext.h>
7215 #endif
7217 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7218 cat >>confdefs.h <<_ACEOF
7219 #define HAVE_SYS_THR_H 1
7220 _ACEOF
7224 done
7227 for ac_header in pthread_np.h
7228 do :
7229 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7230 #include <pthread.h>
7231 #endif
7233 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7234 cat >>confdefs.h <<_ACEOF
7235 #define HAVE_PTHREAD_NP_H 1
7236 _ACEOF
7240 done
7243 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7244 do :
7245 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7246 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7247 #include <sys/time.h>
7248 #endif
7249 #include <sys/types.h>
7250 #ifdef HAVE_ASM_TYPES_H
7251 #include <asm/types.h>
7252 #endif
7254 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7255 cat >>confdefs.h <<_ACEOF
7256 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7257 _ACEOF
7261 done
7264 for ac_header in libprocstat.h
7265 do :
7266 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7267 #include <sys/param.h>
7268 #endif
7269 #ifdef HAVE_SYS_QUEUE_H
7270 #include <sys/queue.h>
7271 #endif
7272 #ifdef HAVE_SYS_SOCKET_H
7273 #include <sys/socket.h>
7274 #endif
7276 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7277 cat >>confdefs.h <<_ACEOF
7278 #define HAVE_LIBPROCSTAT_H 1
7279 _ACEOF
7283 done
7287 dlldir="\${libdir}/wine"
7289 DLLFLAGS="-D_REENTRANT"
7291 LDRPATH_INSTALL=""
7293 LDRPATH_LOCAL=""
7295 LDEXECFLAGS=""
7297 LIBEXT="so"
7298 DLLEXT=".so"
7299 IMPLIBEXT="def"
7300 # Extract the first word of "ldd", so it can be a program name with args.
7301 set dummy ldd; ac_word=$2
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7303 $as_echo_n "checking for $ac_word... " >&6; }
7304 if ${ac_cv_path_LDD+:} false; then :
7305 $as_echo_n "(cached) " >&6
7306 else
7307 case $LDD in
7308 [\\/]* | ?:[\\/]*)
7309 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 as_dummy="/sbin:/usr/sbin:$PATH"
7314 for as_dir in $as_dummy
7316 IFS=$as_save_IFS
7317 test -z "$as_dir" && as_dir=.
7318 for ac_exec_ext in '' $ac_executable_extensions; do
7319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7320 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 break 2
7324 done
7325 done
7326 IFS=$as_save_IFS
7328 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7330 esac
7332 LDD=$ac_cv_path_LDD
7333 if test -n "$LDD"; then
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7335 $as_echo "$LDD" >&6; }
7336 else
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7338 $as_echo "no" >&6; }
7342 if test -n "$ac_tool_prefix"; then
7343 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7344 set dummy ${ac_tool_prefix}otool; ac_word=$2
7345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7346 $as_echo_n "checking for $ac_word... " >&6; }
7347 if ${ac_cv_prog_OTOOL+:} false; then :
7348 $as_echo_n "(cached) " >&6
7349 else
7350 if test -n "$OTOOL"; then
7351 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7352 else
7353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7354 for as_dir in $PATH
7356 IFS=$as_save_IFS
7357 test -z "$as_dir" && as_dir=.
7358 for ac_exec_ext in '' $ac_executable_extensions; do
7359 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7360 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7362 break 2
7364 done
7365 done
7366 IFS=$as_save_IFS
7370 OTOOL=$ac_cv_prog_OTOOL
7371 if test -n "$OTOOL"; then
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7373 $as_echo "$OTOOL" >&6; }
7374 else
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7376 $as_echo "no" >&6; }
7381 if test -z "$ac_cv_prog_OTOOL"; then
7382 ac_ct_OTOOL=$OTOOL
7383 # Extract the first word of "otool", so it can be a program name with args.
7384 set dummy otool; ac_word=$2
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7386 $as_echo_n "checking for $ac_word... " >&6; }
7387 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7388 $as_echo_n "(cached) " >&6
7389 else
7390 if test -n "$ac_ct_OTOOL"; then
7391 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7392 else
7393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7394 for as_dir in $PATH
7396 IFS=$as_save_IFS
7397 test -z "$as_dir" && as_dir=.
7398 for ac_exec_ext in '' $ac_executable_extensions; do
7399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7400 ac_cv_prog_ac_ct_OTOOL="otool"
7401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7402 break 2
7404 done
7405 done
7406 IFS=$as_save_IFS
7410 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7411 if test -n "$ac_ct_OTOOL"; then
7412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7413 $as_echo "$ac_ct_OTOOL" >&6; }
7414 else
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7416 $as_echo "no" >&6; }
7419 if test "x$ac_ct_OTOOL" = x; then
7420 OTOOL="otool"
7421 else
7422 case $cross_compiling:$ac_tool_warned in
7423 yes:)
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7426 ac_tool_warned=yes ;;
7427 esac
7428 OTOOL=$ac_ct_OTOOL
7430 else
7431 OTOOL="$ac_cv_prog_OTOOL"
7434 if test -n "$ac_tool_prefix"; then
7435 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7436 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7438 $as_echo_n "checking for $ac_word... " >&6; }
7439 if ${ac_cv_prog_READELF+:} false; then :
7440 $as_echo_n "(cached) " >&6
7441 else
7442 if test -n "$READELF"; then
7443 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7444 else
7445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7446 for as_dir in $PATH
7448 IFS=$as_save_IFS
7449 test -z "$as_dir" && as_dir=.
7450 for ac_exec_ext in '' $ac_executable_extensions; do
7451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7452 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7454 break 2
7456 done
7457 done
7458 IFS=$as_save_IFS
7462 READELF=$ac_cv_prog_READELF
7463 if test -n "$READELF"; then
7464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7465 $as_echo "$READELF" >&6; }
7466 else
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7468 $as_echo "no" >&6; }
7473 if test -z "$ac_cv_prog_READELF"; then
7474 ac_ct_READELF=$READELF
7475 # Extract the first word of "readelf", so it can be a program name with args.
7476 set dummy readelf; ac_word=$2
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7478 $as_echo_n "checking for $ac_word... " >&6; }
7479 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7480 $as_echo_n "(cached) " >&6
7481 else
7482 if test -n "$ac_ct_READELF"; then
7483 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7484 else
7485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7486 for as_dir in $PATH
7488 IFS=$as_save_IFS
7489 test -z "$as_dir" && as_dir=.
7490 for ac_exec_ext in '' $ac_executable_extensions; do
7491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7492 ac_cv_prog_ac_ct_READELF="readelf"
7493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7494 break 2
7496 done
7497 done
7498 IFS=$as_save_IFS
7502 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7503 if test -n "$ac_ct_READELF"; then
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7505 $as_echo "$ac_ct_READELF" >&6; }
7506 else
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7508 $as_echo "no" >&6; }
7511 if test "x$ac_ct_READELF" = x; then
7512 READELF="true"
7513 else
7514 case $cross_compiling:$ac_tool_warned in
7515 yes:)
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7518 ac_tool_warned=yes ;;
7519 esac
7520 READELF=$ac_ct_READELF
7522 else
7523 READELF="$ac_cv_prog_READELF"
7526 wine_rules_file=conf$$rules.make
7527 rm -f $wine_rules_file
7528 SUBDIRS=""
7530 DISABLED_SUBDIRS=""
7532 CONFIGURE_TARGETS=""
7534 ALL_TEST_RESOURCES=""
7537 wine_fn_append_file ()
7539 as_fn_append $1 " \\$as_nl $2"
7542 wine_fn_append_rule ()
7544 $as_echo "$1" >>$wine_rules_file
7547 wine_fn_has_flag ()
7549 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7552 wine_fn_all_rules ()
7554 wine_fn_append_file SUBDIRS $ac_dir
7555 wine_fn_append_rule \
7556 "all: $ac_dir
7557 .PHONY: $ac_dir
7558 $ac_dir: dummy
7559 @cd $ac_dir && \$(MAKE)"
7562 wine_fn_install_rules ()
7564 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7566 wine_fn_append_rule \
7567 ".PHONY: $ac_dir/install $ac_dir/uninstall
7568 $ac_dir/install:: $ac_dir
7569 @cd $ac_dir && \$(MAKE) install
7570 $ac_dir/uninstall::
7571 @cd $ac_dir && \$(MAKE) uninstall
7572 install:: $ac_dir/install
7573 __uninstall__: $ac_dir/uninstall"
7575 if wine_fn_has_flag install-lib
7576 then
7577 wine_fn_append_rule \
7578 ".PHONY: $ac_dir/install-lib
7579 $ac_dir/install-lib:: $ac_dir
7580 @cd $ac_dir && \$(MAKE) install-lib
7581 install-lib:: $ac_dir/install-lib"
7584 if wine_fn_has_flag install-dev
7585 then
7586 wine_fn_append_rule \
7587 ".PHONY: $ac_dir/install-dev
7588 $ac_dir/install-dev:: $ac_dir
7589 @cd $ac_dir && \$(MAKE) install-dev
7590 install-dev:: $ac_dir/install-dev"
7594 wine_fn_clean_rules ()
7596 ac_clean=$@
7598 if wine_fn_has_flag clean
7599 then
7600 wine_fn_append_rule \
7601 "$ac_dir/clean: dummy
7602 @cd $ac_dir && \$(MAKE) clean"
7603 else
7604 wine_fn_append_rule \
7605 "$ac_dir/clean: dummy
7606 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7608 wine_fn_append_rule \
7609 "__clean__: $ac_dir/clean
7610 .PHONY: $ac_dir/clean"
7613 wine_fn_disabled_rules ()
7615 ac_clean=$@
7617 wine_fn_append_file SUBDIRS $ac_dir
7618 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7619 wine_fn_append_rule \
7620 "__clean__: $ac_dir/clean
7621 .PHONY: $ac_dir/clean
7622 $ac_dir/clean: dummy
7623 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7626 wine_fn_config_makefile ()
7628 ac_dir=$1
7629 ac_enable=$2
7630 ac_flags=$3
7632 case $ac_dir in
7633 fonts|server) test -z "$with_wine64" || return ;;
7634 esac
7635 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7636 wine_fn_disabled_rules; return
7638 wine_fn_all_rules
7639 wine_fn_install_rules
7640 wine_fn_clean_rules
7643 wine_fn_config_lib ()
7645 ac_name=$1
7646 ac_flags=$2
7647 ac_dir=dlls/$ac_name
7648 ac_deps="include"
7650 if test "x$enable_tools" = xno; then :
7652 else
7653 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7655 wine_fn_all_rules
7656 wine_fn_clean_rules
7658 wine_fn_append_rule \
7659 ".PHONY: $ac_dir/install $ac_dir/uninstall
7660 $ac_dir/install:: $ac_dir
7661 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7662 $ac_dir/uninstall::
7663 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7664 install install-dev:: $ac_dir/install
7665 __uninstall__: $ac_dir/uninstall
7666 __builddeps__: $ac_dir
7667 $ac_dir: $ac_deps"
7670 wine_fn_config_dll ()
7672 ac_name=$1
7673 ac_dir=dlls/$ac_name
7674 ac_enable=$2
7675 ac_flags=$3
7676 ac_implib=${4:-$ac_name}
7677 ac_file=$ac_dir/lib$ac_implib
7678 ac_dll=$ac_name
7679 ac_deps="include"
7680 ac_implibflags=""
7682 if test "x$enable_tools" = xno; then :
7684 else
7685 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7687 case $ac_name in
7688 *16) ac_implibflags=" -m16" ;;
7689 *.*) ;;
7690 *) ac_dll=$ac_dll.dll ;;
7691 esac
7693 ac_clean=
7694 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7695 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7697 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7698 if test "$ac_enable" != enable_win16
7699 then
7700 wine_fn_clean_rules $ac_clean
7701 wine_fn_append_file SUBDIRS $ac_dir
7702 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7703 else
7704 wine_fn_disabled_rules $ac_clean
7705 return
7707 else
7708 wine_fn_all_rules
7709 wine_fn_clean_rules $ac_clean
7710 wine_fn_append_rule \
7711 "$ac_dir: __builddeps__
7712 manpages htmlpages sgmlpages xmlpages::
7713 @cd $ac_dir && \$(MAKE) \$@
7714 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7715 install install-lib:: $ac_dir/install-lib
7716 __uninstall__: $ac_dir/uninstall"
7717 if test -n "$DLLEXT"
7718 then
7719 wine_fn_append_rule \
7720 "$ac_dir/install-lib:: $ac_dir
7721 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7722 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7723 $ac_dir/uninstall::
7724 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7725 else
7726 wine_fn_append_rule \
7727 "$ac_dir/install-lib:: $ac_dir
7728 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7729 $ac_dir/uninstall::
7730 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7734 if wine_fn_has_flag staticimplib
7735 then
7736 wine_fn_append_rule \
7737 "__builddeps__: $ac_file.a
7738 $ac_file.a $ac_file.cross.a: $ac_deps
7739 $ac_file.a: dummy
7740 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7741 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7742 $ac_dir/install-dev:: $ac_file.a
7743 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7744 $ac_dir/uninstall::
7745 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7746 install install-dev:: $ac_dir/install-dev
7747 __uninstall__: $ac_dir/uninstall"
7749 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7750 then
7751 wine_fn_append_rule \
7752 "__builddeps__: $ac_file.cross.a
7753 $ac_file.cross.a: dummy
7754 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7757 elif wine_fn_has_flag implib
7758 then
7759 wine_fn_append_rule \
7760 "__builddeps__: $ac_file.$IMPLIBEXT
7761 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7762 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7763 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7764 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7765 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7766 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7767 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7768 $ac_dir/uninstall::
7769 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7770 install install-dev:: $ac_dir/install-dev
7771 __uninstall__: $ac_dir/uninstall"
7772 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7773 then
7774 wine_fn_append_rule \
7775 "__builddeps__: $ac_file.cross.a
7776 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7777 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7782 wine_fn_config_program ()
7784 ac_name=$1
7785 ac_dir=programs/$ac_name
7786 ac_enable=$2
7787 ac_flags=$3
7788 ac_program=$ac_name
7790 case $ac_name in
7791 *.*) ;;
7792 *) ac_program=$ac_program.exe ;;
7793 esac
7795 ac_clean=
7796 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7797 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7799 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7800 wine_fn_disabled_rules $ac_clean; return
7803 wine_fn_all_rules
7804 wine_fn_clean_rules $ac_clean
7805 wine_fn_append_rule "$ac_dir: __builddeps__"
7807 wine_fn_has_flag install || return
7808 wine_fn_append_rule \
7809 ".PHONY: $ac_dir/install $ac_dir/uninstall
7810 install install-lib:: $ac_dir/install
7811 __uninstall__: $ac_dir/uninstall"
7813 if test -n "$DLLEXT"
7814 then
7815 wine_fn_append_rule \
7816 "$ac_dir/install:: $ac_dir
7817 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7818 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7819 $ac_dir/uninstall::
7820 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7822 if test -z "$with_wine64" && wine_fn_has_flag installbin
7823 then
7824 wine_fn_append_rule \
7825 "$ac_dir/install:: __tooldeps__
7826 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7827 $ac_dir/uninstall::
7828 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7830 else
7831 wine_fn_append_rule \
7832 "$ac_dir/install:: $ac_dir
7833 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7834 $ac_dir/uninstall::
7835 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7838 if test -z "$with_wine64" && wine_fn_has_flag manpage
7839 then
7840 wine_fn_append_rule \
7841 "$ac_dir/install:: $ac_dir
7842 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7843 $ac_dir/uninstall::
7844 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7848 wine_fn_config_test ()
7850 ac_dir=$1
7851 ac_name=$2
7852 ac_flags=$3
7854 ac_clean=
7855 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7856 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7858 if test "x$enable_tests" = xno; then :
7859 wine_fn_disabled_rules $ac_clean; return
7862 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7863 wine_fn_all_rules
7864 wine_fn_clean_rules $ac_clean
7866 wine_fn_append_rule \
7867 "$ac_dir: __builddeps__
7868 programs/winetest: $ac_dir
7869 check test: $ac_dir/test
7870 .PHONY: $ac_dir/test
7871 $ac_dir/test: dummy
7872 @cd $ac_dir && \$(MAKE) test
7873 testclean::
7874 \$(RM) $ac_dir/*.ok"
7876 if test -n "$CROSSTARGET"
7877 then
7878 wine_fn_append_rule \
7879 "crosstest: $ac_dir/crosstest
7880 .PHONY: $ac_dir/crosstest
7881 $ac_dir/crosstest: __builddeps__ dummy
7882 @cd $ac_dir && \$(MAKE) crosstest"
7886 wine_fn_config_tool ()
7888 ac_dir=$1
7889 ac_flags=$2
7890 if test "x$enable_tools" = xno; then :
7891 wine_fn_append_file DISABLED_SUBDIRS $ac_dir; return
7894 wine_fn_all_rules
7895 wine_fn_install_rules
7896 wine_fn_clean_rules
7898 wine_fn_append_rule "__tooldeps__: $ac_dir"
7899 wine_fn_append_rule "$ac_dir: libs/port"
7900 case $ac_dir in
7901 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7902 esac
7905 wine_fn_config_symlink ()
7907 ac_linkdir=
7908 if test "x$1" = "x-d"
7909 then
7910 ac_linkdir=$2
7911 shift; shift
7913 ac_links=$@
7914 wine_fn_append_rule \
7915 "$ac_links:
7916 @./config.status \$@"
7917 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
7918 test -n "$ac_linkdir" || return
7919 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7922 wine_binary="wine"
7923 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7924 WINELOADER_PROGRAMS="$wine_binary"
7926 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7928 case $host_os in
7929 cygwin*|mingw32*)
7930 if test -n "$ac_tool_prefix"; then
7931 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7932 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7934 $as_echo_n "checking for $ac_word... " >&6; }
7935 if ${ac_cv_prog_DLLTOOL+:} false; then :
7936 $as_echo_n "(cached) " >&6
7937 else
7938 if test -n "$DLLTOOL"; then
7939 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7940 else
7941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7942 for as_dir in $PATH
7944 IFS=$as_save_IFS
7945 test -z "$as_dir" && as_dir=.
7946 for ac_exec_ext in '' $ac_executable_extensions; do
7947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7948 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7950 break 2
7952 done
7953 done
7954 IFS=$as_save_IFS
7958 DLLTOOL=$ac_cv_prog_DLLTOOL
7959 if test -n "$DLLTOOL"; then
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7961 $as_echo "$DLLTOOL" >&6; }
7962 else
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7964 $as_echo "no" >&6; }
7969 if test -z "$ac_cv_prog_DLLTOOL"; then
7970 ac_ct_DLLTOOL=$DLLTOOL
7971 # Extract the first word of "dlltool", so it can be a program name with args.
7972 set dummy dlltool; ac_word=$2
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7974 $as_echo_n "checking for $ac_word... " >&6; }
7975 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7976 $as_echo_n "(cached) " >&6
7977 else
7978 if test -n "$ac_ct_DLLTOOL"; then
7979 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7980 else
7981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7982 for as_dir in $PATH
7984 IFS=$as_save_IFS
7985 test -z "$as_dir" && as_dir=.
7986 for ac_exec_ext in '' $ac_executable_extensions; do
7987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7988 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7990 break 2
7992 done
7993 done
7994 IFS=$as_save_IFS
7998 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7999 if test -n "$ac_ct_DLLTOOL"; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8001 $as_echo "$ac_ct_DLLTOOL" >&6; }
8002 else
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004 $as_echo "no" >&6; }
8007 if test "x$ac_ct_DLLTOOL" = x; then
8008 DLLTOOL="false"
8009 else
8010 case $cross_compiling:$ac_tool_warned in
8011 yes:)
8012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8013 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8014 ac_tool_warned=yes ;;
8015 esac
8016 DLLTOOL=$ac_ct_DLLTOOL
8018 else
8019 DLLTOOL="$ac_cv_prog_DLLTOOL"
8022 LIBEXT="dll"
8023 DLLEXT=""
8024 IMPLIBEXT="a"
8025 enable_iphlpapi=${enable_iphlpapi:-no}
8026 enable_kernel32=${enable_kernel32:-no}
8027 enable_msvcrt=${enable_msvcrt:-no}
8028 enable_ntdll=${enable_ntdll:-no}
8029 enable_ws2_32=${enable_ws2_32:-no}
8030 enable_loader=${enable_loader:-no}
8031 enable_server=${enable_server:-no}
8032 with_x=${with_x:-no}
8033 with_pthread=${with_pthread:-no}
8035 crtlibs=""
8036 case $host_os in
8037 mingw32*)
8038 crtlibs="-lmsvcrt"
8039 SOCKET_LIBS="-lws2_32"
8041 esac
8043 LIBWINE_SHAREDLIB="libwine.dll"
8045 LIBWINE_IMPORTLIB="libwine.a"
8047 LIBWINE_INSTALL_LIB="libwine.dll"
8049 LIBWINE_INSTALL_DEV="libwine.a"
8051 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
8053 LIBWINE_DEPENDS="wine.def"
8057 darwin*|macosx*)
8058 for ac_header in libunwind.h
8059 do :
8060 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8061 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8062 cat >>confdefs.h <<_ACEOF
8063 #define HAVE_LIBUNWIND_H 1
8064 _ACEOF
8068 done
8070 LIBEXT="dylib"
8071 DLLFLAGS="$DLLFLAGS -fPIC"
8072 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8073 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8074 COREFOUNDATION_LIBS="-framework CoreFoundation"
8076 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8078 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8080 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8082 CORESERVICES_LIBS="-framework CoreServices"
8084 APPKIT_LIBS="-framework AppKit"
8086 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8088 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8089 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8090 $as_echo_n "(cached) " >&6
8091 else
8092 ac_wine_try_cflags_saved=$CFLAGS
8093 CFLAGS="$CFLAGS -Wl,-no_pie"
8094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8095 /* end confdefs.h. */
8096 int main(int argc, char **argv) { return 0; }
8097 _ACEOF
8098 if ac_fn_c_try_link "$LINENO"; then :
8099 ac_cv_cflags__Wl__no_pie=yes
8100 else
8101 ac_cv_cflags__Wl__no_pie=no
8103 rm -f core conftest.err conftest.$ac_objext \
8104 conftest$ac_exeext conftest.$ac_ext
8105 CFLAGS=$ac_wine_try_cflags_saved
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8108 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8109 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8110 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8112 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8113 then
8114 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8117 if test "$ac_cv_header_Security_Security_h" = "yes"
8118 then
8119 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8121 ac_save_LIBS="$LIBS"
8122 LIBS="$LIBS $SECURITY_LIBS"
8123 for ac_func in SSLCopyPeerCertificates
8124 do :
8125 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8126 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8127 cat >>confdefs.h <<_ACEOF
8128 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8129 _ACEOF
8132 done
8134 LIBS="$ac_save_LIBS"
8135 with_gnutls=${with_gnutls:-no}
8137 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8138 then
8139 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8140 then
8141 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8143 else
8144 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8147 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8148 ac_save_LIBS="$LIBS"
8149 LIBS="$LIBS $COREAUDIO_LIBS"
8150 for ac_func in AUGraphAddNode
8151 do :
8152 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8153 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8154 cat >>confdefs.h <<_ACEOF
8155 #define HAVE_AUGRAPHADDNODE 1
8156 _ACEOF
8159 done
8161 LIBS="$ac_save_LIBS"
8163 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8164 then
8165 OPENAL_LIBS="-framework OpenAL"
8168 cat >>confdefs.h <<_ACEOF
8169 #define HAVE_OPENAL 1
8170 _ACEOF
8172 ac_cv_lib_openal=yes
8174 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8175 then
8176 OPENCL_LIBS="-framework OpenCL"
8178 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8180 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8181 then
8182 ac_save_LIBS="$LIBS"
8183 LIBS="$LIBS $IOKIT_LIBS"
8184 for ac_func in IOHIDManagerCreate
8185 do :
8186 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8187 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8188 cat >>confdefs.h <<_ACEOF
8189 #define HAVE_IOHIDMANAGERCREATE 1
8190 _ACEOF
8193 done
8195 LIBS="$ac_save_LIBS"
8197 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8198 then
8199 ac_save_LIBS="$LIBS"
8200 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8202 $as_echo_n "checking for the QuickTime framework... " >&6; }
8203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8204 /* end confdefs.h. */
8205 #include <QuickTime/ImageCompression.h>
8207 main ()
8209 CodecManagerVersion(NULL);
8211 return 0;
8213 _ACEOF
8214 if ac_fn_c_try_link "$LINENO"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8216 $as_echo "yes" >&6; }
8217 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8219 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8220 else
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8222 $as_echo "no" >&6; }
8223 ac_cv_header_QuickTime_ImageCompression_h=no
8225 rm -f core conftest.err conftest.$ac_objext \
8226 conftest$ac_exeext conftest.$ac_ext
8227 LIBS="$ac_save_LIBS"
8229 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8230 then
8231 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8233 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8234 then
8235 CARBON_LIBS="-framework Carbon"
8239 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8240 then
8241 ac_save_LIBS="$LIBS"
8242 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8243 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8244 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8245 enable_winemac_drv=${enable_winemac_drv:-yes}
8248 LIBS="$ac_save_LIBS"
8251 if test "x$enable_win16" = "xyes"
8252 then
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8254 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8255 if test "$cross_compiling" = yes; then :
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8257 $as_echo "cross-compiling, assuming yes" >&6; }
8258 else
8259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8260 /* end confdefs.h. */
8261 asm(".text\n"
8262 "bad:\tnop;nop\n"
8263 "good:\tnop;nop\n\t"
8264 ".globl _testfunc\n"
8265 "_testfunc:\tcallw good");
8266 extern void testfunc();
8268 main ()
8270 unsigned short *p = (unsigned short *)testfunc;
8271 return p[0] != 0xe866 || p[1] != 0xfffa
8273 return 0;
8275 _ACEOF
8276 if ac_fn_c_try_run "$LINENO"; then :
8277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8278 $as_echo "yes" >&6; }
8279 else
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8281 $as_echo "no" >&6; }
8282 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
8284 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8285 conftest.$ac_objext conftest.beam conftest.$ac_ext
8290 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8292 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8294 LIBWINE_INSTALL_DEV="libwine.dylib"
8296 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8298 WINELOADER_DEPENDS="wine_info.plist"
8302 linux-android*)
8303 DLLFLAGS="$DLLFLAGS -fPIC"
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8305 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8306 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8307 $as_echo_n "(cached) " >&6
8308 else
8309 ac_wine_try_cflags_saved=$CFLAGS
8310 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8312 /* end confdefs.h. */
8313 int main(int argc, char **argv) { return 0; }
8314 _ACEOF
8315 if ac_fn_c_try_link "$LINENO"; then :
8316 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8317 else
8318 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8320 rm -f core conftest.err conftest.$ac_objext \
8321 conftest$ac_exeext conftest.$ac_ext
8322 CFLAGS=$ac_wine_try_cflags_saved
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8325 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8326 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8327 LDEXECFLAGS="-Wl,--export-dynamic"
8329 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8331 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8332 if eval \${$as_ac_var+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 ac_wine_try_cflags_saved=$CFLAGS
8336 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h. */
8339 int main(int argc, char **argv) { return 0; }
8340 _ACEOF
8341 if ac_fn_c_try_link "$LINENO"; then :
8342 eval "$as_ac_var=yes"
8343 else
8344 eval "$as_ac_var=no"
8346 rm -f core conftest.err conftest.$ac_objext \
8347 conftest$ac_exeext conftest.$ac_ext
8348 CFLAGS=$ac_wine_try_cflags_saved
8350 eval ac_res=\$$as_ac_var
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8352 $as_echo "$ac_res" >&6; }
8353 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8354 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8355 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8356 else
8357 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8359 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8360 if eval \${$as_ac_var+:} false; then :
8361 $as_echo_n "(cached) " >&6
8362 else
8363 ac_wine_try_cflags_saved=$CFLAGS
8364 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8366 /* end confdefs.h. */
8367 int main(int argc, char **argv) { return 0; }
8368 _ACEOF
8369 if ac_fn_c_try_link "$LINENO"; then :
8370 eval "$as_ac_var=yes"
8371 else
8372 eval "$as_ac_var=no"
8374 rm -f core conftest.err conftest.$ac_objext \
8375 conftest$ac_exeext conftest.$ac_ext
8376 CFLAGS=$ac_wine_try_cflags_saved
8378 eval ac_res=\$$as_ac_var
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8380 $as_echo "$ac_res" >&6; }
8381 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8382 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8383 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8388 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8389 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8390 $as_echo_n "(cached) " >&6
8391 else
8392 ac_wine_try_cflags_saved=$CFLAGS
8393 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h. */
8396 int main(int argc, char **argv) { return 0; }
8397 _ACEOF
8398 if ac_fn_c_try_link "$LINENO"; then :
8399 ac_cv_cflags__Wl___enable_new_dtags=yes
8400 else
8401 ac_cv_cflags__Wl___enable_new_dtags=no
8403 rm -f core conftest.err conftest.$ac_objext \
8404 conftest$ac_exeext conftest.$ac_ext
8405 CFLAGS=$ac_wine_try_cflags_saved
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8408 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8409 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8410 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8413 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8414 if ${ac_cv_cflags__Wl__pie+:} false; then :
8415 $as_echo_n "(cached) " >&6
8416 else
8417 ac_wine_try_cflags_saved=$CFLAGS
8418 CFLAGS="$CFLAGS -Wl,-pie"
8419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8420 /* end confdefs.h. */
8421 int main(int argc, char **argv) { return 0; }
8422 _ACEOF
8423 if ac_fn_c_try_link "$LINENO"; then :
8424 ac_cv_cflags__Wl__pie=yes
8425 else
8426 ac_cv_cflags__Wl__pie=no
8428 rm -f core conftest.err conftest.$ac_objext \
8429 conftest$ac_exeext conftest.$ac_ext
8430 CFLAGS=$ac_wine_try_cflags_saved
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8433 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8434 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8435 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8438 LIBWINE_SHAREDLIB="libwine.so"
8440 LIBWINE_INSTALL_LIB="libwine.so"
8442 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so"
8447 DLLFLAGS="$DLLFLAGS -fPIC"
8448 LDEXECFLAGS=""
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8450 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8451 if ${ac_cv_c_dll_gnuelf+:} false; then :
8452 $as_echo_n "(cached) " >&6
8453 else
8454 ac_wine_try_cflags_saved=$CFLAGS
8455 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8457 /* end confdefs.h. */
8458 void myfunc() {}
8459 _ACEOF
8460 if ac_fn_c_try_link "$LINENO"; then :
8461 ac_cv_c_dll_gnuelf="yes"
8462 else
8463 ac_cv_c_dll_gnuelf="no"
8465 rm -f core conftest.err conftest.$ac_objext \
8466 conftest$ac_exeext conftest.$ac_ext
8467 CFLAGS=$ac_wine_try_cflags_saved
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8470 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8471 if test "$ac_cv_c_dll_gnuelf" = "yes"
8472 then
8473 LIBWINE_LDFLAGS="-shared"
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8475 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8476 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8477 $as_echo_n "(cached) " >&6
8478 else
8479 ac_wine_try_cflags_saved=$CFLAGS
8480 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8482 /* end confdefs.h. */
8483 int main(int argc, char **argv) { return 0; }
8484 _ACEOF
8485 if ac_fn_c_try_link "$LINENO"; then :
8486 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8487 else
8488 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8490 rm -f core conftest.err conftest.$ac_objext \
8491 conftest$ac_exeext conftest.$ac_ext
8492 CFLAGS=$ac_wine_try_cflags_saved
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8495 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8496 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8497 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8498 else
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8500 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8501 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8502 $as_echo_n "(cached) " >&6
8503 else
8504 ac_wine_try_cflags_saved=$CFLAGS
8505 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8507 /* end confdefs.h. */
8508 int main(int argc, char **argv) { return 0; }
8509 _ACEOF
8510 if ac_fn_c_try_link "$LINENO"; then :
8511 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8512 else
8513 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8515 rm -f core conftest.err conftest.$ac_objext \
8516 conftest$ac_exeext conftest.$ac_ext
8517 CFLAGS=$ac_wine_try_cflags_saved
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8520 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8521 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8522 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8526 echo '{ global: *; };' >conftest.map
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8528 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8529 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8530 $as_echo_n "(cached) " >&6
8531 else
8532 ac_wine_try_cflags_saved=$CFLAGS
8533 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8535 /* end confdefs.h. */
8536 int main(int argc, char **argv) { return 0; }
8537 _ACEOF
8538 if ac_fn_c_try_link "$LINENO"; then :
8539 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8540 else
8541 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8543 rm -f core conftest.err conftest.$ac_objext \
8544 conftest$ac_exeext conftest.$ac_ext
8545 CFLAGS=$ac_wine_try_cflags_saved
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8548 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8549 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8550 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8552 rm -f conftest.map
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8555 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8556 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8557 $as_echo_n "(cached) " >&6
8558 else
8559 ac_wine_try_cflags_saved=$CFLAGS
8560 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8562 /* end confdefs.h. */
8563 int main(int argc, char **argv) { return 0; }
8564 _ACEOF
8565 if ac_fn_c_try_link "$LINENO"; then :
8566 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8567 else
8568 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8570 rm -f core conftest.err conftest.$ac_objext \
8571 conftest$ac_exeext conftest.$ac_ext
8572 CFLAGS=$ac_wine_try_cflags_saved
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8575 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8576 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8577 LDEXECFLAGS="-Wl,--export-dynamic"
8580 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8582 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8583 if eval \${$as_ac_var+:} false; then :
8584 $as_echo_n "(cached) " >&6
8585 else
8586 ac_wine_try_cflags_saved=$CFLAGS
8587 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8589 /* end confdefs.h. */
8590 int main(int argc, char **argv) { return 0; }
8591 _ACEOF
8592 if ac_fn_c_try_link "$LINENO"; then :
8593 eval "$as_ac_var=yes"
8594 else
8595 eval "$as_ac_var=no"
8597 rm -f core conftest.err conftest.$ac_objext \
8598 conftest$ac_exeext conftest.$ac_ext
8599 CFLAGS=$ac_wine_try_cflags_saved
8601 eval ac_res=\$$as_ac_var
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8603 $as_echo "$ac_res" >&6; }
8604 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8605 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8606 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8607 else
8608 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8610 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8611 if eval \${$as_ac_var+:} false; then :
8612 $as_echo_n "(cached) " >&6
8613 else
8614 ac_wine_try_cflags_saved=$CFLAGS
8615 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8618 int main(int argc, char **argv) { return 0; }
8619 _ACEOF
8620 if ac_fn_c_try_link "$LINENO"; then :
8621 eval "$as_ac_var=yes"
8622 else
8623 eval "$as_ac_var=no"
8625 rm -f core conftest.err conftest.$ac_objext \
8626 conftest$ac_exeext conftest.$ac_ext
8627 CFLAGS=$ac_wine_try_cflags_saved
8629 eval ac_res=\$$as_ac_var
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8631 $as_echo "$ac_res" >&6; }
8632 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8633 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8634 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8639 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8640 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8641 $as_echo_n "(cached) " >&6
8642 else
8643 ac_wine_try_cflags_saved=$CFLAGS
8644 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646 /* end confdefs.h. */
8647 int main(int argc, char **argv) { return 0; }
8648 _ACEOF
8649 if ac_fn_c_try_link "$LINENO"; then :
8650 ac_cv_cflags__Wl___enable_new_dtags=yes
8651 else
8652 ac_cv_cflags__Wl___enable_new_dtags=no
8654 rm -f core conftest.err conftest.$ac_objext \
8655 conftest$ac_exeext conftest.$ac_ext
8656 CFLAGS=$ac_wine_try_cflags_saved
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8659 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8660 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8661 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8664 case $host_cpu in
8665 *i[3456789]86* | x86_64)
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8667 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8668 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8669 $as_echo_n "(cached) " >&6
8670 else
8671 ac_wine_try_cflags_saved=$CFLAGS
8672 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8674 /* end confdefs.h. */
8675 int main(int argc, char **argv) { return 0; }
8676 _ACEOF
8677 if ac_fn_c_try_link "$LINENO"; then :
8678 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8679 else
8680 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8682 rm -f core conftest.err conftest.$ac_objext \
8683 conftest$ac_exeext conftest.$ac_ext
8684 CFLAGS=$ac_wine_try_cflags_saved
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8687 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8688 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8689 case $host_os in
8690 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8691 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8692 esac
8693 else
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8695 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8696 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false; then :
8697 $as_echo_n "(cached) " >&6
8698 else
8699 ac_wine_try_cflags_saved=$CFLAGS
8700 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8702 /* end confdefs.h. */
8703 int main(int argc, char **argv) { return 0; }
8704 _ACEOF
8705 if ac_fn_c_try_link "$LINENO"; then :
8706 ac_cv_cflags__Wl___section_start__interp_0x7c000400=yes
8707 else
8708 ac_cv_cflags__Wl___section_start__interp_0x7c000400=no
8710 rm -f core conftest.err conftest.$ac_objext \
8711 conftest$ac_exeext conftest.$ac_ext
8712 CFLAGS=$ac_wine_try_cflags_saved
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8715 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8716 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes; then :
8717 case $host_os in
8718 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8719 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8720 esac
8722 # Extract the first word of "prelink", so it can be a program name with args.
8723 set dummy prelink; ac_word=$2
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8725 $as_echo_n "checking for $ac_word... " >&6; }
8726 if ${ac_cv_path_PRELINK+:} false; then :
8727 $as_echo_n "(cached) " >&6
8728 else
8729 case $PRELINK in
8730 [\\/]* | ?:[\\/]*)
8731 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8735 for as_dir in /sbin /usr/sbin $PATH
8737 IFS=$as_save_IFS
8738 test -z "$as_dir" && as_dir=.
8739 for ac_exec_ext in '' $ac_executable_extensions; do
8740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8741 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8743 break 2
8745 done
8746 done
8747 IFS=$as_save_IFS
8749 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8751 esac
8753 PRELINK=$ac_cv_path_PRELINK
8754 if test -n "$PRELINK"; then
8755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8756 $as_echo "$PRELINK" >&6; }
8757 else
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8759 $as_echo "no" >&6; }
8763 if test "x$PRELINK" = xfalse
8764 then
8765 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8769 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8770 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
8771 $as_echo_n "(cached) " >&6
8772 else
8773 ac_wine_try_cflags_saved=$CFLAGS
8774 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
8775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8776 /* end confdefs.h. */
8777 int main(int argc, char **argv) { return 0; }
8778 _ACEOF
8779 if ac_fn_c_try_link "$LINENO"; then :
8780 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
8781 else
8782 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
8784 rm -f core conftest.err conftest.$ac_objext \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8789 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8790 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
8791 LDEXECFLAGS="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8794 esac
8796 else
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8798 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8799 if ${ac_cv_c_dll_unixware+:} false; then :
8800 $as_echo_n "(cached) " >&6
8801 else
8802 ac_wine_try_cflags_saved=$CFLAGS
8803 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8805 /* end confdefs.h. */
8806 void myfunc() {}
8807 _ACEOF
8808 if ac_fn_c_try_link "$LINENO"; then :
8809 ac_cv_c_dll_unixware="yes"
8810 else
8811 ac_cv_c_dll_unixware="no"
8813 rm -f core conftest.err conftest.$ac_objext \
8814 conftest$ac_exeext conftest.$ac_ext
8815 CFLAGS=$ac_wine_try_cflags_saved
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8818 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8819 if test "$ac_cv_c_dll_unixware" = "yes"
8820 then
8821 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8824 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8826 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8828 LIBWINE_INSTALL_DEV="libwine.so"
8830 LIBWINE_DEPENDS="wine.map"
8833 esac
8835 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8836 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8837 enable_winemac_drv=${enable_winemac_drv:-no}
8838 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8840 CROSSTARGET=""
8842 if test "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8843 then
8844 case "$host_cpu" in
8845 arm*)
8846 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8847 i[3456789]86*)
8848 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
8849 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8850 mingw32-gcc" ;;
8851 x86_64)
8852 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
8853 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8855 ac_prefix_list="" ;;
8856 esac
8857 for ac_prog in $ac_prefix_list
8859 # Extract the first word of "$ac_prog", so it can be a program name with args.
8860 set dummy $ac_prog; ac_word=$2
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8862 $as_echo_n "checking for $ac_word... " >&6; }
8863 if ${ac_cv_prog_CROSSCC+:} false; then :
8864 $as_echo_n "(cached) " >&6
8865 else
8866 if test -n "$CROSSCC"; then
8867 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8868 else
8869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870 for as_dir in $PATH
8872 IFS=$as_save_IFS
8873 test -z "$as_dir" && as_dir=.
8874 for ac_exec_ext in '' $ac_executable_extensions; do
8875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8876 ac_cv_prog_CROSSCC="$ac_prog"
8877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8878 break 2
8880 done
8881 done
8882 IFS=$as_save_IFS
8886 CROSSCC=$ac_cv_prog_CROSSCC
8887 if test -n "$CROSSCC"; then
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8889 $as_echo "$CROSSCC" >&6; }
8890 else
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8892 $as_echo "no" >&6; }
8896 test -n "$CROSSCC" && break
8897 done
8898 test -n "$CROSSCC" || CROSSCC="false"
8900 if test "$CROSSCC" != "false"
8901 then
8902 ac_save_CC="$CC"
8903 CC="$CROSSCC"
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8905 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907 /* end confdefs.h. */
8910 main ()
8914 return 0;
8916 _ACEOF
8917 if ac_fn_c_try_compile "$LINENO"; then :
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8919 $as_echo "yes" >&6; }
8920 set x $CROSSCC
8921 shift
8922 while test $# -ge 1
8924 case "$1" in
8925 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8926 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8927 esac
8928 shift
8929 done
8930 else
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932 $as_echo "no" >&6; }
8934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8935 CC="$ac_save_CC"
8940 if test "$ac_cv_header_pthread_h" = "yes"
8941 then
8942 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8943 if test "x$ac_cv_func_pthread_create" = xyes; then :
8945 else
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8947 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8948 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8949 $as_echo_n "(cached) " >&6
8950 else
8951 ac_check_lib_save_LIBS=$LIBS
8952 LIBS="-lpthread $LIBS"
8953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8954 /* end confdefs.h. */
8956 /* Override any GCC internal prototype to avoid an error.
8957 Use char because int might match the return type of a GCC
8958 builtin and then its argument prototype would still apply. */
8959 #ifdef __cplusplus
8960 extern "C"
8961 #endif
8962 char pthread_create ();
8964 main ()
8966 return pthread_create ();
8968 return 0;
8970 _ACEOF
8971 if ac_fn_c_try_link "$LINENO"; then :
8972 ac_cv_lib_pthread_pthread_create=yes
8973 else
8974 ac_cv_lib_pthread_pthread_create=no
8976 rm -f core conftest.err conftest.$ac_objext \
8977 conftest$ac_exeext conftest.$ac_ext
8978 LIBS=$ac_check_lib_save_LIBS
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8981 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8982 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8983 PTHREAD_LIBS="-lpthread"
8990 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
8991 case "x$with_pthread" in
8992 xno) ;;
8993 *) as_fn_error $? "pthread ${notice_platform}development files not found.
8994 Wine cannot support threads without libpthread.
8995 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8996 esac
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9002 $as_echo_n "checking for X... " >&6; }
9005 # Check whether --with-x was given.
9006 if test "${with_x+set}" = set; then :
9007 withval=$with_x;
9010 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9011 if test "x$with_x" = xno; then
9012 # The user explicitly disabled X.
9013 have_x=disabled
9014 else
9015 case $x_includes,$x_libraries in #(
9016 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9017 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9018 $as_echo_n "(cached) " >&6
9019 else
9020 # One or both of the vars are not set, and there is no cached value.
9021 ac_x_includes=no ac_x_libraries=no
9022 rm -f -r conftest.dir
9023 if mkdir conftest.dir; then
9024 cd conftest.dir
9025 cat >Imakefile <<'_ACEOF'
9026 incroot:
9027 @echo incroot='${INCROOT}'
9028 usrlibdir:
9029 @echo usrlibdir='${USRLIBDIR}'
9030 libdir:
9031 @echo libdir='${LIBDIR}'
9032 _ACEOF
9033 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9034 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9035 for ac_var in incroot usrlibdir libdir; do
9036 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9037 done
9038 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9039 for ac_extension in a so sl dylib la dll; do
9040 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9041 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9042 ac_im_usrlibdir=$ac_im_libdir; break
9044 done
9045 # Screen out bogus values from the imake configuration. They are
9046 # bogus both because they are the default anyway, and because
9047 # using them would break gcc on systems where it needs fixed includes.
9048 case $ac_im_incroot in
9049 /usr/include) ac_x_includes= ;;
9050 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9051 esac
9052 case $ac_im_usrlibdir in
9053 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9054 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9055 esac
9057 cd ..
9058 rm -f -r conftest.dir
9061 # Standard set of common directories for X headers.
9062 # Check X11 before X11Rn because it is often a symlink to the current release.
9063 ac_x_header_dirs='
9064 /usr/X11/include
9065 /usr/X11R7/include
9066 /usr/X11R6/include
9067 /usr/X11R5/include
9068 /usr/X11R4/include
9070 /usr/include/X11
9071 /usr/include/X11R7
9072 /usr/include/X11R6
9073 /usr/include/X11R5
9074 /usr/include/X11R4
9076 /usr/local/X11/include
9077 /usr/local/X11R7/include
9078 /usr/local/X11R6/include
9079 /usr/local/X11R5/include
9080 /usr/local/X11R4/include
9082 /usr/local/include/X11
9083 /usr/local/include/X11R7
9084 /usr/local/include/X11R6
9085 /usr/local/include/X11R5
9086 /usr/local/include/X11R4
9088 /usr/X386/include
9089 /usr/x386/include
9090 /usr/XFree86/include/X11
9092 /usr/include
9093 /usr/local/include
9094 /usr/unsupported/include
9095 /usr/athena/include
9096 /usr/local/x11r5/include
9097 /usr/lpp/Xamples/include
9099 /usr/openwin/include
9100 /usr/openwin/share/include'
9102 if test "$ac_x_includes" = no; then
9103 # Guess where to find include files, by looking for Xlib.h.
9104 # First, try using that file with no special directory specified.
9105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9106 /* end confdefs.h. */
9107 #include <X11/Xlib.h>
9108 _ACEOF
9109 if ac_fn_c_try_cpp "$LINENO"; then :
9110 # We can compile using X headers with no special include directory.
9111 ac_x_includes=
9112 else
9113 for ac_dir in $ac_x_header_dirs; do
9114 if test -r "$ac_dir/X11/Xlib.h"; then
9115 ac_x_includes=$ac_dir
9116 break
9118 done
9120 rm -f conftest.err conftest.i conftest.$ac_ext
9121 fi # $ac_x_includes = no
9123 if test "$ac_x_libraries" = no; then
9124 # Check for the libraries.
9125 # See if we find them without any special options.
9126 # Don't add to $LIBS permanently.
9127 ac_save_LIBS=$LIBS
9128 LIBS="-lX11 $LIBS"
9129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9130 /* end confdefs.h. */
9131 #include <X11/Xlib.h>
9133 main ()
9135 XrmInitialize ()
9137 return 0;
9139 _ACEOF
9140 if ac_fn_c_try_link "$LINENO"; then :
9141 LIBS=$ac_save_LIBS
9142 # We can link X programs with no special library path.
9143 ac_x_libraries=
9144 else
9145 LIBS=$ac_save_LIBS
9146 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9148 # Don't even attempt the hair of trying to link an X program!
9149 for ac_extension in a so sl dylib la dll; do
9150 if test -r "$ac_dir/libX11.$ac_extension"; then
9151 ac_x_libraries=$ac_dir
9152 break 2
9154 done
9155 done
9157 rm -f core conftest.err conftest.$ac_objext \
9158 conftest$ac_exeext conftest.$ac_ext
9159 fi # $ac_x_libraries = no
9161 case $ac_x_includes,$ac_x_libraries in #(
9162 no,* | *,no | *\'*)
9163 # Didn't find X, or a directory has "'" in its name.
9164 ac_cv_have_x="have_x=no";; #(
9166 # Record where we found X for the cache.
9167 ac_cv_have_x="have_x=yes\
9168 ac_x_includes='$ac_x_includes'\
9169 ac_x_libraries='$ac_x_libraries'"
9170 esac
9172 ;; #(
9173 *) have_x=yes;;
9174 esac
9175 eval "$ac_cv_have_x"
9176 fi # $with_x != no
9178 if test "$have_x" != yes; then
9179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9180 $as_echo "$have_x" >&6; }
9181 no_x=yes
9182 else
9183 # If each of the values was on the command line, it overrides each guess.
9184 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9185 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9186 # Update the cache value to reflect the command line values.
9187 ac_cv_have_x="have_x=yes\
9188 ac_x_includes='$x_includes'\
9189 ac_x_libraries='$x_libraries'"
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9191 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9194 if test "$no_x" = yes; then
9195 # Not all programs may use this symbol, but it does not hurt to define it.
9197 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9199 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9200 else
9201 if test -n "$x_includes"; then
9202 X_CFLAGS="$X_CFLAGS -I$x_includes"
9205 # It would also be nice to do this for all -L options, not just this one.
9206 if test -n "$x_libraries"; then
9207 X_LIBS="$X_LIBS -L$x_libraries"
9208 # For Solaris; some versions of Sun CC require a space after -R and
9209 # others require no space. Words are not sufficient . . . .
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9211 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9212 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9213 ac_xsave_c_werror_flag=$ac_c_werror_flag
9214 ac_c_werror_flag=yes
9215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9216 /* end confdefs.h. */
9219 main ()
9223 return 0;
9225 _ACEOF
9226 if ac_fn_c_try_link "$LINENO"; then :
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9228 $as_echo "no" >&6; }
9229 X_LIBS="$X_LIBS -R$x_libraries"
9230 else
9231 LIBS="$ac_xsave_LIBS -R $x_libraries"
9232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9233 /* end confdefs.h. */
9236 main ()
9240 return 0;
9242 _ACEOF
9243 if ac_fn_c_try_link "$LINENO"; then :
9244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9245 $as_echo "yes" >&6; }
9246 X_LIBS="$X_LIBS -R $x_libraries"
9247 else
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9249 $as_echo "neither works" >&6; }
9251 rm -f core conftest.err conftest.$ac_objext \
9252 conftest$ac_exeext conftest.$ac_ext
9254 rm -f core conftest.err conftest.$ac_objext \
9255 conftest$ac_exeext conftest.$ac_ext
9256 ac_c_werror_flag=$ac_xsave_c_werror_flag
9257 LIBS=$ac_xsave_LIBS
9260 # Check for system-dependent libraries X programs must link with.
9261 # Do this before checking for the system-independent R6 libraries
9262 # (-lICE), since we may need -lsocket or whatever for X linking.
9264 if test "$ISC" = yes; then
9265 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9266 else
9267 # Martyn Johnson says this is needed for Ultrix, if the X
9268 # libraries were built with DECnet support. And Karl Berry says
9269 # the Alpha needs dnet_stub (dnet does not exist).
9270 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9272 /* end confdefs.h. */
9274 /* Override any GCC internal prototype to avoid an error.
9275 Use char because int might match the return type of a GCC
9276 builtin and then its argument prototype would still apply. */
9277 #ifdef __cplusplus
9278 extern "C"
9279 #endif
9280 char XOpenDisplay ();
9282 main ()
9284 return XOpenDisplay ();
9286 return 0;
9288 _ACEOF
9289 if ac_fn_c_try_link "$LINENO"; then :
9291 else
9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9293 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9294 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9295 $as_echo_n "(cached) " >&6
9296 else
9297 ac_check_lib_save_LIBS=$LIBS
9298 LIBS="-ldnet $LIBS"
9299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9300 /* end confdefs.h. */
9302 /* Override any GCC internal prototype to avoid an error.
9303 Use char because int might match the return type of a GCC
9304 builtin and then its argument prototype would still apply. */
9305 #ifdef __cplusplus
9306 extern "C"
9307 #endif
9308 char dnet_ntoa ();
9310 main ()
9312 return dnet_ntoa ();
9314 return 0;
9316 _ACEOF
9317 if ac_fn_c_try_link "$LINENO"; then :
9318 ac_cv_lib_dnet_dnet_ntoa=yes
9319 else
9320 ac_cv_lib_dnet_dnet_ntoa=no
9322 rm -f core conftest.err conftest.$ac_objext \
9323 conftest$ac_exeext conftest.$ac_ext
9324 LIBS=$ac_check_lib_save_LIBS
9326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9327 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9328 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9329 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9332 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9334 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9335 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9336 $as_echo_n "(cached) " >&6
9337 else
9338 ac_check_lib_save_LIBS=$LIBS
9339 LIBS="-ldnet_stub $LIBS"
9340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9346 #ifdef __cplusplus
9347 extern "C"
9348 #endif
9349 char dnet_ntoa ();
9351 main ()
9353 return dnet_ntoa ();
9355 return 0;
9357 _ACEOF
9358 if ac_fn_c_try_link "$LINENO"; then :
9359 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9360 else
9361 ac_cv_lib_dnet_stub_dnet_ntoa=no
9363 rm -f core conftest.err conftest.$ac_objext \
9364 conftest$ac_exeext conftest.$ac_ext
9365 LIBS=$ac_check_lib_save_LIBS
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9368 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9369 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9370 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9375 rm -f core conftest.err conftest.$ac_objext \
9376 conftest$ac_exeext conftest.$ac_ext
9377 LIBS="$ac_xsave_LIBS"
9379 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9380 # to get the SysV transport functions.
9381 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9382 # needs -lnsl.
9383 # The nsl library prevents programs from opening the X display
9384 # on Irix 5.2, according to T.E. Dickey.
9385 # The functions gethostbyname, getservbyname, and inet_addr are
9386 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9387 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9388 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9392 if test $ac_cv_func_gethostbyname = no; then
9393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9394 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9395 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9396 $as_echo_n "(cached) " >&6
9397 else
9398 ac_check_lib_save_LIBS=$LIBS
9399 LIBS="-lnsl $LIBS"
9400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9401 /* end confdefs.h. */
9403 /* Override any GCC internal prototype to avoid an error.
9404 Use char because int might match the return type of a GCC
9405 builtin and then its argument prototype would still apply. */
9406 #ifdef __cplusplus
9407 extern "C"
9408 #endif
9409 char gethostbyname ();
9411 main ()
9413 return gethostbyname ();
9415 return 0;
9417 _ACEOF
9418 if ac_fn_c_try_link "$LINENO"; then :
9419 ac_cv_lib_nsl_gethostbyname=yes
9420 else
9421 ac_cv_lib_nsl_gethostbyname=no
9423 rm -f core conftest.err conftest.$ac_objext \
9424 conftest$ac_exeext conftest.$ac_ext
9425 LIBS=$ac_check_lib_save_LIBS
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9428 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9429 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9433 if test $ac_cv_lib_nsl_gethostbyname = no; then
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9435 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9436 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9437 $as_echo_n "(cached) " >&6
9438 else
9439 ac_check_lib_save_LIBS=$LIBS
9440 LIBS="-lbsd $LIBS"
9441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h. */
9444 /* Override any GCC internal prototype to avoid an error.
9445 Use char because int might match the return type of a GCC
9446 builtin and then its argument prototype would still apply. */
9447 #ifdef __cplusplus
9448 extern "C"
9449 #endif
9450 char gethostbyname ();
9452 main ()
9454 return gethostbyname ();
9456 return 0;
9458 _ACEOF
9459 if ac_fn_c_try_link "$LINENO"; then :
9460 ac_cv_lib_bsd_gethostbyname=yes
9461 else
9462 ac_cv_lib_bsd_gethostbyname=no
9464 rm -f core conftest.err conftest.$ac_objext \
9465 conftest$ac_exeext conftest.$ac_ext
9466 LIBS=$ac_check_lib_save_LIBS
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9469 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9470 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9471 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9477 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9478 # socket/setsockopt and other routines are undefined under SCO ODT
9479 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9480 # on later versions), says Simon Leinen: it contains gethostby*
9481 # variants that don't use the name server (or something). -lsocket
9482 # must be given before -lnsl if both are needed. We assume that
9483 # if connect needs -lnsl, so does gethostbyname.
9484 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9485 if test "x$ac_cv_func_connect" = xyes; then :
9489 if test $ac_cv_func_connect = no; then
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9491 $as_echo_n "checking for connect in -lsocket... " >&6; }
9492 if ${ac_cv_lib_socket_connect+:} false; then :
9493 $as_echo_n "(cached) " >&6
9494 else
9495 ac_check_lib_save_LIBS=$LIBS
9496 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9498 /* end confdefs.h. */
9500 /* Override any GCC internal prototype to avoid an error.
9501 Use char because int might match the return type of a GCC
9502 builtin and then its argument prototype would still apply. */
9503 #ifdef __cplusplus
9504 extern "C"
9505 #endif
9506 char connect ();
9508 main ()
9510 return connect ();
9512 return 0;
9514 _ACEOF
9515 if ac_fn_c_try_link "$LINENO"; then :
9516 ac_cv_lib_socket_connect=yes
9517 else
9518 ac_cv_lib_socket_connect=no
9520 rm -f core conftest.err conftest.$ac_objext \
9521 conftest$ac_exeext conftest.$ac_ext
9522 LIBS=$ac_check_lib_save_LIBS
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9525 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9526 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9527 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9532 # Guillermo Gomez says -lposix is necessary on A/UX.
9533 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9534 if test "x$ac_cv_func_remove" = xyes; then :
9538 if test $ac_cv_func_remove = no; then
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9540 $as_echo_n "checking for remove in -lposix... " >&6; }
9541 if ${ac_cv_lib_posix_remove+:} false; then :
9542 $as_echo_n "(cached) " >&6
9543 else
9544 ac_check_lib_save_LIBS=$LIBS
9545 LIBS="-lposix $LIBS"
9546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9547 /* end confdefs.h. */
9549 /* Override any GCC internal prototype to avoid an error.
9550 Use char because int might match the return type of a GCC
9551 builtin and then its argument prototype would still apply. */
9552 #ifdef __cplusplus
9553 extern "C"
9554 #endif
9555 char remove ();
9557 main ()
9559 return remove ();
9561 return 0;
9563 _ACEOF
9564 if ac_fn_c_try_link "$LINENO"; then :
9565 ac_cv_lib_posix_remove=yes
9566 else
9567 ac_cv_lib_posix_remove=no
9569 rm -f core conftest.err conftest.$ac_objext \
9570 conftest$ac_exeext conftest.$ac_ext
9571 LIBS=$ac_check_lib_save_LIBS
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9574 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9575 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9576 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9581 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9582 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9583 if test "x$ac_cv_func_shmat" = xyes; then :
9587 if test $ac_cv_func_shmat = no; then
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9589 $as_echo_n "checking for shmat in -lipc... " >&6; }
9590 if ${ac_cv_lib_ipc_shmat+:} false; then :
9591 $as_echo_n "(cached) " >&6
9592 else
9593 ac_check_lib_save_LIBS=$LIBS
9594 LIBS="-lipc $LIBS"
9595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9596 /* end confdefs.h. */
9598 /* Override any GCC internal prototype to avoid an error.
9599 Use char because int might match the return type of a GCC
9600 builtin and then its argument prototype would still apply. */
9601 #ifdef __cplusplus
9602 extern "C"
9603 #endif
9604 char shmat ();
9606 main ()
9608 return shmat ();
9610 return 0;
9612 _ACEOF
9613 if ac_fn_c_try_link "$LINENO"; then :
9614 ac_cv_lib_ipc_shmat=yes
9615 else
9616 ac_cv_lib_ipc_shmat=no
9618 rm -f core conftest.err conftest.$ac_objext \
9619 conftest$ac_exeext conftest.$ac_ext
9620 LIBS=$ac_check_lib_save_LIBS
9622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9623 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9624 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9625 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9631 # Check for libraries that X11R6 Xt/Xaw programs need.
9632 ac_save_LDFLAGS=$LDFLAGS
9633 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9634 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9635 # check for ICE first), but we must link in the order -lSM -lICE or
9636 # we get undefined symbols. So assume we have SM if we have ICE.
9637 # These have to be linked with before -lX11, unlike the other
9638 # libraries we check for below, so use a different variable.
9639 # John Interrante, Karl Berry
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9641 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9642 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9643 $as_echo_n "(cached) " >&6
9644 else
9645 ac_check_lib_save_LIBS=$LIBS
9646 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9648 /* end confdefs.h. */
9650 /* Override any GCC internal prototype to avoid an error.
9651 Use char because int might match the return type of a GCC
9652 builtin and then its argument prototype would still apply. */
9653 #ifdef __cplusplus
9654 extern "C"
9655 #endif
9656 char IceConnectionNumber ();
9658 main ()
9660 return IceConnectionNumber ();
9662 return 0;
9664 _ACEOF
9665 if ac_fn_c_try_link "$LINENO"; then :
9666 ac_cv_lib_ICE_IceConnectionNumber=yes
9667 else
9668 ac_cv_lib_ICE_IceConnectionNumber=no
9670 rm -f core conftest.err conftest.$ac_objext \
9671 conftest$ac_exeext conftest.$ac_ext
9672 LIBS=$ac_check_lib_save_LIBS
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9675 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9676 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9677 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9680 LDFLAGS=$ac_save_LDFLAGS
9685 if test "$have_x" = "yes"
9686 then
9687 ac_save_CPPFLAGS="$CPPFLAGS"
9688 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9691 $as_echo_n "checking for -lX11... " >&6; }
9692 if ${ac_cv_lib_soname_X11+:} false; then :
9693 $as_echo_n "(cached) " >&6
9694 else
9695 ac_check_soname_save_LIBS=$LIBS
9696 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9698 /* end confdefs.h. */
9700 /* Override any GCC internal prototype to avoid an error.
9701 Use char because int might match the return type of a GCC
9702 builtin and then its argument prototype would still apply. */
9703 #ifdef __cplusplus
9704 extern "C"
9705 #endif
9706 char XCreateWindow ();
9708 main ()
9710 return XCreateWindow ();
9712 return 0;
9714 _ACEOF
9715 if ac_fn_c_try_link "$LINENO"; then :
9716 case "$LIBEXT" in
9717 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9718 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'` ;;
9719 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9720 if ${ac_cv_lib_soname_X11:+false} :; then :
9721 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9722 fi ;;
9723 esac
9725 rm -f core conftest.err conftest.$ac_objext \
9726 conftest$ac_exeext conftest.$ac_ext
9727 LIBS=$ac_check_soname_save_LIBS
9729 if ${ac_cv_lib_soname_X11:+false} :; then :
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9731 $as_echo "not found" >&6; }
9733 else
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9735 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9737 cat >>confdefs.h <<_ACEOF
9738 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9739 _ACEOF
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9744 $as_echo_n "checking for -lXext... " >&6; }
9745 if ${ac_cv_lib_soname_Xext+:} false; then :
9746 $as_echo_n "(cached) " >&6
9747 else
9748 ac_check_soname_save_LIBS=$LIBS
9749 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9756 #ifdef __cplusplus
9757 extern "C"
9758 #endif
9759 char XextCreateExtension ();
9761 main ()
9763 return XextCreateExtension ();
9765 return 0;
9767 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
9769 case "$LIBEXT" in
9770 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9771 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'` ;;
9772 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9773 if ${ac_cv_lib_soname_Xext:+false} :; then :
9774 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9775 fi ;;
9776 esac
9778 rm -f core conftest.err conftest.$ac_objext \
9779 conftest$ac_exeext conftest.$ac_ext
9780 LIBS=$ac_check_soname_save_LIBS
9782 if ${ac_cv_lib_soname_Xext:+false} :; then :
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9784 $as_echo "not found" >&6; }
9786 else
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9788 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9790 cat >>confdefs.h <<_ACEOF
9791 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9792 _ACEOF
9794 X_LIBS="$X_LIBS -lXext"
9796 X_LIBS="$X_LIBS -lX11"
9798 for ac_header in X11/Xlib.h \
9799 X11/XKBlib.h \
9800 X11/Xutil.h \
9801 X11/Xcursor/Xcursor.h \
9802 X11/extensions/shape.h \
9803 X11/extensions/XInput.h \
9804 X11/extensions/XInput2.h \
9805 X11/extensions/XShm.h \
9806 X11/extensions/Xcomposite.h \
9807 X11/extensions/Xinerama.h \
9808 X11/extensions/Xrandr.h \
9809 X11/extensions/Xrender.h \
9810 X11/extensions/xf86vmode.h \
9811 X11/extensions/xf86vmproto.h
9812 do :
9813 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9814 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9815 # include <X11/Xlib.h>
9816 #endif
9817 #ifdef HAVE_X11_XUTIL_H
9818 # include <X11/Xutil.h>
9819 #endif
9821 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9822 cat >>confdefs.h <<_ACEOF
9823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9824 _ACEOF
9828 done
9831 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9832 then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9834 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9835 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9836 $as_echo_n "(cached) " >&6
9837 else
9838 ac_check_lib_save_LIBS=$LIBS
9839 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9841 /* end confdefs.h. */
9843 /* Override any GCC internal prototype to avoid an error.
9844 Use char because int might match the return type of a GCC
9845 builtin and then its argument prototype would still apply. */
9846 #ifdef __cplusplus
9847 extern "C"
9848 #endif
9849 char XkbQueryExtension ();
9851 main ()
9853 return XkbQueryExtension ();
9855 return 0;
9857 _ACEOF
9858 if ac_fn_c_try_link "$LINENO"; then :
9859 ac_cv_lib_X11_XkbQueryExtension=yes
9860 else
9861 ac_cv_lib_X11_XkbQueryExtension=no
9863 rm -f core conftest.err conftest.$ac_objext \
9864 conftest$ac_exeext conftest.$ac_ext
9865 LIBS=$ac_check_lib_save_LIBS
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9868 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9869 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9871 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9877 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9878 then
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9880 $as_echo_n "checking for -lXcursor... " >&6; }
9881 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 ac_check_soname_save_LIBS=$LIBS
9885 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9887 /* end confdefs.h. */
9889 /* Override any GCC internal prototype to avoid an error.
9890 Use char because int might match the return type of a GCC
9891 builtin and then its argument prototype would still apply. */
9892 #ifdef __cplusplus
9893 extern "C"
9894 #endif
9895 char XcursorImageLoadCursor ();
9897 main ()
9899 return XcursorImageLoadCursor ();
9901 return 0;
9903 _ACEOF
9904 if ac_fn_c_try_link "$LINENO"; then :
9905 case "$LIBEXT" in
9906 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9907 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'` ;;
9908 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9909 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9910 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9911 fi ;;
9912 esac
9914 rm -f core conftest.err conftest.$ac_objext \
9915 conftest$ac_exeext conftest.$ac_ext
9916 LIBS=$ac_check_soname_save_LIBS
9918 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9920 $as_echo "not found" >&6; }
9922 else
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9924 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9926 cat >>confdefs.h <<_ACEOF
9927 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9928 _ACEOF
9933 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9934 case "x$with_xcursor" in
9935 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9936 xno) ;;
9937 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9938 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9939 esac
9943 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9944 then
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9946 $as_echo_n "checking for -lXi... " >&6; }
9947 if ${ac_cv_lib_soname_Xi+:} false; then :
9948 $as_echo_n "(cached) " >&6
9949 else
9950 ac_check_soname_save_LIBS=$LIBS
9951 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9953 /* end confdefs.h. */
9955 /* Override any GCC internal prototype to avoid an error.
9956 Use char because int might match the return type of a GCC
9957 builtin and then its argument prototype would still apply. */
9958 #ifdef __cplusplus
9959 extern "C"
9960 #endif
9961 char XOpenDevice ();
9963 main ()
9965 return XOpenDevice ();
9967 return 0;
9969 _ACEOF
9970 if ac_fn_c_try_link "$LINENO"; then :
9971 case "$LIBEXT" in
9972 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9973 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'` ;;
9974 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9975 if ${ac_cv_lib_soname_Xi:+false} :; then :
9976 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9977 fi ;;
9978 esac
9980 rm -f core conftest.err conftest.$ac_objext \
9981 conftest$ac_exeext conftest.$ac_ext
9982 LIBS=$ac_check_soname_save_LIBS
9984 if ${ac_cv_lib_soname_Xi:+false} :; then :
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9986 $as_echo "not found" >&6; }
9988 else
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9990 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9992 cat >>confdefs.h <<_ACEOF
9993 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9994 _ACEOF
9999 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10000 case "x$with_xinput" in
10001 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10002 xno) ;;
10003 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10004 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10005 esac
10009 if test "x$ac_cv_lib_soname_Xi" != x
10010 then
10011 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10012 case "x$with_xinput2" in
10013 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10014 xno) ;;
10015 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10016 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10017 esac
10022 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10023 then
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10025 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10026 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10027 $as_echo_n "(cached) " >&6
10028 else
10029 ac_check_lib_save_LIBS=$LIBS
10030 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10032 /* end confdefs.h. */
10034 /* Override any GCC internal prototype to avoid an error.
10035 Use char because int might match the return type of a GCC
10036 builtin and then its argument prototype would still apply. */
10037 #ifdef __cplusplus
10038 extern "C"
10039 #endif
10040 char XShmQueryExtension ();
10042 main ()
10044 return XShmQueryExtension ();
10046 return 0;
10048 _ACEOF
10049 if ac_fn_c_try_link "$LINENO"; then :
10050 ac_cv_lib_Xext_XShmQueryExtension=yes
10051 else
10052 ac_cv_lib_Xext_XShmQueryExtension=no
10054 rm -f core conftest.err conftest.$ac_objext \
10055 conftest$ac_exeext conftest.$ac_ext
10056 LIBS=$ac_check_lib_save_LIBS
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10059 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10060 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10062 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10067 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10068 case "x$with_xshm" in
10069 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10070 xno) ;;
10071 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10072 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10073 esac
10077 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10078 then
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10080 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10081 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10082 $as_echo_n "(cached) " >&6
10083 else
10084 ac_check_lib_save_LIBS=$LIBS
10085 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10087 /* end confdefs.h. */
10089 /* Override any GCC internal prototype to avoid an error.
10090 Use char because int might match the return type of a GCC
10091 builtin and then its argument prototype would still apply. */
10092 #ifdef __cplusplus
10093 extern "C"
10094 #endif
10095 char XShapeQueryExtension ();
10097 main ()
10099 return XShapeQueryExtension ();
10101 return 0;
10103 _ACEOF
10104 if ac_fn_c_try_link "$LINENO"; then :
10105 ac_cv_lib_Xext_XShapeQueryExtension=yes
10106 else
10107 ac_cv_lib_Xext_XShapeQueryExtension=no
10109 rm -f core conftest.err conftest.$ac_objext \
10110 conftest$ac_exeext conftest.$ac_ext
10111 LIBS=$ac_check_lib_save_LIBS
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10114 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10115 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10117 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10122 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10123 case "x$with_xshape" in
10124 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10125 xno) ;;
10126 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10127 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10128 esac
10132 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10133 then
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10135 $as_echo_n "checking for -lXxf86vm... " >&6; }
10136 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10137 $as_echo_n "(cached) " >&6
10138 else
10139 ac_check_soname_save_LIBS=$LIBS
10140 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10144 /* Override any GCC internal prototype to avoid an error.
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10147 #ifdef __cplusplus
10148 extern "C"
10149 #endif
10150 char XF86VidModeQueryExtension ();
10152 main ()
10154 return XF86VidModeQueryExtension ();
10156 return 0;
10158 _ACEOF
10159 if ac_fn_c_try_link "$LINENO"; then :
10160 case "$LIBEXT" in
10161 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10162 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'` ;;
10163 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10164 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10165 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10166 fi ;;
10167 esac
10169 rm -f core conftest.err conftest.$ac_objext \
10170 conftest$ac_exeext conftest.$ac_ext
10171 LIBS=$ac_check_soname_save_LIBS
10173 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10175 $as_echo "not found" >&6; }
10177 else
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10179 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10181 cat >>confdefs.h <<_ACEOF
10182 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10183 _ACEOF
10188 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10189 case "x$with_xxf86vm" in
10190 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10191 xno) ;;
10192 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10193 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10194 esac
10198 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10199 then
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10201 $as_echo_n "checking for -lXrender... " >&6; }
10202 if ${ac_cv_lib_soname_Xrender+:} false; then :
10203 $as_echo_n "(cached) " >&6
10204 else
10205 ac_check_soname_save_LIBS=$LIBS
10206 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10208 /* end confdefs.h. */
10210 /* Override any GCC internal prototype to avoid an error.
10211 Use char because int might match the return type of a GCC
10212 builtin and then its argument prototype would still apply. */
10213 #ifdef __cplusplus
10214 extern "C"
10215 #endif
10216 char XRenderQueryExtension ();
10218 main ()
10220 return XRenderQueryExtension ();
10222 return 0;
10224 _ACEOF
10225 if ac_fn_c_try_link "$LINENO"; then :
10226 case "$LIBEXT" in
10227 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10228 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'` ;;
10229 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10230 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10231 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10232 fi ;;
10233 esac
10235 rm -f core conftest.err conftest.$ac_objext \
10236 conftest$ac_exeext conftest.$ac_ext
10237 LIBS=$ac_check_soname_save_LIBS
10239 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10241 $as_echo "not found" >&6; }
10243 else
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10245 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10247 cat >>confdefs.h <<_ACEOF
10248 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10249 _ACEOF
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10252 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10253 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10254 $as_echo_n "(cached) " >&6
10255 else
10256 ac_check_lib_save_LIBS=$LIBS
10257 LIBS="-lXrender $X_LIBS $X_EXTRA_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. */
10264 #ifdef __cplusplus
10265 extern "C"
10266 #endif
10267 char XRenderSetPictureTransform ();
10269 main ()
10271 return XRenderSetPictureTransform ();
10273 return 0;
10275 _ACEOF
10276 if ac_fn_c_try_link "$LINENO"; then :
10277 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10278 else
10279 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10281 rm -f core conftest.err conftest.$ac_objext \
10282 conftest$ac_exeext conftest.$ac_ext
10283 LIBS=$ac_check_lib_save_LIBS
10285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10286 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10287 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10289 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10294 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10295 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10296 $as_echo_n "(cached) " >&6
10297 else
10298 ac_check_lib_save_LIBS=$LIBS
10299 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10301 /* end confdefs.h. */
10303 /* Override any GCC internal prototype to avoid an error.
10304 Use char because int might match the return type of a GCC
10305 builtin and then its argument prototype would still apply. */
10306 #ifdef __cplusplus
10307 extern "C"
10308 #endif
10309 char XRenderCreateLinearGradient ();
10311 main ()
10313 return XRenderCreateLinearGradient ();
10315 return 0;
10317 _ACEOF
10318 if ac_fn_c_try_link "$LINENO"; then :
10319 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10320 else
10321 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10323 rm -f core conftest.err conftest.$ac_objext \
10324 conftest$ac_exeext conftest.$ac_ext
10325 LIBS=$ac_check_lib_save_LIBS
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10328 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10329 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10331 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10338 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10339 case "x$with_xrender" in
10340 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10341 xno) ;;
10342 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10343 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10344 esac
10348 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10349 then
10350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10352 #include <X11/Xlib.h>
10353 #include <X11/extensions/Xrandr.h>
10355 main ()
10357 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10359 return 0;
10361 _ACEOF
10362 if ac_fn_c_try_compile "$LINENO"; then :
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10364 $as_echo_n "checking for -lXrandr... " >&6; }
10365 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10366 $as_echo_n "(cached) " >&6
10367 else
10368 ac_check_soname_save_LIBS=$LIBS
10369 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10376 #ifdef __cplusplus
10377 extern "C"
10378 #endif
10379 char XRRQueryExtension ();
10381 main ()
10383 return XRRQueryExtension ();
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 case "$LIBEXT" in
10390 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10391 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'` ;;
10392 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10393 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10394 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10395 fi ;;
10396 esac
10398 rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_soname_save_LIBS
10402 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10404 $as_echo "not found" >&6; }
10406 else
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10408 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10410 cat >>confdefs.h <<_ACEOF
10411 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10412 _ACEOF
10414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10415 /* end confdefs.h. */
10416 #include <X11/Xlib.h>
10417 #include <X11/extensions/Xrandr.h>
10419 main ()
10421 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10423 return 0;
10425 _ACEOF
10426 if ac_fn_c_try_compile "$LINENO"; then :
10428 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10436 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10437 case "x$with_xrandr" in
10438 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10439 xno) ;;
10440 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10441 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10442 esac
10446 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10447 then
10448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10450 #include <X11/Xlib.h>
10451 #include <X11/extensions/Xinerama.h>
10453 main ()
10455 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10457 return 0;
10459 _ACEOF
10460 if ac_fn_c_try_compile "$LINENO"; then :
10461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10462 $as_echo_n "checking for -lXinerama... " >&6; }
10463 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10464 $as_echo_n "(cached) " >&6
10465 else
10466 ac_check_soname_save_LIBS=$LIBS
10467 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10469 /* end confdefs.h. */
10471 /* Override any GCC internal prototype to avoid an error.
10472 Use char because int might match the return type of a GCC
10473 builtin and then its argument prototype would still apply. */
10474 #ifdef __cplusplus
10475 extern "C"
10476 #endif
10477 char XineramaQueryScreens ();
10479 main ()
10481 return XineramaQueryScreens ();
10483 return 0;
10485 _ACEOF
10486 if ac_fn_c_try_link "$LINENO"; then :
10487 case "$LIBEXT" in
10488 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10489 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'` ;;
10490 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10491 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10492 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10493 fi ;;
10494 esac
10496 rm -f core conftest.err conftest.$ac_objext \
10497 conftest$ac_exeext conftest.$ac_ext
10498 LIBS=$ac_check_soname_save_LIBS
10500 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10502 $as_echo "not found" >&6; }
10504 else
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10506 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10508 cat >>confdefs.h <<_ACEOF
10509 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10510 _ACEOF
10515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10517 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10518 case "x$with_xinerama" in
10519 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10520 xno) ;;
10521 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10522 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10523 esac
10527 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10528 then
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10530 $as_echo_n "checking for -lXcomposite... " >&6; }
10531 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10532 $as_echo_n "(cached) " >&6
10533 else
10534 ac_check_soname_save_LIBS=$LIBS
10535 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10537 /* end confdefs.h. */
10539 /* Override any GCC internal prototype to avoid an error.
10540 Use char because int might match the return type of a GCC
10541 builtin and then its argument prototype would still apply. */
10542 #ifdef __cplusplus
10543 extern "C"
10544 #endif
10545 char XCompositeRedirectWindow ();
10547 main ()
10549 return XCompositeRedirectWindow ();
10551 return 0;
10553 _ACEOF
10554 if ac_fn_c_try_link "$LINENO"; then :
10555 case "$LIBEXT" in
10556 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10557 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'` ;;
10558 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10559 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10560 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10561 fi ;;
10562 esac
10564 rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
10566 LIBS=$ac_check_soname_save_LIBS
10568 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10570 $as_echo "not found" >&6; }
10572 else
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10574 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10576 cat >>confdefs.h <<_ACEOF
10577 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10578 _ACEOF
10583 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10584 case "x$with_xcomposite" in
10585 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10586 xno) ;;
10587 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10588 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10589 esac
10593 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10594 #include <X11/Xlib.h>
10595 #endif
10597 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10599 cat >>confdefs.h <<_ACEOF
10600 #define HAVE_XICCALLBACK_CALLBACK 1
10601 _ACEOF
10605 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10606 #include <X11/Xlib.h>
10607 #endif
10609 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10611 cat >>confdefs.h <<_ACEOF
10612 #define HAVE_XEVENT_XCOOKIE 1
10613 _ACEOF
10620 opengl_msg=""
10621 if test "x$with_opengl" != "xno"
10622 then
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10624 $as_echo_n "checking for -lGL... " >&6; }
10625 if ${ac_cv_lib_soname_GL+:} false; then :
10626 $as_echo_n "(cached) " >&6
10627 else
10628 ac_check_soname_save_LIBS=$LIBS
10629 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10631 /* end confdefs.h. */
10633 /* Override any GCC internal prototype to avoid an error.
10634 Use char because int might match the return type of a GCC
10635 builtin and then its argument prototype would still apply. */
10636 #ifdef __cplusplus
10637 extern "C"
10638 #endif
10639 char glXCreateContext ();
10641 main ()
10643 return glXCreateContext ();
10645 return 0;
10647 _ACEOF
10648 if ac_fn_c_try_link "$LINENO"; then :
10649 case "$LIBEXT" in
10650 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10651 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'` ;;
10652 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10653 if ${ac_cv_lib_soname_GL:+false} :; then :
10654 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10655 fi ;;
10656 esac
10658 rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
10660 LIBS=$ac_check_soname_save_LIBS
10662 if ${ac_cv_lib_soname_GL:+false} :; then :
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10664 $as_echo "not found" >&6; }
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10666 $as_echo_n "checking for -lGL... " >&6; }
10667 if ${ac_cv_lib_soname_GL+:} false; then :
10668 $as_echo_n "(cached) " >&6
10669 else
10670 ac_check_soname_save_LIBS=$LIBS
10671 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
10672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10673 /* end confdefs.h. */
10675 /* Override any GCC internal prototype to avoid an error.
10676 Use char because int might match the return type of a GCC
10677 builtin and then its argument prototype would still apply. */
10678 #ifdef __cplusplus
10679 extern "C"
10680 #endif
10681 char glXCreateContext ();
10683 main ()
10685 return glXCreateContext ();
10687 return 0;
10689 _ACEOF
10690 if ac_fn_c_try_link "$LINENO"; then :
10691 case "$LIBEXT" in
10692 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10693 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'` ;;
10694 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10695 if ${ac_cv_lib_soname_GL:+false} :; then :
10696 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10697 fi ;;
10698 esac
10700 rm -f core conftest.err conftest.$ac_objext \
10701 conftest$ac_exeext conftest.$ac_ext
10702 LIBS=$ac_check_soname_save_LIBS
10704 if ${ac_cv_lib_soname_GL:+false} :; then :
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10706 $as_echo "not found" >&6; }
10707 if test -f /usr/X11R6/lib/libGL.a
10708 then
10709 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10710 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10711 else
10712 opengl_msg="No OpenGL library found on this system."
10714 else
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10716 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10718 cat >>confdefs.h <<_ACEOF
10719 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10720 _ACEOF
10722 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"
10724 else
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10726 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10728 cat >>confdefs.h <<_ACEOF
10729 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10730 _ACEOF
10732 OPENGL_LIBS="-lGL"
10734 if test "x$with_glu" != "xno"
10735 then
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10737 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10738 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10739 $as_echo_n "(cached) " >&6
10740 else
10741 ac_check_lib_save_LIBS=$LIBS
10742 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10744 /* end confdefs.h. */
10746 /* Override any GCC internal prototype to avoid an error.
10747 Use char because int might match the return type of a GCC
10748 builtin and then its argument prototype would still apply. */
10749 #ifdef __cplusplus
10750 extern "C"
10751 #endif
10752 char gluLookAt ();
10754 main ()
10756 return gluLookAt ();
10758 return 0;
10760 _ACEOF
10761 if ac_fn_c_try_link "$LINENO"; then :
10762 ac_cv_lib_GLU_gluLookAt=yes
10763 else
10764 ac_cv_lib_GLU_gluLookAt=no
10766 rm -f core conftest.err conftest.$ac_objext \
10767 conftest$ac_exeext conftest.$ac_ext
10768 LIBS=$ac_check_lib_save_LIBS
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10771 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10772 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10776 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10777 case "x$with_glu" in
10778 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10779 xno) ;;
10780 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10781 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10782 esac
10787 if test "x$with_osmesa" != "xno"
10788 then
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10790 $as_echo_n "checking for -lOSMesa... " >&6; }
10791 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10792 $as_echo_n "(cached) " >&6
10793 else
10794 ac_check_soname_save_LIBS=$LIBS
10795 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10797 /* end confdefs.h. */
10799 /* Override any GCC internal prototype to avoid an error.
10800 Use char because int might match the return type of a GCC
10801 builtin and then its argument prototype would still apply. */
10802 #ifdef __cplusplus
10803 extern "C"
10804 #endif
10805 char glAccum ();
10807 main ()
10809 return glAccum ();
10811 return 0;
10813 _ACEOF
10814 if ac_fn_c_try_link "$LINENO"; then :
10815 case "$LIBEXT" in
10816 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10817 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'` ;;
10818 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10819 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10820 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10821 fi ;;
10822 esac
10824 rm -f core conftest.err conftest.$ac_objext \
10825 conftest$ac_exeext conftest.$ac_ext
10826 LIBS=$ac_check_soname_save_LIBS
10828 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10830 $as_echo "not found" >&6; }
10832 else
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10834 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10836 cat >>confdefs.h <<_ACEOF
10837 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10838 _ACEOF
10842 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10843 case "x$with_osmesa" in
10844 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10845 xno) ;;
10846 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10847 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10848 esac
10853 if test -n "$opengl_msg"; then :
10854 case "x$with_opengl" in
10855 x) as_fn_append wine_warnings "|$opengl_msg
10856 OpenGL and Direct3D won't be supported." ;;
10857 xno) ;;
10858 *) as_fn_error $? "$opengl_msg
10859 OpenGL and Direct3D won't be supported.
10860 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10861 esac
10865 CPPFLAGS="$ac_save_CPPFLAGS"
10866 else
10867 X_CFLAGS=""
10868 X_LIBS=""
10870 if test "x$X_LIBS" = "x"; then :
10871 case "x$with_x" in
10872 xno) ;;
10873 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10874 without X support, which probably isn't what you want. You will need
10875 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10876 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10877 esac
10878 enable_winex11_drv=${enable_winex11_drv:-no}
10881 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10883 if test "$ac_cv_header_CL_cl_h" = "yes"
10884 then
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10886 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10887 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10888 $as_echo_n "(cached) " >&6
10889 else
10890 ac_check_lib_save_LIBS=$LIBS
10891 LIBS="-lOpenCL $LIBS"
10892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10893 /* end confdefs.h. */
10895 /* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
10898 #ifdef __cplusplus
10899 extern "C"
10900 #endif
10901 char clGetPlatformInfo ();
10903 main ()
10905 return clGetPlatformInfo ();
10907 return 0;
10909 _ACEOF
10910 if ac_fn_c_try_link "$LINENO"; then :
10911 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10912 else
10913 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10915 rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
10917 LIBS=$ac_check_lib_save_LIBS
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10920 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10921 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10922 OPENCL_LIBS="-lOpenCL"
10927 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10928 case "x$with_opencl" in
10929 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10930 xno) ;;
10931 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10932 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10933 esac
10934 enable_opencl=${enable_opencl:-no}
10937 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10938 then
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10940 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10941 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10942 $as_echo_n "(cached) " >&6
10943 else
10944 ac_check_lib_save_LIBS=$LIBS
10945 LIBS="-lpcap $LIBS"
10946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10947 /* end confdefs.h. */
10949 /* Override any GCC internal prototype to avoid an error.
10950 Use char because int might match the return type of a GCC
10951 builtin and then its argument prototype would still apply. */
10952 #ifdef __cplusplus
10953 extern "C"
10954 #endif
10955 char pcap_create ();
10957 main ()
10959 return pcap_create ();
10961 return 0;
10963 _ACEOF
10964 if ac_fn_c_try_link "$LINENO"; then :
10965 ac_cv_lib_pcap_pcap_create=yes
10966 else
10967 ac_cv_lib_pcap_pcap_create=no
10969 rm -f core conftest.err conftest.$ac_objext \
10970 conftest$ac_exeext conftest.$ac_ext
10971 LIBS=$ac_check_lib_save_LIBS
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10974 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10975 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
10976 PCAP_LIBS="-lpcap"
10981 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
10982 case "x$with_pcap" in
10983 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10984 xno) ;;
10985 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
10986 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10987 esac
10988 enable_wpcap=${enable_wpcap:-no}
10992 if test "x$with_xml" != "xno"
10993 then
10994 if ${XML2_CFLAGS:+false} :; then :
10995 if ${PKG_CONFIG+:} false; then :
10996 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10999 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11000 if ${XML2_LIBS:+false} :; then :
11001 if ${PKG_CONFIG+:} false; then :
11002 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11005 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11006 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
11007 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11008 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11009 ac_save_CPPFLAGS=$CPPFLAGS
11010 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
11011 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
11012 do :
11013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11014 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11015 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11016 cat >>confdefs.h <<_ACEOF
11017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11018 _ACEOF
11022 done
11024 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"
11025 then
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11027 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11028 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11029 $as_echo_n "(cached) " >&6
11030 else
11031 ac_check_lib_save_LIBS=$LIBS
11032 LIBS="-lxml2 $XML2_LIBS $LIBS"
11033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034 /* end confdefs.h. */
11036 /* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039 #ifdef __cplusplus
11040 extern "C"
11041 #endif
11042 char xmlParseMemory ();
11044 main ()
11046 return xmlParseMemory ();
11048 return 0;
11050 _ACEOF
11051 if ac_fn_c_try_link "$LINENO"; then :
11052 ac_cv_lib_xml2_xmlParseMemory=yes
11053 else
11054 ac_cv_lib_xml2_xmlParseMemory=no
11056 rm -f core conftest.err conftest.$ac_objext \
11057 conftest$ac_exeext conftest.$ac_ext
11058 LIBS=$ac_check_lib_save_LIBS
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11061 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11062 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11064 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11066 else
11067 XML2_LIBS=""
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11071 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11072 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11073 $as_echo_n "(cached) " >&6
11074 else
11075 ac_check_lib_save_LIBS=$LIBS
11076 LIBS="-lxml2 $XML2_LIBS $LIBS"
11077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11078 /* end confdefs.h. */
11080 /* Override any GCC internal prototype to avoid an error.
11081 Use char because int might match the return type of a GCC
11082 builtin and then its argument prototype would still apply. */
11083 #ifdef __cplusplus
11084 extern "C"
11085 #endif
11086 char xmlReadMemory ();
11088 main ()
11090 return xmlReadMemory ();
11092 return 0;
11094 _ACEOF
11095 if ac_fn_c_try_link "$LINENO"; then :
11096 ac_cv_lib_xml2_xmlReadMemory=yes
11097 else
11098 ac_cv_lib_xml2_xmlReadMemory=no
11100 rm -f core conftest.err conftest.$ac_objext \
11101 conftest$ac_exeext conftest.$ac_ext
11102 LIBS=$ac_check_lib_save_LIBS
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11105 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11106 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11108 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11113 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11114 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11115 $as_echo_n "(cached) " >&6
11116 else
11117 ac_check_lib_save_LIBS=$LIBS
11118 LIBS="-lxml2 $XML2_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. */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char xmlNewDocPI ();
11130 main ()
11132 return xmlNewDocPI ();
11134 return 0;
11136 _ACEOF
11137 if ac_fn_c_try_link "$LINENO"; then :
11138 ac_cv_lib_xml2_xmlNewDocPI=yes
11139 else
11140 ac_cv_lib_xml2_xmlNewDocPI=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_xml2_xmlNewDocPI" >&5
11147 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11148 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11150 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11155 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11156 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11157 $as_echo_n "(cached) " >&6
11158 else
11159 ac_check_lib_save_LIBS=$LIBS
11160 LIBS="-lxml2 $XML2_LIBS $LIBS"
11161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11162 /* end confdefs.h. */
11164 /* Override any GCC internal prototype to avoid an error.
11165 Use char because int might match the return type of a GCC
11166 builtin and then its argument prototype would still apply. */
11167 #ifdef __cplusplus
11168 extern "C"
11169 #endif
11170 char xmlSchemaSetParserStructuredErrors ();
11172 main ()
11174 return xmlSchemaSetParserStructuredErrors ();
11176 return 0;
11178 _ACEOF
11179 if ac_fn_c_try_link "$LINENO"; then :
11180 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11181 else
11182 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11184 rm -f core conftest.err conftest.$ac_objext \
11185 conftest$ac_exeext conftest.$ac_ext
11186 LIBS=$ac_check_lib_save_LIBS
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11189 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11190 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11192 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11197 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11198 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11199 $as_echo_n "(cached) " >&6
11200 else
11201 ac_check_lib_save_LIBS=$LIBS
11202 LIBS="-lxml2 $XML2_LIBS $LIBS"
11203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11204 /* end confdefs.h. */
11206 /* Override any GCC internal prototype to avoid an error.
11207 Use char because int might match the return type of a GCC
11208 builtin and then its argument prototype would still apply. */
11209 #ifdef __cplusplus
11210 extern "C"
11211 #endif
11212 char xmlSchemaSetValidStructuredErrors ();
11214 main ()
11216 return xmlSchemaSetValidStructuredErrors ();
11218 return 0;
11220 _ACEOF
11221 if ac_fn_c_try_link "$LINENO"; then :
11222 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11223 else
11224 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11226 rm -f core conftest.err conftest.$ac_objext \
11227 conftest$ac_exeext conftest.$ac_ext
11228 LIBS=$ac_check_lib_save_LIBS
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11231 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11232 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11234 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11239 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11240 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11241 $as_echo_n "(cached) " >&6
11242 else
11243 ac_check_lib_save_LIBS=$LIBS
11244 LIBS="-lxml2 $XML2_LIBS $LIBS"
11245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11246 /* end confdefs.h. */
11248 /* Override any GCC internal prototype to avoid an error.
11249 Use char because int might match the return type of a GCC
11250 builtin and then its argument prototype would still apply. */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char xmlFirstElementChild ();
11256 main ()
11258 return xmlFirstElementChild ();
11260 return 0;
11262 _ACEOF
11263 if ac_fn_c_try_link "$LINENO"; then :
11264 ac_cv_lib_xml2_xmlFirstElementChild=yes
11265 else
11266 ac_cv_lib_xml2_xmlFirstElementChild=no
11268 rm -f core conftest.err conftest.$ac_objext \
11269 conftest$ac_exeext conftest.$ac_ext
11270 LIBS=$ac_check_lib_save_LIBS
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11273 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11274 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11276 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11280 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11282 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11284 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11288 else
11289 XML2_CFLAGS=""
11290 XML2_LIBS=""
11292 CPPFLAGS=$ac_save_CPPFLAGS
11293 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11294 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11297 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11298 case "x$with_xml" in
11299 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11300 xno) ;;
11301 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11302 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11303 esac
11307 if test "x$with_xslt" != "xno"
11308 then
11309 if ${XSLT_CFLAGS:+false} :; then :
11310 if ${PKG_CONFIG+:} false; then :
11311 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11314 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11315 if ${XSLT_LIBS:+false} :; then :
11316 if ${PKG_CONFIG+:} false; then :
11317 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11320 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11321 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11322 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11323 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11324 ac_save_CPPFLAGS=$CPPFLAGS
11325 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11326 for ac_header in libxslt/pattern.h libxslt/transform.h
11327 do :
11328 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11329 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11330 # include <libxslt/pattern.h>
11331 #endif
11333 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11334 cat >>confdefs.h <<_ACEOF
11335 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11336 _ACEOF
11340 done
11342 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11343 then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11345 $as_echo_n "checking for -lxslt... " >&6; }
11346 if ${ac_cv_lib_soname_xslt+:} false; then :
11347 $as_echo_n "(cached) " >&6
11348 else
11349 ac_check_soname_save_LIBS=$LIBS
11350 LIBS="-lxslt $XSLT_LIBS $LIBS"
11351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11352 /* end confdefs.h. */
11354 /* Override any GCC internal prototype to avoid an error.
11355 Use char because int might match the return type of a GCC
11356 builtin and then its argument prototype would still apply. */
11357 #ifdef __cplusplus
11358 extern "C"
11359 #endif
11360 char xsltCompilePattern ();
11362 main ()
11364 return xsltCompilePattern ();
11366 return 0;
11368 _ACEOF
11369 if ac_fn_c_try_link "$LINENO"; then :
11370 case "$LIBEXT" in
11371 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11372 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'` ;;
11373 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11374 if ${ac_cv_lib_soname_xslt:+false} :; then :
11375 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11376 fi ;;
11377 esac
11379 rm -f core conftest.err conftest.$ac_objext \
11380 conftest$ac_exeext conftest.$ac_ext
11381 LIBS=$ac_check_soname_save_LIBS
11383 if ${ac_cv_lib_soname_xslt:+false} :; then :
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11385 $as_echo "not found" >&6; }
11387 else
11388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11389 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11391 cat >>confdefs.h <<_ACEOF
11392 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11393 _ACEOF
11397 else
11398 XSLT_CFLAGS=""
11400 CPPFLAGS=$ac_save_CPPFLAGS
11401 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11402 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11405 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11406 case "x$with_xslt" in
11407 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11408 xno) ;;
11409 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11410 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11411 esac
11415 if test "x$with_dbus" != "xno"
11416 then
11417 if ${DBUS_CFLAGS:+false} :; then :
11418 if ${PKG_CONFIG+:} false; then :
11419 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11423 if ${DBUS_LIBS:+false} :; then :
11424 if ${PKG_CONFIG+:} false; then :
11425 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11430 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11431 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11432 ac_save_CPPFLAGS=$CPPFLAGS
11433 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11434 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11435 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11437 $as_echo_n "checking for -ldbus-1... " >&6; }
11438 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 ac_check_soname_save_LIBS=$LIBS
11442 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11444 /* end confdefs.h. */
11446 /* Override any GCC internal prototype to avoid an error.
11447 Use char because int might match the return type of a GCC
11448 builtin and then its argument prototype would still apply. */
11449 #ifdef __cplusplus
11450 extern "C"
11451 #endif
11452 char dbus_connection_close ();
11454 main ()
11456 return dbus_connection_close ();
11458 return 0;
11460 _ACEOF
11461 if ac_fn_c_try_link "$LINENO"; then :
11462 case "$LIBEXT" in
11463 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11464 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'` ;;
11465 *) 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'`
11466 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11467 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11468 fi ;;
11469 esac
11471 rm -f core conftest.err conftest.$ac_objext \
11472 conftest$ac_exeext conftest.$ac_ext
11473 LIBS=$ac_check_soname_save_LIBS
11475 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11477 $as_echo "not found" >&6; }
11478 DBUS_CFLAGS=""
11479 else
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11481 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11483 cat >>confdefs.h <<_ACEOF
11484 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11485 _ACEOF
11489 else
11490 DBUS_CFLAGS=""
11494 CPPFLAGS=$ac_save_CPPFLAGS
11495 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11496 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11499 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11500 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11501 case "x$with_dbus" in
11502 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11503 xno) ;;
11504 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11505 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11506 esac
11510 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11511 then
11512 if ${HAL_CFLAGS:+false} :; then :
11513 if ${PKG_CONFIG+:} false; then :
11514 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11518 if ${HAL_LIBS:+false} :; then :
11519 if ${PKG_CONFIG+:} false; then :
11520 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11524 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11525 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11526 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11527 ac_save_CPPFLAGS=$CPPFLAGS
11528 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11529 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11530 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11532 $as_echo_n "checking for -lhal... " >&6; }
11533 if ${ac_cv_lib_soname_hal+:} false; then :
11534 $as_echo_n "(cached) " >&6
11535 else
11536 ac_check_soname_save_LIBS=$LIBS
11537 LIBS="-lhal $HAL_LIBS $LIBS"
11538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11539 /* end confdefs.h. */
11541 /* Override any GCC internal prototype to avoid an error.
11542 Use char because int might match the return type of a GCC
11543 builtin and then its argument prototype would still apply. */
11544 #ifdef __cplusplus
11545 extern "C"
11546 #endif
11547 char libhal_ctx_new ();
11549 main ()
11551 return libhal_ctx_new ();
11553 return 0;
11555 _ACEOF
11556 if ac_fn_c_try_link "$LINENO"; then :
11557 case "$LIBEXT" in
11558 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11559 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'` ;;
11560 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11561 if ${ac_cv_lib_soname_hal:+false} :; then :
11562 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11563 fi ;;
11564 esac
11566 rm -f core conftest.err conftest.$ac_objext \
11567 conftest$ac_exeext conftest.$ac_ext
11568 LIBS=$ac_check_soname_save_LIBS
11570 if ${ac_cv_lib_soname_hal:+false} :; then :
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11572 $as_echo "not found" >&6; }
11573 HAL_CFLAGS=""
11574 else
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11576 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11578 cat >>confdefs.h <<_ACEOF
11579 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11580 _ACEOF
11584 else
11585 HAL_CFLAGS=""
11589 CPPFLAGS=$ac_save_CPPFLAGS
11590 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11591 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11593 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11594 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11595 case "x$with_hal" in
11596 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11597 xno) ;;
11598 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11599 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11600 esac
11605 if test "x$with_gnutls" != "xno"
11606 then
11607 if ${GNUTLS_CFLAGS:+false} :; then :
11608 if ${PKG_CONFIG+:} false; then :
11609 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11613 if ${GNUTLS_LIBS:+false} :; then :
11614 if ${PKG_CONFIG+:} false; then :
11615 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11620 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11621 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11622 ac_save_CPPFLAGS=$CPPFLAGS
11623 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11624 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11625 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11628 #include <gnutls/gnutls.h>
11629 #include <gnutls/crypto.h>
11631 main ()
11633 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11635 return 0;
11637 _ACEOF
11638 if ac_fn_c_try_compile "$LINENO"; then :
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11640 $as_echo_n "checking for -lgnutls... " >&6; }
11641 if ${ac_cv_lib_soname_gnutls+:} false; then :
11642 $as_echo_n "(cached) " >&6
11643 else
11644 ac_check_soname_save_LIBS=$LIBS
11645 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11647 /* end confdefs.h. */
11649 /* Override any GCC internal prototype to avoid an error.
11650 Use char because int might match the return type of a GCC
11651 builtin and then its argument prototype would still apply. */
11652 #ifdef __cplusplus
11653 extern "C"
11654 #endif
11655 char gnutls_global_init ();
11657 main ()
11659 return gnutls_global_init ();
11661 return 0;
11663 _ACEOF
11664 if ac_fn_c_try_link "$LINENO"; then :
11665 case "$LIBEXT" in
11666 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11667 dylib) ac_cv_lib_soname_gnutls=`$OTOOL -L conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\\(-deb0\\)\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11668 *) ac_cv_lib_soname_gnutls=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11669 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11670 ac_cv_lib_soname_gnutls=`$LDD conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\\(-deb0\\)\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11671 fi ;;
11672 esac
11674 rm -f core conftest.err conftest.$ac_objext \
11675 conftest$ac_exeext conftest.$ac_ext
11676 LIBS=$ac_check_soname_save_LIBS
11678 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11680 $as_echo "not found" >&6; }
11681 GNUTLS_CFLAGS=""
11682 else
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11684 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11686 cat >>confdefs.h <<_ACEOF
11687 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11688 _ACEOF
11692 ac_wine_check_funcs_save_LIBS="$LIBS"
11693 LIBS="$LIBS $GNUTLS_LIBS"
11694 for ac_func in gnutls_hash
11695 do :
11696 ac_fn_c_check_func "$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11697 if test "x$ac_cv_func_gnutls_hash" = xyes; then :
11698 cat >>confdefs.h <<_ACEOF
11699 #define HAVE_GNUTLS_HASH 1
11700 _ACEOF
11702 else
11703 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11705 done
11707 LIBS="$ac_wine_check_funcs_save_LIBS"
11709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11710 else
11711 GNUTLS_CFLAGS=""
11715 CPPFLAGS=$ac_save_CPPFLAGS
11716 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11717 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11720 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11721 case "x$with_gnutls" in
11722 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11723 xno) ;;
11724 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11725 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11726 esac
11730 CURSES_LIBS=""
11731 if test "$ac_cv_header_ncurses_h" = "yes"
11732 then
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11734 $as_echo_n "checking for -lncurses... " >&6; }
11735 if ${ac_cv_lib_soname_ncurses+:} false; then :
11736 $as_echo_n "(cached) " >&6
11737 else
11738 ac_check_soname_save_LIBS=$LIBS
11739 LIBS="-lncurses $LIBS"
11740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11741 /* end confdefs.h. */
11743 /* Override any GCC internal prototype to avoid an error.
11744 Use char because int might match the return type of a GCC
11745 builtin and then its argument prototype would still apply. */
11746 #ifdef __cplusplus
11747 extern "C"
11748 #endif
11749 char waddch ();
11751 main ()
11753 return waddch ();
11755 return 0;
11757 _ACEOF
11758 if ac_fn_c_try_link "$LINENO"; then :
11759 case "$LIBEXT" in
11760 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11761 dylib) ac_cv_lib_soname_ncurses=`$OTOOL -L conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11762 *) ac_cv_lib_soname_ncurses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncursesw\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11763 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11764 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11765 fi ;;
11766 esac
11768 rm -f core conftest.err conftest.$ac_objext \
11769 conftest$ac_exeext conftest.$ac_ext
11770 LIBS=$ac_check_soname_save_LIBS
11772 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11774 $as_echo "not found" >&6; }
11776 else
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11778 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11780 cat >>confdefs.h <<_ACEOF
11781 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11782 _ACEOF
11784 CURSES_LIBS="-lncurses"
11786 elif test "$ac_cv_header_curses_h" = "yes"
11787 then
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11789 $as_echo_n "checking for -lcurses... " >&6; }
11790 if ${ac_cv_lib_soname_curses+:} false; then :
11791 $as_echo_n "(cached) " >&6
11792 else
11793 ac_check_soname_save_LIBS=$LIBS
11794 LIBS="-lcurses $LIBS"
11795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11796 /* end confdefs.h. */
11798 /* Override any GCC internal prototype to avoid an error.
11799 Use char because int might match the return type of a GCC
11800 builtin and then its argument prototype would still apply. */
11801 #ifdef __cplusplus
11802 extern "C"
11803 #endif
11804 char waddch ();
11806 main ()
11808 return waddch ();
11810 return 0;
11812 _ACEOF
11813 if ac_fn_c_try_link "$LINENO"; then :
11814 case "$LIBEXT" in
11815 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11816 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'` ;;
11817 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11818 if ${ac_cv_lib_soname_curses:+false} :; then :
11819 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11820 fi ;;
11821 esac
11823 rm -f core conftest.err conftest.$ac_objext \
11824 conftest$ac_exeext conftest.$ac_ext
11825 LIBS=$ac_check_soname_save_LIBS
11827 if ${ac_cv_lib_soname_curses:+false} :; then :
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11829 $as_echo "not found" >&6; }
11831 else
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11833 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11835 cat >>confdefs.h <<_ACEOF
11836 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11837 _ACEOF
11839 CURSES_LIBS="-lcurses"
11842 ac_save_LIBS="$LIBS"
11843 LIBS="$LIBS $CURSES_LIBS"
11844 for ac_func in mousemask
11845 do :
11846 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11847 if test "x$ac_cv_func_mousemask" = xyes; then :
11848 cat >>confdefs.h <<_ACEOF
11849 #define HAVE_MOUSEMASK 1
11850 _ACEOF
11853 done
11855 LIBS="$ac_save_LIBS"
11856 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11857 case "x$with_curses" in
11858 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11859 xno) ;;
11860 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11861 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11862 esac
11866 if test "x$with_sane" != "xno"
11867 then
11868 if ${SANE_CFLAGS:+false} :; then :
11869 if ${PKG_CONFIG+:} false; then :
11870 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11873 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11874 if ${SANE_LIBS:+false} :; then :
11875 if ${PKG_CONFIG+:} false; then :
11876 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11879 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11881 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11882 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11883 ac_save_CPPFLAGS=$CPPFLAGS
11884 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11885 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11886 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11888 $as_echo_n "checking for -lsane... " >&6; }
11889 if ${ac_cv_lib_soname_sane+:} false; then :
11890 $as_echo_n "(cached) " >&6
11891 else
11892 ac_check_soname_save_LIBS=$LIBS
11893 LIBS="-lsane $SANE_LIBS $LIBS"
11894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11895 /* end confdefs.h. */
11897 /* Override any GCC internal prototype to avoid an error.
11898 Use char because int might match the return type of a GCC
11899 builtin and then its argument prototype would still apply. */
11900 #ifdef __cplusplus
11901 extern "C"
11902 #endif
11903 char sane_init ();
11905 main ()
11907 return sane_init ();
11909 return 0;
11911 _ACEOF
11912 if ac_fn_c_try_link "$LINENO"; then :
11913 case "$LIBEXT" in
11914 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11915 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'` ;;
11916 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11917 if ${ac_cv_lib_soname_sane:+false} :; then :
11918 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11919 fi ;;
11920 esac
11922 rm -f core conftest.err conftest.$ac_objext \
11923 conftest$ac_exeext conftest.$ac_ext
11924 LIBS=$ac_check_soname_save_LIBS
11926 if ${ac_cv_lib_soname_sane:+false} :; then :
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11928 $as_echo "not found" >&6; }
11929 SANE_CFLAGS=""
11930 else
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11932 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11934 cat >>confdefs.h <<_ACEOF
11935 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11936 _ACEOF
11940 else
11941 SANE_CFLAGS=""
11945 CPPFLAGS=$ac_save_CPPFLAGS
11946 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11947 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11950 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11951 case "x$with_sane" in
11952 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11953 xno) ;;
11954 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11955 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11956 esac
11960 if test "x$with_v4l" != "xno"
11961 then
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11963 $as_echo_n "checking for -lv4l1... " >&6; }
11964 if ${ac_cv_lib_soname_v4l1+:} false; then :
11965 $as_echo_n "(cached) " >&6
11966 else
11967 ac_check_soname_save_LIBS=$LIBS
11968 LIBS="-lv4l1 $LIBS"
11969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11970 /* end confdefs.h. */
11972 /* Override any GCC internal prototype to avoid an error.
11973 Use char because int might match the return type of a GCC
11974 builtin and then its argument prototype would still apply. */
11975 #ifdef __cplusplus
11976 extern "C"
11977 #endif
11978 char v4l1_open ();
11980 main ()
11982 return v4l1_open ();
11984 return 0;
11986 _ACEOF
11987 if ac_fn_c_try_link "$LINENO"; then :
11988 case "$LIBEXT" in
11989 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11990 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'` ;;
11991 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11992 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11993 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11994 fi ;;
11995 esac
11997 rm -f core conftest.err conftest.$ac_objext \
11998 conftest$ac_exeext conftest.$ac_ext
11999 LIBS=$ac_check_soname_save_LIBS
12001 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12003 $as_echo "not found" >&6; }
12005 else
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12007 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12009 cat >>confdefs.h <<_ACEOF
12010 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12011 _ACEOF
12016 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12017 case "x$with_v4l" in
12018 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
12019 xno) ;;
12020 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
12021 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12022 esac
12026 if test "x$with_gphoto" != "xno"
12027 then
12028 if ${GPHOTO2_CFLAGS:+false} :; then :
12029 if ${PKG_CONFIG+:} false; then :
12030 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12033 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12034 if ${GPHOTO2_LIBS:+false} :; then :
12035 if ${PKG_CONFIG+:} false; then :
12036 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12039 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12040 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12041 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12042 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12043 ac_save_CPPFLAGS=$CPPFLAGS
12044 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12045 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12046 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12048 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12049 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12050 $as_echo_n "(cached) " >&6
12051 else
12052 ac_check_lib_save_LIBS=$LIBS
12053 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12055 /* end confdefs.h. */
12057 /* Override any GCC internal prototype to avoid an error.
12058 Use char because int might match the return type of a GCC
12059 builtin and then its argument prototype would still apply. */
12060 #ifdef __cplusplus
12061 extern "C"
12062 #endif
12063 char gp_camera_new ();
12065 main ()
12067 return gp_camera_new ();
12069 return 0;
12071 _ACEOF
12072 if ac_fn_c_try_link "$LINENO"; then :
12073 ac_cv_lib_gphoto2_gp_camera_new=yes
12074 else
12075 ac_cv_lib_gphoto2_gp_camera_new=no
12077 rm -f core conftest.err conftest.$ac_objext \
12078 conftest$ac_exeext conftest.$ac_ext
12079 LIBS=$ac_check_lib_save_LIBS
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12082 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12083 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12085 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12087 else
12088 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12091 else
12092 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12096 CPPFLAGS=$ac_save_CPPFLAGS
12097 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12098 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12100 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12101 if ${PKG_CONFIG+:} false; then :
12102 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12105 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12106 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12107 if ${PKG_CONFIG+:} false; then :
12108 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12111 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12112 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12113 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12114 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12115 ac_save_CPPFLAGS=$CPPFLAGS
12116 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12117 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12118 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12120 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12121 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12122 $as_echo_n "(cached) " >&6
12123 else
12124 ac_check_lib_save_LIBS=$LIBS
12125 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12127 /* end confdefs.h. */
12129 /* Override any GCC internal prototype to avoid an error.
12130 Use char because int might match the return type of a GCC
12131 builtin and then its argument prototype would still apply. */
12132 #ifdef __cplusplus
12133 extern "C"
12134 #endif
12135 char gp_port_info_list_new ();
12137 main ()
12139 return gp_port_info_list_new ();
12141 return 0;
12143 _ACEOF
12144 if ac_fn_c_try_link "$LINENO"; then :
12145 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12146 else
12147 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12149 rm -f core conftest.err conftest.$ac_objext \
12150 conftest$ac_exeext conftest.$ac_ext
12151 LIBS=$ac_check_lib_save_LIBS
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12154 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12155 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12157 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12159 else
12160 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12163 else
12164 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12168 CPPFLAGS=$ac_save_CPPFLAGS
12169 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12170 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12173 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12174 case "x$with_gphoto" in
12175 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12176 xno) ;;
12177 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12178 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12179 esac
12182 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12183 case "x$with_gphoto" in
12184 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12185 xno) ;;
12186 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12187 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12188 esac
12193 if test "$ac_cv_header_resolv_h" = "yes"
12194 then
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12196 $as_echo_n "checking for resolver library... " >&6; }
12197 if ${ac_cv_have_resolv+:} false; then :
12198 $as_echo_n "(cached) " >&6
12199 else
12200 ac_save_LIBS="$LIBS"
12201 for lib in '' -lresolv
12203 LIBS="$lib $ac_save_LIBS"
12204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12205 /* end confdefs.h. */
12206 #ifdef HAVE_NETINET_IN_H
12207 #include <netinet/in.h>
12208 #endif
12209 #include <resolv.h>
12211 main ()
12213 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12215 return 0;
12217 _ACEOF
12218 if ac_fn_c_try_link "$LINENO"; then :
12219 ac_cv_have_resolv=${lib:-"none required"}
12220 else
12221 ac_cv_have_resolv="not found"
12223 rm -f core conftest.err conftest.$ac_objext \
12224 conftest$ac_exeext conftest.$ac_ext
12225 test "x$ac_cv_have_resolv" = "xnot found" || break
12226 done
12227 LIBS="$ac_save_LIBS"
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12230 $as_echo "$ac_cv_have_resolv" >&6; }
12232 case "$ac_cv_have_resolv" in
12233 "not found") ;;
12234 "none required")
12236 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12239 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12241 RESOLV_LIBS=$ac_cv_have_resolv
12243 esac
12246 if test "x$with_cms" != "xno"
12247 then
12248 if ${LCMS2_CFLAGS:+false} :; then :
12249 if ${PKG_CONFIG+:} false; then :
12250 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12254 if ${LCMS2_LIBS:+false} :; then :
12255 if ${PKG_CONFIG+:} false; then :
12256 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12260 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12261 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12262 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12263 ac_save_CPPFLAGS=$CPPFLAGS
12264 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12265 for ac_header in lcms2.h
12266 do :
12267 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12268 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12269 cat >>confdefs.h <<_ACEOF
12270 #define HAVE_LCMS2_H 1
12271 _ACEOF
12275 done
12277 if test "$ac_cv_header_lcms2_h" = "yes"
12278 then
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12280 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12281 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12282 $as_echo_n "(cached) " >&6
12283 else
12284 ac_check_lib_save_LIBS=$LIBS
12285 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287 /* end confdefs.h. */
12289 /* Override any GCC internal prototype to avoid an error.
12290 Use char because int might match the return type of a GCC
12291 builtin and then its argument prototype would still apply. */
12292 #ifdef __cplusplus
12293 extern "C"
12294 #endif
12295 char cmsOpenProfileFromFile ();
12297 main ()
12299 return cmsOpenProfileFromFile ();
12301 return 0;
12303 _ACEOF
12304 if ac_fn_c_try_link "$LINENO"; then :
12305 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12306 else
12307 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12309 rm -f core conftest.err conftest.$ac_objext \
12310 conftest$ac_exeext conftest.$ac_ext
12311 LIBS=$ac_check_lib_save_LIBS
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12314 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12315 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12317 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12319 else
12320 LCMS2_LIBS=""
12323 else
12324 LCMS2_CFLAGS=""
12325 LCMS2_LIBS=""
12327 CPPFLAGS=$ac_save_CPPFLAGS
12328 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12329 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12332 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12333 case "x$with_cms" in
12334 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12335 xno) ;;
12336 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12337 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12338 esac
12342 if test "x$with_freetype" != "xno"
12343 then
12344 if ${FREETYPE_CFLAGS:+false} :; then :
12345 if ${PKG_CONFIG+:} false; then :
12346 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12349 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12350 if ${FREETYPE_LIBS:+false} :; then :
12351 if ${PKG_CONFIG+:} false; then :
12352 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12355 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12356 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12357 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12358 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12359 ac_save_CPPFLAGS=$CPPFLAGS
12360 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12361 for ac_header in ft2build.h
12362 do :
12363 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12364 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12365 cat >>confdefs.h <<_ACEOF
12366 #define HAVE_FT2BUILD_H 1
12367 _ACEOF
12371 done
12373 if test "$ac_cv_header_ft2build_h" = "yes"
12374 then
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12376 $as_echo_n "checking for -lfreetype... " >&6; }
12377 if ${ac_cv_lib_soname_freetype+:} false; then :
12378 $as_echo_n "(cached) " >&6
12379 else
12380 ac_check_soname_save_LIBS=$LIBS
12381 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12383 /* end confdefs.h. */
12385 /* Override any GCC internal prototype to avoid an error.
12386 Use char because int might match the return type of a GCC
12387 builtin and then its argument prototype would still apply. */
12388 #ifdef __cplusplus
12389 extern "C"
12390 #endif
12391 char FT_Init_FreeType ();
12393 main ()
12395 return FT_Init_FreeType ();
12397 return 0;
12399 _ACEOF
12400 if ac_fn_c_try_link "$LINENO"; then :
12401 case "$LIBEXT" in
12402 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12403 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'` ;;
12404 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12405 if ${ac_cv_lib_soname_freetype:+false} :; then :
12406 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12407 fi ;;
12408 esac
12410 rm -f core conftest.err conftest.$ac_objext \
12411 conftest$ac_exeext conftest.$ac_ext
12412 LIBS=$ac_check_soname_save_LIBS
12414 if ${ac_cv_lib_soname_freetype:+false} :; then :
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12416 $as_echo "not found" >&6; }
12417 FREETYPE_LIBS=""
12418 else
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12420 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12422 cat >>confdefs.h <<_ACEOF
12423 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12424 _ACEOF
12427 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12429 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12430 #include FT_MODULE_H
12432 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12434 cat >>confdefs.h <<_ACEOF
12435 #define HAVE_FT_TRUETYPEENGINETYPE 1
12436 _ACEOF
12442 else
12443 FREETYPE_CFLAGS=""
12444 FREETYPE_LIBS=""
12446 CPPFLAGS=$ac_save_CPPFLAGS
12447 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12448 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12451 if test "x$ac_cv_lib_soname_freetype" = x; then :
12452 case "x$with_freetype" in
12453 xno) ;;
12454 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12455 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12456 esac
12457 enable_fonts=${enable_fonts:-no}
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12461 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12462 if ${ac_cv_c_ppdev+:} false; then :
12463 $as_echo_n "(cached) " >&6
12464 else
12465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12466 /* end confdefs.h. */
12467 #ifdef HAVE_SYS_IOCTL_H
12468 # include <sys/ioctl.h>
12469 #endif
12470 #include <linux/ppdev.h>
12472 main ()
12474 ioctl (1,PPCLAIM,0)
12476 return 0;
12478 _ACEOF
12479 if ac_fn_c_try_compile "$LINENO"; then :
12480 ac_cv_c_ppdev="yes"
12481 else
12482 ac_cv_c_ppdev="no"
12484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12487 $as_echo "$ac_cv_c_ppdev" >&6; }
12488 if test "$ac_cv_c_ppdev" = "yes"
12489 then
12491 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12495 ac_wine_check_funcs_save_LIBS="$LIBS"
12496 LIBS="$LIBS $PTHREAD_LIBS"
12497 for ac_func in \
12498 pthread_attr_get_np \
12499 pthread_getattr_np \
12500 pthread_getthreadid_np \
12501 pthread_get_stackaddr_np \
12502 pthread_get_stacksize_np
12503 do :
12504 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12505 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12506 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12507 cat >>confdefs.h <<_ACEOF
12508 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12509 _ACEOF
12512 done
12514 LIBS="$ac_wine_check_funcs_save_LIBS"
12516 if test "$ac_cv_header_zlib_h" = "yes"
12517 then
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12519 $as_echo_n "checking for inflate in -lz... " >&6; }
12520 if ${ac_cv_lib_z_inflate+:} false; then :
12521 $as_echo_n "(cached) " >&6
12522 else
12523 ac_check_lib_save_LIBS=$LIBS
12524 LIBS="-lz $LIBS"
12525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12526 /* end confdefs.h. */
12528 /* Override any GCC internal prototype to avoid an error.
12529 Use char because int might match the return type of a GCC
12530 builtin and then its argument prototype would still apply. */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char inflate ();
12536 main ()
12538 return inflate ();
12540 return 0;
12542 _ACEOF
12543 if ac_fn_c_try_link "$LINENO"; then :
12544 ac_cv_lib_z_inflate=yes
12545 else
12546 ac_cv_lib_z_inflate=no
12548 rm -f core conftest.err conftest.$ac_objext \
12549 conftest$ac_exeext conftest.$ac_ext
12550 LIBS=$ac_check_lib_save_LIBS
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12553 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12554 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12556 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12558 Z_LIBS="-lz"
12563 if test "x$Z_LIBS" = "x"; then :
12564 case "x$with_zlib" in
12565 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12566 xno) ;;
12567 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12568 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12569 esac
12573 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
12574 then
12575 if test "$ac_cv_header_gettext_po_h" = "yes"
12576 then
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12578 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12579 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12580 $as_echo_n "(cached) " >&6
12581 else
12582 ac_check_lib_save_LIBS=$LIBS
12583 LIBS="-lgettextpo $LIBS"
12584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12585 /* end confdefs.h. */
12587 /* Override any GCC internal prototype to avoid an error.
12588 Use char because int might match the return type of a GCC
12589 builtin and then its argument prototype would still apply. */
12590 #ifdef __cplusplus
12591 extern "C"
12592 #endif
12593 char po_message_msgctxt ();
12595 main ()
12597 return po_message_msgctxt ();
12599 return 0;
12601 _ACEOF
12602 if ac_fn_c_try_link "$LINENO"; then :
12603 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12604 else
12605 ac_cv_lib_gettextpo_po_message_msgctxt=no
12607 rm -f core conftest.err conftest.$ac_objext \
12608 conftest$ac_exeext conftest.$ac_ext
12609 LIBS=$ac_check_lib_save_LIBS
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12612 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12613 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12615 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12617 GETTEXTPO_LIBS="-lgettextpo"
12622 if test "x$GETTEXTPO_LIBS" = "x"; then :
12623 case "x$with_gettextpo" in
12624 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12625 xno) ;;
12626 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12627 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12628 esac
12631 if test "$srcdir" != .; then :
12632 case "x$with_gettextpo" in
12633 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
12634 xno) ;;
12635 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
12636 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12637 esac
12642 if test "x$with_pulse" != "xno";
12643 then
12644 if ${PULSE_CFLAGS:+false} :; then :
12645 if ${PKG_CONFIG+:} false; then :
12646 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12650 if ${PULSE_LIBS:+false} :; then :
12651 if ${PKG_CONFIG+:} false; then :
12652 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12657 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12658 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12659 ac_save_CPPFLAGS=$CPPFLAGS
12660 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12661 for ac_header in pulse/pulseaudio.h
12662 do :
12663 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12664 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12665 cat >>confdefs.h <<_ACEOF
12666 #define HAVE_PULSE_PULSEAUDIO_H 1
12667 _ACEOF
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12669 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12670 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12671 $as_echo_n "(cached) " >&6
12672 else
12673 ac_check_lib_save_LIBS=$LIBS
12674 LIBS="-lpulse $PULSE_LIBS $LIBS"
12675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12676 /* end confdefs.h. */
12678 /* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
12681 #ifdef __cplusplus
12682 extern "C"
12683 #endif
12684 char pa_stream_is_corked ();
12686 main ()
12688 return pa_stream_is_corked ();
12690 return 0;
12692 _ACEOF
12693 if ac_fn_c_try_link "$LINENO"; then :
12694 ac_cv_lib_pulse_pa_stream_is_corked=yes
12695 else
12696 ac_cv_lib_pulse_pa_stream_is_corked=no
12698 rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
12700 LIBS=$ac_check_lib_save_LIBS
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12703 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12704 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12706 else
12707 PULSE_LIBS=""
12710 else
12711 PULSE_LIBS=""
12714 done
12716 CPPFLAGS=$ac_save_CPPFLAGS
12717 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12718 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12721 if test -z "$PULSE_LIBS"; then :
12722 case "x$with_pulse" in
12723 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12724 xno) ;;
12725 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12726 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12727 esac
12728 enable_winepulse_drv=${enable_winepulse_drv:-no}
12731 if test "x$with_gstreamer" != "xno"
12732 then
12733 if ${GSTREAMER_CFLAGS:+false} :; then :
12734 if ${PKG_CONFIG+:} false; then :
12735 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12739 if ${GSTREAMER_LIBS:+false} :; then :
12740 if ${PKG_CONFIG+:} false; then :
12741 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12746 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12747 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12748 ac_save_CPPFLAGS=$CPPFLAGS
12749 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12750 ac_gst_incl=""
12751 for i in $GSTREAMER_CFLAGS
12753 case "$i" in
12754 -I*) ac_gst_incl="$ac_gst_incl $i";;
12755 esac
12756 done
12757 GSTREAMER_CFLAGS=$ac_gst_incl
12758 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12759 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12760 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12762 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12764 /* end confdefs.h. */
12765 #include <gst/gst.h>
12767 main ()
12769 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12771 return 0;
12773 _ACEOF
12774 if ac_fn_c_try_compile "$LINENO"; then :
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12776 $as_echo "yes" >&6; }
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12778 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12779 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
12780 $as_echo_n "(cached) " >&6
12781 else
12782 ac_check_lib_save_LIBS=$LIBS
12783 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12785 /* end confdefs.h. */
12787 /* Override any GCC internal prototype to avoid an error.
12788 Use char because int might match the return type of a GCC
12789 builtin and then its argument prototype would still apply. */
12790 #ifdef __cplusplus
12791 extern "C"
12792 #endif
12793 char gst_pad_new ();
12795 main ()
12797 return gst_pad_new ();
12799 return 0;
12801 _ACEOF
12802 if ac_fn_c_try_link "$LINENO"; then :
12803 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
12804 else
12805 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
12807 rm -f core conftest.err conftest.$ac_objext \
12808 conftest$ac_exeext conftest.$ac_ext
12809 LIBS=$ac_check_lib_save_LIBS
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12812 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12813 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
12817 else
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12819 $as_echo "no" >&6; }
12820 ac_glib2_broken=yes
12821 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12827 CPPFLAGS=$ac_save_CPPFLAGS
12828 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12829 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12832 if test "x$ac_glib2_broken" != xyes -a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes -a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes ; then :
12833 case "x$with_gstreamer" in
12834 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12835 xno) ;;
12836 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12837 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12838 esac
12841 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12843 ALSA_LIBS=""
12845 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12846 then
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12848 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12849 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12850 $as_echo_n "(cached) " >&6
12851 else
12852 ac_check_lib_save_LIBS=$LIBS
12853 LIBS="-lasound $LIBS"
12854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12855 /* end confdefs.h. */
12857 /* Override any GCC internal prototype to avoid an error.
12858 Use char because int might match the return type of a GCC
12859 builtin and then its argument prototype would still apply. */
12860 #ifdef __cplusplus
12861 extern "C"
12862 #endif
12863 char snd_pcm_hw_params_get_access_mask ();
12865 main ()
12867 return snd_pcm_hw_params_get_access_mask ();
12869 return 0;
12871 _ACEOF
12872 if ac_fn_c_try_link "$LINENO"; then :
12873 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12874 else
12875 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12877 rm -f core conftest.err conftest.$ac_objext \
12878 conftest$ac_exeext conftest.$ac_ext
12879 LIBS=$ac_check_lib_save_LIBS
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12882 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12883 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12885 /* end confdefs.h. */
12886 #ifdef HAVE_ALSA_ASOUNDLIB_H
12887 #include <alsa/asoundlib.h>
12888 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12889 #include <sys/asoundlib.h>
12890 #endif
12892 main ()
12894 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12896 return 0;
12898 _ACEOF
12899 if ac_fn_c_try_compile "$LINENO"; then :
12900 ALSA_LIBS="-lasound"
12902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12906 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12908 if test "x$with_oss" != xno
12909 then
12910 ac_save_CPPFLAGS="$CPPFLAGS"
12911 if test -f /etc/oss.conf
12912 then
12913 . /etc/oss.conf
12915 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12916 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12917 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12918 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12919 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12921 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12923 cat >>confdefs.h <<_ACEOF
12924 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12925 _ACEOF
12927 OSS4_CFLAGS="$ac_oss_incl"
12934 CPPFLAGS="$ac_save_CPPFLAGS"
12936 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
12937 case "x$with_oss" in
12938 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12939 xno) ;;
12940 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12941 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12942 esac
12943 enable_wineoss_drv=${enable_wineoss_drv:-no}
12946 if test "x$with_udev" != "xno"
12947 then
12948 if ${UDEV_CFLAGS:+false} :; then :
12949 if ${PKG_CONFIG+:} false; then :
12950 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
12954 if ${UDEV_LIBS:+false} :; then :
12955 if ${PKG_CONFIG+:} false; then :
12956 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
12961 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
12962 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
12963 ac_save_CPPFLAGS=$CPPFLAGS
12964 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
12965 for ac_header in libudev.h
12966 do :
12967 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
12968 if test "x$ac_cv_header_libudev_h" = xyes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_LIBUDEV_H 1
12971 _ACEOF
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
12973 $as_echo_n "checking for udev_new in -ludev... " >&6; }
12974 if ${ac_cv_lib_udev_udev_new+:} false; then :
12975 $as_echo_n "(cached) " >&6
12976 else
12977 ac_check_lib_save_LIBS=$LIBS
12978 LIBS="-ludev $UDEV_LIBS $LIBS"
12979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12980 /* end confdefs.h. */
12982 /* Override any GCC internal prototype to avoid an error.
12983 Use char because int might match the return type of a GCC
12984 builtin and then its argument prototype would still apply. */
12985 #ifdef __cplusplus
12986 extern "C"
12987 #endif
12988 char udev_new ();
12990 main ()
12992 return udev_new ();
12994 return 0;
12996 _ACEOF
12997 if ac_fn_c_try_link "$LINENO"; then :
12998 ac_cv_lib_udev_udev_new=yes
12999 else
13000 ac_cv_lib_udev_udev_new=no
13002 rm -f core conftest.err conftest.$ac_objext \
13003 conftest$ac_exeext conftest.$ac_ext
13004 LIBS=$ac_check_lib_save_LIBS
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13007 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13008 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
13010 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13012 else
13013 UDEV_LIBS=""
13016 else
13017 UDEV_LIBS=""
13020 done
13022 CPPFLAGS=$ac_save_CPPFLAGS
13023 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13024 test -z "$UDEV_LIBS" || UDEV_LIBS=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13027 if test "x$UDEV_LIBS" = "x"; then :
13028 case "x$with_udev" in
13029 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13030 xno) ;;
13031 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
13032 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13033 esac
13037 if test "x$with_capi" != "xno"
13038 then
13039 if ${CAPI20_CFLAGS:+false} :; then :
13040 if ${PKG_CONFIG+:} false; then :
13041 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13045 if ${CAPI20_LIBS:+false} :; then :
13046 if ${PKG_CONFIG+:} false; then :
13047 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
13052 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13053 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13054 ac_save_CPPFLAGS=$CPPFLAGS
13055 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
13056 for ac_header in capi20.h linux/capi.h
13057 do :
13058 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13059 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13061 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13062 cat >>confdefs.h <<_ACEOF
13063 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13064 _ACEOF
13068 done
13070 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13071 then
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13073 $as_echo_n "checking for -lcapi20... " >&6; }
13074 if ${ac_cv_lib_soname_capi20+:} false; then :
13075 $as_echo_n "(cached) " >&6
13076 else
13077 ac_check_soname_save_LIBS=$LIBS
13078 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
13079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13080 /* end confdefs.h. */
13082 /* Override any GCC internal prototype to avoid an error.
13083 Use char because int might match the return type of a GCC
13084 builtin and then its argument prototype would still apply. */
13085 #ifdef __cplusplus
13086 extern "C"
13087 #endif
13088 char capi20_register ();
13090 main ()
13092 return capi20_register ();
13094 return 0;
13096 _ACEOF
13097 if ac_fn_c_try_link "$LINENO"; then :
13098 case "$LIBEXT" in
13099 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13100 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'` ;;
13101 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13102 if ${ac_cv_lib_soname_capi20:+false} :; then :
13103 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13104 fi ;;
13105 esac
13107 rm -f core conftest.err conftest.$ac_objext \
13108 conftest$ac_exeext conftest.$ac_ext
13109 LIBS=$ac_check_soname_save_LIBS
13111 if ${ac_cv_lib_soname_capi20:+false} :; then :
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13113 $as_echo "not found" >&6; }
13115 else
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13117 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13119 cat >>confdefs.h <<_ACEOF
13120 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13121 _ACEOF
13126 CPPFLAGS=$ac_save_CPPFLAGS
13127 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13128 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13131 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13132 case "x$with_capi" in
13133 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13134 xno) ;;
13135 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13136 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13137 esac
13141 CUPS_CFLAGS=""
13143 if test "x$with_cups" != "xno"
13144 then
13145 ac_save_CPPFLAGS="$CPPFLAGS"
13146 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13147 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13148 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13149 for ac_header in cups/cups.h
13150 do :
13151 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13152 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13153 cat >>confdefs.h <<_ACEOF
13154 #define HAVE_CUPS_CUPS_H 1
13155 _ACEOF
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13157 $as_echo_n "checking for -lcups... " >&6; }
13158 if ${ac_cv_lib_soname_cups+:} false; then :
13159 $as_echo_n "(cached) " >&6
13160 else
13161 ac_check_soname_save_LIBS=$LIBS
13162 LIBS="-lcups $ac_cups_libs $LIBS"
13163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13164 /* end confdefs.h. */
13166 /* Override any GCC internal prototype to avoid an error.
13167 Use char because int might match the return type of a GCC
13168 builtin and then its argument prototype would still apply. */
13169 #ifdef __cplusplus
13170 extern "C"
13171 #endif
13172 char cupsGetDefault ();
13174 main ()
13176 return cupsGetDefault ();
13178 return 0;
13180 _ACEOF
13181 if ac_fn_c_try_link "$LINENO"; then :
13182 case "$LIBEXT" in
13183 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13184 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'` ;;
13185 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13186 if ${ac_cv_lib_soname_cups:+false} :; then :
13187 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13188 fi ;;
13189 esac
13191 rm -f core conftest.err conftest.$ac_objext \
13192 conftest$ac_exeext conftest.$ac_ext
13193 LIBS=$ac_check_soname_save_LIBS
13195 if ${ac_cv_lib_soname_cups:+false} :; then :
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13197 $as_echo "not found" >&6; }
13199 else
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13201 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13203 cat >>confdefs.h <<_ACEOF
13204 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13205 _ACEOF
13207 CUPS_CFLAGS="$ac_cups_cflags"
13209 for ac_header in cups/ppd.h
13210 do :
13211 ac_fn_c_check_header_mongrel "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13212 if test "x$ac_cv_header_cups_ppd_h" = xyes; then :
13213 cat >>confdefs.h <<_ACEOF
13214 #define HAVE_CUPS_PPD_H 1
13215 _ACEOF
13219 done
13223 done
13225 CPPFLAGS="$ac_save_CPPFLAGS"
13227 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13228 case "x$with_cups" in
13229 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13230 xno) ;;
13231 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13232 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13233 esac
13237 if test "x$with_fontconfig" != "xno"
13238 then
13239 if ${FONTCONFIG_CFLAGS:+false} :; then :
13240 if ${PKG_CONFIG+:} false; then :
13241 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13244 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13245 if ${FONTCONFIG_LIBS:+false} :; then :
13246 if ${PKG_CONFIG+:} false; then :
13247 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13250 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13252 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13253 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13254 ac_save_CPPFLAGS=$CPPFLAGS
13255 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13256 for ac_header in fontconfig/fontconfig.h
13257 do :
13258 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13259 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13260 cat >>confdefs.h <<_ACEOF
13261 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13262 _ACEOF
13266 done
13268 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13269 then
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13271 $as_echo_n "checking for -lfontconfig... " >&6; }
13272 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13273 $as_echo_n "(cached) " >&6
13274 else
13275 ac_check_soname_save_LIBS=$LIBS
13276 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278 /* end confdefs.h. */
13280 /* Override any GCC internal prototype to avoid an error.
13281 Use char because int might match the return type of a GCC
13282 builtin and then its argument prototype would still apply. */
13283 #ifdef __cplusplus
13284 extern "C"
13285 #endif
13286 char FcInit ();
13288 main ()
13290 return FcInit ();
13292 return 0;
13294 _ACEOF
13295 if ac_fn_c_try_link "$LINENO"; then :
13296 case "$LIBEXT" in
13297 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13298 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'` ;;
13299 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13300 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13301 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13302 fi ;;
13303 esac
13305 rm -f core conftest.err conftest.$ac_objext \
13306 conftest$ac_exeext conftest.$ac_ext
13307 LIBS=$ac_check_soname_save_LIBS
13309 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13311 $as_echo "not found" >&6; }
13312 FONTCONFIG_CFLAGS=""
13313 else
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13315 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13317 cat >>confdefs.h <<_ACEOF
13318 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13319 _ACEOF
13323 else
13324 FONTCONFIG_CFLAGS=""
13326 CPPFLAGS=$ac_save_CPPFLAGS
13327 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13328 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13331 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13332 case "x$with_fontconfig" in
13333 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13334 xno) ;;
13335 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13336 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13337 esac
13341 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13342 then
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13344 $as_echo_n "checking for -lgsm... " >&6; }
13345 if ${ac_cv_lib_soname_gsm+:} false; then :
13346 $as_echo_n "(cached) " >&6
13347 else
13348 ac_check_soname_save_LIBS=$LIBS
13349 LIBS="-lgsm $LIBS"
13350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13351 /* end confdefs.h. */
13353 /* Override any GCC internal prototype to avoid an error.
13354 Use char because int might match the return type of a GCC
13355 builtin and then its argument prototype would still apply. */
13356 #ifdef __cplusplus
13357 extern "C"
13358 #endif
13359 char gsm_create ();
13361 main ()
13363 return gsm_create ();
13365 return 0;
13367 _ACEOF
13368 if ac_fn_c_try_link "$LINENO"; then :
13369 case "$LIBEXT" in
13370 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13371 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'` ;;
13372 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13373 if ${ac_cv_lib_soname_gsm:+false} :; then :
13374 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13375 fi ;;
13376 esac
13378 rm -f core conftest.err conftest.$ac_objext \
13379 conftest$ac_exeext conftest.$ac_ext
13380 LIBS=$ac_check_soname_save_LIBS
13382 if ${ac_cv_lib_soname_gsm:+false} :; then :
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13384 $as_echo "not found" >&6; }
13386 else
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13388 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13390 cat >>confdefs.h <<_ACEOF
13391 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13392 _ACEOF
13397 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13398 case "x$with_gsm" in
13399 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13400 xno) ;;
13401 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13402 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13403 esac
13407 if test "x$with_jpeg" != "xno"
13408 then
13409 if ${JPEG_CFLAGS:+false} :; then :
13410 if ${PKG_CONFIG+:} false; then :
13411 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13415 if ${JPEG_LIBS:+false} :; then :
13416 if ${PKG_CONFIG+:} false; then :
13417 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13422 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13423 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13424 ac_save_CPPFLAGS=$CPPFLAGS
13425 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13426 for ac_header in jpeglib.h
13427 do :
13428 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13429 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13430 cat >>confdefs.h <<_ACEOF
13431 #define HAVE_JPEGLIB_H 1
13432 _ACEOF
13436 done
13438 if test "$ac_cv_header_jpeglib_h" = "yes"
13439 then
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13441 $as_echo_n "checking for -ljpeg... " >&6; }
13442 if ${ac_cv_lib_soname_jpeg+:} false; then :
13443 $as_echo_n "(cached) " >&6
13444 else
13445 ac_check_soname_save_LIBS=$LIBS
13446 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13450 /* Override any GCC internal prototype to avoid an error.
13451 Use char because int might match the return type of a GCC
13452 builtin and then its argument prototype would still apply. */
13453 #ifdef __cplusplus
13454 extern "C"
13455 #endif
13456 char jpeg_start_decompress ();
13458 main ()
13460 return jpeg_start_decompress ();
13462 return 0;
13464 _ACEOF
13465 if ac_fn_c_try_link "$LINENO"; then :
13466 case "$LIBEXT" in
13467 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13468 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'` ;;
13469 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13470 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13471 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13472 fi ;;
13473 esac
13475 rm -f core conftest.err conftest.$ac_objext \
13476 conftest$ac_exeext conftest.$ac_ext
13477 LIBS=$ac_check_soname_save_LIBS
13479 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13481 $as_echo "not found" >&6; }
13482 JPEG_CFLAGS=""
13483 else
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13485 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13487 cat >>confdefs.h <<_ACEOF
13488 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13489 _ACEOF
13493 else
13494 JPEG_CFLAGS=""
13496 CPPFLAGS=$ac_save_CPPFLAGS
13497 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13498 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13501 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13502 case "x$with_jpeg" in
13503 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13504 xno) ;;
13505 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13506 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13507 esac
13511 if test "x$with_png" != "xno"
13512 then
13513 if ${PNG_CFLAGS:+false} :; then :
13514 if ${PKG_CONFIG+:} false; then :
13515 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13518 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13519 if ${PNG_LIBS:+false} :; then :
13520 if ${PKG_CONFIG+:} false; then :
13521 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13524 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13526 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13527 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13528 ac_save_CPPFLAGS=$CPPFLAGS
13529 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13530 for ac_header in png.h
13531 do :
13532 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13533 if test "x$ac_cv_header_png_h" = xyes; then :
13534 cat >>confdefs.h <<_ACEOF
13535 #define HAVE_PNG_H 1
13536 _ACEOF
13540 done
13542 if test "$ac_cv_header_png_h" = "yes"
13543 then
13544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13545 $as_echo_n "checking for -lpng... " >&6; }
13546 if ${ac_cv_lib_soname_png+:} false; then :
13547 $as_echo_n "(cached) " >&6
13548 else
13549 ac_check_soname_save_LIBS=$LIBS
13550 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13552 /* end confdefs.h. */
13554 /* Override any GCC internal prototype to avoid an error.
13555 Use char because int might match the return type of a GCC
13556 builtin and then its argument prototype would still apply. */
13557 #ifdef __cplusplus
13558 extern "C"
13559 #endif
13560 char png_create_read_struct ();
13562 main ()
13564 return png_create_read_struct ();
13566 return 0;
13568 _ACEOF
13569 if ac_fn_c_try_link "$LINENO"; then :
13570 case "$LIBEXT" in
13571 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13572 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'` ;;
13573 *) 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'`
13574 if ${ac_cv_lib_soname_png:+false} :; then :
13575 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13576 fi ;;
13577 esac
13579 rm -f core conftest.err conftest.$ac_objext \
13580 conftest$ac_exeext conftest.$ac_ext
13581 LIBS=$ac_check_soname_save_LIBS
13583 if ${ac_cv_lib_soname_png:+false} :; then :
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13585 $as_echo "not found" >&6; }
13586 PNG_CFLAGS=""
13587 else
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13589 $as_echo "$ac_cv_lib_soname_png" >&6; }
13591 cat >>confdefs.h <<_ACEOF
13592 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13593 _ACEOF
13595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13596 /* end confdefs.h. */
13597 #include <png.h>
13599 main ()
13601 typeof(png_set_expand_gray_1_2_4_to_8) *p
13603 return 0;
13605 _ACEOF
13606 if ac_fn_c_try_compile "$LINENO"; then :
13608 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13613 else
13614 PNG_CFLAGS=""
13616 CPPFLAGS=$ac_save_CPPFLAGS
13617 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13618 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13621 if test "x$ac_cv_lib_soname_png" = "x"; then :
13622 case "x$with_png" in
13623 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13624 xno) ;;
13625 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13626 This is an error since --with-png was requested." "$LINENO" 5 ;;
13627 esac
13631 if test "x$with_tiff" != "xno"
13632 then
13633 if ${TIFF_CFLAGS:+false} :; then :
13634 if ${PKG_CONFIG+:} false; then :
13635 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13639 if ${TIFF_LIBS:+false} :; then :
13640 if ${PKG_CONFIG+:} false; then :
13641 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13646 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13647 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13648 ac_save_CPPFLAGS=$CPPFLAGS
13649 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13650 for ac_header in tiffio.h
13651 do :
13652 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13653 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13654 cat >>confdefs.h <<_ACEOF
13655 #define HAVE_TIFFIO_H 1
13656 _ACEOF
13660 done
13662 if test "$ac_cv_header_tiffio_h" = "yes"
13663 then
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13665 $as_echo_n "checking for -ltiff... " >&6; }
13666 if ${ac_cv_lib_soname_tiff+:} false; then :
13667 $as_echo_n "(cached) " >&6
13668 else
13669 ac_check_soname_save_LIBS=$LIBS
13670 LIBS="-ltiff $TIFF_LIBS $LIBS"
13671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13677 #ifdef __cplusplus
13678 extern "C"
13679 #endif
13680 char TIFFClientOpen ();
13682 main ()
13684 return TIFFClientOpen ();
13686 return 0;
13688 _ACEOF
13689 if ac_fn_c_try_link "$LINENO"; then :
13690 case "$LIBEXT" in
13691 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13692 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'` ;;
13693 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13694 if ${ac_cv_lib_soname_tiff:+false} :; then :
13695 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13696 fi ;;
13697 esac
13699 rm -f core conftest.err conftest.$ac_objext \
13700 conftest$ac_exeext conftest.$ac_ext
13701 LIBS=$ac_check_soname_save_LIBS
13703 if ${ac_cv_lib_soname_tiff:+false} :; then :
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13705 $as_echo "not found" >&6; }
13707 else
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13709 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13711 cat >>confdefs.h <<_ACEOF
13712 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13713 _ACEOF
13718 CPPFLAGS=$ac_save_CPPFLAGS
13719 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13720 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13723 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13724 case "x$with_tiff" in
13725 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13726 xno) ;;
13727 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13728 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13729 esac
13733 if test "x$with_mpg123" != "xno"
13734 then
13735 if ${MPG123_CFLAGS:+false} :; then :
13736 if ${PKG_CONFIG+:} false; then :
13737 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13741 if ${MPG123_LIBS:+false} :; then :
13742 if ${PKG_CONFIG+:} false; then :
13743 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13747 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13748 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13749 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13750 ac_save_CPPFLAGS=$CPPFLAGS
13751 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13752 for ac_header in mpg123.h
13753 do :
13754 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13755 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13756 cat >>confdefs.h <<_ACEOF
13757 #define HAVE_MPG123_H 1
13758 _ACEOF
13762 done
13764 if test "$ac_cv_header_mpg123_h" = "yes"
13765 then
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13767 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13768 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13769 $as_echo_n "(cached) " >&6
13770 else
13771 ac_check_lib_save_LIBS=$LIBS
13772 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13774 /* end confdefs.h. */
13776 /* Override any GCC internal prototype to avoid an error.
13777 Use char because int might match the return type of a GCC
13778 builtin and then its argument prototype would still apply. */
13779 #ifdef __cplusplus
13780 extern "C"
13781 #endif
13782 char mpg123_feed ();
13784 main ()
13786 return mpg123_feed ();
13788 return 0;
13790 _ACEOF
13791 if ac_fn_c_try_link "$LINENO"; then :
13792 ac_cv_lib_mpg123_mpg123_feed=yes
13793 else
13794 ac_cv_lib_mpg123_mpg123_feed=no
13796 rm -f core conftest.err conftest.$ac_objext \
13797 conftest$ac_exeext conftest.$ac_ext
13798 LIBS=$ac_check_lib_save_LIBS
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13801 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13802 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13804 else
13805 MPG123_LIBS=""
13808 else
13809 MPG123_CFLAGS=""
13810 MPG123_LIBS=""
13812 CPPFLAGS=$ac_save_CPPFLAGS
13813 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13814 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13817 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13818 case "x$with_mpg123" in
13819 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13820 xno) ;;
13821 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13822 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13823 esac
13824 enable_winemp3_acm=${enable_winemp3_acm:-no}
13827 if test "$ac_cv_header_AL_al_h" = "yes"
13828 then
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13830 $as_echo_n "checking for -lopenal... " >&6; }
13831 if ${ac_cv_lib_soname_openal+:} false; then :
13832 $as_echo_n "(cached) " >&6
13833 else
13834 ac_check_soname_save_LIBS=$LIBS
13835 LIBS="-lopenal $LIBS"
13836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13837 /* end confdefs.h. */
13839 /* Override any GCC internal prototype to avoid an error.
13840 Use char because int might match the return type of a GCC
13841 builtin and then its argument prototype would still apply. */
13842 #ifdef __cplusplus
13843 extern "C"
13844 #endif
13845 char alGetSource3i ();
13847 main ()
13849 return alGetSource3i ();
13851 return 0;
13853 _ACEOF
13854 if ac_fn_c_try_link "$LINENO"; then :
13855 case "$LIBEXT" in
13856 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13857 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'` ;;
13858 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13859 if ${ac_cv_lib_soname_openal:+false} :; then :
13860 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13861 fi ;;
13862 esac
13864 rm -f core conftest.err conftest.$ac_objext \
13865 conftest$ac_exeext conftest.$ac_ext
13866 LIBS=$ac_check_soname_save_LIBS
13868 if ${ac_cv_lib_soname_openal:+false} :; then :
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13870 $as_echo "not found" >&6; }
13872 else
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13874 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13876 cat >>confdefs.h <<_ACEOF
13877 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13878 _ACEOF
13880 OPENAL_LIBS="-lopenal"
13882 ac_cv_lib_openal=yes
13884 cat >>confdefs.h <<_ACEOF
13885 #define HAVE_OPENAL 1
13886 _ACEOF
13890 if test "x$ac_cv_lib_openal" != xyes; then :
13891 case "x$with_openal" in
13892 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13893 xno) ;;
13894 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13895 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13896 esac
13897 enable_openal32=${enable_openal32:-no}
13900 if test "x$ac_cv_lib_openal" = xyes
13901 then
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13903 $as_echo_n "checking for openal-soft... " >&6; }
13904 if ${ac_cv_have_openalsoft+:} false; then :
13905 $as_echo_n "(cached) " >&6
13906 else
13907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13908 /* end confdefs.h. */
13909 #include <AL/al.h>
13910 #include <AL/alc.h>
13911 #include <AL/alext.h>
13912 LPALCRENDERSAMPLESSOFT x;
13914 main ()
13918 return 0;
13920 _ACEOF
13921 if ac_fn_c_try_compile "$LINENO"; then :
13922 ac_cv_have_openalsoft=yes
13923 else
13924 ac_cv_have_openalsoft=no
13926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13929 $as_echo "$ac_cv_have_openalsoft" >&6; }
13931 if test "x$ac_cv_have_openalsoft" != xyes
13932 then
13933 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13934 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
13935 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
13936 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
13937 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
13938 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
13939 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
13940 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
13941 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
13942 enable_xapofx1_1=${enable_xapofx1_1:-no}
13943 enable_xapofx1_2=${enable_xapofx1_2:-no}
13944 enable_xapofx1_3=${enable_xapofx1_3:-no}
13945 enable_xapofx1_4=${enable_xapofx1_4:-no}
13946 enable_xapofx1_5=${enable_xapofx1_5:-no}
13947 enable_xaudio2_0=${enable_xaudio2_0:-no}
13948 enable_xaudio2_1=${enable_xaudio2_1:-no}
13949 enable_xaudio2_2=${enable_xaudio2_2:-no}
13950 enable_xaudio2_3=${enable_xaudio2_3:-no}
13951 enable_xaudio2_4=${enable_xaudio2_4:-no}
13952 enable_xaudio2_5=${enable_xaudio2_5:-no}
13953 enable_xaudio2_6=${enable_xaudio2_6:-no}
13954 enable_xaudio2_7=${enable_xaudio2_7:-no}
13955 enable_xaudio2_8=${enable_xaudio2_8:-no}
13956 enable_xaudio2_9=${enable_xaudio2_9:-no}
13959 if test "$ac_cv_header_kstat_h" = "yes"
13960 then
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13962 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13963 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13964 $as_echo_n "(cached) " >&6
13965 else
13966 ac_check_lib_save_LIBS=$LIBS
13967 LIBS="-lkstat $LIBS"
13968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13969 /* end confdefs.h. */
13971 /* Override any GCC internal prototype to avoid an error.
13972 Use char because int might match the return type of a GCC
13973 builtin and then its argument prototype would still apply. */
13974 #ifdef __cplusplus
13975 extern "C"
13976 #endif
13977 char kstat_open ();
13979 main ()
13981 return kstat_open ();
13983 return 0;
13985 _ACEOF
13986 if ac_fn_c_try_link "$LINENO"; then :
13987 ac_cv_lib_kstat_kstat_open=yes
13988 else
13989 ac_cv_lib_kstat_kstat_open=no
13991 rm -f core conftest.err conftest.$ac_objext \
13992 conftest$ac_exeext conftest.$ac_ext
13993 LIBS=$ac_check_lib_save_LIBS
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13996 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13997 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
13999 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14001 KSTAT_LIBS="-lkstat"
14007 if test "$ac_cv_header_libprocstat_h" = "yes"
14008 then
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14010 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14011 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
14012 $as_echo_n "(cached) " >&6
14013 else
14014 ac_check_lib_save_LIBS=$LIBS
14015 LIBS="-lprocstat $LIBS"
14016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14017 /* end confdefs.h. */
14019 /* Override any GCC internal prototype to avoid an error.
14020 Use char because int might match the return type of a GCC
14021 builtin and then its argument prototype would still apply. */
14022 #ifdef __cplusplus
14023 extern "C"
14024 #endif
14025 char procstat_open_sysctl ();
14027 main ()
14029 return procstat_open_sysctl ();
14031 return 0;
14033 _ACEOF
14034 if ac_fn_c_try_link "$LINENO"; then :
14035 ac_cv_lib_procstat_procstat_open_sysctl=yes
14036 else
14037 ac_cv_lib_procstat_procstat_open_sysctl=no
14039 rm -f core conftest.err conftest.$ac_objext \
14040 conftest$ac_exeext conftest.$ac_ext
14041 LIBS=$ac_check_lib_save_LIBS
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14044 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14045 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
14047 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14049 PROCSTAT_LIBS="-lprocstat"
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14056 $as_echo_n "checking for -lodbc... " >&6; }
14057 if ${ac_cv_lib_soname_odbc+:} false; then :
14058 $as_echo_n "(cached) " >&6
14059 else
14060 ac_check_soname_save_LIBS=$LIBS
14061 LIBS="-lodbc $LIBS"
14062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14063 /* end confdefs.h. */
14065 /* Override any GCC internal prototype to avoid an error.
14066 Use char because int might match the return type of a GCC
14067 builtin and then its argument prototype would still apply. */
14068 #ifdef __cplusplus
14069 extern "C"
14070 #endif
14071 char SQLConnect ();
14073 main ()
14075 return SQLConnect ();
14077 return 0;
14079 _ACEOF
14080 if ac_fn_c_try_link "$LINENO"; then :
14081 case "$LIBEXT" in
14082 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14083 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'` ;;
14084 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14085 if ${ac_cv_lib_soname_odbc:+false} :; then :
14086 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14087 fi ;;
14088 esac
14090 rm -f core conftest.err conftest.$ac_objext \
14091 conftest$ac_exeext conftest.$ac_ext
14092 LIBS=$ac_check_soname_save_LIBS
14094 if ${ac_cv_lib_soname_odbc:+false} :; then :
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14096 $as_echo "not found" >&6; }
14097 cat >>confdefs.h <<_ACEOF
14098 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14099 _ACEOF
14101 else
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14103 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14105 cat >>confdefs.h <<_ACEOF
14106 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14107 _ACEOF
14112 if test "x$with_netapi" != "xno"
14113 then
14114 if ${NETAPI_CFLAGS:+false} :; then :
14115 if ${PKG_CONFIG+:} false; then :
14116 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14120 if ${NETAPI_LIBS:+false} :; then :
14121 if ${PKG_CONFIG+:} false; then :
14122 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
14127 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14128 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14129 ac_save_CPPFLAGS=$CPPFLAGS
14130 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14132 $as_echo_n "checking for -lnetapi... " >&6; }
14133 if ${ac_cv_lib_soname_netapi+:} false; then :
14134 $as_echo_n "(cached) " >&6
14135 else
14136 ac_check_soname_save_LIBS=$LIBS
14137 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
14138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14139 /* end confdefs.h. */
14141 /* Override any GCC internal prototype to avoid an error.
14142 Use char because int might match the return type of a GCC
14143 builtin and then its argument prototype would still apply. */
14144 #ifdef __cplusplus
14145 extern "C"
14146 #endif
14147 char libnetapi_init ();
14149 main ()
14151 return libnetapi_init ();
14153 return 0;
14155 _ACEOF
14156 if ac_fn_c_try_link "$LINENO"; then :
14157 case "$LIBEXT" in
14158 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14159 dylib) ac_cv_lib_soname_netapi=`$OTOOL -L conftest$ac_exeext | grep "libnetapi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libnetapi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14160 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14161 if ${ac_cv_lib_soname_netapi:+false} :; then :
14162 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14163 fi ;;
14164 esac
14166 rm -f core conftest.err conftest.$ac_objext \
14167 conftest$ac_exeext conftest.$ac_ext
14168 LIBS=$ac_check_soname_save_LIBS
14170 if ${ac_cv_lib_soname_netapi:+false} :; then :
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14172 $as_echo "not found" >&6; }
14173 cat >>confdefs.h <<_ACEOF
14174 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14175 _ACEOF
14177 else
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14179 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14181 cat >>confdefs.h <<_ACEOF
14182 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14183 _ACEOF
14187 CPPFLAGS=$ac_save_CPPFLAGS
14188 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14189 test -z "$NETAPI_LIBS" || NETAPI_LIBS=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14193 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
14194 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14195 then
14196 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14200 EXTRACFLAGS=""
14202 if test "x${GCC}" = "xyes"
14203 then
14204 EXTRACFLAGS="-Wall -pipe"
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14207 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14208 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14209 $as_echo_n "(cached) " >&6
14210 else
14211 if test "$cross_compiling" = yes; then :
14212 ac_cv_c_gcc_strength_bug="no"
14213 else
14214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14215 /* end confdefs.h. */
14216 int L[4] = {0,1,2,3};
14218 main ()
14220 static int Array[3];
14221 unsigned int B = 3;
14222 int i;
14223 for(i=0; i<B; i++) Array[i] = i - 3;
14224 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14225 L[i] = 4;
14226 return (Array[1] != -2 || L[2] != 3)
14228 return 0;
14230 _ACEOF
14231 if ac_fn_c_try_run "$LINENO"; then :
14232 ac_cv_c_gcc_strength_bug="no"
14233 else
14234 ac_cv_c_gcc_strength_bug="yes"
14236 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14237 conftest.$ac_objext conftest.beam conftest.$ac_ext
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14242 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14243 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14244 then
14245 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14249 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14250 if ${ac_cv_cflags__fno_builtin+:} false; then :
14251 $as_echo_n "(cached) " >&6
14252 else
14253 ac_wine_try_cflags_saved=$CFLAGS
14254 CFLAGS="$CFLAGS -fno-builtin"
14255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14256 /* end confdefs.h. */
14257 int main(int argc, char **argv) { return 0; }
14258 _ACEOF
14259 if ac_fn_c_try_link "$LINENO"; then :
14260 ac_cv_cflags__fno_builtin=yes
14261 else
14262 ac_cv_cflags__fno_builtin=no
14264 rm -f core conftest.err conftest.$ac_objext \
14265 conftest$ac_exeext conftest.$ac_ext
14266 CFLAGS=$ac_wine_try_cflags_saved
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14269 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14270 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14271 BUILTINFLAG="-fno-builtin"
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14275 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14276 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14277 $as_echo_n "(cached) " >&6
14278 else
14279 ac_wine_try_cflags_saved=$CFLAGS
14280 CFLAGS="$CFLAGS -fno-strict-aliasing"
14281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 int main(int argc, char **argv) { return 0; }
14284 _ACEOF
14285 if ac_fn_c_try_link "$LINENO"; then :
14286 ac_cv_cflags__fno_strict_aliasing=yes
14287 else
14288 ac_cv_cflags__fno_strict_aliasing=no
14290 rm -f core conftest.err conftest.$ac_objext \
14291 conftest$ac_exeext conftest.$ac_ext
14292 CFLAGS=$ac_wine_try_cflags_saved
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14295 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14296 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14297 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14300 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14301 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14302 $as_echo_n "(cached) " >&6
14303 else
14304 ac_wine_try_cflags_saved=$CFLAGS
14305 CFLAGS="$CFLAGS -fexcess-precision=standard"
14306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14307 /* end confdefs.h. */
14308 int main(int argc, char **argv) { return 0; }
14309 _ACEOF
14310 if ac_fn_c_try_link "$LINENO"; then :
14311 ac_cv_cflags__fexcess_precision_standard=yes
14312 else
14313 ac_cv_cflags__fexcess_precision_standard=no
14315 rm -f core conftest.err conftest.$ac_objext \
14316 conftest$ac_exeext conftest.$ac_ext
14317 CFLAGS=$ac_wine_try_cflags_saved
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14320 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14321 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14322 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14325 saved_CFLAGS=$CFLAGS
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14327 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14328 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14329 $as_echo_n "(cached) " >&6
14330 else
14331 ac_wine_try_cflags_saved=$CFLAGS
14332 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14334 /* end confdefs.h. */
14335 int main(int argc, char **argv) { return 0; }
14336 _ACEOF
14337 if ac_fn_c_try_link "$LINENO"; then :
14338 ac_cv_cflags__Werror_unknown_warning_option=yes
14339 else
14340 ac_cv_cflags__Werror_unknown_warning_option=no
14342 rm -f core conftest.err conftest.$ac_objext \
14343 conftest$ac_exeext conftest.$ac_ext
14344 CFLAGS=$ac_wine_try_cflags_saved
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14347 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14348 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14349 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14352 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14353 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14354 $as_echo_n "(cached) " >&6
14355 else
14356 ac_wine_try_cflags_saved=$CFLAGS
14357 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14359 /* end confdefs.h. */
14360 int main(int argc, char **argv) { return 0; }
14361 _ACEOF
14362 if ac_fn_c_try_link "$LINENO"; then :
14363 ac_cv_cflags__Wdeclaration_after_statement=yes
14364 else
14365 ac_cv_cflags__Wdeclaration_after_statement=no
14367 rm -f core conftest.err conftest.$ac_objext \
14368 conftest$ac_exeext conftest.$ac_ext
14369 CFLAGS=$ac_wine_try_cflags_saved
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14372 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14373 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14374 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14377 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14378 if ${ac_cv_cflags__Wempty_body+:} false; then :
14379 $as_echo_n "(cached) " >&6
14380 else
14381 ac_wine_try_cflags_saved=$CFLAGS
14382 CFLAGS="$CFLAGS -Wempty-body"
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385 int main(int argc, char **argv) { return 0; }
14386 _ACEOF
14387 if ac_fn_c_try_link "$LINENO"; then :
14388 ac_cv_cflags__Wempty_body=yes
14389 else
14390 ac_cv_cflags__Wempty_body=no
14392 rm -f core conftest.err conftest.$ac_objext \
14393 conftest$ac_exeext conftest.$ac_ext
14394 CFLAGS=$ac_wine_try_cflags_saved
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14397 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14398 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14399 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14402 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14403 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14404 $as_echo_n "(cached) " >&6
14405 else
14406 ac_wine_try_cflags_saved=$CFLAGS
14407 CFLAGS="$CFLAGS -Wignored-qualifiers"
14408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14409 /* end confdefs.h. */
14410 int main(int argc, char **argv) { return 0; }
14411 _ACEOF
14412 if ac_fn_c_try_link "$LINENO"; then :
14413 ac_cv_cflags__Wignored_qualifiers=yes
14414 else
14415 ac_cv_cflags__Wignored_qualifiers=no
14417 rm -f core conftest.err conftest.$ac_objext \
14418 conftest$ac_exeext conftest.$ac_ext
14419 CFLAGS=$ac_wine_try_cflags_saved
14421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14422 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14423 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14424 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14427 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14428 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14429 $as_echo_n "(cached) " >&6
14430 else
14431 ac_wine_try_cflags_saved=$CFLAGS
14432 CFLAGS="$CFLAGS -Wshift-overflow=2"
14433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14434 /* end confdefs.h. */
14435 int main(int argc, char **argv) { return 0; }
14436 _ACEOF
14437 if ac_fn_c_try_link "$LINENO"; then :
14438 ac_cv_cflags__Wshift_overflow_2=yes
14439 else
14440 ac_cv_cflags__Wshift_overflow_2=no
14442 rm -f core conftest.err conftest.$ac_objext \
14443 conftest$ac_exeext conftest.$ac_ext
14444 CFLAGS=$ac_wine_try_cflags_saved
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14447 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14448 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14449 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14452 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14453 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14454 $as_echo_n "(cached) " >&6
14455 else
14456 ac_wine_try_cflags_saved=$CFLAGS
14457 CFLAGS="$CFLAGS -Wstrict-prototypes"
14458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14459 /* end confdefs.h. */
14460 int main(int argc, char **argv) { return 0; }
14461 _ACEOF
14462 if ac_fn_c_try_link "$LINENO"; then :
14463 ac_cv_cflags__Wstrict_prototypes=yes
14464 else
14465 ac_cv_cflags__Wstrict_prototypes=no
14467 rm -f core conftest.err conftest.$ac_objext \
14468 conftest$ac_exeext conftest.$ac_ext
14469 CFLAGS=$ac_wine_try_cflags_saved
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14472 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14473 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14474 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14477 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14478 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14479 $as_echo_n "(cached) " >&6
14480 else
14481 ac_wine_try_cflags_saved=$CFLAGS
14482 CFLAGS="$CFLAGS -Wtype-limits"
14483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14484 /* end confdefs.h. */
14485 int main(int argc, char **argv) { return 0; }
14486 _ACEOF
14487 if ac_fn_c_try_link "$LINENO"; then :
14488 ac_cv_cflags__Wtype_limits=yes
14489 else
14490 ac_cv_cflags__Wtype_limits=no
14492 rm -f core conftest.err conftest.$ac_objext \
14493 conftest$ac_exeext conftest.$ac_ext
14494 CFLAGS=$ac_wine_try_cflags_saved
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14497 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14498 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14499 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14502 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14503 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14504 $as_echo_n "(cached) " >&6
14505 else
14506 ac_wine_try_cflags_saved=$CFLAGS
14507 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14509 /* end confdefs.h. */
14510 int main(int argc, char **argv) { return 0; }
14511 _ACEOF
14512 if ac_fn_c_try_link "$LINENO"; then :
14513 ac_cv_cflags__Wunused_but_set_parameter=yes
14514 else
14515 ac_cv_cflags__Wunused_but_set_parameter=no
14517 rm -f core conftest.err conftest.$ac_objext \
14518 conftest$ac_exeext conftest.$ac_ext
14519 CFLAGS=$ac_wine_try_cflags_saved
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14522 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14523 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14524 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14527 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14528 if ${ac_cv_cflags__Wvla+:} false; then :
14529 $as_echo_n "(cached) " >&6
14530 else
14531 ac_wine_try_cflags_saved=$CFLAGS
14532 CFLAGS="$CFLAGS -Wvla"
14533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14534 /* end confdefs.h. */
14535 int main(int argc, char **argv) { return 0; }
14536 _ACEOF
14537 if ac_fn_c_try_link "$LINENO"; then :
14538 ac_cv_cflags__Wvla=yes
14539 else
14540 ac_cv_cflags__Wvla=no
14542 rm -f core conftest.err conftest.$ac_objext \
14543 conftest$ac_exeext conftest.$ac_ext
14544 CFLAGS=$ac_wine_try_cflags_saved
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14547 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14548 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14549 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14552 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14553 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14554 $as_echo_n "(cached) " >&6
14555 else
14556 ac_wine_try_cflags_saved=$CFLAGS
14557 CFLAGS="$CFLAGS -Wwrite-strings"
14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 int main(int argc, char **argv) { return 0; }
14561 _ACEOF
14562 if ac_fn_c_try_link "$LINENO"; then :
14563 ac_cv_cflags__Wwrite_strings=yes
14564 else
14565 ac_cv_cflags__Wwrite_strings=no
14567 rm -f core conftest.err conftest.$ac_objext \
14568 conftest$ac_exeext conftest.$ac_ext
14569 CFLAGS=$ac_wine_try_cflags_saved
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14572 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14573 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14574 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14578 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14579 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14580 $as_echo_n "(cached) " >&6
14581 else
14582 ac_wine_try_cflags_saved=$CFLAGS
14583 CFLAGS="$CFLAGS -Wpointer-arith"
14584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14585 /* end confdefs.h. */
14586 int main(int argc, char **argv) { return 0; }
14587 _ACEOF
14588 if ac_fn_c_try_link "$LINENO"; then :
14589 ac_cv_cflags__Wpointer_arith=yes
14590 else
14591 ac_cv_cflags__Wpointer_arith=no
14593 rm -f core conftest.err conftest.$ac_objext \
14594 conftest$ac_exeext conftest.$ac_ext
14595 CFLAGS=$ac_wine_try_cflags_saved
14597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14598 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14599 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14600 saved_string_h_CFLAGS=$CFLAGS
14601 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14603 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14604 if ${ac_cv_c_string_h_warnings+:} false; then :
14605 $as_echo_n "(cached) " >&6
14606 else
14607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14608 /* end confdefs.h. */
14609 #include <string.h>
14611 main ()
14615 return 0;
14617 _ACEOF
14618 if ac_fn_c_try_compile "$LINENO"; then :
14619 ac_cv_c_string_h_warnings=no
14620 else
14621 ac_cv_c_string_h_warnings=yes
14623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14626 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14627 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14628 CFLAGS=$saved_string_h_CFLAGS
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14632 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14633 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14634 $as_echo_n "(cached) " >&6
14635 else
14636 ac_wine_try_cflags_saved=$CFLAGS
14637 CFLAGS="$CFLAGS -Wlogical-op"
14638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14639 /* end confdefs.h. */
14640 int main(int argc, char **argv) { return 0; }
14641 _ACEOF
14642 if ac_fn_c_try_link "$LINENO"; then :
14643 ac_cv_cflags__Wlogical_op=yes
14644 else
14645 ac_cv_cflags__Wlogical_op=no
14647 rm -f core conftest.err conftest.$ac_objext \
14648 conftest$ac_exeext conftest.$ac_ext
14649 CFLAGS=$ac_wine_try_cflags_saved
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14652 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14653 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14654 saved_string_h_CFLAGS=$CFLAGS
14655 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14657 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14658 if ${ac_cv_c_logicalop_noisy+:} false; then :
14659 $as_echo_n "(cached) " >&6
14660 else
14661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14663 #include <string.h>
14664 char*f(const char *h,char n) {return strchr(h,n);}
14666 main ()
14670 return 0;
14672 _ACEOF
14673 if ac_fn_c_try_compile "$LINENO"; then :
14674 ac_cv_c_logicalop_noisy=no
14675 else
14676 ac_cv_c_logicalop_noisy=yes
14678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14681 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14682 CFLAGS=$saved_string_h_CFLAGS
14683 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14686 CFLAGS=$saved_CFLAGS
14688 for ac_flag in $CFLAGS; do
14689 case $ac_flag in
14690 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14691 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14692 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14693 $as_echo_n "(cached) " >&6
14694 else
14695 ac_wine_try_cflags_saved=$CFLAGS
14696 CFLAGS="$CFLAGS -gdwarf-2"
14697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14698 /* end confdefs.h. */
14699 int main(int argc, char **argv) { return 0; }
14700 _ACEOF
14701 if ac_fn_c_try_link "$LINENO"; then :
14702 ac_cv_cflags__gdwarf_2=yes
14703 else
14704 ac_cv_cflags__gdwarf_2=no
14706 rm -f core conftest.err conftest.$ac_objext \
14707 conftest$ac_exeext conftest.$ac_ext
14708 CFLAGS=$ac_wine_try_cflags_saved
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14711 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14712 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14713 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14716 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14717 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14718 $as_echo_n "(cached) " >&6
14719 else
14720 ac_wine_try_cflags_saved=$CFLAGS
14721 CFLAGS="$CFLAGS -gstrict-dwarf"
14722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14724 int main(int argc, char **argv) { return 0; }
14725 _ACEOF
14726 if ac_fn_c_try_link "$LINENO"; then :
14727 ac_cv_cflags__gstrict_dwarf=yes
14728 else
14729 ac_cv_cflags__gstrict_dwarf=no
14731 rm -f core conftest.err conftest.$ac_objext \
14732 conftest$ac_exeext conftest.$ac_ext
14733 CFLAGS=$ac_wine_try_cflags_saved
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14736 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14737 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14738 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14739 fi ;;
14740 esac
14741 done
14743 case $host_cpu in
14744 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14745 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14746 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14747 $as_echo_n "(cached) " >&6
14748 else
14749 ac_wine_try_cflags_saved=$CFLAGS
14750 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14752 /* end confdefs.h. */
14753 int main(int argc, char **argv) { return 0; }
14754 _ACEOF
14755 if ac_fn_c_try_link "$LINENO"; then :
14756 ac_cv_cflags__fno_omit_frame_pointer=yes
14757 else
14758 ac_cv_cflags__fno_omit_frame_pointer=no
14760 rm -f core conftest.err conftest.$ac_objext \
14761 conftest$ac_exeext conftest.$ac_ext
14762 CFLAGS=$ac_wine_try_cflags_saved
14764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14765 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14766 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14767 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14768 fi ;;
14769 esac
14771 case $host in
14772 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14773 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14774 if ${ac_cv_cflags__Wno_format+:} false; then :
14775 $as_echo_n "(cached) " >&6
14776 else
14777 ac_wine_try_cflags_saved=$CFLAGS
14778 CFLAGS="$CFLAGS -Wno-format"
14779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14780 /* end confdefs.h. */
14781 int main(int argc, char **argv) { return 0; }
14782 _ACEOF
14783 if ac_fn_c_try_link "$LINENO"; then :
14784 ac_cv_cflags__Wno_format=yes
14785 else
14786 ac_cv_cflags__Wno_format=no
14788 rm -f core conftest.err conftest.$ac_objext \
14789 conftest$ac_exeext conftest.$ac_ext
14790 CFLAGS=$ac_wine_try_cflags_saved
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14793 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14794 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14795 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14796 fi ;;
14797 esac
14799 if test "x$enable_maintainer_mode" = "xyes"
14800 then
14801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14802 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14803 if ${ac_cv_cflags__Werror+:} false; then :
14804 $as_echo_n "(cached) " >&6
14805 else
14806 ac_wine_try_cflags_saved=$CFLAGS
14807 CFLAGS="$CFLAGS -Werror"
14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14809 /* end confdefs.h. */
14810 int main(int argc, char **argv) { return 0; }
14811 _ACEOF
14812 if ac_fn_c_try_link "$LINENO"; then :
14813 ac_cv_cflags__Werror=yes
14814 else
14815 ac_cv_cflags__Werror=no
14817 rm -f core conftest.err conftest.$ac_objext \
14818 conftest$ac_exeext conftest.$ac_ext
14819 CFLAGS=$ac_wine_try_cflags_saved
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14822 $as_echo "$ac_cv_cflags__Werror" >&6; }
14823 if test "x$ac_cv_cflags__Werror" = xyes; then :
14824 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14828 saved_CFLAGS="$CFLAGS"
14829 CFLAGS="$CFLAGS -Werror"
14830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14831 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14832 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14833 $as_echo_n "(cached) " >&6
14834 else
14835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14836 /* end confdefs.h. */
14837 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14839 main ()
14843 return 0;
14845 _ACEOF
14846 if ac_fn_c_try_compile "$LINENO"; then :
14847 ac_cv_have_ms_hook_prologue="yes"
14848 else
14849 ac_cv_have_ms_hook_prologue="no"
14851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14854 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14855 CFLAGS="$saved_CFLAGS"
14856 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14857 then
14859 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14861 else
14862 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14869 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14870 if ${ac_cv_c_fortify_enabled+:} false; then :
14871 $as_echo_n "(cached) " >&6
14872 else
14873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14874 /* end confdefs.h. */
14875 #include <string.h>
14877 main ()
14879 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14880 #error Fortify enabled
14881 #endif
14883 return 0;
14885 _ACEOF
14886 if ac_fn_c_try_compile "$LINENO"; then :
14887 ac_cv_c_fortify_enabled=no
14888 else
14889 ac_cv_c_fortify_enabled=yes
14891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14894 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14895 if test "$ac_cv_c_fortify_enabled" = yes
14896 then
14897 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14902 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14903 if ${ac_cv_c_extern_prefix+:} false; then :
14904 $as_echo_n "(cached) " >&6
14905 else
14906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14907 /* end confdefs.h. */
14908 extern int ac_test;
14910 main ()
14912 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14914 return 0;
14916 _ACEOF
14917 if ac_fn_c_try_link "$LINENO"; then :
14918 ac_cv_c_extern_prefix="yes"
14919 else
14920 ac_cv_c_extern_prefix="no"
14922 rm -f core conftest.err conftest.$ac_objext \
14923 conftest$ac_exeext conftest.$ac_ext
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14926 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14928 case $host_cpu in
14929 *i[3456789]86*)
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14931 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14932 if ${ac_cv_c_stdcall_suffix+:} false; then :
14933 $as_echo_n "(cached) " >&6
14934 else
14935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14936 /* end confdefs.h. */
14937 #ifndef _MSC_VER
14938 #define __stdcall __attribute__((__stdcall__))
14939 #endif
14940 int __stdcall ac_test(int i) { return i; }
14942 main ()
14944 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14946 return 0;
14948 _ACEOF
14949 if ac_fn_c_try_link "$LINENO"; then :
14950 ac_cv_c_stdcall_suffix="yes"
14951 else
14952 ac_cv_c_stdcall_suffix="no"
14954 rm -f core conftest.err conftest.$ac_objext \
14955 conftest$ac_exeext conftest.$ac_ext
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14958 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14959 *) ac_cv_c_stdcall_suffix="no" ;;
14960 esac
14963 if test "$ac_cv_c_extern_prefix" = "yes"
14964 then
14965 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14967 asm_name_prefix="_"
14968 else
14969 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14971 asm_name_prefix=""
14975 if test "$ac_cv_c_stdcall_suffix" = "yes"
14976 then
14977 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14979 else
14980 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14986 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14987 if ${ac_cv_asm_func_def+:} false; then :
14988 $as_echo_n "(cached) " >&6
14989 else
14990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14991 /* end confdefs.h. */
14994 main ()
14996 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14998 return 0;
15000 _ACEOF
15001 if ac_fn_c_try_link "$LINENO"; then :
15002 ac_cv_asm_func_def=".def"
15003 else
15004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15008 main ()
15010 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15012 return 0;
15014 _ACEOF
15015 if ac_fn_c_try_link "$LINENO"; then :
15016 ac_cv_asm_func_def=".type @function"
15017 else
15018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15019 /* end confdefs.h. */
15022 main ()
15024 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15026 return 0;
15028 _ACEOF
15029 if ac_fn_c_try_link "$LINENO"; then :
15030 ac_cv_asm_func_def=".type 2"
15031 else
15032 ac_cv_asm_func_def="unknown"
15034 rm -f core conftest.err conftest.$ac_objext \
15035 conftest$ac_exeext conftest.$ac_ext
15037 rm -f core conftest.err conftest.$ac_objext \
15038 conftest$ac_exeext conftest.$ac_ext
15040 rm -f core conftest.err conftest.$ac_objext \
15041 conftest$ac_exeext conftest.$ac_ext
15043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15044 $as_echo "$ac_cv_asm_func_def" >&6; }
15047 case "$ac_cv_asm_func_def" in
15048 ".def")
15049 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15051 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15052 ".type @function")
15053 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15055 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
15056 ".type 2")
15057 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15059 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
15061 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15063 asm_func_header="" ;;
15064 esac
15066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15067 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15068 if ${ac_cv_c_asm_outside_funcs+:} false; then :
15069 $as_echo_n "(cached) " >&6
15070 else
15071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15072 /* end confdefs.h. */
15073 asm(".text\n\t.long 0");
15075 main ()
15079 return 0;
15081 _ACEOF
15082 if ac_fn_c_try_compile "$LINENO"; then :
15083 ac_cv_c_asm_outside_funcs="yes"
15084 else
15085 ac_cv_c_asm_outside_funcs="no"
15087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15090 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15093 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15094 if ${ac_cv_c_dot_previous+:} false; then :
15095 $as_echo_n "(cached) " >&6
15096 else
15097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15098 /* end confdefs.h. */
15101 main ()
15103 asm(".text\nac_test:\t.long 0\n\t.previous");
15105 return 0;
15107 _ACEOF
15108 if ac_fn_c_try_link "$LINENO"; then :
15109 ac_cv_c_dot_previous="yes"
15110 else
15111 ac_cv_c_dot_previous="no"
15113 rm -f core conftest.err conftest.$ac_objext \
15114 conftest$ac_exeext conftest.$ac_ext
15116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15117 $as_echo "$ac_cv_c_dot_previous" >&6; }
15119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15120 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15121 if ${ac_cv_c_cfi_support+:} false; then :
15122 $as_echo_n "(cached) " >&6
15123 else
15124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15125 /* end confdefs.h. */
15126 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15128 main ()
15132 return 0;
15134 _ACEOF
15135 if ac_fn_c_try_compile "$LINENO"; then :
15136 ac_cv_c_cfi_support="yes"
15137 else
15138 ac_cv_c_cfi_support="no"
15140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15143 $as_echo "$ac_cv_c_cfi_support" >&6; }
15145 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15146 asm_func_trailer=""
15147 if test "$ac_cv_c_dot_previous" = "yes"
15148 then
15149 asm_func_trailer="\\n\\t.previous"
15151 if test "$ac_cv_c_cfi_support" = "yes"
15152 then
15153 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
15154 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
15156 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15158 UNWINDFLAGS=-fasynchronous-unwind-tables
15160 else
15161 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15163 if test "x$enable_win64" = "xyes"
15164 then
15165 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15169 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15172 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15173 then
15174 cat >>confdefs.h <<_ACEOF
15175 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15176 _ACEOF
15178 else
15179 cat >>confdefs.h <<_ACEOF
15180 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15181 _ACEOF
15185 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15188 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15192 case $build_os in
15193 cygwin*|mingw32*) TOOLSEXT=".exe"
15195 esac
15197 case $host_os in
15198 linux-android*) ;;
15199 linux*)
15200 case $host_cpu in
15201 *i[3456789]86*|x86_64*)
15202 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
15203 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
15205 esac
15207 esac
15210 ac_save_CFLAGS="$CFLAGS"
15211 CFLAGS="$CFLAGS $BUILTINFLAG"
15212 for ac_func in \
15213 __res_get_state \
15214 __res_getservers \
15215 _finite \
15216 _isnan \
15217 _pclose \
15218 _popen \
15219 _snprintf \
15220 _spawnvp \
15221 _strdup \
15222 _stricmp \
15223 _strnicmp \
15224 _strtoi64 \
15225 _strtoui64 \
15226 _vsnprintf \
15227 asctime_r \
15228 chsize \
15229 dlopen \
15230 epoll_create \
15231 ffs \
15232 finitef \
15233 fnmatch \
15234 fork \
15235 fpclass \
15236 fstatfs \
15237 fstatvfs \
15238 ftruncate \
15239 futimens \
15240 futimes \
15241 futimesat \
15242 getattrlist \
15243 getopt_long_only \
15244 getpwuid \
15245 gettimeofday \
15246 getuid \
15247 if_nameindex \
15248 isnanf \
15249 kqueue \
15250 lstat \
15251 memmove \
15252 mmap \
15253 pclose \
15254 pipe2 \
15255 poll \
15256 popen \
15257 port_create \
15258 prctl \
15259 pread \
15260 proc_pidinfo \
15261 pwrite \
15262 readdir \
15263 readlink \
15264 sched_yield \
15265 select \
15266 setproctitle \
15267 setprogname \
15268 setrlimit \
15269 settimeofday \
15270 sigaltstack \
15271 sigprocmask \
15272 snprintf \
15273 statfs \
15274 statvfs \
15275 strcasecmp \
15276 strdup \
15277 strerror \
15278 strncasecmp \
15279 strtold \
15280 strtoll \
15281 strtoull \
15282 symlink \
15283 sysinfo \
15284 tcdrain \
15285 thr_kill2 \
15286 timegm \
15287 usleep \
15288 vsnprintf
15290 do :
15291 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15292 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15293 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15294 cat >>confdefs.h <<_ACEOF
15295 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15296 _ACEOF
15299 done
15301 CFLAGS="$ac_save_CFLAGS"
15303 if test "$ac_cv_func_dlopen" = no
15304 then
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15306 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15307 if ${ac_cv_lib_dl_dlopen+:} false; then :
15308 $as_echo_n "(cached) " >&6
15309 else
15310 ac_check_lib_save_LIBS=$LIBS
15311 LIBS="-ldl $LIBS"
15312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15313 /* end confdefs.h. */
15315 /* Override any GCC internal prototype to avoid an error.
15316 Use char because int might match the return type of a GCC
15317 builtin and then its argument prototype would still apply. */
15318 #ifdef __cplusplus
15319 extern "C"
15320 #endif
15321 char dlopen ();
15323 main ()
15325 return dlopen ();
15327 return 0;
15329 _ACEOF
15330 if ac_fn_c_try_link "$LINENO"; then :
15331 ac_cv_lib_dl_dlopen=yes
15332 else
15333 ac_cv_lib_dl_dlopen=no
15335 rm -f core conftest.err conftest.$ac_objext \
15336 conftest$ac_exeext conftest.$ac_ext
15337 LIBS=$ac_check_lib_save_LIBS
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15340 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15341 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15342 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15343 DL_LIBS="-ldl"
15348 ac_wine_check_funcs_save_LIBS="$LIBS"
15349 LIBS="$LIBS $DL_LIBS"
15350 for ac_func in dladdr
15351 do :
15352 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15353 if test "x$ac_cv_func_dladdr" = xyes; then :
15354 cat >>confdefs.h <<_ACEOF
15355 #define HAVE_DLADDR 1
15356 _ACEOF
15359 done
15361 LIBS="$ac_wine_check_funcs_save_LIBS"
15363 if test "$ac_cv_func_poll" = no
15364 then
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15366 $as_echo_n "checking for poll in -lpoll... " >&6; }
15367 if ${ac_cv_lib_poll_poll+:} false; then :
15368 $as_echo_n "(cached) " >&6
15369 else
15370 ac_check_lib_save_LIBS=$LIBS
15371 LIBS="-lpoll $LIBS"
15372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char poll ();
15383 main ()
15385 return poll ();
15387 return 0;
15389 _ACEOF
15390 if ac_fn_c_try_link "$LINENO"; then :
15391 ac_cv_lib_poll_poll=yes
15392 else
15393 ac_cv_lib_poll_poll=no
15395 rm -f core conftest.err conftest.$ac_objext \
15396 conftest$ac_exeext conftest.$ac_ext
15397 LIBS=$ac_check_lib_save_LIBS
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15400 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15401 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15402 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15403 POLL_LIBS="-lpoll"
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15410 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15411 if ${ac_cv_search_gethostbyname+:} false; then :
15412 $as_echo_n "(cached) " >&6
15413 else
15414 ac_func_search_save_LIBS=$LIBS
15415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15416 /* end confdefs.h. */
15418 /* Override any GCC internal prototype to avoid an error.
15419 Use char because int might match the return type of a GCC
15420 builtin and then its argument prototype would still apply. */
15421 #ifdef __cplusplus
15422 extern "C"
15423 #endif
15424 char gethostbyname ();
15426 main ()
15428 return gethostbyname ();
15430 return 0;
15432 _ACEOF
15433 for ac_lib in '' nsl; do
15434 if test -z "$ac_lib"; then
15435 ac_res="none required"
15436 else
15437 ac_res=-l$ac_lib
15438 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15440 if ac_fn_c_try_link "$LINENO"; then :
15441 ac_cv_search_gethostbyname=$ac_res
15443 rm -f core conftest.err conftest.$ac_objext \
15444 conftest$ac_exeext
15445 if ${ac_cv_search_gethostbyname+:} false; then :
15446 break
15448 done
15449 if ${ac_cv_search_gethostbyname+:} false; then :
15451 else
15452 ac_cv_search_gethostbyname=no
15454 rm conftest.$ac_ext
15455 LIBS=$ac_func_search_save_LIBS
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15458 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15459 ac_res=$ac_cv_search_gethostbyname
15460 if test "$ac_res" != no; then :
15461 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15467 $as_echo_n "checking for library containing connect... " >&6; }
15468 if ${ac_cv_search_connect+:} false; then :
15469 $as_echo_n "(cached) " >&6
15470 else
15471 ac_func_search_save_LIBS=$LIBS
15472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15473 /* end confdefs.h. */
15475 /* Override any GCC internal prototype to avoid an error.
15476 Use char because int might match the return type of a GCC
15477 builtin and then its argument prototype would still apply. */
15478 #ifdef __cplusplus
15479 extern "C"
15480 #endif
15481 char connect ();
15483 main ()
15485 return connect ();
15487 return 0;
15489 _ACEOF
15490 for ac_lib in '' socket; do
15491 if test -z "$ac_lib"; then
15492 ac_res="none required"
15493 else
15494 ac_res=-l$ac_lib
15495 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15497 if ac_fn_c_try_link "$LINENO"; then :
15498 ac_cv_search_connect=$ac_res
15500 rm -f core conftest.err conftest.$ac_objext \
15501 conftest$ac_exeext
15502 if ${ac_cv_search_connect+:} false; then :
15503 break
15505 done
15506 if ${ac_cv_search_connect+:} false; then :
15508 else
15509 ac_cv_search_connect=no
15511 rm conftest.$ac_ext
15512 LIBS=$ac_func_search_save_LIBS
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15515 $as_echo "$ac_cv_search_connect" >&6; }
15516 ac_res=$ac_cv_search_connect
15517 if test "$ac_res" != no; then :
15518 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15524 $as_echo_n "checking for library containing inet_aton... " >&6; }
15525 if ${ac_cv_search_inet_aton+:} false; then :
15526 $as_echo_n "(cached) " >&6
15527 else
15528 ac_func_search_save_LIBS=$LIBS
15529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15530 /* end confdefs.h. */
15532 /* Override any GCC internal prototype to avoid an error.
15533 Use char because int might match the return type of a GCC
15534 builtin and then its argument prototype would still apply. */
15535 #ifdef __cplusplus
15536 extern "C"
15537 #endif
15538 char inet_aton ();
15540 main ()
15542 return inet_aton ();
15544 return 0;
15546 _ACEOF
15547 for ac_lib in '' resolv; do
15548 if test -z "$ac_lib"; then
15549 ac_res="none required"
15550 else
15551 ac_res=-l$ac_lib
15552 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15554 if ac_fn_c_try_link "$LINENO"; then :
15555 ac_cv_search_inet_aton=$ac_res
15557 rm -f core conftest.err conftest.$ac_objext \
15558 conftest$ac_exeext
15559 if ${ac_cv_search_inet_aton+:} false; then :
15560 break
15562 done
15563 if ${ac_cv_search_inet_aton+:} false; then :
15565 else
15566 ac_cv_search_inet_aton=no
15568 rm conftest.$ac_ext
15569 LIBS=$ac_func_search_save_LIBS
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15572 $as_echo "$ac_cv_search_inet_aton" >&6; }
15573 ac_res=$ac_cv_search_inet_aton
15574 if test "$ac_res" != no; then :
15575 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15580 for ac_func in \
15581 getaddrinfo \
15582 getnameinfo \
15583 getnetbyname \
15584 getprotobyname \
15585 getprotobynumber \
15586 getservbyport \
15587 inet_addr \
15588 inet_network \
15589 inet_ntop \
15590 inet_pton \
15591 sendmsg \
15592 socketpair \
15594 do :
15595 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15596 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15597 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15598 cat >>confdefs.h <<_ACEOF
15599 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15600 _ACEOF
15603 done
15606 ac_save_LIBS=$LIBS
15607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15608 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15609 if ${ac_cv_search_clock_gettime+:} false; then :
15610 $as_echo_n "(cached) " >&6
15611 else
15612 ac_func_search_save_LIBS=$LIBS
15613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15614 /* end confdefs.h. */
15616 /* Override any GCC internal prototype to avoid an error.
15617 Use char because int might match the return type of a GCC
15618 builtin and then its argument prototype would still apply. */
15619 #ifdef __cplusplus
15620 extern "C"
15621 #endif
15622 char clock_gettime ();
15624 main ()
15626 return clock_gettime ();
15628 return 0;
15630 _ACEOF
15631 for ac_lib in '' rt; do
15632 if test -z "$ac_lib"; then
15633 ac_res="none required"
15634 else
15635 ac_res=-l$ac_lib
15636 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15638 if ac_fn_c_try_link "$LINENO"; then :
15639 ac_cv_search_clock_gettime=$ac_res
15641 rm -f core conftest.err conftest.$ac_objext \
15642 conftest$ac_exeext
15643 if ${ac_cv_search_clock_gettime+:} false; then :
15644 break
15646 done
15647 if ${ac_cv_search_clock_gettime+:} false; then :
15649 else
15650 ac_cv_search_clock_gettime=no
15652 rm conftest.$ac_ext
15653 LIBS=$ac_func_search_save_LIBS
15655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15656 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15657 ac_res=$ac_cv_search_clock_gettime
15658 if test "$ac_res" != no; then :
15659 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15661 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15663 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15667 LIBS=$ac_save_LIBS
15669 LDAP_LIBS=""
15671 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15672 then
15673 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15675 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15677 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15678 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15679 $as_echo_n "(cached) " >&6
15680 else
15681 ac_check_lib_save_LIBS=$LIBS
15682 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15684 /* end confdefs.h. */
15686 /* Override any GCC internal prototype to avoid an error.
15687 Use char because int might match the return type of a GCC
15688 builtin and then its argument prototype would still apply. */
15689 #ifdef __cplusplus
15690 extern "C"
15691 #endif
15692 char ldap_initialize ();
15694 main ()
15696 return ldap_initialize ();
15698 return 0;
15700 _ACEOF
15701 if ac_fn_c_try_link "$LINENO"; then :
15702 ac_cv_lib_ldap_r_ldap_initialize=yes
15703 else
15704 ac_cv_lib_ldap_r_ldap_initialize=no
15706 rm -f core conftest.err conftest.$ac_objext \
15707 conftest$ac_exeext conftest.$ac_ext
15708 LIBS=$ac_check_lib_save_LIBS
15710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15711 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15712 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15714 $as_echo_n "checking for ber_init in -llber... " >&6; }
15715 if ${ac_cv_lib_lber_ber_init+:} false; then :
15716 $as_echo_n "(cached) " >&6
15717 else
15718 ac_check_lib_save_LIBS=$LIBS
15719 LIBS="-llber $PTHREAD_LIBS $LIBS"
15720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15721 /* end confdefs.h. */
15723 /* Override any GCC internal prototype to avoid an error.
15724 Use char because int might match the return type of a GCC
15725 builtin and then its argument prototype would still apply. */
15726 #ifdef __cplusplus
15727 extern "C"
15728 #endif
15729 char ber_init ();
15731 main ()
15733 return ber_init ();
15735 return 0;
15737 _ACEOF
15738 if ac_fn_c_try_link "$LINENO"; then :
15739 ac_cv_lib_lber_ber_init=yes
15740 else
15741 ac_cv_lib_lber_ber_init=no
15743 rm -f core conftest.err conftest.$ac_objext \
15744 conftest$ac_exeext conftest.$ac_ext
15745 LIBS=$ac_check_lib_save_LIBS
15747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15748 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15749 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15751 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15753 LDAP_LIBS="-lldap_r -llber"
15760 ac_wine_check_funcs_save_LIBS="$LIBS"
15761 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15762 for ac_func in \
15763 ldap_count_references \
15764 ldap_first_reference \
15765 ldap_next_reference \
15766 ldap_parse_reference \
15767 ldap_parse_sort_control \
15768 ldap_parse_sortresponse_control \
15769 ldap_parse_vlv_control \
15770 ldap_parse_vlvresponse_control
15771 do :
15772 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15773 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15774 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15775 cat >>confdefs.h <<_ACEOF
15776 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15777 _ACEOF
15780 done
15782 LIBS="$ac_wine_check_funcs_save_LIBS"
15784 if test "x$LDAP_LIBS" = "x"; then :
15785 case "x$with_ldap" in
15786 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15787 xno) ;;
15788 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15789 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15790 esac
15794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15795 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15796 if ${wine_cv_one_arg_mkdir+:} false; then :
15797 $as_echo_n "(cached) " >&6
15798 else
15799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15800 /* end confdefs.h. */
15801 #include <sys/stat.h>
15803 main ()
15805 mkdir("foo");
15807 return 0;
15809 _ACEOF
15810 if ac_fn_c_try_compile "$LINENO"; then :
15811 wine_cv_one_arg_mkdir=yes
15812 else
15813 wine_cv_one_arg_mkdir=no
15815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15818 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15819 if test "$wine_cv_one_arg_mkdir" = "yes"
15820 then
15822 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15827 $as_echo_n "checking for sched_setaffinity... " >&6; }
15828 if ${wine_cv_have_sched_setaffinity+:} false; then :
15829 $as_echo_n "(cached) " >&6
15830 else
15831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15832 /* end confdefs.h. */
15833 #define _GNU_SOURCE
15834 #include <sched.h>
15836 main ()
15838 sched_setaffinity(0, 0, 0);
15840 return 0;
15842 _ACEOF
15843 if ac_fn_c_try_link "$LINENO"; then :
15844 wine_cv_have_sched_setaffinity=yes
15845 else
15846 wine_cv_have_sched_setaffinity=no
15848 rm -f core conftest.err conftest.$ac_objext \
15849 conftest$ac_exeext conftest.$ac_ext
15851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15852 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15853 if test "$wine_cv_have_sched_setaffinity" = "yes"
15854 then
15856 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15861 $as_echo_n "checking for fallocate... " >&6; }
15862 if ${wine_cv_have_fallocate+:} false; then :
15863 $as_echo_n "(cached) " >&6
15864 else
15865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15866 /* end confdefs.h. */
15867 #define _GNU_SOURCE
15868 #include <fcntl.h>
15870 main ()
15872 fallocate(-1, 0, 0, 0);
15874 return 0;
15876 _ACEOF
15877 if ac_fn_c_try_link "$LINENO"; then :
15878 wine_cv_have_fallocate=yes
15879 else
15880 wine_cv_have_fallocate=no
15882 rm -f core conftest.err conftest.$ac_objext \
15883 conftest$ac_exeext conftest.$ac_ext
15885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15886 $as_echo "$wine_cv_have_fallocate" >&6; }
15887 if test "$wine_cv_have_fallocate" = "yes"
15888 then
15890 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15896 $as_echo_n "checking for inline... " >&6; }
15897 if ${ac_cv_c_inline+:} false; then :
15898 $as_echo_n "(cached) " >&6
15899 else
15900 ac_cv_c_inline=no
15901 for ac_kw in inline __inline__ __inline; do
15902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15903 /* end confdefs.h. */
15904 #ifndef __cplusplus
15905 typedef int foo_t;
15906 static $ac_kw foo_t static_foo () {return 0; }
15907 $ac_kw foo_t foo () {return 0; }
15908 #endif
15910 _ACEOF
15911 if ac_fn_c_try_compile "$LINENO"; then :
15912 ac_cv_c_inline=$ac_kw
15914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15915 test "$ac_cv_c_inline" != no && break
15916 done
15919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15920 $as_echo "$ac_cv_c_inline" >&6; }
15922 case $ac_cv_c_inline in
15923 inline | yes) ;;
15925 case $ac_cv_c_inline in
15926 no) ac_val=;;
15927 *) ac_val=$ac_cv_c_inline;;
15928 esac
15929 cat >>confdefs.h <<_ACEOF
15930 #ifndef __cplusplus
15931 #define inline $ac_val
15932 #endif
15933 _ACEOF
15935 esac
15937 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15938 if test "x$ac_cv_type_mode_t" = xyes; then :
15940 cat >>confdefs.h <<_ACEOF
15941 #define HAVE_MODE_T 1
15942 _ACEOF
15946 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15947 if test "x$ac_cv_type_off_t" = xyes; then :
15949 cat >>confdefs.h <<_ACEOF
15950 #define HAVE_OFF_T 1
15951 _ACEOF
15955 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15956 if test "x$ac_cv_type_pid_t" = xyes; then :
15958 cat >>confdefs.h <<_ACEOF
15959 #define HAVE_PID_T 1
15960 _ACEOF
15964 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15965 if test "x$ac_cv_type_size_t" = xyes; then :
15967 cat >>confdefs.h <<_ACEOF
15968 #define HAVE_SIZE_T 1
15969 _ACEOF
15973 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15974 if test "x$ac_cv_type_ssize_t" = xyes; then :
15976 cat >>confdefs.h <<_ACEOF
15977 #define HAVE_SSIZE_T 1
15978 _ACEOF
15982 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15983 if test "x$ac_cv_type_long_long" = xyes; then :
15985 cat >>confdefs.h <<_ACEOF
15986 #define HAVE_LONG_LONG 1
15987 _ACEOF
15991 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15992 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
15994 cat >>confdefs.h <<_ACEOF
15995 #define HAVE_FSBLKCNT_T 1
15996 _ACEOF
16000 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16001 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
16003 cat >>confdefs.h <<_ACEOF
16004 #define HAVE_FSFILCNT_T 1
16005 _ACEOF
16010 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16011 #include <signal.h>
16013 if test "x$ac_cv_type_sigset_t" = xyes; then :
16015 cat >>confdefs.h <<_ACEOF
16016 #define HAVE_SIGSET_T 1
16017 _ACEOF
16022 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16024 if test "x$ac_cv_type_request_sense" = xyes; then :
16026 cat >>confdefs.h <<_ACEOF
16027 #define HAVE_REQUEST_SENSE 1
16028 _ACEOF
16034 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16035 #ifdef HAVE_SYS_SOCKET_H
16036 #include <sys/socket.h>
16037 #endif
16038 #ifdef HAVE_SYS_SOCKETVAR_H
16039 #include <sys/socketvar.h>
16040 #endif
16041 #ifdef HAVE_NET_ROUTE_H
16042 #include <net/route.h>
16043 #endif
16044 #ifdef HAVE_NETINET_IN_H
16045 #include <netinet/in.h>
16046 #endif
16047 #ifdef HAVE_NETINET_IN_SYSTM_H
16048 #include <netinet/in_systm.h>
16049 #endif
16050 #ifdef HAVE_NETINET_IP_H
16051 #include <netinet/ip.h>
16052 #endif
16053 #ifdef HAVE_NETINET_IN_PCB_H
16054 #include <netinet/in_pcb.h>
16055 #endif
16057 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
16059 cat >>confdefs.h <<_ACEOF
16060 #define HAVE_STRUCT_XINPGEN 1
16061 _ACEOF
16067 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16068 #include <link.h>
16069 #endif
16070 #ifdef HAVE_SYS_LINK_H
16071 #include <sys/link.h>
16072 #endif
16074 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
16076 cat >>confdefs.h <<_ACEOF
16077 #define HAVE_STRUCT_R_DEBUG 1
16078 _ACEOF
16082 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16083 #include <link.h>
16084 #endif
16085 #ifdef HAVE_SYS_LINK_H
16086 #include <sys/link.h>
16087 #endif
16089 if test "x$ac_cv_type_struct_link_map" = xyes; then :
16091 cat >>confdefs.h <<_ACEOF
16092 #define HAVE_STRUCT_LINK_MAP 1
16093 _ACEOF
16099 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16100 #include <linux/input.h>
16101 #endif
16103 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
16105 cat >>confdefs.h <<_ACEOF
16106 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16107 _ACEOF
16113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16114 $as_echo_n "checking for sigaddset... " >&6; }
16115 if ${wine_cv_have_sigaddset+:} false; then :
16116 $as_echo_n "(cached) " >&6
16117 else
16118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16119 /* end confdefs.h. */
16120 #include <signal.h>
16122 main ()
16124 sigset_t set; sigaddset(&set,SIGTERM);
16126 return 0;
16128 _ACEOF
16129 if ac_fn_c_try_link "$LINENO"; then :
16130 wine_cv_have_sigaddset=yes
16131 else
16132 wine_cv_have_sigaddset=no
16134 rm -f core conftest.err conftest.$ac_objext \
16135 conftest$ac_exeext conftest.$ac_ext
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16138 $as_echo "$wine_cv_have_sigaddset" >&6; }
16139 if test "$wine_cv_have_sigaddset" = "yes"
16140 then
16142 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16148 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16149 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
16150 $as_echo_n "(cached) " >&6
16151 else
16152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16153 /* end confdefs.h. */
16154 #include <netdb.h>
16156 main ()
16159 char *name=0;
16160 struct hostent he;
16161 struct hostent *result;
16162 char *buf=0;
16163 int bufsize=0;
16164 int errnr;
16165 char *addr=0;
16166 int addrlen=0;
16167 int addrtype=0;
16168 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16169 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16172 return 0;
16174 _ACEOF
16175 if ac_fn_c_try_link "$LINENO"; then :
16176 wine_cv_linux_gethostbyname_r_6=yes
16177 else
16178 wine_cv_linux_gethostbyname_r_6=no
16181 rm -f core conftest.err conftest.$ac_objext \
16182 conftest$ac_exeext conftest.$ac_ext
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16186 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16187 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16188 then
16190 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16194 if test "$ac_cv_header_linux_joystick_h" = "yes"
16195 then
16196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16197 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16198 if ${wine_cv_linux_joystick_22_api+:} false; then :
16199 $as_echo_n "(cached) " >&6
16200 else
16201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16202 /* end confdefs.h. */
16204 #include <sys/ioctl.h>
16205 #include <sys/types.h>
16206 #include <linux/joystick.h>
16208 struct js_event blub;
16209 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16210 #error "no 2.2 header"
16211 #endif
16214 main ()
16216 /*empty*/
16218 return 0;
16220 _ACEOF
16221 if ac_fn_c_try_compile "$LINENO"; then :
16222 wine_cv_linux_joystick_22_api=yes
16223 else
16224 wine_cv_linux_joystick_22_api=no
16226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16230 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16231 if test "$wine_cv_linux_joystick_22_api" = "yes"
16232 then
16234 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16240 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16241 #ifdef HAVE_SYS_PARAM_H
16242 # include <sys/param.h>
16243 #endif
16244 #ifdef HAVE_SYS_MOUNT_H
16245 # include <sys/mount.h>
16246 #endif
16247 #ifdef HAVE_SYS_VFS_H
16248 # include <sys/vfs.h>
16249 #endif
16250 #ifdef HAVE_SYS_STATFS_H
16251 # include <sys/statfs.h>
16252 #endif
16254 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16256 cat >>confdefs.h <<_ACEOF
16257 #define HAVE_STRUCT_STATFS_F_BFREE 1
16258 _ACEOF
16262 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16263 #ifdef HAVE_SYS_PARAM_H
16264 # include <sys/param.h>
16265 #endif
16266 #ifdef HAVE_SYS_MOUNT_H
16267 # include <sys/mount.h>
16268 #endif
16269 #ifdef HAVE_SYS_VFS_H
16270 # include <sys/vfs.h>
16271 #endif
16272 #ifdef HAVE_SYS_STATFS_H
16273 # include <sys/statfs.h>
16274 #endif
16276 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16278 cat >>confdefs.h <<_ACEOF
16279 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16280 _ACEOF
16284 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16285 #ifdef HAVE_SYS_PARAM_H
16286 # include <sys/param.h>
16287 #endif
16288 #ifdef HAVE_SYS_MOUNT_H
16289 # include <sys/mount.h>
16290 #endif
16291 #ifdef HAVE_SYS_VFS_H
16292 # include <sys/vfs.h>
16293 #endif
16294 #ifdef HAVE_SYS_STATFS_H
16295 # include <sys/statfs.h>
16296 #endif
16298 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16300 cat >>confdefs.h <<_ACEOF
16301 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16302 _ACEOF
16306 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16307 #ifdef HAVE_SYS_PARAM_H
16308 # include <sys/param.h>
16309 #endif
16310 #ifdef HAVE_SYS_MOUNT_H
16311 # include <sys/mount.h>
16312 #endif
16313 #ifdef HAVE_SYS_VFS_H
16314 # include <sys/vfs.h>
16315 #endif
16316 #ifdef HAVE_SYS_STATFS_H
16317 # include <sys/statfs.h>
16318 #endif
16320 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16322 cat >>confdefs.h <<_ACEOF
16323 #define HAVE_STRUCT_STATFS_F_FFREE 1
16324 _ACEOF
16328 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16329 #ifdef HAVE_SYS_PARAM_H
16330 # include <sys/param.h>
16331 #endif
16332 #ifdef HAVE_SYS_MOUNT_H
16333 # include <sys/mount.h>
16334 #endif
16335 #ifdef HAVE_SYS_VFS_H
16336 # include <sys/vfs.h>
16337 #endif
16338 #ifdef HAVE_SYS_STATFS_H
16339 # include <sys/statfs.h>
16340 #endif
16342 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16344 cat >>confdefs.h <<_ACEOF
16345 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16346 _ACEOF
16350 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16351 #ifdef HAVE_SYS_PARAM_H
16352 # include <sys/param.h>
16353 #endif
16354 #ifdef HAVE_SYS_MOUNT_H
16355 # include <sys/mount.h>
16356 #endif
16357 #ifdef HAVE_SYS_VFS_H
16358 # include <sys/vfs.h>
16359 #endif
16360 #ifdef HAVE_SYS_STATFS_H
16361 # include <sys/statfs.h>
16362 #endif
16364 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16366 cat >>confdefs.h <<_ACEOF
16367 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16368 _ACEOF
16374 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16375 #include <sys/statvfs.h>
16376 #endif
16378 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16380 cat >>confdefs.h <<_ACEOF
16381 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16382 _ACEOF
16388 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16389 #include <dirent.h>
16390 #endif
16392 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16394 cat >>confdefs.h <<_ACEOF
16395 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16396 _ACEOF
16402 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16403 #ifdef HAVE_SYS_SOCKET_H
16404 # include <sys/socket.h>
16405 #endif
16406 #ifdef HAVE_SYS_UN_H
16407 # include <sys/un.h>
16408 #endif
16410 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16412 cat >>confdefs.h <<_ACEOF
16413 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16414 _ACEOF
16418 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16419 #ifdef HAVE_SYS_SOCKET_H
16420 # include <sys/socket.h>
16421 #endif
16422 #ifdef HAVE_SYS_UN_H
16423 # include <sys/un.h>
16424 #endif
16426 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16428 cat >>confdefs.h <<_ACEOF
16429 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16430 _ACEOF
16434 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16435 #ifdef HAVE_SYS_SOCKET_H
16436 # include <sys/socket.h>
16437 #endif
16438 #ifdef HAVE_SYS_UN_H
16439 # include <sys/un.h>
16440 #endif
16442 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16444 cat >>confdefs.h <<_ACEOF
16445 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16446 _ACEOF
16452 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16453 #ifdef HAVE_SCSI_SG_H
16454 #include <scsi/sg.h>
16455 #endif
16457 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16459 cat >>confdefs.h <<_ACEOF
16460 #define HAVE_SCSIREQ_T_CMD 1
16461 _ACEOF
16465 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>
16466 #ifdef HAVE_SCSI_SG_H
16467 #include <scsi/sg.h>
16468 #endif
16470 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16472 cat >>confdefs.h <<_ACEOF
16473 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16474 _ACEOF
16480 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16482 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16484 cat >>confdefs.h <<_ACEOF
16485 #define HAVE_SIGINFO_T_SI_FD 1
16486 _ACEOF
16492 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16493 #ifdef HAVE_SYS_MTIO_H
16494 #include <sys/mtio.h>
16495 #endif
16497 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes; then :
16499 cat >>confdefs.h <<_ACEOF
16500 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16501 _ACEOF
16505 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16506 #ifdef HAVE_SYS_MTIO_H
16507 #include <sys/mtio.h>
16508 #endif
16510 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16512 cat >>confdefs.h <<_ACEOF
16513 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16514 _ACEOF
16518 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16519 #ifdef HAVE_SYS_MTIO_H
16520 #include <sys/mtio.h>
16521 #endif
16523 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16525 cat >>confdefs.h <<_ACEOF
16526 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16527 _ACEOF
16533 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16534 #include <getopt.h>
16535 #endif
16537 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16539 cat >>confdefs.h <<_ACEOF
16540 #define HAVE_STRUCT_OPTION_NAME 1
16541 _ACEOF
16547 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16548 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16550 cat >>confdefs.h <<_ACEOF
16551 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16552 _ACEOF
16556 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16557 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16559 cat >>confdefs.h <<_ACEOF
16560 #define HAVE_STRUCT_STAT_ST_MTIM 1
16561 _ACEOF
16565 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16566 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16568 cat >>confdefs.h <<_ACEOF
16569 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16570 _ACEOF
16574 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16575 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16577 cat >>confdefs.h <<_ACEOF
16578 #define HAVE_STRUCT_STAT_ST_CTIM 1
16579 _ACEOF
16583 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16584 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16586 cat >>confdefs.h <<_ACEOF
16587 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16588 _ACEOF
16592 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16593 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16595 cat >>confdefs.h <<_ACEOF
16596 #define HAVE_STRUCT_STAT_ST_ATIM 1
16597 _ACEOF
16601 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16602 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16604 cat >>confdefs.h <<_ACEOF
16605 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16606 _ACEOF
16610 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16611 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16613 cat >>confdefs.h <<_ACEOF
16614 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16615 _ACEOF
16619 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16620 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16622 cat >>confdefs.h <<_ACEOF
16623 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16624 _ACEOF
16628 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16629 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16631 cat >>confdefs.h <<_ACEOF
16632 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16633 _ACEOF
16637 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16638 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16640 cat >>confdefs.h <<_ACEOF
16641 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16642 _ACEOF
16646 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16647 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16649 cat >>confdefs.h <<_ACEOF
16650 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16651 _ACEOF
16657 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
16658 #include <sys/types.h>
16659 #endif
16660 #ifdef HAVE_NETINET_IN_H
16661 #include <netinet/in.h>
16662 #endif
16664 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16666 cat >>confdefs.h <<_ACEOF
16667 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16668 _ACEOF
16674 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16675 #include <resolv.h>
16676 #endif
16678 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16680 cat >>confdefs.h <<_ACEOF
16681 #define HAVE_STRUCT___RES_STATE 1
16682 _ACEOF
16688 ac_fn_c_check_member "$LINENO" "struct __res_state" "_u._ext.nscount6" "ac_cv_member_struct___res_state__u__ext_nscount6" "#ifdef HAVE_RESOLV_H
16689 #include <resolv.h>
16690 #endif
16692 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16694 cat >>confdefs.h <<_ACEOF
16695 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16696 _ACEOF
16702 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16703 #include <sys/types.h>
16704 #endif
16705 #ifdef HAVE_NETINET_IN_H
16706 # include <netinet/in.h>
16707 #endif
16708 #ifdef HAVE_ARPA_NAMESER_H
16709 # include <arpa/nameser.h>
16710 #endif
16712 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16714 cat >>confdefs.h <<_ACEOF
16715 #define HAVE_NS_MSG__MSG_PTR 1
16716 _ACEOF
16722 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16723 #include <sys/types.h>
16724 #endif
16725 #ifdef HAVE_NETINET_IP_H
16726 #include <netinet/ip.h>
16727 #endif
16728 #ifdef HAVE_NETINET_IP_ICMP_H
16729 #include <netinet/ip_icmp.h>
16730 #endif
16731 #ifdef HAVE_NETINET_ICMP_VAR_H
16732 #include <netinet/icmp_var.h>
16733 #endif
16735 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16737 cat >>confdefs.h <<_ACEOF
16738 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16739 _ACEOF
16745 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16746 #include <sys/types.h>
16747 #endif
16748 #ifdef HAVE_ALIAS_H
16749 #include <alias.h>
16750 #endif
16751 #ifdef HAVE_SYS_SOCKET_H
16752 #include <sys/socket.h>
16753 #endif
16754 #ifdef HAVE_SYS_SOCKETVAR_H
16755 #include <sys/socketvar.h>
16756 #endif
16757 #ifdef HAVE_SYS_TIMEOUT_H
16758 #include <sys/timeout.h>
16759 #endif
16760 #ifdef HAVE_NETINET_IN_H
16761 #include <netinet/in.h>
16762 #endif
16763 #ifdef HAVE_NETINET_IN_SYSTM_H
16764 #include <netinet/in_systm.h>
16765 #endif
16766 #ifdef HAVE_NETINET_IP_H
16767 #include <netinet/ip.h>
16768 #endif
16769 #ifdef HAVE_NETINET_IP_VAR_H
16770 #include <netinet/ip_var.h>
16771 #endif
16772 #ifdef HAVE_NETINET_IP_ICMP_H
16773 #include <netinet/ip_icmp.h>
16774 #endif
16775 #ifdef HAVE_NETINET_ICMP_VAR_H
16776 #include <netinet/icmp_var.h>
16777 #endif
16779 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16781 cat >>confdefs.h <<_ACEOF
16782 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16783 _ACEOF
16789 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16790 #include <sys/types.h>
16791 #endif
16792 #ifdef HAVE_SYS_SOCKETVAR_H
16793 #include <sys/socketvar.h>
16794 #endif
16795 #ifdef HAVE_NETINET_IN_H
16796 #include <netinet/in.h>
16797 #endif
16798 #ifdef HAVE_NETINET_IP_VAR_H
16799 #include <netinet/ip_var.h>
16800 #endif
16802 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16804 cat >>confdefs.h <<_ACEOF
16805 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16806 _ACEOF
16812 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
16813 #include <netinet/ip_var.h>
16814 #endif
16816 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16818 cat >>confdefs.h <<_ACEOF
16819 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16820 _ACEOF
16826 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16827 #include <sys/types.h>
16828 #endif
16829 #ifdef HAVE_SYS_SOCKETVAR_H
16830 #include <sys/socketvar.h>
16831 #endif
16832 #ifdef HAVE_NETINET_IN_H
16833 #include <netinet/in.h>
16834 #endif
16835 #ifdef HAVE_NETINET_TCP_H
16836 #include <netinet/tcp.h>
16837 #endif
16838 #ifdef HAVE_NETINET_TCP_VAR_H
16839 #include <netinet/tcp_var.h>
16840 #endif
16842 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16844 cat >>confdefs.h <<_ACEOF
16845 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16846 _ACEOF
16852 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
16853 #include <netinet/tcp_var.h>
16854 #endif
16856 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16858 cat >>confdefs.h <<_ACEOF
16859 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16860 _ACEOF
16866 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16867 #include <sys/types.h>
16868 #endif
16869 #ifdef HAVE_NETINET_IN_H
16870 #include <netinet/in.h>
16871 #endif
16872 #ifdef HAVE_NETINET_IP_VAR_H
16873 #include <netinet/ip_var.h>
16874 #endif
16875 #ifdef HAVE_NETINET_UDP_H
16876 #include <netinet/udp.h>
16877 #endif
16878 #ifdef HAVE_NETINET_UDP_VAR_H
16879 #include <netinet/udp_var.h>
16880 #endif
16882 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16884 cat >>confdefs.h <<_ACEOF
16885 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16886 _ACEOF
16892 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16893 #include <sys/types.h>
16894 #endif
16895 #ifdef HAVE_NET_IF_H
16896 # include <net/if.h>
16897 #endif
16899 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16901 cat >>confdefs.h <<_ACEOF
16902 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16903 _ACEOF
16909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16910 $as_echo_n "checking for timezone variable... " >&6; }
16911 if ${ac_cv_have_timezone+:} false; then :
16912 $as_echo_n "(cached) " >&6
16913 else
16914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16915 /* end confdefs.h. */
16916 #include <time.h>
16918 main ()
16920 timezone = 1
16922 return 0;
16924 _ACEOF
16925 if ac_fn_c_try_link "$LINENO"; then :
16926 ac_cv_have_timezone="yes"
16927 else
16928 ac_cv_have_timezone="no"
16930 rm -f core conftest.err conftest.$ac_objext \
16931 conftest$ac_exeext conftest.$ac_ext
16933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16934 $as_echo "$ac_cv_have_timezone" >&6; }
16935 if test "$ac_cv_have_timezone" = "yes"
16936 then
16938 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16942 $as_echo_n "checking for daylight variable... " >&6; }
16943 if ${ac_cv_have_daylight+:} false; then :
16944 $as_echo_n "(cached) " >&6
16945 else
16946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16947 /* end confdefs.h. */
16948 #include <time.h>
16950 main ()
16952 daylight = 1
16954 return 0;
16956 _ACEOF
16957 if ac_fn_c_try_link "$LINENO"; then :
16958 ac_cv_have_daylight="yes"
16959 else
16960 ac_cv_have_daylight="no"
16962 rm -f core conftest.err conftest.$ac_objext \
16963 conftest$ac_exeext conftest.$ac_ext
16965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16966 $as_echo "$ac_cv_have_daylight" >&6; }
16967 if test "$ac_cv_have_daylight" = "yes"
16968 then
16970 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16974 ac_save_LIBS="$LIBS"
16975 LIBS="$LIBS -lm"
16976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16977 $as_echo_n "checking for isfinite... " >&6; }
16978 if ${ac_cv_have_isfinite+:} false; then :
16979 $as_echo_n "(cached) " >&6
16980 else
16981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16982 /* end confdefs.h. */
16983 #define _GNU_SOURCE
16984 #include <math.h>
16986 main ()
16988 float f = 0.0; return isfinite(f)
16990 return 0;
16992 _ACEOF
16993 if ac_fn_c_try_link "$LINENO"; then :
16994 ac_cv_have_isfinite="yes"
16995 else
16996 ac_cv_have_isfinite="no"
16998 rm -f core conftest.err conftest.$ac_objext \
16999 conftest$ac_exeext conftest.$ac_ext
17001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17002 $as_echo "$ac_cv_have_isfinite" >&6; }
17003 if test "$ac_cv_have_isfinite" = "yes"
17004 then
17006 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17011 $as_echo_n "checking for isinf... " >&6; }
17012 if ${ac_cv_have_isinf+:} false; then :
17013 $as_echo_n "(cached) " >&6
17014 else
17015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17016 /* end confdefs.h. */
17017 #include <math.h>
17019 main ()
17021 float f = 0.0; return isinf(f)
17023 return 0;
17025 _ACEOF
17026 if ac_fn_c_try_link "$LINENO"; then :
17027 ac_cv_have_isinf="yes"
17028 else
17029 ac_cv_have_isinf="no"
17031 rm -f core conftest.err conftest.$ac_objext \
17032 conftest$ac_exeext conftest.$ac_ext
17034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17035 $as_echo "$ac_cv_have_isinf" >&6; }
17036 if test "$ac_cv_have_isinf" = "yes"
17037 then
17039 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17044 $as_echo_n "checking for isnan... " >&6; }
17045 if ${ac_cv_have_isnan+:} false; then :
17046 $as_echo_n "(cached) " >&6
17047 else
17048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17049 /* end confdefs.h. */
17050 #include <math.h>
17052 main ()
17054 float f = 0.0; return isnan(f)
17056 return 0;
17058 _ACEOF
17059 if ac_fn_c_try_link "$LINENO"; then :
17060 ac_cv_have_isnan="yes"
17061 else
17062 ac_cv_have_isnan="no"
17064 rm -f core conftest.err conftest.$ac_objext \
17065 conftest$ac_exeext conftest.$ac_ext
17067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17068 $as_echo "$ac_cv_have_isnan" >&6; }
17069 if test "$ac_cv_have_isnan" = "yes"
17070 then
17072 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17076 for ac_func in \
17077 asinh \
17078 asinhf \
17079 cbrt \
17080 cbrtf \
17081 erf \
17082 erff \
17083 exp2 \
17084 exp2f \
17085 lgamma \
17086 lgammaf \
17087 llrint \
17088 llrintf \
17089 llround \
17090 llroundf \
17091 log2 \
17092 log2f \
17093 lrint \
17094 lrintf \
17095 lround \
17096 lroundf \
17097 powl \
17098 remainder \
17099 remainderf \
17100 rint \
17101 rintf \
17102 round \
17103 roundf \
17104 trunc \
17105 truncf
17107 do :
17108 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17109 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17110 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17111 cat >>confdefs.h <<_ACEOF
17112 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17113 _ACEOF
17116 done
17118 LIBS="$ac_save_LIBS"
17120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17121 $as_echo_n "checking for __builtin_clz... " >&6; }
17122 if ${ac_cv_have___builtin_clz+:} false; then :
17123 $as_echo_n "(cached) " >&6
17124 else
17125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17126 /* end confdefs.h. */
17129 main ()
17131 return __builtin_clz(1)
17133 return 0;
17135 _ACEOF
17136 if ac_fn_c_try_link "$LINENO"; then :
17137 ac_cv_have___builtin_clz="yes"
17138 else
17139 ac_cv_have___builtin_clz="no"
17141 rm -f core conftest.err conftest.$ac_objext \
17142 conftest$ac_exeext conftest.$ac_ext
17144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17145 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17146 if test "$ac_cv_have___builtin_clz" = "yes"
17147 then
17149 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17154 $as_echo_n "checking for __builtin_popcount... " >&6; }
17155 if ${ac_cv_have___builtin_popcount+:} false; then :
17156 $as_echo_n "(cached) " >&6
17157 else
17158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17159 /* end confdefs.h. */
17162 main ()
17164 return __builtin_popcount(1)
17166 return 0;
17168 _ACEOF
17169 if ac_fn_c_try_link "$LINENO"; then :
17170 ac_cv_have___builtin_popcount="yes"
17171 else
17172 ac_cv_have___builtin_popcount="no"
17174 rm -f core conftest.err conftest.$ac_objext \
17175 conftest$ac_exeext conftest.$ac_ext
17177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17178 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17179 if test "$ac_cv_have___builtin_popcount" = "yes"
17180 then
17182 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17187 case $host_cpu in
17188 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17189 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17190 if ${ac_cv_cpp_def___i386__+:} false; then :
17191 $as_echo_n "(cached) " >&6
17192 else
17193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17194 /* end confdefs.h. */
17195 #ifndef __i386__
17197 #endif
17198 _ACEOF
17199 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17200 $EGREP "yes" >/dev/null 2>&1; then :
17201 ac_cv_cpp_def___i386__=yes
17202 else
17203 ac_cv_cpp_def___i386__=no
17205 rm -f conftest*
17208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17209 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17210 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17211 CFLAGS="$CFLAGS -D__i386__"
17212 LINTFLAGS="$LINTFLAGS -D__i386__"
17213 fi ;;
17214 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17215 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17216 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17217 $as_echo_n "(cached) " >&6
17218 else
17219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17220 /* end confdefs.h. */
17221 #ifndef __x86_64__
17223 #endif
17224 _ACEOF
17225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17226 $EGREP "yes" >/dev/null 2>&1; then :
17227 ac_cv_cpp_def___x86_64__=yes
17228 else
17229 ac_cv_cpp_def___x86_64__=no
17231 rm -f conftest*
17234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17235 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17236 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17237 CFLAGS="$CFLAGS -D__x86_64__"
17238 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17239 fi ;;
17240 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17241 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17242 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17243 $as_echo_n "(cached) " >&6
17244 else
17245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17246 /* end confdefs.h. */
17247 #ifndef __sparc64__
17249 #endif
17250 _ACEOF
17251 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17252 $EGREP "yes" >/dev/null 2>&1; then :
17253 ac_cv_cpp_def___sparc64__=yes
17254 else
17255 ac_cv_cpp_def___sparc64__=no
17257 rm -f conftest*
17260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17261 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17262 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17263 CFLAGS="$CFLAGS -D__sparc64__"
17264 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17265 fi ;;
17266 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17267 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17268 if ${ac_cv_cpp_def___sparc__+:} false; then :
17269 $as_echo_n "(cached) " >&6
17270 else
17271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17272 /* end confdefs.h. */
17273 #ifndef __sparc__
17275 #endif
17276 _ACEOF
17277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17278 $EGREP "yes" >/dev/null 2>&1; then :
17279 ac_cv_cpp_def___sparc__=yes
17280 else
17281 ac_cv_cpp_def___sparc__=no
17283 rm -f conftest*
17286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17287 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17288 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17289 CFLAGS="$CFLAGS -D__sparc__"
17290 LINTFLAGS="$LINTFLAGS -D__sparc__"
17291 fi ;;
17292 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17293 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17294 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17295 $as_echo_n "(cached) " >&6
17296 else
17297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17298 /* end confdefs.h. */
17299 #ifndef __powerpc64__
17301 #endif
17302 _ACEOF
17303 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17304 $EGREP "yes" >/dev/null 2>&1; then :
17305 ac_cv_cpp_def___powerpc64__=yes
17306 else
17307 ac_cv_cpp_def___powerpc64__=no
17309 rm -f conftest*
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17313 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17314 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17315 CFLAGS="$CFLAGS -D__powerpc64__"
17316 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17317 fi ;;
17318 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17319 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17320 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17321 $as_echo_n "(cached) " >&6
17322 else
17323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17324 /* end confdefs.h. */
17325 #ifndef __powerpc__
17327 #endif
17328 _ACEOF
17329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17330 $EGREP "yes" >/dev/null 2>&1; then :
17331 ac_cv_cpp_def___powerpc__=yes
17332 else
17333 ac_cv_cpp_def___powerpc__=no
17335 rm -f conftest*
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17339 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17340 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17341 CFLAGS="$CFLAGS -D__powerpc__"
17342 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17343 fi ;;
17344 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17345 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17346 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17347 $as_echo_n "(cached) " >&6
17348 else
17349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17350 /* end confdefs.h. */
17351 #ifndef __aarch64__
17353 #endif
17354 _ACEOF
17355 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17356 $EGREP "yes" >/dev/null 2>&1; then :
17357 ac_cv_cpp_def___aarch64__=yes
17358 else
17359 ac_cv_cpp_def___aarch64__=no
17361 rm -f conftest*
17364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17365 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17366 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17367 CFLAGS="$CFLAGS -D__aarch64__"
17368 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17369 fi ;;
17370 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17371 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17372 if ${ac_cv_cpp_def___arm__+:} false; then :
17373 $as_echo_n "(cached) " >&6
17374 else
17375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17376 /* end confdefs.h. */
17377 #ifndef __arm__
17379 #endif
17380 _ACEOF
17381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17382 $EGREP "yes" >/dev/null 2>&1; then :
17383 ac_cv_cpp_def___arm__=yes
17384 else
17385 ac_cv_cpp_def___arm__=no
17387 rm -f conftest*
17390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17391 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17392 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17393 CFLAGS="$CFLAGS -D__arm__"
17394 LINTFLAGS="$LINTFLAGS -D__arm__"
17395 fi ;;
17396 esac
17398 case $host_vendor in
17399 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17400 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17401 if ${ac_cv_cpp_def___sun__+:} false; then :
17402 $as_echo_n "(cached) " >&6
17403 else
17404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17405 /* end confdefs.h. */
17406 #ifndef __sun__
17408 #endif
17409 _ACEOF
17410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17411 $EGREP "yes" >/dev/null 2>&1; then :
17412 ac_cv_cpp_def___sun__=yes
17413 else
17414 ac_cv_cpp_def___sun__=no
17416 rm -f conftest*
17419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17420 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17421 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17422 CFLAGS="$CFLAGS -D__sun__"
17423 LINTFLAGS="$LINTFLAGS -D__sun__"
17424 fi ;;
17425 esac
17431 ac_config_commands="$ac_config_commands include/stamp-h"
17433 $as_echo_n "creating Makefile rules..." >&6
17435 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17436 SOCKET_LIBS = $SOCKET_LIBS
17437 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17438 IOKIT_LIBS = $IOKIT_LIBS
17439 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17440 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17441 CORESERVICES_LIBS = $CORESERVICES_LIBS
17442 APPKIT_LIBS = $APPKIT_LIBS
17443 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17444 SECURITY_LIBS = $SECURITY_LIBS
17445 COREAUDIO_LIBS = $COREAUDIO_LIBS
17446 OPENAL_LIBS = $OPENAL_LIBS
17447 OPENCL_LIBS = $OPENCL_LIBS
17448 QUICKTIME_LIBS = $QUICKTIME_LIBS
17449 CARBON_LIBS = $CARBON_LIBS
17450 PTHREAD_LIBS = $PTHREAD_LIBS
17451 X_CFLAGS = $X_CFLAGS
17452 X_PRE_LIBS = $X_PRE_LIBS
17453 X_LIBS = $X_LIBS
17454 X_EXTRA_LIBS = $X_EXTRA_LIBS
17455 PCAP_LIBS = $PCAP_LIBS
17456 XML2_CFLAGS = $XML2_CFLAGS
17457 XML2_LIBS = $XML2_LIBS
17458 XSLT_CFLAGS = $XSLT_CFLAGS
17459 XSLT_LIBS = $XSLT_LIBS
17460 DBUS_CFLAGS = $DBUS_CFLAGS
17461 DBUS_LIBS = $DBUS_LIBS
17462 HAL_CFLAGS = $HAL_CFLAGS
17463 HAL_LIBS = $HAL_LIBS
17464 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17465 GNUTLS_LIBS = $GNUTLS_LIBS
17466 SANE_CFLAGS = $SANE_CFLAGS
17467 SANE_LIBS = $SANE_LIBS
17468 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17469 GPHOTO2_LIBS = $GPHOTO2_LIBS
17470 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17471 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17472 RESOLV_LIBS = $RESOLV_LIBS
17473 LCMS2_CFLAGS = $LCMS2_CFLAGS
17474 LCMS2_LIBS = $LCMS2_LIBS
17475 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17476 FREETYPE_LIBS = $FREETYPE_LIBS
17477 Z_LIBS = $Z_LIBS
17478 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17479 PULSE_CFLAGS = $PULSE_CFLAGS
17480 PULSE_LIBS = $PULSE_LIBS
17481 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17482 GSTREAMER_LIBS = $GSTREAMER_LIBS
17483 ALSA_LIBS = $ALSA_LIBS
17484 OSS4_CFLAGS = $OSS4_CFLAGS
17485 UDEV_CFLAGS = $UDEV_CFLAGS
17486 UDEV_LIBS = $UDEV_LIBS
17487 CAPI20_CFLAGS = $CAPI20_CFLAGS
17488 CAPI20_LIBS = $CAPI20_LIBS
17489 CUPS_CFLAGS = $CUPS_CFLAGS
17490 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17491 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17492 JPEG_CFLAGS = $JPEG_CFLAGS
17493 JPEG_LIBS = $JPEG_LIBS
17494 PNG_CFLAGS = $PNG_CFLAGS
17495 PNG_LIBS = $PNG_LIBS
17496 TIFF_CFLAGS = $TIFF_CFLAGS
17497 TIFF_LIBS = $TIFF_LIBS
17498 MPG123_CFLAGS = $MPG123_CFLAGS
17499 MPG123_LIBS = $MPG123_LIBS
17500 KSTAT_LIBS = $KSTAT_LIBS
17501 PROCSTAT_LIBS = $PROCSTAT_LIBS
17502 NETAPI_CFLAGS = $NETAPI_CFLAGS
17503 NETAPI_LIBS = $NETAPI_LIBS
17504 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17505 DL_LIBS = $DL_LIBS
17506 POLL_LIBS = $POLL_LIBS
17507 RT_LIBS = $RT_LIBS
17508 LDAP_LIBS = $LDAP_LIBS
17513 wine_fn_append_rule "
17514 # Rules automatically generated by configure
17516 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17518 .INIT: Makefile
17519 .MAKEFILEDEPS:
17520 all: Makefile
17521 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17522 @./config.status Make.tmp Makefile
17523 depend: \$(MAKEDEP) dummy
17524 \$(MAKEDEP)"
17526 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17527 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17529 if test "x$enable_fonts" != xno; then
17530 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17531 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17532 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17533 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17534 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17535 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17537 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17538 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17539 ac_config_links="$ac_config_links wine:tools/winewrapper"
17540 wine_fn_config_symlink wine
17541 if test "x$enable_win64" != xno; then
17542 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17543 wine_fn_config_symlink wine64
17546 wine_fn_config_dll acledit enable_acledit
17547 wine_fn_config_dll aclui enable_aclui implib
17548 wine_fn_config_dll activeds enable_activeds implib
17549 wine_fn_config_dll actxprxy enable_actxprxy clean
17550 wine_fn_config_lib adsiid
17551 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17552 wine_fn_config_test dlls/advapi32/tests advapi32_test
17553 wine_fn_config_dll advpack enable_advpack implib
17554 wine_fn_config_test dlls/advpack/tests advpack_test
17555 wine_fn_config_dll amstream enable_amstream clean
17556 wine_fn_config_test dlls/amstream/tests amstream_test
17557 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17558 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17559 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17560 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17561 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17562 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17563 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17564 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17565 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17566 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17567 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17568 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17569 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17570 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17571 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17572 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17573 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17574 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17575 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17576 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17577 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17578 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17579 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17580 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17581 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17582 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17583 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17584 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17585 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17586 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17587 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17588 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17589 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17590 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17591 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17592 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17593 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17594 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17595 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
17596 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17597 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17598 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17599 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
17600 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17601 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
17602 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
17603 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17604 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17605 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17606 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17607 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17608 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17609 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17610 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17611 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17612 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17613 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
17614 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17615 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17616 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17617 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17618 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17619 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17620 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17621 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
17622 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17623 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
17624 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17625 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17626 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17627 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
17628 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
17629 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17630 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17631 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17632 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
17633 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17634 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17635 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17636 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17637 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17638 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
17639 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17640 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17641 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17642 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17643 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17644 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17645 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17646 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
17647 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
17648 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17649 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17650 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
17651 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17652 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17653 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17654 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17655 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
17656 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17657 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17658 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17659 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17660 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17661 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17662 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17663 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17664 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17665 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17666 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17667 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17668 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17669 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17670 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17671 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17672 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17673 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17674 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17675 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17676 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17677 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17678 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17679 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17680 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17681 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17682 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
17683 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
17684 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17685 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17686 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17687 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
17688 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17689 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17690 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
17691 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17692 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17693 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17694 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
17695 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17696 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17697 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
17698 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
17699 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17700 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
17701 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17702 wine_fn_config_dll apphelp enable_apphelp
17703 wine_fn_config_test dlls/apphelp/tests apphelp_test
17704 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17705 wine_fn_config_dll atl enable_atl clean,implib
17706 wine_fn_config_test dlls/atl/tests atl_test
17707 wine_fn_config_dll atl100 enable_atl100 clean,implib
17708 wine_fn_config_test dlls/atl100/tests atl100_test
17709 wine_fn_config_dll atl110 enable_atl110 clean
17710 wine_fn_config_dll atl80 enable_atl80 clean,implib
17711 wine_fn_config_test dlls/atl80/tests atl80_test
17712 wine_fn_config_dll atl90 enable_atl90 clean
17713 wine_fn_config_dll authz enable_authz
17714 wine_fn_config_dll avicap32 enable_avicap32 implib
17715 wine_fn_config_dll avifil32 enable_avifil32 clean,implib
17716 wine_fn_config_test dlls/avifil32/tests avifil32_test
17717 wine_fn_config_dll avifile.dll16 enable_win16
17718 wine_fn_config_dll avrt enable_avrt implib
17719 wine_fn_config_dll bcrypt enable_bcrypt implib
17720 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17721 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17722 wine_fn_config_dll browseui enable_browseui clean
17723 wine_fn_config_test dlls/browseui/tests browseui_test
17724 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17725 wine_fn_config_dll cabinet enable_cabinet implib
17726 wine_fn_config_test dlls/cabinet/tests cabinet_test
17727 wine_fn_config_dll capi2032 enable_capi2032 implib
17728 wine_fn_config_dll cards enable_cards implib
17729 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17730 wine_fn_config_dll clusapi enable_clusapi implib
17731 wine_fn_config_dll combase enable_combase
17732 wine_fn_config_test dlls/combase/tests combase_test
17733 wine_fn_config_dll comcat enable_comcat
17734 wine_fn_config_test dlls/comcat/tests comcat_test
17735 wine_fn_config_dll comctl32 enable_comctl32 clean,implib
17736 wine_fn_config_test dlls/comctl32/tests comctl32_test
17737 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib
17738 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17739 wine_fn_config_dll comm.drv16 enable_win16
17740 wine_fn_config_dll commdlg.dll16 enable_win16
17741 wine_fn_config_dll compobj.dll16 enable_win16
17742 wine_fn_config_dll compstui enable_compstui implib
17743 wine_fn_config_dll comsvcs enable_comsvcs implib
17744 wine_fn_config_dll concrt140 enable_concrt140
17745 wine_fn_config_dll connect enable_connect
17746 wine_fn_config_dll credui enable_credui clean,implib
17747 wine_fn_config_test dlls/credui/tests credui_test
17748 wine_fn_config_dll crtdll enable_crtdll
17749 wine_fn_config_dll crypt32 enable_crypt32 clean,implib
17750 wine_fn_config_test dlls/crypt32/tests crypt32_test
17751 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17752 wine_fn_config_dll cryptdll enable_cryptdll implib
17753 wine_fn_config_dll cryptext enable_cryptext
17754 wine_fn_config_dll cryptnet enable_cryptnet implib
17755 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17756 wine_fn_config_dll cryptui enable_cryptui clean,implib
17757 wine_fn_config_test dlls/cryptui/tests cryptui_test
17758 wine_fn_config_dll ctapi32 enable_ctapi32
17759 wine_fn_config_dll ctl3d.dll16 enable_win16
17760 wine_fn_config_dll ctl3d32 enable_ctl3d32
17761 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17762 wine_fn_config_dll d2d1 enable_d2d1 implib
17763 wine_fn_config_test dlls/d2d1/tests d2d1_test
17764 wine_fn_config_dll d3d10 enable_d3d10 implib
17765 wine_fn_config_test dlls/d3d10/tests d3d10_test
17766 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17767 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17768 wine_fn_config_dll d3d10core enable_d3d10core implib
17769 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17770 wine_fn_config_dll d3d11 enable_d3d11 implib
17771 wine_fn_config_test dlls/d3d11/tests d3d11_test
17772 wine_fn_config_dll d3d8 enable_d3d8 implib
17773 wine_fn_config_test dlls/d3d8/tests d3d8_test
17774 wine_fn_config_dll d3d9 enable_d3d9 implib
17775 wine_fn_config_test dlls/d3d9/tests d3d9_test
17776 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17777 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17778 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17779 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17780 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17781 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17782 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17783 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17784 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17785 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17786 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17787 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17788 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17789 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17790 wine_fn_config_dll d3dim enable_d3dim
17791 wine_fn_config_dll d3drm enable_d3drm implib
17792 wine_fn_config_test dlls/d3drm/tests d3drm_test
17793 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17794 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17795 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17796 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17797 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17798 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17799 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17800 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17801 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17802 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17803 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17804 wine_fn_config_test dlls/d3dx10_43/tests d3dx10_43_test
17805 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17806 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17807 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17808 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17809 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17810 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17811 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17812 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17813 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17814 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17815 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17816 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17817 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17818 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17819 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17820 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17821 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17822 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17823 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17824 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17825 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17826 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17827 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17828 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17829 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17830 wine_fn_config_dll davclnt enable_davclnt
17831 wine_fn_config_dll dbgeng enable_dbgeng implib
17832 wine_fn_config_dll dbghelp enable_dbghelp implib
17833 wine_fn_config_dll dciman32 enable_dciman32 implib
17834 wine_fn_config_dll ddeml.dll16 enable_win16
17835 wine_fn_config_dll ddraw enable_ddraw clean,implib
17836 wine_fn_config_test dlls/ddraw/tests ddraw_test
17837 wine_fn_config_dll ddrawex enable_ddrawex clean
17838 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17839 wine_fn_config_dll devenum enable_devenum clean
17840 wine_fn_config_test dlls/devenum/tests devenum_test
17841 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17842 wine_fn_config_dll difxapi enable_difxapi
17843 wine_fn_config_dll dinput enable_dinput clean,implib,staticimplib
17844 wine_fn_config_test dlls/dinput/tests dinput_test
17845 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17846 wine_fn_config_test dlls/dinput8/tests dinput8_test
17847 wine_fn_config_dll dispdib.dll16 enable_win16
17848 wine_fn_config_dll dispex enable_dispex clean
17849 wine_fn_config_test dlls/dispex/tests dispex_test
17850 wine_fn_config_dll display.drv16 enable_win16
17851 wine_fn_config_dll dmband enable_dmband clean
17852 wine_fn_config_test dlls/dmband/tests dmband_test
17853 wine_fn_config_dll dmcompos enable_dmcompos clean
17854 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17855 wine_fn_config_dll dmime enable_dmime clean
17856 wine_fn_config_test dlls/dmime/tests dmime_test
17857 wine_fn_config_dll dmloader enable_dmloader clean
17858 wine_fn_config_test dlls/dmloader/tests dmloader_test
17859 wine_fn_config_dll dmscript enable_dmscript clean
17860 wine_fn_config_test dlls/dmscript/tests dmscript_test
17861 wine_fn_config_dll dmstyle enable_dmstyle clean
17862 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17863 wine_fn_config_dll dmsynth enable_dmsynth clean
17864 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17865 wine_fn_config_dll dmusic enable_dmusic clean
17866 wine_fn_config_test dlls/dmusic/tests dmusic_test
17867 wine_fn_config_dll dmusic32 enable_dmusic32
17868 wine_fn_config_dll dnsapi enable_dnsapi implib
17869 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17870 wine_fn_config_dll dplay enable_dplay
17871 wine_fn_config_dll dplayx enable_dplayx clean,implib
17872 wine_fn_config_test dlls/dplayx/tests dplayx_test
17873 wine_fn_config_dll dpnaddr enable_dpnaddr
17874 wine_fn_config_dll dpnet enable_dpnet clean,implib
17875 wine_fn_config_test dlls/dpnet/tests dpnet_test
17876 wine_fn_config_dll dpnhpast enable_dpnhpast
17877 wine_fn_config_dll dpnlobby enable_dpnlobby
17878 wine_fn_config_dll dpvoice enable_dpvoice clean
17879 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17880 wine_fn_config_dll dpwsockx enable_dpwsockx
17881 wine_fn_config_dll drmclien enable_drmclien
17882 wine_fn_config_dll dsound enable_dsound clean,implib
17883 wine_fn_config_test dlls/dsound/tests dsound_test
17884 wine_fn_config_dll dssenh enable_dssenh
17885 wine_fn_config_test dlls/dssenh/tests dssenh_test
17886 wine_fn_config_dll dswave enable_dswave clean
17887 wine_fn_config_test dlls/dswave/tests dswave_test
17888 wine_fn_config_dll dwmapi enable_dwmapi implib
17889 wine_fn_config_dll dwrite enable_dwrite implib
17890 wine_fn_config_test dlls/dwrite/tests dwrite_test
17891 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17892 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17893 wine_fn_config_lib dxerr8
17894 wine_fn_config_lib dxerr9
17895 wine_fn_config_dll dxgi enable_dxgi implib
17896 wine_fn_config_test dlls/dxgi/tests dxgi_test
17897 wine_fn_config_lib dxguid
17898 wine_fn_config_dll dxva2 enable_dxva2
17899 wine_fn_config_dll esent enable_esent
17900 wine_fn_config_dll evr enable_evr
17901 wine_fn_config_dll explorerframe enable_explorerframe clean
17902 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17903 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17904 wine_fn_config_dll faultrep enable_faultrep implib
17905 wine_fn_config_test dlls/faultrep/tests faultrep_test
17906 wine_fn_config_dll fltlib enable_fltlib
17907 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17908 wine_fn_config_dll fntcache enable_fntcache
17909 wine_fn_config_dll fontsub enable_fontsub
17910 wine_fn_config_dll fusion enable_fusion
17911 wine_fn_config_test dlls/fusion/tests fusion_test
17912 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17913 wine_fn_config_dll gameux enable_gameux clean
17914 wine_fn_config_test dlls/gameux/tests gameux_test
17915 wine_fn_config_dll gdi.exe16 enable_win16
17916 wine_fn_config_dll gdi32 enable_gdi32 clean,implib
17917 wine_fn_config_test dlls/gdi32/tests gdi32_test
17918 wine_fn_config_dll gdiplus enable_gdiplus implib
17919 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17920 wine_fn_config_dll glu32 enable_glu32 implib
17921 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17922 wine_fn_config_dll gpkcsp enable_gpkcsp
17923 wine_fn_config_dll hal enable_hal
17924 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib htmlhelp
17925 wine_fn_config_dll hid enable_hid implib
17926 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17927 wine_fn_config_dll hlink enable_hlink clean,implib
17928 wine_fn_config_test dlls/hlink/tests hlink_test
17929 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17930 wine_fn_config_test dlls/hnetcfg/tests hnetcfg_test
17931 wine_fn_config_dll httpapi enable_httpapi
17932 wine_fn_config_dll iccvid enable_iccvid clean
17933 wine_fn_config_dll icmp enable_icmp
17934 wine_fn_config_dll ieframe enable_ieframe clean,implib
17935 wine_fn_config_test dlls/ieframe/tests ieframe_test
17936 wine_fn_config_dll ifsmgr.vxd enable_win16
17937 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17938 wine_fn_config_dll imagehlp enable_imagehlp implib
17939 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17940 wine_fn_config_dll imm.dll16 enable_win16
17941 wine_fn_config_dll imm32 enable_imm32 implib
17942 wine_fn_config_test dlls/imm32/tests imm32_test
17943 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17944 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17945 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17946 wine_fn_config_dll inetmib1 enable_inetmib1
17947 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17948 wine_fn_config_dll infosoft enable_infosoft clean
17949 wine_fn_config_test dlls/infosoft/tests infosoft_test
17950 wine_fn_config_dll initpki enable_initpki
17951 wine_fn_config_dll inkobj enable_inkobj
17952 wine_fn_config_dll inseng enable_inseng clean
17953 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17954 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
17955 wine_fn_config_dll iprop enable_iprop
17956 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17957 wine_fn_config_dll itircl enable_itircl
17958 wine_fn_config_dll itss enable_itss clean
17959 wine_fn_config_test dlls/itss/tests itss_test
17960 wine_fn_config_dll joy.cpl enable_joy_cpl clean
17961 wine_fn_config_dll jscript enable_jscript clean
17962 wine_fn_config_test dlls/jscript/tests jscript_test
17963 wine_fn_config_dll jsproxy enable_jsproxy implib
17964 wine_fn_config_test dlls/jsproxy/tests jsproxy_test
17965 wine_fn_config_dll kernel32 enable_kernel32 clean,implib
17966 wine_fn_config_test dlls/kernel32/tests kernel32_test
17967 wine_fn_config_dll kernelbase enable_kernelbase
17968 wine_fn_config_dll keyboard.drv16 enable_win16
17969 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17970 wine_fn_config_dll ksuser enable_ksuser
17971 wine_fn_config_dll ktmw32 enable_ktmw32
17972 wine_fn_config_dll loadperf enable_loadperf implib
17973 wine_fn_config_dll localspl enable_localspl clean
17974 wine_fn_config_test dlls/localspl/tests localspl_test
17975 wine_fn_config_dll localui enable_localui clean
17976 wine_fn_config_test dlls/localui/tests localui_test
17977 wine_fn_config_dll lz32 enable_lz32 implib
17978 wine_fn_config_test dlls/lz32/tests lz32_test
17979 wine_fn_config_dll lzexpand.dll16 enable_win16
17980 wine_fn_config_dll mapi32 enable_mapi32 clean,implib
17981 wine_fn_config_test dlls/mapi32/tests mapi32_test
17982 wine_fn_config_dll mapistub enable_mapistub
17983 wine_fn_config_dll mciavi32 enable_mciavi32
17984 wine_fn_config_dll mcicda enable_mcicda
17985 wine_fn_config_dll mciqtz32 enable_mciqtz32
17986 wine_fn_config_dll mciseq enable_mciseq
17987 wine_fn_config_dll mciwave enable_mciwave
17988 wine_fn_config_dll mf enable_mf
17989 wine_fn_config_dll mfplat enable_mfplat
17990 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17991 wine_fn_config_dll mgmtapi enable_mgmtapi
17992 wine_fn_config_dll midimap enable_midimap
17993 wine_fn_config_dll mlang enable_mlang clean,implib
17994 wine_fn_config_test dlls/mlang/tests mlang_test
17995 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17996 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
17997 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17998 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
17999 wine_fn_config_dll mmdevldr.vxd enable_win16
18000 wine_fn_config_dll mmsystem.dll16 enable_win16
18001 wine_fn_config_dll monodebg.vxd enable_win16
18002 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18003 wine_fn_config_dll mouse.drv16 enable_win16
18004 wine_fn_config_dll mpr enable_mpr clean,implib
18005 wine_fn_config_test dlls/mpr/tests mpr_test
18006 wine_fn_config_dll mprapi enable_mprapi implib
18007 wine_fn_config_dll msacm.dll16 enable_win16
18008 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18009 wine_fn_config_dll msacm32 enable_msacm32 clean,implib
18010 wine_fn_config_test dlls/msacm32/tests msacm32_test
18011 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18012 wine_fn_config_dll msasn1 enable_msasn1 implib
18013 wine_fn_config_dll mscat32 enable_mscat32
18014 wine_fn_config_dll mscms enable_mscms implib
18015 wine_fn_config_test dlls/mscms/tests mscms_test
18016 wine_fn_config_dll mscoree enable_mscoree clean
18017 wine_fn_config_test dlls/mscoree/tests mscoree_test
18018 wine_fn_config_dll msctf enable_msctf clean
18019 wine_fn_config_test dlls/msctf/tests msctf_test
18020 wine_fn_config_dll msctfp enable_msctfp clean
18021 wine_fn_config_dll msdaps enable_msdaps clean
18022 wine_fn_config_dll msdelta enable_msdelta
18023 wine_fn_config_dll msdmo enable_msdmo implib
18024 wine_fn_config_test dlls/msdmo/tests msdmo_test
18025 wine_fn_config_dll msdrm enable_msdrm
18026 wine_fn_config_dll msftedit enable_msftedit
18027 wine_fn_config_dll msg711.acm enable_msg711_acm
18028 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18029 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18030 wine_fn_config_dll mshtml enable_mshtml clean,implib
18031 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
18032 wine_fn_config_dll msi enable_msi clean,implib
18033 wine_fn_config_test dlls/msi/tests msi_test
18034 wine_fn_config_dll msident enable_msident clean
18035 wine_fn_config_dll msimg32 enable_msimg32 implib
18036 wine_fn_config_dll msimsg enable_msimsg
18037 wine_fn_config_dll msimtf enable_msimtf clean
18038 wine_fn_config_dll msisip enable_msisip
18039 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18040 wine_fn_config_dll msls31 enable_msls31
18041 wine_fn_config_dll msnet32 enable_msnet32
18042 wine_fn_config_dll mspatcha enable_mspatcha implib
18043 wine_fn_config_dll msports enable_msports
18044 wine_fn_config_dll msrle32 enable_msrle32 clean
18045 wine_fn_config_test dlls/msrle32/tests msrle32_test
18046 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18047 wine_fn_config_test dlls/msscript.ocx/tests msscript.ocx_test clean
18048 wine_fn_config_dll mssign32 enable_mssign32
18049 wine_fn_config_dll mssip32 enable_mssip32
18050 wine_fn_config_dll mstask enable_mstask clean
18051 wine_fn_config_test dlls/mstask/tests mstask_test
18052 wine_fn_config_dll msvcirt enable_msvcirt
18053 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
18054 wine_fn_config_dll msvcm80 enable_msvcm80
18055 wine_fn_config_dll msvcm90 enable_msvcm90
18056 wine_fn_config_dll msvcp100 enable_msvcp100
18057 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
18058 wine_fn_config_dll msvcp110 enable_msvcp110
18059 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
18060 wine_fn_config_dll msvcp120 enable_msvcp120
18061 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
18062 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18063 wine_fn_config_dll msvcp140 enable_msvcp140
18064 wine_fn_config_test dlls/msvcp140/tests msvcp140_test
18065 wine_fn_config_dll msvcp60 enable_msvcp60
18066 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
18067 wine_fn_config_dll msvcp70 enable_msvcp70
18068 wine_fn_config_dll msvcp71 enable_msvcp71
18069 wine_fn_config_dll msvcp80 enable_msvcp80
18070 wine_fn_config_dll msvcp90 enable_msvcp90
18071 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
18072 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18073 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
18074 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18075 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18076 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
18077 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18078 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18079 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18080 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18081 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18082 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
18083 wine_fn_config_dll msvcrt enable_msvcrt implib
18084 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
18085 wine_fn_config_dll msvcrt20 enable_msvcrt20
18086 wine_fn_config_dll msvcrt40 enable_msvcrt40
18087 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18088 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
18089 wine_fn_config_dll msvfw32 enable_msvfw32 clean,implib
18090 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
18091 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18092 wine_fn_config_dll msvideo.dll16 enable_win16
18093 wine_fn_config_dll mswsock enable_mswsock implib
18094 wine_fn_config_dll msxml enable_msxml clean
18095 wine_fn_config_dll msxml2 enable_msxml2 clean
18096 wine_fn_config_dll msxml3 enable_msxml3 clean
18097 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
18098 wine_fn_config_dll msxml4 enable_msxml4 clean
18099 wine_fn_config_dll msxml6 enable_msxml6 clean
18100 wine_fn_config_dll ncrypt enable_ncrypt
18101 wine_fn_config_dll nddeapi enable_nddeapi implib
18102 wine_fn_config_dll ndis.sys enable_ndis_sys
18103 wine_fn_config_dll netapi32 enable_netapi32 implib
18104 wine_fn_config_test dlls/netapi32/tests netapi32_test
18105 wine_fn_config_dll netcfgx enable_netcfgx clean
18106 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
18107 wine_fn_config_dll netprofm enable_netprofm clean
18108 wine_fn_config_test dlls/netprofm/tests netprofm_test
18109 wine_fn_config_dll newdev enable_newdev implib
18110 wine_fn_config_dll normaliz enable_normaliz implib
18111 wine_fn_config_dll npmshtml enable_npmshtml
18112 wine_fn_config_dll npptools enable_npptools
18113 wine_fn_config_dll ntdll enable_ntdll implib
18114 wine_fn_config_test dlls/ntdll/tests ntdll_test
18115 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18116 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
18117 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18118 wine_fn_config_dll ntprint enable_ntprint
18119 wine_fn_config_test dlls/ntprint/tests ntprint_test
18120 wine_fn_config_dll objsel enable_objsel clean
18121 wine_fn_config_dll odbc32 enable_odbc32 implib
18122 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18123 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
18124 wine_fn_config_dll odbccu32 enable_odbccu32
18125 wine_fn_config_dll ole2.dll16 enable_win16
18126 wine_fn_config_dll ole2conv.dll16 enable_win16
18127 wine_fn_config_dll ole2disp.dll16 enable_win16
18128 wine_fn_config_dll ole2nls.dll16 enable_win16
18129 wine_fn_config_dll ole2prox.dll16 enable_win16
18130 wine_fn_config_dll ole2thk.dll16 enable_win16
18131 wine_fn_config_dll ole32 enable_ole32 clean,implib
18132 wine_fn_config_test dlls/ole32/tests ole32_test
18133 wine_fn_config_dll oleacc enable_oleacc clean,implib
18134 wine_fn_config_test dlls/oleacc/tests oleacc_test
18135 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib
18136 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
18137 wine_fn_config_dll olecli.dll16 enable_win16
18138 wine_fn_config_dll olecli32 enable_olecli32 implib
18139 wine_fn_config_dll oledb32 enable_oledb32 clean
18140 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
18141 wine_fn_config_dll oledlg enable_oledlg clean,implib
18142 wine_fn_config_test dlls/oledlg/tests oledlg_test
18143 wine_fn_config_dll olepro32 enable_olepro32 clean,implib
18144 wine_fn_config_dll olesvr.dll16 enable_win16
18145 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18146 wine_fn_config_dll olethk32 enable_olethk32
18147 wine_fn_config_dll openal32 enable_openal32
18148 wine_fn_config_dll opencl enable_opencl
18149 wine_fn_config_dll opengl32 enable_opengl32 implib
18150 wine_fn_config_test dlls/opengl32/tests opengl32_test
18151 wine_fn_config_dll packager enable_packager clean
18152 wine_fn_config_test dlls/packager/tests packager_test
18153 wine_fn_config_dll pdh enable_pdh implib
18154 wine_fn_config_test dlls/pdh/tests pdh_test
18155 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18156 wine_fn_config_dll pidgen enable_pidgen
18157 wine_fn_config_dll powrprof enable_powrprof implib
18158 wine_fn_config_dll printui enable_printui
18159 wine_fn_config_dll prntvpt enable_prntvpt
18160 wine_fn_config_dll propsys enable_propsys clean,implib
18161 wine_fn_config_test dlls/propsys/tests propsys_test
18162 wine_fn_config_dll psapi enable_psapi implib
18163 wine_fn_config_test dlls/psapi/tests psapi_test
18164 wine_fn_config_dll pstorec enable_pstorec clean
18165 wine_fn_config_dll qcap enable_qcap
18166 wine_fn_config_test dlls/qcap/tests qcap_test
18167 wine_fn_config_dll qedit enable_qedit clean
18168 wine_fn_config_test dlls/qedit/tests qedit_test
18169 wine_fn_config_dll qmgr enable_qmgr clean
18170 wine_fn_config_test dlls/qmgr/tests qmgr_test
18171 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18172 wine_fn_config_dll quartz enable_quartz clean,implib
18173 wine_fn_config_test dlls/quartz/tests quartz_test clean
18174 wine_fn_config_dll query enable_query
18175 wine_fn_config_dll rasapi16.dll16 enable_win16
18176 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18177 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
18178 wine_fn_config_dll rasdlg enable_rasdlg implib
18179 wine_fn_config_dll regapi enable_regapi
18180 wine_fn_config_dll resutils enable_resutils implib
18181 wine_fn_config_dll riched20 enable_riched20 clean,implib
18182 wine_fn_config_test dlls/riched20/tests riched20_test
18183 wine_fn_config_dll riched32 enable_riched32
18184 wine_fn_config_test dlls/riched32/tests riched32_test
18185 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
18186 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
18187 wine_fn_config_dll rsabase enable_rsabase
18188 wine_fn_config_dll rsaenh enable_rsaenh implib
18189 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
18190 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18191 wine_fn_config_dll rtutils enable_rtutils implib
18192 wine_fn_config_dll samlib enable_samlib
18193 wine_fn_config_dll sane.ds enable_sane_ds clean
18194 wine_fn_config_dll scarddlg enable_scarddlg
18195 wine_fn_config_dll sccbase enable_sccbase
18196 wine_fn_config_dll schannel enable_schannel
18197 wine_fn_config_test dlls/schannel/tests schannel_test
18198 wine_fn_config_dll schedsvc enable_schedsvc clean
18199 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
18200 wine_fn_config_dll scrrun enable_scrrun clean
18201 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
18202 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18203 wine_fn_config_dll secur32 enable_secur32 implib
18204 wine_fn_config_test dlls/secur32/tests secur32_test
18205 wine_fn_config_dll security enable_security
18206 wine_fn_config_dll sensapi enable_sensapi implib
18207 wine_fn_config_dll serialui enable_serialui clean
18208 wine_fn_config_test dlls/serialui/tests serialui_test
18209 wine_fn_config_dll setupapi enable_setupapi clean,implib
18210 wine_fn_config_test dlls/setupapi/tests setupapi_test
18211 wine_fn_config_dll setupx.dll16 enable_win16
18212 wine_fn_config_dll sfc enable_sfc implib
18213 wine_fn_config_dll sfc_os enable_sfc_os implib
18214 wine_fn_config_dll shdoclc enable_shdoclc clean
18215 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
18216 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
18217 wine_fn_config_dll shell.dll16 enable_win16
18218 wine_fn_config_dll shell32 enable_shell32 clean,implib
18219 wine_fn_config_test dlls/shell32/tests shell32_test
18220 wine_fn_config_dll shfolder enable_shfolder implib
18221 wine_fn_config_dll shlwapi enable_shlwapi clean,implib
18222 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
18223 wine_fn_config_dll slbcsp enable_slbcsp
18224 wine_fn_config_dll slc enable_slc implib
18225 wine_fn_config_test dlls/slc/tests slc_test
18226 wine_fn_config_dll snmpapi enable_snmpapi implib
18227 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
18228 wine_fn_config_dll softpub enable_softpub
18229 wine_fn_config_dll sound.drv16 enable_win16
18230 wine_fn_config_dll spoolss enable_spoolss implib
18231 wine_fn_config_test dlls/spoolss/tests spoolss_test
18232 wine_fn_config_dll sspicli enable_sspicli
18233 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18234 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18235 wine_fn_config_dll sti enable_sti clean,implib
18236 wine_fn_config_test dlls/sti/tests sti_test
18237 wine_fn_config_dll storage.dll16 enable_win16
18238 wine_fn_config_dll stress.dll16 enable_win16
18239 wine_fn_config_lib strmbase
18240 wine_fn_config_lib strmiids
18241 wine_fn_config_dll svrapi enable_svrapi
18242 wine_fn_config_dll sxs enable_sxs implib
18243 wine_fn_config_test dlls/sxs/tests sxs_test
18244 wine_fn_config_dll system.drv16 enable_win16
18245 wine_fn_config_dll t2embed enable_t2embed implib
18246 wine_fn_config_test dlls/t2embed/tests t2embed_test
18247 wine_fn_config_dll tapi32 enable_tapi32 implib
18248 wine_fn_config_dll taskschd enable_taskschd clean
18249 wine_fn_config_test dlls/taskschd/tests taskschd_test
18250 wine_fn_config_dll tdi.sys enable_tdi_sys
18251 wine_fn_config_dll toolhelp.dll16 enable_win16
18252 wine_fn_config_dll traffic enable_traffic
18253 wine_fn_config_dll twain.dll16 enable_win16
18254 wine_fn_config_dll twain_32 enable_twain_32
18255 wine_fn_config_test dlls/twain_32/tests twain_32_test
18256 wine_fn_config_dll typelib.dll16 enable_win16
18257 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18258 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
18259 wine_fn_config_dll unicows enable_unicows implib
18260 wine_fn_config_dll updspapi enable_updspapi
18261 wine_fn_config_dll url enable_url implib
18262 wine_fn_config_dll urlmon enable_urlmon clean,implib
18263 wine_fn_config_test dlls/urlmon/tests urlmon_test
18264 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18265 wine_fn_config_dll user.exe16 enable_win16
18266 wine_fn_config_dll user32 enable_user32 clean,implib
18267 wine_fn_config_test dlls/user32/tests user32_test
18268 wine_fn_config_dll userenv enable_userenv implib
18269 wine_fn_config_test dlls/userenv/tests userenv_test
18270 wine_fn_config_dll usp10 enable_usp10 implib
18271 wine_fn_config_test dlls/usp10/tests usp10_test
18272 wine_fn_config_lib uuid
18273 wine_fn_config_dll uxtheme enable_uxtheme implib
18274 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18275 wine_fn_config_dll vbscript enable_vbscript clean
18276 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18277 wine_fn_config_dll vcomp enable_vcomp
18278 wine_fn_config_test dlls/vcomp/tests vcomp_test
18279 wine_fn_config_dll vcomp100 enable_vcomp100
18280 wine_fn_config_dll vcomp110 enable_vcomp110
18281 wine_fn_config_dll vcomp120 enable_vcomp120
18282 wine_fn_config_dll vcomp140 enable_vcomp140
18283 wine_fn_config_dll vcomp90 enable_vcomp90
18284 wine_fn_config_dll vcruntime140 enable_vcruntime140
18285 wine_fn_config_dll vdhcp.vxd enable_win16
18286 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18287 wine_fn_config_dll ver.dll16 enable_win16
18288 wine_fn_config_dll version enable_version implib
18289 wine_fn_config_test dlls/version/tests version_test
18290 wine_fn_config_dll vmm.vxd enable_win16
18291 wine_fn_config_dll vnbt.vxd enable_win16
18292 wine_fn_config_dll vnetbios.vxd enable_win16
18293 wine_fn_config_dll vssapi enable_vssapi
18294 wine_fn_config_dll vtdapi.vxd enable_win16
18295 wine_fn_config_dll vwin32.vxd enable_win16
18296 wine_fn_config_dll w32skrnl enable_win16
18297 wine_fn_config_dll w32sys.dll16 enable_win16
18298 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18299 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18300 wine_fn_config_dll wbemprox enable_wbemprox clean
18301 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18302 wine_fn_config_dll webservices enable_webservices implib
18303 wine_fn_config_test dlls/webservices/tests webservices_test
18304 wine_fn_config_dll wer enable_wer implib
18305 wine_fn_config_test dlls/wer/tests wer_test
18306 wine_fn_config_dll wevtapi enable_wevtapi
18307 wine_fn_config_dll wiaservc enable_wiaservc clean
18308 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18309 wine_fn_config_dll wimgapi enable_wimgapi
18310 wine_fn_config_dll win32s16.dll16 enable_win16
18311 wine_fn_config_dll win87em.dll16 enable_win16
18312 wine_fn_config_dll winaspi.dll16 enable_win16
18313 wine_fn_config_dll windebug.dll16 enable_win16
18314 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18315 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18316 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18317 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18318 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18319 wine_fn_config_dll winebus.sys enable_winebus_sys
18320 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18321 wine_fn_config_lib winecrt0
18322 wine_fn_config_dll wined3d enable_wined3d implib
18323 wine_fn_config_dll winegstreamer enable_winegstreamer
18324 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18325 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18326 wine_fn_config_dll winemapi enable_winemapi
18327 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18328 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18329 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18330 wine_fn_config_dll wineps16.drv16 enable_win16
18331 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18332 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18333 wine_fn_config_dll winex11.drv enable_winex11_drv
18334 wine_fn_config_dll wing.dll16 enable_win16
18335 wine_fn_config_dll wing32 enable_wing32
18336 wine_fn_config_dll winhttp enable_winhttp clean,implib
18337 wine_fn_config_test dlls/winhttp/tests winhttp_test
18338 wine_fn_config_dll wininet enable_wininet clean,implib
18339 wine_fn_config_test dlls/wininet/tests wininet_test
18340 wine_fn_config_dll winmm enable_winmm clean,implib
18341 wine_fn_config_test dlls/winmm/tests winmm_test
18342 wine_fn_config_dll winnls.dll16 enable_win16
18343 wine_fn_config_dll winnls32 enable_winnls32 implib
18344 wine_fn_config_dll winscard enable_winscard implib
18345 wine_fn_config_dll winsock.dll16 enable_win16
18346 wine_fn_config_dll winspool.drv enable_winspool_drv clean,implib winspool
18347 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18348 wine_fn_config_dll winsta enable_winsta
18349 wine_fn_config_dll wintab.dll16 enable_win16
18350 wine_fn_config_dll wintab32 enable_wintab32 implib
18351 wine_fn_config_test dlls/wintab32/tests wintab32_test
18352 wine_fn_config_dll wintrust enable_wintrust implib
18353 wine_fn_config_test dlls/wintrust/tests wintrust_test
18354 wine_fn_config_dll wlanapi enable_wlanapi
18355 wine_fn_config_dll wldap32 enable_wldap32 clean,implib
18356 wine_fn_config_test dlls/wldap32/tests wldap32_test
18357 wine_fn_config_dll wmasf enable_wmasf
18358 wine_fn_config_dll wmi enable_wmi
18359 wine_fn_config_dll wmiutils enable_wmiutils clean
18360 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18361 wine_fn_config_dll wmp enable_wmp clean
18362 wine_fn_config_test dlls/wmp/tests wmp_test
18363 wine_fn_config_dll wmvcore enable_wmvcore
18364 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18365 wine_fn_config_dll wow32 enable_win16 implib
18366 wine_fn_config_dll wpc enable_wpc clean
18367 wine_fn_config_test dlls/wpc/tests wpc_test
18368 wine_fn_config_dll wpcap enable_wpcap
18369 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18370 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18371 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18372 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18373 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18374 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18375 wine_fn_config_dll wsock32 enable_wsock32 implib
18376 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18377 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18378 wine_fn_config_dll wuapi enable_wuapi clean
18379 wine_fn_config_dll wuaueng enable_wuaueng
18380 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18381 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18382 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18383 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18384 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18385 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18386 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18387 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18388 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18389 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18390 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18391 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18392 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18393 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18394 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18395 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18396 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18397 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18398 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18399 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18400 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18401 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18402 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18403 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18404 wine_fn_config_dll xinput1_1 enable_xinput1_1
18405 wine_fn_config_dll xinput1_2 enable_xinput1_2
18406 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18407 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18408 wine_fn_config_dll xinput1_4 enable_xinput1_4
18409 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18410 wine_fn_config_dll xmllite enable_xmllite implib
18411 wine_fn_config_test dlls/xmllite/tests xmllite_test
18412 wine_fn_config_dll xolehlp enable_xolehlp
18413 wine_fn_config_dll xpsprint enable_xpsprint
18414 wine_fn_config_dll xpssvcs enable_xpssvcs
18415 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18416 wine_fn_config_makefile include enable_include clean,install-dev
18417 wine_fn_config_makefile libs/port enable_libs_port
18418 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18419 wine_fn_config_makefile libs/wpp enable_libs_wpp
18420 wine_fn_config_makefile loader enable_loader clean,install-lib
18421 wine_fn_config_makefile po enable_po clean
18422 wine_fn_config_program arp enable_arp install
18423 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18424 wine_fn_config_program attrib enable_attrib clean,install
18425 wine_fn_config_program cabarc enable_cabarc install
18426 wine_fn_config_program cacls enable_cacls install
18427 wine_fn_config_program clock enable_clock clean,install
18428 wine_fn_config_program cmd enable_cmd clean,install
18429 wine_fn_config_test programs/cmd/tests cmd.exe_test
18430 wine_fn_config_program conhost enable_conhost install
18431 wine_fn_config_program control enable_control install
18432 wine_fn_config_program cscript enable_cscript clean,install
18433 wine_fn_config_program dpnsvr enable_dpnsvr install
18434 wine_fn_config_program dxdiag enable_dxdiag clean,install
18435 wine_fn_config_program eject enable_eject install
18436 wine_fn_config_program expand enable_expand install
18437 wine_fn_config_program explorer enable_explorer clean,install
18438 wine_fn_config_program extrac32 enable_extrac32 install
18439 wine_fn_config_program findstr enable_findstr install
18440 wine_fn_config_program fsutil enable_fsutil install
18441 wine_fn_config_program hh enable_hh install
18442 wine_fn_config_program hostname enable_hostname clean,install
18443 wine_fn_config_program icacls enable_icacls install
18444 wine_fn_config_program icinfo enable_icinfo install
18445 wine_fn_config_program iexplore enable_iexplore install
18446 wine_fn_config_program ipconfig enable_ipconfig clean,install
18447 wine_fn_config_program lodctr enable_lodctr install
18448 wine_fn_config_program mofcomp enable_mofcomp install
18449 wine_fn_config_program mshta enable_mshta install
18450 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18451 wine_fn_config_program msinfo32 enable_msinfo32 install
18452 wine_fn_config_program net enable_net clean,install
18453 wine_fn_config_program netsh enable_netsh install
18454 wine_fn_config_program netstat enable_netstat clean,install
18455 wine_fn_config_program ngen enable_ngen install
18456 wine_fn_config_program notepad enable_notepad clean,install,installbin,manpage
18457 wine_fn_config_program oleview enable_oleview clean,install
18458 wine_fn_config_program ping enable_ping install
18459 wine_fn_config_program plugplay enable_plugplay install
18460 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18461 wine_fn_config_program progman enable_progman clean,install
18462 wine_fn_config_program reg enable_reg clean,install
18463 wine_fn_config_test programs/reg/tests reg.exe_test
18464 wine_fn_config_program regasm enable_regasm install
18465 wine_fn_config_program regedit enable_regedit clean,install,installbin,manpage
18466 wine_fn_config_test programs/regedit/tests regedit.exe_test
18467 wine_fn_config_program regsvcs enable_regsvcs install
18468 wine_fn_config_program regsvr32 enable_regsvr32 clean,install,installbin,manpage
18469 wine_fn_config_program rpcss enable_rpcss clean,install
18470 wine_fn_config_program rundll.exe16 enable_win16 install
18471 wine_fn_config_program rundll32 enable_rundll32 install
18472 wine_fn_config_program sc enable_sc install
18473 wine_fn_config_program schtasks enable_schtasks install
18474 wine_fn_config_program sdbinst enable_sdbinst install
18475 wine_fn_config_program secedit enable_secedit install
18476 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18477 wine_fn_config_program services enable_services clean,install
18478 wine_fn_config_test programs/services/tests services.exe_test
18479 wine_fn_config_program shutdown enable_shutdown install
18480 wine_fn_config_program spoolsv enable_spoolsv install
18481 wine_fn_config_program start enable_start clean,install
18482 wine_fn_config_program svchost enable_svchost install
18483 wine_fn_config_program systeminfo enable_systeminfo install
18484 wine_fn_config_program taskkill enable_taskkill clean,install
18485 wine_fn_config_program tasklist enable_tasklist install
18486 wine_fn_config_program taskmgr enable_taskmgr clean,install
18487 wine_fn_config_program termsv enable_termsv install
18488 wine_fn_config_program uninstaller enable_uninstaller clean,install
18489 wine_fn_config_program unlodctr enable_unlodctr install
18490 wine_fn_config_program view enable_view clean,install
18491 wine_fn_config_program wevtutil enable_wevtutil install
18492 wine_fn_config_program wineboot enable_wineboot clean,install,installbin,manpage
18493 wine_fn_config_program winebrowser enable_winebrowser install
18494 wine_fn_config_program winecfg enable_winecfg clean,install,installbin,manpage
18495 wine_fn_config_program wineconsole enable_wineconsole clean,install,installbin,manpage
18496 wine_fn_config_program winedbg enable_winedbg clean,install,installbin,manpage
18497 wine_fn_config_program winedevice enable_winedevice install
18498 wine_fn_config_program winefile enable_winefile clean,install,installbin,manpage
18499 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18500 wine_fn_config_program winemine enable_winemine clean,install,installbin,manpage
18501 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18502 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18503 wine_fn_config_program winetest enable_winetest clean
18504 wine_fn_config_program winevdm enable_win16 install
18505 wine_fn_config_program winhelp.exe16 enable_win16 install
18506 wine_fn_config_program winhlp32 enable_winhlp32 clean,install
18507 wine_fn_config_program winoldap.mod16 enable_win16 install
18508 wine_fn_config_program winver enable_winver install
18509 wine_fn_config_program wmic enable_wmic clean,install
18510 wine_fn_config_program wmplayer enable_wmplayer install
18511 wine_fn_config_program wordpad enable_wordpad clean,install
18512 wine_fn_config_program write enable_write clean,install
18513 wine_fn_config_program wscript enable_wscript clean,install
18514 wine_fn_config_test programs/wscript/tests wscript.exe_test
18515 wine_fn_config_program wusa enable_wusa install
18516 wine_fn_config_program xcopy enable_xcopy clean,install
18517 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18518 wine_fn_config_makefile server enable_server clean,install-lib
18519 wine_fn_config_tool tools clean
18520 wine_fn_config_tool tools/sfnt2fon clean
18521 wine_fn_config_tool tools/widl clean,install-dev
18522 wine_fn_config_tool tools/winebuild clean,install-dev
18523 wine_fn_config_tool tools/winedump clean,install-dev
18524 wine_fn_config_tool tools/winegcc clean,install-dev
18525 wine_fn_config_tool tools/winemaker clean,install-dev
18526 wine_fn_config_tool tools/wmc clean,install-dev
18527 wine_fn_config_tool tools/wrc clean,install-dev
18530 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
18531 wine_fn_append_file CONFIGURE_TARGETS "tags"
18532 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
18533 wine_fn_append_file CONFIGURE_TARGETS "config.log"
18534 wine_fn_append_file CONFIGURE_TARGETS "config.status"
18535 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
18536 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
18537 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
18539 if test "x$enable_tools" != xno
18540 then
18541 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
18542 ac_config_commands="$ac_config_commands tools/makedep"
18546 ac_config_commands="$ac_config_commands Makefile"
18549 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18553 if test "x$enable_maintainer_mode" = xyes
18554 then
18555 wine_fn_append_rule "configure: configure.ac aclocal.m4
18556 autoconf --warnings=all
18557 include/config.h.in: include/stamp-h.in
18558 include/stamp-h.in: configure.ac aclocal.m4
18559 autoheader --warnings=all
18560 @echo timestamp > \$@"
18563 if test "x$enable_tools" != xno
18564 then
18565 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18566 @./config.status tools/makedep
18567 Makefile: tools/makedep$ac_exeext"
18568 else
18569 wine_fn_append_rule "\$(MAKEDEP):
18570 @echo \"You need to run make in $TOOLSDIR first\" && false"
18573 if test -n "$with_wine64"
18574 then
18575 wine_fn_append_rule "all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18576 fonts server:
18577 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18578 $with_wine64/loader/wine:
18579 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18580 $with_wine64/loader/wine-preloader:
18581 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18582 clean::
18583 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18584 else
18585 WINELOADER_INSTALL="wine.inf"
18587 wine_fn_append_rule "install install-lib::
18588 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18589 uninstall::
18590 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18591 case $host_os in
18592 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18593 *) wine_fn_append_rule "install install-lib::
18594 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18595 uninstall::
18596 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18597 esac
18600 $as_echo " done" >&6
18601 cat >confcache <<\_ACEOF
18602 # This file is a shell script that caches the results of configure
18603 # tests run on this system so they can be shared between configure
18604 # scripts and configure runs, see configure's option --config-cache.
18605 # It is not useful on other systems. If it contains results you don't
18606 # want to keep, you may remove or edit it.
18608 # config.status only pays attention to the cache file if you give it
18609 # the --recheck option to rerun configure.
18611 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18612 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18613 # following values.
18615 _ACEOF
18617 # The following way of writing the cache mishandles newlines in values,
18618 # but we know of no workaround that is simple, portable, and efficient.
18619 # So, we kill variables containing newlines.
18620 # Ultrix sh set writes to stderr and can't be redirected directly,
18621 # and sets the high bit in the cache file unless we assign to the vars.
18623 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18624 eval ac_val=\$$ac_var
18625 case $ac_val in #(
18626 *${as_nl}*)
18627 case $ac_var in #(
18628 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18629 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18630 esac
18631 case $ac_var in #(
18632 _ | IFS | as_nl) ;; #(
18633 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18634 *) { eval $ac_var=; unset $ac_var;} ;;
18635 esac ;;
18636 esac
18637 done
18639 (set) 2>&1 |
18640 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18641 *${as_nl}ac_space=\ *)
18642 # `set' does not quote correctly, so add quotes: double-quote
18643 # substitution turns \\\\ into \\, and sed turns \\ into \.
18644 sed -n \
18645 "s/'/'\\\\''/g;
18646 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18647 ;; #(
18649 # `set' quotes correctly as required by POSIX, so do not add quotes.
18650 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18652 esac |
18653 sort
18655 sed '
18656 /^ac_cv_env_/b end
18657 t clear
18658 :clear
18659 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18660 t end
18661 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18662 :end' >>confcache
18663 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18664 if test -w "$cache_file"; then
18665 if test "x$cache_file" != "x/dev/null"; then
18666 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18667 $as_echo "$as_me: updating cache $cache_file" >&6;}
18668 if test ! -f "$cache_file" || test -h "$cache_file"; then
18669 cat confcache >"$cache_file"
18670 else
18671 case $cache_file in #(
18672 */* | ?:*)
18673 mv -f confcache "$cache_file"$$ &&
18674 mv -f "$cache_file"$$ "$cache_file" ;; #(
18676 mv -f confcache "$cache_file" ;;
18677 esac
18680 else
18681 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18682 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18685 rm -f confcache
18687 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18688 # Let make expand exec_prefix.
18689 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18691 DEFS=-DHAVE_CONFIG_H
18693 ac_libobjs=
18694 ac_ltlibobjs=
18696 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18697 # 1. Remove the extension, and $U if already installed.
18698 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18699 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18700 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18701 # will be set to the directory where LIBOBJS objects are built.
18702 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18703 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18704 done
18705 LIBOBJS=$ac_libobjs
18707 LTLIBOBJS=$ac_ltlibobjs
18711 : "${CONFIG_STATUS=./config.status}"
18712 ac_write_fail=0
18713 ac_clean_files_save=$ac_clean_files
18714 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18715 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18716 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18717 as_write_fail=0
18718 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18719 #! $SHELL
18720 # Generated by $as_me.
18721 # Run this file to recreate the current configuration.
18722 # Compiler output produced by configure, useful for debugging
18723 # configure, is in config.log if it exists.
18725 debug=false
18726 ac_cs_recheck=false
18727 ac_cs_silent=false
18729 SHELL=\${CONFIG_SHELL-$SHELL}
18730 export SHELL
18731 _ASEOF
18732 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18733 ## -------------------- ##
18734 ## M4sh Initialization. ##
18735 ## -------------------- ##
18737 # Be more Bourne compatible
18738 DUALCASE=1; export DUALCASE # for MKS sh
18739 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18740 emulate sh
18741 NULLCMD=:
18742 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18743 # is contrary to our usage. Disable this feature.
18744 alias -g '${1+"$@"}'='"$@"'
18745 setopt NO_GLOB_SUBST
18746 else
18747 case `(set -o) 2>/dev/null` in #(
18748 *posix*) :
18749 set -o posix ;; #(
18750 *) :
18752 esac
18756 as_nl='
18758 export as_nl
18759 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18760 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18761 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18762 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18763 # Prefer a ksh shell builtin over an external printf program on Solaris,
18764 # but without wasting forks for bash or zsh.
18765 if test -z "$BASH_VERSION$ZSH_VERSION" \
18766 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18767 as_echo='print -r --'
18768 as_echo_n='print -rn --'
18769 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18770 as_echo='printf %s\n'
18771 as_echo_n='printf %s'
18772 else
18773 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18774 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18775 as_echo_n='/usr/ucb/echo -n'
18776 else
18777 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18778 as_echo_n_body='eval
18779 arg=$1;
18780 case $arg in #(
18781 *"$as_nl"*)
18782 expr "X$arg" : "X\\(.*\\)$as_nl";
18783 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18784 esac;
18785 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18787 export as_echo_n_body
18788 as_echo_n='sh -c $as_echo_n_body as_echo'
18790 export as_echo_body
18791 as_echo='sh -c $as_echo_body as_echo'
18794 # The user is always right.
18795 if test "${PATH_SEPARATOR+set}" != set; then
18796 PATH_SEPARATOR=:
18797 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18798 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18799 PATH_SEPARATOR=';'
18804 # IFS
18805 # We need space, tab and new line, in precisely that order. Quoting is
18806 # there to prevent editors from complaining about space-tab.
18807 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18808 # splitting by setting IFS to empty value.)
18809 IFS=" "" $as_nl"
18811 # Find who we are. Look in the path if we contain no directory separator.
18812 as_myself=
18813 case $0 in #((
18814 *[\\/]* ) as_myself=$0 ;;
18815 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18816 for as_dir in $PATH
18818 IFS=$as_save_IFS
18819 test -z "$as_dir" && as_dir=.
18820 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18821 done
18822 IFS=$as_save_IFS
18825 esac
18826 # We did not find ourselves, most probably we were run as `sh COMMAND'
18827 # in which case we are not to be found in the path.
18828 if test "x$as_myself" = x; then
18829 as_myself=$0
18831 if test ! -f "$as_myself"; then
18832 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18833 exit 1
18836 # Unset variables that we do not need and which cause bugs (e.g. in
18837 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18838 # suppresses any "Segmentation fault" message there. '((' could
18839 # trigger a bug in pdksh 5.2.14.
18840 for as_var in BASH_ENV ENV MAIL MAILPATH
18841 do eval test x\${$as_var+set} = xset \
18842 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18843 done
18844 PS1='$ '
18845 PS2='> '
18846 PS4='+ '
18848 # NLS nuisances.
18849 LC_ALL=C
18850 export LC_ALL
18851 LANGUAGE=C
18852 export LANGUAGE
18854 # CDPATH.
18855 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18858 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18859 # ----------------------------------------
18860 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18861 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18862 # script with STATUS, using 1 if that was 0.
18863 as_fn_error ()
18865 as_status=$1; test $as_status -eq 0 && as_status=1
18866 if test "$4"; then
18867 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18868 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18870 $as_echo "$as_me: error: $2" >&2
18871 as_fn_exit $as_status
18872 } # as_fn_error
18875 # as_fn_set_status STATUS
18876 # -----------------------
18877 # Set $? to STATUS, without forking.
18878 as_fn_set_status ()
18880 return $1
18881 } # as_fn_set_status
18883 # as_fn_exit STATUS
18884 # -----------------
18885 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18886 as_fn_exit ()
18888 set +e
18889 as_fn_set_status $1
18890 exit $1
18891 } # as_fn_exit
18893 # as_fn_unset VAR
18894 # ---------------
18895 # Portably unset VAR.
18896 as_fn_unset ()
18898 { eval $1=; unset $1;}
18900 as_unset=as_fn_unset
18901 # as_fn_append VAR VALUE
18902 # ----------------------
18903 # Append the text in VALUE to the end of the definition contained in VAR. Take
18904 # advantage of any shell optimizations that allow amortized linear growth over
18905 # repeated appends, instead of the typical quadratic growth present in naive
18906 # implementations.
18907 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18908 eval 'as_fn_append ()
18910 eval $1+=\$2
18912 else
18913 as_fn_append ()
18915 eval $1=\$$1\$2
18917 fi # as_fn_append
18919 # as_fn_arith ARG...
18920 # ------------------
18921 # Perform arithmetic evaluation on the ARGs, and store the result in the
18922 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18923 # must be portable across $(()) and expr.
18924 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18925 eval 'as_fn_arith ()
18927 as_val=$(( $* ))
18929 else
18930 as_fn_arith ()
18932 as_val=`expr "$@" || test $? -eq 1`
18934 fi # as_fn_arith
18937 if expr a : '\(a\)' >/dev/null 2>&1 &&
18938 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18939 as_expr=expr
18940 else
18941 as_expr=false
18944 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18945 as_basename=basename
18946 else
18947 as_basename=false
18950 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18951 as_dirname=dirname
18952 else
18953 as_dirname=false
18956 as_me=`$as_basename -- "$0" ||
18957 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18958 X"$0" : 'X\(//\)$' \| \
18959 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18960 $as_echo X/"$0" |
18961 sed '/^.*\/\([^/][^/]*\)\/*$/{
18962 s//\1/
18965 /^X\/\(\/\/\)$/{
18966 s//\1/
18969 /^X\/\(\/\).*/{
18970 s//\1/
18973 s/.*/./; q'`
18975 # Avoid depending upon Character Ranges.
18976 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18977 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18978 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18979 as_cr_digits='0123456789'
18980 as_cr_alnum=$as_cr_Letters$as_cr_digits
18982 ECHO_C= ECHO_N= ECHO_T=
18983 case `echo -n x` in #(((((
18984 -n*)
18985 case `echo 'xy\c'` in
18986 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18987 xy) ECHO_C='\c';;
18988 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18989 ECHO_T=' ';;
18990 esac;;
18992 ECHO_N='-n';;
18993 esac
18995 rm -f conf$$ conf$$.exe conf$$.file
18996 if test -d conf$$.dir; then
18997 rm -f conf$$.dir/conf$$.file
18998 else
18999 rm -f conf$$.dir
19000 mkdir conf$$.dir 2>/dev/null
19002 if (echo >conf$$.file) 2>/dev/null; then
19003 if ln -s conf$$.file conf$$ 2>/dev/null; then
19004 as_ln_s='ln -s'
19005 # ... but there are two gotchas:
19006 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19007 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19008 # In both cases, we have to default to `cp -pR'.
19009 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19010 as_ln_s='cp -pR'
19011 elif ln conf$$.file conf$$ 2>/dev/null; then
19012 as_ln_s=ln
19013 else
19014 as_ln_s='cp -pR'
19016 else
19017 as_ln_s='cp -pR'
19019 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19020 rmdir conf$$.dir 2>/dev/null
19023 # as_fn_mkdir_p
19024 # -------------
19025 # Create "$as_dir" as a directory, including parents if necessary.
19026 as_fn_mkdir_p ()
19029 case $as_dir in #(
19030 -*) as_dir=./$as_dir;;
19031 esac
19032 test -d "$as_dir" || eval $as_mkdir_p || {
19033 as_dirs=
19034 while :; do
19035 case $as_dir in #(
19036 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19037 *) as_qdir=$as_dir;;
19038 esac
19039 as_dirs="'$as_qdir' $as_dirs"
19040 as_dir=`$as_dirname -- "$as_dir" ||
19041 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19042 X"$as_dir" : 'X\(//\)[^/]' \| \
19043 X"$as_dir" : 'X\(//\)$' \| \
19044 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19045 $as_echo X"$as_dir" |
19046 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19047 s//\1/
19050 /^X\(\/\/\)[^/].*/{
19051 s//\1/
19054 /^X\(\/\/\)$/{
19055 s//\1/
19058 /^X\(\/\).*/{
19059 s//\1/
19062 s/.*/./; q'`
19063 test -d "$as_dir" && break
19064 done
19065 test -z "$as_dirs" || eval "mkdir $as_dirs"
19066 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
19069 } # as_fn_mkdir_p
19070 if mkdir -p . 2>/dev/null; then
19071 as_mkdir_p='mkdir -p "$as_dir"'
19072 else
19073 test -d ./-p && rmdir ./-p
19074 as_mkdir_p=false
19078 # as_fn_executable_p FILE
19079 # -----------------------
19080 # Test if FILE is an executable regular file.
19081 as_fn_executable_p ()
19083 test -f "$1" && test -x "$1"
19084 } # as_fn_executable_p
19085 as_test_x='test -x'
19086 as_executable_p=as_fn_executable_p
19088 # Sed expression to map a string onto a valid CPP name.
19089 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19091 # Sed expression to map a string onto a valid variable name.
19092 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19095 exec 6>&1
19096 ## ----------------------------------- ##
19097 ## Main body of $CONFIG_STATUS script. ##
19098 ## ----------------------------------- ##
19099 _ASEOF
19100 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19102 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19103 # Save the log message, to keep $0 and so on meaningful, and to
19104 # report actual input values of CONFIG_FILES etc. instead of their
19105 # values after options handling.
19106 ac_log="
19107 This file was extended by Wine $as_me 1.9.19, which was
19108 generated by GNU Autoconf 2.69. Invocation command line was
19110 CONFIG_FILES = $CONFIG_FILES
19111 CONFIG_HEADERS = $CONFIG_HEADERS
19112 CONFIG_LINKS = $CONFIG_LINKS
19113 CONFIG_COMMANDS = $CONFIG_COMMANDS
19114 $ $0 $@
19116 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19119 _ACEOF
19121 case $ac_config_files in *"
19122 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19123 esac
19125 case $ac_config_headers in *"
19126 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19127 esac
19130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19131 # Files that config.status was made for.
19132 config_files="$ac_config_files"
19133 config_headers="$ac_config_headers"
19134 config_links="$ac_config_links"
19135 config_commands="$ac_config_commands"
19137 _ACEOF
19139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19140 ac_cs_usage="\
19141 \`$as_me' instantiates files and other configuration actions
19142 from templates according to the current configuration. Unless the files
19143 and actions are specified as TAGs, all are instantiated by default.
19145 Usage: $0 [OPTION]... [TAG]...
19147 -h, --help print this help, then exit
19148 -V, --version print version number and configuration settings, then exit
19149 --config print configuration, then exit
19150 -q, --quiet, --silent
19151 do not print progress messages
19152 -d, --debug don't remove temporary files
19153 --recheck update $as_me by reconfiguring in the same conditions
19154 --file=FILE[:TEMPLATE]
19155 instantiate the configuration file FILE
19156 --header=FILE[:TEMPLATE]
19157 instantiate the configuration header FILE
19159 Configuration files:
19160 $config_files
19162 Configuration headers:
19163 $config_headers
19165 Configuration links:
19166 $config_links
19168 Configuration commands:
19169 $config_commands
19171 Report bugs to <wine-devel@winehq.org>.
19172 Wine home page: <http://www.winehq.org>."
19174 _ACEOF
19175 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19176 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19177 ac_cs_version="\\
19178 Wine config.status 1.9.19
19179 configured by $0, generated by GNU Autoconf 2.69,
19180 with options \\"\$ac_cs_config\\"
19182 Copyright (C) 2012 Free Software Foundation, Inc.
19183 This config.status script is free software; the Free Software Foundation
19184 gives unlimited permission to copy, distribute and modify it."
19186 ac_pwd='$ac_pwd'
19187 srcdir='$srcdir'
19188 test -n "\$AWK" || AWK=awk
19189 _ACEOF
19191 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19192 # The default lists apply if the user does not specify any file.
19193 ac_need_defaults=:
19194 while test $# != 0
19196 case $1 in
19197 --*=?*)
19198 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19199 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19200 ac_shift=:
19202 --*=)
19203 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19204 ac_optarg=
19205 ac_shift=:
19208 ac_option=$1
19209 ac_optarg=$2
19210 ac_shift=shift
19212 esac
19214 case $ac_option in
19215 # Handling of the options.
19216 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19217 ac_cs_recheck=: ;;
19218 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19219 $as_echo "$ac_cs_version"; exit ;;
19220 --config | --confi | --conf | --con | --co | --c )
19221 $as_echo "$ac_cs_config"; exit ;;
19222 --debug | --debu | --deb | --de | --d | -d )
19223 debug=: ;;
19224 --file | --fil | --fi | --f )
19225 $ac_shift
19226 case $ac_optarg in
19227 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19228 '') as_fn_error $? "missing file argument" ;;
19229 esac
19230 as_fn_append CONFIG_FILES " '$ac_optarg'"
19231 ac_need_defaults=false;;
19232 --header | --heade | --head | --hea )
19233 $ac_shift
19234 case $ac_optarg in
19235 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19236 esac
19237 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19238 ac_need_defaults=false;;
19239 --he | --h)
19240 # Conflict between --help and --header
19241 as_fn_error $? "ambiguous option: \`$1'
19242 Try \`$0 --help' for more information.";;
19243 --help | --hel | -h )
19244 $as_echo "$ac_cs_usage"; exit ;;
19245 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19246 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19247 ac_cs_silent=: ;;
19249 # This is an error.
19250 -*) as_fn_error $? "unrecognized option: \`$1'
19251 Try \`$0 --help' for more information." ;;
19253 *) as_fn_append ac_config_targets " $1"
19254 ac_need_defaults=false ;;
19256 esac
19257 shift
19258 done
19260 ac_configure_extra_args=
19262 if $ac_cs_silent; then
19263 exec 6>/dev/null
19264 ac_configure_extra_args="$ac_configure_extra_args --silent"
19267 _ACEOF
19268 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19269 if \$ac_cs_recheck; then
19270 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19271 shift
19272 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19273 CONFIG_SHELL='$SHELL'
19274 export CONFIG_SHELL
19275 exec "\$@"
19278 _ACEOF
19279 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19280 exec 5>>config.log
19282 echo
19283 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19284 ## Running $as_me. ##
19285 _ASBOX
19286 $as_echo "$ac_log"
19287 } >&5
19289 _ACEOF
19290 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19292 # INIT-COMMANDS
19294 wine_fn_output_makedep ()
19296 as_dir=tools; as_fn_mkdir_p
19297 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19299 wine_fn_output_makefile ()
19301 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19302 `cat $wine_rules_file`
19303 _WINE_EOF
19304 as_fn_error $? "could not create Makefile" "$LINENO" 5
19307 _ACEOF
19309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19311 # Handling of arguments.
19312 for ac_config_target in $ac_config_targets
19314 case $ac_config_target in
19315 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19316 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19317 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19318 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19319 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19320 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19321 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19322 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19323 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19324 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19325 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19326 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19327 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19329 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19330 esac
19331 done
19334 # If the user did not use the arguments to specify the items to instantiate,
19335 # then the envvar interface is used. Set only those that are not.
19336 # We use the long form for the default assignment because of an extremely
19337 # bizarre bug on SunOS 4.1.3.
19338 if $ac_need_defaults; then
19339 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19340 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19341 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19342 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19345 # Have a temporary directory for convenience. Make it in the build tree
19346 # simply because there is no reason against having it here, and in addition,
19347 # creating and moving files from /tmp can sometimes cause problems.
19348 # Hook for its removal unless debugging.
19349 # Note that there is a small window in which the directory will not be cleaned:
19350 # after its creation but before its name has been assigned to `$tmp'.
19351 $debug ||
19353 tmp= ac_tmp=
19354 trap 'exit_status=$?
19355 : "${ac_tmp:=$tmp}"
19356 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19358 trap 'as_fn_exit 1' 1 2 13 15
19360 # Create a (secure) tmp directory for tmp files.
19363 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19364 test -d "$tmp"
19365 } ||
19367 tmp=./conf$$-$RANDOM
19368 (umask 077 && mkdir "$tmp")
19369 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19370 ac_tmp=$tmp
19372 # Set up the scripts for CONFIG_FILES section.
19373 # No need to generate them if there are no CONFIG_FILES.
19374 # This happens for instance with `./config.status config.h'.
19375 if test -n "$CONFIG_FILES"; then
19378 ac_cr=`echo X | tr X '\015'`
19379 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19380 # But we know of no other shell where ac_cr would be empty at this
19381 # point, so we can use a bashism as a fallback.
19382 if test "x$ac_cr" = x; then
19383 eval ac_cr=\$\'\\r\'
19385 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19386 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19387 ac_cs_awk_cr='\\r'
19388 else
19389 ac_cs_awk_cr=$ac_cr
19392 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19393 _ACEOF
19397 echo "cat >conf$$subs.awk <<_ACEOF" &&
19398 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19399 echo "_ACEOF"
19400 } >conf$$subs.sh ||
19401 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19402 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19403 ac_delim='%!_!# '
19404 for ac_last_try in false false false false false :; do
19405 . ./conf$$subs.sh ||
19406 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19408 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19409 if test $ac_delim_n = $ac_delim_num; then
19410 break
19411 elif $ac_last_try; then
19412 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19413 else
19414 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19416 done
19417 rm -f conf$$subs.sh
19419 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19420 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19421 _ACEOF
19422 sed -n '
19424 s/^/S["/; s/!.*/"]=/
19427 s/^[^!]*!//
19428 :repl
19429 t repl
19430 s/'"$ac_delim"'$//
19431 t delim
19434 s/\(.\{148\}\)..*/\1/
19435 t more1
19436 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19439 b repl
19440 :more1
19441 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19444 s/.\{148\}//
19445 t nl
19446 :delim
19448 s/\(.\{148\}\)..*/\1/
19449 t more2
19450 s/["\\]/\\&/g; s/^/"/; s/$/"/
19453 :more2
19454 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19457 s/.\{148\}//
19458 t delim
19459 ' <conf$$subs.awk | sed '
19460 /^[^""]/{
19462 s/\n//
19464 ' >>$CONFIG_STATUS || ac_write_fail=1
19465 rm -f conf$$subs.awk
19466 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19467 _ACAWK
19468 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19469 for (key in S) S_is_set[key] = 1
19470 FS = "\a"
19474 line = $ 0
19475 nfields = split(line, field, "@")
19476 substed = 0
19477 len = length(field[1])
19478 for (i = 2; i < nfields; i++) {
19479 key = field[i]
19480 keylen = length(key)
19481 if (S_is_set[key]) {
19482 value = S[key]
19483 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19484 len += length(value) + length(field[++i])
19485 substed = 1
19486 } else
19487 len += 1 + keylen
19490 print line
19493 _ACAWK
19494 _ACEOF
19495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19496 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19497 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19498 else
19500 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19501 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19502 _ACEOF
19504 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19505 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19506 # trailing colons and then remove the whole line if VPATH becomes empty
19507 # (actually we leave an empty line to preserve line numbers).
19508 if test "x$srcdir" = x.; then
19509 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19511 s///
19512 s/^/:/
19513 s/[ ]*$/:/
19514 s/:\$(srcdir):/:/g
19515 s/:\${srcdir}:/:/g
19516 s/:@srcdir@:/:/g
19517 s/^:*//
19518 s/:*$//
19520 s/\(=[ ]*\).*/\1/
19522 s/\n//
19523 s/^[^=]*=[ ]*$//
19527 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19528 fi # test -n "$CONFIG_FILES"
19530 # Set up the scripts for CONFIG_HEADERS section.
19531 # No need to generate them if there are no CONFIG_HEADERS.
19532 # This happens for instance with `./config.status Makefile'.
19533 if test -n "$CONFIG_HEADERS"; then
19534 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19535 BEGIN {
19536 _ACEOF
19538 # Transform confdefs.h into an awk script `defines.awk', embedded as
19539 # here-document in config.status, that substitutes the proper values into
19540 # config.h.in to produce config.h.
19542 # Create a delimiter string that does not exist in confdefs.h, to ease
19543 # handling of long lines.
19544 ac_delim='%!_!# '
19545 for ac_last_try in false false :; do
19546 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19547 if test -z "$ac_tt"; then
19548 break
19549 elif $ac_last_try; then
19550 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19551 else
19552 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19554 done
19556 # For the awk script, D is an array of macro values keyed by name,
19557 # likewise P contains macro parameters if any. Preserve backslash
19558 # newline sequences.
19560 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19561 sed -n '
19562 s/.\{148\}/&'"$ac_delim"'/g
19563 t rset
19564 :rset
19565 s/^[ ]*#[ ]*define[ ][ ]*/ /
19566 t def
19568 :def
19569 s/\\$//
19570 t bsnl
19571 s/["\\]/\\&/g
19572 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19573 D["\1"]=" \3"/p
19574 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19576 :bsnl
19577 s/["\\]/\\&/g
19578 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19579 D["\1"]=" \3\\\\\\n"\\/p
19580 t cont
19581 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19582 t cont
19584 :cont
19586 s/.\{148\}/&'"$ac_delim"'/g
19587 t clear
19588 :clear
19589 s/\\$//
19590 t bsnlc
19591 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19593 :bsnlc
19594 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19595 b cont
19596 ' <confdefs.h | sed '
19597 s/'"$ac_delim"'/"\\\
19598 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19600 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19601 for (key in D) D_is_set[key] = 1
19602 FS = "\a"
19604 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19605 line = \$ 0
19606 split(line, arg, " ")
19607 if (arg[1] == "#") {
19608 defundef = arg[2]
19609 mac1 = arg[3]
19610 } else {
19611 defundef = substr(arg[1], 2)
19612 mac1 = arg[2]
19614 split(mac1, mac2, "(") #)
19615 macro = mac2[1]
19616 prefix = substr(line, 1, index(line, defundef) - 1)
19617 if (D_is_set[macro]) {
19618 # Preserve the white space surrounding the "#".
19619 print prefix "define", macro P[macro] D[macro]
19620 next
19621 } else {
19622 # Replace #undef with comments. This is necessary, for example,
19623 # in the case of _POSIX_SOURCE, which is predefined and required
19624 # on some systems where configure will not decide to define it.
19625 if (defundef == "undef") {
19626 print "/*", prefix defundef, macro, "*/"
19627 next
19631 { print }
19632 _ACAWK
19633 _ACEOF
19634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19635 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19636 fi # test -n "$CONFIG_HEADERS"
19639 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19640 shift
19641 for ac_tag
19643 case $ac_tag in
19644 :[FHLC]) ac_mode=$ac_tag; continue;;
19645 esac
19646 case $ac_mode$ac_tag in
19647 :[FHL]*:*);;
19648 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19649 :[FH]-) ac_tag=-:-;;
19650 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19651 esac
19652 ac_save_IFS=$IFS
19653 IFS=:
19654 set x $ac_tag
19655 IFS=$ac_save_IFS
19656 shift
19657 ac_file=$1
19658 shift
19660 case $ac_mode in
19661 :L) ac_source=$1;;
19662 :[FH])
19663 ac_file_inputs=
19664 for ac_f
19666 case $ac_f in
19667 -) ac_f="$ac_tmp/stdin";;
19668 *) # Look for the file first in the build tree, then in the source tree
19669 # (if the path is not absolute). The absolute path cannot be DOS-style,
19670 # because $ac_f cannot contain `:'.
19671 test -f "$ac_f" ||
19672 case $ac_f in
19673 [\\/$]*) false;;
19674 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19675 esac ||
19676 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19677 esac
19678 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19679 as_fn_append ac_file_inputs " '$ac_f'"
19680 done
19682 # Let's still pretend it is `configure' which instantiates (i.e., don't
19683 # use $as_me), people would be surprised to read:
19684 # /* config.h. Generated by config.status. */
19685 configure_input='Generated from '`
19686 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19687 `' by configure.'
19688 if test x"$ac_file" != x-; then
19689 configure_input="$ac_file. $configure_input"
19690 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19691 $as_echo "$as_me: creating $ac_file" >&6;}
19693 # Neutralize special characters interpreted by sed in replacement strings.
19694 case $configure_input in #(
19695 *\&* | *\|* | *\\* )
19696 ac_sed_conf_input=`$as_echo "$configure_input" |
19697 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19698 *) ac_sed_conf_input=$configure_input;;
19699 esac
19701 case $ac_tag in
19702 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19703 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19704 esac
19706 esac
19708 ac_dir=`$as_dirname -- "$ac_file" ||
19709 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19710 X"$ac_file" : 'X\(//\)[^/]' \| \
19711 X"$ac_file" : 'X\(//\)$' \| \
19712 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19713 $as_echo X"$ac_file" |
19714 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19715 s//\1/
19718 /^X\(\/\/\)[^/].*/{
19719 s//\1/
19722 /^X\(\/\/\)$/{
19723 s//\1/
19726 /^X\(\/\).*/{
19727 s//\1/
19730 s/.*/./; q'`
19731 as_dir="$ac_dir"; as_fn_mkdir_p
19732 ac_builddir=.
19734 case "$ac_dir" in
19735 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19737 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19738 # A ".." for each directory in $ac_dir_suffix.
19739 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19740 case $ac_top_builddir_sub in
19741 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19742 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19743 esac ;;
19744 esac
19745 ac_abs_top_builddir=$ac_pwd
19746 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19747 # for backward compatibility:
19748 ac_top_builddir=$ac_top_build_prefix
19750 case $srcdir in
19751 .) # We are building in place.
19752 ac_srcdir=.
19753 ac_top_srcdir=$ac_top_builddir_sub
19754 ac_abs_top_srcdir=$ac_pwd ;;
19755 [\\/]* | ?:[\\/]* ) # Absolute name.
19756 ac_srcdir=$srcdir$ac_dir_suffix;
19757 ac_top_srcdir=$srcdir
19758 ac_abs_top_srcdir=$srcdir ;;
19759 *) # Relative name.
19760 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19761 ac_top_srcdir=$ac_top_build_prefix$srcdir
19762 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19763 esac
19764 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19767 case $ac_mode in
19770 # CONFIG_FILE
19773 _ACEOF
19775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19776 # If the template does not know about datarootdir, expand it.
19777 # FIXME: This hack should be removed a few years after 2.60.
19778 ac_datarootdir_hack=; ac_datarootdir_seen=
19779 ac_sed_dataroot='
19780 /datarootdir/ {
19784 /@datadir@/p
19785 /@docdir@/p
19786 /@infodir@/p
19787 /@localedir@/p
19788 /@mandir@/p'
19789 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19790 *datarootdir*) ac_datarootdir_seen=yes;;
19791 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19793 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19794 _ACEOF
19795 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19796 ac_datarootdir_hack='
19797 s&@datadir@&$datadir&g
19798 s&@docdir@&$docdir&g
19799 s&@infodir@&$infodir&g
19800 s&@localedir@&$localedir&g
19801 s&@mandir@&$mandir&g
19802 s&\\\${datarootdir}&$datarootdir&g' ;;
19803 esac
19804 _ACEOF
19806 # Neutralize VPATH when `$srcdir' = `.'.
19807 # Shell code in configure.ac might set extrasub.
19808 # FIXME: do we really want to maintain this feature?
19809 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19810 ac_sed_extra="$ac_vpsub
19811 $extrasub
19812 _ACEOF
19813 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19815 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19816 s|@configure_input@|$ac_sed_conf_input|;t t
19817 s&@top_builddir@&$ac_top_builddir_sub&;t t
19818 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19819 s&@srcdir@&$ac_srcdir&;t t
19820 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19821 s&@top_srcdir@&$ac_top_srcdir&;t t
19822 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19823 s&@builddir@&$ac_builddir&;t t
19824 s&@abs_builddir@&$ac_abs_builddir&;t t
19825 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19826 $ac_datarootdir_hack
19828 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19829 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19831 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19832 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19833 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19834 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19836 which seems to be undefined. Please make sure it is defined" >&5
19837 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19838 which seems to be undefined. Please make sure it is defined" >&2;}
19840 rm -f "$ac_tmp/stdin"
19841 case $ac_file in
19842 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19843 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19844 esac \
19845 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19849 # CONFIG_HEADER
19851 if test x"$ac_file" != x-; then
19853 $as_echo "/* $configure_input */" \
19854 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19855 } >"$ac_tmp/config.h" \
19856 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19857 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19858 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19859 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19860 else
19861 rm -f "$ac_file"
19862 mv "$ac_tmp/config.h" "$ac_file" \
19863 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19865 else
19866 $as_echo "/* $configure_input */" \
19867 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19868 || as_fn_error $? "could not create -" "$LINENO" 5
19873 # CONFIG_LINK
19876 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19878 else
19879 # Prefer the file from the source tree if names are identical.
19880 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19881 ac_source=$srcdir/$ac_source
19884 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19885 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19887 if test ! -r "$ac_source"; then
19888 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19890 rm -f "$ac_file"
19892 # Try a relative symlink, then a hard link, then a copy.
19893 case $ac_source in
19894 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19895 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19896 esac
19897 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19898 ln "$ac_source" "$ac_file" 2>/dev/null ||
19899 cp -p "$ac_source" "$ac_file" ||
19900 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19903 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19904 $as_echo "$as_me: executing $ac_file commands" >&6;}
19906 esac
19909 case $ac_file$ac_mode in
19910 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19911 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19912 "Makefile":C) wine_fn_output_makefile Makefile ;;
19914 esac
19915 done # for ac_tag
19918 as_fn_exit 0
19919 _ACEOF
19920 ac_clean_files=$ac_clean_files_save
19922 test $ac_write_fail = 0 ||
19923 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19926 # configure is writing to config.log, and then calls config.status.
19927 # config.status does its own redirection, appending to config.log.
19928 # Unfortunately, on DOS this fails, as config.log is still kept open
19929 # by configure, so config.status won't be able to write to it; its
19930 # output is simply discarded. So we exec the FD to /dev/null,
19931 # effectively closing config.log, so it can be properly (re)opened and
19932 # appended to by config.status. When coming back to configure, we
19933 # need to make the FD available again.
19934 if test "$no_create" != yes; then
19935 ac_cs_success=:
19936 ac_config_status_args=
19937 test "$silent" = yes &&
19938 ac_config_status_args="$ac_config_status_args --quiet"
19939 exec 5>/dev/null
19940 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19941 exec 5>>config.log
19942 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19943 # would make configure fail if this is the last instruction.
19944 $ac_cs_success || as_fn_exit 1
19946 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19948 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19952 if test "$no_create" = "yes"
19953 then
19954 exit 0
19957 ac_save_IFS="$IFS"
19958 if test "x$wine_notices" != x; then
19959 echo >&6
19960 IFS="|"
19961 for msg in $wine_notices; do
19962 IFS="$ac_save_IFS"
19963 if ${msg:+false} :; then :
19965 else
19966 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19967 $as_echo "$as_me: $msg" >&6;}
19969 done
19971 IFS="|"
19972 for msg in $wine_warnings; do
19973 IFS="$ac_save_IFS"
19974 if ${msg:+false} :; then :
19976 else
19977 echo >&2
19978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19979 $as_echo "$as_me: WARNING: $msg" >&2;}
19981 done
19982 IFS="$ac_save_IFS"
19984 $as_echo "
19985 $as_me: Finished. Do '${ac_make}' to compile Wine.
19986 " >&6