d3d11/tests: Fix test failures in test_render_target_views().
[wine.git] / configure
blob663677e83c691ba8448e9eb440fe89fc488ddb37
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.22.
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.22'
584 PACKAGE_STRING='Wine 1.9.22'
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_appmodel_runtime_l1_1_1
878 enable_api_ms_win_core_apiquery_l1_1_0
879 enable_api_ms_win_core_appcompat_l1_1_1
880 enable_api_ms_win_core_appinit_l1_1_0
881 enable_api_ms_win_core_atoms_l1_1_0
882 enable_api_ms_win_core_bem_l1_1_0
883 enable_api_ms_win_core_com_l1_1_0
884 enable_api_ms_win_core_com_l1_1_1
885 enable_api_ms_win_core_console_l1_1_0
886 enable_api_ms_win_core_console_l2_1_0
887 enable_api_ms_win_core_datetime_l1_1_0
888 enable_api_ms_win_core_datetime_l1_1_1
889 enable_api_ms_win_core_debug_l1_1_0
890 enable_api_ms_win_core_debug_l1_1_1
891 enable_api_ms_win_core_delayload_l1_1_0
892 enable_api_ms_win_core_delayload_l1_1_1
893 enable_api_ms_win_core_errorhandling_l1_1_0
894 enable_api_ms_win_core_errorhandling_l1_1_1
895 enable_api_ms_win_core_errorhandling_l1_1_2
896 enable_api_ms_win_core_fibers_l1_1_0
897 enable_api_ms_win_core_fibers_l1_1_1
898 enable_api_ms_win_core_file_l1_1_0
899 enable_api_ms_win_core_file_l1_2_0
900 enable_api_ms_win_core_file_l1_2_1
901 enable_api_ms_win_core_file_l2_1_0
902 enable_api_ms_win_core_file_l2_1_1
903 enable_api_ms_win_core_handle_l1_1_0
904 enable_api_ms_win_core_heap_l1_1_0
905 enable_api_ms_win_core_heap_l1_2_0
906 enable_api_ms_win_core_heap_obsolete_l1_1_0
907 enable_api_ms_win_core_interlocked_l1_1_0
908 enable_api_ms_win_core_interlocked_l1_2_0
909 enable_api_ms_win_core_io_l1_1_0
910 enable_api_ms_win_core_io_l1_1_1
911 enable_api_ms_win_core_job_l1_1_0
912 enable_api_ms_win_core_job_l2_1_0
913 enable_api_ms_win_core_kernel32_legacy_l1_1_0
914 enable_api_ms_win_core_kernel32_legacy_l1_1_1
915 enable_api_ms_win_core_kernel32_private_l1_1_1
916 enable_api_ms_win_core_libraryloader_l1_1_0
917 enable_api_ms_win_core_libraryloader_l1_1_1
918 enable_api_ms_win_core_libraryloader_l1_2_0
919 enable_api_ms_win_core_libraryloader_l1_2_2
920 enable_api_ms_win_core_localization_l1_1_0
921 enable_api_ms_win_core_localization_l1_2_0
922 enable_api_ms_win_core_localization_l1_2_1
923 enable_api_ms_win_core_localization_l2_1_0
924 enable_api_ms_win_core_localization_obsolete_l1_1_0
925 enable_api_ms_win_core_localization_obsolete_l1_2_0
926 enable_api_ms_win_core_localization_private_l1_1_0
927 enable_api_ms_win_core_localregistry_l1_1_0
928 enable_api_ms_win_core_memory_l1_1_0
929 enable_api_ms_win_core_memory_l1_1_1
930 enable_api_ms_win_core_memory_l1_1_2
931 enable_api_ms_win_core_misc_l1_1_0
932 enable_api_ms_win_core_namedpipe_l1_1_0
933 enable_api_ms_win_core_namedpipe_l1_2_0
934 enable_api_ms_win_core_namespace_l1_1_0
935 enable_api_ms_win_core_normalization_l1_1_0
936 enable_api_ms_win_core_path_l1_1_0
937 enable_api_ms_win_core_privateprofile_l1_1_1
938 enable_api_ms_win_core_processenvironment_l1_1_0
939 enable_api_ms_win_core_processenvironment_l1_2_0
940 enable_api_ms_win_core_processthreads_l1_1_0
941 enable_api_ms_win_core_processthreads_l1_1_1
942 enable_api_ms_win_core_processthreads_l1_1_2
943 enable_api_ms_win_core_profile_l1_1_0
944 enable_api_ms_win_core_psapi_l1_1_0
945 enable_api_ms_win_core_psapi_obsolete_l1_1_0
946 enable_api_ms_win_core_realtime_l1_1_0
947 enable_api_ms_win_core_registry_l1_1_0
948 enable_api_ms_win_core_registryuserspecific_l1_1_0
949 enable_api_ms_win_core_rtlsupport_l1_1_0
950 enable_api_ms_win_core_rtlsupport_l1_2_0
951 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
952 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
953 enable_api_ms_win_core_sidebyside_l1_1_0
954 enable_api_ms_win_core_string_l1_1_0
955 enable_api_ms_win_core_string_l2_1_0
956 enable_api_ms_win_core_string_obsolete_l1_1_0
957 enable_api_ms_win_core_stringansi_l1_1_0
958 enable_api_ms_win_core_synch_l1_1_0
959 enable_api_ms_win_core_synch_l1_2_0
960 enable_api_ms_win_core_sysinfo_l1_1_0
961 enable_api_ms_win_core_sysinfo_l1_2_0
962 enable_api_ms_win_core_sysinfo_l1_2_1
963 enable_api_ms_win_core_threadpool_l1_1_0
964 enable_api_ms_win_core_threadpool_l1_2_0
965 enable_api_ms_win_core_threadpool_legacy_l1_1_0
966 enable_api_ms_win_core_timezone_l1_1_0
967 enable_api_ms_win_core_toolhelp_l1_1_0
968 enable_api_ms_win_core_url_l1_1_0
969 enable_api_ms_win_core_util_l1_1_0
970 enable_api_ms_win_core_version_l1_1_0
971 enable_api_ms_win_core_version_private_l1_1_0
972 enable_api_ms_win_core_versionansi_l1_1_0
973 enable_api_ms_win_core_windowserrorreporting_l1_1_0
974 enable_api_ms_win_core_winrt_error_l1_1_0
975 enable_api_ms_win_core_winrt_error_l1_1_1
976 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
977 enable_api_ms_win_core_winrt_l1_1_0
978 enable_api_ms_win_core_winrt_registration_l1_1_0
979 enable_api_ms_win_core_winrt_string_l1_1_0
980 enable_api_ms_win_core_wow64_l1_1_0
981 enable_api_ms_win_core_xstate_l1_1_0
982 enable_api_ms_win_core_xstate_l2_1_0
983 enable_api_ms_win_crt_conio_l1_1_0
984 enable_api_ms_win_crt_convert_l1_1_0
985 enable_api_ms_win_crt_environment_l1_1_0
986 enable_api_ms_win_crt_filesystem_l1_1_0
987 enable_api_ms_win_crt_heap_l1_1_0
988 enable_api_ms_win_crt_locale_l1_1_0
989 enable_api_ms_win_crt_math_l1_1_0
990 enable_api_ms_win_crt_multibyte_l1_1_0
991 enable_api_ms_win_crt_private_l1_1_0
992 enable_api_ms_win_crt_process_l1_1_0
993 enable_api_ms_win_crt_runtime_l1_1_0
994 enable_api_ms_win_crt_stdio_l1_1_0
995 enable_api_ms_win_crt_string_l1_1_0
996 enable_api_ms_win_crt_time_l1_1_0
997 enable_api_ms_win_crt_utility_l1_1_0
998 enable_api_ms_win_downlevel_advapi32_l1_1_0
999 enable_api_ms_win_downlevel_advapi32_l2_1_0
1000 enable_api_ms_win_downlevel_normaliz_l1_1_0
1001 enable_api_ms_win_downlevel_ole32_l1_1_0
1002 enable_api_ms_win_downlevel_shell32_l1_1_0
1003 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1004 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1005 enable_api_ms_win_downlevel_user32_l1_1_0
1006 enable_api_ms_win_downlevel_version_l1_1_0
1007 enable_api_ms_win_eventing_classicprovider_l1_1_0
1008 enable_api_ms_win_eventing_consumer_l1_1_0
1009 enable_api_ms_win_eventing_controller_l1_1_0
1010 enable_api_ms_win_eventing_provider_l1_1_0
1011 enable_api_ms_win_eventlog_legacy_l1_1_0
1012 enable_api_ms_win_ntuser_dc_access_l1_1_0
1013 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1014 enable_api_ms_win_security_audit_l1_1_1
1015 enable_api_ms_win_security_base_l1_1_0
1016 enable_api_ms_win_security_base_l1_2_0
1017 enable_api_ms_win_security_base_private_l1_1_1
1018 enable_api_ms_win_security_lsalookup_l1_1_0
1019 enable_api_ms_win_security_lsalookup_l1_1_1
1020 enable_api_ms_win_security_sddl_l1_1_0
1021 enable_api_ms_win_service_core_l1_1_0
1022 enable_api_ms_win_service_core_l1_1_1
1023 enable_api_ms_win_service_management_l1_1_0
1024 enable_api_ms_win_service_management_l2_1_0
1025 enable_api_ms_win_service_private_l1_1_1
1026 enable_api_ms_win_service_winsvc_l1_1_0
1027 enable_api_ms_win_service_winsvc_l1_2_0
1028 enable_api_ms_win_shell_shellcom_l1_1_0
1029 enable_api_ms_win_shell_shellfolders_l1_1_0
1030 enable_apphelp
1031 enable_appwiz_cpl
1032 enable_atl
1033 enable_atl100
1034 enable_atl110
1035 enable_atl80
1036 enable_atl90
1037 enable_authz
1038 enable_avicap32
1039 enable_avifil32
1040 enable_avrt
1041 enable_bcrypt
1042 enable_bluetoothapis
1043 enable_browseui
1044 enable_bthprops_cpl
1045 enable_cabinet
1046 enable_capi2032
1047 enable_cards
1048 enable_cfgmgr32
1049 enable_clusapi
1050 enable_combase
1051 enable_comcat
1052 enable_comctl32
1053 enable_comdlg32
1054 enable_compstui
1055 enable_comsvcs
1056 enable_concrt140
1057 enable_connect
1058 enable_credui
1059 enable_crtdll
1060 enable_crypt32
1061 enable_cryptdlg
1062 enable_cryptdll
1063 enable_cryptext
1064 enable_cryptnet
1065 enable_cryptui
1066 enable_ctapi32
1067 enable_ctl3d32
1068 enable_d2d1
1069 enable_d3d10
1070 enable_d3d10_1
1071 enable_d3d10core
1072 enable_d3d11
1073 enable_d3d8
1074 enable_d3d9
1075 enable_d3dcompiler_33
1076 enable_d3dcompiler_34
1077 enable_d3dcompiler_35
1078 enable_d3dcompiler_36
1079 enable_d3dcompiler_37
1080 enable_d3dcompiler_38
1081 enable_d3dcompiler_39
1082 enable_d3dcompiler_40
1083 enable_d3dcompiler_41
1084 enable_d3dcompiler_42
1085 enable_d3dcompiler_43
1086 enable_d3dcompiler_46
1087 enable_d3dcompiler_47
1088 enable_d3dim
1089 enable_d3drm
1090 enable_d3dx10_33
1091 enable_d3dx10_34
1092 enable_d3dx10_35
1093 enable_d3dx10_36
1094 enable_d3dx10_37
1095 enable_d3dx10_38
1096 enable_d3dx10_39
1097 enable_d3dx10_40
1098 enable_d3dx10_41
1099 enable_d3dx10_42
1100 enable_d3dx10_43
1101 enable_d3dx11_42
1102 enable_d3dx11_43
1103 enable_d3dx9_24
1104 enable_d3dx9_25
1105 enable_d3dx9_26
1106 enable_d3dx9_27
1107 enable_d3dx9_28
1108 enable_d3dx9_29
1109 enable_d3dx9_30
1110 enable_d3dx9_31
1111 enable_d3dx9_32
1112 enable_d3dx9_33
1113 enable_d3dx9_34
1114 enable_d3dx9_35
1115 enable_d3dx9_36
1116 enable_d3dx9_37
1117 enable_d3dx9_38
1118 enable_d3dx9_39
1119 enable_d3dx9_40
1120 enable_d3dx9_41
1121 enable_d3dx9_42
1122 enable_d3dx9_43
1123 enable_d3dxof
1124 enable_davclnt
1125 enable_dbgeng
1126 enable_dbghelp
1127 enable_dciman32
1128 enable_ddraw
1129 enable_ddrawex
1130 enable_devenum
1131 enable_dhcpcsvc
1132 enable_difxapi
1133 enable_dinput
1134 enable_dinput8
1135 enable_dispex
1136 enable_dmband
1137 enable_dmcompos
1138 enable_dmime
1139 enable_dmloader
1140 enable_dmscript
1141 enable_dmstyle
1142 enable_dmsynth
1143 enable_dmusic
1144 enable_dmusic32
1145 enable_dnsapi
1146 enable_dplay
1147 enable_dplayx
1148 enable_dpnaddr
1149 enable_dpnet
1150 enable_dpnhpast
1151 enable_dpnlobby
1152 enable_dpvoice
1153 enable_dpwsockx
1154 enable_drmclien
1155 enable_dsound
1156 enable_dssenh
1157 enable_dswave
1158 enable_dwmapi
1159 enable_dwrite
1160 enable_dxdiagn
1161 enable_dxgi
1162 enable_dxva2
1163 enable_esent
1164 enable_evr
1165 enable_explorerframe
1166 enable_ext_ms_win_gdi_dc_create_l1_1_1
1167 enable_ext_ms_win_gdi_dc_l1_2_0
1168 enable_ext_ms_win_gdi_devcaps_l1_1_0
1169 enable_ext_ms_win_gdi_draw_l1_1_1
1170 enable_ext_ms_win_gdi_render_l1_1_0
1171 enable_ext_ms_win_kernel32_package_current_l1_1_0
1172 enable_ext_ms_win_ntuser_message_l1_1_1
1173 enable_ext_ms_win_ntuser_private_l1_1_1
1174 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1175 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1176 enable_ext_ms_win_ntuser_window_l1_1_1
1177 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1178 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1179 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1180 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1181 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1182 enable_faultrep
1183 enable_fltlib
1184 enable_fltmgr_sys
1185 enable_fntcache
1186 enable_fontsub
1187 enable_fusion
1188 enable_fwpuclnt
1189 enable_gameux
1190 enable_gdi32
1191 enable_gdiplus
1192 enable_glu32
1193 enable_gphoto2_ds
1194 enable_gpkcsp
1195 enable_hal
1196 enable_hhctrl_ocx
1197 enable_hid
1198 enable_hidclass_sys
1199 enable_hlink
1200 enable_hnetcfg
1201 enable_httpapi
1202 enable_iccvid
1203 enable_icmp
1204 enable_ieframe
1205 enable_imaadp32_acm
1206 enable_imagehlp
1207 enable_imm32
1208 enable_inetcomm
1209 enable_inetcpl_cpl
1210 enable_inetmib1
1211 enable_infosoft
1212 enable_initpki
1213 enable_inkobj
1214 enable_inseng
1215 enable_iphlpapi
1216 enable_iprop
1217 enable_irprops_cpl
1218 enable_itircl
1219 enable_itss
1220 enable_joy_cpl
1221 enable_jscript
1222 enable_jsproxy
1223 enable_kernel32
1224 enable_kernelbase
1225 enable_ksuser
1226 enable_ktmw32
1227 enable_loadperf
1228 enable_localspl
1229 enable_localui
1230 enable_lz32
1231 enable_mapi32
1232 enable_mapistub
1233 enable_mciavi32
1234 enable_mcicda
1235 enable_mciqtz32
1236 enable_mciseq
1237 enable_mciwave
1238 enable_mf
1239 enable_mfplat
1240 enable_mfreadwrite
1241 enable_mgmtapi
1242 enable_midimap
1243 enable_mlang
1244 enable_mmcndmgr
1245 enable_mmdevapi
1246 enable_mountmgr_sys
1247 enable_mpr
1248 enable_mprapi
1249 enable_msacm32_drv
1250 enable_msacm32
1251 enable_msadp32_acm
1252 enable_msasn1
1253 enable_mscat32
1254 enable_mscms
1255 enable_mscoree
1256 enable_msctf
1257 enable_msctfp
1258 enable_msdaps
1259 enable_msdelta
1260 enable_msdmo
1261 enable_msdrm
1262 enable_msftedit
1263 enable_msg711_acm
1264 enable_msgsm32_acm
1265 enable_mshtml_tlb
1266 enable_mshtml
1267 enable_msi
1268 enable_msident
1269 enable_msimg32
1270 enable_msimsg
1271 enable_msimtf
1272 enable_msisip
1273 enable_msisys_ocx
1274 enable_msls31
1275 enable_msnet32
1276 enable_mspatcha
1277 enable_msports
1278 enable_msrle32
1279 enable_msscript_ocx
1280 enable_mssign32
1281 enable_mssip32
1282 enable_mstask
1283 enable_msvcirt
1284 enable_msvcm80
1285 enable_msvcm90
1286 enable_msvcp100
1287 enable_msvcp110
1288 enable_msvcp120
1289 enable_msvcp120_app
1290 enable_msvcp140
1291 enable_msvcp60
1292 enable_msvcp70
1293 enable_msvcp71
1294 enable_msvcp80
1295 enable_msvcp90
1296 enable_msvcr100
1297 enable_msvcr110
1298 enable_msvcr120
1299 enable_msvcr120_app
1300 enable_msvcr70
1301 enable_msvcr71
1302 enable_msvcr80
1303 enable_msvcr90
1304 enable_msvcrt
1305 enable_msvcrt20
1306 enable_msvcrt40
1307 enable_msvcrtd
1308 enable_msvfw32
1309 enable_msvidc32
1310 enable_mswsock
1311 enable_msxml
1312 enable_msxml2
1313 enable_msxml3
1314 enable_msxml4
1315 enable_msxml6
1316 enable_ncrypt
1317 enable_nddeapi
1318 enable_ndis_sys
1319 enable_netapi32
1320 enable_netcfgx
1321 enable_netprofm
1322 enable_newdev
1323 enable_normaliz
1324 enable_npmshtml
1325 enable_npptools
1326 enable_ntdll
1327 enable_ntdsapi
1328 enable_ntoskrnl_exe
1329 enable_ntprint
1330 enable_objsel
1331 enable_odbc32
1332 enable_odbccp32
1333 enable_odbccu32
1334 enable_ole32
1335 enable_oleacc
1336 enable_oleaut32
1337 enable_olecli32
1338 enable_oledb32
1339 enable_oledlg
1340 enable_olepro32
1341 enable_olesvr32
1342 enable_olethk32
1343 enable_openal32
1344 enable_opencl
1345 enable_opengl32
1346 enable_packager
1347 enable_pdh
1348 enable_photometadatahandler
1349 enable_pidgen
1350 enable_powrprof
1351 enable_printui
1352 enable_prntvpt
1353 enable_propsys
1354 enable_psapi
1355 enable_pstorec
1356 enable_qcap
1357 enable_qedit
1358 enable_qmgr
1359 enable_qmgrprxy
1360 enable_quartz
1361 enable_query
1362 enable_rasapi32
1363 enable_rasdlg
1364 enable_regapi
1365 enable_resutils
1366 enable_riched20
1367 enable_riched32
1368 enable_rpcrt4
1369 enable_rsabase
1370 enable_rsaenh
1371 enable_rstrtmgr
1372 enable_rtutils
1373 enable_samlib
1374 enable_sane_ds
1375 enable_scarddlg
1376 enable_sccbase
1377 enable_schannel
1378 enable_schedsvc
1379 enable_scrrun
1380 enable_scsiport_sys
1381 enable_secur32
1382 enable_security
1383 enable_sensapi
1384 enable_serialui
1385 enable_setupapi
1386 enable_sfc
1387 enable_sfc_os
1388 enable_shdoclc
1389 enable_shdocvw
1390 enable_shell32
1391 enable_shfolder
1392 enable_shlwapi
1393 enable_slbcsp
1394 enable_slc
1395 enable_snmpapi
1396 enable_softpub
1397 enable_spoolss
1398 enable_sspicli
1399 enable_stdole2_tlb
1400 enable_stdole32_tlb
1401 enable_sti
1402 enable_svrapi
1403 enable_sxs
1404 enable_t2embed
1405 enable_tapi32
1406 enable_taskschd
1407 enable_tdi_sys
1408 enable_traffic
1409 enable_twain_32
1410 enable_ucrtbase
1411 enable_unicows
1412 enable_updspapi
1413 enable_url
1414 enable_urlmon
1415 enable_usbd_sys
1416 enable_user32
1417 enable_userenv
1418 enable_usp10
1419 enable_uxtheme
1420 enable_vbscript
1421 enable_vcomp
1422 enable_vcomp100
1423 enable_vcomp110
1424 enable_vcomp120
1425 enable_vcomp140
1426 enable_vcomp90
1427 enable_vcruntime140
1428 enable_vdmdbg
1429 enable_version
1430 enable_vssapi
1431 enable_wbemdisp
1432 enable_wbemprox
1433 enable_webservices
1434 enable_wer
1435 enable_wevtapi
1436 enable_wiaservc
1437 enable_wimgapi
1438 enable_windowscodecs
1439 enable_windowscodecsext
1440 enable_winealsa_drv
1441 enable_winebus_sys
1442 enable_winecoreaudio_drv
1443 enable_wined3d
1444 enable_winegstreamer
1445 enable_winehid_sys
1446 enable_winejoystick_drv
1447 enable_winemac_drv
1448 enable_winemapi
1449 enable_winemp3_acm
1450 enable_wineoss_drv
1451 enable_wineps_drv
1452 enable_winepulse_drv
1453 enable_wineqtdecoder
1454 enable_winex11_drv
1455 enable_wing32
1456 enable_winhttp
1457 enable_wininet
1458 enable_winmm
1459 enable_winnls32
1460 enable_winscard
1461 enable_winspool_drv
1462 enable_winsta
1463 enable_wintab32
1464 enable_wintrust
1465 enable_wlanapi
1466 enable_wldap32
1467 enable_wmasf
1468 enable_wmi
1469 enable_wmiutils
1470 enable_wmp
1471 enable_wmvcore
1472 enable_wnaspi32
1473 enable_wpc
1474 enable_wpcap
1475 enable_ws2_32
1476 enable_wshom_ocx
1477 enable_wsnmp32
1478 enable_wsock32
1479 enable_wtsapi32
1480 enable_wuapi
1481 enable_wuaueng
1482 enable_x3daudio1_0
1483 enable_x3daudio1_1
1484 enable_x3daudio1_2
1485 enable_x3daudio1_3
1486 enable_x3daudio1_4
1487 enable_x3daudio1_5
1488 enable_x3daudio1_6
1489 enable_x3daudio1_7
1490 enable_xapofx1_1
1491 enable_xapofx1_2
1492 enable_xapofx1_3
1493 enable_xapofx1_4
1494 enable_xapofx1_5
1495 enable_xaudio2_0
1496 enable_xaudio2_1
1497 enable_xaudio2_2
1498 enable_xaudio2_3
1499 enable_xaudio2_4
1500 enable_xaudio2_5
1501 enable_xaudio2_6
1502 enable_xaudio2_7
1503 enable_xaudio2_8
1504 enable_xaudio2_9
1505 enable_xinput1_1
1506 enable_xinput1_2
1507 enable_xinput1_3
1508 enable_xinput1_4
1509 enable_xinput9_1_0
1510 enable_xmllite
1511 enable_xolehlp
1512 enable_xpsprint
1513 enable_xpssvcs
1514 enable_fonts
1515 enable_include
1516 enable_libs_port
1517 enable_libs_wine
1518 enable_libs_wpp
1519 enable_loader
1520 enable_po
1521 enable_arp
1522 enable_aspnet_regiis
1523 enable_attrib
1524 enable_cabarc
1525 enable_cacls
1526 enable_clock
1527 enable_cmd
1528 enable_conhost
1529 enable_control
1530 enable_cscript
1531 enable_dpnsvr
1532 enable_dxdiag
1533 enable_eject
1534 enable_expand
1535 enable_explorer
1536 enable_extrac32
1537 enable_findstr
1538 enable_fsutil
1539 enable_hh
1540 enable_hostname
1541 enable_icacls
1542 enable_icinfo
1543 enable_iexplore
1544 enable_ipconfig
1545 enable_lodctr
1546 enable_mofcomp
1547 enable_mshta
1548 enable_msiexec
1549 enable_msinfo32
1550 enable_net
1551 enable_netsh
1552 enable_netstat
1553 enable_ngen
1554 enable_notepad
1555 enable_oleview
1556 enable_ping
1557 enable_plugplay
1558 enable_presentationfontcache
1559 enable_progman
1560 enable_reg
1561 enable_regasm
1562 enable_regedit
1563 enable_regsvcs
1564 enable_regsvr32
1565 enable_rpcss
1566 enable_rundll32
1567 enable_sc
1568 enable_schtasks
1569 enable_sdbinst
1570 enable_secedit
1571 enable_servicemodelreg
1572 enable_services
1573 enable_shutdown
1574 enable_spoolsv
1575 enable_start
1576 enable_subst
1577 enable_svchost
1578 enable_systeminfo
1579 enable_taskkill
1580 enable_tasklist
1581 enable_taskmgr
1582 enable_termsv
1583 enable_uninstaller
1584 enable_unlodctr
1585 enable_view
1586 enable_wevtutil
1587 enable_wineboot
1588 enable_winebrowser
1589 enable_winecfg
1590 enable_wineconsole
1591 enable_winedbg
1592 enable_winedevice
1593 enable_winefile
1594 enable_winemenubuilder
1595 enable_winemine
1596 enable_winemsibuilder
1597 enable_winepath
1598 enable_winetest
1599 enable_winhlp32
1600 enable_winver
1601 enable_wmic
1602 enable_wmplayer
1603 enable_wordpad
1604 enable_write
1605 enable_wscript
1606 enable_wusa
1607 enable_xcopy
1608 enable_server
1609 enable_tools
1611 ac_precious_vars='build_alias
1612 host_alias
1613 target_alias
1615 CFLAGS
1616 LDFLAGS
1617 LIBS
1618 CPPFLAGS
1620 CXXFLAGS
1623 XMKMF
1624 XML2_CFLAGS
1625 XML2_LIBS
1626 XSLT_CFLAGS
1627 XSLT_LIBS
1628 DBUS_CFLAGS
1629 DBUS_LIBS
1630 HAL_CFLAGS
1631 HAL_LIBS
1632 GNUTLS_CFLAGS
1633 GNUTLS_LIBS
1634 SANE_CFLAGS
1635 SANE_LIBS
1636 GPHOTO2_CFLAGS
1637 GPHOTO2_LIBS
1638 GPHOTO2_PORT_CFLAGS
1639 GPHOTO2_PORT_LIBS
1640 LCMS2_CFLAGS
1641 LCMS2_LIBS
1642 FREETYPE_CFLAGS
1643 FREETYPE_LIBS
1644 PULSE_CFLAGS
1645 PULSE_LIBS
1646 GSTREAMER_CFLAGS
1647 GSTREAMER_LIBS
1648 UDEV_CFLAGS
1649 UDEV_LIBS
1650 CAPI20_CFLAGS
1651 CAPI20_LIBS
1652 FONTCONFIG_CFLAGS
1653 FONTCONFIG_LIBS
1654 JPEG_CFLAGS
1655 JPEG_LIBS
1656 PNG_CFLAGS
1657 PNG_LIBS
1658 TIFF_CFLAGS
1659 TIFF_LIBS
1660 MPG123_CFLAGS
1661 MPG123_LIBS
1662 NETAPI_CFLAGS
1663 NETAPI_LIBS'
1666 # Initialize some variables set by options.
1667 ac_init_help=
1668 ac_init_version=false
1669 ac_unrecognized_opts=
1670 ac_unrecognized_sep=
1671 # The variables have the same names as the options, with
1672 # dashes changed to underlines.
1673 cache_file=/dev/null
1674 exec_prefix=NONE
1675 no_create=
1676 no_recursion=
1677 prefix=NONE
1678 program_prefix=NONE
1679 program_suffix=NONE
1680 program_transform_name=s,x,x,
1681 silent=
1682 site=
1683 srcdir=
1684 verbose=
1685 x_includes=NONE
1686 x_libraries=NONE
1688 # Installation directory options.
1689 # These are left unexpanded so users can "make install exec_prefix=/foo"
1690 # and all the variables that are supposed to be based on exec_prefix
1691 # by default will actually change.
1692 # Use braces instead of parens because sh, perl, etc. also accept them.
1693 # (The list follows the same order as the GNU Coding Standards.)
1694 bindir='${exec_prefix}/bin'
1695 sbindir='${exec_prefix}/sbin'
1696 libexecdir='${exec_prefix}/libexec'
1697 datarootdir='${prefix}/share'
1698 datadir='${datarootdir}'
1699 sysconfdir='${prefix}/etc'
1700 sharedstatedir='${prefix}/com'
1701 localstatedir='${prefix}/var'
1702 runstatedir='${localstatedir}/run'
1703 includedir='${prefix}/include'
1704 oldincludedir='/usr/include'
1705 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1706 infodir='${datarootdir}/info'
1707 htmldir='${docdir}'
1708 dvidir='${docdir}'
1709 pdfdir='${docdir}'
1710 psdir='${docdir}'
1711 libdir='${exec_prefix}/lib'
1712 localedir='${datarootdir}/locale'
1713 mandir='${datarootdir}/man'
1715 ac_prev=
1716 ac_dashdash=
1717 for ac_option
1719 # If the previous option needs an argument, assign it.
1720 if test -n "$ac_prev"; then
1721 eval $ac_prev=\$ac_option
1722 ac_prev=
1723 continue
1726 case $ac_option in
1727 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1728 *=) ac_optarg= ;;
1729 *) ac_optarg=yes ;;
1730 esac
1732 # Accept the important Cygnus configure options, so we can diagnose typos.
1734 case $ac_dashdash$ac_option in
1736 ac_dashdash=yes ;;
1738 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1739 ac_prev=bindir ;;
1740 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1741 bindir=$ac_optarg ;;
1743 -build | --build | --buil | --bui | --bu)
1744 ac_prev=build_alias ;;
1745 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1746 build_alias=$ac_optarg ;;
1748 -cache-file | --cache-file | --cache-fil | --cache-fi \
1749 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1750 ac_prev=cache_file ;;
1751 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1752 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1753 cache_file=$ac_optarg ;;
1755 --config-cache | -C)
1756 cache_file=config.cache ;;
1758 -datadir | --datadir | --datadi | --datad)
1759 ac_prev=datadir ;;
1760 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1761 datadir=$ac_optarg ;;
1763 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1764 | --dataroo | --dataro | --datar)
1765 ac_prev=datarootdir ;;
1766 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1767 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1768 datarootdir=$ac_optarg ;;
1770 -disable-* | --disable-*)
1771 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1772 # Reject names that are not valid shell variable names.
1773 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1774 as_fn_error $? "invalid feature name: $ac_useropt"
1775 ac_useropt_orig=$ac_useropt
1776 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1777 case $ac_user_opts in
1779 "enable_$ac_useropt"
1780 "*) ;;
1781 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1782 ac_unrecognized_sep=', ';;
1783 esac
1784 eval enable_$ac_useropt=no ;;
1786 -docdir | --docdir | --docdi | --doc | --do)
1787 ac_prev=docdir ;;
1788 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1789 docdir=$ac_optarg ;;
1791 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1792 ac_prev=dvidir ;;
1793 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1794 dvidir=$ac_optarg ;;
1796 -enable-* | --enable-*)
1797 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1798 # Reject names that are not valid shell variable names.
1799 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1800 as_fn_error $? "invalid feature name: $ac_useropt"
1801 ac_useropt_orig=$ac_useropt
1802 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1803 case $ac_user_opts in
1805 "enable_$ac_useropt"
1806 "*) ;;
1807 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1808 ac_unrecognized_sep=', ';;
1809 esac
1810 eval enable_$ac_useropt=\$ac_optarg ;;
1812 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1813 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1814 | --exec | --exe | --ex)
1815 ac_prev=exec_prefix ;;
1816 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1817 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1818 | --exec=* | --exe=* | --ex=*)
1819 exec_prefix=$ac_optarg ;;
1821 -gas | --gas | --ga | --g)
1822 # Obsolete; use --with-gas.
1823 with_gas=yes ;;
1825 -help | --help | --hel | --he | -h)
1826 ac_init_help=long ;;
1827 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1828 ac_init_help=recursive ;;
1829 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1830 ac_init_help=short ;;
1832 -host | --host | --hos | --ho)
1833 ac_prev=host_alias ;;
1834 -host=* | --host=* | --hos=* | --ho=*)
1835 host_alias=$ac_optarg ;;
1837 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1838 ac_prev=htmldir ;;
1839 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1840 | --ht=*)
1841 htmldir=$ac_optarg ;;
1843 -includedir | --includedir | --includedi | --included | --include \
1844 | --includ | --inclu | --incl | --inc)
1845 ac_prev=includedir ;;
1846 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1847 | --includ=* | --inclu=* | --incl=* | --inc=*)
1848 includedir=$ac_optarg ;;
1850 -infodir | --infodir | --infodi | --infod | --info | --inf)
1851 ac_prev=infodir ;;
1852 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1853 infodir=$ac_optarg ;;
1855 -libdir | --libdir | --libdi | --libd)
1856 ac_prev=libdir ;;
1857 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1858 libdir=$ac_optarg ;;
1860 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1861 | --libexe | --libex | --libe)
1862 ac_prev=libexecdir ;;
1863 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1864 | --libexe=* | --libex=* | --libe=*)
1865 libexecdir=$ac_optarg ;;
1867 -localedir | --localedir | --localedi | --localed | --locale)
1868 ac_prev=localedir ;;
1869 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1870 localedir=$ac_optarg ;;
1872 -localstatedir | --localstatedir | --localstatedi | --localstated \
1873 | --localstate | --localstat | --localsta | --localst | --locals)
1874 ac_prev=localstatedir ;;
1875 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1876 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1877 localstatedir=$ac_optarg ;;
1879 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1880 ac_prev=mandir ;;
1881 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1882 mandir=$ac_optarg ;;
1884 -nfp | --nfp | --nf)
1885 # Obsolete; use --without-fp.
1886 with_fp=no ;;
1888 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1889 | --no-cr | --no-c | -n)
1890 no_create=yes ;;
1892 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1893 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1894 no_recursion=yes ;;
1896 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1897 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1898 | --oldin | --oldi | --old | --ol | --o)
1899 ac_prev=oldincludedir ;;
1900 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1901 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1902 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1903 oldincludedir=$ac_optarg ;;
1905 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1906 ac_prev=prefix ;;
1907 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1908 prefix=$ac_optarg ;;
1910 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1911 | --program-pre | --program-pr | --program-p)
1912 ac_prev=program_prefix ;;
1913 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1914 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1915 program_prefix=$ac_optarg ;;
1917 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1918 | --program-suf | --program-su | --program-s)
1919 ac_prev=program_suffix ;;
1920 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1921 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1922 program_suffix=$ac_optarg ;;
1924 -program-transform-name | --program-transform-name \
1925 | --program-transform-nam | --program-transform-na \
1926 | --program-transform-n | --program-transform- \
1927 | --program-transform | --program-transfor \
1928 | --program-transfo | --program-transf \
1929 | --program-trans | --program-tran \
1930 | --progr-tra | --program-tr | --program-t)
1931 ac_prev=program_transform_name ;;
1932 -program-transform-name=* | --program-transform-name=* \
1933 | --program-transform-nam=* | --program-transform-na=* \
1934 | --program-transform-n=* | --program-transform-=* \
1935 | --program-transform=* | --program-transfor=* \
1936 | --program-transfo=* | --program-transf=* \
1937 | --program-trans=* | --program-tran=* \
1938 | --progr-tra=* | --program-tr=* | --program-t=*)
1939 program_transform_name=$ac_optarg ;;
1941 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1942 ac_prev=pdfdir ;;
1943 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1944 pdfdir=$ac_optarg ;;
1946 -psdir | --psdir | --psdi | --psd | --ps)
1947 ac_prev=psdir ;;
1948 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1949 psdir=$ac_optarg ;;
1951 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1952 | -silent | --silent | --silen | --sile | --sil)
1953 silent=yes ;;
1955 -runstatedir | --runstatedir | --runstatedi | --runstated \
1956 | --runstate | --runstat | --runsta | --runst | --runs \
1957 | --run | --ru | --r)
1958 ac_prev=runstatedir ;;
1959 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1960 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1961 | --run=* | --ru=* | --r=*)
1962 runstatedir=$ac_optarg ;;
1964 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1965 ac_prev=sbindir ;;
1966 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1967 | --sbi=* | --sb=*)
1968 sbindir=$ac_optarg ;;
1970 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1971 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1972 | --sharedst | --shareds | --shared | --share | --shar \
1973 | --sha | --sh)
1974 ac_prev=sharedstatedir ;;
1975 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1976 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1977 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1978 | --sha=* | --sh=*)
1979 sharedstatedir=$ac_optarg ;;
1981 -site | --site | --sit)
1982 ac_prev=site ;;
1983 -site=* | --site=* | --sit=*)
1984 site=$ac_optarg ;;
1986 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1987 ac_prev=srcdir ;;
1988 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1989 srcdir=$ac_optarg ;;
1991 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1992 | --syscon | --sysco | --sysc | --sys | --sy)
1993 ac_prev=sysconfdir ;;
1994 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1995 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1996 sysconfdir=$ac_optarg ;;
1998 -target | --target | --targe | --targ | --tar | --ta | --t)
1999 ac_prev=target_alias ;;
2000 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
2001 target_alias=$ac_optarg ;;
2003 -v | -verbose | --verbose | --verbos | --verbo | --verb)
2004 verbose=yes ;;
2006 -version | --version | --versio | --versi | --vers | -V)
2007 ac_init_version=: ;;
2009 -with-* | --with-*)
2010 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2011 # Reject names that are not valid shell variable names.
2012 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2013 as_fn_error $? "invalid package name: $ac_useropt"
2014 ac_useropt_orig=$ac_useropt
2015 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2016 case $ac_user_opts in
2018 "with_$ac_useropt"
2019 "*) ;;
2020 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2021 ac_unrecognized_sep=', ';;
2022 esac
2023 eval with_$ac_useropt=\$ac_optarg ;;
2025 -without-* | --without-*)
2026 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2027 # Reject names that are not valid shell variable names.
2028 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2029 as_fn_error $? "invalid package name: $ac_useropt"
2030 ac_useropt_orig=$ac_useropt
2031 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2032 case $ac_user_opts in
2034 "with_$ac_useropt"
2035 "*) ;;
2036 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2037 ac_unrecognized_sep=', ';;
2038 esac
2039 eval with_$ac_useropt=no ;;
2041 --x)
2042 # Obsolete; use --with-x.
2043 with_x=yes ;;
2045 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
2046 | --x-incl | --x-inc | --x-in | --x-i)
2047 ac_prev=x_includes ;;
2048 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
2049 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
2050 x_includes=$ac_optarg ;;
2052 -x-libraries | --x-libraries | --x-librarie | --x-librari \
2053 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
2054 ac_prev=x_libraries ;;
2055 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
2056 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
2057 x_libraries=$ac_optarg ;;
2059 -*) as_fn_error $? "unrecognized option: \`$ac_option'
2060 Try \`$0 --help' for more information"
2063 *=*)
2064 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
2065 # Reject names that are not valid shell variable names.
2066 case $ac_envvar in #(
2067 '' | [0-9]* | *[!_$as_cr_alnum]* )
2068 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
2069 esac
2070 eval $ac_envvar=\$ac_optarg
2071 export $ac_envvar ;;
2074 # FIXME: should be removed in autoconf 3.0.
2075 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2076 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
2077 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2078 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2081 esac
2082 done
2084 if test -n "$ac_prev"; then
2085 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
2086 as_fn_error $? "missing argument to $ac_option"
2089 if test -n "$ac_unrecognized_opts"; then
2090 case $enable_option_checking in
2091 no) ;;
2092 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
2093 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2094 esac
2097 # Check all directory arguments for consistency.
2098 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2099 datadir sysconfdir sharedstatedir localstatedir includedir \
2100 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2101 libdir localedir mandir runstatedir
2103 eval ac_val=\$$ac_var
2104 # Remove trailing slashes.
2105 case $ac_val in
2106 */ )
2107 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2108 eval $ac_var=\$ac_val;;
2109 esac
2110 # Be sure to have absolute directory names.
2111 case $ac_val in
2112 [\\/$]* | ?:[\\/]* ) continue;;
2113 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2114 esac
2115 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2116 done
2118 # There might be people who depend on the old broken behavior: `$host'
2119 # used to hold the argument of --host etc.
2120 # FIXME: To remove some day.
2121 build=$build_alias
2122 host=$host_alias
2123 target=$target_alias
2125 # FIXME: To remove some day.
2126 if test "x$host_alias" != x; then
2127 if test "x$build_alias" = x; then
2128 cross_compiling=maybe
2129 elif test "x$build_alias" != "x$host_alias"; then
2130 cross_compiling=yes
2134 ac_tool_prefix=
2135 test -n "$host_alias" && ac_tool_prefix=$host_alias-
2137 test "$silent" = yes && exec 6>/dev/null
2140 ac_pwd=`pwd` && test -n "$ac_pwd" &&
2141 ac_ls_di=`ls -di .` &&
2142 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
2143 as_fn_error $? "working directory cannot be determined"
2144 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2145 as_fn_error $? "pwd does not report name of working directory"
2148 # Find the source files, if location was not specified.
2149 if test -z "$srcdir"; then
2150 ac_srcdir_defaulted=yes
2151 # Try the directory containing this script, then the parent directory.
2152 ac_confdir=`$as_dirname -- "$as_myself" ||
2153 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2154 X"$as_myself" : 'X\(//\)[^/]' \| \
2155 X"$as_myself" : 'X\(//\)$' \| \
2156 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2157 $as_echo X"$as_myself" |
2158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2159 s//\1/
2162 /^X\(\/\/\)[^/].*/{
2163 s//\1/
2166 /^X\(\/\/\)$/{
2167 s//\1/
2170 /^X\(\/\).*/{
2171 s//\1/
2174 s/.*/./; q'`
2175 srcdir=$ac_confdir
2176 if test ! -r "$srcdir/$ac_unique_file"; then
2177 srcdir=..
2179 else
2180 ac_srcdir_defaulted=no
2182 if test ! -r "$srcdir/$ac_unique_file"; then
2183 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
2184 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
2186 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
2187 ac_abs_confdir=`(
2188 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2189 pwd)`
2190 # When building in place, set srcdir=.
2191 if test "$ac_abs_confdir" = "$ac_pwd"; then
2192 srcdir=.
2194 # Remove unnecessary trailing slashes from srcdir.
2195 # Double slashes in file names in object file debugging info
2196 # mess up M-x gdb in Emacs.
2197 case $srcdir in
2198 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2199 esac
2200 for ac_var in $ac_precious_vars; do
2201 eval ac_env_${ac_var}_set=\${${ac_var}+set}
2202 eval ac_env_${ac_var}_value=\$${ac_var}
2203 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
2204 eval ac_cv_env_${ac_var}_value=\$${ac_var}
2205 done
2208 # Report the --help message.
2210 if test "$ac_init_help" = "long"; then
2211 # Omit some internal or obsolete options to make the list less imposing.
2212 # This message is too long to be a string in the A/UX 3.1 sh.
2213 cat <<_ACEOF
2214 \`configure' configures Wine 1.9.22 to adapt to many kinds of systems.
2216 Usage: $0 [OPTION]... [VAR=VALUE]...
2218 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2219 VAR=VALUE. See below for descriptions of some of the useful variables.
2221 Defaults for the options are specified in brackets.
2223 Configuration:
2224 -h, --help display this help and exit
2225 --help=short display options specific to this package
2226 --help=recursive display the short help of all the included packages
2227 -V, --version display version information and exit
2228 -q, --quiet, --silent do not print \`checking ...' messages
2229 --cache-file=FILE cache test results in FILE [disabled]
2230 -C, --config-cache alias for \`--cache-file=config.cache'
2231 -n, --no-create do not create output files
2232 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2234 Installation directories:
2235 --prefix=PREFIX install architecture-independent files in PREFIX
2236 [$ac_default_prefix]
2237 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2238 [PREFIX]
2240 By default, \`make install' will install all the files in
2241 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2242 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2243 for instance \`--prefix=\$HOME'.
2245 For better control, use the options below.
2247 Fine tuning of the installation directories:
2248 --bindir=DIR user executables [EPREFIX/bin]
2249 --sbindir=DIR system admin executables [EPREFIX/sbin]
2250 --libexecdir=DIR program executables [EPREFIX/libexec]
2251 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2252 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2253 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2254 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2255 --libdir=DIR object code libraries [EPREFIX/lib]
2256 --includedir=DIR C header files [PREFIX/include]
2257 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2258 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2259 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2260 --infodir=DIR info documentation [DATAROOTDIR/info]
2261 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2262 --mandir=DIR man documentation [DATAROOTDIR/man]
2263 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2264 --htmldir=DIR html documentation [DOCDIR]
2265 --dvidir=DIR dvi documentation [DOCDIR]
2266 --pdfdir=DIR pdf documentation [DOCDIR]
2267 --psdir=DIR ps documentation [DOCDIR]
2268 _ACEOF
2270 cat <<\_ACEOF
2272 X features:
2273 --x-includes=DIR X include files are in DIR
2274 --x-libraries=DIR X library files are in DIR
2276 System types:
2277 --build=BUILD configure for building on BUILD [guessed]
2278 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2279 _ACEOF
2282 if test -n "$ac_init_help"; then
2283 case $ac_init_help in
2284 short | recursive ) echo "Configuration of Wine 1.9.22:";;
2285 esac
2286 cat <<\_ACEOF
2288 Optional Features:
2289 --disable-option-checking ignore unrecognized --enable/--with options
2290 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
2291 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
2292 --disable-win16 do not include Win16 support
2293 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
2294 binaries)
2295 --disable-tests do not build the regression tests
2296 --enable-maintainer-mode
2297 enable maintainer-specific build rules
2298 --disable-largefile omit support for large files
2300 Optional Packages:
2301 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2302 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2303 --without-alsa do not use the Alsa sound support
2304 --without-capi do not use CAPI (ISDN support)
2305 --without-cms do not use CMS (color management support)
2306 --without-coreaudio do not use the CoreAudio sound support
2307 --without-cups do not use CUPS
2308 --without-curses do not use (n)curses
2309 --without-dbus do not use DBus (dynamic device support)
2310 --without-fontconfig do not use fontconfig
2311 --without-freetype do not use the FreeType library
2312 --without-gettext do not use gettext
2313 --with-gettextpo use the GetTextPO library to rebuild po files
2314 --without-gphoto do not use gphoto (Digital Camera support)
2315 --without-glu do not use the GLU library
2316 --without-gnutls do not use GnuTLS (schannel support)
2317 --without-gsm do not use libgsm (GSM 06.10 codec support)
2318 --without-gstreamer do not use GStreamer (codecs support)
2319 --without-hal do not use HAL (dynamic device support)
2320 --without-jpeg do not use JPEG
2321 --without-ldap do not use LDAP
2322 --without-mpg123 do not use the mpg123 library
2323 --without-netapi do not use the Samba NetAPI library
2324 --without-openal do not use OpenAL
2325 --without-opencl do not use OpenCL
2326 --without-opengl do not use OpenGL
2327 --without-osmesa do not use the OSMesa library
2328 --without-oss do not use the OSS sound support
2329 --without-pcap do not use the Packet Capture library
2330 --without-png do not use PNG
2331 --without-pthread do not use the pthread library
2332 --without-pulse do not use PulseAudio sound support
2333 --without-sane do not use SANE (scanner support)
2334 --without-tiff do not use TIFF
2335 --without-udev do not use udev (plug and play support)
2336 --without-v4l do not use v4l1 (v4l support)
2337 --without-xcomposite do not use the Xcomposite extension
2338 --without-xcursor do not use the Xcursor extension
2339 --without-xinerama do not use Xinerama (multi-monitor support)
2340 --without-xinput do not use the Xinput extension
2341 --without-xinput2 do not use the Xinput 2 extension
2342 --without-xml do not use XML
2343 --without-xrandr do not use Xrandr (resolution changes)
2344 --without-xrender do not use the Xrender extension
2345 --without-xshape do not use the Xshape extension
2346 --without-xshm do not use XShm (shared memory extension)
2347 --without-xslt do not use XSLT
2348 --without-xxf86vm do not use XFree video mode extension
2349 --without-zlib do not use Zlib (data compression)
2350 --with-wine-tools=DIR use Wine tools from directory DIR
2351 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2352 --with-x use the X Window System
2354 Some influential environment variables:
2355 CC C compiler command
2356 CFLAGS C compiler flags
2357 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2358 nonstandard directory <lib dir>
2359 LIBS libraries to pass to the linker, e.g. -l<library>
2360 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2361 you have headers in a nonstandard directory <include dir>
2362 CXX C++ compiler command
2363 CXXFLAGS C++ compiler flags
2364 CPP C preprocessor
2365 XMKMF Path to xmkmf, Makefile generator for X Window System
2366 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2367 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2368 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2369 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2370 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2371 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2372 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2373 HAL_LIBS Linker flags for hal, overriding pkg-config
2374 GNUTLS_CFLAGS
2375 C compiler flags for gnutls, overriding pkg-config
2376 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2377 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2378 SANE_LIBS Linker flags for libsane, overriding pkg-config
2379 GPHOTO2_CFLAGS
2380 C compiler flags for libgphoto2, overriding pkg-config
2381 GPHOTO2_LIBS
2382 Linker flags for libgphoto2, overriding pkg-config
2383 GPHOTO2_PORT_CFLAGS
2384 C compiler flags for libgphoto2_port, overriding pkg-config
2385 GPHOTO2_PORT_LIBS
2386 Linker flags for libgphoto2_port, overriding pkg-config
2387 LCMS2_CFLAGS
2388 C compiler flags for lcms2, overriding pkg-config
2389 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2390 FREETYPE_CFLAGS
2391 C compiler flags for freetype2, overriding pkg-config
2392 FREETYPE_LIBS
2393 Linker flags for freetype2, overriding pkg-config
2394 PULSE_CFLAGS
2395 C compiler flags for libpulse, overriding pkg-config
2396 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2397 GSTREAMER_CFLAGS
2398 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2399 gstreamer-audio-1.0, overriding pkg-config
2400 GSTREAMER_LIBS
2401 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2402 gstreamer-audio-1.0, overriding pkg-config
2403 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2404 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2405 CAPI20_CFLAGS
2406 C compiler flags for capi20, overriding pkg-config
2407 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2408 FONTCONFIG_CFLAGS
2409 C compiler flags for fontconfig, overriding pkg-config
2410 FONTCONFIG_LIBS
2411 Linker flags for fontconfig, overriding pkg-config
2412 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2413 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2414 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2415 PNG_LIBS Linker flags for libpng, overriding pkg-config
2416 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2417 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2418 MPG123_CFLAGS
2419 C compiler flags for libmpg123, overriding pkg-config
2420 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2421 NETAPI_CFLAGS
2422 C compiler flags for netapi, overriding pkg-config
2423 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2425 Use these variables to override the choices made by `configure' or to help
2426 it to find libraries and programs with nonstandard names/locations.
2428 Report bugs to <wine-devel@winehq.org>.
2429 Wine home page: <http://www.winehq.org>.
2430 _ACEOF
2431 ac_status=$?
2434 if test "$ac_init_help" = "recursive"; then
2435 # If there are subdirs, report their specific --help.
2436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2437 test -d "$ac_dir" ||
2438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
2439 continue
2440 ac_builddir=.
2442 case "$ac_dir" in
2443 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2445 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2446 # A ".." for each directory in $ac_dir_suffix.
2447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2448 case $ac_top_builddir_sub in
2449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2450 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2451 esac ;;
2452 esac
2453 ac_abs_top_builddir=$ac_pwd
2454 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2455 # for backward compatibility:
2456 ac_top_builddir=$ac_top_build_prefix
2458 case $srcdir in
2459 .) # We are building in place.
2460 ac_srcdir=.
2461 ac_top_srcdir=$ac_top_builddir_sub
2462 ac_abs_top_srcdir=$ac_pwd ;;
2463 [\\/]* | ?:[\\/]* ) # Absolute name.
2464 ac_srcdir=$srcdir$ac_dir_suffix;
2465 ac_top_srcdir=$srcdir
2466 ac_abs_top_srcdir=$srcdir ;;
2467 *) # Relative name.
2468 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2469 ac_top_srcdir=$ac_top_build_prefix$srcdir
2470 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2471 esac
2472 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2474 cd "$ac_dir" || { ac_status=$?; continue; }
2475 # Check for guested configure.
2476 if test -f "$ac_srcdir/configure.gnu"; then
2477 echo &&
2478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2479 elif test -f "$ac_srcdir/configure"; then
2480 echo &&
2481 $SHELL "$ac_srcdir/configure" --help=recursive
2482 else
2483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2484 fi || ac_status=$?
2485 cd "$ac_pwd" || { ac_status=$?; break; }
2486 done
2489 test -n "$ac_init_help" && exit $ac_status
2490 if $ac_init_version; then
2491 cat <<\_ACEOF
2492 Wine configure 1.9.22
2493 generated by GNU Autoconf 2.69
2495 Copyright (C) 2012 Free Software Foundation, Inc.
2496 This configure script is free software; the Free Software Foundation
2497 gives unlimited permission to copy, distribute and modify it.
2498 _ACEOF
2499 exit
2502 ## ------------------------ ##
2503 ## Autoconf initialization. ##
2504 ## ------------------------ ##
2506 # ac_fn_c_try_compile LINENO
2507 # --------------------------
2508 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2509 ac_fn_c_try_compile ()
2511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2512 rm -f conftest.$ac_objext
2513 if { { ac_try="$ac_compile"
2514 case "(($ac_try" in
2515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2516 *) ac_try_echo=$ac_try;;
2517 esac
2518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2519 $as_echo "$ac_try_echo"; } >&5
2520 (eval "$ac_compile") 2>conftest.err
2521 ac_status=$?
2522 if test -s conftest.err; then
2523 grep -v '^ *+' conftest.err >conftest.er1
2524 cat conftest.er1 >&5
2525 mv -f conftest.er1 conftest.err
2527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2528 test $ac_status = 0; } && {
2529 test -z "$ac_c_werror_flag" ||
2530 test ! -s conftest.err
2531 } && test -s conftest.$ac_objext; then :
2532 ac_retval=0
2533 else
2534 $as_echo "$as_me: failed program was:" >&5
2535 sed 's/^/| /' conftest.$ac_ext >&5
2537 ac_retval=1
2539 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2540 as_fn_set_status $ac_retval
2542 } # ac_fn_c_try_compile
2544 # ac_fn_cxx_try_compile LINENO
2545 # ----------------------------
2546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2547 ac_fn_cxx_try_compile ()
2549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2550 rm -f conftest.$ac_objext
2551 if { { ac_try="$ac_compile"
2552 case "(($ac_try" in
2553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2554 *) ac_try_echo=$ac_try;;
2555 esac
2556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2557 $as_echo "$ac_try_echo"; } >&5
2558 (eval "$ac_compile") 2>conftest.err
2559 ac_status=$?
2560 if test -s conftest.err; then
2561 grep -v '^ *+' conftest.err >conftest.er1
2562 cat conftest.er1 >&5
2563 mv -f conftest.er1 conftest.err
2565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2566 test $ac_status = 0; } && {
2567 test -z "$ac_cxx_werror_flag" ||
2568 test ! -s conftest.err
2569 } && test -s conftest.$ac_objext; then :
2570 ac_retval=0
2571 else
2572 $as_echo "$as_me: failed program was:" >&5
2573 sed 's/^/| /' conftest.$ac_ext >&5
2575 ac_retval=1
2577 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2578 as_fn_set_status $ac_retval
2580 } # ac_fn_cxx_try_compile
2582 # ac_fn_c_try_link LINENO
2583 # -----------------------
2584 # Try to link conftest.$ac_ext, and return whether this succeeded.
2585 ac_fn_c_try_link ()
2587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2588 rm -f conftest.$ac_objext conftest$ac_exeext
2589 if { { ac_try="$ac_link"
2590 case "(($ac_try" in
2591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2592 *) ac_try_echo=$ac_try;;
2593 esac
2594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2595 $as_echo "$ac_try_echo"; } >&5
2596 (eval "$ac_link") 2>conftest.err
2597 ac_status=$?
2598 if test -s conftest.err; then
2599 grep -v '^ *+' conftest.err >conftest.er1
2600 cat conftest.er1 >&5
2601 mv -f conftest.er1 conftest.err
2603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2604 test $ac_status = 0; } && {
2605 test -z "$ac_c_werror_flag" ||
2606 test ! -s conftest.err
2607 } && test -s conftest$ac_exeext && {
2608 test "$cross_compiling" = yes ||
2609 test -x conftest$ac_exeext
2610 }; then :
2611 ac_retval=0
2612 else
2613 $as_echo "$as_me: failed program was:" >&5
2614 sed 's/^/| /' conftest.$ac_ext >&5
2616 ac_retval=1
2618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2620 # interfere with the next link command; also delete a directory that is
2621 # left behind by Apple's compiler. We do this before executing the actions.
2622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2624 as_fn_set_status $ac_retval
2626 } # ac_fn_c_try_link
2628 # ac_fn_c_try_cpp LINENO
2629 # ----------------------
2630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2631 ac_fn_c_try_cpp ()
2633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2634 if { { ac_try="$ac_cpp conftest.$ac_ext"
2635 case "(($ac_try" in
2636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2637 *) ac_try_echo=$ac_try;;
2638 esac
2639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2640 $as_echo "$ac_try_echo"; } >&5
2641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2642 ac_status=$?
2643 if test -s conftest.err; then
2644 grep -v '^ *+' conftest.err >conftest.er1
2645 cat conftest.er1 >&5
2646 mv -f conftest.er1 conftest.err
2648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2649 test $ac_status = 0; } > conftest.i && {
2650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2651 test ! -s conftest.err
2652 }; then :
2653 ac_retval=0
2654 else
2655 $as_echo "$as_me: failed program was:" >&5
2656 sed 's/^/| /' conftest.$ac_ext >&5
2658 ac_retval=1
2660 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2661 as_fn_set_status $ac_retval
2663 } # ac_fn_c_try_cpp
2665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2666 # -------------------------------------------------------
2667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2668 # the include files in INCLUDES and setting the cache variable VAR
2669 # accordingly.
2670 ac_fn_c_check_header_mongrel ()
2672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2673 if eval \${$3+:} false; then :
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2675 $as_echo_n "checking for $2... " >&6; }
2676 if eval \${$3+:} false; then :
2677 $as_echo_n "(cached) " >&6
2679 eval ac_res=\$$3
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2681 $as_echo "$ac_res" >&6; }
2682 else
2683 # Is the header compilable?
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2685 $as_echo_n "checking $2 usability... " >&6; }
2686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2687 /* end confdefs.h. */
2689 #include <$2>
2690 _ACEOF
2691 if ac_fn_c_try_compile "$LINENO"; then :
2692 ac_header_compiler=yes
2693 else
2694 ac_header_compiler=no
2696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2698 $as_echo "$ac_header_compiler" >&6; }
2700 # Is the header present?
2701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2702 $as_echo_n "checking $2 presence... " >&6; }
2703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2705 #include <$2>
2706 _ACEOF
2707 if ac_fn_c_try_cpp "$LINENO"; then :
2708 ac_header_preproc=yes
2709 else
2710 ac_header_preproc=no
2712 rm -f conftest.err conftest.i conftest.$ac_ext
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2714 $as_echo "$ac_header_preproc" >&6; }
2716 # So? What about this header?
2717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2718 yes:no: )
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2724 no:yes:* )
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2728 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2732 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2735 ( $as_echo "## ------------------------------------ ##
2736 ## Report this to wine-devel@winehq.org ##
2737 ## ------------------------------------ ##"
2738 ) | sed "s/^/$as_me: WARNING: /" >&2
2740 esac
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2742 $as_echo_n "checking for $2... " >&6; }
2743 if eval \${$3+:} false; then :
2744 $as_echo_n "(cached) " >&6
2745 else
2746 eval "$3=\$ac_header_compiler"
2748 eval ac_res=\$$3
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2750 $as_echo "$ac_res" >&6; }
2752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2754 } # ac_fn_c_check_header_mongrel
2756 # ac_fn_c_try_run LINENO
2757 # ----------------------
2758 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2759 # that executables *can* be run.
2760 ac_fn_c_try_run ()
2762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2763 if { { ac_try="$ac_link"
2764 case "(($ac_try" in
2765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2767 esac
2768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769 $as_echo "$ac_try_echo"; } >&5
2770 (eval "$ac_link") 2>&5
2771 ac_status=$?
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2774 { { case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777 esac
2778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779 $as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_try") 2>&5
2781 ac_status=$?
2782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2783 test $ac_status = 0; }; }; then :
2784 ac_retval=0
2785 else
2786 $as_echo "$as_me: program exited with status $ac_status" >&5
2787 $as_echo "$as_me: failed program was:" >&5
2788 sed 's/^/| /' conftest.$ac_ext >&5
2790 ac_retval=$ac_status
2792 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2794 as_fn_set_status $ac_retval
2796 } # ac_fn_c_try_run
2798 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2799 # -------------------------------------------------------
2800 # Tests whether HEADER exists and can be compiled using the include files in
2801 # INCLUDES, setting the cache variable VAR accordingly.
2802 ac_fn_c_check_header_compile ()
2804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2806 $as_echo_n "checking for $2... " >&6; }
2807 if eval \${$3+:} false; then :
2808 $as_echo_n "(cached) " >&6
2809 else
2810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2811 /* end confdefs.h. */
2813 #include <$2>
2814 _ACEOF
2815 if ac_fn_c_try_compile "$LINENO"; then :
2816 eval "$3=yes"
2817 else
2818 eval "$3=no"
2820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2822 eval ac_res=\$$3
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2824 $as_echo "$ac_res" >&6; }
2825 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2827 } # ac_fn_c_check_header_compile
2829 # ac_fn_c_check_func LINENO FUNC VAR
2830 # ----------------------------------
2831 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2832 ac_fn_c_check_func ()
2834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2836 $as_echo_n "checking for $2... " >&6; }
2837 if eval \${$3+:} false; then :
2838 $as_echo_n "(cached) " >&6
2839 else
2840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2841 /* end confdefs.h. */
2842 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2844 #define $2 innocuous_$2
2846 /* System header to define __stub macros and hopefully few prototypes,
2847 which can conflict with char $2 (); below.
2848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2849 <limits.h> exists even on freestanding compilers. */
2851 #ifdef __STDC__
2852 # include <limits.h>
2853 #else
2854 # include <assert.h>
2855 #endif
2857 #undef $2
2859 /* Override any GCC internal prototype to avoid an error.
2860 Use char because int might match the return type of a GCC
2861 builtin and then its argument prototype would still apply. */
2862 #ifdef __cplusplus
2863 extern "C"
2864 #endif
2865 char $2 ();
2866 /* The GNU C library defines this for functions which it implements
2867 to always fail with ENOSYS. Some functions are actually named
2868 something starting with __ and the normal name is an alias. */
2869 #if defined __stub_$2 || defined __stub___$2
2870 choke me
2871 #endif
2874 main ()
2876 return $2 ();
2878 return 0;
2880 _ACEOF
2881 if ac_fn_c_try_link "$LINENO"; then :
2882 eval "$3=yes"
2883 else
2884 eval "$3=no"
2886 rm -f core conftest.err conftest.$ac_objext \
2887 conftest$ac_exeext conftest.$ac_ext
2889 eval ac_res=\$$3
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2891 $as_echo "$ac_res" >&6; }
2892 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2894 } # ac_fn_c_check_func
2896 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2897 # ----------------------------------------------------
2898 # Tries to find if the field MEMBER exists in type AGGR, after including
2899 # INCLUDES, setting cache variable VAR accordingly.
2900 ac_fn_c_check_member ()
2902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2904 $as_echo_n "checking for $2.$3... " >&6; }
2905 if eval \${$4+:} false; then :
2906 $as_echo_n "(cached) " >&6
2907 else
2908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2909 /* end confdefs.h. */
2912 main ()
2914 static $2 ac_aggr;
2915 if (ac_aggr.$3)
2916 return 0;
2918 return 0;
2920 _ACEOF
2921 if ac_fn_c_try_compile "$LINENO"; then :
2922 eval "$4=yes"
2923 else
2924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2925 /* end confdefs.h. */
2928 main ()
2930 static $2 ac_aggr;
2931 if (sizeof ac_aggr.$3)
2932 return 0;
2934 return 0;
2936 _ACEOF
2937 if ac_fn_c_try_compile "$LINENO"; then :
2938 eval "$4=yes"
2939 else
2940 eval "$4=no"
2942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2946 eval ac_res=\$$4
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2948 $as_echo "$ac_res" >&6; }
2949 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2951 } # ac_fn_c_check_member
2953 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2954 # -------------------------------------------
2955 # Tests whether TYPE exists after having included INCLUDES, setting cache
2956 # variable VAR accordingly.
2957 ac_fn_c_check_type ()
2959 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2961 $as_echo_n "checking for $2... " >&6; }
2962 if eval \${$3+:} false; then :
2963 $as_echo_n "(cached) " >&6
2964 else
2965 eval "$3=no"
2966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2967 /* end confdefs.h. */
2970 main ()
2972 if (sizeof ($2))
2973 return 0;
2975 return 0;
2977 _ACEOF
2978 if ac_fn_c_try_compile "$LINENO"; then :
2979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2980 /* end confdefs.h. */
2983 main ()
2985 if (sizeof (($2)))
2986 return 0;
2988 return 0;
2990 _ACEOF
2991 if ac_fn_c_try_compile "$LINENO"; then :
2993 else
2994 eval "$3=yes"
2996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3000 eval ac_res=\$$3
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3002 $as_echo "$ac_res" >&6; }
3003 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3005 } # ac_fn_c_check_type
3006 cat >config.log <<_ACEOF
3007 This file contains any messages produced by compilers while
3008 running configure, to aid debugging if configure makes a mistake.
3010 It was created by Wine $as_me 1.9.22, which was
3011 generated by GNU Autoconf 2.69. Invocation command line was
3013 $ $0 $@
3015 _ACEOF
3016 exec 5>>config.log
3018 cat <<_ASUNAME
3019 ## --------- ##
3020 ## Platform. ##
3021 ## --------- ##
3023 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3024 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3025 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3026 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3027 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3029 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3030 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3032 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3033 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3034 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3035 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3036 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3037 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3038 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3040 _ASUNAME
3042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043 for as_dir in $PATH
3045 IFS=$as_save_IFS
3046 test -z "$as_dir" && as_dir=.
3047 $as_echo "PATH: $as_dir"
3048 done
3049 IFS=$as_save_IFS
3051 } >&5
3053 cat >&5 <<_ACEOF
3056 ## ----------- ##
3057 ## Core tests. ##
3058 ## ----------- ##
3060 _ACEOF
3063 # Keep a trace of the command line.
3064 # Strip out --no-create and --no-recursion so they do not pile up.
3065 # Strip out --silent because we don't want to record it for future runs.
3066 # Also quote any args containing shell meta-characters.
3067 # Make two passes to allow for proper duplicate-argument suppression.
3068 ac_configure_args=
3069 ac_configure_args0=
3070 ac_configure_args1=
3071 ac_must_keep_next=false
3072 for ac_pass in 1 2
3074 for ac_arg
3076 case $ac_arg in
3077 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3078 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3079 | -silent | --silent | --silen | --sile | --sil)
3080 continue ;;
3081 *\'*)
3082 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3083 esac
3084 case $ac_pass in
3085 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3087 as_fn_append ac_configure_args1 " '$ac_arg'"
3088 if test $ac_must_keep_next = true; then
3089 ac_must_keep_next=false # Got value, back to normal.
3090 else
3091 case $ac_arg in
3092 *=* | --config-cache | -C | -disable-* | --disable-* \
3093 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3094 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3095 | -with-* | --with-* | -without-* | --without-* | --x)
3096 case "$ac_configure_args0 " in
3097 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3098 esac
3100 -* ) ac_must_keep_next=true ;;
3101 esac
3103 as_fn_append ac_configure_args " '$ac_arg'"
3105 esac
3106 done
3107 done
3108 { ac_configure_args0=; unset ac_configure_args0;}
3109 { ac_configure_args1=; unset ac_configure_args1;}
3111 # When interrupted or exit'd, cleanup temporary files, and complete
3112 # config.log. We remove comments because anyway the quotes in there
3113 # would cause problems or look ugly.
3114 # WARNING: Use '\'' to represent an apostrophe within the trap.
3115 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3116 trap 'exit_status=$?
3117 # Save into config.log some information that might help in debugging.
3119 echo
3121 $as_echo "## ---------------- ##
3122 ## Cache variables. ##
3123 ## ---------------- ##"
3124 echo
3125 # The following way of writing the cache mishandles newlines in values,
3127 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3128 eval ac_val=\$$ac_var
3129 case $ac_val in #(
3130 *${as_nl}*)
3131 case $ac_var in #(
3132 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3133 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3134 esac
3135 case $ac_var in #(
3136 _ | IFS | as_nl) ;; #(
3137 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3138 *) { eval $ac_var=; unset $ac_var;} ;;
3139 esac ;;
3140 esac
3141 done
3142 (set) 2>&1 |
3143 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3144 *${as_nl}ac_space=\ *)
3145 sed -n \
3146 "s/'\''/'\''\\\\'\'''\''/g;
3147 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3148 ;; #(
3150 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3152 esac |
3153 sort
3155 echo
3157 $as_echo "## ----------------- ##
3158 ## Output variables. ##
3159 ## ----------------- ##"
3160 echo
3161 for ac_var in $ac_subst_vars
3163 eval ac_val=\$$ac_var
3164 case $ac_val in
3165 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3166 esac
3167 $as_echo "$ac_var='\''$ac_val'\''"
3168 done | sort
3169 echo
3171 if test -n "$ac_subst_files"; then
3172 $as_echo "## ------------------- ##
3173 ## File substitutions. ##
3174 ## ------------------- ##"
3175 echo
3176 for ac_var in $ac_subst_files
3178 eval ac_val=\$$ac_var
3179 case $ac_val in
3180 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3181 esac
3182 $as_echo "$ac_var='\''$ac_val'\''"
3183 done | sort
3184 echo
3187 if test -s confdefs.h; then
3188 $as_echo "## ----------- ##
3189 ## confdefs.h. ##
3190 ## ----------- ##"
3191 echo
3192 cat confdefs.h
3193 echo
3195 test "$ac_signal" != 0 &&
3196 $as_echo "$as_me: caught signal $ac_signal"
3197 $as_echo "$as_me: exit $exit_status"
3198 } >&5
3199 rm -f core *.core core.conftest.* &&
3200 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3201 exit $exit_status
3203 for ac_signal in 1 2 13 15; do
3204 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3205 done
3206 ac_signal=0
3208 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3209 rm -f -r conftest* confdefs.h
3211 $as_echo "/* confdefs.h */" > confdefs.h
3213 # Predefined preprocessor variables.
3215 cat >>confdefs.h <<_ACEOF
3216 #define PACKAGE_NAME "$PACKAGE_NAME"
3217 _ACEOF
3219 cat >>confdefs.h <<_ACEOF
3220 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3221 _ACEOF
3223 cat >>confdefs.h <<_ACEOF
3224 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3225 _ACEOF
3227 cat >>confdefs.h <<_ACEOF
3228 #define PACKAGE_STRING "$PACKAGE_STRING"
3229 _ACEOF
3231 cat >>confdefs.h <<_ACEOF
3232 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3233 _ACEOF
3235 cat >>confdefs.h <<_ACEOF
3236 #define PACKAGE_URL "$PACKAGE_URL"
3237 _ACEOF
3240 # Let the site file select an alternate cache file if it wants to.
3241 # Prefer an explicitly selected file to automatically selected ones.
3242 ac_site_file1=NONE
3243 ac_site_file2=NONE
3244 if test -n "$CONFIG_SITE"; then
3245 # We do not want a PATH search for config.site.
3246 case $CONFIG_SITE in #((
3247 -*) ac_site_file1=./$CONFIG_SITE;;
3248 */*) ac_site_file1=$CONFIG_SITE;;
3249 *) ac_site_file1=./$CONFIG_SITE;;
3250 esac
3251 elif test "x$prefix" != xNONE; then
3252 ac_site_file1=$prefix/share/config.site
3253 ac_site_file2=$prefix/etc/config.site
3254 else
3255 ac_site_file1=$ac_default_prefix/share/config.site
3256 ac_site_file2=$ac_default_prefix/etc/config.site
3258 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3260 test "x$ac_site_file" = xNONE && continue
3261 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3263 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3264 sed 's/^/| /' "$ac_site_file" >&5
3265 . "$ac_site_file" \
3266 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3268 as_fn_error $? "failed to load site script $ac_site_file
3269 See \`config.log' for more details" "$LINENO" 5; }
3271 done
3273 if test -r "$cache_file"; then
3274 # Some versions of bash will fail to source /dev/null (special files
3275 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3276 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3277 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3278 $as_echo "$as_me: loading cache $cache_file" >&6;}
3279 case $cache_file in
3280 [\\/]* | ?:[\\/]* ) . "$cache_file";;
3281 *) . "./$cache_file";;
3282 esac
3284 else
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3286 $as_echo "$as_me: creating cache $cache_file" >&6;}
3287 >$cache_file
3290 # Check that the precious variables saved in the cache have kept the same
3291 # value.
3292 ac_cache_corrupted=false
3293 for ac_var in $ac_precious_vars; do
3294 eval ac_old_set=\$ac_cv_env_${ac_var}_set
3295 eval ac_new_set=\$ac_env_${ac_var}_set
3296 eval ac_old_val=\$ac_cv_env_${ac_var}_value
3297 eval ac_new_val=\$ac_env_${ac_var}_value
3298 case $ac_old_set,$ac_new_set in
3299 set,)
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3301 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3302 ac_cache_corrupted=: ;;
3303 ,set)
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3305 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3306 ac_cache_corrupted=: ;;
3307 ,);;
3309 if test "x$ac_old_val" != "x$ac_new_val"; then
3310 # differences in whitespace do not lead to failure.
3311 ac_old_val_w=`echo x $ac_old_val`
3312 ac_new_val_w=`echo x $ac_new_val`
3313 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3315 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3316 ac_cache_corrupted=:
3317 else
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3319 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3320 eval $ac_var=\$ac_old_val
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3323 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3325 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3326 fi;;
3327 esac
3328 # Pass precious variables to config.status.
3329 if test "$ac_new_set" = set; then
3330 case $ac_new_val in
3331 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3332 *) ac_arg=$ac_var=$ac_new_val ;;
3333 esac
3334 case " $ac_configure_args " in
3335 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3336 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3337 esac
3339 done
3340 if $ac_cache_corrupted; then
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3344 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3345 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3347 ## -------------------- ##
3348 ## Main body of script. ##
3349 ## -------------------- ##
3351 ac_ext=c
3352 ac_cpp='$CPP $CPPFLAGS'
3353 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3354 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3355 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3359 ac_config_headers="$ac_config_headers include/config.h"
3361 ac_aux_dir=
3362 for ac_dir in tools "$srcdir"/tools; do
3363 if test -f "$ac_dir/install-sh"; then
3364 ac_aux_dir=$ac_dir
3365 ac_install_sh="$ac_aux_dir/install-sh -c"
3366 break
3367 elif test -f "$ac_dir/install.sh"; then
3368 ac_aux_dir=$ac_dir
3369 ac_install_sh="$ac_aux_dir/install.sh -c"
3370 break
3371 elif test -f "$ac_dir/shtool"; then
3372 ac_aux_dir=$ac_dir
3373 ac_install_sh="$ac_aux_dir/shtool install -c"
3374 break
3376 done
3377 if test -z "$ac_aux_dir"; then
3378 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3381 # These three variables are undocumented and unsupported,
3382 # and are intended to be withdrawn in a future Autoconf release.
3383 # They can cause serious problems if a builder's source tree is in a directory
3384 # whose full name contains unusual characters.
3385 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3386 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3387 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3391 libwine_version="1.0"
3395 # Check whether --enable-win16 was given.
3396 if test "${enable_win16+set}" = set; then :
3397 enableval=$enable_win16;
3400 # Check whether --enable-win64 was given.
3401 if test "${enable_win64+set}" = set; then :
3402 enableval=$enable_win64;
3405 # Check whether --enable-tests was given.
3406 if test "${enable_tests+set}" = set; then :
3407 enableval=$enable_tests;
3410 # Check whether --enable-maintainer-mode was given.
3411 if test "${enable_maintainer_mode+set}" = set; then :
3412 enableval=$enable_maintainer_mode;
3417 # Check whether --with-alsa was given.
3418 if test "${with_alsa+set}" = set; then :
3419 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
3423 # Check whether --with-capi was given.
3424 if test "${with_capi+set}" = set; then :
3425 withval=$with_capi;
3429 # Check whether --with-cms was given.
3430 if test "${with_cms+set}" = set; then :
3431 withval=$with_cms;
3435 # Check whether --with-coreaudio was given.
3436 if test "${with_coreaudio+set}" = set; then :
3437 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
3441 # Check whether --with-cups was given.
3442 if test "${with_cups+set}" = set; then :
3443 withval=$with_cups;
3447 # Check whether --with-curses was given.
3448 if test "${with_curses+set}" = set; then :
3449 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
3453 # Check whether --with-dbus was given.
3454 if test "${with_dbus+set}" = set; then :
3455 withval=$with_dbus;
3459 # Check whether --with-fontconfig was given.
3460 if test "${with_fontconfig+set}" = set; then :
3461 withval=$with_fontconfig;
3465 # Check whether --with-freetype was given.
3466 if test "${with_freetype+set}" = set; then :
3467 withval=$with_freetype;
3471 # Check whether --with-gettext was given.
3472 if test "${with_gettext+set}" = set; then :
3473 withval=$with_gettext;
3477 # Check whether --with-gettextpo was given.
3478 if test "${with_gettextpo+set}" = set; then :
3479 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
3483 # Check whether --with-gphoto was given.
3484 if test "${with_gphoto+set}" = set; then :
3485 withval=$with_gphoto;
3489 # Check whether --with-glu was given.
3490 if test "${with_glu+set}" = set; then :
3491 withval=$with_glu;
3495 # Check whether --with-gnutls was given.
3496 if test "${with_gnutls+set}" = set; then :
3497 withval=$with_gnutls;
3501 # Check whether --with-gsm was given.
3502 if test "${with_gsm+set}" = set; then :
3503 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
3507 # Check whether --with-gstreamer was given.
3508 if test "${with_gstreamer+set}" = set; then :
3509 withval=$with_gstreamer;
3513 # Check whether --with-hal was given.
3514 if test "${with_hal+set}" = set; then :
3515 withval=$with_hal;
3519 # Check whether --with-jpeg was given.
3520 if test "${with_jpeg+set}" = set; then :
3521 withval=$with_jpeg;
3525 # Check whether --with-ldap was given.
3526 if test "${with_ldap+set}" = set; then :
3527 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
3531 # Check whether --with-mpg123 was given.
3532 if test "${with_mpg123+set}" = set; then :
3533 withval=$with_mpg123;
3537 # Check whether --with-netapi was given.
3538 if test "${with_netapi+set}" = set; then :
3539 withval=$with_netapi;
3543 # Check whether --with-openal was given.
3544 if test "${with_openal+set}" = set; then :
3545 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
3549 # Check whether --with-opencl was given.
3550 if test "${with_opencl+set}" = set; then :
3551 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
3555 # Check whether --with-opengl was given.
3556 if test "${with_opengl+set}" = set; then :
3557 withval=$with_opengl;
3561 # Check whether --with-osmesa was given.
3562 if test "${with_osmesa+set}" = set; then :
3563 withval=$with_osmesa;
3567 # Check whether --with-oss was given.
3568 if test "${with_oss+set}" = set; then :
3569 withval=$with_oss;
3573 # Check whether --with-pcap was given.
3574 if test "${with_pcap+set}" = set; then :
3575 withval=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h=no; fi
3579 # Check whether --with-png was given.
3580 if test "${with_png+set}" = set; then :
3581 withval=$with_png;
3585 # Check whether --with-pthread was given.
3586 if test "${with_pthread+set}" = set; then :
3587 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
3591 # Check whether --with-pulse was given.
3592 if test "${with_pulse+set}" = set; then :
3593 withval=$with_pulse;
3597 # Check whether --with-sane was given.
3598 if test "${with_sane+set}" = set; then :
3599 withval=$with_sane;
3603 # Check whether --with-tiff was given.
3604 if test "${with_tiff+set}" = set; then :
3605 withval=$with_tiff;
3609 # Check whether --with-udev was given.
3610 if test "${with_udev+set}" = set; then :
3611 withval=$with_udev;
3615 # Check whether --with-v4l was given.
3616 if test "${with_v4l+set}" = set; then :
3617 withval=$with_v4l;
3621 # Check whether --with-xcomposite was given.
3622 if test "${with_xcomposite+set}" = set; then :
3623 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
3627 # Check whether --with-xcursor was given.
3628 if test "${with_xcursor+set}" = set; then :
3629 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
3633 # Check whether --with-xinerama was given.
3634 if test "${with_xinerama+set}" = set; then :
3635 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
3639 # Check whether --with-xinput was given.
3640 if test "${with_xinput+set}" = set; then :
3641 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
3645 # Check whether --with-xinput2 was given.
3646 if test "${with_xinput2+set}" = set; then :
3647 withval=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi
3651 # Check whether --with-xml was given.
3652 if test "${with_xml+set}" = set; then :
3653 withval=$with_xml;
3657 # Check whether --with-xrandr was given.
3658 if test "${with_xrandr+set}" = set; then :
3659 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
3663 # Check whether --with-xrender was given.
3664 if test "${with_xrender+set}" = set; then :
3665 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
3669 # Check whether --with-xshape was given.
3670 if test "${with_xshape+set}" = set; then :
3671 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
3675 # Check whether --with-xshm was given.
3676 if test "${with_xshm+set}" = set; then :
3677 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
3681 # Check whether --with-xslt was given.
3682 if test "${with_xslt+set}" = set; then :
3683 withval=$with_xslt;
3687 # Check whether --with-xxf86vm was given.
3688 if test "${with_xxf86vm+set}" = set; then :
3689 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
3693 # Check whether --with-zlib was given.
3694 if test "${with_zlib+set}" = set; then :
3695 withval=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h=no; fi
3700 # Check whether --with-wine-tools was given.
3701 if test "${with_wine_tools+set}" = set; then :
3702 withval=$with_wine_tools;
3706 # Check whether --with-wine64 was given.
3707 if test "${with_wine64+set}" = set; then :
3708 withval=$with_wine64;
3712 # Make sure we can run config.sub.
3713 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3714 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3717 $as_echo_n "checking build system type... " >&6; }
3718 if ${ac_cv_build+:} false; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 ac_build_alias=$build_alias
3722 test "x$ac_build_alias" = x &&
3723 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3724 test "x$ac_build_alias" = x &&
3725 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3726 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3727 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3731 $as_echo "$ac_cv_build" >&6; }
3732 case $ac_cv_build in
3733 *-*-*) ;;
3734 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3735 esac
3736 build=$ac_cv_build
3737 ac_save_IFS=$IFS; IFS='-'
3738 set x $ac_cv_build
3739 shift
3740 build_cpu=$1
3741 build_vendor=$2
3742 shift; shift
3743 # Remember, the first character of IFS is used to create $*,
3744 # except with old shells:
3745 build_os=$*
3746 IFS=$ac_save_IFS
3747 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3751 $as_echo_n "checking host system type... " >&6; }
3752 if ${ac_cv_host+:} false; then :
3753 $as_echo_n "(cached) " >&6
3754 else
3755 if test "x$host_alias" = x; then
3756 ac_cv_host=$ac_cv_build
3757 else
3758 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3759 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3764 $as_echo "$ac_cv_host" >&6; }
3765 case $ac_cv_host in
3766 *-*-*) ;;
3767 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3768 esac
3769 host=$ac_cv_host
3770 ac_save_IFS=$IFS; IFS='-'
3771 set x $ac_cv_host
3772 shift
3773 host_cpu=$1
3774 host_vendor=$2
3775 shift; shift
3776 # Remember, the first character of IFS is used to create $*,
3777 # except with old shells:
3778 host_os=$*
3779 IFS=$ac_save_IFS
3780 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3784 case "$srcdir" in
3785 .) ;;
3786 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3787 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
3788 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3789 fi ;;
3790 esac
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3794 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3795 set x ${MAKE-make}
3796 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3797 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat >conftest.make <<\_ACEOF
3801 SHELL = /bin/sh
3802 all:
3803 @echo '@@@%%%=$(MAKE)=@@@%%%'
3804 _ACEOF
3805 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3806 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3807 *@@@%%%=?*=@@@%%%*)
3808 eval ac_cv_prog_make_${ac_make}_set=yes;;
3810 eval ac_cv_prog_make_${ac_make}_set=no;;
3811 esac
3812 rm -f conftest.make
3814 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3816 $as_echo "yes" >&6; }
3817 SET_MAKE=
3818 else
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3821 SET_MAKE="MAKE=${MAKE-make}"
3824 ac_ext=c
3825 ac_cpp='$CPP $CPPFLAGS'
3826 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3827 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3828 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3829 if test -n "$ac_tool_prefix"; then
3830 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3831 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833 $as_echo_n "checking for $ac_word... " >&6; }
3834 if ${ac_cv_prog_CC+:} false; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 if test -n "$CC"; then
3838 ac_cv_prog_CC="$CC" # Let the user override the test.
3839 else
3840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3841 for as_dir in $PATH
3843 IFS=$as_save_IFS
3844 test -z "$as_dir" && as_dir=.
3845 for ac_exec_ext in '' $ac_executable_extensions; do
3846 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3847 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3849 break 2
3851 done
3852 done
3853 IFS=$as_save_IFS
3857 CC=$ac_cv_prog_CC
3858 if test -n "$CC"; then
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3860 $as_echo "$CC" >&6; }
3861 else
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863 $as_echo "no" >&6; }
3868 if test -z "$ac_cv_prog_CC"; then
3869 ac_ct_CC=$CC
3870 # Extract the first word of "gcc", so it can be a program name with args.
3871 set dummy gcc; ac_word=$2
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3873 $as_echo_n "checking for $ac_word... " >&6; }
3874 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3875 $as_echo_n "(cached) " >&6
3876 else
3877 if test -n "$ac_ct_CC"; then
3878 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3879 else
3880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3881 for as_dir in $PATH
3883 IFS=$as_save_IFS
3884 test -z "$as_dir" && as_dir=.
3885 for ac_exec_ext in '' $ac_executable_extensions; do
3886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3887 ac_cv_prog_ac_ct_CC="gcc"
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3889 break 2
3891 done
3892 done
3893 IFS=$as_save_IFS
3897 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3898 if test -n "$ac_ct_CC"; then
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3900 $as_echo "$ac_ct_CC" >&6; }
3901 else
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3903 $as_echo "no" >&6; }
3906 if test "x$ac_ct_CC" = x; then
3907 CC=""
3908 else
3909 case $cross_compiling:$ac_tool_warned in
3910 yes:)
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3912 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3913 ac_tool_warned=yes ;;
3914 esac
3915 CC=$ac_ct_CC
3917 else
3918 CC="$ac_cv_prog_CC"
3921 if test -z "$CC"; then
3922 if test -n "$ac_tool_prefix"; then
3923 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3924 set dummy ${ac_tool_prefix}cc; ac_word=$2
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3926 $as_echo_n "checking for $ac_word... " >&6; }
3927 if ${ac_cv_prog_CC+:} false; then :
3928 $as_echo_n "(cached) " >&6
3929 else
3930 if test -n "$CC"; then
3931 ac_cv_prog_CC="$CC" # Let the user override the test.
3932 else
3933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3934 for as_dir in $PATH
3936 IFS=$as_save_IFS
3937 test -z "$as_dir" && as_dir=.
3938 for ac_exec_ext in '' $ac_executable_extensions; do
3939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3940 ac_cv_prog_CC="${ac_tool_prefix}cc"
3941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3942 break 2
3944 done
3945 done
3946 IFS=$as_save_IFS
3950 CC=$ac_cv_prog_CC
3951 if test -n "$CC"; then
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3953 $as_echo "$CC" >&6; }
3954 else
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3956 $as_echo "no" >&6; }
3962 if test -z "$CC"; then
3963 # Extract the first word of "cc", so it can be a program name with args.
3964 set dummy cc; ac_word=$2
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3966 $as_echo_n "checking for $ac_word... " >&6; }
3967 if ${ac_cv_prog_CC+:} false; then :
3968 $as_echo_n "(cached) " >&6
3969 else
3970 if test -n "$CC"; then
3971 ac_cv_prog_CC="$CC" # Let the user override the test.
3972 else
3973 ac_prog_rejected=no
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3981 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3982 ac_prog_rejected=yes
3983 continue
3985 ac_cv_prog_CC="cc"
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3987 break 2
3989 done
3990 done
3991 IFS=$as_save_IFS
3993 if test $ac_prog_rejected = yes; then
3994 # We found a bogon in the path, so make sure we never use it.
3995 set dummy $ac_cv_prog_CC
3996 shift
3997 if test $# != 0; then
3998 # We chose a different compiler from the bogus one.
3999 # However, it has the same basename, so the bogon will be chosen
4000 # first if we set CC to just the basename; use the full file name.
4001 shift
4002 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4007 CC=$ac_cv_prog_CC
4008 if test -n "$CC"; then
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4010 $as_echo "$CC" >&6; }
4011 else
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4013 $as_echo "no" >&6; }
4018 if test -z "$CC"; then
4019 if test -n "$ac_tool_prefix"; then
4020 for ac_prog in cl.exe
4022 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4023 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4025 $as_echo_n "checking for $ac_word... " >&6; }
4026 if ${ac_cv_prog_CC+:} false; then :
4027 $as_echo_n "(cached) " >&6
4028 else
4029 if test -n "$CC"; then
4030 ac_cv_prog_CC="$CC" # Let the user override the test.
4031 else
4032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4033 for as_dir in $PATH
4035 IFS=$as_save_IFS
4036 test -z "$as_dir" && as_dir=.
4037 for ac_exec_ext in '' $ac_executable_extensions; do
4038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4039 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4041 break 2
4043 done
4044 done
4045 IFS=$as_save_IFS
4049 CC=$ac_cv_prog_CC
4050 if test -n "$CC"; then
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4052 $as_echo "$CC" >&6; }
4053 else
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4055 $as_echo "no" >&6; }
4059 test -n "$CC" && break
4060 done
4062 if test -z "$CC"; then
4063 ac_ct_CC=$CC
4064 for ac_prog in cl.exe
4066 # Extract the first word of "$ac_prog", so it can be a program name with args.
4067 set dummy $ac_prog; ac_word=$2
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4069 $as_echo_n "checking for $ac_word... " >&6; }
4070 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4071 $as_echo_n "(cached) " >&6
4072 else
4073 if test -n "$ac_ct_CC"; then
4074 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4075 else
4076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4077 for as_dir in $PATH
4079 IFS=$as_save_IFS
4080 test -z "$as_dir" && as_dir=.
4081 for ac_exec_ext in '' $ac_executable_extensions; do
4082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4083 ac_cv_prog_ac_ct_CC="$ac_prog"
4084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4085 break 2
4087 done
4088 done
4089 IFS=$as_save_IFS
4093 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4094 if test -n "$ac_ct_CC"; then
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4096 $as_echo "$ac_ct_CC" >&6; }
4097 else
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099 $as_echo "no" >&6; }
4103 test -n "$ac_ct_CC" && break
4104 done
4106 if test "x$ac_ct_CC" = x; then
4107 CC=""
4108 else
4109 case $cross_compiling:$ac_tool_warned in
4110 yes:)
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4112 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4113 ac_tool_warned=yes ;;
4114 esac
4115 CC=$ac_ct_CC
4122 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4124 as_fn_error $? "no acceptable C compiler found in \$PATH
4125 See \`config.log' for more details" "$LINENO" 5; }
4127 # Provide some information about the compiler.
4128 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4129 set X $ac_compile
4130 ac_compiler=$2
4131 for ac_option in --version -v -V -qversion; do
4132 { { ac_try="$ac_compiler $ac_option >&5"
4133 case "(($ac_try" in
4134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4135 *) ac_try_echo=$ac_try;;
4136 esac
4137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4138 $as_echo "$ac_try_echo"; } >&5
4139 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4140 ac_status=$?
4141 if test -s conftest.err; then
4142 sed '10a\
4143 ... rest of stderr output deleted ...
4144 10q' conftest.err >conftest.er1
4145 cat conftest.er1 >&5
4147 rm -f conftest.er1 conftest.err
4148 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4149 test $ac_status = 0; }
4150 done
4152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4153 /* end confdefs.h. */
4156 main ()
4160 return 0;
4162 _ACEOF
4163 ac_clean_files_save=$ac_clean_files
4164 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4165 # Try to create an executable without -o first, disregard a.out.
4166 # It will help us diagnose broken compilers, and finding out an intuition
4167 # of exeext.
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4169 $as_echo_n "checking whether the C compiler works... " >&6; }
4170 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4172 # The possible output files:
4173 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4175 ac_rmfiles=
4176 for ac_file in $ac_files
4178 case $ac_file in
4179 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4180 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4181 esac
4182 done
4183 rm -f $ac_rmfiles
4185 if { { ac_try="$ac_link_default"
4186 case "(($ac_try" in
4187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4188 *) ac_try_echo=$ac_try;;
4189 esac
4190 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4191 $as_echo "$ac_try_echo"; } >&5
4192 (eval "$ac_link_default") 2>&5
4193 ac_status=$?
4194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4195 test $ac_status = 0; }; then :
4196 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4197 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4198 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4199 # so that the user can short-circuit this test for compilers unknown to
4200 # Autoconf.
4201 for ac_file in $ac_files ''
4203 test -f "$ac_file" || continue
4204 case $ac_file in
4205 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4207 [ab].out )
4208 # We found the default executable, but exeext='' is most
4209 # certainly right.
4210 break;;
4211 *.* )
4212 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4213 then :; else
4214 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4216 # We set ac_cv_exeext here because the later test for it is not
4217 # safe: cross compilers may not add the suffix if given an `-o'
4218 # argument, so we may need to know it at that point already.
4219 # Even if this section looks crufty: it has the advantage of
4220 # actually working.
4221 break;;
4223 break;;
4224 esac
4225 done
4226 test "$ac_cv_exeext" = no && ac_cv_exeext=
4228 else
4229 ac_file=''
4231 if test -z "$ac_file"; then :
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4233 $as_echo "no" >&6; }
4234 $as_echo "$as_me: failed program was:" >&5
4235 sed 's/^/| /' conftest.$ac_ext >&5
4237 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4238 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4239 as_fn_error 77 "C compiler cannot create executables
4240 See \`config.log' for more details" "$LINENO" 5; }
4241 else
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4243 $as_echo "yes" >&6; }
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4246 $as_echo_n "checking for C compiler default output file name... " >&6; }
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4248 $as_echo "$ac_file" >&6; }
4249 ac_exeext=$ac_cv_exeext
4251 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4252 ac_clean_files=$ac_clean_files_save
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4254 $as_echo_n "checking for suffix of executables... " >&6; }
4255 if { { ac_try="$ac_link"
4256 case "(($ac_try" in
4257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4258 *) ac_try_echo=$ac_try;;
4259 esac
4260 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4261 $as_echo "$ac_try_echo"; } >&5
4262 (eval "$ac_link") 2>&5
4263 ac_status=$?
4264 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4265 test $ac_status = 0; }; then :
4266 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4267 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4268 # work properly (i.e., refer to `conftest.exe'), while it won't with
4269 # `rm'.
4270 for ac_file in conftest.exe conftest conftest.*; do
4271 test -f "$ac_file" || continue
4272 case $ac_file in
4273 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4274 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4275 break;;
4276 * ) break;;
4277 esac
4278 done
4279 else
4280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4282 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4283 See \`config.log' for more details" "$LINENO" 5; }
4285 rm -f conftest conftest$ac_cv_exeext
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4287 $as_echo "$ac_cv_exeext" >&6; }
4289 rm -f conftest.$ac_ext
4290 EXEEXT=$ac_cv_exeext
4291 ac_exeext=$EXEEXT
4292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4293 /* end confdefs.h. */
4294 #include <stdio.h>
4296 main ()
4298 FILE *f = fopen ("conftest.out", "w");
4299 return ferror (f) || fclose (f) != 0;
4302 return 0;
4304 _ACEOF
4305 ac_clean_files="$ac_clean_files conftest.out"
4306 # Check that the compiler produces executables we can run. If not, either
4307 # the compiler is broken, or we cross compile.
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4309 $as_echo_n "checking whether we are cross compiling... " >&6; }
4310 if test "$cross_compiling" != yes; then
4311 { { ac_try="$ac_link"
4312 case "(($ac_try" in
4313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4314 *) ac_try_echo=$ac_try;;
4315 esac
4316 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4317 $as_echo "$ac_try_echo"; } >&5
4318 (eval "$ac_link") 2>&5
4319 ac_status=$?
4320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4321 test $ac_status = 0; }
4322 if { ac_try='./conftest$ac_cv_exeext'
4323 { { case "(($ac_try" in
4324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4325 *) ac_try_echo=$ac_try;;
4326 esac
4327 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4328 $as_echo "$ac_try_echo"; } >&5
4329 (eval "$ac_try") 2>&5
4330 ac_status=$?
4331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4332 test $ac_status = 0; }; }; then
4333 cross_compiling=no
4334 else
4335 if test "$cross_compiling" = maybe; then
4336 cross_compiling=yes
4337 else
4338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4340 as_fn_error $? "cannot run C compiled programs.
4341 If you meant to cross compile, use \`--host'.
4342 See \`config.log' for more details" "$LINENO" 5; }
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4347 $as_echo "$cross_compiling" >&6; }
4349 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4350 ac_clean_files=$ac_clean_files_save
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4352 $as_echo_n "checking for suffix of object files... " >&6; }
4353 if ${ac_cv_objext+:} false; then :
4354 $as_echo_n "(cached) " >&6
4355 else
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4360 main ()
4364 return 0;
4366 _ACEOF
4367 rm -f conftest.o conftest.obj
4368 if { { ac_try="$ac_compile"
4369 case "(($ac_try" in
4370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4371 *) ac_try_echo=$ac_try;;
4372 esac
4373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4374 $as_echo "$ac_try_echo"; } >&5
4375 (eval "$ac_compile") 2>&5
4376 ac_status=$?
4377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4378 test $ac_status = 0; }; then :
4379 for ac_file in conftest.o conftest.obj conftest.*; do
4380 test -f "$ac_file" || continue;
4381 case $ac_file in
4382 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4383 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4384 break;;
4385 esac
4386 done
4387 else
4388 $as_echo "$as_me: failed program was:" >&5
4389 sed 's/^/| /' conftest.$ac_ext >&5
4391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4393 as_fn_error $? "cannot compute suffix of object files: cannot compile
4394 See \`config.log' for more details" "$LINENO" 5; }
4396 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4399 $as_echo "$ac_cv_objext" >&6; }
4400 OBJEXT=$ac_cv_objext
4401 ac_objext=$OBJEXT
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4403 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4404 if ${ac_cv_c_compiler_gnu+:} false; then :
4405 $as_echo_n "(cached) " >&6
4406 else
4407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4408 /* end confdefs.h. */
4411 main ()
4413 #ifndef __GNUC__
4414 choke me
4415 #endif
4418 return 0;
4420 _ACEOF
4421 if ac_fn_c_try_compile "$LINENO"; then :
4422 ac_compiler_gnu=yes
4423 else
4424 ac_compiler_gnu=no
4426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4427 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4431 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4432 if test $ac_compiler_gnu = yes; then
4433 GCC=yes
4434 else
4435 GCC=
4437 ac_test_CFLAGS=${CFLAGS+set}
4438 ac_save_CFLAGS=$CFLAGS
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4440 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4441 if ${ac_cv_prog_cc_g+:} false; then :
4442 $as_echo_n "(cached) " >&6
4443 else
4444 ac_save_c_werror_flag=$ac_c_werror_flag
4445 ac_c_werror_flag=yes
4446 ac_cv_prog_cc_g=no
4447 CFLAGS="-g"
4448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4449 /* end confdefs.h. */
4452 main ()
4456 return 0;
4458 _ACEOF
4459 if ac_fn_c_try_compile "$LINENO"; then :
4460 ac_cv_prog_cc_g=yes
4461 else
4462 CFLAGS=""
4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464 /* end confdefs.h. */
4467 main ()
4471 return 0;
4473 _ACEOF
4474 if ac_fn_c_try_compile "$LINENO"; then :
4476 else
4477 ac_c_werror_flag=$ac_save_c_werror_flag
4478 CFLAGS="-g"
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480 /* end confdefs.h. */
4483 main ()
4487 return 0;
4489 _ACEOF
4490 if ac_fn_c_try_compile "$LINENO"; then :
4491 ac_cv_prog_cc_g=yes
4493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4498 ac_c_werror_flag=$ac_save_c_werror_flag
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4501 $as_echo "$ac_cv_prog_cc_g" >&6; }
4502 if test "$ac_test_CFLAGS" = set; then
4503 CFLAGS=$ac_save_CFLAGS
4504 elif test $ac_cv_prog_cc_g = yes; then
4505 if test "$GCC" = yes; then
4506 CFLAGS="-g -O2"
4507 else
4508 CFLAGS="-g"
4510 else
4511 if test "$GCC" = yes; then
4512 CFLAGS="-O2"
4513 else
4514 CFLAGS=
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4518 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4519 if ${ac_cv_prog_cc_c89+:} false; then :
4520 $as_echo_n "(cached) " >&6
4521 else
4522 ac_cv_prog_cc_c89=no
4523 ac_save_CC=$CC
4524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4525 /* end confdefs.h. */
4526 #include <stdarg.h>
4527 #include <stdio.h>
4528 struct stat;
4529 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4530 struct buf { int x; };
4531 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4532 static char *e (p, i)
4533 char **p;
4534 int i;
4536 return p[i];
4538 static char *f (char * (*g) (char **, int), char **p, ...)
4540 char *s;
4541 va_list v;
4542 va_start (v,p);
4543 s = g (p, va_arg (v,int));
4544 va_end (v);
4545 return s;
4548 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4549 function prototypes and stuff, but not '\xHH' hex character constants.
4550 These don't provoke an error unfortunately, instead are silently treated
4551 as 'x'. The following induces an error, until -std is added to get
4552 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4553 array size at least. It's necessary to write '\x00'==0 to get something
4554 that's true only with -std. */
4555 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4557 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4558 inside strings and character constants. */
4559 #define FOO(x) 'x'
4560 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4562 int test (int i, double x);
4563 struct s1 {int (*f) (int a);};
4564 struct s2 {int (*f) (double a);};
4565 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4566 int argc;
4567 char **argv;
4569 main ()
4571 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4573 return 0;
4575 _ACEOF
4576 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4577 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4579 CC="$ac_save_CC $ac_arg"
4580 if ac_fn_c_try_compile "$LINENO"; then :
4581 ac_cv_prog_cc_c89=$ac_arg
4583 rm -f core conftest.err conftest.$ac_objext
4584 test "x$ac_cv_prog_cc_c89" != "xno" && break
4585 done
4586 rm -f conftest.$ac_ext
4587 CC=$ac_save_CC
4590 # AC_CACHE_VAL
4591 case "x$ac_cv_prog_cc_c89" in
4593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4594 $as_echo "none needed" >&6; } ;;
4595 xno)
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4597 $as_echo "unsupported" >&6; } ;;
4599 CC="$CC $ac_cv_prog_cc_c89"
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4601 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4602 esac
4603 if test "x$ac_cv_prog_cc_c89" != xno; then :
4607 ac_ext=c
4608 ac_cpp='$CPP $CPPFLAGS'
4609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4613 ac_ext=cpp
4614 ac_cpp='$CXXCPP $CPPFLAGS'
4615 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4616 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4617 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4618 if test -z "$CXX"; then
4619 if test -n "$CCC"; then
4620 CXX=$CCC
4621 else
4622 if test -n "$ac_tool_prefix"; then
4623 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4625 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4626 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4628 $as_echo_n "checking for $ac_word... " >&6; }
4629 if ${ac_cv_prog_CXX+:} false; then :
4630 $as_echo_n "(cached) " >&6
4631 else
4632 if test -n "$CXX"; then
4633 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4634 else
4635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4636 for as_dir in $PATH
4638 IFS=$as_save_IFS
4639 test -z "$as_dir" && as_dir=.
4640 for ac_exec_ext in '' $ac_executable_extensions; do
4641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4642 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4644 break 2
4646 done
4647 done
4648 IFS=$as_save_IFS
4652 CXX=$ac_cv_prog_CXX
4653 if test -n "$CXX"; then
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4655 $as_echo "$CXX" >&6; }
4656 else
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4658 $as_echo "no" >&6; }
4662 test -n "$CXX" && break
4663 done
4665 if test -z "$CXX"; then
4666 ac_ct_CXX=$CXX
4667 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4669 # Extract the first word of "$ac_prog", so it can be a program name with args.
4670 set dummy $ac_prog; ac_word=$2
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4672 $as_echo_n "checking for $ac_word... " >&6; }
4673 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4674 $as_echo_n "(cached) " >&6
4675 else
4676 if test -n "$ac_ct_CXX"; then
4677 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4678 else
4679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4680 for as_dir in $PATH
4682 IFS=$as_save_IFS
4683 test -z "$as_dir" && as_dir=.
4684 for ac_exec_ext in '' $ac_executable_extensions; do
4685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4686 ac_cv_prog_ac_ct_CXX="$ac_prog"
4687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4688 break 2
4690 done
4691 done
4692 IFS=$as_save_IFS
4696 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4697 if test -n "$ac_ct_CXX"; then
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4699 $as_echo "$ac_ct_CXX" >&6; }
4700 else
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4702 $as_echo "no" >&6; }
4706 test -n "$ac_ct_CXX" && break
4707 done
4709 if test "x$ac_ct_CXX" = x; then
4710 CXX="g++"
4711 else
4712 case $cross_compiling:$ac_tool_warned in
4713 yes:)
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4716 ac_tool_warned=yes ;;
4717 esac
4718 CXX=$ac_ct_CXX
4724 # Provide some information about the compiler.
4725 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4726 set X $ac_compile
4727 ac_compiler=$2
4728 for ac_option in --version -v -V -qversion; do
4729 { { ac_try="$ac_compiler $ac_option >&5"
4730 case "(($ac_try" in
4731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4732 *) ac_try_echo=$ac_try;;
4733 esac
4734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4735 $as_echo "$ac_try_echo"; } >&5
4736 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4737 ac_status=$?
4738 if test -s conftest.err; then
4739 sed '10a\
4740 ... rest of stderr output deleted ...
4741 10q' conftest.err >conftest.er1
4742 cat conftest.er1 >&5
4744 rm -f conftest.er1 conftest.err
4745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4746 test $ac_status = 0; }
4747 done
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4750 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4751 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4752 $as_echo_n "(cached) " >&6
4753 else
4754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4755 /* end confdefs.h. */
4758 main ()
4760 #ifndef __GNUC__
4761 choke me
4762 #endif
4765 return 0;
4767 _ACEOF
4768 if ac_fn_cxx_try_compile "$LINENO"; then :
4769 ac_compiler_gnu=yes
4770 else
4771 ac_compiler_gnu=no
4773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4774 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4778 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4779 if test $ac_compiler_gnu = yes; then
4780 GXX=yes
4781 else
4782 GXX=
4784 ac_test_CXXFLAGS=${CXXFLAGS+set}
4785 ac_save_CXXFLAGS=$CXXFLAGS
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4787 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4788 if ${ac_cv_prog_cxx_g+:} false; then :
4789 $as_echo_n "(cached) " >&6
4790 else
4791 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4792 ac_cxx_werror_flag=yes
4793 ac_cv_prog_cxx_g=no
4794 CXXFLAGS="-g"
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4799 main ()
4803 return 0;
4805 _ACEOF
4806 if ac_fn_cxx_try_compile "$LINENO"; then :
4807 ac_cv_prog_cxx_g=yes
4808 else
4809 CXXFLAGS=""
4810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811 /* end confdefs.h. */
4814 main ()
4818 return 0;
4820 _ACEOF
4821 if ac_fn_cxx_try_compile "$LINENO"; then :
4823 else
4824 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4825 CXXFLAGS="-g"
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4830 main ()
4834 return 0;
4836 _ACEOF
4837 if ac_fn_cxx_try_compile "$LINENO"; then :
4838 ac_cv_prog_cxx_g=yes
4840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4848 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4849 if test "$ac_test_CXXFLAGS" = set; then
4850 CXXFLAGS=$ac_save_CXXFLAGS
4851 elif test $ac_cv_prog_cxx_g = yes; then
4852 if test "$GXX" = yes; then
4853 CXXFLAGS="-g -O2"
4854 else
4855 CXXFLAGS="-g"
4857 else
4858 if test "$GXX" = yes; then
4859 CXXFLAGS="-O2"
4860 else
4861 CXXFLAGS=
4864 ac_ext=c
4865 ac_cpp='$CPP $CPPFLAGS'
4866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4870 if test -n "$ac_tool_prefix"; then
4871 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4872 set dummy ${ac_tool_prefix}cpp; ac_word=$2
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4874 $as_echo_n "checking for $ac_word... " >&6; }
4875 if ${ac_cv_prog_CPPBIN+:} false; then :
4876 $as_echo_n "(cached) " >&6
4877 else
4878 if test -n "$CPPBIN"; then
4879 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
4880 else
4881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4882 for as_dir in $PATH
4884 IFS=$as_save_IFS
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4890 break 2
4892 done
4893 done
4894 IFS=$as_save_IFS
4898 CPPBIN=$ac_cv_prog_CPPBIN
4899 if test -n "$CPPBIN"; then
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4901 $as_echo "$CPPBIN" >&6; }
4902 else
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4904 $as_echo "no" >&6; }
4909 if test -z "$ac_cv_prog_CPPBIN"; then
4910 ac_ct_CPPBIN=$CPPBIN
4911 # Extract the first word of "cpp", so it can be a program name with args.
4912 set dummy cpp; ac_word=$2
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4914 $as_echo_n "checking for $ac_word... " >&6; }
4915 if ${ac_cv_prog_ac_ct_CPPBIN+:} false; then :
4916 $as_echo_n "(cached) " >&6
4917 else
4918 if test -n "$ac_ct_CPPBIN"; then
4919 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
4920 else
4921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4922 for as_dir in $PATH
4924 IFS=$as_save_IFS
4925 test -z "$as_dir" && as_dir=.
4926 for ac_exec_ext in '' $ac_executable_extensions; do
4927 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4928 ac_cv_prog_ac_ct_CPPBIN="cpp"
4929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4930 break 2
4932 done
4933 done
4934 IFS=$as_save_IFS
4938 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4939 if test -n "$ac_ct_CPPBIN"; then
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4941 $as_echo "$ac_ct_CPPBIN" >&6; }
4942 else
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4944 $as_echo "no" >&6; }
4947 if test "x$ac_ct_CPPBIN" = x; then
4948 CPPBIN="cpp"
4949 else
4950 case $cross_compiling:$ac_tool_warned in
4951 yes:)
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4954 ac_tool_warned=yes ;;
4955 esac
4956 CPPBIN=$ac_ct_CPPBIN
4958 else
4959 CPPBIN="$ac_cv_prog_CPPBIN"
4963 cat >>confdefs.h <<_ACEOF
4964 #define EXEEXT "$ac_exeext"
4965 _ACEOF
4967 if test -n "$ac_tool_prefix"; then
4968 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4969 set dummy ${ac_tool_prefix}ld; ac_word=$2
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4971 $as_echo_n "checking for $ac_word... " >&6; }
4972 if ${ac_cv_prog_LD+:} false; then :
4973 $as_echo_n "(cached) " >&6
4974 else
4975 if test -n "$LD"; then
4976 ac_cv_prog_LD="$LD" # Let the user override the test.
4977 else
4978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4979 for as_dir in $PATH
4981 IFS=$as_save_IFS
4982 test -z "$as_dir" && as_dir=.
4983 for ac_exec_ext in '' $ac_executable_extensions; do
4984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4985 ac_cv_prog_LD="${ac_tool_prefix}ld"
4986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4987 break 2
4989 done
4990 done
4991 IFS=$as_save_IFS
4995 LD=$ac_cv_prog_LD
4996 if test -n "$LD"; then
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4998 $as_echo "$LD" >&6; }
4999 else
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5001 $as_echo "no" >&6; }
5006 if test -z "$ac_cv_prog_LD"; then
5007 ac_ct_LD=$LD
5008 # Extract the first word of "ld", so it can be a program name with args.
5009 set dummy ld; ac_word=$2
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5011 $as_echo_n "checking for $ac_word... " >&6; }
5012 if ${ac_cv_prog_ac_ct_LD+:} false; then :
5013 $as_echo_n "(cached) " >&6
5014 else
5015 if test -n "$ac_ct_LD"; then
5016 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5017 else
5018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5019 for as_dir in $PATH
5021 IFS=$as_save_IFS
5022 test -z "$as_dir" && as_dir=.
5023 for ac_exec_ext in '' $ac_executable_extensions; do
5024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5025 ac_cv_prog_ac_ct_LD="ld"
5026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5027 break 2
5029 done
5030 done
5031 IFS=$as_save_IFS
5035 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5036 if test -n "$ac_ct_LD"; then
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5038 $as_echo "$ac_ct_LD" >&6; }
5039 else
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5041 $as_echo "no" >&6; }
5044 if test "x$ac_ct_LD" = x; then
5045 LD=""
5046 else
5047 case $cross_compiling:$ac_tool_warned in
5048 yes:)
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5050 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5051 ac_tool_warned=yes ;;
5052 esac
5053 LD=$ac_ct_LD
5055 else
5056 LD="$ac_cv_prog_LD"
5060 case $host in
5061 *-darwin*)
5062 with_fontconfig=${with_fontconfig:-no}
5064 *-mingw32*|*-cygwin*)
5065 enable_win16=${enable_win16:-no}
5066 CFLAGS="$CFLAGS -D_WIN32"
5068 esac
5070 case $host in
5071 x86_64*|amd64*)
5072 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5073 then
5074 CC="$CC -m32"
5075 CXX="$CXX -m32"
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5077 $as_echo_n "checking whether $CC works... " >&6; }
5079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080 /* end confdefs.h. */
5083 main ()
5087 return 0;
5089 _ACEOF
5090 if ac_fn_c_try_link "$LINENO"; then :
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5092 $as_echo "yes" >&6; }
5093 else
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5095 $as_echo "no" >&6; }
5096 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5098 rm -f core conftest.err conftest.$ac_objext \
5099 conftest$ac_exeext conftest.$ac_ext
5100 host_cpu="i386"
5101 notice_platform="32-bit "
5102 TARGETFLAGS="-m32"
5104 enable_win16=${enable_win16:-yes}
5105 else
5106 if test "x${GCC}" = "xyes"
5107 then
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5109 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5111 /* end confdefs.h. */
5112 #include <stdarg.h>
5114 main ()
5116 void func(__builtin_ms_va_list *args);
5118 return 0;
5120 _ACEOF
5121 if ac_fn_c_try_compile "$LINENO"; then :
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5123 $as_echo "yes" >&6; }
5124 else
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5127 as_fn_error $? "You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5131 CC="$CC -m64"
5132 CXX="$CXX -m64"
5133 host_cpu="x86_64"
5134 notice_platform="64-bit "
5135 TARGETFLAGS="-m64"
5139 arm*)
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5141 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5143 /* end confdefs.h. */
5144 int ac_test(int i) { return i; }
5146 main ()
5148 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5150 return 0;
5152 _ACEOF
5153 if ac_fn_c_try_link "$LINENO"; then :
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5155 $as_echo "yes" >&6; }
5156 else
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5159 as_fn_error $? "You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5161 rm -f core conftest.err conftest.$ac_objext \
5162 conftest$ac_exeext conftest.$ac_ext
5163 CFLAGS="$CFLAGS -marm"
5164 TARGETFLAGS="-marm"
5167 i[3456789]86*)
5168 enable_win16=${enable_win16:-yes}
5170 esac
5172 enable_win16=${enable_win16:-no}
5173 enable_win64=${enable_win64:-no}
5175 enable_winetest=${enable_winetest:-$enable_tests}
5177 if test -n "$with_wine64"
5178 then
5179 if test "x$enable_win64" = "xyes"
5180 then
5181 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
5182 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5184 test "$srcdir" != . || as_fn_error $? "--with-wine64 cannot be used when building inside the source tree.
5185 You should create a separate build directory and run configure from there." "$LINENO" 5
5186 enable_fonts=${enable_fonts:-no}
5187 enable_server=${enable_server:-no}
5188 elif test "x$enable_win64" = "xyes"
5189 then
5190 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5194 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5195 if ${wine_cv_toolsdir+:} false; then :
5196 $as_echo_n "(cached) " >&6
5197 else
5198 wine_cv_toolsdir="$with_wine_tools"
5199 if test -z "$with_wine_tools"; then
5200 if test "$cross_compiling" = "yes"; then
5201 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5202 elif test -n "$with_wine64"; then
5203 wine_cv_toolsdir="$with_wine64"
5206 if test -z "$wine_cv_toolsdir"; then
5207 wine_makedep=tools/makedep
5208 wine_cv_toolsdir="\$(top_builddir)"
5209 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5210 wine_makedep=$wine_cv_toolsdir/tools/makedep
5211 case "$wine_cv_toolsdir" in
5212 /*) ;;
5213 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
5214 esac
5215 enable_tools=${enable_tools:-no}
5216 test -f "$wine_makedep" || as_fn_error $? "the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5217 else
5218 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5222 $as_echo "$wine_cv_toolsdir" >&6; }
5223 TOOLSDIR=$wine_cv_toolsdir
5225 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5226 then
5227 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
5231 for ac_prog in flex
5233 # Extract the first word of "$ac_prog", so it can be a program name with args.
5234 set dummy $ac_prog; ac_word=$2
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if ${ac_cv_prog_FLEX+:} false; then :
5238 $as_echo_n "(cached) " >&6
5239 else
5240 if test -n "$FLEX"; then
5241 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5242 else
5243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244 for as_dir in $PATH
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5248 for ac_exec_ext in '' $ac_executable_extensions; do
5249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5250 ac_cv_prog_FLEX="$ac_prog"
5251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5252 break 2
5254 done
5255 done
5256 IFS=$as_save_IFS
5260 FLEX=$ac_cv_prog_FLEX
5261 if test -n "$FLEX"; then
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5263 $as_echo "$FLEX" >&6; }
5264 else
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5266 $as_echo "no" >&6; }
5270 test -n "$FLEX" && break
5271 done
5272 test -n "$FLEX" || FLEX="none"
5274 if test "$FLEX" = "none"
5275 then
5276 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5279 $as_echo_n "checking whether flex is recent enough... " >&6; }
5280 cat >conftest.l <<EOF
5281 %top{
5282 #include "prediluvian.h"
5286 if $FLEX -t conftest.l >/dev/null 2>&5
5287 then
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5289 $as_echo "yes" >&6; }
5290 else
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5292 $as_echo "no" >&6; }
5293 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5296 for ac_prog in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy $ac_prog; ac_word=$2
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301 $as_echo_n "checking for $ac_word... " >&6; }
5302 if ${ac_cv_prog_BISON+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304 else
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5315 ac_cv_prog_BISON="$ac_prog"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5319 done
5320 done
5321 IFS=$as_save_IFS
5325 BISON=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5328 $as_echo "$BISON" >&6; }
5329 else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331 $as_echo "no" >&6; }
5335 test -n "$BISON" && break
5336 done
5337 test -n "$BISON" || BISON="none"
5339 if test "$BISON" = "none"
5340 then
5341 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5344 if test -n "$ac_tool_prefix"; then
5345 for ac_prog in ar gar
5347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5348 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5350 $as_echo_n "checking for $ac_word... " >&6; }
5351 if ${ac_cv_prog_AR+:} false; then :
5352 $as_echo_n "(cached) " >&6
5353 else
5354 if test -n "$AR"; then
5355 ac_cv_prog_AR="$AR" # Let the user override the test.
5356 else
5357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5358 for as_dir in $PATH
5360 IFS=$as_save_IFS
5361 test -z "$as_dir" && as_dir=.
5362 for ac_exec_ext in '' $ac_executable_extensions; do
5363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5364 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5366 break 2
5368 done
5369 done
5370 IFS=$as_save_IFS
5374 AR=$ac_cv_prog_AR
5375 if test -n "$AR"; then
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5377 $as_echo "$AR" >&6; }
5378 else
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5380 $as_echo "no" >&6; }
5384 test -n "$AR" && break
5385 done
5387 if test -z "$AR"; then
5388 ac_ct_AR=$AR
5389 for ac_prog in ar gar
5391 # Extract the first word of "$ac_prog", so it can be a program name with args.
5392 set dummy $ac_prog; ac_word=$2
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5394 $as_echo_n "checking for $ac_word... " >&6; }
5395 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5396 $as_echo_n "(cached) " >&6
5397 else
5398 if test -n "$ac_ct_AR"; then
5399 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5400 else
5401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5402 for as_dir in $PATH
5404 IFS=$as_save_IFS
5405 test -z "$as_dir" && as_dir=.
5406 for ac_exec_ext in '' $ac_executable_extensions; do
5407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5408 ac_cv_prog_ac_ct_AR="$ac_prog"
5409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5410 break 2
5412 done
5413 done
5414 IFS=$as_save_IFS
5418 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5419 if test -n "$ac_ct_AR"; then
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5421 $as_echo "$ac_ct_AR" >&6; }
5422 else
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5424 $as_echo "no" >&6; }
5428 test -n "$ac_ct_AR" && break
5429 done
5431 if test "x$ac_ct_AR" = x; then
5432 AR="ar"
5433 else
5434 case $cross_compiling:$ac_tool_warned in
5435 yes:)
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5438 ac_tool_warned=yes ;;
5439 esac
5440 AR=$ac_ct_AR
5444 if test -n "$ac_tool_prefix"; then
5445 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5446 set dummy ${ac_tool_prefix}strip; ac_word=$2
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5448 $as_echo_n "checking for $ac_word... " >&6; }
5449 if ${ac_cv_prog_STRIP+:} false; then :
5450 $as_echo_n "(cached) " >&6
5451 else
5452 if test -n "$STRIP"; then
5453 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5454 else
5455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5456 for as_dir in $PATH
5458 IFS=$as_save_IFS
5459 test -z "$as_dir" && as_dir=.
5460 for ac_exec_ext in '' $ac_executable_extensions; do
5461 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5462 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464 break 2
5466 done
5467 done
5468 IFS=$as_save_IFS
5472 STRIP=$ac_cv_prog_STRIP
5473 if test -n "$STRIP"; then
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5475 $as_echo "$STRIP" >&6; }
5476 else
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5478 $as_echo "no" >&6; }
5483 if test -z "$ac_cv_prog_STRIP"; then
5484 ac_ct_STRIP=$STRIP
5485 # Extract the first word of "strip", so it can be a program name with args.
5486 set dummy strip; ac_word=$2
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5488 $as_echo_n "checking for $ac_word... " >&6; }
5489 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5490 $as_echo_n "(cached) " >&6
5491 else
5492 if test -n "$ac_ct_STRIP"; then
5493 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5494 else
5495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5496 for as_dir in $PATH
5498 IFS=$as_save_IFS
5499 test -z "$as_dir" && as_dir=.
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5502 ac_cv_prog_ac_ct_STRIP="strip"
5503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5504 break 2
5506 done
5507 done
5508 IFS=$as_save_IFS
5512 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5513 if test -n "$ac_ct_STRIP"; then
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5515 $as_echo "$ac_ct_STRIP" >&6; }
5516 else
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5518 $as_echo "no" >&6; }
5521 if test "x$ac_ct_STRIP" = x; then
5522 STRIP="strip"
5523 else
5524 case $cross_compiling:$ac_tool_warned in
5525 yes:)
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5527 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5528 ac_tool_warned=yes ;;
5529 esac
5530 STRIP=$ac_ct_STRIP
5532 else
5533 STRIP="$ac_cv_prog_STRIP"
5536 ARFLAGS=rc
5538 if test -n "$ac_tool_prefix"; then
5539 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5540 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5542 $as_echo_n "checking for $ac_word... " >&6; }
5543 if ${ac_cv_prog_RANLIB+:} false; then :
5544 $as_echo_n "(cached) " >&6
5545 else
5546 if test -n "$RANLIB"; then
5547 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5548 else
5549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5550 for as_dir in $PATH
5552 IFS=$as_save_IFS
5553 test -z "$as_dir" && as_dir=.
5554 for ac_exec_ext in '' $ac_executable_extensions; do
5555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5556 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5558 break 2
5560 done
5561 done
5562 IFS=$as_save_IFS
5566 RANLIB=$ac_cv_prog_RANLIB
5567 if test -n "$RANLIB"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5569 $as_echo "$RANLIB" >&6; }
5570 else
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5572 $as_echo "no" >&6; }
5577 if test -z "$ac_cv_prog_RANLIB"; then
5578 ac_ct_RANLIB=$RANLIB
5579 # Extract the first word of "ranlib", so it can be a program name with args.
5580 set dummy ranlib; ac_word=$2
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5582 $as_echo_n "checking for $ac_word... " >&6; }
5583 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5584 $as_echo_n "(cached) " >&6
5585 else
5586 if test -n "$ac_ct_RANLIB"; then
5587 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5588 else
5589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5590 for as_dir in $PATH
5592 IFS=$as_save_IFS
5593 test -z "$as_dir" && as_dir=.
5594 for ac_exec_ext in '' $ac_executable_extensions; do
5595 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5596 ac_cv_prog_ac_ct_RANLIB="ranlib"
5597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5598 break 2
5600 done
5601 done
5602 IFS=$as_save_IFS
5606 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5607 if test -n "$ac_ct_RANLIB"; then
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5609 $as_echo "$ac_ct_RANLIB" >&6; }
5610 else
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5612 $as_echo "no" >&6; }
5615 if test "x$ac_ct_RANLIB" = x; then
5616 RANLIB=":"
5617 else
5618 case $cross_compiling:$ac_tool_warned in
5619 yes:)
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5621 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5622 ac_tool_warned=yes ;;
5623 esac
5624 RANLIB=$ac_ct_RANLIB
5626 else
5627 RANLIB="$ac_cv_prog_RANLIB"
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5631 $as_echo_n "checking whether ln -s works... " >&6; }
5632 LN_S=$as_ln_s
5633 if test "$LN_S" = "ln -s"; then
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5635 $as_echo "yes" >&6; }
5636 else
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5638 $as_echo "no, using $LN_S" >&6; }
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5642 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5643 if ${ac_cv_path_GREP+:} false; then :
5644 $as_echo_n "(cached) " >&6
5645 else
5646 if test -z "$GREP"; then
5647 ac_path_GREP_found=false
5648 # Loop through the user's path and test for each of PROGNAME-LIST
5649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5652 IFS=$as_save_IFS
5653 test -z "$as_dir" && as_dir=.
5654 for ac_prog in grep ggrep; do
5655 for ac_exec_ext in '' $ac_executable_extensions; do
5656 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5657 as_fn_executable_p "$ac_path_GREP" || continue
5658 # Check for GNU ac_path_GREP and select it if it is found.
5659 # Check for GNU $ac_path_GREP
5660 case `"$ac_path_GREP" --version 2>&1` in
5661 *GNU*)
5662 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5664 ac_count=0
5665 $as_echo_n 0123456789 >"conftest.in"
5666 while :
5668 cat "conftest.in" "conftest.in" >"conftest.tmp"
5669 mv "conftest.tmp" "conftest.in"
5670 cp "conftest.in" "conftest.nl"
5671 $as_echo 'GREP' >> "conftest.nl"
5672 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5674 as_fn_arith $ac_count + 1 && ac_count=$as_val
5675 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5676 # Best one so far, save it but keep looking for a better one
5677 ac_cv_path_GREP="$ac_path_GREP"
5678 ac_path_GREP_max=$ac_count
5680 # 10*(2^10) chars as input seems more than enough
5681 test $ac_count -gt 10 && break
5682 done
5683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5684 esac
5686 $ac_path_GREP_found && break 3
5687 done
5688 done
5689 done
5690 IFS=$as_save_IFS
5691 if test -z "$ac_cv_path_GREP"; then
5692 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5694 else
5695 ac_cv_path_GREP=$GREP
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5700 $as_echo "$ac_cv_path_GREP" >&6; }
5701 GREP="$ac_cv_path_GREP"
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5705 $as_echo_n "checking for egrep... " >&6; }
5706 if ${ac_cv_path_EGREP+:} false; then :
5707 $as_echo_n "(cached) " >&6
5708 else
5709 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5710 then ac_cv_path_EGREP="$GREP -E"
5711 else
5712 if test -z "$EGREP"; then
5713 ac_path_EGREP_found=false
5714 # Loop through the user's path and test for each of PROGNAME-LIST
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_prog in egrep; do
5721 for ac_exec_ext in '' $ac_executable_extensions; do
5722 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5723 as_fn_executable_p "$ac_path_EGREP" || continue
5724 # Check for GNU ac_path_EGREP and select it if it is found.
5725 # Check for GNU $ac_path_EGREP
5726 case `"$ac_path_EGREP" --version 2>&1` in
5727 *GNU*)
5728 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5730 ac_count=0
5731 $as_echo_n 0123456789 >"conftest.in"
5732 while :
5734 cat "conftest.in" "conftest.in" >"conftest.tmp"
5735 mv "conftest.tmp" "conftest.in"
5736 cp "conftest.in" "conftest.nl"
5737 $as_echo 'EGREP' >> "conftest.nl"
5738 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5739 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5740 as_fn_arith $ac_count + 1 && ac_count=$as_val
5741 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5742 # Best one so far, save it but keep looking for a better one
5743 ac_cv_path_EGREP="$ac_path_EGREP"
5744 ac_path_EGREP_max=$ac_count
5746 # 10*(2^10) chars as input seems more than enough
5747 test $ac_count -gt 10 && break
5748 done
5749 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5750 esac
5752 $ac_path_EGREP_found && break 3
5753 done
5754 done
5755 done
5756 IFS=$as_save_IFS
5757 if test -z "$ac_cv_path_EGREP"; then
5758 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5760 else
5761 ac_cv_path_EGREP=$EGREP
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5767 $as_echo "$ac_cv_path_EGREP" >&6; }
5768 EGREP="$ac_cv_path_EGREP"
5771 # Extract the first word of "ldconfig", so it can be a program name with args.
5772 set dummy ldconfig; ac_word=$2
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5774 $as_echo_n "checking for $ac_word... " >&6; }
5775 if ${ac_cv_path_LDCONFIG+:} false; then :
5776 $as_echo_n "(cached) " >&6
5777 else
5778 case $LDCONFIG in
5779 [\\/]* | ?:[\\/]*)
5780 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784 for as_dir in /sbin /usr/sbin $PATH
5786 IFS=$as_save_IFS
5787 test -z "$as_dir" && as_dir=.
5788 for ac_exec_ext in '' $ac_executable_extensions; do
5789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5790 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 break 2
5794 done
5795 done
5796 IFS=$as_save_IFS
5798 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5800 esac
5802 LDCONFIG=$ac_cv_path_LDCONFIG
5803 if test -n "$LDCONFIG"; then
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5805 $as_echo "$LDCONFIG" >&6; }
5806 else
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5808 $as_echo "no" >&6; }
5812 for ac_prog in msgfmt
5814 # Extract the first word of "$ac_prog", so it can be a program name with args.
5815 set dummy $ac_prog; ac_word=$2
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817 $as_echo_n "checking for $ac_word... " >&6; }
5818 if ${ac_cv_prog_MSGFMT+:} false; then :
5819 $as_echo_n "(cached) " >&6
5820 else
5821 if test -n "$MSGFMT"; then
5822 ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
5823 else
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825 for as_dir in $PATH
5827 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do
5830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5831 ac_cv_prog_MSGFMT="$ac_prog"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2
5835 done
5836 done
5837 IFS=$as_save_IFS
5841 MSGFMT=$ac_cv_prog_MSGFMT
5842 if test -n "$MSGFMT"; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5844 $as_echo "$MSGFMT" >&6; }
5845 else
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5847 $as_echo "no" >&6; }
5851 test -n "$MSGFMT" && break
5852 done
5853 test -n "$MSGFMT" || MSGFMT="false"
5855 if ${ac_tool_prefix+:} false; then :
5856 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5857 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5859 $as_echo_n "checking for $ac_word... " >&6; }
5860 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5861 $as_echo_n "(cached) " >&6
5862 else
5863 if test -n "$PKG_CONFIG"; then
5864 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5865 else
5866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5867 for as_dir in $PATH
5869 IFS=$as_save_IFS
5870 test -z "$as_dir" && as_dir=.
5871 for ac_exec_ext in '' $ac_executable_extensions; do
5872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5873 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
5874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5875 break 2
5877 done
5878 done
5879 IFS=$as_save_IFS
5883 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5884 if test -n "$PKG_CONFIG"; then
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5886 $as_echo "$PKG_CONFIG" >&6; }
5887 else
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5889 $as_echo "no" >&6; }
5894 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5895 if test "x$cross_compiling" = xyes; then :
5897 else
5898 { ac_cv_prog_PKG_CONFIG=; unset ac_cv_prog_PKG_CONFIG;}
5899 # Extract the first word of "pkg-config", so it can be a program name with args.
5900 set dummy pkg-config; ac_word=$2
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5902 $as_echo_n "checking for $ac_word... " >&6; }
5903 if ${ac_cv_prog_PKG_CONFIG+:} false; then :
5904 $as_echo_n "(cached) " >&6
5905 else
5906 if test -n "$PKG_CONFIG"; then
5907 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5908 else
5909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5910 for as_dir in $PATH
5912 IFS=$as_save_IFS
5913 test -z "$as_dir" && as_dir=.
5914 for ac_exec_ext in '' $ac_executable_extensions; do
5915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5916 ac_cv_prog_PKG_CONFIG="pkg-config"
5917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5918 break 2
5920 done
5921 done
5922 IFS=$as_save_IFS
5926 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5927 if test -n "$PKG_CONFIG"; then
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5929 $as_echo "$PKG_CONFIG" >&6; }
5930 else
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5932 $as_echo "no" >&6; }
5937 else
5938 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5941 if test "x$enable_maintainer_mode" != "xyes"
5942 then
5943 FONTFORGE=""
5944 RSVG=""
5945 CONVERT=""
5946 ICOTOOL=""
5947 else
5948 test "$srcdir" = . || as_fn_error $? "Maintainer mode cannot work out of tree." "$LINENO" 5
5949 for ac_prog in fontforge
5951 # Extract the first word of "$ac_prog", so it can be a program name with args.
5952 set dummy $ac_prog; ac_word=$2
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5954 $as_echo_n "checking for $ac_word... " >&6; }
5955 if ${ac_cv_prog_FONTFORGE+:} false; then :
5956 $as_echo_n "(cached) " >&6
5957 else
5958 if test -n "$FONTFORGE"; then
5959 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5960 else
5961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5962 for as_dir in $PATH
5964 IFS=$as_save_IFS
5965 test -z "$as_dir" && as_dir=.
5966 for ac_exec_ext in '' $ac_executable_extensions; do
5967 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5968 ac_cv_prog_FONTFORGE="$ac_prog"
5969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5970 break 2
5972 done
5973 done
5974 IFS=$as_save_IFS
5978 FONTFORGE=$ac_cv_prog_FONTFORGE
5979 if test -n "$FONTFORGE"; then
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5981 $as_echo "$FONTFORGE" >&6; }
5982 else
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5984 $as_echo "no" >&6; }
5988 test -n "$FONTFORGE" && break
5989 done
5990 test -n "$FONTFORGE" || FONTFORGE="false"
5992 for ac_prog in rsvg-convert rsvg
5994 # Extract the first word of "$ac_prog", so it can be a program name with args.
5995 set dummy $ac_prog; ac_word=$2
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5997 $as_echo_n "checking for $ac_word... " >&6; }
5998 if ${ac_cv_prog_RSVG+:} false; then :
5999 $as_echo_n "(cached) " >&6
6000 else
6001 if test -n "$RSVG"; then
6002 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6003 else
6004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005 for as_dir in $PATH
6007 IFS=$as_save_IFS
6008 test -z "$as_dir" && as_dir=.
6009 for ac_exec_ext in '' $ac_executable_extensions; do
6010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6011 ac_cv_prog_RSVG="$ac_prog"
6012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6013 break 2
6015 done
6016 done
6017 IFS=$as_save_IFS
6021 RSVG=$ac_cv_prog_RSVG
6022 if test -n "$RSVG"; then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6024 $as_echo "$RSVG" >&6; }
6025 else
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6027 $as_echo "no" >&6; }
6031 test -n "$RSVG" && break
6032 done
6033 test -n "$RSVG" || RSVG="false"
6035 for ac_prog in convert
6037 # Extract the first word of "$ac_prog", so it can be a program name with args.
6038 set dummy $ac_prog; ac_word=$2
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6040 $as_echo_n "checking for $ac_word... " >&6; }
6041 if ${ac_cv_prog_CONVERT+:} false; then :
6042 $as_echo_n "(cached) " >&6
6043 else
6044 if test -n "$CONVERT"; then
6045 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
6046 else
6047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048 for as_dir in $PATH
6050 IFS=$as_save_IFS
6051 test -z "$as_dir" && as_dir=.
6052 for ac_exec_ext in '' $ac_executable_extensions; do
6053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6054 ac_cv_prog_CONVERT="$ac_prog"
6055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 break 2
6058 done
6059 done
6060 IFS=$as_save_IFS
6064 CONVERT=$ac_cv_prog_CONVERT
6065 if test -n "$CONVERT"; then
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6067 $as_echo "$CONVERT" >&6; }
6068 else
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6070 $as_echo "no" >&6; }
6074 test -n "$CONVERT" && break
6075 done
6076 test -n "$CONVERT" || CONVERT="false"
6078 for ac_prog in icotool
6080 # Extract the first word of "$ac_prog", so it can be a program name with args.
6081 set dummy $ac_prog; ac_word=$2
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6083 $as_echo_n "checking for $ac_word... " >&6; }
6084 if ${ac_cv_prog_ICOTOOL+:} false; then :
6085 $as_echo_n "(cached) " >&6
6086 else
6087 if test -n "$ICOTOOL"; then
6088 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6089 else
6090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6091 for as_dir in $PATH
6093 IFS=$as_save_IFS
6094 test -z "$as_dir" && as_dir=.
6095 for ac_exec_ext in '' $ac_executable_extensions; do
6096 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6097 ac_cv_prog_ICOTOOL="$ac_prog"
6098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6099 break 2
6101 done
6102 done
6103 IFS=$as_save_IFS
6107 ICOTOOL=$ac_cv_prog_ICOTOOL
6108 if test -n "$ICOTOOL"; then
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6110 $as_echo "$ICOTOOL" >&6; }
6111 else
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6113 $as_echo "no" >&6; }
6117 test -n "$ICOTOOL" && break
6118 done
6119 test -n "$ICOTOOL" || ICOTOOL="false"
6121 test "$FONTFORGE" != "false" || as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6122 test "$RSVG" != "false" || as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6124 if test "$CONVERT" = false
6125 then
6126 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6127 else
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6129 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6130 convert_version=`convert --version | head -n1`
6131 if test "x$convert_version" != "x"
6132 then
6133 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6134 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6135 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6136 then
6137 CONVERT=false
6140 if test "$CONVERT" = false
6141 then
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6143 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6144 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6145 else
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6147 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6151 if test "$ICOTOOL" = false
6152 then
6153 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6154 else
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6156 $as_echo_n "checking for recent enough icotool... " >&6; }
6157 icotool_version=`icotool --version | head -n1`
6158 if test "x$icotool_version" != "x"
6159 then
6160 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6161 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6162 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6163 then
6164 ICOTOOL=false
6165 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
6168 if test "$ICOTOOL" = false
6169 then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6171 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6172 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6173 else
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6175 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6179 with_gettext=yes
6180 with_gettextpo=yes
6181 { ac_cv_header_gettext_po_h=; unset ac_cv_header_gettext_po_h;}
6184 test "x$with_gettext" != xno || MSGFMT=false
6185 if test "$MSGFMT" != "false"
6186 then
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6188 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6189 cat >conftest.po <<EOF
6190 # comment
6191 msgctxt "ctxt"
6192 msgid "id"
6193 msgstr "str"
6195 if $MSGFMT -o /dev/null conftest.po 2>&5
6196 then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6198 $as_echo "yes" >&6; }
6199 else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6201 $as_echo "no" >&6; }
6202 MSGFMT=false
6205 if test "$MSGFMT" = false; then :
6206 case "x$with_gettext" in
6207 x) as_fn_append wine_warnings "|gettext tools not found (or too old), translations won't be built." ;;
6208 xno) ;;
6209 *) as_fn_error $? "gettext tools not found (or too old), translations won't be built.
6210 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6211 esac
6212 enable_po=${enable_po:-no}
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6217 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6218 if ${ac_cv_lib_i386_i386_set_ldt+:} false; then :
6219 $as_echo_n "(cached) " >&6
6220 else
6221 ac_check_lib_save_LIBS=$LIBS
6222 LIBS="-li386 $LIBS"
6223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6224 /* end confdefs.h. */
6226 /* Override any GCC internal prototype to avoid an error.
6227 Use char because int might match the return type of a GCC
6228 builtin and then its argument prototype would still apply. */
6229 #ifdef __cplusplus
6230 extern "C"
6231 #endif
6232 char i386_set_ldt ();
6234 main ()
6236 return i386_set_ldt ();
6238 return 0;
6240 _ACEOF
6241 if ac_fn_c_try_link "$LINENO"; then :
6242 ac_cv_lib_i386_i386_set_ldt=yes
6243 else
6244 ac_cv_lib_i386_i386_set_ldt=no
6246 rm -f core conftest.err conftest.$ac_objext \
6247 conftest$ac_exeext conftest.$ac_ext
6248 LIBS=$ac_check_lib_save_LIBS
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6251 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6252 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes; then :
6253 cat >>confdefs.h <<_ACEOF
6254 #define HAVE_LIBI386 1
6255 _ACEOF
6257 LIBS="-li386 $LIBS"
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6262 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6263 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
6264 $as_echo_n "(cached) " >&6
6265 else
6266 ac_check_lib_save_LIBS=$LIBS
6267 LIBS="-lossaudio $LIBS"
6268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6269 /* end confdefs.h. */
6271 /* Override any GCC internal prototype to avoid an error.
6272 Use char because int might match the return type of a GCC
6273 builtin and then its argument prototype would still apply. */
6274 #ifdef __cplusplus
6275 extern "C"
6276 #endif
6277 char _oss_ioctl ();
6279 main ()
6281 return _oss_ioctl ();
6283 return 0;
6285 _ACEOF
6286 if ac_fn_c_try_link "$LINENO"; then :
6287 ac_cv_lib_ossaudio__oss_ioctl=yes
6288 else
6289 ac_cv_lib_ossaudio__oss_ioctl=no
6291 rm -f core conftest.err conftest.$ac_objext \
6292 conftest$ac_exeext conftest.$ac_ext
6293 LIBS=$ac_check_lib_save_LIBS
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6296 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6297 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
6298 cat >>confdefs.h <<_ACEOF
6299 #define HAVE_LIBOSSAUDIO 1
6300 _ACEOF
6302 LIBS="-lossaudio $LIBS"
6307 OPENGL_LIBS=""
6311 # Check whether --enable-largefile was given.
6312 if test "${enable_largefile+set}" = set; then :
6313 enableval=$enable_largefile;
6316 if test "$enable_largefile" != no; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6319 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6320 if ${ac_cv_sys_largefile_CC+:} false; then :
6321 $as_echo_n "(cached) " >&6
6322 else
6323 ac_cv_sys_largefile_CC=no
6324 if test "$GCC" != yes; then
6325 ac_save_CC=$CC
6326 while :; do
6327 # IRIX 6.2 and later do not support large files by default,
6328 # so use the C compiler's -n32 option if that helps.
6329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6330 /* end confdefs.h. */
6331 #include <sys/types.h>
6332 /* Check that off_t can represent 2**63 - 1 correctly.
6333 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6334 since some C++ compilers masquerading as C compilers
6335 incorrectly reject 9223372036854775807. */
6336 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6337 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6338 && LARGE_OFF_T % 2147483647 == 1)
6339 ? 1 : -1];
6341 main ()
6345 return 0;
6347 _ACEOF
6348 if ac_fn_c_try_compile "$LINENO"; then :
6349 break
6351 rm -f core conftest.err conftest.$ac_objext
6352 CC="$CC -n32"
6353 if ac_fn_c_try_compile "$LINENO"; then :
6354 ac_cv_sys_largefile_CC=' -n32'; break
6356 rm -f core conftest.err conftest.$ac_objext
6357 break
6358 done
6359 CC=$ac_save_CC
6360 rm -f conftest.$ac_ext
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6364 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6365 if test "$ac_cv_sys_largefile_CC" != no; then
6366 CC=$CC$ac_cv_sys_largefile_CC
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6370 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6371 if ${ac_cv_sys_file_offset_bits+:} false; then :
6372 $as_echo_n "(cached) " >&6
6373 else
6374 while :; do
6375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6376 /* end confdefs.h. */
6377 #include <sys/types.h>
6378 /* Check that off_t can represent 2**63 - 1 correctly.
6379 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6380 since some C++ compilers masquerading as C compilers
6381 incorrectly reject 9223372036854775807. */
6382 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6383 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6384 && LARGE_OFF_T % 2147483647 == 1)
6385 ? 1 : -1];
6387 main ()
6391 return 0;
6393 _ACEOF
6394 if ac_fn_c_try_compile "$LINENO"; then :
6395 ac_cv_sys_file_offset_bits=no; break
6397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6399 /* end confdefs.h. */
6400 #define _FILE_OFFSET_BITS 64
6401 #include <sys/types.h>
6402 /* Check that off_t can represent 2**63 - 1 correctly.
6403 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6404 since some C++ compilers masquerading as C compilers
6405 incorrectly reject 9223372036854775807. */
6406 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6407 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6408 && LARGE_OFF_T % 2147483647 == 1)
6409 ? 1 : -1];
6411 main ()
6415 return 0;
6417 _ACEOF
6418 if ac_fn_c_try_compile "$LINENO"; then :
6419 ac_cv_sys_file_offset_bits=64; break
6421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6422 ac_cv_sys_file_offset_bits=unknown
6423 break
6424 done
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6427 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6428 case $ac_cv_sys_file_offset_bits in #(
6429 no | unknown) ;;
6431 cat >>confdefs.h <<_ACEOF
6432 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6433 _ACEOF
6435 esac
6436 rm -rf conftest*
6437 if test $ac_cv_sys_file_offset_bits = unknown; then
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6439 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6440 if ${ac_cv_sys_large_files+:} false; then :
6441 $as_echo_n "(cached) " >&6
6442 else
6443 while :; do
6444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6445 /* end confdefs.h. */
6446 #include <sys/types.h>
6447 /* Check that off_t can represent 2**63 - 1 correctly.
6448 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6449 since some C++ compilers masquerading as C compilers
6450 incorrectly reject 9223372036854775807. */
6451 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6452 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6453 && LARGE_OFF_T % 2147483647 == 1)
6454 ? 1 : -1];
6456 main ()
6460 return 0;
6462 _ACEOF
6463 if ac_fn_c_try_compile "$LINENO"; then :
6464 ac_cv_sys_large_files=no; break
6466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6468 /* end confdefs.h. */
6469 #define _LARGE_FILES 1
6470 #include <sys/types.h>
6471 /* Check that off_t can represent 2**63 - 1 correctly.
6472 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6473 since some C++ compilers masquerading as C compilers
6474 incorrectly reject 9223372036854775807. */
6475 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6476 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6477 && LARGE_OFF_T % 2147483647 == 1)
6478 ? 1 : -1];
6480 main ()
6484 return 0;
6486 _ACEOF
6487 if ac_fn_c_try_compile "$LINENO"; then :
6488 ac_cv_sys_large_files=1; break
6490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6491 ac_cv_sys_large_files=unknown
6492 break
6493 done
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6496 $as_echo "$ac_cv_sys_large_files" >&6; }
6497 case $ac_cv_sys_large_files in #(
6498 no | unknown) ;;
6500 cat >>confdefs.h <<_ACEOF
6501 #define _LARGE_FILES $ac_cv_sys_large_files
6502 _ACEOF
6504 esac
6505 rm -rf conftest*
6512 ac_ext=c
6513 ac_cpp='$CPP $CPPFLAGS'
6514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6518 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6519 # On Suns, sometimes $CPP names a directory.
6520 if test -n "$CPP" && test -d "$CPP"; then
6521 CPP=
6523 if test -z "$CPP"; then
6524 if ${ac_cv_prog_CPP+:} false; then :
6525 $as_echo_n "(cached) " >&6
6526 else
6527 # Double quotes because CPP needs to be expanded
6528 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6530 ac_preproc_ok=false
6531 for ac_c_preproc_warn_flag in '' yes
6533 # Use a header file that comes with gcc, so configuring glibc
6534 # with a fresh cross-compiler works.
6535 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6536 # <limits.h> exists even on freestanding compilers.
6537 # On the NeXT, cc -E runs the code through the compiler's parser,
6538 # not just through cpp. "Syntax error" is here to catch this case.
6539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6540 /* end confdefs.h. */
6541 #ifdef __STDC__
6542 # include <limits.h>
6543 #else
6544 # include <assert.h>
6545 #endif
6546 Syntax error
6547 _ACEOF
6548 if ac_fn_c_try_cpp "$LINENO"; then :
6550 else
6551 # Broken: fails on valid input.
6552 continue
6554 rm -f conftest.err conftest.i conftest.$ac_ext
6556 # OK, works on sane cases. Now check whether nonexistent headers
6557 # can be detected and how.
6558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6559 /* end confdefs.h. */
6560 #include <ac_nonexistent.h>
6561 _ACEOF
6562 if ac_fn_c_try_cpp "$LINENO"; then :
6563 # Broken: success on invalid input.
6564 continue
6565 else
6566 # Passes both tests.
6567 ac_preproc_ok=:
6568 break
6570 rm -f conftest.err conftest.i conftest.$ac_ext
6572 done
6573 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6574 rm -f conftest.i conftest.err conftest.$ac_ext
6575 if $ac_preproc_ok; then :
6576 break
6579 done
6580 ac_cv_prog_CPP=$CPP
6583 CPP=$ac_cv_prog_CPP
6584 else
6585 ac_cv_prog_CPP=$CPP
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6588 $as_echo "$CPP" >&6; }
6589 ac_preproc_ok=false
6590 for ac_c_preproc_warn_flag in '' yes
6592 # Use a header file that comes with gcc, so configuring glibc
6593 # with a fresh cross-compiler works.
6594 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6595 # <limits.h> exists even on freestanding compilers.
6596 # On the NeXT, cc -E runs the code through the compiler's parser,
6597 # not just through cpp. "Syntax error" is here to catch this case.
6598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6599 /* end confdefs.h. */
6600 #ifdef __STDC__
6601 # include <limits.h>
6602 #else
6603 # include <assert.h>
6604 #endif
6605 Syntax error
6606 _ACEOF
6607 if ac_fn_c_try_cpp "$LINENO"; then :
6609 else
6610 # Broken: fails on valid input.
6611 continue
6613 rm -f conftest.err conftest.i conftest.$ac_ext
6615 # OK, works on sane cases. Now check whether nonexistent headers
6616 # can be detected and how.
6617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6618 /* end confdefs.h. */
6619 #include <ac_nonexistent.h>
6620 _ACEOF
6621 if ac_fn_c_try_cpp "$LINENO"; then :
6622 # Broken: success on invalid input.
6623 continue
6624 else
6625 # Passes both tests.
6626 ac_preproc_ok=:
6627 break
6629 rm -f conftest.err conftest.i conftest.$ac_ext
6631 done
6632 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6633 rm -f conftest.i conftest.err conftest.$ac_ext
6634 if $ac_preproc_ok; then :
6636 else
6637 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6639 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6640 See \`config.log' for more details" "$LINENO" 5; }
6643 ac_ext=c
6644 ac_cpp='$CPP $CPPFLAGS'
6645 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6646 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6647 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6651 $as_echo_n "checking for ANSI C header files... " >&6; }
6652 if ${ac_cv_header_stdc+:} false; then :
6653 $as_echo_n "(cached) " >&6
6654 else
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h. */
6657 #include <stdlib.h>
6658 #include <stdarg.h>
6659 #include <string.h>
6660 #include <float.h>
6663 main ()
6667 return 0;
6669 _ACEOF
6670 if ac_fn_c_try_compile "$LINENO"; then :
6671 ac_cv_header_stdc=yes
6672 else
6673 ac_cv_header_stdc=no
6675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6677 if test $ac_cv_header_stdc = yes; then
6678 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6680 /* end confdefs.h. */
6681 #include <string.h>
6683 _ACEOF
6684 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6685 $EGREP "memchr" >/dev/null 2>&1; then :
6687 else
6688 ac_cv_header_stdc=no
6690 rm -f conftest*
6694 if test $ac_cv_header_stdc = yes; then
6695 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6697 /* end confdefs.h. */
6698 #include <stdlib.h>
6700 _ACEOF
6701 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6702 $EGREP "free" >/dev/null 2>&1; then :
6704 else
6705 ac_cv_header_stdc=no
6707 rm -f conftest*
6711 if test $ac_cv_header_stdc = yes; then
6712 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6713 if test "$cross_compiling" = yes; then :
6715 else
6716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6717 /* end confdefs.h. */
6718 #include <ctype.h>
6719 #include <stdlib.h>
6720 #if ((' ' & 0x0FF) == 0x020)
6721 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6722 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6723 #else
6724 # define ISLOWER(c) \
6725 (('a' <= (c) && (c) <= 'i') \
6726 || ('j' <= (c) && (c) <= 'r') \
6727 || ('s' <= (c) && (c) <= 'z'))
6728 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6729 #endif
6731 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6733 main ()
6735 int i;
6736 for (i = 0; i < 256; i++)
6737 if (XOR (islower (i), ISLOWER (i))
6738 || toupper (i) != TOUPPER (i))
6739 return 2;
6740 return 0;
6742 _ACEOF
6743 if ac_fn_c_try_run "$LINENO"; then :
6745 else
6746 ac_cv_header_stdc=no
6748 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6749 conftest.$ac_objext conftest.beam conftest.$ac_ext
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6755 $as_echo "$ac_cv_header_stdc" >&6; }
6756 if test $ac_cv_header_stdc = yes; then
6758 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6762 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6763 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6764 inttypes.h stdint.h unistd.h
6765 do :
6766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6767 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6769 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6770 cat >>confdefs.h <<_ACEOF
6771 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6772 _ACEOF
6776 done
6779 for ac_header in \
6780 AL/al.h \
6781 ApplicationServices/ApplicationServices.h \
6782 AudioToolbox/AudioConverter.h \
6783 AudioUnit/AudioUnit.h \
6784 AudioUnit/AudioComponent.h \
6785 CL/cl.h \
6786 Carbon/Carbon.h \
6787 CommonCrypto/CommonDigest.h \
6788 CoreAudio/CoreAudio.h \
6789 CoreServices/CoreServices.h \
6790 DiskArbitration/DiskArbitration.h \
6791 IOKit/IOKitLib.h \
6792 IOKit/hid/IOHIDLib.h \
6793 OpenAL/al.h \
6794 OpenCL/opencl.h \
6795 QuickTime/ImageCompression.h \
6796 Security/Security.h \
6797 alias.h \
6798 alsa/asoundlib.h \
6799 arpa/inet.h \
6800 arpa/nameser.h \
6801 asm/types.h \
6802 asm/user.h \
6803 curses.h \
6804 direct.h \
6805 dirent.h \
6806 dlfcn.h \
6807 elf.h \
6808 float.h \
6809 fnmatch.h \
6810 getopt.h \
6811 gettext-po.h \
6812 grp.h \
6813 gsm.h \
6814 gsm/gsm.h \
6815 ieeefp.h \
6816 inet/mib2.h \
6817 io.h \
6818 kstat.h \
6819 lber.h \
6820 ldap.h \
6821 libproc.h \
6822 link.h \
6823 linux/cdrom.h \
6824 linux/compiler.h \
6825 linux/filter.h \
6826 linux/hdreg.h \
6827 linux/hidraw.h \
6828 linux/input.h \
6829 linux/ioctl.h \
6830 linux/joystick.h \
6831 linux/major.h \
6832 linux/param.h \
6833 linux/serial.h \
6834 linux/types.h \
6835 linux/ucdrom.h \
6836 lwp.h \
6837 mach-o/nlist.h \
6838 mach-o/loader.h \
6839 mach/mach.h \
6840 mach/machine.h \
6841 machine/cpu.h \
6842 machine/limits.h \
6843 machine/sysarch.h \
6844 mntent.h \
6845 ncurses.h \
6846 netdb.h \
6847 netinet/in.h \
6848 netinet/in_systm.h \
6849 netinet/tcp.h \
6850 netinet/tcp_fsm.h \
6851 pcap/pcap.h \
6852 poll.h \
6853 port.h \
6854 process.h \
6855 pthread.h \
6856 pwd.h \
6857 sched.h \
6858 scsi/scsi.h \
6859 scsi/scsi_ioctl.h \
6860 scsi/sg.h \
6861 stdbool.h \
6862 stdint.h \
6863 stropts.h \
6864 sys/asoundlib.h \
6865 sys/attr.h \
6866 sys/cdio.h \
6867 sys/elf32.h \
6868 sys/epoll.h \
6869 sys/event.h \
6870 sys/exec_elf.h \
6871 sys/filio.h \
6872 sys/inotify.h \
6873 sys/ioctl.h \
6874 sys/ipc.h \
6875 sys/limits.h \
6876 sys/link.h \
6877 sys/mman.h \
6878 sys/modem.h \
6879 sys/msg.h \
6880 sys/mtio.h \
6881 sys/param.h \
6882 sys/poll.h \
6883 sys/prctl.h \
6884 sys/protosw.h \
6885 sys/ptrace.h \
6886 sys/queue.h \
6887 sys/resource.h \
6888 sys/scsiio.h \
6889 sys/shm.h \
6890 sys/signal.h \
6891 sys/socket.h \
6892 sys/socketvar.h \
6893 sys/sockio.h \
6894 sys/statvfs.h \
6895 sys/strtio.h \
6896 sys/syscall.h \
6897 sys/sysinfo.h \
6898 sys/tihdr.h \
6899 sys/time.h \
6900 sys/timeout.h \
6901 sys/times.h \
6902 sys/uio.h \
6903 sys/user.h \
6904 sys/utsname.h \
6905 sys/vm86.h \
6906 sys/vnode.h \
6907 sys/wait.h \
6908 syscall.h \
6909 termios.h \
6910 unistd.h \
6911 utime.h \
6912 valgrind/memcheck.h \
6913 valgrind/valgrind.h \
6914 zlib.h
6916 do :
6917 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6919 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6920 cat >>confdefs.h <<_ACEOF
6921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6922 _ACEOF
6926 done
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6929 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6930 if ${ac_cv_header_sys_types_h_makedev+:} false; then :
6931 $as_echo_n "(cached) " >&6
6932 else
6933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6934 /* end confdefs.h. */
6935 #include <sys/types.h>
6937 main ()
6939 return makedev(0, 0);
6941 return 0;
6943 _ACEOF
6944 if ac_fn_c_try_link "$LINENO"; then :
6945 ac_cv_header_sys_types_h_makedev=yes
6946 else
6947 ac_cv_header_sys_types_h_makedev=no
6949 rm -f core conftest.err conftest.$ac_objext \
6950 conftest$ac_exeext conftest.$ac_ext
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6954 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6956 if test $ac_cv_header_sys_types_h_makedev = no; then
6957 ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6958 if test "x$ac_cv_header_sys_mkdev_h" = xyes; then :
6960 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6966 if test $ac_cv_header_sys_mkdev_h = no; then
6967 ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6968 if test "x$ac_cv_header_sys_sysmacros_h" = xyes; then :
6970 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6979 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6980 if ${ac_cv_header_stat_broken+:} false; then :
6981 $as_echo_n "(cached) " >&6
6982 else
6983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6984 /* end confdefs.h. */
6985 #include <sys/types.h>
6986 #include <sys/stat.h>
6988 #if defined S_ISBLK && defined S_IFDIR
6989 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6990 #endif
6992 #if defined S_ISBLK && defined S_IFCHR
6993 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6994 #endif
6996 #if defined S_ISLNK && defined S_IFREG
6997 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6998 #endif
7000 #if defined S_ISSOCK && defined S_IFREG
7001 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7002 #endif
7004 _ACEOF
7005 if ac_fn_c_try_compile "$LINENO"; then :
7006 ac_cv_header_stat_broken=no
7007 else
7008 ac_cv_header_stat_broken=yes
7010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7013 $as_echo "$ac_cv_header_stat_broken" >&6; }
7014 if test $ac_cv_header_stat_broken = yes; then
7016 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7022 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7023 do :
7024 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7025 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7026 #ifdef HAVE_SYS_PARAM_H
7027 # include <sys/param.h>
7028 #endif
7030 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7031 cat >>confdefs.h <<_ACEOF
7032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7033 _ACEOF
7037 done
7040 for ac_header in \
7041 netinet/ip.h \
7042 net/if.h \
7043 net/if_arp.h \
7044 net/if_dl.h \
7045 net/if_types.h \
7046 net/route.h \
7047 netinet/if_ether.h \
7048 netinet/if_inarp.h \
7049 netinet/in_pcb.h \
7050 netinet/ip_icmp.h \
7051 netinet/ip_var.h \
7052 netinet/udp.h \
7053 netipx/ipx.h \
7054 sys/un.h \
7056 do :
7057 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7058 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7059 #ifdef HAVE_SYS_SOCKET_H
7060 # include <sys/socket.h>
7061 #endif
7062 #ifdef HAVE_SYS_SOCKETVAR_H
7063 # include <sys/socketvar.h>
7064 #endif
7065 #ifdef HAVE_NET_ROUTE_H
7066 # include <net/route.h>
7067 #endif
7068 #ifdef HAVE_NETINET_IN_H
7069 # include <netinet/in.h>
7070 #endif
7071 #ifdef HAVE_NETINET_IN_SYSTM_H
7072 # include <netinet/in_systm.h>
7073 #endif
7074 #ifdef HAVE_NET_IF_H
7075 # include <net/if.h>
7076 #endif
7077 #ifdef HAVE_NETINET_IP_H
7078 # include <netinet/ip.h>
7079 #endif
7081 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7082 cat >>confdefs.h <<_ACEOF
7083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7084 _ACEOF
7088 done
7091 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7092 do :
7093 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7094 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7095 #ifdef HAVE_ALIAS_H
7096 # include <alias.h>
7097 #endif
7098 #ifdef HAVE_SYS_SOCKET_H
7099 # include <sys/socket.h>
7100 #endif
7101 #ifdef HAVE_SYS_SOCKETVAR_H
7102 # include <sys/socketvar.h>
7103 #endif
7104 #ifdef HAVE_SYS_TIMEOUT_H
7105 # include <sys/timeout.h>
7106 #endif
7107 #ifdef HAVE_NETINET_IN_H
7108 # include <netinet/in.h>
7109 #endif
7110 #ifdef HAVE_NETINET_IN_SYSTM_H
7111 # include <netinet/in_systm.h>
7112 #endif
7113 #ifdef HAVE_NETINET_IP_H
7114 # include <netinet/ip.h>
7115 #endif
7116 #ifdef HAVE_NETINET_IP_VAR_H
7117 # include <netinet/ip_var.h>
7118 #endif
7119 #ifdef HAVE_NETINET_IP_ICMP_H
7120 # include <netinet/ip_icmp.h>
7121 #endif
7122 #ifdef HAVE_NETINET_UDP_H
7123 # include <netinet/udp.h>
7124 #endif
7125 #ifdef HAVE_NETINET_TCP_H
7126 # include <netinet/tcp.h>
7127 #endif
7128 #ifdef HAVE_NETINET_TCP_TIMER_H
7129 #include <netinet/tcp_timer.h>
7130 #endif
7132 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7133 cat >>confdefs.h <<_ACEOF
7134 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7135 _ACEOF
7139 done
7142 for ac_header in linux/ipx.h linux/irda.h linux/rtnetlink.h
7143 do :
7144 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7145 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7146 #ifdef HAVE_ASM_TYPES_H
7147 # include <asm/types.h>
7148 #endif
7149 #ifdef HAVE_SYS_SOCKET_H
7150 # include <sys/socket.h>
7151 #endif
7152 #ifdef HAVE_LINUX_TYPES_H
7153 # include <linux/types.h>
7154 #endif
7156 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7157 cat >>confdefs.h <<_ACEOF
7158 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7159 _ACEOF
7163 done
7166 for ac_header in mach-o/dyld_images.h
7167 do :
7168 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7169 # include <stdbool.h>
7170 #endif
7171 #ifdef HAVE_STDINT_H
7172 # include <stdint.h>
7173 #endif
7175 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes; then :
7176 cat >>confdefs.h <<_ACEOF
7177 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7178 _ACEOF
7182 done
7185 for ac_header in resolv.h
7186 do :
7187 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7188 #ifdef HAVE_SYS_SOCKET_H
7189 # include <sys/socket.h>
7190 #endif
7191 #ifdef HAVE_NETINET_IN_H
7192 # include <netinet/in.h>
7193 #endif
7194 #ifdef HAVE_ARPA_NAMESER_H
7195 # include <arpa/nameser.h>
7196 #endif
7198 if test "x$ac_cv_header_resolv_h" = xyes; then :
7199 cat >>confdefs.h <<_ACEOF
7200 #define HAVE_RESOLV_H 1
7201 _ACEOF
7205 done
7208 for ac_header in ifaddrs.h
7209 do :
7210 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7212 if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
7213 cat >>confdefs.h <<_ACEOF
7214 #define HAVE_IFADDRS_H 1
7215 _ACEOF
7219 done
7222 for ac_header in sys/ucontext.h
7223 do :
7224 ac_fn_c_check_header_compile "$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7226 if test "x$ac_cv_header_sys_ucontext_h" = xyes; then :
7227 cat >>confdefs.h <<_ACEOF
7228 #define HAVE_SYS_UCONTEXT_H 1
7229 _ACEOF
7233 done
7236 for ac_header in sys/thr.h
7237 do :
7238 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7239 #ifdef HAVE_SYS_UCONTEXT_H
7240 #include <sys/ucontext.h>
7241 #endif
7243 if test "x$ac_cv_header_sys_thr_h" = xyes; then :
7244 cat >>confdefs.h <<_ACEOF
7245 #define HAVE_SYS_THR_H 1
7246 _ACEOF
7250 done
7253 for ac_header in pthread_np.h
7254 do :
7255 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7256 #include <pthread.h>
7257 #endif
7259 if test "x$ac_cv_header_pthread_np_h" = xyes; then :
7260 cat >>confdefs.h <<_ACEOF
7261 #define HAVE_PTHREAD_NP_H 1
7262 _ACEOF
7266 done
7269 for ac_header in linux/videodev.h linux/videodev2.h libv4l1.h
7270 do :
7271 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7272 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7273 #include <sys/time.h>
7274 #endif
7275 #include <sys/types.h>
7276 #ifdef HAVE_ASM_TYPES_H
7277 #include <asm/types.h>
7278 #endif
7280 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7281 cat >>confdefs.h <<_ACEOF
7282 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7283 _ACEOF
7287 done
7290 for ac_header in libprocstat.h
7291 do :
7292 ac_fn_c_check_header_compile "$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7293 #include <sys/param.h>
7294 #endif
7295 #ifdef HAVE_SYS_QUEUE_H
7296 #include <sys/queue.h>
7297 #endif
7298 #ifdef HAVE_SYS_SOCKET_H
7299 #include <sys/socket.h>
7300 #endif
7302 if test "x$ac_cv_header_libprocstat_h" = xyes; then :
7303 cat >>confdefs.h <<_ACEOF
7304 #define HAVE_LIBPROCSTAT_H 1
7305 _ACEOF
7309 done
7313 dlldir="\${libdir}/wine"
7315 DLLFLAGS="-D_REENTRANT"
7317 LDRPATH_INSTALL=""
7319 LDRPATH_LOCAL=""
7321 LDEXECFLAGS=""
7323 LIBEXT="so"
7324 DLLEXT=".so"
7325 IMPLIBEXT="def"
7326 # Extract the first word of "ldd", so it can be a program name with args.
7327 set dummy ldd; ac_word=$2
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329 $as_echo_n "checking for $ac_word... " >&6; }
7330 if ${ac_cv_path_LDD+:} false; then :
7331 $as_echo_n "(cached) " >&6
7332 else
7333 case $LDD in
7334 [\\/]* | ?:[\\/]*)
7335 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7339 as_dummy="/sbin:/usr/sbin:$PATH"
7340 for as_dir in $as_dummy
7342 IFS=$as_save_IFS
7343 test -z "$as_dir" && as_dir=.
7344 for ac_exec_ext in '' $ac_executable_extensions; do
7345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7346 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7348 break 2
7350 done
7351 done
7352 IFS=$as_save_IFS
7354 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7356 esac
7358 LDD=$ac_cv_path_LDD
7359 if test -n "$LDD"; then
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7361 $as_echo "$LDD" >&6; }
7362 else
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7364 $as_echo "no" >&6; }
7368 if test -n "$ac_tool_prefix"; then
7369 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7370 set dummy ${ac_tool_prefix}otool; ac_word=$2
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7372 $as_echo_n "checking for $ac_word... " >&6; }
7373 if ${ac_cv_prog_OTOOL+:} false; then :
7374 $as_echo_n "(cached) " >&6
7375 else
7376 if test -n "$OTOOL"; then
7377 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7378 else
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7380 for as_dir in $PATH
7382 IFS=$as_save_IFS
7383 test -z "$as_dir" && as_dir=.
7384 for ac_exec_ext in '' $ac_executable_extensions; do
7385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7388 break 2
7390 done
7391 done
7392 IFS=$as_save_IFS
7396 OTOOL=$ac_cv_prog_OTOOL
7397 if test -n "$OTOOL"; then
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7399 $as_echo "$OTOOL" >&6; }
7400 else
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7402 $as_echo "no" >&6; }
7407 if test -z "$ac_cv_prog_OTOOL"; then
7408 ac_ct_OTOOL=$OTOOL
7409 # Extract the first word of "otool", so it can be a program name with args.
7410 set dummy otool; ac_word=$2
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7412 $as_echo_n "checking for $ac_word... " >&6; }
7413 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7414 $as_echo_n "(cached) " >&6
7415 else
7416 if test -n "$ac_ct_OTOOL"; then
7417 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7418 else
7419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420 for as_dir in $PATH
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
7424 for ac_exec_ext in '' $ac_executable_extensions; do
7425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7426 ac_cv_prog_ac_ct_OTOOL="otool"
7427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7428 break 2
7430 done
7431 done
7432 IFS=$as_save_IFS
7436 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7437 if test -n "$ac_ct_OTOOL"; then
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7439 $as_echo "$ac_ct_OTOOL" >&6; }
7440 else
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7442 $as_echo "no" >&6; }
7445 if test "x$ac_ct_OTOOL" = x; then
7446 OTOOL="otool"
7447 else
7448 case $cross_compiling:$ac_tool_warned in
7449 yes:)
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7451 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7452 ac_tool_warned=yes ;;
7453 esac
7454 OTOOL=$ac_ct_OTOOL
7456 else
7457 OTOOL="$ac_cv_prog_OTOOL"
7460 if test -n "$ac_tool_prefix"; then
7461 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7462 set dummy ${ac_tool_prefix}readelf; ac_word=$2
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7464 $as_echo_n "checking for $ac_word... " >&6; }
7465 if ${ac_cv_prog_READELF+:} false; then :
7466 $as_echo_n "(cached) " >&6
7467 else
7468 if test -n "$READELF"; then
7469 ac_cv_prog_READELF="$READELF" # Let the user override the test.
7470 else
7471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7472 for as_dir in $PATH
7474 IFS=$as_save_IFS
7475 test -z "$as_dir" && as_dir=.
7476 for ac_exec_ext in '' $ac_executable_extensions; do
7477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7478 ac_cv_prog_READELF="${ac_tool_prefix}readelf"
7479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7480 break 2
7482 done
7483 done
7484 IFS=$as_save_IFS
7488 READELF=$ac_cv_prog_READELF
7489 if test -n "$READELF"; then
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7491 $as_echo "$READELF" >&6; }
7492 else
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7494 $as_echo "no" >&6; }
7499 if test -z "$ac_cv_prog_READELF"; then
7500 ac_ct_READELF=$READELF
7501 # Extract the first word of "readelf", so it can be a program name with args.
7502 set dummy readelf; ac_word=$2
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7504 $as_echo_n "checking for $ac_word... " >&6; }
7505 if ${ac_cv_prog_ac_ct_READELF+:} false; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 if test -n "$ac_ct_READELF"; then
7509 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
7510 else
7511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7512 for as_dir in $PATH
7514 IFS=$as_save_IFS
7515 test -z "$as_dir" && as_dir=.
7516 for ac_exec_ext in '' $ac_executable_extensions; do
7517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7518 ac_cv_prog_ac_ct_READELF="readelf"
7519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7520 break 2
7522 done
7523 done
7524 IFS=$as_save_IFS
7528 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
7529 if test -n "$ac_ct_READELF"; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7531 $as_echo "$ac_ct_READELF" >&6; }
7532 else
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7534 $as_echo "no" >&6; }
7537 if test "x$ac_ct_READELF" = x; then
7538 READELF="true"
7539 else
7540 case $cross_compiling:$ac_tool_warned in
7541 yes:)
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7543 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7544 ac_tool_warned=yes ;;
7545 esac
7546 READELF=$ac_ct_READELF
7548 else
7549 READELF="$ac_cv_prog_READELF"
7552 wine_rules_file=conf$$rules.make
7553 rm -f $wine_rules_file
7554 SUBDIRS=""
7556 DISABLED_SUBDIRS=""
7558 CONFIGURE_TARGETS=""
7560 ALL_TEST_RESOURCES=""
7563 wine_fn_append_file ()
7565 as_fn_append $1 " \\$as_nl $2"
7568 wine_fn_append_rule ()
7570 $as_echo "$1" >>$wine_rules_file
7573 wine_fn_has_flag ()
7575 expr ",$ac_flags," : ".*,$1,.*" >/dev/null
7578 wine_fn_all_rules ()
7580 wine_fn_append_file SUBDIRS $ac_dir
7581 wine_fn_append_rule \
7582 "all: $ac_dir
7583 .PHONY: $ac_dir
7584 $ac_dir: dummy
7585 @cd $ac_dir && \$(MAKE)"
7588 wine_fn_install_rules ()
7590 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev || return
7592 wine_fn_append_rule \
7593 ".PHONY: $ac_dir/install $ac_dir/uninstall
7594 $ac_dir/install:: $ac_dir
7595 @cd $ac_dir && \$(MAKE) install
7596 $ac_dir/uninstall::
7597 @cd $ac_dir && \$(MAKE) uninstall
7598 install:: $ac_dir/install
7599 __uninstall__: $ac_dir/uninstall"
7601 if wine_fn_has_flag install-lib
7602 then
7603 wine_fn_append_rule \
7604 ".PHONY: $ac_dir/install-lib
7605 $ac_dir/install-lib:: $ac_dir
7606 @cd $ac_dir && \$(MAKE) install-lib
7607 install-lib:: $ac_dir/install-lib"
7610 if wine_fn_has_flag install-dev
7611 then
7612 wine_fn_append_rule \
7613 ".PHONY: $ac_dir/install-dev
7614 $ac_dir/install-dev:: $ac_dir
7615 @cd $ac_dir && \$(MAKE) install-dev
7616 install-dev:: $ac_dir/install-dev"
7620 wine_fn_clean_rules ()
7622 ac_clean=$@
7624 if wine_fn_has_flag clean
7625 then
7626 wine_fn_append_rule \
7627 "$ac_dir/clean: dummy
7628 @cd $ac_dir && \$(MAKE) clean"
7629 else
7630 wine_fn_append_rule \
7631 "$ac_dir/clean: dummy
7632 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7634 wine_fn_append_rule \
7635 "__clean__: $ac_dir/clean
7636 .PHONY: $ac_dir/clean"
7639 wine_fn_disabled_rules ()
7641 ac_clean=$@
7643 wine_fn_append_file SUBDIRS $ac_dir
7644 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7645 wine_fn_append_rule \
7646 "__clean__: $ac_dir/clean
7647 .PHONY: $ac_dir/clean
7648 $ac_dir/clean: dummy
7649 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7652 wine_fn_config_makefile ()
7654 ac_dir=$1
7655 ac_enable=$2
7656 ac_flags=$3
7658 case $ac_dir in
7659 fonts|server) test -z "$with_wine64" || return ;;
7660 esac
7661 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7662 wine_fn_disabled_rules; return
7664 wine_fn_all_rules
7665 wine_fn_install_rules
7666 wine_fn_clean_rules
7669 wine_fn_config_lib ()
7671 ac_name=$1
7672 ac_flags=$2
7673 ac_dir=dlls/$ac_name
7674 ac_deps="include"
7676 if test "x$enable_tools" = xno; then :
7678 else
7679 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7681 wine_fn_all_rules
7682 wine_fn_clean_rules
7684 wine_fn_append_rule \
7685 ".PHONY: $ac_dir/install $ac_dir/uninstall
7686 $ac_dir/install:: $ac_dir
7687 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7688 $ac_dir/uninstall::
7689 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7690 install install-dev:: $ac_dir/install
7691 __uninstall__: $ac_dir/uninstall
7692 __builddeps__: $ac_dir
7693 $ac_dir: $ac_deps"
7696 wine_fn_config_dll ()
7698 ac_name=$1
7699 ac_dir=dlls/$ac_name
7700 ac_enable=$2
7701 ac_flags=$3
7702 ac_implib=${4:-$ac_name}
7703 ac_file=$ac_dir/lib$ac_implib
7704 ac_dll=$ac_name
7705 ac_deps="include"
7706 ac_implibflags=""
7708 if test "x$enable_tools" = xno; then :
7710 else
7711 ac_deps="tools/widl tools/winebuild tools/winegcc $ac_deps"
7713 case $ac_name in
7714 *16) ac_implibflags=" -m16" ;;
7715 *.*) ;;
7716 *) ac_dll=$ac_dll.dll ;;
7717 esac
7719 ac_clean=
7720 wine_fn_has_flag implib && ac_clean="$ac_clean $ac_file.$IMPLIBEXT"
7721 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_dll"
7723 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7724 if test "$ac_enable" != enable_win16
7725 then
7726 wine_fn_clean_rules $ac_clean
7727 wine_fn_append_file SUBDIRS $ac_dir
7728 wine_fn_append_file DISABLED_SUBDIRS $ac_dir
7729 else
7730 wine_fn_disabled_rules $ac_clean
7731 return
7733 else
7734 wine_fn_all_rules
7735 wine_fn_clean_rules $ac_clean
7736 wine_fn_append_rule \
7737 "$ac_dir: __builddeps__
7738 manpages htmlpages sgmlpages xmlpages::
7739 @cd $ac_dir && \$(MAKE) \$@
7740 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7741 install install-lib:: $ac_dir/install-lib
7742 __uninstall__: $ac_dir/uninstall"
7743 if test -n "$DLLEXT"
7744 then
7745 wine_fn_append_rule \
7746 "$ac_dir/install-lib:: $ac_dir
7747 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7748 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7749 $ac_dir/uninstall::
7750 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7751 else
7752 wine_fn_append_rule \
7753 "$ac_dir/install-lib:: $ac_dir
7754 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7755 $ac_dir/uninstall::
7756 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7760 if wine_fn_has_flag staticimplib
7761 then
7762 wine_fn_append_rule \
7763 "__builddeps__: $ac_file.a
7764 $ac_file.a $ac_file.cross.a: $ac_deps
7765 $ac_file.a: dummy
7766 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7767 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7768 $ac_dir/install-dev:: $ac_file.a
7769 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7770 $ac_dir/uninstall::
7771 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7772 install install-dev:: $ac_dir/install-dev
7773 __uninstall__: $ac_dir/uninstall"
7775 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7776 then
7777 wine_fn_append_rule \
7778 "__builddeps__: $ac_file.cross.a
7779 $ac_file.cross.a: dummy
7780 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7783 elif wine_fn_has_flag implib
7784 then
7785 wine_fn_append_rule \
7786 "__builddeps__: $ac_file.$IMPLIBEXT
7787 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7788 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7789 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7790 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7791 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7792 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7793 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7794 $ac_dir/uninstall::
7795 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7796 install install-dev:: $ac_dir/install-dev
7797 __uninstall__: $ac_dir/uninstall"
7798 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7799 then
7800 wine_fn_append_rule \
7801 "__builddeps__: $ac_file.cross.a
7802 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7803 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7808 wine_fn_config_program ()
7810 ac_name=$1
7811 ac_dir=programs/$ac_name
7812 ac_enable=$2
7813 ac_flags=$3
7814 ac_program=$ac_name
7816 case $ac_name in
7817 *.*) ;;
7818 *) ac_program=$ac_program.exe ;;
7819 esac
7821 ac_clean=
7822 wine_fn_has_flag manpage && ac_clean="$ac_clean $ac_dir/$ac_name.man"
7823 test -n "$DLLEXT" || ac_clean="$ac_clean $ac_dir/$ac_program"
7825 if eval test \"x\$"$ac_enable"\" = x"no"; then :
7826 wine_fn_disabled_rules $ac_clean; return
7829 wine_fn_all_rules
7830 wine_fn_clean_rules $ac_clean
7831 wine_fn_append_rule "$ac_dir: __builddeps__"
7833 wine_fn_has_flag install || return
7834 wine_fn_append_rule \
7835 ".PHONY: $ac_dir/install $ac_dir/uninstall
7836 install install-lib:: $ac_dir/install
7837 __uninstall__: $ac_dir/uninstall"
7839 if test -n "$DLLEXT"
7840 then
7841 wine_fn_append_rule \
7842 "$ac_dir/install:: $ac_dir
7843 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7844 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7845 $ac_dir/uninstall::
7846 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7848 if test -z "$with_wine64" && wine_fn_has_flag installbin
7849 then
7850 wine_fn_append_rule \
7851 "$ac_dir/install:: __tooldeps__
7852 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7853 $ac_dir/uninstall::
7854 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7856 else
7857 wine_fn_append_rule \
7858 "$ac_dir/install:: $ac_dir
7859 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7860 $ac_dir/uninstall::
7861 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7864 if test -z "$with_wine64" && wine_fn_has_flag manpage
7865 then
7866 wine_fn_append_rule \
7867 "$ac_dir/install:: $ac_dir
7868 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7869 $ac_dir/uninstall::
7870 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7874 wine_fn_config_test ()
7876 ac_dir=$1
7877 ac_name=$2
7878 ac_flags=$3
7880 ac_clean=
7881 test -n "$CROSSTARGET" && ac_clean=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7882 test -n "$DLLEXT" || ac_clean="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7884 if test "x$enable_tests" = xno; then :
7885 wine_fn_disabled_rules $ac_clean; return
7888 wine_fn_append_file ALL_TEST_RESOURCES $ac_name.res
7889 wine_fn_all_rules
7890 wine_fn_clean_rules $ac_clean
7892 wine_fn_append_rule \
7893 "$ac_dir: __builddeps__
7894 programs/winetest: $ac_dir
7895 check test: $ac_dir/test
7896 .PHONY: $ac_dir/test
7897 $ac_dir/test: dummy
7898 @cd $ac_dir && \$(MAKE) test
7899 testclean::
7900 \$(RM) $ac_dir/*.ok"
7902 if test -n "$CROSSTARGET"
7903 then
7904 wine_fn_append_rule \
7905 "crosstest: $ac_dir/crosstest
7906 .PHONY: $ac_dir/crosstest
7907 $ac_dir/crosstest: __builddeps__ dummy
7908 @cd $ac_dir && \$(MAKE) crosstest"
7912 wine_fn_config_tool ()
7914 ac_dir=$1
7915 ac_flags=$2
7916 if test "x$enable_tools" = xno; then :
7917 wine_fn_append_file DISABLED_SUBDIRS $ac_dir; return
7920 wine_fn_all_rules
7921 wine_fn_install_rules
7922 wine_fn_clean_rules
7924 wine_fn_append_rule "__tooldeps__: $ac_dir"
7925 wine_fn_append_rule "$ac_dir: libs/port"
7926 case $ac_dir in
7927 tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
7928 esac
7931 wine_fn_config_symlink ()
7933 ac_linkdir=
7934 if test "x$1" = "x-d"
7935 then
7936 ac_linkdir=$2
7937 shift; shift
7939 ac_links=$@
7940 wine_fn_append_rule \
7941 "$ac_links:
7942 @./config.status \$@"
7943 for f in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS $f; done
7944 test -n "$ac_linkdir" || return
7945 wine_fn_append_rule "$ac_linkdir/depend: $ac_links"
7948 wine_binary="wine"
7949 test "x$enable_win64" != "xyes" || wine_binary="wine64"
7950 WINELOADER_PROGRAMS="$wine_binary"
7952 libwine_soversion=`expr $libwine_version : '\([0-9]*\)\..*'`
7954 case $host_os in
7955 cygwin*|mingw32*)
7956 if test -n "$ac_tool_prefix"; then
7957 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7958 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960 $as_echo_n "checking for $ac_word... " >&6; }
7961 if ${ac_cv_prog_DLLTOOL+:} false; then :
7962 $as_echo_n "(cached) " >&6
7963 else
7964 if test -n "$DLLTOOL"; then
7965 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7966 else
7967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7968 for as_dir in $PATH
7970 IFS=$as_save_IFS
7971 test -z "$as_dir" && as_dir=.
7972 for ac_exec_ext in '' $ac_executable_extensions; do
7973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7974 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7976 break 2
7978 done
7979 done
7980 IFS=$as_save_IFS
7984 DLLTOOL=$ac_cv_prog_DLLTOOL
7985 if test -n "$DLLTOOL"; then
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7987 $as_echo "$DLLTOOL" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7990 $as_echo "no" >&6; }
7995 if test -z "$ac_cv_prog_DLLTOOL"; then
7996 ac_ct_DLLTOOL=$DLLTOOL
7997 # Extract the first word of "dlltool", so it can be a program name with args.
7998 set dummy dlltool; ac_word=$2
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8000 $as_echo_n "checking for $ac_word... " >&6; }
8001 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
8002 $as_echo_n "(cached) " >&6
8003 else
8004 if test -n "$ac_ct_DLLTOOL"; then
8005 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8006 else
8007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8008 for as_dir in $PATH
8010 IFS=$as_save_IFS
8011 test -z "$as_dir" && as_dir=.
8012 for ac_exec_ext in '' $ac_executable_extensions; do
8013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8014 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8016 break 2
8018 done
8019 done
8020 IFS=$as_save_IFS
8024 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8025 if test -n "$ac_ct_DLLTOOL"; then
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8027 $as_echo "$ac_ct_DLLTOOL" >&6; }
8028 else
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8030 $as_echo "no" >&6; }
8033 if test "x$ac_ct_DLLTOOL" = x; then
8034 DLLTOOL="false"
8035 else
8036 case $cross_compiling:$ac_tool_warned in
8037 yes:)
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8039 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8040 ac_tool_warned=yes ;;
8041 esac
8042 DLLTOOL=$ac_ct_DLLTOOL
8044 else
8045 DLLTOOL="$ac_cv_prog_DLLTOOL"
8048 LIBEXT="dll"
8049 DLLEXT=""
8050 IMPLIBEXT="a"
8051 enable_iphlpapi=${enable_iphlpapi:-no}
8052 enable_kernel32=${enable_kernel32:-no}
8053 enable_msvcrt=${enable_msvcrt:-no}
8054 enable_ntdll=${enable_ntdll:-no}
8055 enable_ws2_32=${enable_ws2_32:-no}
8056 enable_loader=${enable_loader:-no}
8057 enable_server=${enable_server:-no}
8058 with_x=${with_x:-no}
8059 with_pthread=${with_pthread:-no}
8061 crtlibs=""
8062 case $host_os in
8063 mingw32*)
8064 crtlibs="-lmsvcrt"
8065 SOCKET_LIBS="-lws2_32"
8067 esac
8069 LIBWINE_SHAREDLIB="libwine.dll"
8071 LIBWINE_IMPORTLIB="libwine.a"
8073 LIBWINE_INSTALL_LIB="libwine.dll"
8075 LIBWINE_INSTALL_DEV="libwine.a"
8077 LIBWINE_LDFLAGS="-shared \$(srcdir)/wine.def"
8079 LIBWINE_DEPENDS="wine.def"
8083 darwin*|macosx*)
8084 for ac_header in libunwind.h
8085 do :
8086 ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8087 if test "x$ac_cv_header_libunwind_h" = xyes; then :
8088 cat >>confdefs.h <<_ACEOF
8089 #define HAVE_LIBUNWIND_H 1
8090 _ACEOF
8094 done
8096 LIBEXT="dylib"
8097 DLLFLAGS="$DLLFLAGS -fPIC"
8098 LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8099 LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8100 COREFOUNDATION_LIBS="-framework CoreFoundation"
8102 IOKIT_LIBS="-framework IOKit -framework CoreFoundation"
8104 FORCEFEEDBACK_LIBS="-framework ForceFeedback -framework CoreFoundation"
8106 APPLICATIONSERVICES_LIBS="-framework ApplicationServices"
8108 CORESERVICES_LIBS="-framework CoreServices"
8110 APPKIT_LIBS="-framework AppKit"
8112 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8114 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8115 if ${ac_cv_cflags__Wl__no_pie+:} false; then :
8116 $as_echo_n "(cached) " >&6
8117 else
8118 ac_wine_try_cflags_saved=$CFLAGS
8119 CFLAGS="$CFLAGS -Wl,-no_pie"
8120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8121 /* end confdefs.h. */
8122 int main(int argc, char **argv) { return 0; }
8123 _ACEOF
8124 if ac_fn_c_try_link "$LINENO"; then :
8125 ac_cv_cflags__Wl__no_pie=yes
8126 else
8127 ac_cv_cflags__Wl__no_pie=no
8129 rm -f core conftest.err conftest.$ac_objext \
8130 conftest$ac_exeext conftest.$ac_ext
8131 CFLAGS=$ac_wine_try_cflags_saved
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8134 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8135 if test "x$ac_cv_cflags__Wl__no_pie" = xyes; then :
8136 LDEXECFLAGS="-Wl,-no_pie $LDEXECFLAGS"
8138 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8139 then
8140 DISKARBITRATION_LIBS="-framework DiskArbitration -framework CoreFoundation"
8143 if test "$ac_cv_header_Security_Security_h" = "yes"
8144 then
8145 SECURITY_LIBS="-framework Security -framework CoreFoundation"
8147 ac_save_LIBS="$LIBS"
8148 LIBS="$LIBS $SECURITY_LIBS"
8149 for ac_func in SSLCopyPeerCertificates
8150 do :
8151 ac_fn_c_check_func "$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8152 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes; then :
8153 cat >>confdefs.h <<_ACEOF
8154 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8155 _ACEOF
8158 done
8160 LIBS="$ac_save_LIBS"
8161 with_gnutls=${with_gnutls:-no}
8163 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8164 then
8165 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8166 then
8167 COREAUDIO_LIBS="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8169 else
8170 COREAUDIO_LIBS="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8173 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-yes}
8174 ac_save_LIBS="$LIBS"
8175 LIBS="$LIBS $COREAUDIO_LIBS"
8176 for ac_func in AUGraphAddNode
8177 do :
8178 ac_fn_c_check_func "$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8179 if test "x$ac_cv_func_AUGraphAddNode" = xyes; then :
8180 cat >>confdefs.h <<_ACEOF
8181 #define HAVE_AUGRAPHADDNODE 1
8182 _ACEOF
8185 done
8187 LIBS="$ac_save_LIBS"
8189 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8190 then
8191 OPENAL_LIBS="-framework OpenAL"
8194 cat >>confdefs.h <<_ACEOF
8195 #define HAVE_OPENAL 1
8196 _ACEOF
8198 ac_cv_lib_openal=yes
8200 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8201 then
8202 OPENCL_LIBS="-framework OpenCL"
8204 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
8206 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8207 then
8208 ac_save_LIBS="$LIBS"
8209 LIBS="$LIBS $IOKIT_LIBS"
8210 for ac_func in IOHIDManagerCreate
8211 do :
8212 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8213 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes; then :
8214 cat >>confdefs.h <<_ACEOF
8215 #define HAVE_IOHIDMANAGERCREATE 1
8216 _ACEOF
8219 done
8221 LIBS="$ac_save_LIBS"
8223 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8224 then
8225 ac_save_LIBS="$LIBS"
8226 LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8228 $as_echo_n "checking for the QuickTime framework... " >&6; }
8229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h. */
8231 #include <QuickTime/ImageCompression.h>
8233 main ()
8235 CodecManagerVersion(NULL);
8237 return 0;
8239 _ACEOF
8240 if ac_fn_c_try_link "$LINENO"; then :
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8242 $as_echo "yes" >&6; }
8243 QUICKTIME_LIBS="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8245 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
8246 else
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8248 $as_echo "no" >&6; }
8249 ac_cv_header_QuickTime_ImageCompression_h=no
8251 rm -f core conftest.err conftest.$ac_objext \
8252 conftest$ac_exeext conftest.$ac_ext
8253 LIBS="$ac_save_LIBS"
8255 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8256 then
8257 as_fn_append wine_notices "|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8259 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8260 then
8261 CARBON_LIBS="-framework Carbon"
8265 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8266 then
8267 ac_save_LIBS="$LIBS"
8268 LIBS="$LIBS $APPLICATIONSERVICES_LIBS"
8269 ac_fn_c_check_func "$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8270 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes; then :
8271 enable_winemac_drv=${enable_winemac_drv:-yes}
8274 LIBS="$ac_save_LIBS"
8277 if test "x$enable_win16" = "xyes"
8278 then
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8280 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8281 if test "$cross_compiling" = yes; then :
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8283 $as_echo "cross-compiling, assuming yes" >&6; }
8284 else
8285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 asm(".text\n"
8288 "bad:\tnop;nop\n"
8289 "good:\tnop;nop\n\t"
8290 ".globl _testfunc\n"
8291 "_testfunc:\tcallw good");
8292 extern void testfunc();
8294 main ()
8296 unsigned short *p = (unsigned short *)testfunc;
8297 return p[0] != 0xe866 || p[1] != 0xfffa
8299 return 0;
8301 _ACEOF
8302 if ac_fn_c_try_run "$LINENO"; then :
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8304 $as_echo "yes" >&6; }
8305 else
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8307 $as_echo "no" >&6; }
8308 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
8310 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8311 conftest.$ac_objext conftest.beam conftest.$ac_ext
8316 LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib"
8318 LIBWINE_INSTALL_LIB="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8320 LIBWINE_INSTALL_DEV="libwine.dylib"
8322 LIBWINE_LDFLAGS="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8324 WINELOADER_DEPENDS="wine_info.plist"
8328 linux-android*)
8329 DLLFLAGS="$DLLFLAGS -fPIC"
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8331 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8332 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 ac_wine_try_cflags_saved=$CFLAGS
8336 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
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 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8343 else
8344 ac_cv_cflags__fPIC__Wl___export_dynamic=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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8351 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8352 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8353 LDEXECFLAGS="-Wl,--export-dynamic"
8355 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8357 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8358 if eval \${$as_ac_var+:} false; then :
8359 $as_echo_n "(cached) " >&6
8360 else
8361 ac_wine_try_cflags_saved=$CFLAGS
8362 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8364 /* end confdefs.h. */
8365 int main(int argc, char **argv) { return 0; }
8366 _ACEOF
8367 if ac_fn_c_try_link "$LINENO"; then :
8368 eval "$as_ac_var=yes"
8369 else
8370 eval "$as_ac_var=no"
8372 rm -f core conftest.err conftest.$ac_objext \
8373 conftest$ac_exeext conftest.$ac_ext
8374 CFLAGS=$ac_wine_try_cflags_saved
8376 eval ac_res=\$$as_ac_var
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8378 $as_echo "$ac_res" >&6; }
8379 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8380 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8381 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8382 else
8383 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8385 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8386 if eval \${$as_ac_var+:} false; then :
8387 $as_echo_n "(cached) " >&6
8388 else
8389 ac_wine_try_cflags_saved=$CFLAGS
8390 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8392 /* end confdefs.h. */
8393 int main(int argc, char **argv) { return 0; }
8394 _ACEOF
8395 if ac_fn_c_try_link "$LINENO"; then :
8396 eval "$as_ac_var=yes"
8397 else
8398 eval "$as_ac_var=no"
8400 rm -f core conftest.err conftest.$ac_objext \
8401 conftest$ac_exeext conftest.$ac_ext
8402 CFLAGS=$ac_wine_try_cflags_saved
8404 eval ac_res=\$$as_ac_var
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8406 $as_echo "$ac_res" >&6; }
8407 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8408 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8409 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8414 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8415 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8416 $as_echo_n "(cached) " >&6
8417 else
8418 ac_wine_try_cflags_saved=$CFLAGS
8419 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8421 /* end confdefs.h. */
8422 int main(int argc, char **argv) { return 0; }
8423 _ACEOF
8424 if ac_fn_c_try_link "$LINENO"; then :
8425 ac_cv_cflags__Wl___enable_new_dtags=yes
8426 else
8427 ac_cv_cflags__Wl___enable_new_dtags=no
8429 rm -f core conftest.err conftest.$ac_objext \
8430 conftest$ac_exeext conftest.$ac_ext
8431 CFLAGS=$ac_wine_try_cflags_saved
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8434 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8435 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8436 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8439 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8440 if ${ac_cv_cflags__Wl__pie+:} false; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 ac_wine_try_cflags_saved=$CFLAGS
8444 CFLAGS="$CFLAGS -Wl,-pie"
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446 /* end confdefs.h. */
8447 int main(int argc, char **argv) { return 0; }
8448 _ACEOF
8449 if ac_fn_c_try_link "$LINENO"; then :
8450 ac_cv_cflags__Wl__pie=yes
8451 else
8452 ac_cv_cflags__Wl__pie=no
8454 rm -f core conftest.err conftest.$ac_objext \
8455 conftest$ac_exeext conftest.$ac_ext
8456 CFLAGS=$ac_wine_try_cflags_saved
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8459 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8460 if test "x$ac_cv_cflags__Wl__pie" = xyes; then :
8461 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,-pie"
8464 LIBWINE_SHAREDLIB="libwine.so"
8466 LIBWINE_INSTALL_LIB="libwine.so"
8468 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so"
8473 DLLFLAGS="$DLLFLAGS -fPIC"
8474 LDEXECFLAGS=""
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8476 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8477 if ${ac_cv_c_dll_gnuelf+:} false; then :
8478 $as_echo_n "(cached) " >&6
8479 else
8480 ac_wine_try_cflags_saved=$CFLAGS
8481 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8483 /* end confdefs.h. */
8484 void myfunc() {}
8485 _ACEOF
8486 if ac_fn_c_try_link "$LINENO"; then :
8487 ac_cv_c_dll_gnuelf="yes"
8488 else
8489 ac_cv_c_dll_gnuelf="no"
8491 rm -f core conftest.err conftest.$ac_objext \
8492 conftest$ac_exeext conftest.$ac_ext
8493 CFLAGS=$ac_wine_try_cflags_saved
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8496 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8497 if test "$ac_cv_c_dll_gnuelf" = "yes"
8498 then
8499 LIBWINE_LDFLAGS="-shared"
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8501 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8502 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false; then :
8503 $as_echo_n "(cached) " >&6
8504 else
8505 ac_wine_try_cflags_saved=$CFLAGS
8506 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8508 /* end confdefs.h. */
8509 int main(int argc, char **argv) { return 0; }
8510 _ACEOF
8511 if ac_fn_c_try_link "$LINENO"; then :
8512 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8513 else
8514 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8516 rm -f core conftest.err conftest.$ac_objext \
8517 conftest$ac_exeext conftest.$ac_ext
8518 CFLAGS=$ac_wine_try_cflags_saved
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8521 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8522 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes; then :
8523 LIBWINE_LDFLAGS="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8524 else
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8527 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false; then :
8528 $as_echo_n "(cached) " >&6
8529 else
8530 ac_wine_try_cflags_saved=$CFLAGS
8531 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8535 _ACEOF
8536 if ac_fn_c_try_link "$LINENO"; then :
8537 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8538 else
8539 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8541 rm -f core conftest.err conftest.$ac_objext \
8542 conftest$ac_exeext conftest.$ac_ext
8543 CFLAGS=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes; then :
8548 LIBWINE_LDFLAGS="-shared -Wl,-h,libwine.so.$libwine_soversion"
8552 echo '{ global: *; };' >conftest.map
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8554 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8555 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false; then :
8556 $as_echo_n "(cached) " >&6
8557 else
8558 ac_wine_try_cflags_saved=$CFLAGS
8559 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8561 /* end confdefs.h. */
8562 int main(int argc, char **argv) { return 0; }
8563 _ACEOF
8564 if ac_fn_c_try_link "$LINENO"; then :
8565 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8566 else
8567 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8569 rm -f core conftest.err conftest.$ac_objext \
8570 conftest$ac_exeext conftest.$ac_ext
8571 CFLAGS=$ac_wine_try_cflags_saved
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8574 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8575 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes; then :
8576 LIBWINE_LDFLAGS="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8578 rm -f conftest.map
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8581 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8582 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false; then :
8583 $as_echo_n "(cached) " >&6
8584 else
8585 ac_wine_try_cflags_saved=$CFLAGS
8586 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h. */
8589 int main(int argc, char **argv) { return 0; }
8590 _ACEOF
8591 if ac_fn_c_try_link "$LINENO"; then :
8592 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8593 else
8594 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8596 rm -f core conftest.err conftest.$ac_objext \
8597 conftest$ac_exeext conftest.$ac_ext
8598 CFLAGS=$ac_wine_try_cflags_saved
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8601 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8602 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes; then :
8603 LDEXECFLAGS="-Wl,--export-dynamic"
8606 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8608 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8609 if eval \${$as_ac_var+:} false; then :
8610 $as_echo_n "(cached) " >&6
8611 else
8612 ac_wine_try_cflags_saved=$CFLAGS
8613 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8617 _ACEOF
8618 if ac_fn_c_try_link "$LINENO"; then :
8619 eval "$as_ac_var=yes"
8620 else
8621 eval "$as_ac_var=no"
8623 rm -f core conftest.err conftest.$ac_objext \
8624 conftest$ac_exeext conftest.$ac_ext
8625 CFLAGS=$ac_wine_try_cflags_saved
8627 eval ac_res=\$$as_ac_var
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8629 $as_echo "$ac_res" >&6; }
8630 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8631 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8632 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8633 else
8634 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8636 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8637 if eval \${$as_ac_var+:} false; then :
8638 $as_echo_n "(cached) " >&6
8639 else
8640 ac_wine_try_cflags_saved=$CFLAGS
8641 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8643 /* end confdefs.h. */
8644 int main(int argc, char **argv) { return 0; }
8645 _ACEOF
8646 if ac_fn_c_try_link "$LINENO"; then :
8647 eval "$as_ac_var=yes"
8648 else
8649 eval "$as_ac_var=no"
8651 rm -f core conftest.err conftest.$ac_objext \
8652 conftest$ac_exeext conftest.$ac_ext
8653 CFLAGS=$ac_wine_try_cflags_saved
8655 eval ac_res=\$$as_ac_var
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8657 $as_echo "$ac_res" >&6; }
8658 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8659 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8660 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8665 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8666 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false; then :
8667 $as_echo_n "(cached) " >&6
8668 else
8669 ac_wine_try_cflags_saved=$CFLAGS
8670 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8672 /* end confdefs.h. */
8673 int main(int argc, char **argv) { return 0; }
8674 _ACEOF
8675 if ac_fn_c_try_link "$LINENO"; then :
8676 ac_cv_cflags__Wl___enable_new_dtags=yes
8677 else
8678 ac_cv_cflags__Wl___enable_new_dtags=no
8680 rm -f core conftest.err conftest.$ac_objext \
8681 conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8685 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8686 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes; then :
8687 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8690 case $host_cpu in
8691 *i[3456789]86* | x86_64)
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8693 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8694 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false; then :
8695 $as_echo_n "(cached) " >&6
8696 else
8697 ac_wine_try_cflags_saved=$CFLAGS
8698 CFLAGS="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8700 /* end confdefs.h. */
8701 int main(int argc, char **argv) { return 0; }
8702 _ACEOF
8703 if ac_fn_c_try_link "$LINENO"; then :
8704 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=yes
8705 else
8706 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000=no
8708 rm -f core conftest.err conftest.$ac_objext \
8709 conftest$ac_exeext conftest.$ac_ext
8710 CFLAGS=$ac_wine_try_cflags_saved
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8713 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8714 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes; then :
8715 case $host_os in
8716 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8717 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8718 esac
8719 else
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8721 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8722 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false; then :
8723 $as_echo_n "(cached) " >&6
8724 else
8725 ac_wine_try_cflags_saved=$CFLAGS
8726 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8729 int main(int argc, char **argv) { return 0; }
8730 _ACEOF
8731 if ac_fn_c_try_link "$LINENO"; then :
8732 ac_cv_cflags__Wl___section_start__interp_0x7c000400=yes
8733 else
8734 ac_cv_cflags__Wl___section_start__interp_0x7c000400=no
8736 rm -f core conftest.err conftest.$ac_objext \
8737 conftest$ac_exeext conftest.$ac_ext
8738 CFLAGS=$ac_wine_try_cflags_saved
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8741 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8742 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes; then :
8743 case $host_os in
8744 freebsd* | kfreebsd*-gnu) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8745 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8746 esac
8748 # Extract the first word of "prelink", so it can be a program name with args.
8749 set dummy prelink; ac_word=$2
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8751 $as_echo_n "checking for $ac_word... " >&6; }
8752 if ${ac_cv_path_PRELINK+:} false; then :
8753 $as_echo_n "(cached) " >&6
8754 else
8755 case $PRELINK in
8756 [\\/]* | ?:[\\/]*)
8757 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
8760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8761 for as_dir in /sbin /usr/sbin $PATH
8763 IFS=$as_save_IFS
8764 test -z "$as_dir" && as_dir=.
8765 for ac_exec_ext in '' $ac_executable_extensions; do
8766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8767 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
8768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8769 break 2
8771 done
8772 done
8773 IFS=$as_save_IFS
8775 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
8777 esac
8779 PRELINK=$ac_cv_path_PRELINK
8780 if test -n "$PRELINK"; then
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8782 $as_echo "$PRELINK" >&6; }
8783 else
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8785 $as_echo "no" >&6; }
8789 if test "x$PRELINK" = xfalse
8790 then
8791 as_fn_append wine_warnings "|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8795 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8796 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false; then :
8797 $as_echo_n "(cached) " >&6
8798 else
8799 ac_wine_try_cflags_saved=$CFLAGS
8800 CFLAGS="$CFLAGS -Wl,-z,max-page-size=0x1000"
8801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8802 /* end confdefs.h. */
8803 int main(int argc, char **argv) { return 0; }
8804 _ACEOF
8805 if ac_fn_c_try_link "$LINENO"; then :
8806 ac_cv_cflags__Wl__z_max_page_size_0x1000=yes
8807 else
8808 ac_cv_cflags__Wl__z_max_page_size_0x1000=no
8810 rm -f core conftest.err conftest.$ac_objext \
8811 conftest$ac_exeext conftest.$ac_ext
8812 CFLAGS=$ac_wine_try_cflags_saved
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8815 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8816 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes; then :
8817 LDEXECFLAGS="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8820 esac
8822 else
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8824 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8825 if ${ac_cv_c_dll_unixware+:} false; then :
8826 $as_echo_n "(cached) " >&6
8827 else
8828 ac_wine_try_cflags_saved=$CFLAGS
8829 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8831 /* end confdefs.h. */
8832 void myfunc() {}
8833 _ACEOF
8834 if ac_fn_c_try_link "$LINENO"; then :
8835 ac_cv_c_dll_unixware="yes"
8836 else
8837 ac_cv_c_dll_unixware="no"
8839 rm -f core conftest.err conftest.$ac_objext \
8840 conftest$ac_exeext conftest.$ac_ext
8841 CFLAGS=$ac_wine_try_cflags_saved
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8844 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8845 if test "$ac_cv_c_dll_unixware" = "yes"
8846 then
8847 LIBWINE_LDFLAGS="-Wl,-G,-h,libwine.so.$libwine_soversion"
8850 LIBWINE_SHAREDLIB="libwine.so.$libwine_version"
8852 LIBWINE_INSTALL_LIB="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8854 LIBWINE_INSTALL_DEV="libwine.so"
8856 LIBWINE_DEPENDS="wine.map"
8859 esac
8861 enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
8862 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
8863 enable_winemac_drv=${enable_winemac_drv:-no}
8864 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv=${enable_winejoystick_drv:-no}
8866 CROSSTARGET=""
8868 if test "x$enable_tests" != xno -a "$LIBEXT" != "dll"
8869 then
8870 case "$host_cpu" in
8871 arm*)
8872 ac_prefix_list="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8873 i[3456789]86*)
8874 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
8875 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8876 mingw32-gcc" ;;
8877 x86_64)
8878 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
8879 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8881 ac_prefix_list="" ;;
8882 esac
8883 for ac_prog in $ac_prefix_list
8885 # Extract the first word of "$ac_prog", so it can be a program name with args.
8886 set dummy $ac_prog; ac_word=$2
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8888 $as_echo_n "checking for $ac_word... " >&6; }
8889 if ${ac_cv_prog_CROSSCC+:} false; then :
8890 $as_echo_n "(cached) " >&6
8891 else
8892 if test -n "$CROSSCC"; then
8893 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8894 else
8895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8896 for as_dir in $PATH
8898 IFS=$as_save_IFS
8899 test -z "$as_dir" && as_dir=.
8900 for ac_exec_ext in '' $ac_executable_extensions; do
8901 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8902 ac_cv_prog_CROSSCC="$ac_prog"
8903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8904 break 2
8906 done
8907 done
8908 IFS=$as_save_IFS
8912 CROSSCC=$ac_cv_prog_CROSSCC
8913 if test -n "$CROSSCC"; then
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8915 $as_echo "$CROSSCC" >&6; }
8916 else
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8918 $as_echo "no" >&6; }
8922 test -n "$CROSSCC" && break
8923 done
8924 test -n "$CROSSCC" || CROSSCC="false"
8926 if test "$CROSSCC" != "false"
8927 then
8928 ac_save_CC="$CC"
8929 CC="$CROSSCC"
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8931 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8933 /* end confdefs.h. */
8936 main ()
8940 return 0;
8942 _ACEOF
8943 if ac_fn_c_try_compile "$LINENO"; then :
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8945 $as_echo "yes" >&6; }
8946 set x $CROSSCC
8947 shift
8948 while test $# -ge 1
8950 case "$1" in
8951 *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
8952 *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
8953 esac
8954 shift
8955 done
8956 else
8957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8958 $as_echo "no" >&6; }
8960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8961 CC="$ac_save_CC"
8966 if test "$ac_cv_header_pthread_h" = "yes"
8967 then
8968 ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8969 if test "x$ac_cv_func_pthread_create" = xyes; then :
8971 else
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8973 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8974 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8975 $as_echo_n "(cached) " >&6
8976 else
8977 ac_check_lib_save_LIBS=$LIBS
8978 LIBS="-lpthread $LIBS"
8979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8980 /* end confdefs.h. */
8982 /* Override any GCC internal prototype to avoid an error.
8983 Use char because int might match the return type of a GCC
8984 builtin and then its argument prototype would still apply. */
8985 #ifdef __cplusplus
8986 extern "C"
8987 #endif
8988 char pthread_create ();
8990 main ()
8992 return pthread_create ();
8994 return 0;
8996 _ACEOF
8997 if ac_fn_c_try_link "$LINENO"; then :
8998 ac_cv_lib_pthread_pthread_create=yes
8999 else
9000 ac_cv_lib_pthread_pthread_create=no
9002 rm -f core conftest.err conftest.$ac_objext \
9003 conftest$ac_exeext conftest.$ac_ext
9004 LIBS=$ac_check_lib_save_LIBS
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9007 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9008 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
9009 PTHREAD_LIBS="-lpthread"
9016 if test "x$ac_cv_func_pthread_create" != xyes -a "x$PTHREAD_LIBS" = x; then :
9017 case "x$with_pthread" in
9018 xno) ;;
9019 *) as_fn_error $? "pthread ${notice_platform}development files not found.
9020 Wine cannot support threads without libpthread.
9021 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9022 esac
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9028 $as_echo_n "checking for X... " >&6; }
9031 # Check whether --with-x was given.
9032 if test "${with_x+set}" = set; then :
9033 withval=$with_x;
9036 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9037 if test "x$with_x" = xno; then
9038 # The user explicitly disabled X.
9039 have_x=disabled
9040 else
9041 case $x_includes,$x_libraries in #(
9042 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9043 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9044 $as_echo_n "(cached) " >&6
9045 else
9046 # One or both of the vars are not set, and there is no cached value.
9047 ac_x_includes=no ac_x_libraries=no
9048 rm -f -r conftest.dir
9049 if mkdir conftest.dir; then
9050 cd conftest.dir
9051 cat >Imakefile <<'_ACEOF'
9052 incroot:
9053 @echo incroot='${INCROOT}'
9054 usrlibdir:
9055 @echo usrlibdir='${USRLIBDIR}'
9056 libdir:
9057 @echo libdir='${LIBDIR}'
9058 _ACEOF
9059 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9060 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9061 for ac_var in incroot usrlibdir libdir; do
9062 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9063 done
9064 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9065 for ac_extension in a so sl dylib la dll; do
9066 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9067 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9068 ac_im_usrlibdir=$ac_im_libdir; break
9070 done
9071 # Screen out bogus values from the imake configuration. They are
9072 # bogus both because they are the default anyway, and because
9073 # using them would break gcc on systems where it needs fixed includes.
9074 case $ac_im_incroot in
9075 /usr/include) ac_x_includes= ;;
9076 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
9077 esac
9078 case $ac_im_usrlibdir in
9079 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
9080 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
9081 esac
9083 cd ..
9084 rm -f -r conftest.dir
9087 # Standard set of common directories for X headers.
9088 # Check X11 before X11Rn because it is often a symlink to the current release.
9089 ac_x_header_dirs='
9090 /usr/X11/include
9091 /usr/X11R7/include
9092 /usr/X11R6/include
9093 /usr/X11R5/include
9094 /usr/X11R4/include
9096 /usr/include/X11
9097 /usr/include/X11R7
9098 /usr/include/X11R6
9099 /usr/include/X11R5
9100 /usr/include/X11R4
9102 /usr/local/X11/include
9103 /usr/local/X11R7/include
9104 /usr/local/X11R6/include
9105 /usr/local/X11R5/include
9106 /usr/local/X11R4/include
9108 /usr/local/include/X11
9109 /usr/local/include/X11R7
9110 /usr/local/include/X11R6
9111 /usr/local/include/X11R5
9112 /usr/local/include/X11R4
9114 /usr/X386/include
9115 /usr/x386/include
9116 /usr/XFree86/include/X11
9118 /usr/include
9119 /usr/local/include
9120 /usr/unsupported/include
9121 /usr/athena/include
9122 /usr/local/x11r5/include
9123 /usr/lpp/Xamples/include
9125 /usr/openwin/include
9126 /usr/openwin/share/include'
9128 if test "$ac_x_includes" = no; then
9129 # Guess where to find include files, by looking for Xlib.h.
9130 # First, try using that file with no special directory specified.
9131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9132 /* end confdefs.h. */
9133 #include <X11/Xlib.h>
9134 _ACEOF
9135 if ac_fn_c_try_cpp "$LINENO"; then :
9136 # We can compile using X headers with no special include directory.
9137 ac_x_includes=
9138 else
9139 for ac_dir in $ac_x_header_dirs; do
9140 if test -r "$ac_dir/X11/Xlib.h"; then
9141 ac_x_includes=$ac_dir
9142 break
9144 done
9146 rm -f conftest.err conftest.i conftest.$ac_ext
9147 fi # $ac_x_includes = no
9149 if test "$ac_x_libraries" = no; then
9150 # Check for the libraries.
9151 # See if we find them without any special options.
9152 # Don't add to $LIBS permanently.
9153 ac_save_LIBS=$LIBS
9154 LIBS="-lX11 $LIBS"
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9157 #include <X11/Xlib.h>
9159 main ()
9161 XrmInitialize ()
9163 return 0;
9165 _ACEOF
9166 if ac_fn_c_try_link "$LINENO"; then :
9167 LIBS=$ac_save_LIBS
9168 # We can link X programs with no special library path.
9169 ac_x_libraries=
9170 else
9171 LIBS=$ac_save_LIBS
9172 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9174 # Don't even attempt the hair of trying to link an X program!
9175 for ac_extension in a so sl dylib la dll; do
9176 if test -r "$ac_dir/libX11.$ac_extension"; then
9177 ac_x_libraries=$ac_dir
9178 break 2
9180 done
9181 done
9183 rm -f core conftest.err conftest.$ac_objext \
9184 conftest$ac_exeext conftest.$ac_ext
9185 fi # $ac_x_libraries = no
9187 case $ac_x_includes,$ac_x_libraries in #(
9188 no,* | *,no | *\'*)
9189 # Didn't find X, or a directory has "'" in its name.
9190 ac_cv_have_x="have_x=no";; #(
9192 # Record where we found X for the cache.
9193 ac_cv_have_x="have_x=yes\
9194 ac_x_includes='$ac_x_includes'\
9195 ac_x_libraries='$ac_x_libraries'"
9196 esac
9198 ;; #(
9199 *) have_x=yes;;
9200 esac
9201 eval "$ac_cv_have_x"
9202 fi # $with_x != no
9204 if test "$have_x" != yes; then
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9206 $as_echo "$have_x" >&6; }
9207 no_x=yes
9208 else
9209 # If each of the values was on the command line, it overrides each guess.
9210 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9211 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9212 # Update the cache value to reflect the command line values.
9213 ac_cv_have_x="have_x=yes\
9214 ac_x_includes='$x_includes'\
9215 ac_x_libraries='$x_libraries'"
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9217 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9220 if test "$no_x" = yes; then
9221 # Not all programs may use this symbol, but it does not hurt to define it.
9223 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9225 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9226 else
9227 if test -n "$x_includes"; then
9228 X_CFLAGS="$X_CFLAGS -I$x_includes"
9231 # It would also be nice to do this for all -L options, not just this one.
9232 if test -n "$x_libraries"; then
9233 X_LIBS="$X_LIBS -L$x_libraries"
9234 # For Solaris; some versions of Sun CC require a space after -R and
9235 # others require no space. Words are not sufficient . . . .
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9237 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9238 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9239 ac_xsave_c_werror_flag=$ac_c_werror_flag
9240 ac_c_werror_flag=yes
9241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9242 /* end confdefs.h. */
9245 main ()
9249 return 0;
9251 _ACEOF
9252 if ac_fn_c_try_link "$LINENO"; then :
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9254 $as_echo "no" >&6; }
9255 X_LIBS="$X_LIBS -R$x_libraries"
9256 else
9257 LIBS="$ac_xsave_LIBS -R $x_libraries"
9258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9259 /* end confdefs.h. */
9262 main ()
9266 return 0;
9268 _ACEOF
9269 if ac_fn_c_try_link "$LINENO"; then :
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9271 $as_echo "yes" >&6; }
9272 X_LIBS="$X_LIBS -R $x_libraries"
9273 else
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9275 $as_echo "neither works" >&6; }
9277 rm -f core conftest.err conftest.$ac_objext \
9278 conftest$ac_exeext conftest.$ac_ext
9280 rm -f core conftest.err conftest.$ac_objext \
9281 conftest$ac_exeext conftest.$ac_ext
9282 ac_c_werror_flag=$ac_xsave_c_werror_flag
9283 LIBS=$ac_xsave_LIBS
9286 # Check for system-dependent libraries X programs must link with.
9287 # Do this before checking for the system-independent R6 libraries
9288 # (-lICE), since we may need -lsocket or whatever for X linking.
9290 if test "$ISC" = yes; then
9291 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9292 else
9293 # Martyn Johnson says this is needed for Ultrix, if the X
9294 # libraries were built with DECnet support. And Karl Berry says
9295 # the Alpha needs dnet_stub (dnet does not exist).
9296 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9298 /* end confdefs.h. */
9300 /* Override any GCC internal prototype to avoid an error.
9301 Use char because int might match the return type of a GCC
9302 builtin and then its argument prototype would still apply. */
9303 #ifdef __cplusplus
9304 extern "C"
9305 #endif
9306 char XOpenDisplay ();
9308 main ()
9310 return XOpenDisplay ();
9312 return 0;
9314 _ACEOF
9315 if ac_fn_c_try_link "$LINENO"; then :
9317 else
9318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9319 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9320 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9321 $as_echo_n "(cached) " >&6
9322 else
9323 ac_check_lib_save_LIBS=$LIBS
9324 LIBS="-ldnet $LIBS"
9325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9326 /* end confdefs.h. */
9328 /* Override any GCC internal prototype to avoid an error.
9329 Use char because int might match the return type of a GCC
9330 builtin and then its argument prototype would still apply. */
9331 #ifdef __cplusplus
9332 extern "C"
9333 #endif
9334 char dnet_ntoa ();
9336 main ()
9338 return dnet_ntoa ();
9340 return 0;
9342 _ACEOF
9343 if ac_fn_c_try_link "$LINENO"; then :
9344 ac_cv_lib_dnet_dnet_ntoa=yes
9345 else
9346 ac_cv_lib_dnet_dnet_ntoa=no
9348 rm -f core conftest.err conftest.$ac_objext \
9349 conftest$ac_exeext conftest.$ac_ext
9350 LIBS=$ac_check_lib_save_LIBS
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9353 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9354 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9355 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9358 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9360 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9361 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
9362 $as_echo_n "(cached) " >&6
9363 else
9364 ac_check_lib_save_LIBS=$LIBS
9365 LIBS="-ldnet_stub $LIBS"
9366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9367 /* end confdefs.h. */
9369 /* Override any GCC internal prototype to avoid an error.
9370 Use char because int might match the return type of a GCC
9371 builtin and then its argument prototype would still apply. */
9372 #ifdef __cplusplus
9373 extern "C"
9374 #endif
9375 char dnet_ntoa ();
9377 main ()
9379 return dnet_ntoa ();
9381 return 0;
9383 _ACEOF
9384 if ac_fn_c_try_link "$LINENO"; then :
9385 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9386 else
9387 ac_cv_lib_dnet_stub_dnet_ntoa=no
9389 rm -f core conftest.err conftest.$ac_objext \
9390 conftest$ac_exeext conftest.$ac_ext
9391 LIBS=$ac_check_lib_save_LIBS
9393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9394 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9395 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
9396 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9401 rm -f core conftest.err conftest.$ac_objext \
9402 conftest$ac_exeext conftest.$ac_ext
9403 LIBS="$ac_xsave_LIBS"
9405 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9406 # to get the SysV transport functions.
9407 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9408 # needs -lnsl.
9409 # The nsl library prevents programs from opening the X display
9410 # on Irix 5.2, according to T.E. Dickey.
9411 # The functions gethostbyname, getservbyname, and inet_addr are
9412 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9413 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9414 if test "x$ac_cv_func_gethostbyname" = xyes; then :
9418 if test $ac_cv_func_gethostbyname = no; then
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9420 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9421 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9422 $as_echo_n "(cached) " >&6
9423 else
9424 ac_check_lib_save_LIBS=$LIBS
9425 LIBS="-lnsl $LIBS"
9426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9427 /* end confdefs.h. */
9429 /* Override any GCC internal prototype to avoid an error.
9430 Use char because int might match the return type of a GCC
9431 builtin and then its argument prototype would still apply. */
9432 #ifdef __cplusplus
9433 extern "C"
9434 #endif
9435 char gethostbyname ();
9437 main ()
9439 return gethostbyname ();
9441 return 0;
9443 _ACEOF
9444 if ac_fn_c_try_link "$LINENO"; then :
9445 ac_cv_lib_nsl_gethostbyname=yes
9446 else
9447 ac_cv_lib_nsl_gethostbyname=no
9449 rm -f core conftest.err conftest.$ac_objext \
9450 conftest$ac_exeext conftest.$ac_ext
9451 LIBS=$ac_check_lib_save_LIBS
9453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9454 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9455 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9456 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9459 if test $ac_cv_lib_nsl_gethostbyname = no; then
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9461 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9462 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
9463 $as_echo_n "(cached) " >&6
9464 else
9465 ac_check_lib_save_LIBS=$LIBS
9466 LIBS="-lbsd $LIBS"
9467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9468 /* end confdefs.h. */
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9473 #ifdef __cplusplus
9474 extern "C"
9475 #endif
9476 char gethostbyname ();
9478 main ()
9480 return gethostbyname ();
9482 return 0;
9484 _ACEOF
9485 if ac_fn_c_try_link "$LINENO"; then :
9486 ac_cv_lib_bsd_gethostbyname=yes
9487 else
9488 ac_cv_lib_bsd_gethostbyname=no
9490 rm -f core conftest.err conftest.$ac_objext \
9491 conftest$ac_exeext conftest.$ac_ext
9492 LIBS=$ac_check_lib_save_LIBS
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9495 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9496 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
9497 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9503 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9504 # socket/setsockopt and other routines are undefined under SCO ODT
9505 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9506 # on later versions), says Simon Leinen: it contains gethostby*
9507 # variants that don't use the name server (or something). -lsocket
9508 # must be given before -lnsl if both are needed. We assume that
9509 # if connect needs -lnsl, so does gethostbyname.
9510 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
9511 if test "x$ac_cv_func_connect" = xyes; then :
9515 if test $ac_cv_func_connect = no; then
9516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9517 $as_echo_n "checking for connect in -lsocket... " >&6; }
9518 if ${ac_cv_lib_socket_connect+:} false; then :
9519 $as_echo_n "(cached) " >&6
9520 else
9521 ac_check_lib_save_LIBS=$LIBS
9522 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9524 /* end confdefs.h. */
9526 /* Override any GCC internal prototype to avoid an error.
9527 Use char because int might match the return type of a GCC
9528 builtin and then its argument prototype would still apply. */
9529 #ifdef __cplusplus
9530 extern "C"
9531 #endif
9532 char connect ();
9534 main ()
9536 return connect ();
9538 return 0;
9540 _ACEOF
9541 if ac_fn_c_try_link "$LINENO"; then :
9542 ac_cv_lib_socket_connect=yes
9543 else
9544 ac_cv_lib_socket_connect=no
9546 rm -f core conftest.err conftest.$ac_objext \
9547 conftest$ac_exeext conftest.$ac_ext
9548 LIBS=$ac_check_lib_save_LIBS
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9551 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9552 if test "x$ac_cv_lib_socket_connect" = xyes; then :
9553 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9558 # Guillermo Gomez says -lposix is necessary on A/UX.
9559 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
9560 if test "x$ac_cv_func_remove" = xyes; then :
9564 if test $ac_cv_func_remove = no; then
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9566 $as_echo_n "checking for remove in -lposix... " >&6; }
9567 if ${ac_cv_lib_posix_remove+:} false; then :
9568 $as_echo_n "(cached) " >&6
9569 else
9570 ac_check_lib_save_LIBS=$LIBS
9571 LIBS="-lposix $LIBS"
9572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9573 /* end confdefs.h. */
9575 /* Override any GCC internal prototype to avoid an error.
9576 Use char because int might match the return type of a GCC
9577 builtin and then its argument prototype would still apply. */
9578 #ifdef __cplusplus
9579 extern "C"
9580 #endif
9581 char remove ();
9583 main ()
9585 return remove ();
9587 return 0;
9589 _ACEOF
9590 if ac_fn_c_try_link "$LINENO"; then :
9591 ac_cv_lib_posix_remove=yes
9592 else
9593 ac_cv_lib_posix_remove=no
9595 rm -f core conftest.err conftest.$ac_objext \
9596 conftest$ac_exeext conftest.$ac_ext
9597 LIBS=$ac_check_lib_save_LIBS
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9600 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9601 if test "x$ac_cv_lib_posix_remove" = xyes; then :
9602 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9607 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9608 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
9609 if test "x$ac_cv_func_shmat" = xyes; then :
9613 if test $ac_cv_func_shmat = no; then
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9615 $as_echo_n "checking for shmat in -lipc... " >&6; }
9616 if ${ac_cv_lib_ipc_shmat+:} false; then :
9617 $as_echo_n "(cached) " >&6
9618 else
9619 ac_check_lib_save_LIBS=$LIBS
9620 LIBS="-lipc $LIBS"
9621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9622 /* end confdefs.h. */
9624 /* Override any GCC internal prototype to avoid an error.
9625 Use char because int might match the return type of a GCC
9626 builtin and then its argument prototype would still apply. */
9627 #ifdef __cplusplus
9628 extern "C"
9629 #endif
9630 char shmat ();
9632 main ()
9634 return shmat ();
9636 return 0;
9638 _ACEOF
9639 if ac_fn_c_try_link "$LINENO"; then :
9640 ac_cv_lib_ipc_shmat=yes
9641 else
9642 ac_cv_lib_ipc_shmat=no
9644 rm -f core conftest.err conftest.$ac_objext \
9645 conftest$ac_exeext conftest.$ac_ext
9646 LIBS=$ac_check_lib_save_LIBS
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9649 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9650 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
9651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9657 # Check for libraries that X11R6 Xt/Xaw programs need.
9658 ac_save_LDFLAGS=$LDFLAGS
9659 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9660 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9661 # check for ICE first), but we must link in the order -lSM -lICE or
9662 # we get undefined symbols. So assume we have SM if we have ICE.
9663 # These have to be linked with before -lX11, unlike the other
9664 # libraries we check for below, so use a different variable.
9665 # John Interrante, Karl Berry
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9667 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9668 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
9669 $as_echo_n "(cached) " >&6
9670 else
9671 ac_check_lib_save_LIBS=$LIBS
9672 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9674 /* end confdefs.h. */
9676 /* Override any GCC internal prototype to avoid an error.
9677 Use char because int might match the return type of a GCC
9678 builtin and then its argument prototype would still apply. */
9679 #ifdef __cplusplus
9680 extern "C"
9681 #endif
9682 char IceConnectionNumber ();
9684 main ()
9686 return IceConnectionNumber ();
9688 return 0;
9690 _ACEOF
9691 if ac_fn_c_try_link "$LINENO"; then :
9692 ac_cv_lib_ICE_IceConnectionNumber=yes
9693 else
9694 ac_cv_lib_ICE_IceConnectionNumber=no
9696 rm -f core conftest.err conftest.$ac_objext \
9697 conftest$ac_exeext conftest.$ac_ext
9698 LIBS=$ac_check_lib_save_LIBS
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9701 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9702 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
9703 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9706 LDFLAGS=$ac_save_LDFLAGS
9711 if test "$have_x" = "yes"
9712 then
9713 ac_save_CPPFLAGS="$CPPFLAGS"
9714 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9717 $as_echo_n "checking for -lX11... " >&6; }
9718 if ${ac_cv_lib_soname_X11+:} false; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 ac_check_soname_save_LIBS=$LIBS
9722 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9724 /* end confdefs.h. */
9726 /* Override any GCC internal prototype to avoid an error.
9727 Use char because int might match the return type of a GCC
9728 builtin and then its argument prototype would still apply. */
9729 #ifdef __cplusplus
9730 extern "C"
9731 #endif
9732 char XCreateWindow ();
9734 main ()
9736 return XCreateWindow ();
9738 return 0;
9740 _ACEOF
9741 if ac_fn_c_try_link "$LINENO"; then :
9742 case "$LIBEXT" in
9743 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9744 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'` ;;
9745 *) ac_cv_lib_soname_X11=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9746 if ${ac_cv_lib_soname_X11:+false} :; then :
9747 ac_cv_lib_soname_X11=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9748 fi ;;
9749 esac
9751 rm -f core conftest.err conftest.$ac_objext \
9752 conftest$ac_exeext conftest.$ac_ext
9753 LIBS=$ac_check_soname_save_LIBS
9755 if ${ac_cv_lib_soname_X11:+false} :; then :
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9757 $as_echo "not found" >&6; }
9759 else
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9761 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9763 cat >>confdefs.h <<_ACEOF
9764 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9765 _ACEOF
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9770 $as_echo_n "checking for -lXext... " >&6; }
9771 if ${ac_cv_lib_soname_Xext+:} false; then :
9772 $as_echo_n "(cached) " >&6
9773 else
9774 ac_check_soname_save_LIBS=$LIBS
9775 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9777 /* end confdefs.h. */
9779 /* Override any GCC internal prototype to avoid an error.
9780 Use char because int might match the return type of a GCC
9781 builtin and then its argument prototype would still apply. */
9782 #ifdef __cplusplus
9783 extern "C"
9784 #endif
9785 char XextCreateExtension ();
9787 main ()
9789 return XextCreateExtension ();
9791 return 0;
9793 _ACEOF
9794 if ac_fn_c_try_link "$LINENO"; then :
9795 case "$LIBEXT" in
9796 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9797 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'` ;;
9798 *) ac_cv_lib_soname_Xext=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9799 if ${ac_cv_lib_soname_Xext:+false} :; then :
9800 ac_cv_lib_soname_Xext=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9801 fi ;;
9802 esac
9804 rm -f core conftest.err conftest.$ac_objext \
9805 conftest$ac_exeext conftest.$ac_ext
9806 LIBS=$ac_check_soname_save_LIBS
9808 if ${ac_cv_lib_soname_Xext:+false} :; then :
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9810 $as_echo "not found" >&6; }
9812 else
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9814 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9816 cat >>confdefs.h <<_ACEOF
9817 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9818 _ACEOF
9820 X_LIBS="$X_LIBS -lXext"
9822 X_LIBS="$X_LIBS -lX11"
9824 for ac_header in X11/Xlib.h \
9825 X11/XKBlib.h \
9826 X11/Xutil.h \
9827 X11/Xcursor/Xcursor.h \
9828 X11/extensions/shape.h \
9829 X11/extensions/XInput.h \
9830 X11/extensions/XInput2.h \
9831 X11/extensions/XShm.h \
9832 X11/extensions/Xcomposite.h \
9833 X11/extensions/Xinerama.h \
9834 X11/extensions/Xrandr.h \
9835 X11/extensions/Xrender.h \
9836 X11/extensions/xf86vmode.h \
9837 X11/extensions/xf86vmproto.h
9838 do :
9839 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9840 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9841 # include <X11/Xlib.h>
9842 #endif
9843 #ifdef HAVE_X11_XUTIL_H
9844 # include <X11/Xutil.h>
9845 #endif
9847 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9848 cat >>confdefs.h <<_ACEOF
9849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9850 _ACEOF
9854 done
9857 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9858 then
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9860 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9861 if ${ac_cv_lib_X11_XkbQueryExtension+:} false; then :
9862 $as_echo_n "(cached) " >&6
9863 else
9864 ac_check_lib_save_LIBS=$LIBS
9865 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9867 /* end confdefs.h. */
9869 /* Override any GCC internal prototype to avoid an error.
9870 Use char because int might match the return type of a GCC
9871 builtin and then its argument prototype would still apply. */
9872 #ifdef __cplusplus
9873 extern "C"
9874 #endif
9875 char XkbQueryExtension ();
9877 main ()
9879 return XkbQueryExtension ();
9881 return 0;
9883 _ACEOF
9884 if ac_fn_c_try_link "$LINENO"; then :
9885 ac_cv_lib_X11_XkbQueryExtension=yes
9886 else
9887 ac_cv_lib_X11_XkbQueryExtension=no
9889 rm -f core conftest.err conftest.$ac_objext \
9890 conftest$ac_exeext conftest.$ac_ext
9891 LIBS=$ac_check_lib_save_LIBS
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9894 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9895 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes; then :
9897 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9903 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9904 then
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9906 $as_echo_n "checking for -lXcursor... " >&6; }
9907 if ${ac_cv_lib_soname_Xcursor+:} false; then :
9908 $as_echo_n "(cached) " >&6
9909 else
9910 ac_check_soname_save_LIBS=$LIBS
9911 LIBS="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9913 /* end confdefs.h. */
9915 /* Override any GCC internal prototype to avoid an error.
9916 Use char because int might match the return type of a GCC
9917 builtin and then its argument prototype would still apply. */
9918 #ifdef __cplusplus
9919 extern "C"
9920 #endif
9921 char XcursorImageLoadCursor ();
9923 main ()
9925 return XcursorImageLoadCursor ();
9927 return 0;
9929 _ACEOF
9930 if ac_fn_c_try_link "$LINENO"; then :
9931 case "$LIBEXT" in
9932 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9933 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'` ;;
9934 *) ac_cv_lib_soname_Xcursor=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9935 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9936 ac_cv_lib_soname_Xcursor=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9937 fi ;;
9938 esac
9940 rm -f core conftest.err conftest.$ac_objext \
9941 conftest$ac_exeext conftest.$ac_ext
9942 LIBS=$ac_check_soname_save_LIBS
9944 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9946 $as_echo "not found" >&6; }
9948 else
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9950 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9952 cat >>confdefs.h <<_ACEOF
9953 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9954 _ACEOF
9959 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9960 case "x$with_xcursor" in
9961 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9962 xno) ;;
9963 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9964 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9965 esac
9969 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9970 then
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9972 $as_echo_n "checking for -lXi... " >&6; }
9973 if ${ac_cv_lib_soname_Xi+:} false; then :
9974 $as_echo_n "(cached) " >&6
9975 else
9976 ac_check_soname_save_LIBS=$LIBS
9977 LIBS="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h. */
9981 /* Override any GCC internal prototype to avoid an error.
9982 Use char because int might match the return type of a GCC
9983 builtin and then its argument prototype would still apply. */
9984 #ifdef __cplusplus
9985 extern "C"
9986 #endif
9987 char XOpenDevice ();
9989 main ()
9991 return XOpenDevice ();
9993 return 0;
9995 _ACEOF
9996 if ac_fn_c_try_link "$LINENO"; then :
9997 case "$LIBEXT" in
9998 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9999 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'` ;;
10000 *) ac_cv_lib_soname_Xi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10001 if ${ac_cv_lib_soname_Xi:+false} :; then :
10002 ac_cv_lib_soname_Xi=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10003 fi ;;
10004 esac
10006 rm -f core conftest.err conftest.$ac_objext \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_soname_save_LIBS
10010 if ${ac_cv_lib_soname_Xi:+false} :; then :
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10012 $as_echo "not found" >&6; }
10014 else
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10016 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10018 cat >>confdefs.h <<_ACEOF
10019 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10020 _ACEOF
10025 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10026 case "x$with_xinput" in
10027 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10028 xno) ;;
10029 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10030 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10031 esac
10035 if test "x$ac_cv_lib_soname_Xi" != x
10036 then
10037 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10038 case "x$with_xinput2" in
10039 x) as_fn_append wine_notices "|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10040 xno) ;;
10041 *) as_fn_error $? "XInput2 headers not found, the XInput 2 extension won't be supported.
10042 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10043 esac
10048 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10049 then
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10051 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10052 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false; then :
10053 $as_echo_n "(cached) " >&6
10054 else
10055 ac_check_lib_save_LIBS=$LIBS
10056 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10058 /* end confdefs.h. */
10060 /* Override any GCC internal prototype to avoid an error.
10061 Use char because int might match the return type of a GCC
10062 builtin and then its argument prototype would still apply. */
10063 #ifdef __cplusplus
10064 extern "C"
10065 #endif
10066 char XShmQueryExtension ();
10068 main ()
10070 return XShmQueryExtension ();
10072 return 0;
10074 _ACEOF
10075 if ac_fn_c_try_link "$LINENO"; then :
10076 ac_cv_lib_Xext_XShmQueryExtension=yes
10077 else
10078 ac_cv_lib_Xext_XShmQueryExtension=no
10080 rm -f core conftest.err conftest.$ac_objext \
10081 conftest$ac_exeext conftest.$ac_ext
10082 LIBS=$ac_check_lib_save_LIBS
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10085 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10086 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes; then :
10088 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10093 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10094 case "x$with_xshm" in
10095 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10096 xno) ;;
10097 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10098 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10099 esac
10103 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10104 then
10105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10106 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10107 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
10108 $as_echo_n "(cached) " >&6
10109 else
10110 ac_check_lib_save_LIBS=$LIBS
10111 LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10118 #ifdef __cplusplus
10119 extern "C"
10120 #endif
10121 char XShapeQueryExtension ();
10123 main ()
10125 return XShapeQueryExtension ();
10127 return 0;
10129 _ACEOF
10130 if ac_fn_c_try_link "$LINENO"; then :
10131 ac_cv_lib_Xext_XShapeQueryExtension=yes
10132 else
10133 ac_cv_lib_Xext_XShapeQueryExtension=no
10135 rm -f core conftest.err conftest.$ac_objext \
10136 conftest$ac_exeext conftest.$ac_ext
10137 LIBS=$ac_check_lib_save_LIBS
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10140 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10141 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
10143 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10148 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10149 case "x$with_xshape" in
10150 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10151 xno) ;;
10152 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
10153 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10154 esac
10158 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10159 then
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10161 $as_echo_n "checking for -lXxf86vm... " >&6; }
10162 if ${ac_cv_lib_soname_Xxf86vm+:} false; then :
10163 $as_echo_n "(cached) " >&6
10164 else
10165 ac_check_soname_save_LIBS=$LIBS
10166 LIBS="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10168 /* end confdefs.h. */
10170 /* Override any GCC internal prototype to avoid an error.
10171 Use char because int might match the return type of a GCC
10172 builtin and then its argument prototype would still apply. */
10173 #ifdef __cplusplus
10174 extern "C"
10175 #endif
10176 char XF86VidModeQueryExtension ();
10178 main ()
10180 return XF86VidModeQueryExtension ();
10182 return 0;
10184 _ACEOF
10185 if ac_fn_c_try_link "$LINENO"; then :
10186 case "$LIBEXT" in
10187 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10188 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'` ;;
10189 *) ac_cv_lib_soname_Xxf86vm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10190 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10191 ac_cv_lib_soname_Xxf86vm=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10192 fi ;;
10193 esac
10195 rm -f core conftest.err conftest.$ac_objext \
10196 conftest$ac_exeext conftest.$ac_ext
10197 LIBS=$ac_check_soname_save_LIBS
10199 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10201 $as_echo "not found" >&6; }
10203 else
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10205 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10207 cat >>confdefs.h <<_ACEOF
10208 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10209 _ACEOF
10214 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10215 case "x$with_xxf86vm" in
10216 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10217 xno) ;;
10218 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10219 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10220 esac
10224 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10225 then
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10227 $as_echo_n "checking for -lXrender... " >&6; }
10228 if ${ac_cv_lib_soname_Xrender+:} false; then :
10229 $as_echo_n "(cached) " >&6
10230 else
10231 ac_check_soname_save_LIBS=$LIBS
10232 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10234 /* end confdefs.h. */
10236 /* Override any GCC internal prototype to avoid an error.
10237 Use char because int might match the return type of a GCC
10238 builtin and then its argument prototype would still apply. */
10239 #ifdef __cplusplus
10240 extern "C"
10241 #endif
10242 char XRenderQueryExtension ();
10244 main ()
10246 return XRenderQueryExtension ();
10248 return 0;
10250 _ACEOF
10251 if ac_fn_c_try_link "$LINENO"; then :
10252 case "$LIBEXT" in
10253 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10254 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'` ;;
10255 *) ac_cv_lib_soname_Xrender=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10256 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10257 ac_cv_lib_soname_Xrender=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10258 fi ;;
10259 esac
10261 rm -f core conftest.err conftest.$ac_objext \
10262 conftest$ac_exeext conftest.$ac_ext
10263 LIBS=$ac_check_soname_save_LIBS
10265 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10267 $as_echo "not found" >&6; }
10269 else
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10271 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10273 cat >>confdefs.h <<_ACEOF
10274 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10275 _ACEOF
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10278 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10279 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false; then :
10280 $as_echo_n "(cached) " >&6
10281 else
10282 ac_check_lib_save_LIBS=$LIBS
10283 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10285 /* end confdefs.h. */
10287 /* Override any GCC internal prototype to avoid an error.
10288 Use char because int might match the return type of a GCC
10289 builtin and then its argument prototype would still apply. */
10290 #ifdef __cplusplus
10291 extern "C"
10292 #endif
10293 char XRenderSetPictureTransform ();
10295 main ()
10297 return XRenderSetPictureTransform ();
10299 return 0;
10301 _ACEOF
10302 if ac_fn_c_try_link "$LINENO"; then :
10303 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10304 else
10305 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10307 rm -f core conftest.err conftest.$ac_objext \
10308 conftest$ac_exeext conftest.$ac_ext
10309 LIBS=$ac_check_lib_save_LIBS
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10312 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10313 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes; then :
10315 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10320 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10321 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false; then :
10322 $as_echo_n "(cached) " >&6
10323 else
10324 ac_check_lib_save_LIBS=$LIBS
10325 LIBS="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10327 /* end confdefs.h. */
10329 /* Override any GCC internal prototype to avoid an error.
10330 Use char because int might match the return type of a GCC
10331 builtin and then its argument prototype would still apply. */
10332 #ifdef __cplusplus
10333 extern "C"
10334 #endif
10335 char XRenderCreateLinearGradient ();
10337 main ()
10339 return XRenderCreateLinearGradient ();
10341 return 0;
10343 _ACEOF
10344 if ac_fn_c_try_link "$LINENO"; then :
10345 ac_cv_lib_Xrender_XRenderCreateLinearGradient=yes
10346 else
10347 ac_cv_lib_Xrender_XRenderCreateLinearGradient=no
10349 rm -f core conftest.err conftest.$ac_objext \
10350 conftest$ac_exeext conftest.$ac_ext
10351 LIBS=$ac_check_lib_save_LIBS
10353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10354 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10355 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes; then :
10357 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10364 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10365 case "x$with_xrender" in
10366 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10367 xno) ;;
10368 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
10369 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10370 esac
10374 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10375 then
10376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10377 /* end confdefs.h. */
10378 #include <X11/Xlib.h>
10379 #include <X11/extensions/Xrandr.h>
10381 main ()
10383 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_compile "$LINENO"; then :
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10390 $as_echo_n "checking for -lXrandr... " >&6; }
10391 if ${ac_cv_lib_soname_Xrandr+:} false; then :
10392 $as_echo_n "(cached) " >&6
10393 else
10394 ac_check_soname_save_LIBS=$LIBS
10395 LIBS="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10397 /* end confdefs.h. */
10399 /* Override any GCC internal prototype to avoid an error.
10400 Use char because int might match the return type of a GCC
10401 builtin and then its argument prototype would still apply. */
10402 #ifdef __cplusplus
10403 extern "C"
10404 #endif
10405 char XRRQueryExtension ();
10407 main ()
10409 return XRRQueryExtension ();
10411 return 0;
10413 _ACEOF
10414 if ac_fn_c_try_link "$LINENO"; then :
10415 case "$LIBEXT" in
10416 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10417 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'` ;;
10418 *) ac_cv_lib_soname_Xrandr=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10419 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10420 ac_cv_lib_soname_Xrandr=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10421 fi ;;
10422 esac
10424 rm -f core conftest.err conftest.$ac_objext \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10430 $as_echo "not found" >&6; }
10432 else
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10434 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10438 _ACEOF
10440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10441 /* end confdefs.h. */
10442 #include <X11/Xlib.h>
10443 #include <X11/extensions/Xrandr.h>
10445 main ()
10447 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10449 return 0;
10451 _ACEOF
10452 if ac_fn_c_try_compile "$LINENO"; then :
10454 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10462 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10463 case "x$with_xrandr" in
10464 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10465 xno) ;;
10466 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10467 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10468 esac
10472 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10473 then
10474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10475 /* end confdefs.h. */
10476 #include <X11/Xlib.h>
10477 #include <X11/extensions/Xinerama.h>
10479 main ()
10481 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10483 return 0;
10485 _ACEOF
10486 if ac_fn_c_try_compile "$LINENO"; then :
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10488 $as_echo_n "checking for -lXinerama... " >&6; }
10489 if ${ac_cv_lib_soname_Xinerama+:} false; then :
10490 $as_echo_n "(cached) " >&6
10491 else
10492 ac_check_soname_save_LIBS=$LIBS
10493 LIBS="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10495 /* end confdefs.h. */
10497 /* Override any GCC internal prototype to avoid an error.
10498 Use char because int might match the return type of a GCC
10499 builtin and then its argument prototype would still apply. */
10500 #ifdef __cplusplus
10501 extern "C"
10502 #endif
10503 char XineramaQueryScreens ();
10505 main ()
10507 return XineramaQueryScreens ();
10509 return 0;
10511 _ACEOF
10512 if ac_fn_c_try_link "$LINENO"; then :
10513 case "$LIBEXT" in
10514 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10515 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'` ;;
10516 *) ac_cv_lib_soname_Xinerama=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10517 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10518 ac_cv_lib_soname_Xinerama=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10519 fi ;;
10520 esac
10522 rm -f core conftest.err conftest.$ac_objext \
10523 conftest$ac_exeext conftest.$ac_ext
10524 LIBS=$ac_check_soname_save_LIBS
10526 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10528 $as_echo "not found" >&6; }
10530 else
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10532 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10534 cat >>confdefs.h <<_ACEOF
10535 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10536 _ACEOF
10541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10543 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10544 case "x$with_xinerama" in
10545 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10546 xno) ;;
10547 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10548 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10549 esac
10553 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10554 then
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10556 $as_echo_n "checking for -lXcomposite... " >&6; }
10557 if ${ac_cv_lib_soname_Xcomposite+:} false; then :
10558 $as_echo_n "(cached) " >&6
10559 else
10560 ac_check_soname_save_LIBS=$LIBS
10561 LIBS="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10563 /* end confdefs.h. */
10565 /* Override any GCC internal prototype to avoid an error.
10566 Use char because int might match the return type of a GCC
10567 builtin and then its argument prototype would still apply. */
10568 #ifdef __cplusplus
10569 extern "C"
10570 #endif
10571 char XCompositeRedirectWindow ();
10573 main ()
10575 return XCompositeRedirectWindow ();
10577 return 0;
10579 _ACEOF
10580 if ac_fn_c_try_link "$LINENO"; then :
10581 case "$LIBEXT" in
10582 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10583 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'` ;;
10584 *) ac_cv_lib_soname_Xcomposite=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10585 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10586 ac_cv_lib_soname_Xcomposite=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10587 fi ;;
10588 esac
10590 rm -f core conftest.err conftest.$ac_objext \
10591 conftest$ac_exeext conftest.$ac_ext
10592 LIBS=$ac_check_soname_save_LIBS
10594 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10596 $as_echo "not found" >&6; }
10598 else
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10600 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10602 cat >>confdefs.h <<_ACEOF
10603 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10604 _ACEOF
10609 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10610 case "x$with_xcomposite" in
10611 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10612 xno) ;;
10613 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10614 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10615 esac
10619 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10620 #include <X11/Xlib.h>
10621 #endif
10623 if test "x$ac_cv_member_XICCallback_callback" = xyes; then :
10625 cat >>confdefs.h <<_ACEOF
10626 #define HAVE_XICCALLBACK_CALLBACK 1
10627 _ACEOF
10631 ac_fn_c_check_member "$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10632 #include <X11/Xlib.h>
10633 #endif
10635 if test "x$ac_cv_member_XEvent_xcookie" = xyes; then :
10637 cat >>confdefs.h <<_ACEOF
10638 #define HAVE_XEVENT_XCOOKIE 1
10639 _ACEOF
10646 opengl_msg=""
10647 if test "x$with_opengl" != "xno"
10648 then
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10650 $as_echo_n "checking for -lGL... " >&6; }
10651 if ${ac_cv_lib_soname_GL+:} false; then :
10652 $as_echo_n "(cached) " >&6
10653 else
10654 ac_check_soname_save_LIBS=$LIBS
10655 LIBS="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10657 /* end confdefs.h. */
10659 /* Override any GCC internal prototype to avoid an error.
10660 Use char because int might match the return type of a GCC
10661 builtin and then its argument prototype would still apply. */
10662 #ifdef __cplusplus
10663 extern "C"
10664 #endif
10665 char glXCreateContext ();
10667 main ()
10669 return glXCreateContext ();
10671 return 0;
10673 _ACEOF
10674 if ac_fn_c_try_link "$LINENO"; then :
10675 case "$LIBEXT" in
10676 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10677 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'` ;;
10678 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10679 if ${ac_cv_lib_soname_GL:+false} :; then :
10680 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10681 fi ;;
10682 esac
10684 rm -f core conftest.err conftest.$ac_objext \
10685 conftest$ac_exeext conftest.$ac_ext
10686 LIBS=$ac_check_soname_save_LIBS
10688 if ${ac_cv_lib_soname_GL:+false} :; then :
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10690 $as_echo "not found" >&6; }
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10692 $as_echo_n "checking for -lGL... " >&6; }
10693 if ${ac_cv_lib_soname_GL+:} false; then :
10694 $as_echo_n "(cached) " >&6
10695 else
10696 ac_check_soname_save_LIBS=$LIBS
10697 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"
10698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10699 /* end confdefs.h. */
10701 /* Override any GCC internal prototype to avoid an error.
10702 Use char because int might match the return type of a GCC
10703 builtin and then its argument prototype would still apply. */
10704 #ifdef __cplusplus
10705 extern "C"
10706 #endif
10707 char glXCreateContext ();
10709 main ()
10711 return glXCreateContext ();
10713 return 0;
10715 _ACEOF
10716 if ac_fn_c_try_link "$LINENO"; then :
10717 case "$LIBEXT" in
10718 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10719 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'` ;;
10720 *) ac_cv_lib_soname_GL=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10721 if ${ac_cv_lib_soname_GL:+false} :; then :
10722 ac_cv_lib_soname_GL=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10723 fi ;;
10724 esac
10726 rm -f core conftest.err conftest.$ac_objext \
10727 conftest$ac_exeext conftest.$ac_ext
10728 LIBS=$ac_check_soname_save_LIBS
10730 if ${ac_cv_lib_soname_GL:+false} :; then :
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10732 $as_echo "not found" >&6; }
10733 if test -f /usr/X11R6/lib/libGL.a
10734 then
10735 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
10736 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10737 else
10738 opengl_msg="No OpenGL library found on this system."
10740 else
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10742 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10744 cat >>confdefs.h <<_ACEOF
10745 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10746 _ACEOF
10748 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"
10750 else
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10752 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10756 _ACEOF
10758 OPENGL_LIBS="-lGL"
10760 if test "x$with_glu" != "xno"
10761 then
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10763 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10764 if ${ac_cv_lib_GLU_gluLookAt+:} false; then :
10765 $as_echo_n "(cached) " >&6
10766 else
10767 ac_check_lib_save_LIBS=$LIBS
10768 LIBS="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10770 /* end confdefs.h. */
10772 /* Override any GCC internal prototype to avoid an error.
10773 Use char because int might match the return type of a GCC
10774 builtin and then its argument prototype would still apply. */
10775 #ifdef __cplusplus
10776 extern "C"
10777 #endif
10778 char gluLookAt ();
10780 main ()
10782 return gluLookAt ();
10784 return 0;
10786 _ACEOF
10787 if ac_fn_c_try_link "$LINENO"; then :
10788 ac_cv_lib_GLU_gluLookAt=yes
10789 else
10790 ac_cv_lib_GLU_gluLookAt=no
10792 rm -f core conftest.err conftest.$ac_objext \
10793 conftest$ac_exeext conftest.$ac_ext
10794 LIBS=$ac_check_lib_save_LIBS
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10797 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10798 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes; then :
10802 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes; then :
10803 case "x$with_glu" in
10804 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10805 xno) ;;
10806 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
10807 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10808 esac
10813 if test "x$with_osmesa" != "xno"
10814 then
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10816 $as_echo_n "checking for -lOSMesa... " >&6; }
10817 if ${ac_cv_lib_soname_OSMesa+:} false; then :
10818 $as_echo_n "(cached) " >&6
10819 else
10820 ac_check_soname_save_LIBS=$LIBS
10821 LIBS="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10823 /* end confdefs.h. */
10825 /* Override any GCC internal prototype to avoid an error.
10826 Use char because int might match the return type of a GCC
10827 builtin and then its argument prototype would still apply. */
10828 #ifdef __cplusplus
10829 extern "C"
10830 #endif
10831 char glAccum ();
10833 main ()
10835 return glAccum ();
10837 return 0;
10839 _ACEOF
10840 if ac_fn_c_try_link "$LINENO"; then :
10841 case "$LIBEXT" in
10842 dll) ac_cv_lib_soname_OSMesa=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10843 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'` ;;
10844 *) ac_cv_lib_soname_OSMesa=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10845 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10846 ac_cv_lib_soname_OSMesa=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10847 fi ;;
10848 esac
10850 rm -f core conftest.err conftest.$ac_objext \
10851 conftest$ac_exeext conftest.$ac_ext
10852 LIBS=$ac_check_soname_save_LIBS
10854 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10856 $as_echo "not found" >&6; }
10858 else
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10860 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10862 cat >>confdefs.h <<_ACEOF
10863 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10864 _ACEOF
10868 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10869 case "x$with_osmesa" in
10870 x) as_fn_append wine_notices "|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10871 xno) ;;
10872 *) as_fn_error $? "libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10873 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10874 esac
10879 if test -n "$opengl_msg"; then :
10880 case "x$with_opengl" in
10881 x) as_fn_append wine_warnings "|$opengl_msg
10882 OpenGL and Direct3D won't be supported." ;;
10883 xno) ;;
10884 *) as_fn_error $? "$opengl_msg
10885 OpenGL and Direct3D won't be supported.
10886 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10887 esac
10891 CPPFLAGS="$ac_save_CPPFLAGS"
10892 else
10893 X_CFLAGS=""
10894 X_LIBS=""
10896 if test "x$X_LIBS" = "x"; then :
10897 case "x$with_x" in
10898 xno) ;;
10899 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
10900 without X support, which probably isn't what you want. You will need
10901 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10902 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10903 esac
10904 enable_winex11_drv=${enable_winex11_drv:-no}
10907 test "x$ac_cv_lib_GLU_gluLookAt" != xyes && enable_glu32=${enable_glu32:-no}
10909 if test "$ac_cv_header_CL_cl_h" = "yes"
10910 then
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10912 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10913 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false; then :
10914 $as_echo_n "(cached) " >&6
10915 else
10916 ac_check_lib_save_LIBS=$LIBS
10917 LIBS="-lOpenCL $LIBS"
10918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10919 /* end confdefs.h. */
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10924 #ifdef __cplusplus
10925 extern "C"
10926 #endif
10927 char clGetPlatformInfo ();
10929 main ()
10931 return clGetPlatformInfo ();
10933 return 0;
10935 _ACEOF
10936 if ac_fn_c_try_link "$LINENO"; then :
10937 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
10938 else
10939 ac_cv_lib_OpenCL_clGetPlatformInfo=no
10941 rm -f core conftest.err conftest.$ac_objext \
10942 conftest$ac_exeext conftest.$ac_ext
10943 LIBS=$ac_check_lib_save_LIBS
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10946 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10947 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes; then :
10948 OPENCL_LIBS="-lOpenCL"
10953 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
10954 case "x$with_opencl" in
10955 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10956 xno) ;;
10957 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10958 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10959 esac
10960 enable_opencl=${enable_opencl:-no}
10963 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10964 then
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10966 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10967 if ${ac_cv_lib_pcap_pcap_create+:} false; then :
10968 $as_echo_n "(cached) " >&6
10969 else
10970 ac_check_lib_save_LIBS=$LIBS
10971 LIBS="-lpcap $LIBS"
10972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10975 /* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
10978 #ifdef __cplusplus
10979 extern "C"
10980 #endif
10981 char pcap_create ();
10983 main ()
10985 return pcap_create ();
10987 return 0;
10989 _ACEOF
10990 if ac_fn_c_try_link "$LINENO"; then :
10991 ac_cv_lib_pcap_pcap_create=yes
10992 else
10993 ac_cv_lib_pcap_pcap_create=no
10995 rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
10997 LIBS=$ac_check_lib_save_LIBS
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11000 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11001 if test "x$ac_cv_lib_pcap_pcap_create" = xyes; then :
11002 PCAP_LIBS="-lpcap"
11007 if test "x$ac_cv_lib_pcap_pcap_create" != xyes; then :
11008 case "x$with_pcap" in
11009 x) as_fn_append wine_notices "|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11010 xno) ;;
11011 *) as_fn_error $? "pcap ${notice_platform}development files not found, wpcap won't be supported.
11012 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11013 esac
11014 enable_wpcap=${enable_wpcap:-no}
11018 if test "x$with_xml" != "xno"
11019 then
11020 if ${XML2_CFLAGS:+false} :; then :
11021 if ${PKG_CONFIG+:} false; then :
11022 XML2_CFLAGS=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11025 test "$cross_compiling" = yes || XML2_CFLAGS=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11026 if ${XML2_LIBS:+false} :; then :
11027 if ${PKG_CONFIG+:} false; then :
11028 XML2_LIBS=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11031 test "$cross_compiling" = yes || XML2_LIBS=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11032 XML2_LIBS=${XML2_LIBS:-"-lxml2"}
11033 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11034 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11035 ac_save_CPPFLAGS=$CPPFLAGS
11036 CPPFLAGS="$CPPFLAGS $XML2_CFLAGS"
11037 for ac_header in libxml/parser.h libxml/xmlsave.h libxml/SAX2.h
11038 do :
11039 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11040 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11041 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11042 cat >>confdefs.h <<_ACEOF
11043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11044 _ACEOF
11048 done
11050 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"
11051 then
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11053 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11054 if ${ac_cv_lib_xml2_xmlParseMemory+:} false; then :
11055 $as_echo_n "(cached) " >&6
11056 else
11057 ac_check_lib_save_LIBS=$LIBS
11058 LIBS="-lxml2 $XML2_LIBS $LIBS"
11059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11065 #ifdef __cplusplus
11066 extern "C"
11067 #endif
11068 char xmlParseMemory ();
11070 main ()
11072 return xmlParseMemory ();
11074 return 0;
11076 _ACEOF
11077 if ac_fn_c_try_link "$LINENO"; then :
11078 ac_cv_lib_xml2_xmlParseMemory=yes
11079 else
11080 ac_cv_lib_xml2_xmlParseMemory=no
11082 rm -f core conftest.err conftest.$ac_objext \
11083 conftest$ac_exeext conftest.$ac_ext
11084 LIBS=$ac_check_lib_save_LIBS
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11087 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11088 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes; then :
11090 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11092 else
11093 XML2_LIBS=""
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11097 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11098 if ${ac_cv_lib_xml2_xmlReadMemory+:} false; then :
11099 $as_echo_n "(cached) " >&6
11100 else
11101 ac_check_lib_save_LIBS=$LIBS
11102 LIBS="-lxml2 $XML2_LIBS $LIBS"
11103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11104 /* end confdefs.h. */
11106 /* Override any GCC internal prototype to avoid an error.
11107 Use char because int might match the return type of a GCC
11108 builtin and then its argument prototype would still apply. */
11109 #ifdef __cplusplus
11110 extern "C"
11111 #endif
11112 char xmlReadMemory ();
11114 main ()
11116 return xmlReadMemory ();
11118 return 0;
11120 _ACEOF
11121 if ac_fn_c_try_link "$LINENO"; then :
11122 ac_cv_lib_xml2_xmlReadMemory=yes
11123 else
11124 ac_cv_lib_xml2_xmlReadMemory=no
11126 rm -f core conftest.err conftest.$ac_objext \
11127 conftest$ac_exeext conftest.$ac_ext
11128 LIBS=$ac_check_lib_save_LIBS
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11131 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11132 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes; then :
11134 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11139 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11140 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false; then :
11141 $as_echo_n "(cached) " >&6
11142 else
11143 ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-lxml2 $XML2_LIBS $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char xmlNewDocPI ();
11156 main ()
11158 return xmlNewDocPI ();
11160 return 0;
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164 ac_cv_lib_xml2_xmlNewDocPI=yes
11165 else
11166 ac_cv_lib_xml2_xmlNewDocPI=no
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11173 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11174 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes; then :
11176 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11181 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11182 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false; then :
11183 $as_echo_n "(cached) " >&6
11184 else
11185 ac_check_lib_save_LIBS=$LIBS
11186 LIBS="-lxml2 $XML2_LIBS $LIBS"
11187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11188 /* end confdefs.h. */
11190 /* Override any GCC internal prototype to avoid an error.
11191 Use char because int might match the return type of a GCC
11192 builtin and then its argument prototype would still apply. */
11193 #ifdef __cplusplus
11194 extern "C"
11195 #endif
11196 char xmlSchemaSetParserStructuredErrors ();
11198 main ()
11200 return xmlSchemaSetParserStructuredErrors ();
11202 return 0;
11204 _ACEOF
11205 if ac_fn_c_try_link "$LINENO"; then :
11206 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
11207 else
11208 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
11210 rm -f core conftest.err conftest.$ac_objext \
11211 conftest$ac_exeext conftest.$ac_ext
11212 LIBS=$ac_check_lib_save_LIBS
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11215 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11216 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes; then :
11218 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11223 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11224 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false; then :
11225 $as_echo_n "(cached) " >&6
11226 else
11227 ac_check_lib_save_LIBS=$LIBS
11228 LIBS="-lxml2 $XML2_LIBS $LIBS"
11229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11230 /* end confdefs.h. */
11232 /* Override any GCC internal prototype to avoid an error.
11233 Use char because int might match the return type of a GCC
11234 builtin and then its argument prototype would still apply. */
11235 #ifdef __cplusplus
11236 extern "C"
11237 #endif
11238 char xmlSchemaSetValidStructuredErrors ();
11240 main ()
11242 return xmlSchemaSetValidStructuredErrors ();
11244 return 0;
11246 _ACEOF
11247 if ac_fn_c_try_link "$LINENO"; then :
11248 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
11249 else
11250 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
11252 rm -f core conftest.err conftest.$ac_objext \
11253 conftest$ac_exeext conftest.$ac_ext
11254 LIBS=$ac_check_lib_save_LIBS
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11257 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11258 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes; then :
11260 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11265 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11266 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false; then :
11267 $as_echo_n "(cached) " >&6
11268 else
11269 ac_check_lib_save_LIBS=$LIBS
11270 LIBS="-lxml2 $XML2_LIBS $LIBS"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11277 #ifdef __cplusplus
11278 extern "C"
11279 #endif
11280 char xmlFirstElementChild ();
11282 main ()
11284 return xmlFirstElementChild ();
11286 return 0;
11288 _ACEOF
11289 if ac_fn_c_try_link "$LINENO"; then :
11290 ac_cv_lib_xml2_xmlFirstElementChild=yes
11291 else
11292 ac_cv_lib_xml2_xmlFirstElementChild=no
11294 rm -f core conftest.err conftest.$ac_objext \
11295 conftest$ac_exeext conftest.$ac_ext
11296 LIBS=$ac_check_lib_save_LIBS
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11299 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11300 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes; then :
11302 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11306 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11308 if test "x$ac_cv_type_xmlDocProperties" = xyes; then :
11310 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11314 else
11315 XML2_CFLAGS=""
11316 XML2_LIBS=""
11318 CPPFLAGS=$ac_save_CPPFLAGS
11319 test -z "$XML2_CFLAGS" || XML2_CFLAGS=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11320 test -z "$XML2_LIBS" || XML2_LIBS=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11323 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11324 case "x$with_xml" in
11325 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11326 xno) ;;
11327 *) as_fn_error $? "libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11328 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11329 esac
11333 if test "x$with_xslt" != "xno"
11334 then
11335 if ${XSLT_CFLAGS:+false} :; then :
11336 if ${PKG_CONFIG+:} false; then :
11337 XSLT_CFLAGS=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11340 test "$cross_compiling" = yes || XSLT_CFLAGS=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11341 if ${XSLT_LIBS:+false} :; then :
11342 if ${PKG_CONFIG+:} false; then :
11343 XSLT_LIBS=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11346 test "$cross_compiling" = yes || XSLT_LIBS=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11347 XSLT_LIBS=${XSLT_LIBS:-"-lxml2"}
11348 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11349 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11350 ac_save_CPPFLAGS=$CPPFLAGS
11351 CPPFLAGS="$CPPFLAGS $XSLT_CFLAGS"
11352 for ac_header in libxslt/pattern.h libxslt/transform.h
11353 do :
11354 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11355 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11356 # include <libxslt/pattern.h>
11357 #endif
11359 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11360 cat >>confdefs.h <<_ACEOF
11361 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11362 _ACEOF
11366 done
11368 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11369 then
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11371 $as_echo_n "checking for -lxslt... " >&6; }
11372 if ${ac_cv_lib_soname_xslt+:} false; then :
11373 $as_echo_n "(cached) " >&6
11374 else
11375 ac_check_soname_save_LIBS=$LIBS
11376 LIBS="-lxslt $XSLT_LIBS $LIBS"
11377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11378 /* end confdefs.h. */
11380 /* Override any GCC internal prototype to avoid an error.
11381 Use char because int might match the return type of a GCC
11382 builtin and then its argument prototype would still apply. */
11383 #ifdef __cplusplus
11384 extern "C"
11385 #endif
11386 char xsltCompilePattern ();
11388 main ()
11390 return xsltCompilePattern ();
11392 return 0;
11394 _ACEOF
11395 if ac_fn_c_try_link "$LINENO"; then :
11396 case "$LIBEXT" in
11397 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11398 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'` ;;
11399 *) ac_cv_lib_soname_xslt=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11400 if ${ac_cv_lib_soname_xslt:+false} :; then :
11401 ac_cv_lib_soname_xslt=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11402 fi ;;
11403 esac
11405 rm -f core conftest.err conftest.$ac_objext \
11406 conftest$ac_exeext conftest.$ac_ext
11407 LIBS=$ac_check_soname_save_LIBS
11409 if ${ac_cv_lib_soname_xslt:+false} :; then :
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11411 $as_echo "not found" >&6; }
11413 else
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11415 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11417 cat >>confdefs.h <<_ACEOF
11418 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11419 _ACEOF
11423 else
11424 XSLT_CFLAGS=""
11426 CPPFLAGS=$ac_save_CPPFLAGS
11427 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11428 test -z "$XSLT_LIBS" || XSLT_LIBS=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11431 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11432 case "x$with_xslt" in
11433 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11434 xno) ;;
11435 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
11436 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11437 esac
11441 if test "x$with_dbus" != "xno"
11442 then
11443 if ${DBUS_CFLAGS:+false} :; then :
11444 if ${PKG_CONFIG+:} false; then :
11445 DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11449 if ${DBUS_LIBS:+false} :; then :
11450 if ${PKG_CONFIG+:} false; then :
11451 DBUS_LIBS=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11456 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11457 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11458 ac_save_CPPFLAGS=$CPPFLAGS
11459 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
11460 ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11461 if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11463 $as_echo_n "checking for -ldbus-1... " >&6; }
11464 if ${ac_cv_lib_soname_dbus_1+:} false; then :
11465 $as_echo_n "(cached) " >&6
11466 else
11467 ac_check_soname_save_LIBS=$LIBS
11468 LIBS="-ldbus-1 $DBUS_LIBS $LIBS"
11469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11470 /* end confdefs.h. */
11472 /* Override any GCC internal prototype to avoid an error.
11473 Use char because int might match the return type of a GCC
11474 builtin and then its argument prototype would still apply. */
11475 #ifdef __cplusplus
11476 extern "C"
11477 #endif
11478 char dbus_connection_close ();
11480 main ()
11482 return dbus_connection_close ();
11484 return 0;
11486 _ACEOF
11487 if ac_fn_c_try_link "$LINENO"; then :
11488 case "$LIBEXT" in
11489 dll) ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11490 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'` ;;
11491 *) 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'`
11492 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11493 ac_cv_lib_soname_dbus_1=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11494 fi ;;
11495 esac
11497 rm -f core conftest.err conftest.$ac_objext \
11498 conftest$ac_exeext conftest.$ac_ext
11499 LIBS=$ac_check_soname_save_LIBS
11501 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11503 $as_echo "not found" >&6; }
11504 DBUS_CFLAGS=""
11505 else
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11507 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11509 cat >>confdefs.h <<_ACEOF
11510 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11511 _ACEOF
11515 else
11516 DBUS_CFLAGS=""
11520 CPPFLAGS=$ac_save_CPPFLAGS
11521 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11522 test -z "$DBUS_LIBS" || DBUS_LIBS=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11525 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11526 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11527 case "x$with_dbus" in
11528 x) as_fn_append wine_notices "|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11529 xno) ;;
11530 *) as_fn_error $? "libdbus ${notice_platform}development files not found, no dynamic device support.
11531 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11532 esac
11536 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11537 then
11538 if ${HAL_CFLAGS:+false} :; then :
11539 if ${PKG_CONFIG+:} false; then :
11540 HAL_CFLAGS=`$PKG_CONFIG --cflags hal 2>/dev/null`
11544 if ${HAL_LIBS:+false} :; then :
11545 if ${PKG_CONFIG+:} false; then :
11546 HAL_LIBS=`$PKG_CONFIG --libs hal 2>/dev/null`
11550 HAL_LIBS=${HAL_LIBS:-"-ldbus-1"}
11551 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11552 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11553 ac_save_CPPFLAGS=$CPPFLAGS
11554 CPPFLAGS="$CPPFLAGS $HAL_CFLAGS"
11555 ac_fn_c_check_header_mongrel "$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11556 if test "x$ac_cv_header_hal_libhal_h" = xyes; then :
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11558 $as_echo_n "checking for -lhal... " >&6; }
11559 if ${ac_cv_lib_soname_hal+:} false; then :
11560 $as_echo_n "(cached) " >&6
11561 else
11562 ac_check_soname_save_LIBS=$LIBS
11563 LIBS="-lhal $HAL_LIBS $LIBS"
11564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11565 /* end confdefs.h. */
11567 /* Override any GCC internal prototype to avoid an error.
11568 Use char because int might match the return type of a GCC
11569 builtin and then its argument prototype would still apply. */
11570 #ifdef __cplusplus
11571 extern "C"
11572 #endif
11573 char libhal_ctx_new ();
11575 main ()
11577 return libhal_ctx_new ();
11579 return 0;
11581 _ACEOF
11582 if ac_fn_c_try_link "$LINENO"; then :
11583 case "$LIBEXT" in
11584 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11585 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'` ;;
11586 *) ac_cv_lib_soname_hal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11587 if ${ac_cv_lib_soname_hal:+false} :; then :
11588 ac_cv_lib_soname_hal=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11589 fi ;;
11590 esac
11592 rm -f core conftest.err conftest.$ac_objext \
11593 conftest$ac_exeext conftest.$ac_ext
11594 LIBS=$ac_check_soname_save_LIBS
11596 if ${ac_cv_lib_soname_hal:+false} :; then :
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11598 $as_echo "not found" >&6; }
11599 HAL_CFLAGS=""
11600 else
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11602 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11604 cat >>confdefs.h <<_ACEOF
11605 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11606 _ACEOF
11610 else
11611 HAL_CFLAGS=""
11615 CPPFLAGS=$ac_save_CPPFLAGS
11616 test -z "$HAL_CFLAGS" || HAL_CFLAGS=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11617 test -z "$HAL_LIBS" || HAL_LIBS=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11619 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11620 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11621 case "x$with_hal" in
11622 x) as_fn_append wine_notices "|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11623 xno) ;;
11624 *) as_fn_error $? "libhal ${notice_platform}development files not found, no legacy dynamic device support.
11625 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11626 esac
11631 if test "x$with_gnutls" != "xno"
11632 then
11633 if ${GNUTLS_CFLAGS:+false} :; then :
11634 if ${PKG_CONFIG+:} false; then :
11635 GNUTLS_CFLAGS=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11639 if ${GNUTLS_LIBS:+false} :; then :
11640 if ${PKG_CONFIG+:} false; then :
11641 GNUTLS_LIBS=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11646 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11647 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11648 ac_save_CPPFLAGS=$CPPFLAGS
11649 CPPFLAGS="$CPPFLAGS $GNUTLS_CFLAGS"
11650 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11651 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes; then :
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11654 #include <gnutls/gnutls.h>
11655 #include <gnutls/crypto.h>
11657 main ()
11659 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11661 return 0;
11663 _ACEOF
11664 if ac_fn_c_try_compile "$LINENO"; then :
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11666 $as_echo_n "checking for -lgnutls... " >&6; }
11667 if ${ac_cv_lib_soname_gnutls+:} false; then :
11668 $as_echo_n "(cached) " >&6
11669 else
11670 ac_check_soname_save_LIBS=$LIBS
11671 LIBS="-lgnutls $GNUTLS_LIBS $LIBS"
11672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11678 #ifdef __cplusplus
11679 extern "C"
11680 #endif
11681 char gnutls_global_init ();
11683 main ()
11685 return gnutls_global_init ();
11687 return 0;
11689 _ACEOF
11690 if ac_fn_c_try_link "$LINENO"; then :
11691 case "$LIBEXT" in
11692 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11693 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'` ;;
11694 *) 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'`
11695 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11696 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'`
11697 fi ;;
11698 esac
11700 rm -f core conftest.err conftest.$ac_objext \
11701 conftest$ac_exeext conftest.$ac_ext
11702 LIBS=$ac_check_soname_save_LIBS
11704 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11706 $as_echo "not found" >&6; }
11707 GNUTLS_CFLAGS=""
11708 else
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11710 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11712 cat >>confdefs.h <<_ACEOF
11713 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11714 _ACEOF
11718 ac_wine_check_funcs_save_LIBS="$LIBS"
11719 LIBS="$LIBS $GNUTLS_LIBS"
11720 for ac_func in gnutls_hash
11721 do :
11722 ac_fn_c_check_func "$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11723 if test "x$ac_cv_func_gnutls_hash" = xyes; then :
11724 cat >>confdefs.h <<_ACEOF
11725 #define HAVE_GNUTLS_HASH 1
11726 _ACEOF
11728 else
11729 as_fn_append wine_notices "|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11731 done
11733 LIBS="$ac_wine_check_funcs_save_LIBS"
11735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11736 else
11737 GNUTLS_CFLAGS=""
11741 CPPFLAGS=$ac_save_CPPFLAGS
11742 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11743 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11746 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11747 case "x$with_gnutls" in
11748 x) as_fn_append wine_warnings "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11749 xno) ;;
11750 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
11751 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11752 esac
11756 CURSES_LIBS=""
11757 if test "$ac_cv_header_ncurses_h" = "yes"
11758 then
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11760 $as_echo_n "checking for -lncurses... " >&6; }
11761 if ${ac_cv_lib_soname_ncurses+:} false; then :
11762 $as_echo_n "(cached) " >&6
11763 else
11764 ac_check_soname_save_LIBS=$LIBS
11765 LIBS="-lncurses $LIBS"
11766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11767 /* end confdefs.h. */
11769 /* Override any GCC internal prototype to avoid an error.
11770 Use char because int might match the return type of a GCC
11771 builtin and then its argument prototype would still apply. */
11772 #ifdef __cplusplus
11773 extern "C"
11774 #endif
11775 char waddch ();
11777 main ()
11779 return waddch ();
11781 return 0;
11783 _ACEOF
11784 if ac_fn_c_try_link "$LINENO"; then :
11785 case "$LIBEXT" in
11786 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11787 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'` ;;
11788 *) 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'`
11789 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11790 ac_cv_lib_soname_ncurses=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11791 fi ;;
11792 esac
11794 rm -f core conftest.err conftest.$ac_objext \
11795 conftest$ac_exeext conftest.$ac_ext
11796 LIBS=$ac_check_soname_save_LIBS
11798 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11800 $as_echo "not found" >&6; }
11802 else
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11804 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11806 cat >>confdefs.h <<_ACEOF
11807 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11808 _ACEOF
11810 CURSES_LIBS="-lncurses"
11812 elif test "$ac_cv_header_curses_h" = "yes"
11813 then
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11815 $as_echo_n "checking for -lcurses... " >&6; }
11816 if ${ac_cv_lib_soname_curses+:} false; then :
11817 $as_echo_n "(cached) " >&6
11818 else
11819 ac_check_soname_save_LIBS=$LIBS
11820 LIBS="-lcurses $LIBS"
11821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822 /* end confdefs.h. */
11824 /* Override any GCC internal prototype to avoid an error.
11825 Use char because int might match the return type of a GCC
11826 builtin and then its argument prototype would still apply. */
11827 #ifdef __cplusplus
11828 extern "C"
11829 #endif
11830 char waddch ();
11832 main ()
11834 return waddch ();
11836 return 0;
11838 _ACEOF
11839 if ac_fn_c_try_link "$LINENO"; then :
11840 case "$LIBEXT" in
11841 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11842 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'` ;;
11843 *) ac_cv_lib_soname_curses=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11844 if ${ac_cv_lib_soname_curses:+false} :; then :
11845 ac_cv_lib_soname_curses=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11846 fi ;;
11847 esac
11849 rm -f core conftest.err conftest.$ac_objext \
11850 conftest$ac_exeext conftest.$ac_ext
11851 LIBS=$ac_check_soname_save_LIBS
11853 if ${ac_cv_lib_soname_curses:+false} :; then :
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11855 $as_echo "not found" >&6; }
11857 else
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11859 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11861 cat >>confdefs.h <<_ACEOF
11862 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11863 _ACEOF
11865 CURSES_LIBS="-lcurses"
11868 ac_save_LIBS="$LIBS"
11869 LIBS="$LIBS $CURSES_LIBS"
11870 for ac_func in mousemask
11871 do :
11872 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
11873 if test "x$ac_cv_func_mousemask" = xyes; then :
11874 cat >>confdefs.h <<_ACEOF
11875 #define HAVE_MOUSEMASK 1
11876 _ACEOF
11879 done
11881 LIBS="$ac_save_LIBS"
11882 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11883 case "x$with_curses" in
11884 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11885 xno) ;;
11886 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11887 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11888 esac
11892 if test "x$with_sane" != "xno"
11893 then
11894 if ${SANE_CFLAGS:+false} :; then :
11895 if ${PKG_CONFIG+:} false; then :
11896 SANE_CFLAGS=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11899 test "$cross_compiling" = yes || SANE_CFLAGS=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11900 if ${SANE_LIBS:+false} :; then :
11901 if ${PKG_CONFIG+:} false; then :
11902 SANE_LIBS=`$PKG_CONFIG --libs libsane 2>/dev/null`
11905 test "$cross_compiling" = yes || SANE_LIBS=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11907 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11908 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11909 ac_save_CPPFLAGS=$CPPFLAGS
11910 CPPFLAGS="$CPPFLAGS $SANE_CFLAGS"
11911 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11912 if test "x$ac_cv_header_sane_sane_h" = xyes; then :
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11914 $as_echo_n "checking for -lsane... " >&6; }
11915 if ${ac_cv_lib_soname_sane+:} false; then :
11916 $as_echo_n "(cached) " >&6
11917 else
11918 ac_check_soname_save_LIBS=$LIBS
11919 LIBS="-lsane $SANE_LIBS $LIBS"
11920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11921 /* end confdefs.h. */
11923 /* Override any GCC internal prototype to avoid an error.
11924 Use char because int might match the return type of a GCC
11925 builtin and then its argument prototype would still apply. */
11926 #ifdef __cplusplus
11927 extern "C"
11928 #endif
11929 char sane_init ();
11931 main ()
11933 return sane_init ();
11935 return 0;
11937 _ACEOF
11938 if ac_fn_c_try_link "$LINENO"; then :
11939 case "$LIBEXT" in
11940 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11941 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'` ;;
11942 *) ac_cv_lib_soname_sane=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11943 if ${ac_cv_lib_soname_sane:+false} :; then :
11944 ac_cv_lib_soname_sane=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11945 fi ;;
11946 esac
11948 rm -f core conftest.err conftest.$ac_objext \
11949 conftest$ac_exeext conftest.$ac_ext
11950 LIBS=$ac_check_soname_save_LIBS
11952 if ${ac_cv_lib_soname_sane:+false} :; then :
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11954 $as_echo "not found" >&6; }
11955 SANE_CFLAGS=""
11956 else
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11958 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11960 cat >>confdefs.h <<_ACEOF
11961 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11962 _ACEOF
11966 else
11967 SANE_CFLAGS=""
11971 CPPFLAGS=$ac_save_CPPFLAGS
11972 test -z "$SANE_CFLAGS" || SANE_CFLAGS=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11973 test -z "$SANE_LIBS" || SANE_LIBS=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11976 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11977 case "x$with_sane" in
11978 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11979 xno) ;;
11980 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
11981 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11982 esac
11986 if test "x$with_v4l" != "xno"
11987 then
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11989 $as_echo_n "checking for -lv4l1... " >&6; }
11990 if ${ac_cv_lib_soname_v4l1+:} false; then :
11991 $as_echo_n "(cached) " >&6
11992 else
11993 ac_check_soname_save_LIBS=$LIBS
11994 LIBS="-lv4l1 $LIBS"
11995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11996 /* end confdefs.h. */
11998 /* Override any GCC internal prototype to avoid an error.
11999 Use char because int might match the return type of a GCC
12000 builtin and then its argument prototype would still apply. */
12001 #ifdef __cplusplus
12002 extern "C"
12003 #endif
12004 char v4l1_open ();
12006 main ()
12008 return v4l1_open ();
12010 return 0;
12012 _ACEOF
12013 if ac_fn_c_try_link "$LINENO"; then :
12014 case "$LIBEXT" in
12015 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12016 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'` ;;
12017 *) ac_cv_lib_soname_v4l1=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12018 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12019 ac_cv_lib_soname_v4l1=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12020 fi ;;
12021 esac
12023 rm -f core conftest.err conftest.$ac_objext \
12024 conftest$ac_exeext conftest.$ac_ext
12025 LIBS=$ac_check_soname_save_LIBS
12027 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12029 $as_echo "not found" >&6; }
12031 else
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12033 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12035 cat >>confdefs.h <<_ACEOF
12036 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12037 _ACEOF
12042 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12043 case "x$with_v4l" in
12044 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
12045 xno) ;;
12046 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
12047 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12048 esac
12052 if test "x$with_gphoto" != "xno"
12053 then
12054 if ${GPHOTO2_CFLAGS:+false} :; then :
12055 if ${PKG_CONFIG+:} false; then :
12056 GPHOTO2_CFLAGS=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12059 test "$cross_compiling" = yes || GPHOTO2_CFLAGS=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12060 if ${GPHOTO2_LIBS:+false} :; then :
12061 if ${PKG_CONFIG+:} false; then :
12062 GPHOTO2_LIBS=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12065 test "$cross_compiling" = yes || GPHOTO2_LIBS=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12066 GPHOTO2_LIBS=${GPHOTO2_LIBS:-"-lgphoto2"}
12067 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12068 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12069 ac_save_CPPFLAGS=$CPPFLAGS
12070 CPPFLAGS="$CPPFLAGS $GPHOTO2_CFLAGS"
12071 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12072 if test "x$ac_cv_header_gphoto2_camera_h" = xyes; then :
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12074 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12075 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false; then :
12076 $as_echo_n "(cached) " >&6
12077 else
12078 ac_check_lib_save_LIBS=$LIBS
12079 LIBS="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12081 /* end confdefs.h. */
12083 /* Override any GCC internal prototype to avoid an error.
12084 Use char because int might match the return type of a GCC
12085 builtin and then its argument prototype would still apply. */
12086 #ifdef __cplusplus
12087 extern "C"
12088 #endif
12089 char gp_camera_new ();
12091 main ()
12093 return gp_camera_new ();
12095 return 0;
12097 _ACEOF
12098 if ac_fn_c_try_link "$LINENO"; then :
12099 ac_cv_lib_gphoto2_gp_camera_new=yes
12100 else
12101 ac_cv_lib_gphoto2_gp_camera_new=no
12103 rm -f core conftest.err conftest.$ac_objext \
12104 conftest$ac_exeext conftest.$ac_ext
12105 LIBS=$ac_check_lib_save_LIBS
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12108 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12109 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes; then :
12111 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12113 else
12114 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12117 else
12118 GPHOTO2_LIBS=""; GPHOTO2_CFLAGS=""
12122 CPPFLAGS=$ac_save_CPPFLAGS
12123 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12124 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12126 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12127 if ${PKG_CONFIG+:} false; then :
12128 GPHOTO2_PORT_CFLAGS=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12131 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12132 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12133 if ${PKG_CONFIG+:} false; then :
12134 GPHOTO2_PORT_LIBS=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12137 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12138 GPHOTO2_PORT_LIBS=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12139 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12140 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12141 ac_save_CPPFLAGS=$CPPFLAGS
12142 CPPFLAGS="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12143 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12144 if test "x$ac_cv_header_gphoto2_port_h" = xyes; then :
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12146 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12147 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false; then :
12148 $as_echo_n "(cached) " >&6
12149 else
12150 ac_check_lib_save_LIBS=$LIBS
12151 LIBS="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12153 /* end confdefs.h. */
12155 /* Override any GCC internal prototype to avoid an error.
12156 Use char because int might match the return type of a GCC
12157 builtin and then its argument prototype would still apply. */
12158 #ifdef __cplusplus
12159 extern "C"
12160 #endif
12161 char gp_port_info_list_new ();
12163 main ()
12165 return gp_port_info_list_new ();
12167 return 0;
12169 _ACEOF
12170 if ac_fn_c_try_link "$LINENO"; then :
12171 ac_cv_lib_gphoto2_port_gp_port_info_list_new=yes
12172 else
12173 ac_cv_lib_gphoto2_port_gp_port_info_list_new=no
12175 rm -f core conftest.err conftest.$ac_objext \
12176 conftest$ac_exeext conftest.$ac_ext
12177 LIBS=$ac_check_lib_save_LIBS
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12180 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12181 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes; then :
12183 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12185 else
12186 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12189 else
12190 GPHOTO2_PORT_LIBS=""; GPHOTO2_PORT_CFLAGS=""
12194 CPPFLAGS=$ac_save_CPPFLAGS
12195 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12196 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12199 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12200 case "x$with_gphoto" in
12201 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12202 xno) ;;
12203 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12204 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12205 esac
12208 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12209 case "x$with_gphoto" in
12210 x) as_fn_append wine_notices "|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12211 xno) ;;
12212 *) as_fn_error $? "libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12213 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12214 esac
12219 if test "$ac_cv_header_resolv_h" = "yes"
12220 then
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12222 $as_echo_n "checking for resolver library... " >&6; }
12223 if ${ac_cv_have_resolv+:} false; then :
12224 $as_echo_n "(cached) " >&6
12225 else
12226 ac_save_LIBS="$LIBS"
12227 for lib in '' -lresolv
12229 LIBS="$lib $ac_save_LIBS"
12230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12231 /* end confdefs.h. */
12232 #ifdef HAVE_NETINET_IN_H
12233 #include <netinet/in.h>
12234 #endif
12235 #include <resolv.h>
12237 main ()
12239 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12241 return 0;
12243 _ACEOF
12244 if ac_fn_c_try_link "$LINENO"; then :
12245 ac_cv_have_resolv=${lib:-"none required"}
12246 else
12247 ac_cv_have_resolv="not found"
12249 rm -f core conftest.err conftest.$ac_objext \
12250 conftest$ac_exeext conftest.$ac_ext
12251 test "x$ac_cv_have_resolv" = "xnot found" || break
12252 done
12253 LIBS="$ac_save_LIBS"
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12256 $as_echo "$ac_cv_have_resolv" >&6; }
12258 case "$ac_cv_have_resolv" in
12259 "not found") ;;
12260 "none required")
12262 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12265 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12267 RESOLV_LIBS=$ac_cv_have_resolv
12269 esac
12272 if test "x$with_cms" != "xno"
12273 then
12274 if ${LCMS2_CFLAGS:+false} :; then :
12275 if ${PKG_CONFIG+:} false; then :
12276 LCMS2_CFLAGS=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12280 if ${LCMS2_LIBS:+false} :; then :
12281 if ${PKG_CONFIG+:} false; then :
12282 LCMS2_LIBS=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12286 LCMS2_LIBS=${LCMS2_LIBS:-"-llcms2"}
12287 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12288 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12289 ac_save_CPPFLAGS=$CPPFLAGS
12290 CPPFLAGS="$CPPFLAGS $LCMS2_CFLAGS"
12291 for ac_header in lcms2.h
12292 do :
12293 ac_fn_c_check_header_mongrel "$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12294 if test "x$ac_cv_header_lcms2_h" = xyes; then :
12295 cat >>confdefs.h <<_ACEOF
12296 #define HAVE_LCMS2_H 1
12297 _ACEOF
12301 done
12303 if test "$ac_cv_header_lcms2_h" = "yes"
12304 then
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12306 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12307 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false; then :
12308 $as_echo_n "(cached) " >&6
12309 else
12310 ac_check_lib_save_LIBS=$LIBS
12311 LIBS="-llcms2 $LCMS2_LIBS $LIBS"
12312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12313 /* end confdefs.h. */
12315 /* Override any GCC internal prototype to avoid an error.
12316 Use char because int might match the return type of a GCC
12317 builtin and then its argument prototype would still apply. */
12318 #ifdef __cplusplus
12319 extern "C"
12320 #endif
12321 char cmsOpenProfileFromFile ();
12323 main ()
12325 return cmsOpenProfileFromFile ();
12327 return 0;
12329 _ACEOF
12330 if ac_fn_c_try_link "$LINENO"; then :
12331 ac_cv_lib_lcms2_cmsOpenProfileFromFile=yes
12332 else
12333 ac_cv_lib_lcms2_cmsOpenProfileFromFile=no
12335 rm -f core conftest.err conftest.$ac_objext \
12336 conftest$ac_exeext conftest.$ac_ext
12337 LIBS=$ac_check_lib_save_LIBS
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12340 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12341 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes; then :
12343 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12345 else
12346 LCMS2_LIBS=""
12349 else
12350 LCMS2_CFLAGS=""
12351 LCMS2_LIBS=""
12353 CPPFLAGS=$ac_save_CPPFLAGS
12354 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12355 test -z "$LCMS2_LIBS" || LCMS2_LIBS=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12358 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12359 case "x$with_cms" in
12360 x) as_fn_append wine_notices "|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12361 xno) ;;
12362 *) as_fn_error $? "liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12363 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12364 esac
12368 if test "x$with_freetype" != "xno"
12369 then
12370 if ${FREETYPE_CFLAGS:+false} :; then :
12371 if ${PKG_CONFIG+:} false; then :
12372 FREETYPE_CFLAGS=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12375 test "$cross_compiling" = yes || FREETYPE_CFLAGS=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12376 if ${FREETYPE_LIBS:+false} :; then :
12377 if ${PKG_CONFIG+:} false; then :
12378 FREETYPE_LIBS=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12381 test "$cross_compiling" = yes || FREETYPE_LIBS=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12382 FREETYPE_LIBS=${FREETYPE_LIBS:-"-lfreetype"}
12383 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12384 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12385 ac_save_CPPFLAGS=$CPPFLAGS
12386 CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
12387 for ac_header in ft2build.h
12388 do :
12389 ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12390 if test "x$ac_cv_header_ft2build_h" = xyes; then :
12391 cat >>confdefs.h <<_ACEOF
12392 #define HAVE_FT2BUILD_H 1
12393 _ACEOF
12397 done
12399 if test "$ac_cv_header_ft2build_h" = "yes"
12400 then
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12402 $as_echo_n "checking for -lfreetype... " >&6; }
12403 if ${ac_cv_lib_soname_freetype+:} false; then :
12404 $as_echo_n "(cached) " >&6
12405 else
12406 ac_check_soname_save_LIBS=$LIBS
12407 LIBS="-lfreetype $FREETYPE_LIBS $LIBS"
12408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12409 /* end confdefs.h. */
12411 /* Override any GCC internal prototype to avoid an error.
12412 Use char because int might match the return type of a GCC
12413 builtin and then its argument prototype would still apply. */
12414 #ifdef __cplusplus
12415 extern "C"
12416 #endif
12417 char FT_Init_FreeType ();
12419 main ()
12421 return FT_Init_FreeType ();
12423 return 0;
12425 _ACEOF
12426 if ac_fn_c_try_link "$LINENO"; then :
12427 case "$LIBEXT" in
12428 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12429 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'` ;;
12430 *) ac_cv_lib_soname_freetype=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12431 if ${ac_cv_lib_soname_freetype:+false} :; then :
12432 ac_cv_lib_soname_freetype=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12433 fi ;;
12434 esac
12436 rm -f core conftest.err conftest.$ac_objext \
12437 conftest$ac_exeext conftest.$ac_ext
12438 LIBS=$ac_check_soname_save_LIBS
12440 if ${ac_cv_lib_soname_freetype:+false} :; then :
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12442 $as_echo "not found" >&6; }
12443 FREETYPE_LIBS=""
12444 else
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12446 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12448 cat >>confdefs.h <<_ACEOF
12449 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12450 _ACEOF
12453 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12455 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12456 #include FT_MODULE_H
12458 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes; then :
12460 cat >>confdefs.h <<_ACEOF
12461 #define HAVE_FT_TRUETYPEENGINETYPE 1
12462 _ACEOF
12468 else
12469 FREETYPE_CFLAGS=""
12470 FREETYPE_LIBS=""
12472 CPPFLAGS=$ac_save_CPPFLAGS
12473 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12474 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12477 if test "x$ac_cv_lib_soname_freetype" = x; then :
12478 case "x$with_freetype" in
12479 xno) ;;
12480 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
12481 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12482 esac
12483 enable_fonts=${enable_fonts:-no}
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12487 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12488 if ${ac_cv_c_ppdev+:} false; then :
12489 $as_echo_n "(cached) " >&6
12490 else
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12493 #ifdef HAVE_SYS_IOCTL_H
12494 # include <sys/ioctl.h>
12495 #endif
12496 #include <linux/ppdev.h>
12498 main ()
12500 ioctl (1,PPCLAIM,0)
12502 return 0;
12504 _ACEOF
12505 if ac_fn_c_try_compile "$LINENO"; then :
12506 ac_cv_c_ppdev="yes"
12507 else
12508 ac_cv_c_ppdev="no"
12510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12513 $as_echo "$ac_cv_c_ppdev" >&6; }
12514 if test "$ac_cv_c_ppdev" = "yes"
12515 then
12517 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12521 ac_wine_check_funcs_save_LIBS="$LIBS"
12522 LIBS="$LIBS $PTHREAD_LIBS"
12523 for ac_func in \
12524 pthread_attr_get_np \
12525 pthread_getattr_np \
12526 pthread_getthreadid_np \
12527 pthread_get_stackaddr_np \
12528 pthread_get_stacksize_np
12529 do :
12530 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12531 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12532 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12533 cat >>confdefs.h <<_ACEOF
12534 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12535 _ACEOF
12538 done
12540 LIBS="$ac_wine_check_funcs_save_LIBS"
12542 if test "$ac_cv_header_zlib_h" = "yes"
12543 then
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12545 $as_echo_n "checking for inflate in -lz... " >&6; }
12546 if ${ac_cv_lib_z_inflate+:} false; then :
12547 $as_echo_n "(cached) " >&6
12548 else
12549 ac_check_lib_save_LIBS=$LIBS
12550 LIBS="-lz $LIBS"
12551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12552 /* end confdefs.h. */
12554 /* Override any GCC internal prototype to avoid an error.
12555 Use char because int might match the return type of a GCC
12556 builtin and then its argument prototype would still apply. */
12557 #ifdef __cplusplus
12558 extern "C"
12559 #endif
12560 char inflate ();
12562 main ()
12564 return inflate ();
12566 return 0;
12568 _ACEOF
12569 if ac_fn_c_try_link "$LINENO"; then :
12570 ac_cv_lib_z_inflate=yes
12571 else
12572 ac_cv_lib_z_inflate=no
12574 rm -f core conftest.err conftest.$ac_objext \
12575 conftest$ac_exeext conftest.$ac_ext
12576 LIBS=$ac_check_lib_save_LIBS
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12579 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12580 if test "x$ac_cv_lib_z_inflate" = xyes; then :
12582 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12584 Z_LIBS="-lz"
12589 if test "x$Z_LIBS" = "x"; then :
12590 case "x$with_zlib" in
12591 x) as_fn_append wine_notices "|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12592 xno) ;;
12593 *) as_fn_error $? "libz ${notice_platform}development files not found, data compression won't be supported.
12594 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12595 esac
12599 if test "x$enable_tools" != xno -a "x$with_gettextpo" = xyes
12600 then
12601 if test "$ac_cv_header_gettext_po_h" = "yes"
12602 then
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12604 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12605 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false; then :
12606 $as_echo_n "(cached) " >&6
12607 else
12608 ac_check_lib_save_LIBS=$LIBS
12609 LIBS="-lgettextpo $LIBS"
12610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12611 /* end confdefs.h. */
12613 /* Override any GCC internal prototype to avoid an error.
12614 Use char because int might match the return type of a GCC
12615 builtin and then its argument prototype would still apply. */
12616 #ifdef __cplusplus
12617 extern "C"
12618 #endif
12619 char po_message_msgctxt ();
12621 main ()
12623 return po_message_msgctxt ();
12625 return 0;
12627 _ACEOF
12628 if ac_fn_c_try_link "$LINENO"; then :
12629 ac_cv_lib_gettextpo_po_message_msgctxt=yes
12630 else
12631 ac_cv_lib_gettextpo_po_message_msgctxt=no
12633 rm -f core conftest.err conftest.$ac_objext \
12634 conftest$ac_exeext conftest.$ac_ext
12635 LIBS=$ac_check_lib_save_LIBS
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12638 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12639 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes; then :
12641 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12643 GETTEXTPO_LIBS="-lgettextpo"
12648 if test "x$GETTEXTPO_LIBS" = "x"; then :
12649 case "x$with_gettextpo" in
12650 x) as_fn_append wine_notices "|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12651 xno) ;;
12652 *) as_fn_error $? "GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12653 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12654 esac
12657 if test "$srcdir" != .; then :
12658 case "x$with_gettextpo" in
12659 x) as_fn_append wine_notices "|Rebuilding po files is not supported for out of tree builds." ;;
12660 xno) ;;
12661 *) as_fn_error $? "Rebuilding po files is not supported for out of tree builds.
12662 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12663 esac
12668 if test "x$with_pulse" != "xno";
12669 then
12670 if ${PULSE_CFLAGS:+false} :; then :
12671 if ${PKG_CONFIG+:} false; then :
12672 PULSE_CFLAGS=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12676 if ${PULSE_LIBS:+false} :; then :
12677 if ${PKG_CONFIG+:} false; then :
12678 PULSE_LIBS=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12683 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12684 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12685 ac_save_CPPFLAGS=$CPPFLAGS
12686 CPPFLAGS="$CPPFLAGS $PULSE_CFLAGS"
12687 for ac_header in pulse/pulseaudio.h
12688 do :
12689 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12690 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes; then :
12691 cat >>confdefs.h <<_ACEOF
12692 #define HAVE_PULSE_PULSEAUDIO_H 1
12693 _ACEOF
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12695 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12696 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false; then :
12697 $as_echo_n "(cached) " >&6
12698 else
12699 ac_check_lib_save_LIBS=$LIBS
12700 LIBS="-lpulse $PULSE_LIBS $LIBS"
12701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12702 /* end confdefs.h. */
12704 /* Override any GCC internal prototype to avoid an error.
12705 Use char because int might match the return type of a GCC
12706 builtin and then its argument prototype would still apply. */
12707 #ifdef __cplusplus
12708 extern "C"
12709 #endif
12710 char pa_stream_is_corked ();
12712 main ()
12714 return pa_stream_is_corked ();
12716 return 0;
12718 _ACEOF
12719 if ac_fn_c_try_link "$LINENO"; then :
12720 ac_cv_lib_pulse_pa_stream_is_corked=yes
12721 else
12722 ac_cv_lib_pulse_pa_stream_is_corked=no
12724 rm -f core conftest.err conftest.$ac_objext \
12725 conftest$ac_exeext conftest.$ac_ext
12726 LIBS=$ac_check_lib_save_LIBS
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12729 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12730 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes; then :
12732 else
12733 PULSE_LIBS=""
12736 else
12737 PULSE_LIBS=""
12740 done
12742 CPPFLAGS=$ac_save_CPPFLAGS
12743 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12744 test -z "$PULSE_LIBS" || PULSE_LIBS=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12747 if test -z "$PULSE_LIBS"; then :
12748 case "x$with_pulse" in
12749 x) as_fn_append wine_notices "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12750 xno) ;;
12751 *) as_fn_error $? "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12752 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12753 esac
12754 enable_winepulse_drv=${enable_winepulse_drv:-no}
12757 if test "x$with_gstreamer" != "xno"
12758 then
12759 if ${GSTREAMER_CFLAGS:+false} :; then :
12760 if ${PKG_CONFIG+:} false; then :
12761 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12765 if ${GSTREAMER_LIBS:+false} :; then :
12766 if ${PKG_CONFIG+:} false; then :
12767 GSTREAMER_LIBS=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12772 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12773 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12774 ac_save_CPPFLAGS=$CPPFLAGS
12775 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
12776 ac_gst_incl=""
12777 for i in $GSTREAMER_CFLAGS
12779 case "$i" in
12780 -I*) ac_gst_incl="$ac_gst_incl $i";;
12781 esac
12782 done
12783 GSTREAMER_CFLAGS=$ac_gst_incl
12784 CPPFLAGS="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12785 ac_fn_c_check_header_mongrel "$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12786 if test "x$ac_cv_header_gst_gst_h" = xyes; then :
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12788 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12791 #include <gst/gst.h>
12793 main ()
12795 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12797 return 0;
12799 _ACEOF
12800 if ac_fn_c_try_compile "$LINENO"; then :
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12802 $as_echo "yes" >&6; }
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12804 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12805 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false; then :
12806 $as_echo_n "(cached) " >&6
12807 else
12808 ac_check_lib_save_LIBS=$LIBS
12809 LIBS="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12813 /* Override any GCC internal prototype to avoid an error.
12814 Use char because int might match the return type of a GCC
12815 builtin and then its argument prototype would still apply. */
12816 #ifdef __cplusplus
12817 extern "C"
12818 #endif
12819 char gst_pad_new ();
12821 main ()
12823 return gst_pad_new ();
12825 return 0;
12827 _ACEOF
12828 if ac_fn_c_try_link "$LINENO"; then :
12829 ac_cv_lib_gstreamer_1_0_gst_pad_new=yes
12830 else
12831 ac_cv_lib_gstreamer_1_0_gst_pad_new=no
12833 rm -f core conftest.err conftest.$ac_objext \
12834 conftest$ac_exeext conftest.$ac_ext
12835 LIBS=$ac_check_lib_save_LIBS
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12838 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12839 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes; then :
12843 else
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12845 $as_echo "no" >&6; }
12846 ac_glib2_broken=yes
12847 as_fn_append wine_notices "|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12853 CPPFLAGS=$ac_save_CPPFLAGS
12854 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12855 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12858 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 :
12859 case "x$with_gstreamer" in
12860 x) as_fn_append wine_notices "|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12861 xno) ;;
12862 *) as_fn_error $? "gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12863 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12864 esac
12867 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
12869 ALSA_LIBS=""
12871 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12872 then
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12874 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12875 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false; then :
12876 $as_echo_n "(cached) " >&6
12877 else
12878 ac_check_lib_save_LIBS=$LIBS
12879 LIBS="-lasound $LIBS"
12880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12881 /* end confdefs.h. */
12883 /* Override any GCC internal prototype to avoid an error.
12884 Use char because int might match the return type of a GCC
12885 builtin and then its argument prototype would still apply. */
12886 #ifdef __cplusplus
12887 extern "C"
12888 #endif
12889 char snd_pcm_hw_params_get_access_mask ();
12891 main ()
12893 return snd_pcm_hw_params_get_access_mask ();
12895 return 0;
12897 _ACEOF
12898 if ac_fn_c_try_link "$LINENO"; then :
12899 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=yes
12900 else
12901 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask=no
12903 rm -f core conftest.err conftest.$ac_objext \
12904 conftest$ac_exeext conftest.$ac_ext
12905 LIBS=$ac_check_lib_save_LIBS
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12908 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12909 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes; then :
12910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12911 /* end confdefs.h. */
12912 #ifdef HAVE_ALSA_ASOUNDLIB_H
12913 #include <alsa/asoundlib.h>
12914 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12915 #include <sys/asoundlib.h>
12916 #endif
12918 main ()
12920 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12922 return 0;
12924 _ACEOF
12925 if ac_fn_c_try_compile "$LINENO"; then :
12926 ALSA_LIBS="-lasound"
12928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12932 test -n "$ALSA_LIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
12934 if test "x$with_oss" != xno
12935 then
12936 ac_save_CPPFLAGS="$CPPFLAGS"
12937 if test -f /etc/oss.conf
12938 then
12939 . /etc/oss.conf
12941 ac_oss_incl="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12942 CPPFLAGS="$CPPFLAGS $ac_oss_incl"
12943 ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12944 if test "x$ac_cv_header_sys_soundcard_h" = xyes; then :
12945 ac_fn_c_check_member "$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12947 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes; then :
12949 cat >>confdefs.h <<_ACEOF
12950 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12951 _ACEOF
12953 OSS4_CFLAGS="$ac_oss_incl"
12960 CPPFLAGS="$ac_save_CPPFLAGS"
12962 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes; then :
12963 case "x$with_oss" in
12964 x) as_fn_append wine_notices "|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12965 xno) ;;
12966 *) as_fn_error $? "OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12967 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12968 esac
12969 enable_wineoss_drv=${enable_wineoss_drv:-no}
12972 if test "x$with_udev" != "xno"
12973 then
12974 if ${UDEV_CFLAGS:+false} :; then :
12975 if ${PKG_CONFIG+:} false; then :
12976 UDEV_CFLAGS=`$PKG_CONFIG --cflags libudev 2>/dev/null`
12980 if ${UDEV_LIBS:+false} :; then :
12981 if ${PKG_CONFIG+:} false; then :
12982 UDEV_LIBS=`$PKG_CONFIG --libs libudev 2>/dev/null`
12987 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
12988 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
12989 ac_save_CPPFLAGS=$CPPFLAGS
12990 CPPFLAGS="$CPPFLAGS $UDEV_CFLAGS"
12991 for ac_header in libudev.h
12992 do :
12993 ac_fn_c_check_header_mongrel "$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
12994 if test "x$ac_cv_header_libudev_h" = xyes; then :
12995 cat >>confdefs.h <<_ACEOF
12996 #define HAVE_LIBUDEV_H 1
12997 _ACEOF
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
12999 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13000 if ${ac_cv_lib_udev_udev_new+:} false; then :
13001 $as_echo_n "(cached) " >&6
13002 else
13003 ac_check_lib_save_LIBS=$LIBS
13004 LIBS="-ludev $UDEV_LIBS $LIBS"
13005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13006 /* end confdefs.h. */
13008 /* Override any GCC internal prototype to avoid an error.
13009 Use char because int might match the return type of a GCC
13010 builtin and then its argument prototype would still apply. */
13011 #ifdef __cplusplus
13012 extern "C"
13013 #endif
13014 char udev_new ();
13016 main ()
13018 return udev_new ();
13020 return 0;
13022 _ACEOF
13023 if ac_fn_c_try_link "$LINENO"; then :
13024 ac_cv_lib_udev_udev_new=yes
13025 else
13026 ac_cv_lib_udev_udev_new=no
13028 rm -f core conftest.err conftest.$ac_objext \
13029 conftest$ac_exeext conftest.$ac_ext
13030 LIBS=$ac_check_lib_save_LIBS
13032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13033 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13034 if test "x$ac_cv_lib_udev_udev_new" = xyes; then :
13036 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13038 else
13039 UDEV_LIBS=""
13042 else
13043 UDEV_LIBS=""
13046 done
13048 CPPFLAGS=$ac_save_CPPFLAGS
13049 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13050 test -z "$UDEV_LIBS" || UDEV_LIBS=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13053 if test "x$UDEV_LIBS" = "x"; then :
13054 case "x$with_udev" in
13055 x) as_fn_append wine_notices "|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13056 xno) ;;
13057 *) as_fn_error $? "libudev ${notice_platform}development files not found, plug and play won't be supported.
13058 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13059 esac
13063 if test "x$with_capi" != "xno"
13064 then
13065 if ${CAPI20_CFLAGS:+false} :; then :
13066 if ${PKG_CONFIG+:} false; then :
13067 CAPI20_CFLAGS=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13071 if ${CAPI20_LIBS:+false} :; then :
13072 if ${PKG_CONFIG+:} false; then :
13073 CAPI20_LIBS=`$PKG_CONFIG --libs capi20 2>/dev/null`
13078 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13079 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13080 ac_save_CPPFLAGS=$CPPFLAGS
13081 CPPFLAGS="$CPPFLAGS $CAPI20_CFLAGS"
13082 for ac_header in capi20.h linux/capi.h
13083 do :
13084 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13085 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13087 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13088 cat >>confdefs.h <<_ACEOF
13089 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13090 _ACEOF
13094 done
13096 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13097 then
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13099 $as_echo_n "checking for -lcapi20... " >&6; }
13100 if ${ac_cv_lib_soname_capi20+:} false; then :
13101 $as_echo_n "(cached) " >&6
13102 else
13103 ac_check_soname_save_LIBS=$LIBS
13104 LIBS="-lcapi20 $CAPI20_LIBS $LIBS"
13105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13106 /* end confdefs.h. */
13108 /* Override any GCC internal prototype to avoid an error.
13109 Use char because int might match the return type of a GCC
13110 builtin and then its argument prototype would still apply. */
13111 #ifdef __cplusplus
13112 extern "C"
13113 #endif
13114 char capi20_register ();
13116 main ()
13118 return capi20_register ();
13120 return 0;
13122 _ACEOF
13123 if ac_fn_c_try_link "$LINENO"; then :
13124 case "$LIBEXT" in
13125 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13126 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'` ;;
13127 *) ac_cv_lib_soname_capi20=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13128 if ${ac_cv_lib_soname_capi20:+false} :; then :
13129 ac_cv_lib_soname_capi20=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13130 fi ;;
13131 esac
13133 rm -f core conftest.err conftest.$ac_objext \
13134 conftest$ac_exeext conftest.$ac_ext
13135 LIBS=$ac_check_soname_save_LIBS
13137 if ${ac_cv_lib_soname_capi20:+false} :; then :
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13139 $as_echo "not found" >&6; }
13141 else
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13143 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13145 cat >>confdefs.h <<_ACEOF
13146 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13147 _ACEOF
13152 CPPFLAGS=$ac_save_CPPFLAGS
13153 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13154 test -z "$CAPI20_LIBS" || CAPI20_LIBS=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13157 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13158 case "x$with_capi" in
13159 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13160 xno) ;;
13161 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13162 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13163 esac
13167 CUPS_CFLAGS=""
13169 if test "x$with_cups" != "xno"
13170 then
13171 ac_save_CPPFLAGS="$CPPFLAGS"
13172 ac_cups_cflags=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13173 ac_cups_libs=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13174 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
13175 for ac_header in cups/cups.h
13176 do :
13177 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13178 if test "x$ac_cv_header_cups_cups_h" = xyes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_CUPS_CUPS_H 1
13181 _ACEOF
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13183 $as_echo_n "checking for -lcups... " >&6; }
13184 if ${ac_cv_lib_soname_cups+:} false; then :
13185 $as_echo_n "(cached) " >&6
13186 else
13187 ac_check_soname_save_LIBS=$LIBS
13188 LIBS="-lcups $ac_cups_libs $LIBS"
13189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13190 /* end confdefs.h. */
13192 /* Override any GCC internal prototype to avoid an error.
13193 Use char because int might match the return type of a GCC
13194 builtin and then its argument prototype would still apply. */
13195 #ifdef __cplusplus
13196 extern "C"
13197 #endif
13198 char cupsGetDefault ();
13200 main ()
13202 return cupsGetDefault ();
13204 return 0;
13206 _ACEOF
13207 if ac_fn_c_try_link "$LINENO"; then :
13208 case "$LIBEXT" in
13209 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13210 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'` ;;
13211 *) ac_cv_lib_soname_cups=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13212 if ${ac_cv_lib_soname_cups:+false} :; then :
13213 ac_cv_lib_soname_cups=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13214 fi ;;
13215 esac
13217 rm -f core conftest.err conftest.$ac_objext \
13218 conftest$ac_exeext conftest.$ac_ext
13219 LIBS=$ac_check_soname_save_LIBS
13221 if ${ac_cv_lib_soname_cups:+false} :; then :
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13223 $as_echo "not found" >&6; }
13225 else
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13227 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13229 cat >>confdefs.h <<_ACEOF
13230 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13231 _ACEOF
13233 CUPS_CFLAGS="$ac_cups_cflags"
13235 for ac_header in cups/ppd.h
13236 do :
13237 ac_fn_c_check_header_mongrel "$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13238 if test "x$ac_cv_header_cups_ppd_h" = xyes; then :
13239 cat >>confdefs.h <<_ACEOF
13240 #define HAVE_CUPS_PPD_H 1
13241 _ACEOF
13245 done
13249 done
13251 CPPFLAGS="$ac_save_CPPFLAGS"
13253 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13254 case "x$with_cups" in
13255 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13256 xno) ;;
13257 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
13258 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13259 esac
13263 if test "x$with_fontconfig" != "xno"
13264 then
13265 if ${FONTCONFIG_CFLAGS:+false} :; then :
13266 if ${PKG_CONFIG+:} false; then :
13267 FONTCONFIG_CFLAGS=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13270 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13271 if ${FONTCONFIG_LIBS:+false} :; then :
13272 if ${PKG_CONFIG+:} false; then :
13273 FONTCONFIG_LIBS=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13276 test "$cross_compiling" = yes || FONTCONFIG_LIBS=${FONTCONFIG_LIBS:-$X_LIBS}
13278 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13279 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13280 ac_save_CPPFLAGS=$CPPFLAGS
13281 CPPFLAGS="$CPPFLAGS $FONTCONFIG_CFLAGS"
13282 for ac_header in fontconfig/fontconfig.h
13283 do :
13284 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13285 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes; then :
13286 cat >>confdefs.h <<_ACEOF
13287 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13288 _ACEOF
13292 done
13294 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13295 then
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13297 $as_echo_n "checking for -lfontconfig... " >&6; }
13298 if ${ac_cv_lib_soname_fontconfig+:} false; then :
13299 $as_echo_n "(cached) " >&6
13300 else
13301 ac_check_soname_save_LIBS=$LIBS
13302 LIBS="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13304 /* end confdefs.h. */
13306 /* Override any GCC internal prototype to avoid an error.
13307 Use char because int might match the return type of a GCC
13308 builtin and then its argument prototype would still apply. */
13309 #ifdef __cplusplus
13310 extern "C"
13311 #endif
13312 char FcInit ();
13314 main ()
13316 return FcInit ();
13318 return 0;
13320 _ACEOF
13321 if ac_fn_c_try_link "$LINENO"; then :
13322 case "$LIBEXT" in
13323 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13324 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'` ;;
13325 *) ac_cv_lib_soname_fontconfig=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13326 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13327 ac_cv_lib_soname_fontconfig=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13328 fi ;;
13329 esac
13331 rm -f core conftest.err conftest.$ac_objext \
13332 conftest$ac_exeext conftest.$ac_ext
13333 LIBS=$ac_check_soname_save_LIBS
13335 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13337 $as_echo "not found" >&6; }
13338 FONTCONFIG_CFLAGS=""
13339 else
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13341 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13343 cat >>confdefs.h <<_ACEOF
13344 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13345 _ACEOF
13349 else
13350 FONTCONFIG_CFLAGS=""
13352 CPPFLAGS=$ac_save_CPPFLAGS
13353 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13354 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13357 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13358 case "x$with_fontconfig" in
13359 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13360 xno) ;;
13361 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13362 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13363 esac
13367 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13368 then
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13370 $as_echo_n "checking for -lgsm... " >&6; }
13371 if ${ac_cv_lib_soname_gsm+:} false; then :
13372 $as_echo_n "(cached) " >&6
13373 else
13374 ac_check_soname_save_LIBS=$LIBS
13375 LIBS="-lgsm $LIBS"
13376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13379 /* Override any GCC internal prototype to avoid an error.
13380 Use char because int might match the return type of a GCC
13381 builtin and then its argument prototype would still apply. */
13382 #ifdef __cplusplus
13383 extern "C"
13384 #endif
13385 char gsm_create ();
13387 main ()
13389 return gsm_create ();
13391 return 0;
13393 _ACEOF
13394 if ac_fn_c_try_link "$LINENO"; then :
13395 case "$LIBEXT" in
13396 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13397 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'` ;;
13398 *) ac_cv_lib_soname_gsm=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13399 if ${ac_cv_lib_soname_gsm:+false} :; then :
13400 ac_cv_lib_soname_gsm=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13401 fi ;;
13402 esac
13404 rm -f core conftest.err conftest.$ac_objext \
13405 conftest$ac_exeext conftest.$ac_ext
13406 LIBS=$ac_check_soname_save_LIBS
13408 if ${ac_cv_lib_soname_gsm:+false} :; then :
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13410 $as_echo "not found" >&6; }
13412 else
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13414 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13416 cat >>confdefs.h <<_ACEOF
13417 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13418 _ACEOF
13423 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13424 case "x$with_gsm" in
13425 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13426 xno) ;;
13427 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13428 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13429 esac
13433 if test "x$with_jpeg" != "xno"
13434 then
13435 if ${JPEG_CFLAGS:+false} :; then :
13436 if ${PKG_CONFIG+:} false; then :
13437 JPEG_CFLAGS=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13441 if ${JPEG_LIBS:+false} :; then :
13442 if ${PKG_CONFIG+:} false; then :
13443 JPEG_LIBS=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13448 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13449 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13450 ac_save_CPPFLAGS=$CPPFLAGS
13451 CPPFLAGS="$CPPFLAGS $JPEG_CFLAGS"
13452 for ac_header in jpeglib.h
13453 do :
13454 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13455 if test "x$ac_cv_header_jpeglib_h" = xyes; then :
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_JPEGLIB_H 1
13458 _ACEOF
13462 done
13464 if test "$ac_cv_header_jpeglib_h" = "yes"
13465 then
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13467 $as_echo_n "checking for -ljpeg... " >&6; }
13468 if ${ac_cv_lib_soname_jpeg+:} false; then :
13469 $as_echo_n "(cached) " >&6
13470 else
13471 ac_check_soname_save_LIBS=$LIBS
13472 LIBS="-ljpeg $JPEG_LIBS $LIBS"
13473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13476 /* Override any GCC internal prototype to avoid an error.
13477 Use char because int might match the return type of a GCC
13478 builtin and then its argument prototype would still apply. */
13479 #ifdef __cplusplus
13480 extern "C"
13481 #endif
13482 char jpeg_start_decompress ();
13484 main ()
13486 return jpeg_start_decompress ();
13488 return 0;
13490 _ACEOF
13491 if ac_fn_c_try_link "$LINENO"; then :
13492 case "$LIBEXT" in
13493 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13494 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'` ;;
13495 *) ac_cv_lib_soname_jpeg=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13496 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13497 ac_cv_lib_soname_jpeg=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13498 fi ;;
13499 esac
13501 rm -f core conftest.err conftest.$ac_objext \
13502 conftest$ac_exeext conftest.$ac_ext
13503 LIBS=$ac_check_soname_save_LIBS
13505 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13507 $as_echo "not found" >&6; }
13508 JPEG_CFLAGS=""
13509 else
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13511 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13513 cat >>confdefs.h <<_ACEOF
13514 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13515 _ACEOF
13519 else
13520 JPEG_CFLAGS=""
13522 CPPFLAGS=$ac_save_CPPFLAGS
13523 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13524 test -z "$JPEG_LIBS" || JPEG_LIBS=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13527 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13528 case "x$with_jpeg" in
13529 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13530 xno) ;;
13531 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13532 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13533 esac
13537 if test "x$with_png" != "xno"
13538 then
13539 if ${PNG_CFLAGS:+false} :; then :
13540 if ${PKG_CONFIG+:} false; then :
13541 PNG_CFLAGS=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13544 test "$cross_compiling" = yes || PNG_CFLAGS=${PNG_CFLAGS:-$X_CFLAGS}
13545 if ${PNG_LIBS:+false} :; then :
13546 if ${PKG_CONFIG+:} false; then :
13547 PNG_LIBS=`$PKG_CONFIG --libs libpng 2>/dev/null`
13550 test "$cross_compiling" = yes || PNG_LIBS=${PNG_LIBS:-$X_LIBS}
13552 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13553 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13554 ac_save_CPPFLAGS=$CPPFLAGS
13555 CPPFLAGS="$CPPFLAGS $PNG_CFLAGS"
13556 for ac_header in png.h
13557 do :
13558 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13559 if test "x$ac_cv_header_png_h" = xyes; then :
13560 cat >>confdefs.h <<_ACEOF
13561 #define HAVE_PNG_H 1
13562 _ACEOF
13566 done
13568 if test "$ac_cv_header_png_h" = "yes"
13569 then
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13571 $as_echo_n "checking for -lpng... " >&6; }
13572 if ${ac_cv_lib_soname_png+:} false; then :
13573 $as_echo_n "(cached) " >&6
13574 else
13575 ac_check_soname_save_LIBS=$LIBS
13576 LIBS="-lpng $PNG_LIBS -lm -lz $LIBS"
13577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h. */
13580 /* Override any GCC internal prototype to avoid an error.
13581 Use char because int might match the return type of a GCC
13582 builtin and then its argument prototype would still apply. */
13583 #ifdef __cplusplus
13584 extern "C"
13585 #endif
13586 char png_create_read_struct ();
13588 main ()
13590 return png_create_read_struct ();
13592 return 0;
13594 _ACEOF
13595 if ac_fn_c_try_link "$LINENO"; then :
13596 case "$LIBEXT" in
13597 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13598 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'` ;;
13599 *) 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'`
13600 if ${ac_cv_lib_soname_png:+false} :; then :
13601 ac_cv_lib_soname_png=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13602 fi ;;
13603 esac
13605 rm -f core conftest.err conftest.$ac_objext \
13606 conftest$ac_exeext conftest.$ac_ext
13607 LIBS=$ac_check_soname_save_LIBS
13609 if ${ac_cv_lib_soname_png:+false} :; then :
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13611 $as_echo "not found" >&6; }
13612 PNG_CFLAGS=""
13613 else
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13615 $as_echo "$ac_cv_lib_soname_png" >&6; }
13617 cat >>confdefs.h <<_ACEOF
13618 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13619 _ACEOF
13621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13622 /* end confdefs.h. */
13623 #include <png.h>
13625 main ()
13627 typeof(png_set_expand_gray_1_2_4_to_8) *p
13629 return 0;
13631 _ACEOF
13632 if ac_fn_c_try_compile "$LINENO"; then :
13634 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13639 else
13640 PNG_CFLAGS=""
13642 CPPFLAGS=$ac_save_CPPFLAGS
13643 test -z "$PNG_CFLAGS" || PNG_CFLAGS=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13644 test -z "$PNG_LIBS" || PNG_LIBS=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13647 if test "x$ac_cv_lib_soname_png" = "x"; then :
13648 case "x$with_png" in
13649 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13650 xno) ;;
13651 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
13652 This is an error since --with-png was requested." "$LINENO" 5 ;;
13653 esac
13657 if test "x$with_tiff" != "xno"
13658 then
13659 if ${TIFF_CFLAGS:+false} :; then :
13660 if ${PKG_CONFIG+:} false; then :
13661 TIFF_CFLAGS=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13665 if ${TIFF_LIBS:+false} :; then :
13666 if ${PKG_CONFIG+:} false; then :
13667 TIFF_LIBS=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13672 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13673 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13674 ac_save_CPPFLAGS=$CPPFLAGS
13675 CPPFLAGS="$CPPFLAGS $TIFF_CFLAGS"
13676 for ac_header in tiffio.h
13677 do :
13678 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13679 if test "x$ac_cv_header_tiffio_h" = xyes; then :
13680 cat >>confdefs.h <<_ACEOF
13681 #define HAVE_TIFFIO_H 1
13682 _ACEOF
13686 done
13688 if test "$ac_cv_header_tiffio_h" = "yes"
13689 then
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13691 $as_echo_n "checking for -ltiff... " >&6; }
13692 if ${ac_cv_lib_soname_tiff+:} false; then :
13693 $as_echo_n "(cached) " >&6
13694 else
13695 ac_check_soname_save_LIBS=$LIBS
13696 LIBS="-ltiff $TIFF_LIBS $LIBS"
13697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13700 /* Override any GCC internal prototype to avoid an error.
13701 Use char because int might match the return type of a GCC
13702 builtin and then its argument prototype would still apply. */
13703 #ifdef __cplusplus
13704 extern "C"
13705 #endif
13706 char TIFFClientOpen ();
13708 main ()
13710 return TIFFClientOpen ();
13712 return 0;
13714 _ACEOF
13715 if ac_fn_c_try_link "$LINENO"; then :
13716 case "$LIBEXT" in
13717 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13718 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'` ;;
13719 *) ac_cv_lib_soname_tiff=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13720 if ${ac_cv_lib_soname_tiff:+false} :; then :
13721 ac_cv_lib_soname_tiff=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13722 fi ;;
13723 esac
13725 rm -f core conftest.err conftest.$ac_objext \
13726 conftest$ac_exeext conftest.$ac_ext
13727 LIBS=$ac_check_soname_save_LIBS
13729 if ${ac_cv_lib_soname_tiff:+false} :; then :
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13731 $as_echo "not found" >&6; }
13733 else
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13735 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13737 cat >>confdefs.h <<_ACEOF
13738 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13739 _ACEOF
13744 CPPFLAGS=$ac_save_CPPFLAGS
13745 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13746 test -z "$TIFF_LIBS" || TIFF_LIBS=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13749 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13750 case "x$with_tiff" in
13751 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13752 xno) ;;
13753 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
13754 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13755 esac
13759 if test "x$with_mpg123" != "xno"
13760 then
13761 if ${MPG123_CFLAGS:+false} :; then :
13762 if ${PKG_CONFIG+:} false; then :
13763 MPG123_CFLAGS=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13767 if ${MPG123_LIBS:+false} :; then :
13768 if ${PKG_CONFIG+:} false; then :
13769 MPG123_LIBS=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13773 MPG123_LIBS=${MPG123_LIBS:-"-lmpg123"}
13774 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13775 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13776 ac_save_CPPFLAGS=$CPPFLAGS
13777 CPPFLAGS="$CPPFLAGS $MPG123_CFLAGS"
13778 for ac_header in mpg123.h
13779 do :
13780 ac_fn_c_check_header_mongrel "$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13781 if test "x$ac_cv_header_mpg123_h" = xyes; then :
13782 cat >>confdefs.h <<_ACEOF
13783 #define HAVE_MPG123_H 1
13784 _ACEOF
13788 done
13790 if test "$ac_cv_header_mpg123_h" = "yes"
13791 then
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13793 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13794 if ${ac_cv_lib_mpg123_mpg123_feed+:} false; then :
13795 $as_echo_n "(cached) " >&6
13796 else
13797 ac_check_lib_save_LIBS=$LIBS
13798 LIBS="-lmpg123 $MPG123_LIBS $LIBS"
13799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13800 /* end confdefs.h. */
13802 /* Override any GCC internal prototype to avoid an error.
13803 Use char because int might match the return type of a GCC
13804 builtin and then its argument prototype would still apply. */
13805 #ifdef __cplusplus
13806 extern "C"
13807 #endif
13808 char mpg123_feed ();
13810 main ()
13812 return mpg123_feed ();
13814 return 0;
13816 _ACEOF
13817 if ac_fn_c_try_link "$LINENO"; then :
13818 ac_cv_lib_mpg123_mpg123_feed=yes
13819 else
13820 ac_cv_lib_mpg123_mpg123_feed=no
13822 rm -f core conftest.err conftest.$ac_objext \
13823 conftest$ac_exeext conftest.$ac_ext
13824 LIBS=$ac_check_lib_save_LIBS
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13827 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13828 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes; then :
13830 else
13831 MPG123_LIBS=""
13834 else
13835 MPG123_CFLAGS=""
13836 MPG123_LIBS=""
13838 CPPFLAGS=$ac_save_CPPFLAGS
13839 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13840 test -z "$MPG123_LIBS" || MPG123_LIBS=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13843 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
13844 case "x$with_mpg123" in
13845 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13846 xno) ;;
13847 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13848 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13849 esac
13850 enable_winemp3_acm=${enable_winemp3_acm:-no}
13853 if test "$ac_cv_header_AL_al_h" = "yes"
13854 then
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13856 $as_echo_n "checking for -lopenal... " >&6; }
13857 if ${ac_cv_lib_soname_openal+:} false; then :
13858 $as_echo_n "(cached) " >&6
13859 else
13860 ac_check_soname_save_LIBS=$LIBS
13861 LIBS="-lopenal $LIBS"
13862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13863 /* end confdefs.h. */
13865 /* Override any GCC internal prototype to avoid an error.
13866 Use char because int might match the return type of a GCC
13867 builtin and then its argument prototype would still apply. */
13868 #ifdef __cplusplus
13869 extern "C"
13870 #endif
13871 char alGetSource3i ();
13873 main ()
13875 return alGetSource3i ();
13877 return 0;
13879 _ACEOF
13880 if ac_fn_c_try_link "$LINENO"; then :
13881 case "$LIBEXT" in
13882 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13883 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'` ;;
13884 *) ac_cv_lib_soname_openal=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13885 if ${ac_cv_lib_soname_openal:+false} :; then :
13886 ac_cv_lib_soname_openal=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13887 fi ;;
13888 esac
13890 rm -f core conftest.err conftest.$ac_objext \
13891 conftest$ac_exeext conftest.$ac_ext
13892 LIBS=$ac_check_soname_save_LIBS
13894 if ${ac_cv_lib_soname_openal:+false} :; then :
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13896 $as_echo "not found" >&6; }
13898 else
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13900 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13902 cat >>confdefs.h <<_ACEOF
13903 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13904 _ACEOF
13906 OPENAL_LIBS="-lopenal"
13908 ac_cv_lib_openal=yes
13910 cat >>confdefs.h <<_ACEOF
13911 #define HAVE_OPENAL 1
13912 _ACEOF
13916 if test "x$ac_cv_lib_openal" != xyes; then :
13917 case "x$with_openal" in
13918 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13919 xno) ;;
13920 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13921 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13922 esac
13923 enable_openal32=${enable_openal32:-no}
13926 if test "x$ac_cv_lib_openal" = xyes
13927 then
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13929 $as_echo_n "checking for openal-soft... " >&6; }
13930 if ${ac_cv_have_openalsoft+:} false; then :
13931 $as_echo_n "(cached) " >&6
13932 else
13933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13934 /* end confdefs.h. */
13935 #include <AL/al.h>
13936 #include <AL/alc.h>
13937 #include <AL/alext.h>
13938 LPALCRENDERSAMPLESSOFT x;
13940 main ()
13944 return 0;
13946 _ACEOF
13947 if ac_fn_c_try_compile "$LINENO"; then :
13948 ac_cv_have_openalsoft=yes
13949 else
13950 ac_cv_have_openalsoft=no
13952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13955 $as_echo "$ac_cv_have_openalsoft" >&6; }
13957 if test "x$ac_cv_have_openalsoft" != xyes
13958 then
13959 as_fn_append wine_notices "|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13960 enable_x3daudio1_0=${enable_x3daudio1_0:-no}
13961 enable_x3daudio1_1=${enable_x3daudio1_1:-no}
13962 enable_x3daudio1_2=${enable_x3daudio1_2:-no}
13963 enable_x3daudio1_3=${enable_x3daudio1_3:-no}
13964 enable_x3daudio1_4=${enable_x3daudio1_4:-no}
13965 enable_x3daudio1_5=${enable_x3daudio1_5:-no}
13966 enable_x3daudio1_6=${enable_x3daudio1_6:-no}
13967 enable_x3daudio1_7=${enable_x3daudio1_7:-no}
13968 enable_xapofx1_1=${enable_xapofx1_1:-no}
13969 enable_xapofx1_2=${enable_xapofx1_2:-no}
13970 enable_xapofx1_3=${enable_xapofx1_3:-no}
13971 enable_xapofx1_4=${enable_xapofx1_4:-no}
13972 enable_xapofx1_5=${enable_xapofx1_5:-no}
13973 enable_xaudio2_0=${enable_xaudio2_0:-no}
13974 enable_xaudio2_1=${enable_xaudio2_1:-no}
13975 enable_xaudio2_2=${enable_xaudio2_2:-no}
13976 enable_xaudio2_3=${enable_xaudio2_3:-no}
13977 enable_xaudio2_4=${enable_xaudio2_4:-no}
13978 enable_xaudio2_5=${enable_xaudio2_5:-no}
13979 enable_xaudio2_6=${enable_xaudio2_6:-no}
13980 enable_xaudio2_7=${enable_xaudio2_7:-no}
13981 enable_xaudio2_8=${enable_xaudio2_8:-no}
13982 enable_xaudio2_9=${enable_xaudio2_9:-no}
13985 if test "$ac_cv_header_kstat_h" = "yes"
13986 then
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13988 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13989 if ${ac_cv_lib_kstat_kstat_open+:} false; then :
13990 $as_echo_n "(cached) " >&6
13991 else
13992 ac_check_lib_save_LIBS=$LIBS
13993 LIBS="-lkstat $LIBS"
13994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13995 /* end confdefs.h. */
13997 /* Override any GCC internal prototype to avoid an error.
13998 Use char because int might match the return type of a GCC
13999 builtin and then its argument prototype would still apply. */
14000 #ifdef __cplusplus
14001 extern "C"
14002 #endif
14003 char kstat_open ();
14005 main ()
14007 return kstat_open ();
14009 return 0;
14011 _ACEOF
14012 if ac_fn_c_try_link "$LINENO"; then :
14013 ac_cv_lib_kstat_kstat_open=yes
14014 else
14015 ac_cv_lib_kstat_kstat_open=no
14017 rm -f core conftest.err conftest.$ac_objext \
14018 conftest$ac_exeext conftest.$ac_ext
14019 LIBS=$ac_check_lib_save_LIBS
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14022 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14023 if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
14025 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14027 KSTAT_LIBS="-lkstat"
14033 if test "$ac_cv_header_libprocstat_h" = "yes"
14034 then
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14036 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14037 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false; then :
14038 $as_echo_n "(cached) " >&6
14039 else
14040 ac_check_lib_save_LIBS=$LIBS
14041 LIBS="-lprocstat $LIBS"
14042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14045 /* Override any GCC internal prototype to avoid an error.
14046 Use char because int might match the return type of a GCC
14047 builtin and then its argument prototype would still apply. */
14048 #ifdef __cplusplus
14049 extern "C"
14050 #endif
14051 char procstat_open_sysctl ();
14053 main ()
14055 return procstat_open_sysctl ();
14057 return 0;
14059 _ACEOF
14060 if ac_fn_c_try_link "$LINENO"; then :
14061 ac_cv_lib_procstat_procstat_open_sysctl=yes
14062 else
14063 ac_cv_lib_procstat_procstat_open_sysctl=no
14065 rm -f core conftest.err conftest.$ac_objext \
14066 conftest$ac_exeext conftest.$ac_ext
14067 LIBS=$ac_check_lib_save_LIBS
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14070 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14071 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes; then :
14073 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14075 PROCSTAT_LIBS="-lprocstat"
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14082 $as_echo_n "checking for -lodbc... " >&6; }
14083 if ${ac_cv_lib_soname_odbc+:} false; then :
14084 $as_echo_n "(cached) " >&6
14085 else
14086 ac_check_soname_save_LIBS=$LIBS
14087 LIBS="-lodbc $LIBS"
14088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14089 /* end confdefs.h. */
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14094 #ifdef __cplusplus
14095 extern "C"
14096 #endif
14097 char SQLConnect ();
14099 main ()
14101 return SQLConnect ();
14103 return 0;
14105 _ACEOF
14106 if ac_fn_c_try_link "$LINENO"; then :
14107 case "$LIBEXT" in
14108 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14109 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'` ;;
14110 *) ac_cv_lib_soname_odbc=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14111 if ${ac_cv_lib_soname_odbc:+false} :; then :
14112 ac_cv_lib_soname_odbc=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14113 fi ;;
14114 esac
14116 rm -f core conftest.err conftest.$ac_objext \
14117 conftest$ac_exeext conftest.$ac_ext
14118 LIBS=$ac_check_soname_save_LIBS
14120 if ${ac_cv_lib_soname_odbc:+false} :; then :
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14122 $as_echo "not found" >&6; }
14123 cat >>confdefs.h <<_ACEOF
14124 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14125 _ACEOF
14127 else
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14129 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14131 cat >>confdefs.h <<_ACEOF
14132 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14133 _ACEOF
14138 if test "x$with_netapi" != "xno"
14139 then
14140 if ${NETAPI_CFLAGS:+false} :; then :
14141 if ${PKG_CONFIG+:} false; then :
14142 NETAPI_CFLAGS=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14146 if ${NETAPI_LIBS:+false} :; then :
14147 if ${PKG_CONFIG+:} false; then :
14148 NETAPI_LIBS=`$PKG_CONFIG --libs netapi 2>/dev/null`
14153 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14154 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14155 ac_save_CPPFLAGS=$CPPFLAGS
14156 CPPFLAGS="$CPPFLAGS $NETAPI_CFLAGS"
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14158 $as_echo_n "checking for -lnetapi... " >&6; }
14159 if ${ac_cv_lib_soname_netapi+:} false; then :
14160 $as_echo_n "(cached) " >&6
14161 else
14162 ac_check_soname_save_LIBS=$LIBS
14163 LIBS="-lnetapi $NETAPI_LIBS $LIBS"
14164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14165 /* end confdefs.h. */
14167 /* Override any GCC internal prototype to avoid an error.
14168 Use char because int might match the return type of a GCC
14169 builtin and then its argument prototype would still apply. */
14170 #ifdef __cplusplus
14171 extern "C"
14172 #endif
14173 char libnetapi_init ();
14175 main ()
14177 return libnetapi_init ();
14179 return 0;
14181 _ACEOF
14182 if ac_fn_c_try_link "$LINENO"; then :
14183 case "$LIBEXT" in
14184 dll) ac_cv_lib_soname_netapi=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14185 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'` ;;
14186 *) ac_cv_lib_soname_netapi=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14187 if ${ac_cv_lib_soname_netapi:+false} :; then :
14188 ac_cv_lib_soname_netapi=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14189 fi ;;
14190 esac
14192 rm -f core conftest.err conftest.$ac_objext \
14193 conftest$ac_exeext conftest.$ac_ext
14194 LIBS=$ac_check_soname_save_LIBS
14196 if ${ac_cv_lib_soname_netapi:+false} :; then :
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14198 $as_echo "not found" >&6; }
14199 cat >>confdefs.h <<_ACEOF
14200 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14201 _ACEOF
14203 else
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14205 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14207 cat >>confdefs.h <<_ACEOF
14208 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14209 _ACEOF
14213 CPPFLAGS=$ac_save_CPPFLAGS
14214 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14215 test -z "$NETAPI_LIBS" || NETAPI_LIBS=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14219 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono -a \
14220 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14221 then
14222 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
14226 EXTRACFLAGS=""
14228 if test "x${GCC}" = "xyes"
14229 then
14230 EXTRACFLAGS="-Wall -pipe"
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14233 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14234 if ${ac_cv_c_gcc_strength_bug+:} false; then :
14235 $as_echo_n "(cached) " >&6
14236 else
14237 if test "$cross_compiling" = yes; then :
14238 ac_cv_c_gcc_strength_bug="no"
14239 else
14240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14241 /* end confdefs.h. */
14242 int L[4] = {0,1,2,3};
14244 main ()
14246 static int Array[3];
14247 unsigned int B = 3;
14248 int i;
14249 for(i=0; i<B; i++) Array[i] = i - 3;
14250 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14251 L[i] = 4;
14252 return (Array[1] != -2 || L[2] != 3)
14254 return 0;
14256 _ACEOF
14257 if ac_fn_c_try_run "$LINENO"; then :
14258 ac_cv_c_gcc_strength_bug="no"
14259 else
14260 ac_cv_c_gcc_strength_bug="yes"
14262 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14263 conftest.$ac_objext conftest.beam conftest.$ac_ext
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14268 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14269 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14270 then
14271 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14275 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14276 if ${ac_cv_cflags__fno_builtin+:} false; then :
14277 $as_echo_n "(cached) " >&6
14278 else
14279 ac_wine_try_cflags_saved=$CFLAGS
14280 CFLAGS="$CFLAGS -fno-builtin"
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_builtin=yes
14287 else
14288 ac_cv_cflags__fno_builtin=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_builtin" >&5
14295 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14296 if test "x$ac_cv_cflags__fno_builtin" = xyes; then :
14297 BUILTINFLAG="-fno-builtin"
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14301 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14302 if ${ac_cv_cflags__fno_strict_aliasing+:} false; then :
14303 $as_echo_n "(cached) " >&6
14304 else
14305 ac_wine_try_cflags_saved=$CFLAGS
14306 CFLAGS="$CFLAGS -fno-strict-aliasing"
14307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14309 int main(int argc, char **argv) { return 0; }
14310 _ACEOF
14311 if ac_fn_c_try_link "$LINENO"; then :
14312 ac_cv_cflags__fno_strict_aliasing=yes
14313 else
14314 ac_cv_cflags__fno_strict_aliasing=no
14316 rm -f core conftest.err conftest.$ac_objext \
14317 conftest$ac_exeext conftest.$ac_ext
14318 CFLAGS=$ac_wine_try_cflags_saved
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14321 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14322 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes; then :
14323 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14326 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14327 if ${ac_cv_cflags__fexcess_precision_standard+:} false; then :
14328 $as_echo_n "(cached) " >&6
14329 else
14330 ac_wine_try_cflags_saved=$CFLAGS
14331 CFLAGS="$CFLAGS -fexcess-precision=standard"
14332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14334 int main(int argc, char **argv) { return 0; }
14335 _ACEOF
14336 if ac_fn_c_try_link "$LINENO"; then :
14337 ac_cv_cflags__fexcess_precision_standard=yes
14338 else
14339 ac_cv_cflags__fexcess_precision_standard=no
14341 rm -f core conftest.err conftest.$ac_objext \
14342 conftest$ac_exeext conftest.$ac_ext
14343 CFLAGS=$ac_wine_try_cflags_saved
14345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14346 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14347 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes; then :
14348 EXCESS_PRECISION_CFLAGS="-fexcess-precision=standard"
14351 saved_CFLAGS=$CFLAGS
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14353 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14354 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false; then :
14355 $as_echo_n "(cached) " >&6
14356 else
14357 ac_wine_try_cflags_saved=$CFLAGS
14358 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14360 /* end confdefs.h. */
14361 int main(int argc, char **argv) { return 0; }
14362 _ACEOF
14363 if ac_fn_c_try_link "$LINENO"; then :
14364 ac_cv_cflags__Werror_unknown_warning_option=yes
14365 else
14366 ac_cv_cflags__Werror_unknown_warning_option=no
14368 rm -f core conftest.err conftest.$ac_objext \
14369 conftest$ac_exeext conftest.$ac_ext
14370 CFLAGS=$ac_wine_try_cflags_saved
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14373 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14374 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes; then :
14375 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14378 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14379 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false; then :
14380 $as_echo_n "(cached) " >&6
14381 else
14382 ac_wine_try_cflags_saved=$CFLAGS
14383 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14385 /* end confdefs.h. */
14386 int main(int argc, char **argv) { return 0; }
14387 _ACEOF
14388 if ac_fn_c_try_link "$LINENO"; then :
14389 ac_cv_cflags__Wdeclaration_after_statement=yes
14390 else
14391 ac_cv_cflags__Wdeclaration_after_statement=no
14393 rm -f core conftest.err conftest.$ac_objext \
14394 conftest$ac_exeext conftest.$ac_ext
14395 CFLAGS=$ac_wine_try_cflags_saved
14397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14398 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14399 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes; then :
14400 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14403 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14404 if ${ac_cv_cflags__Wempty_body+:} false; then :
14405 $as_echo_n "(cached) " >&6
14406 else
14407 ac_wine_try_cflags_saved=$CFLAGS
14408 CFLAGS="$CFLAGS -Wempty-body"
14409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14410 /* end confdefs.h. */
14411 int main(int argc, char **argv) { return 0; }
14412 _ACEOF
14413 if ac_fn_c_try_link "$LINENO"; then :
14414 ac_cv_cflags__Wempty_body=yes
14415 else
14416 ac_cv_cflags__Wempty_body=no
14418 rm -f core conftest.err conftest.$ac_objext \
14419 conftest$ac_exeext conftest.$ac_ext
14420 CFLAGS=$ac_wine_try_cflags_saved
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14423 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14424 if test "x$ac_cv_cflags__Wempty_body" = xyes; then :
14425 EXTRACFLAGS="$EXTRACFLAGS -Wempty-body"
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14428 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14429 if ${ac_cv_cflags__Wignored_qualifiers+:} false; then :
14430 $as_echo_n "(cached) " >&6
14431 else
14432 ac_wine_try_cflags_saved=$CFLAGS
14433 CFLAGS="$CFLAGS -Wignored-qualifiers"
14434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14435 /* end confdefs.h. */
14436 int main(int argc, char **argv) { return 0; }
14437 _ACEOF
14438 if ac_fn_c_try_link "$LINENO"; then :
14439 ac_cv_cflags__Wignored_qualifiers=yes
14440 else
14441 ac_cv_cflags__Wignored_qualifiers=no
14443 rm -f core conftest.err conftest.$ac_objext \
14444 conftest$ac_exeext conftest.$ac_ext
14445 CFLAGS=$ac_wine_try_cflags_saved
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14448 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14449 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes; then :
14450 EXTRACFLAGS="$EXTRACFLAGS -Wignored-qualifiers"
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14453 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14454 if ${ac_cv_cflags__Wshift_overflow_2+:} false; then :
14455 $as_echo_n "(cached) " >&6
14456 else
14457 ac_wine_try_cflags_saved=$CFLAGS
14458 CFLAGS="$CFLAGS -Wshift-overflow=2"
14459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14460 /* end confdefs.h. */
14461 int main(int argc, char **argv) { return 0; }
14462 _ACEOF
14463 if ac_fn_c_try_link "$LINENO"; then :
14464 ac_cv_cflags__Wshift_overflow_2=yes
14465 else
14466 ac_cv_cflags__Wshift_overflow_2=no
14468 rm -f core conftest.err conftest.$ac_objext \
14469 conftest$ac_exeext conftest.$ac_ext
14470 CFLAGS=$ac_wine_try_cflags_saved
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14473 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14474 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes; then :
14475 EXTRACFLAGS="$EXTRACFLAGS -Wshift-overflow=2"
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14478 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14479 if ${ac_cv_cflags__Wstrict_prototypes+:} false; then :
14480 $as_echo_n "(cached) " >&6
14481 else
14482 ac_wine_try_cflags_saved=$CFLAGS
14483 CFLAGS="$CFLAGS -Wstrict-prototypes"
14484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14485 /* end confdefs.h. */
14486 int main(int argc, char **argv) { return 0; }
14487 _ACEOF
14488 if ac_fn_c_try_link "$LINENO"; then :
14489 ac_cv_cflags__Wstrict_prototypes=yes
14490 else
14491 ac_cv_cflags__Wstrict_prototypes=no
14493 rm -f core conftest.err conftest.$ac_objext \
14494 conftest$ac_exeext conftest.$ac_ext
14495 CFLAGS=$ac_wine_try_cflags_saved
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14498 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14499 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes; then :
14500 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14503 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14504 if ${ac_cv_cflags__Wtype_limits+:} false; then :
14505 $as_echo_n "(cached) " >&6
14506 else
14507 ac_wine_try_cflags_saved=$CFLAGS
14508 CFLAGS="$CFLAGS -Wtype-limits"
14509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14510 /* end confdefs.h. */
14511 int main(int argc, char **argv) { return 0; }
14512 _ACEOF
14513 if ac_fn_c_try_link "$LINENO"; then :
14514 ac_cv_cflags__Wtype_limits=yes
14515 else
14516 ac_cv_cflags__Wtype_limits=no
14518 rm -f core conftest.err conftest.$ac_objext \
14519 conftest$ac_exeext conftest.$ac_ext
14520 CFLAGS=$ac_wine_try_cflags_saved
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14523 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14524 if test "x$ac_cv_cflags__Wtype_limits" = xyes; then :
14525 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14528 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14529 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false; then :
14530 $as_echo_n "(cached) " >&6
14531 else
14532 ac_wine_try_cflags_saved=$CFLAGS
14533 CFLAGS="$CFLAGS -Wunused-but-set-parameter"
14534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14535 /* end confdefs.h. */
14536 int main(int argc, char **argv) { return 0; }
14537 _ACEOF
14538 if ac_fn_c_try_link "$LINENO"; then :
14539 ac_cv_cflags__Wunused_but_set_parameter=yes
14540 else
14541 ac_cv_cflags__Wunused_but_set_parameter=no
14543 rm -f core conftest.err conftest.$ac_objext \
14544 conftest$ac_exeext conftest.$ac_ext
14545 CFLAGS=$ac_wine_try_cflags_saved
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14548 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14549 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes; then :
14550 EXTRACFLAGS="$EXTRACFLAGS -Wunused-but-set-parameter"
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14553 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14554 if ${ac_cv_cflags__Wvla+:} false; then :
14555 $as_echo_n "(cached) " >&6
14556 else
14557 ac_wine_try_cflags_saved=$CFLAGS
14558 CFLAGS="$CFLAGS -Wvla"
14559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14560 /* end confdefs.h. */
14561 int main(int argc, char **argv) { return 0; }
14562 _ACEOF
14563 if ac_fn_c_try_link "$LINENO"; then :
14564 ac_cv_cflags__Wvla=yes
14565 else
14566 ac_cv_cflags__Wvla=no
14568 rm -f core conftest.err conftest.$ac_objext \
14569 conftest$ac_exeext conftest.$ac_ext
14570 CFLAGS=$ac_wine_try_cflags_saved
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14573 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14574 if test "x$ac_cv_cflags__Wvla" = xyes; then :
14575 EXTRACFLAGS="$EXTRACFLAGS -Wvla"
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14578 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14579 if ${ac_cv_cflags__Wwrite_strings+:} false; then :
14580 $as_echo_n "(cached) " >&6
14581 else
14582 ac_wine_try_cflags_saved=$CFLAGS
14583 CFLAGS="$CFLAGS -Wwrite-strings"
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__Wwrite_strings=yes
14590 else
14591 ac_cv_cflags__Wwrite_strings=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__Wwrite_strings" >&5
14598 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14599 if test "x$ac_cv_cflags__Wwrite_strings" = xyes; then :
14600 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14604 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14605 if ${ac_cv_cflags__Wpointer_arith+:} false; then :
14606 $as_echo_n "(cached) " >&6
14607 else
14608 ac_wine_try_cflags_saved=$CFLAGS
14609 CFLAGS="$CFLAGS -Wpointer-arith"
14610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14611 /* end confdefs.h. */
14612 int main(int argc, char **argv) { return 0; }
14613 _ACEOF
14614 if ac_fn_c_try_link "$LINENO"; then :
14615 ac_cv_cflags__Wpointer_arith=yes
14616 else
14617 ac_cv_cflags__Wpointer_arith=no
14619 rm -f core conftest.err conftest.$ac_objext \
14620 conftest$ac_exeext conftest.$ac_ext
14621 CFLAGS=$ac_wine_try_cflags_saved
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14624 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14625 if test "x$ac_cv_cflags__Wpointer_arith" = xyes; then :
14626 saved_string_h_CFLAGS=$CFLAGS
14627 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14629 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14630 if ${ac_cv_c_string_h_warnings+:} false; then :
14631 $as_echo_n "(cached) " >&6
14632 else
14633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14635 #include <string.h>
14637 main ()
14641 return 0;
14643 _ACEOF
14644 if ac_fn_c_try_compile "$LINENO"; then :
14645 ac_cv_c_string_h_warnings=no
14646 else
14647 ac_cv_c_string_h_warnings=yes
14649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14652 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14653 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14654 CFLAGS=$saved_string_h_CFLAGS
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14658 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14659 if ${ac_cv_cflags__Wlogical_op+:} false; then :
14660 $as_echo_n "(cached) " >&6
14661 else
14662 ac_wine_try_cflags_saved=$CFLAGS
14663 CFLAGS="$CFLAGS -Wlogical-op"
14664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14665 /* end confdefs.h. */
14666 int main(int argc, char **argv) { return 0; }
14667 _ACEOF
14668 if ac_fn_c_try_link "$LINENO"; then :
14669 ac_cv_cflags__Wlogical_op=yes
14670 else
14671 ac_cv_cflags__Wlogical_op=no
14673 rm -f core conftest.err conftest.$ac_objext \
14674 conftest$ac_exeext conftest.$ac_ext
14675 CFLAGS=$ac_wine_try_cflags_saved
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14678 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14679 if test "x$ac_cv_cflags__Wlogical_op" = xyes; then :
14680 saved_string_h_CFLAGS=$CFLAGS
14681 CFLAGS="$CFLAGS -Wlogical-op -Werror"
14682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14683 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14684 if ${ac_cv_c_logicalop_noisy+:} false; then :
14685 $as_echo_n "(cached) " >&6
14686 else
14687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14688 /* end confdefs.h. */
14689 #include <string.h>
14690 char*f(const char *h,char n) {return strchr(h,n);}
14692 main ()
14696 return 0;
14698 _ACEOF
14699 if ac_fn_c_try_compile "$LINENO"; then :
14700 ac_cv_c_logicalop_noisy=no
14701 else
14702 ac_cv_c_logicalop_noisy=yes
14704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14707 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14708 CFLAGS=$saved_string_h_CFLAGS
14709 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
14712 CFLAGS=$saved_CFLAGS
14714 for ac_flag in $CFLAGS; do
14715 case $ac_flag in
14716 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14717 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14718 if ${ac_cv_cflags__gdwarf_2+:} false; then :
14719 $as_echo_n "(cached) " >&6
14720 else
14721 ac_wine_try_cflags_saved=$CFLAGS
14722 CFLAGS="$CFLAGS -gdwarf-2"
14723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14724 /* end confdefs.h. */
14725 int main(int argc, char **argv) { return 0; }
14726 _ACEOF
14727 if ac_fn_c_try_link "$LINENO"; then :
14728 ac_cv_cflags__gdwarf_2=yes
14729 else
14730 ac_cv_cflags__gdwarf_2=no
14732 rm -f core conftest.err conftest.$ac_objext \
14733 conftest$ac_exeext conftest.$ac_ext
14734 CFLAGS=$ac_wine_try_cflags_saved
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14737 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14738 if test "x$ac_cv_cflags__gdwarf_2" = xyes; then :
14739 EXTRACFLAGS="$EXTRACFLAGS -gdwarf-2"
14741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14742 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14743 if ${ac_cv_cflags__gstrict_dwarf+:} false; then :
14744 $as_echo_n "(cached) " >&6
14745 else
14746 ac_wine_try_cflags_saved=$CFLAGS
14747 CFLAGS="$CFLAGS -gstrict-dwarf"
14748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14749 /* end confdefs.h. */
14750 int main(int argc, char **argv) { return 0; }
14751 _ACEOF
14752 if ac_fn_c_try_link "$LINENO"; then :
14753 ac_cv_cflags__gstrict_dwarf=yes
14754 else
14755 ac_cv_cflags__gstrict_dwarf=no
14757 rm -f core conftest.err conftest.$ac_objext \
14758 conftest$ac_exeext conftest.$ac_ext
14759 CFLAGS=$ac_wine_try_cflags_saved
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14762 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14763 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes; then :
14764 EXTRACFLAGS="$EXTRACFLAGS -gstrict-dwarf"
14765 fi ;;
14766 esac
14767 done
14769 case $host_cpu in
14770 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14771 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14772 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false; then :
14773 $as_echo_n "(cached) " >&6
14774 else
14775 ac_wine_try_cflags_saved=$CFLAGS
14776 CFLAGS="$CFLAGS -fno-omit-frame-pointer"
14777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14778 /* end confdefs.h. */
14779 int main(int argc, char **argv) { return 0; }
14780 _ACEOF
14781 if ac_fn_c_try_link "$LINENO"; then :
14782 ac_cv_cflags__fno_omit_frame_pointer=yes
14783 else
14784 ac_cv_cflags__fno_omit_frame_pointer=no
14786 rm -f core conftest.err conftest.$ac_objext \
14787 conftest$ac_exeext conftest.$ac_ext
14788 CFLAGS=$ac_wine_try_cflags_saved
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14791 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14792 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes; then :
14793 EXTRACFLAGS="$EXTRACFLAGS -fno-omit-frame-pointer"
14794 fi ;;
14795 esac
14797 case $host in
14798 x86_64-*mingw32*|x86_64-*cygwin*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14799 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14800 if ${ac_cv_cflags__Wno_format+:} false; then :
14801 $as_echo_n "(cached) " >&6
14802 else
14803 ac_wine_try_cflags_saved=$CFLAGS
14804 CFLAGS="$CFLAGS -Wno-format"
14805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14806 /* end confdefs.h. */
14807 int main(int argc, char **argv) { return 0; }
14808 _ACEOF
14809 if ac_fn_c_try_link "$LINENO"; then :
14810 ac_cv_cflags__Wno_format=yes
14811 else
14812 ac_cv_cflags__Wno_format=no
14814 rm -f core conftest.err conftest.$ac_objext \
14815 conftest$ac_exeext conftest.$ac_ext
14816 CFLAGS=$ac_wine_try_cflags_saved
14818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14819 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14820 if test "x$ac_cv_cflags__Wno_format" = xyes; then :
14821 EXTRACFLAGS="$EXTRACFLAGS -Wno-format"
14822 fi ;;
14823 esac
14825 if test "x$enable_maintainer_mode" = "xyes"
14826 then
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14828 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14829 if ${ac_cv_cflags__Werror+:} false; then :
14830 $as_echo_n "(cached) " >&6
14831 else
14832 ac_wine_try_cflags_saved=$CFLAGS
14833 CFLAGS="$CFLAGS -Werror"
14834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14835 /* end confdefs.h. */
14836 int main(int argc, char **argv) { return 0; }
14837 _ACEOF
14838 if ac_fn_c_try_link "$LINENO"; then :
14839 ac_cv_cflags__Werror=yes
14840 else
14841 ac_cv_cflags__Werror=no
14843 rm -f core conftest.err conftest.$ac_objext \
14844 conftest$ac_exeext conftest.$ac_ext
14845 CFLAGS=$ac_wine_try_cflags_saved
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14848 $as_echo "$ac_cv_cflags__Werror" >&6; }
14849 if test "x$ac_cv_cflags__Werror" = xyes; then :
14850 EXTRACFLAGS="$EXTRACFLAGS -Werror"
14854 saved_CFLAGS="$CFLAGS"
14855 CFLAGS="$CFLAGS -Werror"
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14857 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14858 if ${ac_cv_have_ms_hook_prologue+:} false; then :
14859 $as_echo_n "(cached) " >&6
14860 else
14861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14862 /* end confdefs.h. */
14863 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14865 main ()
14869 return 0;
14871 _ACEOF
14872 if ac_fn_c_try_compile "$LINENO"; then :
14873 ac_cv_have_ms_hook_prologue="yes"
14874 else
14875 ac_cv_have_ms_hook_prologue="no"
14877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14880 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14881 CFLAGS="$saved_CFLAGS"
14882 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14883 then
14885 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14887 else
14888 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14895 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14896 if ${ac_cv_c_fortify_enabled+:} false; then :
14897 $as_echo_n "(cached) " >&6
14898 else
14899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14900 /* end confdefs.h. */
14901 #include <string.h>
14903 main ()
14905 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14906 #error Fortify enabled
14907 #endif
14909 return 0;
14911 _ACEOF
14912 if ac_fn_c_try_compile "$LINENO"; then :
14913 ac_cv_c_fortify_enabled=no
14914 else
14915 ac_cv_c_fortify_enabled=yes
14917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14920 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14921 if test "$ac_cv_c_fortify_enabled" = yes
14922 then
14923 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14928 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14929 if ${ac_cv_c_extern_prefix+:} false; then :
14930 $as_echo_n "(cached) " >&6
14931 else
14932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14933 /* end confdefs.h. */
14934 extern int ac_test;
14936 main ()
14938 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14940 return 0;
14942 _ACEOF
14943 if ac_fn_c_try_link "$LINENO"; then :
14944 ac_cv_c_extern_prefix="yes"
14945 else
14946 ac_cv_c_extern_prefix="no"
14948 rm -f core conftest.err conftest.$ac_objext \
14949 conftest$ac_exeext conftest.$ac_ext
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14952 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14954 case $host_cpu in
14955 *i[3456789]86*)
14956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14957 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14958 if ${ac_cv_c_stdcall_suffix+:} false; then :
14959 $as_echo_n "(cached) " >&6
14960 else
14961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14963 #ifndef _MSC_VER
14964 #define __stdcall __attribute__((__stdcall__))
14965 #endif
14966 int __stdcall ac_test(int i) { return i; }
14968 main ()
14970 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14972 return 0;
14974 _ACEOF
14975 if ac_fn_c_try_link "$LINENO"; then :
14976 ac_cv_c_stdcall_suffix="yes"
14977 else
14978 ac_cv_c_stdcall_suffix="no"
14980 rm -f core conftest.err conftest.$ac_objext \
14981 conftest$ac_exeext conftest.$ac_ext
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14984 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14985 *) ac_cv_c_stdcall_suffix="no" ;;
14986 esac
14989 if test "$ac_cv_c_extern_prefix" = "yes"
14990 then
14991 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14993 asm_name_prefix="_"
14994 else
14995 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14997 asm_name_prefix=""
15001 if test "$ac_cv_c_stdcall_suffix" = "yes"
15002 then
15003 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15005 else
15006 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15012 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15013 if ${ac_cv_asm_func_def+:} false; then :
15014 $as_echo_n "(cached) " >&6
15015 else
15016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15017 /* end confdefs.h. */
15020 main ()
15022 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15024 return 0;
15026 _ACEOF
15027 if ac_fn_c_try_link "$LINENO"; then :
15028 ac_cv_asm_func_def=".def"
15029 else
15030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15031 /* end confdefs.h. */
15034 main ()
15036 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15038 return 0;
15040 _ACEOF
15041 if ac_fn_c_try_link "$LINENO"; then :
15042 ac_cv_asm_func_def=".type @function"
15043 else
15044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15045 /* end confdefs.h. */
15048 main ()
15050 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15052 return 0;
15054 _ACEOF
15055 if ac_fn_c_try_link "$LINENO"; then :
15056 ac_cv_asm_func_def=".type 2"
15057 else
15058 ac_cv_asm_func_def="unknown"
15060 rm -f core conftest.err conftest.$ac_objext \
15061 conftest$ac_exeext conftest.$ac_ext
15063 rm -f core conftest.err conftest.$ac_objext \
15064 conftest$ac_exeext conftest.$ac_ext
15066 rm -f core conftest.err conftest.$ac_objext \
15067 conftest$ac_exeext conftest.$ac_ext
15069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15070 $as_echo "$ac_cv_asm_func_def" >&6; }
15073 case "$ac_cv_asm_func_def" in
15074 ".def")
15075 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15077 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15078 ".type @function")
15079 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15081 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
15082 ".type 2")
15083 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15085 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
15087 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15089 asm_func_header="" ;;
15090 esac
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15093 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15094 if ${ac_cv_c_asm_outside_funcs+:} false; then :
15095 $as_echo_n "(cached) " >&6
15096 else
15097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15098 /* end confdefs.h. */
15099 asm(".text\n\t.long 0");
15101 main ()
15105 return 0;
15107 _ACEOF
15108 if ac_fn_c_try_compile "$LINENO"; then :
15109 ac_cv_c_asm_outside_funcs="yes"
15110 else
15111 ac_cv_c_asm_outside_funcs="no"
15113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15116 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15119 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15120 if ${ac_cv_c_dot_previous+:} false; then :
15121 $as_echo_n "(cached) " >&6
15122 else
15123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15124 /* end confdefs.h. */
15127 main ()
15129 asm(".text\nac_test:\t.long 0\n\t.previous");
15131 return 0;
15133 _ACEOF
15134 if ac_fn_c_try_link "$LINENO"; then :
15135 ac_cv_c_dot_previous="yes"
15136 else
15137 ac_cv_c_dot_previous="no"
15139 rm -f core conftest.err conftest.$ac_objext \
15140 conftest$ac_exeext conftest.$ac_ext
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15143 $as_echo "$ac_cv_c_dot_previous" >&6; }
15145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15146 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15147 if ${ac_cv_c_cfi_support+:} false; then :
15148 $as_echo_n "(cached) " >&6
15149 else
15150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15151 /* end confdefs.h. */
15152 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15154 main ()
15158 return 0;
15160 _ACEOF
15161 if ac_fn_c_try_compile "$LINENO"; then :
15162 ac_cv_c_cfi_support="yes"
15163 else
15164 ac_cv_c_cfi_support="no"
15166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15169 $as_echo "$ac_cv_c_cfi_support" >&6; }
15171 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15172 asm_func_trailer=""
15173 if test "$ac_cv_c_dot_previous" = "yes"
15174 then
15175 asm_func_trailer="\\n\\t.previous"
15177 if test "$ac_cv_c_cfi_support" = "yes"
15178 then
15179 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
15180 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
15182 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15184 UNWINDFLAGS=-fasynchronous-unwind-tables
15186 else
15187 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15189 if test "x$enable_win64" = "xyes"
15190 then
15191 as_fn_append wine_warnings "|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15195 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
15198 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15199 then
15200 cat >>confdefs.h <<_ACEOF
15201 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15202 _ACEOF
15204 else
15205 cat >>confdefs.h <<_ACEOF
15206 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15207 _ACEOF
15211 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15214 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15218 case $build_os in
15219 cygwin*|mingw32*) TOOLSEXT=".exe"
15221 esac
15223 case $host_os in
15224 linux-android*) ;;
15225 linux*)
15226 case $host_cpu in
15227 *i[3456789]86*|x86_64*)
15228 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine-preloader"
15229 WINELOADER_PROGRAMS="$WINELOADER_PROGRAMS $wine_binary-preloader"
15231 esac
15233 esac
15236 ac_save_CFLAGS="$CFLAGS"
15237 CFLAGS="$CFLAGS $BUILTINFLAG"
15238 for ac_func in \
15239 __res_get_state \
15240 __res_getservers \
15241 _finite \
15242 _isnan \
15243 _pclose \
15244 _popen \
15245 _snprintf \
15246 _spawnvp \
15247 _strdup \
15248 _stricmp \
15249 _strnicmp \
15250 _strtoi64 \
15251 _strtoui64 \
15252 _vsnprintf \
15253 asctime_r \
15254 chsize \
15255 dlopen \
15256 epoll_create \
15257 ffs \
15258 finitef \
15259 fnmatch \
15260 fork \
15261 fpclass \
15262 fstatfs \
15263 fstatvfs \
15264 ftruncate \
15265 futimens \
15266 futimes \
15267 futimesat \
15268 getattrlist \
15269 getopt_long_only \
15270 getpwuid \
15271 gettimeofday \
15272 getuid \
15273 if_nameindex \
15274 isnanf \
15275 kqueue \
15276 lstat \
15277 memmove \
15278 mmap \
15279 pclose \
15280 pipe2 \
15281 poll \
15282 popen \
15283 port_create \
15284 prctl \
15285 pread \
15286 proc_pidinfo \
15287 pwrite \
15288 readdir \
15289 readlink \
15290 sched_yield \
15291 select \
15292 setproctitle \
15293 setprogname \
15294 setrlimit \
15295 settimeofday \
15296 sigaltstack \
15297 sigprocmask \
15298 snprintf \
15299 statfs \
15300 statvfs \
15301 strcasecmp \
15302 strdup \
15303 strerror \
15304 strncasecmp \
15305 strtold \
15306 strtoll \
15307 strtoull \
15308 symlink \
15309 sysinfo \
15310 tcdrain \
15311 thr_kill2 \
15312 timegm \
15313 usleep \
15314 vsnprintf
15316 do :
15317 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15318 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15319 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15320 cat >>confdefs.h <<_ACEOF
15321 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15322 _ACEOF
15325 done
15327 CFLAGS="$ac_save_CFLAGS"
15329 if test "$ac_cv_func_dlopen" = no
15330 then
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15332 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15333 if ${ac_cv_lib_dl_dlopen+:} false; then :
15334 $as_echo_n "(cached) " >&6
15335 else
15336 ac_check_lib_save_LIBS=$LIBS
15337 LIBS="-ldl $LIBS"
15338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15339 /* end confdefs.h. */
15341 /* Override any GCC internal prototype to avoid an error.
15342 Use char because int might match the return type of a GCC
15343 builtin and then its argument prototype would still apply. */
15344 #ifdef __cplusplus
15345 extern "C"
15346 #endif
15347 char dlopen ();
15349 main ()
15351 return dlopen ();
15353 return 0;
15355 _ACEOF
15356 if ac_fn_c_try_link "$LINENO"; then :
15357 ac_cv_lib_dl_dlopen=yes
15358 else
15359 ac_cv_lib_dl_dlopen=no
15361 rm -f core conftest.err conftest.$ac_objext \
15362 conftest$ac_exeext conftest.$ac_ext
15363 LIBS=$ac_check_lib_save_LIBS
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15366 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15367 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
15368 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15369 DL_LIBS="-ldl"
15374 ac_wine_check_funcs_save_LIBS="$LIBS"
15375 LIBS="$LIBS $DL_LIBS"
15376 for ac_func in dladdr
15377 do :
15378 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
15379 if test "x$ac_cv_func_dladdr" = xyes; then :
15380 cat >>confdefs.h <<_ACEOF
15381 #define HAVE_DLADDR 1
15382 _ACEOF
15385 done
15387 LIBS="$ac_wine_check_funcs_save_LIBS"
15389 if test "$ac_cv_func_poll" = no
15390 then
15391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15392 $as_echo_n "checking for poll in -lpoll... " >&6; }
15393 if ${ac_cv_lib_poll_poll+:} false; then :
15394 $as_echo_n "(cached) " >&6
15395 else
15396 ac_check_lib_save_LIBS=$LIBS
15397 LIBS="-lpoll $LIBS"
15398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15399 /* end confdefs.h. */
15401 /* Override any GCC internal prototype to avoid an error.
15402 Use char because int might match the return type of a GCC
15403 builtin and then its argument prototype would still apply. */
15404 #ifdef __cplusplus
15405 extern "C"
15406 #endif
15407 char poll ();
15409 main ()
15411 return poll ();
15413 return 0;
15415 _ACEOF
15416 if ac_fn_c_try_link "$LINENO"; then :
15417 ac_cv_lib_poll_poll=yes
15418 else
15419 ac_cv_lib_poll_poll=no
15421 rm -f core conftest.err conftest.$ac_objext \
15422 conftest$ac_exeext conftest.$ac_ext
15423 LIBS=$ac_check_lib_save_LIBS
15425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15426 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15427 if test "x$ac_cv_lib_poll_poll" = xyes; then :
15428 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15429 POLL_LIBS="-lpoll"
15435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15436 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15437 if ${ac_cv_search_gethostbyname+:} false; then :
15438 $as_echo_n "(cached) " >&6
15439 else
15440 ac_func_search_save_LIBS=$LIBS
15441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15442 /* end confdefs.h. */
15444 /* Override any GCC internal prototype to avoid an error.
15445 Use char because int might match the return type of a GCC
15446 builtin and then its argument prototype would still apply. */
15447 #ifdef __cplusplus
15448 extern "C"
15449 #endif
15450 char gethostbyname ();
15452 main ()
15454 return gethostbyname ();
15456 return 0;
15458 _ACEOF
15459 for ac_lib in '' nsl; do
15460 if test -z "$ac_lib"; then
15461 ac_res="none required"
15462 else
15463 ac_res=-l$ac_lib
15464 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15466 if ac_fn_c_try_link "$LINENO"; then :
15467 ac_cv_search_gethostbyname=$ac_res
15469 rm -f core conftest.err conftest.$ac_objext \
15470 conftest$ac_exeext
15471 if ${ac_cv_search_gethostbyname+:} false; then :
15472 break
15474 done
15475 if ${ac_cv_search_gethostbyname+:} false; then :
15477 else
15478 ac_cv_search_gethostbyname=no
15480 rm conftest.$ac_ext
15481 LIBS=$ac_func_search_save_LIBS
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15484 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15485 ac_res=$ac_cv_search_gethostbyname
15486 if test "$ac_res" != no; then :
15487 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15493 $as_echo_n "checking for library containing connect... " >&6; }
15494 if ${ac_cv_search_connect+:} false; then :
15495 $as_echo_n "(cached) " >&6
15496 else
15497 ac_func_search_save_LIBS=$LIBS
15498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15499 /* end confdefs.h. */
15501 /* Override any GCC internal prototype to avoid an error.
15502 Use char because int might match the return type of a GCC
15503 builtin and then its argument prototype would still apply. */
15504 #ifdef __cplusplus
15505 extern "C"
15506 #endif
15507 char connect ();
15509 main ()
15511 return connect ();
15513 return 0;
15515 _ACEOF
15516 for ac_lib in '' socket; do
15517 if test -z "$ac_lib"; then
15518 ac_res="none required"
15519 else
15520 ac_res=-l$ac_lib
15521 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15523 if ac_fn_c_try_link "$LINENO"; then :
15524 ac_cv_search_connect=$ac_res
15526 rm -f core conftest.err conftest.$ac_objext \
15527 conftest$ac_exeext
15528 if ${ac_cv_search_connect+:} false; then :
15529 break
15531 done
15532 if ${ac_cv_search_connect+:} false; then :
15534 else
15535 ac_cv_search_connect=no
15537 rm conftest.$ac_ext
15538 LIBS=$ac_func_search_save_LIBS
15540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15541 $as_echo "$ac_cv_search_connect" >&6; }
15542 ac_res=$ac_cv_search_connect
15543 if test "$ac_res" != no; then :
15544 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15550 $as_echo_n "checking for library containing inet_aton... " >&6; }
15551 if ${ac_cv_search_inet_aton+:} false; then :
15552 $as_echo_n "(cached) " >&6
15553 else
15554 ac_func_search_save_LIBS=$LIBS
15555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15556 /* end confdefs.h. */
15558 /* Override any GCC internal prototype to avoid an error.
15559 Use char because int might match the return type of a GCC
15560 builtin and then its argument prototype would still apply. */
15561 #ifdef __cplusplus
15562 extern "C"
15563 #endif
15564 char inet_aton ();
15566 main ()
15568 return inet_aton ();
15570 return 0;
15572 _ACEOF
15573 for ac_lib in '' resolv; do
15574 if test -z "$ac_lib"; then
15575 ac_res="none required"
15576 else
15577 ac_res=-l$ac_lib
15578 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15580 if ac_fn_c_try_link "$LINENO"; then :
15581 ac_cv_search_inet_aton=$ac_res
15583 rm -f core conftest.err conftest.$ac_objext \
15584 conftest$ac_exeext
15585 if ${ac_cv_search_inet_aton+:} false; then :
15586 break
15588 done
15589 if ${ac_cv_search_inet_aton+:} false; then :
15591 else
15592 ac_cv_search_inet_aton=no
15594 rm conftest.$ac_ext
15595 LIBS=$ac_func_search_save_LIBS
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15598 $as_echo "$ac_cv_search_inet_aton" >&6; }
15599 ac_res=$ac_cv_search_inet_aton
15600 if test "$ac_res" != no; then :
15601 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15606 for ac_func in \
15607 getaddrinfo \
15608 getnameinfo \
15609 getnetbyname \
15610 getprotobyname \
15611 getprotobynumber \
15612 getservbyport \
15613 inet_addr \
15614 inet_network \
15615 inet_ntop \
15616 inet_pton \
15617 sendmsg \
15618 socketpair \
15620 do :
15621 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15622 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15623 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15624 cat >>confdefs.h <<_ACEOF
15625 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15626 _ACEOF
15629 done
15632 ac_save_LIBS=$LIBS
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15634 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15635 if ${ac_cv_search_clock_gettime+:} false; then :
15636 $as_echo_n "(cached) " >&6
15637 else
15638 ac_func_search_save_LIBS=$LIBS
15639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15640 /* end confdefs.h. */
15642 /* Override any GCC internal prototype to avoid an error.
15643 Use char because int might match the return type of a GCC
15644 builtin and then its argument prototype would still apply. */
15645 #ifdef __cplusplus
15646 extern "C"
15647 #endif
15648 char clock_gettime ();
15650 main ()
15652 return clock_gettime ();
15654 return 0;
15656 _ACEOF
15657 for ac_lib in '' rt; do
15658 if test -z "$ac_lib"; then
15659 ac_res="none required"
15660 else
15661 ac_res=-l$ac_lib
15662 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15664 if ac_fn_c_try_link "$LINENO"; then :
15665 ac_cv_search_clock_gettime=$ac_res
15667 rm -f core conftest.err conftest.$ac_objext \
15668 conftest$ac_exeext
15669 if ${ac_cv_search_clock_gettime+:} false; then :
15670 break
15672 done
15673 if ${ac_cv_search_clock_gettime+:} false; then :
15675 else
15676 ac_cv_search_clock_gettime=no
15678 rm conftest.$ac_ext
15679 LIBS=$ac_func_search_save_LIBS
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15682 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15683 ac_res=$ac_cv_search_clock_gettime
15684 if test "$ac_res" != no; then :
15685 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
15687 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15689 test "$ac_res" = "none required" || RT_LIBS="$ac_res"
15693 LIBS=$ac_save_LIBS
15695 LDAP_LIBS=""
15697 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15698 then
15699 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15701 if test "x$ac_cv_type_LDAPSortKey" = xyes; then :
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15703 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15704 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false; then :
15705 $as_echo_n "(cached) " >&6
15706 else
15707 ac_check_lib_save_LIBS=$LIBS
15708 LIBS="-lldap_r $PTHREAD_LIBS $LIBS"
15709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15710 /* end confdefs.h. */
15712 /* Override any GCC internal prototype to avoid an error.
15713 Use char because int might match the return type of a GCC
15714 builtin and then its argument prototype would still apply. */
15715 #ifdef __cplusplus
15716 extern "C"
15717 #endif
15718 char ldap_initialize ();
15720 main ()
15722 return ldap_initialize ();
15724 return 0;
15726 _ACEOF
15727 if ac_fn_c_try_link "$LINENO"; then :
15728 ac_cv_lib_ldap_r_ldap_initialize=yes
15729 else
15730 ac_cv_lib_ldap_r_ldap_initialize=no
15732 rm -f core conftest.err conftest.$ac_objext \
15733 conftest$ac_exeext conftest.$ac_ext
15734 LIBS=$ac_check_lib_save_LIBS
15736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15737 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15738 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes; then :
15739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15740 $as_echo_n "checking for ber_init in -llber... " >&6; }
15741 if ${ac_cv_lib_lber_ber_init+:} false; then :
15742 $as_echo_n "(cached) " >&6
15743 else
15744 ac_check_lib_save_LIBS=$LIBS
15745 LIBS="-llber $PTHREAD_LIBS $LIBS"
15746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15747 /* end confdefs.h. */
15749 /* Override any GCC internal prototype to avoid an error.
15750 Use char because int might match the return type of a GCC
15751 builtin and then its argument prototype would still apply. */
15752 #ifdef __cplusplus
15753 extern "C"
15754 #endif
15755 char ber_init ();
15757 main ()
15759 return ber_init ();
15761 return 0;
15763 _ACEOF
15764 if ac_fn_c_try_link "$LINENO"; then :
15765 ac_cv_lib_lber_ber_init=yes
15766 else
15767 ac_cv_lib_lber_ber_init=no
15769 rm -f core conftest.err conftest.$ac_objext \
15770 conftest$ac_exeext conftest.$ac_ext
15771 LIBS=$ac_check_lib_save_LIBS
15773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15774 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15775 if test "x$ac_cv_lib_lber_ber_init" = xyes; then :
15777 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15779 LDAP_LIBS="-lldap_r -llber"
15786 ac_wine_check_funcs_save_LIBS="$LIBS"
15787 LIBS="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15788 for ac_func in \
15789 ldap_count_references \
15790 ldap_first_reference \
15791 ldap_next_reference \
15792 ldap_parse_reference \
15793 ldap_parse_sort_control \
15794 ldap_parse_sortresponse_control \
15795 ldap_parse_vlv_control \
15796 ldap_parse_vlvresponse_control
15797 do :
15798 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15799 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15800 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15801 cat >>confdefs.h <<_ACEOF
15802 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15803 _ACEOF
15806 done
15808 LIBS="$ac_wine_check_funcs_save_LIBS"
15810 if test "x$LDAP_LIBS" = "x"; then :
15811 case "x$with_ldap" in
15812 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15813 xno) ;;
15814 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15815 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15816 esac
15820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15821 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15822 if ${wine_cv_one_arg_mkdir+:} false; then :
15823 $as_echo_n "(cached) " >&6
15824 else
15825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15826 /* end confdefs.h. */
15827 #include <sys/stat.h>
15829 main ()
15831 mkdir("foo");
15833 return 0;
15835 _ACEOF
15836 if ac_fn_c_try_compile "$LINENO"; then :
15837 wine_cv_one_arg_mkdir=yes
15838 else
15839 wine_cv_one_arg_mkdir=no
15841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15844 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15845 if test "$wine_cv_one_arg_mkdir" = "yes"
15846 then
15848 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15853 $as_echo_n "checking for sched_setaffinity... " >&6; }
15854 if ${wine_cv_have_sched_setaffinity+:} false; then :
15855 $as_echo_n "(cached) " >&6
15856 else
15857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15858 /* end confdefs.h. */
15859 #define _GNU_SOURCE
15860 #include <sched.h>
15862 main ()
15864 sched_setaffinity(0, 0, 0);
15866 return 0;
15868 _ACEOF
15869 if ac_fn_c_try_link "$LINENO"; then :
15870 wine_cv_have_sched_setaffinity=yes
15871 else
15872 wine_cv_have_sched_setaffinity=no
15874 rm -f core conftest.err conftest.$ac_objext \
15875 conftest$ac_exeext conftest.$ac_ext
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15878 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15879 if test "$wine_cv_have_sched_setaffinity" = "yes"
15880 then
15882 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15887 $as_echo_n "checking for fallocate... " >&6; }
15888 if ${wine_cv_have_fallocate+:} false; then :
15889 $as_echo_n "(cached) " >&6
15890 else
15891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15892 /* end confdefs.h. */
15893 #define _GNU_SOURCE
15894 #include <fcntl.h>
15896 main ()
15898 fallocate(-1, 0, 0, 0);
15900 return 0;
15902 _ACEOF
15903 if ac_fn_c_try_link "$LINENO"; then :
15904 wine_cv_have_fallocate=yes
15905 else
15906 wine_cv_have_fallocate=no
15908 rm -f core conftest.err conftest.$ac_objext \
15909 conftest$ac_exeext conftest.$ac_ext
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15912 $as_echo "$wine_cv_have_fallocate" >&6; }
15913 if test "$wine_cv_have_fallocate" = "yes"
15914 then
15916 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15922 $as_echo_n "checking for inline... " >&6; }
15923 if ${ac_cv_c_inline+:} false; then :
15924 $as_echo_n "(cached) " >&6
15925 else
15926 ac_cv_c_inline=no
15927 for ac_kw in inline __inline__ __inline; do
15928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15929 /* end confdefs.h. */
15930 #ifndef __cplusplus
15931 typedef int foo_t;
15932 static $ac_kw foo_t static_foo () {return 0; }
15933 $ac_kw foo_t foo () {return 0; }
15934 #endif
15936 _ACEOF
15937 if ac_fn_c_try_compile "$LINENO"; then :
15938 ac_cv_c_inline=$ac_kw
15940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15941 test "$ac_cv_c_inline" != no && break
15942 done
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15946 $as_echo "$ac_cv_c_inline" >&6; }
15948 case $ac_cv_c_inline in
15949 inline | yes) ;;
15951 case $ac_cv_c_inline in
15952 no) ac_val=;;
15953 *) ac_val=$ac_cv_c_inline;;
15954 esac
15955 cat >>confdefs.h <<_ACEOF
15956 #ifndef __cplusplus
15957 #define inline $ac_val
15958 #endif
15959 _ACEOF
15961 esac
15963 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15964 if test "x$ac_cv_type_mode_t" = xyes; then :
15966 cat >>confdefs.h <<_ACEOF
15967 #define HAVE_MODE_T 1
15968 _ACEOF
15972 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15973 if test "x$ac_cv_type_off_t" = xyes; then :
15975 cat >>confdefs.h <<_ACEOF
15976 #define HAVE_OFF_T 1
15977 _ACEOF
15981 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15982 if test "x$ac_cv_type_pid_t" = xyes; then :
15984 cat >>confdefs.h <<_ACEOF
15985 #define HAVE_PID_T 1
15986 _ACEOF
15990 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15991 if test "x$ac_cv_type_size_t" = xyes; then :
15993 cat >>confdefs.h <<_ACEOF
15994 #define HAVE_SIZE_T 1
15995 _ACEOF
15999 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16000 if test "x$ac_cv_type_ssize_t" = xyes; then :
16002 cat >>confdefs.h <<_ACEOF
16003 #define HAVE_SSIZE_T 1
16004 _ACEOF
16008 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16009 if test "x$ac_cv_type_long_long" = xyes; then :
16011 cat >>confdefs.h <<_ACEOF
16012 #define HAVE_LONG_LONG 1
16013 _ACEOF
16017 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16018 if test "x$ac_cv_type_fsblkcnt_t" = xyes; then :
16020 cat >>confdefs.h <<_ACEOF
16021 #define HAVE_FSBLKCNT_T 1
16022 _ACEOF
16026 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16027 if test "x$ac_cv_type_fsfilcnt_t" = xyes; then :
16029 cat >>confdefs.h <<_ACEOF
16030 #define HAVE_FSFILCNT_T 1
16031 _ACEOF
16036 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16037 #include <signal.h>
16039 if test "x$ac_cv_type_sigset_t" = xyes; then :
16041 cat >>confdefs.h <<_ACEOF
16042 #define HAVE_SIGSET_T 1
16043 _ACEOF
16048 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16050 if test "x$ac_cv_type_request_sense" = xyes; then :
16052 cat >>confdefs.h <<_ACEOF
16053 #define HAVE_REQUEST_SENSE 1
16054 _ACEOF
16060 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16061 #ifdef HAVE_SYS_SOCKET_H
16062 #include <sys/socket.h>
16063 #endif
16064 #ifdef HAVE_SYS_SOCKETVAR_H
16065 #include <sys/socketvar.h>
16066 #endif
16067 #ifdef HAVE_NET_ROUTE_H
16068 #include <net/route.h>
16069 #endif
16070 #ifdef HAVE_NETINET_IN_H
16071 #include <netinet/in.h>
16072 #endif
16073 #ifdef HAVE_NETINET_IN_SYSTM_H
16074 #include <netinet/in_systm.h>
16075 #endif
16076 #ifdef HAVE_NETINET_IP_H
16077 #include <netinet/ip.h>
16078 #endif
16079 #ifdef HAVE_NETINET_IN_PCB_H
16080 #include <netinet/in_pcb.h>
16081 #endif
16083 if test "x$ac_cv_type_struct_xinpgen" = xyes; then :
16085 cat >>confdefs.h <<_ACEOF
16086 #define HAVE_STRUCT_XINPGEN 1
16087 _ACEOF
16093 ac_fn_c_check_type "$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16094 #include <link.h>
16095 #endif
16096 #ifdef HAVE_SYS_LINK_H
16097 #include <sys/link.h>
16098 #endif
16100 if test "x$ac_cv_type_struct_r_debug" = xyes; then :
16102 cat >>confdefs.h <<_ACEOF
16103 #define HAVE_STRUCT_R_DEBUG 1
16104 _ACEOF
16108 ac_fn_c_check_type "$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16109 #include <link.h>
16110 #endif
16111 #ifdef HAVE_SYS_LINK_H
16112 #include <sys/link.h>
16113 #endif
16115 if test "x$ac_cv_type_struct_link_map" = xyes; then :
16117 cat >>confdefs.h <<_ACEOF
16118 #define HAVE_STRUCT_LINK_MAP 1
16119 _ACEOF
16125 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16126 #include <linux/input.h>
16127 #endif
16129 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes; then :
16131 cat >>confdefs.h <<_ACEOF
16132 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16133 _ACEOF
16139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16140 $as_echo_n "checking for sigaddset... " >&6; }
16141 if ${wine_cv_have_sigaddset+:} false; then :
16142 $as_echo_n "(cached) " >&6
16143 else
16144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16145 /* end confdefs.h. */
16146 #include <signal.h>
16148 main ()
16150 sigset_t set; sigaddset(&set,SIGTERM);
16152 return 0;
16154 _ACEOF
16155 if ac_fn_c_try_link "$LINENO"; then :
16156 wine_cv_have_sigaddset=yes
16157 else
16158 wine_cv_have_sigaddset=no
16160 rm -f core conftest.err conftest.$ac_objext \
16161 conftest$ac_exeext conftest.$ac_ext
16163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16164 $as_echo "$wine_cv_have_sigaddset" >&6; }
16165 if test "$wine_cv_have_sigaddset" = "yes"
16166 then
16168 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16174 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16175 if ${wine_cv_linux_gethostbyname_r_6+:} false; then :
16176 $as_echo_n "(cached) " >&6
16177 else
16178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16179 /* end confdefs.h. */
16180 #include <netdb.h>
16182 main ()
16185 char *name=0;
16186 struct hostent he;
16187 struct hostent *result;
16188 char *buf=0;
16189 int bufsize=0;
16190 int errnr;
16191 char *addr=0;
16192 int addrlen=0;
16193 int addrtype=0;
16194 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16195 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16198 return 0;
16200 _ACEOF
16201 if ac_fn_c_try_link "$LINENO"; then :
16202 wine_cv_linux_gethostbyname_r_6=yes
16203 else
16204 wine_cv_linux_gethostbyname_r_6=no
16207 rm -f core conftest.err conftest.$ac_objext \
16208 conftest$ac_exeext conftest.$ac_ext
16211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16212 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16213 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16214 then
16216 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16220 if test "$ac_cv_header_linux_joystick_h" = "yes"
16221 then
16222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16223 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16224 if ${wine_cv_linux_joystick_22_api+:} false; then :
16225 $as_echo_n "(cached) " >&6
16226 else
16227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16228 /* end confdefs.h. */
16230 #include <sys/ioctl.h>
16231 #include <sys/types.h>
16232 #include <linux/joystick.h>
16234 struct js_event blub;
16235 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16236 #error "no 2.2 header"
16237 #endif
16240 main ()
16242 /*empty*/
16244 return 0;
16246 _ACEOF
16247 if ac_fn_c_try_compile "$LINENO"; then :
16248 wine_cv_linux_joystick_22_api=yes
16249 else
16250 wine_cv_linux_joystick_22_api=no
16252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16256 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16257 if test "$wine_cv_linux_joystick_22_api" = "yes"
16258 then
16260 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16266 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16267 #ifdef HAVE_SYS_PARAM_H
16268 # include <sys/param.h>
16269 #endif
16270 #ifdef HAVE_SYS_MOUNT_H
16271 # include <sys/mount.h>
16272 #endif
16273 #ifdef HAVE_SYS_VFS_H
16274 # include <sys/vfs.h>
16275 #endif
16276 #ifdef HAVE_SYS_STATFS_H
16277 # include <sys/statfs.h>
16278 #endif
16280 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes; then :
16282 cat >>confdefs.h <<_ACEOF
16283 #define HAVE_STRUCT_STATFS_F_BFREE 1
16284 _ACEOF
16288 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16289 #ifdef HAVE_SYS_PARAM_H
16290 # include <sys/param.h>
16291 #endif
16292 #ifdef HAVE_SYS_MOUNT_H
16293 # include <sys/mount.h>
16294 #endif
16295 #ifdef HAVE_SYS_VFS_H
16296 # include <sys/vfs.h>
16297 #endif
16298 #ifdef HAVE_SYS_STATFS_H
16299 # include <sys/statfs.h>
16300 #endif
16302 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes; then :
16304 cat >>confdefs.h <<_ACEOF
16305 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16306 _ACEOF
16310 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16311 #ifdef HAVE_SYS_PARAM_H
16312 # include <sys/param.h>
16313 #endif
16314 #ifdef HAVE_SYS_MOUNT_H
16315 # include <sys/mount.h>
16316 #endif
16317 #ifdef HAVE_SYS_VFS_H
16318 # include <sys/vfs.h>
16319 #endif
16320 #ifdef HAVE_SYS_STATFS_H
16321 # include <sys/statfs.h>
16322 #endif
16324 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes; then :
16326 cat >>confdefs.h <<_ACEOF
16327 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16328 _ACEOF
16332 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16333 #ifdef HAVE_SYS_PARAM_H
16334 # include <sys/param.h>
16335 #endif
16336 #ifdef HAVE_SYS_MOUNT_H
16337 # include <sys/mount.h>
16338 #endif
16339 #ifdef HAVE_SYS_VFS_H
16340 # include <sys/vfs.h>
16341 #endif
16342 #ifdef HAVE_SYS_STATFS_H
16343 # include <sys/statfs.h>
16344 #endif
16346 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes; then :
16348 cat >>confdefs.h <<_ACEOF
16349 #define HAVE_STRUCT_STATFS_F_FFREE 1
16350 _ACEOF
16354 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16355 #ifdef HAVE_SYS_PARAM_H
16356 # include <sys/param.h>
16357 #endif
16358 #ifdef HAVE_SYS_MOUNT_H
16359 # include <sys/mount.h>
16360 #endif
16361 #ifdef HAVE_SYS_VFS_H
16362 # include <sys/vfs.h>
16363 #endif
16364 #ifdef HAVE_SYS_STATFS_H
16365 # include <sys/statfs.h>
16366 #endif
16368 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes; then :
16370 cat >>confdefs.h <<_ACEOF
16371 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16372 _ACEOF
16376 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16377 #ifdef HAVE_SYS_PARAM_H
16378 # include <sys/param.h>
16379 #endif
16380 #ifdef HAVE_SYS_MOUNT_H
16381 # include <sys/mount.h>
16382 #endif
16383 #ifdef HAVE_SYS_VFS_H
16384 # include <sys/vfs.h>
16385 #endif
16386 #ifdef HAVE_SYS_STATFS_H
16387 # include <sys/statfs.h>
16388 #endif
16390 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes; then :
16392 cat >>confdefs.h <<_ACEOF
16393 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16394 _ACEOF
16400 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16401 #include <sys/statvfs.h>
16402 #endif
16404 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes; then :
16406 cat >>confdefs.h <<_ACEOF
16407 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16408 _ACEOF
16414 ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16415 #include <dirent.h>
16416 #endif
16418 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes; then :
16420 cat >>confdefs.h <<_ACEOF
16421 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16422 _ACEOF
16428 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16429 #ifdef HAVE_SYS_SOCKET_H
16430 # include <sys/socket.h>
16431 #endif
16432 #ifdef HAVE_SYS_UN_H
16433 # include <sys/un.h>
16434 #endif
16436 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes; then :
16438 cat >>confdefs.h <<_ACEOF
16439 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16440 _ACEOF
16444 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16445 #ifdef HAVE_SYS_SOCKET_H
16446 # include <sys/socket.h>
16447 #endif
16448 #ifdef HAVE_SYS_UN_H
16449 # include <sys/un.h>
16450 #endif
16452 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then :
16454 cat >>confdefs.h <<_ACEOF
16455 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16456 _ACEOF
16460 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16461 #ifdef HAVE_SYS_SOCKET_H
16462 # include <sys/socket.h>
16463 #endif
16464 #ifdef HAVE_SYS_UN_H
16465 # include <sys/un.h>
16466 #endif
16468 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes; then :
16470 cat >>confdefs.h <<_ACEOF
16471 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16472 _ACEOF
16478 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16479 #ifdef HAVE_SCSI_SG_H
16480 #include <scsi/sg.h>
16481 #endif
16483 if test "x$ac_cv_member_scsireq_t_cmd" = xyes; then :
16485 cat >>confdefs.h <<_ACEOF
16486 #define HAVE_SCSIREQ_T_CMD 1
16487 _ACEOF
16491 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>
16492 #ifdef HAVE_SCSI_SG_H
16493 #include <scsi/sg.h>
16494 #endif
16496 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes; then :
16498 cat >>confdefs.h <<_ACEOF
16499 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16500 _ACEOF
16506 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16508 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes; then :
16510 cat >>confdefs.h <<_ACEOF
16511 #define HAVE_SIGINFO_T_SI_FD 1
16512 _ACEOF
16518 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#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_blksiz" = xyes; then :
16525 cat >>confdefs.h <<_ACEOF
16526 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16527 _ACEOF
16531 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16532 #ifdef HAVE_SYS_MTIO_H
16533 #include <sys/mtio.h>
16534 #endif
16536 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes; then :
16538 cat >>confdefs.h <<_ACEOF
16539 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16540 _ACEOF
16544 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16545 #ifdef HAVE_SYS_MTIO_H
16546 #include <sys/mtio.h>
16547 #endif
16549 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes; then :
16551 cat >>confdefs.h <<_ACEOF
16552 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16553 _ACEOF
16559 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16560 #include <getopt.h>
16561 #endif
16563 if test "x$ac_cv_member_struct_option_name" = xyes; then :
16565 cat >>confdefs.h <<_ACEOF
16566 #define HAVE_STRUCT_OPTION_NAME 1
16567 _ACEOF
16573 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16574 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
16576 cat >>confdefs.h <<_ACEOF
16577 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16578 _ACEOF
16582 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16583 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes; then :
16585 cat >>confdefs.h <<_ACEOF
16586 #define HAVE_STRUCT_STAT_ST_MTIM 1
16587 _ACEOF
16591 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16592 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes; then :
16594 cat >>confdefs.h <<_ACEOF
16595 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16596 _ACEOF
16600 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16601 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes; then :
16603 cat >>confdefs.h <<_ACEOF
16604 #define HAVE_STRUCT_STAT_ST_CTIM 1
16605 _ACEOF
16609 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16610 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes; then :
16612 cat >>confdefs.h <<_ACEOF
16613 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16614 _ACEOF
16618 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16619 if test "x$ac_cv_member_struct_stat_st_atim" = xyes; then :
16621 cat >>confdefs.h <<_ACEOF
16622 #define HAVE_STRUCT_STAT_ST_ATIM 1
16623 _ACEOF
16627 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16628 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes; then :
16630 cat >>confdefs.h <<_ACEOF
16631 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16632 _ACEOF
16636 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16637 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes; then :
16639 cat >>confdefs.h <<_ACEOF
16640 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16641 _ACEOF
16645 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16646 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes; then :
16648 cat >>confdefs.h <<_ACEOF
16649 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16650 _ACEOF
16654 ac_fn_c_check_member "$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16655 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes; then :
16657 cat >>confdefs.h <<_ACEOF
16658 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16659 _ACEOF
16663 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16664 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes; then :
16666 cat >>confdefs.h <<_ACEOF
16667 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16668 _ACEOF
16672 ac_fn_c_check_member "$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16673 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes; then :
16675 cat >>confdefs.h <<_ACEOF
16676 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16677 _ACEOF
16683 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
16684 #include <sys/types.h>
16685 #endif
16686 #ifdef HAVE_NETINET_IN_H
16687 #include <netinet/in.h>
16688 #endif
16690 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes; then :
16692 cat >>confdefs.h <<_ACEOF
16693 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16694 _ACEOF
16700 ac_fn_c_check_type "$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16701 #include <resolv.h>
16702 #endif
16704 if test "x$ac_cv_type_struct___res_state" = xyes; then :
16706 cat >>confdefs.h <<_ACEOF
16707 #define HAVE_STRUCT___RES_STATE 1
16708 _ACEOF
16714 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
16715 #include <resolv.h>
16716 #endif
16718 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes; then :
16720 cat >>confdefs.h <<_ACEOF
16721 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16722 _ACEOF
16728 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16729 #include <sys/types.h>
16730 #endif
16731 #ifdef HAVE_NETINET_IN_H
16732 # include <netinet/in.h>
16733 #endif
16734 #ifdef HAVE_ARPA_NAMESER_H
16735 # include <arpa/nameser.h>
16736 #endif
16738 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes; then :
16740 cat >>confdefs.h <<_ACEOF
16741 #define HAVE_NS_MSG__MSG_PTR 1
16742 _ACEOF
16748 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16749 #include <sys/types.h>
16750 #endif
16751 #ifdef HAVE_NETINET_IP_H
16752 #include <netinet/ip.h>
16753 #endif
16754 #ifdef HAVE_NETINET_IP_ICMP_H
16755 #include <netinet/ip_icmp.h>
16756 #endif
16757 #ifdef HAVE_NETINET_ICMP_VAR_H
16758 #include <netinet/icmp_var.h>
16759 #endif
16761 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes; then :
16763 cat >>confdefs.h <<_ACEOF
16764 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16765 _ACEOF
16771 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16772 #include <sys/types.h>
16773 #endif
16774 #ifdef HAVE_ALIAS_H
16775 #include <alias.h>
16776 #endif
16777 #ifdef HAVE_SYS_SOCKET_H
16778 #include <sys/socket.h>
16779 #endif
16780 #ifdef HAVE_SYS_SOCKETVAR_H
16781 #include <sys/socketvar.h>
16782 #endif
16783 #ifdef HAVE_SYS_TIMEOUT_H
16784 #include <sys/timeout.h>
16785 #endif
16786 #ifdef HAVE_NETINET_IN_H
16787 #include <netinet/in.h>
16788 #endif
16789 #ifdef HAVE_NETINET_IN_SYSTM_H
16790 #include <netinet/in_systm.h>
16791 #endif
16792 #ifdef HAVE_NETINET_IP_H
16793 #include <netinet/ip.h>
16794 #endif
16795 #ifdef HAVE_NETINET_IP_VAR_H
16796 #include <netinet/ip_var.h>
16797 #endif
16798 #ifdef HAVE_NETINET_IP_ICMP_H
16799 #include <netinet/ip_icmp.h>
16800 #endif
16801 #ifdef HAVE_NETINET_ICMP_VAR_H
16802 #include <netinet/icmp_var.h>
16803 #endif
16805 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes; then :
16807 cat >>confdefs.h <<_ACEOF
16808 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16809 _ACEOF
16815 ac_fn_c_check_member "$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16816 #include <sys/types.h>
16817 #endif
16818 #ifdef HAVE_SYS_SOCKETVAR_H
16819 #include <sys/socketvar.h>
16820 #endif
16821 #ifdef HAVE_NETINET_IN_H
16822 #include <netinet/in.h>
16823 #endif
16824 #ifdef HAVE_NETINET_IP_VAR_H
16825 #include <netinet/ip_var.h>
16826 #endif
16828 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes; then :
16830 cat >>confdefs.h <<_ACEOF
16831 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16832 _ACEOF
16838 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
16839 #include <netinet/ip_var.h>
16840 #endif
16842 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes; then :
16844 cat >>confdefs.h <<_ACEOF
16845 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16846 _ACEOF
16852 ac_fn_c_check_member "$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16853 #include <sys/types.h>
16854 #endif
16855 #ifdef HAVE_SYS_SOCKETVAR_H
16856 #include <sys/socketvar.h>
16857 #endif
16858 #ifdef HAVE_NETINET_IN_H
16859 #include <netinet/in.h>
16860 #endif
16861 #ifdef HAVE_NETINET_TCP_H
16862 #include <netinet/tcp.h>
16863 #endif
16864 #ifdef HAVE_NETINET_TCP_VAR_H
16865 #include <netinet/tcp_var.h>
16866 #endif
16868 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes; then :
16870 cat >>confdefs.h <<_ACEOF
16871 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16872 _ACEOF
16878 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
16879 #include <netinet/tcp_var.h>
16880 #endif
16882 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes; then :
16884 cat >>confdefs.h <<_ACEOF
16885 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16886 _ACEOF
16892 ac_fn_c_check_member "$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16893 #include <sys/types.h>
16894 #endif
16895 #ifdef HAVE_NETINET_IN_H
16896 #include <netinet/in.h>
16897 #endif
16898 #ifdef HAVE_NETINET_IP_VAR_H
16899 #include <netinet/ip_var.h>
16900 #endif
16901 #ifdef HAVE_NETINET_UDP_H
16902 #include <netinet/udp.h>
16903 #endif
16904 #ifdef HAVE_NETINET_UDP_VAR_H
16905 #include <netinet/udp_var.h>
16906 #endif
16908 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes; then :
16910 cat >>confdefs.h <<_ACEOF
16911 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16912 _ACEOF
16918 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16919 #include <sys/types.h>
16920 #endif
16921 #ifdef HAVE_NET_IF_H
16922 # include <net/if.h>
16923 #endif
16925 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
16927 cat >>confdefs.h <<_ACEOF
16928 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16929 _ACEOF
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16936 $as_echo_n "checking for timezone variable... " >&6; }
16937 if ${ac_cv_have_timezone+:} false; then :
16938 $as_echo_n "(cached) " >&6
16939 else
16940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16941 /* end confdefs.h. */
16942 #include <time.h>
16944 main ()
16946 timezone = 1
16948 return 0;
16950 _ACEOF
16951 if ac_fn_c_try_link "$LINENO"; then :
16952 ac_cv_have_timezone="yes"
16953 else
16954 ac_cv_have_timezone="no"
16956 rm -f core conftest.err conftest.$ac_objext \
16957 conftest$ac_exeext conftest.$ac_ext
16959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16960 $as_echo "$ac_cv_have_timezone" >&6; }
16961 if test "$ac_cv_have_timezone" = "yes"
16962 then
16964 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16968 $as_echo_n "checking for daylight variable... " >&6; }
16969 if ${ac_cv_have_daylight+:} false; then :
16970 $as_echo_n "(cached) " >&6
16971 else
16972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16973 /* end confdefs.h. */
16974 #include <time.h>
16976 main ()
16978 daylight = 1
16980 return 0;
16982 _ACEOF
16983 if ac_fn_c_try_link "$LINENO"; then :
16984 ac_cv_have_daylight="yes"
16985 else
16986 ac_cv_have_daylight="no"
16988 rm -f core conftest.err conftest.$ac_objext \
16989 conftest$ac_exeext conftest.$ac_ext
16991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16992 $as_echo "$ac_cv_have_daylight" >&6; }
16993 if test "$ac_cv_have_daylight" = "yes"
16994 then
16996 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17000 ac_save_LIBS="$LIBS"
17001 LIBS="$LIBS -lm"
17002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17003 $as_echo_n "checking for isfinite... " >&6; }
17004 if ${ac_cv_have_isfinite+:} false; then :
17005 $as_echo_n "(cached) " >&6
17006 else
17007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17008 /* end confdefs.h. */
17009 #define _GNU_SOURCE
17010 #include <math.h>
17012 main ()
17014 float f = 0.0; return isfinite(f)
17016 return 0;
17018 _ACEOF
17019 if ac_fn_c_try_link "$LINENO"; then :
17020 ac_cv_have_isfinite="yes"
17021 else
17022 ac_cv_have_isfinite="no"
17024 rm -f core conftest.err conftest.$ac_objext \
17025 conftest$ac_exeext conftest.$ac_ext
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17028 $as_echo "$ac_cv_have_isfinite" >&6; }
17029 if test "$ac_cv_have_isfinite" = "yes"
17030 then
17032 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17037 $as_echo_n "checking for isinf... " >&6; }
17038 if ${ac_cv_have_isinf+:} false; then :
17039 $as_echo_n "(cached) " >&6
17040 else
17041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17042 /* end confdefs.h. */
17043 #include <math.h>
17045 main ()
17047 float f = 0.0; return isinf(f)
17049 return 0;
17051 _ACEOF
17052 if ac_fn_c_try_link "$LINENO"; then :
17053 ac_cv_have_isinf="yes"
17054 else
17055 ac_cv_have_isinf="no"
17057 rm -f core conftest.err conftest.$ac_objext \
17058 conftest$ac_exeext conftest.$ac_ext
17060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17061 $as_echo "$ac_cv_have_isinf" >&6; }
17062 if test "$ac_cv_have_isinf" = "yes"
17063 then
17065 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17070 $as_echo_n "checking for isnan... " >&6; }
17071 if ${ac_cv_have_isnan+:} false; then :
17072 $as_echo_n "(cached) " >&6
17073 else
17074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17075 /* end confdefs.h. */
17076 #include <math.h>
17078 main ()
17080 float f = 0.0; return isnan(f)
17082 return 0;
17084 _ACEOF
17085 if ac_fn_c_try_link "$LINENO"; then :
17086 ac_cv_have_isnan="yes"
17087 else
17088 ac_cv_have_isnan="no"
17090 rm -f core conftest.err conftest.$ac_objext \
17091 conftest$ac_exeext conftest.$ac_ext
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17094 $as_echo "$ac_cv_have_isnan" >&6; }
17095 if test "$ac_cv_have_isnan" = "yes"
17096 then
17098 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17102 for ac_func in \
17103 asinh \
17104 asinhf \
17105 cbrt \
17106 cbrtf \
17107 erf \
17108 erff \
17109 exp2 \
17110 exp2f \
17111 lgamma \
17112 lgammaf \
17113 llrint \
17114 llrintf \
17115 llround \
17116 llroundf \
17117 log2 \
17118 log2f \
17119 lrint \
17120 lrintf \
17121 lround \
17122 lroundf \
17123 powl \
17124 remainder \
17125 remainderf \
17126 rint \
17127 rintf \
17128 round \
17129 roundf \
17130 trunc \
17131 truncf
17133 do :
17134 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17135 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17136 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17137 cat >>confdefs.h <<_ACEOF
17138 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17139 _ACEOF
17142 done
17144 LIBS="$ac_save_LIBS"
17146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17147 $as_echo_n "checking for __builtin_clz... " >&6; }
17148 if ${ac_cv_have___builtin_clz+:} false; then :
17149 $as_echo_n "(cached) " >&6
17150 else
17151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17152 /* end confdefs.h. */
17155 main ()
17157 return __builtin_clz(1)
17159 return 0;
17161 _ACEOF
17162 if ac_fn_c_try_link "$LINENO"; then :
17163 ac_cv_have___builtin_clz="yes"
17164 else
17165 ac_cv_have___builtin_clz="no"
17167 rm -f core conftest.err conftest.$ac_objext \
17168 conftest$ac_exeext conftest.$ac_ext
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17171 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17172 if test "$ac_cv_have___builtin_clz" = "yes"
17173 then
17175 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17180 $as_echo_n "checking for __builtin_popcount... " >&6; }
17181 if ${ac_cv_have___builtin_popcount+:} false; then :
17182 $as_echo_n "(cached) " >&6
17183 else
17184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17185 /* end confdefs.h. */
17188 main ()
17190 return __builtin_popcount(1)
17192 return 0;
17194 _ACEOF
17195 if ac_fn_c_try_link "$LINENO"; then :
17196 ac_cv_have___builtin_popcount="yes"
17197 else
17198 ac_cv_have___builtin_popcount="no"
17200 rm -f core conftest.err conftest.$ac_objext \
17201 conftest$ac_exeext conftest.$ac_ext
17203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17204 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17205 if test "$ac_cv_have___builtin_popcount" = "yes"
17206 then
17208 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17213 case $host_cpu in
17214 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17215 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17216 if ${ac_cv_cpp_def___i386__+:} false; then :
17217 $as_echo_n "(cached) " >&6
17218 else
17219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17220 /* end confdefs.h. */
17221 #ifndef __i386__
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___i386__=yes
17228 else
17229 ac_cv_cpp_def___i386__=no
17231 rm -f conftest*
17234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17235 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17236 if test "x$ac_cv_cpp_def___i386__" = xyes; then :
17237 CFLAGS="$CFLAGS -D__i386__"
17238 LINTFLAGS="$LINTFLAGS -D__i386__"
17239 fi ;;
17240 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17241 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17242 if ${ac_cv_cpp_def___x86_64__+:} false; then :
17243 $as_echo_n "(cached) " >&6
17244 else
17245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17246 /* end confdefs.h. */
17247 #ifndef __x86_64__
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___x86_64__=yes
17254 else
17255 ac_cv_cpp_def___x86_64__=no
17257 rm -f conftest*
17260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17261 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17262 if test "x$ac_cv_cpp_def___x86_64__" = xyes; then :
17263 CFLAGS="$CFLAGS -D__x86_64__"
17264 LINTFLAGS="$LINTFLAGS -D__x86_64__"
17265 fi ;;
17266 *sparc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17267 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17268 if ${ac_cv_cpp_def___sparc64__+:} false; then :
17269 $as_echo_n "(cached) " >&6
17270 else
17271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17272 /* end confdefs.h. */
17273 #ifndef __sparc64__
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___sparc64__=yes
17280 else
17281 ac_cv_cpp_def___sparc64__=no
17283 rm -f conftest*
17286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17287 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17288 if test "x$ac_cv_cpp_def___sparc64__" = xyes; then :
17289 CFLAGS="$CFLAGS -D__sparc64__"
17290 LINTFLAGS="$LINTFLAGS -D__sparc64__"
17291 fi ;;
17292 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17293 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17294 if ${ac_cv_cpp_def___sparc__+:} false; then :
17295 $as_echo_n "(cached) " >&6
17296 else
17297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17298 /* end confdefs.h. */
17299 #ifndef __sparc__
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___sparc__=yes
17306 else
17307 ac_cv_cpp_def___sparc__=no
17309 rm -f conftest*
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17313 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17314 if test "x$ac_cv_cpp_def___sparc__" = xyes; then :
17315 CFLAGS="$CFLAGS -D__sparc__"
17316 LINTFLAGS="$LINTFLAGS -D__sparc__"
17317 fi ;;
17318 *powerpc64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17319 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17320 if ${ac_cv_cpp_def___powerpc64__+:} false; then :
17321 $as_echo_n "(cached) " >&6
17322 else
17323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17324 /* end confdefs.h. */
17325 #ifndef __powerpc64__
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___powerpc64__=yes
17332 else
17333 ac_cv_cpp_def___powerpc64__=no
17335 rm -f conftest*
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17339 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17340 if test "x$ac_cv_cpp_def___powerpc64__" = xyes; then :
17341 CFLAGS="$CFLAGS -D__powerpc64__"
17342 LINTFLAGS="$LINTFLAGS -D__powerpc64__"
17343 fi ;;
17344 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17345 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17346 if ${ac_cv_cpp_def___powerpc__+:} false; then :
17347 $as_echo_n "(cached) " >&6
17348 else
17349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17350 /* end confdefs.h. */
17351 #ifndef __powerpc__
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___powerpc__=yes
17358 else
17359 ac_cv_cpp_def___powerpc__=no
17361 rm -f conftest*
17364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17365 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17366 if test "x$ac_cv_cpp_def___powerpc__" = xyes; then :
17367 CFLAGS="$CFLAGS -D__powerpc__"
17368 LINTFLAGS="$LINTFLAGS -D__powerpc__"
17369 fi ;;
17370 *aarch64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17371 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17372 if ${ac_cv_cpp_def___aarch64__+:} false; then :
17373 $as_echo_n "(cached) " >&6
17374 else
17375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17376 /* end confdefs.h. */
17377 #ifndef __aarch64__
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___aarch64__=yes
17384 else
17385 ac_cv_cpp_def___aarch64__=no
17387 rm -f conftest*
17390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17391 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17392 if test "x$ac_cv_cpp_def___aarch64__" = xyes; then :
17393 CFLAGS="$CFLAGS -D__aarch64__"
17394 LINTFLAGS="$LINTFLAGS -D__aarch64__"
17395 fi ;;
17396 *arm*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17397 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17398 if ${ac_cv_cpp_def___arm__+:} false; then :
17399 $as_echo_n "(cached) " >&6
17400 else
17401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17402 /* end confdefs.h. */
17403 #ifndef __arm__
17405 #endif
17406 _ACEOF
17407 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17408 $EGREP "yes" >/dev/null 2>&1; then :
17409 ac_cv_cpp_def___arm__=yes
17410 else
17411 ac_cv_cpp_def___arm__=no
17413 rm -f conftest*
17416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17417 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17418 if test "x$ac_cv_cpp_def___arm__" = xyes; then :
17419 CFLAGS="$CFLAGS -D__arm__"
17420 LINTFLAGS="$LINTFLAGS -D__arm__"
17421 fi ;;
17422 esac
17424 case $host_vendor in
17425 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17426 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17427 if ${ac_cv_cpp_def___sun__+:} false; then :
17428 $as_echo_n "(cached) " >&6
17429 else
17430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17431 /* end confdefs.h. */
17432 #ifndef __sun__
17434 #endif
17435 _ACEOF
17436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17437 $EGREP "yes" >/dev/null 2>&1; then :
17438 ac_cv_cpp_def___sun__=yes
17439 else
17440 ac_cv_cpp_def___sun__=no
17442 rm -f conftest*
17445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17446 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17447 if test "x$ac_cv_cpp_def___sun__" = xyes; then :
17448 CFLAGS="$CFLAGS -D__sun__"
17449 LINTFLAGS="$LINTFLAGS -D__sun__"
17450 fi ;;
17451 esac
17457 ac_config_commands="$ac_config_commands include/stamp-h"
17459 $as_echo_n "creating Makefile rules..." >&6
17461 ALL_VARS_RULES="OPENGL_LIBS = $OPENGL_LIBS
17462 SOCKET_LIBS = $SOCKET_LIBS
17463 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17464 IOKIT_LIBS = $IOKIT_LIBS
17465 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17466 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17467 CORESERVICES_LIBS = $CORESERVICES_LIBS
17468 APPKIT_LIBS = $APPKIT_LIBS
17469 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17470 SECURITY_LIBS = $SECURITY_LIBS
17471 COREAUDIO_LIBS = $COREAUDIO_LIBS
17472 OPENAL_LIBS = $OPENAL_LIBS
17473 OPENCL_LIBS = $OPENCL_LIBS
17474 QUICKTIME_LIBS = $QUICKTIME_LIBS
17475 CARBON_LIBS = $CARBON_LIBS
17476 PTHREAD_LIBS = $PTHREAD_LIBS
17477 X_CFLAGS = $X_CFLAGS
17478 X_PRE_LIBS = $X_PRE_LIBS
17479 X_LIBS = $X_LIBS
17480 X_EXTRA_LIBS = $X_EXTRA_LIBS
17481 PCAP_LIBS = $PCAP_LIBS
17482 XML2_CFLAGS = $XML2_CFLAGS
17483 XML2_LIBS = $XML2_LIBS
17484 XSLT_CFLAGS = $XSLT_CFLAGS
17485 XSLT_LIBS = $XSLT_LIBS
17486 DBUS_CFLAGS = $DBUS_CFLAGS
17487 DBUS_LIBS = $DBUS_LIBS
17488 HAL_CFLAGS = $HAL_CFLAGS
17489 HAL_LIBS = $HAL_LIBS
17490 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17491 GNUTLS_LIBS = $GNUTLS_LIBS
17492 SANE_CFLAGS = $SANE_CFLAGS
17493 SANE_LIBS = $SANE_LIBS
17494 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17495 GPHOTO2_LIBS = $GPHOTO2_LIBS
17496 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17497 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17498 RESOLV_LIBS = $RESOLV_LIBS
17499 LCMS2_CFLAGS = $LCMS2_CFLAGS
17500 LCMS2_LIBS = $LCMS2_LIBS
17501 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17502 FREETYPE_LIBS = $FREETYPE_LIBS
17503 Z_LIBS = $Z_LIBS
17504 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17505 PULSE_CFLAGS = $PULSE_CFLAGS
17506 PULSE_LIBS = $PULSE_LIBS
17507 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17508 GSTREAMER_LIBS = $GSTREAMER_LIBS
17509 ALSA_LIBS = $ALSA_LIBS
17510 OSS4_CFLAGS = $OSS4_CFLAGS
17511 UDEV_CFLAGS = $UDEV_CFLAGS
17512 UDEV_LIBS = $UDEV_LIBS
17513 CAPI20_CFLAGS = $CAPI20_CFLAGS
17514 CAPI20_LIBS = $CAPI20_LIBS
17515 CUPS_CFLAGS = $CUPS_CFLAGS
17516 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17517 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17518 JPEG_CFLAGS = $JPEG_CFLAGS
17519 JPEG_LIBS = $JPEG_LIBS
17520 PNG_CFLAGS = $PNG_CFLAGS
17521 PNG_LIBS = $PNG_LIBS
17522 TIFF_CFLAGS = $TIFF_CFLAGS
17523 TIFF_LIBS = $TIFF_LIBS
17524 MPG123_CFLAGS = $MPG123_CFLAGS
17525 MPG123_LIBS = $MPG123_LIBS
17526 KSTAT_LIBS = $KSTAT_LIBS
17527 PROCSTAT_LIBS = $PROCSTAT_LIBS
17528 NETAPI_CFLAGS = $NETAPI_CFLAGS
17529 NETAPI_LIBS = $NETAPI_LIBS
17530 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17531 DL_LIBS = $DL_LIBS
17532 POLL_LIBS = $POLL_LIBS
17533 RT_LIBS = $RT_LIBS
17534 LDAP_LIBS = $LDAP_LIBS
17539 wine_fn_append_rule "
17540 # Rules automatically generated by configure
17542 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17544 .INIT: Makefile
17545 .MAKEFILEDEPS:
17546 all: Makefile
17547 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17548 @./config.status Make.tmp Makefile
17549 depend: \$(MAKEDEP) dummy
17550 \$(MAKEDEP)"
17552 test -n "$CROSSTARGET" || wine_fn_append_rule "crosstest:
17553 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17555 if test "x$enable_fonts" != xno; then
17556 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17557 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17558 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17559 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17560 ac_config_links="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17561 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf fonts/symbol.ttf fonts/tahoma.ttf fonts/tahomabd.ttf fonts/wingding.ttf
17563 ac_config_links="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17564 test "$srcdir" = "." || wine_fn_config_symlink loader/l_intl.nls
17565 ac_config_links="$ac_config_links wine:tools/winewrapper"
17566 wine_fn_config_symlink wine
17567 if test "x$enable_win64" != xno; then
17568 ac_config_links="$ac_config_links wine64:tools/winewrapper"
17569 wine_fn_config_symlink wine64
17572 wine_fn_config_dll acledit enable_acledit
17573 wine_fn_config_dll aclui enable_aclui implib
17574 wine_fn_config_dll activeds enable_activeds implib
17575 wine_fn_config_dll actxprxy enable_actxprxy clean
17576 wine_fn_config_lib adsiid
17577 wine_fn_config_dll advapi32 enable_advapi32 clean,implib
17578 wine_fn_config_test dlls/advapi32/tests advapi32_test
17579 wine_fn_config_dll advpack enable_advpack implib
17580 wine_fn_config_test dlls/advpack/tests advpack_test
17581 wine_fn_config_dll amstream enable_amstream clean
17582 wine_fn_config_test dlls/amstream/tests amstream_test
17583 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17584 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17585 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17586 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17587 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17588 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17589 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17590 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17591 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17592 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17593 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17594 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17595 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17596 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17597 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17598 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17599 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17600 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17601 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17602 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17603 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17604 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17605 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17606 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17607 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17608 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17609 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17610 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17611 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17612 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17613 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17614 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17615 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17616 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17617 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17618 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17619 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17620 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17621 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
17622 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17623 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17624 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17625 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
17626 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17627 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17628 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17629 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
17630 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17631 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
17632 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
17633 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17634 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17635 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17636 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17637 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17638 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17639 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17640 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17641 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17642 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17643 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
17644 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17645 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17646 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17647 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17648 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17649 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17650 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17651 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
17652 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
17653 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17654 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
17655 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17656 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17657 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17658 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
17659 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
17660 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17661 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17662 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17663 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
17664 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17665 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17666 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17667 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17668 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17669 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
17670 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17671 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17672 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17673 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17674 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17675 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17676 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17677 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
17678 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
17679 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
17680 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17681 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17682 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
17683 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17684 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17685 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17686 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17687 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
17688 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17689 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17690 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17691 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17692 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17693 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17694 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17695 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17696 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17697 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17698 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17699 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17700 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17701 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17702 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17703 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17704 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17705 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17706 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17707 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17708 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17709 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17710 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17711 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17712 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17713 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17714 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
17715 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
17716 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17717 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17718 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17719 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
17720 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
17721 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17722 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17723 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
17724 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17725 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17726 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17727 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
17728 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17729 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17730 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
17731 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
17732 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
17733 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17734 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
17735 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17736 wine_fn_config_dll apphelp enable_apphelp
17737 wine_fn_config_test dlls/apphelp/tests apphelp_test
17738 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17739 wine_fn_config_dll atl enable_atl clean,implib
17740 wine_fn_config_test dlls/atl/tests atl_test
17741 wine_fn_config_dll atl100 enable_atl100 clean,implib
17742 wine_fn_config_test dlls/atl100/tests atl100_test
17743 wine_fn_config_dll atl110 enable_atl110 clean
17744 wine_fn_config_dll atl80 enable_atl80 clean,implib
17745 wine_fn_config_test dlls/atl80/tests atl80_test
17746 wine_fn_config_dll atl90 enable_atl90 clean
17747 wine_fn_config_dll authz enable_authz
17748 wine_fn_config_dll avicap32 enable_avicap32 implib
17749 wine_fn_config_dll avifil32 enable_avifil32 clean,implib
17750 wine_fn_config_test dlls/avifil32/tests avifil32_test
17751 wine_fn_config_dll avifile.dll16 enable_win16
17752 wine_fn_config_dll avrt enable_avrt implib
17753 wine_fn_config_dll bcrypt enable_bcrypt implib
17754 wine_fn_config_test dlls/bcrypt/tests bcrypt_test
17755 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17756 wine_fn_config_dll browseui enable_browseui clean
17757 wine_fn_config_test dlls/browseui/tests browseui_test
17758 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17759 wine_fn_config_dll cabinet enable_cabinet implib
17760 wine_fn_config_test dlls/cabinet/tests cabinet_test
17761 wine_fn_config_dll capi2032 enable_capi2032 implib
17762 wine_fn_config_dll cards enable_cards implib
17763 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17764 wine_fn_config_dll clusapi enable_clusapi implib
17765 wine_fn_config_dll combase enable_combase
17766 wine_fn_config_test dlls/combase/tests combase_test
17767 wine_fn_config_dll comcat enable_comcat
17768 wine_fn_config_test dlls/comcat/tests comcat_test
17769 wine_fn_config_dll comctl32 enable_comctl32 clean,implib
17770 wine_fn_config_test dlls/comctl32/tests comctl32_test
17771 wine_fn_config_dll comdlg32 enable_comdlg32 clean,implib
17772 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
17773 wine_fn_config_dll comm.drv16 enable_win16
17774 wine_fn_config_dll commdlg.dll16 enable_win16
17775 wine_fn_config_dll compobj.dll16 enable_win16
17776 wine_fn_config_dll compstui enable_compstui implib
17777 wine_fn_config_dll comsvcs enable_comsvcs implib
17778 wine_fn_config_dll concrt140 enable_concrt140
17779 wine_fn_config_dll connect enable_connect
17780 wine_fn_config_dll credui enable_credui clean,implib
17781 wine_fn_config_test dlls/credui/tests credui_test
17782 wine_fn_config_dll crtdll enable_crtdll
17783 wine_fn_config_dll crypt32 enable_crypt32 clean,implib
17784 wine_fn_config_test dlls/crypt32/tests crypt32_test
17785 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17786 wine_fn_config_dll cryptdll enable_cryptdll implib
17787 wine_fn_config_dll cryptext enable_cryptext
17788 wine_fn_config_dll cryptnet enable_cryptnet implib
17789 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
17790 wine_fn_config_dll cryptui enable_cryptui clean,implib
17791 wine_fn_config_test dlls/cryptui/tests cryptui_test
17792 wine_fn_config_dll ctapi32 enable_ctapi32
17793 wine_fn_config_dll ctl3d.dll16 enable_win16
17794 wine_fn_config_dll ctl3d32 enable_ctl3d32
17795 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17796 wine_fn_config_dll d2d1 enable_d2d1 implib
17797 wine_fn_config_test dlls/d2d1/tests d2d1_test
17798 wine_fn_config_dll d3d10 enable_d3d10 implib
17799 wine_fn_config_test dlls/d3d10/tests d3d10_test
17800 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17801 wine_fn_config_test dlls/d3d10_1/tests d3d10_1_test
17802 wine_fn_config_dll d3d10core enable_d3d10core implib
17803 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
17804 wine_fn_config_dll d3d11 enable_d3d11 implib
17805 wine_fn_config_test dlls/d3d11/tests d3d11_test
17806 wine_fn_config_dll d3d8 enable_d3d8 implib
17807 wine_fn_config_test dlls/d3d8/tests d3d8_test
17808 wine_fn_config_dll d3d9 enable_d3d9 implib
17809 wine_fn_config_test dlls/d3d9/tests d3d9_test
17810 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17811 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17812 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17813 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17814 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17815 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17816 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17817 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17818 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17819 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17820 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17821 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
17822 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17823 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17824 wine_fn_config_dll d3dim enable_d3dim
17825 wine_fn_config_dll d3drm enable_d3drm implib
17826 wine_fn_config_test dlls/d3drm/tests d3drm_test
17827 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17828 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17829 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17830 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17831 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17832 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17833 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17834 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17835 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17836 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17837 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17838 wine_fn_config_test dlls/d3dx10_43/tests d3dx10_43_test
17839 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17840 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17841 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17842 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17843 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17844 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17845 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17846 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17847 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17848 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17849 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17850 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17851 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17852 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17853 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17854 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
17855 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17856 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17857 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17858 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17859 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17860 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17861 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17862 wine_fn_config_dll d3dxof enable_d3dxof clean,implib
17863 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
17864 wine_fn_config_dll davclnt enable_davclnt
17865 wine_fn_config_dll dbgeng enable_dbgeng implib
17866 wine_fn_config_dll dbghelp enable_dbghelp implib
17867 wine_fn_config_dll dciman32 enable_dciman32 implib
17868 wine_fn_config_dll ddeml.dll16 enable_win16
17869 wine_fn_config_dll ddraw enable_ddraw clean,implib
17870 wine_fn_config_test dlls/ddraw/tests ddraw_test
17871 wine_fn_config_dll ddrawex enable_ddrawex clean
17872 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
17873 wine_fn_config_dll devenum enable_devenum clean
17874 wine_fn_config_test dlls/devenum/tests devenum_test
17875 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17876 wine_fn_config_dll difxapi enable_difxapi
17877 wine_fn_config_dll dinput enable_dinput clean,implib,staticimplib
17878 wine_fn_config_test dlls/dinput/tests dinput_test
17879 wine_fn_config_dll dinput8 enable_dinput8 clean,implib
17880 wine_fn_config_test dlls/dinput8/tests dinput8_test
17881 wine_fn_config_dll dispdib.dll16 enable_win16
17882 wine_fn_config_dll dispex enable_dispex clean
17883 wine_fn_config_test dlls/dispex/tests dispex_test
17884 wine_fn_config_dll display.drv16 enable_win16
17885 wine_fn_config_dll dmband enable_dmband clean
17886 wine_fn_config_test dlls/dmband/tests dmband_test
17887 wine_fn_config_dll dmcompos enable_dmcompos clean
17888 wine_fn_config_test dlls/dmcompos/tests dmcompos_test
17889 wine_fn_config_dll dmime enable_dmime clean
17890 wine_fn_config_test dlls/dmime/tests dmime_test
17891 wine_fn_config_dll dmloader enable_dmloader clean
17892 wine_fn_config_test dlls/dmloader/tests dmloader_test
17893 wine_fn_config_dll dmscript enable_dmscript clean
17894 wine_fn_config_test dlls/dmscript/tests dmscript_test
17895 wine_fn_config_dll dmstyle enable_dmstyle clean
17896 wine_fn_config_test dlls/dmstyle/tests dmstyle_test
17897 wine_fn_config_dll dmsynth enable_dmsynth clean
17898 wine_fn_config_test dlls/dmsynth/tests dmsynth_test
17899 wine_fn_config_dll dmusic enable_dmusic clean
17900 wine_fn_config_test dlls/dmusic/tests dmusic_test
17901 wine_fn_config_dll dmusic32 enable_dmusic32
17902 wine_fn_config_dll dnsapi enable_dnsapi implib
17903 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
17904 wine_fn_config_dll dplay enable_dplay
17905 wine_fn_config_dll dplayx enable_dplayx clean,implib
17906 wine_fn_config_test dlls/dplayx/tests dplayx_test
17907 wine_fn_config_dll dpnaddr enable_dpnaddr
17908 wine_fn_config_dll dpnet enable_dpnet clean,implib
17909 wine_fn_config_test dlls/dpnet/tests dpnet_test
17910 wine_fn_config_dll dpnhpast enable_dpnhpast
17911 wine_fn_config_dll dpnlobby enable_dpnlobby
17912 wine_fn_config_dll dpvoice enable_dpvoice clean
17913 wine_fn_config_test dlls/dpvoice/tests dpvoice_test
17914 wine_fn_config_dll dpwsockx enable_dpwsockx
17915 wine_fn_config_dll drmclien enable_drmclien
17916 wine_fn_config_dll dsound enable_dsound clean,implib
17917 wine_fn_config_test dlls/dsound/tests dsound_test
17918 wine_fn_config_dll dssenh enable_dssenh
17919 wine_fn_config_test dlls/dssenh/tests dssenh_test
17920 wine_fn_config_dll dswave enable_dswave clean
17921 wine_fn_config_test dlls/dswave/tests dswave_test
17922 wine_fn_config_dll dwmapi enable_dwmapi implib
17923 wine_fn_config_dll dwrite enable_dwrite implib
17924 wine_fn_config_test dlls/dwrite/tests dwrite_test
17925 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17926 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
17927 wine_fn_config_lib dxerr8
17928 wine_fn_config_lib dxerr9
17929 wine_fn_config_dll dxgi enable_dxgi implib
17930 wine_fn_config_test dlls/dxgi/tests dxgi_test
17931 wine_fn_config_lib dxguid
17932 wine_fn_config_dll dxva2 enable_dxva2
17933 wine_fn_config_dll esent enable_esent
17934 wine_fn_config_dll evr enable_evr
17935 wine_fn_config_dll explorerframe enable_explorerframe clean
17936 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
17937 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
17938 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
17939 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17940 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
17941 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
17942 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
17943 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
17944 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
17945 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
17946 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
17947 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
17948 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
17949 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
17950 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
17951 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
17952 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
17953 wine_fn_config_dll faultrep enable_faultrep implib
17954 wine_fn_config_test dlls/faultrep/tests faultrep_test
17955 wine_fn_config_dll fltlib enable_fltlib
17956 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17957 wine_fn_config_dll fntcache enable_fntcache
17958 wine_fn_config_dll fontsub enable_fontsub
17959 wine_fn_config_dll fusion enable_fusion
17960 wine_fn_config_test dlls/fusion/tests fusion_test
17961 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17962 wine_fn_config_dll gameux enable_gameux clean
17963 wine_fn_config_test dlls/gameux/tests gameux_test
17964 wine_fn_config_dll gdi.exe16 enable_win16
17965 wine_fn_config_dll gdi32 enable_gdi32 clean,implib
17966 wine_fn_config_test dlls/gdi32/tests gdi32_test
17967 wine_fn_config_dll gdiplus enable_gdiplus implib
17968 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
17969 wine_fn_config_dll glu32 enable_glu32 implib
17970 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17971 wine_fn_config_dll gpkcsp enable_gpkcsp
17972 wine_fn_config_dll hal enable_hal
17973 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean,implib htmlhelp
17974 wine_fn_config_dll hid enable_hid implib
17975 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17976 wine_fn_config_dll hlink enable_hlink clean,implib
17977 wine_fn_config_test dlls/hlink/tests hlink_test
17978 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17979 wine_fn_config_test dlls/hnetcfg/tests hnetcfg_test
17980 wine_fn_config_dll httpapi enable_httpapi
17981 wine_fn_config_dll iccvid enable_iccvid clean
17982 wine_fn_config_dll icmp enable_icmp
17983 wine_fn_config_dll ieframe enable_ieframe clean,implib
17984 wine_fn_config_test dlls/ieframe/tests ieframe_test
17985 wine_fn_config_dll ifsmgr.vxd enable_win16
17986 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17987 wine_fn_config_dll imagehlp enable_imagehlp implib
17988 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
17989 wine_fn_config_dll imm.dll16 enable_win16
17990 wine_fn_config_dll imm32 enable_imm32 implib
17991 wine_fn_config_test dlls/imm32/tests imm32_test
17992 wine_fn_config_dll inetcomm enable_inetcomm clean,implib
17993 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
17994 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17995 wine_fn_config_dll inetmib1 enable_inetmib1
17996 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
17997 wine_fn_config_dll infosoft enable_infosoft clean
17998 wine_fn_config_test dlls/infosoft/tests infosoft_test
17999 wine_fn_config_dll initpki enable_initpki
18000 wine_fn_config_dll inkobj enable_inkobj
18001 wine_fn_config_dll inseng enable_inseng clean
18002 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18003 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
18004 wine_fn_config_dll iprop enable_iprop
18005 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18006 wine_fn_config_dll itircl enable_itircl
18007 wine_fn_config_dll itss enable_itss clean
18008 wine_fn_config_test dlls/itss/tests itss_test
18009 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18010 wine_fn_config_dll jscript enable_jscript clean
18011 wine_fn_config_test dlls/jscript/tests jscript_test
18012 wine_fn_config_dll jsproxy enable_jsproxy implib
18013 wine_fn_config_test dlls/jsproxy/tests jsproxy_test
18014 wine_fn_config_dll kernel32 enable_kernel32 clean,implib
18015 wine_fn_config_test dlls/kernel32/tests kernel32_test
18016 wine_fn_config_dll kernelbase enable_kernelbase
18017 wine_fn_config_dll keyboard.drv16 enable_win16
18018 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18019 wine_fn_config_dll ksuser enable_ksuser
18020 wine_fn_config_dll ktmw32 enable_ktmw32
18021 wine_fn_config_dll loadperf enable_loadperf implib
18022 wine_fn_config_dll localspl enable_localspl clean
18023 wine_fn_config_test dlls/localspl/tests localspl_test
18024 wine_fn_config_dll localui enable_localui clean
18025 wine_fn_config_test dlls/localui/tests localui_test
18026 wine_fn_config_dll lz32 enable_lz32 implib
18027 wine_fn_config_test dlls/lz32/tests lz32_test
18028 wine_fn_config_dll lzexpand.dll16 enable_win16
18029 wine_fn_config_dll mapi32 enable_mapi32 clean,implib
18030 wine_fn_config_test dlls/mapi32/tests mapi32_test
18031 wine_fn_config_dll mapistub enable_mapistub
18032 wine_fn_config_dll mciavi32 enable_mciavi32
18033 wine_fn_config_dll mcicda enable_mcicda
18034 wine_fn_config_dll mciqtz32 enable_mciqtz32
18035 wine_fn_config_dll mciseq enable_mciseq
18036 wine_fn_config_dll mciwave enable_mciwave
18037 wine_fn_config_dll mf enable_mf
18038 wine_fn_config_dll mfplat enable_mfplat
18039 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18040 wine_fn_config_dll mgmtapi enable_mgmtapi
18041 wine_fn_config_dll midimap enable_midimap
18042 wine_fn_config_dll mlang enable_mlang clean,implib
18043 wine_fn_config_test dlls/mlang/tests mlang_test
18044 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18045 wine_fn_config_test dlls/mmcndmgr/tests mmcndmgr_test
18046 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18047 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
18048 wine_fn_config_dll mmdevldr.vxd enable_win16
18049 wine_fn_config_dll mmsystem.dll16 enable_win16
18050 wine_fn_config_dll monodebg.vxd enable_win16
18051 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18052 wine_fn_config_dll mouse.drv16 enable_win16
18053 wine_fn_config_dll mpr enable_mpr clean,implib
18054 wine_fn_config_test dlls/mpr/tests mpr_test
18055 wine_fn_config_dll mprapi enable_mprapi implib
18056 wine_fn_config_dll msacm.dll16 enable_win16
18057 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18058 wine_fn_config_dll msacm32 enable_msacm32 clean,implib
18059 wine_fn_config_test dlls/msacm32/tests msacm32_test
18060 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18061 wine_fn_config_dll msasn1 enable_msasn1 implib
18062 wine_fn_config_dll mscat32 enable_mscat32
18063 wine_fn_config_dll mscms enable_mscms implib
18064 wine_fn_config_test dlls/mscms/tests mscms_test
18065 wine_fn_config_dll mscoree enable_mscoree clean
18066 wine_fn_config_test dlls/mscoree/tests mscoree_test
18067 wine_fn_config_dll msctf enable_msctf clean
18068 wine_fn_config_test dlls/msctf/tests msctf_test
18069 wine_fn_config_dll msctfp enable_msctfp clean
18070 wine_fn_config_dll msdaps enable_msdaps clean
18071 wine_fn_config_dll msdelta enable_msdelta
18072 wine_fn_config_dll msdmo enable_msdmo implib
18073 wine_fn_config_test dlls/msdmo/tests msdmo_test
18074 wine_fn_config_dll msdrm enable_msdrm
18075 wine_fn_config_dll msftedit enable_msftedit
18076 wine_fn_config_dll msg711.acm enable_msg711_acm
18077 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18078 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18079 wine_fn_config_dll mshtml enable_mshtml clean,implib
18080 wine_fn_config_test dlls/mshtml/tests mshtml_test clean
18081 wine_fn_config_dll msi enable_msi clean,implib
18082 wine_fn_config_test dlls/msi/tests msi_test
18083 wine_fn_config_dll msident enable_msident clean
18084 wine_fn_config_dll msimg32 enable_msimg32 implib
18085 wine_fn_config_dll msimsg enable_msimsg
18086 wine_fn_config_dll msimtf enable_msimtf clean
18087 wine_fn_config_dll msisip enable_msisip
18088 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18089 wine_fn_config_dll msls31 enable_msls31
18090 wine_fn_config_dll msnet32 enable_msnet32
18091 wine_fn_config_dll mspatcha enable_mspatcha implib
18092 wine_fn_config_dll msports enable_msports
18093 wine_fn_config_dll msrle32 enable_msrle32 clean
18094 wine_fn_config_test dlls/msrle32/tests msrle32_test
18095 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18096 wine_fn_config_test dlls/msscript.ocx/tests msscript.ocx_test clean
18097 wine_fn_config_dll mssign32 enable_mssign32
18098 wine_fn_config_dll mssip32 enable_mssip32
18099 wine_fn_config_dll mstask enable_mstask clean
18100 wine_fn_config_test dlls/mstask/tests mstask_test
18101 wine_fn_config_dll msvcirt enable_msvcirt
18102 wine_fn_config_test dlls/msvcirt/tests msvcirt_test
18103 wine_fn_config_dll msvcm80 enable_msvcm80
18104 wine_fn_config_dll msvcm90 enable_msvcm90
18105 wine_fn_config_dll msvcp100 enable_msvcp100
18106 wine_fn_config_test dlls/msvcp100/tests msvcp100_test
18107 wine_fn_config_dll msvcp110 enable_msvcp110
18108 wine_fn_config_test dlls/msvcp110/tests msvcp110_test
18109 wine_fn_config_dll msvcp120 enable_msvcp120
18110 wine_fn_config_test dlls/msvcp120/tests msvcp120_test
18111 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18112 wine_fn_config_dll msvcp140 enable_msvcp140
18113 wine_fn_config_test dlls/msvcp140/tests msvcp140_test
18114 wine_fn_config_dll msvcp60 enable_msvcp60
18115 wine_fn_config_test dlls/msvcp60/tests msvcp60_test
18116 wine_fn_config_dll msvcp70 enable_msvcp70
18117 wine_fn_config_dll msvcp71 enable_msvcp71
18118 wine_fn_config_dll msvcp80 enable_msvcp80
18119 wine_fn_config_dll msvcp90 enable_msvcp90
18120 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
18121 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18122 wine_fn_config_test dlls/msvcr100/tests msvcr100_test
18123 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18124 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18125 wine_fn_config_test dlls/msvcr120/tests msvcr120_test
18126 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18127 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18128 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18129 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18130 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18131 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
18132 wine_fn_config_dll msvcrt enable_msvcrt implib
18133 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
18134 wine_fn_config_dll msvcrt20 enable_msvcrt20
18135 wine_fn_config_dll msvcrt40 enable_msvcrt40
18136 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18137 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
18138 wine_fn_config_dll msvfw32 enable_msvfw32 clean,implib
18139 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
18140 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18141 wine_fn_config_dll msvideo.dll16 enable_win16
18142 wine_fn_config_dll mswsock enable_mswsock implib
18143 wine_fn_config_dll msxml enable_msxml clean
18144 wine_fn_config_dll msxml2 enable_msxml2 clean
18145 wine_fn_config_dll msxml3 enable_msxml3 clean
18146 wine_fn_config_test dlls/msxml3/tests msxml3_test clean
18147 wine_fn_config_dll msxml4 enable_msxml4 clean
18148 wine_fn_config_dll msxml6 enable_msxml6 clean
18149 wine_fn_config_dll ncrypt enable_ncrypt
18150 wine_fn_config_dll nddeapi enable_nddeapi implib
18151 wine_fn_config_dll ndis.sys enable_ndis_sys
18152 wine_fn_config_dll netapi32 enable_netapi32 implib
18153 wine_fn_config_test dlls/netapi32/tests netapi32_test
18154 wine_fn_config_dll netcfgx enable_netcfgx clean
18155 wine_fn_config_test dlls/netcfgx/tests netcfgx_test
18156 wine_fn_config_dll netprofm enable_netprofm clean
18157 wine_fn_config_test dlls/netprofm/tests netprofm_test
18158 wine_fn_config_dll newdev enable_newdev implib
18159 wine_fn_config_dll normaliz enable_normaliz implib
18160 wine_fn_config_dll npmshtml enable_npmshtml
18161 wine_fn_config_dll npptools enable_npptools
18162 wine_fn_config_dll ntdll enable_ntdll implib
18163 wine_fn_config_test dlls/ntdll/tests ntdll_test
18164 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18165 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
18166 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18167 wine_fn_config_dll ntprint enable_ntprint
18168 wine_fn_config_test dlls/ntprint/tests ntprint_test
18169 wine_fn_config_dll objsel enable_objsel clean
18170 wine_fn_config_dll odbc32 enable_odbc32 implib
18171 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18172 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
18173 wine_fn_config_dll odbccu32 enable_odbccu32
18174 wine_fn_config_dll ole2.dll16 enable_win16
18175 wine_fn_config_dll ole2conv.dll16 enable_win16
18176 wine_fn_config_dll ole2disp.dll16 enable_win16
18177 wine_fn_config_dll ole2nls.dll16 enable_win16
18178 wine_fn_config_dll ole2prox.dll16 enable_win16
18179 wine_fn_config_dll ole2thk.dll16 enable_win16
18180 wine_fn_config_dll ole32 enable_ole32 clean,implib
18181 wine_fn_config_test dlls/ole32/tests ole32_test
18182 wine_fn_config_dll oleacc enable_oleacc clean,implib
18183 wine_fn_config_test dlls/oleacc/tests oleacc_test
18184 wine_fn_config_dll oleaut32 enable_oleaut32 clean,implib
18185 wine_fn_config_test dlls/oleaut32/tests oleaut32_test clean
18186 wine_fn_config_dll olecli.dll16 enable_win16
18187 wine_fn_config_dll olecli32 enable_olecli32 implib
18188 wine_fn_config_dll oledb32 enable_oledb32 clean
18189 wine_fn_config_test dlls/oledb32/tests oledb32_test clean
18190 wine_fn_config_dll oledlg enable_oledlg clean,implib
18191 wine_fn_config_test dlls/oledlg/tests oledlg_test
18192 wine_fn_config_dll olepro32 enable_olepro32 clean,implib
18193 wine_fn_config_dll olesvr.dll16 enable_win16
18194 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18195 wine_fn_config_dll olethk32 enable_olethk32
18196 wine_fn_config_dll openal32 enable_openal32
18197 wine_fn_config_dll opencl enable_opencl
18198 wine_fn_config_dll opengl32 enable_opengl32 implib
18199 wine_fn_config_test dlls/opengl32/tests opengl32_test
18200 wine_fn_config_dll packager enable_packager clean
18201 wine_fn_config_test dlls/packager/tests packager_test
18202 wine_fn_config_dll pdh enable_pdh implib
18203 wine_fn_config_test dlls/pdh/tests pdh_test
18204 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18205 wine_fn_config_dll pidgen enable_pidgen
18206 wine_fn_config_dll powrprof enable_powrprof implib
18207 wine_fn_config_dll printui enable_printui
18208 wine_fn_config_dll prntvpt enable_prntvpt
18209 wine_fn_config_dll propsys enable_propsys clean,implib
18210 wine_fn_config_test dlls/propsys/tests propsys_test
18211 wine_fn_config_dll psapi enable_psapi implib
18212 wine_fn_config_test dlls/psapi/tests psapi_test
18213 wine_fn_config_dll pstorec enable_pstorec clean
18214 wine_fn_config_dll qcap enable_qcap
18215 wine_fn_config_test dlls/qcap/tests qcap_test
18216 wine_fn_config_dll qedit enable_qedit clean
18217 wine_fn_config_test dlls/qedit/tests qedit_test
18218 wine_fn_config_dll qmgr enable_qmgr clean
18219 wine_fn_config_test dlls/qmgr/tests qmgr_test
18220 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18221 wine_fn_config_dll quartz enable_quartz clean,implib
18222 wine_fn_config_test dlls/quartz/tests quartz_test clean
18223 wine_fn_config_dll query enable_query
18224 wine_fn_config_dll rasapi16.dll16 enable_win16
18225 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18226 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
18227 wine_fn_config_dll rasdlg enable_rasdlg implib
18228 wine_fn_config_dll regapi enable_regapi
18229 wine_fn_config_dll resutils enable_resutils implib
18230 wine_fn_config_dll riched20 enable_riched20 clean,implib
18231 wine_fn_config_test dlls/riched20/tests riched20_test
18232 wine_fn_config_dll riched32 enable_riched32
18233 wine_fn_config_test dlls/riched32/tests riched32_test
18234 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean,implib
18235 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test clean
18236 wine_fn_config_dll rsabase enable_rsabase
18237 wine_fn_config_dll rsaenh enable_rsaenh implib
18238 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
18239 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18240 wine_fn_config_dll rtutils enable_rtutils implib
18241 wine_fn_config_dll samlib enable_samlib
18242 wine_fn_config_dll sane.ds enable_sane_ds clean
18243 wine_fn_config_dll scarddlg enable_scarddlg
18244 wine_fn_config_dll sccbase enable_sccbase
18245 wine_fn_config_dll schannel enable_schannel
18246 wine_fn_config_test dlls/schannel/tests schannel_test
18247 wine_fn_config_dll schedsvc enable_schedsvc clean
18248 wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
18249 wine_fn_config_dll scrrun enable_scrrun clean
18250 wine_fn_config_test dlls/scrrun/tests scrrun_test clean
18251 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18252 wine_fn_config_dll secur32 enable_secur32 implib
18253 wine_fn_config_test dlls/secur32/tests secur32_test
18254 wine_fn_config_dll security enable_security
18255 wine_fn_config_dll sensapi enable_sensapi implib
18256 wine_fn_config_dll serialui enable_serialui clean
18257 wine_fn_config_test dlls/serialui/tests serialui_test
18258 wine_fn_config_dll setupapi enable_setupapi clean,implib
18259 wine_fn_config_test dlls/setupapi/tests setupapi_test
18260 wine_fn_config_dll setupx.dll16 enable_win16
18261 wine_fn_config_dll sfc enable_sfc implib
18262 wine_fn_config_dll sfc_os enable_sfc_os implib
18263 wine_fn_config_dll shdoclc enable_shdoclc clean
18264 wine_fn_config_dll shdocvw enable_shdocvw clean,implib
18265 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
18266 wine_fn_config_dll shell.dll16 enable_win16
18267 wine_fn_config_dll shell32 enable_shell32 clean,implib
18268 wine_fn_config_test dlls/shell32/tests shell32_test
18269 wine_fn_config_dll shfolder enable_shfolder implib
18270 wine_fn_config_dll shlwapi enable_shlwapi clean,implib
18271 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
18272 wine_fn_config_dll slbcsp enable_slbcsp
18273 wine_fn_config_dll slc enable_slc implib
18274 wine_fn_config_test dlls/slc/tests slc_test
18275 wine_fn_config_dll snmpapi enable_snmpapi implib
18276 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
18277 wine_fn_config_dll softpub enable_softpub
18278 wine_fn_config_dll sound.drv16 enable_win16
18279 wine_fn_config_dll spoolss enable_spoolss implib
18280 wine_fn_config_test dlls/spoolss/tests spoolss_test
18281 wine_fn_config_dll sspicli enable_sspicli
18282 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18283 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18284 wine_fn_config_dll sti enable_sti clean,implib
18285 wine_fn_config_test dlls/sti/tests sti_test
18286 wine_fn_config_dll storage.dll16 enable_win16
18287 wine_fn_config_dll stress.dll16 enable_win16
18288 wine_fn_config_lib strmbase
18289 wine_fn_config_lib strmiids
18290 wine_fn_config_dll svrapi enable_svrapi
18291 wine_fn_config_dll sxs enable_sxs implib
18292 wine_fn_config_test dlls/sxs/tests sxs_test
18293 wine_fn_config_dll system.drv16 enable_win16
18294 wine_fn_config_dll t2embed enable_t2embed implib
18295 wine_fn_config_test dlls/t2embed/tests t2embed_test
18296 wine_fn_config_dll tapi32 enable_tapi32 implib
18297 wine_fn_config_dll taskschd enable_taskschd clean
18298 wine_fn_config_test dlls/taskschd/tests taskschd_test
18299 wine_fn_config_dll tdi.sys enable_tdi_sys
18300 wine_fn_config_dll toolhelp.dll16 enable_win16
18301 wine_fn_config_dll traffic enable_traffic
18302 wine_fn_config_dll twain.dll16 enable_win16
18303 wine_fn_config_dll twain_32 enable_twain_32
18304 wine_fn_config_test dlls/twain_32/tests twain_32_test
18305 wine_fn_config_dll typelib.dll16 enable_win16
18306 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18307 wine_fn_config_test dlls/ucrtbase/tests ucrtbase_test
18308 wine_fn_config_dll unicows enable_unicows implib
18309 wine_fn_config_dll updspapi enable_updspapi
18310 wine_fn_config_dll url enable_url implib
18311 wine_fn_config_dll urlmon enable_urlmon clean,implib
18312 wine_fn_config_test dlls/urlmon/tests urlmon_test
18313 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18314 wine_fn_config_dll user.exe16 enable_win16
18315 wine_fn_config_dll user32 enable_user32 clean,implib
18316 wine_fn_config_test dlls/user32/tests user32_test
18317 wine_fn_config_dll userenv enable_userenv implib
18318 wine_fn_config_test dlls/userenv/tests userenv_test
18319 wine_fn_config_dll usp10 enable_usp10 implib
18320 wine_fn_config_test dlls/usp10/tests usp10_test
18321 wine_fn_config_lib uuid
18322 wine_fn_config_dll uxtheme enable_uxtheme implib
18323 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
18324 wine_fn_config_dll vbscript enable_vbscript clean
18325 wine_fn_config_test dlls/vbscript/tests vbscript_test clean
18326 wine_fn_config_dll vcomp enable_vcomp
18327 wine_fn_config_test dlls/vcomp/tests vcomp_test
18328 wine_fn_config_dll vcomp100 enable_vcomp100
18329 wine_fn_config_dll vcomp110 enable_vcomp110
18330 wine_fn_config_dll vcomp120 enable_vcomp120
18331 wine_fn_config_dll vcomp140 enable_vcomp140
18332 wine_fn_config_dll vcomp90 enable_vcomp90
18333 wine_fn_config_dll vcruntime140 enable_vcruntime140
18334 wine_fn_config_dll vdhcp.vxd enable_win16
18335 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18336 wine_fn_config_dll ver.dll16 enable_win16
18337 wine_fn_config_dll version enable_version implib
18338 wine_fn_config_test dlls/version/tests version_test
18339 wine_fn_config_dll vmm.vxd enable_win16
18340 wine_fn_config_dll vnbt.vxd enable_win16
18341 wine_fn_config_dll vnetbios.vxd enable_win16
18342 wine_fn_config_dll vssapi enable_vssapi
18343 wine_fn_config_dll vtdapi.vxd enable_win16
18344 wine_fn_config_dll vwin32.vxd enable_win16
18345 wine_fn_config_dll w32skrnl enable_win16
18346 wine_fn_config_dll w32sys.dll16 enable_win16
18347 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18348 wine_fn_config_test dlls/wbemdisp/tests wbemdisp_test
18349 wine_fn_config_dll wbemprox enable_wbemprox clean
18350 wine_fn_config_test dlls/wbemprox/tests wbemprox_test
18351 wine_fn_config_dll webservices enable_webservices implib
18352 wine_fn_config_test dlls/webservices/tests webservices_test
18353 wine_fn_config_dll wer enable_wer implib
18354 wine_fn_config_test dlls/wer/tests wer_test
18355 wine_fn_config_dll wevtapi enable_wevtapi
18356 wine_fn_config_dll wiaservc enable_wiaservc clean
18357 wine_fn_config_test dlls/wiaservc/tests wiaservc_test
18358 wine_fn_config_dll wimgapi enable_wimgapi
18359 wine_fn_config_dll win32s16.dll16 enable_win16
18360 wine_fn_config_dll win87em.dll16 enable_win16
18361 wine_fn_config_dll winaspi.dll16 enable_win16
18362 wine_fn_config_dll windebug.dll16 enable_win16
18363 wine_fn_config_dll windowscodecs enable_windowscodecs clean,implib
18364 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
18365 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18366 wine_fn_config_test dlls/windowscodecsext/tests windowscodecsext_test
18367 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18368 wine_fn_config_dll winebus.sys enable_winebus_sys
18369 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18370 wine_fn_config_lib winecrt0
18371 wine_fn_config_dll wined3d enable_wined3d implib
18372 wine_fn_config_dll winegstreamer enable_winegstreamer
18373 wine_fn_config_dll winehid.sys enable_winehid_sys
18374 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18375 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18376 wine_fn_config_dll winemapi enable_winemapi
18377 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18378 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18379 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18380 wine_fn_config_dll wineps16.drv16 enable_win16
18381 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18382 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18383 wine_fn_config_dll winex11.drv enable_winex11_drv
18384 wine_fn_config_dll wing.dll16 enable_win16
18385 wine_fn_config_dll wing32 enable_wing32
18386 wine_fn_config_dll winhttp enable_winhttp clean,implib
18387 wine_fn_config_test dlls/winhttp/tests winhttp_test
18388 wine_fn_config_dll wininet enable_wininet clean,implib
18389 wine_fn_config_test dlls/wininet/tests wininet_test
18390 wine_fn_config_dll winmm enable_winmm clean,implib
18391 wine_fn_config_test dlls/winmm/tests winmm_test
18392 wine_fn_config_dll winnls.dll16 enable_win16
18393 wine_fn_config_dll winnls32 enable_winnls32 implib
18394 wine_fn_config_dll winscard enable_winscard implib
18395 wine_fn_config_dll winsock.dll16 enable_win16
18396 wine_fn_config_dll winspool.drv enable_winspool_drv clean,implib winspool
18397 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
18398 wine_fn_config_dll winsta enable_winsta
18399 wine_fn_config_dll wintab.dll16 enable_win16
18400 wine_fn_config_dll wintab32 enable_wintab32 implib
18401 wine_fn_config_test dlls/wintab32/tests wintab32_test
18402 wine_fn_config_dll wintrust enable_wintrust implib
18403 wine_fn_config_test dlls/wintrust/tests wintrust_test
18404 wine_fn_config_dll wlanapi enable_wlanapi
18405 wine_fn_config_dll wldap32 enable_wldap32 clean,implib
18406 wine_fn_config_test dlls/wldap32/tests wldap32_test
18407 wine_fn_config_dll wmasf enable_wmasf
18408 wine_fn_config_dll wmi enable_wmi
18409 wine_fn_config_dll wmiutils enable_wmiutils clean
18410 wine_fn_config_test dlls/wmiutils/tests wmiutils_test
18411 wine_fn_config_dll wmp enable_wmp clean
18412 wine_fn_config_test dlls/wmp/tests wmp_test
18413 wine_fn_config_dll wmvcore enable_wmvcore
18414 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18415 wine_fn_config_dll wow32 enable_win16 implib
18416 wine_fn_config_dll wpc enable_wpc clean
18417 wine_fn_config_test dlls/wpc/tests wpc_test
18418 wine_fn_config_dll wpcap enable_wpcap
18419 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18420 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
18421 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18422 wine_fn_config_test dlls/wshom.ocx/tests wshom.ocx_test clean
18423 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18424 wine_fn_config_test dlls/wsnmp32/tests wsnmp32_test
18425 wine_fn_config_dll wsock32 enable_wsock32 implib
18426 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18427 wine_fn_config_test dlls/wtsapi32/tests wtsapi32_test
18428 wine_fn_config_dll wuapi enable_wuapi clean
18429 wine_fn_config_dll wuaueng enable_wuaueng
18430 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18431 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18432 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18433 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18434 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18435 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18436 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18437 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18438 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18439 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18440 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18441 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18442 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18443 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18444 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18445 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18446 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18447 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18448 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18449 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18450 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18451 wine_fn_config_test dlls/xaudio2_7/tests xaudio2_7_test
18452 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18453 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18454 wine_fn_config_dll xinput1_1 enable_xinput1_1
18455 wine_fn_config_dll xinput1_2 enable_xinput1_2
18456 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18457 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
18458 wine_fn_config_dll xinput1_4 enable_xinput1_4
18459 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18460 wine_fn_config_dll xmllite enable_xmllite implib
18461 wine_fn_config_test dlls/xmllite/tests xmllite_test
18462 wine_fn_config_dll xolehlp enable_xolehlp
18463 wine_fn_config_dll xpsprint enable_xpsprint
18464 wine_fn_config_dll xpssvcs enable_xpssvcs
18465 wine_fn_config_makefile fonts enable_fonts clean,install-lib
18466 wine_fn_config_makefile include enable_include clean,install-dev
18467 wine_fn_config_makefile libs/port enable_libs_port
18468 wine_fn_config_makefile libs/wine enable_libs_wine clean,implib,install-dev,install-lib
18469 wine_fn_config_makefile libs/wpp enable_libs_wpp
18470 wine_fn_config_makefile loader enable_loader clean,install-lib
18471 wine_fn_config_makefile po enable_po clean
18472 wine_fn_config_program arp enable_arp install
18473 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
18474 wine_fn_config_program attrib enable_attrib clean,install
18475 wine_fn_config_program cabarc enable_cabarc install
18476 wine_fn_config_program cacls enable_cacls install
18477 wine_fn_config_program clock enable_clock clean,install
18478 wine_fn_config_program cmd enable_cmd clean,install
18479 wine_fn_config_test programs/cmd/tests cmd.exe_test
18480 wine_fn_config_program conhost enable_conhost install
18481 wine_fn_config_program control enable_control install
18482 wine_fn_config_program cscript enable_cscript clean,install
18483 wine_fn_config_program dpnsvr enable_dpnsvr install
18484 wine_fn_config_program dxdiag enable_dxdiag clean,install
18485 wine_fn_config_program eject enable_eject install
18486 wine_fn_config_program expand enable_expand install
18487 wine_fn_config_program explorer enable_explorer clean,install
18488 wine_fn_config_program extrac32 enable_extrac32 install
18489 wine_fn_config_program findstr enable_findstr install
18490 wine_fn_config_program fsutil enable_fsutil install
18491 wine_fn_config_program hh enable_hh install
18492 wine_fn_config_program hostname enable_hostname clean,install
18493 wine_fn_config_program icacls enable_icacls install
18494 wine_fn_config_program icinfo enable_icinfo install
18495 wine_fn_config_program iexplore enable_iexplore install
18496 wine_fn_config_program ipconfig enable_ipconfig clean,install
18497 wine_fn_config_program lodctr enable_lodctr install
18498 wine_fn_config_program mofcomp enable_mofcomp install
18499 wine_fn_config_program mshta enable_mshta install
18500 wine_fn_config_program msiexec enable_msiexec install,installbin,manpage
18501 wine_fn_config_program msinfo32 enable_msinfo32 clean,install
18502 wine_fn_config_program net enable_net clean,install
18503 wine_fn_config_program netsh enable_netsh install
18504 wine_fn_config_program netstat enable_netstat clean,install
18505 wine_fn_config_program ngen enable_ngen install
18506 wine_fn_config_program notepad enable_notepad clean,install,installbin,manpage
18507 wine_fn_config_program oleview enable_oleview clean,install
18508 wine_fn_config_program ping enable_ping install
18509 wine_fn_config_program plugplay enable_plugplay install
18510 wine_fn_config_program presentationfontcache enable_presentationfontcache install
18511 wine_fn_config_program progman enable_progman clean,install
18512 wine_fn_config_program reg enable_reg clean,install
18513 wine_fn_config_test programs/reg/tests reg.exe_test
18514 wine_fn_config_program regasm enable_regasm install
18515 wine_fn_config_program regedit enable_regedit clean,install,installbin,manpage
18516 wine_fn_config_test programs/regedit/tests regedit.exe_test
18517 wine_fn_config_program regsvcs enable_regsvcs install
18518 wine_fn_config_program regsvr32 enable_regsvr32 clean,install,installbin,manpage
18519 wine_fn_config_program rpcss enable_rpcss clean,install
18520 wine_fn_config_program rundll.exe16 enable_win16 install
18521 wine_fn_config_program rundll32 enable_rundll32 install
18522 wine_fn_config_program sc enable_sc install
18523 wine_fn_config_program schtasks enable_schtasks install
18524 wine_fn_config_program sdbinst enable_sdbinst install
18525 wine_fn_config_program secedit enable_secedit install
18526 wine_fn_config_program servicemodelreg enable_servicemodelreg install
18527 wine_fn_config_program services enable_services clean,install
18528 wine_fn_config_test programs/services/tests services.exe_test
18529 wine_fn_config_program shutdown enable_shutdown install
18530 wine_fn_config_program spoolsv enable_spoolsv install
18531 wine_fn_config_program start enable_start clean,install
18532 wine_fn_config_program subst enable_subst install
18533 wine_fn_config_program svchost enable_svchost install
18534 wine_fn_config_program systeminfo enable_systeminfo install
18535 wine_fn_config_program taskkill enable_taskkill clean,install
18536 wine_fn_config_program tasklist enable_tasklist install
18537 wine_fn_config_program taskmgr enable_taskmgr clean,install
18538 wine_fn_config_program termsv enable_termsv install
18539 wine_fn_config_program uninstaller enable_uninstaller clean,install
18540 wine_fn_config_program unlodctr enable_unlodctr install
18541 wine_fn_config_program view enable_view clean,install
18542 wine_fn_config_program wevtutil enable_wevtutil install
18543 wine_fn_config_program wineboot enable_wineboot clean,install,installbin,manpage
18544 wine_fn_config_program winebrowser enable_winebrowser install
18545 wine_fn_config_program winecfg enable_winecfg clean,install,installbin,manpage
18546 wine_fn_config_program wineconsole enable_wineconsole clean,install,installbin,manpage
18547 wine_fn_config_program winedbg enable_winedbg clean,install,installbin,manpage
18548 wine_fn_config_program winedevice enable_winedevice install
18549 wine_fn_config_program winefile enable_winefile clean,install,installbin,manpage
18550 wine_fn_config_program winemenubuilder enable_winemenubuilder install
18551 wine_fn_config_program winemine enable_winemine clean,install,installbin,manpage
18552 wine_fn_config_program winemsibuilder enable_winemsibuilder install
18553 wine_fn_config_program winepath enable_winepath install,installbin,manpage
18554 wine_fn_config_program winetest enable_winetest clean
18555 wine_fn_config_program winevdm enable_win16 install
18556 wine_fn_config_program winhelp.exe16 enable_win16 install
18557 wine_fn_config_program winhlp32 enable_winhlp32 clean,install
18558 wine_fn_config_program winoldap.mod16 enable_win16 install
18559 wine_fn_config_program winver enable_winver install
18560 wine_fn_config_program wmic enable_wmic clean,install
18561 wine_fn_config_program wmplayer enable_wmplayer install
18562 wine_fn_config_program wordpad enable_wordpad clean,install
18563 wine_fn_config_program write enable_write clean,install
18564 wine_fn_config_program wscript enable_wscript clean,install
18565 wine_fn_config_test programs/wscript/tests wscript.exe_test
18566 wine_fn_config_program wusa enable_wusa install
18567 wine_fn_config_program xcopy enable_xcopy clean,install
18568 wine_fn_config_test programs/xcopy/tests xcopy.exe_test
18569 wine_fn_config_makefile server enable_server clean,install-lib
18570 wine_fn_config_tool tools clean
18571 wine_fn_config_tool tools/sfnt2fon clean
18572 wine_fn_config_tool tools/widl clean,install-dev
18573 wine_fn_config_tool tools/winebuild clean,install-dev
18574 wine_fn_config_tool tools/winedump clean,install-dev
18575 wine_fn_config_tool tools/winegcc clean,install-dev
18576 wine_fn_config_tool tools/winemaker clean,install-dev
18577 wine_fn_config_tool tools/wmc clean,install-dev
18578 wine_fn_config_tool tools/wrc clean,install-dev
18581 wine_fn_append_file CONFIGURE_TARGETS "TAGS"
18582 wine_fn_append_file CONFIGURE_TARGETS "tags"
18583 wine_fn_append_file CONFIGURE_TARGETS "autom4te.cache"
18584 wine_fn_append_file CONFIGURE_TARGETS "config.log"
18585 wine_fn_append_file CONFIGURE_TARGETS "config.status"
18586 wine_fn_append_file CONFIGURE_TARGETS "include/config.h"
18587 wine_fn_append_file CONFIGURE_TARGETS "include/stamp-h"
18588 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS "loader/wine"
18590 if test "x$enable_tools" != xno
18591 then
18592 wine_fn_append_file CONFIGURE_TARGETS "tools/makedep$ac_exeext"
18593 ac_config_commands="$ac_config_commands tools/makedep"
18597 ac_config_commands="$ac_config_commands Makefile"
18600 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
18604 if test "x$enable_maintainer_mode" = xyes
18605 then
18606 wine_fn_append_rule "configure: configure.ac aclocal.m4
18607 autoconf --warnings=all
18608 include/config.h.in: include/stamp-h.in
18609 include/stamp-h.in: configure.ac aclocal.m4
18610 autoheader --warnings=all
18611 @echo timestamp > \$@"
18614 if test "x$enable_tools" != xno
18615 then
18616 wine_fn_append_rule "tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18617 @./config.status tools/makedep
18618 Makefile: tools/makedep$ac_exeext"
18619 else
18620 wine_fn_append_rule "\$(MAKEDEP):
18621 @echo \"You need to run make in $TOOLSDIR first\" && false"
18624 if test -n "$with_wine64"
18625 then
18626 wine_fn_append_rule "all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18627 fonts server:
18628 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18629 $with_wine64/loader/wine:
18630 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18631 $with_wine64/loader/wine-preloader:
18632 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18633 clean::
18634 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18635 else
18636 WINELOADER_INSTALL="wine.inf"
18638 wine_fn_append_rule "install install-lib::
18639 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18640 uninstall::
18641 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18642 case $host_os in
18643 cygwin*|mingw32*|darwin*|macosx*|linux-android*) ;;
18644 *) wine_fn_append_rule "install install-lib::
18645 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18646 uninstall::
18647 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18648 esac
18651 $as_echo " done" >&6
18652 cat >confcache <<\_ACEOF
18653 # This file is a shell script that caches the results of configure
18654 # tests run on this system so they can be shared between configure
18655 # scripts and configure runs, see configure's option --config-cache.
18656 # It is not useful on other systems. If it contains results you don't
18657 # want to keep, you may remove or edit it.
18659 # config.status only pays attention to the cache file if you give it
18660 # the --recheck option to rerun configure.
18662 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18663 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18664 # following values.
18666 _ACEOF
18668 # The following way of writing the cache mishandles newlines in values,
18669 # but we know of no workaround that is simple, portable, and efficient.
18670 # So, we kill variables containing newlines.
18671 # Ultrix sh set writes to stderr and can't be redirected directly,
18672 # and sets the high bit in the cache file unless we assign to the vars.
18674 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18675 eval ac_val=\$$ac_var
18676 case $ac_val in #(
18677 *${as_nl}*)
18678 case $ac_var in #(
18679 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18680 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18681 esac
18682 case $ac_var in #(
18683 _ | IFS | as_nl) ;; #(
18684 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18685 *) { eval $ac_var=; unset $ac_var;} ;;
18686 esac ;;
18687 esac
18688 done
18690 (set) 2>&1 |
18691 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18692 *${as_nl}ac_space=\ *)
18693 # `set' does not quote correctly, so add quotes: double-quote
18694 # substitution turns \\\\ into \\, and sed turns \\ into \.
18695 sed -n \
18696 "s/'/'\\\\''/g;
18697 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18698 ;; #(
18700 # `set' quotes correctly as required by POSIX, so do not add quotes.
18701 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18703 esac |
18704 sort
18706 sed '
18707 /^ac_cv_env_/b end
18708 t clear
18709 :clear
18710 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18711 t end
18712 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18713 :end' >>confcache
18714 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18715 if test -w "$cache_file"; then
18716 if test "x$cache_file" != "x/dev/null"; then
18717 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18718 $as_echo "$as_me: updating cache $cache_file" >&6;}
18719 if test ! -f "$cache_file" || test -h "$cache_file"; then
18720 cat confcache >"$cache_file"
18721 else
18722 case $cache_file in #(
18723 */* | ?:*)
18724 mv -f confcache "$cache_file"$$ &&
18725 mv -f "$cache_file"$$ "$cache_file" ;; #(
18727 mv -f confcache "$cache_file" ;;
18728 esac
18731 else
18732 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18733 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18736 rm -f confcache
18738 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18739 # Let make expand exec_prefix.
18740 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18742 DEFS=-DHAVE_CONFIG_H
18744 ac_libobjs=
18745 ac_ltlibobjs=
18747 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18748 # 1. Remove the extension, and $U if already installed.
18749 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18750 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18751 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18752 # will be set to the directory where LIBOBJS objects are built.
18753 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18754 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18755 done
18756 LIBOBJS=$ac_libobjs
18758 LTLIBOBJS=$ac_ltlibobjs
18762 : "${CONFIG_STATUS=./config.status}"
18763 ac_write_fail=0
18764 ac_clean_files_save=$ac_clean_files
18765 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18766 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18767 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18768 as_write_fail=0
18769 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18770 #! $SHELL
18771 # Generated by $as_me.
18772 # Run this file to recreate the current configuration.
18773 # Compiler output produced by configure, useful for debugging
18774 # configure, is in config.log if it exists.
18776 debug=false
18777 ac_cs_recheck=false
18778 ac_cs_silent=false
18780 SHELL=\${CONFIG_SHELL-$SHELL}
18781 export SHELL
18782 _ASEOF
18783 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18784 ## -------------------- ##
18785 ## M4sh Initialization. ##
18786 ## -------------------- ##
18788 # Be more Bourne compatible
18789 DUALCASE=1; export DUALCASE # for MKS sh
18790 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18791 emulate sh
18792 NULLCMD=:
18793 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18794 # is contrary to our usage. Disable this feature.
18795 alias -g '${1+"$@"}'='"$@"'
18796 setopt NO_GLOB_SUBST
18797 else
18798 case `(set -o) 2>/dev/null` in #(
18799 *posix*) :
18800 set -o posix ;; #(
18801 *) :
18803 esac
18807 as_nl='
18809 export as_nl
18810 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18811 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18812 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18813 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18814 # Prefer a ksh shell builtin over an external printf program on Solaris,
18815 # but without wasting forks for bash or zsh.
18816 if test -z "$BASH_VERSION$ZSH_VERSION" \
18817 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18818 as_echo='print -r --'
18819 as_echo_n='print -rn --'
18820 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18821 as_echo='printf %s\n'
18822 as_echo_n='printf %s'
18823 else
18824 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18825 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18826 as_echo_n='/usr/ucb/echo -n'
18827 else
18828 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18829 as_echo_n_body='eval
18830 arg=$1;
18831 case $arg in #(
18832 *"$as_nl"*)
18833 expr "X$arg" : "X\\(.*\\)$as_nl";
18834 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18835 esac;
18836 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18838 export as_echo_n_body
18839 as_echo_n='sh -c $as_echo_n_body as_echo'
18841 export as_echo_body
18842 as_echo='sh -c $as_echo_body as_echo'
18845 # The user is always right.
18846 if test "${PATH_SEPARATOR+set}" != set; then
18847 PATH_SEPARATOR=:
18848 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18849 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18850 PATH_SEPARATOR=';'
18855 # IFS
18856 # We need space, tab and new line, in precisely that order. Quoting is
18857 # there to prevent editors from complaining about space-tab.
18858 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18859 # splitting by setting IFS to empty value.)
18860 IFS=" "" $as_nl"
18862 # Find who we are. Look in the path if we contain no directory separator.
18863 as_myself=
18864 case $0 in #((
18865 *[\\/]* ) as_myself=$0 ;;
18866 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18867 for as_dir in $PATH
18869 IFS=$as_save_IFS
18870 test -z "$as_dir" && as_dir=.
18871 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18872 done
18873 IFS=$as_save_IFS
18876 esac
18877 # We did not find ourselves, most probably we were run as `sh COMMAND'
18878 # in which case we are not to be found in the path.
18879 if test "x$as_myself" = x; then
18880 as_myself=$0
18882 if test ! -f "$as_myself"; then
18883 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18884 exit 1
18887 # Unset variables that we do not need and which cause bugs (e.g. in
18888 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18889 # suppresses any "Segmentation fault" message there. '((' could
18890 # trigger a bug in pdksh 5.2.14.
18891 for as_var in BASH_ENV ENV MAIL MAILPATH
18892 do eval test x\${$as_var+set} = xset \
18893 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18894 done
18895 PS1='$ '
18896 PS2='> '
18897 PS4='+ '
18899 # NLS nuisances.
18900 LC_ALL=C
18901 export LC_ALL
18902 LANGUAGE=C
18903 export LANGUAGE
18905 # CDPATH.
18906 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18909 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18910 # ----------------------------------------
18911 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18912 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18913 # script with STATUS, using 1 if that was 0.
18914 as_fn_error ()
18916 as_status=$1; test $as_status -eq 0 && as_status=1
18917 if test "$4"; then
18918 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18919 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18921 $as_echo "$as_me: error: $2" >&2
18922 as_fn_exit $as_status
18923 } # as_fn_error
18926 # as_fn_set_status STATUS
18927 # -----------------------
18928 # Set $? to STATUS, without forking.
18929 as_fn_set_status ()
18931 return $1
18932 } # as_fn_set_status
18934 # as_fn_exit STATUS
18935 # -----------------
18936 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18937 as_fn_exit ()
18939 set +e
18940 as_fn_set_status $1
18941 exit $1
18942 } # as_fn_exit
18944 # as_fn_unset VAR
18945 # ---------------
18946 # Portably unset VAR.
18947 as_fn_unset ()
18949 { eval $1=; unset $1;}
18951 as_unset=as_fn_unset
18952 # as_fn_append VAR VALUE
18953 # ----------------------
18954 # Append the text in VALUE to the end of the definition contained in VAR. Take
18955 # advantage of any shell optimizations that allow amortized linear growth over
18956 # repeated appends, instead of the typical quadratic growth present in naive
18957 # implementations.
18958 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18959 eval 'as_fn_append ()
18961 eval $1+=\$2
18963 else
18964 as_fn_append ()
18966 eval $1=\$$1\$2
18968 fi # as_fn_append
18970 # as_fn_arith ARG...
18971 # ------------------
18972 # Perform arithmetic evaluation on the ARGs, and store the result in the
18973 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18974 # must be portable across $(()) and expr.
18975 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18976 eval 'as_fn_arith ()
18978 as_val=$(( $* ))
18980 else
18981 as_fn_arith ()
18983 as_val=`expr "$@" || test $? -eq 1`
18985 fi # as_fn_arith
18988 if expr a : '\(a\)' >/dev/null 2>&1 &&
18989 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18990 as_expr=expr
18991 else
18992 as_expr=false
18995 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18996 as_basename=basename
18997 else
18998 as_basename=false
19001 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19002 as_dirname=dirname
19003 else
19004 as_dirname=false
19007 as_me=`$as_basename -- "$0" ||
19008 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19009 X"$0" : 'X\(//\)$' \| \
19010 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19011 $as_echo X/"$0" |
19012 sed '/^.*\/\([^/][^/]*\)\/*$/{
19013 s//\1/
19016 /^X\/\(\/\/\)$/{
19017 s//\1/
19020 /^X\/\(\/\).*/{
19021 s//\1/
19024 s/.*/./; q'`
19026 # Avoid depending upon Character Ranges.
19027 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
19028 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19029 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
19030 as_cr_digits='0123456789'
19031 as_cr_alnum=$as_cr_Letters$as_cr_digits
19033 ECHO_C= ECHO_N= ECHO_T=
19034 case `echo -n x` in #(((((
19035 -n*)
19036 case `echo 'xy\c'` in
19037 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19038 xy) ECHO_C='\c';;
19039 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
19040 ECHO_T=' ';;
19041 esac;;
19043 ECHO_N='-n';;
19044 esac
19046 rm -f conf$$ conf$$.exe conf$$.file
19047 if test -d conf$$.dir; then
19048 rm -f conf$$.dir/conf$$.file
19049 else
19050 rm -f conf$$.dir
19051 mkdir conf$$.dir 2>/dev/null
19053 if (echo >conf$$.file) 2>/dev/null; then
19054 if ln -s conf$$.file conf$$ 2>/dev/null; then
19055 as_ln_s='ln -s'
19056 # ... but there are two gotchas:
19057 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19058 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19059 # In both cases, we have to default to `cp -pR'.
19060 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19061 as_ln_s='cp -pR'
19062 elif ln conf$$.file conf$$ 2>/dev/null; then
19063 as_ln_s=ln
19064 else
19065 as_ln_s='cp -pR'
19067 else
19068 as_ln_s='cp -pR'
19070 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19071 rmdir conf$$.dir 2>/dev/null
19074 # as_fn_mkdir_p
19075 # -------------
19076 # Create "$as_dir" as a directory, including parents if necessary.
19077 as_fn_mkdir_p ()
19080 case $as_dir in #(
19081 -*) as_dir=./$as_dir;;
19082 esac
19083 test -d "$as_dir" || eval $as_mkdir_p || {
19084 as_dirs=
19085 while :; do
19086 case $as_dir in #(
19087 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19088 *) as_qdir=$as_dir;;
19089 esac
19090 as_dirs="'$as_qdir' $as_dirs"
19091 as_dir=`$as_dirname -- "$as_dir" ||
19092 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19093 X"$as_dir" : 'X\(//\)[^/]' \| \
19094 X"$as_dir" : 'X\(//\)$' \| \
19095 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19096 $as_echo X"$as_dir" |
19097 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19098 s//\1/
19101 /^X\(\/\/\)[^/].*/{
19102 s//\1/
19105 /^X\(\/\/\)$/{
19106 s//\1/
19109 /^X\(\/\).*/{
19110 s//\1/
19113 s/.*/./; q'`
19114 test -d "$as_dir" && break
19115 done
19116 test -z "$as_dirs" || eval "mkdir $as_dirs"
19117 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
19120 } # as_fn_mkdir_p
19121 if mkdir -p . 2>/dev/null; then
19122 as_mkdir_p='mkdir -p "$as_dir"'
19123 else
19124 test -d ./-p && rmdir ./-p
19125 as_mkdir_p=false
19129 # as_fn_executable_p FILE
19130 # -----------------------
19131 # Test if FILE is an executable regular file.
19132 as_fn_executable_p ()
19134 test -f "$1" && test -x "$1"
19135 } # as_fn_executable_p
19136 as_test_x='test -x'
19137 as_executable_p=as_fn_executable_p
19139 # Sed expression to map a string onto a valid CPP name.
19140 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19142 # Sed expression to map a string onto a valid variable name.
19143 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19146 exec 6>&1
19147 ## ----------------------------------- ##
19148 ## Main body of $CONFIG_STATUS script. ##
19149 ## ----------------------------------- ##
19150 _ASEOF
19151 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
19153 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19154 # Save the log message, to keep $0 and so on meaningful, and to
19155 # report actual input values of CONFIG_FILES etc. instead of their
19156 # values after options handling.
19157 ac_log="
19158 This file was extended by Wine $as_me 1.9.22, which was
19159 generated by GNU Autoconf 2.69. Invocation command line was
19161 CONFIG_FILES = $CONFIG_FILES
19162 CONFIG_HEADERS = $CONFIG_HEADERS
19163 CONFIG_LINKS = $CONFIG_LINKS
19164 CONFIG_COMMANDS = $CONFIG_COMMANDS
19165 $ $0 $@
19167 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19170 _ACEOF
19172 case $ac_config_files in *"
19173 "*) set x $ac_config_files; shift; ac_config_files=$*;;
19174 esac
19176 case $ac_config_headers in *"
19177 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19178 esac
19181 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19182 # Files that config.status was made for.
19183 config_files="$ac_config_files"
19184 config_headers="$ac_config_headers"
19185 config_links="$ac_config_links"
19186 config_commands="$ac_config_commands"
19188 _ACEOF
19190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19191 ac_cs_usage="\
19192 \`$as_me' instantiates files and other configuration actions
19193 from templates according to the current configuration. Unless the files
19194 and actions are specified as TAGs, all are instantiated by default.
19196 Usage: $0 [OPTION]... [TAG]...
19198 -h, --help print this help, then exit
19199 -V, --version print version number and configuration settings, then exit
19200 --config print configuration, then exit
19201 -q, --quiet, --silent
19202 do not print progress messages
19203 -d, --debug don't remove temporary files
19204 --recheck update $as_me by reconfiguring in the same conditions
19205 --file=FILE[:TEMPLATE]
19206 instantiate the configuration file FILE
19207 --header=FILE[:TEMPLATE]
19208 instantiate the configuration header FILE
19210 Configuration files:
19211 $config_files
19213 Configuration headers:
19214 $config_headers
19216 Configuration links:
19217 $config_links
19219 Configuration commands:
19220 $config_commands
19222 Report bugs to <wine-devel@winehq.org>.
19223 Wine home page: <http://www.winehq.org>."
19225 _ACEOF
19226 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19227 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19228 ac_cs_version="\\
19229 Wine config.status 1.9.22
19230 configured by $0, generated by GNU Autoconf 2.69,
19231 with options \\"\$ac_cs_config\\"
19233 Copyright (C) 2012 Free Software Foundation, Inc.
19234 This config.status script is free software; the Free Software Foundation
19235 gives unlimited permission to copy, distribute and modify it."
19237 ac_pwd='$ac_pwd'
19238 srcdir='$srcdir'
19239 test -n "\$AWK" || AWK=awk
19240 _ACEOF
19242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19243 # The default lists apply if the user does not specify any file.
19244 ac_need_defaults=:
19245 while test $# != 0
19247 case $1 in
19248 --*=?*)
19249 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19250 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19251 ac_shift=:
19253 --*=)
19254 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19255 ac_optarg=
19256 ac_shift=:
19259 ac_option=$1
19260 ac_optarg=$2
19261 ac_shift=shift
19263 esac
19265 case $ac_option in
19266 # Handling of the options.
19267 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19268 ac_cs_recheck=: ;;
19269 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19270 $as_echo "$ac_cs_version"; exit ;;
19271 --config | --confi | --conf | --con | --co | --c )
19272 $as_echo "$ac_cs_config"; exit ;;
19273 --debug | --debu | --deb | --de | --d | -d )
19274 debug=: ;;
19275 --file | --fil | --fi | --f )
19276 $ac_shift
19277 case $ac_optarg in
19278 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19279 '') as_fn_error $? "missing file argument" ;;
19280 esac
19281 as_fn_append CONFIG_FILES " '$ac_optarg'"
19282 ac_need_defaults=false;;
19283 --header | --heade | --head | --hea )
19284 $ac_shift
19285 case $ac_optarg in
19286 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19287 esac
19288 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
19289 ac_need_defaults=false;;
19290 --he | --h)
19291 # Conflict between --help and --header
19292 as_fn_error $? "ambiguous option: \`$1'
19293 Try \`$0 --help' for more information.";;
19294 --help | --hel | -h )
19295 $as_echo "$ac_cs_usage"; exit ;;
19296 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19297 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19298 ac_cs_silent=: ;;
19300 # This is an error.
19301 -*) as_fn_error $? "unrecognized option: \`$1'
19302 Try \`$0 --help' for more information." ;;
19304 *) as_fn_append ac_config_targets " $1"
19305 ac_need_defaults=false ;;
19307 esac
19308 shift
19309 done
19311 ac_configure_extra_args=
19313 if $ac_cs_silent; then
19314 exec 6>/dev/null
19315 ac_configure_extra_args="$ac_configure_extra_args --silent"
19318 _ACEOF
19319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19320 if \$ac_cs_recheck; then
19321 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19322 shift
19323 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19324 CONFIG_SHELL='$SHELL'
19325 export CONFIG_SHELL
19326 exec "\$@"
19329 _ACEOF
19330 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19331 exec 5>>config.log
19333 echo
19334 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19335 ## Running $as_me. ##
19336 _ASBOX
19337 $as_echo "$ac_log"
19338 } >&5
19340 _ACEOF
19341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19343 # INIT-COMMANDS
19345 wine_fn_output_makedep ()
19347 as_dir=tools; as_fn_mkdir_p
19348 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19350 wine_fn_output_makefile ()
19352 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19353 `cat $wine_rules_file`
19354 _WINE_EOF
19355 as_fn_error $? "could not create Makefile" "$LINENO" 5
19358 _ACEOF
19360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19362 # Handling of arguments.
19363 for ac_config_target in $ac_config_targets
19365 case $ac_config_target in
19366 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
19367 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
19368 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19369 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19370 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19371 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19372 "fonts/wingding.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19373 "loader/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19374 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
19375 "wine64") CONFIG_LINKS="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19376 "tools/makedep") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/makedep" ;;
19377 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
19378 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19380 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19381 esac
19382 done
19385 # If the user did not use the arguments to specify the items to instantiate,
19386 # then the envvar interface is used. Set only those that are not.
19387 # We use the long form for the default assignment because of an extremely
19388 # bizarre bug on SunOS 4.1.3.
19389 if $ac_need_defaults; then
19390 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19391 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19392 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
19393 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19396 # Have a temporary directory for convenience. Make it in the build tree
19397 # simply because there is no reason against having it here, and in addition,
19398 # creating and moving files from /tmp can sometimes cause problems.
19399 # Hook for its removal unless debugging.
19400 # Note that there is a small window in which the directory will not be cleaned:
19401 # after its creation but before its name has been assigned to `$tmp'.
19402 $debug ||
19404 tmp= ac_tmp=
19405 trap 'exit_status=$?
19406 : "${ac_tmp:=$tmp}"
19407 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19409 trap 'as_fn_exit 1' 1 2 13 15
19411 # Create a (secure) tmp directory for tmp files.
19414 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19415 test -d "$tmp"
19416 } ||
19418 tmp=./conf$$-$RANDOM
19419 (umask 077 && mkdir "$tmp")
19420 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
19421 ac_tmp=$tmp
19423 # Set up the scripts for CONFIG_FILES section.
19424 # No need to generate them if there are no CONFIG_FILES.
19425 # This happens for instance with `./config.status config.h'.
19426 if test -n "$CONFIG_FILES"; then
19429 ac_cr=`echo X | tr X '\015'`
19430 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19431 # But we know of no other shell where ac_cr would be empty at this
19432 # point, so we can use a bashism as a fallback.
19433 if test "x$ac_cr" = x; then
19434 eval ac_cr=\$\'\\r\'
19436 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19437 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19438 ac_cs_awk_cr='\\r'
19439 else
19440 ac_cs_awk_cr=$ac_cr
19443 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19444 _ACEOF
19448 echo "cat >conf$$subs.awk <<_ACEOF" &&
19449 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19450 echo "_ACEOF"
19451 } >conf$$subs.sh ||
19452 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19453 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19454 ac_delim='%!_!# '
19455 for ac_last_try in false false false false false :; do
19456 . ./conf$$subs.sh ||
19457 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19459 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19460 if test $ac_delim_n = $ac_delim_num; then
19461 break
19462 elif $ac_last_try; then
19463 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
19464 else
19465 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19467 done
19468 rm -f conf$$subs.sh
19470 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19471 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
19472 _ACEOF
19473 sed -n '
19475 s/^/S["/; s/!.*/"]=/
19478 s/^[^!]*!//
19479 :repl
19480 t repl
19481 s/'"$ac_delim"'$//
19482 t delim
19485 s/\(.\{148\}\)..*/\1/
19486 t more1
19487 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19490 b repl
19491 :more1
19492 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19495 s/.\{148\}//
19496 t nl
19497 :delim
19499 s/\(.\{148\}\)..*/\1/
19500 t more2
19501 s/["\\]/\\&/g; s/^/"/; s/$/"/
19504 :more2
19505 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19508 s/.\{148\}//
19509 t delim
19510 ' <conf$$subs.awk | sed '
19511 /^[^""]/{
19513 s/\n//
19515 ' >>$CONFIG_STATUS || ac_write_fail=1
19516 rm -f conf$$subs.awk
19517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19518 _ACAWK
19519 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
19520 for (key in S) S_is_set[key] = 1
19521 FS = "\a"
19525 line = $ 0
19526 nfields = split(line, field, "@")
19527 substed = 0
19528 len = length(field[1])
19529 for (i = 2; i < nfields; i++) {
19530 key = field[i]
19531 keylen = length(key)
19532 if (S_is_set[key]) {
19533 value = S[key]
19534 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19535 len += length(value) + length(field[++i])
19536 substed = 1
19537 } else
19538 len += 1 + keylen
19541 print line
19544 _ACAWK
19545 _ACEOF
19546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19547 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19548 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19549 else
19551 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
19552 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
19553 _ACEOF
19555 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19556 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
19557 # trailing colons and then remove the whole line if VPATH becomes empty
19558 # (actually we leave an empty line to preserve line numbers).
19559 if test "x$srcdir" = x.; then
19560 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19562 s///
19563 s/^/:/
19564 s/[ ]*$/:/
19565 s/:\$(srcdir):/:/g
19566 s/:\${srcdir}:/:/g
19567 s/:@srcdir@:/:/g
19568 s/^:*//
19569 s/:*$//
19571 s/\(=[ ]*\).*/\1/
19573 s/\n//
19574 s/^[^=]*=[ ]*$//
19578 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19579 fi # test -n "$CONFIG_FILES"
19581 # Set up the scripts for CONFIG_HEADERS section.
19582 # No need to generate them if there are no CONFIG_HEADERS.
19583 # This happens for instance with `./config.status Makefile'.
19584 if test -n "$CONFIG_HEADERS"; then
19585 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
19586 BEGIN {
19587 _ACEOF
19589 # Transform confdefs.h into an awk script `defines.awk', embedded as
19590 # here-document in config.status, that substitutes the proper values into
19591 # config.h.in to produce config.h.
19593 # Create a delimiter string that does not exist in confdefs.h, to ease
19594 # handling of long lines.
19595 ac_delim='%!_!# '
19596 for ac_last_try in false false :; do
19597 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
19598 if test -z "$ac_tt"; then
19599 break
19600 elif $ac_last_try; then
19601 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
19602 else
19603 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19605 done
19607 # For the awk script, D is an array of macro values keyed by name,
19608 # likewise P contains macro parameters if any. Preserve backslash
19609 # newline sequences.
19611 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19612 sed -n '
19613 s/.\{148\}/&'"$ac_delim"'/g
19614 t rset
19615 :rset
19616 s/^[ ]*#[ ]*define[ ][ ]*/ /
19617 t def
19619 :def
19620 s/\\$//
19621 t bsnl
19622 s/["\\]/\\&/g
19623 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19624 D["\1"]=" \3"/p
19625 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19627 :bsnl
19628 s/["\\]/\\&/g
19629 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19630 D["\1"]=" \3\\\\\\n"\\/p
19631 t cont
19632 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19633 t cont
19635 :cont
19637 s/.\{148\}/&'"$ac_delim"'/g
19638 t clear
19639 :clear
19640 s/\\$//
19641 t bsnlc
19642 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19644 :bsnlc
19645 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19646 b cont
19647 ' <confdefs.h | sed '
19648 s/'"$ac_delim"'/"\\\
19649 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19651 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19652 for (key in D) D_is_set[key] = 1
19653 FS = "\a"
19655 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19656 line = \$ 0
19657 split(line, arg, " ")
19658 if (arg[1] == "#") {
19659 defundef = arg[2]
19660 mac1 = arg[3]
19661 } else {
19662 defundef = substr(arg[1], 2)
19663 mac1 = arg[2]
19665 split(mac1, mac2, "(") #)
19666 macro = mac2[1]
19667 prefix = substr(line, 1, index(line, defundef) - 1)
19668 if (D_is_set[macro]) {
19669 # Preserve the white space surrounding the "#".
19670 print prefix "define", macro P[macro] D[macro]
19671 next
19672 } else {
19673 # Replace #undef with comments. This is necessary, for example,
19674 # in the case of _POSIX_SOURCE, which is predefined and required
19675 # on some systems where configure will not decide to define it.
19676 if (defundef == "undef") {
19677 print "/*", prefix defundef, macro, "*/"
19678 next
19682 { print }
19683 _ACAWK
19684 _ACEOF
19685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19686 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
19687 fi # test -n "$CONFIG_HEADERS"
19690 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19691 shift
19692 for ac_tag
19694 case $ac_tag in
19695 :[FHLC]) ac_mode=$ac_tag; continue;;
19696 esac
19697 case $ac_mode$ac_tag in
19698 :[FHL]*:*);;
19699 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
19700 :[FH]-) ac_tag=-:-;;
19701 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19702 esac
19703 ac_save_IFS=$IFS
19704 IFS=:
19705 set x $ac_tag
19706 IFS=$ac_save_IFS
19707 shift
19708 ac_file=$1
19709 shift
19711 case $ac_mode in
19712 :L) ac_source=$1;;
19713 :[FH])
19714 ac_file_inputs=
19715 for ac_f
19717 case $ac_f in
19718 -) ac_f="$ac_tmp/stdin";;
19719 *) # Look for the file first in the build tree, then in the source tree
19720 # (if the path is not absolute). The absolute path cannot be DOS-style,
19721 # because $ac_f cannot contain `:'.
19722 test -f "$ac_f" ||
19723 case $ac_f in
19724 [\\/$]*) false;;
19725 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19726 esac ||
19727 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19728 esac
19729 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19730 as_fn_append ac_file_inputs " '$ac_f'"
19731 done
19733 # Let's still pretend it is `configure' which instantiates (i.e., don't
19734 # use $as_me), people would be surprised to read:
19735 # /* config.h. Generated by config.status. */
19736 configure_input='Generated from '`
19737 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19738 `' by configure.'
19739 if test x"$ac_file" != x-; then
19740 configure_input="$ac_file. $configure_input"
19741 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19742 $as_echo "$as_me: creating $ac_file" >&6;}
19744 # Neutralize special characters interpreted by sed in replacement strings.
19745 case $configure_input in #(
19746 *\&* | *\|* | *\\* )
19747 ac_sed_conf_input=`$as_echo "$configure_input" |
19748 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19749 *) ac_sed_conf_input=$configure_input;;
19750 esac
19752 case $ac_tag in
19753 *:-:* | *:-) cat >"$ac_tmp/stdin" \
19754 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
19755 esac
19757 esac
19759 ac_dir=`$as_dirname -- "$ac_file" ||
19760 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19761 X"$ac_file" : 'X\(//\)[^/]' \| \
19762 X"$ac_file" : 'X\(//\)$' \| \
19763 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19764 $as_echo X"$ac_file" |
19765 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19766 s//\1/
19769 /^X\(\/\/\)[^/].*/{
19770 s//\1/
19773 /^X\(\/\/\)$/{
19774 s//\1/
19777 /^X\(\/\).*/{
19778 s//\1/
19781 s/.*/./; q'`
19782 as_dir="$ac_dir"; as_fn_mkdir_p
19783 ac_builddir=.
19785 case "$ac_dir" in
19786 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19788 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19789 # A ".." for each directory in $ac_dir_suffix.
19790 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19791 case $ac_top_builddir_sub in
19792 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19793 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19794 esac ;;
19795 esac
19796 ac_abs_top_builddir=$ac_pwd
19797 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19798 # for backward compatibility:
19799 ac_top_builddir=$ac_top_build_prefix
19801 case $srcdir in
19802 .) # We are building in place.
19803 ac_srcdir=.
19804 ac_top_srcdir=$ac_top_builddir_sub
19805 ac_abs_top_srcdir=$ac_pwd ;;
19806 [\\/]* | ?:[\\/]* ) # Absolute name.
19807 ac_srcdir=$srcdir$ac_dir_suffix;
19808 ac_top_srcdir=$srcdir
19809 ac_abs_top_srcdir=$srcdir ;;
19810 *) # Relative name.
19811 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19812 ac_top_srcdir=$ac_top_build_prefix$srcdir
19813 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19814 esac
19815 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19818 case $ac_mode in
19821 # CONFIG_FILE
19824 _ACEOF
19826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19827 # If the template does not know about datarootdir, expand it.
19828 # FIXME: This hack should be removed a few years after 2.60.
19829 ac_datarootdir_hack=; ac_datarootdir_seen=
19830 ac_sed_dataroot='
19831 /datarootdir/ {
19835 /@datadir@/p
19836 /@docdir@/p
19837 /@infodir@/p
19838 /@localedir@/p
19839 /@mandir@/p'
19840 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19841 *datarootdir*) ac_datarootdir_seen=yes;;
19842 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19844 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19845 _ACEOF
19846 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19847 ac_datarootdir_hack='
19848 s&@datadir@&$datadir&g
19849 s&@docdir@&$docdir&g
19850 s&@infodir@&$infodir&g
19851 s&@localedir@&$localedir&g
19852 s&@mandir@&$mandir&g
19853 s&\\\${datarootdir}&$datarootdir&g' ;;
19854 esac
19855 _ACEOF
19857 # Neutralize VPATH when `$srcdir' = `.'.
19858 # Shell code in configure.ac might set extrasub.
19859 # FIXME: do we really want to maintain this feature?
19860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19861 ac_sed_extra="$ac_vpsub
19862 $extrasub
19863 _ACEOF
19864 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19866 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19867 s|@configure_input@|$ac_sed_conf_input|;t t
19868 s&@top_builddir@&$ac_top_builddir_sub&;t t
19869 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19870 s&@srcdir@&$ac_srcdir&;t t
19871 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19872 s&@top_srcdir@&$ac_top_srcdir&;t t
19873 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19874 s&@builddir@&$ac_builddir&;t t
19875 s&@abs_builddir@&$ac_abs_builddir&;t t
19876 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19877 $ac_datarootdir_hack
19879 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19880 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19882 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19883 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19884 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19885 "$ac_tmp/out"`; test -z "$ac_out"; } &&
19886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19887 which seems to be undefined. Please make sure it is defined" >&5
19888 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19889 which seems to be undefined. Please make sure it is defined" >&2;}
19891 rm -f "$ac_tmp/stdin"
19892 case $ac_file in
19893 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19894 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19895 esac \
19896 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19900 # CONFIG_HEADER
19902 if test x"$ac_file" != x-; then
19904 $as_echo "/* $configure_input */" \
19905 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19906 } >"$ac_tmp/config.h" \
19907 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19908 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19909 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19910 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19911 else
19912 rm -f "$ac_file"
19913 mv "$ac_tmp/config.h" "$ac_file" \
19914 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19916 else
19917 $as_echo "/* $configure_input */" \
19918 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19919 || as_fn_error $? "could not create -" "$LINENO" 5
19924 # CONFIG_LINK
19927 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
19929 else
19930 # Prefer the file from the source tree if names are identical.
19931 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19932 ac_source=$srcdir/$ac_source
19935 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19936 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19938 if test ! -r "$ac_source"; then
19939 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19941 rm -f "$ac_file"
19943 # Try a relative symlink, then a hard link, then a copy.
19944 case $ac_source in
19945 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19946 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19947 esac
19948 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19949 ln "$ac_source" "$ac_file" 2>/dev/null ||
19950 cp -p "$ac_source" "$ac_file" ||
19951 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19954 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19955 $as_echo "$as_me: executing $ac_file commands" >&6;}
19957 esac
19960 case $ac_file$ac_mode in
19961 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19962 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19963 "Makefile":C) wine_fn_output_makefile Makefile ;;
19965 esac
19966 done # for ac_tag
19969 as_fn_exit 0
19970 _ACEOF
19971 ac_clean_files=$ac_clean_files_save
19973 test $ac_write_fail = 0 ||
19974 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19977 # configure is writing to config.log, and then calls config.status.
19978 # config.status does its own redirection, appending to config.log.
19979 # Unfortunately, on DOS this fails, as config.log is still kept open
19980 # by configure, so config.status won't be able to write to it; its
19981 # output is simply discarded. So we exec the FD to /dev/null,
19982 # effectively closing config.log, so it can be properly (re)opened and
19983 # appended to by config.status. When coming back to configure, we
19984 # need to make the FD available again.
19985 if test "$no_create" != yes; then
19986 ac_cs_success=:
19987 ac_config_status_args=
19988 test "$silent" = yes &&
19989 ac_config_status_args="$ac_config_status_args --quiet"
19990 exec 5>/dev/null
19991 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19992 exec 5>>config.log
19993 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19994 # would make configure fail if this is the last instruction.
19995 $ac_cs_success || as_fn_exit 1
19997 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19999 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20003 if test "$no_create" = "yes"
20004 then
20005 exit 0
20008 ac_save_IFS="$IFS"
20009 if test "x$wine_notices" != x; then
20010 echo >&6
20011 IFS="|"
20012 for msg in $wine_notices; do
20013 IFS="$ac_save_IFS"
20014 if ${msg:+false} :; then :
20016 else
20017 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20018 $as_echo "$as_me: $msg" >&6;}
20020 done
20022 IFS="|"
20023 for msg in $wine_warnings; do
20024 IFS="$ac_save_IFS"
20025 if ${msg:+false} :; then :
20027 else
20028 echo >&2
20029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20030 $as_echo "$as_me: WARNING: $msg" >&2;}
20032 done
20033 IFS="$ac_save_IFS"
20035 $as_echo "
20036 $as_me: Finished. Do '${ac_make}' to compile Wine.
20037 " >&6